From 382fa87437ae7aa167ea6eb61a92dec6bf258ace Mon Sep 17 00:00:00 2001 From: Adam Schepis Date: Thu, 11 Apr 2024 15:39:30 -0400 Subject: [PATCH] add go and python sdks --- .github/workflows/ci.yml | 14 +- .gitignore | 39 +- CHANGELOG.md | 1 + Makefile | 11 +- ....Chronosphere.0.0.1-alpha.1712862323.nupkg | Bin 0 -> 154983 bytes ....Chronosphere.0.0.1-alpha.1712866649.nupkg | Bin 0 -> 154951 bytes .../schema-embed.json | 2 +- pyproject.toml | 22 + ...hronosphere.0.0.1-alpha.1712866649.nuspec} | 4 +- .../Pulumi.Chronosphere.AssemblyInfo.cs | 6 +- ...lumi.Chronosphere.AssemblyInfoInputs.cache | 2 +- .../obj/Debug/net6.0/Pulumi.Chronosphere.dll | Bin 275456 -> 275456 bytes .../obj/Debug/net6.0/Pulumi.Chronosphere.pdb | Bin 141928 -> 141928 bytes .../Pulumi.Chronosphere.sourcelink.json | 2 +- .../Debug/net6.0/ref/Pulumi.Chronosphere.dll | Bin 166400 -> 166400 bytes .../net6.0/refint/Pulumi.Chronosphere.dll | Bin 166400 -> 166400 bytes ...lumi.Chronosphere.csproj.nuget.dgspec.json | 2 +- sdk/dotnet/obj/project.assets.json | 2 +- sdk/dotnet/obj/project.nuget.cache | 2 +- sdk/dotnet/version.txt | 2 +- .../gc.properties => go/Pulumi.yaml} | 0 sdk/go/chronosphere/blackholeAlertNotifier.go | 221 + sdk/go/chronosphere/bucket.go | 273 + sdk/go/chronosphere/bucketDataSource.go | 103 + sdk/go/chronosphere/classicDashboard.go | 230 + sdk/go/chronosphere/collection.go | 248 + sdk/go/chronosphere/config/config.go | 41 + sdk/go/chronosphere/dashboard.go | 230 + sdk/go/chronosphere/derivedLabel.go | 263 + sdk/go/chronosphere/derivedMetric.go | 254 + sdk/go/chronosphere/doc.go | 2 + sdk/go/chronosphere/dropRule.go | 278 + sdk/go/chronosphere/emailAlertNotifier.go | 260 + sdk/go/chronosphere/gcpMetricsIntegration.go | 226 + sdk/go/chronosphere/grafanaDashboard.go | 230 + sdk/go/chronosphere/init.go | 248 + .../chronosphere/internal/pulumiUtilities.go | 113 + sdk/go/chronosphere/internal/pulumiVersion.go | 11 + sdk/go/chronosphere/mappingRule.go | 296 + sdk/go/chronosphere/monitor.go | 317 + sdk/go/chronosphere/notificationPolicy.go | 275 + .../notificationPolicyDataSource.go | 135 + sdk/go/chronosphere/opsgenieAlertNotifier.go | 379 + sdk/go/chronosphere/pagerdutyAlertNotifier.go | 409 + sdk/go/chronosphere/provider.go | 126 + sdk/go/chronosphere/pulumi-plugin.json | 4 + sdk/go/chronosphere/pulumiTypes.go | 11539 ++++++++++++++++ sdk/go/chronosphere/recordingRule.go | 278 + sdk/go/chronosphere/resourcePoolsConfig.go | 236 + sdk/go/chronosphere/rollupRule.go | 347 + sdk/go/chronosphere/serviceAccount.go | 257 + sdk/go/chronosphere/serviceDataSource.go | 94 + sdk/go/chronosphere/slackAlertNotifier.go | 472 + sdk/go/chronosphere/team.go | 239 + .../traceJaegerRemoteSamplingStrategy.go | 247 + sdk/go/chronosphere/traceMetricsRule.go | 272 + sdk/go/chronosphere/traceTailSamplingRules.go | 219 + sdk/go/chronosphere/victoropsAlertNotifier.go | 364 + sdk/go/chronosphere/webhookAlertNotifier.go | 294 + .../.gradle/8.1.1/checksums/checksums.lock | Bin 17 -> 0 bytes .../8.1.1/checksums/sha1-checksums.bin | Bin 26705 -> 0 bytes .../dependencies-accessors.lock | Bin 17 -> 0 bytes .../executionHistory/executionHistory.lock | Bin 17 -> 0 bytes .../.gradle/8.1.1/fileChanges/last-build.bin | Bin 1 -> 0 bytes .../.gradle/8.1.1/fileHashes/fileHashes.lock | Bin 17 -> 0 bytes sdk/java/.gradle/8.7/checksums/checksums.lock | Bin 17 -> 17 bytes .../8.7/executionHistory/executionHistory.bin | Bin 270469 -> 270469 bytes .../executionHistory/executionHistory.lock | Bin 17 -> 17 bytes .../.gradle/8.7/fileHashes/fileHashes.bin | Bin 83515 -> 83515 bytes .../.gradle/8.7/fileHashes/fileHashes.lock | Bin 17 -> 17 bytes .../buildOutputCleanup.lock | Bin 17 -> 17 bytes .../buildOutputCleanup/cache.properties | 4 +- .../outputFiles.bin} | Bin 20847 -> 18947 bytes .../libs/io.chronosphere.chronosphere.jar | Bin 617459 -> 617459 bytes sdk/nodejs/node_modules/.yarn-integrity | 16 +- .../arborist/lib/arborist/build-ideal-tree.js | 4 +- .../@npmcli/arborist/lib/place-dep.js | 4 +- .../@npmcli/arborist/package.json | 3 +- sdk/nodejs/node_modules/@npmcli/git/lib/is.js | 4 +- .../node_modules/@npmcli/git/package.json | 2 +- .../@npmcli/map-workspaces/README.md | 4 +- .../@npmcli/map-workspaces/lib/index.js | 143 +- .../@npmcli/map-workspaces/package.json | 8 +- .../@npmcli/package-json/README.md | 3 +- .../@npmcli/package-json/lib/normalize.js | 53 +- .../@npmcli/package-json/package.json | 18 +- .../node_modules/@types/node/README.md | 2 +- .../node_modules/@types/node/assert.d.ts | 47 + .../node_modules/@types/node/console.d.ts | 91 +- .../node_modules/@types/node/http2.d.ts | 6 + .../node_modules/@types/node/package.json | 4 +- .../keyv/node_modules/@types/node/README.md | 2 +- .../keyv/node_modules/@types/node/assert.d.ts | 47 + .../node_modules/@types/node/console.d.ts | 91 +- .../keyv/node_modules/@types/node/http2.d.ts | 6 + .../node_modules/@types/node/package.json | 4 +- .../node_modules/@types/node/README.md | 2 +- .../node_modules/@types/node/assert.d.ts | 47 + .../node_modules/@types/node/console.d.ts | 91 +- .../node_modules/@types/node/http2.d.ts | 6 + .../node_modules/@types/node/package.json | 4 +- sdk/nodejs/node_modules/builtins/index.js | 6 +- sdk/nodejs/node_modules/builtins/package.json | 9 +- .../node_modules/@types/node/README.md | 2 +- .../node_modules/@types/node/assert.d.ts | 47 + .../node_modules/@types/node/console.d.ts | 91 +- .../node_modules/@types/node/http2.d.ts | 6 + .../node_modules/@types/node/package.json | 4 +- .../socks/build/common/helpers.js | 6 +- .../socks/build/common/helpers.js.map | 2 +- sdk/nodejs/node_modules/socks/package.json | 2 +- sdk/nodejs/yarn.lock | 43 +- .../gc.properties => python/Pulumi.yaml} | 0 sdk/python/README.md | 9 + .../chronosphereio_chronosphere/README.md | 4 + .../chronosphereio_chronosphere/__init__.py | 280 + .../chronosphereio_chronosphere/_inputs.py | 3078 +++++ .../chronosphereio_chronosphere/_utilities.py | 250 + .../blackhole_alert_notifier.py | 165 + .../chronosphereio_chronosphere/bucket.py | 355 + .../bucket_data_source.py | 113 + .../classic_dashboard.py | 199 + .../chronosphereio_chronosphere/collection.py | 267 + .../config/__init__.py | 8 + .../config/__init__.pyi | 19 + .../config/vars.py | 33 + .../chronosphereio_chronosphere/dashboard.py | 199 + .../derived_label.py | 305 + .../derived_metric.py | 271 + .../chronosphereio_chronosphere/drop_rule.py | 372 + .../email_alert_notifier.py | 302 + .../gcp_metrics_integration.py | 200 + .../grafana_dashboard.py | 199 + .../mapping_rule.py | 440 + .../chronosphereio_chronosphere/monitor.py | 509 + .../notification_policy.py | 371 + .../notification_policy_data_source.py | 170 + .../opsgenie_alert_notifier.py | 714 + .../chronosphereio_chronosphere/outputs.py | 3010 ++++ .../pagerduty_alert_notifier.py | 817 ++ .../chronosphereio_chronosphere/provider.py | 163 + .../pulumi-plugin.json | 4 + .../chronosphereio_chronosphere/py.typed | 0 .../recording_rule.py | 370 + .../resource_pools_config.py | 216 + .../rollup_rule.py | 612 + .../service_account.py | 277 + .../service_data_source.py | 97 + .../slack_alert_notifier.py | 1055 ++ .../chronosphereio_chronosphere/team.py | 233 + .../trace_jaeger_remote_sampling_strategy.py | 237 + .../trace_metrics_rule.py | 339 + .../trace_tail_sampling_rules.py | 166 + .../victorops_alert_notifier.py | 645 + .../webhook_alert_notifier.py | 406 + sdk/python/go.mod | 3 + sdk/python/setup.py | 44 + .../build-1.2.1.dist-info/INSTALLER | 1 + .../build-1.2.1.dist-info/LICENSE | 20 + .../build-1.2.1.dist-info/METADATA | 95 + .../build-1.2.1.dist-info/RECORD | 35 + .../build-1.2.1.dist-info/REQUESTED | 0 .../site-packages/build-1.2.1.dist-info/WHEEL | 4 + .../build-1.2.1.dist-info/entry_points.txt | 6 + .../site-packages/build/__init__.py | 39 + .../site-packages/build/__main__.py | 455 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1040 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 19331 bytes .../__pycache__/_builder.cpython-312.pyc | Bin 0 -> 17635 bytes .../build/__pycache__/_ctx.cpython-312.pyc | Bin 0 -> 4687 bytes .../__pycache__/_exceptions.cpython-312.pyc | Bin 0 -> 3136 bytes .../build/__pycache__/_types.cpython-312.pyc | Bin 0 -> 899 bytes .../build/__pycache__/_util.cpython-312.pyc | Bin 0 -> 2965 bytes .../build/__pycache__/env.cpython-312.pyc | Bin 0 -> 17545 bytes .../build/__pycache__/util.cpython-312.pyc | Bin 0 -> 2525 bytes .../site-packages/build/_builder.py | 347 + .../site-packages/build/_compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 220 bytes .../__pycache__/importlib.cpython-312.pyc | Bin 0 -> 706 bytes .../__pycache__/tarfile.cpython-312.pyc | Bin 0 -> 1282 bytes .../__pycache__/tomllib.cpython-312.pyc | Bin 0 -> 497 bytes .../site-packages/build/_compat/importlib.py | 22 + .../site-packages/build/_compat/tarfile.py | 32 + .../site-packages/build/_compat/tomllib.py | 16 + .../python3.12/site-packages/build/_ctx.py | 98 + .../site-packages/build/_exceptions.py | 65 + .../python3.12/site-packages/build/_types.py | 12 + .../python3.12/site-packages/build/_util.py | 63 + .../lib/python3.12/site-packages/build/env.py | 372 + .../python3.12/site-packages/build/py.typed | 0 .../python3.12/site-packages/build/util.py | 61 + .../packaging-24.0.dist-info/INSTALLER | 1 + .../packaging-24.0.dist-info/LICENSE | 3 + .../packaging-24.0.dist-info/LICENSE.APACHE | 177 + .../packaging-24.0.dist-info/LICENSE.BSD | 23 + .../packaging-24.0.dist-info/METADATA | 102 + .../packaging-24.0.dist-info/RECORD | 36 + .../packaging-24.0.dist-info/WHEEL | 4 + .../site-packages/packaging/__init__.py | 15 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 581 bytes .../__pycache__/_elffile.cpython-312.pyc | Bin 0 -> 5049 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 9926 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 4609 bytes .../__pycache__/_parser.cpython-312.pyc | Bin 0 -> 14087 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3264 bytes .../__pycache__/_tokenizer.cpython-312.pyc | Bin 0 -> 7953 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 10513 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 26965 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 4477 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 39574 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 21784 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 7307 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 20020 bytes .../site-packages/packaging/_elffile.py | 108 + .../site-packages/packaging/_manylinux.py | 260 + .../site-packages/packaging/_musllinux.py | 83 + .../site-packages/packaging/_parser.py | 356 + .../site-packages/packaging/_structures.py | 61 + .../site-packages/packaging/_tokenizer.py | 192 + .../site-packages/packaging/markers.py | 252 + .../site-packages/packaging/metadata.py | 825 ++ .../site-packages/packaging/py.typed | 0 .../site-packages/packaging/requirements.py | 90 + .../site-packages/packaging/specifiers.py | 1017 ++ .../site-packages/packaging/tags.py | 571 + .../site-packages/packaging/utils.py | 172 + .../site-packages/packaging/version.py | 563 + .../pip-24.0.dist-info/AUTHORS.txt | 760 + .../pip-24.0.dist-info/INSTALLER | 1 + .../pip-24.0.dist-info/LICENSE.txt | 20 + .../site-packages/pip-24.0.dist-info/METADATA | 88 + .../site-packages/pip-24.0.dist-info/RECORD | 1024 ++ .../pip-24.0.dist-info/REQUESTED | 0 .../site-packages/pip-24.0.dist-info/WHEEL | 5 + .../pip-24.0.dist-info/entry_points.txt | 4 + .../pip-24.0.dist-info/top_level.txt | 1 + .../python3.12/site-packages/pip/__init__.py | 13 + .../python3.12/site-packages/pip/__main__.py | 24 + .../site-packages/pip/__pip-runner__.py | 50 + .../pip/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 719 bytes .../pip/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 875 bytes .../__pip-runner__.cpython-312.pyc | Bin 0 -> 2233 bytes .../site-packages/pip/_internal/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 821 bytes .../__pycache__/build_env.cpython-312.pyc | Bin 0 -> 14325 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 12694 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 17691 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 33309 bytes .../__pycache__/main.cpython-312.pyc | Bin 0 -> 704 bytes .../__pycache__/pyproject.cpython-312.pyc | Bin 0 -> 4999 bytes .../self_outdated_check.cpython-312.pyc | Bin 0 -> 10586 bytes .../__pycache__/wheel_builder.cpython-312.pyc | Bin 0 -> 13659 bytes .../site-packages/pip/_internal/build_env.py | 311 + .../site-packages/pip/_internal/cache.py | 290 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 312 bytes .../autocompletion.cpython-312.pyc | Bin 0 -> 8499 bytes .../__pycache__/base_command.cpython-312.pyc | Bin 0 -> 10483 bytes .../__pycache__/cmdoptions.cpython-312.pyc | Bin 0 -> 30408 bytes .../command_context.cpython-312.pyc | Bin 0 -> 1809 bytes .../cli/__pycache__/main.cpython-312.pyc | Bin 0 -> 2332 bytes .../__pycache__/main_parser.cpython-312.pyc | Bin 0 -> 4939 bytes .../cli/__pycache__/parser.cpython-312.pyc | Bin 0 -> 15036 bytes .../__pycache__/progress_bars.cpython-312.pyc | Bin 0 -> 2651 bytes .../__pycache__/req_command.cpython-312.pyc | Bin 0 -> 18871 bytes .../cli/__pycache__/spinners.cpython-312.pyc | Bin 0 -> 7868 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 409 bytes .../pip/_internal/cli/autocompletion.py | 172 + .../pip/_internal/cli/base_command.py | 236 + .../pip/_internal/cli/cmdoptions.py | 1074 ++ .../pip/_internal/cli/command_context.py | 27 + .../site-packages/pip/_internal/cli/main.py | 79 + .../pip/_internal/cli/main_parser.py | 134 + .../site-packages/pip/_internal/cli/parser.py | 294 + .../pip/_internal/cli/progress_bars.py | 68 + .../pip/_internal/cli/req_command.py | 505 + .../pip/_internal/cli/spinners.py | 159 + .../pip/_internal/cli/status_codes.py | 6 + .../pip/_internal/commands/__init__.py | 132 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4036 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 9745 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 2124 bytes .../__pycache__/completion.cpython-312.pyc | Bin 0 -> 5226 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 13246 bytes .../__pycache__/debug.cpython-312.pyc | Bin 0 -> 10192 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 7620 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 4390 bytes .../commands/__pycache__/hash.cpython-312.pyc | Bin 0 -> 3017 bytes .../commands/__pycache__/help.cpython-312.pyc | Bin 0 -> 1707 bytes .../__pycache__/index.cpython-312.pyc | Bin 0 -> 6754 bytes .../__pycache__/inspect.cpython-312.pyc | Bin 0 -> 4009 bytes .../__pycache__/install.cpython-312.pyc | Bin 0 -> 28939 bytes .../commands/__pycache__/list.cpython-312.pyc | Bin 0 -> 15434 bytes .../__pycache__/search.cpython-312.pyc | Bin 0 -> 7652 bytes .../commands/__pycache__/show.cpython-312.pyc | Bin 0 -> 9762 bytes .../__pycache__/uninstall.cpython-312.pyc | Bin 0 -> 4760 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 8984 bytes .../pip/_internal/commands/cache.py | 225 + .../pip/_internal/commands/check.py | 54 + .../pip/_internal/commands/completion.py | 130 + .../pip/_internal/commands/configuration.py | 280 + .../pip/_internal/commands/debug.py | 201 + .../pip/_internal/commands/download.py | 147 + .../pip/_internal/commands/freeze.py | 108 + .../pip/_internal/commands/hash.py | 59 + .../pip/_internal/commands/help.py | 41 + .../pip/_internal/commands/index.py | 139 + .../pip/_internal/commands/inspect.py | 92 + .../pip/_internal/commands/install.py | 774 ++ .../pip/_internal/commands/list.py | 368 + .../pip/_internal/commands/search.py | 174 + .../pip/_internal/commands/show.py | 189 + .../pip/_internal/commands/uninstall.py | 113 + .../pip/_internal/commands/wheel.py | 183 + .../pip/_internal/configuration.py | 383 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 975 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 2896 bytes .../__pycache__/installed.cpython-312.pyc | Bin 0 -> 1731 bytes .../__pycache__/sdist.cpython-312.pyc | Bin 0 -> 8508 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 2277 bytes .../pip/_internal/distributions/base.py | 51 + .../pip/_internal/distributions/installed.py | 29 + .../pip/_internal/distributions/sdist.py | 156 + .../pip/_internal/distributions/wheel.py | 40 + .../site-packages/pip/_internal/exceptions.py | 728 + .../pip/_internal/index/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 266 bytes .../__pycache__/collector.cpython-312.pyc | Bin 0 -> 21917 bytes .../package_finder.cpython-312.pyc | Bin 0 -> 40754 bytes .../index/__pycache__/sources.cpython-312.pyc | Bin 0 -> 12638 bytes .../pip/_internal/index/collector.py | 507 + .../pip/_internal/index/package_finder.py | 1027 ++ .../pip/_internal/index/sources.py | 285 + .../pip/_internal/locations/__init__.py | 467 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 16810 bytes .../__pycache__/_distutils.cpython-312.pyc | Bin 0 -> 6882 bytes .../__pycache__/_sysconfig.cpython-312.pyc | Bin 0 -> 8045 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 3815 bytes .../pip/_internal/locations/_distutils.py | 172 + .../pip/_internal/locations/_sysconfig.py | 213 + .../pip/_internal/locations/base.py | 81 + .../site-packages/pip/_internal/main.py | 12 + .../pip/_internal/metadata/__init__.py | 128 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5916 bytes .../__pycache__/_json.cpython-312.pyc | Bin 0 -> 2909 bytes .../metadata/__pycache__/base.cpython-312.pyc | Bin 0 -> 35746 bytes .../__pycache__/pkg_resources.cpython-312.pyc | Bin 0 -> 15821 bytes .../pip/_internal/metadata/_json.py | 84 + .../pip/_internal/metadata/base.py | 702 + .../_internal/metadata/importlib/__init__.py | 6 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 392 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 3367 bytes .../__pycache__/_dists.cpython-312.pyc | Bin 0 -> 13459 bytes .../__pycache__/_envs.cpython-312.pyc | Bin 0 -> 11214 bytes .../_internal/metadata/importlib/_compat.py | 55 + .../_internal/metadata/importlib/_dists.py | 227 + .../pip/_internal/metadata/importlib/_envs.py | 189 + .../pip/_internal/metadata/pkg_resources.py | 278 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 300 bytes .../__pycache__/candidate.cpython-312.pyc | Bin 0 -> 1939 bytes .../__pycache__/direct_url.cpython-312.pyc | Bin 0 -> 11230 bytes .../format_control.cpython-312.pyc | Bin 0 -> 4261 bytes .../models/__pycache__/index.cpython-312.pyc | Bin 0 -> 1728 bytes .../installation_report.cpython-312.pyc | Bin 0 -> 2303 bytes .../models/__pycache__/link.cpython-312.pyc | Bin 0 -> 26034 bytes .../models/__pycache__/scheme.cpython-312.pyc | Bin 0 -> 1203 bytes .../__pycache__/search_scope.cpython-312.pyc | Bin 0 -> 5122 bytes .../selection_prefs.cpython-312.pyc | Bin 0 -> 1885 bytes .../__pycache__/target_python.cpython-312.pyc | Bin 0 -> 4988 bytes .../models/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5814 bytes .../pip/_internal/models/candidate.py | 30 + .../pip/_internal/models/direct_url.py | 235 + .../pip/_internal/models/format_control.py | 78 + .../pip/_internal/models/index.py | 28 + .../_internal/models/installation_report.py | 56 + .../pip/_internal/models/link.py | 579 + .../pip/_internal/models/scheme.py | 31 + .../pip/_internal/models/search_scope.py | 132 + .../pip/_internal/models/selection_prefs.py | 51 + .../pip/_internal/models/target_python.py | 122 + .../pip/_internal/models/wheel.py | 92 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 288 bytes .../network/__pycache__/auth.cpython-312.pyc | Bin 0 -> 22022 bytes .../network/__pycache__/cache.cpython-312.pyc | Bin 0 -> 6549 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 8581 bytes .../__pycache__/lazy_wheel.cpython-312.pyc | Bin 0 -> 11694 bytes .../__pycache__/session.cpython-312.pyc | Bin 0 -> 18808 bytes .../network/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2287 bytes .../__pycache__/xmlrpc.cpython-312.pyc | Bin 0 -> 2978 bytes .../pip/_internal/network/auth.py | 561 + .../pip/_internal/network/cache.py | 106 + .../pip/_internal/network/download.py | 186 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 520 + .../pip/_internal/network/utils.py | 96 + .../pip/_internal/network/xmlrpc.py | 62 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 231 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 7613 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 10148 bytes .../__pycache__/prepare.cpython-312.pyc | Bin 0 -> 25737 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 237 bytes .../__pycache__/build_tracker.cpython-312.pyc | Bin 0 -> 7848 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 1914 bytes .../metadata_editable.cpython-312.pyc | Bin 0 -> 1948 bytes .../metadata_legacy.cpython-312.pyc | Bin 0 -> 3099 bytes .../build/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 1715 bytes .../wheel_editable.cpython-312.pyc | Bin 0 -> 2056 bytes .../__pycache__/wheel_legacy.cpython-312.pyc | Bin 0 -> 3963 bytes .../operations/build/build_tracker.py | 139 + .../_internal/operations/build/metadata.py | 39 + .../operations/build/metadata_editable.py | 41 + .../operations/build/metadata_legacy.py | 74 + .../pip/_internal/operations/build/wheel.py | 37 + .../operations/build/wheel_editable.py | 46 + .../operations/build/wheel_legacy.py | 102 + .../pip/_internal/operations/check.py | 187 + .../pip/_internal/operations/freeze.py | 255 + .../_internal/operations/install/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 300 bytes .../editable_legacy.cpython-312.pyc | Bin 0 -> 1851 bytes .../install/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 33887 bytes .../operations/install/editable_legacy.py | 46 + .../pip/_internal/operations/install/wheel.py | 734 + .../pip/_internal/operations/prepare.py | 730 + .../site-packages/pip/_internal/pyproject.py | 179 + .../pip/_internal/req/__init__.py | 92 + .../req/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3775 bytes .../__pycache__/constructors.cpython-312.pyc | Bin 0 -> 21615 bytes .../req/__pycache__/req_file.cpython-312.pyc | Bin 0 -> 21486 bytes .../__pycache__/req_install.cpython-312.pyc | Bin 0 -> 38360 bytes .../req/__pycache__/req_set.cpython-312.pyc | Bin 0 -> 7246 bytes .../__pycache__/req_uninstall.cpython-312.pyc | Bin 0 -> 33003 bytes .../pip/_internal/req/constructors.py | 576 + .../pip/_internal/req/req_file.py | 554 + .../pip/_internal/req/req_install.py | 923 ++ .../pip/_internal/req/req_set.py | 119 + .../pip/_internal/req/req_uninstall.py | 649 + .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 231 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 1219 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 238 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 22458 bytes .../_internal/resolution/legacy/resolver.py | 598 + .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 242 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 8371 bytes .../__pycache__/candidates.cpython-312.pyc | Bin 0 -> 30411 bytes .../__pycache__/factory.cpython-312.pyc | Bin 0 -> 32135 bytes .../found_candidates.cpython-312.pyc | Bin 0 -> 6242 bytes .../__pycache__/provider.cpython-312.pyc | Bin 0 -> 10412 bytes .../__pycache__/reporter.cpython-312.pyc | Bin 0 -> 4969 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 11447 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 12377 bytes .../_internal/resolution/resolvelib/base.py | 141 + .../resolution/resolvelib/candidates.py | 597 + .../resolution/resolvelib/factory.py | 812 ++ .../resolution/resolvelib/found_candidates.py | 155 + .../resolution/resolvelib/provider.py | 255 + .../resolution/resolvelib/reporter.py | 80 + .../resolution/resolvelib/requirements.py | 166 + .../resolution/resolvelib/resolver.py | 317 + .../pip/_internal/self_outdated_check.py | 248 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 226 bytes .../__pycache__/_jaraco_text.cpython-312.pyc | Bin 0 -> 4567 bytes .../utils/__pycache__/_log.cpython-312.pyc | Bin 0 -> 1897 bytes .../utils/__pycache__/appdirs.cpython-312.pyc | Bin 0 -> 2441 bytes .../utils/__pycache__/compat.cpython-312.pyc | Bin 0 -> 2244 bytes .../compatibility_tags.cpython-312.pyc | Bin 0 -> 5592 bytes .../__pycache__/datetime.cpython-312.pyc | Bin 0 -> 715 bytes .../__pycache__/deprecation.cpython-312.pyc | Bin 0 -> 4217 bytes .../direct_url_helpers.cpython-312.pyc | Bin 0 -> 3584 bytes .../__pycache__/egg_link.cpython-312.pyc | Bin 0 -> 3257 bytes .../__pycache__/encoding.cpython-312.pyc | Bin 0 -> 2186 bytes .../__pycache__/entrypoints.cpython-312.pyc | Bin 0 -> 4024 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 0 -> 7486 bytes .../__pycache__/filetypes.cpython-312.pyc | Bin 0 -> 1195 bytes .../utils/__pycache__/glibc.cpython-312.pyc | Bin 0 -> 2373 bytes .../utils/__pycache__/hashes.cpython-312.pyc | Bin 0 -> 7585 bytes .../utils/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13580 bytes .../utils/__pycache__/misc.cpython-312.pyc | Bin 0 -> 34152 bytes .../utils/__pycache__/models.cpython-312.pyc | Bin 0 -> 2743 bytes .../__pycache__/packaging.cpython-312.pyc | Bin 0 -> 2614 bytes .../setuptools_build.cpython-312.pyc | Bin 0 -> 4578 bytes .../__pycache__/subprocess.cpython-312.pyc | Bin 0 -> 8741 bytes .../__pycache__/temp_dir.cpython-312.pyc | Bin 0 -> 12087 bytes .../__pycache__/unpacking.cpython-312.pyc | Bin 0 -> 11137 bytes .../utils/__pycache__/urls.cpython-312.pyc | Bin 0 -> 2431 bytes .../__pycache__/virtualenv.cpython-312.pyc | Bin 0 -> 4511 bytes .../utils/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5957 bytes .../pip/_internal/utils/_jaraco_text.py | 109 + .../site-packages/pip/_internal/utils/_log.py | 38 + .../pip/_internal/utils/appdirs.py | 52 + .../pip/_internal/utils/compat.py | 63 + .../pip/_internal/utils/compatibility_tags.py | 165 + .../pip/_internal/utils/datetime.py | 11 + .../pip/_internal/utils/deprecation.py | 120 + .../pip/_internal/utils/direct_url_helpers.py | 87 + .../pip/_internal/utils/egg_link.py | 80 + .../pip/_internal/utils/encoding.py | 36 + .../pip/_internal/utils/entrypoints.py | 84 + .../pip/_internal/utils/filesystem.py | 153 + .../pip/_internal/utils/filetypes.py | 27 + .../pip/_internal/utils/glibc.py | 88 + .../pip/_internal/utils/hashes.py | 151 + .../pip/_internal/utils/logging.py | 348 + .../site-packages/pip/_internal/utils/misc.py | 783 ++ .../pip/_internal/utils/models.py | 39 + .../pip/_internal/utils/packaging.py | 57 + .../pip/_internal/utils/setuptools_build.py | 146 + .../pip/_internal/utils/subprocess.py | 260 + .../pip/_internal/utils/temp_dir.py | 296 + .../pip/_internal/utils/unpacking.py | 257 + .../site-packages/pip/_internal/utils/urls.py | 62 + .../pip/_internal/utils/virtualenv.py | 104 + .../pip/_internal/utils/wheel.py | 134 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 565 bytes .../vcs/__pycache__/bazaar.cpython-312.pyc | Bin 0 -> 5057 bytes .../vcs/__pycache__/git.cpython-312.pyc | Bin 0 -> 19021 bytes .../vcs/__pycache__/mercurial.cpython-312.pyc | Bin 0 -> 7646 bytes .../__pycache__/subversion.cpython-312.pyc | Bin 0 -> 12512 bytes .../versioncontrol.cpython-312.pyc | Bin 0 -> 29044 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 112 + .../site-packages/pip/_internal/vcs/git.py | 526 + .../pip/_internal/vcs/mercurial.py | 163 + .../pip/_internal/vcs/subversion.py | 324 + .../pip/_internal/vcs/versioncontrol.py | 705 + .../pip/_internal/wheel_builder.py | 354 + .../site-packages/pip/_vendor/__init__.py | 121 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4727 bytes .../_vendor/__pycache__/six.cpython-312.pyc | Bin 0 -> 41304 bytes .../typing_extensions.cpython-312.pyc | Bin 0 -> 122072 bytes .../pip/_vendor/cachecontrol/__init__.py | 28 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 937 bytes .../__pycache__/_cmd.cpython-312.pyc | Bin 0 -> 2681 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 6496 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 3844 bytes .../__pycache__/controller.cpython-312.pyc | Bin 0 -> 16178 bytes .../__pycache__/filewrapper.cpython-312.pyc | Bin 0 -> 4382 bytes .../__pycache__/heuristics.cpython-312.pyc | Bin 0 -> 6726 bytes .../__pycache__/serialize.cpython-312.pyc | Bin 0 -> 6440 bytes .../__pycache__/wrapper.cpython-312.pyc | Bin 0 -> 1709 bytes .../pip/_vendor/cachecontrol/_cmd.py | 70 + .../pip/_vendor/cachecontrol/adapter.py | 161 + .../pip/_vendor/cachecontrol/cache.py | 74 + .../_vendor/cachecontrol/caches/__init__.py | 8 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 470 bytes .../__pycache__/file_cache.cpython-312.pyc | Bin 0 -> 7745 bytes .../__pycache__/redis_cache.cpython-312.pyc | Bin 0 -> 2773 bytes .../_vendor/cachecontrol/caches/file_cache.py | 181 + .../cachecontrol/caches/redis_cache.py | 48 + .../pip/_vendor/cachecontrol/controller.py | 494 + .../pip/_vendor/cachecontrol/filewrapper.py | 119 + .../pip/_vendor/cachecontrol/heuristics.py | 154 + .../pip/_vendor/cachecontrol/py.typed | 0 .../pip/_vendor/cachecontrol/serialize.py | 206 + .../pip/_vendor/cachecontrol/wrapper.py | 43 + .../pip/_vendor/certifi/__init__.py | 4 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 353 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 680 bytes .../certifi/__pycache__/core.cpython-312.pyc | Bin 0 -> 2884 bytes .../pip/_vendor/certifi/cacert.pem | 4635 +++++++ .../site-packages/pip/_vendor/certifi/core.py | 108 + .../pip/_vendor/certifi/py.typed | 0 .../pip/_vendor/chardet/__init__.py | 115 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4603 bytes .../__pycache__/big5freq.cpython-312.pyc | Bin 0 -> 27234 bytes .../__pycache__/big5prober.cpython-312.pyc | Bin 0 -> 1422 bytes .../chardistribution.cpython-312.pyc | Bin 0 -> 9673 bytes .../charsetgroupprober.cpython-312.pyc | Bin 0 -> 4157 bytes .../__pycache__/charsetprober.cpython-312.pyc | Bin 0 -> 5053 bytes .../codingstatemachine.cpython-312.pyc | Bin 0 -> 3913 bytes .../codingstatemachinedict.cpython-312.pyc | Bin 0 -> 824 bytes .../__pycache__/cp949prober.cpython-312.pyc | Bin 0 -> 1431 bytes .../chardet/__pycache__/enums.cpython-312.pyc | Bin 0 -> 3031 bytes .../__pycache__/escprober.cpython-312.pyc | Bin 0 -> 4601 bytes .../chardet/__pycache__/escsm.cpython-312.pyc | Bin 0 -> 15345 bytes .../__pycache__/eucjpprober.cpython-312.pyc | Bin 0 -> 4409 bytes .../__pycache__/euckrfreq.cpython-312.pyc | Bin 0 -> 12117 bytes .../__pycache__/euckrprober.cpython-312.pyc | Bin 0 -> 1425 bytes .../__pycache__/euctwfreq.cpython-312.pyc | Bin 0 -> 27239 bytes .../__pycache__/euctwprober.cpython-312.pyc | Bin 0 -> 1425 bytes .../__pycache__/gb2312freq.cpython-312.pyc | Bin 0 -> 19161 bytes .../__pycache__/gb2312prober.cpython-312.pyc | Bin 0 -> 1438 bytes .../__pycache__/hebrewprober.cpython-312.pyc | Bin 0 -> 5845 bytes .../__pycache__/jisfreq.cpython-312.pyc | Bin 0 -> 22190 bytes .../__pycache__/johabfreq.cpython-312.pyc | Bin 0 -> 83038 bytes .../__pycache__/johabprober.cpython-312.pyc | Bin 0 -> 1429 bytes .../__pycache__/jpcntx.cpython-312.pyc | Bin 0 -> 39584 bytes .../langbulgarianmodel.cpython-312.pyc | Bin 0 -> 83157 bytes .../langgreekmodel.cpython-312.pyc | Bin 0 -> 77023 bytes .../langhebrewmodel.cpython-312.pyc | Bin 0 -> 77534 bytes .../langhungarianmodel.cpython-312.pyc | Bin 0 -> 83111 bytes .../langrussianmodel.cpython-312.pyc | Bin 0 -> 105286 bytes .../__pycache__/langthaimodel.cpython-312.pyc | Bin 0 -> 77712 bytes .../langturkishmodel.cpython-312.pyc | Bin 0 -> 77551 bytes .../__pycache__/latin1prober.cpython-312.pyc | Bin 0 -> 7037 bytes .../macromanprober.cpython-312.pyc | Bin 0 -> 7217 bytes .../mbcharsetprober.cpython-312.pyc | Bin 0 -> 3929 bytes .../mbcsgroupprober.cpython-312.pyc | Bin 0 -> 1623 bytes .../__pycache__/mbcssm.cpython-312.pyc | Bin 0 -> 38680 bytes .../__pycache__/resultdict.cpython-312.pyc | Bin 0 -> 667 bytes .../sbcharsetprober.cpython-312.pyc | Bin 0 -> 6422 bytes .../sbcsgroupprober.cpython-312.pyc | Bin 0 -> 2392 bytes .../__pycache__/sjisprober.cpython-312.pyc | Bin 0 -> 4521 bytes .../universaldetector.cpython-312.pyc | Bin 0 -> 12301 bytes .../__pycache__/utf1632prober.cpython-312.pyc | Bin 0 -> 10014 bytes .../__pycache__/utf8prober.cpython-312.pyc | Bin 0 -> 3210 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 523 bytes .../pip/_vendor/chardet/big5freq.py | 386 + .../pip/_vendor/chardet/big5prober.py | 47 + .../pip/_vendor/chardet/chardistribution.py | 261 + .../pip/_vendor/chardet/charsetgroupprober.py | 106 + .../pip/_vendor/chardet/charsetprober.py | 147 + .../pip/_vendor/chardet/cli/__init__.py | 0 .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 230 bytes .../__pycache__/chardetect.cpython-312.pyc | Bin 0 -> 4047 bytes .../pip/_vendor/chardet/cli/chardetect.py | 112 + .../pip/_vendor/chardet/codingstatemachine.py | 90 + .../_vendor/chardet/codingstatemachinedict.py | 19 + .../pip/_vendor/chardet/cp949prober.py | 49 + .../pip/_vendor/chardet/enums.py | 85 + .../pip/_vendor/chardet/escprober.py | 102 + .../pip/_vendor/chardet/escsm.py | 261 + .../pip/_vendor/chardet/eucjpprober.py | 102 + .../pip/_vendor/chardet/euckrfreq.py | 196 + .../pip/_vendor/chardet/euckrprober.py | 47 + .../pip/_vendor/chardet/euctwfreq.py | 388 + .../pip/_vendor/chardet/euctwprober.py | 47 + .../pip/_vendor/chardet/gb2312freq.py | 284 + .../pip/_vendor/chardet/gb2312prober.py | 47 + .../pip/_vendor/chardet/hebrewprober.py | 316 + .../pip/_vendor/chardet/jisfreq.py | 325 + .../pip/_vendor/chardet/johabfreq.py | 2382 ++++ .../pip/_vendor/chardet/johabprober.py | 47 + .../pip/_vendor/chardet/jpcntx.py | 238 + .../pip/_vendor/chardet/langbulgarianmodel.py | 4649 +++++++ .../pip/_vendor/chardet/langgreekmodel.py | 4397 ++++++ .../pip/_vendor/chardet/langhebrewmodel.py | 4380 ++++++ .../pip/_vendor/chardet/langhungarianmodel.py | 4649 +++++++ .../pip/_vendor/chardet/langrussianmodel.py | 5725 ++++++++ .../pip/_vendor/chardet/langthaimodel.py | 4380 ++++++ .../pip/_vendor/chardet/langturkishmodel.py | 4380 ++++++ .../pip/_vendor/chardet/latin1prober.py | 147 + .../pip/_vendor/chardet/macromanprober.py | 162 + .../pip/_vendor/chardet/mbcharsetprober.py | 95 + .../pip/_vendor/chardet/mbcsgroupprober.py | 57 + .../pip/_vendor/chardet/mbcssm.py | 661 + .../pip/_vendor/chardet/metadata/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 235 bytes .../__pycache__/languages.cpython-312.pyc | Bin 0 -> 9790 bytes .../pip/_vendor/chardet/metadata/languages.py | 352 + .../pip/_vendor/chardet/py.typed | 0 .../pip/_vendor/chardet/resultdict.py | 16 + .../pip/_vendor/chardet/sbcharsetprober.py | 162 + .../pip/_vendor/chardet/sbcsgroupprober.py | 88 + .../pip/_vendor/chardet/sjisprober.py | 105 + .../pip/_vendor/chardet/universaldetector.py | 362 + .../pip/_vendor/chardet/utf1632prober.py | 225 + .../pip/_vendor/chardet/utf8prober.py | 82 + .../pip/_vendor/chardet/version.py | 9 + .../pip/_vendor/colorama/__init__.py | 7 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 527 bytes .../colorama/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 3985 bytes .../__pycache__/ansitowin32.cpython-312.pyc | Bin 0 -> 16456 bytes .../__pycache__/initialise.cpython-312.pyc | Bin 0 -> 3585 bytes .../__pycache__/win32.cpython-312.pyc | Bin 0 -> 8161 bytes .../__pycache__/winterm.cpython-312.pyc | Bin 0 -> 9123 bytes .../pip/_vendor/colorama/ansi.py | 102 + .../pip/_vendor/colorama/ansitowin32.py | 277 + .../pip/_vendor/colorama/initialise.py | 121 + .../pip/_vendor/colorama/tests/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 233 bytes .../__pycache__/ansi_test.cpython-312.pyc | Bin 0 -> 5502 bytes .../ansitowin32_test.cpython-312.pyc | Bin 0 -> 18138 bytes .../initialise_test.cpython-312.pyc | Bin 0 -> 11783 bytes .../__pycache__/isatty_test.cpython-312.pyc | Bin 0 -> 4939 bytes .../tests/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2523 bytes .../__pycache__/winterm_test.cpython-312.pyc | Bin 0 -> 6647 bytes .../pip/_vendor/colorama/tests/ansi_test.py | 76 + .../colorama/tests/ansitowin32_test.py | 294 + .../_vendor/colorama/tests/initialise_test.py | 189 + .../pip/_vendor/colorama/tests/isatty_test.py | 57 + .../pip/_vendor/colorama/tests/utils.py | 49 + .../_vendor/colorama/tests/winterm_test.py | 131 + .../pip/_vendor/colorama/win32.py | 180 + .../pip/_vendor/colorama/winterm.py | 195 + .../pip/_vendor/distlib/__init__.py | 33 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1304 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 45637 bytes .../__pycache__/database.cpython-312.pyc | Bin 0 -> 66062 bytes .../distlib/__pycache__/index.cpython-312.pyc | Bin 0 -> 24401 bytes .../__pycache__/locators.cpython-312.pyc | Bin 0 -> 60190 bytes .../__pycache__/manifest.cpython-312.pyc | Bin 0 -> 15151 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 7714 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 41828 bytes .../__pycache__/resources.cpython-312.pyc | Bin 0 -> 17360 bytes .../__pycache__/scripts.cpython-312.pyc | Bin 0 -> 19615 bytes .../distlib/__pycache__/util.cpython-312.pyc | Bin 0 -> 88251 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 30398 bytes .../distlib/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 51894 bytes .../pip/_vendor/distlib/compat.py | 1138 ++ .../pip/_vendor/distlib/database.py | 1359 ++ .../pip/_vendor/distlib/index.py | 508 + .../pip/_vendor/distlib/locators.py | 1303 ++ .../pip/_vendor/distlib/manifest.py | 384 + .../pip/_vendor/distlib/markers.py | 167 + .../pip/_vendor/distlib/metadata.py | 1068 ++ .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 452 + .../site-packages/pip/_vendor/distlib/t32.exe | Bin 0 -> 97792 bytes .../pip/_vendor/distlib/t64-arm.exe | Bin 0 -> 182784 bytes .../site-packages/pip/_vendor/distlib/t64.exe | Bin 0 -> 108032 bytes .../site-packages/pip/_vendor/distlib/util.py | 2025 +++ .../pip/_vendor/distlib/version.py | 751 + .../site-packages/pip/_vendor/distlib/w32.exe | Bin 0 -> 91648 bytes .../pip/_vendor/distlib/w64-arm.exe | Bin 0 -> 168448 bytes .../site-packages/pip/_vendor/distlib/w64.exe | Bin 0 -> 101888 bytes .../pip/_vendor/distlib/wheel.py | 1099 ++ .../pip/_vendor/distro/__init__.py | 54 + .../pip/_vendor/distro/__main__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 995 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 327 bytes .../distro/__pycache__/distro.cpython-312.pyc | Bin 0 -> 53787 bytes .../pip/_vendor/distro/distro.py | 1399 ++ .../site-packages/pip/_vendor/distro/py.typed | 0 .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 916 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 0 -> 4668 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 0 -> 922 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 0 -> 16317 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 0 -> 38417 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 0 -> 2673 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 0 -> 251 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 0 -> 158905 bytes .../site-packages/pip/_vendor/idna/codec.py | 112 + .../site-packages/pip/_vendor/idna/compat.py | 13 + .../site-packages/pip/_vendor/idna/core.py | 400 + .../pip/_vendor/idna/idnadata.py | 2151 +++ .../pip/_vendor/idna/intranges.py | 54 + .../pip/_vendor/idna/package_data.py | 2 + .../site-packages/pip/_vendor/idna/py.typed | 0 .../pip/_vendor/idna/uts46data.py | 8600 ++++++++++++ .../pip/_vendor/msgpack/__init__.py | 57 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1866 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 2060 bytes .../msgpack/__pycache__/ext.cpython-312.pyc | Bin 0 -> 8703 bytes .../__pycache__/fallback.cpython-312.pyc | Bin 0 -> 43597 bytes .../pip/_vendor/msgpack/exceptions.py | 48 + .../site-packages/pip/_vendor/msgpack/ext.py | 193 + .../pip/_vendor/msgpack/fallback.py | 1010 ++ .../pip/_vendor/packaging/__about__.py | 26 + .../pip/_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-312.pyc | Bin 0 -> 665 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 501 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 12108 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 6942 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3276 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 14084 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 6981 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 31282 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 18991 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 5903 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 19974 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/py.typed | 0 .../pip/_vendor/packaging/requirements.py | 146 + .../pip/_vendor/packaging/specifiers.py | 802 ++ .../pip/_vendor/packaging/tags.py | 487 + .../pip/_vendor/packaging/utils.py | 136 + .../pip/_vendor/packaging/version.py | 504 + .../pip/_vendor/pkg_resources/__init__.py | 3361 +++++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 146509 bytes .../pip/_vendor/platformdirs/__init__.py | 566 + .../pip/_vendor/platformdirs/__main__.py | 53 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 18064 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 1981 bytes .../__pycache__/android.cpython-312.pyc | Bin 0 -> 9479 bytes .../__pycache__/api.cpython-312.pyc | Bin 0 -> 9707 bytes .../__pycache__/macos.cpython-312.pyc | Bin 0 -> 5672 bytes .../__pycache__/unix.cpython-312.pyc | Bin 0 -> 12476 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 346 bytes .../__pycache__/windows.cpython-312.pyc | Bin 0 -> 13034 bytes .../pip/_vendor/platformdirs/android.py | 210 + .../pip/_vendor/platformdirs/api.py | 223 + .../pip/_vendor/platformdirs/macos.py | 91 + .../pip/_vendor/platformdirs/py.typed | 0 .../pip/_vendor/platformdirs/unix.py | 223 + .../pip/_vendor/platformdirs/version.py | 4 + .../pip/_vendor/platformdirs/windows.py | 255 + .../pip/_vendor/pygments/__init__.py | 82 + .../pip/_vendor/pygments/__main__.py | 17 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3524 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 770 bytes .../__pycache__/cmdline.cpython-312.pyc | Bin 0 -> 26641 bytes .../__pycache__/console.cpython-312.pyc | Bin 0 -> 2662 bytes .../__pycache__/filter.cpython-312.pyc | Bin 0 -> 3268 bytes .../__pycache__/formatter.cpython-312.pyc | Bin 0 -> 4605 bytes .../__pycache__/lexer.cpython-312.pyc | Bin 0 -> 38336 bytes .../__pycache__/modeline.cpython-312.pyc | Bin 0 -> 1604 bytes .../__pycache__/plugin.cpython-312.pyc | Bin 0 -> 3432 bytes .../__pycache__/regexopt.cpython-312.pyc | Bin 0 -> 4117 bytes .../__pycache__/scanner.cpython-312.pyc | Bin 0 -> 4792 bytes .../__pycache__/sphinxext.cpython-312.pyc | Bin 0 -> 11082 bytes .../__pycache__/style.cpython-312.pyc | Bin 0 -> 6708 bytes .../__pycache__/token.cpython-312.pyc | Bin 0 -> 8178 bytes .../__pycache__/unistring.cpython-312.pyc | Bin 0 -> 33024 bytes .../pygments/__pycache__/util.cpython-312.pyc | Bin 0 -> 14017 bytes .../pip/_vendor/pygments/cmdline.py | 668 + .../pip/_vendor/pygments/console.py | 70 + .../pip/_vendor/pygments/filter.py | 71 + .../pip/_vendor/pygments/filters/__init__.py | 940 ++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 37972 bytes .../pip/_vendor/pygments/formatter.py | 124 + .../_vendor/pygments/formatters/__init__.py | 158 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6962 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 4251 bytes .../__pycache__/bbcode.cpython-312.pyc | Bin 0 -> 4230 bytes .../__pycache__/groff.cpython-312.pyc | Bin 0 -> 7300 bytes .../__pycache__/html.cpython-312.pyc | Bin 0 -> 40608 bytes .../__pycache__/img.cpython-312.pyc | Bin 0 -> 27079 bytes .../__pycache__/irc.cpython-312.pyc | Bin 0 -> 6101 bytes .../__pycache__/latex.cpython-312.pyc | Bin 0 -> 19990 bytes .../__pycache__/other.cpython-312.pyc | Bin 0 -> 6920 bytes .../__pycache__/pangomarkup.cpython-312.pyc | Bin 0 -> 2966 bytes .../__pycache__/rtf.cpython-312.pyc | Bin 0 -> 6162 bytes .../__pycache__/svg.cpython-312.pyc | Bin 0 -> 9102 bytes .../__pycache__/terminal.cpython-312.pyc | Bin 0 -> 5865 bytes .../__pycache__/terminal256.cpython-312.pyc | Bin 0 -> 15193 bytes .../_vendor/pygments/formatters/_mapping.py | 23 + .../pip/_vendor/pygments/formatters/bbcode.py | 108 + .../pip/_vendor/pygments/formatters/groff.py | 170 + .../pip/_vendor/pygments/formatters/html.py | 989 ++ .../pip/_vendor/pygments/formatters/img.py | 645 + .../pip/_vendor/pygments/formatters/irc.py | 154 + .../pip/_vendor/pygments/formatters/latex.py | 521 + .../pip/_vendor/pygments/formatters/other.py | 161 + .../pygments/formatters/pangomarkup.py | 83 + .../pip/_vendor/pygments/formatters/rtf.py | 146 + .../pip/_vendor/pygments/formatters/svg.py | 188 + .../_vendor/pygments/formatters/terminal.py | 127 + .../pygments/formatters/terminal256.py | 338 + .../pip/_vendor/pygments/lexer.py | 943 ++ .../pip/_vendor/pygments/lexers/__init__.py | 362 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 14688 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 64440 bytes .../lexers/__pycache__/python.cpython-312.pyc | Bin 0 -> 42675 bytes .../pip/_vendor/pygments/lexers/_mapping.py | 559 + .../pip/_vendor/pygments/lexers/python.py | 1198 ++ .../pip/_vendor/pygments/modeline.py | 43 + .../pip/_vendor/pygments/plugin.py | 88 + .../pip/_vendor/pygments/regexopt.py | 91 + .../pip/_vendor/pygments/scanner.py | 104 + .../pip/_vendor/pygments/sphinxext.py | 217 + .../pip/_vendor/pygments/style.py | 197 + .../pip/_vendor/pygments/styles/__init__.py | 103 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4484 bytes .../pip/_vendor/pygments/token.py | 213 + .../pip/_vendor/pygments/unistring.py | 153 + .../pip/_vendor/pygments/util.py | 330 + .../pip/_vendor/pyparsing/__init__.py | 322 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 7947 bytes .../__pycache__/actions.cpython-312.pyc | Bin 0 -> 8431 bytes .../__pycache__/common.cpython-312.pyc | Bin 0 -> 13450 bytes .../__pycache__/core.cpython-312.pyc | Bin 0 -> 267744 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13030 bytes .../__pycache__/helpers.cpython-312.pyc | Bin 0 -> 48537 bytes .../__pycache__/results.cpython-312.pyc | Bin 0 -> 34146 bytes .../__pycache__/testing.cpython-312.pyc | Bin 0 -> 17224 bytes .../__pycache__/unicode.cpython-312.pyc | Bin 0 -> 13220 bytes .../__pycache__/util.cpython-312.pyc | Bin 0 -> 14940 bytes .../pip/_vendor/pyparsing/actions.py | 217 + .../pip/_vendor/pyparsing/common.py | 432 + .../pip/_vendor/pyparsing/core.py | 6115 ++++++++ .../pip/_vendor/pyparsing/diagram/__init__.py | 656 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 26849 bytes .../pip/_vendor/pyparsing/exceptions.py | 299 + .../pip/_vendor/pyparsing/helpers.py | 1100 ++ .../pip/_vendor/pyparsing/py.typed | 0 .../pip/_vendor/pyparsing/results.py | 796 ++ .../pip/_vendor/pyparsing/testing.py | 331 + .../pip/_vendor/pyparsing/unicode.py | 361 + .../pip/_vendor/pyparsing/util.py | 284 + .../pip/_vendor/pyproject_hooks/__init__.py | 23 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 649 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 410 bytes .../__pycache__/_impl.cpython-312.pyc | Bin 0 -> 14761 bytes .../pip/_vendor/pyproject_hooks/_compat.py | 8 + .../pip/_vendor/pyproject_hooks/_impl.py | 330 + .../pyproject_hooks/_in_process/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1116 bytes .../__pycache__/_in_process.cpython-312.pyc | Bin 0 -> 14433 bytes .../_in_process/_in_process.py | 353 + .../pip/_vendor/requests/__init__.py | 182 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5482 bytes .../__pycache__/__version__.cpython-312.pyc | Bin 0 -> 620 bytes .../_internal_utils.cpython-312.pyc | Bin 0 -> 2057 bytes .../__pycache__/adapters.cpython-312.pyc | Bin 0 -> 21316 bytes .../requests/__pycache__/api.cpython-312.pyc | Bin 0 -> 7240 bytes .../requests/__pycache__/auth.cpython-312.pyc | Bin 0 -> 13959 bytes .../__pycache__/certs.cpython-312.pyc | Bin 0 -> 958 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 1543 bytes .../__pycache__/cookies.cpython-312.pyc | Bin 0 -> 25282 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 7083 bytes .../requests/__pycache__/help.cpython-312.pyc | Bin 0 -> 4348 bytes .../__pycache__/hooks.cpython-312.pyc | Bin 0 -> 1088 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 35484 bytes .../__pycache__/packages.cpython-312.pyc | Bin 0 -> 808 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 0 -> 27793 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 5995 bytes .../__pycache__/structures.cpython-312.pyc | Bin 0 -> 5653 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 36305 bytes .../pip/_vendor/requests/__version__.py | 14 + .../pip/_vendor/requests/_internal_utils.py | 50 + .../pip/_vendor/requests/adapters.py | 538 + .../site-packages/pip/_vendor/requests/api.py | 157 + .../pip/_vendor/requests/auth.py | 315 + .../pip/_vendor/requests/certs.py | 24 + .../pip/_vendor/requests/compat.py | 67 + .../pip/_vendor/requests/cookies.py | 561 + .../pip/_vendor/requests/exceptions.py | 141 + .../pip/_vendor/requests/help.py | 131 + .../pip/_vendor/requests/hooks.py | 33 + .../pip/_vendor/requests/models.py | 1034 ++ .../pip/_vendor/requests/packages.py | 16 + .../pip/_vendor/requests/sessions.py | 833 ++ .../pip/_vendor/requests/status_codes.py | 128 + .../pip/_vendor/requests/structures.py | 99 + .../pip/_vendor/requests/utils.py | 1094 ++ .../pip/_vendor/resolvelib/__init__.py | 26 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 670 bytes .../__pycache__/providers.cpython-312.pyc | Bin 0 -> 6887 bytes .../__pycache__/reporters.cpython-312.pyc | Bin 0 -> 2690 bytes .../__pycache__/resolvers.cpython-312.pyc | Bin 0 -> 25933 bytes .../__pycache__/structs.cpython-312.pyc | Bin 0 -> 10542 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 236 bytes .../collections_abc.cpython-312.pyc | Bin 0 -> 456 bytes .../resolvelib/compat/collections_abc.py | 6 + .../pip/_vendor/resolvelib/providers.py | 133 + .../pip/_vendor/resolvelib/py.typed | 0 .../pip/_vendor/resolvelib/reporters.py | 43 + .../pip/_vendor/resolvelib/resolvers.py | 547 + .../pip/_vendor/resolvelib/structs.py | 170 + .../pip/_vendor/rich/__init__.py | 177 + .../pip/_vendor/rich/__main__.py | 274 + .../rich/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 7051 bytes .../rich/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 10340 bytes .../__pycache__/_cell_widths.cpython-312.pyc | Bin 0 -> 7857 bytes .../__pycache__/_emoji_codes.cpython-312.pyc | Bin 0 -> 206012 bytes .../_emoji_replace.cpython-312.pyc | Bin 0 -> 1765 bytes .../_export_format.cpython-312.pyc | Bin 0 -> 2357 bytes .../__pycache__/_extension.cpython-312.pyc | Bin 0 -> 573 bytes .../rich/__pycache__/_fileno.cpython-312.pyc | Bin 0 -> 891 bytes .../rich/__pycache__/_inspect.cpython-312.pyc | Bin 0 -> 12113 bytes .../__pycache__/_log_render.cpython-312.pyc | Bin 0 -> 4183 bytes .../rich/__pycache__/_loop.cpython-312.pyc | Bin 0 -> 1921 bytes .../__pycache__/_null_file.cpython-312.pyc | Bin 0 -> 3656 bytes .../__pycache__/_palettes.cpython-312.pyc | Bin 0 -> 5196 bytes .../rich/__pycache__/_pick.cpython-312.pyc | Bin 0 -> 760 bytes .../rich/__pycache__/_ratio.cpython-312.pyc | Bin 0 -> 6613 bytes .../__pycache__/_spinners.cpython-312.pyc | Bin 0 -> 13215 bytes .../rich/__pycache__/_stack.cpython-312.pyc | Bin 0 -> 1001 bytes .../rich/__pycache__/_timer.cpython-312.pyc | Bin 0 -> 901 bytes .../_win32_console.cpython-312.pyc | Bin 0 -> 29003 bytes .../rich/__pycache__/_windows.cpython-312.pyc | Bin 0 -> 2526 bytes .../_windows_renderer.cpython-312.pyc | Bin 0 -> 3609 bytes .../rich/__pycache__/_wrap.cpython-312.pyc | Bin 0 -> 2396 bytes .../rich/__pycache__/abc.cpython-312.pyc | Bin 0 -> 1644 bytes .../rich/__pycache__/align.cpython-312.pyc | Bin 0 -> 12358 bytes .../rich/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 9142 bytes .../rich/__pycache__/bar.cpython-312.pyc | Bin 0 -> 4308 bytes .../rich/__pycache__/box.cpython-312.pyc | Bin 0 -> 11894 bytes .../rich/__pycache__/cells.cpython-312.pyc | Bin 0 -> 5654 bytes .../rich/__pycache__/color.cpython-312.pyc | Bin 0 -> 26561 bytes .../__pycache__/color_triplet.cpython-312.pyc | Bin 0 -> 1737 bytes .../rich/__pycache__/columns.cpython-312.pyc | Bin 0 -> 8623 bytes .../rich/__pycache__/console.cpython-312.pyc | Bin 0 -> 113820 bytes .../__pycache__/constrain.cpython-312.pyc | Bin 0 -> 2294 bytes .../__pycache__/containers.cpython-312.pyc | Bin 0 -> 9262 bytes .../rich/__pycache__/control.cpython-312.pyc | Bin 0 -> 10965 bytes .../default_styles.cpython-312.pyc | Bin 0 -> 10409 bytes .../rich/__pycache__/diagnose.cpython-312.pyc | Bin 0 -> 1523 bytes .../rich/__pycache__/emoji.cpython-312.pyc | Bin 0 -> 4245 bytes .../rich/__pycache__/errors.cpython-312.pyc | Bin 0 -> 1881 bytes .../__pycache__/file_proxy.cpython-312.pyc | Bin 0 -> 3613 bytes .../rich/__pycache__/filesize.cpython-312.pyc | Bin 0 -> 3118 bytes .../__pycache__/highlighter.cpython-312.pyc | Bin 0 -> 9934 bytes .../rich/__pycache__/json.cpython-312.pyc | Bin 0 -> 6071 bytes .../rich/__pycache__/jupyter.cpython-312.pyc | Bin 0 -> 5245 bytes .../rich/__pycache__/layout.cpython-312.pyc | Bin 0 -> 20256 bytes .../rich/__pycache__/live.cpython-312.pyc | Bin 0 -> 19176 bytes .../__pycache__/live_render.cpython-312.pyc | Bin 0 -> 4930 bytes .../rich/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13584 bytes .../rich/__pycache__/markup.cpython-312.pyc | Bin 0 -> 9334 bytes .../rich/__pycache__/measure.cpython-312.pyc | Bin 0 -> 6412 bytes .../rich/__pycache__/padding.cpython-312.pyc | Bin 0 -> 7170 bytes .../rich/__pycache__/pager.cpython-312.pyc | Bin 0 -> 1856 bytes .../rich/__pycache__/palette.cpython-312.pyc | Bin 0 -> 5350 bytes .../rich/__pycache__/panel.cpython-312.pyc | Bin 0 -> 12133 bytes .../rich/__pycache__/pretty.cpython-312.pyc | Bin 0 -> 40078 bytes .../rich/__pycache__/progress.cpython-312.pyc | Bin 0 -> 75111 bytes .../__pycache__/progress_bar.cpython-312.pyc | Bin 0 -> 10425 bytes .../rich/__pycache__/prompt.cpython-312.pyc | Bin 0 -> 14814 bytes .../rich/__pycache__/protocol.cpython-312.pyc | Bin 0 -> 1828 bytes .../rich/__pycache__/region.cpython-312.pyc | Bin 0 -> 603 bytes .../rich/__pycache__/repr.cpython-312.pyc | Bin 0 -> 6662 bytes .../rich/__pycache__/rule.cpython-312.pyc | Bin 0 -> 6604 bytes .../rich/__pycache__/scope.cpython-312.pyc | Bin 0 -> 3866 bytes .../rich/__pycache__/screen.cpython-312.pyc | Bin 0 -> 2520 bytes .../rich/__pycache__/segment.cpython-312.pyc | Bin 0 -> 28197 bytes .../rich/__pycache__/spinner.cpython-312.pyc | Bin 0 -> 6100 bytes .../rich/__pycache__/status.cpython-312.pyc | Bin 0 -> 6104 bytes .../rich/__pycache__/style.cpython-312.pyc | Bin 0 -> 33550 bytes .../rich/__pycache__/styled.cpython-312.pyc | Bin 0 -> 2175 bytes .../rich/__pycache__/syntax.cpython-312.pyc | Bin 0 -> 39646 bytes .../rich/__pycache__/table.cpython-312.pyc | Bin 0 -> 43620 bytes .../terminal_theme.cpython-312.pyc | Bin 0 -> 3384 bytes .../rich/__pycache__/text.cpython-312.pyc | Bin 0 -> 58985 bytes .../rich/__pycache__/theme.cpython-312.pyc | Bin 0 -> 6376 bytes .../rich/__pycache__/themes.cpython-312.pyc | Bin 0 -> 350 bytes .../__pycache__/traceback.cpython-312.pyc | Bin 0 -> 31580 bytes .../rich/__pycache__/tree.cpython-312.pyc | Bin 0 -> 11475 bytes .../pip/_vendor/rich/_cell_widths.py | 451 + .../pip/_vendor/rich/_emoji_codes.py | 3610 +++++ .../pip/_vendor/rich/_emoji_replace.py | 32 + .../pip/_vendor/rich/_export_format.py | 76 + .../pip/_vendor/rich/_extension.py | 10 + .../site-packages/pip/_vendor/rich/_fileno.py | 24 + .../pip/_vendor/rich/_inspect.py | 270 + .../pip/_vendor/rich/_log_render.py | 94 + .../site-packages/pip/_vendor/rich/_loop.py | 43 + .../pip/_vendor/rich/_null_file.py | 69 + .../pip/_vendor/rich/_palettes.py | 309 + .../site-packages/pip/_vendor/rich/_pick.py | 17 + .../site-packages/pip/_vendor/rich/_ratio.py | 160 + .../pip/_vendor/rich/_spinners.py | 482 + .../site-packages/pip/_vendor/rich/_stack.py | 16 + .../site-packages/pip/_vendor/rich/_timer.py | 19 + .../pip/_vendor/rich/_win32_console.py | 662 + .../pip/_vendor/rich/_windows.py | 72 + .../pip/_vendor/rich/_windows_renderer.py | 56 + .../site-packages/pip/_vendor/rich/_wrap.py | 56 + .../site-packages/pip/_vendor/rich/abc.py | 33 + .../site-packages/pip/_vendor/rich/align.py | 311 + .../site-packages/pip/_vendor/rich/ansi.py | 240 + .../site-packages/pip/_vendor/rich/bar.py | 94 + .../site-packages/pip/_vendor/rich/box.py | 517 + .../site-packages/pip/_vendor/rich/cells.py | 154 + .../site-packages/pip/_vendor/rich/color.py | 622 + .../pip/_vendor/rich/color_triplet.py | 38 + .../site-packages/pip/_vendor/rich/columns.py | 187 + .../site-packages/pip/_vendor/rich/console.py | 2633 ++++ .../pip/_vendor/rich/constrain.py | 37 + .../pip/_vendor/rich/containers.py | 167 + .../site-packages/pip/_vendor/rich/control.py | 225 + .../pip/_vendor/rich/default_styles.py | 190 + .../pip/_vendor/rich/diagnose.py | 37 + .../site-packages/pip/_vendor/rich/emoji.py | 96 + .../site-packages/pip/_vendor/rich/errors.py | 34 + .../pip/_vendor/rich/file_proxy.py | 57 + .../pip/_vendor/rich/filesize.py | 89 + .../pip/_vendor/rich/highlighter.py | 232 + .../site-packages/pip/_vendor/rich/json.py | 140 + .../site-packages/pip/_vendor/rich/jupyter.py | 101 + .../site-packages/pip/_vendor/rich/layout.py | 443 + .../site-packages/pip/_vendor/rich/live.py | 375 + .../pip/_vendor/rich/live_render.py | 113 + .../site-packages/pip/_vendor/rich/logging.py | 289 + .../site-packages/pip/_vendor/rich/markup.py | 246 + .../site-packages/pip/_vendor/rich/measure.py | 151 + .../site-packages/pip/_vendor/rich/padding.py | 141 + .../site-packages/pip/_vendor/rich/pager.py | 34 + .../site-packages/pip/_vendor/rich/palette.py | 100 + .../site-packages/pip/_vendor/rich/panel.py | 308 + .../site-packages/pip/_vendor/rich/pretty.py | 994 ++ .../pip/_vendor/rich/progress.py | 1702 +++ .../pip/_vendor/rich/progress_bar.py | 224 + .../site-packages/pip/_vendor/rich/prompt.py | 376 + .../pip/_vendor/rich/protocol.py | 42 + .../site-packages/pip/_vendor/rich/py.typed | 0 .../site-packages/pip/_vendor/rich/region.py | 10 + .../site-packages/pip/_vendor/rich/repr.py | 149 + .../site-packages/pip/_vendor/rich/rule.py | 130 + .../site-packages/pip/_vendor/rich/scope.py | 86 + .../site-packages/pip/_vendor/rich/screen.py | 54 + .../site-packages/pip/_vendor/rich/segment.py | 739 + .../site-packages/pip/_vendor/rich/spinner.py | 137 + .../site-packages/pip/_vendor/rich/status.py | 132 + .../site-packages/pip/_vendor/rich/style.py | 796 ++ .../site-packages/pip/_vendor/rich/styled.py | 42 + .../site-packages/pip/_vendor/rich/syntax.py | 948 ++ .../site-packages/pip/_vendor/rich/table.py | 1002 ++ .../pip/_vendor/rich/terminal_theme.py | 153 + .../site-packages/pip/_vendor/rich/text.py | 1307 ++ .../site-packages/pip/_vendor/rich/theme.py | 115 + .../site-packages/pip/_vendor/rich/themes.py | 5 + .../pip/_vendor/rich/traceback.py | 756 + .../site-packages/pip/_vendor/rich/tree.py | 251 + .../site-packages/pip/_vendor/six.py | 998 ++ .../pip/_vendor/tenacity/__init__.py | 608 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 27122 bytes .../__pycache__/_asyncio.cpython-312.pyc | Bin 0 -> 4842 bytes .../__pycache__/_utils.cpython-312.pyc | Bin 0 -> 2351 bytes .../__pycache__/after.cpython-312.pyc | Bin 0 -> 1660 bytes .../__pycache__/before.cpython-312.pyc | Bin 0 -> 1500 bytes .../__pycache__/before_sleep.cpython-312.pyc | Bin 0 -> 2338 bytes .../tenacity/__pycache__/nap.cpython-312.pyc | Bin 0 -> 1448 bytes .../__pycache__/retry.cpython-312.pyc | Bin 0 -> 14317 bytes .../tenacity/__pycache__/stop.cpython-312.pyc | Bin 0 -> 5604 bytes .../__pycache__/tornadoweb.cpython-312.pyc | Bin 0 -> 2622 bytes .../tenacity/__pycache__/wait.cpython-312.pyc | Bin 0 -> 12449 bytes .../pip/_vendor/tenacity/_asyncio.py | 94 + .../pip/_vendor/tenacity/_utils.py | 76 + .../pip/_vendor/tenacity/after.py | 51 + .../pip/_vendor/tenacity/before.py | 46 + .../pip/_vendor/tenacity/before_sleep.py | 71 + .../site-packages/pip/_vendor/tenacity/nap.py | 43 + .../pip/_vendor/tenacity/py.typed | 0 .../pip/_vendor/tenacity/retry.py | 272 + .../pip/_vendor/tenacity/stop.py | 103 + .../pip/_vendor/tenacity/tornadoweb.py | 59 + .../pip/_vendor/tenacity/wait.py | 228 + .../pip/_vendor/tomli/__init__.py | 11 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 420 bytes .../tomli/__pycache__/_parser.cpython-312.pyc | Bin 0 -> 26963 bytes .../tomli/__pycache__/_re.cpython-312.pyc | Bin 0 -> 3944 bytes .../tomli/__pycache__/_types.cpython-312.pyc | Bin 0 -> 402 bytes .../pip/_vendor/tomli/_parser.py | 691 + .../site-packages/pip/_vendor/tomli/_re.py | 107 + .../site-packages/pip/_vendor/tomli/_types.py | 10 + .../site-packages/pip/_vendor/tomli/py.typed | 1 + .../pip/_vendor/truststore/__init__.py | 13 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 654 bytes .../__pycache__/_api.cpython-312.pyc | Bin 0 -> 15833 bytes .../__pycache__/_macos.cpython-312.pyc | Bin 0 -> 16698 bytes .../__pycache__/_openssl.cpython-312.pyc | Bin 0 -> 2251 bytes .../_ssl_constants.cpython-312.pyc | Bin 0 -> 1135 bytes .../__pycache__/_windows.cpython-312.pyc | Bin 0 -> 15542 bytes .../pip/_vendor/truststore/_api.py | 302 + .../pip/_vendor/truststore/_macos.py | 501 + .../pip/_vendor/truststore/_openssl.py | 66 + .../pip/_vendor/truststore/_ssl_constants.py | 31 + .../pip/_vendor/truststore/_windows.py | 554 + .../pip/_vendor/truststore/py.typed | 0 .../pip/_vendor/typing_extensions.py | 3072 ++++ .../pip/_vendor/urllib3/__init__.py | 102 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3441 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 15967 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 254 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 20443 bytes .../connectionpool.cpython-312.pyc | Bin 0 -> 36315 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13529 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 10449 bytes .../__pycache__/filepost.cpython-312.pyc | Bin 0 -> 4054 bytes .../__pycache__/poolmanager.cpython-312.pyc | Bin 0 -> 20338 bytes .../__pycache__/request.cpython-312.pyc | Bin 0 -> 7330 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 34002 bytes .../pip/_vendor/urllib3/_collections.py | 337 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 572 + .../pip/_vendor/urllib3/connectionpool.py | 1132 ++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 234 bytes .../_appengine_environ.cpython-312.pyc | Bin 0 -> 1884 bytes .../__pycache__/appengine.cpython-312.pyc | Bin 0 -> 11600 bytes .../__pycache__/ntlmpool.cpython-312.pyc | Bin 0 -> 5755 bytes .../__pycache__/pyopenssl.cpython-312.pyc | Bin 0 -> 24486 bytes .../securetransport.cpython-312.pyc | Bin 0 -> 35580 bytes .../contrib/__pycache__/socks.cpython-312.pyc | Bin 0 -> 7547 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 251 bytes .../__pycache__/bindings.cpython-312.pyc | Bin 0 -> 17463 bytes .../__pycache__/low_level.cpython-312.pyc | Bin 0 -> 14837 bytes .../contrib/_securetransport/bindings.py | 519 + .../contrib/_securetransport/low_level.py | 397 + .../pip/_vendor/urllib3/contrib/appengine.py | 314 + .../pip/_vendor/urllib3/contrib/ntlmpool.py | 130 + .../pip/_vendor/urllib3/contrib/pyopenssl.py | 518 + .../urllib3/contrib/securetransport.py | 921 ++ .../pip/_vendor/urllib3/contrib/socks.py | 216 + .../pip/_vendor/urllib3/exceptions.py | 323 + .../pip/_vendor/urllib3/fields.py | 274 + .../pip/_vendor/urllib3/filepost.py | 98 + .../pip/_vendor/urllib3/packages/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 235 bytes .../packages/__pycache__/six.cpython-312.pyc | Bin 0 -> 41355 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 245 bytes .../__pycache__/makefile.cpython-312.pyc | Bin 0 -> 1856 bytes .../weakref_finalize.cpython-312.pyc | Bin 0 -> 7364 bytes .../urllib3/packages/backports/makefile.py | 51 + .../packages/backports/weakref_finalize.py | 155 + .../pip/_vendor/urllib3/packages/six.py | 1076 ++ .../pip/_vendor/urllib3/poolmanager.py | 537 + .../pip/_vendor/urllib3/request.py | 191 + .../pip/_vendor/urllib3/response.py | 879 ++ .../pip/_vendor/urllib3/util/__init__.py | 49 + .../util/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1182 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 4792 bytes .../util/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 1588 bytes .../util/__pycache__/queue.cpython-312.pyc | Bin 0 -> 1388 bytes .../util/__pycache__/request.cpython-312.pyc | Bin 0 -> 4219 bytes .../util/__pycache__/response.cpython-312.pyc | Bin 0 -> 3025 bytes .../util/__pycache__/retry.cpython-312.pyc | Bin 0 -> 21733 bytes .../util/__pycache__/ssl_.cpython-312.pyc | Bin 0 -> 15139 bytes .../ssl_match_hostname.cpython-312.pyc | Bin 0 -> 5107 bytes .../__pycache__/ssltransport.cpython-312.pyc | Bin 0 -> 10803 bytes .../util/__pycache__/timeout.cpython-312.pyc | Bin 0 -> 11175 bytes .../util/__pycache__/url.cpython-312.pyc | Bin 0 -> 15831 bytes .../util/__pycache__/wait.cpython-312.pyc | Bin 0 -> 4439 bytes .../pip/_vendor/urllib3/util/connection.py | 149 + .../pip/_vendor/urllib3/util/proxy.py | 57 + .../pip/_vendor/urllib3/util/queue.py | 22 + .../pip/_vendor/urllib3/util/request.py | 137 + .../pip/_vendor/urllib3/util/response.py | 107 + .../pip/_vendor/urllib3/util/retry.py | 620 + .../pip/_vendor/urllib3/util/ssl_.py | 495 + .../urllib3/util/ssl_match_hostname.py | 159 + .../pip/_vendor/urllib3/util/ssltransport.py | 221 + .../pip/_vendor/urllib3/util/timeout.py | 271 + .../pip/_vendor/urllib3/util/url.py | 435 + .../pip/_vendor/urllib3/util/wait.py | 152 + .../site-packages/pip/_vendor/vendor.txt | 24 + .../pip/_vendor/webencodings/__init__.py | 342 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 12031 bytes .../__pycache__/labels.cpython-312.pyc | Bin 0 -> 7168 bytes .../__pycache__/mklabels.cpython-312.pyc | Bin 0 -> 2732 bytes .../__pycache__/tests.cpython-312.pyc | Bin 0 -> 9075 bytes .../x_user_defined.cpython-312.pyc | Bin 0 -> 3331 bytes .../pip/_vendor/webencodings/labels.py | 231 + .../pip/_vendor/webencodings/mklabels.py | 59 + .../pip/_vendor/webencodings/tests.py | 153 + .../_vendor/webencodings/x_user_defined.py | 325 + .../lib/python3.12/site-packages/pip/py.typed | 4 + .../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-312.pyc | Bin 0 -> 637 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 374 bytes .../__pycache__/_impl.cpython-312.pyc | Bin 0 -> 14749 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-312.pyc | Bin 0 -> 1104 bytes .../__pycache__/_in_process.cpython-312.pyc | Bin 0 -> 14421 bytes .../_in_process/_in_process.py | 353 + sdk/python/venv/pyvenv.cfg | 5 + 1264 files changed, 235289 insertions(+), 291 deletions(-) create mode 100644 nuget/Pulumi.Chronosphere.0.0.1-alpha.1712862323.nupkg create mode 100644 nuget/Pulumi.Chronosphere.0.0.1-alpha.1712866649.nupkg create mode 100644 pyproject.toml rename sdk/dotnet/obj/Debug/{Pulumi.Chronosphere.0.0.2-alpha.1712280084.nuspec => Pulumi.Chronosphere.0.0.1-alpha.1712866649.nuspec} (92%) rename sdk/{java/.gradle/8.1.1/dependencies-accessors/gc.properties => go/Pulumi.yaml} (100%) create mode 100644 sdk/go/chronosphere/blackholeAlertNotifier.go create mode 100644 sdk/go/chronosphere/bucket.go create mode 100644 sdk/go/chronosphere/bucketDataSource.go create mode 100644 sdk/go/chronosphere/classicDashboard.go create mode 100644 sdk/go/chronosphere/collection.go create mode 100644 sdk/go/chronosphere/config/config.go create mode 100644 sdk/go/chronosphere/dashboard.go create mode 100644 sdk/go/chronosphere/derivedLabel.go create mode 100644 sdk/go/chronosphere/derivedMetric.go create mode 100644 sdk/go/chronosphere/doc.go create mode 100644 sdk/go/chronosphere/dropRule.go create mode 100644 sdk/go/chronosphere/emailAlertNotifier.go create mode 100644 sdk/go/chronosphere/gcpMetricsIntegration.go create mode 100644 sdk/go/chronosphere/grafanaDashboard.go create mode 100644 sdk/go/chronosphere/init.go create mode 100644 sdk/go/chronosphere/internal/pulumiUtilities.go create mode 100644 sdk/go/chronosphere/internal/pulumiVersion.go create mode 100644 sdk/go/chronosphere/mappingRule.go create mode 100644 sdk/go/chronosphere/monitor.go create mode 100644 sdk/go/chronosphere/notificationPolicy.go create mode 100644 sdk/go/chronosphere/notificationPolicyDataSource.go create mode 100644 sdk/go/chronosphere/opsgenieAlertNotifier.go create mode 100644 sdk/go/chronosphere/pagerdutyAlertNotifier.go create mode 100644 sdk/go/chronosphere/provider.go create mode 100644 sdk/go/chronosphere/pulumi-plugin.json create mode 100644 sdk/go/chronosphere/pulumiTypes.go create mode 100644 sdk/go/chronosphere/recordingRule.go create mode 100644 sdk/go/chronosphere/resourcePoolsConfig.go create mode 100644 sdk/go/chronosphere/rollupRule.go create mode 100644 sdk/go/chronosphere/serviceAccount.go create mode 100644 sdk/go/chronosphere/serviceDataSource.go create mode 100644 sdk/go/chronosphere/slackAlertNotifier.go create mode 100644 sdk/go/chronosphere/team.go create mode 100644 sdk/go/chronosphere/traceJaegerRemoteSamplingStrategy.go create mode 100644 sdk/go/chronosphere/traceMetricsRule.go create mode 100644 sdk/go/chronosphere/traceTailSamplingRules.go create mode 100644 sdk/go/chronosphere/victoropsAlertNotifier.go create mode 100644 sdk/go/chronosphere/webhookAlertNotifier.go delete mode 100644 sdk/java/.gradle/8.1.1/checksums/checksums.lock delete mode 100644 sdk/java/.gradle/8.1.1/checksums/sha1-checksums.bin delete mode 100644 sdk/java/.gradle/8.1.1/dependencies-accessors/dependencies-accessors.lock delete mode 100644 sdk/java/.gradle/8.1.1/executionHistory/executionHistory.lock delete mode 100644 sdk/java/.gradle/8.1.1/fileChanges/last-build.bin delete mode 100644 sdk/java/.gradle/8.1.1/fileHashes/fileHashes.lock rename sdk/java/.gradle/{8.1.1/checksums/md5-checksums.bin => buildOutputCleanup/outputFiles.bin} (82%) rename sdk/{java/.gradle/8.1.1/gc.properties => python/Pulumi.yaml} (100%) create mode 100644 sdk/python/README.md create mode 100644 sdk/python/chronosphereio_chronosphere/README.md create mode 100644 sdk/python/chronosphereio_chronosphere/__init__.py create mode 100644 sdk/python/chronosphereio_chronosphere/_inputs.py create mode 100644 sdk/python/chronosphereio_chronosphere/_utilities.py create mode 100644 sdk/python/chronosphereio_chronosphere/blackhole_alert_notifier.py create mode 100644 sdk/python/chronosphereio_chronosphere/bucket.py create mode 100644 sdk/python/chronosphereio_chronosphere/bucket_data_source.py create mode 100644 sdk/python/chronosphereio_chronosphere/classic_dashboard.py create mode 100644 sdk/python/chronosphereio_chronosphere/collection.py create mode 100644 sdk/python/chronosphereio_chronosphere/config/__init__.py create mode 100644 sdk/python/chronosphereio_chronosphere/config/__init__.pyi create mode 100644 sdk/python/chronosphereio_chronosphere/config/vars.py create mode 100644 sdk/python/chronosphereio_chronosphere/dashboard.py create mode 100644 sdk/python/chronosphereio_chronosphere/derived_label.py create mode 100644 sdk/python/chronosphereio_chronosphere/derived_metric.py create mode 100644 sdk/python/chronosphereio_chronosphere/drop_rule.py create mode 100644 sdk/python/chronosphereio_chronosphere/email_alert_notifier.py create mode 100644 sdk/python/chronosphereio_chronosphere/gcp_metrics_integration.py create mode 100644 sdk/python/chronosphereio_chronosphere/grafana_dashboard.py create mode 100644 sdk/python/chronosphereio_chronosphere/mapping_rule.py create mode 100644 sdk/python/chronosphereio_chronosphere/monitor.py create mode 100644 sdk/python/chronosphereio_chronosphere/notification_policy.py create mode 100644 sdk/python/chronosphereio_chronosphere/notification_policy_data_source.py create mode 100644 sdk/python/chronosphereio_chronosphere/opsgenie_alert_notifier.py create mode 100644 sdk/python/chronosphereio_chronosphere/outputs.py create mode 100644 sdk/python/chronosphereio_chronosphere/pagerduty_alert_notifier.py create mode 100644 sdk/python/chronosphereio_chronosphere/provider.py create mode 100644 sdk/python/chronosphereio_chronosphere/pulumi-plugin.json create mode 100644 sdk/python/chronosphereio_chronosphere/py.typed create mode 100644 sdk/python/chronosphereio_chronosphere/recording_rule.py create mode 100644 sdk/python/chronosphereio_chronosphere/resource_pools_config.py create mode 100644 sdk/python/chronosphereio_chronosphere/rollup_rule.py create mode 100644 sdk/python/chronosphereio_chronosphere/service_account.py create mode 100644 sdk/python/chronosphereio_chronosphere/service_data_source.py create mode 100644 sdk/python/chronosphereio_chronosphere/slack_alert_notifier.py create mode 100644 sdk/python/chronosphereio_chronosphere/team.py create mode 100644 sdk/python/chronosphereio_chronosphere/trace_jaeger_remote_sampling_strategy.py create mode 100644 sdk/python/chronosphereio_chronosphere/trace_metrics_rule.py create mode 100644 sdk/python/chronosphereio_chronosphere/trace_tail_sampling_rules.py create mode 100644 sdk/python/chronosphereio_chronosphere/victorops_alert_notifier.py create mode 100644 sdk/python/chronosphereio_chronosphere/webhook_alert_notifier.py create mode 100644 sdk/python/go.mod create mode 100644 sdk/python/setup.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.dist-info/INSTALLER create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.dist-info/LICENSE create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.dist-info/METADATA create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.dist-info/RECORD create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.dist-info/REQUESTED create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.dist-info/WHEEL create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.dist-info/entry_points.txt create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/__main__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/__main__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/_builder.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/_ctx.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/_exceptions.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/_types.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/_util.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/env.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/util.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/_builder.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/_compat/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/_compat/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/_compat/__pycache__/importlib.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/_compat/__pycache__/tarfile.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/_compat/__pycache__/tomllib.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/_compat/importlib.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/_compat/tarfile.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/_compat/tomllib.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/_ctx.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/_exceptions.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/_types.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/_util.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/env.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/py.typed create mode 100644 sdk/python/venv/lib/python3.12/site-packages/build/util.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.dist-info/INSTALLER create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.dist-info/LICENSE create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.dist-info/LICENSE.APACHE create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.dist-info/LICENSE.BSD create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.dist-info/METADATA create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.dist-info/RECORD create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.dist-info/WHEEL create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/_elffile.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/_parser.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/_tokenizer.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/metadata.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/version.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/_elffile.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/_manylinux.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/_musllinux.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/_parser.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/_structures.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/_tokenizer.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/markers.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/metadata.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/py.typed create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/requirements.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/specifiers.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/tags.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/utils.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/packaging/version.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/REQUESTED create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/__main__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/__pip-runner__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/build_env.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cache.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/main.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/check.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/download.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/help.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/index.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/install.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/list.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/search.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/show.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/configuration.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/exceptions.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/collector.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/sources.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/main.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/index.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/link.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/auth.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/cache.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/download.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/session.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/utils.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/check.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/models.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/py.typed create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/py.typed create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/chardetect.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/py.typed create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansi.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansitowin32.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/initialise.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansi_test.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/initialise_test.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/isatty_test.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/utils.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/winterm_test.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/win32.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/winterm.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/markers.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64-arm.exe create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/py.typed create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/py.typed create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/py.typed create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/py.typed create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/style.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/token.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/util.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/actions.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/common.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/core.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/exceptions.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/py.typed create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/py.typed create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/json.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/layout.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/logging.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/markup.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/measure.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/pager.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/palette.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/panel.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/progress.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/py.typed create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/region.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/repr.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/scope.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/screen.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/segment.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/status.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/style.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/styled.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/table.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/text.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/theme.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/themes.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/tree.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/six.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/_asyncio.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/_utils.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/after.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/before.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/before_sleep.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/nap.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/py.typed create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/retry.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/stop.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/tornadoweb.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tenacity/wait.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/py.typed create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_api.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/py.typed create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/typing_extensions.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/vendor.txt create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/labels.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/mklabels.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/tests.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/webencodings/x_user_defined.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pip/py.typed create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pyproject_hooks-1.0.0.dist-info/INSTALLER create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pyproject_hooks-1.0.0.dist-info/LICENSE create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pyproject_hooks-1.0.0.dist-info/METADATA create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pyproject_hooks-1.0.0.dist-info/RECORD create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pyproject_hooks-1.0.0.dist-info/WHEEL create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pyproject_hooks/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pyproject_hooks/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pyproject_hooks/__pycache__/_compat.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pyproject_hooks/__pycache__/_impl.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pyproject_hooks/_compat.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pyproject_hooks/_impl.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pyproject_hooks/_in_process/__init__.py create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc create mode 100644 sdk/python/venv/lib/python3.12/site-packages/pyproject_hooks/_in_process/_in_process.py create mode 100644 sdk/python/venv/pyvenv.cfg diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 754e4308..6ffcaff3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,11 +113,11 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: ${{ env.DOTNETVERSION }} - # - if: matrix.language == 'python' - # name: Setup Python - # uses: actions/setup-python@v5 - # with: - # python-version: ${{ env.PYTHONVERSION }} + - if: matrix.language == 'python' + name: Setup Python + uses: actions/setup-python@v5 + with: + python-version: ${{ env.PYTHONVERSION }} - if: matrix.language == 'java' name: Setup Java uses: actions/setup-java@v4 @@ -140,8 +140,8 @@ jobs: - nodejs - dotnet - java - # - go - # - python + - go + - python # - name: Download provider + tfgen binaries # uses: actions/download-artifact@v4 diff --git a/.gitignore b/.gitignore index e51a96fa..8bf59271 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,39 @@ -.pulumi/ +.idea +.code +**/vendor/ +.pulumi **/bin/ +**/obj/ +Pulumi.*.yaml +**/node_modules/ +.DS_Store +**/.vscode/ + +**/command-output/ + +.idea/ +*.iml + +yarn.lock +**/pulumiManifest.go + +**/version.txt +**/nuget +**/dist + +sdk/java/build +sdk/java/.gradle +sdk/java/gradle +sdk/java/gradlew +sdk/java/gradlew.bat + +__pycache__ +venv +sdk/python/build +sdk/python/*.egg-info + +.envrc + +sdk/python/venv +go.work +go.work.sum diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a837790..227cc45c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,3 +2,4 @@ ## Unreleased +- Publish Go and Python SDKs diff --git a/Makefile b/Makefile index 80d6b746..26ad8c0f 100644 --- a/Makefile +++ b/Makefile @@ -19,9 +19,7 @@ development: install_plugins provider build_sdks install_sdks build: install_plugins provider build_sdks install_sdks -# TODO: get python and go SDKs building -# build_sdks: build_nodejs build_python build_go build_dotnet build_java -build_sdks: build_nodejs build_dotnet build_java +build_sdks: build_nodejs build_python build_go build_dotnet build_java install_go_sdk: @@ -66,7 +64,7 @@ build_nodejs: build_python: PYPI_VERSION := $(shell pulumictl get version --language python) build_python: export PULUMI_HOME := $(WORKING_DIR)/.pulumi build_python: export PATH := $(WORKING_DIR)/.pulumi/bin:$(PATH) -#build_python: export PULUMI_CONVERT_EXAMPLES_CACHE_DIR := $(WORKING_DIR)/.pulumi/examples-cache +build_python: export PULUMI_CONVERT_EXAMPLES_CACHE_DIR := $(WORKING_DIR)/.pulumi/examples-cache build_python: rm -rf sdk/python/ PULUMI_CONVERT=$(PULUMI_CONVERT) PULUMI_DISABLE_AUTOMATIC_PLUGIN_ACQUISITION=$(PULUMI_CONVERT) $(WORKING_DIR)/bin/$(TFGEN) python --out sdk/python/ @@ -74,6 +72,7 @@ build_python: printf "module fake_python_module // Exclude this directory from Go tools\n\ngo 1.21\n" > go.mod && \ cp ../../README.md . && \ rm -rf ./bin/ ../python.bin/ && cp -R . ../python.bin && mv ../python.bin ./bin && \ + cp ../../pyproject.toml ./bin/ && \ sed -i.bak -e 's/^ version = .*/ version = "$(PYPI_VERSION)"/g' ./bin/pyproject.toml && \ rm ./bin/pyproject.toml.bak && rm ./bin/go.mod && \ python3 -m venv venv && \ @@ -152,5 +151,5 @@ bin/pulumi-java-gen: @mkdir -p .pulumi @cd provider && go list -f "{{slice .Version 1}}" -m github.com/pulumi/pulumi/pkg/v3 | tee ../$@ -# .PHONY: development build build_sdks install_go_sdk install_java_sdk install_python_sdk install_sdks only_build build_dotnet build_go build_java build_nodejs build_python clean cleanup help install_dotnet_sdk install_nodejs_sdk install_plugins lint_provider provider test tfgen test_provider -.PHONY: development build build_sdks install_go_sdk install_java_sdk install_python_sdk install_sdks only_build build_go build_nodejs clean cleanup help install_dotnet_sdk install_nodejs_sdk install_plugins lint_provider provider test tfgen test_provider +.PHONY: development build build_sdks install_go_sdk install_java_sdk install_python_sdk install_sdks only_build build_dotnet build_go build_java build_nodejs build_python clean cleanup help install_dotnet_sdk install_nodejs_sdk install_plugins lint_provider provider test tfgen test_provider +# .PHONY: development build build_sdks install_go_sdk install_java_sdk install_python_sdk install_sdks only_build build_go build_nodejs clean cleanup help install_dotnet_sdk install_nodejs_sdk install_plugins lint_provider provider test tfgen test_provider diff --git a/nuget/Pulumi.Chronosphere.0.0.1-alpha.1712862323.nupkg b/nuget/Pulumi.Chronosphere.0.0.1-alpha.1712862323.nupkg new file mode 100644 index 0000000000000000000000000000000000000000..9ff70152e3b559338cd73a538300cfe006c12c57 GIT binary patch literal 154983 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%0D6jKJ!j;w(@t(yWRrg=e@40^di)ncf$R;#0SUS+3 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 Ap#T5? literal 0 HcmV?d00001 diff --git a/nuget/Pulumi.Chronosphere.0.0.1-alpha.1712866649.nupkg b/nuget/Pulumi.Chronosphere.0.0.1-alpha.1712866649.nupkg new file mode 100644 index 0000000000000000000000000000000000000000..9e6eb933d70ec95bb312d8b25aeb876c71424299 GIT binary patch literal 154951 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
#(Z^4RhNo)Y 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

-JkUV%)bu@Y%JY@?AGsgvke|O)6^M9Z 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 literal 0 HcmV?d00001 diff --git a/provider/cmd/pulumi-resource-chronosphere/schema-embed.json b/provider/cmd/pulumi-resource-chronosphere/schema-embed.json index a3b7326c..e2a06d27 100644 --- a/provider/cmd/pulumi-resource-chronosphere/schema-embed.json +++ b/provider/cmd/pulumi-resource-chronosphere/schema-embed.json @@ -1 +1 @@ -{"name":"chronosphere","displayName":"Chronosphere","version":"0.0.2-alpha.1712280084+18ebf358.dirty","description":"Chronosphere Pulumi Provider","keywords":["chronosphere","observability","prometheus"],"homepage":"https://chronosphere.io","license":"Apache-2.0","attribution":"This Pulumi package is based on the [`chronosphere` Terraform Provider](https://github.com/chronosphereio/terraform-provider-chronosphere).","repository":"https://github.com/chronosphereio/pulumi-chronosphere","publisher":"Chronosphere","meta":{"moduleFormat":"(.*)(?:/[^/]*)"},"language":{"go":{"importBasePath":"github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere","generateResourceContainerTypes":true,"generateExtraInputTypes":true},"java":{"basePackage":"io.chronosphere","buildFiles":"","gradleNexusPublishPluginVersion":"","gradleTest":""},"nodejs":{"packageName":"@pulumi/chronosphere","packageDescription":"Chronosphere Pulumi Provider","readme":"\u003e This provider is a derived work of the [Terraform Provider](https://github.com/chronosphereio/terraform-provider-chronosphere)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-chronosphere` repo](https://github.com/chronosphereio/pulumi-chronosphere/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-chronosphere` repo](https://github.com/chronosphereio/terraform-provider-chronosphere/issues).","dependencies":{"@pulumi/pulumi":"^3.0.0"},"devDependencies":{"@types/mime":"^2.0.0","@types/node":"^10.0.0"},"compatibility":"tfbridge20","disableUnionOutputTypes":true},"python":{"packageName":"chronosphereio_chronosphere","requires":{"pulumi":"\u003e=3.0.0,\u003c4.0.0"},"readme":"\u003e This provider is a derived work of the [Terraform Provider](https://github.com/chronosphereio/terraform-provider-chronosphere)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-chronosphere` repo](https://github.com/chronosphereio/pulumi-chronosphere/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-chronosphere` repo](https://github.com/chronosphereio/terraform-provider-chronosphere/issues).","compatibility":"tfbridge20","pyproject":{}}},"config":{"variables":{"apiToken":{"type":"string","defaultInfo":{"environment":["CHRONOSPHERE_API_TOKEN"]},"secret":true},"entityNamespace":{"type":"string"},"org":{"type":"string","defaultInfo":{"environment":["CHRONOSPHERE_ORG","CHRONOSPHERE_ORG_NAME"]}},"unstable":{"type":"boolean"}},"defaults":["org"]},"types":{"chronosphere:index/DerivedLabelMetricLabel:DerivedLabelMetricLabel":{"properties":{"constructedLabel":{"$ref":"#/types/chronosphere:index/DerivedLabelMetricLabelConstructedLabel:DerivedLabelMetricLabelConstructedLabel"},"mappingLabel":{"$ref":"#/types/chronosphere:index/DerivedLabelMetricLabelMappingLabel:DerivedLabelMetricLabelMappingLabel"}},"type":"object"},"chronosphere:index/DerivedLabelMetricLabelConstructedLabel:DerivedLabelMetricLabelConstructedLabel":{"properties":{"valueDefinitions":{"type":"array","items":{"$ref":"#/types/chronosphere:index/DerivedLabelMetricLabelConstructedLabelValueDefinition:DerivedLabelMetricLabelConstructedLabelValueDefinition"}}},"type":"object","required":["valueDefinitions"]},"chronosphere:index/DerivedLabelMetricLabelConstructedLabelValueDefinition:DerivedLabelMetricLabelConstructedLabelValueDefinition":{"properties":{"filters":{"type":"array","items":{"$ref":"#/types/chronosphere:index/DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter:DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter"}},"value":{"type":"string"}},"type":"object","required":["filters","value"]},"chronosphere:index/DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter:DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter":{"properties":{"name":{"type":"string"},"valueGlob":{"type":"string"}},"type":"object","required":["name","valueGlob"]},"chronosphere:index/DerivedLabelMetricLabelMappingLabel:DerivedLabelMetricLabelMappingLabel":{"properties":{"nameMappings":{"type":"array","items":{"$ref":"#/types/chronosphere:index/DerivedLabelMetricLabelMappingLabelNameMapping:DerivedLabelMetricLabelMappingLabelNameMapping"}},"valueMappings":{"type":"array","items":{"$ref":"#/types/chronosphere:index/DerivedLabelMetricLabelMappingLabelValueMapping:DerivedLabelMetricLabelMappingLabelValueMapping"}}},"type":"object"},"chronosphere:index/DerivedLabelMetricLabelMappingLabelNameMapping:DerivedLabelMetricLabelMappingLabelNameMapping":{"properties":{"filters":{"type":"array","items":{"$ref":"#/types/chronosphere:index/DerivedLabelMetricLabelMappingLabelNameMappingFilter:DerivedLabelMetricLabelMappingLabelNameMappingFilter"}},"sourceLabel":{"type":"string"},"valueMappings":{"type":"array","items":{"$ref":"#/types/chronosphere:index/DerivedLabelMetricLabelMappingLabelNameMappingValueMapping:DerivedLabelMetricLabelMappingLabelNameMappingValueMapping"}}},"type":"object","required":["filters","sourceLabel"]},"chronosphere:index/DerivedLabelMetricLabelMappingLabelNameMappingFilter:DerivedLabelMetricLabelMappingLabelNameMappingFilter":{"properties":{"name":{"type":"string"},"valueGlob":{"type":"string"}},"type":"object","required":["name","valueGlob"]},"chronosphere:index/DerivedLabelMetricLabelMappingLabelNameMappingValueMapping:DerivedLabelMetricLabelMappingLabelNameMappingValueMapping":{"properties":{"sourceValueGlobs":{"type":"array","items":{"type":"string"}},"targetValue":{"type":"string"}},"type":"object","required":["sourceValueGlobs","targetValue"]},"chronosphere:index/DerivedLabelMetricLabelMappingLabelValueMapping:DerivedLabelMetricLabelMappingLabelValueMapping":{"properties":{"sourceValueGlobs":{"type":"array","items":{"type":"string"}},"targetValue":{"type":"string"}},"type":"object","required":["sourceValueGlobs","targetValue"]},"chronosphere:index/DerivedMetricQuery:DerivedMetricQuery":{"properties":{"query":{"$ref":"#/types/chronosphere:index/DerivedMetricQueryQuery:DerivedMetricQueryQuery"},"selector":{"$ref":"#/types/chronosphere:index/DerivedMetricQuerySelector:DerivedMetricQuerySelector"}},"type":"object","required":["query"]},"chronosphere:index/DerivedMetricQueryQuery:DerivedMetricQueryQuery":{"properties":{"expr":{"type":"string"},"variables":{"type":"array","items":{"$ref":"#/types/chronosphere:index/DerivedMetricQueryQueryVariable:DerivedMetricQueryQueryVariable"}}},"type":"object","required":["expr"]},"chronosphere:index/DerivedMetricQueryQueryVariable:DerivedMetricQueryQueryVariable":{"properties":{"defaultSelector":{"type":"string"},"name":{"type":"string"}},"type":"object","required":["defaultSelector","name"]},"chronosphere:index/DerivedMetricQuerySelector:DerivedMetricQuerySelector":{"properties":{"labels":{"type":"object","additionalProperties":{"type":"string"}}},"type":"object"},"chronosphere:index/DropRuleValueBasedDrop:DropRuleValueBasedDrop":{"properties":{"targetDropValue":{"type":"number"}},"type":"object","required":["targetDropValue"]},"chronosphere:index/GcpMetricsIntegrationMetricGroup:GcpMetricsIntegrationMetricGroup":{"properties":{"prefixes":{"type":"array","items":{"type":"string"}},"projectId":{"type":"string"}},"type":"object","required":["projectId"]},"chronosphere:index/GcpMetricsIntegrationServiceAccount:GcpMetricsIntegrationServiceAccount":{"properties":{"clientEmail":{"type":"string"}},"type":"object","required":["clientEmail"]},"chronosphere:index/MappingRuleStoragePolicy:MappingRuleStoragePolicy":{"properties":{"resolution":{"type":"string"},"retention":{"type":"string"}},"type":"object","required":["resolution","retention"]},"chronosphere:index/MonitorQuery:MonitorQuery":{"properties":{"graphiteExpr":{"type":"string"},"prometheusExpr":{"type":"string"}},"type":"object"},"chronosphere:index/MonitorSchedule:MonitorSchedule":{"properties":{"ranges":{"type":"array","items":{"$ref":"#/types/chronosphere:index/MonitorScheduleRange:MonitorScheduleRange"}},"timezone":{"type":"string"}},"type":"object","required":["timezone"]},"chronosphere:index/MonitorScheduleRange:MonitorScheduleRange":{"properties":{"day":{"type":"string"},"end":{"type":"string"},"start":{"type":"string"}},"type":"object","required":["day","end","start"]},"chronosphere:index/MonitorSeriesConditions:MonitorSeriesConditions":{"properties":{"conditions":{"type":"array","items":{"$ref":"#/types/chronosphere:index/MonitorSeriesConditionsCondition:MonitorSeriesConditionsCondition"}},"overrides":{"type":"array","items":{"$ref":"#/types/chronosphere:index/MonitorSeriesConditionsOverride:MonitorSeriesConditionsOverride"}}},"type":"object","required":["conditions"]},"chronosphere:index/MonitorSeriesConditionsCondition:MonitorSeriesConditionsCondition":{"properties":{"op":{"type":"string"},"resolveSustain":{"type":"string"},"severity":{"type":"string"},"sustain":{"type":"string"},"value":{"type":"number"}},"type":"object","required":["op","severity"]},"chronosphere:index/MonitorSeriesConditionsOverride:MonitorSeriesConditionsOverride":{"properties":{"conditions":{"type":"array","items":{"$ref":"#/types/chronosphere:index/MonitorSeriesConditionsOverrideCondition:MonitorSeriesConditionsOverrideCondition"}},"labelMatchers":{"type":"array","items":{"$ref":"#/types/chronosphere:index/MonitorSeriesConditionsOverrideLabelMatcher:MonitorSeriesConditionsOverrideLabelMatcher"}}},"type":"object","required":["conditions","labelMatchers"]},"chronosphere:index/MonitorSeriesConditionsOverrideCondition:MonitorSeriesConditionsOverrideCondition":{"properties":{"op":{"type":"string"},"resolveSustain":{"type":"string"},"severity":{"type":"string"},"sustain":{"type":"string"},"value":{"type":"number"}},"type":"object","required":["op","severity"]},"chronosphere:index/MonitorSeriesConditionsOverrideLabelMatcher:MonitorSeriesConditionsOverrideLabelMatcher":{"properties":{"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["name","type","value"]},"chronosphere:index/MonitorSignalGrouping:MonitorSignalGrouping":{"properties":{"labelNames":{"type":"array","items":{"type":"string"}},"signalPerSeries":{"type":"boolean"}},"type":"object"},"chronosphere:index/NotificationPolicyDataSourceOverride:NotificationPolicyDataSourceOverride":{"properties":{"alertLabelMatchers":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyDataSourceOverrideAlertLabelMatcher:NotificationPolicyDataSourceOverrideAlertLabelMatcher"}},"routes":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyDataSourceOverrideRoute:NotificationPolicyDataSourceOverrideRoute"}}},"type":"object","required":["alertLabelMatchers"]},"chronosphere:index/NotificationPolicyDataSourceOverrideAlertLabelMatcher:NotificationPolicyDataSourceOverrideAlertLabelMatcher":{"properties":{"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["name","type","value"]},"chronosphere:index/NotificationPolicyDataSourceOverrideRoute:NotificationPolicyDataSourceOverrideRoute":{"properties":{"notifiers":{"type":"array","items":{"type":"string"}},"repeatInterval":{"type":"string"},"severity":{"type":"string"}},"type":"object","required":["severity"]},"chronosphere:index/NotificationPolicyDataSourceRoute:NotificationPolicyDataSourceRoute":{"properties":{"notifiers":{"type":"array","items":{"type":"string"}},"repeatInterval":{"type":"string"},"severity":{"type":"string"}},"type":"object","required":["severity"]},"chronosphere:index/NotificationPolicyDataSourceRule:NotificationPolicyDataSourceRule":{"properties":{"notifiers":{"type":"array","items":{"type":"string"}},"repeatInterval":{"type":"string"},"severity":{"type":"string"}},"type":"object","required":["severity"]},"chronosphere:index/NotificationPolicyOverride:NotificationPolicyOverride":{"properties":{"alertLabelMatchers":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyOverrideAlertLabelMatcher:NotificationPolicyOverrideAlertLabelMatcher"}},"routes":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyOverrideRoute:NotificationPolicyOverrideRoute"}}},"type":"object","required":["alertLabelMatchers"]},"chronosphere:index/NotificationPolicyOverrideAlertLabelMatcher:NotificationPolicyOverrideAlertLabelMatcher":{"properties":{"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["name","type","value"]},"chronosphere:index/NotificationPolicyOverrideRoute:NotificationPolicyOverrideRoute":{"properties":{"notifiers":{"type":"array","items":{"type":"string"}},"repeatInterval":{"type":"string"},"severity":{"type":"string"}},"type":"object","required":["severity"]},"chronosphere:index/NotificationPolicyRoute:NotificationPolicyRoute":{"properties":{"notifiers":{"type":"array","items":{"type":"string"}},"repeatInterval":{"type":"string"},"severity":{"type":"string"}},"type":"object","required":["severity"]},"chronosphere:index/NotificationPolicyRule:NotificationPolicyRule":{"properties":{"notifiers":{"type":"array","items":{"type":"string"}},"repeatInterval":{"type":"string"},"severity":{"type":"string"}},"type":"object","required":["severity"]},"chronosphere:index/OpsgenieAlertNotifierResponder:OpsgenieAlertNotifierResponder":{"properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"username":{"type":"string"}},"type":"object","required":["type"]},"chronosphere:index/PagerdutyAlertNotifierImage:PagerdutyAlertNotifierImage":{"properties":{"alt":{"type":"string"},"href":{"type":"string"},"src":{"type":"string"}},"type":"object","required":["src"]},"chronosphere:index/PagerdutyAlertNotifierLink:PagerdutyAlertNotifierLink":{"properties":{"href":{"type":"string"},"text":{"type":"string"}},"type":"object","required":["href"]},"chronosphere:index/ResourcePoolsConfigDefaultPool:ResourcePoolsConfigDefaultPool":{"properties":{"allocation":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigDefaultPoolAllocation:ResourcePoolsConfigDefaultPoolAllocation"},"priorities":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigDefaultPoolPriorities:ResourcePoolsConfigDefaultPoolPriorities"}},"type":"object","required":["allocation"]},"chronosphere:index/ResourcePoolsConfigDefaultPoolAllocation:ResourcePoolsConfigDefaultPoolAllocation":{"properties":{"percentOfLicense":{"type":"number"}},"type":"object","required":["percentOfLicense"]},"chronosphere:index/ResourcePoolsConfigDefaultPoolPriorities:ResourcePoolsConfigDefaultPoolPriorities":{"properties":{"highPriorityMatchRules":{"type":"array","items":{"type":"string"}},"lowPriorityMatchRules":{"type":"array","items":{"type":"string"}}},"type":"object"},"chronosphere:index/ResourcePoolsConfigPool:ResourcePoolsConfigPool":{"properties":{"allocation":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigPoolAllocation:ResourcePoolsConfigPoolAllocation"},"matchRule":{"type":"string","deprecationMessage":"use match_rules"},"matchRules":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"priorities":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigPoolPriorities:ResourcePoolsConfigPoolPriorities"}},"type":"object","required":["allocation","name"]},"chronosphere:index/ResourcePoolsConfigPoolAllocation:ResourcePoolsConfigPoolAllocation":{"properties":{"percentOfLicense":{"type":"number"}},"type":"object","required":["percentOfLicense"]},"chronosphere:index/ResourcePoolsConfigPoolPriorities:ResourcePoolsConfigPoolPriorities":{"properties":{"highPriorityMatchRules":{"type":"array","items":{"type":"string"}},"lowPriorityMatchRules":{"type":"array","items":{"type":"string"}}},"type":"object"},"chronosphere:index/RollupRuleStoragePolicies:RollupRuleStoragePolicies":{"properties":{"resolution":{"type":"string"},"retention":{"type":"string"}},"type":"object","required":["resolution","retention"]},"chronosphere:index/ServiceAccountRestriction:ServiceAccountRestriction":{"properties":{"labels":{"type":"object","additionalProperties":{"type":"string"}},"permission":{"type":"string"}},"type":"object","required":["permission"]},"chronosphere:index/SlackAlertNotifierAction:SlackAlertNotifierAction":{"properties":{"actionConfirmDismissText":{"type":"string"},"actionConfirmOkText":{"type":"string"},"actionConfirmText":{"type":"string"},"actionConfirmTile":{"type":"string"},"name":{"type":"string"},"style":{"type":"string"},"text":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"},"value":{"type":"string"}},"type":"object"},"chronosphere:index/SlackAlertNotifierField:SlackAlertNotifierField":{"properties":{"short":{"type":"boolean"},"title":{"type":"string"},"value":{"type":"string"}},"type":"object"},"chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategy":{"properties":{"perOperationStrategies":{"$ref":"#/types/chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies:TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies"},"probabilisticStrategy":{"$ref":"#/types/chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy"},"rateLimitingStrategy":{"$ref":"#/types/chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy"}},"type":"object"},"chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies:TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies":{"properties":{"defaultLowerBoundTracesPerSecond":{"type":"number"},"defaultSamplingRate":{"type":"number"},"defaultUpperBoundTracesPerSecond":{"type":"number"},"perOperationStrategies":{"type":"array","items":{"$ref":"#/types/chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy"}}},"type":"object","required":["defaultSamplingRate"]},"chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy":{"properties":{"operation":{"type":"string"},"probabilisticStrategy":{"$ref":"#/types/chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategy"}},"type":"object","required":["operation","probabilisticStrategy"]},"chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategy":{"properties":{"samplingRate":{"type":"number"}},"type":"object","required":["samplingRate"]},"chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy":{"properties":{"samplingRate":{"type":"number"}},"type":"object","required":["samplingRate"]},"chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy":{"properties":{"maxTracesPerSecond":{"type":"integer"}},"type":"object","required":["maxTracesPerSecond"]},"chronosphere:index/TraceMetricsRuleGroupBy:TraceMetricsRuleGroupBy":{"properties":{"key":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleGroupByKey:TraceMetricsRuleGroupByKey"},"label":{"type":"string"}},"type":"object","required":["key","label"]},"chronosphere:index/TraceMetricsRuleGroupByKey:TraceMetricsRuleGroupByKey":{"properties":{"namedKey":{"type":"string"},"type":{"type":"string"}},"type":"object","required":["type"]},"chronosphere:index/TraceMetricsRuleTraceFilter:TraceMetricsRuleTraceFilter":{"properties":{"spans":{"type":"array","items":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterSpan:TraceMetricsRuleTraceFilterSpan"}},"trace":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterTrace:TraceMetricsRuleTraceFilterTrace"}},"type":"object"},"chronosphere:index/TraceMetricsRuleTraceFilterSpan:TraceMetricsRuleTraceFilterSpan":{"properties":{"duration":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterSpanDuration:TraceMetricsRuleTraceFilterSpanDuration"},"error":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterSpanError:TraceMetricsRuleTraceFilterSpanError"},"matchType":{"type":"string"},"operation":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterSpanOperation:TraceMetricsRuleTraceFilterSpanOperation"},"parentOperation":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterSpanParentOperation:TraceMetricsRuleTraceFilterSpanParentOperation"},"parentService":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterSpanParentService:TraceMetricsRuleTraceFilterSpanParentService"},"service":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterSpanService:TraceMetricsRuleTraceFilterSpanService"},"spanCount":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterSpanSpanCount:TraceMetricsRuleTraceFilterSpanSpanCount"},"tags":{"type":"array","items":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterSpanTag:TraceMetricsRuleTraceFilterSpanTag"}}},"type":"object"},"chronosphere:index/TraceMetricsRuleTraceFilterSpanDuration:TraceMetricsRuleTraceFilterSpanDuration":{"properties":{"maxSeconds":{"type":"number"},"minSeconds":{"type":"number"}},"type":"object"},"chronosphere:index/TraceMetricsRuleTraceFilterSpanError:TraceMetricsRuleTraceFilterSpanError":{"properties":{"value":{"type":"boolean"}},"type":"object","required":["value"]},"chronosphere:index/TraceMetricsRuleTraceFilterSpanOperation:TraceMetricsRuleTraceFilterSpanOperation":{"properties":{"match":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["value"]},"chronosphere:index/TraceMetricsRuleTraceFilterSpanParentOperation:TraceMetricsRuleTraceFilterSpanParentOperation":{"properties":{"match":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["value"]},"chronosphere:index/TraceMetricsRuleTraceFilterSpanParentService:TraceMetricsRuleTraceFilterSpanParentService":{"properties":{"match":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["value"]},"chronosphere:index/TraceMetricsRuleTraceFilterSpanService:TraceMetricsRuleTraceFilterSpanService":{"properties":{"match":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["value"]},"chronosphere:index/TraceMetricsRuleTraceFilterSpanSpanCount:TraceMetricsRuleTraceFilterSpanSpanCount":{"properties":{"max":{"type":"integer"},"min":{"type":"integer"}},"type":"object"},"chronosphere:index/TraceMetricsRuleTraceFilterSpanTag:TraceMetricsRuleTraceFilterSpanTag":{"properties":{"key":{"type":"string"},"numericValue":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterSpanTagNumericValue:TraceMetricsRuleTraceFilterSpanTagNumericValue"},"value":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterSpanTagValue:TraceMetricsRuleTraceFilterSpanTagValue"}},"type":"object","required":["key"]},"chronosphere:index/TraceMetricsRuleTraceFilterSpanTagNumericValue:TraceMetricsRuleTraceFilterSpanTagNumericValue":{"properties":{"comparison":{"type":"string"},"value":{"type":"number"}},"type":"object","required":["comparison","value"]},"chronosphere:index/TraceMetricsRuleTraceFilterSpanTagValue:TraceMetricsRuleTraceFilterSpanTagValue":{"properties":{"match":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["value"]},"chronosphere:index/TraceMetricsRuleTraceFilterTrace:TraceMetricsRuleTraceFilterTrace":{"properties":{"duration":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterTraceDuration:TraceMetricsRuleTraceFilterTraceDuration"},"error":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterTraceError:TraceMetricsRuleTraceFilterTraceError"}},"type":"object"},"chronosphere:index/TraceMetricsRuleTraceFilterTraceDuration:TraceMetricsRuleTraceFilterTraceDuration":{"properties":{"maxSeconds":{"type":"number"},"minSeconds":{"type":"number"}},"type":"object"},"chronosphere:index/TraceMetricsRuleTraceFilterTraceError:TraceMetricsRuleTraceFilterTraceError":{"properties":{"value":{"type":"boolean"}},"type":"object","required":["value"]},"chronosphere:index/TraceTailSamplingRulesDefaultSampleRate:TraceTailSamplingRulesDefaultSampleRate":{"properties":{"enabled":{"type":"boolean"},"sampleRate":{"type":"number"}},"type":"object","required":["sampleRate"]},"chronosphere:index/TraceTailSamplingRulesRule:TraceTailSamplingRulesRule":{"properties":{"filter":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilter:TraceTailSamplingRulesRuleFilter"},"name":{"type":"string"},"sampleRate":{"type":"number"},"systemName":{"type":"string"}},"type":"object","required":["filter","sampleRate"]},"chronosphere:index/TraceTailSamplingRulesRuleFilter:TraceTailSamplingRulesRuleFilter":{"properties":{"spans":{"type":"array","items":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterSpan:TraceTailSamplingRulesRuleFilterSpan"}},"trace":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterTrace:TraceTailSamplingRulesRuleFilterTrace"}},"type":"object"},"chronosphere:index/TraceTailSamplingRulesRuleFilterSpan:TraceTailSamplingRulesRuleFilterSpan":{"properties":{"duration":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterSpanDuration:TraceTailSamplingRulesRuleFilterSpanDuration"},"error":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterSpanError:TraceTailSamplingRulesRuleFilterSpanError"},"matchType":{"type":"string"},"operation":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterSpanOperation:TraceTailSamplingRulesRuleFilterSpanOperation"},"parentOperation":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterSpanParentOperation:TraceTailSamplingRulesRuleFilterSpanParentOperation"},"parentService":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterSpanParentService:TraceTailSamplingRulesRuleFilterSpanParentService"},"service":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterSpanService:TraceTailSamplingRulesRuleFilterSpanService"},"spanCount":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterSpanSpanCount:TraceTailSamplingRulesRuleFilterSpanSpanCount"},"tags":{"type":"array","items":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterSpanTag:TraceTailSamplingRulesRuleFilterSpanTag"}}},"type":"object"},"chronosphere:index/TraceTailSamplingRulesRuleFilterSpanDuration:TraceTailSamplingRulesRuleFilterSpanDuration":{"properties":{"maxSecs":{"type":"number"},"minSecs":{"type":"number"}},"type":"object"},"chronosphere:index/TraceTailSamplingRulesRuleFilterSpanError:TraceTailSamplingRulesRuleFilterSpanError":{"properties":{"value":{"type":"boolean"}},"type":"object","required":["value"]},"chronosphere:index/TraceTailSamplingRulesRuleFilterSpanOperation:TraceTailSamplingRulesRuleFilterSpanOperation":{"properties":{"match":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["value"]},"chronosphere:index/TraceTailSamplingRulesRuleFilterSpanParentOperation:TraceTailSamplingRulesRuleFilterSpanParentOperation":{"properties":{"match":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["value"]},"chronosphere:index/TraceTailSamplingRulesRuleFilterSpanParentService:TraceTailSamplingRulesRuleFilterSpanParentService":{"properties":{"match":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["value"]},"chronosphere:index/TraceTailSamplingRulesRuleFilterSpanService:TraceTailSamplingRulesRuleFilterSpanService":{"properties":{"match":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["value"]},"chronosphere:index/TraceTailSamplingRulesRuleFilterSpanSpanCount:TraceTailSamplingRulesRuleFilterSpanSpanCount":{"properties":{"max":{"type":"integer"},"min":{"type":"integer"}},"type":"object"},"chronosphere:index/TraceTailSamplingRulesRuleFilterSpanTag:TraceTailSamplingRulesRuleFilterSpanTag":{"properties":{"key":{"type":"string"},"numericValue":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterSpanTagNumericValue:TraceTailSamplingRulesRuleFilterSpanTagNumericValue"},"value":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterSpanTagValue:TraceTailSamplingRulesRuleFilterSpanTagValue"}},"type":"object"},"chronosphere:index/TraceTailSamplingRulesRuleFilterSpanTagNumericValue:TraceTailSamplingRulesRuleFilterSpanTagNumericValue":{"properties":{"comparison":{"type":"string"},"value":{"type":"number"}},"type":"object","required":["comparison","value"]},"chronosphere:index/TraceTailSamplingRulesRuleFilterSpanTagValue:TraceTailSamplingRulesRuleFilterSpanTagValue":{"properties":{"match":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["value"]},"chronosphere:index/TraceTailSamplingRulesRuleFilterTrace:TraceTailSamplingRulesRuleFilterTrace":{"properties":{"duration":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterTraceDuration:TraceTailSamplingRulesRuleFilterTraceDuration"},"error":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterTraceError:TraceTailSamplingRulesRuleFilterTraceError"}},"type":"object"},"chronosphere:index/TraceTailSamplingRulesRuleFilterTraceDuration:TraceTailSamplingRulesRuleFilterTraceDuration":{"properties":{"maxSecs":{"type":"number"},"minSecs":{"type":"number"}},"type":"object"},"chronosphere:index/TraceTailSamplingRulesRuleFilterTraceError:TraceTailSamplingRulesRuleFilterTraceError":{"properties":{"value":{"type":"boolean"}},"type":"object","required":["value"]}},"provider":{"description":"The provider type for the chronosphere package. By default, resources use package-wide configuration\nsettings, however an explicit `Provider` instance may be created and passed during resource\nconstruction to achieve fine-grained programmatic control over provider settings. See the\n[documentation](https://www.pulumi.com/docs/reference/programming-model/#providers) for more information.\n","properties":{"apiToken":{"type":"string","secret":true},"entityNamespace":{"type":"string"},"org":{"type":"string"},"unstable":{"type":"boolean"}},"inputProperties":{"apiToken":{"type":"string","defaultInfo":{"environment":["CHRONOSPHERE_API_TOKEN"]},"secret":true},"entityNamespace":{"type":"string"},"org":{"type":"string","defaultInfo":{"environment":["CHRONOSPHERE_ORG","CHRONOSPHERE_ORG_NAME"]}},"unstable":{"type":"boolean"}}},"resources":{"chronosphere:index/blackholeAlertNotifier:BlackholeAlertNotifier":{"properties":{"name":{"type":"string"},"slug":{"type":"string"}},"required":["name","slug"],"inputProperties":{"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true}},"requiredInputs":["name"],"stateInputs":{"description":"Input properties used for looking up and filtering BlackholeAlertNotifier resources.\n","properties":{"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true}},"type":"object"}},"chronosphere:index/bucket:Bucket":{"properties":{"description":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"name":{"type":"string"},"notificationPolicyData":{"type":"string"},"notificationPolicyId":{"type":"string"},"notificationPolicySlug":{"type":"string"},"slug":{"type":"string"},"teamId":{"type":"string"}},"required":["name","notificationPolicySlug","slug"],"inputProperties":{"description":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"name":{"type":"string"},"notificationPolicyData":{"type":"string"},"notificationPolicyId":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"teamId":{"type":"string"}},"requiredInputs":["name"],"stateInputs":{"description":"Input properties used for looking up and filtering Bucket resources.\n","properties":{"description":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"name":{"type":"string"},"notificationPolicyData":{"type":"string"},"notificationPolicyId":{"type":"string"},"notificationPolicySlug":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"teamId":{"type":"string"}},"type":"object"}},"chronosphere:index/classicDashboard:ClassicDashboard":{"properties":{"bucketId":{"type":"string"},"collectionId":{"type":"string"},"dashboardJson":{"type":"string"}},"required":["dashboardJson"],"inputProperties":{"bucketId":{"type":"string"},"collectionId":{"type":"string"},"dashboardJson":{"type":"string"}},"requiredInputs":["dashboardJson"],"stateInputs":{"description":"Input properties used for looking up and filtering ClassicDashboard resources.\n","properties":{"bucketId":{"type":"string"},"collectionId":{"type":"string"},"dashboardJson":{"type":"string"}},"type":"object"}},"chronosphere:index/collection:Collection":{"properties":{"description":{"type":"string"},"name":{"type":"string"},"notificationPolicyId":{"type":"string"},"slug":{"type":"string"},"teamId":{"type":"string"}},"required":["name","slug"],"inputProperties":{"description":{"type":"string"},"name":{"type":"string"},"notificationPolicyId":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"teamId":{"type":"string"}},"requiredInputs":["name"],"stateInputs":{"description":"Input properties used for looking up and filtering Collection resources.\n","properties":{"description":{"type":"string"},"name":{"type":"string"},"notificationPolicyId":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"teamId":{"type":"string"}},"type":"object"}},"chronosphere:index/dashboard:Dashboard":{"properties":{"collectionId":{"type":"string"},"dashboardJson":{"type":"string"},"slug":{"type":"string"}},"required":["dashboardJson","slug"],"inputProperties":{"collectionId":{"type":"string"},"dashboardJson":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true}},"requiredInputs":["dashboardJson"],"stateInputs":{"description":"Input properties used for looking up and filtering Dashboard resources.\n","properties":{"collectionId":{"type":"string"},"dashboardJson":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true}},"type":"object"}},"chronosphere:index/derivedLabel:DerivedLabel":{"properties":{"description":{"type":"string"},"existingLabelPolicy":{"type":"string"},"labelName":{"type":"string"},"metricLabel":{"$ref":"#/types/chronosphere:index/DerivedLabelMetricLabel:DerivedLabelMetricLabel"},"name":{"type":"string"},"slug":{"type":"string"}},"required":["labelName","metricLabel","name","slug"],"inputProperties":{"description":{"type":"string"},"existingLabelPolicy":{"type":"string"},"labelName":{"type":"string"},"metricLabel":{"$ref":"#/types/chronosphere:index/DerivedLabelMetricLabel:DerivedLabelMetricLabel"},"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true}},"requiredInputs":["labelName","metricLabel","name"],"stateInputs":{"description":"Input properties used for looking up and filtering DerivedLabel resources.\n","properties":{"description":{"type":"string"},"existingLabelPolicy":{"type":"string"},"labelName":{"type":"string"},"metricLabel":{"$ref":"#/types/chronosphere:index/DerivedLabelMetricLabel:DerivedLabelMetricLabel"},"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true}},"type":"object"}},"chronosphere:index/derivedMetric:DerivedMetric":{"properties":{"description":{"type":"string"},"metricName":{"type":"string"},"name":{"type":"string"},"queries":{"type":"array","items":{"$ref":"#/types/chronosphere:index/DerivedMetricQuery:DerivedMetricQuery"}},"slug":{"type":"string"}},"required":["metricName","name","queries","slug"],"inputProperties":{"description":{"type":"string"},"metricName":{"type":"string"},"name":{"type":"string"},"queries":{"type":"array","items":{"$ref":"#/types/chronosphere:index/DerivedMetricQuery:DerivedMetricQuery"}},"slug":{"type":"string","willReplaceOnChanges":true}},"requiredInputs":["metricName","name","queries"],"stateInputs":{"description":"Input properties used for looking up and filtering DerivedMetric resources.\n","properties":{"description":{"type":"string"},"metricName":{"type":"string"},"name":{"type":"string"},"queries":{"type":"array","items":{"$ref":"#/types/chronosphere:index/DerivedMetricQuery:DerivedMetricQuery"}},"slug":{"type":"string","willReplaceOnChanges":true}},"type":"object"}},"chronosphere:index/dropRule:DropRule":{"properties":{"activatedDropDuration":{"type":"string"},"active":{"type":"boolean"},"conditionalDrop":{"type":"boolean"},"name":{"type":"string"},"queries":{"type":"array","items":{"type":"string"}},"rateLimitThreshold":{"type":"number"},"slug":{"type":"string"},"valueBasedDrop":{"$ref":"#/types/chronosphere:index/DropRuleValueBasedDrop:DropRuleValueBasedDrop"}},"required":["name","queries","slug"],"inputProperties":{"activatedDropDuration":{"type":"string"},"active":{"type":"boolean"},"conditionalDrop":{"type":"boolean"},"name":{"type":"string"},"queries":{"type":"array","items":{"type":"string"}},"rateLimitThreshold":{"type":"number"},"slug":{"type":"string","willReplaceOnChanges":true},"valueBasedDrop":{"$ref":"#/types/chronosphere:index/DropRuleValueBasedDrop:DropRuleValueBasedDrop"}},"requiredInputs":["name","queries"],"stateInputs":{"description":"Input properties used for looking up and filtering DropRule resources.\n","properties":{"activatedDropDuration":{"type":"string"},"active":{"type":"boolean"},"conditionalDrop":{"type":"boolean"},"name":{"type":"string"},"queries":{"type":"array","items":{"type":"string"}},"rateLimitThreshold":{"type":"number"},"slug":{"type":"string","willReplaceOnChanges":true},"valueBasedDrop":{"$ref":"#/types/chronosphere:index/DropRuleValueBasedDrop:DropRuleValueBasedDrop"}},"type":"object"}},"chronosphere:index/emailAlertNotifier:EmailAlertNotifier":{"properties":{"html":{"type":"string"},"name":{"type":"string"},"sendResolved":{"type":"boolean"},"slug":{"type":"string"},"text":{"type":"string"},"to":{"type":"string"}},"required":["name","slug","to"],"inputProperties":{"html":{"type":"string"},"name":{"type":"string"},"sendResolved":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"text":{"type":"string"},"to":{"type":"string"}},"requiredInputs":["name","to"],"stateInputs":{"description":"Input properties used for looking up and filtering EmailAlertNotifier resources.\n","properties":{"html":{"type":"string"},"name":{"type":"string"},"sendResolved":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"text":{"type":"string"},"to":{"type":"string"}},"type":"object"}},"chronosphere:index/gcpMetricsIntegration:GcpMetricsIntegration":{"properties":{"metricGroups":{"type":"array","items":{"$ref":"#/types/chronosphere:index/GcpMetricsIntegrationMetricGroup:GcpMetricsIntegrationMetricGroup"}},"serviceAccount":{"$ref":"#/types/chronosphere:index/GcpMetricsIntegrationServiceAccount:GcpMetricsIntegrationServiceAccount"},"slug":{"type":"string"}},"inputProperties":{"metricGroups":{"type":"array","items":{"$ref":"#/types/chronosphere:index/GcpMetricsIntegrationMetricGroup:GcpMetricsIntegrationMetricGroup"}},"serviceAccount":{"$ref":"#/types/chronosphere:index/GcpMetricsIntegrationServiceAccount:GcpMetricsIntegrationServiceAccount"},"slug":{"type":"string"}},"stateInputs":{"description":"Input properties used for looking up and filtering GcpMetricsIntegration resources.\n","properties":{"metricGroups":{"type":"array","items":{"$ref":"#/types/chronosphere:index/GcpMetricsIntegrationMetricGroup:GcpMetricsIntegrationMetricGroup"}},"serviceAccount":{"$ref":"#/types/chronosphere:index/GcpMetricsIntegrationServiceAccount:GcpMetricsIntegrationServiceAccount"},"slug":{"type":"string"}},"type":"object"}},"chronosphere:index/grafanaDashboard:GrafanaDashboard":{"properties":{"bucketId":{"type":"string"},"collectionId":{"type":"string"},"dashboardJson":{"type":"string"}},"required":["dashboardJson"],"inputProperties":{"bucketId":{"type":"string"},"collectionId":{"type":"string"},"dashboardJson":{"type":"string"}},"requiredInputs":["dashboardJson"],"stateInputs":{"description":"Input properties used for looking up and filtering GrafanaDashboard resources.\n","properties":{"bucketId":{"type":"string"},"collectionId":{"type":"string"},"dashboardJson":{"type":"string"}},"type":"object"}},"chronosphere:index/mappingRule:MappingRule":{"properties":{"aggregations":{"type":"string"},"bucketId":{"type":"string"},"drop":{"type":"boolean"},"dropTimestamp":{"type":"boolean"},"filter":{"type":"string"},"interval":{"type":"string"},"mode":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"storagePolicy":{"$ref":"#/types/chronosphere:index/MappingRuleStoragePolicy:MappingRuleStoragePolicy"}},"required":["filter","name","slug"],"inputProperties":{"aggregations":{"type":"string"},"bucketId":{"type":"string"},"drop":{"type":"boolean"},"dropTimestamp":{"type":"boolean"},"filter":{"type":"string"},"interval":{"type":"string"},"mode":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"storagePolicy":{"$ref":"#/types/chronosphere:index/MappingRuleStoragePolicy:MappingRuleStoragePolicy"}},"requiredInputs":["filter","name"],"stateInputs":{"description":"Input properties used for looking up and filtering MappingRule resources.\n","properties":{"aggregations":{"type":"string"},"bucketId":{"type":"string"},"drop":{"type":"boolean"},"dropTimestamp":{"type":"boolean"},"filter":{"type":"string"},"interval":{"type":"string"},"mode":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"storagePolicy":{"$ref":"#/types/chronosphere:index/MappingRuleStoragePolicy:MappingRuleStoragePolicy"}},"type":"object"}},"chronosphere:index/monitor:Monitor":{"properties":{"annotations":{"type":"object","additionalProperties":{"type":"string"}},"bucketId":{"type":"string"},"collectionId":{"type":"string"},"interval":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"name":{"type":"string"},"notificationPolicyId":{"type":"string"},"query":{"$ref":"#/types/chronosphere:index/MonitorQuery:MonitorQuery"},"schedule":{"$ref":"#/types/chronosphere:index/MonitorSchedule:MonitorSchedule"},"seriesConditions":{"$ref":"#/types/chronosphere:index/MonitorSeriesConditions:MonitorSeriesConditions"},"signalGrouping":{"$ref":"#/types/chronosphere:index/MonitorSignalGrouping:MonitorSignalGrouping"},"slug":{"type":"string"}},"required":["name","query","seriesConditions","slug"],"inputProperties":{"annotations":{"type":"object","additionalProperties":{"type":"string"}},"bucketId":{"type":"string"},"collectionId":{"type":"string"},"interval":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"name":{"type":"string"},"notificationPolicyId":{"type":"string"},"query":{"$ref":"#/types/chronosphere:index/MonitorQuery:MonitorQuery"},"schedule":{"$ref":"#/types/chronosphere:index/MonitorSchedule:MonitorSchedule"},"seriesConditions":{"$ref":"#/types/chronosphere:index/MonitorSeriesConditions:MonitorSeriesConditions"},"signalGrouping":{"$ref":"#/types/chronosphere:index/MonitorSignalGrouping:MonitorSignalGrouping"},"slug":{"type":"string","willReplaceOnChanges":true}},"requiredInputs":["name","query","seriesConditions"],"stateInputs":{"description":"Input properties used for looking up and filtering Monitor resources.\n","properties":{"annotations":{"type":"object","additionalProperties":{"type":"string"}},"bucketId":{"type":"string"},"collectionId":{"type":"string"},"interval":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"name":{"type":"string"},"notificationPolicyId":{"type":"string"},"query":{"$ref":"#/types/chronosphere:index/MonitorQuery:MonitorQuery"},"schedule":{"$ref":"#/types/chronosphere:index/MonitorSchedule:MonitorSchedule"},"seriesConditions":{"$ref":"#/types/chronosphere:index/MonitorSeriesConditions:MonitorSeriesConditions"},"signalGrouping":{"$ref":"#/types/chronosphere:index/MonitorSignalGrouping:MonitorSignalGrouping"},"slug":{"type":"string","willReplaceOnChanges":true}},"type":"object"}},"chronosphere:index/notificationPolicy:NotificationPolicy":{"properties":{"isIndependent":{"type":"boolean"},"name":{"type":"string"},"notificationPolicyData":{"type":"string"},"overrides":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyOverride:NotificationPolicyOverride"}},"routes":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyRoute:NotificationPolicyRoute"}},"rules":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyRule:NotificationPolicyRule"},"deprecationMessage":"`rule` is deprecated, use `route` instead."},"slug":{"type":"string"},"teamId":{"type":"string"}},"required":["isIndependent","notificationPolicyData","slug"],"inputProperties":{"name":{"type":"string"},"notificationPolicyData":{"type":"string"},"overrides":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyOverride:NotificationPolicyOverride"}},"routes":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyRoute:NotificationPolicyRoute"}},"rules":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyRule:NotificationPolicyRule"},"deprecationMessage":"`rule` is deprecated, use `route` instead."},"slug":{"type":"string","willReplaceOnChanges":true},"teamId":{"type":"string"}},"stateInputs":{"description":"Input properties used for looking up and filtering NotificationPolicy resources.\n","properties":{"isIndependent":{"type":"boolean","willReplaceOnChanges":true},"name":{"type":"string"},"notificationPolicyData":{"type":"string"},"overrides":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyOverride:NotificationPolicyOverride"}},"routes":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyRoute:NotificationPolicyRoute"}},"rules":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyRule:NotificationPolicyRule"},"deprecationMessage":"`rule` is deprecated, use `route` instead."},"slug":{"type":"string","willReplaceOnChanges":true},"teamId":{"type":"string"}},"type":"object"}},"chronosphere:index/opsgenieAlertNotifier:OpsgenieAlertNotifier":{"properties":{"apiKey":{"type":"string","secret":true},"apiUrl":{"type":"string"},"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"description":{"type":"string"},"details":{"type":"object","additionalProperties":{"type":"string"}},"message":{"type":"string"},"name":{"type":"string"},"note":{"type":"string"},"priority":{"type":"string"},"proxyUrl":{"type":"string"},"responders":{"type":"array","items":{"$ref":"#/types/chronosphere:index/OpsgenieAlertNotifierResponder:OpsgenieAlertNotifierResponder"}},"sendResolved":{"type":"boolean"},"slug":{"type":"string"},"source":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"tlsInsecureSkipVerify":{"type":"boolean"}},"required":["apiKey","name","slug"],"inputProperties":{"apiKey":{"type":"string","secret":true},"apiUrl":{"type":"string"},"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"description":{"type":"string"},"details":{"type":"object","additionalProperties":{"type":"string"}},"message":{"type":"string"},"name":{"type":"string"},"note":{"type":"string"},"priority":{"type":"string"},"proxyUrl":{"type":"string"},"responders":{"type":"array","items":{"$ref":"#/types/chronosphere:index/OpsgenieAlertNotifierResponder:OpsgenieAlertNotifierResponder"}},"sendResolved":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"source":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"tlsInsecureSkipVerify":{"type":"boolean"}},"requiredInputs":["apiKey","name"],"stateInputs":{"description":"Input properties used for looking up and filtering OpsgenieAlertNotifier resources.\n","properties":{"apiKey":{"type":"string","secret":true},"apiUrl":{"type":"string"},"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"description":{"type":"string"},"details":{"type":"object","additionalProperties":{"type":"string"}},"message":{"type":"string"},"name":{"type":"string"},"note":{"type":"string"},"priority":{"type":"string"},"proxyUrl":{"type":"string"},"responders":{"type":"array","items":{"$ref":"#/types/chronosphere:index/OpsgenieAlertNotifierResponder:OpsgenieAlertNotifierResponder"}},"sendResolved":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"source":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"tlsInsecureSkipVerify":{"type":"boolean"}},"type":"object"}},"chronosphere:index/pagerdutyAlertNotifier:PagerdutyAlertNotifier":{"properties":{"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"class":{"type":"string"},"client":{"type":"string"},"clientUrl":{"type":"string"},"component":{"type":"string"},"description":{"type":"string"},"details":{"type":"object","additionalProperties":{"type":"string"}},"group":{"type":"string"},"images":{"type":"array","items":{"$ref":"#/types/chronosphere:index/PagerdutyAlertNotifierImage:PagerdutyAlertNotifierImage"}},"links":{"type":"array","items":{"$ref":"#/types/chronosphere:index/PagerdutyAlertNotifierLink:PagerdutyAlertNotifierLink"}},"name":{"type":"string"},"proxyUrl":{"type":"string"},"routingKey":{"type":"string"},"sendResolved":{"type":"boolean"},"serviceKey":{"type":"string","secret":true},"severity":{"type":"string"},"slug":{"type":"string"},"tlsInsecureSkipVerify":{"type":"boolean"},"url":{"type":"string"}},"required":["name","severity","slug","url"],"inputProperties":{"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"class":{"type":"string"},"client":{"type":"string"},"clientUrl":{"type":"string"},"component":{"type":"string"},"description":{"type":"string"},"details":{"type":"object","additionalProperties":{"type":"string"}},"group":{"type":"string"},"images":{"type":"array","items":{"$ref":"#/types/chronosphere:index/PagerdutyAlertNotifierImage:PagerdutyAlertNotifierImage"}},"links":{"type":"array","items":{"$ref":"#/types/chronosphere:index/PagerdutyAlertNotifierLink:PagerdutyAlertNotifierLink"}},"name":{"type":"string"},"proxyUrl":{"type":"string"},"routingKey":{"type":"string"},"sendResolved":{"type":"boolean"},"serviceKey":{"type":"string","secret":true},"severity":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"tlsInsecureSkipVerify":{"type":"boolean"},"url":{"type":"string"}},"requiredInputs":["name","severity","url"],"stateInputs":{"description":"Input properties used for looking up and filtering PagerdutyAlertNotifier resources.\n","properties":{"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"class":{"type":"string"},"client":{"type":"string"},"clientUrl":{"type":"string"},"component":{"type":"string"},"description":{"type":"string"},"details":{"type":"object","additionalProperties":{"type":"string"}},"group":{"type":"string"},"images":{"type":"array","items":{"$ref":"#/types/chronosphere:index/PagerdutyAlertNotifierImage:PagerdutyAlertNotifierImage"}},"links":{"type":"array","items":{"$ref":"#/types/chronosphere:index/PagerdutyAlertNotifierLink:PagerdutyAlertNotifierLink"}},"name":{"type":"string"},"proxyUrl":{"type":"string"},"routingKey":{"type":"string"},"sendResolved":{"type":"boolean"},"serviceKey":{"type":"string","secret":true},"severity":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"tlsInsecureSkipVerify":{"type":"boolean"},"url":{"type":"string"}},"type":"object"}},"chronosphere:index/recordingRule:RecordingRule":{"properties":{"bucketId":{"type":"string"},"executionGroup":{"type":"string"},"expr":{"type":"string"},"interval":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"metricName":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"}},"required":["expr","name","slug"],"inputProperties":{"bucketId":{"type":"string"},"executionGroup":{"type":"string"},"expr":{"type":"string"},"interval":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"metricName":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true}},"requiredInputs":["expr","name"],"stateInputs":{"description":"Input properties used for looking up and filtering RecordingRule resources.\n","properties":{"bucketId":{"type":"string"},"executionGroup":{"type":"string"},"expr":{"type":"string"},"interval":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"metricName":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true}},"type":"object"}},"chronosphere:index/resourcePoolsConfig:ResourcePoolsConfig":{"properties":{"defaultPool":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigDefaultPool:ResourcePoolsConfigDefaultPool"},"pool":{"type":"array","items":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigPool:ResourcePoolsConfigPool"}},"pools":{"type":"array","items":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigPool:ResourcePoolsConfigPool"},"deprecationMessage":"Use pool instead of pools"}},"required":["defaultPool"],"inputProperties":{"defaultPool":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigDefaultPool:ResourcePoolsConfigDefaultPool"},"pool":{"type":"array","items":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigPool:ResourcePoolsConfigPool"}},"pools":{"type":"array","items":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigPool:ResourcePoolsConfigPool"},"deprecationMessage":"Use pool instead of pools"}},"requiredInputs":["defaultPool"],"stateInputs":{"description":"Input properties used for looking up and filtering ResourcePoolsConfig resources.\n","properties":{"defaultPool":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigDefaultPool:ResourcePoolsConfigDefaultPool"},"pool":{"type":"array","items":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigPool:ResourcePoolsConfigPool"}},"pools":{"type":"array","items":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigPool:ResourcePoolsConfigPool"},"deprecationMessage":"Use pool instead of pools"}},"type":"object"}},"chronosphere:index/rollupRule:RollupRule":{"properties":{"aggregation":{"type":"string"},"bucketId":{"type":"string"},"dropRaw":{"type":"boolean"},"excludeBies":{"type":"array","items":{"type":"string"}},"filter":{"type":"string"},"groupBies":{"type":"array","items":{"type":"string"}},"interval":{"type":"string"},"metricType":{"type":"string"},"metricTypeTag":{"type":"boolean"},"mode":{"type":"string"},"name":{"type":"string"},"newMetric":{"type":"string"},"permissive":{"type":"boolean"},"slug":{"type":"string"},"storagePolicies":{"$ref":"#/types/chronosphere:index/RollupRuleStoragePolicies:RollupRuleStoragePolicies"}},"required":["filter","metricType","name","slug","storagePolicies"],"inputProperties":{"aggregation":{"type":"string"},"bucketId":{"type":"string"},"dropRaw":{"type":"boolean"},"excludeBies":{"type":"array","items":{"type":"string"}},"filter":{"type":"string"},"groupBies":{"type":"array","items":{"type":"string"}},"interval":{"type":"string"},"metricType":{"type":"string"},"metricTypeTag":{"type":"boolean"},"mode":{"type":"string"},"name":{"type":"string"},"newMetric":{"type":"string"},"permissive":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"storagePolicies":{"$ref":"#/types/chronosphere:index/RollupRuleStoragePolicies:RollupRuleStoragePolicies"}},"requiredInputs":["filter","metricType","name","slug"],"stateInputs":{"description":"Input properties used for looking up and filtering RollupRule resources.\n","properties":{"aggregation":{"type":"string"},"bucketId":{"type":"string"},"dropRaw":{"type":"boolean"},"excludeBies":{"type":"array","items":{"type":"string"}},"filter":{"type":"string"},"groupBies":{"type":"array","items":{"type":"string"}},"interval":{"type":"string"},"metricType":{"type":"string"},"metricTypeTag":{"type":"boolean"},"mode":{"type":"string"},"name":{"type":"string"},"newMetric":{"type":"string"},"permissive":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"storagePolicies":{"$ref":"#/types/chronosphere:index/RollupRuleStoragePolicies:RollupRuleStoragePolicies"}},"type":"object"}},"chronosphere:index/serviceAccount:ServiceAccount":{"properties":{"email":{"type":"string"},"name":{"type":"string"},"restriction":{"$ref":"#/types/chronosphere:index/ServiceAccountRestriction:ServiceAccountRestriction"},"slug":{"type":"string"},"token":{"type":"string","secret":true},"unrestricted":{"type":"boolean"}},"required":["email","name","slug","token"],"inputProperties":{"name":{"type":"string","willReplaceOnChanges":true},"restriction":{"$ref":"#/types/chronosphere:index/ServiceAccountRestriction:ServiceAccountRestriction","willReplaceOnChanges":true},"slug":{"type":"string","willReplaceOnChanges":true},"unrestricted":{"type":"boolean","willReplaceOnChanges":true}},"requiredInputs":["name"],"stateInputs":{"description":"Input properties used for looking up and filtering ServiceAccount resources.\n","properties":{"email":{"type":"string"},"name":{"type":"string","willReplaceOnChanges":true},"restriction":{"$ref":"#/types/chronosphere:index/ServiceAccountRestriction:ServiceAccountRestriction","willReplaceOnChanges":true},"slug":{"type":"string","willReplaceOnChanges":true},"token":{"type":"string","secret":true},"unrestricted":{"type":"boolean","willReplaceOnChanges":true}},"type":"object"}},"chronosphere:index/slackAlertNotifier:SlackAlertNotifier":{"properties":{"actions":{"type":"array","items":{"$ref":"#/types/chronosphere:index/SlackAlertNotifierAction:SlackAlertNotifierAction"}},"apiUrl":{"type":"string","secret":true},"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"callbackId":{"type":"string"},"channel":{"type":"string"},"color":{"type":"string"},"fallback":{"type":"string"},"fields":{"type":"array","items":{"$ref":"#/types/chronosphere:index/SlackAlertNotifierField:SlackAlertNotifierField"}},"footer":{"type":"string"},"iconEmoji":{"type":"string"},"iconUrl":{"type":"string"},"imageUrl":{"type":"string"},"linkNames":{"type":"boolean"},"mrkdwnIns":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"pretext":{"type":"string"},"proxyUrl":{"type":"string"},"sendResolved":{"type":"boolean"},"shortFields":{"type":"boolean"},"slug":{"type":"string"},"text":{"type":"string"},"thumbUrl":{"type":"string"},"title":{"type":"string"},"titleLink":{"type":"string"},"tlsInsecureSkipVerify":{"type":"boolean"},"username":{"type":"string"}},"required":["apiUrl","channel","name","slug"],"inputProperties":{"actions":{"type":"array","items":{"$ref":"#/types/chronosphere:index/SlackAlertNotifierAction:SlackAlertNotifierAction"}},"apiUrl":{"type":"string","secret":true},"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"callbackId":{"type":"string"},"channel":{"type":"string"},"color":{"type":"string"},"fallback":{"type":"string"},"fields":{"type":"array","items":{"$ref":"#/types/chronosphere:index/SlackAlertNotifierField:SlackAlertNotifierField"}},"footer":{"type":"string"},"iconEmoji":{"type":"string"},"iconUrl":{"type":"string"},"imageUrl":{"type":"string"},"linkNames":{"type":"boolean"},"mrkdwnIns":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"pretext":{"type":"string"},"proxyUrl":{"type":"string"},"sendResolved":{"type":"boolean"},"shortFields":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"text":{"type":"string"},"thumbUrl":{"type":"string"},"title":{"type":"string"},"titleLink":{"type":"string"},"tlsInsecureSkipVerify":{"type":"boolean"},"username":{"type":"string"}},"requiredInputs":["apiUrl","channel","name"],"stateInputs":{"description":"Input properties used for looking up and filtering SlackAlertNotifier resources.\n","properties":{"actions":{"type":"array","items":{"$ref":"#/types/chronosphere:index/SlackAlertNotifierAction:SlackAlertNotifierAction"}},"apiUrl":{"type":"string","secret":true},"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"callbackId":{"type":"string"},"channel":{"type":"string"},"color":{"type":"string"},"fallback":{"type":"string"},"fields":{"type":"array","items":{"$ref":"#/types/chronosphere:index/SlackAlertNotifierField:SlackAlertNotifierField"}},"footer":{"type":"string"},"iconEmoji":{"type":"string"},"iconUrl":{"type":"string"},"imageUrl":{"type":"string"},"linkNames":{"type":"boolean"},"mrkdwnIns":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"pretext":{"type":"string"},"proxyUrl":{"type":"string"},"sendResolved":{"type":"boolean"},"shortFields":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"text":{"type":"string"},"thumbUrl":{"type":"string"},"title":{"type":"string"},"titleLink":{"type":"string"},"tlsInsecureSkipVerify":{"type":"boolean"},"username":{"type":"string"}},"type":"object"}},"chronosphere:index/team:Team":{"properties":{"description":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"userEmails":{"type":"array","items":{"type":"string"}}},"required":["name","slug"],"inputProperties":{"description":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"userEmails":{"type":"array","items":{"type":"string"}}},"requiredInputs":["name"],"stateInputs":{"description":"Input properties used for looking up and filtering Team resources.\n","properties":{"description":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"userEmails":{"type":"array","items":{"type":"string"}}},"type":"object"}},"chronosphere:index/traceJaegerRemoteSamplingStrategy:TraceJaegerRemoteSamplingStrategy":{"properties":{"appliedStrategy":{"$ref":"#/types/chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategy"},"name":{"type":"string"},"serviceName":{"type":"string"},"slug":{"type":"string"}},"required":["appliedStrategy","name","serviceName","slug"],"inputProperties":{"appliedStrategy":{"$ref":"#/types/chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategy"},"name":{"type":"string"},"serviceName":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true}},"requiredInputs":["appliedStrategy","name","serviceName"],"stateInputs":{"description":"Input properties used for looking up and filtering TraceJaegerRemoteSamplingStrategy resources.\n","properties":{"appliedStrategy":{"$ref":"#/types/chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategy"},"name":{"type":"string"},"serviceName":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true}},"type":"object"}},"chronosphere:index/traceMetricsRule:TraceMetricsRule":{"properties":{"groupBies":{"type":"array","items":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleGroupBy:TraceMetricsRuleGroupBy"}},"histogramBucketsSeconds":{"type":"array","items":{"type":"number"}},"metricLabels":{"type":"object","additionalProperties":{"type":"string"}},"metricName":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"traceFilter":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilter:TraceMetricsRuleTraceFilter"}},"required":["metricName","name","slug","traceFilter"],"inputProperties":{"groupBies":{"type":"array","items":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleGroupBy:TraceMetricsRuleGroupBy"}},"histogramBucketsSeconds":{"type":"array","items":{"type":"number"}},"metricLabels":{"type":"object","additionalProperties":{"type":"string"}},"metricName":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"traceFilter":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilter:TraceMetricsRuleTraceFilter"}},"requiredInputs":["metricName","name","traceFilter"],"stateInputs":{"description":"Input properties used for looking up and filtering TraceMetricsRule resources.\n","properties":{"groupBies":{"type":"array","items":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleGroupBy:TraceMetricsRuleGroupBy"}},"histogramBucketsSeconds":{"type":"array","items":{"type":"number"}},"metricLabels":{"type":"object","additionalProperties":{"type":"string"}},"metricName":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"traceFilter":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilter:TraceMetricsRuleTraceFilter"}},"type":"object"}},"chronosphere:index/traceTailSamplingRules:TraceTailSamplingRules":{"properties":{"defaultSampleRate":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesDefaultSampleRate:TraceTailSamplingRulesDefaultSampleRate"},"rules":{"type":"array","items":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRule:TraceTailSamplingRulesRule"}}},"inputProperties":{"defaultSampleRate":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesDefaultSampleRate:TraceTailSamplingRulesDefaultSampleRate"},"rules":{"type":"array","items":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRule:TraceTailSamplingRulesRule"}}},"stateInputs":{"description":"Input properties used for looking up and filtering TraceTailSamplingRules resources.\n","properties":{"defaultSampleRate":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesDefaultSampleRate:TraceTailSamplingRulesDefaultSampleRate"},"rules":{"type":"array","items":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRule:TraceTailSamplingRulesRule"}}},"type":"object"}},"chronosphere:index/victoropsAlertNotifier:VictoropsAlertNotifier":{"properties":{"apiKey":{"type":"string","secret":true},"apiUrl":{"type":"string"},"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"customFields":{"type":"object","additionalProperties":{"type":"string"}},"entityDisplayName":{"type":"string"},"messageType":{"type":"string"},"monitoringTool":{"type":"string"},"name":{"type":"string"},"proxyUrl":{"type":"string"},"routingKey":{"type":"string"},"sendResolved":{"type":"boolean"},"slug":{"type":"string"},"stateMessage":{"type":"string"},"tlsInsecureSkipVerify":{"type":"boolean"}},"required":["apiKey","name","routingKey","slug"],"inputProperties":{"apiKey":{"type":"string","secret":true},"apiUrl":{"type":"string"},"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"customFields":{"type":"object","additionalProperties":{"type":"string"}},"entityDisplayName":{"type":"string"},"messageType":{"type":"string"},"monitoringTool":{"type":"string"},"name":{"type":"string"},"proxyUrl":{"type":"string"},"routingKey":{"type":"string"},"sendResolved":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"stateMessage":{"type":"string"},"tlsInsecureSkipVerify":{"type":"boolean"}},"requiredInputs":["apiKey","name","routingKey"],"stateInputs":{"description":"Input properties used for looking up and filtering VictoropsAlertNotifier resources.\n","properties":{"apiKey":{"type":"string","secret":true},"apiUrl":{"type":"string"},"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"customFields":{"type":"object","additionalProperties":{"type":"string"}},"entityDisplayName":{"type":"string"},"messageType":{"type":"string"},"monitoringTool":{"type":"string"},"name":{"type":"string"},"proxyUrl":{"type":"string"},"routingKey":{"type":"string"},"sendResolved":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"stateMessage":{"type":"string"},"tlsInsecureSkipVerify":{"type":"boolean"}},"type":"object"}},"chronosphere:index/webhookAlertNotifier:WebhookAlertNotifier":{"properties":{"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"name":{"type":"string"},"proxyUrl":{"type":"string"},"sendResolved":{"type":"boolean"},"slug":{"type":"string"},"tlsInsecureSkipVerify":{"type":"boolean"},"url":{"type":"string"}},"required":["name","slug","url"],"inputProperties":{"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"name":{"type":"string"},"proxyUrl":{"type":"string"},"sendResolved":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"tlsInsecureSkipVerify":{"type":"boolean"},"url":{"type":"string"}},"requiredInputs":["name","url"],"stateInputs":{"description":"Input properties used for looking up and filtering WebhookAlertNotifier resources.\n","properties":{"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"name":{"type":"string"},"proxyUrl":{"type":"string"},"sendResolved":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"tlsInsecureSkipVerify":{"type":"boolean"},"url":{"type":"string"}},"type":"object"}}},"functions":{"chronosphere:index/bucketDataSource:BucketDataSource":{"inputs":{"description":"A collection of arguments for invoking BucketDataSource.\n","properties":{"labels":{"type":"object","additionalProperties":{"type":"string"}},"name":{"type":"string"},"slug":{"type":"string"}},"type":"object"},"outputs":{"description":"A collection of values returned by BucketDataSource.\n","properties":{"description":{"type":"string"},"id":{"type":"string","description":"The provider-assigned unique ID for this managed resource.\n"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"name":{"type":"string"},"slug":{"type":"string"}},"type":"object","required":["description","id"]}},"chronosphere:index/notificationPolicyDataSource:NotificationPolicyDataSource":{"inputs":{"description":"A collection of arguments for invoking NotificationPolicyDataSource.\n","properties":{"name":{"type":"string"},"notificationPolicyData":{"type":"string"},"overrides":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyDataSourceOverride:NotificationPolicyDataSourceOverride"}},"routes":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyDataSourceRoute:NotificationPolicyDataSourceRoute"}},"rules":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyDataSourceRule:NotificationPolicyDataSourceRule"},"deprecationMessage":"`rule` is deprecated, use `route` instead."},"slug":{"type":"string","willReplaceOnChanges":true},"teamId":{"type":"string"}},"type":"object"},"outputs":{"description":"A collection of values returned by NotificationPolicyDataSource.\n","properties":{"id":{"type":"string","description":"The provider-assigned unique ID for this managed resource.\n"},"isIndependent":{"type":"boolean"},"name":{"type":"string"},"notificationPolicyData":{"type":"string"},"overrides":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyDataSourceOverride:NotificationPolicyDataSourceOverride"}},"routes":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyDataSourceRoute:NotificationPolicyDataSourceRoute"}},"rules":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyDataSourceRule:NotificationPolicyDataSourceRule"},"deprecationMessage":"`rule` is deprecated, use `route` instead."},"slug":{"type":"string"},"teamId":{"type":"string"}},"type":"object","required":["isIndependent","notificationPolicyData","slug","id"]}},"chronosphere:index/serviceDataSource:ServiceDataSource":{"inputs":{"description":"A collection of arguments for invoking ServiceDataSource.\n","properties":{"slug":{"type":"string"}},"type":"object","required":["slug"]},"outputs":{"description":"A collection of values returned by ServiceDataSource.\n","properties":{"description":{"type":"string"},"id":{"type":"string","description":"The provider-assigned unique ID for this managed resource.\n"},"name":{"type":"string"},"slug":{"type":"string"}},"type":"object","required":["description","name","slug","id"]}}}} \ No newline at end of file +{"name":"chronosphere","displayName":"Chronosphere","version":"0.0.1-alpha.1712866649+913ca173","description":"Chronosphere Pulumi Provider","keywords":["chronosphere","observability","prometheus"],"homepage":"https://chronosphere.io","license":"Apache-2.0","attribution":"This Pulumi package is based on the [`chronosphere` Terraform Provider](https://github.com/chronosphereio/terraform-provider-chronosphere).","repository":"https://github.com/chronosphereio/pulumi-chronosphere","publisher":"Chronosphere","meta":{"moduleFormat":"(.*)(?:/[^/]*)"},"language":{"go":{"importBasePath":"github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere","generateResourceContainerTypes":true,"generateExtraInputTypes":true},"java":{"basePackage":"io.chronosphere","buildFiles":"","gradleNexusPublishPluginVersion":"","gradleTest":""},"nodejs":{"packageName":"@pulumi/chronosphere","packageDescription":"Chronosphere Pulumi Provider","readme":"\u003e This provider is a derived work of the [Terraform Provider](https://github.com/chronosphereio/terraform-provider-chronosphere)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-chronosphere` repo](https://github.com/chronosphereio/pulumi-chronosphere/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-chronosphere` repo](https://github.com/chronosphereio/terraform-provider-chronosphere/issues).","dependencies":{"@pulumi/pulumi":"^3.0.0"},"devDependencies":{"@types/mime":"^2.0.0","@types/node":"^10.0.0"},"compatibility":"tfbridge20","disableUnionOutputTypes":true},"python":{"packageName":"chronosphereio_chronosphere","requires":{"pulumi":"\u003e=3.0.0,\u003c4.0.0"},"readme":"\u003e This provider is a derived work of the [Terraform Provider](https://github.com/chronosphereio/terraform-provider-chronosphere)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-chronosphere` repo](https://github.com/chronosphereio/pulumi-chronosphere/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-chronosphere` repo](https://github.com/chronosphereio/terraform-provider-chronosphere/issues).","compatibility":"tfbridge20","pyproject":{}}},"config":{"variables":{"apiToken":{"type":"string","defaultInfo":{"environment":["CHRONOSPHERE_API_TOKEN"]},"secret":true},"entityNamespace":{"type":"string"},"org":{"type":"string","defaultInfo":{"environment":["CHRONOSPHERE_ORG","CHRONOSPHERE_ORG_NAME"]}},"unstable":{"type":"boolean"}},"defaults":["org"]},"types":{"chronosphere:index/DerivedLabelMetricLabel:DerivedLabelMetricLabel":{"properties":{"constructedLabel":{"$ref":"#/types/chronosphere:index/DerivedLabelMetricLabelConstructedLabel:DerivedLabelMetricLabelConstructedLabel"},"mappingLabel":{"$ref":"#/types/chronosphere:index/DerivedLabelMetricLabelMappingLabel:DerivedLabelMetricLabelMappingLabel"}},"type":"object"},"chronosphere:index/DerivedLabelMetricLabelConstructedLabel:DerivedLabelMetricLabelConstructedLabel":{"properties":{"valueDefinitions":{"type":"array","items":{"$ref":"#/types/chronosphere:index/DerivedLabelMetricLabelConstructedLabelValueDefinition:DerivedLabelMetricLabelConstructedLabelValueDefinition"}}},"type":"object","required":["valueDefinitions"]},"chronosphere:index/DerivedLabelMetricLabelConstructedLabelValueDefinition:DerivedLabelMetricLabelConstructedLabelValueDefinition":{"properties":{"filters":{"type":"array","items":{"$ref":"#/types/chronosphere:index/DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter:DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter"}},"value":{"type":"string"}},"type":"object","required":["filters","value"]},"chronosphere:index/DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter:DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter":{"properties":{"name":{"type":"string"},"valueGlob":{"type":"string"}},"type":"object","required":["name","valueGlob"]},"chronosphere:index/DerivedLabelMetricLabelMappingLabel:DerivedLabelMetricLabelMappingLabel":{"properties":{"nameMappings":{"type":"array","items":{"$ref":"#/types/chronosphere:index/DerivedLabelMetricLabelMappingLabelNameMapping:DerivedLabelMetricLabelMappingLabelNameMapping"}},"valueMappings":{"type":"array","items":{"$ref":"#/types/chronosphere:index/DerivedLabelMetricLabelMappingLabelValueMapping:DerivedLabelMetricLabelMappingLabelValueMapping"}}},"type":"object"},"chronosphere:index/DerivedLabelMetricLabelMappingLabelNameMapping:DerivedLabelMetricLabelMappingLabelNameMapping":{"properties":{"filters":{"type":"array","items":{"$ref":"#/types/chronosphere:index/DerivedLabelMetricLabelMappingLabelNameMappingFilter:DerivedLabelMetricLabelMappingLabelNameMappingFilter"}},"sourceLabel":{"type":"string"},"valueMappings":{"type":"array","items":{"$ref":"#/types/chronosphere:index/DerivedLabelMetricLabelMappingLabelNameMappingValueMapping:DerivedLabelMetricLabelMappingLabelNameMappingValueMapping"}}},"type":"object","required":["filters","sourceLabel"]},"chronosphere:index/DerivedLabelMetricLabelMappingLabelNameMappingFilter:DerivedLabelMetricLabelMappingLabelNameMappingFilter":{"properties":{"name":{"type":"string"},"valueGlob":{"type":"string"}},"type":"object","required":["name","valueGlob"]},"chronosphere:index/DerivedLabelMetricLabelMappingLabelNameMappingValueMapping:DerivedLabelMetricLabelMappingLabelNameMappingValueMapping":{"properties":{"sourceValueGlobs":{"type":"array","items":{"type":"string"}},"targetValue":{"type":"string"}},"type":"object","required":["sourceValueGlobs","targetValue"]},"chronosphere:index/DerivedLabelMetricLabelMappingLabelValueMapping:DerivedLabelMetricLabelMappingLabelValueMapping":{"properties":{"sourceValueGlobs":{"type":"array","items":{"type":"string"}},"targetValue":{"type":"string"}},"type":"object","required":["sourceValueGlobs","targetValue"]},"chronosphere:index/DerivedMetricQuery:DerivedMetricQuery":{"properties":{"query":{"$ref":"#/types/chronosphere:index/DerivedMetricQueryQuery:DerivedMetricQueryQuery"},"selector":{"$ref":"#/types/chronosphere:index/DerivedMetricQuerySelector:DerivedMetricQuerySelector"}},"type":"object","required":["query"]},"chronosphere:index/DerivedMetricQueryQuery:DerivedMetricQueryQuery":{"properties":{"expr":{"type":"string"},"variables":{"type":"array","items":{"$ref":"#/types/chronosphere:index/DerivedMetricQueryQueryVariable:DerivedMetricQueryQueryVariable"}}},"type":"object","required":["expr"]},"chronosphere:index/DerivedMetricQueryQueryVariable:DerivedMetricQueryQueryVariable":{"properties":{"defaultSelector":{"type":"string"},"name":{"type":"string"}},"type":"object","required":["defaultSelector","name"]},"chronosphere:index/DerivedMetricQuerySelector:DerivedMetricQuerySelector":{"properties":{"labels":{"type":"object","additionalProperties":{"type":"string"}}},"type":"object"},"chronosphere:index/DropRuleValueBasedDrop:DropRuleValueBasedDrop":{"properties":{"targetDropValue":{"type":"number"}},"type":"object","required":["targetDropValue"]},"chronosphere:index/GcpMetricsIntegrationMetricGroup:GcpMetricsIntegrationMetricGroup":{"properties":{"prefixes":{"type":"array","items":{"type":"string"}},"projectId":{"type":"string"}},"type":"object","required":["projectId"]},"chronosphere:index/GcpMetricsIntegrationServiceAccount:GcpMetricsIntegrationServiceAccount":{"properties":{"clientEmail":{"type":"string"}},"type":"object","required":["clientEmail"]},"chronosphere:index/MappingRuleStoragePolicy:MappingRuleStoragePolicy":{"properties":{"resolution":{"type":"string"},"retention":{"type":"string"}},"type":"object","required":["resolution","retention"]},"chronosphere:index/MonitorQuery:MonitorQuery":{"properties":{"graphiteExpr":{"type":"string"},"prometheusExpr":{"type":"string"}},"type":"object"},"chronosphere:index/MonitorSchedule:MonitorSchedule":{"properties":{"ranges":{"type":"array","items":{"$ref":"#/types/chronosphere:index/MonitorScheduleRange:MonitorScheduleRange"}},"timezone":{"type":"string"}},"type":"object","required":["timezone"]},"chronosphere:index/MonitorScheduleRange:MonitorScheduleRange":{"properties":{"day":{"type":"string"},"end":{"type":"string"},"start":{"type":"string"}},"type":"object","required":["day","end","start"]},"chronosphere:index/MonitorSeriesConditions:MonitorSeriesConditions":{"properties":{"conditions":{"type":"array","items":{"$ref":"#/types/chronosphere:index/MonitorSeriesConditionsCondition:MonitorSeriesConditionsCondition"}},"overrides":{"type":"array","items":{"$ref":"#/types/chronosphere:index/MonitorSeriesConditionsOverride:MonitorSeriesConditionsOverride"}}},"type":"object","required":["conditions"]},"chronosphere:index/MonitorSeriesConditionsCondition:MonitorSeriesConditionsCondition":{"properties":{"op":{"type":"string"},"resolveSustain":{"type":"string"},"severity":{"type":"string"},"sustain":{"type":"string"},"value":{"type":"number"}},"type":"object","required":["op","severity"]},"chronosphere:index/MonitorSeriesConditionsOverride:MonitorSeriesConditionsOverride":{"properties":{"conditions":{"type":"array","items":{"$ref":"#/types/chronosphere:index/MonitorSeriesConditionsOverrideCondition:MonitorSeriesConditionsOverrideCondition"}},"labelMatchers":{"type":"array","items":{"$ref":"#/types/chronosphere:index/MonitorSeriesConditionsOverrideLabelMatcher:MonitorSeriesConditionsOverrideLabelMatcher"}}},"type":"object","required":["conditions","labelMatchers"]},"chronosphere:index/MonitorSeriesConditionsOverrideCondition:MonitorSeriesConditionsOverrideCondition":{"properties":{"op":{"type":"string"},"resolveSustain":{"type":"string"},"severity":{"type":"string"},"sustain":{"type":"string"},"value":{"type":"number"}},"type":"object","required":["op","severity"]},"chronosphere:index/MonitorSeriesConditionsOverrideLabelMatcher:MonitorSeriesConditionsOverrideLabelMatcher":{"properties":{"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["name","type","value"]},"chronosphere:index/MonitorSignalGrouping:MonitorSignalGrouping":{"properties":{"labelNames":{"type":"array","items":{"type":"string"}},"signalPerSeries":{"type":"boolean"}},"type":"object"},"chronosphere:index/NotificationPolicyDataSourceOverride:NotificationPolicyDataSourceOverride":{"properties":{"alertLabelMatchers":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyDataSourceOverrideAlertLabelMatcher:NotificationPolicyDataSourceOverrideAlertLabelMatcher"}},"routes":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyDataSourceOverrideRoute:NotificationPolicyDataSourceOverrideRoute"}}},"type":"object","required":["alertLabelMatchers"]},"chronosphere:index/NotificationPolicyDataSourceOverrideAlertLabelMatcher:NotificationPolicyDataSourceOverrideAlertLabelMatcher":{"properties":{"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["name","type","value"]},"chronosphere:index/NotificationPolicyDataSourceOverrideRoute:NotificationPolicyDataSourceOverrideRoute":{"properties":{"notifiers":{"type":"array","items":{"type":"string"}},"repeatInterval":{"type":"string"},"severity":{"type":"string"}},"type":"object","required":["severity"]},"chronosphere:index/NotificationPolicyDataSourceRoute:NotificationPolicyDataSourceRoute":{"properties":{"notifiers":{"type":"array","items":{"type":"string"}},"repeatInterval":{"type":"string"},"severity":{"type":"string"}},"type":"object","required":["severity"]},"chronosphere:index/NotificationPolicyDataSourceRule:NotificationPolicyDataSourceRule":{"properties":{"notifiers":{"type":"array","items":{"type":"string"}},"repeatInterval":{"type":"string"},"severity":{"type":"string"}},"type":"object","required":["severity"]},"chronosphere:index/NotificationPolicyOverride:NotificationPolicyOverride":{"properties":{"alertLabelMatchers":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyOverrideAlertLabelMatcher:NotificationPolicyOverrideAlertLabelMatcher"}},"routes":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyOverrideRoute:NotificationPolicyOverrideRoute"}}},"type":"object","required":["alertLabelMatchers"]},"chronosphere:index/NotificationPolicyOverrideAlertLabelMatcher:NotificationPolicyOverrideAlertLabelMatcher":{"properties":{"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["name","type","value"]},"chronosphere:index/NotificationPolicyOverrideRoute:NotificationPolicyOverrideRoute":{"properties":{"notifiers":{"type":"array","items":{"type":"string"}},"repeatInterval":{"type":"string"},"severity":{"type":"string"}},"type":"object","required":["severity"]},"chronosphere:index/NotificationPolicyRoute:NotificationPolicyRoute":{"properties":{"notifiers":{"type":"array","items":{"type":"string"}},"repeatInterval":{"type":"string"},"severity":{"type":"string"}},"type":"object","required":["severity"]},"chronosphere:index/NotificationPolicyRule:NotificationPolicyRule":{"properties":{"notifiers":{"type":"array","items":{"type":"string"}},"repeatInterval":{"type":"string"},"severity":{"type":"string"}},"type":"object","required":["severity"]},"chronosphere:index/OpsgenieAlertNotifierResponder:OpsgenieAlertNotifierResponder":{"properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"username":{"type":"string"}},"type":"object","required":["type"]},"chronosphere:index/PagerdutyAlertNotifierImage:PagerdutyAlertNotifierImage":{"properties":{"alt":{"type":"string"},"href":{"type":"string"},"src":{"type":"string"}},"type":"object","required":["src"]},"chronosphere:index/PagerdutyAlertNotifierLink:PagerdutyAlertNotifierLink":{"properties":{"href":{"type":"string"},"text":{"type":"string"}},"type":"object","required":["href"]},"chronosphere:index/ResourcePoolsConfigDefaultPool:ResourcePoolsConfigDefaultPool":{"properties":{"allocation":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigDefaultPoolAllocation:ResourcePoolsConfigDefaultPoolAllocation"},"priorities":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigDefaultPoolPriorities:ResourcePoolsConfigDefaultPoolPriorities"}},"type":"object","required":["allocation"]},"chronosphere:index/ResourcePoolsConfigDefaultPoolAllocation:ResourcePoolsConfigDefaultPoolAllocation":{"properties":{"percentOfLicense":{"type":"number"}},"type":"object","required":["percentOfLicense"]},"chronosphere:index/ResourcePoolsConfigDefaultPoolPriorities:ResourcePoolsConfigDefaultPoolPriorities":{"properties":{"highPriorityMatchRules":{"type":"array","items":{"type":"string"}},"lowPriorityMatchRules":{"type":"array","items":{"type":"string"}}},"type":"object"},"chronosphere:index/ResourcePoolsConfigPool:ResourcePoolsConfigPool":{"properties":{"allocation":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigPoolAllocation:ResourcePoolsConfigPoolAllocation"},"matchRule":{"type":"string","deprecationMessage":"use match_rules"},"matchRules":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"priorities":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigPoolPriorities:ResourcePoolsConfigPoolPriorities"}},"type":"object","required":["allocation","name"]},"chronosphere:index/ResourcePoolsConfigPoolAllocation:ResourcePoolsConfigPoolAllocation":{"properties":{"percentOfLicense":{"type":"number"}},"type":"object","required":["percentOfLicense"]},"chronosphere:index/ResourcePoolsConfigPoolPriorities:ResourcePoolsConfigPoolPriorities":{"properties":{"highPriorityMatchRules":{"type":"array","items":{"type":"string"}},"lowPriorityMatchRules":{"type":"array","items":{"type":"string"}}},"type":"object"},"chronosphere:index/RollupRuleStoragePolicies:RollupRuleStoragePolicies":{"properties":{"resolution":{"type":"string"},"retention":{"type":"string"}},"type":"object","required":["resolution","retention"]},"chronosphere:index/ServiceAccountRestriction:ServiceAccountRestriction":{"properties":{"labels":{"type":"object","additionalProperties":{"type":"string"}},"permission":{"type":"string"}},"type":"object","required":["permission"]},"chronosphere:index/SlackAlertNotifierAction:SlackAlertNotifierAction":{"properties":{"actionConfirmDismissText":{"type":"string"},"actionConfirmOkText":{"type":"string"},"actionConfirmText":{"type":"string"},"actionConfirmTile":{"type":"string"},"name":{"type":"string"},"style":{"type":"string"},"text":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"},"value":{"type":"string"}},"type":"object"},"chronosphere:index/SlackAlertNotifierField:SlackAlertNotifierField":{"properties":{"short":{"type":"boolean"},"title":{"type":"string"},"value":{"type":"string"}},"type":"object"},"chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategy":{"properties":{"perOperationStrategies":{"$ref":"#/types/chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies:TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies"},"probabilisticStrategy":{"$ref":"#/types/chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy"},"rateLimitingStrategy":{"$ref":"#/types/chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy"}},"type":"object"},"chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies:TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies":{"properties":{"defaultLowerBoundTracesPerSecond":{"type":"number"},"defaultSamplingRate":{"type":"number"},"defaultUpperBoundTracesPerSecond":{"type":"number"},"perOperationStrategies":{"type":"array","items":{"$ref":"#/types/chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy"}}},"type":"object","required":["defaultSamplingRate"]},"chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy":{"properties":{"operation":{"type":"string"},"probabilisticStrategy":{"$ref":"#/types/chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategy"}},"type":"object","required":["operation","probabilisticStrategy"]},"chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategy":{"properties":{"samplingRate":{"type":"number"}},"type":"object","required":["samplingRate"]},"chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy":{"properties":{"samplingRate":{"type":"number"}},"type":"object","required":["samplingRate"]},"chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy":{"properties":{"maxTracesPerSecond":{"type":"integer"}},"type":"object","required":["maxTracesPerSecond"]},"chronosphere:index/TraceMetricsRuleGroupBy:TraceMetricsRuleGroupBy":{"properties":{"key":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleGroupByKey:TraceMetricsRuleGroupByKey"},"label":{"type":"string"}},"type":"object","required":["key","label"]},"chronosphere:index/TraceMetricsRuleGroupByKey:TraceMetricsRuleGroupByKey":{"properties":{"namedKey":{"type":"string"},"type":{"type":"string"}},"type":"object","required":["type"]},"chronosphere:index/TraceMetricsRuleTraceFilter:TraceMetricsRuleTraceFilter":{"properties":{"spans":{"type":"array","items":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterSpan:TraceMetricsRuleTraceFilterSpan"}},"trace":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterTrace:TraceMetricsRuleTraceFilterTrace"}},"type":"object"},"chronosphere:index/TraceMetricsRuleTraceFilterSpan:TraceMetricsRuleTraceFilterSpan":{"properties":{"duration":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterSpanDuration:TraceMetricsRuleTraceFilterSpanDuration"},"error":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterSpanError:TraceMetricsRuleTraceFilterSpanError"},"matchType":{"type":"string"},"operation":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterSpanOperation:TraceMetricsRuleTraceFilterSpanOperation"},"parentOperation":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterSpanParentOperation:TraceMetricsRuleTraceFilterSpanParentOperation"},"parentService":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterSpanParentService:TraceMetricsRuleTraceFilterSpanParentService"},"service":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterSpanService:TraceMetricsRuleTraceFilterSpanService"},"spanCount":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterSpanSpanCount:TraceMetricsRuleTraceFilterSpanSpanCount"},"tags":{"type":"array","items":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterSpanTag:TraceMetricsRuleTraceFilterSpanTag"}}},"type":"object"},"chronosphere:index/TraceMetricsRuleTraceFilterSpanDuration:TraceMetricsRuleTraceFilterSpanDuration":{"properties":{"maxSeconds":{"type":"number"},"minSeconds":{"type":"number"}},"type":"object"},"chronosphere:index/TraceMetricsRuleTraceFilterSpanError:TraceMetricsRuleTraceFilterSpanError":{"properties":{"value":{"type":"boolean"}},"type":"object","required":["value"]},"chronosphere:index/TraceMetricsRuleTraceFilterSpanOperation:TraceMetricsRuleTraceFilterSpanOperation":{"properties":{"match":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["value"]},"chronosphere:index/TraceMetricsRuleTraceFilterSpanParentOperation:TraceMetricsRuleTraceFilterSpanParentOperation":{"properties":{"match":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["value"]},"chronosphere:index/TraceMetricsRuleTraceFilterSpanParentService:TraceMetricsRuleTraceFilterSpanParentService":{"properties":{"match":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["value"]},"chronosphere:index/TraceMetricsRuleTraceFilterSpanService:TraceMetricsRuleTraceFilterSpanService":{"properties":{"match":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["value"]},"chronosphere:index/TraceMetricsRuleTraceFilterSpanSpanCount:TraceMetricsRuleTraceFilterSpanSpanCount":{"properties":{"max":{"type":"integer"},"min":{"type":"integer"}},"type":"object"},"chronosphere:index/TraceMetricsRuleTraceFilterSpanTag:TraceMetricsRuleTraceFilterSpanTag":{"properties":{"key":{"type":"string"},"numericValue":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterSpanTagNumericValue:TraceMetricsRuleTraceFilterSpanTagNumericValue"},"value":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterSpanTagValue:TraceMetricsRuleTraceFilterSpanTagValue"}},"type":"object","required":["key"]},"chronosphere:index/TraceMetricsRuleTraceFilterSpanTagNumericValue:TraceMetricsRuleTraceFilterSpanTagNumericValue":{"properties":{"comparison":{"type":"string"},"value":{"type":"number"}},"type":"object","required":["comparison","value"]},"chronosphere:index/TraceMetricsRuleTraceFilterSpanTagValue:TraceMetricsRuleTraceFilterSpanTagValue":{"properties":{"match":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["value"]},"chronosphere:index/TraceMetricsRuleTraceFilterTrace:TraceMetricsRuleTraceFilterTrace":{"properties":{"duration":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterTraceDuration:TraceMetricsRuleTraceFilterTraceDuration"},"error":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilterTraceError:TraceMetricsRuleTraceFilterTraceError"}},"type":"object"},"chronosphere:index/TraceMetricsRuleTraceFilterTraceDuration:TraceMetricsRuleTraceFilterTraceDuration":{"properties":{"maxSeconds":{"type":"number"},"minSeconds":{"type":"number"}},"type":"object"},"chronosphere:index/TraceMetricsRuleTraceFilterTraceError:TraceMetricsRuleTraceFilterTraceError":{"properties":{"value":{"type":"boolean"}},"type":"object","required":["value"]},"chronosphere:index/TraceTailSamplingRulesDefaultSampleRate:TraceTailSamplingRulesDefaultSampleRate":{"properties":{"enabled":{"type":"boolean"},"sampleRate":{"type":"number"}},"type":"object","required":["sampleRate"]},"chronosphere:index/TraceTailSamplingRulesRule:TraceTailSamplingRulesRule":{"properties":{"filter":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilter:TraceTailSamplingRulesRuleFilter"},"name":{"type":"string"},"sampleRate":{"type":"number"},"systemName":{"type":"string"}},"type":"object","required":["filter","sampleRate"]},"chronosphere:index/TraceTailSamplingRulesRuleFilter:TraceTailSamplingRulesRuleFilter":{"properties":{"spans":{"type":"array","items":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterSpan:TraceTailSamplingRulesRuleFilterSpan"}},"trace":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterTrace:TraceTailSamplingRulesRuleFilterTrace"}},"type":"object"},"chronosphere:index/TraceTailSamplingRulesRuleFilterSpan:TraceTailSamplingRulesRuleFilterSpan":{"properties":{"duration":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterSpanDuration:TraceTailSamplingRulesRuleFilterSpanDuration"},"error":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterSpanError:TraceTailSamplingRulesRuleFilterSpanError"},"matchType":{"type":"string"},"operation":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterSpanOperation:TraceTailSamplingRulesRuleFilterSpanOperation"},"parentOperation":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterSpanParentOperation:TraceTailSamplingRulesRuleFilterSpanParentOperation"},"parentService":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterSpanParentService:TraceTailSamplingRulesRuleFilterSpanParentService"},"service":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterSpanService:TraceTailSamplingRulesRuleFilterSpanService"},"spanCount":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterSpanSpanCount:TraceTailSamplingRulesRuleFilterSpanSpanCount"},"tags":{"type":"array","items":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterSpanTag:TraceTailSamplingRulesRuleFilterSpanTag"}}},"type":"object"},"chronosphere:index/TraceTailSamplingRulesRuleFilterSpanDuration:TraceTailSamplingRulesRuleFilterSpanDuration":{"properties":{"maxSecs":{"type":"number"},"minSecs":{"type":"number"}},"type":"object"},"chronosphere:index/TraceTailSamplingRulesRuleFilterSpanError:TraceTailSamplingRulesRuleFilterSpanError":{"properties":{"value":{"type":"boolean"}},"type":"object","required":["value"]},"chronosphere:index/TraceTailSamplingRulesRuleFilterSpanOperation:TraceTailSamplingRulesRuleFilterSpanOperation":{"properties":{"match":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["value"]},"chronosphere:index/TraceTailSamplingRulesRuleFilterSpanParentOperation:TraceTailSamplingRulesRuleFilterSpanParentOperation":{"properties":{"match":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["value"]},"chronosphere:index/TraceTailSamplingRulesRuleFilterSpanParentService:TraceTailSamplingRulesRuleFilterSpanParentService":{"properties":{"match":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["value"]},"chronosphere:index/TraceTailSamplingRulesRuleFilterSpanService:TraceTailSamplingRulesRuleFilterSpanService":{"properties":{"match":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["value"]},"chronosphere:index/TraceTailSamplingRulesRuleFilterSpanSpanCount:TraceTailSamplingRulesRuleFilterSpanSpanCount":{"properties":{"max":{"type":"integer"},"min":{"type":"integer"}},"type":"object"},"chronosphere:index/TraceTailSamplingRulesRuleFilterSpanTag:TraceTailSamplingRulesRuleFilterSpanTag":{"properties":{"key":{"type":"string"},"numericValue":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterSpanTagNumericValue:TraceTailSamplingRulesRuleFilterSpanTagNumericValue"},"value":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterSpanTagValue:TraceTailSamplingRulesRuleFilterSpanTagValue"}},"type":"object"},"chronosphere:index/TraceTailSamplingRulesRuleFilterSpanTagNumericValue:TraceTailSamplingRulesRuleFilterSpanTagNumericValue":{"properties":{"comparison":{"type":"string"},"value":{"type":"number"}},"type":"object","required":["comparison","value"]},"chronosphere:index/TraceTailSamplingRulesRuleFilterSpanTagValue:TraceTailSamplingRulesRuleFilterSpanTagValue":{"properties":{"match":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["value"]},"chronosphere:index/TraceTailSamplingRulesRuleFilterTrace:TraceTailSamplingRulesRuleFilterTrace":{"properties":{"duration":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterTraceDuration:TraceTailSamplingRulesRuleFilterTraceDuration"},"error":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRuleFilterTraceError:TraceTailSamplingRulesRuleFilterTraceError"}},"type":"object"},"chronosphere:index/TraceTailSamplingRulesRuleFilterTraceDuration:TraceTailSamplingRulesRuleFilterTraceDuration":{"properties":{"maxSecs":{"type":"number"},"minSecs":{"type":"number"}},"type":"object"},"chronosphere:index/TraceTailSamplingRulesRuleFilterTraceError:TraceTailSamplingRulesRuleFilterTraceError":{"properties":{"value":{"type":"boolean"}},"type":"object","required":["value"]}},"provider":{"description":"The provider type for the chronosphere package. By default, resources use package-wide configuration\nsettings, however an explicit `Provider` instance may be created and passed during resource\nconstruction to achieve fine-grained programmatic control over provider settings. See the\n[documentation](https://www.pulumi.com/docs/reference/programming-model/#providers) for more information.\n","properties":{"apiToken":{"type":"string","secret":true},"entityNamespace":{"type":"string"},"org":{"type":"string"},"unstable":{"type":"boolean"}},"inputProperties":{"apiToken":{"type":"string","defaultInfo":{"environment":["CHRONOSPHERE_API_TOKEN"]},"secret":true},"entityNamespace":{"type":"string"},"org":{"type":"string","defaultInfo":{"environment":["CHRONOSPHERE_ORG","CHRONOSPHERE_ORG_NAME"]}},"unstable":{"type":"boolean"}}},"resources":{"chronosphere:index/blackholeAlertNotifier:BlackholeAlertNotifier":{"properties":{"name":{"type":"string"},"slug":{"type":"string"}},"required":["name","slug"],"inputProperties":{"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true}},"requiredInputs":["name"],"stateInputs":{"description":"Input properties used for looking up and filtering BlackholeAlertNotifier resources.\n","properties":{"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true}},"type":"object"}},"chronosphere:index/bucket:Bucket":{"properties":{"description":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"name":{"type":"string"},"notificationPolicyData":{"type":"string"},"notificationPolicyId":{"type":"string"},"notificationPolicySlug":{"type":"string"},"slug":{"type":"string"},"teamId":{"type":"string"}},"required":["name","notificationPolicySlug","slug"],"inputProperties":{"description":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"name":{"type":"string"},"notificationPolicyData":{"type":"string"},"notificationPolicyId":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"teamId":{"type":"string"}},"requiredInputs":["name"],"stateInputs":{"description":"Input properties used for looking up and filtering Bucket resources.\n","properties":{"description":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"name":{"type":"string"},"notificationPolicyData":{"type":"string"},"notificationPolicyId":{"type":"string"},"notificationPolicySlug":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"teamId":{"type":"string"}},"type":"object"}},"chronosphere:index/classicDashboard:ClassicDashboard":{"properties":{"bucketId":{"type":"string"},"collectionId":{"type":"string"},"dashboardJson":{"type":"string"}},"required":["dashboardJson"],"inputProperties":{"bucketId":{"type":"string"},"collectionId":{"type":"string"},"dashboardJson":{"type":"string"}},"requiredInputs":["dashboardJson"],"stateInputs":{"description":"Input properties used for looking up and filtering ClassicDashboard resources.\n","properties":{"bucketId":{"type":"string"},"collectionId":{"type":"string"},"dashboardJson":{"type":"string"}},"type":"object"}},"chronosphere:index/collection:Collection":{"properties":{"description":{"type":"string"},"name":{"type":"string"},"notificationPolicyId":{"type":"string"},"slug":{"type":"string"},"teamId":{"type":"string"}},"required":["name","slug"],"inputProperties":{"description":{"type":"string"},"name":{"type":"string"},"notificationPolicyId":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"teamId":{"type":"string"}},"requiredInputs":["name"],"stateInputs":{"description":"Input properties used for looking up and filtering Collection resources.\n","properties":{"description":{"type":"string"},"name":{"type":"string"},"notificationPolicyId":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"teamId":{"type":"string"}},"type":"object"}},"chronosphere:index/dashboard:Dashboard":{"properties":{"collectionId":{"type":"string"},"dashboardJson":{"type":"string"},"slug":{"type":"string"}},"required":["dashboardJson","slug"],"inputProperties":{"collectionId":{"type":"string"},"dashboardJson":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true}},"requiredInputs":["dashboardJson"],"stateInputs":{"description":"Input properties used for looking up and filtering Dashboard resources.\n","properties":{"collectionId":{"type":"string"},"dashboardJson":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true}},"type":"object"}},"chronosphere:index/derivedLabel:DerivedLabel":{"properties":{"description":{"type":"string"},"existingLabelPolicy":{"type":"string"},"labelName":{"type":"string"},"metricLabel":{"$ref":"#/types/chronosphere:index/DerivedLabelMetricLabel:DerivedLabelMetricLabel"},"name":{"type":"string"},"slug":{"type":"string"}},"required":["labelName","metricLabel","name","slug"],"inputProperties":{"description":{"type":"string"},"existingLabelPolicy":{"type":"string"},"labelName":{"type":"string"},"metricLabel":{"$ref":"#/types/chronosphere:index/DerivedLabelMetricLabel:DerivedLabelMetricLabel"},"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true}},"requiredInputs":["labelName","metricLabel","name"],"stateInputs":{"description":"Input properties used for looking up and filtering DerivedLabel resources.\n","properties":{"description":{"type":"string"},"existingLabelPolicy":{"type":"string"},"labelName":{"type":"string"},"metricLabel":{"$ref":"#/types/chronosphere:index/DerivedLabelMetricLabel:DerivedLabelMetricLabel"},"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true}},"type":"object"}},"chronosphere:index/derivedMetric:DerivedMetric":{"properties":{"description":{"type":"string"},"metricName":{"type":"string"},"name":{"type":"string"},"queries":{"type":"array","items":{"$ref":"#/types/chronosphere:index/DerivedMetricQuery:DerivedMetricQuery"}},"slug":{"type":"string"}},"required":["metricName","name","queries","slug"],"inputProperties":{"description":{"type":"string"},"metricName":{"type":"string"},"name":{"type":"string"},"queries":{"type":"array","items":{"$ref":"#/types/chronosphere:index/DerivedMetricQuery:DerivedMetricQuery"}},"slug":{"type":"string","willReplaceOnChanges":true}},"requiredInputs":["metricName","name","queries"],"stateInputs":{"description":"Input properties used for looking up and filtering DerivedMetric resources.\n","properties":{"description":{"type":"string"},"metricName":{"type":"string"},"name":{"type":"string"},"queries":{"type":"array","items":{"$ref":"#/types/chronosphere:index/DerivedMetricQuery:DerivedMetricQuery"}},"slug":{"type":"string","willReplaceOnChanges":true}},"type":"object"}},"chronosphere:index/dropRule:DropRule":{"properties":{"activatedDropDuration":{"type":"string"},"active":{"type":"boolean"},"conditionalDrop":{"type":"boolean"},"name":{"type":"string"},"queries":{"type":"array","items":{"type":"string"}},"rateLimitThreshold":{"type":"number"},"slug":{"type":"string"},"valueBasedDrop":{"$ref":"#/types/chronosphere:index/DropRuleValueBasedDrop:DropRuleValueBasedDrop"}},"required":["name","queries","slug"],"inputProperties":{"activatedDropDuration":{"type":"string"},"active":{"type":"boolean"},"conditionalDrop":{"type":"boolean"},"name":{"type":"string"},"queries":{"type":"array","items":{"type":"string"}},"rateLimitThreshold":{"type":"number"},"slug":{"type":"string","willReplaceOnChanges":true},"valueBasedDrop":{"$ref":"#/types/chronosphere:index/DropRuleValueBasedDrop:DropRuleValueBasedDrop"}},"requiredInputs":["name","queries"],"stateInputs":{"description":"Input properties used for looking up and filtering DropRule resources.\n","properties":{"activatedDropDuration":{"type":"string"},"active":{"type":"boolean"},"conditionalDrop":{"type":"boolean"},"name":{"type":"string"},"queries":{"type":"array","items":{"type":"string"}},"rateLimitThreshold":{"type":"number"},"slug":{"type":"string","willReplaceOnChanges":true},"valueBasedDrop":{"$ref":"#/types/chronosphere:index/DropRuleValueBasedDrop:DropRuleValueBasedDrop"}},"type":"object"}},"chronosphere:index/emailAlertNotifier:EmailAlertNotifier":{"properties":{"html":{"type":"string"},"name":{"type":"string"},"sendResolved":{"type":"boolean"},"slug":{"type":"string"},"text":{"type":"string"},"to":{"type":"string"}},"required":["name","slug","to"],"inputProperties":{"html":{"type":"string"},"name":{"type":"string"},"sendResolved":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"text":{"type":"string"},"to":{"type":"string"}},"requiredInputs":["name","to"],"stateInputs":{"description":"Input properties used for looking up and filtering EmailAlertNotifier resources.\n","properties":{"html":{"type":"string"},"name":{"type":"string"},"sendResolved":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"text":{"type":"string"},"to":{"type":"string"}},"type":"object"}},"chronosphere:index/gcpMetricsIntegration:GcpMetricsIntegration":{"properties":{"metricGroups":{"type":"array","items":{"$ref":"#/types/chronosphere:index/GcpMetricsIntegrationMetricGroup:GcpMetricsIntegrationMetricGroup"}},"serviceAccount":{"$ref":"#/types/chronosphere:index/GcpMetricsIntegrationServiceAccount:GcpMetricsIntegrationServiceAccount"},"slug":{"type":"string"}},"inputProperties":{"metricGroups":{"type":"array","items":{"$ref":"#/types/chronosphere:index/GcpMetricsIntegrationMetricGroup:GcpMetricsIntegrationMetricGroup"}},"serviceAccount":{"$ref":"#/types/chronosphere:index/GcpMetricsIntegrationServiceAccount:GcpMetricsIntegrationServiceAccount"},"slug":{"type":"string"}},"stateInputs":{"description":"Input properties used for looking up and filtering GcpMetricsIntegration resources.\n","properties":{"metricGroups":{"type":"array","items":{"$ref":"#/types/chronosphere:index/GcpMetricsIntegrationMetricGroup:GcpMetricsIntegrationMetricGroup"}},"serviceAccount":{"$ref":"#/types/chronosphere:index/GcpMetricsIntegrationServiceAccount:GcpMetricsIntegrationServiceAccount"},"slug":{"type":"string"}},"type":"object"}},"chronosphere:index/grafanaDashboard:GrafanaDashboard":{"properties":{"bucketId":{"type":"string"},"collectionId":{"type":"string"},"dashboardJson":{"type":"string"}},"required":["dashboardJson"],"inputProperties":{"bucketId":{"type":"string"},"collectionId":{"type":"string"},"dashboardJson":{"type":"string"}},"requiredInputs":["dashboardJson"],"stateInputs":{"description":"Input properties used for looking up and filtering GrafanaDashboard resources.\n","properties":{"bucketId":{"type":"string"},"collectionId":{"type":"string"},"dashboardJson":{"type":"string"}},"type":"object"}},"chronosphere:index/mappingRule:MappingRule":{"properties":{"aggregations":{"type":"string"},"bucketId":{"type":"string"},"drop":{"type":"boolean"},"dropTimestamp":{"type":"boolean"},"filter":{"type":"string"},"interval":{"type":"string"},"mode":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"storagePolicy":{"$ref":"#/types/chronosphere:index/MappingRuleStoragePolicy:MappingRuleStoragePolicy"}},"required":["filter","name","slug"],"inputProperties":{"aggregations":{"type":"string"},"bucketId":{"type":"string"},"drop":{"type":"boolean"},"dropTimestamp":{"type":"boolean"},"filter":{"type":"string"},"interval":{"type":"string"},"mode":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"storagePolicy":{"$ref":"#/types/chronosphere:index/MappingRuleStoragePolicy:MappingRuleStoragePolicy"}},"requiredInputs":["filter","name"],"stateInputs":{"description":"Input properties used for looking up and filtering MappingRule resources.\n","properties":{"aggregations":{"type":"string"},"bucketId":{"type":"string"},"drop":{"type":"boolean"},"dropTimestamp":{"type":"boolean"},"filter":{"type":"string"},"interval":{"type":"string"},"mode":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"storagePolicy":{"$ref":"#/types/chronosphere:index/MappingRuleStoragePolicy:MappingRuleStoragePolicy"}},"type":"object"}},"chronosphere:index/monitor:Monitor":{"properties":{"annotations":{"type":"object","additionalProperties":{"type":"string"}},"bucketId":{"type":"string"},"collectionId":{"type":"string"},"interval":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"name":{"type":"string"},"notificationPolicyId":{"type":"string"},"query":{"$ref":"#/types/chronosphere:index/MonitorQuery:MonitorQuery"},"schedule":{"$ref":"#/types/chronosphere:index/MonitorSchedule:MonitorSchedule"},"seriesConditions":{"$ref":"#/types/chronosphere:index/MonitorSeriesConditions:MonitorSeriesConditions"},"signalGrouping":{"$ref":"#/types/chronosphere:index/MonitorSignalGrouping:MonitorSignalGrouping"},"slug":{"type":"string"}},"required":["name","query","seriesConditions","slug"],"inputProperties":{"annotations":{"type":"object","additionalProperties":{"type":"string"}},"bucketId":{"type":"string"},"collectionId":{"type":"string"},"interval":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"name":{"type":"string"},"notificationPolicyId":{"type":"string"},"query":{"$ref":"#/types/chronosphere:index/MonitorQuery:MonitorQuery"},"schedule":{"$ref":"#/types/chronosphere:index/MonitorSchedule:MonitorSchedule"},"seriesConditions":{"$ref":"#/types/chronosphere:index/MonitorSeriesConditions:MonitorSeriesConditions"},"signalGrouping":{"$ref":"#/types/chronosphere:index/MonitorSignalGrouping:MonitorSignalGrouping"},"slug":{"type":"string","willReplaceOnChanges":true}},"requiredInputs":["name","query","seriesConditions"],"stateInputs":{"description":"Input properties used for looking up and filtering Monitor resources.\n","properties":{"annotations":{"type":"object","additionalProperties":{"type":"string"}},"bucketId":{"type":"string"},"collectionId":{"type":"string"},"interval":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"name":{"type":"string"},"notificationPolicyId":{"type":"string"},"query":{"$ref":"#/types/chronosphere:index/MonitorQuery:MonitorQuery"},"schedule":{"$ref":"#/types/chronosphere:index/MonitorSchedule:MonitorSchedule"},"seriesConditions":{"$ref":"#/types/chronosphere:index/MonitorSeriesConditions:MonitorSeriesConditions"},"signalGrouping":{"$ref":"#/types/chronosphere:index/MonitorSignalGrouping:MonitorSignalGrouping"},"slug":{"type":"string","willReplaceOnChanges":true}},"type":"object"}},"chronosphere:index/notificationPolicy:NotificationPolicy":{"properties":{"isIndependent":{"type":"boolean"},"name":{"type":"string"},"notificationPolicyData":{"type":"string"},"overrides":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyOverride:NotificationPolicyOverride"}},"routes":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyRoute:NotificationPolicyRoute"}},"rules":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyRule:NotificationPolicyRule"},"deprecationMessage":"`rule` is deprecated, use `route` instead."},"slug":{"type":"string"},"teamId":{"type":"string"}},"required":["isIndependent","notificationPolicyData","slug"],"inputProperties":{"name":{"type":"string"},"notificationPolicyData":{"type":"string"},"overrides":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyOverride:NotificationPolicyOverride"}},"routes":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyRoute:NotificationPolicyRoute"}},"rules":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyRule:NotificationPolicyRule"},"deprecationMessage":"`rule` is deprecated, use `route` instead."},"slug":{"type":"string","willReplaceOnChanges":true},"teamId":{"type":"string"}},"stateInputs":{"description":"Input properties used for looking up and filtering NotificationPolicy resources.\n","properties":{"isIndependent":{"type":"boolean","willReplaceOnChanges":true},"name":{"type":"string"},"notificationPolicyData":{"type":"string"},"overrides":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyOverride:NotificationPolicyOverride"}},"routes":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyRoute:NotificationPolicyRoute"}},"rules":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyRule:NotificationPolicyRule"},"deprecationMessage":"`rule` is deprecated, use `route` instead."},"slug":{"type":"string","willReplaceOnChanges":true},"teamId":{"type":"string"}},"type":"object"}},"chronosphere:index/opsgenieAlertNotifier:OpsgenieAlertNotifier":{"properties":{"apiKey":{"type":"string","secret":true},"apiUrl":{"type":"string"},"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"description":{"type":"string"},"details":{"type":"object","additionalProperties":{"type":"string"}},"message":{"type":"string"},"name":{"type":"string"},"note":{"type":"string"},"priority":{"type":"string"},"proxyUrl":{"type":"string"},"responders":{"type":"array","items":{"$ref":"#/types/chronosphere:index/OpsgenieAlertNotifierResponder:OpsgenieAlertNotifierResponder"}},"sendResolved":{"type":"boolean"},"slug":{"type":"string"},"source":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"tlsInsecureSkipVerify":{"type":"boolean"}},"required":["apiKey","name","slug"],"inputProperties":{"apiKey":{"type":"string","secret":true},"apiUrl":{"type":"string"},"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"description":{"type":"string"},"details":{"type":"object","additionalProperties":{"type":"string"}},"message":{"type":"string"},"name":{"type":"string"},"note":{"type":"string"},"priority":{"type":"string"},"proxyUrl":{"type":"string"},"responders":{"type":"array","items":{"$ref":"#/types/chronosphere:index/OpsgenieAlertNotifierResponder:OpsgenieAlertNotifierResponder"}},"sendResolved":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"source":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"tlsInsecureSkipVerify":{"type":"boolean"}},"requiredInputs":["apiKey","name"],"stateInputs":{"description":"Input properties used for looking up and filtering OpsgenieAlertNotifier resources.\n","properties":{"apiKey":{"type":"string","secret":true},"apiUrl":{"type":"string"},"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"description":{"type":"string"},"details":{"type":"object","additionalProperties":{"type":"string"}},"message":{"type":"string"},"name":{"type":"string"},"note":{"type":"string"},"priority":{"type":"string"},"proxyUrl":{"type":"string"},"responders":{"type":"array","items":{"$ref":"#/types/chronosphere:index/OpsgenieAlertNotifierResponder:OpsgenieAlertNotifierResponder"}},"sendResolved":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"source":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"tlsInsecureSkipVerify":{"type":"boolean"}},"type":"object"}},"chronosphere:index/pagerdutyAlertNotifier:PagerdutyAlertNotifier":{"properties":{"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"class":{"type":"string"},"client":{"type":"string"},"clientUrl":{"type":"string"},"component":{"type":"string"},"description":{"type":"string"},"details":{"type":"object","additionalProperties":{"type":"string"}},"group":{"type":"string"},"images":{"type":"array","items":{"$ref":"#/types/chronosphere:index/PagerdutyAlertNotifierImage:PagerdutyAlertNotifierImage"}},"links":{"type":"array","items":{"$ref":"#/types/chronosphere:index/PagerdutyAlertNotifierLink:PagerdutyAlertNotifierLink"}},"name":{"type":"string"},"proxyUrl":{"type":"string"},"routingKey":{"type":"string"},"sendResolved":{"type":"boolean"},"serviceKey":{"type":"string","secret":true},"severity":{"type":"string"},"slug":{"type":"string"},"tlsInsecureSkipVerify":{"type":"boolean"},"url":{"type":"string"}},"required":["name","severity","slug","url"],"inputProperties":{"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"class":{"type":"string"},"client":{"type":"string"},"clientUrl":{"type":"string"},"component":{"type":"string"},"description":{"type":"string"},"details":{"type":"object","additionalProperties":{"type":"string"}},"group":{"type":"string"},"images":{"type":"array","items":{"$ref":"#/types/chronosphere:index/PagerdutyAlertNotifierImage:PagerdutyAlertNotifierImage"}},"links":{"type":"array","items":{"$ref":"#/types/chronosphere:index/PagerdutyAlertNotifierLink:PagerdutyAlertNotifierLink"}},"name":{"type":"string"},"proxyUrl":{"type":"string"},"routingKey":{"type":"string"},"sendResolved":{"type":"boolean"},"serviceKey":{"type":"string","secret":true},"severity":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"tlsInsecureSkipVerify":{"type":"boolean"},"url":{"type":"string"}},"requiredInputs":["name","severity","url"],"stateInputs":{"description":"Input properties used for looking up and filtering PagerdutyAlertNotifier resources.\n","properties":{"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"class":{"type":"string"},"client":{"type":"string"},"clientUrl":{"type":"string"},"component":{"type":"string"},"description":{"type":"string"},"details":{"type":"object","additionalProperties":{"type":"string"}},"group":{"type":"string"},"images":{"type":"array","items":{"$ref":"#/types/chronosphere:index/PagerdutyAlertNotifierImage:PagerdutyAlertNotifierImage"}},"links":{"type":"array","items":{"$ref":"#/types/chronosphere:index/PagerdutyAlertNotifierLink:PagerdutyAlertNotifierLink"}},"name":{"type":"string"},"proxyUrl":{"type":"string"},"routingKey":{"type":"string"},"sendResolved":{"type":"boolean"},"serviceKey":{"type":"string","secret":true},"severity":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"tlsInsecureSkipVerify":{"type":"boolean"},"url":{"type":"string"}},"type":"object"}},"chronosphere:index/recordingRule:RecordingRule":{"properties":{"bucketId":{"type":"string"},"executionGroup":{"type":"string"},"expr":{"type":"string"},"interval":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"metricName":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"}},"required":["expr","name","slug"],"inputProperties":{"bucketId":{"type":"string"},"executionGroup":{"type":"string"},"expr":{"type":"string"},"interval":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"metricName":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true}},"requiredInputs":["expr","name"],"stateInputs":{"description":"Input properties used for looking up and filtering RecordingRule resources.\n","properties":{"bucketId":{"type":"string"},"executionGroup":{"type":"string"},"expr":{"type":"string"},"interval":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"metricName":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true}},"type":"object"}},"chronosphere:index/resourcePoolsConfig:ResourcePoolsConfig":{"properties":{"defaultPool":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigDefaultPool:ResourcePoolsConfigDefaultPool"},"pool":{"type":"array","items":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigPool:ResourcePoolsConfigPool"}},"pools":{"type":"array","items":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigPool:ResourcePoolsConfigPool"},"deprecationMessage":"Use pool instead of pools"}},"required":["defaultPool"],"inputProperties":{"defaultPool":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigDefaultPool:ResourcePoolsConfigDefaultPool"},"pool":{"type":"array","items":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigPool:ResourcePoolsConfigPool"}},"pools":{"type":"array","items":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigPool:ResourcePoolsConfigPool"},"deprecationMessage":"Use pool instead of pools"}},"requiredInputs":["defaultPool"],"stateInputs":{"description":"Input properties used for looking up and filtering ResourcePoolsConfig resources.\n","properties":{"defaultPool":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigDefaultPool:ResourcePoolsConfigDefaultPool"},"pool":{"type":"array","items":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigPool:ResourcePoolsConfigPool"}},"pools":{"type":"array","items":{"$ref":"#/types/chronosphere:index/ResourcePoolsConfigPool:ResourcePoolsConfigPool"},"deprecationMessage":"Use pool instead of pools"}},"type":"object"}},"chronosphere:index/rollupRule:RollupRule":{"properties":{"aggregation":{"type":"string"},"bucketId":{"type":"string"},"dropRaw":{"type":"boolean"},"excludeBies":{"type":"array","items":{"type":"string"}},"filter":{"type":"string"},"groupBies":{"type":"array","items":{"type":"string"}},"interval":{"type":"string"},"metricType":{"type":"string"},"metricTypeTag":{"type":"boolean"},"mode":{"type":"string"},"name":{"type":"string"},"newMetric":{"type":"string"},"permissive":{"type":"boolean"},"slug":{"type":"string"},"storagePolicies":{"$ref":"#/types/chronosphere:index/RollupRuleStoragePolicies:RollupRuleStoragePolicies"}},"required":["filter","metricType","name","slug","storagePolicies"],"inputProperties":{"aggregation":{"type":"string"},"bucketId":{"type":"string"},"dropRaw":{"type":"boolean"},"excludeBies":{"type":"array","items":{"type":"string"}},"filter":{"type":"string"},"groupBies":{"type":"array","items":{"type":"string"}},"interval":{"type":"string"},"metricType":{"type":"string"},"metricTypeTag":{"type":"boolean"},"mode":{"type":"string"},"name":{"type":"string"},"newMetric":{"type":"string"},"permissive":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"storagePolicies":{"$ref":"#/types/chronosphere:index/RollupRuleStoragePolicies:RollupRuleStoragePolicies"}},"requiredInputs":["filter","metricType","name","slug"],"stateInputs":{"description":"Input properties used for looking up and filtering RollupRule resources.\n","properties":{"aggregation":{"type":"string"},"bucketId":{"type":"string"},"dropRaw":{"type":"boolean"},"excludeBies":{"type":"array","items":{"type":"string"}},"filter":{"type":"string"},"groupBies":{"type":"array","items":{"type":"string"}},"interval":{"type":"string"},"metricType":{"type":"string"},"metricTypeTag":{"type":"boolean"},"mode":{"type":"string"},"name":{"type":"string"},"newMetric":{"type":"string"},"permissive":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"storagePolicies":{"$ref":"#/types/chronosphere:index/RollupRuleStoragePolicies:RollupRuleStoragePolicies"}},"type":"object"}},"chronosphere:index/serviceAccount:ServiceAccount":{"properties":{"email":{"type":"string"},"name":{"type":"string"},"restriction":{"$ref":"#/types/chronosphere:index/ServiceAccountRestriction:ServiceAccountRestriction"},"slug":{"type":"string"},"token":{"type":"string","secret":true},"unrestricted":{"type":"boolean"}},"required":["email","name","slug","token"],"inputProperties":{"name":{"type":"string","willReplaceOnChanges":true},"restriction":{"$ref":"#/types/chronosphere:index/ServiceAccountRestriction:ServiceAccountRestriction","willReplaceOnChanges":true},"slug":{"type":"string","willReplaceOnChanges":true},"unrestricted":{"type":"boolean","willReplaceOnChanges":true}},"requiredInputs":["name"],"stateInputs":{"description":"Input properties used for looking up and filtering ServiceAccount resources.\n","properties":{"email":{"type":"string"},"name":{"type":"string","willReplaceOnChanges":true},"restriction":{"$ref":"#/types/chronosphere:index/ServiceAccountRestriction:ServiceAccountRestriction","willReplaceOnChanges":true},"slug":{"type":"string","willReplaceOnChanges":true},"token":{"type":"string","secret":true},"unrestricted":{"type":"boolean","willReplaceOnChanges":true}},"type":"object"}},"chronosphere:index/slackAlertNotifier:SlackAlertNotifier":{"properties":{"actions":{"type":"array","items":{"$ref":"#/types/chronosphere:index/SlackAlertNotifierAction:SlackAlertNotifierAction"}},"apiUrl":{"type":"string","secret":true},"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"callbackId":{"type":"string"},"channel":{"type":"string"},"color":{"type":"string"},"fallback":{"type":"string"},"fields":{"type":"array","items":{"$ref":"#/types/chronosphere:index/SlackAlertNotifierField:SlackAlertNotifierField"}},"footer":{"type":"string"},"iconEmoji":{"type":"string"},"iconUrl":{"type":"string"},"imageUrl":{"type":"string"},"linkNames":{"type":"boolean"},"mrkdwnIns":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"pretext":{"type":"string"},"proxyUrl":{"type":"string"},"sendResolved":{"type":"boolean"},"shortFields":{"type":"boolean"},"slug":{"type":"string"},"text":{"type":"string"},"thumbUrl":{"type":"string"},"title":{"type":"string"},"titleLink":{"type":"string"},"tlsInsecureSkipVerify":{"type":"boolean"},"username":{"type":"string"}},"required":["apiUrl","channel","name","slug"],"inputProperties":{"actions":{"type":"array","items":{"$ref":"#/types/chronosphere:index/SlackAlertNotifierAction:SlackAlertNotifierAction"}},"apiUrl":{"type":"string","secret":true},"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"callbackId":{"type":"string"},"channel":{"type":"string"},"color":{"type":"string"},"fallback":{"type":"string"},"fields":{"type":"array","items":{"$ref":"#/types/chronosphere:index/SlackAlertNotifierField:SlackAlertNotifierField"}},"footer":{"type":"string"},"iconEmoji":{"type":"string"},"iconUrl":{"type":"string"},"imageUrl":{"type":"string"},"linkNames":{"type":"boolean"},"mrkdwnIns":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"pretext":{"type":"string"},"proxyUrl":{"type":"string"},"sendResolved":{"type":"boolean"},"shortFields":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"text":{"type":"string"},"thumbUrl":{"type":"string"},"title":{"type":"string"},"titleLink":{"type":"string"},"tlsInsecureSkipVerify":{"type":"boolean"},"username":{"type":"string"}},"requiredInputs":["apiUrl","channel","name"],"stateInputs":{"description":"Input properties used for looking up and filtering SlackAlertNotifier resources.\n","properties":{"actions":{"type":"array","items":{"$ref":"#/types/chronosphere:index/SlackAlertNotifierAction:SlackAlertNotifierAction"}},"apiUrl":{"type":"string","secret":true},"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"callbackId":{"type":"string"},"channel":{"type":"string"},"color":{"type":"string"},"fallback":{"type":"string"},"fields":{"type":"array","items":{"$ref":"#/types/chronosphere:index/SlackAlertNotifierField:SlackAlertNotifierField"}},"footer":{"type":"string"},"iconEmoji":{"type":"string"},"iconUrl":{"type":"string"},"imageUrl":{"type":"string"},"linkNames":{"type":"boolean"},"mrkdwnIns":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"pretext":{"type":"string"},"proxyUrl":{"type":"string"},"sendResolved":{"type":"boolean"},"shortFields":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"text":{"type":"string"},"thumbUrl":{"type":"string"},"title":{"type":"string"},"titleLink":{"type":"string"},"tlsInsecureSkipVerify":{"type":"boolean"},"username":{"type":"string"}},"type":"object"}},"chronosphere:index/team:Team":{"properties":{"description":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"userEmails":{"type":"array","items":{"type":"string"}}},"required":["name","slug"],"inputProperties":{"description":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"userEmails":{"type":"array","items":{"type":"string"}}},"requiredInputs":["name"],"stateInputs":{"description":"Input properties used for looking up and filtering Team resources.\n","properties":{"description":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"userEmails":{"type":"array","items":{"type":"string"}}},"type":"object"}},"chronosphere:index/traceJaegerRemoteSamplingStrategy:TraceJaegerRemoteSamplingStrategy":{"properties":{"appliedStrategy":{"$ref":"#/types/chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategy"},"name":{"type":"string"},"serviceName":{"type":"string"},"slug":{"type":"string"}},"required":["appliedStrategy","name","serviceName","slug"],"inputProperties":{"appliedStrategy":{"$ref":"#/types/chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategy"},"name":{"type":"string"},"serviceName":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true}},"requiredInputs":["appliedStrategy","name","serviceName"],"stateInputs":{"description":"Input properties used for looking up and filtering TraceJaegerRemoteSamplingStrategy resources.\n","properties":{"appliedStrategy":{"$ref":"#/types/chronosphere:index/TraceJaegerRemoteSamplingStrategyAppliedStrategy:TraceJaegerRemoteSamplingStrategyAppliedStrategy"},"name":{"type":"string"},"serviceName":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true}},"type":"object"}},"chronosphere:index/traceMetricsRule:TraceMetricsRule":{"properties":{"groupBies":{"type":"array","items":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleGroupBy:TraceMetricsRuleGroupBy"}},"histogramBucketsSeconds":{"type":"array","items":{"type":"number"}},"metricLabels":{"type":"object","additionalProperties":{"type":"string"}},"metricName":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"traceFilter":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilter:TraceMetricsRuleTraceFilter"}},"required":["metricName","name","slug","traceFilter"],"inputProperties":{"groupBies":{"type":"array","items":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleGroupBy:TraceMetricsRuleGroupBy"}},"histogramBucketsSeconds":{"type":"array","items":{"type":"number"}},"metricLabels":{"type":"object","additionalProperties":{"type":"string"}},"metricName":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"traceFilter":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilter:TraceMetricsRuleTraceFilter"}},"requiredInputs":["metricName","name","traceFilter"],"stateInputs":{"description":"Input properties used for looking up and filtering TraceMetricsRule resources.\n","properties":{"groupBies":{"type":"array","items":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleGroupBy:TraceMetricsRuleGroupBy"}},"histogramBucketsSeconds":{"type":"array","items":{"type":"number"}},"metricLabels":{"type":"object","additionalProperties":{"type":"string"}},"metricName":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string","willReplaceOnChanges":true},"traceFilter":{"$ref":"#/types/chronosphere:index/TraceMetricsRuleTraceFilter:TraceMetricsRuleTraceFilter"}},"type":"object"}},"chronosphere:index/traceTailSamplingRules:TraceTailSamplingRules":{"properties":{"defaultSampleRate":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesDefaultSampleRate:TraceTailSamplingRulesDefaultSampleRate"},"rules":{"type":"array","items":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRule:TraceTailSamplingRulesRule"}}},"inputProperties":{"defaultSampleRate":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesDefaultSampleRate:TraceTailSamplingRulesDefaultSampleRate"},"rules":{"type":"array","items":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRule:TraceTailSamplingRulesRule"}}},"stateInputs":{"description":"Input properties used for looking up and filtering TraceTailSamplingRules resources.\n","properties":{"defaultSampleRate":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesDefaultSampleRate:TraceTailSamplingRulesDefaultSampleRate"},"rules":{"type":"array","items":{"$ref":"#/types/chronosphere:index/TraceTailSamplingRulesRule:TraceTailSamplingRulesRule"}}},"type":"object"}},"chronosphere:index/victoropsAlertNotifier:VictoropsAlertNotifier":{"properties":{"apiKey":{"type":"string","secret":true},"apiUrl":{"type":"string"},"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"customFields":{"type":"object","additionalProperties":{"type":"string"}},"entityDisplayName":{"type":"string"},"messageType":{"type":"string"},"monitoringTool":{"type":"string"},"name":{"type":"string"},"proxyUrl":{"type":"string"},"routingKey":{"type":"string"},"sendResolved":{"type":"boolean"},"slug":{"type":"string"},"stateMessage":{"type":"string"},"tlsInsecureSkipVerify":{"type":"boolean"}},"required":["apiKey","name","routingKey","slug"],"inputProperties":{"apiKey":{"type":"string","secret":true},"apiUrl":{"type":"string"},"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"customFields":{"type":"object","additionalProperties":{"type":"string"}},"entityDisplayName":{"type":"string"},"messageType":{"type":"string"},"monitoringTool":{"type":"string"},"name":{"type":"string"},"proxyUrl":{"type":"string"},"routingKey":{"type":"string"},"sendResolved":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"stateMessage":{"type":"string"},"tlsInsecureSkipVerify":{"type":"boolean"}},"requiredInputs":["apiKey","name","routingKey"],"stateInputs":{"description":"Input properties used for looking up and filtering VictoropsAlertNotifier resources.\n","properties":{"apiKey":{"type":"string","secret":true},"apiUrl":{"type":"string"},"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"customFields":{"type":"object","additionalProperties":{"type":"string"}},"entityDisplayName":{"type":"string"},"messageType":{"type":"string"},"monitoringTool":{"type":"string"},"name":{"type":"string"},"proxyUrl":{"type":"string"},"routingKey":{"type":"string"},"sendResolved":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"stateMessage":{"type":"string"},"tlsInsecureSkipVerify":{"type":"boolean"}},"type":"object"}},"chronosphere:index/webhookAlertNotifier:WebhookAlertNotifier":{"properties":{"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"name":{"type":"string"},"proxyUrl":{"type":"string"},"sendResolved":{"type":"boolean"},"slug":{"type":"string"},"tlsInsecureSkipVerify":{"type":"boolean"},"url":{"type":"string"}},"required":["name","slug","url"],"inputProperties":{"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"name":{"type":"string"},"proxyUrl":{"type":"string"},"sendResolved":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"tlsInsecureSkipVerify":{"type":"boolean"},"url":{"type":"string"}},"requiredInputs":["name","url"],"stateInputs":{"description":"Input properties used for looking up and filtering WebhookAlertNotifier resources.\n","properties":{"basicAuthPassword":{"type":"string","secret":true},"basicAuthUsername":{"type":"string"},"bearerToken":{"type":"string"},"name":{"type":"string"},"proxyUrl":{"type":"string"},"sendResolved":{"type":"boolean"},"slug":{"type":"string","willReplaceOnChanges":true},"tlsInsecureSkipVerify":{"type":"boolean"},"url":{"type":"string"}},"type":"object"}}},"functions":{"chronosphere:index/bucketDataSource:BucketDataSource":{"inputs":{"description":"A collection of arguments for invoking BucketDataSource.\n","properties":{"labels":{"type":"object","additionalProperties":{"type":"string"}},"name":{"type":"string"},"slug":{"type":"string"}},"type":"object"},"outputs":{"description":"A collection of values returned by BucketDataSource.\n","properties":{"description":{"type":"string"},"id":{"type":"string","description":"The provider-assigned unique ID for this managed resource.\n"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"name":{"type":"string"},"slug":{"type":"string"}},"type":"object","required":["description","id"]}},"chronosphere:index/notificationPolicyDataSource:NotificationPolicyDataSource":{"inputs":{"description":"A collection of arguments for invoking NotificationPolicyDataSource.\n","properties":{"name":{"type":"string"},"notificationPolicyData":{"type":"string"},"overrides":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyDataSourceOverride:NotificationPolicyDataSourceOverride"}},"routes":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyDataSourceRoute:NotificationPolicyDataSourceRoute"}},"rules":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyDataSourceRule:NotificationPolicyDataSourceRule"},"deprecationMessage":"`rule` is deprecated, use `route` instead."},"slug":{"type":"string","willReplaceOnChanges":true},"teamId":{"type":"string"}},"type":"object"},"outputs":{"description":"A collection of values returned by NotificationPolicyDataSource.\n","properties":{"id":{"type":"string","description":"The provider-assigned unique ID for this managed resource.\n"},"isIndependent":{"type":"boolean"},"name":{"type":"string"},"notificationPolicyData":{"type":"string"},"overrides":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyDataSourceOverride:NotificationPolicyDataSourceOverride"}},"routes":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyDataSourceRoute:NotificationPolicyDataSourceRoute"}},"rules":{"type":"array","items":{"$ref":"#/types/chronosphere:index/NotificationPolicyDataSourceRule:NotificationPolicyDataSourceRule"},"deprecationMessage":"`rule` is deprecated, use `route` instead."},"slug":{"type":"string"},"teamId":{"type":"string"}},"type":"object","required":["isIndependent","notificationPolicyData","slug","id"]}},"chronosphere:index/serviceDataSource:ServiceDataSource":{"inputs":{"description":"A collection of arguments for invoking ServiceDataSource.\n","properties":{"slug":{"type":"string"}},"type":"object","required":["slug"]},"outputs":{"description":"A collection of values returned by ServiceDataSource.\n","properties":{"description":{"type":"string"},"id":{"type":"string","description":"The provider-assigned unique ID for this managed resource.\n"},"name":{"type":"string"},"slug":{"type":"string"}},"type":"object","required":["description","name","slug","id"]}}}} \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..579dee31 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,22 @@ +[project] + name = "pulumi_chronosphere" + description = "A Pulumi package for creating and managing Chronosphere resources." + dependencies = ["parver>=0.2.1", "pulumi>=3.0.0,<4.0.0", "semver>=2.8.1"] + keywords = ["pulumi", "chronosphere"] + readme = "README.md" + requires-python = ">=3.8" + version = "0.0.0" + [project.license] + text = "Apache-2.0" + [project.urls] + Homepage = "https://chronosphere.io" + Repository = "https://github.com/chronosphereio/pulumi-chronosphere" + +[build-system] + requires = ["setuptools>=61.0"] + build-backend = "setuptools.build_meta" + +[tool] + [tool.setuptools] + [tool.setuptools.package-data] + pulumi_chronosphere = ["py.typed", "pulumi-plugin.json"] diff --git a/sdk/dotnet/obj/Debug/Pulumi.Chronosphere.0.0.2-alpha.1712280084.nuspec b/sdk/dotnet/obj/Debug/Pulumi.Chronosphere.0.0.1-alpha.1712866649.nuspec similarity index 92% rename from sdk/dotnet/obj/Debug/Pulumi.Chronosphere.0.0.2-alpha.1712280084.nuspec rename to sdk/dotnet/obj/Debug/Pulumi.Chronosphere.0.0.1-alpha.1712866649.nuspec index 708319c7..03c4b383 100644 --- a/sdk/dotnet/obj/Debug/Pulumi.Chronosphere.0.0.2-alpha.1712280084.nuspec +++ b/sdk/dotnet/obj/Debug/Pulumi.Chronosphere.0.0.1-alpha.1712866649.nuspec @@ -2,14 +2,14 @@ Pulumi.Chronosphere - 0.0.2-alpha.1712280084+18ebf358.dirty + 0.0.1-alpha.1712866649+913ca173 Chronosphere Apache-2.0 https://licenses.nuget.org/Apache-2.0 logo.png https://chronosphere.io/ Chronosphere Pulumi Provider - + diff --git a/sdk/dotnet/obj/Debug/net6.0/Pulumi.Chronosphere.AssemblyInfo.cs b/sdk/dotnet/obj/Debug/net6.0/Pulumi.Chronosphere.AssemblyInfo.cs index 7cfba3f6..e3ea039b 100644 --- a/sdk/dotnet/obj/Debug/net6.0/Pulumi.Chronosphere.AssemblyInfo.cs +++ b/sdk/dotnet/obj/Debug/net6.0/Pulumi.Chronosphere.AssemblyInfo.cs @@ -13,11 +13,11 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("Chronosphere")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyDescriptionAttribute("Chronosphere Pulumi Provider")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.2.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.2-alpha.1712280084+18ebf358.dirty.18ebf3587d13bbc8be19ea972815cc775e8c82f1")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.1.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.1-alpha.1712866649+913ca173.913ca17374e402d5188c4e56f2df89200fb535fb")] [assembly: System.Reflection.AssemblyProductAttribute("Pulumi.Chronosphere")] [assembly: System.Reflection.AssemblyTitleAttribute("Pulumi.Chronosphere")] -[assembly: System.Reflection.AssemblyVersionAttribute("0.0.2.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("0.0.1.0")] [assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/chronosphereio/pulumi-chronosphere")] // Generated by the MSBuild WriteCodeFragment class. diff --git a/sdk/dotnet/obj/Debug/net6.0/Pulumi.Chronosphere.AssemblyInfoInputs.cache b/sdk/dotnet/obj/Debug/net6.0/Pulumi.Chronosphere.AssemblyInfoInputs.cache index 50944912..9c1df6b2 100644 --- a/sdk/dotnet/obj/Debug/net6.0/Pulumi.Chronosphere.AssemblyInfoInputs.cache +++ b/sdk/dotnet/obj/Debug/net6.0/Pulumi.Chronosphere.AssemblyInfoInputs.cache @@ -1 +1 @@ -7dd0e850e135772e5d07df286c3a48cb6b64db0c9ec95cc508b7107bf849be43 +cb4d76dbf3fcbc4b52596481f3c25609475e71d54021a86c60f544d4926b1edc diff --git a/sdk/dotnet/obj/Debug/net6.0/Pulumi.Chronosphere.dll b/sdk/dotnet/obj/Debug/net6.0/Pulumi.Chronosphere.dll index 967769a2512475aaa04d77fe28106006d3c3d3da..a23ff8ddcead2f8f134048a5c93ff1cc7602a7aa 100644 GIT binary patch delta 66150 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 aq=SWx^nLs`4bS_%0 delta 66192 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�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 bH8y54WM()yGB7Y^Vl^{0W@5Lhg8{y#gBddq delta 121 zcmV-<0EYkQ)ClO*2#|afBpuO9=EAv5il9}M+#c!XWnyMCH8?k9F*9OfV>n`EF*#*n bIX5ymF*RdjH#aq9IAb_6W-+&_g8{y#>Z~<$ diff --git a/sdk/dotnet/obj/Debug/net6.0/Pulumi.Chronosphere.sourcelink.json b/sdk/dotnet/obj/Debug/net6.0/Pulumi.Chronosphere.sourcelink.json index 2c423ea3..933f76c6 100644 --- a/sdk/dotnet/obj/Debug/net6.0/Pulumi.Chronosphere.sourcelink.json +++ b/sdk/dotnet/obj/Debug/net6.0/Pulumi.Chronosphere.sourcelink.json @@ -1 +1 @@ -{"documents":{"/Users/aschepis/src/chronosphere/pulumi-chronosphere/*":"https://raw.githubusercontent.com/chronosphereio/pulumi-chronosphere/18ebf3587d13bbc8be19ea972815cc775e8c82f1/*"}} \ No newline at end of file +{"documents":{"/Users/aschepis/src/chronosphere/pulumi-chronosphere/*":"https://raw.githubusercontent.com/chronosphereio/pulumi-chronosphere/913ca17374e402d5188c4e56f2df89200fb535fb/*"}} \ No newline at end of file diff --git a/sdk/dotnet/obj/Debug/net6.0/ref/Pulumi.Chronosphere.dll b/sdk/dotnet/obj/Debug/net6.0/ref/Pulumi.Chronosphere.dll index 35077f4781cd16716bffaf8a0e727c6a1681261d..fede5feca2879e9e7e0a6c32358f9121045b4438 100644 GIT binary patch delta 39732 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
    t%ftj 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 diff --git a/sdk/dotnet/obj/Debug/net6.0/refint/Pulumi.Chronosphere.dll b/sdk/dotnet/obj/Debug/net6.0/refint/Pulumi.Chronosphere.dll index 35077f4781cd16716bffaf8a0e727c6a1681261d..fede5feca2879e9e7e0a6c32358f9121045b4438 100644 GIT binary patch delta 39732 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
      t%ftj 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 diff --git a/sdk/dotnet/obj/Pulumi.Chronosphere.csproj.nuget.dgspec.json b/sdk/dotnet/obj/Pulumi.Chronosphere.csproj.nuget.dgspec.json index 4d528d28..34d1cec6 100644 --- a/sdk/dotnet/obj/Pulumi.Chronosphere.csproj.nuget.dgspec.json +++ b/sdk/dotnet/obj/Pulumi.Chronosphere.csproj.nuget.dgspec.json @@ -5,7 +5,7 @@ }, "projects": { "/Users/aschepis/src/chronosphere/pulumi-chronosphere/sdk/dotnet/Pulumi.Chronosphere.csproj": { - "version": "0.0.2-alpha.1712280084+18ebf358.dirty", + "version": "0.0.1-alpha.1712866649+913ca173", "restore": { "projectUniqueName": "/Users/aschepis/src/chronosphere/pulumi-chronosphere/sdk/dotnet/Pulumi.Chronosphere.csproj", "projectName": "Pulumi.Chronosphere", diff --git a/sdk/dotnet/obj/project.assets.json b/sdk/dotnet/obj/project.assets.json index 7a64ae58..e02b4cac 100644 --- a/sdk/dotnet/obj/project.assets.json +++ b/sdk/dotnet/obj/project.assets.json @@ -853,7 +853,7 @@ "/Users/aschepis/.nuget/packages/": {} }, "project": { - "version": "0.0.2-alpha.1712280084+18ebf358.dirty", + "version": "0.0.1-alpha.1712866649+913ca173", "restore": { "projectUniqueName": "/Users/aschepis/src/chronosphere/pulumi-chronosphere/sdk/dotnet/Pulumi.Chronosphere.csproj", "projectName": "Pulumi.Chronosphere", diff --git a/sdk/dotnet/obj/project.nuget.cache b/sdk/dotnet/obj/project.nuget.cache index 4de44299..764d196c 100644 --- a/sdk/dotnet/obj/project.nuget.cache +++ b/sdk/dotnet/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "VlYUBR6nt2+hfLSK5zUpJOiMm3cCIuRezgF6uSvcEvKwiszbVQ/G2WkVFbQmzhvnMuCYYaRH4d4BfGHLLhw3GA==", + "dgSpecHash": "1CPIyjAMZLzhVDDS/hFxccB1wvAnCY5FO/ziBHdQCZ1a1CSp2q21/cD5NbKvQjYQFfxmlqBOJbjS/Lv8CJWn8g==", "success": true, "projectFilePath": "/Users/aschepis/src/chronosphere/pulumi-chronosphere/sdk/dotnet/Pulumi.Chronosphere.csproj", "expectedPackageFiles": [ diff --git a/sdk/dotnet/version.txt b/sdk/dotnet/version.txt index c057c685..80e1a40a 100644 --- a/sdk/dotnet/version.txt +++ b/sdk/dotnet/version.txt @@ -1 +1 @@ -0.0.2-alpha.1712280084+18ebf358.dirty +0.0.1-alpha.1712866649+913ca173 diff --git a/sdk/java/.gradle/8.1.1/dependencies-accessors/gc.properties b/sdk/go/Pulumi.yaml similarity index 100% rename from sdk/java/.gradle/8.1.1/dependencies-accessors/gc.properties rename to sdk/go/Pulumi.yaml diff --git a/sdk/go/chronosphere/blackholeAlertNotifier.go b/sdk/go/chronosphere/blackholeAlertNotifier.go new file mode 100644 index 00000000..bb9c6365 --- /dev/null +++ b/sdk/go/chronosphere/blackholeAlertNotifier.go @@ -0,0 +1,221 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type BlackholeAlertNotifier struct { + pulumi.CustomResourceState + + Name pulumi.StringOutput `pulumi:"name"` + Slug pulumi.StringOutput `pulumi:"slug"` +} + +// NewBlackholeAlertNotifier registers a new resource with the given unique name, arguments, and options. +func NewBlackholeAlertNotifier(ctx *pulumi.Context, + name string, args *BlackholeAlertNotifierArgs, opts ...pulumi.ResourceOption) (*BlackholeAlertNotifier, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.Name == nil { + return nil, errors.New("invalid value for required argument 'Name'") + } + opts = internal.PkgResourceDefaultOpts(opts) + var resource BlackholeAlertNotifier + err := ctx.RegisterResource("chronosphere:index/blackholeAlertNotifier:BlackholeAlertNotifier", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetBlackholeAlertNotifier gets an existing BlackholeAlertNotifier resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetBlackholeAlertNotifier(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *BlackholeAlertNotifierState, opts ...pulumi.ResourceOption) (*BlackholeAlertNotifier, error) { + var resource BlackholeAlertNotifier + err := ctx.ReadResource("chronosphere:index/blackholeAlertNotifier:BlackholeAlertNotifier", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering BlackholeAlertNotifier resources. +type blackholeAlertNotifierState struct { + Name *string `pulumi:"name"` + Slug *string `pulumi:"slug"` +} + +type BlackholeAlertNotifierState struct { + Name pulumi.StringPtrInput + Slug pulumi.StringPtrInput +} + +func (BlackholeAlertNotifierState) ElementType() reflect.Type { + return reflect.TypeOf((*blackholeAlertNotifierState)(nil)).Elem() +} + +type blackholeAlertNotifierArgs struct { + Name string `pulumi:"name"` + Slug *string `pulumi:"slug"` +} + +// The set of arguments for constructing a BlackholeAlertNotifier resource. +type BlackholeAlertNotifierArgs struct { + Name pulumi.StringInput + Slug pulumi.StringPtrInput +} + +func (BlackholeAlertNotifierArgs) ElementType() reflect.Type { + return reflect.TypeOf((*blackholeAlertNotifierArgs)(nil)).Elem() +} + +type BlackholeAlertNotifierInput interface { + pulumi.Input + + ToBlackholeAlertNotifierOutput() BlackholeAlertNotifierOutput + ToBlackholeAlertNotifierOutputWithContext(ctx context.Context) BlackholeAlertNotifierOutput +} + +func (*BlackholeAlertNotifier) ElementType() reflect.Type { + return reflect.TypeOf((**BlackholeAlertNotifier)(nil)).Elem() +} + +func (i *BlackholeAlertNotifier) ToBlackholeAlertNotifierOutput() BlackholeAlertNotifierOutput { + return i.ToBlackholeAlertNotifierOutputWithContext(context.Background()) +} + +func (i *BlackholeAlertNotifier) ToBlackholeAlertNotifierOutputWithContext(ctx context.Context) BlackholeAlertNotifierOutput { + return pulumi.ToOutputWithContext(ctx, i).(BlackholeAlertNotifierOutput) +} + +// BlackholeAlertNotifierArrayInput is an input type that accepts BlackholeAlertNotifierArray and BlackholeAlertNotifierArrayOutput values. +// You can construct a concrete instance of `BlackholeAlertNotifierArrayInput` via: +// +// BlackholeAlertNotifierArray{ BlackholeAlertNotifierArgs{...} } +type BlackholeAlertNotifierArrayInput interface { + pulumi.Input + + ToBlackholeAlertNotifierArrayOutput() BlackholeAlertNotifierArrayOutput + ToBlackholeAlertNotifierArrayOutputWithContext(context.Context) BlackholeAlertNotifierArrayOutput +} + +type BlackholeAlertNotifierArray []BlackholeAlertNotifierInput + +func (BlackholeAlertNotifierArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*BlackholeAlertNotifier)(nil)).Elem() +} + +func (i BlackholeAlertNotifierArray) ToBlackholeAlertNotifierArrayOutput() BlackholeAlertNotifierArrayOutput { + return i.ToBlackholeAlertNotifierArrayOutputWithContext(context.Background()) +} + +func (i BlackholeAlertNotifierArray) ToBlackholeAlertNotifierArrayOutputWithContext(ctx context.Context) BlackholeAlertNotifierArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(BlackholeAlertNotifierArrayOutput) +} + +// BlackholeAlertNotifierMapInput is an input type that accepts BlackholeAlertNotifierMap and BlackholeAlertNotifierMapOutput values. +// You can construct a concrete instance of `BlackholeAlertNotifierMapInput` via: +// +// BlackholeAlertNotifierMap{ "key": BlackholeAlertNotifierArgs{...} } +type BlackholeAlertNotifierMapInput interface { + pulumi.Input + + ToBlackholeAlertNotifierMapOutput() BlackholeAlertNotifierMapOutput + ToBlackholeAlertNotifierMapOutputWithContext(context.Context) BlackholeAlertNotifierMapOutput +} + +type BlackholeAlertNotifierMap map[string]BlackholeAlertNotifierInput + +func (BlackholeAlertNotifierMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*BlackholeAlertNotifier)(nil)).Elem() +} + +func (i BlackholeAlertNotifierMap) ToBlackholeAlertNotifierMapOutput() BlackholeAlertNotifierMapOutput { + return i.ToBlackholeAlertNotifierMapOutputWithContext(context.Background()) +} + +func (i BlackholeAlertNotifierMap) ToBlackholeAlertNotifierMapOutputWithContext(ctx context.Context) BlackholeAlertNotifierMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(BlackholeAlertNotifierMapOutput) +} + +type BlackholeAlertNotifierOutput struct{ *pulumi.OutputState } + +func (BlackholeAlertNotifierOutput) ElementType() reflect.Type { + return reflect.TypeOf((**BlackholeAlertNotifier)(nil)).Elem() +} + +func (o BlackholeAlertNotifierOutput) ToBlackholeAlertNotifierOutput() BlackholeAlertNotifierOutput { + return o +} + +func (o BlackholeAlertNotifierOutput) ToBlackholeAlertNotifierOutputWithContext(ctx context.Context) BlackholeAlertNotifierOutput { + return o +} + +func (o BlackholeAlertNotifierOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v *BlackholeAlertNotifier) pulumi.StringOutput { return v.Name }).(pulumi.StringOutput) +} + +func (o BlackholeAlertNotifierOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v *BlackholeAlertNotifier) pulumi.StringOutput { return v.Slug }).(pulumi.StringOutput) +} + +type BlackholeAlertNotifierArrayOutput struct{ *pulumi.OutputState } + +func (BlackholeAlertNotifierArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*BlackholeAlertNotifier)(nil)).Elem() +} + +func (o BlackholeAlertNotifierArrayOutput) ToBlackholeAlertNotifierArrayOutput() BlackholeAlertNotifierArrayOutput { + return o +} + +func (o BlackholeAlertNotifierArrayOutput) ToBlackholeAlertNotifierArrayOutputWithContext(ctx context.Context) BlackholeAlertNotifierArrayOutput { + return o +} + +func (o BlackholeAlertNotifierArrayOutput) Index(i pulumi.IntInput) BlackholeAlertNotifierOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *BlackholeAlertNotifier { + return vs[0].([]*BlackholeAlertNotifier)[vs[1].(int)] + }).(BlackholeAlertNotifierOutput) +} + +type BlackholeAlertNotifierMapOutput struct{ *pulumi.OutputState } + +func (BlackholeAlertNotifierMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*BlackholeAlertNotifier)(nil)).Elem() +} + +func (o BlackholeAlertNotifierMapOutput) ToBlackholeAlertNotifierMapOutput() BlackholeAlertNotifierMapOutput { + return o +} + +func (o BlackholeAlertNotifierMapOutput) ToBlackholeAlertNotifierMapOutputWithContext(ctx context.Context) BlackholeAlertNotifierMapOutput { + return o +} + +func (o BlackholeAlertNotifierMapOutput) MapIndex(k pulumi.StringInput) BlackholeAlertNotifierOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *BlackholeAlertNotifier { + return vs[0].(map[string]*BlackholeAlertNotifier)[vs[1].(string)] + }).(BlackholeAlertNotifierOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*BlackholeAlertNotifierInput)(nil)).Elem(), &BlackholeAlertNotifier{}) + pulumi.RegisterInputType(reflect.TypeOf((*BlackholeAlertNotifierArrayInput)(nil)).Elem(), BlackholeAlertNotifierArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*BlackholeAlertNotifierMapInput)(nil)).Elem(), BlackholeAlertNotifierMap{}) + pulumi.RegisterOutputType(BlackholeAlertNotifierOutput{}) + pulumi.RegisterOutputType(BlackholeAlertNotifierArrayOutput{}) + pulumi.RegisterOutputType(BlackholeAlertNotifierMapOutput{}) +} diff --git a/sdk/go/chronosphere/bucket.go b/sdk/go/chronosphere/bucket.go new file mode 100644 index 00000000..fe3a4f04 --- /dev/null +++ b/sdk/go/chronosphere/bucket.go @@ -0,0 +1,273 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type Bucket struct { + pulumi.CustomResourceState + + Description pulumi.StringPtrOutput `pulumi:"description"` + Labels pulumi.StringMapOutput `pulumi:"labels"` + Name pulumi.StringOutput `pulumi:"name"` + NotificationPolicyData pulumi.StringPtrOutput `pulumi:"notificationPolicyData"` + NotificationPolicyId pulumi.StringPtrOutput `pulumi:"notificationPolicyId"` + NotificationPolicySlug pulumi.StringOutput `pulumi:"notificationPolicySlug"` + Slug pulumi.StringOutput `pulumi:"slug"` + TeamId pulumi.StringPtrOutput `pulumi:"teamId"` +} + +// NewBucket registers a new resource with the given unique name, arguments, and options. +func NewBucket(ctx *pulumi.Context, + name string, args *BucketArgs, opts ...pulumi.ResourceOption) (*Bucket, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.Name == nil { + return nil, errors.New("invalid value for required argument 'Name'") + } + opts = internal.PkgResourceDefaultOpts(opts) + var resource Bucket + err := ctx.RegisterResource("chronosphere:index/bucket:Bucket", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetBucket gets an existing Bucket resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetBucket(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *BucketState, opts ...pulumi.ResourceOption) (*Bucket, error) { + var resource Bucket + err := ctx.ReadResource("chronosphere:index/bucket:Bucket", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering Bucket resources. +type bucketState struct { + Description *string `pulumi:"description"` + Labels map[string]string `pulumi:"labels"` + Name *string `pulumi:"name"` + NotificationPolicyData *string `pulumi:"notificationPolicyData"` + NotificationPolicyId *string `pulumi:"notificationPolicyId"` + NotificationPolicySlug *string `pulumi:"notificationPolicySlug"` + Slug *string `pulumi:"slug"` + TeamId *string `pulumi:"teamId"` +} + +type BucketState struct { + Description pulumi.StringPtrInput + Labels pulumi.StringMapInput + Name pulumi.StringPtrInput + NotificationPolicyData pulumi.StringPtrInput + NotificationPolicyId pulumi.StringPtrInput + NotificationPolicySlug pulumi.StringPtrInput + Slug pulumi.StringPtrInput + TeamId pulumi.StringPtrInput +} + +func (BucketState) ElementType() reflect.Type { + return reflect.TypeOf((*bucketState)(nil)).Elem() +} + +type bucketArgs struct { + Description *string `pulumi:"description"` + Labels map[string]string `pulumi:"labels"` + Name string `pulumi:"name"` + NotificationPolicyData *string `pulumi:"notificationPolicyData"` + NotificationPolicyId *string `pulumi:"notificationPolicyId"` + Slug *string `pulumi:"slug"` + TeamId *string `pulumi:"teamId"` +} + +// The set of arguments for constructing a Bucket resource. +type BucketArgs struct { + Description pulumi.StringPtrInput + Labels pulumi.StringMapInput + Name pulumi.StringInput + NotificationPolicyData pulumi.StringPtrInput + NotificationPolicyId pulumi.StringPtrInput + Slug pulumi.StringPtrInput + TeamId pulumi.StringPtrInput +} + +func (BucketArgs) ElementType() reflect.Type { + return reflect.TypeOf((*bucketArgs)(nil)).Elem() +} + +type BucketInput interface { + pulumi.Input + + ToBucketOutput() BucketOutput + ToBucketOutputWithContext(ctx context.Context) BucketOutput +} + +func (*Bucket) ElementType() reflect.Type { + return reflect.TypeOf((**Bucket)(nil)).Elem() +} + +func (i *Bucket) ToBucketOutput() BucketOutput { + return i.ToBucketOutputWithContext(context.Background()) +} + +func (i *Bucket) ToBucketOutputWithContext(ctx context.Context) BucketOutput { + return pulumi.ToOutputWithContext(ctx, i).(BucketOutput) +} + +// BucketArrayInput is an input type that accepts BucketArray and BucketArrayOutput values. +// You can construct a concrete instance of `BucketArrayInput` via: +// +// BucketArray{ BucketArgs{...} } +type BucketArrayInput interface { + pulumi.Input + + ToBucketArrayOutput() BucketArrayOutput + ToBucketArrayOutputWithContext(context.Context) BucketArrayOutput +} + +type BucketArray []BucketInput + +func (BucketArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*Bucket)(nil)).Elem() +} + +func (i BucketArray) ToBucketArrayOutput() BucketArrayOutput { + return i.ToBucketArrayOutputWithContext(context.Background()) +} + +func (i BucketArray) ToBucketArrayOutputWithContext(ctx context.Context) BucketArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(BucketArrayOutput) +} + +// BucketMapInput is an input type that accepts BucketMap and BucketMapOutput values. +// You can construct a concrete instance of `BucketMapInput` via: +// +// BucketMap{ "key": BucketArgs{...} } +type BucketMapInput interface { + pulumi.Input + + ToBucketMapOutput() BucketMapOutput + ToBucketMapOutputWithContext(context.Context) BucketMapOutput +} + +type BucketMap map[string]BucketInput + +func (BucketMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*Bucket)(nil)).Elem() +} + +func (i BucketMap) ToBucketMapOutput() BucketMapOutput { + return i.ToBucketMapOutputWithContext(context.Background()) +} + +func (i BucketMap) ToBucketMapOutputWithContext(ctx context.Context) BucketMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(BucketMapOutput) +} + +type BucketOutput struct{ *pulumi.OutputState } + +func (BucketOutput) ElementType() reflect.Type { + return reflect.TypeOf((**Bucket)(nil)).Elem() +} + +func (o BucketOutput) ToBucketOutput() BucketOutput { + return o +} + +func (o BucketOutput) ToBucketOutputWithContext(ctx context.Context) BucketOutput { + return o +} + +func (o BucketOutput) Description() pulumi.StringPtrOutput { + return o.ApplyT(func(v *Bucket) pulumi.StringPtrOutput { return v.Description }).(pulumi.StringPtrOutput) +} + +func (o BucketOutput) Labels() pulumi.StringMapOutput { + return o.ApplyT(func(v *Bucket) pulumi.StringMapOutput { return v.Labels }).(pulumi.StringMapOutput) +} + +func (o BucketOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v *Bucket) pulumi.StringOutput { return v.Name }).(pulumi.StringOutput) +} + +func (o BucketOutput) NotificationPolicyData() pulumi.StringPtrOutput { + return o.ApplyT(func(v *Bucket) pulumi.StringPtrOutput { return v.NotificationPolicyData }).(pulumi.StringPtrOutput) +} + +func (o BucketOutput) NotificationPolicyId() pulumi.StringPtrOutput { + return o.ApplyT(func(v *Bucket) pulumi.StringPtrOutput { return v.NotificationPolicyId }).(pulumi.StringPtrOutput) +} + +func (o BucketOutput) NotificationPolicySlug() pulumi.StringOutput { + return o.ApplyT(func(v *Bucket) pulumi.StringOutput { return v.NotificationPolicySlug }).(pulumi.StringOutput) +} + +func (o BucketOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v *Bucket) pulumi.StringOutput { return v.Slug }).(pulumi.StringOutput) +} + +func (o BucketOutput) TeamId() pulumi.StringPtrOutput { + return o.ApplyT(func(v *Bucket) pulumi.StringPtrOutput { return v.TeamId }).(pulumi.StringPtrOutput) +} + +type BucketArrayOutput struct{ *pulumi.OutputState } + +func (BucketArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*Bucket)(nil)).Elem() +} + +func (o BucketArrayOutput) ToBucketArrayOutput() BucketArrayOutput { + return o +} + +func (o BucketArrayOutput) ToBucketArrayOutputWithContext(ctx context.Context) BucketArrayOutput { + return o +} + +func (o BucketArrayOutput) Index(i pulumi.IntInput) BucketOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *Bucket { + return vs[0].([]*Bucket)[vs[1].(int)] + }).(BucketOutput) +} + +type BucketMapOutput struct{ *pulumi.OutputState } + +func (BucketMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*Bucket)(nil)).Elem() +} + +func (o BucketMapOutput) ToBucketMapOutput() BucketMapOutput { + return o +} + +func (o BucketMapOutput) ToBucketMapOutputWithContext(ctx context.Context) BucketMapOutput { + return o +} + +func (o BucketMapOutput) MapIndex(k pulumi.StringInput) BucketOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *Bucket { + return vs[0].(map[string]*Bucket)[vs[1].(string)] + }).(BucketOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*BucketInput)(nil)).Elem(), &Bucket{}) + pulumi.RegisterInputType(reflect.TypeOf((*BucketArrayInput)(nil)).Elem(), BucketArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*BucketMapInput)(nil)).Elem(), BucketMap{}) + pulumi.RegisterOutputType(BucketOutput{}) + pulumi.RegisterOutputType(BucketArrayOutput{}) + pulumi.RegisterOutputType(BucketMapOutput{}) +} diff --git a/sdk/go/chronosphere/bucketDataSource.go b/sdk/go/chronosphere/bucketDataSource.go new file mode 100644 index 00000000..1ee6e8a5 --- /dev/null +++ b/sdk/go/chronosphere/bucketDataSource.go @@ -0,0 +1,103 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +func BucketDataSource(ctx *pulumi.Context, args *BucketDataSourceArgs, opts ...pulumi.InvokeOption) (*BucketDataSourceResult, error) { + opts = internal.PkgInvokeDefaultOpts(opts) + var rv BucketDataSourceResult + err := ctx.Invoke("chronosphere:index/bucketDataSource:BucketDataSource", args, &rv, opts...) + if err != nil { + return nil, err + } + return &rv, nil +} + +// A collection of arguments for invoking BucketDataSource. +type BucketDataSourceArgs struct { + Labels map[string]string `pulumi:"labels"` + Name *string `pulumi:"name"` + Slug *string `pulumi:"slug"` +} + +// A collection of values returned by BucketDataSource. +type BucketDataSourceResult struct { + Description string `pulumi:"description"` + // The provider-assigned unique ID for this managed resource. + Id string `pulumi:"id"` + Labels map[string]string `pulumi:"labels"` + Name *string `pulumi:"name"` + Slug *string `pulumi:"slug"` +} + +func BucketDataSourceOutput(ctx *pulumi.Context, args BucketDataSourceOutputArgs, opts ...pulumi.InvokeOption) BucketDataSourceResultOutput { + return pulumi.ToOutputWithContext(context.Background(), args). + ApplyT(func(v interface{}) (BucketDataSourceResult, error) { + args := v.(BucketDataSourceArgs) + r, err := BucketDataSource(ctx, &args, opts...) + var s BucketDataSourceResult + if r != nil { + s = *r + } + return s, err + }).(BucketDataSourceResultOutput) +} + +// A collection of arguments for invoking BucketDataSource. +type BucketDataSourceOutputArgs struct { + Labels pulumi.StringMapInput `pulumi:"labels"` + Name pulumi.StringPtrInput `pulumi:"name"` + Slug pulumi.StringPtrInput `pulumi:"slug"` +} + +func (BucketDataSourceOutputArgs) ElementType() reflect.Type { + return reflect.TypeOf((*BucketDataSourceArgs)(nil)).Elem() +} + +// A collection of values returned by BucketDataSource. +type BucketDataSourceResultOutput struct{ *pulumi.OutputState } + +func (BucketDataSourceResultOutput) ElementType() reflect.Type { + return reflect.TypeOf((*BucketDataSourceResult)(nil)).Elem() +} + +func (o BucketDataSourceResultOutput) ToBucketDataSourceResultOutput() BucketDataSourceResultOutput { + return o +} + +func (o BucketDataSourceResultOutput) ToBucketDataSourceResultOutputWithContext(ctx context.Context) BucketDataSourceResultOutput { + return o +} + +func (o BucketDataSourceResultOutput) Description() pulumi.StringOutput { + return o.ApplyT(func(v BucketDataSourceResult) string { return v.Description }).(pulumi.StringOutput) +} + +// The provider-assigned unique ID for this managed resource. +func (o BucketDataSourceResultOutput) Id() pulumi.StringOutput { + return o.ApplyT(func(v BucketDataSourceResult) string { return v.Id }).(pulumi.StringOutput) +} + +func (o BucketDataSourceResultOutput) Labels() pulumi.StringMapOutput { + return o.ApplyT(func(v BucketDataSourceResult) map[string]string { return v.Labels }).(pulumi.StringMapOutput) +} + +func (o BucketDataSourceResultOutput) Name() pulumi.StringPtrOutput { + return o.ApplyT(func(v BucketDataSourceResult) *string { return v.Name }).(pulumi.StringPtrOutput) +} + +func (o BucketDataSourceResultOutput) Slug() pulumi.StringPtrOutput { + return o.ApplyT(func(v BucketDataSourceResult) *string { return v.Slug }).(pulumi.StringPtrOutput) +} + +func init() { + pulumi.RegisterOutputType(BucketDataSourceResultOutput{}) +} diff --git a/sdk/go/chronosphere/classicDashboard.go b/sdk/go/chronosphere/classicDashboard.go new file mode 100644 index 00000000..20f2558b --- /dev/null +++ b/sdk/go/chronosphere/classicDashboard.go @@ -0,0 +1,230 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type ClassicDashboard struct { + pulumi.CustomResourceState + + BucketId pulumi.StringPtrOutput `pulumi:"bucketId"` + CollectionId pulumi.StringPtrOutput `pulumi:"collectionId"` + DashboardJson pulumi.StringOutput `pulumi:"dashboardJson"` +} + +// NewClassicDashboard registers a new resource with the given unique name, arguments, and options. +func NewClassicDashboard(ctx *pulumi.Context, + name string, args *ClassicDashboardArgs, opts ...pulumi.ResourceOption) (*ClassicDashboard, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.DashboardJson == nil { + return nil, errors.New("invalid value for required argument 'DashboardJson'") + } + opts = internal.PkgResourceDefaultOpts(opts) + var resource ClassicDashboard + err := ctx.RegisterResource("chronosphere:index/classicDashboard:ClassicDashboard", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetClassicDashboard gets an existing ClassicDashboard resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetClassicDashboard(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *ClassicDashboardState, opts ...pulumi.ResourceOption) (*ClassicDashboard, error) { + var resource ClassicDashboard + err := ctx.ReadResource("chronosphere:index/classicDashboard:ClassicDashboard", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering ClassicDashboard resources. +type classicDashboardState struct { + BucketId *string `pulumi:"bucketId"` + CollectionId *string `pulumi:"collectionId"` + DashboardJson *string `pulumi:"dashboardJson"` +} + +type ClassicDashboardState struct { + BucketId pulumi.StringPtrInput + CollectionId pulumi.StringPtrInput + DashboardJson pulumi.StringPtrInput +} + +func (ClassicDashboardState) ElementType() reflect.Type { + return reflect.TypeOf((*classicDashboardState)(nil)).Elem() +} + +type classicDashboardArgs struct { + BucketId *string `pulumi:"bucketId"` + CollectionId *string `pulumi:"collectionId"` + DashboardJson string `pulumi:"dashboardJson"` +} + +// The set of arguments for constructing a ClassicDashboard resource. +type ClassicDashboardArgs struct { + BucketId pulumi.StringPtrInput + CollectionId pulumi.StringPtrInput + DashboardJson pulumi.StringInput +} + +func (ClassicDashboardArgs) ElementType() reflect.Type { + return reflect.TypeOf((*classicDashboardArgs)(nil)).Elem() +} + +type ClassicDashboardInput interface { + pulumi.Input + + ToClassicDashboardOutput() ClassicDashboardOutput + ToClassicDashboardOutputWithContext(ctx context.Context) ClassicDashboardOutput +} + +func (*ClassicDashboard) ElementType() reflect.Type { + return reflect.TypeOf((**ClassicDashboard)(nil)).Elem() +} + +func (i *ClassicDashboard) ToClassicDashboardOutput() ClassicDashboardOutput { + return i.ToClassicDashboardOutputWithContext(context.Background()) +} + +func (i *ClassicDashboard) ToClassicDashboardOutputWithContext(ctx context.Context) ClassicDashboardOutput { + return pulumi.ToOutputWithContext(ctx, i).(ClassicDashboardOutput) +} + +// ClassicDashboardArrayInput is an input type that accepts ClassicDashboardArray and ClassicDashboardArrayOutput values. +// You can construct a concrete instance of `ClassicDashboardArrayInput` via: +// +// ClassicDashboardArray{ ClassicDashboardArgs{...} } +type ClassicDashboardArrayInput interface { + pulumi.Input + + ToClassicDashboardArrayOutput() ClassicDashboardArrayOutput + ToClassicDashboardArrayOutputWithContext(context.Context) ClassicDashboardArrayOutput +} + +type ClassicDashboardArray []ClassicDashboardInput + +func (ClassicDashboardArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*ClassicDashboard)(nil)).Elem() +} + +func (i ClassicDashboardArray) ToClassicDashboardArrayOutput() ClassicDashboardArrayOutput { + return i.ToClassicDashboardArrayOutputWithContext(context.Background()) +} + +func (i ClassicDashboardArray) ToClassicDashboardArrayOutputWithContext(ctx context.Context) ClassicDashboardArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(ClassicDashboardArrayOutput) +} + +// ClassicDashboardMapInput is an input type that accepts ClassicDashboardMap and ClassicDashboardMapOutput values. +// You can construct a concrete instance of `ClassicDashboardMapInput` via: +// +// ClassicDashboardMap{ "key": ClassicDashboardArgs{...} } +type ClassicDashboardMapInput interface { + pulumi.Input + + ToClassicDashboardMapOutput() ClassicDashboardMapOutput + ToClassicDashboardMapOutputWithContext(context.Context) ClassicDashboardMapOutput +} + +type ClassicDashboardMap map[string]ClassicDashboardInput + +func (ClassicDashboardMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*ClassicDashboard)(nil)).Elem() +} + +func (i ClassicDashboardMap) ToClassicDashboardMapOutput() ClassicDashboardMapOutput { + return i.ToClassicDashboardMapOutputWithContext(context.Background()) +} + +func (i ClassicDashboardMap) ToClassicDashboardMapOutputWithContext(ctx context.Context) ClassicDashboardMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(ClassicDashboardMapOutput) +} + +type ClassicDashboardOutput struct{ *pulumi.OutputState } + +func (ClassicDashboardOutput) ElementType() reflect.Type { + return reflect.TypeOf((**ClassicDashboard)(nil)).Elem() +} + +func (o ClassicDashboardOutput) ToClassicDashboardOutput() ClassicDashboardOutput { + return o +} + +func (o ClassicDashboardOutput) ToClassicDashboardOutputWithContext(ctx context.Context) ClassicDashboardOutput { + return o +} + +func (o ClassicDashboardOutput) BucketId() pulumi.StringPtrOutput { + return o.ApplyT(func(v *ClassicDashboard) pulumi.StringPtrOutput { return v.BucketId }).(pulumi.StringPtrOutput) +} + +func (o ClassicDashboardOutput) CollectionId() pulumi.StringPtrOutput { + return o.ApplyT(func(v *ClassicDashboard) pulumi.StringPtrOutput { return v.CollectionId }).(pulumi.StringPtrOutput) +} + +func (o ClassicDashboardOutput) DashboardJson() pulumi.StringOutput { + return o.ApplyT(func(v *ClassicDashboard) pulumi.StringOutput { return v.DashboardJson }).(pulumi.StringOutput) +} + +type ClassicDashboardArrayOutput struct{ *pulumi.OutputState } + +func (ClassicDashboardArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*ClassicDashboard)(nil)).Elem() +} + +func (o ClassicDashboardArrayOutput) ToClassicDashboardArrayOutput() ClassicDashboardArrayOutput { + return o +} + +func (o ClassicDashboardArrayOutput) ToClassicDashboardArrayOutputWithContext(ctx context.Context) ClassicDashboardArrayOutput { + return o +} + +func (o ClassicDashboardArrayOutput) Index(i pulumi.IntInput) ClassicDashboardOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *ClassicDashboard { + return vs[0].([]*ClassicDashboard)[vs[1].(int)] + }).(ClassicDashboardOutput) +} + +type ClassicDashboardMapOutput struct{ *pulumi.OutputState } + +func (ClassicDashboardMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*ClassicDashboard)(nil)).Elem() +} + +func (o ClassicDashboardMapOutput) ToClassicDashboardMapOutput() ClassicDashboardMapOutput { + return o +} + +func (o ClassicDashboardMapOutput) ToClassicDashboardMapOutputWithContext(ctx context.Context) ClassicDashboardMapOutput { + return o +} + +func (o ClassicDashboardMapOutput) MapIndex(k pulumi.StringInput) ClassicDashboardOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *ClassicDashboard { + return vs[0].(map[string]*ClassicDashboard)[vs[1].(string)] + }).(ClassicDashboardOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*ClassicDashboardInput)(nil)).Elem(), &ClassicDashboard{}) + pulumi.RegisterInputType(reflect.TypeOf((*ClassicDashboardArrayInput)(nil)).Elem(), ClassicDashboardArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*ClassicDashboardMapInput)(nil)).Elem(), ClassicDashboardMap{}) + pulumi.RegisterOutputType(ClassicDashboardOutput{}) + pulumi.RegisterOutputType(ClassicDashboardArrayOutput{}) + pulumi.RegisterOutputType(ClassicDashboardMapOutput{}) +} diff --git a/sdk/go/chronosphere/collection.go b/sdk/go/chronosphere/collection.go new file mode 100644 index 00000000..53412c95 --- /dev/null +++ b/sdk/go/chronosphere/collection.go @@ -0,0 +1,248 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type Collection struct { + pulumi.CustomResourceState + + Description pulumi.StringPtrOutput `pulumi:"description"` + Name pulumi.StringOutput `pulumi:"name"` + NotificationPolicyId pulumi.StringPtrOutput `pulumi:"notificationPolicyId"` + Slug pulumi.StringOutput `pulumi:"slug"` + TeamId pulumi.StringPtrOutput `pulumi:"teamId"` +} + +// NewCollection registers a new resource with the given unique name, arguments, and options. +func NewCollection(ctx *pulumi.Context, + name string, args *CollectionArgs, opts ...pulumi.ResourceOption) (*Collection, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.Name == nil { + return nil, errors.New("invalid value for required argument 'Name'") + } + opts = internal.PkgResourceDefaultOpts(opts) + var resource Collection + err := ctx.RegisterResource("chronosphere:index/collection:Collection", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetCollection gets an existing Collection resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetCollection(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *CollectionState, opts ...pulumi.ResourceOption) (*Collection, error) { + var resource Collection + err := ctx.ReadResource("chronosphere:index/collection:Collection", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering Collection resources. +type collectionState struct { + Description *string `pulumi:"description"` + Name *string `pulumi:"name"` + NotificationPolicyId *string `pulumi:"notificationPolicyId"` + Slug *string `pulumi:"slug"` + TeamId *string `pulumi:"teamId"` +} + +type CollectionState struct { + Description pulumi.StringPtrInput + Name pulumi.StringPtrInput + NotificationPolicyId pulumi.StringPtrInput + Slug pulumi.StringPtrInput + TeamId pulumi.StringPtrInput +} + +func (CollectionState) ElementType() reflect.Type { + return reflect.TypeOf((*collectionState)(nil)).Elem() +} + +type collectionArgs struct { + Description *string `pulumi:"description"` + Name string `pulumi:"name"` + NotificationPolicyId *string `pulumi:"notificationPolicyId"` + Slug *string `pulumi:"slug"` + TeamId *string `pulumi:"teamId"` +} + +// The set of arguments for constructing a Collection resource. +type CollectionArgs struct { + Description pulumi.StringPtrInput + Name pulumi.StringInput + NotificationPolicyId pulumi.StringPtrInput + Slug pulumi.StringPtrInput + TeamId pulumi.StringPtrInput +} + +func (CollectionArgs) ElementType() reflect.Type { + return reflect.TypeOf((*collectionArgs)(nil)).Elem() +} + +type CollectionInput interface { + pulumi.Input + + ToCollectionOutput() CollectionOutput + ToCollectionOutputWithContext(ctx context.Context) CollectionOutput +} + +func (*Collection) ElementType() reflect.Type { + return reflect.TypeOf((**Collection)(nil)).Elem() +} + +func (i *Collection) ToCollectionOutput() CollectionOutput { + return i.ToCollectionOutputWithContext(context.Background()) +} + +func (i *Collection) ToCollectionOutputWithContext(ctx context.Context) CollectionOutput { + return pulumi.ToOutputWithContext(ctx, i).(CollectionOutput) +} + +// CollectionArrayInput is an input type that accepts CollectionArray and CollectionArrayOutput values. +// You can construct a concrete instance of `CollectionArrayInput` via: +// +// CollectionArray{ CollectionArgs{...} } +type CollectionArrayInput interface { + pulumi.Input + + ToCollectionArrayOutput() CollectionArrayOutput + ToCollectionArrayOutputWithContext(context.Context) CollectionArrayOutput +} + +type CollectionArray []CollectionInput + +func (CollectionArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*Collection)(nil)).Elem() +} + +func (i CollectionArray) ToCollectionArrayOutput() CollectionArrayOutput { + return i.ToCollectionArrayOutputWithContext(context.Background()) +} + +func (i CollectionArray) ToCollectionArrayOutputWithContext(ctx context.Context) CollectionArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(CollectionArrayOutput) +} + +// CollectionMapInput is an input type that accepts CollectionMap and CollectionMapOutput values. +// You can construct a concrete instance of `CollectionMapInput` via: +// +// CollectionMap{ "key": CollectionArgs{...} } +type CollectionMapInput interface { + pulumi.Input + + ToCollectionMapOutput() CollectionMapOutput + ToCollectionMapOutputWithContext(context.Context) CollectionMapOutput +} + +type CollectionMap map[string]CollectionInput + +func (CollectionMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*Collection)(nil)).Elem() +} + +func (i CollectionMap) ToCollectionMapOutput() CollectionMapOutput { + return i.ToCollectionMapOutputWithContext(context.Background()) +} + +func (i CollectionMap) ToCollectionMapOutputWithContext(ctx context.Context) CollectionMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(CollectionMapOutput) +} + +type CollectionOutput struct{ *pulumi.OutputState } + +func (CollectionOutput) ElementType() reflect.Type { + return reflect.TypeOf((**Collection)(nil)).Elem() +} + +func (o CollectionOutput) ToCollectionOutput() CollectionOutput { + return o +} + +func (o CollectionOutput) ToCollectionOutputWithContext(ctx context.Context) CollectionOutput { + return o +} + +func (o CollectionOutput) Description() pulumi.StringPtrOutput { + return o.ApplyT(func(v *Collection) pulumi.StringPtrOutput { return v.Description }).(pulumi.StringPtrOutput) +} + +func (o CollectionOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v *Collection) pulumi.StringOutput { return v.Name }).(pulumi.StringOutput) +} + +func (o CollectionOutput) NotificationPolicyId() pulumi.StringPtrOutput { + return o.ApplyT(func(v *Collection) pulumi.StringPtrOutput { return v.NotificationPolicyId }).(pulumi.StringPtrOutput) +} + +func (o CollectionOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v *Collection) pulumi.StringOutput { return v.Slug }).(pulumi.StringOutput) +} + +func (o CollectionOutput) TeamId() pulumi.StringPtrOutput { + return o.ApplyT(func(v *Collection) pulumi.StringPtrOutput { return v.TeamId }).(pulumi.StringPtrOutput) +} + +type CollectionArrayOutput struct{ *pulumi.OutputState } + +func (CollectionArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*Collection)(nil)).Elem() +} + +func (o CollectionArrayOutput) ToCollectionArrayOutput() CollectionArrayOutput { + return o +} + +func (o CollectionArrayOutput) ToCollectionArrayOutputWithContext(ctx context.Context) CollectionArrayOutput { + return o +} + +func (o CollectionArrayOutput) Index(i pulumi.IntInput) CollectionOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *Collection { + return vs[0].([]*Collection)[vs[1].(int)] + }).(CollectionOutput) +} + +type CollectionMapOutput struct{ *pulumi.OutputState } + +func (CollectionMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*Collection)(nil)).Elem() +} + +func (o CollectionMapOutput) ToCollectionMapOutput() CollectionMapOutput { + return o +} + +func (o CollectionMapOutput) ToCollectionMapOutputWithContext(ctx context.Context) CollectionMapOutput { + return o +} + +func (o CollectionMapOutput) MapIndex(k pulumi.StringInput) CollectionOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *Collection { + return vs[0].(map[string]*Collection)[vs[1].(string)] + }).(CollectionOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*CollectionInput)(nil)).Elem(), &Collection{}) + pulumi.RegisterInputType(reflect.TypeOf((*CollectionArrayInput)(nil)).Elem(), CollectionArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*CollectionMapInput)(nil)).Elem(), CollectionMap{}) + pulumi.RegisterOutputType(CollectionOutput{}) + pulumi.RegisterOutputType(CollectionArrayOutput{}) + pulumi.RegisterOutputType(CollectionMapOutput{}) +} diff --git a/sdk/go/chronosphere/config/config.go b/sdk/go/chronosphere/config/config.go new file mode 100644 index 00000000..be077586 --- /dev/null +++ b/sdk/go/chronosphere/config/config.go @@ -0,0 +1,41 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package config + +import ( + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi/config" +) + +var _ = internal.GetEnvOrDefault + +func GetApiToken(ctx *pulumi.Context) string { + v, err := config.Try(ctx, "chronosphere:apiToken") + if err == nil { + return v + } + var value string + if d := internal.GetEnvOrDefault(nil, nil, "CHRONOSPHERE_API_TOKEN"); d != nil { + value = d.(string) + } + return value +} +func GetEntityNamespace(ctx *pulumi.Context) string { + return config.Get(ctx, "chronosphere:entityNamespace") +} +func GetOrg(ctx *pulumi.Context) string { + v, err := config.Try(ctx, "chronosphere:org") + if err == nil { + return v + } + var value string + if d := internal.GetEnvOrDefault(nil, nil, "CHRONOSPHERE_ORG", "CHRONOSPHERE_ORG_NAME"); d != nil { + value = d.(string) + } + return value +} +func GetUnstable(ctx *pulumi.Context) bool { + return config.GetBool(ctx, "chronosphere:unstable") +} diff --git a/sdk/go/chronosphere/dashboard.go b/sdk/go/chronosphere/dashboard.go new file mode 100644 index 00000000..690e7d01 --- /dev/null +++ b/sdk/go/chronosphere/dashboard.go @@ -0,0 +1,230 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type Dashboard struct { + pulumi.CustomResourceState + + CollectionId pulumi.StringPtrOutput `pulumi:"collectionId"` + DashboardJson pulumi.StringOutput `pulumi:"dashboardJson"` + Slug pulumi.StringOutput `pulumi:"slug"` +} + +// NewDashboard registers a new resource with the given unique name, arguments, and options. +func NewDashboard(ctx *pulumi.Context, + name string, args *DashboardArgs, opts ...pulumi.ResourceOption) (*Dashboard, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.DashboardJson == nil { + return nil, errors.New("invalid value for required argument 'DashboardJson'") + } + opts = internal.PkgResourceDefaultOpts(opts) + var resource Dashboard + err := ctx.RegisterResource("chronosphere:index/dashboard:Dashboard", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetDashboard gets an existing Dashboard resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetDashboard(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *DashboardState, opts ...pulumi.ResourceOption) (*Dashboard, error) { + var resource Dashboard + err := ctx.ReadResource("chronosphere:index/dashboard:Dashboard", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering Dashboard resources. +type dashboardState struct { + CollectionId *string `pulumi:"collectionId"` + DashboardJson *string `pulumi:"dashboardJson"` + Slug *string `pulumi:"slug"` +} + +type DashboardState struct { + CollectionId pulumi.StringPtrInput + DashboardJson pulumi.StringPtrInput + Slug pulumi.StringPtrInput +} + +func (DashboardState) ElementType() reflect.Type { + return reflect.TypeOf((*dashboardState)(nil)).Elem() +} + +type dashboardArgs struct { + CollectionId *string `pulumi:"collectionId"` + DashboardJson string `pulumi:"dashboardJson"` + Slug *string `pulumi:"slug"` +} + +// The set of arguments for constructing a Dashboard resource. +type DashboardArgs struct { + CollectionId pulumi.StringPtrInput + DashboardJson pulumi.StringInput + Slug pulumi.StringPtrInput +} + +func (DashboardArgs) ElementType() reflect.Type { + return reflect.TypeOf((*dashboardArgs)(nil)).Elem() +} + +type DashboardInput interface { + pulumi.Input + + ToDashboardOutput() DashboardOutput + ToDashboardOutputWithContext(ctx context.Context) DashboardOutput +} + +func (*Dashboard) ElementType() reflect.Type { + return reflect.TypeOf((**Dashboard)(nil)).Elem() +} + +func (i *Dashboard) ToDashboardOutput() DashboardOutput { + return i.ToDashboardOutputWithContext(context.Background()) +} + +func (i *Dashboard) ToDashboardOutputWithContext(ctx context.Context) DashboardOutput { + return pulumi.ToOutputWithContext(ctx, i).(DashboardOutput) +} + +// DashboardArrayInput is an input type that accepts DashboardArray and DashboardArrayOutput values. +// You can construct a concrete instance of `DashboardArrayInput` via: +// +// DashboardArray{ DashboardArgs{...} } +type DashboardArrayInput interface { + pulumi.Input + + ToDashboardArrayOutput() DashboardArrayOutput + ToDashboardArrayOutputWithContext(context.Context) DashboardArrayOutput +} + +type DashboardArray []DashboardInput + +func (DashboardArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*Dashboard)(nil)).Elem() +} + +func (i DashboardArray) ToDashboardArrayOutput() DashboardArrayOutput { + return i.ToDashboardArrayOutputWithContext(context.Background()) +} + +func (i DashboardArray) ToDashboardArrayOutputWithContext(ctx context.Context) DashboardArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(DashboardArrayOutput) +} + +// DashboardMapInput is an input type that accepts DashboardMap and DashboardMapOutput values. +// You can construct a concrete instance of `DashboardMapInput` via: +// +// DashboardMap{ "key": DashboardArgs{...} } +type DashboardMapInput interface { + pulumi.Input + + ToDashboardMapOutput() DashboardMapOutput + ToDashboardMapOutputWithContext(context.Context) DashboardMapOutput +} + +type DashboardMap map[string]DashboardInput + +func (DashboardMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*Dashboard)(nil)).Elem() +} + +func (i DashboardMap) ToDashboardMapOutput() DashboardMapOutput { + return i.ToDashboardMapOutputWithContext(context.Background()) +} + +func (i DashboardMap) ToDashboardMapOutputWithContext(ctx context.Context) DashboardMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(DashboardMapOutput) +} + +type DashboardOutput struct{ *pulumi.OutputState } + +func (DashboardOutput) ElementType() reflect.Type { + return reflect.TypeOf((**Dashboard)(nil)).Elem() +} + +func (o DashboardOutput) ToDashboardOutput() DashboardOutput { + return o +} + +func (o DashboardOutput) ToDashboardOutputWithContext(ctx context.Context) DashboardOutput { + return o +} + +func (o DashboardOutput) CollectionId() pulumi.StringPtrOutput { + return o.ApplyT(func(v *Dashboard) pulumi.StringPtrOutput { return v.CollectionId }).(pulumi.StringPtrOutput) +} + +func (o DashboardOutput) DashboardJson() pulumi.StringOutput { + return o.ApplyT(func(v *Dashboard) pulumi.StringOutput { return v.DashboardJson }).(pulumi.StringOutput) +} + +func (o DashboardOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v *Dashboard) pulumi.StringOutput { return v.Slug }).(pulumi.StringOutput) +} + +type DashboardArrayOutput struct{ *pulumi.OutputState } + +func (DashboardArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*Dashboard)(nil)).Elem() +} + +func (o DashboardArrayOutput) ToDashboardArrayOutput() DashboardArrayOutput { + return o +} + +func (o DashboardArrayOutput) ToDashboardArrayOutputWithContext(ctx context.Context) DashboardArrayOutput { + return o +} + +func (o DashboardArrayOutput) Index(i pulumi.IntInput) DashboardOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *Dashboard { + return vs[0].([]*Dashboard)[vs[1].(int)] + }).(DashboardOutput) +} + +type DashboardMapOutput struct{ *pulumi.OutputState } + +func (DashboardMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*Dashboard)(nil)).Elem() +} + +func (o DashboardMapOutput) ToDashboardMapOutput() DashboardMapOutput { + return o +} + +func (o DashboardMapOutput) ToDashboardMapOutputWithContext(ctx context.Context) DashboardMapOutput { + return o +} + +func (o DashboardMapOutput) MapIndex(k pulumi.StringInput) DashboardOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *Dashboard { + return vs[0].(map[string]*Dashboard)[vs[1].(string)] + }).(DashboardOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*DashboardInput)(nil)).Elem(), &Dashboard{}) + pulumi.RegisterInputType(reflect.TypeOf((*DashboardArrayInput)(nil)).Elem(), DashboardArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*DashboardMapInput)(nil)).Elem(), DashboardMap{}) + pulumi.RegisterOutputType(DashboardOutput{}) + pulumi.RegisterOutputType(DashboardArrayOutput{}) + pulumi.RegisterOutputType(DashboardMapOutput{}) +} diff --git a/sdk/go/chronosphere/derivedLabel.go b/sdk/go/chronosphere/derivedLabel.go new file mode 100644 index 00000000..a124cefb --- /dev/null +++ b/sdk/go/chronosphere/derivedLabel.go @@ -0,0 +1,263 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type DerivedLabel struct { + pulumi.CustomResourceState + + Description pulumi.StringPtrOutput `pulumi:"description"` + ExistingLabelPolicy pulumi.StringPtrOutput `pulumi:"existingLabelPolicy"` + LabelName pulumi.StringOutput `pulumi:"labelName"` + MetricLabel DerivedLabelMetricLabelOutput `pulumi:"metricLabel"` + Name pulumi.StringOutput `pulumi:"name"` + Slug pulumi.StringOutput `pulumi:"slug"` +} + +// NewDerivedLabel registers a new resource with the given unique name, arguments, and options. +func NewDerivedLabel(ctx *pulumi.Context, + name string, args *DerivedLabelArgs, opts ...pulumi.ResourceOption) (*DerivedLabel, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.LabelName == nil { + return nil, errors.New("invalid value for required argument 'LabelName'") + } + if args.MetricLabel == nil { + return nil, errors.New("invalid value for required argument 'MetricLabel'") + } + if args.Name == nil { + return nil, errors.New("invalid value for required argument 'Name'") + } + opts = internal.PkgResourceDefaultOpts(opts) + var resource DerivedLabel + err := ctx.RegisterResource("chronosphere:index/derivedLabel:DerivedLabel", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetDerivedLabel gets an existing DerivedLabel resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetDerivedLabel(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *DerivedLabelState, opts ...pulumi.ResourceOption) (*DerivedLabel, error) { + var resource DerivedLabel + err := ctx.ReadResource("chronosphere:index/derivedLabel:DerivedLabel", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering DerivedLabel resources. +type derivedLabelState struct { + Description *string `pulumi:"description"` + ExistingLabelPolicy *string `pulumi:"existingLabelPolicy"` + LabelName *string `pulumi:"labelName"` + MetricLabel *DerivedLabelMetricLabel `pulumi:"metricLabel"` + Name *string `pulumi:"name"` + Slug *string `pulumi:"slug"` +} + +type DerivedLabelState struct { + Description pulumi.StringPtrInput + ExistingLabelPolicy pulumi.StringPtrInput + LabelName pulumi.StringPtrInput + MetricLabel DerivedLabelMetricLabelPtrInput + Name pulumi.StringPtrInput + Slug pulumi.StringPtrInput +} + +func (DerivedLabelState) ElementType() reflect.Type { + return reflect.TypeOf((*derivedLabelState)(nil)).Elem() +} + +type derivedLabelArgs struct { + Description *string `pulumi:"description"` + ExistingLabelPolicy *string `pulumi:"existingLabelPolicy"` + LabelName string `pulumi:"labelName"` + MetricLabel DerivedLabelMetricLabel `pulumi:"metricLabel"` + Name string `pulumi:"name"` + Slug *string `pulumi:"slug"` +} + +// The set of arguments for constructing a DerivedLabel resource. +type DerivedLabelArgs struct { + Description pulumi.StringPtrInput + ExistingLabelPolicy pulumi.StringPtrInput + LabelName pulumi.StringInput + MetricLabel DerivedLabelMetricLabelInput + Name pulumi.StringInput + Slug pulumi.StringPtrInput +} + +func (DerivedLabelArgs) ElementType() reflect.Type { + return reflect.TypeOf((*derivedLabelArgs)(nil)).Elem() +} + +type DerivedLabelInput interface { + pulumi.Input + + ToDerivedLabelOutput() DerivedLabelOutput + ToDerivedLabelOutputWithContext(ctx context.Context) DerivedLabelOutput +} + +func (*DerivedLabel) ElementType() reflect.Type { + return reflect.TypeOf((**DerivedLabel)(nil)).Elem() +} + +func (i *DerivedLabel) ToDerivedLabelOutput() DerivedLabelOutput { + return i.ToDerivedLabelOutputWithContext(context.Background()) +} + +func (i *DerivedLabel) ToDerivedLabelOutputWithContext(ctx context.Context) DerivedLabelOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelOutput) +} + +// DerivedLabelArrayInput is an input type that accepts DerivedLabelArray and DerivedLabelArrayOutput values. +// You can construct a concrete instance of `DerivedLabelArrayInput` via: +// +// DerivedLabelArray{ DerivedLabelArgs{...} } +type DerivedLabelArrayInput interface { + pulumi.Input + + ToDerivedLabelArrayOutput() DerivedLabelArrayOutput + ToDerivedLabelArrayOutputWithContext(context.Context) DerivedLabelArrayOutput +} + +type DerivedLabelArray []DerivedLabelInput + +func (DerivedLabelArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*DerivedLabel)(nil)).Elem() +} + +func (i DerivedLabelArray) ToDerivedLabelArrayOutput() DerivedLabelArrayOutput { + return i.ToDerivedLabelArrayOutputWithContext(context.Background()) +} + +func (i DerivedLabelArray) ToDerivedLabelArrayOutputWithContext(ctx context.Context) DerivedLabelArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelArrayOutput) +} + +// DerivedLabelMapInput is an input type that accepts DerivedLabelMap and DerivedLabelMapOutput values. +// You can construct a concrete instance of `DerivedLabelMapInput` via: +// +// DerivedLabelMap{ "key": DerivedLabelArgs{...} } +type DerivedLabelMapInput interface { + pulumi.Input + + ToDerivedLabelMapOutput() DerivedLabelMapOutput + ToDerivedLabelMapOutputWithContext(context.Context) DerivedLabelMapOutput +} + +type DerivedLabelMap map[string]DerivedLabelInput + +func (DerivedLabelMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*DerivedLabel)(nil)).Elem() +} + +func (i DerivedLabelMap) ToDerivedLabelMapOutput() DerivedLabelMapOutput { + return i.ToDerivedLabelMapOutputWithContext(context.Background()) +} + +func (i DerivedLabelMap) ToDerivedLabelMapOutputWithContext(ctx context.Context) DerivedLabelMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelMapOutput) +} + +type DerivedLabelOutput struct{ *pulumi.OutputState } + +func (DerivedLabelOutput) ElementType() reflect.Type { + return reflect.TypeOf((**DerivedLabel)(nil)).Elem() +} + +func (o DerivedLabelOutput) ToDerivedLabelOutput() DerivedLabelOutput { + return o +} + +func (o DerivedLabelOutput) ToDerivedLabelOutputWithContext(ctx context.Context) DerivedLabelOutput { + return o +} + +func (o DerivedLabelOutput) Description() pulumi.StringPtrOutput { + return o.ApplyT(func(v *DerivedLabel) pulumi.StringPtrOutput { return v.Description }).(pulumi.StringPtrOutput) +} + +func (o DerivedLabelOutput) ExistingLabelPolicy() pulumi.StringPtrOutput { + return o.ApplyT(func(v *DerivedLabel) pulumi.StringPtrOutput { return v.ExistingLabelPolicy }).(pulumi.StringPtrOutput) +} + +func (o DerivedLabelOutput) LabelName() pulumi.StringOutput { + return o.ApplyT(func(v *DerivedLabel) pulumi.StringOutput { return v.LabelName }).(pulumi.StringOutput) +} + +func (o DerivedLabelOutput) MetricLabel() DerivedLabelMetricLabelOutput { + return o.ApplyT(func(v *DerivedLabel) DerivedLabelMetricLabelOutput { return v.MetricLabel }).(DerivedLabelMetricLabelOutput) +} + +func (o DerivedLabelOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v *DerivedLabel) pulumi.StringOutput { return v.Name }).(pulumi.StringOutput) +} + +func (o DerivedLabelOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v *DerivedLabel) pulumi.StringOutput { return v.Slug }).(pulumi.StringOutput) +} + +type DerivedLabelArrayOutput struct{ *pulumi.OutputState } + +func (DerivedLabelArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*DerivedLabel)(nil)).Elem() +} + +func (o DerivedLabelArrayOutput) ToDerivedLabelArrayOutput() DerivedLabelArrayOutput { + return o +} + +func (o DerivedLabelArrayOutput) ToDerivedLabelArrayOutputWithContext(ctx context.Context) DerivedLabelArrayOutput { + return o +} + +func (o DerivedLabelArrayOutput) Index(i pulumi.IntInput) DerivedLabelOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *DerivedLabel { + return vs[0].([]*DerivedLabel)[vs[1].(int)] + }).(DerivedLabelOutput) +} + +type DerivedLabelMapOutput struct{ *pulumi.OutputState } + +func (DerivedLabelMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*DerivedLabel)(nil)).Elem() +} + +func (o DerivedLabelMapOutput) ToDerivedLabelMapOutput() DerivedLabelMapOutput { + return o +} + +func (o DerivedLabelMapOutput) ToDerivedLabelMapOutputWithContext(ctx context.Context) DerivedLabelMapOutput { + return o +} + +func (o DerivedLabelMapOutput) MapIndex(k pulumi.StringInput) DerivedLabelOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *DerivedLabel { + return vs[0].(map[string]*DerivedLabel)[vs[1].(string)] + }).(DerivedLabelOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*DerivedLabelInput)(nil)).Elem(), &DerivedLabel{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedLabelArrayInput)(nil)).Elem(), DerivedLabelArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedLabelMapInput)(nil)).Elem(), DerivedLabelMap{}) + pulumi.RegisterOutputType(DerivedLabelOutput{}) + pulumi.RegisterOutputType(DerivedLabelArrayOutput{}) + pulumi.RegisterOutputType(DerivedLabelMapOutput{}) +} diff --git a/sdk/go/chronosphere/derivedMetric.go b/sdk/go/chronosphere/derivedMetric.go new file mode 100644 index 00000000..6da1a6a8 --- /dev/null +++ b/sdk/go/chronosphere/derivedMetric.go @@ -0,0 +1,254 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type DerivedMetric struct { + pulumi.CustomResourceState + + Description pulumi.StringPtrOutput `pulumi:"description"` + MetricName pulumi.StringOutput `pulumi:"metricName"` + Name pulumi.StringOutput `pulumi:"name"` + Queries DerivedMetricQueryArrayOutput `pulumi:"queries"` + Slug pulumi.StringOutput `pulumi:"slug"` +} + +// NewDerivedMetric registers a new resource with the given unique name, arguments, and options. +func NewDerivedMetric(ctx *pulumi.Context, + name string, args *DerivedMetricArgs, opts ...pulumi.ResourceOption) (*DerivedMetric, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.MetricName == nil { + return nil, errors.New("invalid value for required argument 'MetricName'") + } + if args.Name == nil { + return nil, errors.New("invalid value for required argument 'Name'") + } + if args.Queries == nil { + return nil, errors.New("invalid value for required argument 'Queries'") + } + opts = internal.PkgResourceDefaultOpts(opts) + var resource DerivedMetric + err := ctx.RegisterResource("chronosphere:index/derivedMetric:DerivedMetric", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetDerivedMetric gets an existing DerivedMetric resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetDerivedMetric(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *DerivedMetricState, opts ...pulumi.ResourceOption) (*DerivedMetric, error) { + var resource DerivedMetric + err := ctx.ReadResource("chronosphere:index/derivedMetric:DerivedMetric", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering DerivedMetric resources. +type derivedMetricState struct { + Description *string `pulumi:"description"` + MetricName *string `pulumi:"metricName"` + Name *string `pulumi:"name"` + Queries []DerivedMetricQuery `pulumi:"queries"` + Slug *string `pulumi:"slug"` +} + +type DerivedMetricState struct { + Description pulumi.StringPtrInput + MetricName pulumi.StringPtrInput + Name pulumi.StringPtrInput + Queries DerivedMetricQueryArrayInput + Slug pulumi.StringPtrInput +} + +func (DerivedMetricState) ElementType() reflect.Type { + return reflect.TypeOf((*derivedMetricState)(nil)).Elem() +} + +type derivedMetricArgs struct { + Description *string `pulumi:"description"` + MetricName string `pulumi:"metricName"` + Name string `pulumi:"name"` + Queries []DerivedMetricQuery `pulumi:"queries"` + Slug *string `pulumi:"slug"` +} + +// The set of arguments for constructing a DerivedMetric resource. +type DerivedMetricArgs struct { + Description pulumi.StringPtrInput + MetricName pulumi.StringInput + Name pulumi.StringInput + Queries DerivedMetricQueryArrayInput + Slug pulumi.StringPtrInput +} + +func (DerivedMetricArgs) ElementType() reflect.Type { + return reflect.TypeOf((*derivedMetricArgs)(nil)).Elem() +} + +type DerivedMetricInput interface { + pulumi.Input + + ToDerivedMetricOutput() DerivedMetricOutput + ToDerivedMetricOutputWithContext(ctx context.Context) DerivedMetricOutput +} + +func (*DerivedMetric) ElementType() reflect.Type { + return reflect.TypeOf((**DerivedMetric)(nil)).Elem() +} + +func (i *DerivedMetric) ToDerivedMetricOutput() DerivedMetricOutput { + return i.ToDerivedMetricOutputWithContext(context.Background()) +} + +func (i *DerivedMetric) ToDerivedMetricOutputWithContext(ctx context.Context) DerivedMetricOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedMetricOutput) +} + +// DerivedMetricArrayInput is an input type that accepts DerivedMetricArray and DerivedMetricArrayOutput values. +// You can construct a concrete instance of `DerivedMetricArrayInput` via: +// +// DerivedMetricArray{ DerivedMetricArgs{...} } +type DerivedMetricArrayInput interface { + pulumi.Input + + ToDerivedMetricArrayOutput() DerivedMetricArrayOutput + ToDerivedMetricArrayOutputWithContext(context.Context) DerivedMetricArrayOutput +} + +type DerivedMetricArray []DerivedMetricInput + +func (DerivedMetricArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*DerivedMetric)(nil)).Elem() +} + +func (i DerivedMetricArray) ToDerivedMetricArrayOutput() DerivedMetricArrayOutput { + return i.ToDerivedMetricArrayOutputWithContext(context.Background()) +} + +func (i DerivedMetricArray) ToDerivedMetricArrayOutputWithContext(ctx context.Context) DerivedMetricArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedMetricArrayOutput) +} + +// DerivedMetricMapInput is an input type that accepts DerivedMetricMap and DerivedMetricMapOutput values. +// You can construct a concrete instance of `DerivedMetricMapInput` via: +// +// DerivedMetricMap{ "key": DerivedMetricArgs{...} } +type DerivedMetricMapInput interface { + pulumi.Input + + ToDerivedMetricMapOutput() DerivedMetricMapOutput + ToDerivedMetricMapOutputWithContext(context.Context) DerivedMetricMapOutput +} + +type DerivedMetricMap map[string]DerivedMetricInput + +func (DerivedMetricMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*DerivedMetric)(nil)).Elem() +} + +func (i DerivedMetricMap) ToDerivedMetricMapOutput() DerivedMetricMapOutput { + return i.ToDerivedMetricMapOutputWithContext(context.Background()) +} + +func (i DerivedMetricMap) ToDerivedMetricMapOutputWithContext(ctx context.Context) DerivedMetricMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedMetricMapOutput) +} + +type DerivedMetricOutput struct{ *pulumi.OutputState } + +func (DerivedMetricOutput) ElementType() reflect.Type { + return reflect.TypeOf((**DerivedMetric)(nil)).Elem() +} + +func (o DerivedMetricOutput) ToDerivedMetricOutput() DerivedMetricOutput { + return o +} + +func (o DerivedMetricOutput) ToDerivedMetricOutputWithContext(ctx context.Context) DerivedMetricOutput { + return o +} + +func (o DerivedMetricOutput) Description() pulumi.StringPtrOutput { + return o.ApplyT(func(v *DerivedMetric) pulumi.StringPtrOutput { return v.Description }).(pulumi.StringPtrOutput) +} + +func (o DerivedMetricOutput) MetricName() pulumi.StringOutput { + return o.ApplyT(func(v *DerivedMetric) pulumi.StringOutput { return v.MetricName }).(pulumi.StringOutput) +} + +func (o DerivedMetricOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v *DerivedMetric) pulumi.StringOutput { return v.Name }).(pulumi.StringOutput) +} + +func (o DerivedMetricOutput) Queries() DerivedMetricQueryArrayOutput { + return o.ApplyT(func(v *DerivedMetric) DerivedMetricQueryArrayOutput { return v.Queries }).(DerivedMetricQueryArrayOutput) +} + +func (o DerivedMetricOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v *DerivedMetric) pulumi.StringOutput { return v.Slug }).(pulumi.StringOutput) +} + +type DerivedMetricArrayOutput struct{ *pulumi.OutputState } + +func (DerivedMetricArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*DerivedMetric)(nil)).Elem() +} + +func (o DerivedMetricArrayOutput) ToDerivedMetricArrayOutput() DerivedMetricArrayOutput { + return o +} + +func (o DerivedMetricArrayOutput) ToDerivedMetricArrayOutputWithContext(ctx context.Context) DerivedMetricArrayOutput { + return o +} + +func (o DerivedMetricArrayOutput) Index(i pulumi.IntInput) DerivedMetricOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *DerivedMetric { + return vs[0].([]*DerivedMetric)[vs[1].(int)] + }).(DerivedMetricOutput) +} + +type DerivedMetricMapOutput struct{ *pulumi.OutputState } + +func (DerivedMetricMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*DerivedMetric)(nil)).Elem() +} + +func (o DerivedMetricMapOutput) ToDerivedMetricMapOutput() DerivedMetricMapOutput { + return o +} + +func (o DerivedMetricMapOutput) ToDerivedMetricMapOutputWithContext(ctx context.Context) DerivedMetricMapOutput { + return o +} + +func (o DerivedMetricMapOutput) MapIndex(k pulumi.StringInput) DerivedMetricOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *DerivedMetric { + return vs[0].(map[string]*DerivedMetric)[vs[1].(string)] + }).(DerivedMetricOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*DerivedMetricInput)(nil)).Elem(), &DerivedMetric{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedMetricArrayInput)(nil)).Elem(), DerivedMetricArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedMetricMapInput)(nil)).Elem(), DerivedMetricMap{}) + pulumi.RegisterOutputType(DerivedMetricOutput{}) + pulumi.RegisterOutputType(DerivedMetricArrayOutput{}) + pulumi.RegisterOutputType(DerivedMetricMapOutput{}) +} diff --git a/sdk/go/chronosphere/doc.go b/sdk/go/chronosphere/doc.go new file mode 100644 index 00000000..3e44abc9 --- /dev/null +++ b/sdk/go/chronosphere/doc.go @@ -0,0 +1,2 @@ +// Chronosphere Pulumi Provider +package chronosphere diff --git a/sdk/go/chronosphere/dropRule.go b/sdk/go/chronosphere/dropRule.go new file mode 100644 index 00000000..81f406f6 --- /dev/null +++ b/sdk/go/chronosphere/dropRule.go @@ -0,0 +1,278 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type DropRule struct { + pulumi.CustomResourceState + + ActivatedDropDuration pulumi.StringPtrOutput `pulumi:"activatedDropDuration"` + Active pulumi.BoolPtrOutput `pulumi:"active"` + ConditionalDrop pulumi.BoolPtrOutput `pulumi:"conditionalDrop"` + Name pulumi.StringOutput `pulumi:"name"` + Queries pulumi.StringArrayOutput `pulumi:"queries"` + RateLimitThreshold pulumi.Float64PtrOutput `pulumi:"rateLimitThreshold"` + Slug pulumi.StringOutput `pulumi:"slug"` + ValueBasedDrop DropRuleValueBasedDropPtrOutput `pulumi:"valueBasedDrop"` +} + +// NewDropRule registers a new resource with the given unique name, arguments, and options. +func NewDropRule(ctx *pulumi.Context, + name string, args *DropRuleArgs, opts ...pulumi.ResourceOption) (*DropRule, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.Name == nil { + return nil, errors.New("invalid value for required argument 'Name'") + } + if args.Queries == nil { + return nil, errors.New("invalid value for required argument 'Queries'") + } + opts = internal.PkgResourceDefaultOpts(opts) + var resource DropRule + err := ctx.RegisterResource("chronosphere:index/dropRule:DropRule", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetDropRule gets an existing DropRule resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetDropRule(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *DropRuleState, opts ...pulumi.ResourceOption) (*DropRule, error) { + var resource DropRule + err := ctx.ReadResource("chronosphere:index/dropRule:DropRule", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering DropRule resources. +type dropRuleState struct { + ActivatedDropDuration *string `pulumi:"activatedDropDuration"` + Active *bool `pulumi:"active"` + ConditionalDrop *bool `pulumi:"conditionalDrop"` + Name *string `pulumi:"name"` + Queries []string `pulumi:"queries"` + RateLimitThreshold *float64 `pulumi:"rateLimitThreshold"` + Slug *string `pulumi:"slug"` + ValueBasedDrop *DropRuleValueBasedDrop `pulumi:"valueBasedDrop"` +} + +type DropRuleState struct { + ActivatedDropDuration pulumi.StringPtrInput + Active pulumi.BoolPtrInput + ConditionalDrop pulumi.BoolPtrInput + Name pulumi.StringPtrInput + Queries pulumi.StringArrayInput + RateLimitThreshold pulumi.Float64PtrInput + Slug pulumi.StringPtrInput + ValueBasedDrop DropRuleValueBasedDropPtrInput +} + +func (DropRuleState) ElementType() reflect.Type { + return reflect.TypeOf((*dropRuleState)(nil)).Elem() +} + +type dropRuleArgs struct { + ActivatedDropDuration *string `pulumi:"activatedDropDuration"` + Active *bool `pulumi:"active"` + ConditionalDrop *bool `pulumi:"conditionalDrop"` + Name string `pulumi:"name"` + Queries []string `pulumi:"queries"` + RateLimitThreshold *float64 `pulumi:"rateLimitThreshold"` + Slug *string `pulumi:"slug"` + ValueBasedDrop *DropRuleValueBasedDrop `pulumi:"valueBasedDrop"` +} + +// The set of arguments for constructing a DropRule resource. +type DropRuleArgs struct { + ActivatedDropDuration pulumi.StringPtrInput + Active pulumi.BoolPtrInput + ConditionalDrop pulumi.BoolPtrInput + Name pulumi.StringInput + Queries pulumi.StringArrayInput + RateLimitThreshold pulumi.Float64PtrInput + Slug pulumi.StringPtrInput + ValueBasedDrop DropRuleValueBasedDropPtrInput +} + +func (DropRuleArgs) ElementType() reflect.Type { + return reflect.TypeOf((*dropRuleArgs)(nil)).Elem() +} + +type DropRuleInput interface { + pulumi.Input + + ToDropRuleOutput() DropRuleOutput + ToDropRuleOutputWithContext(ctx context.Context) DropRuleOutput +} + +func (*DropRule) ElementType() reflect.Type { + return reflect.TypeOf((**DropRule)(nil)).Elem() +} + +func (i *DropRule) ToDropRuleOutput() DropRuleOutput { + return i.ToDropRuleOutputWithContext(context.Background()) +} + +func (i *DropRule) ToDropRuleOutputWithContext(ctx context.Context) DropRuleOutput { + return pulumi.ToOutputWithContext(ctx, i).(DropRuleOutput) +} + +// DropRuleArrayInput is an input type that accepts DropRuleArray and DropRuleArrayOutput values. +// You can construct a concrete instance of `DropRuleArrayInput` via: +// +// DropRuleArray{ DropRuleArgs{...} } +type DropRuleArrayInput interface { + pulumi.Input + + ToDropRuleArrayOutput() DropRuleArrayOutput + ToDropRuleArrayOutputWithContext(context.Context) DropRuleArrayOutput +} + +type DropRuleArray []DropRuleInput + +func (DropRuleArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*DropRule)(nil)).Elem() +} + +func (i DropRuleArray) ToDropRuleArrayOutput() DropRuleArrayOutput { + return i.ToDropRuleArrayOutputWithContext(context.Background()) +} + +func (i DropRuleArray) ToDropRuleArrayOutputWithContext(ctx context.Context) DropRuleArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(DropRuleArrayOutput) +} + +// DropRuleMapInput is an input type that accepts DropRuleMap and DropRuleMapOutput values. +// You can construct a concrete instance of `DropRuleMapInput` via: +// +// DropRuleMap{ "key": DropRuleArgs{...} } +type DropRuleMapInput interface { + pulumi.Input + + ToDropRuleMapOutput() DropRuleMapOutput + ToDropRuleMapOutputWithContext(context.Context) DropRuleMapOutput +} + +type DropRuleMap map[string]DropRuleInput + +func (DropRuleMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*DropRule)(nil)).Elem() +} + +func (i DropRuleMap) ToDropRuleMapOutput() DropRuleMapOutput { + return i.ToDropRuleMapOutputWithContext(context.Background()) +} + +func (i DropRuleMap) ToDropRuleMapOutputWithContext(ctx context.Context) DropRuleMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(DropRuleMapOutput) +} + +type DropRuleOutput struct{ *pulumi.OutputState } + +func (DropRuleOutput) ElementType() reflect.Type { + return reflect.TypeOf((**DropRule)(nil)).Elem() +} + +func (o DropRuleOutput) ToDropRuleOutput() DropRuleOutput { + return o +} + +func (o DropRuleOutput) ToDropRuleOutputWithContext(ctx context.Context) DropRuleOutput { + return o +} + +func (o DropRuleOutput) ActivatedDropDuration() pulumi.StringPtrOutput { + return o.ApplyT(func(v *DropRule) pulumi.StringPtrOutput { return v.ActivatedDropDuration }).(pulumi.StringPtrOutput) +} + +func (o DropRuleOutput) Active() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *DropRule) pulumi.BoolPtrOutput { return v.Active }).(pulumi.BoolPtrOutput) +} + +func (o DropRuleOutput) ConditionalDrop() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *DropRule) pulumi.BoolPtrOutput { return v.ConditionalDrop }).(pulumi.BoolPtrOutput) +} + +func (o DropRuleOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v *DropRule) pulumi.StringOutput { return v.Name }).(pulumi.StringOutput) +} + +func (o DropRuleOutput) Queries() pulumi.StringArrayOutput { + return o.ApplyT(func(v *DropRule) pulumi.StringArrayOutput { return v.Queries }).(pulumi.StringArrayOutput) +} + +func (o DropRuleOutput) RateLimitThreshold() pulumi.Float64PtrOutput { + return o.ApplyT(func(v *DropRule) pulumi.Float64PtrOutput { return v.RateLimitThreshold }).(pulumi.Float64PtrOutput) +} + +func (o DropRuleOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v *DropRule) pulumi.StringOutput { return v.Slug }).(pulumi.StringOutput) +} + +func (o DropRuleOutput) ValueBasedDrop() DropRuleValueBasedDropPtrOutput { + return o.ApplyT(func(v *DropRule) DropRuleValueBasedDropPtrOutput { return v.ValueBasedDrop }).(DropRuleValueBasedDropPtrOutput) +} + +type DropRuleArrayOutput struct{ *pulumi.OutputState } + +func (DropRuleArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*DropRule)(nil)).Elem() +} + +func (o DropRuleArrayOutput) ToDropRuleArrayOutput() DropRuleArrayOutput { + return o +} + +func (o DropRuleArrayOutput) ToDropRuleArrayOutputWithContext(ctx context.Context) DropRuleArrayOutput { + return o +} + +func (o DropRuleArrayOutput) Index(i pulumi.IntInput) DropRuleOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *DropRule { + return vs[0].([]*DropRule)[vs[1].(int)] + }).(DropRuleOutput) +} + +type DropRuleMapOutput struct{ *pulumi.OutputState } + +func (DropRuleMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*DropRule)(nil)).Elem() +} + +func (o DropRuleMapOutput) ToDropRuleMapOutput() DropRuleMapOutput { + return o +} + +func (o DropRuleMapOutput) ToDropRuleMapOutputWithContext(ctx context.Context) DropRuleMapOutput { + return o +} + +func (o DropRuleMapOutput) MapIndex(k pulumi.StringInput) DropRuleOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *DropRule { + return vs[0].(map[string]*DropRule)[vs[1].(string)] + }).(DropRuleOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*DropRuleInput)(nil)).Elem(), &DropRule{}) + pulumi.RegisterInputType(reflect.TypeOf((*DropRuleArrayInput)(nil)).Elem(), DropRuleArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*DropRuleMapInput)(nil)).Elem(), DropRuleMap{}) + pulumi.RegisterOutputType(DropRuleOutput{}) + pulumi.RegisterOutputType(DropRuleArrayOutput{}) + pulumi.RegisterOutputType(DropRuleMapOutput{}) +} diff --git a/sdk/go/chronosphere/emailAlertNotifier.go b/sdk/go/chronosphere/emailAlertNotifier.go new file mode 100644 index 00000000..58920137 --- /dev/null +++ b/sdk/go/chronosphere/emailAlertNotifier.go @@ -0,0 +1,260 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type EmailAlertNotifier struct { + pulumi.CustomResourceState + + Html pulumi.StringPtrOutput `pulumi:"html"` + Name pulumi.StringOutput `pulumi:"name"` + SendResolved pulumi.BoolPtrOutput `pulumi:"sendResolved"` + Slug pulumi.StringOutput `pulumi:"slug"` + Text pulumi.StringPtrOutput `pulumi:"text"` + To pulumi.StringOutput `pulumi:"to"` +} + +// NewEmailAlertNotifier registers a new resource with the given unique name, arguments, and options. +func NewEmailAlertNotifier(ctx *pulumi.Context, + name string, args *EmailAlertNotifierArgs, opts ...pulumi.ResourceOption) (*EmailAlertNotifier, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.Name == nil { + return nil, errors.New("invalid value for required argument 'Name'") + } + if args.To == nil { + return nil, errors.New("invalid value for required argument 'To'") + } + opts = internal.PkgResourceDefaultOpts(opts) + var resource EmailAlertNotifier + err := ctx.RegisterResource("chronosphere:index/emailAlertNotifier:EmailAlertNotifier", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetEmailAlertNotifier gets an existing EmailAlertNotifier resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetEmailAlertNotifier(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *EmailAlertNotifierState, opts ...pulumi.ResourceOption) (*EmailAlertNotifier, error) { + var resource EmailAlertNotifier + err := ctx.ReadResource("chronosphere:index/emailAlertNotifier:EmailAlertNotifier", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering EmailAlertNotifier resources. +type emailAlertNotifierState struct { + Html *string `pulumi:"html"` + Name *string `pulumi:"name"` + SendResolved *bool `pulumi:"sendResolved"` + Slug *string `pulumi:"slug"` + Text *string `pulumi:"text"` + To *string `pulumi:"to"` +} + +type EmailAlertNotifierState struct { + Html pulumi.StringPtrInput + Name pulumi.StringPtrInput + SendResolved pulumi.BoolPtrInput + Slug pulumi.StringPtrInput + Text pulumi.StringPtrInput + To pulumi.StringPtrInput +} + +func (EmailAlertNotifierState) ElementType() reflect.Type { + return reflect.TypeOf((*emailAlertNotifierState)(nil)).Elem() +} + +type emailAlertNotifierArgs struct { + Html *string `pulumi:"html"` + Name string `pulumi:"name"` + SendResolved *bool `pulumi:"sendResolved"` + Slug *string `pulumi:"slug"` + Text *string `pulumi:"text"` + To string `pulumi:"to"` +} + +// The set of arguments for constructing a EmailAlertNotifier resource. +type EmailAlertNotifierArgs struct { + Html pulumi.StringPtrInput + Name pulumi.StringInput + SendResolved pulumi.BoolPtrInput + Slug pulumi.StringPtrInput + Text pulumi.StringPtrInput + To pulumi.StringInput +} + +func (EmailAlertNotifierArgs) ElementType() reflect.Type { + return reflect.TypeOf((*emailAlertNotifierArgs)(nil)).Elem() +} + +type EmailAlertNotifierInput interface { + pulumi.Input + + ToEmailAlertNotifierOutput() EmailAlertNotifierOutput + ToEmailAlertNotifierOutputWithContext(ctx context.Context) EmailAlertNotifierOutput +} + +func (*EmailAlertNotifier) ElementType() reflect.Type { + return reflect.TypeOf((**EmailAlertNotifier)(nil)).Elem() +} + +func (i *EmailAlertNotifier) ToEmailAlertNotifierOutput() EmailAlertNotifierOutput { + return i.ToEmailAlertNotifierOutputWithContext(context.Background()) +} + +func (i *EmailAlertNotifier) ToEmailAlertNotifierOutputWithContext(ctx context.Context) EmailAlertNotifierOutput { + return pulumi.ToOutputWithContext(ctx, i).(EmailAlertNotifierOutput) +} + +// EmailAlertNotifierArrayInput is an input type that accepts EmailAlertNotifierArray and EmailAlertNotifierArrayOutput values. +// You can construct a concrete instance of `EmailAlertNotifierArrayInput` via: +// +// EmailAlertNotifierArray{ EmailAlertNotifierArgs{...} } +type EmailAlertNotifierArrayInput interface { + pulumi.Input + + ToEmailAlertNotifierArrayOutput() EmailAlertNotifierArrayOutput + ToEmailAlertNotifierArrayOutputWithContext(context.Context) EmailAlertNotifierArrayOutput +} + +type EmailAlertNotifierArray []EmailAlertNotifierInput + +func (EmailAlertNotifierArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*EmailAlertNotifier)(nil)).Elem() +} + +func (i EmailAlertNotifierArray) ToEmailAlertNotifierArrayOutput() EmailAlertNotifierArrayOutput { + return i.ToEmailAlertNotifierArrayOutputWithContext(context.Background()) +} + +func (i EmailAlertNotifierArray) ToEmailAlertNotifierArrayOutputWithContext(ctx context.Context) EmailAlertNotifierArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(EmailAlertNotifierArrayOutput) +} + +// EmailAlertNotifierMapInput is an input type that accepts EmailAlertNotifierMap and EmailAlertNotifierMapOutput values. +// You can construct a concrete instance of `EmailAlertNotifierMapInput` via: +// +// EmailAlertNotifierMap{ "key": EmailAlertNotifierArgs{...} } +type EmailAlertNotifierMapInput interface { + pulumi.Input + + ToEmailAlertNotifierMapOutput() EmailAlertNotifierMapOutput + ToEmailAlertNotifierMapOutputWithContext(context.Context) EmailAlertNotifierMapOutput +} + +type EmailAlertNotifierMap map[string]EmailAlertNotifierInput + +func (EmailAlertNotifierMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*EmailAlertNotifier)(nil)).Elem() +} + +func (i EmailAlertNotifierMap) ToEmailAlertNotifierMapOutput() EmailAlertNotifierMapOutput { + return i.ToEmailAlertNotifierMapOutputWithContext(context.Background()) +} + +func (i EmailAlertNotifierMap) ToEmailAlertNotifierMapOutputWithContext(ctx context.Context) EmailAlertNotifierMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(EmailAlertNotifierMapOutput) +} + +type EmailAlertNotifierOutput struct{ *pulumi.OutputState } + +func (EmailAlertNotifierOutput) ElementType() reflect.Type { + return reflect.TypeOf((**EmailAlertNotifier)(nil)).Elem() +} + +func (o EmailAlertNotifierOutput) ToEmailAlertNotifierOutput() EmailAlertNotifierOutput { + return o +} + +func (o EmailAlertNotifierOutput) ToEmailAlertNotifierOutputWithContext(ctx context.Context) EmailAlertNotifierOutput { + return o +} + +func (o EmailAlertNotifierOutput) Html() pulumi.StringPtrOutput { + return o.ApplyT(func(v *EmailAlertNotifier) pulumi.StringPtrOutput { return v.Html }).(pulumi.StringPtrOutput) +} + +func (o EmailAlertNotifierOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v *EmailAlertNotifier) pulumi.StringOutput { return v.Name }).(pulumi.StringOutput) +} + +func (o EmailAlertNotifierOutput) SendResolved() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *EmailAlertNotifier) pulumi.BoolPtrOutput { return v.SendResolved }).(pulumi.BoolPtrOutput) +} + +func (o EmailAlertNotifierOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v *EmailAlertNotifier) pulumi.StringOutput { return v.Slug }).(pulumi.StringOutput) +} + +func (o EmailAlertNotifierOutput) Text() pulumi.StringPtrOutput { + return o.ApplyT(func(v *EmailAlertNotifier) pulumi.StringPtrOutput { return v.Text }).(pulumi.StringPtrOutput) +} + +func (o EmailAlertNotifierOutput) To() pulumi.StringOutput { + return o.ApplyT(func(v *EmailAlertNotifier) pulumi.StringOutput { return v.To }).(pulumi.StringOutput) +} + +type EmailAlertNotifierArrayOutput struct{ *pulumi.OutputState } + +func (EmailAlertNotifierArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*EmailAlertNotifier)(nil)).Elem() +} + +func (o EmailAlertNotifierArrayOutput) ToEmailAlertNotifierArrayOutput() EmailAlertNotifierArrayOutput { + return o +} + +func (o EmailAlertNotifierArrayOutput) ToEmailAlertNotifierArrayOutputWithContext(ctx context.Context) EmailAlertNotifierArrayOutput { + return o +} + +func (o EmailAlertNotifierArrayOutput) Index(i pulumi.IntInput) EmailAlertNotifierOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *EmailAlertNotifier { + return vs[0].([]*EmailAlertNotifier)[vs[1].(int)] + }).(EmailAlertNotifierOutput) +} + +type EmailAlertNotifierMapOutput struct{ *pulumi.OutputState } + +func (EmailAlertNotifierMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*EmailAlertNotifier)(nil)).Elem() +} + +func (o EmailAlertNotifierMapOutput) ToEmailAlertNotifierMapOutput() EmailAlertNotifierMapOutput { + return o +} + +func (o EmailAlertNotifierMapOutput) ToEmailAlertNotifierMapOutputWithContext(ctx context.Context) EmailAlertNotifierMapOutput { + return o +} + +func (o EmailAlertNotifierMapOutput) MapIndex(k pulumi.StringInput) EmailAlertNotifierOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *EmailAlertNotifier { + return vs[0].(map[string]*EmailAlertNotifier)[vs[1].(string)] + }).(EmailAlertNotifierOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*EmailAlertNotifierInput)(nil)).Elem(), &EmailAlertNotifier{}) + pulumi.RegisterInputType(reflect.TypeOf((*EmailAlertNotifierArrayInput)(nil)).Elem(), EmailAlertNotifierArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*EmailAlertNotifierMapInput)(nil)).Elem(), EmailAlertNotifierMap{}) + pulumi.RegisterOutputType(EmailAlertNotifierOutput{}) + pulumi.RegisterOutputType(EmailAlertNotifierArrayOutput{}) + pulumi.RegisterOutputType(EmailAlertNotifierMapOutput{}) +} diff --git a/sdk/go/chronosphere/gcpMetricsIntegration.go b/sdk/go/chronosphere/gcpMetricsIntegration.go new file mode 100644 index 00000000..0bc36b42 --- /dev/null +++ b/sdk/go/chronosphere/gcpMetricsIntegration.go @@ -0,0 +1,226 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type GcpMetricsIntegration struct { + pulumi.CustomResourceState + + MetricGroups GcpMetricsIntegrationMetricGroupArrayOutput `pulumi:"metricGroups"` + ServiceAccount GcpMetricsIntegrationServiceAccountPtrOutput `pulumi:"serviceAccount"` + Slug pulumi.StringPtrOutput `pulumi:"slug"` +} + +// NewGcpMetricsIntegration registers a new resource with the given unique name, arguments, and options. +func NewGcpMetricsIntegration(ctx *pulumi.Context, + name string, args *GcpMetricsIntegrationArgs, opts ...pulumi.ResourceOption) (*GcpMetricsIntegration, error) { + if args == nil { + args = &GcpMetricsIntegrationArgs{} + } + + opts = internal.PkgResourceDefaultOpts(opts) + var resource GcpMetricsIntegration + err := ctx.RegisterResource("chronosphere:index/gcpMetricsIntegration:GcpMetricsIntegration", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetGcpMetricsIntegration gets an existing GcpMetricsIntegration resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetGcpMetricsIntegration(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *GcpMetricsIntegrationState, opts ...pulumi.ResourceOption) (*GcpMetricsIntegration, error) { + var resource GcpMetricsIntegration + err := ctx.ReadResource("chronosphere:index/gcpMetricsIntegration:GcpMetricsIntegration", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering GcpMetricsIntegration resources. +type gcpMetricsIntegrationState struct { + MetricGroups []GcpMetricsIntegrationMetricGroup `pulumi:"metricGroups"` + ServiceAccount *GcpMetricsIntegrationServiceAccount `pulumi:"serviceAccount"` + Slug *string `pulumi:"slug"` +} + +type GcpMetricsIntegrationState struct { + MetricGroups GcpMetricsIntegrationMetricGroupArrayInput + ServiceAccount GcpMetricsIntegrationServiceAccountPtrInput + Slug pulumi.StringPtrInput +} + +func (GcpMetricsIntegrationState) ElementType() reflect.Type { + return reflect.TypeOf((*gcpMetricsIntegrationState)(nil)).Elem() +} + +type gcpMetricsIntegrationArgs struct { + MetricGroups []GcpMetricsIntegrationMetricGroup `pulumi:"metricGroups"` + ServiceAccount *GcpMetricsIntegrationServiceAccount `pulumi:"serviceAccount"` + Slug *string `pulumi:"slug"` +} + +// The set of arguments for constructing a GcpMetricsIntegration resource. +type GcpMetricsIntegrationArgs struct { + MetricGroups GcpMetricsIntegrationMetricGroupArrayInput + ServiceAccount GcpMetricsIntegrationServiceAccountPtrInput + Slug pulumi.StringPtrInput +} + +func (GcpMetricsIntegrationArgs) ElementType() reflect.Type { + return reflect.TypeOf((*gcpMetricsIntegrationArgs)(nil)).Elem() +} + +type GcpMetricsIntegrationInput interface { + pulumi.Input + + ToGcpMetricsIntegrationOutput() GcpMetricsIntegrationOutput + ToGcpMetricsIntegrationOutputWithContext(ctx context.Context) GcpMetricsIntegrationOutput +} + +func (*GcpMetricsIntegration) ElementType() reflect.Type { + return reflect.TypeOf((**GcpMetricsIntegration)(nil)).Elem() +} + +func (i *GcpMetricsIntegration) ToGcpMetricsIntegrationOutput() GcpMetricsIntegrationOutput { + return i.ToGcpMetricsIntegrationOutputWithContext(context.Background()) +} + +func (i *GcpMetricsIntegration) ToGcpMetricsIntegrationOutputWithContext(ctx context.Context) GcpMetricsIntegrationOutput { + return pulumi.ToOutputWithContext(ctx, i).(GcpMetricsIntegrationOutput) +} + +// GcpMetricsIntegrationArrayInput is an input type that accepts GcpMetricsIntegrationArray and GcpMetricsIntegrationArrayOutput values. +// You can construct a concrete instance of `GcpMetricsIntegrationArrayInput` via: +// +// GcpMetricsIntegrationArray{ GcpMetricsIntegrationArgs{...} } +type GcpMetricsIntegrationArrayInput interface { + pulumi.Input + + ToGcpMetricsIntegrationArrayOutput() GcpMetricsIntegrationArrayOutput + ToGcpMetricsIntegrationArrayOutputWithContext(context.Context) GcpMetricsIntegrationArrayOutput +} + +type GcpMetricsIntegrationArray []GcpMetricsIntegrationInput + +func (GcpMetricsIntegrationArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*GcpMetricsIntegration)(nil)).Elem() +} + +func (i GcpMetricsIntegrationArray) ToGcpMetricsIntegrationArrayOutput() GcpMetricsIntegrationArrayOutput { + return i.ToGcpMetricsIntegrationArrayOutputWithContext(context.Background()) +} + +func (i GcpMetricsIntegrationArray) ToGcpMetricsIntegrationArrayOutputWithContext(ctx context.Context) GcpMetricsIntegrationArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(GcpMetricsIntegrationArrayOutput) +} + +// GcpMetricsIntegrationMapInput is an input type that accepts GcpMetricsIntegrationMap and GcpMetricsIntegrationMapOutput values. +// You can construct a concrete instance of `GcpMetricsIntegrationMapInput` via: +// +// GcpMetricsIntegrationMap{ "key": GcpMetricsIntegrationArgs{...} } +type GcpMetricsIntegrationMapInput interface { + pulumi.Input + + ToGcpMetricsIntegrationMapOutput() GcpMetricsIntegrationMapOutput + ToGcpMetricsIntegrationMapOutputWithContext(context.Context) GcpMetricsIntegrationMapOutput +} + +type GcpMetricsIntegrationMap map[string]GcpMetricsIntegrationInput + +func (GcpMetricsIntegrationMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*GcpMetricsIntegration)(nil)).Elem() +} + +func (i GcpMetricsIntegrationMap) ToGcpMetricsIntegrationMapOutput() GcpMetricsIntegrationMapOutput { + return i.ToGcpMetricsIntegrationMapOutputWithContext(context.Background()) +} + +func (i GcpMetricsIntegrationMap) ToGcpMetricsIntegrationMapOutputWithContext(ctx context.Context) GcpMetricsIntegrationMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(GcpMetricsIntegrationMapOutput) +} + +type GcpMetricsIntegrationOutput struct{ *pulumi.OutputState } + +func (GcpMetricsIntegrationOutput) ElementType() reflect.Type { + return reflect.TypeOf((**GcpMetricsIntegration)(nil)).Elem() +} + +func (o GcpMetricsIntegrationOutput) ToGcpMetricsIntegrationOutput() GcpMetricsIntegrationOutput { + return o +} + +func (o GcpMetricsIntegrationOutput) ToGcpMetricsIntegrationOutputWithContext(ctx context.Context) GcpMetricsIntegrationOutput { + return o +} + +func (o GcpMetricsIntegrationOutput) MetricGroups() GcpMetricsIntegrationMetricGroupArrayOutput { + return o.ApplyT(func(v *GcpMetricsIntegration) GcpMetricsIntegrationMetricGroupArrayOutput { return v.MetricGroups }).(GcpMetricsIntegrationMetricGroupArrayOutput) +} + +func (o GcpMetricsIntegrationOutput) ServiceAccount() GcpMetricsIntegrationServiceAccountPtrOutput { + return o.ApplyT(func(v *GcpMetricsIntegration) GcpMetricsIntegrationServiceAccountPtrOutput { return v.ServiceAccount }).(GcpMetricsIntegrationServiceAccountPtrOutput) +} + +func (o GcpMetricsIntegrationOutput) Slug() pulumi.StringPtrOutput { + return o.ApplyT(func(v *GcpMetricsIntegration) pulumi.StringPtrOutput { return v.Slug }).(pulumi.StringPtrOutput) +} + +type GcpMetricsIntegrationArrayOutput struct{ *pulumi.OutputState } + +func (GcpMetricsIntegrationArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*GcpMetricsIntegration)(nil)).Elem() +} + +func (o GcpMetricsIntegrationArrayOutput) ToGcpMetricsIntegrationArrayOutput() GcpMetricsIntegrationArrayOutput { + return o +} + +func (o GcpMetricsIntegrationArrayOutput) ToGcpMetricsIntegrationArrayOutputWithContext(ctx context.Context) GcpMetricsIntegrationArrayOutput { + return o +} + +func (o GcpMetricsIntegrationArrayOutput) Index(i pulumi.IntInput) GcpMetricsIntegrationOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *GcpMetricsIntegration { + return vs[0].([]*GcpMetricsIntegration)[vs[1].(int)] + }).(GcpMetricsIntegrationOutput) +} + +type GcpMetricsIntegrationMapOutput struct{ *pulumi.OutputState } + +func (GcpMetricsIntegrationMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*GcpMetricsIntegration)(nil)).Elem() +} + +func (o GcpMetricsIntegrationMapOutput) ToGcpMetricsIntegrationMapOutput() GcpMetricsIntegrationMapOutput { + return o +} + +func (o GcpMetricsIntegrationMapOutput) ToGcpMetricsIntegrationMapOutputWithContext(ctx context.Context) GcpMetricsIntegrationMapOutput { + return o +} + +func (o GcpMetricsIntegrationMapOutput) MapIndex(k pulumi.StringInput) GcpMetricsIntegrationOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *GcpMetricsIntegration { + return vs[0].(map[string]*GcpMetricsIntegration)[vs[1].(string)] + }).(GcpMetricsIntegrationOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*GcpMetricsIntegrationInput)(nil)).Elem(), &GcpMetricsIntegration{}) + pulumi.RegisterInputType(reflect.TypeOf((*GcpMetricsIntegrationArrayInput)(nil)).Elem(), GcpMetricsIntegrationArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*GcpMetricsIntegrationMapInput)(nil)).Elem(), GcpMetricsIntegrationMap{}) + pulumi.RegisterOutputType(GcpMetricsIntegrationOutput{}) + pulumi.RegisterOutputType(GcpMetricsIntegrationArrayOutput{}) + pulumi.RegisterOutputType(GcpMetricsIntegrationMapOutput{}) +} diff --git a/sdk/go/chronosphere/grafanaDashboard.go b/sdk/go/chronosphere/grafanaDashboard.go new file mode 100644 index 00000000..7ccb6a26 --- /dev/null +++ b/sdk/go/chronosphere/grafanaDashboard.go @@ -0,0 +1,230 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type GrafanaDashboard struct { + pulumi.CustomResourceState + + BucketId pulumi.StringPtrOutput `pulumi:"bucketId"` + CollectionId pulumi.StringPtrOutput `pulumi:"collectionId"` + DashboardJson pulumi.StringOutput `pulumi:"dashboardJson"` +} + +// NewGrafanaDashboard registers a new resource with the given unique name, arguments, and options. +func NewGrafanaDashboard(ctx *pulumi.Context, + name string, args *GrafanaDashboardArgs, opts ...pulumi.ResourceOption) (*GrafanaDashboard, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.DashboardJson == nil { + return nil, errors.New("invalid value for required argument 'DashboardJson'") + } + opts = internal.PkgResourceDefaultOpts(opts) + var resource GrafanaDashboard + err := ctx.RegisterResource("chronosphere:index/grafanaDashboard:GrafanaDashboard", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetGrafanaDashboard gets an existing GrafanaDashboard resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetGrafanaDashboard(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *GrafanaDashboardState, opts ...pulumi.ResourceOption) (*GrafanaDashboard, error) { + var resource GrafanaDashboard + err := ctx.ReadResource("chronosphere:index/grafanaDashboard:GrafanaDashboard", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering GrafanaDashboard resources. +type grafanaDashboardState struct { + BucketId *string `pulumi:"bucketId"` + CollectionId *string `pulumi:"collectionId"` + DashboardJson *string `pulumi:"dashboardJson"` +} + +type GrafanaDashboardState struct { + BucketId pulumi.StringPtrInput + CollectionId pulumi.StringPtrInput + DashboardJson pulumi.StringPtrInput +} + +func (GrafanaDashboardState) ElementType() reflect.Type { + return reflect.TypeOf((*grafanaDashboardState)(nil)).Elem() +} + +type grafanaDashboardArgs struct { + BucketId *string `pulumi:"bucketId"` + CollectionId *string `pulumi:"collectionId"` + DashboardJson string `pulumi:"dashboardJson"` +} + +// The set of arguments for constructing a GrafanaDashboard resource. +type GrafanaDashboardArgs struct { + BucketId pulumi.StringPtrInput + CollectionId pulumi.StringPtrInput + DashboardJson pulumi.StringInput +} + +func (GrafanaDashboardArgs) ElementType() reflect.Type { + return reflect.TypeOf((*grafanaDashboardArgs)(nil)).Elem() +} + +type GrafanaDashboardInput interface { + pulumi.Input + + ToGrafanaDashboardOutput() GrafanaDashboardOutput + ToGrafanaDashboardOutputWithContext(ctx context.Context) GrafanaDashboardOutput +} + +func (*GrafanaDashboard) ElementType() reflect.Type { + return reflect.TypeOf((**GrafanaDashboard)(nil)).Elem() +} + +func (i *GrafanaDashboard) ToGrafanaDashboardOutput() GrafanaDashboardOutput { + return i.ToGrafanaDashboardOutputWithContext(context.Background()) +} + +func (i *GrafanaDashboard) ToGrafanaDashboardOutputWithContext(ctx context.Context) GrafanaDashboardOutput { + return pulumi.ToOutputWithContext(ctx, i).(GrafanaDashboardOutput) +} + +// GrafanaDashboardArrayInput is an input type that accepts GrafanaDashboardArray and GrafanaDashboardArrayOutput values. +// You can construct a concrete instance of `GrafanaDashboardArrayInput` via: +// +// GrafanaDashboardArray{ GrafanaDashboardArgs{...} } +type GrafanaDashboardArrayInput interface { + pulumi.Input + + ToGrafanaDashboardArrayOutput() GrafanaDashboardArrayOutput + ToGrafanaDashboardArrayOutputWithContext(context.Context) GrafanaDashboardArrayOutput +} + +type GrafanaDashboardArray []GrafanaDashboardInput + +func (GrafanaDashboardArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*GrafanaDashboard)(nil)).Elem() +} + +func (i GrafanaDashboardArray) ToGrafanaDashboardArrayOutput() GrafanaDashboardArrayOutput { + return i.ToGrafanaDashboardArrayOutputWithContext(context.Background()) +} + +func (i GrafanaDashboardArray) ToGrafanaDashboardArrayOutputWithContext(ctx context.Context) GrafanaDashboardArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(GrafanaDashboardArrayOutput) +} + +// GrafanaDashboardMapInput is an input type that accepts GrafanaDashboardMap and GrafanaDashboardMapOutput values. +// You can construct a concrete instance of `GrafanaDashboardMapInput` via: +// +// GrafanaDashboardMap{ "key": GrafanaDashboardArgs{...} } +type GrafanaDashboardMapInput interface { + pulumi.Input + + ToGrafanaDashboardMapOutput() GrafanaDashboardMapOutput + ToGrafanaDashboardMapOutputWithContext(context.Context) GrafanaDashboardMapOutput +} + +type GrafanaDashboardMap map[string]GrafanaDashboardInput + +func (GrafanaDashboardMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*GrafanaDashboard)(nil)).Elem() +} + +func (i GrafanaDashboardMap) ToGrafanaDashboardMapOutput() GrafanaDashboardMapOutput { + return i.ToGrafanaDashboardMapOutputWithContext(context.Background()) +} + +func (i GrafanaDashboardMap) ToGrafanaDashboardMapOutputWithContext(ctx context.Context) GrafanaDashboardMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(GrafanaDashboardMapOutput) +} + +type GrafanaDashboardOutput struct{ *pulumi.OutputState } + +func (GrafanaDashboardOutput) ElementType() reflect.Type { + return reflect.TypeOf((**GrafanaDashboard)(nil)).Elem() +} + +func (o GrafanaDashboardOutput) ToGrafanaDashboardOutput() GrafanaDashboardOutput { + return o +} + +func (o GrafanaDashboardOutput) ToGrafanaDashboardOutputWithContext(ctx context.Context) GrafanaDashboardOutput { + return o +} + +func (o GrafanaDashboardOutput) BucketId() pulumi.StringPtrOutput { + return o.ApplyT(func(v *GrafanaDashboard) pulumi.StringPtrOutput { return v.BucketId }).(pulumi.StringPtrOutput) +} + +func (o GrafanaDashboardOutput) CollectionId() pulumi.StringPtrOutput { + return o.ApplyT(func(v *GrafanaDashboard) pulumi.StringPtrOutput { return v.CollectionId }).(pulumi.StringPtrOutput) +} + +func (o GrafanaDashboardOutput) DashboardJson() pulumi.StringOutput { + return o.ApplyT(func(v *GrafanaDashboard) pulumi.StringOutput { return v.DashboardJson }).(pulumi.StringOutput) +} + +type GrafanaDashboardArrayOutput struct{ *pulumi.OutputState } + +func (GrafanaDashboardArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*GrafanaDashboard)(nil)).Elem() +} + +func (o GrafanaDashboardArrayOutput) ToGrafanaDashboardArrayOutput() GrafanaDashboardArrayOutput { + return o +} + +func (o GrafanaDashboardArrayOutput) ToGrafanaDashboardArrayOutputWithContext(ctx context.Context) GrafanaDashboardArrayOutput { + return o +} + +func (o GrafanaDashboardArrayOutput) Index(i pulumi.IntInput) GrafanaDashboardOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *GrafanaDashboard { + return vs[0].([]*GrafanaDashboard)[vs[1].(int)] + }).(GrafanaDashboardOutput) +} + +type GrafanaDashboardMapOutput struct{ *pulumi.OutputState } + +func (GrafanaDashboardMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*GrafanaDashboard)(nil)).Elem() +} + +func (o GrafanaDashboardMapOutput) ToGrafanaDashboardMapOutput() GrafanaDashboardMapOutput { + return o +} + +func (o GrafanaDashboardMapOutput) ToGrafanaDashboardMapOutputWithContext(ctx context.Context) GrafanaDashboardMapOutput { + return o +} + +func (o GrafanaDashboardMapOutput) MapIndex(k pulumi.StringInput) GrafanaDashboardOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *GrafanaDashboard { + return vs[0].(map[string]*GrafanaDashboard)[vs[1].(string)] + }).(GrafanaDashboardOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*GrafanaDashboardInput)(nil)).Elem(), &GrafanaDashboard{}) + pulumi.RegisterInputType(reflect.TypeOf((*GrafanaDashboardArrayInput)(nil)).Elem(), GrafanaDashboardArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*GrafanaDashboardMapInput)(nil)).Elem(), GrafanaDashboardMap{}) + pulumi.RegisterOutputType(GrafanaDashboardOutput{}) + pulumi.RegisterOutputType(GrafanaDashboardArrayOutput{}) + pulumi.RegisterOutputType(GrafanaDashboardMapOutput{}) +} diff --git a/sdk/go/chronosphere/init.go b/sdk/go/chronosphere/init.go new file mode 100644 index 00000000..dc8ccee1 --- /dev/null +++ b/sdk/go/chronosphere/init.go @@ -0,0 +1,248 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "fmt" + + "github.com/blang/semver" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type module struct { + version semver.Version +} + +func (m *module) Version() semver.Version { + return m.version +} + +func (m *module) Construct(ctx *pulumi.Context, name, typ, urn string) (r pulumi.Resource, err error) { + switch typ { + case "chronosphere:index/blackholeAlertNotifier:BlackholeAlertNotifier": + r = &BlackholeAlertNotifier{} + case "chronosphere:index/bucket:Bucket": + r = &Bucket{} + case "chronosphere:index/classicDashboard:ClassicDashboard": + r = &ClassicDashboard{} + case "chronosphere:index/collection:Collection": + r = &Collection{} + case "chronosphere:index/dashboard:Dashboard": + r = &Dashboard{} + case "chronosphere:index/derivedLabel:DerivedLabel": + r = &DerivedLabel{} + case "chronosphere:index/derivedMetric:DerivedMetric": + r = &DerivedMetric{} + case "chronosphere:index/dropRule:DropRule": + r = &DropRule{} + case "chronosphere:index/emailAlertNotifier:EmailAlertNotifier": + r = &EmailAlertNotifier{} + case "chronosphere:index/gcpMetricsIntegration:GcpMetricsIntegration": + r = &GcpMetricsIntegration{} + case "chronosphere:index/grafanaDashboard:GrafanaDashboard": + r = &GrafanaDashboard{} + case "chronosphere:index/mappingRule:MappingRule": + r = &MappingRule{} + case "chronosphere:index/monitor:Monitor": + r = &Monitor{} + case "chronosphere:index/notificationPolicy:NotificationPolicy": + r = &NotificationPolicy{} + case "chronosphere:index/opsgenieAlertNotifier:OpsgenieAlertNotifier": + r = &OpsgenieAlertNotifier{} + case "chronosphere:index/pagerdutyAlertNotifier:PagerdutyAlertNotifier": + r = &PagerdutyAlertNotifier{} + case "chronosphere:index/recordingRule:RecordingRule": + r = &RecordingRule{} + case "chronosphere:index/resourcePoolsConfig:ResourcePoolsConfig": + r = &ResourcePoolsConfig{} + case "chronosphere:index/rollupRule:RollupRule": + r = &RollupRule{} + case "chronosphere:index/serviceAccount:ServiceAccount": + r = &ServiceAccount{} + case "chronosphere:index/slackAlertNotifier:SlackAlertNotifier": + r = &SlackAlertNotifier{} + case "chronosphere:index/team:Team": + r = &Team{} + case "chronosphere:index/traceJaegerRemoteSamplingStrategy:TraceJaegerRemoteSamplingStrategy": + r = &TraceJaegerRemoteSamplingStrategy{} + case "chronosphere:index/traceMetricsRule:TraceMetricsRule": + r = &TraceMetricsRule{} + case "chronosphere:index/traceTailSamplingRules:TraceTailSamplingRules": + r = &TraceTailSamplingRules{} + case "chronosphere:index/victoropsAlertNotifier:VictoropsAlertNotifier": + r = &VictoropsAlertNotifier{} + case "chronosphere:index/webhookAlertNotifier:WebhookAlertNotifier": + r = &WebhookAlertNotifier{} + default: + return nil, fmt.Errorf("unknown resource type: %s", typ) + } + + err = ctx.RegisterResource(typ, name, nil, r, pulumi.URN_(urn)) + return +} + +type pkg struct { + version semver.Version +} + +func (p *pkg) Version() semver.Version { + return p.version +} + +func (p *pkg) ConstructProvider(ctx *pulumi.Context, name, typ, urn string) (pulumi.ProviderResource, error) { + if typ != "pulumi:providers:chronosphere" { + return nil, fmt.Errorf("unknown provider type: %s", typ) + } + + r := &Provider{} + err := ctx.RegisterResource(typ, name, nil, r, pulumi.URN_(urn)) + return r, err +} + +func init() { + version, err := internal.PkgVersion() + if err != nil { + version = semver.Version{Major: 1} + } + pulumi.RegisterResourceModule( + "chronosphere", + "index/blackholeAlertNotifier", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/bucket", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/classicDashboard", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/collection", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/dashboard", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/derivedLabel", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/derivedMetric", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/dropRule", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/emailAlertNotifier", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/gcpMetricsIntegration", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/grafanaDashboard", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/mappingRule", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/monitor", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/notificationPolicy", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/opsgenieAlertNotifier", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/pagerdutyAlertNotifier", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/recordingRule", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/resourcePoolsConfig", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/rollupRule", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/serviceAccount", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/slackAlertNotifier", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/team", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/traceJaegerRemoteSamplingStrategy", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/traceMetricsRule", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/traceTailSamplingRules", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/victoropsAlertNotifier", + &module{version}, + ) + pulumi.RegisterResourceModule( + "chronosphere", + "index/webhookAlertNotifier", + &module{version}, + ) + pulumi.RegisterResourcePackage( + "chronosphere", + &pkg{version}, + ) +} diff --git a/sdk/go/chronosphere/internal/pulumiUtilities.go b/sdk/go/chronosphere/internal/pulumiUtilities.go new file mode 100644 index 00000000..1e3d1873 --- /dev/null +++ b/sdk/go/chronosphere/internal/pulumiUtilities.go @@ -0,0 +1,113 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package internal + +import ( + "fmt" + "os" + "reflect" + "regexp" + "strconv" + "strings" + + "github.com/blang/semver" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type envParser func(v string) interface{} + +func ParseEnvBool(v string) interface{} { + b, err := strconv.ParseBool(v) + if err != nil { + return nil + } + return b +} + +func ParseEnvInt(v string) interface{} { + i, err := strconv.ParseInt(v, 0, 0) + if err != nil { + return nil + } + return int(i) +} + +func ParseEnvFloat(v string) interface{} { + f, err := strconv.ParseFloat(v, 64) + if err != nil { + return nil + } + return f +} + +func ParseEnvStringArray(v string) interface{} { + var result pulumi.StringArray + for _, item := range strings.Split(v, ";") { + result = append(result, pulumi.String(item)) + } + return result +} + +func GetEnvOrDefault(def interface{}, parser envParser, vars ...string) interface{} { + for _, v := range vars { + if value, ok := os.LookupEnv(v); ok { + if parser != nil { + return parser(value) + } + return value + } + } + return def +} + +// PkgVersion uses reflection to determine the version of the current package. +// If a version cannot be determined, v1 will be assumed. The second return +// value is always nil. +func PkgVersion() (semver.Version, error) { + // emptyVersion defaults to v0.0.0 + if !SdkVersion.Equals(semver.Version{}) { + return SdkVersion, nil + } + type sentinal struct{} + pkgPath := reflect.TypeOf(sentinal{}).PkgPath() + re := regexp.MustCompile("^.*/pulumi-chronosphere/sdk(/v\\d+)?") + if match := re.FindStringSubmatch(pkgPath); match != nil { + vStr := match[1] + if len(vStr) == 0 { // If the version capture group was empty, default to v1. + return semver.Version{Major: 1}, nil + } + return semver.MustParse(fmt.Sprintf("%s.0.0", vStr[2:])), nil + } + return semver.Version{Major: 1}, nil +} + +// isZero is a null safe check for if a value is it's types zero value. +func IsZero(v interface{}) bool { + if v == nil { + return true + } + return reflect.ValueOf(v).IsZero() +} + +// PkgResourceDefaultOpts provides package level defaults to pulumi.OptionResource. +func PkgResourceDefaultOpts(opts []pulumi.ResourceOption) []pulumi.ResourceOption { + defaults := []pulumi.ResourceOption{} + + version := SdkVersion + if !version.Equals(semver.Version{}) { + defaults = append(defaults, pulumi.Version(version.String())) + } + return append(defaults, opts...) +} + +// PkgInvokeDefaultOpts provides package level defaults to pulumi.OptionInvoke. +func PkgInvokeDefaultOpts(opts []pulumi.InvokeOption) []pulumi.InvokeOption { + defaults := []pulumi.InvokeOption{} + + version := SdkVersion + if !version.Equals(semver.Version{}) { + defaults = append(defaults, pulumi.Version(version.String())) + } + return append(defaults, opts...) +} diff --git a/sdk/go/chronosphere/internal/pulumiVersion.go b/sdk/go/chronosphere/internal/pulumiVersion.go new file mode 100644 index 00000000..d5916876 --- /dev/null +++ b/sdk/go/chronosphere/internal/pulumiVersion.go @@ -0,0 +1,11 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package internal + +import ( + "github.com/blang/semver" +) + +var SdkVersion semver.Version = semver.Version{} +var pluginDownloadURL string = "" diff --git a/sdk/go/chronosphere/mappingRule.go b/sdk/go/chronosphere/mappingRule.go new file mode 100644 index 00000000..a1a92e0d --- /dev/null +++ b/sdk/go/chronosphere/mappingRule.go @@ -0,0 +1,296 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type MappingRule struct { + pulumi.CustomResourceState + + Aggregations pulumi.StringPtrOutput `pulumi:"aggregations"` + BucketId pulumi.StringPtrOutput `pulumi:"bucketId"` + Drop pulumi.BoolPtrOutput `pulumi:"drop"` + DropTimestamp pulumi.BoolPtrOutput `pulumi:"dropTimestamp"` + Filter pulumi.StringOutput `pulumi:"filter"` + Interval pulumi.StringPtrOutput `pulumi:"interval"` + Mode pulumi.StringPtrOutput `pulumi:"mode"` + Name pulumi.StringOutput `pulumi:"name"` + Slug pulumi.StringOutput `pulumi:"slug"` + StoragePolicy MappingRuleStoragePolicyPtrOutput `pulumi:"storagePolicy"` +} + +// NewMappingRule registers a new resource with the given unique name, arguments, and options. +func NewMappingRule(ctx *pulumi.Context, + name string, args *MappingRuleArgs, opts ...pulumi.ResourceOption) (*MappingRule, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.Filter == nil { + return nil, errors.New("invalid value for required argument 'Filter'") + } + if args.Name == nil { + return nil, errors.New("invalid value for required argument 'Name'") + } + opts = internal.PkgResourceDefaultOpts(opts) + var resource MappingRule + err := ctx.RegisterResource("chronosphere:index/mappingRule:MappingRule", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetMappingRule gets an existing MappingRule resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetMappingRule(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *MappingRuleState, opts ...pulumi.ResourceOption) (*MappingRule, error) { + var resource MappingRule + err := ctx.ReadResource("chronosphere:index/mappingRule:MappingRule", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering MappingRule resources. +type mappingRuleState struct { + Aggregations *string `pulumi:"aggregations"` + BucketId *string `pulumi:"bucketId"` + Drop *bool `pulumi:"drop"` + DropTimestamp *bool `pulumi:"dropTimestamp"` + Filter *string `pulumi:"filter"` + Interval *string `pulumi:"interval"` + Mode *string `pulumi:"mode"` + Name *string `pulumi:"name"` + Slug *string `pulumi:"slug"` + StoragePolicy *MappingRuleStoragePolicy `pulumi:"storagePolicy"` +} + +type MappingRuleState struct { + Aggregations pulumi.StringPtrInput + BucketId pulumi.StringPtrInput + Drop pulumi.BoolPtrInput + DropTimestamp pulumi.BoolPtrInput + Filter pulumi.StringPtrInput + Interval pulumi.StringPtrInput + Mode pulumi.StringPtrInput + Name pulumi.StringPtrInput + Slug pulumi.StringPtrInput + StoragePolicy MappingRuleStoragePolicyPtrInput +} + +func (MappingRuleState) ElementType() reflect.Type { + return reflect.TypeOf((*mappingRuleState)(nil)).Elem() +} + +type mappingRuleArgs struct { + Aggregations *string `pulumi:"aggregations"` + BucketId *string `pulumi:"bucketId"` + Drop *bool `pulumi:"drop"` + DropTimestamp *bool `pulumi:"dropTimestamp"` + Filter string `pulumi:"filter"` + Interval *string `pulumi:"interval"` + Mode *string `pulumi:"mode"` + Name string `pulumi:"name"` + Slug *string `pulumi:"slug"` + StoragePolicy *MappingRuleStoragePolicy `pulumi:"storagePolicy"` +} + +// The set of arguments for constructing a MappingRule resource. +type MappingRuleArgs struct { + Aggregations pulumi.StringPtrInput + BucketId pulumi.StringPtrInput + Drop pulumi.BoolPtrInput + DropTimestamp pulumi.BoolPtrInput + Filter pulumi.StringInput + Interval pulumi.StringPtrInput + Mode pulumi.StringPtrInput + Name pulumi.StringInput + Slug pulumi.StringPtrInput + StoragePolicy MappingRuleStoragePolicyPtrInput +} + +func (MappingRuleArgs) ElementType() reflect.Type { + return reflect.TypeOf((*mappingRuleArgs)(nil)).Elem() +} + +type MappingRuleInput interface { + pulumi.Input + + ToMappingRuleOutput() MappingRuleOutput + ToMappingRuleOutputWithContext(ctx context.Context) MappingRuleOutput +} + +func (*MappingRule) ElementType() reflect.Type { + return reflect.TypeOf((**MappingRule)(nil)).Elem() +} + +func (i *MappingRule) ToMappingRuleOutput() MappingRuleOutput { + return i.ToMappingRuleOutputWithContext(context.Background()) +} + +func (i *MappingRule) ToMappingRuleOutputWithContext(ctx context.Context) MappingRuleOutput { + return pulumi.ToOutputWithContext(ctx, i).(MappingRuleOutput) +} + +// MappingRuleArrayInput is an input type that accepts MappingRuleArray and MappingRuleArrayOutput values. +// You can construct a concrete instance of `MappingRuleArrayInput` via: +// +// MappingRuleArray{ MappingRuleArgs{...} } +type MappingRuleArrayInput interface { + pulumi.Input + + ToMappingRuleArrayOutput() MappingRuleArrayOutput + ToMappingRuleArrayOutputWithContext(context.Context) MappingRuleArrayOutput +} + +type MappingRuleArray []MappingRuleInput + +func (MappingRuleArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*MappingRule)(nil)).Elem() +} + +func (i MappingRuleArray) ToMappingRuleArrayOutput() MappingRuleArrayOutput { + return i.ToMappingRuleArrayOutputWithContext(context.Background()) +} + +func (i MappingRuleArray) ToMappingRuleArrayOutputWithContext(ctx context.Context) MappingRuleArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(MappingRuleArrayOutput) +} + +// MappingRuleMapInput is an input type that accepts MappingRuleMap and MappingRuleMapOutput values. +// You can construct a concrete instance of `MappingRuleMapInput` via: +// +// MappingRuleMap{ "key": MappingRuleArgs{...} } +type MappingRuleMapInput interface { + pulumi.Input + + ToMappingRuleMapOutput() MappingRuleMapOutput + ToMappingRuleMapOutputWithContext(context.Context) MappingRuleMapOutput +} + +type MappingRuleMap map[string]MappingRuleInput + +func (MappingRuleMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*MappingRule)(nil)).Elem() +} + +func (i MappingRuleMap) ToMappingRuleMapOutput() MappingRuleMapOutput { + return i.ToMappingRuleMapOutputWithContext(context.Background()) +} + +func (i MappingRuleMap) ToMappingRuleMapOutputWithContext(ctx context.Context) MappingRuleMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(MappingRuleMapOutput) +} + +type MappingRuleOutput struct{ *pulumi.OutputState } + +func (MappingRuleOutput) ElementType() reflect.Type { + return reflect.TypeOf((**MappingRule)(nil)).Elem() +} + +func (o MappingRuleOutput) ToMappingRuleOutput() MappingRuleOutput { + return o +} + +func (o MappingRuleOutput) ToMappingRuleOutputWithContext(ctx context.Context) MappingRuleOutput { + return o +} + +func (o MappingRuleOutput) Aggregations() pulumi.StringPtrOutput { + return o.ApplyT(func(v *MappingRule) pulumi.StringPtrOutput { return v.Aggregations }).(pulumi.StringPtrOutput) +} + +func (o MappingRuleOutput) BucketId() pulumi.StringPtrOutput { + return o.ApplyT(func(v *MappingRule) pulumi.StringPtrOutput { return v.BucketId }).(pulumi.StringPtrOutput) +} + +func (o MappingRuleOutput) Drop() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *MappingRule) pulumi.BoolPtrOutput { return v.Drop }).(pulumi.BoolPtrOutput) +} + +func (o MappingRuleOutput) DropTimestamp() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *MappingRule) pulumi.BoolPtrOutput { return v.DropTimestamp }).(pulumi.BoolPtrOutput) +} + +func (o MappingRuleOutput) Filter() pulumi.StringOutput { + return o.ApplyT(func(v *MappingRule) pulumi.StringOutput { return v.Filter }).(pulumi.StringOutput) +} + +func (o MappingRuleOutput) Interval() pulumi.StringPtrOutput { + return o.ApplyT(func(v *MappingRule) pulumi.StringPtrOutput { return v.Interval }).(pulumi.StringPtrOutput) +} + +func (o MappingRuleOutput) Mode() pulumi.StringPtrOutput { + return o.ApplyT(func(v *MappingRule) pulumi.StringPtrOutput { return v.Mode }).(pulumi.StringPtrOutput) +} + +func (o MappingRuleOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v *MappingRule) pulumi.StringOutput { return v.Name }).(pulumi.StringOutput) +} + +func (o MappingRuleOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v *MappingRule) pulumi.StringOutput { return v.Slug }).(pulumi.StringOutput) +} + +func (o MappingRuleOutput) StoragePolicy() MappingRuleStoragePolicyPtrOutput { + return o.ApplyT(func(v *MappingRule) MappingRuleStoragePolicyPtrOutput { return v.StoragePolicy }).(MappingRuleStoragePolicyPtrOutput) +} + +type MappingRuleArrayOutput struct{ *pulumi.OutputState } + +func (MappingRuleArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*MappingRule)(nil)).Elem() +} + +func (o MappingRuleArrayOutput) ToMappingRuleArrayOutput() MappingRuleArrayOutput { + return o +} + +func (o MappingRuleArrayOutput) ToMappingRuleArrayOutputWithContext(ctx context.Context) MappingRuleArrayOutput { + return o +} + +func (o MappingRuleArrayOutput) Index(i pulumi.IntInput) MappingRuleOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *MappingRule { + return vs[0].([]*MappingRule)[vs[1].(int)] + }).(MappingRuleOutput) +} + +type MappingRuleMapOutput struct{ *pulumi.OutputState } + +func (MappingRuleMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*MappingRule)(nil)).Elem() +} + +func (o MappingRuleMapOutput) ToMappingRuleMapOutput() MappingRuleMapOutput { + return o +} + +func (o MappingRuleMapOutput) ToMappingRuleMapOutputWithContext(ctx context.Context) MappingRuleMapOutput { + return o +} + +func (o MappingRuleMapOutput) MapIndex(k pulumi.StringInput) MappingRuleOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *MappingRule { + return vs[0].(map[string]*MappingRule)[vs[1].(string)] + }).(MappingRuleOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*MappingRuleInput)(nil)).Elem(), &MappingRule{}) + pulumi.RegisterInputType(reflect.TypeOf((*MappingRuleArrayInput)(nil)).Elem(), MappingRuleArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*MappingRuleMapInput)(nil)).Elem(), MappingRuleMap{}) + pulumi.RegisterOutputType(MappingRuleOutput{}) + pulumi.RegisterOutputType(MappingRuleArrayOutput{}) + pulumi.RegisterOutputType(MappingRuleMapOutput{}) +} diff --git a/sdk/go/chronosphere/monitor.go b/sdk/go/chronosphere/monitor.go new file mode 100644 index 00000000..aa05535d --- /dev/null +++ b/sdk/go/chronosphere/monitor.go @@ -0,0 +1,317 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type Monitor struct { + pulumi.CustomResourceState + + Annotations pulumi.StringMapOutput `pulumi:"annotations"` + BucketId pulumi.StringPtrOutput `pulumi:"bucketId"` + CollectionId pulumi.StringPtrOutput `pulumi:"collectionId"` + Interval pulumi.StringPtrOutput `pulumi:"interval"` + Labels pulumi.StringMapOutput `pulumi:"labels"` + Name pulumi.StringOutput `pulumi:"name"` + NotificationPolicyId pulumi.StringPtrOutput `pulumi:"notificationPolicyId"` + Query MonitorQueryOutput `pulumi:"query"` + Schedule MonitorSchedulePtrOutput `pulumi:"schedule"` + SeriesConditions MonitorSeriesConditionsOutput `pulumi:"seriesConditions"` + SignalGrouping MonitorSignalGroupingPtrOutput `pulumi:"signalGrouping"` + Slug pulumi.StringOutput `pulumi:"slug"` +} + +// NewMonitor registers a new resource with the given unique name, arguments, and options. +func NewMonitor(ctx *pulumi.Context, + name string, args *MonitorArgs, opts ...pulumi.ResourceOption) (*Monitor, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.Name == nil { + return nil, errors.New("invalid value for required argument 'Name'") + } + if args.Query == nil { + return nil, errors.New("invalid value for required argument 'Query'") + } + if args.SeriesConditions == nil { + return nil, errors.New("invalid value for required argument 'SeriesConditions'") + } + opts = internal.PkgResourceDefaultOpts(opts) + var resource Monitor + err := ctx.RegisterResource("chronosphere:index/monitor:Monitor", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetMonitor gets an existing Monitor resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetMonitor(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *MonitorState, opts ...pulumi.ResourceOption) (*Monitor, error) { + var resource Monitor + err := ctx.ReadResource("chronosphere:index/monitor:Monitor", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering Monitor resources. +type monitorState struct { + Annotations map[string]string `pulumi:"annotations"` + BucketId *string `pulumi:"bucketId"` + CollectionId *string `pulumi:"collectionId"` + Interval *string `pulumi:"interval"` + Labels map[string]string `pulumi:"labels"` + Name *string `pulumi:"name"` + NotificationPolicyId *string `pulumi:"notificationPolicyId"` + Query *MonitorQuery `pulumi:"query"` + Schedule *MonitorSchedule `pulumi:"schedule"` + SeriesConditions *MonitorSeriesConditions `pulumi:"seriesConditions"` + SignalGrouping *MonitorSignalGrouping `pulumi:"signalGrouping"` + Slug *string `pulumi:"slug"` +} + +type MonitorState struct { + Annotations pulumi.StringMapInput + BucketId pulumi.StringPtrInput + CollectionId pulumi.StringPtrInput + Interval pulumi.StringPtrInput + Labels pulumi.StringMapInput + Name pulumi.StringPtrInput + NotificationPolicyId pulumi.StringPtrInput + Query MonitorQueryPtrInput + Schedule MonitorSchedulePtrInput + SeriesConditions MonitorSeriesConditionsPtrInput + SignalGrouping MonitorSignalGroupingPtrInput + Slug pulumi.StringPtrInput +} + +func (MonitorState) ElementType() reflect.Type { + return reflect.TypeOf((*monitorState)(nil)).Elem() +} + +type monitorArgs struct { + Annotations map[string]string `pulumi:"annotations"` + BucketId *string `pulumi:"bucketId"` + CollectionId *string `pulumi:"collectionId"` + Interval *string `pulumi:"interval"` + Labels map[string]string `pulumi:"labels"` + Name string `pulumi:"name"` + NotificationPolicyId *string `pulumi:"notificationPolicyId"` + Query MonitorQuery `pulumi:"query"` + Schedule *MonitorSchedule `pulumi:"schedule"` + SeriesConditions MonitorSeriesConditions `pulumi:"seriesConditions"` + SignalGrouping *MonitorSignalGrouping `pulumi:"signalGrouping"` + Slug *string `pulumi:"slug"` +} + +// The set of arguments for constructing a Monitor resource. +type MonitorArgs struct { + Annotations pulumi.StringMapInput + BucketId pulumi.StringPtrInput + CollectionId pulumi.StringPtrInput + Interval pulumi.StringPtrInput + Labels pulumi.StringMapInput + Name pulumi.StringInput + NotificationPolicyId pulumi.StringPtrInput + Query MonitorQueryInput + Schedule MonitorSchedulePtrInput + SeriesConditions MonitorSeriesConditionsInput + SignalGrouping MonitorSignalGroupingPtrInput + Slug pulumi.StringPtrInput +} + +func (MonitorArgs) ElementType() reflect.Type { + return reflect.TypeOf((*monitorArgs)(nil)).Elem() +} + +type MonitorInput interface { + pulumi.Input + + ToMonitorOutput() MonitorOutput + ToMonitorOutputWithContext(ctx context.Context) MonitorOutput +} + +func (*Monitor) ElementType() reflect.Type { + return reflect.TypeOf((**Monitor)(nil)).Elem() +} + +func (i *Monitor) ToMonitorOutput() MonitorOutput { + return i.ToMonitorOutputWithContext(context.Background()) +} + +func (i *Monitor) ToMonitorOutputWithContext(ctx context.Context) MonitorOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorOutput) +} + +// MonitorArrayInput is an input type that accepts MonitorArray and MonitorArrayOutput values. +// You can construct a concrete instance of `MonitorArrayInput` via: +// +// MonitorArray{ MonitorArgs{...} } +type MonitorArrayInput interface { + pulumi.Input + + ToMonitorArrayOutput() MonitorArrayOutput + ToMonitorArrayOutputWithContext(context.Context) MonitorArrayOutput +} + +type MonitorArray []MonitorInput + +func (MonitorArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*Monitor)(nil)).Elem() +} + +func (i MonitorArray) ToMonitorArrayOutput() MonitorArrayOutput { + return i.ToMonitorArrayOutputWithContext(context.Background()) +} + +func (i MonitorArray) ToMonitorArrayOutputWithContext(ctx context.Context) MonitorArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorArrayOutput) +} + +// MonitorMapInput is an input type that accepts MonitorMap and MonitorMapOutput values. +// You can construct a concrete instance of `MonitorMapInput` via: +// +// MonitorMap{ "key": MonitorArgs{...} } +type MonitorMapInput interface { + pulumi.Input + + ToMonitorMapOutput() MonitorMapOutput + ToMonitorMapOutputWithContext(context.Context) MonitorMapOutput +} + +type MonitorMap map[string]MonitorInput + +func (MonitorMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*Monitor)(nil)).Elem() +} + +func (i MonitorMap) ToMonitorMapOutput() MonitorMapOutput { + return i.ToMonitorMapOutputWithContext(context.Background()) +} + +func (i MonitorMap) ToMonitorMapOutputWithContext(ctx context.Context) MonitorMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorMapOutput) +} + +type MonitorOutput struct{ *pulumi.OutputState } + +func (MonitorOutput) ElementType() reflect.Type { + return reflect.TypeOf((**Monitor)(nil)).Elem() +} + +func (o MonitorOutput) ToMonitorOutput() MonitorOutput { + return o +} + +func (o MonitorOutput) ToMonitorOutputWithContext(ctx context.Context) MonitorOutput { + return o +} + +func (o MonitorOutput) Annotations() pulumi.StringMapOutput { + return o.ApplyT(func(v *Monitor) pulumi.StringMapOutput { return v.Annotations }).(pulumi.StringMapOutput) +} + +func (o MonitorOutput) BucketId() pulumi.StringPtrOutput { + return o.ApplyT(func(v *Monitor) pulumi.StringPtrOutput { return v.BucketId }).(pulumi.StringPtrOutput) +} + +func (o MonitorOutput) CollectionId() pulumi.StringPtrOutput { + return o.ApplyT(func(v *Monitor) pulumi.StringPtrOutput { return v.CollectionId }).(pulumi.StringPtrOutput) +} + +func (o MonitorOutput) Interval() pulumi.StringPtrOutput { + return o.ApplyT(func(v *Monitor) pulumi.StringPtrOutput { return v.Interval }).(pulumi.StringPtrOutput) +} + +func (o MonitorOutput) Labels() pulumi.StringMapOutput { + return o.ApplyT(func(v *Monitor) pulumi.StringMapOutput { return v.Labels }).(pulumi.StringMapOutput) +} + +func (o MonitorOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v *Monitor) pulumi.StringOutput { return v.Name }).(pulumi.StringOutput) +} + +func (o MonitorOutput) NotificationPolicyId() pulumi.StringPtrOutput { + return o.ApplyT(func(v *Monitor) pulumi.StringPtrOutput { return v.NotificationPolicyId }).(pulumi.StringPtrOutput) +} + +func (o MonitorOutput) Query() MonitorQueryOutput { + return o.ApplyT(func(v *Monitor) MonitorQueryOutput { return v.Query }).(MonitorQueryOutput) +} + +func (o MonitorOutput) Schedule() MonitorSchedulePtrOutput { + return o.ApplyT(func(v *Monitor) MonitorSchedulePtrOutput { return v.Schedule }).(MonitorSchedulePtrOutput) +} + +func (o MonitorOutput) SeriesConditions() MonitorSeriesConditionsOutput { + return o.ApplyT(func(v *Monitor) MonitorSeriesConditionsOutput { return v.SeriesConditions }).(MonitorSeriesConditionsOutput) +} + +func (o MonitorOutput) SignalGrouping() MonitorSignalGroupingPtrOutput { + return o.ApplyT(func(v *Monitor) MonitorSignalGroupingPtrOutput { return v.SignalGrouping }).(MonitorSignalGroupingPtrOutput) +} + +func (o MonitorOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v *Monitor) pulumi.StringOutput { return v.Slug }).(pulumi.StringOutput) +} + +type MonitorArrayOutput struct{ *pulumi.OutputState } + +func (MonitorArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*Monitor)(nil)).Elem() +} + +func (o MonitorArrayOutput) ToMonitorArrayOutput() MonitorArrayOutput { + return o +} + +func (o MonitorArrayOutput) ToMonitorArrayOutputWithContext(ctx context.Context) MonitorArrayOutput { + return o +} + +func (o MonitorArrayOutput) Index(i pulumi.IntInput) MonitorOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *Monitor { + return vs[0].([]*Monitor)[vs[1].(int)] + }).(MonitorOutput) +} + +type MonitorMapOutput struct{ *pulumi.OutputState } + +func (MonitorMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*Monitor)(nil)).Elem() +} + +func (o MonitorMapOutput) ToMonitorMapOutput() MonitorMapOutput { + return o +} + +func (o MonitorMapOutput) ToMonitorMapOutputWithContext(ctx context.Context) MonitorMapOutput { + return o +} + +func (o MonitorMapOutput) MapIndex(k pulumi.StringInput) MonitorOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *Monitor { + return vs[0].(map[string]*Monitor)[vs[1].(string)] + }).(MonitorOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*MonitorInput)(nil)).Elem(), &Monitor{}) + pulumi.RegisterInputType(reflect.TypeOf((*MonitorArrayInput)(nil)).Elem(), MonitorArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*MonitorMapInput)(nil)).Elem(), MonitorMap{}) + pulumi.RegisterOutputType(MonitorOutput{}) + pulumi.RegisterOutputType(MonitorArrayOutput{}) + pulumi.RegisterOutputType(MonitorMapOutput{}) +} diff --git a/sdk/go/chronosphere/notificationPolicy.go b/sdk/go/chronosphere/notificationPolicy.go new file mode 100644 index 00000000..b062f524 --- /dev/null +++ b/sdk/go/chronosphere/notificationPolicy.go @@ -0,0 +1,275 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type NotificationPolicy struct { + pulumi.CustomResourceState + + IsIndependent pulumi.BoolOutput `pulumi:"isIndependent"` + Name pulumi.StringPtrOutput `pulumi:"name"` + NotificationPolicyData pulumi.StringOutput `pulumi:"notificationPolicyData"` + Overrides NotificationPolicyOverrideArrayOutput `pulumi:"overrides"` + Routes NotificationPolicyRouteArrayOutput `pulumi:"routes"` + // Deprecated: `rule` is deprecated, use `route` instead. + Rules NotificationPolicyRuleArrayOutput `pulumi:"rules"` + Slug pulumi.StringOutput `pulumi:"slug"` + TeamId pulumi.StringPtrOutput `pulumi:"teamId"` +} + +// NewNotificationPolicy registers a new resource with the given unique name, arguments, and options. +func NewNotificationPolicy(ctx *pulumi.Context, + name string, args *NotificationPolicyArgs, opts ...pulumi.ResourceOption) (*NotificationPolicy, error) { + if args == nil { + args = &NotificationPolicyArgs{} + } + + opts = internal.PkgResourceDefaultOpts(opts) + var resource NotificationPolicy + err := ctx.RegisterResource("chronosphere:index/notificationPolicy:NotificationPolicy", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetNotificationPolicy gets an existing NotificationPolicy resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetNotificationPolicy(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *NotificationPolicyState, opts ...pulumi.ResourceOption) (*NotificationPolicy, error) { + var resource NotificationPolicy + err := ctx.ReadResource("chronosphere:index/notificationPolicy:NotificationPolicy", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering NotificationPolicy resources. +type notificationPolicyState struct { + IsIndependent *bool `pulumi:"isIndependent"` + Name *string `pulumi:"name"` + NotificationPolicyData *string `pulumi:"notificationPolicyData"` + Overrides []NotificationPolicyOverride `pulumi:"overrides"` + Routes []NotificationPolicyRoute `pulumi:"routes"` + // Deprecated: `rule` is deprecated, use `route` instead. + Rules []NotificationPolicyRule `pulumi:"rules"` + Slug *string `pulumi:"slug"` + TeamId *string `pulumi:"teamId"` +} + +type NotificationPolicyState struct { + IsIndependent pulumi.BoolPtrInput + Name pulumi.StringPtrInput + NotificationPolicyData pulumi.StringPtrInput + Overrides NotificationPolicyOverrideArrayInput + Routes NotificationPolicyRouteArrayInput + // Deprecated: `rule` is deprecated, use `route` instead. + Rules NotificationPolicyRuleArrayInput + Slug pulumi.StringPtrInput + TeamId pulumi.StringPtrInput +} + +func (NotificationPolicyState) ElementType() reflect.Type { + return reflect.TypeOf((*notificationPolicyState)(nil)).Elem() +} + +type notificationPolicyArgs struct { + Name *string `pulumi:"name"` + NotificationPolicyData *string `pulumi:"notificationPolicyData"` + Overrides []NotificationPolicyOverride `pulumi:"overrides"` + Routes []NotificationPolicyRoute `pulumi:"routes"` + // Deprecated: `rule` is deprecated, use `route` instead. + Rules []NotificationPolicyRule `pulumi:"rules"` + Slug *string `pulumi:"slug"` + TeamId *string `pulumi:"teamId"` +} + +// The set of arguments for constructing a NotificationPolicy resource. +type NotificationPolicyArgs struct { + Name pulumi.StringPtrInput + NotificationPolicyData pulumi.StringPtrInput + Overrides NotificationPolicyOverrideArrayInput + Routes NotificationPolicyRouteArrayInput + // Deprecated: `rule` is deprecated, use `route` instead. + Rules NotificationPolicyRuleArrayInput + Slug pulumi.StringPtrInput + TeamId pulumi.StringPtrInput +} + +func (NotificationPolicyArgs) ElementType() reflect.Type { + return reflect.TypeOf((*notificationPolicyArgs)(nil)).Elem() +} + +type NotificationPolicyInput interface { + pulumi.Input + + ToNotificationPolicyOutput() NotificationPolicyOutput + ToNotificationPolicyOutputWithContext(ctx context.Context) NotificationPolicyOutput +} + +func (*NotificationPolicy) ElementType() reflect.Type { + return reflect.TypeOf((**NotificationPolicy)(nil)).Elem() +} + +func (i *NotificationPolicy) ToNotificationPolicyOutput() NotificationPolicyOutput { + return i.ToNotificationPolicyOutputWithContext(context.Background()) +} + +func (i *NotificationPolicy) ToNotificationPolicyOutputWithContext(ctx context.Context) NotificationPolicyOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyOutput) +} + +// NotificationPolicyArrayInput is an input type that accepts NotificationPolicyArray and NotificationPolicyArrayOutput values. +// You can construct a concrete instance of `NotificationPolicyArrayInput` via: +// +// NotificationPolicyArray{ NotificationPolicyArgs{...} } +type NotificationPolicyArrayInput interface { + pulumi.Input + + ToNotificationPolicyArrayOutput() NotificationPolicyArrayOutput + ToNotificationPolicyArrayOutputWithContext(context.Context) NotificationPolicyArrayOutput +} + +type NotificationPolicyArray []NotificationPolicyInput + +func (NotificationPolicyArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*NotificationPolicy)(nil)).Elem() +} + +func (i NotificationPolicyArray) ToNotificationPolicyArrayOutput() NotificationPolicyArrayOutput { + return i.ToNotificationPolicyArrayOutputWithContext(context.Background()) +} + +func (i NotificationPolicyArray) ToNotificationPolicyArrayOutputWithContext(ctx context.Context) NotificationPolicyArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyArrayOutput) +} + +// NotificationPolicyMapInput is an input type that accepts NotificationPolicyMap and NotificationPolicyMapOutput values. +// You can construct a concrete instance of `NotificationPolicyMapInput` via: +// +// NotificationPolicyMap{ "key": NotificationPolicyArgs{...} } +type NotificationPolicyMapInput interface { + pulumi.Input + + ToNotificationPolicyMapOutput() NotificationPolicyMapOutput + ToNotificationPolicyMapOutputWithContext(context.Context) NotificationPolicyMapOutput +} + +type NotificationPolicyMap map[string]NotificationPolicyInput + +func (NotificationPolicyMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*NotificationPolicy)(nil)).Elem() +} + +func (i NotificationPolicyMap) ToNotificationPolicyMapOutput() NotificationPolicyMapOutput { + return i.ToNotificationPolicyMapOutputWithContext(context.Background()) +} + +func (i NotificationPolicyMap) ToNotificationPolicyMapOutputWithContext(ctx context.Context) NotificationPolicyMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyMapOutput) +} + +type NotificationPolicyOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyOutput) ElementType() reflect.Type { + return reflect.TypeOf((**NotificationPolicy)(nil)).Elem() +} + +func (o NotificationPolicyOutput) ToNotificationPolicyOutput() NotificationPolicyOutput { + return o +} + +func (o NotificationPolicyOutput) ToNotificationPolicyOutputWithContext(ctx context.Context) NotificationPolicyOutput { + return o +} + +func (o NotificationPolicyOutput) IsIndependent() pulumi.BoolOutput { + return o.ApplyT(func(v *NotificationPolicy) pulumi.BoolOutput { return v.IsIndependent }).(pulumi.BoolOutput) +} + +func (o NotificationPolicyOutput) Name() pulumi.StringPtrOutput { + return o.ApplyT(func(v *NotificationPolicy) pulumi.StringPtrOutput { return v.Name }).(pulumi.StringPtrOutput) +} + +func (o NotificationPolicyOutput) NotificationPolicyData() pulumi.StringOutput { + return o.ApplyT(func(v *NotificationPolicy) pulumi.StringOutput { return v.NotificationPolicyData }).(pulumi.StringOutput) +} + +func (o NotificationPolicyOutput) Overrides() NotificationPolicyOverrideArrayOutput { + return o.ApplyT(func(v *NotificationPolicy) NotificationPolicyOverrideArrayOutput { return v.Overrides }).(NotificationPolicyOverrideArrayOutput) +} + +func (o NotificationPolicyOutput) Routes() NotificationPolicyRouteArrayOutput { + return o.ApplyT(func(v *NotificationPolicy) NotificationPolicyRouteArrayOutput { return v.Routes }).(NotificationPolicyRouteArrayOutput) +} + +// Deprecated: `rule` is deprecated, use `route` instead. +func (o NotificationPolicyOutput) Rules() NotificationPolicyRuleArrayOutput { + return o.ApplyT(func(v *NotificationPolicy) NotificationPolicyRuleArrayOutput { return v.Rules }).(NotificationPolicyRuleArrayOutput) +} + +func (o NotificationPolicyOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v *NotificationPolicy) pulumi.StringOutput { return v.Slug }).(pulumi.StringOutput) +} + +func (o NotificationPolicyOutput) TeamId() pulumi.StringPtrOutput { + return o.ApplyT(func(v *NotificationPolicy) pulumi.StringPtrOutput { return v.TeamId }).(pulumi.StringPtrOutput) +} + +type NotificationPolicyArrayOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*NotificationPolicy)(nil)).Elem() +} + +func (o NotificationPolicyArrayOutput) ToNotificationPolicyArrayOutput() NotificationPolicyArrayOutput { + return o +} + +func (o NotificationPolicyArrayOutput) ToNotificationPolicyArrayOutputWithContext(ctx context.Context) NotificationPolicyArrayOutput { + return o +} + +func (o NotificationPolicyArrayOutput) Index(i pulumi.IntInput) NotificationPolicyOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *NotificationPolicy { + return vs[0].([]*NotificationPolicy)[vs[1].(int)] + }).(NotificationPolicyOutput) +} + +type NotificationPolicyMapOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*NotificationPolicy)(nil)).Elem() +} + +func (o NotificationPolicyMapOutput) ToNotificationPolicyMapOutput() NotificationPolicyMapOutput { + return o +} + +func (o NotificationPolicyMapOutput) ToNotificationPolicyMapOutputWithContext(ctx context.Context) NotificationPolicyMapOutput { + return o +} + +func (o NotificationPolicyMapOutput) MapIndex(k pulumi.StringInput) NotificationPolicyOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *NotificationPolicy { + return vs[0].(map[string]*NotificationPolicy)[vs[1].(string)] + }).(NotificationPolicyOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyInput)(nil)).Elem(), &NotificationPolicy{}) + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyArrayInput)(nil)).Elem(), NotificationPolicyArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyMapInput)(nil)).Elem(), NotificationPolicyMap{}) + pulumi.RegisterOutputType(NotificationPolicyOutput{}) + pulumi.RegisterOutputType(NotificationPolicyArrayOutput{}) + pulumi.RegisterOutputType(NotificationPolicyMapOutput{}) +} diff --git a/sdk/go/chronosphere/notificationPolicyDataSource.go b/sdk/go/chronosphere/notificationPolicyDataSource.go new file mode 100644 index 00000000..f4e4ca70 --- /dev/null +++ b/sdk/go/chronosphere/notificationPolicyDataSource.go @@ -0,0 +1,135 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +func NotificationPolicyDataSource(ctx *pulumi.Context, args *NotificationPolicyDataSourceArgs, opts ...pulumi.InvokeOption) (*NotificationPolicyDataSourceResult, error) { + opts = internal.PkgInvokeDefaultOpts(opts) + var rv NotificationPolicyDataSourceResult + err := ctx.Invoke("chronosphere:index/notificationPolicyDataSource:NotificationPolicyDataSource", args, &rv, opts...) + if err != nil { + return nil, err + } + return &rv, nil +} + +// A collection of arguments for invoking NotificationPolicyDataSource. +type NotificationPolicyDataSourceArgs struct { + Name *string `pulumi:"name"` + NotificationPolicyData *string `pulumi:"notificationPolicyData"` + Overrides []NotificationPolicyDataSourceOverride `pulumi:"overrides"` + Routes []NotificationPolicyDataSourceRoute `pulumi:"routes"` + // Deprecated: `rule` is deprecated, use `route` instead. + Rules []NotificationPolicyDataSourceRule `pulumi:"rules"` + Slug *string `pulumi:"slug"` + TeamId *string `pulumi:"teamId"` +} + +// A collection of values returned by NotificationPolicyDataSource. +type NotificationPolicyDataSourceResult struct { + // The provider-assigned unique ID for this managed resource. + Id string `pulumi:"id"` + IsIndependent bool `pulumi:"isIndependent"` + Name *string `pulumi:"name"` + NotificationPolicyData string `pulumi:"notificationPolicyData"` + Overrides []NotificationPolicyDataSourceOverride `pulumi:"overrides"` + Routes []NotificationPolicyDataSourceRoute `pulumi:"routes"` + // Deprecated: `rule` is deprecated, use `route` instead. + Rules []NotificationPolicyDataSourceRule `pulumi:"rules"` + Slug string `pulumi:"slug"` + TeamId *string `pulumi:"teamId"` +} + +func NotificationPolicyDataSourceOutput(ctx *pulumi.Context, args NotificationPolicyDataSourceOutputArgs, opts ...pulumi.InvokeOption) NotificationPolicyDataSourceResultOutput { + return pulumi.ToOutputWithContext(context.Background(), args). + ApplyT(func(v interface{}) (NotificationPolicyDataSourceResult, error) { + args := v.(NotificationPolicyDataSourceArgs) + r, err := NotificationPolicyDataSource(ctx, &args, opts...) + var s NotificationPolicyDataSourceResult + if r != nil { + s = *r + } + return s, err + }).(NotificationPolicyDataSourceResultOutput) +} + +// A collection of arguments for invoking NotificationPolicyDataSource. +type NotificationPolicyDataSourceOutputArgs struct { + Name pulumi.StringPtrInput `pulumi:"name"` + NotificationPolicyData pulumi.StringPtrInput `pulumi:"notificationPolicyData"` + Overrides NotificationPolicyDataSourceOverrideArrayInput `pulumi:"overrides"` + Routes NotificationPolicyDataSourceRouteArrayInput `pulumi:"routes"` + // Deprecated: `rule` is deprecated, use `route` instead. + Rules NotificationPolicyDataSourceRuleArrayInput `pulumi:"rules"` + Slug pulumi.StringPtrInput `pulumi:"slug"` + TeamId pulumi.StringPtrInput `pulumi:"teamId"` +} + +func (NotificationPolicyDataSourceOutputArgs) ElementType() reflect.Type { + return reflect.TypeOf((*NotificationPolicyDataSourceArgs)(nil)).Elem() +} + +// A collection of values returned by NotificationPolicyDataSource. +type NotificationPolicyDataSourceResultOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyDataSourceResultOutput) ElementType() reflect.Type { + return reflect.TypeOf((*NotificationPolicyDataSourceResult)(nil)).Elem() +} + +func (o NotificationPolicyDataSourceResultOutput) ToNotificationPolicyDataSourceResultOutput() NotificationPolicyDataSourceResultOutput { + return o +} + +func (o NotificationPolicyDataSourceResultOutput) ToNotificationPolicyDataSourceResultOutputWithContext(ctx context.Context) NotificationPolicyDataSourceResultOutput { + return o +} + +// The provider-assigned unique ID for this managed resource. +func (o NotificationPolicyDataSourceResultOutput) Id() pulumi.StringOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceResult) string { return v.Id }).(pulumi.StringOutput) +} + +func (o NotificationPolicyDataSourceResultOutput) IsIndependent() pulumi.BoolOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceResult) bool { return v.IsIndependent }).(pulumi.BoolOutput) +} + +func (o NotificationPolicyDataSourceResultOutput) Name() pulumi.StringPtrOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceResult) *string { return v.Name }).(pulumi.StringPtrOutput) +} + +func (o NotificationPolicyDataSourceResultOutput) NotificationPolicyData() pulumi.StringOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceResult) string { return v.NotificationPolicyData }).(pulumi.StringOutput) +} + +func (o NotificationPolicyDataSourceResultOutput) Overrides() NotificationPolicyDataSourceOverrideArrayOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceResult) []NotificationPolicyDataSourceOverride { return v.Overrides }).(NotificationPolicyDataSourceOverrideArrayOutput) +} + +func (o NotificationPolicyDataSourceResultOutput) Routes() NotificationPolicyDataSourceRouteArrayOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceResult) []NotificationPolicyDataSourceRoute { return v.Routes }).(NotificationPolicyDataSourceRouteArrayOutput) +} + +// Deprecated: `rule` is deprecated, use `route` instead. +func (o NotificationPolicyDataSourceResultOutput) Rules() NotificationPolicyDataSourceRuleArrayOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceResult) []NotificationPolicyDataSourceRule { return v.Rules }).(NotificationPolicyDataSourceRuleArrayOutput) +} + +func (o NotificationPolicyDataSourceResultOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceResult) string { return v.Slug }).(pulumi.StringOutput) +} + +func (o NotificationPolicyDataSourceResultOutput) TeamId() pulumi.StringPtrOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceResult) *string { return v.TeamId }).(pulumi.StringPtrOutput) +} + +func init() { + pulumi.RegisterOutputType(NotificationPolicyDataSourceResultOutput{}) +} diff --git a/sdk/go/chronosphere/opsgenieAlertNotifier.go b/sdk/go/chronosphere/opsgenieAlertNotifier.go new file mode 100644 index 00000000..7ece2362 --- /dev/null +++ b/sdk/go/chronosphere/opsgenieAlertNotifier.go @@ -0,0 +1,379 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type OpsgenieAlertNotifier struct { + pulumi.CustomResourceState + + ApiKey pulumi.StringOutput `pulumi:"apiKey"` + ApiUrl pulumi.StringPtrOutput `pulumi:"apiUrl"` + BasicAuthPassword pulumi.StringPtrOutput `pulumi:"basicAuthPassword"` + BasicAuthUsername pulumi.StringPtrOutput `pulumi:"basicAuthUsername"` + BearerToken pulumi.StringPtrOutput `pulumi:"bearerToken"` + Description pulumi.StringPtrOutput `pulumi:"description"` + Details pulumi.StringMapOutput `pulumi:"details"` + Message pulumi.StringPtrOutput `pulumi:"message"` + Name pulumi.StringOutput `pulumi:"name"` + Note pulumi.StringPtrOutput `pulumi:"note"` + Priority pulumi.StringPtrOutput `pulumi:"priority"` + ProxyUrl pulumi.StringPtrOutput `pulumi:"proxyUrl"` + Responders OpsgenieAlertNotifierResponderArrayOutput `pulumi:"responders"` + SendResolved pulumi.BoolPtrOutput `pulumi:"sendResolved"` + Slug pulumi.StringOutput `pulumi:"slug"` + Source pulumi.StringPtrOutput `pulumi:"source"` + Tags pulumi.StringArrayOutput `pulumi:"tags"` + TlsInsecureSkipVerify pulumi.BoolPtrOutput `pulumi:"tlsInsecureSkipVerify"` +} + +// NewOpsgenieAlertNotifier registers a new resource with the given unique name, arguments, and options. +func NewOpsgenieAlertNotifier(ctx *pulumi.Context, + name string, args *OpsgenieAlertNotifierArgs, opts ...pulumi.ResourceOption) (*OpsgenieAlertNotifier, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.ApiKey == nil { + return nil, errors.New("invalid value for required argument 'ApiKey'") + } + if args.Name == nil { + return nil, errors.New("invalid value for required argument 'Name'") + } + if args.ApiKey != nil { + args.ApiKey = pulumi.ToSecret(args.ApiKey).(pulumi.StringInput) + } + if args.BasicAuthPassword != nil { + args.BasicAuthPassword = pulumi.ToSecret(args.BasicAuthPassword).(pulumi.StringPtrInput) + } + secrets := pulumi.AdditionalSecretOutputs([]string{ + "apiKey", + "basicAuthPassword", + }) + opts = append(opts, secrets) + opts = internal.PkgResourceDefaultOpts(opts) + var resource OpsgenieAlertNotifier + err := ctx.RegisterResource("chronosphere:index/opsgenieAlertNotifier:OpsgenieAlertNotifier", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetOpsgenieAlertNotifier gets an existing OpsgenieAlertNotifier resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetOpsgenieAlertNotifier(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *OpsgenieAlertNotifierState, opts ...pulumi.ResourceOption) (*OpsgenieAlertNotifier, error) { + var resource OpsgenieAlertNotifier + err := ctx.ReadResource("chronosphere:index/opsgenieAlertNotifier:OpsgenieAlertNotifier", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering OpsgenieAlertNotifier resources. +type opsgenieAlertNotifierState struct { + ApiKey *string `pulumi:"apiKey"` + ApiUrl *string `pulumi:"apiUrl"` + BasicAuthPassword *string `pulumi:"basicAuthPassword"` + BasicAuthUsername *string `pulumi:"basicAuthUsername"` + BearerToken *string `pulumi:"bearerToken"` + Description *string `pulumi:"description"` + Details map[string]string `pulumi:"details"` + Message *string `pulumi:"message"` + Name *string `pulumi:"name"` + Note *string `pulumi:"note"` + Priority *string `pulumi:"priority"` + ProxyUrl *string `pulumi:"proxyUrl"` + Responders []OpsgenieAlertNotifierResponder `pulumi:"responders"` + SendResolved *bool `pulumi:"sendResolved"` + Slug *string `pulumi:"slug"` + Source *string `pulumi:"source"` + Tags []string `pulumi:"tags"` + TlsInsecureSkipVerify *bool `pulumi:"tlsInsecureSkipVerify"` +} + +type OpsgenieAlertNotifierState struct { + ApiKey pulumi.StringPtrInput + ApiUrl pulumi.StringPtrInput + BasicAuthPassword pulumi.StringPtrInput + BasicAuthUsername pulumi.StringPtrInput + BearerToken pulumi.StringPtrInput + Description pulumi.StringPtrInput + Details pulumi.StringMapInput + Message pulumi.StringPtrInput + Name pulumi.StringPtrInput + Note pulumi.StringPtrInput + Priority pulumi.StringPtrInput + ProxyUrl pulumi.StringPtrInput + Responders OpsgenieAlertNotifierResponderArrayInput + SendResolved pulumi.BoolPtrInput + Slug pulumi.StringPtrInput + Source pulumi.StringPtrInput + Tags pulumi.StringArrayInput + TlsInsecureSkipVerify pulumi.BoolPtrInput +} + +func (OpsgenieAlertNotifierState) ElementType() reflect.Type { + return reflect.TypeOf((*opsgenieAlertNotifierState)(nil)).Elem() +} + +type opsgenieAlertNotifierArgs struct { + ApiKey string `pulumi:"apiKey"` + ApiUrl *string `pulumi:"apiUrl"` + BasicAuthPassword *string `pulumi:"basicAuthPassword"` + BasicAuthUsername *string `pulumi:"basicAuthUsername"` + BearerToken *string `pulumi:"bearerToken"` + Description *string `pulumi:"description"` + Details map[string]string `pulumi:"details"` + Message *string `pulumi:"message"` + Name string `pulumi:"name"` + Note *string `pulumi:"note"` + Priority *string `pulumi:"priority"` + ProxyUrl *string `pulumi:"proxyUrl"` + Responders []OpsgenieAlertNotifierResponder `pulumi:"responders"` + SendResolved *bool `pulumi:"sendResolved"` + Slug *string `pulumi:"slug"` + Source *string `pulumi:"source"` + Tags []string `pulumi:"tags"` + TlsInsecureSkipVerify *bool `pulumi:"tlsInsecureSkipVerify"` +} + +// The set of arguments for constructing a OpsgenieAlertNotifier resource. +type OpsgenieAlertNotifierArgs struct { + ApiKey pulumi.StringInput + ApiUrl pulumi.StringPtrInput + BasicAuthPassword pulumi.StringPtrInput + BasicAuthUsername pulumi.StringPtrInput + BearerToken pulumi.StringPtrInput + Description pulumi.StringPtrInput + Details pulumi.StringMapInput + Message pulumi.StringPtrInput + Name pulumi.StringInput + Note pulumi.StringPtrInput + Priority pulumi.StringPtrInput + ProxyUrl pulumi.StringPtrInput + Responders OpsgenieAlertNotifierResponderArrayInput + SendResolved pulumi.BoolPtrInput + Slug pulumi.StringPtrInput + Source pulumi.StringPtrInput + Tags pulumi.StringArrayInput + TlsInsecureSkipVerify pulumi.BoolPtrInput +} + +func (OpsgenieAlertNotifierArgs) ElementType() reflect.Type { + return reflect.TypeOf((*opsgenieAlertNotifierArgs)(nil)).Elem() +} + +type OpsgenieAlertNotifierInput interface { + pulumi.Input + + ToOpsgenieAlertNotifierOutput() OpsgenieAlertNotifierOutput + ToOpsgenieAlertNotifierOutputWithContext(ctx context.Context) OpsgenieAlertNotifierOutput +} + +func (*OpsgenieAlertNotifier) ElementType() reflect.Type { + return reflect.TypeOf((**OpsgenieAlertNotifier)(nil)).Elem() +} + +func (i *OpsgenieAlertNotifier) ToOpsgenieAlertNotifierOutput() OpsgenieAlertNotifierOutput { + return i.ToOpsgenieAlertNotifierOutputWithContext(context.Background()) +} + +func (i *OpsgenieAlertNotifier) ToOpsgenieAlertNotifierOutputWithContext(ctx context.Context) OpsgenieAlertNotifierOutput { + return pulumi.ToOutputWithContext(ctx, i).(OpsgenieAlertNotifierOutput) +} + +// OpsgenieAlertNotifierArrayInput is an input type that accepts OpsgenieAlertNotifierArray and OpsgenieAlertNotifierArrayOutput values. +// You can construct a concrete instance of `OpsgenieAlertNotifierArrayInput` via: +// +// OpsgenieAlertNotifierArray{ OpsgenieAlertNotifierArgs{...} } +type OpsgenieAlertNotifierArrayInput interface { + pulumi.Input + + ToOpsgenieAlertNotifierArrayOutput() OpsgenieAlertNotifierArrayOutput + ToOpsgenieAlertNotifierArrayOutputWithContext(context.Context) OpsgenieAlertNotifierArrayOutput +} + +type OpsgenieAlertNotifierArray []OpsgenieAlertNotifierInput + +func (OpsgenieAlertNotifierArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*OpsgenieAlertNotifier)(nil)).Elem() +} + +func (i OpsgenieAlertNotifierArray) ToOpsgenieAlertNotifierArrayOutput() OpsgenieAlertNotifierArrayOutput { + return i.ToOpsgenieAlertNotifierArrayOutputWithContext(context.Background()) +} + +func (i OpsgenieAlertNotifierArray) ToOpsgenieAlertNotifierArrayOutputWithContext(ctx context.Context) OpsgenieAlertNotifierArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(OpsgenieAlertNotifierArrayOutput) +} + +// OpsgenieAlertNotifierMapInput is an input type that accepts OpsgenieAlertNotifierMap and OpsgenieAlertNotifierMapOutput values. +// You can construct a concrete instance of `OpsgenieAlertNotifierMapInput` via: +// +// OpsgenieAlertNotifierMap{ "key": OpsgenieAlertNotifierArgs{...} } +type OpsgenieAlertNotifierMapInput interface { + pulumi.Input + + ToOpsgenieAlertNotifierMapOutput() OpsgenieAlertNotifierMapOutput + ToOpsgenieAlertNotifierMapOutputWithContext(context.Context) OpsgenieAlertNotifierMapOutput +} + +type OpsgenieAlertNotifierMap map[string]OpsgenieAlertNotifierInput + +func (OpsgenieAlertNotifierMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*OpsgenieAlertNotifier)(nil)).Elem() +} + +func (i OpsgenieAlertNotifierMap) ToOpsgenieAlertNotifierMapOutput() OpsgenieAlertNotifierMapOutput { + return i.ToOpsgenieAlertNotifierMapOutputWithContext(context.Background()) +} + +func (i OpsgenieAlertNotifierMap) ToOpsgenieAlertNotifierMapOutputWithContext(ctx context.Context) OpsgenieAlertNotifierMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(OpsgenieAlertNotifierMapOutput) +} + +type OpsgenieAlertNotifierOutput struct{ *pulumi.OutputState } + +func (OpsgenieAlertNotifierOutput) ElementType() reflect.Type { + return reflect.TypeOf((**OpsgenieAlertNotifier)(nil)).Elem() +} + +func (o OpsgenieAlertNotifierOutput) ToOpsgenieAlertNotifierOutput() OpsgenieAlertNotifierOutput { + return o +} + +func (o OpsgenieAlertNotifierOutput) ToOpsgenieAlertNotifierOutputWithContext(ctx context.Context) OpsgenieAlertNotifierOutput { + return o +} + +func (o OpsgenieAlertNotifierOutput) ApiKey() pulumi.StringOutput { + return o.ApplyT(func(v *OpsgenieAlertNotifier) pulumi.StringOutput { return v.ApiKey }).(pulumi.StringOutput) +} + +func (o OpsgenieAlertNotifierOutput) ApiUrl() pulumi.StringPtrOutput { + return o.ApplyT(func(v *OpsgenieAlertNotifier) pulumi.StringPtrOutput { return v.ApiUrl }).(pulumi.StringPtrOutput) +} + +func (o OpsgenieAlertNotifierOutput) BasicAuthPassword() pulumi.StringPtrOutput { + return o.ApplyT(func(v *OpsgenieAlertNotifier) pulumi.StringPtrOutput { return v.BasicAuthPassword }).(pulumi.StringPtrOutput) +} + +func (o OpsgenieAlertNotifierOutput) BasicAuthUsername() pulumi.StringPtrOutput { + return o.ApplyT(func(v *OpsgenieAlertNotifier) pulumi.StringPtrOutput { return v.BasicAuthUsername }).(pulumi.StringPtrOutput) +} + +func (o OpsgenieAlertNotifierOutput) BearerToken() pulumi.StringPtrOutput { + return o.ApplyT(func(v *OpsgenieAlertNotifier) pulumi.StringPtrOutput { return v.BearerToken }).(pulumi.StringPtrOutput) +} + +func (o OpsgenieAlertNotifierOutput) Description() pulumi.StringPtrOutput { + return o.ApplyT(func(v *OpsgenieAlertNotifier) pulumi.StringPtrOutput { return v.Description }).(pulumi.StringPtrOutput) +} + +func (o OpsgenieAlertNotifierOutput) Details() pulumi.StringMapOutput { + return o.ApplyT(func(v *OpsgenieAlertNotifier) pulumi.StringMapOutput { return v.Details }).(pulumi.StringMapOutput) +} + +func (o OpsgenieAlertNotifierOutput) Message() pulumi.StringPtrOutput { + return o.ApplyT(func(v *OpsgenieAlertNotifier) pulumi.StringPtrOutput { return v.Message }).(pulumi.StringPtrOutput) +} + +func (o OpsgenieAlertNotifierOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v *OpsgenieAlertNotifier) pulumi.StringOutput { return v.Name }).(pulumi.StringOutput) +} + +func (o OpsgenieAlertNotifierOutput) Note() pulumi.StringPtrOutput { + return o.ApplyT(func(v *OpsgenieAlertNotifier) pulumi.StringPtrOutput { return v.Note }).(pulumi.StringPtrOutput) +} + +func (o OpsgenieAlertNotifierOutput) Priority() pulumi.StringPtrOutput { + return o.ApplyT(func(v *OpsgenieAlertNotifier) pulumi.StringPtrOutput { return v.Priority }).(pulumi.StringPtrOutput) +} + +func (o OpsgenieAlertNotifierOutput) ProxyUrl() pulumi.StringPtrOutput { + return o.ApplyT(func(v *OpsgenieAlertNotifier) pulumi.StringPtrOutput { return v.ProxyUrl }).(pulumi.StringPtrOutput) +} + +func (o OpsgenieAlertNotifierOutput) Responders() OpsgenieAlertNotifierResponderArrayOutput { + return o.ApplyT(func(v *OpsgenieAlertNotifier) OpsgenieAlertNotifierResponderArrayOutput { return v.Responders }).(OpsgenieAlertNotifierResponderArrayOutput) +} + +func (o OpsgenieAlertNotifierOutput) SendResolved() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *OpsgenieAlertNotifier) pulumi.BoolPtrOutput { return v.SendResolved }).(pulumi.BoolPtrOutput) +} + +func (o OpsgenieAlertNotifierOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v *OpsgenieAlertNotifier) pulumi.StringOutput { return v.Slug }).(pulumi.StringOutput) +} + +func (o OpsgenieAlertNotifierOutput) Source() pulumi.StringPtrOutput { + return o.ApplyT(func(v *OpsgenieAlertNotifier) pulumi.StringPtrOutput { return v.Source }).(pulumi.StringPtrOutput) +} + +func (o OpsgenieAlertNotifierOutput) Tags() pulumi.StringArrayOutput { + return o.ApplyT(func(v *OpsgenieAlertNotifier) pulumi.StringArrayOutput { return v.Tags }).(pulumi.StringArrayOutput) +} + +func (o OpsgenieAlertNotifierOutput) TlsInsecureSkipVerify() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *OpsgenieAlertNotifier) pulumi.BoolPtrOutput { return v.TlsInsecureSkipVerify }).(pulumi.BoolPtrOutput) +} + +type OpsgenieAlertNotifierArrayOutput struct{ *pulumi.OutputState } + +func (OpsgenieAlertNotifierArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*OpsgenieAlertNotifier)(nil)).Elem() +} + +func (o OpsgenieAlertNotifierArrayOutput) ToOpsgenieAlertNotifierArrayOutput() OpsgenieAlertNotifierArrayOutput { + return o +} + +func (o OpsgenieAlertNotifierArrayOutput) ToOpsgenieAlertNotifierArrayOutputWithContext(ctx context.Context) OpsgenieAlertNotifierArrayOutput { + return o +} + +func (o OpsgenieAlertNotifierArrayOutput) Index(i pulumi.IntInput) OpsgenieAlertNotifierOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *OpsgenieAlertNotifier { + return vs[0].([]*OpsgenieAlertNotifier)[vs[1].(int)] + }).(OpsgenieAlertNotifierOutput) +} + +type OpsgenieAlertNotifierMapOutput struct{ *pulumi.OutputState } + +func (OpsgenieAlertNotifierMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*OpsgenieAlertNotifier)(nil)).Elem() +} + +func (o OpsgenieAlertNotifierMapOutput) ToOpsgenieAlertNotifierMapOutput() OpsgenieAlertNotifierMapOutput { + return o +} + +func (o OpsgenieAlertNotifierMapOutput) ToOpsgenieAlertNotifierMapOutputWithContext(ctx context.Context) OpsgenieAlertNotifierMapOutput { + return o +} + +func (o OpsgenieAlertNotifierMapOutput) MapIndex(k pulumi.StringInput) OpsgenieAlertNotifierOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *OpsgenieAlertNotifier { + return vs[0].(map[string]*OpsgenieAlertNotifier)[vs[1].(string)] + }).(OpsgenieAlertNotifierOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*OpsgenieAlertNotifierInput)(nil)).Elem(), &OpsgenieAlertNotifier{}) + pulumi.RegisterInputType(reflect.TypeOf((*OpsgenieAlertNotifierArrayInput)(nil)).Elem(), OpsgenieAlertNotifierArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*OpsgenieAlertNotifierMapInput)(nil)).Elem(), OpsgenieAlertNotifierMap{}) + pulumi.RegisterOutputType(OpsgenieAlertNotifierOutput{}) + pulumi.RegisterOutputType(OpsgenieAlertNotifierArrayOutput{}) + pulumi.RegisterOutputType(OpsgenieAlertNotifierMapOutput{}) +} diff --git a/sdk/go/chronosphere/pagerdutyAlertNotifier.go b/sdk/go/chronosphere/pagerdutyAlertNotifier.go new file mode 100644 index 00000000..af8c0967 --- /dev/null +++ b/sdk/go/chronosphere/pagerdutyAlertNotifier.go @@ -0,0 +1,409 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type PagerdutyAlertNotifier struct { + pulumi.CustomResourceState + + BasicAuthPassword pulumi.StringPtrOutput `pulumi:"basicAuthPassword"` + BasicAuthUsername pulumi.StringPtrOutput `pulumi:"basicAuthUsername"` + BearerToken pulumi.StringPtrOutput `pulumi:"bearerToken"` + Class pulumi.StringPtrOutput `pulumi:"class"` + Client pulumi.StringPtrOutput `pulumi:"client"` + ClientUrl pulumi.StringPtrOutput `pulumi:"clientUrl"` + Component pulumi.StringPtrOutput `pulumi:"component"` + Description pulumi.StringPtrOutput `pulumi:"description"` + Details pulumi.StringMapOutput `pulumi:"details"` + Group pulumi.StringPtrOutput `pulumi:"group"` + Images PagerdutyAlertNotifierImageArrayOutput `pulumi:"images"` + Links PagerdutyAlertNotifierLinkArrayOutput `pulumi:"links"` + Name pulumi.StringOutput `pulumi:"name"` + ProxyUrl pulumi.StringPtrOutput `pulumi:"proxyUrl"` + RoutingKey pulumi.StringPtrOutput `pulumi:"routingKey"` + SendResolved pulumi.BoolPtrOutput `pulumi:"sendResolved"` + ServiceKey pulumi.StringPtrOutput `pulumi:"serviceKey"` + Severity pulumi.StringOutput `pulumi:"severity"` + Slug pulumi.StringOutput `pulumi:"slug"` + TlsInsecureSkipVerify pulumi.BoolPtrOutput `pulumi:"tlsInsecureSkipVerify"` + Url pulumi.StringOutput `pulumi:"url"` +} + +// NewPagerdutyAlertNotifier registers a new resource with the given unique name, arguments, and options. +func NewPagerdutyAlertNotifier(ctx *pulumi.Context, + name string, args *PagerdutyAlertNotifierArgs, opts ...pulumi.ResourceOption) (*PagerdutyAlertNotifier, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.Name == nil { + return nil, errors.New("invalid value for required argument 'Name'") + } + if args.Severity == nil { + return nil, errors.New("invalid value for required argument 'Severity'") + } + if args.Url == nil { + return nil, errors.New("invalid value for required argument 'Url'") + } + if args.BasicAuthPassword != nil { + args.BasicAuthPassword = pulumi.ToSecret(args.BasicAuthPassword).(pulumi.StringPtrInput) + } + if args.ServiceKey != nil { + args.ServiceKey = pulumi.ToSecret(args.ServiceKey).(pulumi.StringPtrInput) + } + secrets := pulumi.AdditionalSecretOutputs([]string{ + "basicAuthPassword", + "serviceKey", + }) + opts = append(opts, secrets) + opts = internal.PkgResourceDefaultOpts(opts) + var resource PagerdutyAlertNotifier + err := ctx.RegisterResource("chronosphere:index/pagerdutyAlertNotifier:PagerdutyAlertNotifier", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetPagerdutyAlertNotifier gets an existing PagerdutyAlertNotifier resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetPagerdutyAlertNotifier(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *PagerdutyAlertNotifierState, opts ...pulumi.ResourceOption) (*PagerdutyAlertNotifier, error) { + var resource PagerdutyAlertNotifier + err := ctx.ReadResource("chronosphere:index/pagerdutyAlertNotifier:PagerdutyAlertNotifier", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering PagerdutyAlertNotifier resources. +type pagerdutyAlertNotifierState struct { + BasicAuthPassword *string `pulumi:"basicAuthPassword"` + BasicAuthUsername *string `pulumi:"basicAuthUsername"` + BearerToken *string `pulumi:"bearerToken"` + Class *string `pulumi:"class"` + Client *string `pulumi:"client"` + ClientUrl *string `pulumi:"clientUrl"` + Component *string `pulumi:"component"` + Description *string `pulumi:"description"` + Details map[string]string `pulumi:"details"` + Group *string `pulumi:"group"` + Images []PagerdutyAlertNotifierImage `pulumi:"images"` + Links []PagerdutyAlertNotifierLink `pulumi:"links"` + Name *string `pulumi:"name"` + ProxyUrl *string `pulumi:"proxyUrl"` + RoutingKey *string `pulumi:"routingKey"` + SendResolved *bool `pulumi:"sendResolved"` + ServiceKey *string `pulumi:"serviceKey"` + Severity *string `pulumi:"severity"` + Slug *string `pulumi:"slug"` + TlsInsecureSkipVerify *bool `pulumi:"tlsInsecureSkipVerify"` + Url *string `pulumi:"url"` +} + +type PagerdutyAlertNotifierState struct { + BasicAuthPassword pulumi.StringPtrInput + BasicAuthUsername pulumi.StringPtrInput + BearerToken pulumi.StringPtrInput + Class pulumi.StringPtrInput + Client pulumi.StringPtrInput + ClientUrl pulumi.StringPtrInput + Component pulumi.StringPtrInput + Description pulumi.StringPtrInput + Details pulumi.StringMapInput + Group pulumi.StringPtrInput + Images PagerdutyAlertNotifierImageArrayInput + Links PagerdutyAlertNotifierLinkArrayInput + Name pulumi.StringPtrInput + ProxyUrl pulumi.StringPtrInput + RoutingKey pulumi.StringPtrInput + SendResolved pulumi.BoolPtrInput + ServiceKey pulumi.StringPtrInput + Severity pulumi.StringPtrInput + Slug pulumi.StringPtrInput + TlsInsecureSkipVerify pulumi.BoolPtrInput + Url pulumi.StringPtrInput +} + +func (PagerdutyAlertNotifierState) ElementType() reflect.Type { + return reflect.TypeOf((*pagerdutyAlertNotifierState)(nil)).Elem() +} + +type pagerdutyAlertNotifierArgs struct { + BasicAuthPassword *string `pulumi:"basicAuthPassword"` + BasicAuthUsername *string `pulumi:"basicAuthUsername"` + BearerToken *string `pulumi:"bearerToken"` + Class *string `pulumi:"class"` + Client *string `pulumi:"client"` + ClientUrl *string `pulumi:"clientUrl"` + Component *string `pulumi:"component"` + Description *string `pulumi:"description"` + Details map[string]string `pulumi:"details"` + Group *string `pulumi:"group"` + Images []PagerdutyAlertNotifierImage `pulumi:"images"` + Links []PagerdutyAlertNotifierLink `pulumi:"links"` + Name string `pulumi:"name"` + ProxyUrl *string `pulumi:"proxyUrl"` + RoutingKey *string `pulumi:"routingKey"` + SendResolved *bool `pulumi:"sendResolved"` + ServiceKey *string `pulumi:"serviceKey"` + Severity string `pulumi:"severity"` + Slug *string `pulumi:"slug"` + TlsInsecureSkipVerify *bool `pulumi:"tlsInsecureSkipVerify"` + Url string `pulumi:"url"` +} + +// The set of arguments for constructing a PagerdutyAlertNotifier resource. +type PagerdutyAlertNotifierArgs struct { + BasicAuthPassword pulumi.StringPtrInput + BasicAuthUsername pulumi.StringPtrInput + BearerToken pulumi.StringPtrInput + Class pulumi.StringPtrInput + Client pulumi.StringPtrInput + ClientUrl pulumi.StringPtrInput + Component pulumi.StringPtrInput + Description pulumi.StringPtrInput + Details pulumi.StringMapInput + Group pulumi.StringPtrInput + Images PagerdutyAlertNotifierImageArrayInput + Links PagerdutyAlertNotifierLinkArrayInput + Name pulumi.StringInput + ProxyUrl pulumi.StringPtrInput + RoutingKey pulumi.StringPtrInput + SendResolved pulumi.BoolPtrInput + ServiceKey pulumi.StringPtrInput + Severity pulumi.StringInput + Slug pulumi.StringPtrInput + TlsInsecureSkipVerify pulumi.BoolPtrInput + Url pulumi.StringInput +} + +func (PagerdutyAlertNotifierArgs) ElementType() reflect.Type { + return reflect.TypeOf((*pagerdutyAlertNotifierArgs)(nil)).Elem() +} + +type PagerdutyAlertNotifierInput interface { + pulumi.Input + + ToPagerdutyAlertNotifierOutput() PagerdutyAlertNotifierOutput + ToPagerdutyAlertNotifierOutputWithContext(ctx context.Context) PagerdutyAlertNotifierOutput +} + +func (*PagerdutyAlertNotifier) ElementType() reflect.Type { + return reflect.TypeOf((**PagerdutyAlertNotifier)(nil)).Elem() +} + +func (i *PagerdutyAlertNotifier) ToPagerdutyAlertNotifierOutput() PagerdutyAlertNotifierOutput { + return i.ToPagerdutyAlertNotifierOutputWithContext(context.Background()) +} + +func (i *PagerdutyAlertNotifier) ToPagerdutyAlertNotifierOutputWithContext(ctx context.Context) PagerdutyAlertNotifierOutput { + return pulumi.ToOutputWithContext(ctx, i).(PagerdutyAlertNotifierOutput) +} + +// PagerdutyAlertNotifierArrayInput is an input type that accepts PagerdutyAlertNotifierArray and PagerdutyAlertNotifierArrayOutput values. +// You can construct a concrete instance of `PagerdutyAlertNotifierArrayInput` via: +// +// PagerdutyAlertNotifierArray{ PagerdutyAlertNotifierArgs{...} } +type PagerdutyAlertNotifierArrayInput interface { + pulumi.Input + + ToPagerdutyAlertNotifierArrayOutput() PagerdutyAlertNotifierArrayOutput + ToPagerdutyAlertNotifierArrayOutputWithContext(context.Context) PagerdutyAlertNotifierArrayOutput +} + +type PagerdutyAlertNotifierArray []PagerdutyAlertNotifierInput + +func (PagerdutyAlertNotifierArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*PagerdutyAlertNotifier)(nil)).Elem() +} + +func (i PagerdutyAlertNotifierArray) ToPagerdutyAlertNotifierArrayOutput() PagerdutyAlertNotifierArrayOutput { + return i.ToPagerdutyAlertNotifierArrayOutputWithContext(context.Background()) +} + +func (i PagerdutyAlertNotifierArray) ToPagerdutyAlertNotifierArrayOutputWithContext(ctx context.Context) PagerdutyAlertNotifierArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(PagerdutyAlertNotifierArrayOutput) +} + +// PagerdutyAlertNotifierMapInput is an input type that accepts PagerdutyAlertNotifierMap and PagerdutyAlertNotifierMapOutput values. +// You can construct a concrete instance of `PagerdutyAlertNotifierMapInput` via: +// +// PagerdutyAlertNotifierMap{ "key": PagerdutyAlertNotifierArgs{...} } +type PagerdutyAlertNotifierMapInput interface { + pulumi.Input + + ToPagerdutyAlertNotifierMapOutput() PagerdutyAlertNotifierMapOutput + ToPagerdutyAlertNotifierMapOutputWithContext(context.Context) PagerdutyAlertNotifierMapOutput +} + +type PagerdutyAlertNotifierMap map[string]PagerdutyAlertNotifierInput + +func (PagerdutyAlertNotifierMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*PagerdutyAlertNotifier)(nil)).Elem() +} + +func (i PagerdutyAlertNotifierMap) ToPagerdutyAlertNotifierMapOutput() PagerdutyAlertNotifierMapOutput { + return i.ToPagerdutyAlertNotifierMapOutputWithContext(context.Background()) +} + +func (i PagerdutyAlertNotifierMap) ToPagerdutyAlertNotifierMapOutputWithContext(ctx context.Context) PagerdutyAlertNotifierMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(PagerdutyAlertNotifierMapOutput) +} + +type PagerdutyAlertNotifierOutput struct{ *pulumi.OutputState } + +func (PagerdutyAlertNotifierOutput) ElementType() reflect.Type { + return reflect.TypeOf((**PagerdutyAlertNotifier)(nil)).Elem() +} + +func (o PagerdutyAlertNotifierOutput) ToPagerdutyAlertNotifierOutput() PagerdutyAlertNotifierOutput { + return o +} + +func (o PagerdutyAlertNotifierOutput) ToPagerdutyAlertNotifierOutputWithContext(ctx context.Context) PagerdutyAlertNotifierOutput { + return o +} + +func (o PagerdutyAlertNotifierOutput) BasicAuthPassword() pulumi.StringPtrOutput { + return o.ApplyT(func(v *PagerdutyAlertNotifier) pulumi.StringPtrOutput { return v.BasicAuthPassword }).(pulumi.StringPtrOutput) +} + +func (o PagerdutyAlertNotifierOutput) BasicAuthUsername() pulumi.StringPtrOutput { + return o.ApplyT(func(v *PagerdutyAlertNotifier) pulumi.StringPtrOutput { return v.BasicAuthUsername }).(pulumi.StringPtrOutput) +} + +func (o PagerdutyAlertNotifierOutput) BearerToken() pulumi.StringPtrOutput { + return o.ApplyT(func(v *PagerdutyAlertNotifier) pulumi.StringPtrOutput { return v.BearerToken }).(pulumi.StringPtrOutput) +} + +func (o PagerdutyAlertNotifierOutput) Class() pulumi.StringPtrOutput { + return o.ApplyT(func(v *PagerdutyAlertNotifier) pulumi.StringPtrOutput { return v.Class }).(pulumi.StringPtrOutput) +} + +func (o PagerdutyAlertNotifierOutput) Client() pulumi.StringPtrOutput { + return o.ApplyT(func(v *PagerdutyAlertNotifier) pulumi.StringPtrOutput { return v.Client }).(pulumi.StringPtrOutput) +} + +func (o PagerdutyAlertNotifierOutput) ClientUrl() pulumi.StringPtrOutput { + return o.ApplyT(func(v *PagerdutyAlertNotifier) pulumi.StringPtrOutput { return v.ClientUrl }).(pulumi.StringPtrOutput) +} + +func (o PagerdutyAlertNotifierOutput) Component() pulumi.StringPtrOutput { + return o.ApplyT(func(v *PagerdutyAlertNotifier) pulumi.StringPtrOutput { return v.Component }).(pulumi.StringPtrOutput) +} + +func (o PagerdutyAlertNotifierOutput) Description() pulumi.StringPtrOutput { + return o.ApplyT(func(v *PagerdutyAlertNotifier) pulumi.StringPtrOutput { return v.Description }).(pulumi.StringPtrOutput) +} + +func (o PagerdutyAlertNotifierOutput) Details() pulumi.StringMapOutput { + return o.ApplyT(func(v *PagerdutyAlertNotifier) pulumi.StringMapOutput { return v.Details }).(pulumi.StringMapOutput) +} + +func (o PagerdutyAlertNotifierOutput) Group() pulumi.StringPtrOutput { + return o.ApplyT(func(v *PagerdutyAlertNotifier) pulumi.StringPtrOutput { return v.Group }).(pulumi.StringPtrOutput) +} + +func (o PagerdutyAlertNotifierOutput) Images() PagerdutyAlertNotifierImageArrayOutput { + return o.ApplyT(func(v *PagerdutyAlertNotifier) PagerdutyAlertNotifierImageArrayOutput { return v.Images }).(PagerdutyAlertNotifierImageArrayOutput) +} + +func (o PagerdutyAlertNotifierOutput) Links() PagerdutyAlertNotifierLinkArrayOutput { + return o.ApplyT(func(v *PagerdutyAlertNotifier) PagerdutyAlertNotifierLinkArrayOutput { return v.Links }).(PagerdutyAlertNotifierLinkArrayOutput) +} + +func (o PagerdutyAlertNotifierOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v *PagerdutyAlertNotifier) pulumi.StringOutput { return v.Name }).(pulumi.StringOutput) +} + +func (o PagerdutyAlertNotifierOutput) ProxyUrl() pulumi.StringPtrOutput { + return o.ApplyT(func(v *PagerdutyAlertNotifier) pulumi.StringPtrOutput { return v.ProxyUrl }).(pulumi.StringPtrOutput) +} + +func (o PagerdutyAlertNotifierOutput) RoutingKey() pulumi.StringPtrOutput { + return o.ApplyT(func(v *PagerdutyAlertNotifier) pulumi.StringPtrOutput { return v.RoutingKey }).(pulumi.StringPtrOutput) +} + +func (o PagerdutyAlertNotifierOutput) SendResolved() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *PagerdutyAlertNotifier) pulumi.BoolPtrOutput { return v.SendResolved }).(pulumi.BoolPtrOutput) +} + +func (o PagerdutyAlertNotifierOutput) ServiceKey() pulumi.StringPtrOutput { + return o.ApplyT(func(v *PagerdutyAlertNotifier) pulumi.StringPtrOutput { return v.ServiceKey }).(pulumi.StringPtrOutput) +} + +func (o PagerdutyAlertNotifierOutput) Severity() pulumi.StringOutput { + return o.ApplyT(func(v *PagerdutyAlertNotifier) pulumi.StringOutput { return v.Severity }).(pulumi.StringOutput) +} + +func (o PagerdutyAlertNotifierOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v *PagerdutyAlertNotifier) pulumi.StringOutput { return v.Slug }).(pulumi.StringOutput) +} + +func (o PagerdutyAlertNotifierOutput) TlsInsecureSkipVerify() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *PagerdutyAlertNotifier) pulumi.BoolPtrOutput { return v.TlsInsecureSkipVerify }).(pulumi.BoolPtrOutput) +} + +func (o PagerdutyAlertNotifierOutput) Url() pulumi.StringOutput { + return o.ApplyT(func(v *PagerdutyAlertNotifier) pulumi.StringOutput { return v.Url }).(pulumi.StringOutput) +} + +type PagerdutyAlertNotifierArrayOutput struct{ *pulumi.OutputState } + +func (PagerdutyAlertNotifierArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*PagerdutyAlertNotifier)(nil)).Elem() +} + +func (o PagerdutyAlertNotifierArrayOutput) ToPagerdutyAlertNotifierArrayOutput() PagerdutyAlertNotifierArrayOutput { + return o +} + +func (o PagerdutyAlertNotifierArrayOutput) ToPagerdutyAlertNotifierArrayOutputWithContext(ctx context.Context) PagerdutyAlertNotifierArrayOutput { + return o +} + +func (o PagerdutyAlertNotifierArrayOutput) Index(i pulumi.IntInput) PagerdutyAlertNotifierOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *PagerdutyAlertNotifier { + return vs[0].([]*PagerdutyAlertNotifier)[vs[1].(int)] + }).(PagerdutyAlertNotifierOutput) +} + +type PagerdutyAlertNotifierMapOutput struct{ *pulumi.OutputState } + +func (PagerdutyAlertNotifierMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*PagerdutyAlertNotifier)(nil)).Elem() +} + +func (o PagerdutyAlertNotifierMapOutput) ToPagerdutyAlertNotifierMapOutput() PagerdutyAlertNotifierMapOutput { + return o +} + +func (o PagerdutyAlertNotifierMapOutput) ToPagerdutyAlertNotifierMapOutputWithContext(ctx context.Context) PagerdutyAlertNotifierMapOutput { + return o +} + +func (o PagerdutyAlertNotifierMapOutput) MapIndex(k pulumi.StringInput) PagerdutyAlertNotifierOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *PagerdutyAlertNotifier { + return vs[0].(map[string]*PagerdutyAlertNotifier)[vs[1].(string)] + }).(PagerdutyAlertNotifierOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*PagerdutyAlertNotifierInput)(nil)).Elem(), &PagerdutyAlertNotifier{}) + pulumi.RegisterInputType(reflect.TypeOf((*PagerdutyAlertNotifierArrayInput)(nil)).Elem(), PagerdutyAlertNotifierArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*PagerdutyAlertNotifierMapInput)(nil)).Elem(), PagerdutyAlertNotifierMap{}) + pulumi.RegisterOutputType(PagerdutyAlertNotifierOutput{}) + pulumi.RegisterOutputType(PagerdutyAlertNotifierArrayOutput{}) + pulumi.RegisterOutputType(PagerdutyAlertNotifierMapOutput{}) +} diff --git a/sdk/go/chronosphere/provider.go b/sdk/go/chronosphere/provider.go new file mode 100644 index 00000000..e7705a57 --- /dev/null +++ b/sdk/go/chronosphere/provider.go @@ -0,0 +1,126 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +// The provider type for the chronosphere package. By default, resources use package-wide configuration +// settings, however an explicit `Provider` instance may be created and passed during resource +// construction to achieve fine-grained programmatic control over provider settings. See the +// [documentation](https://www.pulumi.com/docs/reference/programming-model/#providers) for more information. +type Provider struct { + pulumi.ProviderResourceState + + ApiToken pulumi.StringPtrOutput `pulumi:"apiToken"` + EntityNamespace pulumi.StringPtrOutput `pulumi:"entityNamespace"` + Org pulumi.StringPtrOutput `pulumi:"org"` +} + +// NewProvider registers a new resource with the given unique name, arguments, and options. +func NewProvider(ctx *pulumi.Context, + name string, args *ProviderArgs, opts ...pulumi.ResourceOption) (*Provider, error) { + if args == nil { + args = &ProviderArgs{} + } + + if args.ApiToken == nil { + if d := internal.GetEnvOrDefault(nil, nil, "CHRONOSPHERE_API_TOKEN"); d != nil { + args.ApiToken = pulumi.StringPtr(d.(string)) + } + } + if args.Org == nil { + if d := internal.GetEnvOrDefault(nil, nil, "CHRONOSPHERE_ORG", "CHRONOSPHERE_ORG_NAME"); d != nil { + args.Org = pulumi.StringPtr(d.(string)) + } + } + if args.ApiToken != nil { + args.ApiToken = pulumi.ToSecret(args.ApiToken).(pulumi.StringPtrInput) + } + secrets := pulumi.AdditionalSecretOutputs([]string{ + "apiToken", + }) + opts = append(opts, secrets) + opts = internal.PkgResourceDefaultOpts(opts) + var resource Provider + err := ctx.RegisterResource("pulumi:providers:chronosphere", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +type providerArgs struct { + ApiToken *string `pulumi:"apiToken"` + EntityNamespace *string `pulumi:"entityNamespace"` + Org *string `pulumi:"org"` + Unstable *bool `pulumi:"unstable"` +} + +// The set of arguments for constructing a Provider resource. +type ProviderArgs struct { + ApiToken pulumi.StringPtrInput + EntityNamespace pulumi.StringPtrInput + Org pulumi.StringPtrInput + Unstable pulumi.BoolPtrInput +} + +func (ProviderArgs) ElementType() reflect.Type { + return reflect.TypeOf((*providerArgs)(nil)).Elem() +} + +type ProviderInput interface { + pulumi.Input + + ToProviderOutput() ProviderOutput + ToProviderOutputWithContext(ctx context.Context) ProviderOutput +} + +func (*Provider) ElementType() reflect.Type { + return reflect.TypeOf((**Provider)(nil)).Elem() +} + +func (i *Provider) ToProviderOutput() ProviderOutput { + return i.ToProviderOutputWithContext(context.Background()) +} + +func (i *Provider) ToProviderOutputWithContext(ctx context.Context) ProviderOutput { + return pulumi.ToOutputWithContext(ctx, i).(ProviderOutput) +} + +type ProviderOutput struct{ *pulumi.OutputState } + +func (ProviderOutput) ElementType() reflect.Type { + return reflect.TypeOf((**Provider)(nil)).Elem() +} + +func (o ProviderOutput) ToProviderOutput() ProviderOutput { + return o +} + +func (o ProviderOutput) ToProviderOutputWithContext(ctx context.Context) ProviderOutput { + return o +} + +func (o ProviderOutput) ApiToken() pulumi.StringPtrOutput { + return o.ApplyT(func(v *Provider) pulumi.StringPtrOutput { return v.ApiToken }).(pulumi.StringPtrOutput) +} + +func (o ProviderOutput) EntityNamespace() pulumi.StringPtrOutput { + return o.ApplyT(func(v *Provider) pulumi.StringPtrOutput { return v.EntityNamespace }).(pulumi.StringPtrOutput) +} + +func (o ProviderOutput) Org() pulumi.StringPtrOutput { + return o.ApplyT(func(v *Provider) pulumi.StringPtrOutput { return v.Org }).(pulumi.StringPtrOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*ProviderInput)(nil)).Elem(), &Provider{}) + pulumi.RegisterOutputType(ProviderOutput{}) +} diff --git a/sdk/go/chronosphere/pulumi-plugin.json b/sdk/go/chronosphere/pulumi-plugin.json new file mode 100644 index 00000000..c466b59c --- /dev/null +++ b/sdk/go/chronosphere/pulumi-plugin.json @@ -0,0 +1,4 @@ +{ + "resource": true, + "name": "chronosphere" +} diff --git a/sdk/go/chronosphere/pulumiTypes.go b/sdk/go/chronosphere/pulumiTypes.go new file mode 100644 index 00000000..67e0cef7 --- /dev/null +++ b/sdk/go/chronosphere/pulumiTypes.go @@ -0,0 +1,11539 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +var _ = internal.GetEnvOrDefault + +type DerivedLabelMetricLabel struct { + ConstructedLabel *DerivedLabelMetricLabelConstructedLabel `pulumi:"constructedLabel"` + MappingLabel *DerivedLabelMetricLabelMappingLabel `pulumi:"mappingLabel"` +} + +// DerivedLabelMetricLabelInput is an input type that accepts DerivedLabelMetricLabelArgs and DerivedLabelMetricLabelOutput values. +// You can construct a concrete instance of `DerivedLabelMetricLabelInput` via: +// +// DerivedLabelMetricLabelArgs{...} +type DerivedLabelMetricLabelInput interface { + pulumi.Input + + ToDerivedLabelMetricLabelOutput() DerivedLabelMetricLabelOutput + ToDerivedLabelMetricLabelOutputWithContext(context.Context) DerivedLabelMetricLabelOutput +} + +type DerivedLabelMetricLabelArgs struct { + ConstructedLabel DerivedLabelMetricLabelConstructedLabelPtrInput `pulumi:"constructedLabel"` + MappingLabel DerivedLabelMetricLabelMappingLabelPtrInput `pulumi:"mappingLabel"` +} + +func (DerivedLabelMetricLabelArgs) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedLabelMetricLabel)(nil)).Elem() +} + +func (i DerivedLabelMetricLabelArgs) ToDerivedLabelMetricLabelOutput() DerivedLabelMetricLabelOutput { + return i.ToDerivedLabelMetricLabelOutputWithContext(context.Background()) +} + +func (i DerivedLabelMetricLabelArgs) ToDerivedLabelMetricLabelOutputWithContext(ctx context.Context) DerivedLabelMetricLabelOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelMetricLabelOutput) +} + +func (i DerivedLabelMetricLabelArgs) ToDerivedLabelMetricLabelPtrOutput() DerivedLabelMetricLabelPtrOutput { + return i.ToDerivedLabelMetricLabelPtrOutputWithContext(context.Background()) +} + +func (i DerivedLabelMetricLabelArgs) ToDerivedLabelMetricLabelPtrOutputWithContext(ctx context.Context) DerivedLabelMetricLabelPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelMetricLabelOutput).ToDerivedLabelMetricLabelPtrOutputWithContext(ctx) +} + +// DerivedLabelMetricLabelPtrInput is an input type that accepts DerivedLabelMetricLabelArgs, DerivedLabelMetricLabelPtr and DerivedLabelMetricLabelPtrOutput values. +// You can construct a concrete instance of `DerivedLabelMetricLabelPtrInput` via: +// +// DerivedLabelMetricLabelArgs{...} +// +// or: +// +// nil +type DerivedLabelMetricLabelPtrInput interface { + pulumi.Input + + ToDerivedLabelMetricLabelPtrOutput() DerivedLabelMetricLabelPtrOutput + ToDerivedLabelMetricLabelPtrOutputWithContext(context.Context) DerivedLabelMetricLabelPtrOutput +} + +type derivedLabelMetricLabelPtrType DerivedLabelMetricLabelArgs + +func DerivedLabelMetricLabelPtr(v *DerivedLabelMetricLabelArgs) DerivedLabelMetricLabelPtrInput { + return (*derivedLabelMetricLabelPtrType)(v) +} + +func (*derivedLabelMetricLabelPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**DerivedLabelMetricLabel)(nil)).Elem() +} + +func (i *derivedLabelMetricLabelPtrType) ToDerivedLabelMetricLabelPtrOutput() DerivedLabelMetricLabelPtrOutput { + return i.ToDerivedLabelMetricLabelPtrOutputWithContext(context.Background()) +} + +func (i *derivedLabelMetricLabelPtrType) ToDerivedLabelMetricLabelPtrOutputWithContext(ctx context.Context) DerivedLabelMetricLabelPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelMetricLabelPtrOutput) +} + +type DerivedLabelMetricLabelOutput struct{ *pulumi.OutputState } + +func (DerivedLabelMetricLabelOutput) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedLabelMetricLabel)(nil)).Elem() +} + +func (o DerivedLabelMetricLabelOutput) ToDerivedLabelMetricLabelOutput() DerivedLabelMetricLabelOutput { + return o +} + +func (o DerivedLabelMetricLabelOutput) ToDerivedLabelMetricLabelOutputWithContext(ctx context.Context) DerivedLabelMetricLabelOutput { + return o +} + +func (o DerivedLabelMetricLabelOutput) ToDerivedLabelMetricLabelPtrOutput() DerivedLabelMetricLabelPtrOutput { + return o.ToDerivedLabelMetricLabelPtrOutputWithContext(context.Background()) +} + +func (o DerivedLabelMetricLabelOutput) ToDerivedLabelMetricLabelPtrOutputWithContext(ctx context.Context) DerivedLabelMetricLabelPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v DerivedLabelMetricLabel) *DerivedLabelMetricLabel { + return &v + }).(DerivedLabelMetricLabelPtrOutput) +} + +func (o DerivedLabelMetricLabelOutput) ConstructedLabel() DerivedLabelMetricLabelConstructedLabelPtrOutput { + return o.ApplyT(func(v DerivedLabelMetricLabel) *DerivedLabelMetricLabelConstructedLabel { return v.ConstructedLabel }).(DerivedLabelMetricLabelConstructedLabelPtrOutput) +} + +func (o DerivedLabelMetricLabelOutput) MappingLabel() DerivedLabelMetricLabelMappingLabelPtrOutput { + return o.ApplyT(func(v DerivedLabelMetricLabel) *DerivedLabelMetricLabelMappingLabel { return v.MappingLabel }).(DerivedLabelMetricLabelMappingLabelPtrOutput) +} + +type DerivedLabelMetricLabelPtrOutput struct{ *pulumi.OutputState } + +func (DerivedLabelMetricLabelPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**DerivedLabelMetricLabel)(nil)).Elem() +} + +func (o DerivedLabelMetricLabelPtrOutput) ToDerivedLabelMetricLabelPtrOutput() DerivedLabelMetricLabelPtrOutput { + return o +} + +func (o DerivedLabelMetricLabelPtrOutput) ToDerivedLabelMetricLabelPtrOutputWithContext(ctx context.Context) DerivedLabelMetricLabelPtrOutput { + return o +} + +func (o DerivedLabelMetricLabelPtrOutput) Elem() DerivedLabelMetricLabelOutput { + return o.ApplyT(func(v *DerivedLabelMetricLabel) DerivedLabelMetricLabel { + if v != nil { + return *v + } + var ret DerivedLabelMetricLabel + return ret + }).(DerivedLabelMetricLabelOutput) +} + +func (o DerivedLabelMetricLabelPtrOutput) ConstructedLabel() DerivedLabelMetricLabelConstructedLabelPtrOutput { + return o.ApplyT(func(v *DerivedLabelMetricLabel) *DerivedLabelMetricLabelConstructedLabel { + if v == nil { + return nil + } + return v.ConstructedLabel + }).(DerivedLabelMetricLabelConstructedLabelPtrOutput) +} + +func (o DerivedLabelMetricLabelPtrOutput) MappingLabel() DerivedLabelMetricLabelMappingLabelPtrOutput { + return o.ApplyT(func(v *DerivedLabelMetricLabel) *DerivedLabelMetricLabelMappingLabel { + if v == nil { + return nil + } + return v.MappingLabel + }).(DerivedLabelMetricLabelMappingLabelPtrOutput) +} + +type DerivedLabelMetricLabelConstructedLabel struct { + ValueDefinitions []DerivedLabelMetricLabelConstructedLabelValueDefinition `pulumi:"valueDefinitions"` +} + +// DerivedLabelMetricLabelConstructedLabelInput is an input type that accepts DerivedLabelMetricLabelConstructedLabelArgs and DerivedLabelMetricLabelConstructedLabelOutput values. +// You can construct a concrete instance of `DerivedLabelMetricLabelConstructedLabelInput` via: +// +// DerivedLabelMetricLabelConstructedLabelArgs{...} +type DerivedLabelMetricLabelConstructedLabelInput interface { + pulumi.Input + + ToDerivedLabelMetricLabelConstructedLabelOutput() DerivedLabelMetricLabelConstructedLabelOutput + ToDerivedLabelMetricLabelConstructedLabelOutputWithContext(context.Context) DerivedLabelMetricLabelConstructedLabelOutput +} + +type DerivedLabelMetricLabelConstructedLabelArgs struct { + ValueDefinitions DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayInput `pulumi:"valueDefinitions"` +} + +func (DerivedLabelMetricLabelConstructedLabelArgs) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedLabelMetricLabelConstructedLabel)(nil)).Elem() +} + +func (i DerivedLabelMetricLabelConstructedLabelArgs) ToDerivedLabelMetricLabelConstructedLabelOutput() DerivedLabelMetricLabelConstructedLabelOutput { + return i.ToDerivedLabelMetricLabelConstructedLabelOutputWithContext(context.Background()) +} + +func (i DerivedLabelMetricLabelConstructedLabelArgs) ToDerivedLabelMetricLabelConstructedLabelOutputWithContext(ctx context.Context) DerivedLabelMetricLabelConstructedLabelOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelMetricLabelConstructedLabelOutput) +} + +func (i DerivedLabelMetricLabelConstructedLabelArgs) ToDerivedLabelMetricLabelConstructedLabelPtrOutput() DerivedLabelMetricLabelConstructedLabelPtrOutput { + return i.ToDerivedLabelMetricLabelConstructedLabelPtrOutputWithContext(context.Background()) +} + +func (i DerivedLabelMetricLabelConstructedLabelArgs) ToDerivedLabelMetricLabelConstructedLabelPtrOutputWithContext(ctx context.Context) DerivedLabelMetricLabelConstructedLabelPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelMetricLabelConstructedLabelOutput).ToDerivedLabelMetricLabelConstructedLabelPtrOutputWithContext(ctx) +} + +// DerivedLabelMetricLabelConstructedLabelPtrInput is an input type that accepts DerivedLabelMetricLabelConstructedLabelArgs, DerivedLabelMetricLabelConstructedLabelPtr and DerivedLabelMetricLabelConstructedLabelPtrOutput values. +// You can construct a concrete instance of `DerivedLabelMetricLabelConstructedLabelPtrInput` via: +// +// DerivedLabelMetricLabelConstructedLabelArgs{...} +// +// or: +// +// nil +type DerivedLabelMetricLabelConstructedLabelPtrInput interface { + pulumi.Input + + ToDerivedLabelMetricLabelConstructedLabelPtrOutput() DerivedLabelMetricLabelConstructedLabelPtrOutput + ToDerivedLabelMetricLabelConstructedLabelPtrOutputWithContext(context.Context) DerivedLabelMetricLabelConstructedLabelPtrOutput +} + +type derivedLabelMetricLabelConstructedLabelPtrType DerivedLabelMetricLabelConstructedLabelArgs + +func DerivedLabelMetricLabelConstructedLabelPtr(v *DerivedLabelMetricLabelConstructedLabelArgs) DerivedLabelMetricLabelConstructedLabelPtrInput { + return (*derivedLabelMetricLabelConstructedLabelPtrType)(v) +} + +func (*derivedLabelMetricLabelConstructedLabelPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**DerivedLabelMetricLabelConstructedLabel)(nil)).Elem() +} + +func (i *derivedLabelMetricLabelConstructedLabelPtrType) ToDerivedLabelMetricLabelConstructedLabelPtrOutput() DerivedLabelMetricLabelConstructedLabelPtrOutput { + return i.ToDerivedLabelMetricLabelConstructedLabelPtrOutputWithContext(context.Background()) +} + +func (i *derivedLabelMetricLabelConstructedLabelPtrType) ToDerivedLabelMetricLabelConstructedLabelPtrOutputWithContext(ctx context.Context) DerivedLabelMetricLabelConstructedLabelPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelMetricLabelConstructedLabelPtrOutput) +} + +type DerivedLabelMetricLabelConstructedLabelOutput struct{ *pulumi.OutputState } + +func (DerivedLabelMetricLabelConstructedLabelOutput) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedLabelMetricLabelConstructedLabel)(nil)).Elem() +} + +func (o DerivedLabelMetricLabelConstructedLabelOutput) ToDerivedLabelMetricLabelConstructedLabelOutput() DerivedLabelMetricLabelConstructedLabelOutput { + return o +} + +func (o DerivedLabelMetricLabelConstructedLabelOutput) ToDerivedLabelMetricLabelConstructedLabelOutputWithContext(ctx context.Context) DerivedLabelMetricLabelConstructedLabelOutput { + return o +} + +func (o DerivedLabelMetricLabelConstructedLabelOutput) ToDerivedLabelMetricLabelConstructedLabelPtrOutput() DerivedLabelMetricLabelConstructedLabelPtrOutput { + return o.ToDerivedLabelMetricLabelConstructedLabelPtrOutputWithContext(context.Background()) +} + +func (o DerivedLabelMetricLabelConstructedLabelOutput) ToDerivedLabelMetricLabelConstructedLabelPtrOutputWithContext(ctx context.Context) DerivedLabelMetricLabelConstructedLabelPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v DerivedLabelMetricLabelConstructedLabel) *DerivedLabelMetricLabelConstructedLabel { + return &v + }).(DerivedLabelMetricLabelConstructedLabelPtrOutput) +} + +func (o DerivedLabelMetricLabelConstructedLabelOutput) ValueDefinitions() DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutput { + return o.ApplyT(func(v DerivedLabelMetricLabelConstructedLabel) []DerivedLabelMetricLabelConstructedLabelValueDefinition { + return v.ValueDefinitions + }).(DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutput) +} + +type DerivedLabelMetricLabelConstructedLabelPtrOutput struct{ *pulumi.OutputState } + +func (DerivedLabelMetricLabelConstructedLabelPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**DerivedLabelMetricLabelConstructedLabel)(nil)).Elem() +} + +func (o DerivedLabelMetricLabelConstructedLabelPtrOutput) ToDerivedLabelMetricLabelConstructedLabelPtrOutput() DerivedLabelMetricLabelConstructedLabelPtrOutput { + return o +} + +func (o DerivedLabelMetricLabelConstructedLabelPtrOutput) ToDerivedLabelMetricLabelConstructedLabelPtrOutputWithContext(ctx context.Context) DerivedLabelMetricLabelConstructedLabelPtrOutput { + return o +} + +func (o DerivedLabelMetricLabelConstructedLabelPtrOutput) Elem() DerivedLabelMetricLabelConstructedLabelOutput { + return o.ApplyT(func(v *DerivedLabelMetricLabelConstructedLabel) DerivedLabelMetricLabelConstructedLabel { + if v != nil { + return *v + } + var ret DerivedLabelMetricLabelConstructedLabel + return ret + }).(DerivedLabelMetricLabelConstructedLabelOutput) +} + +func (o DerivedLabelMetricLabelConstructedLabelPtrOutput) ValueDefinitions() DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutput { + return o.ApplyT(func(v *DerivedLabelMetricLabelConstructedLabel) []DerivedLabelMetricLabelConstructedLabelValueDefinition { + if v == nil { + return nil + } + return v.ValueDefinitions + }).(DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutput) +} + +type DerivedLabelMetricLabelConstructedLabelValueDefinition struct { + Filters []DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter `pulumi:"filters"` + Value string `pulumi:"value"` +} + +// DerivedLabelMetricLabelConstructedLabelValueDefinitionInput is an input type that accepts DerivedLabelMetricLabelConstructedLabelValueDefinitionArgs and DerivedLabelMetricLabelConstructedLabelValueDefinitionOutput values. +// You can construct a concrete instance of `DerivedLabelMetricLabelConstructedLabelValueDefinitionInput` via: +// +// DerivedLabelMetricLabelConstructedLabelValueDefinitionArgs{...} +type DerivedLabelMetricLabelConstructedLabelValueDefinitionInput interface { + pulumi.Input + + ToDerivedLabelMetricLabelConstructedLabelValueDefinitionOutput() DerivedLabelMetricLabelConstructedLabelValueDefinitionOutput + ToDerivedLabelMetricLabelConstructedLabelValueDefinitionOutputWithContext(context.Context) DerivedLabelMetricLabelConstructedLabelValueDefinitionOutput +} + +type DerivedLabelMetricLabelConstructedLabelValueDefinitionArgs struct { + Filters DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayInput `pulumi:"filters"` + Value pulumi.StringInput `pulumi:"value"` +} + +func (DerivedLabelMetricLabelConstructedLabelValueDefinitionArgs) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedLabelMetricLabelConstructedLabelValueDefinition)(nil)).Elem() +} + +func (i DerivedLabelMetricLabelConstructedLabelValueDefinitionArgs) ToDerivedLabelMetricLabelConstructedLabelValueDefinitionOutput() DerivedLabelMetricLabelConstructedLabelValueDefinitionOutput { + return i.ToDerivedLabelMetricLabelConstructedLabelValueDefinitionOutputWithContext(context.Background()) +} + +func (i DerivedLabelMetricLabelConstructedLabelValueDefinitionArgs) ToDerivedLabelMetricLabelConstructedLabelValueDefinitionOutputWithContext(ctx context.Context) DerivedLabelMetricLabelConstructedLabelValueDefinitionOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelMetricLabelConstructedLabelValueDefinitionOutput) +} + +// DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayInput is an input type that accepts DerivedLabelMetricLabelConstructedLabelValueDefinitionArray and DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutput values. +// You can construct a concrete instance of `DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayInput` via: +// +// DerivedLabelMetricLabelConstructedLabelValueDefinitionArray{ DerivedLabelMetricLabelConstructedLabelValueDefinitionArgs{...} } +type DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayInput interface { + pulumi.Input + + ToDerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutput() DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutput + ToDerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutputWithContext(context.Context) DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutput +} + +type DerivedLabelMetricLabelConstructedLabelValueDefinitionArray []DerivedLabelMetricLabelConstructedLabelValueDefinitionInput + +func (DerivedLabelMetricLabelConstructedLabelValueDefinitionArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]DerivedLabelMetricLabelConstructedLabelValueDefinition)(nil)).Elem() +} + +func (i DerivedLabelMetricLabelConstructedLabelValueDefinitionArray) ToDerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutput() DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutput { + return i.ToDerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutputWithContext(context.Background()) +} + +func (i DerivedLabelMetricLabelConstructedLabelValueDefinitionArray) ToDerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutputWithContext(ctx context.Context) DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutput) +} + +type DerivedLabelMetricLabelConstructedLabelValueDefinitionOutput struct{ *pulumi.OutputState } + +func (DerivedLabelMetricLabelConstructedLabelValueDefinitionOutput) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedLabelMetricLabelConstructedLabelValueDefinition)(nil)).Elem() +} + +func (o DerivedLabelMetricLabelConstructedLabelValueDefinitionOutput) ToDerivedLabelMetricLabelConstructedLabelValueDefinitionOutput() DerivedLabelMetricLabelConstructedLabelValueDefinitionOutput { + return o +} + +func (o DerivedLabelMetricLabelConstructedLabelValueDefinitionOutput) ToDerivedLabelMetricLabelConstructedLabelValueDefinitionOutputWithContext(ctx context.Context) DerivedLabelMetricLabelConstructedLabelValueDefinitionOutput { + return o +} + +func (o DerivedLabelMetricLabelConstructedLabelValueDefinitionOutput) Filters() DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutput { + return o.ApplyT(func(v DerivedLabelMetricLabelConstructedLabelValueDefinition) []DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter { + return v.Filters + }).(DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutput) +} + +func (o DerivedLabelMetricLabelConstructedLabelValueDefinitionOutput) Value() pulumi.StringOutput { + return o.ApplyT(func(v DerivedLabelMetricLabelConstructedLabelValueDefinition) string { return v.Value }).(pulumi.StringOutput) +} + +type DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutput struct{ *pulumi.OutputState } + +func (DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]DerivedLabelMetricLabelConstructedLabelValueDefinition)(nil)).Elem() +} + +func (o DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutput) ToDerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutput() DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutput { + return o +} + +func (o DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutput) ToDerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutputWithContext(ctx context.Context) DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutput { + return o +} + +func (o DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutput) Index(i pulumi.IntInput) DerivedLabelMetricLabelConstructedLabelValueDefinitionOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) DerivedLabelMetricLabelConstructedLabelValueDefinition { + return vs[0].([]DerivedLabelMetricLabelConstructedLabelValueDefinition)[vs[1].(int)] + }).(DerivedLabelMetricLabelConstructedLabelValueDefinitionOutput) +} + +type DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter struct { + Name string `pulumi:"name"` + ValueGlob string `pulumi:"valueGlob"` +} + +// DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterInput is an input type that accepts DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArgs and DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutput values. +// You can construct a concrete instance of `DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterInput` via: +// +// DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArgs{...} +type DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterInput interface { + pulumi.Input + + ToDerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutput() DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutput + ToDerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutputWithContext(context.Context) DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutput +} + +type DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArgs struct { + Name pulumi.StringInput `pulumi:"name"` + ValueGlob pulumi.StringInput `pulumi:"valueGlob"` +} + +func (DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArgs) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter)(nil)).Elem() +} + +func (i DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArgs) ToDerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutput() DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutput { + return i.ToDerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutputWithContext(context.Background()) +} + +func (i DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArgs) ToDerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutputWithContext(ctx context.Context) DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutput) +} + +// DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayInput is an input type that accepts DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArray and DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutput values. +// You can construct a concrete instance of `DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayInput` via: +// +// DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArray{ DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArgs{...} } +type DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayInput interface { + pulumi.Input + + ToDerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutput() DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutput + ToDerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutputWithContext(context.Context) DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutput +} + +type DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArray []DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterInput + +func (DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter)(nil)).Elem() +} + +func (i DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArray) ToDerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutput() DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutput { + return i.ToDerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutputWithContext(context.Background()) +} + +func (i DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArray) ToDerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutputWithContext(ctx context.Context) DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutput) +} + +type DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutput struct{ *pulumi.OutputState } + +func (DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutput) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter)(nil)).Elem() +} + +func (o DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutput) ToDerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutput() DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutput { + return o +} + +func (o DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutput) ToDerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutputWithContext(ctx context.Context) DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutput { + return o +} + +func (o DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter) string { return v.Name }).(pulumi.StringOutput) +} + +func (o DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutput) ValueGlob() pulumi.StringOutput { + return o.ApplyT(func(v DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter) string { return v.ValueGlob }).(pulumi.StringOutput) +} + +type DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutput struct{ *pulumi.OutputState } + +func (DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter)(nil)).Elem() +} + +func (o DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutput) ToDerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutput() DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutput { + return o +} + +func (o DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutput) ToDerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutputWithContext(ctx context.Context) DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutput { + return o +} + +func (o DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutput) Index(i pulumi.IntInput) DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter { + return vs[0].([]DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter)[vs[1].(int)] + }).(DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutput) +} + +type DerivedLabelMetricLabelMappingLabel struct { + NameMappings []DerivedLabelMetricLabelMappingLabelNameMapping `pulumi:"nameMappings"` + ValueMappings []DerivedLabelMetricLabelMappingLabelValueMapping `pulumi:"valueMappings"` +} + +// DerivedLabelMetricLabelMappingLabelInput is an input type that accepts DerivedLabelMetricLabelMappingLabelArgs and DerivedLabelMetricLabelMappingLabelOutput values. +// You can construct a concrete instance of `DerivedLabelMetricLabelMappingLabelInput` via: +// +// DerivedLabelMetricLabelMappingLabelArgs{...} +type DerivedLabelMetricLabelMappingLabelInput interface { + pulumi.Input + + ToDerivedLabelMetricLabelMappingLabelOutput() DerivedLabelMetricLabelMappingLabelOutput + ToDerivedLabelMetricLabelMappingLabelOutputWithContext(context.Context) DerivedLabelMetricLabelMappingLabelOutput +} + +type DerivedLabelMetricLabelMappingLabelArgs struct { + NameMappings DerivedLabelMetricLabelMappingLabelNameMappingArrayInput `pulumi:"nameMappings"` + ValueMappings DerivedLabelMetricLabelMappingLabelValueMappingArrayInput `pulumi:"valueMappings"` +} + +func (DerivedLabelMetricLabelMappingLabelArgs) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedLabelMetricLabelMappingLabel)(nil)).Elem() +} + +func (i DerivedLabelMetricLabelMappingLabelArgs) ToDerivedLabelMetricLabelMappingLabelOutput() DerivedLabelMetricLabelMappingLabelOutput { + return i.ToDerivedLabelMetricLabelMappingLabelOutputWithContext(context.Background()) +} + +func (i DerivedLabelMetricLabelMappingLabelArgs) ToDerivedLabelMetricLabelMappingLabelOutputWithContext(ctx context.Context) DerivedLabelMetricLabelMappingLabelOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelMetricLabelMappingLabelOutput) +} + +func (i DerivedLabelMetricLabelMappingLabelArgs) ToDerivedLabelMetricLabelMappingLabelPtrOutput() DerivedLabelMetricLabelMappingLabelPtrOutput { + return i.ToDerivedLabelMetricLabelMappingLabelPtrOutputWithContext(context.Background()) +} + +func (i DerivedLabelMetricLabelMappingLabelArgs) ToDerivedLabelMetricLabelMappingLabelPtrOutputWithContext(ctx context.Context) DerivedLabelMetricLabelMappingLabelPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelMetricLabelMappingLabelOutput).ToDerivedLabelMetricLabelMappingLabelPtrOutputWithContext(ctx) +} + +// DerivedLabelMetricLabelMappingLabelPtrInput is an input type that accepts DerivedLabelMetricLabelMappingLabelArgs, DerivedLabelMetricLabelMappingLabelPtr and DerivedLabelMetricLabelMappingLabelPtrOutput values. +// You can construct a concrete instance of `DerivedLabelMetricLabelMappingLabelPtrInput` via: +// +// DerivedLabelMetricLabelMappingLabelArgs{...} +// +// or: +// +// nil +type DerivedLabelMetricLabelMappingLabelPtrInput interface { + pulumi.Input + + ToDerivedLabelMetricLabelMappingLabelPtrOutput() DerivedLabelMetricLabelMappingLabelPtrOutput + ToDerivedLabelMetricLabelMappingLabelPtrOutputWithContext(context.Context) DerivedLabelMetricLabelMappingLabelPtrOutput +} + +type derivedLabelMetricLabelMappingLabelPtrType DerivedLabelMetricLabelMappingLabelArgs + +func DerivedLabelMetricLabelMappingLabelPtr(v *DerivedLabelMetricLabelMappingLabelArgs) DerivedLabelMetricLabelMappingLabelPtrInput { + return (*derivedLabelMetricLabelMappingLabelPtrType)(v) +} + +func (*derivedLabelMetricLabelMappingLabelPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**DerivedLabelMetricLabelMappingLabel)(nil)).Elem() +} + +func (i *derivedLabelMetricLabelMappingLabelPtrType) ToDerivedLabelMetricLabelMappingLabelPtrOutput() DerivedLabelMetricLabelMappingLabelPtrOutput { + return i.ToDerivedLabelMetricLabelMappingLabelPtrOutputWithContext(context.Background()) +} + +func (i *derivedLabelMetricLabelMappingLabelPtrType) ToDerivedLabelMetricLabelMappingLabelPtrOutputWithContext(ctx context.Context) DerivedLabelMetricLabelMappingLabelPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelMetricLabelMappingLabelPtrOutput) +} + +type DerivedLabelMetricLabelMappingLabelOutput struct{ *pulumi.OutputState } + +func (DerivedLabelMetricLabelMappingLabelOutput) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedLabelMetricLabelMappingLabel)(nil)).Elem() +} + +func (o DerivedLabelMetricLabelMappingLabelOutput) ToDerivedLabelMetricLabelMappingLabelOutput() DerivedLabelMetricLabelMappingLabelOutput { + return o +} + +func (o DerivedLabelMetricLabelMappingLabelOutput) ToDerivedLabelMetricLabelMappingLabelOutputWithContext(ctx context.Context) DerivedLabelMetricLabelMappingLabelOutput { + return o +} + +func (o DerivedLabelMetricLabelMappingLabelOutput) ToDerivedLabelMetricLabelMappingLabelPtrOutput() DerivedLabelMetricLabelMappingLabelPtrOutput { + return o.ToDerivedLabelMetricLabelMappingLabelPtrOutputWithContext(context.Background()) +} + +func (o DerivedLabelMetricLabelMappingLabelOutput) ToDerivedLabelMetricLabelMappingLabelPtrOutputWithContext(ctx context.Context) DerivedLabelMetricLabelMappingLabelPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v DerivedLabelMetricLabelMappingLabel) *DerivedLabelMetricLabelMappingLabel { + return &v + }).(DerivedLabelMetricLabelMappingLabelPtrOutput) +} + +func (o DerivedLabelMetricLabelMappingLabelOutput) NameMappings() DerivedLabelMetricLabelMappingLabelNameMappingArrayOutput { + return o.ApplyT(func(v DerivedLabelMetricLabelMappingLabel) []DerivedLabelMetricLabelMappingLabelNameMapping { + return v.NameMappings + }).(DerivedLabelMetricLabelMappingLabelNameMappingArrayOutput) +} + +func (o DerivedLabelMetricLabelMappingLabelOutput) ValueMappings() DerivedLabelMetricLabelMappingLabelValueMappingArrayOutput { + return o.ApplyT(func(v DerivedLabelMetricLabelMappingLabel) []DerivedLabelMetricLabelMappingLabelValueMapping { + return v.ValueMappings + }).(DerivedLabelMetricLabelMappingLabelValueMappingArrayOutput) +} + +type DerivedLabelMetricLabelMappingLabelPtrOutput struct{ *pulumi.OutputState } + +func (DerivedLabelMetricLabelMappingLabelPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**DerivedLabelMetricLabelMappingLabel)(nil)).Elem() +} + +func (o DerivedLabelMetricLabelMappingLabelPtrOutput) ToDerivedLabelMetricLabelMappingLabelPtrOutput() DerivedLabelMetricLabelMappingLabelPtrOutput { + return o +} + +func (o DerivedLabelMetricLabelMappingLabelPtrOutput) ToDerivedLabelMetricLabelMappingLabelPtrOutputWithContext(ctx context.Context) DerivedLabelMetricLabelMappingLabelPtrOutput { + return o +} + +func (o DerivedLabelMetricLabelMappingLabelPtrOutput) Elem() DerivedLabelMetricLabelMappingLabelOutput { + return o.ApplyT(func(v *DerivedLabelMetricLabelMappingLabel) DerivedLabelMetricLabelMappingLabel { + if v != nil { + return *v + } + var ret DerivedLabelMetricLabelMappingLabel + return ret + }).(DerivedLabelMetricLabelMappingLabelOutput) +} + +func (o DerivedLabelMetricLabelMappingLabelPtrOutput) NameMappings() DerivedLabelMetricLabelMappingLabelNameMappingArrayOutput { + return o.ApplyT(func(v *DerivedLabelMetricLabelMappingLabel) []DerivedLabelMetricLabelMappingLabelNameMapping { + if v == nil { + return nil + } + return v.NameMappings + }).(DerivedLabelMetricLabelMappingLabelNameMappingArrayOutput) +} + +func (o DerivedLabelMetricLabelMappingLabelPtrOutput) ValueMappings() DerivedLabelMetricLabelMappingLabelValueMappingArrayOutput { + return o.ApplyT(func(v *DerivedLabelMetricLabelMappingLabel) []DerivedLabelMetricLabelMappingLabelValueMapping { + if v == nil { + return nil + } + return v.ValueMappings + }).(DerivedLabelMetricLabelMappingLabelValueMappingArrayOutput) +} + +type DerivedLabelMetricLabelMappingLabelNameMapping struct { + Filters []DerivedLabelMetricLabelMappingLabelNameMappingFilter `pulumi:"filters"` + SourceLabel string `pulumi:"sourceLabel"` + ValueMappings []DerivedLabelMetricLabelMappingLabelNameMappingValueMapping `pulumi:"valueMappings"` +} + +// DerivedLabelMetricLabelMappingLabelNameMappingInput is an input type that accepts DerivedLabelMetricLabelMappingLabelNameMappingArgs and DerivedLabelMetricLabelMappingLabelNameMappingOutput values. +// You can construct a concrete instance of `DerivedLabelMetricLabelMappingLabelNameMappingInput` via: +// +// DerivedLabelMetricLabelMappingLabelNameMappingArgs{...} +type DerivedLabelMetricLabelMappingLabelNameMappingInput interface { + pulumi.Input + + ToDerivedLabelMetricLabelMappingLabelNameMappingOutput() DerivedLabelMetricLabelMappingLabelNameMappingOutput + ToDerivedLabelMetricLabelMappingLabelNameMappingOutputWithContext(context.Context) DerivedLabelMetricLabelMappingLabelNameMappingOutput +} + +type DerivedLabelMetricLabelMappingLabelNameMappingArgs struct { + Filters DerivedLabelMetricLabelMappingLabelNameMappingFilterArrayInput `pulumi:"filters"` + SourceLabel pulumi.StringInput `pulumi:"sourceLabel"` + ValueMappings DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayInput `pulumi:"valueMappings"` +} + +func (DerivedLabelMetricLabelMappingLabelNameMappingArgs) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedLabelMetricLabelMappingLabelNameMapping)(nil)).Elem() +} + +func (i DerivedLabelMetricLabelMappingLabelNameMappingArgs) ToDerivedLabelMetricLabelMappingLabelNameMappingOutput() DerivedLabelMetricLabelMappingLabelNameMappingOutput { + return i.ToDerivedLabelMetricLabelMappingLabelNameMappingOutputWithContext(context.Background()) +} + +func (i DerivedLabelMetricLabelMappingLabelNameMappingArgs) ToDerivedLabelMetricLabelMappingLabelNameMappingOutputWithContext(ctx context.Context) DerivedLabelMetricLabelMappingLabelNameMappingOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelMetricLabelMappingLabelNameMappingOutput) +} + +// DerivedLabelMetricLabelMappingLabelNameMappingArrayInput is an input type that accepts DerivedLabelMetricLabelMappingLabelNameMappingArray and DerivedLabelMetricLabelMappingLabelNameMappingArrayOutput values. +// You can construct a concrete instance of `DerivedLabelMetricLabelMappingLabelNameMappingArrayInput` via: +// +// DerivedLabelMetricLabelMappingLabelNameMappingArray{ DerivedLabelMetricLabelMappingLabelNameMappingArgs{...} } +type DerivedLabelMetricLabelMappingLabelNameMappingArrayInput interface { + pulumi.Input + + ToDerivedLabelMetricLabelMappingLabelNameMappingArrayOutput() DerivedLabelMetricLabelMappingLabelNameMappingArrayOutput + ToDerivedLabelMetricLabelMappingLabelNameMappingArrayOutputWithContext(context.Context) DerivedLabelMetricLabelMappingLabelNameMappingArrayOutput +} + +type DerivedLabelMetricLabelMappingLabelNameMappingArray []DerivedLabelMetricLabelMappingLabelNameMappingInput + +func (DerivedLabelMetricLabelMappingLabelNameMappingArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]DerivedLabelMetricLabelMappingLabelNameMapping)(nil)).Elem() +} + +func (i DerivedLabelMetricLabelMappingLabelNameMappingArray) ToDerivedLabelMetricLabelMappingLabelNameMappingArrayOutput() DerivedLabelMetricLabelMappingLabelNameMappingArrayOutput { + return i.ToDerivedLabelMetricLabelMappingLabelNameMappingArrayOutputWithContext(context.Background()) +} + +func (i DerivedLabelMetricLabelMappingLabelNameMappingArray) ToDerivedLabelMetricLabelMappingLabelNameMappingArrayOutputWithContext(ctx context.Context) DerivedLabelMetricLabelMappingLabelNameMappingArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelMetricLabelMappingLabelNameMappingArrayOutput) +} + +type DerivedLabelMetricLabelMappingLabelNameMappingOutput struct{ *pulumi.OutputState } + +func (DerivedLabelMetricLabelMappingLabelNameMappingOutput) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedLabelMetricLabelMappingLabelNameMapping)(nil)).Elem() +} + +func (o DerivedLabelMetricLabelMappingLabelNameMappingOutput) ToDerivedLabelMetricLabelMappingLabelNameMappingOutput() DerivedLabelMetricLabelMappingLabelNameMappingOutput { + return o +} + +func (o DerivedLabelMetricLabelMappingLabelNameMappingOutput) ToDerivedLabelMetricLabelMappingLabelNameMappingOutputWithContext(ctx context.Context) DerivedLabelMetricLabelMappingLabelNameMappingOutput { + return o +} + +func (o DerivedLabelMetricLabelMappingLabelNameMappingOutput) Filters() DerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutput { + return o.ApplyT(func(v DerivedLabelMetricLabelMappingLabelNameMapping) []DerivedLabelMetricLabelMappingLabelNameMappingFilter { + return v.Filters + }).(DerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutput) +} + +func (o DerivedLabelMetricLabelMappingLabelNameMappingOutput) SourceLabel() pulumi.StringOutput { + return o.ApplyT(func(v DerivedLabelMetricLabelMappingLabelNameMapping) string { return v.SourceLabel }).(pulumi.StringOutput) +} + +func (o DerivedLabelMetricLabelMappingLabelNameMappingOutput) ValueMappings() DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutput { + return o.ApplyT(func(v DerivedLabelMetricLabelMappingLabelNameMapping) []DerivedLabelMetricLabelMappingLabelNameMappingValueMapping { + return v.ValueMappings + }).(DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutput) +} + +type DerivedLabelMetricLabelMappingLabelNameMappingArrayOutput struct{ *pulumi.OutputState } + +func (DerivedLabelMetricLabelMappingLabelNameMappingArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]DerivedLabelMetricLabelMappingLabelNameMapping)(nil)).Elem() +} + +func (o DerivedLabelMetricLabelMappingLabelNameMappingArrayOutput) ToDerivedLabelMetricLabelMappingLabelNameMappingArrayOutput() DerivedLabelMetricLabelMappingLabelNameMappingArrayOutput { + return o +} + +func (o DerivedLabelMetricLabelMappingLabelNameMappingArrayOutput) ToDerivedLabelMetricLabelMappingLabelNameMappingArrayOutputWithContext(ctx context.Context) DerivedLabelMetricLabelMappingLabelNameMappingArrayOutput { + return o +} + +func (o DerivedLabelMetricLabelMappingLabelNameMappingArrayOutput) Index(i pulumi.IntInput) DerivedLabelMetricLabelMappingLabelNameMappingOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) DerivedLabelMetricLabelMappingLabelNameMapping { + return vs[0].([]DerivedLabelMetricLabelMappingLabelNameMapping)[vs[1].(int)] + }).(DerivedLabelMetricLabelMappingLabelNameMappingOutput) +} + +type DerivedLabelMetricLabelMappingLabelNameMappingFilter struct { + Name string `pulumi:"name"` + ValueGlob string `pulumi:"valueGlob"` +} + +// DerivedLabelMetricLabelMappingLabelNameMappingFilterInput is an input type that accepts DerivedLabelMetricLabelMappingLabelNameMappingFilterArgs and DerivedLabelMetricLabelMappingLabelNameMappingFilterOutput values. +// You can construct a concrete instance of `DerivedLabelMetricLabelMappingLabelNameMappingFilterInput` via: +// +// DerivedLabelMetricLabelMappingLabelNameMappingFilterArgs{...} +type DerivedLabelMetricLabelMappingLabelNameMappingFilterInput interface { + pulumi.Input + + ToDerivedLabelMetricLabelMappingLabelNameMappingFilterOutput() DerivedLabelMetricLabelMappingLabelNameMappingFilterOutput + ToDerivedLabelMetricLabelMappingLabelNameMappingFilterOutputWithContext(context.Context) DerivedLabelMetricLabelMappingLabelNameMappingFilterOutput +} + +type DerivedLabelMetricLabelMappingLabelNameMappingFilterArgs struct { + Name pulumi.StringInput `pulumi:"name"` + ValueGlob pulumi.StringInput `pulumi:"valueGlob"` +} + +func (DerivedLabelMetricLabelMappingLabelNameMappingFilterArgs) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedLabelMetricLabelMappingLabelNameMappingFilter)(nil)).Elem() +} + +func (i DerivedLabelMetricLabelMappingLabelNameMappingFilterArgs) ToDerivedLabelMetricLabelMappingLabelNameMappingFilterOutput() DerivedLabelMetricLabelMappingLabelNameMappingFilterOutput { + return i.ToDerivedLabelMetricLabelMappingLabelNameMappingFilterOutputWithContext(context.Background()) +} + +func (i DerivedLabelMetricLabelMappingLabelNameMappingFilterArgs) ToDerivedLabelMetricLabelMappingLabelNameMappingFilterOutputWithContext(ctx context.Context) DerivedLabelMetricLabelMappingLabelNameMappingFilterOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelMetricLabelMappingLabelNameMappingFilterOutput) +} + +// DerivedLabelMetricLabelMappingLabelNameMappingFilterArrayInput is an input type that accepts DerivedLabelMetricLabelMappingLabelNameMappingFilterArray and DerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutput values. +// You can construct a concrete instance of `DerivedLabelMetricLabelMappingLabelNameMappingFilterArrayInput` via: +// +// DerivedLabelMetricLabelMappingLabelNameMappingFilterArray{ DerivedLabelMetricLabelMappingLabelNameMappingFilterArgs{...} } +type DerivedLabelMetricLabelMappingLabelNameMappingFilterArrayInput interface { + pulumi.Input + + ToDerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutput() DerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutput + ToDerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutputWithContext(context.Context) DerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutput +} + +type DerivedLabelMetricLabelMappingLabelNameMappingFilterArray []DerivedLabelMetricLabelMappingLabelNameMappingFilterInput + +func (DerivedLabelMetricLabelMappingLabelNameMappingFilterArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]DerivedLabelMetricLabelMappingLabelNameMappingFilter)(nil)).Elem() +} + +func (i DerivedLabelMetricLabelMappingLabelNameMappingFilterArray) ToDerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutput() DerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutput { + return i.ToDerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutputWithContext(context.Background()) +} + +func (i DerivedLabelMetricLabelMappingLabelNameMappingFilterArray) ToDerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutputWithContext(ctx context.Context) DerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutput) +} + +type DerivedLabelMetricLabelMappingLabelNameMappingFilterOutput struct{ *pulumi.OutputState } + +func (DerivedLabelMetricLabelMappingLabelNameMappingFilterOutput) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedLabelMetricLabelMappingLabelNameMappingFilter)(nil)).Elem() +} + +func (o DerivedLabelMetricLabelMappingLabelNameMappingFilterOutput) ToDerivedLabelMetricLabelMappingLabelNameMappingFilterOutput() DerivedLabelMetricLabelMappingLabelNameMappingFilterOutput { + return o +} + +func (o DerivedLabelMetricLabelMappingLabelNameMappingFilterOutput) ToDerivedLabelMetricLabelMappingLabelNameMappingFilterOutputWithContext(ctx context.Context) DerivedLabelMetricLabelMappingLabelNameMappingFilterOutput { + return o +} + +func (o DerivedLabelMetricLabelMappingLabelNameMappingFilterOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v DerivedLabelMetricLabelMappingLabelNameMappingFilter) string { return v.Name }).(pulumi.StringOutput) +} + +func (o DerivedLabelMetricLabelMappingLabelNameMappingFilterOutput) ValueGlob() pulumi.StringOutput { + return o.ApplyT(func(v DerivedLabelMetricLabelMappingLabelNameMappingFilter) string { return v.ValueGlob }).(pulumi.StringOutput) +} + +type DerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutput struct{ *pulumi.OutputState } + +func (DerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]DerivedLabelMetricLabelMappingLabelNameMappingFilter)(nil)).Elem() +} + +func (o DerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutput) ToDerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutput() DerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutput { + return o +} + +func (o DerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutput) ToDerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutputWithContext(ctx context.Context) DerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutput { + return o +} + +func (o DerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutput) Index(i pulumi.IntInput) DerivedLabelMetricLabelMappingLabelNameMappingFilterOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) DerivedLabelMetricLabelMappingLabelNameMappingFilter { + return vs[0].([]DerivedLabelMetricLabelMappingLabelNameMappingFilter)[vs[1].(int)] + }).(DerivedLabelMetricLabelMappingLabelNameMappingFilterOutput) +} + +type DerivedLabelMetricLabelMappingLabelNameMappingValueMapping struct { + SourceValueGlobs []string `pulumi:"sourceValueGlobs"` + TargetValue string `pulumi:"targetValue"` +} + +// DerivedLabelMetricLabelMappingLabelNameMappingValueMappingInput is an input type that accepts DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArgs and DerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutput values. +// You can construct a concrete instance of `DerivedLabelMetricLabelMappingLabelNameMappingValueMappingInput` via: +// +// DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArgs{...} +type DerivedLabelMetricLabelMappingLabelNameMappingValueMappingInput interface { + pulumi.Input + + ToDerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutput() DerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutput + ToDerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutputWithContext(context.Context) DerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutput +} + +type DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArgs struct { + SourceValueGlobs pulumi.StringArrayInput `pulumi:"sourceValueGlobs"` + TargetValue pulumi.StringInput `pulumi:"targetValue"` +} + +func (DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArgs) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedLabelMetricLabelMappingLabelNameMappingValueMapping)(nil)).Elem() +} + +func (i DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArgs) ToDerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutput() DerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutput { + return i.ToDerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutputWithContext(context.Background()) +} + +func (i DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArgs) ToDerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutputWithContext(ctx context.Context) DerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutput) +} + +// DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayInput is an input type that accepts DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArray and DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutput values. +// You can construct a concrete instance of `DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayInput` via: +// +// DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArray{ DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArgs{...} } +type DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayInput interface { + pulumi.Input + + ToDerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutput() DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutput + ToDerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutputWithContext(context.Context) DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutput +} + +type DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArray []DerivedLabelMetricLabelMappingLabelNameMappingValueMappingInput + +func (DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]DerivedLabelMetricLabelMappingLabelNameMappingValueMapping)(nil)).Elem() +} + +func (i DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArray) ToDerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutput() DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutput { + return i.ToDerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutputWithContext(context.Background()) +} + +func (i DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArray) ToDerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutputWithContext(ctx context.Context) DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutput) +} + +type DerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutput struct{ *pulumi.OutputState } + +func (DerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutput) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedLabelMetricLabelMappingLabelNameMappingValueMapping)(nil)).Elem() +} + +func (o DerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutput) ToDerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutput() DerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutput { + return o +} + +func (o DerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutput) ToDerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutputWithContext(ctx context.Context) DerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutput { + return o +} + +func (o DerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutput) SourceValueGlobs() pulumi.StringArrayOutput { + return o.ApplyT(func(v DerivedLabelMetricLabelMappingLabelNameMappingValueMapping) []string { return v.SourceValueGlobs }).(pulumi.StringArrayOutput) +} + +func (o DerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutput) TargetValue() pulumi.StringOutput { + return o.ApplyT(func(v DerivedLabelMetricLabelMappingLabelNameMappingValueMapping) string { return v.TargetValue }).(pulumi.StringOutput) +} + +type DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutput struct{ *pulumi.OutputState } + +func (DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]DerivedLabelMetricLabelMappingLabelNameMappingValueMapping)(nil)).Elem() +} + +func (o DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutput) ToDerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutput() DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutput { + return o +} + +func (o DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutput) ToDerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutputWithContext(ctx context.Context) DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutput { + return o +} + +func (o DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutput) Index(i pulumi.IntInput) DerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) DerivedLabelMetricLabelMappingLabelNameMappingValueMapping { + return vs[0].([]DerivedLabelMetricLabelMappingLabelNameMappingValueMapping)[vs[1].(int)] + }).(DerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutput) +} + +type DerivedLabelMetricLabelMappingLabelValueMapping struct { + SourceValueGlobs []string `pulumi:"sourceValueGlobs"` + TargetValue string `pulumi:"targetValue"` +} + +// DerivedLabelMetricLabelMappingLabelValueMappingInput is an input type that accepts DerivedLabelMetricLabelMappingLabelValueMappingArgs and DerivedLabelMetricLabelMappingLabelValueMappingOutput values. +// You can construct a concrete instance of `DerivedLabelMetricLabelMappingLabelValueMappingInput` via: +// +// DerivedLabelMetricLabelMappingLabelValueMappingArgs{...} +type DerivedLabelMetricLabelMappingLabelValueMappingInput interface { + pulumi.Input + + ToDerivedLabelMetricLabelMappingLabelValueMappingOutput() DerivedLabelMetricLabelMappingLabelValueMappingOutput + ToDerivedLabelMetricLabelMappingLabelValueMappingOutputWithContext(context.Context) DerivedLabelMetricLabelMappingLabelValueMappingOutput +} + +type DerivedLabelMetricLabelMappingLabelValueMappingArgs struct { + SourceValueGlobs pulumi.StringArrayInput `pulumi:"sourceValueGlobs"` + TargetValue pulumi.StringInput `pulumi:"targetValue"` +} + +func (DerivedLabelMetricLabelMappingLabelValueMappingArgs) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedLabelMetricLabelMappingLabelValueMapping)(nil)).Elem() +} + +func (i DerivedLabelMetricLabelMappingLabelValueMappingArgs) ToDerivedLabelMetricLabelMappingLabelValueMappingOutput() DerivedLabelMetricLabelMappingLabelValueMappingOutput { + return i.ToDerivedLabelMetricLabelMappingLabelValueMappingOutputWithContext(context.Background()) +} + +func (i DerivedLabelMetricLabelMappingLabelValueMappingArgs) ToDerivedLabelMetricLabelMappingLabelValueMappingOutputWithContext(ctx context.Context) DerivedLabelMetricLabelMappingLabelValueMappingOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelMetricLabelMappingLabelValueMappingOutput) +} + +// DerivedLabelMetricLabelMappingLabelValueMappingArrayInput is an input type that accepts DerivedLabelMetricLabelMappingLabelValueMappingArray and DerivedLabelMetricLabelMappingLabelValueMappingArrayOutput values. +// You can construct a concrete instance of `DerivedLabelMetricLabelMappingLabelValueMappingArrayInput` via: +// +// DerivedLabelMetricLabelMappingLabelValueMappingArray{ DerivedLabelMetricLabelMappingLabelValueMappingArgs{...} } +type DerivedLabelMetricLabelMappingLabelValueMappingArrayInput interface { + pulumi.Input + + ToDerivedLabelMetricLabelMappingLabelValueMappingArrayOutput() DerivedLabelMetricLabelMappingLabelValueMappingArrayOutput + ToDerivedLabelMetricLabelMappingLabelValueMappingArrayOutputWithContext(context.Context) DerivedLabelMetricLabelMappingLabelValueMappingArrayOutput +} + +type DerivedLabelMetricLabelMappingLabelValueMappingArray []DerivedLabelMetricLabelMappingLabelValueMappingInput + +func (DerivedLabelMetricLabelMappingLabelValueMappingArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]DerivedLabelMetricLabelMappingLabelValueMapping)(nil)).Elem() +} + +func (i DerivedLabelMetricLabelMappingLabelValueMappingArray) ToDerivedLabelMetricLabelMappingLabelValueMappingArrayOutput() DerivedLabelMetricLabelMappingLabelValueMappingArrayOutput { + return i.ToDerivedLabelMetricLabelMappingLabelValueMappingArrayOutputWithContext(context.Background()) +} + +func (i DerivedLabelMetricLabelMappingLabelValueMappingArray) ToDerivedLabelMetricLabelMappingLabelValueMappingArrayOutputWithContext(ctx context.Context) DerivedLabelMetricLabelMappingLabelValueMappingArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedLabelMetricLabelMappingLabelValueMappingArrayOutput) +} + +type DerivedLabelMetricLabelMappingLabelValueMappingOutput struct{ *pulumi.OutputState } + +func (DerivedLabelMetricLabelMappingLabelValueMappingOutput) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedLabelMetricLabelMappingLabelValueMapping)(nil)).Elem() +} + +func (o DerivedLabelMetricLabelMappingLabelValueMappingOutput) ToDerivedLabelMetricLabelMappingLabelValueMappingOutput() DerivedLabelMetricLabelMappingLabelValueMappingOutput { + return o +} + +func (o DerivedLabelMetricLabelMappingLabelValueMappingOutput) ToDerivedLabelMetricLabelMappingLabelValueMappingOutputWithContext(ctx context.Context) DerivedLabelMetricLabelMappingLabelValueMappingOutput { + return o +} + +func (o DerivedLabelMetricLabelMappingLabelValueMappingOutput) SourceValueGlobs() pulumi.StringArrayOutput { + return o.ApplyT(func(v DerivedLabelMetricLabelMappingLabelValueMapping) []string { return v.SourceValueGlobs }).(pulumi.StringArrayOutput) +} + +func (o DerivedLabelMetricLabelMappingLabelValueMappingOutput) TargetValue() pulumi.StringOutput { + return o.ApplyT(func(v DerivedLabelMetricLabelMappingLabelValueMapping) string { return v.TargetValue }).(pulumi.StringOutput) +} + +type DerivedLabelMetricLabelMappingLabelValueMappingArrayOutput struct{ *pulumi.OutputState } + +func (DerivedLabelMetricLabelMappingLabelValueMappingArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]DerivedLabelMetricLabelMappingLabelValueMapping)(nil)).Elem() +} + +func (o DerivedLabelMetricLabelMappingLabelValueMappingArrayOutput) ToDerivedLabelMetricLabelMappingLabelValueMappingArrayOutput() DerivedLabelMetricLabelMappingLabelValueMappingArrayOutput { + return o +} + +func (o DerivedLabelMetricLabelMappingLabelValueMappingArrayOutput) ToDerivedLabelMetricLabelMappingLabelValueMappingArrayOutputWithContext(ctx context.Context) DerivedLabelMetricLabelMappingLabelValueMappingArrayOutput { + return o +} + +func (o DerivedLabelMetricLabelMappingLabelValueMappingArrayOutput) Index(i pulumi.IntInput) DerivedLabelMetricLabelMappingLabelValueMappingOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) DerivedLabelMetricLabelMappingLabelValueMapping { + return vs[0].([]DerivedLabelMetricLabelMappingLabelValueMapping)[vs[1].(int)] + }).(DerivedLabelMetricLabelMappingLabelValueMappingOutput) +} + +type DerivedMetricQuery struct { + Query DerivedMetricQueryQuery `pulumi:"query"` + Selector *DerivedMetricQuerySelector `pulumi:"selector"` +} + +// DerivedMetricQueryInput is an input type that accepts DerivedMetricQueryArgs and DerivedMetricQueryOutput values. +// You can construct a concrete instance of `DerivedMetricQueryInput` via: +// +// DerivedMetricQueryArgs{...} +type DerivedMetricQueryInput interface { + pulumi.Input + + ToDerivedMetricQueryOutput() DerivedMetricQueryOutput + ToDerivedMetricQueryOutputWithContext(context.Context) DerivedMetricQueryOutput +} + +type DerivedMetricQueryArgs struct { + Query DerivedMetricQueryQueryInput `pulumi:"query"` + Selector DerivedMetricQuerySelectorPtrInput `pulumi:"selector"` +} + +func (DerivedMetricQueryArgs) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedMetricQuery)(nil)).Elem() +} + +func (i DerivedMetricQueryArgs) ToDerivedMetricQueryOutput() DerivedMetricQueryOutput { + return i.ToDerivedMetricQueryOutputWithContext(context.Background()) +} + +func (i DerivedMetricQueryArgs) ToDerivedMetricQueryOutputWithContext(ctx context.Context) DerivedMetricQueryOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedMetricQueryOutput) +} + +// DerivedMetricQueryArrayInput is an input type that accepts DerivedMetricQueryArray and DerivedMetricQueryArrayOutput values. +// You can construct a concrete instance of `DerivedMetricQueryArrayInput` via: +// +// DerivedMetricQueryArray{ DerivedMetricQueryArgs{...} } +type DerivedMetricQueryArrayInput interface { + pulumi.Input + + ToDerivedMetricQueryArrayOutput() DerivedMetricQueryArrayOutput + ToDerivedMetricQueryArrayOutputWithContext(context.Context) DerivedMetricQueryArrayOutput +} + +type DerivedMetricQueryArray []DerivedMetricQueryInput + +func (DerivedMetricQueryArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]DerivedMetricQuery)(nil)).Elem() +} + +func (i DerivedMetricQueryArray) ToDerivedMetricQueryArrayOutput() DerivedMetricQueryArrayOutput { + return i.ToDerivedMetricQueryArrayOutputWithContext(context.Background()) +} + +func (i DerivedMetricQueryArray) ToDerivedMetricQueryArrayOutputWithContext(ctx context.Context) DerivedMetricQueryArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedMetricQueryArrayOutput) +} + +type DerivedMetricQueryOutput struct{ *pulumi.OutputState } + +func (DerivedMetricQueryOutput) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedMetricQuery)(nil)).Elem() +} + +func (o DerivedMetricQueryOutput) ToDerivedMetricQueryOutput() DerivedMetricQueryOutput { + return o +} + +func (o DerivedMetricQueryOutput) ToDerivedMetricQueryOutputWithContext(ctx context.Context) DerivedMetricQueryOutput { + return o +} + +func (o DerivedMetricQueryOutput) Query() DerivedMetricQueryQueryOutput { + return o.ApplyT(func(v DerivedMetricQuery) DerivedMetricQueryQuery { return v.Query }).(DerivedMetricQueryQueryOutput) +} + +func (o DerivedMetricQueryOutput) Selector() DerivedMetricQuerySelectorPtrOutput { + return o.ApplyT(func(v DerivedMetricQuery) *DerivedMetricQuerySelector { return v.Selector }).(DerivedMetricQuerySelectorPtrOutput) +} + +type DerivedMetricQueryArrayOutput struct{ *pulumi.OutputState } + +func (DerivedMetricQueryArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]DerivedMetricQuery)(nil)).Elem() +} + +func (o DerivedMetricQueryArrayOutput) ToDerivedMetricQueryArrayOutput() DerivedMetricQueryArrayOutput { + return o +} + +func (o DerivedMetricQueryArrayOutput) ToDerivedMetricQueryArrayOutputWithContext(ctx context.Context) DerivedMetricQueryArrayOutput { + return o +} + +func (o DerivedMetricQueryArrayOutput) Index(i pulumi.IntInput) DerivedMetricQueryOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) DerivedMetricQuery { + return vs[0].([]DerivedMetricQuery)[vs[1].(int)] + }).(DerivedMetricQueryOutput) +} + +type DerivedMetricQueryQuery struct { + Expr string `pulumi:"expr"` + Variables []DerivedMetricQueryQueryVariable `pulumi:"variables"` +} + +// DerivedMetricQueryQueryInput is an input type that accepts DerivedMetricQueryQueryArgs and DerivedMetricQueryQueryOutput values. +// You can construct a concrete instance of `DerivedMetricQueryQueryInput` via: +// +// DerivedMetricQueryQueryArgs{...} +type DerivedMetricQueryQueryInput interface { + pulumi.Input + + ToDerivedMetricQueryQueryOutput() DerivedMetricQueryQueryOutput + ToDerivedMetricQueryQueryOutputWithContext(context.Context) DerivedMetricQueryQueryOutput +} + +type DerivedMetricQueryQueryArgs struct { + Expr pulumi.StringInput `pulumi:"expr"` + Variables DerivedMetricQueryQueryVariableArrayInput `pulumi:"variables"` +} + +func (DerivedMetricQueryQueryArgs) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedMetricQueryQuery)(nil)).Elem() +} + +func (i DerivedMetricQueryQueryArgs) ToDerivedMetricQueryQueryOutput() DerivedMetricQueryQueryOutput { + return i.ToDerivedMetricQueryQueryOutputWithContext(context.Background()) +} + +func (i DerivedMetricQueryQueryArgs) ToDerivedMetricQueryQueryOutputWithContext(ctx context.Context) DerivedMetricQueryQueryOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedMetricQueryQueryOutput) +} + +type DerivedMetricQueryQueryOutput struct{ *pulumi.OutputState } + +func (DerivedMetricQueryQueryOutput) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedMetricQueryQuery)(nil)).Elem() +} + +func (o DerivedMetricQueryQueryOutput) ToDerivedMetricQueryQueryOutput() DerivedMetricQueryQueryOutput { + return o +} + +func (o DerivedMetricQueryQueryOutput) ToDerivedMetricQueryQueryOutputWithContext(ctx context.Context) DerivedMetricQueryQueryOutput { + return o +} + +func (o DerivedMetricQueryQueryOutput) Expr() pulumi.StringOutput { + return o.ApplyT(func(v DerivedMetricQueryQuery) string { return v.Expr }).(pulumi.StringOutput) +} + +func (o DerivedMetricQueryQueryOutput) Variables() DerivedMetricQueryQueryVariableArrayOutput { + return o.ApplyT(func(v DerivedMetricQueryQuery) []DerivedMetricQueryQueryVariable { return v.Variables }).(DerivedMetricQueryQueryVariableArrayOutput) +} + +type DerivedMetricQueryQueryVariable struct { + DefaultSelector string `pulumi:"defaultSelector"` + Name string `pulumi:"name"` +} + +// DerivedMetricQueryQueryVariableInput is an input type that accepts DerivedMetricQueryQueryVariableArgs and DerivedMetricQueryQueryVariableOutput values. +// You can construct a concrete instance of `DerivedMetricQueryQueryVariableInput` via: +// +// DerivedMetricQueryQueryVariableArgs{...} +type DerivedMetricQueryQueryVariableInput interface { + pulumi.Input + + ToDerivedMetricQueryQueryVariableOutput() DerivedMetricQueryQueryVariableOutput + ToDerivedMetricQueryQueryVariableOutputWithContext(context.Context) DerivedMetricQueryQueryVariableOutput +} + +type DerivedMetricQueryQueryVariableArgs struct { + DefaultSelector pulumi.StringInput `pulumi:"defaultSelector"` + Name pulumi.StringInput `pulumi:"name"` +} + +func (DerivedMetricQueryQueryVariableArgs) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedMetricQueryQueryVariable)(nil)).Elem() +} + +func (i DerivedMetricQueryQueryVariableArgs) ToDerivedMetricQueryQueryVariableOutput() DerivedMetricQueryQueryVariableOutput { + return i.ToDerivedMetricQueryQueryVariableOutputWithContext(context.Background()) +} + +func (i DerivedMetricQueryQueryVariableArgs) ToDerivedMetricQueryQueryVariableOutputWithContext(ctx context.Context) DerivedMetricQueryQueryVariableOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedMetricQueryQueryVariableOutput) +} + +// DerivedMetricQueryQueryVariableArrayInput is an input type that accepts DerivedMetricQueryQueryVariableArray and DerivedMetricQueryQueryVariableArrayOutput values. +// You can construct a concrete instance of `DerivedMetricQueryQueryVariableArrayInput` via: +// +// DerivedMetricQueryQueryVariableArray{ DerivedMetricQueryQueryVariableArgs{...} } +type DerivedMetricQueryQueryVariableArrayInput interface { + pulumi.Input + + ToDerivedMetricQueryQueryVariableArrayOutput() DerivedMetricQueryQueryVariableArrayOutput + ToDerivedMetricQueryQueryVariableArrayOutputWithContext(context.Context) DerivedMetricQueryQueryVariableArrayOutput +} + +type DerivedMetricQueryQueryVariableArray []DerivedMetricQueryQueryVariableInput + +func (DerivedMetricQueryQueryVariableArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]DerivedMetricQueryQueryVariable)(nil)).Elem() +} + +func (i DerivedMetricQueryQueryVariableArray) ToDerivedMetricQueryQueryVariableArrayOutput() DerivedMetricQueryQueryVariableArrayOutput { + return i.ToDerivedMetricQueryQueryVariableArrayOutputWithContext(context.Background()) +} + +func (i DerivedMetricQueryQueryVariableArray) ToDerivedMetricQueryQueryVariableArrayOutputWithContext(ctx context.Context) DerivedMetricQueryQueryVariableArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedMetricQueryQueryVariableArrayOutput) +} + +type DerivedMetricQueryQueryVariableOutput struct{ *pulumi.OutputState } + +func (DerivedMetricQueryQueryVariableOutput) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedMetricQueryQueryVariable)(nil)).Elem() +} + +func (o DerivedMetricQueryQueryVariableOutput) ToDerivedMetricQueryQueryVariableOutput() DerivedMetricQueryQueryVariableOutput { + return o +} + +func (o DerivedMetricQueryQueryVariableOutput) ToDerivedMetricQueryQueryVariableOutputWithContext(ctx context.Context) DerivedMetricQueryQueryVariableOutput { + return o +} + +func (o DerivedMetricQueryQueryVariableOutput) DefaultSelector() pulumi.StringOutput { + return o.ApplyT(func(v DerivedMetricQueryQueryVariable) string { return v.DefaultSelector }).(pulumi.StringOutput) +} + +func (o DerivedMetricQueryQueryVariableOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v DerivedMetricQueryQueryVariable) string { return v.Name }).(pulumi.StringOutput) +} + +type DerivedMetricQueryQueryVariableArrayOutput struct{ *pulumi.OutputState } + +func (DerivedMetricQueryQueryVariableArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]DerivedMetricQueryQueryVariable)(nil)).Elem() +} + +func (o DerivedMetricQueryQueryVariableArrayOutput) ToDerivedMetricQueryQueryVariableArrayOutput() DerivedMetricQueryQueryVariableArrayOutput { + return o +} + +func (o DerivedMetricQueryQueryVariableArrayOutput) ToDerivedMetricQueryQueryVariableArrayOutputWithContext(ctx context.Context) DerivedMetricQueryQueryVariableArrayOutput { + return o +} + +func (o DerivedMetricQueryQueryVariableArrayOutput) Index(i pulumi.IntInput) DerivedMetricQueryQueryVariableOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) DerivedMetricQueryQueryVariable { + return vs[0].([]DerivedMetricQueryQueryVariable)[vs[1].(int)] + }).(DerivedMetricQueryQueryVariableOutput) +} + +type DerivedMetricQuerySelector struct { + Labels map[string]string `pulumi:"labels"` +} + +// DerivedMetricQuerySelectorInput is an input type that accepts DerivedMetricQuerySelectorArgs and DerivedMetricQuerySelectorOutput values. +// You can construct a concrete instance of `DerivedMetricQuerySelectorInput` via: +// +// DerivedMetricQuerySelectorArgs{...} +type DerivedMetricQuerySelectorInput interface { + pulumi.Input + + ToDerivedMetricQuerySelectorOutput() DerivedMetricQuerySelectorOutput + ToDerivedMetricQuerySelectorOutputWithContext(context.Context) DerivedMetricQuerySelectorOutput +} + +type DerivedMetricQuerySelectorArgs struct { + Labels pulumi.StringMapInput `pulumi:"labels"` +} + +func (DerivedMetricQuerySelectorArgs) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedMetricQuerySelector)(nil)).Elem() +} + +func (i DerivedMetricQuerySelectorArgs) ToDerivedMetricQuerySelectorOutput() DerivedMetricQuerySelectorOutput { + return i.ToDerivedMetricQuerySelectorOutputWithContext(context.Background()) +} + +func (i DerivedMetricQuerySelectorArgs) ToDerivedMetricQuerySelectorOutputWithContext(ctx context.Context) DerivedMetricQuerySelectorOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedMetricQuerySelectorOutput) +} + +func (i DerivedMetricQuerySelectorArgs) ToDerivedMetricQuerySelectorPtrOutput() DerivedMetricQuerySelectorPtrOutput { + return i.ToDerivedMetricQuerySelectorPtrOutputWithContext(context.Background()) +} + +func (i DerivedMetricQuerySelectorArgs) ToDerivedMetricQuerySelectorPtrOutputWithContext(ctx context.Context) DerivedMetricQuerySelectorPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedMetricQuerySelectorOutput).ToDerivedMetricQuerySelectorPtrOutputWithContext(ctx) +} + +// DerivedMetricQuerySelectorPtrInput is an input type that accepts DerivedMetricQuerySelectorArgs, DerivedMetricQuerySelectorPtr and DerivedMetricQuerySelectorPtrOutput values. +// You can construct a concrete instance of `DerivedMetricQuerySelectorPtrInput` via: +// +// DerivedMetricQuerySelectorArgs{...} +// +// or: +// +// nil +type DerivedMetricQuerySelectorPtrInput interface { + pulumi.Input + + ToDerivedMetricQuerySelectorPtrOutput() DerivedMetricQuerySelectorPtrOutput + ToDerivedMetricQuerySelectorPtrOutputWithContext(context.Context) DerivedMetricQuerySelectorPtrOutput +} + +type derivedMetricQuerySelectorPtrType DerivedMetricQuerySelectorArgs + +func DerivedMetricQuerySelectorPtr(v *DerivedMetricQuerySelectorArgs) DerivedMetricQuerySelectorPtrInput { + return (*derivedMetricQuerySelectorPtrType)(v) +} + +func (*derivedMetricQuerySelectorPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**DerivedMetricQuerySelector)(nil)).Elem() +} + +func (i *derivedMetricQuerySelectorPtrType) ToDerivedMetricQuerySelectorPtrOutput() DerivedMetricQuerySelectorPtrOutput { + return i.ToDerivedMetricQuerySelectorPtrOutputWithContext(context.Background()) +} + +func (i *derivedMetricQuerySelectorPtrType) ToDerivedMetricQuerySelectorPtrOutputWithContext(ctx context.Context) DerivedMetricQuerySelectorPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(DerivedMetricQuerySelectorPtrOutput) +} + +type DerivedMetricQuerySelectorOutput struct{ *pulumi.OutputState } + +func (DerivedMetricQuerySelectorOutput) ElementType() reflect.Type { + return reflect.TypeOf((*DerivedMetricQuerySelector)(nil)).Elem() +} + +func (o DerivedMetricQuerySelectorOutput) ToDerivedMetricQuerySelectorOutput() DerivedMetricQuerySelectorOutput { + return o +} + +func (o DerivedMetricQuerySelectorOutput) ToDerivedMetricQuerySelectorOutputWithContext(ctx context.Context) DerivedMetricQuerySelectorOutput { + return o +} + +func (o DerivedMetricQuerySelectorOutput) ToDerivedMetricQuerySelectorPtrOutput() DerivedMetricQuerySelectorPtrOutput { + return o.ToDerivedMetricQuerySelectorPtrOutputWithContext(context.Background()) +} + +func (o DerivedMetricQuerySelectorOutput) ToDerivedMetricQuerySelectorPtrOutputWithContext(ctx context.Context) DerivedMetricQuerySelectorPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v DerivedMetricQuerySelector) *DerivedMetricQuerySelector { + return &v + }).(DerivedMetricQuerySelectorPtrOutput) +} + +func (o DerivedMetricQuerySelectorOutput) Labels() pulumi.StringMapOutput { + return o.ApplyT(func(v DerivedMetricQuerySelector) map[string]string { return v.Labels }).(pulumi.StringMapOutput) +} + +type DerivedMetricQuerySelectorPtrOutput struct{ *pulumi.OutputState } + +func (DerivedMetricQuerySelectorPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**DerivedMetricQuerySelector)(nil)).Elem() +} + +func (o DerivedMetricQuerySelectorPtrOutput) ToDerivedMetricQuerySelectorPtrOutput() DerivedMetricQuerySelectorPtrOutput { + return o +} + +func (o DerivedMetricQuerySelectorPtrOutput) ToDerivedMetricQuerySelectorPtrOutputWithContext(ctx context.Context) DerivedMetricQuerySelectorPtrOutput { + return o +} + +func (o DerivedMetricQuerySelectorPtrOutput) Elem() DerivedMetricQuerySelectorOutput { + return o.ApplyT(func(v *DerivedMetricQuerySelector) DerivedMetricQuerySelector { + if v != nil { + return *v + } + var ret DerivedMetricQuerySelector + return ret + }).(DerivedMetricQuerySelectorOutput) +} + +func (o DerivedMetricQuerySelectorPtrOutput) Labels() pulumi.StringMapOutput { + return o.ApplyT(func(v *DerivedMetricQuerySelector) map[string]string { + if v == nil { + return nil + } + return v.Labels + }).(pulumi.StringMapOutput) +} + +type DropRuleValueBasedDrop struct { + TargetDropValue float64 `pulumi:"targetDropValue"` +} + +// DropRuleValueBasedDropInput is an input type that accepts DropRuleValueBasedDropArgs and DropRuleValueBasedDropOutput values. +// You can construct a concrete instance of `DropRuleValueBasedDropInput` via: +// +// DropRuleValueBasedDropArgs{...} +type DropRuleValueBasedDropInput interface { + pulumi.Input + + ToDropRuleValueBasedDropOutput() DropRuleValueBasedDropOutput + ToDropRuleValueBasedDropOutputWithContext(context.Context) DropRuleValueBasedDropOutput +} + +type DropRuleValueBasedDropArgs struct { + TargetDropValue pulumi.Float64Input `pulumi:"targetDropValue"` +} + +func (DropRuleValueBasedDropArgs) ElementType() reflect.Type { + return reflect.TypeOf((*DropRuleValueBasedDrop)(nil)).Elem() +} + +func (i DropRuleValueBasedDropArgs) ToDropRuleValueBasedDropOutput() DropRuleValueBasedDropOutput { + return i.ToDropRuleValueBasedDropOutputWithContext(context.Background()) +} + +func (i DropRuleValueBasedDropArgs) ToDropRuleValueBasedDropOutputWithContext(ctx context.Context) DropRuleValueBasedDropOutput { + return pulumi.ToOutputWithContext(ctx, i).(DropRuleValueBasedDropOutput) +} + +func (i DropRuleValueBasedDropArgs) ToDropRuleValueBasedDropPtrOutput() DropRuleValueBasedDropPtrOutput { + return i.ToDropRuleValueBasedDropPtrOutputWithContext(context.Background()) +} + +func (i DropRuleValueBasedDropArgs) ToDropRuleValueBasedDropPtrOutputWithContext(ctx context.Context) DropRuleValueBasedDropPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(DropRuleValueBasedDropOutput).ToDropRuleValueBasedDropPtrOutputWithContext(ctx) +} + +// DropRuleValueBasedDropPtrInput is an input type that accepts DropRuleValueBasedDropArgs, DropRuleValueBasedDropPtr and DropRuleValueBasedDropPtrOutput values. +// You can construct a concrete instance of `DropRuleValueBasedDropPtrInput` via: +// +// DropRuleValueBasedDropArgs{...} +// +// or: +// +// nil +type DropRuleValueBasedDropPtrInput interface { + pulumi.Input + + ToDropRuleValueBasedDropPtrOutput() DropRuleValueBasedDropPtrOutput + ToDropRuleValueBasedDropPtrOutputWithContext(context.Context) DropRuleValueBasedDropPtrOutput +} + +type dropRuleValueBasedDropPtrType DropRuleValueBasedDropArgs + +func DropRuleValueBasedDropPtr(v *DropRuleValueBasedDropArgs) DropRuleValueBasedDropPtrInput { + return (*dropRuleValueBasedDropPtrType)(v) +} + +func (*dropRuleValueBasedDropPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**DropRuleValueBasedDrop)(nil)).Elem() +} + +func (i *dropRuleValueBasedDropPtrType) ToDropRuleValueBasedDropPtrOutput() DropRuleValueBasedDropPtrOutput { + return i.ToDropRuleValueBasedDropPtrOutputWithContext(context.Background()) +} + +func (i *dropRuleValueBasedDropPtrType) ToDropRuleValueBasedDropPtrOutputWithContext(ctx context.Context) DropRuleValueBasedDropPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(DropRuleValueBasedDropPtrOutput) +} + +type DropRuleValueBasedDropOutput struct{ *pulumi.OutputState } + +func (DropRuleValueBasedDropOutput) ElementType() reflect.Type { + return reflect.TypeOf((*DropRuleValueBasedDrop)(nil)).Elem() +} + +func (o DropRuleValueBasedDropOutput) ToDropRuleValueBasedDropOutput() DropRuleValueBasedDropOutput { + return o +} + +func (o DropRuleValueBasedDropOutput) ToDropRuleValueBasedDropOutputWithContext(ctx context.Context) DropRuleValueBasedDropOutput { + return o +} + +func (o DropRuleValueBasedDropOutput) ToDropRuleValueBasedDropPtrOutput() DropRuleValueBasedDropPtrOutput { + return o.ToDropRuleValueBasedDropPtrOutputWithContext(context.Background()) +} + +func (o DropRuleValueBasedDropOutput) ToDropRuleValueBasedDropPtrOutputWithContext(ctx context.Context) DropRuleValueBasedDropPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v DropRuleValueBasedDrop) *DropRuleValueBasedDrop { + return &v + }).(DropRuleValueBasedDropPtrOutput) +} + +func (o DropRuleValueBasedDropOutput) TargetDropValue() pulumi.Float64Output { + return o.ApplyT(func(v DropRuleValueBasedDrop) float64 { return v.TargetDropValue }).(pulumi.Float64Output) +} + +type DropRuleValueBasedDropPtrOutput struct{ *pulumi.OutputState } + +func (DropRuleValueBasedDropPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**DropRuleValueBasedDrop)(nil)).Elem() +} + +func (o DropRuleValueBasedDropPtrOutput) ToDropRuleValueBasedDropPtrOutput() DropRuleValueBasedDropPtrOutput { + return o +} + +func (o DropRuleValueBasedDropPtrOutput) ToDropRuleValueBasedDropPtrOutputWithContext(ctx context.Context) DropRuleValueBasedDropPtrOutput { + return o +} + +func (o DropRuleValueBasedDropPtrOutput) Elem() DropRuleValueBasedDropOutput { + return o.ApplyT(func(v *DropRuleValueBasedDrop) DropRuleValueBasedDrop { + if v != nil { + return *v + } + var ret DropRuleValueBasedDrop + return ret + }).(DropRuleValueBasedDropOutput) +} + +func (o DropRuleValueBasedDropPtrOutput) TargetDropValue() pulumi.Float64PtrOutput { + return o.ApplyT(func(v *DropRuleValueBasedDrop) *float64 { + if v == nil { + return nil + } + return &v.TargetDropValue + }).(pulumi.Float64PtrOutput) +} + +type GcpMetricsIntegrationMetricGroup struct { + Prefixes []string `pulumi:"prefixes"` + ProjectId string `pulumi:"projectId"` +} + +// GcpMetricsIntegrationMetricGroupInput is an input type that accepts GcpMetricsIntegrationMetricGroupArgs and GcpMetricsIntegrationMetricGroupOutput values. +// You can construct a concrete instance of `GcpMetricsIntegrationMetricGroupInput` via: +// +// GcpMetricsIntegrationMetricGroupArgs{...} +type GcpMetricsIntegrationMetricGroupInput interface { + pulumi.Input + + ToGcpMetricsIntegrationMetricGroupOutput() GcpMetricsIntegrationMetricGroupOutput + ToGcpMetricsIntegrationMetricGroupOutputWithContext(context.Context) GcpMetricsIntegrationMetricGroupOutput +} + +type GcpMetricsIntegrationMetricGroupArgs struct { + Prefixes pulumi.StringArrayInput `pulumi:"prefixes"` + ProjectId pulumi.StringInput `pulumi:"projectId"` +} + +func (GcpMetricsIntegrationMetricGroupArgs) ElementType() reflect.Type { + return reflect.TypeOf((*GcpMetricsIntegrationMetricGroup)(nil)).Elem() +} + +func (i GcpMetricsIntegrationMetricGroupArgs) ToGcpMetricsIntegrationMetricGroupOutput() GcpMetricsIntegrationMetricGroupOutput { + return i.ToGcpMetricsIntegrationMetricGroupOutputWithContext(context.Background()) +} + +func (i GcpMetricsIntegrationMetricGroupArgs) ToGcpMetricsIntegrationMetricGroupOutputWithContext(ctx context.Context) GcpMetricsIntegrationMetricGroupOutput { + return pulumi.ToOutputWithContext(ctx, i).(GcpMetricsIntegrationMetricGroupOutput) +} + +// GcpMetricsIntegrationMetricGroupArrayInput is an input type that accepts GcpMetricsIntegrationMetricGroupArray and GcpMetricsIntegrationMetricGroupArrayOutput values. +// You can construct a concrete instance of `GcpMetricsIntegrationMetricGroupArrayInput` via: +// +// GcpMetricsIntegrationMetricGroupArray{ GcpMetricsIntegrationMetricGroupArgs{...} } +type GcpMetricsIntegrationMetricGroupArrayInput interface { + pulumi.Input + + ToGcpMetricsIntegrationMetricGroupArrayOutput() GcpMetricsIntegrationMetricGroupArrayOutput + ToGcpMetricsIntegrationMetricGroupArrayOutputWithContext(context.Context) GcpMetricsIntegrationMetricGroupArrayOutput +} + +type GcpMetricsIntegrationMetricGroupArray []GcpMetricsIntegrationMetricGroupInput + +func (GcpMetricsIntegrationMetricGroupArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]GcpMetricsIntegrationMetricGroup)(nil)).Elem() +} + +func (i GcpMetricsIntegrationMetricGroupArray) ToGcpMetricsIntegrationMetricGroupArrayOutput() GcpMetricsIntegrationMetricGroupArrayOutput { + return i.ToGcpMetricsIntegrationMetricGroupArrayOutputWithContext(context.Background()) +} + +func (i GcpMetricsIntegrationMetricGroupArray) ToGcpMetricsIntegrationMetricGroupArrayOutputWithContext(ctx context.Context) GcpMetricsIntegrationMetricGroupArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(GcpMetricsIntegrationMetricGroupArrayOutput) +} + +type GcpMetricsIntegrationMetricGroupOutput struct{ *pulumi.OutputState } + +func (GcpMetricsIntegrationMetricGroupOutput) ElementType() reflect.Type { + return reflect.TypeOf((*GcpMetricsIntegrationMetricGroup)(nil)).Elem() +} + +func (o GcpMetricsIntegrationMetricGroupOutput) ToGcpMetricsIntegrationMetricGroupOutput() GcpMetricsIntegrationMetricGroupOutput { + return o +} + +func (o GcpMetricsIntegrationMetricGroupOutput) ToGcpMetricsIntegrationMetricGroupOutputWithContext(ctx context.Context) GcpMetricsIntegrationMetricGroupOutput { + return o +} + +func (o GcpMetricsIntegrationMetricGroupOutput) Prefixes() pulumi.StringArrayOutput { + return o.ApplyT(func(v GcpMetricsIntegrationMetricGroup) []string { return v.Prefixes }).(pulumi.StringArrayOutput) +} + +func (o GcpMetricsIntegrationMetricGroupOutput) ProjectId() pulumi.StringOutput { + return o.ApplyT(func(v GcpMetricsIntegrationMetricGroup) string { return v.ProjectId }).(pulumi.StringOutput) +} + +type GcpMetricsIntegrationMetricGroupArrayOutput struct{ *pulumi.OutputState } + +func (GcpMetricsIntegrationMetricGroupArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]GcpMetricsIntegrationMetricGroup)(nil)).Elem() +} + +func (o GcpMetricsIntegrationMetricGroupArrayOutput) ToGcpMetricsIntegrationMetricGroupArrayOutput() GcpMetricsIntegrationMetricGroupArrayOutput { + return o +} + +func (o GcpMetricsIntegrationMetricGroupArrayOutput) ToGcpMetricsIntegrationMetricGroupArrayOutputWithContext(ctx context.Context) GcpMetricsIntegrationMetricGroupArrayOutput { + return o +} + +func (o GcpMetricsIntegrationMetricGroupArrayOutput) Index(i pulumi.IntInput) GcpMetricsIntegrationMetricGroupOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) GcpMetricsIntegrationMetricGroup { + return vs[0].([]GcpMetricsIntegrationMetricGroup)[vs[1].(int)] + }).(GcpMetricsIntegrationMetricGroupOutput) +} + +type GcpMetricsIntegrationServiceAccount struct { + ClientEmail string `pulumi:"clientEmail"` +} + +// GcpMetricsIntegrationServiceAccountInput is an input type that accepts GcpMetricsIntegrationServiceAccountArgs and GcpMetricsIntegrationServiceAccountOutput values. +// You can construct a concrete instance of `GcpMetricsIntegrationServiceAccountInput` via: +// +// GcpMetricsIntegrationServiceAccountArgs{...} +type GcpMetricsIntegrationServiceAccountInput interface { + pulumi.Input + + ToGcpMetricsIntegrationServiceAccountOutput() GcpMetricsIntegrationServiceAccountOutput + ToGcpMetricsIntegrationServiceAccountOutputWithContext(context.Context) GcpMetricsIntegrationServiceAccountOutput +} + +type GcpMetricsIntegrationServiceAccountArgs struct { + ClientEmail pulumi.StringInput `pulumi:"clientEmail"` +} + +func (GcpMetricsIntegrationServiceAccountArgs) ElementType() reflect.Type { + return reflect.TypeOf((*GcpMetricsIntegrationServiceAccount)(nil)).Elem() +} + +func (i GcpMetricsIntegrationServiceAccountArgs) ToGcpMetricsIntegrationServiceAccountOutput() GcpMetricsIntegrationServiceAccountOutput { + return i.ToGcpMetricsIntegrationServiceAccountOutputWithContext(context.Background()) +} + +func (i GcpMetricsIntegrationServiceAccountArgs) ToGcpMetricsIntegrationServiceAccountOutputWithContext(ctx context.Context) GcpMetricsIntegrationServiceAccountOutput { + return pulumi.ToOutputWithContext(ctx, i).(GcpMetricsIntegrationServiceAccountOutput) +} + +func (i GcpMetricsIntegrationServiceAccountArgs) ToGcpMetricsIntegrationServiceAccountPtrOutput() GcpMetricsIntegrationServiceAccountPtrOutput { + return i.ToGcpMetricsIntegrationServiceAccountPtrOutputWithContext(context.Background()) +} + +func (i GcpMetricsIntegrationServiceAccountArgs) ToGcpMetricsIntegrationServiceAccountPtrOutputWithContext(ctx context.Context) GcpMetricsIntegrationServiceAccountPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(GcpMetricsIntegrationServiceAccountOutput).ToGcpMetricsIntegrationServiceAccountPtrOutputWithContext(ctx) +} + +// GcpMetricsIntegrationServiceAccountPtrInput is an input type that accepts GcpMetricsIntegrationServiceAccountArgs, GcpMetricsIntegrationServiceAccountPtr and GcpMetricsIntegrationServiceAccountPtrOutput values. +// You can construct a concrete instance of `GcpMetricsIntegrationServiceAccountPtrInput` via: +// +// GcpMetricsIntegrationServiceAccountArgs{...} +// +// or: +// +// nil +type GcpMetricsIntegrationServiceAccountPtrInput interface { + pulumi.Input + + ToGcpMetricsIntegrationServiceAccountPtrOutput() GcpMetricsIntegrationServiceAccountPtrOutput + ToGcpMetricsIntegrationServiceAccountPtrOutputWithContext(context.Context) GcpMetricsIntegrationServiceAccountPtrOutput +} + +type gcpMetricsIntegrationServiceAccountPtrType GcpMetricsIntegrationServiceAccountArgs + +func GcpMetricsIntegrationServiceAccountPtr(v *GcpMetricsIntegrationServiceAccountArgs) GcpMetricsIntegrationServiceAccountPtrInput { + return (*gcpMetricsIntegrationServiceAccountPtrType)(v) +} + +func (*gcpMetricsIntegrationServiceAccountPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**GcpMetricsIntegrationServiceAccount)(nil)).Elem() +} + +func (i *gcpMetricsIntegrationServiceAccountPtrType) ToGcpMetricsIntegrationServiceAccountPtrOutput() GcpMetricsIntegrationServiceAccountPtrOutput { + return i.ToGcpMetricsIntegrationServiceAccountPtrOutputWithContext(context.Background()) +} + +func (i *gcpMetricsIntegrationServiceAccountPtrType) ToGcpMetricsIntegrationServiceAccountPtrOutputWithContext(ctx context.Context) GcpMetricsIntegrationServiceAccountPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(GcpMetricsIntegrationServiceAccountPtrOutput) +} + +type GcpMetricsIntegrationServiceAccountOutput struct{ *pulumi.OutputState } + +func (GcpMetricsIntegrationServiceAccountOutput) ElementType() reflect.Type { + return reflect.TypeOf((*GcpMetricsIntegrationServiceAccount)(nil)).Elem() +} + +func (o GcpMetricsIntegrationServiceAccountOutput) ToGcpMetricsIntegrationServiceAccountOutput() GcpMetricsIntegrationServiceAccountOutput { + return o +} + +func (o GcpMetricsIntegrationServiceAccountOutput) ToGcpMetricsIntegrationServiceAccountOutputWithContext(ctx context.Context) GcpMetricsIntegrationServiceAccountOutput { + return o +} + +func (o GcpMetricsIntegrationServiceAccountOutput) ToGcpMetricsIntegrationServiceAccountPtrOutput() GcpMetricsIntegrationServiceAccountPtrOutput { + return o.ToGcpMetricsIntegrationServiceAccountPtrOutputWithContext(context.Background()) +} + +func (o GcpMetricsIntegrationServiceAccountOutput) ToGcpMetricsIntegrationServiceAccountPtrOutputWithContext(ctx context.Context) GcpMetricsIntegrationServiceAccountPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v GcpMetricsIntegrationServiceAccount) *GcpMetricsIntegrationServiceAccount { + return &v + }).(GcpMetricsIntegrationServiceAccountPtrOutput) +} + +func (o GcpMetricsIntegrationServiceAccountOutput) ClientEmail() pulumi.StringOutput { + return o.ApplyT(func(v GcpMetricsIntegrationServiceAccount) string { return v.ClientEmail }).(pulumi.StringOutput) +} + +type GcpMetricsIntegrationServiceAccountPtrOutput struct{ *pulumi.OutputState } + +func (GcpMetricsIntegrationServiceAccountPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**GcpMetricsIntegrationServiceAccount)(nil)).Elem() +} + +func (o GcpMetricsIntegrationServiceAccountPtrOutput) ToGcpMetricsIntegrationServiceAccountPtrOutput() GcpMetricsIntegrationServiceAccountPtrOutput { + return o +} + +func (o GcpMetricsIntegrationServiceAccountPtrOutput) ToGcpMetricsIntegrationServiceAccountPtrOutputWithContext(ctx context.Context) GcpMetricsIntegrationServiceAccountPtrOutput { + return o +} + +func (o GcpMetricsIntegrationServiceAccountPtrOutput) Elem() GcpMetricsIntegrationServiceAccountOutput { + return o.ApplyT(func(v *GcpMetricsIntegrationServiceAccount) GcpMetricsIntegrationServiceAccount { + if v != nil { + return *v + } + var ret GcpMetricsIntegrationServiceAccount + return ret + }).(GcpMetricsIntegrationServiceAccountOutput) +} + +func (o GcpMetricsIntegrationServiceAccountPtrOutput) ClientEmail() pulumi.StringPtrOutput { + return o.ApplyT(func(v *GcpMetricsIntegrationServiceAccount) *string { + if v == nil { + return nil + } + return &v.ClientEmail + }).(pulumi.StringPtrOutput) +} + +type MappingRuleStoragePolicy struct { + Resolution string `pulumi:"resolution"` + Retention string `pulumi:"retention"` +} + +// MappingRuleStoragePolicyInput is an input type that accepts MappingRuleStoragePolicyArgs and MappingRuleStoragePolicyOutput values. +// You can construct a concrete instance of `MappingRuleStoragePolicyInput` via: +// +// MappingRuleStoragePolicyArgs{...} +type MappingRuleStoragePolicyInput interface { + pulumi.Input + + ToMappingRuleStoragePolicyOutput() MappingRuleStoragePolicyOutput + ToMappingRuleStoragePolicyOutputWithContext(context.Context) MappingRuleStoragePolicyOutput +} + +type MappingRuleStoragePolicyArgs struct { + Resolution pulumi.StringInput `pulumi:"resolution"` + Retention pulumi.StringInput `pulumi:"retention"` +} + +func (MappingRuleStoragePolicyArgs) ElementType() reflect.Type { + return reflect.TypeOf((*MappingRuleStoragePolicy)(nil)).Elem() +} + +func (i MappingRuleStoragePolicyArgs) ToMappingRuleStoragePolicyOutput() MappingRuleStoragePolicyOutput { + return i.ToMappingRuleStoragePolicyOutputWithContext(context.Background()) +} + +func (i MappingRuleStoragePolicyArgs) ToMappingRuleStoragePolicyOutputWithContext(ctx context.Context) MappingRuleStoragePolicyOutput { + return pulumi.ToOutputWithContext(ctx, i).(MappingRuleStoragePolicyOutput) +} + +func (i MappingRuleStoragePolicyArgs) ToMappingRuleStoragePolicyPtrOutput() MappingRuleStoragePolicyPtrOutput { + return i.ToMappingRuleStoragePolicyPtrOutputWithContext(context.Background()) +} + +func (i MappingRuleStoragePolicyArgs) ToMappingRuleStoragePolicyPtrOutputWithContext(ctx context.Context) MappingRuleStoragePolicyPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(MappingRuleStoragePolicyOutput).ToMappingRuleStoragePolicyPtrOutputWithContext(ctx) +} + +// MappingRuleStoragePolicyPtrInput is an input type that accepts MappingRuleStoragePolicyArgs, MappingRuleStoragePolicyPtr and MappingRuleStoragePolicyPtrOutput values. +// You can construct a concrete instance of `MappingRuleStoragePolicyPtrInput` via: +// +// MappingRuleStoragePolicyArgs{...} +// +// or: +// +// nil +type MappingRuleStoragePolicyPtrInput interface { + pulumi.Input + + ToMappingRuleStoragePolicyPtrOutput() MappingRuleStoragePolicyPtrOutput + ToMappingRuleStoragePolicyPtrOutputWithContext(context.Context) MappingRuleStoragePolicyPtrOutput +} + +type mappingRuleStoragePolicyPtrType MappingRuleStoragePolicyArgs + +func MappingRuleStoragePolicyPtr(v *MappingRuleStoragePolicyArgs) MappingRuleStoragePolicyPtrInput { + return (*mappingRuleStoragePolicyPtrType)(v) +} + +func (*mappingRuleStoragePolicyPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**MappingRuleStoragePolicy)(nil)).Elem() +} + +func (i *mappingRuleStoragePolicyPtrType) ToMappingRuleStoragePolicyPtrOutput() MappingRuleStoragePolicyPtrOutput { + return i.ToMappingRuleStoragePolicyPtrOutputWithContext(context.Background()) +} + +func (i *mappingRuleStoragePolicyPtrType) ToMappingRuleStoragePolicyPtrOutputWithContext(ctx context.Context) MappingRuleStoragePolicyPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(MappingRuleStoragePolicyPtrOutput) +} + +type MappingRuleStoragePolicyOutput struct{ *pulumi.OutputState } + +func (MappingRuleStoragePolicyOutput) ElementType() reflect.Type { + return reflect.TypeOf((*MappingRuleStoragePolicy)(nil)).Elem() +} + +func (o MappingRuleStoragePolicyOutput) ToMappingRuleStoragePolicyOutput() MappingRuleStoragePolicyOutput { + return o +} + +func (o MappingRuleStoragePolicyOutput) ToMappingRuleStoragePolicyOutputWithContext(ctx context.Context) MappingRuleStoragePolicyOutput { + return o +} + +func (o MappingRuleStoragePolicyOutput) ToMappingRuleStoragePolicyPtrOutput() MappingRuleStoragePolicyPtrOutput { + return o.ToMappingRuleStoragePolicyPtrOutputWithContext(context.Background()) +} + +func (o MappingRuleStoragePolicyOutput) ToMappingRuleStoragePolicyPtrOutputWithContext(ctx context.Context) MappingRuleStoragePolicyPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v MappingRuleStoragePolicy) *MappingRuleStoragePolicy { + return &v + }).(MappingRuleStoragePolicyPtrOutput) +} + +func (o MappingRuleStoragePolicyOutput) Resolution() pulumi.StringOutput { + return o.ApplyT(func(v MappingRuleStoragePolicy) string { return v.Resolution }).(pulumi.StringOutput) +} + +func (o MappingRuleStoragePolicyOutput) Retention() pulumi.StringOutput { + return o.ApplyT(func(v MappingRuleStoragePolicy) string { return v.Retention }).(pulumi.StringOutput) +} + +type MappingRuleStoragePolicyPtrOutput struct{ *pulumi.OutputState } + +func (MappingRuleStoragePolicyPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**MappingRuleStoragePolicy)(nil)).Elem() +} + +func (o MappingRuleStoragePolicyPtrOutput) ToMappingRuleStoragePolicyPtrOutput() MappingRuleStoragePolicyPtrOutput { + return o +} + +func (o MappingRuleStoragePolicyPtrOutput) ToMappingRuleStoragePolicyPtrOutputWithContext(ctx context.Context) MappingRuleStoragePolicyPtrOutput { + return o +} + +func (o MappingRuleStoragePolicyPtrOutput) Elem() MappingRuleStoragePolicyOutput { + return o.ApplyT(func(v *MappingRuleStoragePolicy) MappingRuleStoragePolicy { + if v != nil { + return *v + } + var ret MappingRuleStoragePolicy + return ret + }).(MappingRuleStoragePolicyOutput) +} + +func (o MappingRuleStoragePolicyPtrOutput) Resolution() pulumi.StringPtrOutput { + return o.ApplyT(func(v *MappingRuleStoragePolicy) *string { + if v == nil { + return nil + } + return &v.Resolution + }).(pulumi.StringPtrOutput) +} + +func (o MappingRuleStoragePolicyPtrOutput) Retention() pulumi.StringPtrOutput { + return o.ApplyT(func(v *MappingRuleStoragePolicy) *string { + if v == nil { + return nil + } + return &v.Retention + }).(pulumi.StringPtrOutput) +} + +type MonitorQuery struct { + GraphiteExpr *string `pulumi:"graphiteExpr"` + PrometheusExpr *string `pulumi:"prometheusExpr"` +} + +// MonitorQueryInput is an input type that accepts MonitorQueryArgs and MonitorQueryOutput values. +// You can construct a concrete instance of `MonitorQueryInput` via: +// +// MonitorQueryArgs{...} +type MonitorQueryInput interface { + pulumi.Input + + ToMonitorQueryOutput() MonitorQueryOutput + ToMonitorQueryOutputWithContext(context.Context) MonitorQueryOutput +} + +type MonitorQueryArgs struct { + GraphiteExpr pulumi.StringPtrInput `pulumi:"graphiteExpr"` + PrometheusExpr pulumi.StringPtrInput `pulumi:"prometheusExpr"` +} + +func (MonitorQueryArgs) ElementType() reflect.Type { + return reflect.TypeOf((*MonitorQuery)(nil)).Elem() +} + +func (i MonitorQueryArgs) ToMonitorQueryOutput() MonitorQueryOutput { + return i.ToMonitorQueryOutputWithContext(context.Background()) +} + +func (i MonitorQueryArgs) ToMonitorQueryOutputWithContext(ctx context.Context) MonitorQueryOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorQueryOutput) +} + +func (i MonitorQueryArgs) ToMonitorQueryPtrOutput() MonitorQueryPtrOutput { + return i.ToMonitorQueryPtrOutputWithContext(context.Background()) +} + +func (i MonitorQueryArgs) ToMonitorQueryPtrOutputWithContext(ctx context.Context) MonitorQueryPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorQueryOutput).ToMonitorQueryPtrOutputWithContext(ctx) +} + +// MonitorQueryPtrInput is an input type that accepts MonitorQueryArgs, MonitorQueryPtr and MonitorQueryPtrOutput values. +// You can construct a concrete instance of `MonitorQueryPtrInput` via: +// +// MonitorQueryArgs{...} +// +// or: +// +// nil +type MonitorQueryPtrInput interface { + pulumi.Input + + ToMonitorQueryPtrOutput() MonitorQueryPtrOutput + ToMonitorQueryPtrOutputWithContext(context.Context) MonitorQueryPtrOutput +} + +type monitorQueryPtrType MonitorQueryArgs + +func MonitorQueryPtr(v *MonitorQueryArgs) MonitorQueryPtrInput { + return (*monitorQueryPtrType)(v) +} + +func (*monitorQueryPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**MonitorQuery)(nil)).Elem() +} + +func (i *monitorQueryPtrType) ToMonitorQueryPtrOutput() MonitorQueryPtrOutput { + return i.ToMonitorQueryPtrOutputWithContext(context.Background()) +} + +func (i *monitorQueryPtrType) ToMonitorQueryPtrOutputWithContext(ctx context.Context) MonitorQueryPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorQueryPtrOutput) +} + +type MonitorQueryOutput struct{ *pulumi.OutputState } + +func (MonitorQueryOutput) ElementType() reflect.Type { + return reflect.TypeOf((*MonitorQuery)(nil)).Elem() +} + +func (o MonitorQueryOutput) ToMonitorQueryOutput() MonitorQueryOutput { + return o +} + +func (o MonitorQueryOutput) ToMonitorQueryOutputWithContext(ctx context.Context) MonitorQueryOutput { + return o +} + +func (o MonitorQueryOutput) ToMonitorQueryPtrOutput() MonitorQueryPtrOutput { + return o.ToMonitorQueryPtrOutputWithContext(context.Background()) +} + +func (o MonitorQueryOutput) ToMonitorQueryPtrOutputWithContext(ctx context.Context) MonitorQueryPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v MonitorQuery) *MonitorQuery { + return &v + }).(MonitorQueryPtrOutput) +} + +func (o MonitorQueryOutput) GraphiteExpr() pulumi.StringPtrOutput { + return o.ApplyT(func(v MonitorQuery) *string { return v.GraphiteExpr }).(pulumi.StringPtrOutput) +} + +func (o MonitorQueryOutput) PrometheusExpr() pulumi.StringPtrOutput { + return o.ApplyT(func(v MonitorQuery) *string { return v.PrometheusExpr }).(pulumi.StringPtrOutput) +} + +type MonitorQueryPtrOutput struct{ *pulumi.OutputState } + +func (MonitorQueryPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**MonitorQuery)(nil)).Elem() +} + +func (o MonitorQueryPtrOutput) ToMonitorQueryPtrOutput() MonitorQueryPtrOutput { + return o +} + +func (o MonitorQueryPtrOutput) ToMonitorQueryPtrOutputWithContext(ctx context.Context) MonitorQueryPtrOutput { + return o +} + +func (o MonitorQueryPtrOutput) Elem() MonitorQueryOutput { + return o.ApplyT(func(v *MonitorQuery) MonitorQuery { + if v != nil { + return *v + } + var ret MonitorQuery + return ret + }).(MonitorQueryOutput) +} + +func (o MonitorQueryPtrOutput) GraphiteExpr() pulumi.StringPtrOutput { + return o.ApplyT(func(v *MonitorQuery) *string { + if v == nil { + return nil + } + return v.GraphiteExpr + }).(pulumi.StringPtrOutput) +} + +func (o MonitorQueryPtrOutput) PrometheusExpr() pulumi.StringPtrOutput { + return o.ApplyT(func(v *MonitorQuery) *string { + if v == nil { + return nil + } + return v.PrometheusExpr + }).(pulumi.StringPtrOutput) +} + +type MonitorSchedule struct { + Ranges []MonitorScheduleRange `pulumi:"ranges"` + Timezone string `pulumi:"timezone"` +} + +// MonitorScheduleInput is an input type that accepts MonitorScheduleArgs and MonitorScheduleOutput values. +// You can construct a concrete instance of `MonitorScheduleInput` via: +// +// MonitorScheduleArgs{...} +type MonitorScheduleInput interface { + pulumi.Input + + ToMonitorScheduleOutput() MonitorScheduleOutput + ToMonitorScheduleOutputWithContext(context.Context) MonitorScheduleOutput +} + +type MonitorScheduleArgs struct { + Ranges MonitorScheduleRangeArrayInput `pulumi:"ranges"` + Timezone pulumi.StringInput `pulumi:"timezone"` +} + +func (MonitorScheduleArgs) ElementType() reflect.Type { + return reflect.TypeOf((*MonitorSchedule)(nil)).Elem() +} + +func (i MonitorScheduleArgs) ToMonitorScheduleOutput() MonitorScheduleOutput { + return i.ToMonitorScheduleOutputWithContext(context.Background()) +} + +func (i MonitorScheduleArgs) ToMonitorScheduleOutputWithContext(ctx context.Context) MonitorScheduleOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorScheduleOutput) +} + +func (i MonitorScheduleArgs) ToMonitorSchedulePtrOutput() MonitorSchedulePtrOutput { + return i.ToMonitorSchedulePtrOutputWithContext(context.Background()) +} + +func (i MonitorScheduleArgs) ToMonitorSchedulePtrOutputWithContext(ctx context.Context) MonitorSchedulePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorScheduleOutput).ToMonitorSchedulePtrOutputWithContext(ctx) +} + +// MonitorSchedulePtrInput is an input type that accepts MonitorScheduleArgs, MonitorSchedulePtr and MonitorSchedulePtrOutput values. +// You can construct a concrete instance of `MonitorSchedulePtrInput` via: +// +// MonitorScheduleArgs{...} +// +// or: +// +// nil +type MonitorSchedulePtrInput interface { + pulumi.Input + + ToMonitorSchedulePtrOutput() MonitorSchedulePtrOutput + ToMonitorSchedulePtrOutputWithContext(context.Context) MonitorSchedulePtrOutput +} + +type monitorSchedulePtrType MonitorScheduleArgs + +func MonitorSchedulePtr(v *MonitorScheduleArgs) MonitorSchedulePtrInput { + return (*monitorSchedulePtrType)(v) +} + +func (*monitorSchedulePtrType) ElementType() reflect.Type { + return reflect.TypeOf((**MonitorSchedule)(nil)).Elem() +} + +func (i *monitorSchedulePtrType) ToMonitorSchedulePtrOutput() MonitorSchedulePtrOutput { + return i.ToMonitorSchedulePtrOutputWithContext(context.Background()) +} + +func (i *monitorSchedulePtrType) ToMonitorSchedulePtrOutputWithContext(ctx context.Context) MonitorSchedulePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorSchedulePtrOutput) +} + +type MonitorScheduleOutput struct{ *pulumi.OutputState } + +func (MonitorScheduleOutput) ElementType() reflect.Type { + return reflect.TypeOf((*MonitorSchedule)(nil)).Elem() +} + +func (o MonitorScheduleOutput) ToMonitorScheduleOutput() MonitorScheduleOutput { + return o +} + +func (o MonitorScheduleOutput) ToMonitorScheduleOutputWithContext(ctx context.Context) MonitorScheduleOutput { + return o +} + +func (o MonitorScheduleOutput) ToMonitorSchedulePtrOutput() MonitorSchedulePtrOutput { + return o.ToMonitorSchedulePtrOutputWithContext(context.Background()) +} + +func (o MonitorScheduleOutput) ToMonitorSchedulePtrOutputWithContext(ctx context.Context) MonitorSchedulePtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v MonitorSchedule) *MonitorSchedule { + return &v + }).(MonitorSchedulePtrOutput) +} + +func (o MonitorScheduleOutput) Ranges() MonitorScheduleRangeArrayOutput { + return o.ApplyT(func(v MonitorSchedule) []MonitorScheduleRange { return v.Ranges }).(MonitorScheduleRangeArrayOutput) +} + +func (o MonitorScheduleOutput) Timezone() pulumi.StringOutput { + return o.ApplyT(func(v MonitorSchedule) string { return v.Timezone }).(pulumi.StringOutput) +} + +type MonitorSchedulePtrOutput struct{ *pulumi.OutputState } + +func (MonitorSchedulePtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**MonitorSchedule)(nil)).Elem() +} + +func (o MonitorSchedulePtrOutput) ToMonitorSchedulePtrOutput() MonitorSchedulePtrOutput { + return o +} + +func (o MonitorSchedulePtrOutput) ToMonitorSchedulePtrOutputWithContext(ctx context.Context) MonitorSchedulePtrOutput { + return o +} + +func (o MonitorSchedulePtrOutput) Elem() MonitorScheduleOutput { + return o.ApplyT(func(v *MonitorSchedule) MonitorSchedule { + if v != nil { + return *v + } + var ret MonitorSchedule + return ret + }).(MonitorScheduleOutput) +} + +func (o MonitorSchedulePtrOutput) Ranges() MonitorScheduleRangeArrayOutput { + return o.ApplyT(func(v *MonitorSchedule) []MonitorScheduleRange { + if v == nil { + return nil + } + return v.Ranges + }).(MonitorScheduleRangeArrayOutput) +} + +func (o MonitorSchedulePtrOutput) Timezone() pulumi.StringPtrOutput { + return o.ApplyT(func(v *MonitorSchedule) *string { + if v == nil { + return nil + } + return &v.Timezone + }).(pulumi.StringPtrOutput) +} + +type MonitorScheduleRange struct { + Day string `pulumi:"day"` + End string `pulumi:"end"` + Start string `pulumi:"start"` +} + +// MonitorScheduleRangeInput is an input type that accepts MonitorScheduleRangeArgs and MonitorScheduleRangeOutput values. +// You can construct a concrete instance of `MonitorScheduleRangeInput` via: +// +// MonitorScheduleRangeArgs{...} +type MonitorScheduleRangeInput interface { + pulumi.Input + + ToMonitorScheduleRangeOutput() MonitorScheduleRangeOutput + ToMonitorScheduleRangeOutputWithContext(context.Context) MonitorScheduleRangeOutput +} + +type MonitorScheduleRangeArgs struct { + Day pulumi.StringInput `pulumi:"day"` + End pulumi.StringInput `pulumi:"end"` + Start pulumi.StringInput `pulumi:"start"` +} + +func (MonitorScheduleRangeArgs) ElementType() reflect.Type { + return reflect.TypeOf((*MonitorScheduleRange)(nil)).Elem() +} + +func (i MonitorScheduleRangeArgs) ToMonitorScheduleRangeOutput() MonitorScheduleRangeOutput { + return i.ToMonitorScheduleRangeOutputWithContext(context.Background()) +} + +func (i MonitorScheduleRangeArgs) ToMonitorScheduleRangeOutputWithContext(ctx context.Context) MonitorScheduleRangeOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorScheduleRangeOutput) +} + +// MonitorScheduleRangeArrayInput is an input type that accepts MonitorScheduleRangeArray and MonitorScheduleRangeArrayOutput values. +// You can construct a concrete instance of `MonitorScheduleRangeArrayInput` via: +// +// MonitorScheduleRangeArray{ MonitorScheduleRangeArgs{...} } +type MonitorScheduleRangeArrayInput interface { + pulumi.Input + + ToMonitorScheduleRangeArrayOutput() MonitorScheduleRangeArrayOutput + ToMonitorScheduleRangeArrayOutputWithContext(context.Context) MonitorScheduleRangeArrayOutput +} + +type MonitorScheduleRangeArray []MonitorScheduleRangeInput + +func (MonitorScheduleRangeArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]MonitorScheduleRange)(nil)).Elem() +} + +func (i MonitorScheduleRangeArray) ToMonitorScheduleRangeArrayOutput() MonitorScheduleRangeArrayOutput { + return i.ToMonitorScheduleRangeArrayOutputWithContext(context.Background()) +} + +func (i MonitorScheduleRangeArray) ToMonitorScheduleRangeArrayOutputWithContext(ctx context.Context) MonitorScheduleRangeArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorScheduleRangeArrayOutput) +} + +type MonitorScheduleRangeOutput struct{ *pulumi.OutputState } + +func (MonitorScheduleRangeOutput) ElementType() reflect.Type { + return reflect.TypeOf((*MonitorScheduleRange)(nil)).Elem() +} + +func (o MonitorScheduleRangeOutput) ToMonitorScheduleRangeOutput() MonitorScheduleRangeOutput { + return o +} + +func (o MonitorScheduleRangeOutput) ToMonitorScheduleRangeOutputWithContext(ctx context.Context) MonitorScheduleRangeOutput { + return o +} + +func (o MonitorScheduleRangeOutput) Day() pulumi.StringOutput { + return o.ApplyT(func(v MonitorScheduleRange) string { return v.Day }).(pulumi.StringOutput) +} + +func (o MonitorScheduleRangeOutput) End() pulumi.StringOutput { + return o.ApplyT(func(v MonitorScheduleRange) string { return v.End }).(pulumi.StringOutput) +} + +func (o MonitorScheduleRangeOutput) Start() pulumi.StringOutput { + return o.ApplyT(func(v MonitorScheduleRange) string { return v.Start }).(pulumi.StringOutput) +} + +type MonitorScheduleRangeArrayOutput struct{ *pulumi.OutputState } + +func (MonitorScheduleRangeArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]MonitorScheduleRange)(nil)).Elem() +} + +func (o MonitorScheduleRangeArrayOutput) ToMonitorScheduleRangeArrayOutput() MonitorScheduleRangeArrayOutput { + return o +} + +func (o MonitorScheduleRangeArrayOutput) ToMonitorScheduleRangeArrayOutputWithContext(ctx context.Context) MonitorScheduleRangeArrayOutput { + return o +} + +func (o MonitorScheduleRangeArrayOutput) Index(i pulumi.IntInput) MonitorScheduleRangeOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) MonitorScheduleRange { + return vs[0].([]MonitorScheduleRange)[vs[1].(int)] + }).(MonitorScheduleRangeOutput) +} + +type MonitorSeriesConditions struct { + Conditions []MonitorSeriesConditionsCondition `pulumi:"conditions"` + Overrides []MonitorSeriesConditionsOverride `pulumi:"overrides"` +} + +// MonitorSeriesConditionsInput is an input type that accepts MonitorSeriesConditionsArgs and MonitorSeriesConditionsOutput values. +// You can construct a concrete instance of `MonitorSeriesConditionsInput` via: +// +// MonitorSeriesConditionsArgs{...} +type MonitorSeriesConditionsInput interface { + pulumi.Input + + ToMonitorSeriesConditionsOutput() MonitorSeriesConditionsOutput + ToMonitorSeriesConditionsOutputWithContext(context.Context) MonitorSeriesConditionsOutput +} + +type MonitorSeriesConditionsArgs struct { + Conditions MonitorSeriesConditionsConditionArrayInput `pulumi:"conditions"` + Overrides MonitorSeriesConditionsOverrideArrayInput `pulumi:"overrides"` +} + +func (MonitorSeriesConditionsArgs) ElementType() reflect.Type { + return reflect.TypeOf((*MonitorSeriesConditions)(nil)).Elem() +} + +func (i MonitorSeriesConditionsArgs) ToMonitorSeriesConditionsOutput() MonitorSeriesConditionsOutput { + return i.ToMonitorSeriesConditionsOutputWithContext(context.Background()) +} + +func (i MonitorSeriesConditionsArgs) ToMonitorSeriesConditionsOutputWithContext(ctx context.Context) MonitorSeriesConditionsOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorSeriesConditionsOutput) +} + +func (i MonitorSeriesConditionsArgs) ToMonitorSeriesConditionsPtrOutput() MonitorSeriesConditionsPtrOutput { + return i.ToMonitorSeriesConditionsPtrOutputWithContext(context.Background()) +} + +func (i MonitorSeriesConditionsArgs) ToMonitorSeriesConditionsPtrOutputWithContext(ctx context.Context) MonitorSeriesConditionsPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorSeriesConditionsOutput).ToMonitorSeriesConditionsPtrOutputWithContext(ctx) +} + +// MonitorSeriesConditionsPtrInput is an input type that accepts MonitorSeriesConditionsArgs, MonitorSeriesConditionsPtr and MonitorSeriesConditionsPtrOutput values. +// You can construct a concrete instance of `MonitorSeriesConditionsPtrInput` via: +// +// MonitorSeriesConditionsArgs{...} +// +// or: +// +// nil +type MonitorSeriesConditionsPtrInput interface { + pulumi.Input + + ToMonitorSeriesConditionsPtrOutput() MonitorSeriesConditionsPtrOutput + ToMonitorSeriesConditionsPtrOutputWithContext(context.Context) MonitorSeriesConditionsPtrOutput +} + +type monitorSeriesConditionsPtrType MonitorSeriesConditionsArgs + +func MonitorSeriesConditionsPtr(v *MonitorSeriesConditionsArgs) MonitorSeriesConditionsPtrInput { + return (*monitorSeriesConditionsPtrType)(v) +} + +func (*monitorSeriesConditionsPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**MonitorSeriesConditions)(nil)).Elem() +} + +func (i *monitorSeriesConditionsPtrType) ToMonitorSeriesConditionsPtrOutput() MonitorSeriesConditionsPtrOutput { + return i.ToMonitorSeriesConditionsPtrOutputWithContext(context.Background()) +} + +func (i *monitorSeriesConditionsPtrType) ToMonitorSeriesConditionsPtrOutputWithContext(ctx context.Context) MonitorSeriesConditionsPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorSeriesConditionsPtrOutput) +} + +type MonitorSeriesConditionsOutput struct{ *pulumi.OutputState } + +func (MonitorSeriesConditionsOutput) ElementType() reflect.Type { + return reflect.TypeOf((*MonitorSeriesConditions)(nil)).Elem() +} + +func (o MonitorSeriesConditionsOutput) ToMonitorSeriesConditionsOutput() MonitorSeriesConditionsOutput { + return o +} + +func (o MonitorSeriesConditionsOutput) ToMonitorSeriesConditionsOutputWithContext(ctx context.Context) MonitorSeriesConditionsOutput { + return o +} + +func (o MonitorSeriesConditionsOutput) ToMonitorSeriesConditionsPtrOutput() MonitorSeriesConditionsPtrOutput { + return o.ToMonitorSeriesConditionsPtrOutputWithContext(context.Background()) +} + +func (o MonitorSeriesConditionsOutput) ToMonitorSeriesConditionsPtrOutputWithContext(ctx context.Context) MonitorSeriesConditionsPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v MonitorSeriesConditions) *MonitorSeriesConditions { + return &v + }).(MonitorSeriesConditionsPtrOutput) +} + +func (o MonitorSeriesConditionsOutput) Conditions() MonitorSeriesConditionsConditionArrayOutput { + return o.ApplyT(func(v MonitorSeriesConditions) []MonitorSeriesConditionsCondition { return v.Conditions }).(MonitorSeriesConditionsConditionArrayOutput) +} + +func (o MonitorSeriesConditionsOutput) Overrides() MonitorSeriesConditionsOverrideArrayOutput { + return o.ApplyT(func(v MonitorSeriesConditions) []MonitorSeriesConditionsOverride { return v.Overrides }).(MonitorSeriesConditionsOverrideArrayOutput) +} + +type MonitorSeriesConditionsPtrOutput struct{ *pulumi.OutputState } + +func (MonitorSeriesConditionsPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**MonitorSeriesConditions)(nil)).Elem() +} + +func (o MonitorSeriesConditionsPtrOutput) ToMonitorSeriesConditionsPtrOutput() MonitorSeriesConditionsPtrOutput { + return o +} + +func (o MonitorSeriesConditionsPtrOutput) ToMonitorSeriesConditionsPtrOutputWithContext(ctx context.Context) MonitorSeriesConditionsPtrOutput { + return o +} + +func (o MonitorSeriesConditionsPtrOutput) Elem() MonitorSeriesConditionsOutput { + return o.ApplyT(func(v *MonitorSeriesConditions) MonitorSeriesConditions { + if v != nil { + return *v + } + var ret MonitorSeriesConditions + return ret + }).(MonitorSeriesConditionsOutput) +} + +func (o MonitorSeriesConditionsPtrOutput) Conditions() MonitorSeriesConditionsConditionArrayOutput { + return o.ApplyT(func(v *MonitorSeriesConditions) []MonitorSeriesConditionsCondition { + if v == nil { + return nil + } + return v.Conditions + }).(MonitorSeriesConditionsConditionArrayOutput) +} + +func (o MonitorSeriesConditionsPtrOutput) Overrides() MonitorSeriesConditionsOverrideArrayOutput { + return o.ApplyT(func(v *MonitorSeriesConditions) []MonitorSeriesConditionsOverride { + if v == nil { + return nil + } + return v.Overrides + }).(MonitorSeriesConditionsOverrideArrayOutput) +} + +type MonitorSeriesConditionsCondition struct { + Op string `pulumi:"op"` + ResolveSustain *string `pulumi:"resolveSustain"` + Severity string `pulumi:"severity"` + Sustain *string `pulumi:"sustain"` + Value *float64 `pulumi:"value"` +} + +// MonitorSeriesConditionsConditionInput is an input type that accepts MonitorSeriesConditionsConditionArgs and MonitorSeriesConditionsConditionOutput values. +// You can construct a concrete instance of `MonitorSeriesConditionsConditionInput` via: +// +// MonitorSeriesConditionsConditionArgs{...} +type MonitorSeriesConditionsConditionInput interface { + pulumi.Input + + ToMonitorSeriesConditionsConditionOutput() MonitorSeriesConditionsConditionOutput + ToMonitorSeriesConditionsConditionOutputWithContext(context.Context) MonitorSeriesConditionsConditionOutput +} + +type MonitorSeriesConditionsConditionArgs struct { + Op pulumi.StringInput `pulumi:"op"` + ResolveSustain pulumi.StringPtrInput `pulumi:"resolveSustain"` + Severity pulumi.StringInput `pulumi:"severity"` + Sustain pulumi.StringPtrInput `pulumi:"sustain"` + Value pulumi.Float64PtrInput `pulumi:"value"` +} + +func (MonitorSeriesConditionsConditionArgs) ElementType() reflect.Type { + return reflect.TypeOf((*MonitorSeriesConditionsCondition)(nil)).Elem() +} + +func (i MonitorSeriesConditionsConditionArgs) ToMonitorSeriesConditionsConditionOutput() MonitorSeriesConditionsConditionOutput { + return i.ToMonitorSeriesConditionsConditionOutputWithContext(context.Background()) +} + +func (i MonitorSeriesConditionsConditionArgs) ToMonitorSeriesConditionsConditionOutputWithContext(ctx context.Context) MonitorSeriesConditionsConditionOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorSeriesConditionsConditionOutput) +} + +// MonitorSeriesConditionsConditionArrayInput is an input type that accepts MonitorSeriesConditionsConditionArray and MonitorSeriesConditionsConditionArrayOutput values. +// You can construct a concrete instance of `MonitorSeriesConditionsConditionArrayInput` via: +// +// MonitorSeriesConditionsConditionArray{ MonitorSeriesConditionsConditionArgs{...} } +type MonitorSeriesConditionsConditionArrayInput interface { + pulumi.Input + + ToMonitorSeriesConditionsConditionArrayOutput() MonitorSeriesConditionsConditionArrayOutput + ToMonitorSeriesConditionsConditionArrayOutputWithContext(context.Context) MonitorSeriesConditionsConditionArrayOutput +} + +type MonitorSeriesConditionsConditionArray []MonitorSeriesConditionsConditionInput + +func (MonitorSeriesConditionsConditionArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]MonitorSeriesConditionsCondition)(nil)).Elem() +} + +func (i MonitorSeriesConditionsConditionArray) ToMonitorSeriesConditionsConditionArrayOutput() MonitorSeriesConditionsConditionArrayOutput { + return i.ToMonitorSeriesConditionsConditionArrayOutputWithContext(context.Background()) +} + +func (i MonitorSeriesConditionsConditionArray) ToMonitorSeriesConditionsConditionArrayOutputWithContext(ctx context.Context) MonitorSeriesConditionsConditionArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorSeriesConditionsConditionArrayOutput) +} + +type MonitorSeriesConditionsConditionOutput struct{ *pulumi.OutputState } + +func (MonitorSeriesConditionsConditionOutput) ElementType() reflect.Type { + return reflect.TypeOf((*MonitorSeriesConditionsCondition)(nil)).Elem() +} + +func (o MonitorSeriesConditionsConditionOutput) ToMonitorSeriesConditionsConditionOutput() MonitorSeriesConditionsConditionOutput { + return o +} + +func (o MonitorSeriesConditionsConditionOutput) ToMonitorSeriesConditionsConditionOutputWithContext(ctx context.Context) MonitorSeriesConditionsConditionOutput { + return o +} + +func (o MonitorSeriesConditionsConditionOutput) Op() pulumi.StringOutput { + return o.ApplyT(func(v MonitorSeriesConditionsCondition) string { return v.Op }).(pulumi.StringOutput) +} + +func (o MonitorSeriesConditionsConditionOutput) ResolveSustain() pulumi.StringPtrOutput { + return o.ApplyT(func(v MonitorSeriesConditionsCondition) *string { return v.ResolveSustain }).(pulumi.StringPtrOutput) +} + +func (o MonitorSeriesConditionsConditionOutput) Severity() pulumi.StringOutput { + return o.ApplyT(func(v MonitorSeriesConditionsCondition) string { return v.Severity }).(pulumi.StringOutput) +} + +func (o MonitorSeriesConditionsConditionOutput) Sustain() pulumi.StringPtrOutput { + return o.ApplyT(func(v MonitorSeriesConditionsCondition) *string { return v.Sustain }).(pulumi.StringPtrOutput) +} + +func (o MonitorSeriesConditionsConditionOutput) Value() pulumi.Float64PtrOutput { + return o.ApplyT(func(v MonitorSeriesConditionsCondition) *float64 { return v.Value }).(pulumi.Float64PtrOutput) +} + +type MonitorSeriesConditionsConditionArrayOutput struct{ *pulumi.OutputState } + +func (MonitorSeriesConditionsConditionArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]MonitorSeriesConditionsCondition)(nil)).Elem() +} + +func (o MonitorSeriesConditionsConditionArrayOutput) ToMonitorSeriesConditionsConditionArrayOutput() MonitorSeriesConditionsConditionArrayOutput { + return o +} + +func (o MonitorSeriesConditionsConditionArrayOutput) ToMonitorSeriesConditionsConditionArrayOutputWithContext(ctx context.Context) MonitorSeriesConditionsConditionArrayOutput { + return o +} + +func (o MonitorSeriesConditionsConditionArrayOutput) Index(i pulumi.IntInput) MonitorSeriesConditionsConditionOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) MonitorSeriesConditionsCondition { + return vs[0].([]MonitorSeriesConditionsCondition)[vs[1].(int)] + }).(MonitorSeriesConditionsConditionOutput) +} + +type MonitorSeriesConditionsOverride struct { + Conditions []MonitorSeriesConditionsOverrideCondition `pulumi:"conditions"` + LabelMatchers []MonitorSeriesConditionsOverrideLabelMatcher `pulumi:"labelMatchers"` +} + +// MonitorSeriesConditionsOverrideInput is an input type that accepts MonitorSeriesConditionsOverrideArgs and MonitorSeriesConditionsOverrideOutput values. +// You can construct a concrete instance of `MonitorSeriesConditionsOverrideInput` via: +// +// MonitorSeriesConditionsOverrideArgs{...} +type MonitorSeriesConditionsOverrideInput interface { + pulumi.Input + + ToMonitorSeriesConditionsOverrideOutput() MonitorSeriesConditionsOverrideOutput + ToMonitorSeriesConditionsOverrideOutputWithContext(context.Context) MonitorSeriesConditionsOverrideOutput +} + +type MonitorSeriesConditionsOverrideArgs struct { + Conditions MonitorSeriesConditionsOverrideConditionArrayInput `pulumi:"conditions"` + LabelMatchers MonitorSeriesConditionsOverrideLabelMatcherArrayInput `pulumi:"labelMatchers"` +} + +func (MonitorSeriesConditionsOverrideArgs) ElementType() reflect.Type { + return reflect.TypeOf((*MonitorSeriesConditionsOverride)(nil)).Elem() +} + +func (i MonitorSeriesConditionsOverrideArgs) ToMonitorSeriesConditionsOverrideOutput() MonitorSeriesConditionsOverrideOutput { + return i.ToMonitorSeriesConditionsOverrideOutputWithContext(context.Background()) +} + +func (i MonitorSeriesConditionsOverrideArgs) ToMonitorSeriesConditionsOverrideOutputWithContext(ctx context.Context) MonitorSeriesConditionsOverrideOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorSeriesConditionsOverrideOutput) +} + +// MonitorSeriesConditionsOverrideArrayInput is an input type that accepts MonitorSeriesConditionsOverrideArray and MonitorSeriesConditionsOverrideArrayOutput values. +// You can construct a concrete instance of `MonitorSeriesConditionsOverrideArrayInput` via: +// +// MonitorSeriesConditionsOverrideArray{ MonitorSeriesConditionsOverrideArgs{...} } +type MonitorSeriesConditionsOverrideArrayInput interface { + pulumi.Input + + ToMonitorSeriesConditionsOverrideArrayOutput() MonitorSeriesConditionsOverrideArrayOutput + ToMonitorSeriesConditionsOverrideArrayOutputWithContext(context.Context) MonitorSeriesConditionsOverrideArrayOutput +} + +type MonitorSeriesConditionsOverrideArray []MonitorSeriesConditionsOverrideInput + +func (MonitorSeriesConditionsOverrideArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]MonitorSeriesConditionsOverride)(nil)).Elem() +} + +func (i MonitorSeriesConditionsOverrideArray) ToMonitorSeriesConditionsOverrideArrayOutput() MonitorSeriesConditionsOverrideArrayOutput { + return i.ToMonitorSeriesConditionsOverrideArrayOutputWithContext(context.Background()) +} + +func (i MonitorSeriesConditionsOverrideArray) ToMonitorSeriesConditionsOverrideArrayOutputWithContext(ctx context.Context) MonitorSeriesConditionsOverrideArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorSeriesConditionsOverrideArrayOutput) +} + +type MonitorSeriesConditionsOverrideOutput struct{ *pulumi.OutputState } + +func (MonitorSeriesConditionsOverrideOutput) ElementType() reflect.Type { + return reflect.TypeOf((*MonitorSeriesConditionsOverride)(nil)).Elem() +} + +func (o MonitorSeriesConditionsOverrideOutput) ToMonitorSeriesConditionsOverrideOutput() MonitorSeriesConditionsOverrideOutput { + return o +} + +func (o MonitorSeriesConditionsOverrideOutput) ToMonitorSeriesConditionsOverrideOutputWithContext(ctx context.Context) MonitorSeriesConditionsOverrideOutput { + return o +} + +func (o MonitorSeriesConditionsOverrideOutput) Conditions() MonitorSeriesConditionsOverrideConditionArrayOutput { + return o.ApplyT(func(v MonitorSeriesConditionsOverride) []MonitorSeriesConditionsOverrideCondition { + return v.Conditions + }).(MonitorSeriesConditionsOverrideConditionArrayOutput) +} + +func (o MonitorSeriesConditionsOverrideOutput) LabelMatchers() MonitorSeriesConditionsOverrideLabelMatcherArrayOutput { + return o.ApplyT(func(v MonitorSeriesConditionsOverride) []MonitorSeriesConditionsOverrideLabelMatcher { + return v.LabelMatchers + }).(MonitorSeriesConditionsOverrideLabelMatcherArrayOutput) +} + +type MonitorSeriesConditionsOverrideArrayOutput struct{ *pulumi.OutputState } + +func (MonitorSeriesConditionsOverrideArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]MonitorSeriesConditionsOverride)(nil)).Elem() +} + +func (o MonitorSeriesConditionsOverrideArrayOutput) ToMonitorSeriesConditionsOverrideArrayOutput() MonitorSeriesConditionsOverrideArrayOutput { + return o +} + +func (o MonitorSeriesConditionsOverrideArrayOutput) ToMonitorSeriesConditionsOverrideArrayOutputWithContext(ctx context.Context) MonitorSeriesConditionsOverrideArrayOutput { + return o +} + +func (o MonitorSeriesConditionsOverrideArrayOutput) Index(i pulumi.IntInput) MonitorSeriesConditionsOverrideOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) MonitorSeriesConditionsOverride { + return vs[0].([]MonitorSeriesConditionsOverride)[vs[1].(int)] + }).(MonitorSeriesConditionsOverrideOutput) +} + +type MonitorSeriesConditionsOverrideCondition struct { + Op string `pulumi:"op"` + ResolveSustain *string `pulumi:"resolveSustain"` + Severity string `pulumi:"severity"` + Sustain *string `pulumi:"sustain"` + Value *float64 `pulumi:"value"` +} + +// MonitorSeriesConditionsOverrideConditionInput is an input type that accepts MonitorSeriesConditionsOverrideConditionArgs and MonitorSeriesConditionsOverrideConditionOutput values. +// You can construct a concrete instance of `MonitorSeriesConditionsOverrideConditionInput` via: +// +// MonitorSeriesConditionsOverrideConditionArgs{...} +type MonitorSeriesConditionsOverrideConditionInput interface { + pulumi.Input + + ToMonitorSeriesConditionsOverrideConditionOutput() MonitorSeriesConditionsOverrideConditionOutput + ToMonitorSeriesConditionsOverrideConditionOutputWithContext(context.Context) MonitorSeriesConditionsOverrideConditionOutput +} + +type MonitorSeriesConditionsOverrideConditionArgs struct { + Op pulumi.StringInput `pulumi:"op"` + ResolveSustain pulumi.StringPtrInput `pulumi:"resolveSustain"` + Severity pulumi.StringInput `pulumi:"severity"` + Sustain pulumi.StringPtrInput `pulumi:"sustain"` + Value pulumi.Float64PtrInput `pulumi:"value"` +} + +func (MonitorSeriesConditionsOverrideConditionArgs) ElementType() reflect.Type { + return reflect.TypeOf((*MonitorSeriesConditionsOverrideCondition)(nil)).Elem() +} + +func (i MonitorSeriesConditionsOverrideConditionArgs) ToMonitorSeriesConditionsOverrideConditionOutput() MonitorSeriesConditionsOverrideConditionOutput { + return i.ToMonitorSeriesConditionsOverrideConditionOutputWithContext(context.Background()) +} + +func (i MonitorSeriesConditionsOverrideConditionArgs) ToMonitorSeriesConditionsOverrideConditionOutputWithContext(ctx context.Context) MonitorSeriesConditionsOverrideConditionOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorSeriesConditionsOverrideConditionOutput) +} + +// MonitorSeriesConditionsOverrideConditionArrayInput is an input type that accepts MonitorSeriesConditionsOverrideConditionArray and MonitorSeriesConditionsOverrideConditionArrayOutput values. +// You can construct a concrete instance of `MonitorSeriesConditionsOverrideConditionArrayInput` via: +// +// MonitorSeriesConditionsOverrideConditionArray{ MonitorSeriesConditionsOverrideConditionArgs{...} } +type MonitorSeriesConditionsOverrideConditionArrayInput interface { + pulumi.Input + + ToMonitorSeriesConditionsOverrideConditionArrayOutput() MonitorSeriesConditionsOverrideConditionArrayOutput + ToMonitorSeriesConditionsOverrideConditionArrayOutputWithContext(context.Context) MonitorSeriesConditionsOverrideConditionArrayOutput +} + +type MonitorSeriesConditionsOverrideConditionArray []MonitorSeriesConditionsOverrideConditionInput + +func (MonitorSeriesConditionsOverrideConditionArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]MonitorSeriesConditionsOverrideCondition)(nil)).Elem() +} + +func (i MonitorSeriesConditionsOverrideConditionArray) ToMonitorSeriesConditionsOverrideConditionArrayOutput() MonitorSeriesConditionsOverrideConditionArrayOutput { + return i.ToMonitorSeriesConditionsOverrideConditionArrayOutputWithContext(context.Background()) +} + +func (i MonitorSeriesConditionsOverrideConditionArray) ToMonitorSeriesConditionsOverrideConditionArrayOutputWithContext(ctx context.Context) MonitorSeriesConditionsOverrideConditionArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorSeriesConditionsOverrideConditionArrayOutput) +} + +type MonitorSeriesConditionsOverrideConditionOutput struct{ *pulumi.OutputState } + +func (MonitorSeriesConditionsOverrideConditionOutput) ElementType() reflect.Type { + return reflect.TypeOf((*MonitorSeriesConditionsOverrideCondition)(nil)).Elem() +} + +func (o MonitorSeriesConditionsOverrideConditionOutput) ToMonitorSeriesConditionsOverrideConditionOutput() MonitorSeriesConditionsOverrideConditionOutput { + return o +} + +func (o MonitorSeriesConditionsOverrideConditionOutput) ToMonitorSeriesConditionsOverrideConditionOutputWithContext(ctx context.Context) MonitorSeriesConditionsOverrideConditionOutput { + return o +} + +func (o MonitorSeriesConditionsOverrideConditionOutput) Op() pulumi.StringOutput { + return o.ApplyT(func(v MonitorSeriesConditionsOverrideCondition) string { return v.Op }).(pulumi.StringOutput) +} + +func (o MonitorSeriesConditionsOverrideConditionOutput) ResolveSustain() pulumi.StringPtrOutput { + return o.ApplyT(func(v MonitorSeriesConditionsOverrideCondition) *string { return v.ResolveSustain }).(pulumi.StringPtrOutput) +} + +func (o MonitorSeriesConditionsOverrideConditionOutput) Severity() pulumi.StringOutput { + return o.ApplyT(func(v MonitorSeriesConditionsOverrideCondition) string { return v.Severity }).(pulumi.StringOutput) +} + +func (o MonitorSeriesConditionsOverrideConditionOutput) Sustain() pulumi.StringPtrOutput { + return o.ApplyT(func(v MonitorSeriesConditionsOverrideCondition) *string { return v.Sustain }).(pulumi.StringPtrOutput) +} + +func (o MonitorSeriesConditionsOverrideConditionOutput) Value() pulumi.Float64PtrOutput { + return o.ApplyT(func(v MonitorSeriesConditionsOverrideCondition) *float64 { return v.Value }).(pulumi.Float64PtrOutput) +} + +type MonitorSeriesConditionsOverrideConditionArrayOutput struct{ *pulumi.OutputState } + +func (MonitorSeriesConditionsOverrideConditionArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]MonitorSeriesConditionsOverrideCondition)(nil)).Elem() +} + +func (o MonitorSeriesConditionsOverrideConditionArrayOutput) ToMonitorSeriesConditionsOverrideConditionArrayOutput() MonitorSeriesConditionsOverrideConditionArrayOutput { + return o +} + +func (o MonitorSeriesConditionsOverrideConditionArrayOutput) ToMonitorSeriesConditionsOverrideConditionArrayOutputWithContext(ctx context.Context) MonitorSeriesConditionsOverrideConditionArrayOutput { + return o +} + +func (o MonitorSeriesConditionsOverrideConditionArrayOutput) Index(i pulumi.IntInput) MonitorSeriesConditionsOverrideConditionOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) MonitorSeriesConditionsOverrideCondition { + return vs[0].([]MonitorSeriesConditionsOverrideCondition)[vs[1].(int)] + }).(MonitorSeriesConditionsOverrideConditionOutput) +} + +type MonitorSeriesConditionsOverrideLabelMatcher struct { + Name string `pulumi:"name"` + Type string `pulumi:"type"` + Value string `pulumi:"value"` +} + +// MonitorSeriesConditionsOverrideLabelMatcherInput is an input type that accepts MonitorSeriesConditionsOverrideLabelMatcherArgs and MonitorSeriesConditionsOverrideLabelMatcherOutput values. +// You can construct a concrete instance of `MonitorSeriesConditionsOverrideLabelMatcherInput` via: +// +// MonitorSeriesConditionsOverrideLabelMatcherArgs{...} +type MonitorSeriesConditionsOverrideLabelMatcherInput interface { + pulumi.Input + + ToMonitorSeriesConditionsOverrideLabelMatcherOutput() MonitorSeriesConditionsOverrideLabelMatcherOutput + ToMonitorSeriesConditionsOverrideLabelMatcherOutputWithContext(context.Context) MonitorSeriesConditionsOverrideLabelMatcherOutput +} + +type MonitorSeriesConditionsOverrideLabelMatcherArgs struct { + Name pulumi.StringInput `pulumi:"name"` + Type pulumi.StringInput `pulumi:"type"` + Value pulumi.StringInput `pulumi:"value"` +} + +func (MonitorSeriesConditionsOverrideLabelMatcherArgs) ElementType() reflect.Type { + return reflect.TypeOf((*MonitorSeriesConditionsOverrideLabelMatcher)(nil)).Elem() +} + +func (i MonitorSeriesConditionsOverrideLabelMatcherArgs) ToMonitorSeriesConditionsOverrideLabelMatcherOutput() MonitorSeriesConditionsOverrideLabelMatcherOutput { + return i.ToMonitorSeriesConditionsOverrideLabelMatcherOutputWithContext(context.Background()) +} + +func (i MonitorSeriesConditionsOverrideLabelMatcherArgs) ToMonitorSeriesConditionsOverrideLabelMatcherOutputWithContext(ctx context.Context) MonitorSeriesConditionsOverrideLabelMatcherOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorSeriesConditionsOverrideLabelMatcherOutput) +} + +// MonitorSeriesConditionsOverrideLabelMatcherArrayInput is an input type that accepts MonitorSeriesConditionsOverrideLabelMatcherArray and MonitorSeriesConditionsOverrideLabelMatcherArrayOutput values. +// You can construct a concrete instance of `MonitorSeriesConditionsOverrideLabelMatcherArrayInput` via: +// +// MonitorSeriesConditionsOverrideLabelMatcherArray{ MonitorSeriesConditionsOverrideLabelMatcherArgs{...} } +type MonitorSeriesConditionsOverrideLabelMatcherArrayInput interface { + pulumi.Input + + ToMonitorSeriesConditionsOverrideLabelMatcherArrayOutput() MonitorSeriesConditionsOverrideLabelMatcherArrayOutput + ToMonitorSeriesConditionsOverrideLabelMatcherArrayOutputWithContext(context.Context) MonitorSeriesConditionsOverrideLabelMatcherArrayOutput +} + +type MonitorSeriesConditionsOverrideLabelMatcherArray []MonitorSeriesConditionsOverrideLabelMatcherInput + +func (MonitorSeriesConditionsOverrideLabelMatcherArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]MonitorSeriesConditionsOverrideLabelMatcher)(nil)).Elem() +} + +func (i MonitorSeriesConditionsOverrideLabelMatcherArray) ToMonitorSeriesConditionsOverrideLabelMatcherArrayOutput() MonitorSeriesConditionsOverrideLabelMatcherArrayOutput { + return i.ToMonitorSeriesConditionsOverrideLabelMatcherArrayOutputWithContext(context.Background()) +} + +func (i MonitorSeriesConditionsOverrideLabelMatcherArray) ToMonitorSeriesConditionsOverrideLabelMatcherArrayOutputWithContext(ctx context.Context) MonitorSeriesConditionsOverrideLabelMatcherArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorSeriesConditionsOverrideLabelMatcherArrayOutput) +} + +type MonitorSeriesConditionsOverrideLabelMatcherOutput struct{ *pulumi.OutputState } + +func (MonitorSeriesConditionsOverrideLabelMatcherOutput) ElementType() reflect.Type { + return reflect.TypeOf((*MonitorSeriesConditionsOverrideLabelMatcher)(nil)).Elem() +} + +func (o MonitorSeriesConditionsOverrideLabelMatcherOutput) ToMonitorSeriesConditionsOverrideLabelMatcherOutput() MonitorSeriesConditionsOverrideLabelMatcherOutput { + return o +} + +func (o MonitorSeriesConditionsOverrideLabelMatcherOutput) ToMonitorSeriesConditionsOverrideLabelMatcherOutputWithContext(ctx context.Context) MonitorSeriesConditionsOverrideLabelMatcherOutput { + return o +} + +func (o MonitorSeriesConditionsOverrideLabelMatcherOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v MonitorSeriesConditionsOverrideLabelMatcher) string { return v.Name }).(pulumi.StringOutput) +} + +func (o MonitorSeriesConditionsOverrideLabelMatcherOutput) Type() pulumi.StringOutput { + return o.ApplyT(func(v MonitorSeriesConditionsOverrideLabelMatcher) string { return v.Type }).(pulumi.StringOutput) +} + +func (o MonitorSeriesConditionsOverrideLabelMatcherOutput) Value() pulumi.StringOutput { + return o.ApplyT(func(v MonitorSeriesConditionsOverrideLabelMatcher) string { return v.Value }).(pulumi.StringOutput) +} + +type MonitorSeriesConditionsOverrideLabelMatcherArrayOutput struct{ *pulumi.OutputState } + +func (MonitorSeriesConditionsOverrideLabelMatcherArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]MonitorSeriesConditionsOverrideLabelMatcher)(nil)).Elem() +} + +func (o MonitorSeriesConditionsOverrideLabelMatcherArrayOutput) ToMonitorSeriesConditionsOverrideLabelMatcherArrayOutput() MonitorSeriesConditionsOverrideLabelMatcherArrayOutput { + return o +} + +func (o MonitorSeriesConditionsOverrideLabelMatcherArrayOutput) ToMonitorSeriesConditionsOverrideLabelMatcherArrayOutputWithContext(ctx context.Context) MonitorSeriesConditionsOverrideLabelMatcherArrayOutput { + return o +} + +func (o MonitorSeriesConditionsOverrideLabelMatcherArrayOutput) Index(i pulumi.IntInput) MonitorSeriesConditionsOverrideLabelMatcherOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) MonitorSeriesConditionsOverrideLabelMatcher { + return vs[0].([]MonitorSeriesConditionsOverrideLabelMatcher)[vs[1].(int)] + }).(MonitorSeriesConditionsOverrideLabelMatcherOutput) +} + +type MonitorSignalGrouping struct { + LabelNames []string `pulumi:"labelNames"` + SignalPerSeries *bool `pulumi:"signalPerSeries"` +} + +// MonitorSignalGroupingInput is an input type that accepts MonitorSignalGroupingArgs and MonitorSignalGroupingOutput values. +// You can construct a concrete instance of `MonitorSignalGroupingInput` via: +// +// MonitorSignalGroupingArgs{...} +type MonitorSignalGroupingInput interface { + pulumi.Input + + ToMonitorSignalGroupingOutput() MonitorSignalGroupingOutput + ToMonitorSignalGroupingOutputWithContext(context.Context) MonitorSignalGroupingOutput +} + +type MonitorSignalGroupingArgs struct { + LabelNames pulumi.StringArrayInput `pulumi:"labelNames"` + SignalPerSeries pulumi.BoolPtrInput `pulumi:"signalPerSeries"` +} + +func (MonitorSignalGroupingArgs) ElementType() reflect.Type { + return reflect.TypeOf((*MonitorSignalGrouping)(nil)).Elem() +} + +func (i MonitorSignalGroupingArgs) ToMonitorSignalGroupingOutput() MonitorSignalGroupingOutput { + return i.ToMonitorSignalGroupingOutputWithContext(context.Background()) +} + +func (i MonitorSignalGroupingArgs) ToMonitorSignalGroupingOutputWithContext(ctx context.Context) MonitorSignalGroupingOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorSignalGroupingOutput) +} + +func (i MonitorSignalGroupingArgs) ToMonitorSignalGroupingPtrOutput() MonitorSignalGroupingPtrOutput { + return i.ToMonitorSignalGroupingPtrOutputWithContext(context.Background()) +} + +func (i MonitorSignalGroupingArgs) ToMonitorSignalGroupingPtrOutputWithContext(ctx context.Context) MonitorSignalGroupingPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorSignalGroupingOutput).ToMonitorSignalGroupingPtrOutputWithContext(ctx) +} + +// MonitorSignalGroupingPtrInput is an input type that accepts MonitorSignalGroupingArgs, MonitorSignalGroupingPtr and MonitorSignalGroupingPtrOutput values. +// You can construct a concrete instance of `MonitorSignalGroupingPtrInput` via: +// +// MonitorSignalGroupingArgs{...} +// +// or: +// +// nil +type MonitorSignalGroupingPtrInput interface { + pulumi.Input + + ToMonitorSignalGroupingPtrOutput() MonitorSignalGroupingPtrOutput + ToMonitorSignalGroupingPtrOutputWithContext(context.Context) MonitorSignalGroupingPtrOutput +} + +type monitorSignalGroupingPtrType MonitorSignalGroupingArgs + +func MonitorSignalGroupingPtr(v *MonitorSignalGroupingArgs) MonitorSignalGroupingPtrInput { + return (*monitorSignalGroupingPtrType)(v) +} + +func (*monitorSignalGroupingPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**MonitorSignalGrouping)(nil)).Elem() +} + +func (i *monitorSignalGroupingPtrType) ToMonitorSignalGroupingPtrOutput() MonitorSignalGroupingPtrOutput { + return i.ToMonitorSignalGroupingPtrOutputWithContext(context.Background()) +} + +func (i *monitorSignalGroupingPtrType) ToMonitorSignalGroupingPtrOutputWithContext(ctx context.Context) MonitorSignalGroupingPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(MonitorSignalGroupingPtrOutput) +} + +type MonitorSignalGroupingOutput struct{ *pulumi.OutputState } + +func (MonitorSignalGroupingOutput) ElementType() reflect.Type { + return reflect.TypeOf((*MonitorSignalGrouping)(nil)).Elem() +} + +func (o MonitorSignalGroupingOutput) ToMonitorSignalGroupingOutput() MonitorSignalGroupingOutput { + return o +} + +func (o MonitorSignalGroupingOutput) ToMonitorSignalGroupingOutputWithContext(ctx context.Context) MonitorSignalGroupingOutput { + return o +} + +func (o MonitorSignalGroupingOutput) ToMonitorSignalGroupingPtrOutput() MonitorSignalGroupingPtrOutput { + return o.ToMonitorSignalGroupingPtrOutputWithContext(context.Background()) +} + +func (o MonitorSignalGroupingOutput) ToMonitorSignalGroupingPtrOutputWithContext(ctx context.Context) MonitorSignalGroupingPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v MonitorSignalGrouping) *MonitorSignalGrouping { + return &v + }).(MonitorSignalGroupingPtrOutput) +} + +func (o MonitorSignalGroupingOutput) LabelNames() pulumi.StringArrayOutput { + return o.ApplyT(func(v MonitorSignalGrouping) []string { return v.LabelNames }).(pulumi.StringArrayOutput) +} + +func (o MonitorSignalGroupingOutput) SignalPerSeries() pulumi.BoolPtrOutput { + return o.ApplyT(func(v MonitorSignalGrouping) *bool { return v.SignalPerSeries }).(pulumi.BoolPtrOutput) +} + +type MonitorSignalGroupingPtrOutput struct{ *pulumi.OutputState } + +func (MonitorSignalGroupingPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**MonitorSignalGrouping)(nil)).Elem() +} + +func (o MonitorSignalGroupingPtrOutput) ToMonitorSignalGroupingPtrOutput() MonitorSignalGroupingPtrOutput { + return o +} + +func (o MonitorSignalGroupingPtrOutput) ToMonitorSignalGroupingPtrOutputWithContext(ctx context.Context) MonitorSignalGroupingPtrOutput { + return o +} + +func (o MonitorSignalGroupingPtrOutput) Elem() MonitorSignalGroupingOutput { + return o.ApplyT(func(v *MonitorSignalGrouping) MonitorSignalGrouping { + if v != nil { + return *v + } + var ret MonitorSignalGrouping + return ret + }).(MonitorSignalGroupingOutput) +} + +func (o MonitorSignalGroupingPtrOutput) LabelNames() pulumi.StringArrayOutput { + return o.ApplyT(func(v *MonitorSignalGrouping) []string { + if v == nil { + return nil + } + return v.LabelNames + }).(pulumi.StringArrayOutput) +} + +func (o MonitorSignalGroupingPtrOutput) SignalPerSeries() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *MonitorSignalGrouping) *bool { + if v == nil { + return nil + } + return v.SignalPerSeries + }).(pulumi.BoolPtrOutput) +} + +type NotificationPolicyDataSourceOverride struct { + AlertLabelMatchers []NotificationPolicyDataSourceOverrideAlertLabelMatcher `pulumi:"alertLabelMatchers"` + Routes []NotificationPolicyDataSourceOverrideRoute `pulumi:"routes"` +} + +// NotificationPolicyDataSourceOverrideInput is an input type that accepts NotificationPolicyDataSourceOverrideArgs and NotificationPolicyDataSourceOverrideOutput values. +// You can construct a concrete instance of `NotificationPolicyDataSourceOverrideInput` via: +// +// NotificationPolicyDataSourceOverrideArgs{...} +type NotificationPolicyDataSourceOverrideInput interface { + pulumi.Input + + ToNotificationPolicyDataSourceOverrideOutput() NotificationPolicyDataSourceOverrideOutput + ToNotificationPolicyDataSourceOverrideOutputWithContext(context.Context) NotificationPolicyDataSourceOverrideOutput +} + +type NotificationPolicyDataSourceOverrideArgs struct { + AlertLabelMatchers NotificationPolicyDataSourceOverrideAlertLabelMatcherArrayInput `pulumi:"alertLabelMatchers"` + Routes NotificationPolicyDataSourceOverrideRouteArrayInput `pulumi:"routes"` +} + +func (NotificationPolicyDataSourceOverrideArgs) ElementType() reflect.Type { + return reflect.TypeOf((*NotificationPolicyDataSourceOverride)(nil)).Elem() +} + +func (i NotificationPolicyDataSourceOverrideArgs) ToNotificationPolicyDataSourceOverrideOutput() NotificationPolicyDataSourceOverrideOutput { + return i.ToNotificationPolicyDataSourceOverrideOutputWithContext(context.Background()) +} + +func (i NotificationPolicyDataSourceOverrideArgs) ToNotificationPolicyDataSourceOverrideOutputWithContext(ctx context.Context) NotificationPolicyDataSourceOverrideOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyDataSourceOverrideOutput) +} + +// NotificationPolicyDataSourceOverrideArrayInput is an input type that accepts NotificationPolicyDataSourceOverrideArray and NotificationPolicyDataSourceOverrideArrayOutput values. +// You can construct a concrete instance of `NotificationPolicyDataSourceOverrideArrayInput` via: +// +// NotificationPolicyDataSourceOverrideArray{ NotificationPolicyDataSourceOverrideArgs{...} } +type NotificationPolicyDataSourceOverrideArrayInput interface { + pulumi.Input + + ToNotificationPolicyDataSourceOverrideArrayOutput() NotificationPolicyDataSourceOverrideArrayOutput + ToNotificationPolicyDataSourceOverrideArrayOutputWithContext(context.Context) NotificationPolicyDataSourceOverrideArrayOutput +} + +type NotificationPolicyDataSourceOverrideArray []NotificationPolicyDataSourceOverrideInput + +func (NotificationPolicyDataSourceOverrideArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]NotificationPolicyDataSourceOverride)(nil)).Elem() +} + +func (i NotificationPolicyDataSourceOverrideArray) ToNotificationPolicyDataSourceOverrideArrayOutput() NotificationPolicyDataSourceOverrideArrayOutput { + return i.ToNotificationPolicyDataSourceOverrideArrayOutputWithContext(context.Background()) +} + +func (i NotificationPolicyDataSourceOverrideArray) ToNotificationPolicyDataSourceOverrideArrayOutputWithContext(ctx context.Context) NotificationPolicyDataSourceOverrideArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyDataSourceOverrideArrayOutput) +} + +type NotificationPolicyDataSourceOverrideOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyDataSourceOverrideOutput) ElementType() reflect.Type { + return reflect.TypeOf((*NotificationPolicyDataSourceOverride)(nil)).Elem() +} + +func (o NotificationPolicyDataSourceOverrideOutput) ToNotificationPolicyDataSourceOverrideOutput() NotificationPolicyDataSourceOverrideOutput { + return o +} + +func (o NotificationPolicyDataSourceOverrideOutput) ToNotificationPolicyDataSourceOverrideOutputWithContext(ctx context.Context) NotificationPolicyDataSourceOverrideOutput { + return o +} + +func (o NotificationPolicyDataSourceOverrideOutput) AlertLabelMatchers() NotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceOverride) []NotificationPolicyDataSourceOverrideAlertLabelMatcher { + return v.AlertLabelMatchers + }).(NotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutput) +} + +func (o NotificationPolicyDataSourceOverrideOutput) Routes() NotificationPolicyDataSourceOverrideRouteArrayOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceOverride) []NotificationPolicyDataSourceOverrideRoute { + return v.Routes + }).(NotificationPolicyDataSourceOverrideRouteArrayOutput) +} + +type NotificationPolicyDataSourceOverrideArrayOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyDataSourceOverrideArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]NotificationPolicyDataSourceOverride)(nil)).Elem() +} + +func (o NotificationPolicyDataSourceOverrideArrayOutput) ToNotificationPolicyDataSourceOverrideArrayOutput() NotificationPolicyDataSourceOverrideArrayOutput { + return o +} + +func (o NotificationPolicyDataSourceOverrideArrayOutput) ToNotificationPolicyDataSourceOverrideArrayOutputWithContext(ctx context.Context) NotificationPolicyDataSourceOverrideArrayOutput { + return o +} + +func (o NotificationPolicyDataSourceOverrideArrayOutput) Index(i pulumi.IntInput) NotificationPolicyDataSourceOverrideOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) NotificationPolicyDataSourceOverride { + return vs[0].([]NotificationPolicyDataSourceOverride)[vs[1].(int)] + }).(NotificationPolicyDataSourceOverrideOutput) +} + +type NotificationPolicyDataSourceOverrideAlertLabelMatcher struct { + Name string `pulumi:"name"` + Type string `pulumi:"type"` + Value string `pulumi:"value"` +} + +// NotificationPolicyDataSourceOverrideAlertLabelMatcherInput is an input type that accepts NotificationPolicyDataSourceOverrideAlertLabelMatcherArgs and NotificationPolicyDataSourceOverrideAlertLabelMatcherOutput values. +// You can construct a concrete instance of `NotificationPolicyDataSourceOverrideAlertLabelMatcherInput` via: +// +// NotificationPolicyDataSourceOverrideAlertLabelMatcherArgs{...} +type NotificationPolicyDataSourceOverrideAlertLabelMatcherInput interface { + pulumi.Input + + ToNotificationPolicyDataSourceOverrideAlertLabelMatcherOutput() NotificationPolicyDataSourceOverrideAlertLabelMatcherOutput + ToNotificationPolicyDataSourceOverrideAlertLabelMatcherOutputWithContext(context.Context) NotificationPolicyDataSourceOverrideAlertLabelMatcherOutput +} + +type NotificationPolicyDataSourceOverrideAlertLabelMatcherArgs struct { + Name pulumi.StringInput `pulumi:"name"` + Type pulumi.StringInput `pulumi:"type"` + Value pulumi.StringInput `pulumi:"value"` +} + +func (NotificationPolicyDataSourceOverrideAlertLabelMatcherArgs) ElementType() reflect.Type { + return reflect.TypeOf((*NotificationPolicyDataSourceOverrideAlertLabelMatcher)(nil)).Elem() +} + +func (i NotificationPolicyDataSourceOverrideAlertLabelMatcherArgs) ToNotificationPolicyDataSourceOverrideAlertLabelMatcherOutput() NotificationPolicyDataSourceOverrideAlertLabelMatcherOutput { + return i.ToNotificationPolicyDataSourceOverrideAlertLabelMatcherOutputWithContext(context.Background()) +} + +func (i NotificationPolicyDataSourceOverrideAlertLabelMatcherArgs) ToNotificationPolicyDataSourceOverrideAlertLabelMatcherOutputWithContext(ctx context.Context) NotificationPolicyDataSourceOverrideAlertLabelMatcherOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyDataSourceOverrideAlertLabelMatcherOutput) +} + +// NotificationPolicyDataSourceOverrideAlertLabelMatcherArrayInput is an input type that accepts NotificationPolicyDataSourceOverrideAlertLabelMatcherArray and NotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutput values. +// You can construct a concrete instance of `NotificationPolicyDataSourceOverrideAlertLabelMatcherArrayInput` via: +// +// NotificationPolicyDataSourceOverrideAlertLabelMatcherArray{ NotificationPolicyDataSourceOverrideAlertLabelMatcherArgs{...} } +type NotificationPolicyDataSourceOverrideAlertLabelMatcherArrayInput interface { + pulumi.Input + + ToNotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutput() NotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutput + ToNotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutputWithContext(context.Context) NotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutput +} + +type NotificationPolicyDataSourceOverrideAlertLabelMatcherArray []NotificationPolicyDataSourceOverrideAlertLabelMatcherInput + +func (NotificationPolicyDataSourceOverrideAlertLabelMatcherArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]NotificationPolicyDataSourceOverrideAlertLabelMatcher)(nil)).Elem() +} + +func (i NotificationPolicyDataSourceOverrideAlertLabelMatcherArray) ToNotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutput() NotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutput { + return i.ToNotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutputWithContext(context.Background()) +} + +func (i NotificationPolicyDataSourceOverrideAlertLabelMatcherArray) ToNotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutputWithContext(ctx context.Context) NotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutput) +} + +type NotificationPolicyDataSourceOverrideAlertLabelMatcherOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyDataSourceOverrideAlertLabelMatcherOutput) ElementType() reflect.Type { + return reflect.TypeOf((*NotificationPolicyDataSourceOverrideAlertLabelMatcher)(nil)).Elem() +} + +func (o NotificationPolicyDataSourceOverrideAlertLabelMatcherOutput) ToNotificationPolicyDataSourceOverrideAlertLabelMatcherOutput() NotificationPolicyDataSourceOverrideAlertLabelMatcherOutput { + return o +} + +func (o NotificationPolicyDataSourceOverrideAlertLabelMatcherOutput) ToNotificationPolicyDataSourceOverrideAlertLabelMatcherOutputWithContext(ctx context.Context) NotificationPolicyDataSourceOverrideAlertLabelMatcherOutput { + return o +} + +func (o NotificationPolicyDataSourceOverrideAlertLabelMatcherOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceOverrideAlertLabelMatcher) string { return v.Name }).(pulumi.StringOutput) +} + +func (o NotificationPolicyDataSourceOverrideAlertLabelMatcherOutput) Type() pulumi.StringOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceOverrideAlertLabelMatcher) string { return v.Type }).(pulumi.StringOutput) +} + +func (o NotificationPolicyDataSourceOverrideAlertLabelMatcherOutput) Value() pulumi.StringOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceOverrideAlertLabelMatcher) string { return v.Value }).(pulumi.StringOutput) +} + +type NotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]NotificationPolicyDataSourceOverrideAlertLabelMatcher)(nil)).Elem() +} + +func (o NotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutput) ToNotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutput() NotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutput { + return o +} + +func (o NotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutput) ToNotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutputWithContext(ctx context.Context) NotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutput { + return o +} + +func (o NotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutput) Index(i pulumi.IntInput) NotificationPolicyDataSourceOverrideAlertLabelMatcherOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) NotificationPolicyDataSourceOverrideAlertLabelMatcher { + return vs[0].([]NotificationPolicyDataSourceOverrideAlertLabelMatcher)[vs[1].(int)] + }).(NotificationPolicyDataSourceOverrideAlertLabelMatcherOutput) +} + +type NotificationPolicyDataSourceOverrideRoute struct { + Notifiers []string `pulumi:"notifiers"` + RepeatInterval *string `pulumi:"repeatInterval"` + Severity string `pulumi:"severity"` +} + +// NotificationPolicyDataSourceOverrideRouteInput is an input type that accepts NotificationPolicyDataSourceOverrideRouteArgs and NotificationPolicyDataSourceOverrideRouteOutput values. +// You can construct a concrete instance of `NotificationPolicyDataSourceOverrideRouteInput` via: +// +// NotificationPolicyDataSourceOverrideRouteArgs{...} +type NotificationPolicyDataSourceOverrideRouteInput interface { + pulumi.Input + + ToNotificationPolicyDataSourceOverrideRouteOutput() NotificationPolicyDataSourceOverrideRouteOutput + ToNotificationPolicyDataSourceOverrideRouteOutputWithContext(context.Context) NotificationPolicyDataSourceOverrideRouteOutput +} + +type NotificationPolicyDataSourceOverrideRouteArgs struct { + Notifiers pulumi.StringArrayInput `pulumi:"notifiers"` + RepeatInterval pulumi.StringPtrInput `pulumi:"repeatInterval"` + Severity pulumi.StringInput `pulumi:"severity"` +} + +func (NotificationPolicyDataSourceOverrideRouteArgs) ElementType() reflect.Type { + return reflect.TypeOf((*NotificationPolicyDataSourceOverrideRoute)(nil)).Elem() +} + +func (i NotificationPolicyDataSourceOverrideRouteArgs) ToNotificationPolicyDataSourceOverrideRouteOutput() NotificationPolicyDataSourceOverrideRouteOutput { + return i.ToNotificationPolicyDataSourceOverrideRouteOutputWithContext(context.Background()) +} + +func (i NotificationPolicyDataSourceOverrideRouteArgs) ToNotificationPolicyDataSourceOverrideRouteOutputWithContext(ctx context.Context) NotificationPolicyDataSourceOverrideRouteOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyDataSourceOverrideRouteOutput) +} + +// NotificationPolicyDataSourceOverrideRouteArrayInput is an input type that accepts NotificationPolicyDataSourceOverrideRouteArray and NotificationPolicyDataSourceOverrideRouteArrayOutput values. +// You can construct a concrete instance of `NotificationPolicyDataSourceOverrideRouteArrayInput` via: +// +// NotificationPolicyDataSourceOverrideRouteArray{ NotificationPolicyDataSourceOverrideRouteArgs{...} } +type NotificationPolicyDataSourceOverrideRouteArrayInput interface { + pulumi.Input + + ToNotificationPolicyDataSourceOverrideRouteArrayOutput() NotificationPolicyDataSourceOverrideRouteArrayOutput + ToNotificationPolicyDataSourceOverrideRouteArrayOutputWithContext(context.Context) NotificationPolicyDataSourceOverrideRouteArrayOutput +} + +type NotificationPolicyDataSourceOverrideRouteArray []NotificationPolicyDataSourceOverrideRouteInput + +func (NotificationPolicyDataSourceOverrideRouteArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]NotificationPolicyDataSourceOverrideRoute)(nil)).Elem() +} + +func (i NotificationPolicyDataSourceOverrideRouteArray) ToNotificationPolicyDataSourceOverrideRouteArrayOutput() NotificationPolicyDataSourceOverrideRouteArrayOutput { + return i.ToNotificationPolicyDataSourceOverrideRouteArrayOutputWithContext(context.Background()) +} + +func (i NotificationPolicyDataSourceOverrideRouteArray) ToNotificationPolicyDataSourceOverrideRouteArrayOutputWithContext(ctx context.Context) NotificationPolicyDataSourceOverrideRouteArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyDataSourceOverrideRouteArrayOutput) +} + +type NotificationPolicyDataSourceOverrideRouteOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyDataSourceOverrideRouteOutput) ElementType() reflect.Type { + return reflect.TypeOf((*NotificationPolicyDataSourceOverrideRoute)(nil)).Elem() +} + +func (o NotificationPolicyDataSourceOverrideRouteOutput) ToNotificationPolicyDataSourceOverrideRouteOutput() NotificationPolicyDataSourceOverrideRouteOutput { + return o +} + +func (o NotificationPolicyDataSourceOverrideRouteOutput) ToNotificationPolicyDataSourceOverrideRouteOutputWithContext(ctx context.Context) NotificationPolicyDataSourceOverrideRouteOutput { + return o +} + +func (o NotificationPolicyDataSourceOverrideRouteOutput) Notifiers() pulumi.StringArrayOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceOverrideRoute) []string { return v.Notifiers }).(pulumi.StringArrayOutput) +} + +func (o NotificationPolicyDataSourceOverrideRouteOutput) RepeatInterval() pulumi.StringPtrOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceOverrideRoute) *string { return v.RepeatInterval }).(pulumi.StringPtrOutput) +} + +func (o NotificationPolicyDataSourceOverrideRouteOutput) Severity() pulumi.StringOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceOverrideRoute) string { return v.Severity }).(pulumi.StringOutput) +} + +type NotificationPolicyDataSourceOverrideRouteArrayOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyDataSourceOverrideRouteArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]NotificationPolicyDataSourceOverrideRoute)(nil)).Elem() +} + +func (o NotificationPolicyDataSourceOverrideRouteArrayOutput) ToNotificationPolicyDataSourceOverrideRouteArrayOutput() NotificationPolicyDataSourceOverrideRouteArrayOutput { + return o +} + +func (o NotificationPolicyDataSourceOverrideRouteArrayOutput) ToNotificationPolicyDataSourceOverrideRouteArrayOutputWithContext(ctx context.Context) NotificationPolicyDataSourceOverrideRouteArrayOutput { + return o +} + +func (o NotificationPolicyDataSourceOverrideRouteArrayOutput) Index(i pulumi.IntInput) NotificationPolicyDataSourceOverrideRouteOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) NotificationPolicyDataSourceOverrideRoute { + return vs[0].([]NotificationPolicyDataSourceOverrideRoute)[vs[1].(int)] + }).(NotificationPolicyDataSourceOverrideRouteOutput) +} + +type NotificationPolicyDataSourceRoute struct { + Notifiers []string `pulumi:"notifiers"` + RepeatInterval *string `pulumi:"repeatInterval"` + Severity string `pulumi:"severity"` +} + +// NotificationPolicyDataSourceRouteInput is an input type that accepts NotificationPolicyDataSourceRouteArgs and NotificationPolicyDataSourceRouteOutput values. +// You can construct a concrete instance of `NotificationPolicyDataSourceRouteInput` via: +// +// NotificationPolicyDataSourceRouteArgs{...} +type NotificationPolicyDataSourceRouteInput interface { + pulumi.Input + + ToNotificationPolicyDataSourceRouteOutput() NotificationPolicyDataSourceRouteOutput + ToNotificationPolicyDataSourceRouteOutputWithContext(context.Context) NotificationPolicyDataSourceRouteOutput +} + +type NotificationPolicyDataSourceRouteArgs struct { + Notifiers pulumi.StringArrayInput `pulumi:"notifiers"` + RepeatInterval pulumi.StringPtrInput `pulumi:"repeatInterval"` + Severity pulumi.StringInput `pulumi:"severity"` +} + +func (NotificationPolicyDataSourceRouteArgs) ElementType() reflect.Type { + return reflect.TypeOf((*NotificationPolicyDataSourceRoute)(nil)).Elem() +} + +func (i NotificationPolicyDataSourceRouteArgs) ToNotificationPolicyDataSourceRouteOutput() NotificationPolicyDataSourceRouteOutput { + return i.ToNotificationPolicyDataSourceRouteOutputWithContext(context.Background()) +} + +func (i NotificationPolicyDataSourceRouteArgs) ToNotificationPolicyDataSourceRouteOutputWithContext(ctx context.Context) NotificationPolicyDataSourceRouteOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyDataSourceRouteOutput) +} + +// NotificationPolicyDataSourceRouteArrayInput is an input type that accepts NotificationPolicyDataSourceRouteArray and NotificationPolicyDataSourceRouteArrayOutput values. +// You can construct a concrete instance of `NotificationPolicyDataSourceRouteArrayInput` via: +// +// NotificationPolicyDataSourceRouteArray{ NotificationPolicyDataSourceRouteArgs{...} } +type NotificationPolicyDataSourceRouteArrayInput interface { + pulumi.Input + + ToNotificationPolicyDataSourceRouteArrayOutput() NotificationPolicyDataSourceRouteArrayOutput + ToNotificationPolicyDataSourceRouteArrayOutputWithContext(context.Context) NotificationPolicyDataSourceRouteArrayOutput +} + +type NotificationPolicyDataSourceRouteArray []NotificationPolicyDataSourceRouteInput + +func (NotificationPolicyDataSourceRouteArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]NotificationPolicyDataSourceRoute)(nil)).Elem() +} + +func (i NotificationPolicyDataSourceRouteArray) ToNotificationPolicyDataSourceRouteArrayOutput() NotificationPolicyDataSourceRouteArrayOutput { + return i.ToNotificationPolicyDataSourceRouteArrayOutputWithContext(context.Background()) +} + +func (i NotificationPolicyDataSourceRouteArray) ToNotificationPolicyDataSourceRouteArrayOutputWithContext(ctx context.Context) NotificationPolicyDataSourceRouteArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyDataSourceRouteArrayOutput) +} + +type NotificationPolicyDataSourceRouteOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyDataSourceRouteOutput) ElementType() reflect.Type { + return reflect.TypeOf((*NotificationPolicyDataSourceRoute)(nil)).Elem() +} + +func (o NotificationPolicyDataSourceRouteOutput) ToNotificationPolicyDataSourceRouteOutput() NotificationPolicyDataSourceRouteOutput { + return o +} + +func (o NotificationPolicyDataSourceRouteOutput) ToNotificationPolicyDataSourceRouteOutputWithContext(ctx context.Context) NotificationPolicyDataSourceRouteOutput { + return o +} + +func (o NotificationPolicyDataSourceRouteOutput) Notifiers() pulumi.StringArrayOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceRoute) []string { return v.Notifiers }).(pulumi.StringArrayOutput) +} + +func (o NotificationPolicyDataSourceRouteOutput) RepeatInterval() pulumi.StringPtrOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceRoute) *string { return v.RepeatInterval }).(pulumi.StringPtrOutput) +} + +func (o NotificationPolicyDataSourceRouteOutput) Severity() pulumi.StringOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceRoute) string { return v.Severity }).(pulumi.StringOutput) +} + +type NotificationPolicyDataSourceRouteArrayOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyDataSourceRouteArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]NotificationPolicyDataSourceRoute)(nil)).Elem() +} + +func (o NotificationPolicyDataSourceRouteArrayOutput) ToNotificationPolicyDataSourceRouteArrayOutput() NotificationPolicyDataSourceRouteArrayOutput { + return o +} + +func (o NotificationPolicyDataSourceRouteArrayOutput) ToNotificationPolicyDataSourceRouteArrayOutputWithContext(ctx context.Context) NotificationPolicyDataSourceRouteArrayOutput { + return o +} + +func (o NotificationPolicyDataSourceRouteArrayOutput) Index(i pulumi.IntInput) NotificationPolicyDataSourceRouteOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) NotificationPolicyDataSourceRoute { + return vs[0].([]NotificationPolicyDataSourceRoute)[vs[1].(int)] + }).(NotificationPolicyDataSourceRouteOutput) +} + +type NotificationPolicyDataSourceRule struct { + Notifiers []string `pulumi:"notifiers"` + RepeatInterval *string `pulumi:"repeatInterval"` + Severity string `pulumi:"severity"` +} + +// NotificationPolicyDataSourceRuleInput is an input type that accepts NotificationPolicyDataSourceRuleArgs and NotificationPolicyDataSourceRuleOutput values. +// You can construct a concrete instance of `NotificationPolicyDataSourceRuleInput` via: +// +// NotificationPolicyDataSourceRuleArgs{...} +type NotificationPolicyDataSourceRuleInput interface { + pulumi.Input + + ToNotificationPolicyDataSourceRuleOutput() NotificationPolicyDataSourceRuleOutput + ToNotificationPolicyDataSourceRuleOutputWithContext(context.Context) NotificationPolicyDataSourceRuleOutput +} + +type NotificationPolicyDataSourceRuleArgs struct { + Notifiers pulumi.StringArrayInput `pulumi:"notifiers"` + RepeatInterval pulumi.StringPtrInput `pulumi:"repeatInterval"` + Severity pulumi.StringInput `pulumi:"severity"` +} + +func (NotificationPolicyDataSourceRuleArgs) ElementType() reflect.Type { + return reflect.TypeOf((*NotificationPolicyDataSourceRule)(nil)).Elem() +} + +func (i NotificationPolicyDataSourceRuleArgs) ToNotificationPolicyDataSourceRuleOutput() NotificationPolicyDataSourceRuleOutput { + return i.ToNotificationPolicyDataSourceRuleOutputWithContext(context.Background()) +} + +func (i NotificationPolicyDataSourceRuleArgs) ToNotificationPolicyDataSourceRuleOutputWithContext(ctx context.Context) NotificationPolicyDataSourceRuleOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyDataSourceRuleOutput) +} + +// NotificationPolicyDataSourceRuleArrayInput is an input type that accepts NotificationPolicyDataSourceRuleArray and NotificationPolicyDataSourceRuleArrayOutput values. +// You can construct a concrete instance of `NotificationPolicyDataSourceRuleArrayInput` via: +// +// NotificationPolicyDataSourceRuleArray{ NotificationPolicyDataSourceRuleArgs{...} } +type NotificationPolicyDataSourceRuleArrayInput interface { + pulumi.Input + + ToNotificationPolicyDataSourceRuleArrayOutput() NotificationPolicyDataSourceRuleArrayOutput + ToNotificationPolicyDataSourceRuleArrayOutputWithContext(context.Context) NotificationPolicyDataSourceRuleArrayOutput +} + +type NotificationPolicyDataSourceRuleArray []NotificationPolicyDataSourceRuleInput + +func (NotificationPolicyDataSourceRuleArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]NotificationPolicyDataSourceRule)(nil)).Elem() +} + +func (i NotificationPolicyDataSourceRuleArray) ToNotificationPolicyDataSourceRuleArrayOutput() NotificationPolicyDataSourceRuleArrayOutput { + return i.ToNotificationPolicyDataSourceRuleArrayOutputWithContext(context.Background()) +} + +func (i NotificationPolicyDataSourceRuleArray) ToNotificationPolicyDataSourceRuleArrayOutputWithContext(ctx context.Context) NotificationPolicyDataSourceRuleArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyDataSourceRuleArrayOutput) +} + +type NotificationPolicyDataSourceRuleOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyDataSourceRuleOutput) ElementType() reflect.Type { + return reflect.TypeOf((*NotificationPolicyDataSourceRule)(nil)).Elem() +} + +func (o NotificationPolicyDataSourceRuleOutput) ToNotificationPolicyDataSourceRuleOutput() NotificationPolicyDataSourceRuleOutput { + return o +} + +func (o NotificationPolicyDataSourceRuleOutput) ToNotificationPolicyDataSourceRuleOutputWithContext(ctx context.Context) NotificationPolicyDataSourceRuleOutput { + return o +} + +func (o NotificationPolicyDataSourceRuleOutput) Notifiers() pulumi.StringArrayOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceRule) []string { return v.Notifiers }).(pulumi.StringArrayOutput) +} + +func (o NotificationPolicyDataSourceRuleOutput) RepeatInterval() pulumi.StringPtrOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceRule) *string { return v.RepeatInterval }).(pulumi.StringPtrOutput) +} + +func (o NotificationPolicyDataSourceRuleOutput) Severity() pulumi.StringOutput { + return o.ApplyT(func(v NotificationPolicyDataSourceRule) string { return v.Severity }).(pulumi.StringOutput) +} + +type NotificationPolicyDataSourceRuleArrayOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyDataSourceRuleArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]NotificationPolicyDataSourceRule)(nil)).Elem() +} + +func (o NotificationPolicyDataSourceRuleArrayOutput) ToNotificationPolicyDataSourceRuleArrayOutput() NotificationPolicyDataSourceRuleArrayOutput { + return o +} + +func (o NotificationPolicyDataSourceRuleArrayOutput) ToNotificationPolicyDataSourceRuleArrayOutputWithContext(ctx context.Context) NotificationPolicyDataSourceRuleArrayOutput { + return o +} + +func (o NotificationPolicyDataSourceRuleArrayOutput) Index(i pulumi.IntInput) NotificationPolicyDataSourceRuleOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) NotificationPolicyDataSourceRule { + return vs[0].([]NotificationPolicyDataSourceRule)[vs[1].(int)] + }).(NotificationPolicyDataSourceRuleOutput) +} + +type NotificationPolicyOverride struct { + AlertLabelMatchers []NotificationPolicyOverrideAlertLabelMatcher `pulumi:"alertLabelMatchers"` + Routes []NotificationPolicyOverrideRoute `pulumi:"routes"` +} + +// NotificationPolicyOverrideInput is an input type that accepts NotificationPolicyOverrideArgs and NotificationPolicyOverrideOutput values. +// You can construct a concrete instance of `NotificationPolicyOverrideInput` via: +// +// NotificationPolicyOverrideArgs{...} +type NotificationPolicyOverrideInput interface { + pulumi.Input + + ToNotificationPolicyOverrideOutput() NotificationPolicyOverrideOutput + ToNotificationPolicyOverrideOutputWithContext(context.Context) NotificationPolicyOverrideOutput +} + +type NotificationPolicyOverrideArgs struct { + AlertLabelMatchers NotificationPolicyOverrideAlertLabelMatcherArrayInput `pulumi:"alertLabelMatchers"` + Routes NotificationPolicyOverrideRouteArrayInput `pulumi:"routes"` +} + +func (NotificationPolicyOverrideArgs) ElementType() reflect.Type { + return reflect.TypeOf((*NotificationPolicyOverride)(nil)).Elem() +} + +func (i NotificationPolicyOverrideArgs) ToNotificationPolicyOverrideOutput() NotificationPolicyOverrideOutput { + return i.ToNotificationPolicyOverrideOutputWithContext(context.Background()) +} + +func (i NotificationPolicyOverrideArgs) ToNotificationPolicyOverrideOutputWithContext(ctx context.Context) NotificationPolicyOverrideOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyOverrideOutput) +} + +// NotificationPolicyOverrideArrayInput is an input type that accepts NotificationPolicyOverrideArray and NotificationPolicyOverrideArrayOutput values. +// You can construct a concrete instance of `NotificationPolicyOverrideArrayInput` via: +// +// NotificationPolicyOverrideArray{ NotificationPolicyOverrideArgs{...} } +type NotificationPolicyOverrideArrayInput interface { + pulumi.Input + + ToNotificationPolicyOverrideArrayOutput() NotificationPolicyOverrideArrayOutput + ToNotificationPolicyOverrideArrayOutputWithContext(context.Context) NotificationPolicyOverrideArrayOutput +} + +type NotificationPolicyOverrideArray []NotificationPolicyOverrideInput + +func (NotificationPolicyOverrideArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]NotificationPolicyOverride)(nil)).Elem() +} + +func (i NotificationPolicyOverrideArray) ToNotificationPolicyOverrideArrayOutput() NotificationPolicyOverrideArrayOutput { + return i.ToNotificationPolicyOverrideArrayOutputWithContext(context.Background()) +} + +func (i NotificationPolicyOverrideArray) ToNotificationPolicyOverrideArrayOutputWithContext(ctx context.Context) NotificationPolicyOverrideArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyOverrideArrayOutput) +} + +type NotificationPolicyOverrideOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyOverrideOutput) ElementType() reflect.Type { + return reflect.TypeOf((*NotificationPolicyOverride)(nil)).Elem() +} + +func (o NotificationPolicyOverrideOutput) ToNotificationPolicyOverrideOutput() NotificationPolicyOverrideOutput { + return o +} + +func (o NotificationPolicyOverrideOutput) ToNotificationPolicyOverrideOutputWithContext(ctx context.Context) NotificationPolicyOverrideOutput { + return o +} + +func (o NotificationPolicyOverrideOutput) AlertLabelMatchers() NotificationPolicyOverrideAlertLabelMatcherArrayOutput { + return o.ApplyT(func(v NotificationPolicyOverride) []NotificationPolicyOverrideAlertLabelMatcher { + return v.AlertLabelMatchers + }).(NotificationPolicyOverrideAlertLabelMatcherArrayOutput) +} + +func (o NotificationPolicyOverrideOutput) Routes() NotificationPolicyOverrideRouteArrayOutput { + return o.ApplyT(func(v NotificationPolicyOverride) []NotificationPolicyOverrideRoute { return v.Routes }).(NotificationPolicyOverrideRouteArrayOutput) +} + +type NotificationPolicyOverrideArrayOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyOverrideArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]NotificationPolicyOverride)(nil)).Elem() +} + +func (o NotificationPolicyOverrideArrayOutput) ToNotificationPolicyOverrideArrayOutput() NotificationPolicyOverrideArrayOutput { + return o +} + +func (o NotificationPolicyOverrideArrayOutput) ToNotificationPolicyOverrideArrayOutputWithContext(ctx context.Context) NotificationPolicyOverrideArrayOutput { + return o +} + +func (o NotificationPolicyOverrideArrayOutput) Index(i pulumi.IntInput) NotificationPolicyOverrideOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) NotificationPolicyOverride { + return vs[0].([]NotificationPolicyOverride)[vs[1].(int)] + }).(NotificationPolicyOverrideOutput) +} + +type NotificationPolicyOverrideAlertLabelMatcher struct { + Name string `pulumi:"name"` + Type string `pulumi:"type"` + Value string `pulumi:"value"` +} + +// NotificationPolicyOverrideAlertLabelMatcherInput is an input type that accepts NotificationPolicyOverrideAlertLabelMatcherArgs and NotificationPolicyOverrideAlertLabelMatcherOutput values. +// You can construct a concrete instance of `NotificationPolicyOverrideAlertLabelMatcherInput` via: +// +// NotificationPolicyOverrideAlertLabelMatcherArgs{...} +type NotificationPolicyOverrideAlertLabelMatcherInput interface { + pulumi.Input + + ToNotificationPolicyOverrideAlertLabelMatcherOutput() NotificationPolicyOverrideAlertLabelMatcherOutput + ToNotificationPolicyOverrideAlertLabelMatcherOutputWithContext(context.Context) NotificationPolicyOverrideAlertLabelMatcherOutput +} + +type NotificationPolicyOverrideAlertLabelMatcherArgs struct { + Name pulumi.StringInput `pulumi:"name"` + Type pulumi.StringInput `pulumi:"type"` + Value pulumi.StringInput `pulumi:"value"` +} + +func (NotificationPolicyOverrideAlertLabelMatcherArgs) ElementType() reflect.Type { + return reflect.TypeOf((*NotificationPolicyOverrideAlertLabelMatcher)(nil)).Elem() +} + +func (i NotificationPolicyOverrideAlertLabelMatcherArgs) ToNotificationPolicyOverrideAlertLabelMatcherOutput() NotificationPolicyOverrideAlertLabelMatcherOutput { + return i.ToNotificationPolicyOverrideAlertLabelMatcherOutputWithContext(context.Background()) +} + +func (i NotificationPolicyOverrideAlertLabelMatcherArgs) ToNotificationPolicyOverrideAlertLabelMatcherOutputWithContext(ctx context.Context) NotificationPolicyOverrideAlertLabelMatcherOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyOverrideAlertLabelMatcherOutput) +} + +// NotificationPolicyOverrideAlertLabelMatcherArrayInput is an input type that accepts NotificationPolicyOverrideAlertLabelMatcherArray and NotificationPolicyOverrideAlertLabelMatcherArrayOutput values. +// You can construct a concrete instance of `NotificationPolicyOverrideAlertLabelMatcherArrayInput` via: +// +// NotificationPolicyOverrideAlertLabelMatcherArray{ NotificationPolicyOverrideAlertLabelMatcherArgs{...} } +type NotificationPolicyOverrideAlertLabelMatcherArrayInput interface { + pulumi.Input + + ToNotificationPolicyOverrideAlertLabelMatcherArrayOutput() NotificationPolicyOverrideAlertLabelMatcherArrayOutput + ToNotificationPolicyOverrideAlertLabelMatcherArrayOutputWithContext(context.Context) NotificationPolicyOverrideAlertLabelMatcherArrayOutput +} + +type NotificationPolicyOverrideAlertLabelMatcherArray []NotificationPolicyOverrideAlertLabelMatcherInput + +func (NotificationPolicyOverrideAlertLabelMatcherArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]NotificationPolicyOverrideAlertLabelMatcher)(nil)).Elem() +} + +func (i NotificationPolicyOverrideAlertLabelMatcherArray) ToNotificationPolicyOverrideAlertLabelMatcherArrayOutput() NotificationPolicyOverrideAlertLabelMatcherArrayOutput { + return i.ToNotificationPolicyOverrideAlertLabelMatcherArrayOutputWithContext(context.Background()) +} + +func (i NotificationPolicyOverrideAlertLabelMatcherArray) ToNotificationPolicyOverrideAlertLabelMatcherArrayOutputWithContext(ctx context.Context) NotificationPolicyOverrideAlertLabelMatcherArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyOverrideAlertLabelMatcherArrayOutput) +} + +type NotificationPolicyOverrideAlertLabelMatcherOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyOverrideAlertLabelMatcherOutput) ElementType() reflect.Type { + return reflect.TypeOf((*NotificationPolicyOverrideAlertLabelMatcher)(nil)).Elem() +} + +func (o NotificationPolicyOverrideAlertLabelMatcherOutput) ToNotificationPolicyOverrideAlertLabelMatcherOutput() NotificationPolicyOverrideAlertLabelMatcherOutput { + return o +} + +func (o NotificationPolicyOverrideAlertLabelMatcherOutput) ToNotificationPolicyOverrideAlertLabelMatcherOutputWithContext(ctx context.Context) NotificationPolicyOverrideAlertLabelMatcherOutput { + return o +} + +func (o NotificationPolicyOverrideAlertLabelMatcherOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v NotificationPolicyOverrideAlertLabelMatcher) string { return v.Name }).(pulumi.StringOutput) +} + +func (o NotificationPolicyOverrideAlertLabelMatcherOutput) Type() pulumi.StringOutput { + return o.ApplyT(func(v NotificationPolicyOverrideAlertLabelMatcher) string { return v.Type }).(pulumi.StringOutput) +} + +func (o NotificationPolicyOverrideAlertLabelMatcherOutput) Value() pulumi.StringOutput { + return o.ApplyT(func(v NotificationPolicyOverrideAlertLabelMatcher) string { return v.Value }).(pulumi.StringOutput) +} + +type NotificationPolicyOverrideAlertLabelMatcherArrayOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyOverrideAlertLabelMatcherArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]NotificationPolicyOverrideAlertLabelMatcher)(nil)).Elem() +} + +func (o NotificationPolicyOverrideAlertLabelMatcherArrayOutput) ToNotificationPolicyOverrideAlertLabelMatcherArrayOutput() NotificationPolicyOverrideAlertLabelMatcherArrayOutput { + return o +} + +func (o NotificationPolicyOverrideAlertLabelMatcherArrayOutput) ToNotificationPolicyOverrideAlertLabelMatcherArrayOutputWithContext(ctx context.Context) NotificationPolicyOverrideAlertLabelMatcherArrayOutput { + return o +} + +func (o NotificationPolicyOverrideAlertLabelMatcherArrayOutput) Index(i pulumi.IntInput) NotificationPolicyOverrideAlertLabelMatcherOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) NotificationPolicyOverrideAlertLabelMatcher { + return vs[0].([]NotificationPolicyOverrideAlertLabelMatcher)[vs[1].(int)] + }).(NotificationPolicyOverrideAlertLabelMatcherOutput) +} + +type NotificationPolicyOverrideRoute struct { + Notifiers []string `pulumi:"notifiers"` + RepeatInterval *string `pulumi:"repeatInterval"` + Severity string `pulumi:"severity"` +} + +// NotificationPolicyOverrideRouteInput is an input type that accepts NotificationPolicyOverrideRouteArgs and NotificationPolicyOverrideRouteOutput values. +// You can construct a concrete instance of `NotificationPolicyOverrideRouteInput` via: +// +// NotificationPolicyOverrideRouteArgs{...} +type NotificationPolicyOverrideRouteInput interface { + pulumi.Input + + ToNotificationPolicyOverrideRouteOutput() NotificationPolicyOverrideRouteOutput + ToNotificationPolicyOverrideRouteOutputWithContext(context.Context) NotificationPolicyOverrideRouteOutput +} + +type NotificationPolicyOverrideRouteArgs struct { + Notifiers pulumi.StringArrayInput `pulumi:"notifiers"` + RepeatInterval pulumi.StringPtrInput `pulumi:"repeatInterval"` + Severity pulumi.StringInput `pulumi:"severity"` +} + +func (NotificationPolicyOverrideRouteArgs) ElementType() reflect.Type { + return reflect.TypeOf((*NotificationPolicyOverrideRoute)(nil)).Elem() +} + +func (i NotificationPolicyOverrideRouteArgs) ToNotificationPolicyOverrideRouteOutput() NotificationPolicyOverrideRouteOutput { + return i.ToNotificationPolicyOverrideRouteOutputWithContext(context.Background()) +} + +func (i NotificationPolicyOverrideRouteArgs) ToNotificationPolicyOverrideRouteOutputWithContext(ctx context.Context) NotificationPolicyOverrideRouteOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyOverrideRouteOutput) +} + +// NotificationPolicyOverrideRouteArrayInput is an input type that accepts NotificationPolicyOverrideRouteArray and NotificationPolicyOverrideRouteArrayOutput values. +// You can construct a concrete instance of `NotificationPolicyOverrideRouteArrayInput` via: +// +// NotificationPolicyOverrideRouteArray{ NotificationPolicyOverrideRouteArgs{...} } +type NotificationPolicyOverrideRouteArrayInput interface { + pulumi.Input + + ToNotificationPolicyOverrideRouteArrayOutput() NotificationPolicyOverrideRouteArrayOutput + ToNotificationPolicyOverrideRouteArrayOutputWithContext(context.Context) NotificationPolicyOverrideRouteArrayOutput +} + +type NotificationPolicyOverrideRouteArray []NotificationPolicyOverrideRouteInput + +func (NotificationPolicyOverrideRouteArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]NotificationPolicyOverrideRoute)(nil)).Elem() +} + +func (i NotificationPolicyOverrideRouteArray) ToNotificationPolicyOverrideRouteArrayOutput() NotificationPolicyOverrideRouteArrayOutput { + return i.ToNotificationPolicyOverrideRouteArrayOutputWithContext(context.Background()) +} + +func (i NotificationPolicyOverrideRouteArray) ToNotificationPolicyOverrideRouteArrayOutputWithContext(ctx context.Context) NotificationPolicyOverrideRouteArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyOverrideRouteArrayOutput) +} + +type NotificationPolicyOverrideRouteOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyOverrideRouteOutput) ElementType() reflect.Type { + return reflect.TypeOf((*NotificationPolicyOverrideRoute)(nil)).Elem() +} + +func (o NotificationPolicyOverrideRouteOutput) ToNotificationPolicyOverrideRouteOutput() NotificationPolicyOverrideRouteOutput { + return o +} + +func (o NotificationPolicyOverrideRouteOutput) ToNotificationPolicyOverrideRouteOutputWithContext(ctx context.Context) NotificationPolicyOverrideRouteOutput { + return o +} + +func (o NotificationPolicyOverrideRouteOutput) Notifiers() pulumi.StringArrayOutput { + return o.ApplyT(func(v NotificationPolicyOverrideRoute) []string { return v.Notifiers }).(pulumi.StringArrayOutput) +} + +func (o NotificationPolicyOverrideRouteOutput) RepeatInterval() pulumi.StringPtrOutput { + return o.ApplyT(func(v NotificationPolicyOverrideRoute) *string { return v.RepeatInterval }).(pulumi.StringPtrOutput) +} + +func (o NotificationPolicyOverrideRouteOutput) Severity() pulumi.StringOutput { + return o.ApplyT(func(v NotificationPolicyOverrideRoute) string { return v.Severity }).(pulumi.StringOutput) +} + +type NotificationPolicyOverrideRouteArrayOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyOverrideRouteArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]NotificationPolicyOverrideRoute)(nil)).Elem() +} + +func (o NotificationPolicyOverrideRouteArrayOutput) ToNotificationPolicyOverrideRouteArrayOutput() NotificationPolicyOverrideRouteArrayOutput { + return o +} + +func (o NotificationPolicyOverrideRouteArrayOutput) ToNotificationPolicyOverrideRouteArrayOutputWithContext(ctx context.Context) NotificationPolicyOverrideRouteArrayOutput { + return o +} + +func (o NotificationPolicyOverrideRouteArrayOutput) Index(i pulumi.IntInput) NotificationPolicyOverrideRouteOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) NotificationPolicyOverrideRoute { + return vs[0].([]NotificationPolicyOverrideRoute)[vs[1].(int)] + }).(NotificationPolicyOverrideRouteOutput) +} + +type NotificationPolicyRoute struct { + Notifiers []string `pulumi:"notifiers"` + RepeatInterval *string `pulumi:"repeatInterval"` + Severity string `pulumi:"severity"` +} + +// NotificationPolicyRouteInput is an input type that accepts NotificationPolicyRouteArgs and NotificationPolicyRouteOutput values. +// You can construct a concrete instance of `NotificationPolicyRouteInput` via: +// +// NotificationPolicyRouteArgs{...} +type NotificationPolicyRouteInput interface { + pulumi.Input + + ToNotificationPolicyRouteOutput() NotificationPolicyRouteOutput + ToNotificationPolicyRouteOutputWithContext(context.Context) NotificationPolicyRouteOutput +} + +type NotificationPolicyRouteArgs struct { + Notifiers pulumi.StringArrayInput `pulumi:"notifiers"` + RepeatInterval pulumi.StringPtrInput `pulumi:"repeatInterval"` + Severity pulumi.StringInput `pulumi:"severity"` +} + +func (NotificationPolicyRouteArgs) ElementType() reflect.Type { + return reflect.TypeOf((*NotificationPolicyRoute)(nil)).Elem() +} + +func (i NotificationPolicyRouteArgs) ToNotificationPolicyRouteOutput() NotificationPolicyRouteOutput { + return i.ToNotificationPolicyRouteOutputWithContext(context.Background()) +} + +func (i NotificationPolicyRouteArgs) ToNotificationPolicyRouteOutputWithContext(ctx context.Context) NotificationPolicyRouteOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyRouteOutput) +} + +// NotificationPolicyRouteArrayInput is an input type that accepts NotificationPolicyRouteArray and NotificationPolicyRouteArrayOutput values. +// You can construct a concrete instance of `NotificationPolicyRouteArrayInput` via: +// +// NotificationPolicyRouteArray{ NotificationPolicyRouteArgs{...} } +type NotificationPolicyRouteArrayInput interface { + pulumi.Input + + ToNotificationPolicyRouteArrayOutput() NotificationPolicyRouteArrayOutput + ToNotificationPolicyRouteArrayOutputWithContext(context.Context) NotificationPolicyRouteArrayOutput +} + +type NotificationPolicyRouteArray []NotificationPolicyRouteInput + +func (NotificationPolicyRouteArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]NotificationPolicyRoute)(nil)).Elem() +} + +func (i NotificationPolicyRouteArray) ToNotificationPolicyRouteArrayOutput() NotificationPolicyRouteArrayOutput { + return i.ToNotificationPolicyRouteArrayOutputWithContext(context.Background()) +} + +func (i NotificationPolicyRouteArray) ToNotificationPolicyRouteArrayOutputWithContext(ctx context.Context) NotificationPolicyRouteArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyRouteArrayOutput) +} + +type NotificationPolicyRouteOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyRouteOutput) ElementType() reflect.Type { + return reflect.TypeOf((*NotificationPolicyRoute)(nil)).Elem() +} + +func (o NotificationPolicyRouteOutput) ToNotificationPolicyRouteOutput() NotificationPolicyRouteOutput { + return o +} + +func (o NotificationPolicyRouteOutput) ToNotificationPolicyRouteOutputWithContext(ctx context.Context) NotificationPolicyRouteOutput { + return o +} + +func (o NotificationPolicyRouteOutput) Notifiers() pulumi.StringArrayOutput { + return o.ApplyT(func(v NotificationPolicyRoute) []string { return v.Notifiers }).(pulumi.StringArrayOutput) +} + +func (o NotificationPolicyRouteOutput) RepeatInterval() pulumi.StringPtrOutput { + return o.ApplyT(func(v NotificationPolicyRoute) *string { return v.RepeatInterval }).(pulumi.StringPtrOutput) +} + +func (o NotificationPolicyRouteOutput) Severity() pulumi.StringOutput { + return o.ApplyT(func(v NotificationPolicyRoute) string { return v.Severity }).(pulumi.StringOutput) +} + +type NotificationPolicyRouteArrayOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyRouteArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]NotificationPolicyRoute)(nil)).Elem() +} + +func (o NotificationPolicyRouteArrayOutput) ToNotificationPolicyRouteArrayOutput() NotificationPolicyRouteArrayOutput { + return o +} + +func (o NotificationPolicyRouteArrayOutput) ToNotificationPolicyRouteArrayOutputWithContext(ctx context.Context) NotificationPolicyRouteArrayOutput { + return o +} + +func (o NotificationPolicyRouteArrayOutput) Index(i pulumi.IntInput) NotificationPolicyRouteOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) NotificationPolicyRoute { + return vs[0].([]NotificationPolicyRoute)[vs[1].(int)] + }).(NotificationPolicyRouteOutput) +} + +type NotificationPolicyRule struct { + Notifiers []string `pulumi:"notifiers"` + RepeatInterval *string `pulumi:"repeatInterval"` + Severity string `pulumi:"severity"` +} + +// NotificationPolicyRuleInput is an input type that accepts NotificationPolicyRuleArgs and NotificationPolicyRuleOutput values. +// You can construct a concrete instance of `NotificationPolicyRuleInput` via: +// +// NotificationPolicyRuleArgs{...} +type NotificationPolicyRuleInput interface { + pulumi.Input + + ToNotificationPolicyRuleOutput() NotificationPolicyRuleOutput + ToNotificationPolicyRuleOutputWithContext(context.Context) NotificationPolicyRuleOutput +} + +type NotificationPolicyRuleArgs struct { + Notifiers pulumi.StringArrayInput `pulumi:"notifiers"` + RepeatInterval pulumi.StringPtrInput `pulumi:"repeatInterval"` + Severity pulumi.StringInput `pulumi:"severity"` +} + +func (NotificationPolicyRuleArgs) ElementType() reflect.Type { + return reflect.TypeOf((*NotificationPolicyRule)(nil)).Elem() +} + +func (i NotificationPolicyRuleArgs) ToNotificationPolicyRuleOutput() NotificationPolicyRuleOutput { + return i.ToNotificationPolicyRuleOutputWithContext(context.Background()) +} + +func (i NotificationPolicyRuleArgs) ToNotificationPolicyRuleOutputWithContext(ctx context.Context) NotificationPolicyRuleOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyRuleOutput) +} + +// NotificationPolicyRuleArrayInput is an input type that accepts NotificationPolicyRuleArray and NotificationPolicyRuleArrayOutput values. +// You can construct a concrete instance of `NotificationPolicyRuleArrayInput` via: +// +// NotificationPolicyRuleArray{ NotificationPolicyRuleArgs{...} } +type NotificationPolicyRuleArrayInput interface { + pulumi.Input + + ToNotificationPolicyRuleArrayOutput() NotificationPolicyRuleArrayOutput + ToNotificationPolicyRuleArrayOutputWithContext(context.Context) NotificationPolicyRuleArrayOutput +} + +type NotificationPolicyRuleArray []NotificationPolicyRuleInput + +func (NotificationPolicyRuleArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]NotificationPolicyRule)(nil)).Elem() +} + +func (i NotificationPolicyRuleArray) ToNotificationPolicyRuleArrayOutput() NotificationPolicyRuleArrayOutput { + return i.ToNotificationPolicyRuleArrayOutputWithContext(context.Background()) +} + +func (i NotificationPolicyRuleArray) ToNotificationPolicyRuleArrayOutputWithContext(ctx context.Context) NotificationPolicyRuleArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(NotificationPolicyRuleArrayOutput) +} + +type NotificationPolicyRuleOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyRuleOutput) ElementType() reflect.Type { + return reflect.TypeOf((*NotificationPolicyRule)(nil)).Elem() +} + +func (o NotificationPolicyRuleOutput) ToNotificationPolicyRuleOutput() NotificationPolicyRuleOutput { + return o +} + +func (o NotificationPolicyRuleOutput) ToNotificationPolicyRuleOutputWithContext(ctx context.Context) NotificationPolicyRuleOutput { + return o +} + +func (o NotificationPolicyRuleOutput) Notifiers() pulumi.StringArrayOutput { + return o.ApplyT(func(v NotificationPolicyRule) []string { return v.Notifiers }).(pulumi.StringArrayOutput) +} + +func (o NotificationPolicyRuleOutput) RepeatInterval() pulumi.StringPtrOutput { + return o.ApplyT(func(v NotificationPolicyRule) *string { return v.RepeatInterval }).(pulumi.StringPtrOutput) +} + +func (o NotificationPolicyRuleOutput) Severity() pulumi.StringOutput { + return o.ApplyT(func(v NotificationPolicyRule) string { return v.Severity }).(pulumi.StringOutput) +} + +type NotificationPolicyRuleArrayOutput struct{ *pulumi.OutputState } + +func (NotificationPolicyRuleArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]NotificationPolicyRule)(nil)).Elem() +} + +func (o NotificationPolicyRuleArrayOutput) ToNotificationPolicyRuleArrayOutput() NotificationPolicyRuleArrayOutput { + return o +} + +func (o NotificationPolicyRuleArrayOutput) ToNotificationPolicyRuleArrayOutputWithContext(ctx context.Context) NotificationPolicyRuleArrayOutput { + return o +} + +func (o NotificationPolicyRuleArrayOutput) Index(i pulumi.IntInput) NotificationPolicyRuleOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) NotificationPolicyRule { + return vs[0].([]NotificationPolicyRule)[vs[1].(int)] + }).(NotificationPolicyRuleOutput) +} + +type OpsgenieAlertNotifierResponder struct { + Id *string `pulumi:"id"` + Name *string `pulumi:"name"` + Type string `pulumi:"type"` + Username *string `pulumi:"username"` +} + +// OpsgenieAlertNotifierResponderInput is an input type that accepts OpsgenieAlertNotifierResponderArgs and OpsgenieAlertNotifierResponderOutput values. +// You can construct a concrete instance of `OpsgenieAlertNotifierResponderInput` via: +// +// OpsgenieAlertNotifierResponderArgs{...} +type OpsgenieAlertNotifierResponderInput interface { + pulumi.Input + + ToOpsgenieAlertNotifierResponderOutput() OpsgenieAlertNotifierResponderOutput + ToOpsgenieAlertNotifierResponderOutputWithContext(context.Context) OpsgenieAlertNotifierResponderOutput +} + +type OpsgenieAlertNotifierResponderArgs struct { + Id pulumi.StringPtrInput `pulumi:"id"` + Name pulumi.StringPtrInput `pulumi:"name"` + Type pulumi.StringInput `pulumi:"type"` + Username pulumi.StringPtrInput `pulumi:"username"` +} + +func (OpsgenieAlertNotifierResponderArgs) ElementType() reflect.Type { + return reflect.TypeOf((*OpsgenieAlertNotifierResponder)(nil)).Elem() +} + +func (i OpsgenieAlertNotifierResponderArgs) ToOpsgenieAlertNotifierResponderOutput() OpsgenieAlertNotifierResponderOutput { + return i.ToOpsgenieAlertNotifierResponderOutputWithContext(context.Background()) +} + +func (i OpsgenieAlertNotifierResponderArgs) ToOpsgenieAlertNotifierResponderOutputWithContext(ctx context.Context) OpsgenieAlertNotifierResponderOutput { + return pulumi.ToOutputWithContext(ctx, i).(OpsgenieAlertNotifierResponderOutput) +} + +// OpsgenieAlertNotifierResponderArrayInput is an input type that accepts OpsgenieAlertNotifierResponderArray and OpsgenieAlertNotifierResponderArrayOutput values. +// You can construct a concrete instance of `OpsgenieAlertNotifierResponderArrayInput` via: +// +// OpsgenieAlertNotifierResponderArray{ OpsgenieAlertNotifierResponderArgs{...} } +type OpsgenieAlertNotifierResponderArrayInput interface { + pulumi.Input + + ToOpsgenieAlertNotifierResponderArrayOutput() OpsgenieAlertNotifierResponderArrayOutput + ToOpsgenieAlertNotifierResponderArrayOutputWithContext(context.Context) OpsgenieAlertNotifierResponderArrayOutput +} + +type OpsgenieAlertNotifierResponderArray []OpsgenieAlertNotifierResponderInput + +func (OpsgenieAlertNotifierResponderArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]OpsgenieAlertNotifierResponder)(nil)).Elem() +} + +func (i OpsgenieAlertNotifierResponderArray) ToOpsgenieAlertNotifierResponderArrayOutput() OpsgenieAlertNotifierResponderArrayOutput { + return i.ToOpsgenieAlertNotifierResponderArrayOutputWithContext(context.Background()) +} + +func (i OpsgenieAlertNotifierResponderArray) ToOpsgenieAlertNotifierResponderArrayOutputWithContext(ctx context.Context) OpsgenieAlertNotifierResponderArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(OpsgenieAlertNotifierResponderArrayOutput) +} + +type OpsgenieAlertNotifierResponderOutput struct{ *pulumi.OutputState } + +func (OpsgenieAlertNotifierResponderOutput) ElementType() reflect.Type { + return reflect.TypeOf((*OpsgenieAlertNotifierResponder)(nil)).Elem() +} + +func (o OpsgenieAlertNotifierResponderOutput) ToOpsgenieAlertNotifierResponderOutput() OpsgenieAlertNotifierResponderOutput { + return o +} + +func (o OpsgenieAlertNotifierResponderOutput) ToOpsgenieAlertNotifierResponderOutputWithContext(ctx context.Context) OpsgenieAlertNotifierResponderOutput { + return o +} + +func (o OpsgenieAlertNotifierResponderOutput) Id() pulumi.StringPtrOutput { + return o.ApplyT(func(v OpsgenieAlertNotifierResponder) *string { return v.Id }).(pulumi.StringPtrOutput) +} + +func (o OpsgenieAlertNotifierResponderOutput) Name() pulumi.StringPtrOutput { + return o.ApplyT(func(v OpsgenieAlertNotifierResponder) *string { return v.Name }).(pulumi.StringPtrOutput) +} + +func (o OpsgenieAlertNotifierResponderOutput) Type() pulumi.StringOutput { + return o.ApplyT(func(v OpsgenieAlertNotifierResponder) string { return v.Type }).(pulumi.StringOutput) +} + +func (o OpsgenieAlertNotifierResponderOutput) Username() pulumi.StringPtrOutput { + return o.ApplyT(func(v OpsgenieAlertNotifierResponder) *string { return v.Username }).(pulumi.StringPtrOutput) +} + +type OpsgenieAlertNotifierResponderArrayOutput struct{ *pulumi.OutputState } + +func (OpsgenieAlertNotifierResponderArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]OpsgenieAlertNotifierResponder)(nil)).Elem() +} + +func (o OpsgenieAlertNotifierResponderArrayOutput) ToOpsgenieAlertNotifierResponderArrayOutput() OpsgenieAlertNotifierResponderArrayOutput { + return o +} + +func (o OpsgenieAlertNotifierResponderArrayOutput) ToOpsgenieAlertNotifierResponderArrayOutputWithContext(ctx context.Context) OpsgenieAlertNotifierResponderArrayOutput { + return o +} + +func (o OpsgenieAlertNotifierResponderArrayOutput) Index(i pulumi.IntInput) OpsgenieAlertNotifierResponderOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) OpsgenieAlertNotifierResponder { + return vs[0].([]OpsgenieAlertNotifierResponder)[vs[1].(int)] + }).(OpsgenieAlertNotifierResponderOutput) +} + +type PagerdutyAlertNotifierImage struct { + Alt *string `pulumi:"alt"` + Href *string `pulumi:"href"` + Src string `pulumi:"src"` +} + +// PagerdutyAlertNotifierImageInput is an input type that accepts PagerdutyAlertNotifierImageArgs and PagerdutyAlertNotifierImageOutput values. +// You can construct a concrete instance of `PagerdutyAlertNotifierImageInput` via: +// +// PagerdutyAlertNotifierImageArgs{...} +type PagerdutyAlertNotifierImageInput interface { + pulumi.Input + + ToPagerdutyAlertNotifierImageOutput() PagerdutyAlertNotifierImageOutput + ToPagerdutyAlertNotifierImageOutputWithContext(context.Context) PagerdutyAlertNotifierImageOutput +} + +type PagerdutyAlertNotifierImageArgs struct { + Alt pulumi.StringPtrInput `pulumi:"alt"` + Href pulumi.StringPtrInput `pulumi:"href"` + Src pulumi.StringInput `pulumi:"src"` +} + +func (PagerdutyAlertNotifierImageArgs) ElementType() reflect.Type { + return reflect.TypeOf((*PagerdutyAlertNotifierImage)(nil)).Elem() +} + +func (i PagerdutyAlertNotifierImageArgs) ToPagerdutyAlertNotifierImageOutput() PagerdutyAlertNotifierImageOutput { + return i.ToPagerdutyAlertNotifierImageOutputWithContext(context.Background()) +} + +func (i PagerdutyAlertNotifierImageArgs) ToPagerdutyAlertNotifierImageOutputWithContext(ctx context.Context) PagerdutyAlertNotifierImageOutput { + return pulumi.ToOutputWithContext(ctx, i).(PagerdutyAlertNotifierImageOutput) +} + +// PagerdutyAlertNotifierImageArrayInput is an input type that accepts PagerdutyAlertNotifierImageArray and PagerdutyAlertNotifierImageArrayOutput values. +// You can construct a concrete instance of `PagerdutyAlertNotifierImageArrayInput` via: +// +// PagerdutyAlertNotifierImageArray{ PagerdutyAlertNotifierImageArgs{...} } +type PagerdutyAlertNotifierImageArrayInput interface { + pulumi.Input + + ToPagerdutyAlertNotifierImageArrayOutput() PagerdutyAlertNotifierImageArrayOutput + ToPagerdutyAlertNotifierImageArrayOutputWithContext(context.Context) PagerdutyAlertNotifierImageArrayOutput +} + +type PagerdutyAlertNotifierImageArray []PagerdutyAlertNotifierImageInput + +func (PagerdutyAlertNotifierImageArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]PagerdutyAlertNotifierImage)(nil)).Elem() +} + +func (i PagerdutyAlertNotifierImageArray) ToPagerdutyAlertNotifierImageArrayOutput() PagerdutyAlertNotifierImageArrayOutput { + return i.ToPagerdutyAlertNotifierImageArrayOutputWithContext(context.Background()) +} + +func (i PagerdutyAlertNotifierImageArray) ToPagerdutyAlertNotifierImageArrayOutputWithContext(ctx context.Context) PagerdutyAlertNotifierImageArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(PagerdutyAlertNotifierImageArrayOutput) +} + +type PagerdutyAlertNotifierImageOutput struct{ *pulumi.OutputState } + +func (PagerdutyAlertNotifierImageOutput) ElementType() reflect.Type { + return reflect.TypeOf((*PagerdutyAlertNotifierImage)(nil)).Elem() +} + +func (o PagerdutyAlertNotifierImageOutput) ToPagerdutyAlertNotifierImageOutput() PagerdutyAlertNotifierImageOutput { + return o +} + +func (o PagerdutyAlertNotifierImageOutput) ToPagerdutyAlertNotifierImageOutputWithContext(ctx context.Context) PagerdutyAlertNotifierImageOutput { + return o +} + +func (o PagerdutyAlertNotifierImageOutput) Alt() pulumi.StringPtrOutput { + return o.ApplyT(func(v PagerdutyAlertNotifierImage) *string { return v.Alt }).(pulumi.StringPtrOutput) +} + +func (o PagerdutyAlertNotifierImageOutput) Href() pulumi.StringPtrOutput { + return o.ApplyT(func(v PagerdutyAlertNotifierImage) *string { return v.Href }).(pulumi.StringPtrOutput) +} + +func (o PagerdutyAlertNotifierImageOutput) Src() pulumi.StringOutput { + return o.ApplyT(func(v PagerdutyAlertNotifierImage) string { return v.Src }).(pulumi.StringOutput) +} + +type PagerdutyAlertNotifierImageArrayOutput struct{ *pulumi.OutputState } + +func (PagerdutyAlertNotifierImageArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]PagerdutyAlertNotifierImage)(nil)).Elem() +} + +func (o PagerdutyAlertNotifierImageArrayOutput) ToPagerdutyAlertNotifierImageArrayOutput() PagerdutyAlertNotifierImageArrayOutput { + return o +} + +func (o PagerdutyAlertNotifierImageArrayOutput) ToPagerdutyAlertNotifierImageArrayOutputWithContext(ctx context.Context) PagerdutyAlertNotifierImageArrayOutput { + return o +} + +func (o PagerdutyAlertNotifierImageArrayOutput) Index(i pulumi.IntInput) PagerdutyAlertNotifierImageOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) PagerdutyAlertNotifierImage { + return vs[0].([]PagerdutyAlertNotifierImage)[vs[1].(int)] + }).(PagerdutyAlertNotifierImageOutput) +} + +type PagerdutyAlertNotifierLink struct { + Href string `pulumi:"href"` + Text *string `pulumi:"text"` +} + +// PagerdutyAlertNotifierLinkInput is an input type that accepts PagerdutyAlertNotifierLinkArgs and PagerdutyAlertNotifierLinkOutput values. +// You can construct a concrete instance of `PagerdutyAlertNotifierLinkInput` via: +// +// PagerdutyAlertNotifierLinkArgs{...} +type PagerdutyAlertNotifierLinkInput interface { + pulumi.Input + + ToPagerdutyAlertNotifierLinkOutput() PagerdutyAlertNotifierLinkOutput + ToPagerdutyAlertNotifierLinkOutputWithContext(context.Context) PagerdutyAlertNotifierLinkOutput +} + +type PagerdutyAlertNotifierLinkArgs struct { + Href pulumi.StringInput `pulumi:"href"` + Text pulumi.StringPtrInput `pulumi:"text"` +} + +func (PagerdutyAlertNotifierLinkArgs) ElementType() reflect.Type { + return reflect.TypeOf((*PagerdutyAlertNotifierLink)(nil)).Elem() +} + +func (i PagerdutyAlertNotifierLinkArgs) ToPagerdutyAlertNotifierLinkOutput() PagerdutyAlertNotifierLinkOutput { + return i.ToPagerdutyAlertNotifierLinkOutputWithContext(context.Background()) +} + +func (i PagerdutyAlertNotifierLinkArgs) ToPagerdutyAlertNotifierLinkOutputWithContext(ctx context.Context) PagerdutyAlertNotifierLinkOutput { + return pulumi.ToOutputWithContext(ctx, i).(PagerdutyAlertNotifierLinkOutput) +} + +// PagerdutyAlertNotifierLinkArrayInput is an input type that accepts PagerdutyAlertNotifierLinkArray and PagerdutyAlertNotifierLinkArrayOutput values. +// You can construct a concrete instance of `PagerdutyAlertNotifierLinkArrayInput` via: +// +// PagerdutyAlertNotifierLinkArray{ PagerdutyAlertNotifierLinkArgs{...} } +type PagerdutyAlertNotifierLinkArrayInput interface { + pulumi.Input + + ToPagerdutyAlertNotifierLinkArrayOutput() PagerdutyAlertNotifierLinkArrayOutput + ToPagerdutyAlertNotifierLinkArrayOutputWithContext(context.Context) PagerdutyAlertNotifierLinkArrayOutput +} + +type PagerdutyAlertNotifierLinkArray []PagerdutyAlertNotifierLinkInput + +func (PagerdutyAlertNotifierLinkArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]PagerdutyAlertNotifierLink)(nil)).Elem() +} + +func (i PagerdutyAlertNotifierLinkArray) ToPagerdutyAlertNotifierLinkArrayOutput() PagerdutyAlertNotifierLinkArrayOutput { + return i.ToPagerdutyAlertNotifierLinkArrayOutputWithContext(context.Background()) +} + +func (i PagerdutyAlertNotifierLinkArray) ToPagerdutyAlertNotifierLinkArrayOutputWithContext(ctx context.Context) PagerdutyAlertNotifierLinkArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(PagerdutyAlertNotifierLinkArrayOutput) +} + +type PagerdutyAlertNotifierLinkOutput struct{ *pulumi.OutputState } + +func (PagerdutyAlertNotifierLinkOutput) ElementType() reflect.Type { + return reflect.TypeOf((*PagerdutyAlertNotifierLink)(nil)).Elem() +} + +func (o PagerdutyAlertNotifierLinkOutput) ToPagerdutyAlertNotifierLinkOutput() PagerdutyAlertNotifierLinkOutput { + return o +} + +func (o PagerdutyAlertNotifierLinkOutput) ToPagerdutyAlertNotifierLinkOutputWithContext(ctx context.Context) PagerdutyAlertNotifierLinkOutput { + return o +} + +func (o PagerdutyAlertNotifierLinkOutput) Href() pulumi.StringOutput { + return o.ApplyT(func(v PagerdutyAlertNotifierLink) string { return v.Href }).(pulumi.StringOutput) +} + +func (o PagerdutyAlertNotifierLinkOutput) Text() pulumi.StringPtrOutput { + return o.ApplyT(func(v PagerdutyAlertNotifierLink) *string { return v.Text }).(pulumi.StringPtrOutput) +} + +type PagerdutyAlertNotifierLinkArrayOutput struct{ *pulumi.OutputState } + +func (PagerdutyAlertNotifierLinkArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]PagerdutyAlertNotifierLink)(nil)).Elem() +} + +func (o PagerdutyAlertNotifierLinkArrayOutput) ToPagerdutyAlertNotifierLinkArrayOutput() PagerdutyAlertNotifierLinkArrayOutput { + return o +} + +func (o PagerdutyAlertNotifierLinkArrayOutput) ToPagerdutyAlertNotifierLinkArrayOutputWithContext(ctx context.Context) PagerdutyAlertNotifierLinkArrayOutput { + return o +} + +func (o PagerdutyAlertNotifierLinkArrayOutput) Index(i pulumi.IntInput) PagerdutyAlertNotifierLinkOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) PagerdutyAlertNotifierLink { + return vs[0].([]PagerdutyAlertNotifierLink)[vs[1].(int)] + }).(PagerdutyAlertNotifierLinkOutput) +} + +type ResourcePoolsConfigDefaultPool struct { + Allocation ResourcePoolsConfigDefaultPoolAllocation `pulumi:"allocation"` + Priorities *ResourcePoolsConfigDefaultPoolPriorities `pulumi:"priorities"` +} + +// ResourcePoolsConfigDefaultPoolInput is an input type that accepts ResourcePoolsConfigDefaultPoolArgs and ResourcePoolsConfigDefaultPoolOutput values. +// You can construct a concrete instance of `ResourcePoolsConfigDefaultPoolInput` via: +// +// ResourcePoolsConfigDefaultPoolArgs{...} +type ResourcePoolsConfigDefaultPoolInput interface { + pulumi.Input + + ToResourcePoolsConfigDefaultPoolOutput() ResourcePoolsConfigDefaultPoolOutput + ToResourcePoolsConfigDefaultPoolOutputWithContext(context.Context) ResourcePoolsConfigDefaultPoolOutput +} + +type ResourcePoolsConfigDefaultPoolArgs struct { + Allocation ResourcePoolsConfigDefaultPoolAllocationInput `pulumi:"allocation"` + Priorities ResourcePoolsConfigDefaultPoolPrioritiesPtrInput `pulumi:"priorities"` +} + +func (ResourcePoolsConfigDefaultPoolArgs) ElementType() reflect.Type { + return reflect.TypeOf((*ResourcePoolsConfigDefaultPool)(nil)).Elem() +} + +func (i ResourcePoolsConfigDefaultPoolArgs) ToResourcePoolsConfigDefaultPoolOutput() ResourcePoolsConfigDefaultPoolOutput { + return i.ToResourcePoolsConfigDefaultPoolOutputWithContext(context.Background()) +} + +func (i ResourcePoolsConfigDefaultPoolArgs) ToResourcePoolsConfigDefaultPoolOutputWithContext(ctx context.Context) ResourcePoolsConfigDefaultPoolOutput { + return pulumi.ToOutputWithContext(ctx, i).(ResourcePoolsConfigDefaultPoolOutput) +} + +func (i ResourcePoolsConfigDefaultPoolArgs) ToResourcePoolsConfigDefaultPoolPtrOutput() ResourcePoolsConfigDefaultPoolPtrOutput { + return i.ToResourcePoolsConfigDefaultPoolPtrOutputWithContext(context.Background()) +} + +func (i ResourcePoolsConfigDefaultPoolArgs) ToResourcePoolsConfigDefaultPoolPtrOutputWithContext(ctx context.Context) ResourcePoolsConfigDefaultPoolPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(ResourcePoolsConfigDefaultPoolOutput).ToResourcePoolsConfigDefaultPoolPtrOutputWithContext(ctx) +} + +// ResourcePoolsConfigDefaultPoolPtrInput is an input type that accepts ResourcePoolsConfigDefaultPoolArgs, ResourcePoolsConfigDefaultPoolPtr and ResourcePoolsConfigDefaultPoolPtrOutput values. +// You can construct a concrete instance of `ResourcePoolsConfigDefaultPoolPtrInput` via: +// +// ResourcePoolsConfigDefaultPoolArgs{...} +// +// or: +// +// nil +type ResourcePoolsConfigDefaultPoolPtrInput interface { + pulumi.Input + + ToResourcePoolsConfigDefaultPoolPtrOutput() ResourcePoolsConfigDefaultPoolPtrOutput + ToResourcePoolsConfigDefaultPoolPtrOutputWithContext(context.Context) ResourcePoolsConfigDefaultPoolPtrOutput +} + +type resourcePoolsConfigDefaultPoolPtrType ResourcePoolsConfigDefaultPoolArgs + +func ResourcePoolsConfigDefaultPoolPtr(v *ResourcePoolsConfigDefaultPoolArgs) ResourcePoolsConfigDefaultPoolPtrInput { + return (*resourcePoolsConfigDefaultPoolPtrType)(v) +} + +func (*resourcePoolsConfigDefaultPoolPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**ResourcePoolsConfigDefaultPool)(nil)).Elem() +} + +func (i *resourcePoolsConfigDefaultPoolPtrType) ToResourcePoolsConfigDefaultPoolPtrOutput() ResourcePoolsConfigDefaultPoolPtrOutput { + return i.ToResourcePoolsConfigDefaultPoolPtrOutputWithContext(context.Background()) +} + +func (i *resourcePoolsConfigDefaultPoolPtrType) ToResourcePoolsConfigDefaultPoolPtrOutputWithContext(ctx context.Context) ResourcePoolsConfigDefaultPoolPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(ResourcePoolsConfigDefaultPoolPtrOutput) +} + +type ResourcePoolsConfigDefaultPoolOutput struct{ *pulumi.OutputState } + +func (ResourcePoolsConfigDefaultPoolOutput) ElementType() reflect.Type { + return reflect.TypeOf((*ResourcePoolsConfigDefaultPool)(nil)).Elem() +} + +func (o ResourcePoolsConfigDefaultPoolOutput) ToResourcePoolsConfigDefaultPoolOutput() ResourcePoolsConfigDefaultPoolOutput { + return o +} + +func (o ResourcePoolsConfigDefaultPoolOutput) ToResourcePoolsConfigDefaultPoolOutputWithContext(ctx context.Context) ResourcePoolsConfigDefaultPoolOutput { + return o +} + +func (o ResourcePoolsConfigDefaultPoolOutput) ToResourcePoolsConfigDefaultPoolPtrOutput() ResourcePoolsConfigDefaultPoolPtrOutput { + return o.ToResourcePoolsConfigDefaultPoolPtrOutputWithContext(context.Background()) +} + +func (o ResourcePoolsConfigDefaultPoolOutput) ToResourcePoolsConfigDefaultPoolPtrOutputWithContext(ctx context.Context) ResourcePoolsConfigDefaultPoolPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v ResourcePoolsConfigDefaultPool) *ResourcePoolsConfigDefaultPool { + return &v + }).(ResourcePoolsConfigDefaultPoolPtrOutput) +} + +func (o ResourcePoolsConfigDefaultPoolOutput) Allocation() ResourcePoolsConfigDefaultPoolAllocationOutput { + return o.ApplyT(func(v ResourcePoolsConfigDefaultPool) ResourcePoolsConfigDefaultPoolAllocation { return v.Allocation }).(ResourcePoolsConfigDefaultPoolAllocationOutput) +} + +func (o ResourcePoolsConfigDefaultPoolOutput) Priorities() ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput { + return o.ApplyT(func(v ResourcePoolsConfigDefaultPool) *ResourcePoolsConfigDefaultPoolPriorities { return v.Priorities }).(ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput) +} + +type ResourcePoolsConfigDefaultPoolPtrOutput struct{ *pulumi.OutputState } + +func (ResourcePoolsConfigDefaultPoolPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**ResourcePoolsConfigDefaultPool)(nil)).Elem() +} + +func (o ResourcePoolsConfigDefaultPoolPtrOutput) ToResourcePoolsConfigDefaultPoolPtrOutput() ResourcePoolsConfigDefaultPoolPtrOutput { + return o +} + +func (o ResourcePoolsConfigDefaultPoolPtrOutput) ToResourcePoolsConfigDefaultPoolPtrOutputWithContext(ctx context.Context) ResourcePoolsConfigDefaultPoolPtrOutput { + return o +} + +func (o ResourcePoolsConfigDefaultPoolPtrOutput) Elem() ResourcePoolsConfigDefaultPoolOutput { + return o.ApplyT(func(v *ResourcePoolsConfigDefaultPool) ResourcePoolsConfigDefaultPool { + if v != nil { + return *v + } + var ret ResourcePoolsConfigDefaultPool + return ret + }).(ResourcePoolsConfigDefaultPoolOutput) +} + +func (o ResourcePoolsConfigDefaultPoolPtrOutput) Allocation() ResourcePoolsConfigDefaultPoolAllocationPtrOutput { + return o.ApplyT(func(v *ResourcePoolsConfigDefaultPool) *ResourcePoolsConfigDefaultPoolAllocation { + if v == nil { + return nil + } + return &v.Allocation + }).(ResourcePoolsConfigDefaultPoolAllocationPtrOutput) +} + +func (o ResourcePoolsConfigDefaultPoolPtrOutput) Priorities() ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput { + return o.ApplyT(func(v *ResourcePoolsConfigDefaultPool) *ResourcePoolsConfigDefaultPoolPriorities { + if v == nil { + return nil + } + return v.Priorities + }).(ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput) +} + +type ResourcePoolsConfigDefaultPoolAllocation struct { + PercentOfLicense float64 `pulumi:"percentOfLicense"` +} + +// ResourcePoolsConfigDefaultPoolAllocationInput is an input type that accepts ResourcePoolsConfigDefaultPoolAllocationArgs and ResourcePoolsConfigDefaultPoolAllocationOutput values. +// You can construct a concrete instance of `ResourcePoolsConfigDefaultPoolAllocationInput` via: +// +// ResourcePoolsConfigDefaultPoolAllocationArgs{...} +type ResourcePoolsConfigDefaultPoolAllocationInput interface { + pulumi.Input + + ToResourcePoolsConfigDefaultPoolAllocationOutput() ResourcePoolsConfigDefaultPoolAllocationOutput + ToResourcePoolsConfigDefaultPoolAllocationOutputWithContext(context.Context) ResourcePoolsConfigDefaultPoolAllocationOutput +} + +type ResourcePoolsConfigDefaultPoolAllocationArgs struct { + PercentOfLicense pulumi.Float64Input `pulumi:"percentOfLicense"` +} + +func (ResourcePoolsConfigDefaultPoolAllocationArgs) ElementType() reflect.Type { + return reflect.TypeOf((*ResourcePoolsConfigDefaultPoolAllocation)(nil)).Elem() +} + +func (i ResourcePoolsConfigDefaultPoolAllocationArgs) ToResourcePoolsConfigDefaultPoolAllocationOutput() ResourcePoolsConfigDefaultPoolAllocationOutput { + return i.ToResourcePoolsConfigDefaultPoolAllocationOutputWithContext(context.Background()) +} + +func (i ResourcePoolsConfigDefaultPoolAllocationArgs) ToResourcePoolsConfigDefaultPoolAllocationOutputWithContext(ctx context.Context) ResourcePoolsConfigDefaultPoolAllocationOutput { + return pulumi.ToOutputWithContext(ctx, i).(ResourcePoolsConfigDefaultPoolAllocationOutput) +} + +func (i ResourcePoolsConfigDefaultPoolAllocationArgs) ToResourcePoolsConfigDefaultPoolAllocationPtrOutput() ResourcePoolsConfigDefaultPoolAllocationPtrOutput { + return i.ToResourcePoolsConfigDefaultPoolAllocationPtrOutputWithContext(context.Background()) +} + +func (i ResourcePoolsConfigDefaultPoolAllocationArgs) ToResourcePoolsConfigDefaultPoolAllocationPtrOutputWithContext(ctx context.Context) ResourcePoolsConfigDefaultPoolAllocationPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(ResourcePoolsConfigDefaultPoolAllocationOutput).ToResourcePoolsConfigDefaultPoolAllocationPtrOutputWithContext(ctx) +} + +// ResourcePoolsConfigDefaultPoolAllocationPtrInput is an input type that accepts ResourcePoolsConfigDefaultPoolAllocationArgs, ResourcePoolsConfigDefaultPoolAllocationPtr and ResourcePoolsConfigDefaultPoolAllocationPtrOutput values. +// You can construct a concrete instance of `ResourcePoolsConfigDefaultPoolAllocationPtrInput` via: +// +// ResourcePoolsConfigDefaultPoolAllocationArgs{...} +// +// or: +// +// nil +type ResourcePoolsConfigDefaultPoolAllocationPtrInput interface { + pulumi.Input + + ToResourcePoolsConfigDefaultPoolAllocationPtrOutput() ResourcePoolsConfigDefaultPoolAllocationPtrOutput + ToResourcePoolsConfigDefaultPoolAllocationPtrOutputWithContext(context.Context) ResourcePoolsConfigDefaultPoolAllocationPtrOutput +} + +type resourcePoolsConfigDefaultPoolAllocationPtrType ResourcePoolsConfigDefaultPoolAllocationArgs + +func ResourcePoolsConfigDefaultPoolAllocationPtr(v *ResourcePoolsConfigDefaultPoolAllocationArgs) ResourcePoolsConfigDefaultPoolAllocationPtrInput { + return (*resourcePoolsConfigDefaultPoolAllocationPtrType)(v) +} + +func (*resourcePoolsConfigDefaultPoolAllocationPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**ResourcePoolsConfigDefaultPoolAllocation)(nil)).Elem() +} + +func (i *resourcePoolsConfigDefaultPoolAllocationPtrType) ToResourcePoolsConfigDefaultPoolAllocationPtrOutput() ResourcePoolsConfigDefaultPoolAllocationPtrOutput { + return i.ToResourcePoolsConfigDefaultPoolAllocationPtrOutputWithContext(context.Background()) +} + +func (i *resourcePoolsConfigDefaultPoolAllocationPtrType) ToResourcePoolsConfigDefaultPoolAllocationPtrOutputWithContext(ctx context.Context) ResourcePoolsConfigDefaultPoolAllocationPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(ResourcePoolsConfigDefaultPoolAllocationPtrOutput) +} + +type ResourcePoolsConfigDefaultPoolAllocationOutput struct{ *pulumi.OutputState } + +func (ResourcePoolsConfigDefaultPoolAllocationOutput) ElementType() reflect.Type { + return reflect.TypeOf((*ResourcePoolsConfigDefaultPoolAllocation)(nil)).Elem() +} + +func (o ResourcePoolsConfigDefaultPoolAllocationOutput) ToResourcePoolsConfigDefaultPoolAllocationOutput() ResourcePoolsConfigDefaultPoolAllocationOutput { + return o +} + +func (o ResourcePoolsConfigDefaultPoolAllocationOutput) ToResourcePoolsConfigDefaultPoolAllocationOutputWithContext(ctx context.Context) ResourcePoolsConfigDefaultPoolAllocationOutput { + return o +} + +func (o ResourcePoolsConfigDefaultPoolAllocationOutput) ToResourcePoolsConfigDefaultPoolAllocationPtrOutput() ResourcePoolsConfigDefaultPoolAllocationPtrOutput { + return o.ToResourcePoolsConfigDefaultPoolAllocationPtrOutputWithContext(context.Background()) +} + +func (o ResourcePoolsConfigDefaultPoolAllocationOutput) ToResourcePoolsConfigDefaultPoolAllocationPtrOutputWithContext(ctx context.Context) ResourcePoolsConfigDefaultPoolAllocationPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v ResourcePoolsConfigDefaultPoolAllocation) *ResourcePoolsConfigDefaultPoolAllocation { + return &v + }).(ResourcePoolsConfigDefaultPoolAllocationPtrOutput) +} + +func (o ResourcePoolsConfigDefaultPoolAllocationOutput) PercentOfLicense() pulumi.Float64Output { + return o.ApplyT(func(v ResourcePoolsConfigDefaultPoolAllocation) float64 { return v.PercentOfLicense }).(pulumi.Float64Output) +} + +type ResourcePoolsConfigDefaultPoolAllocationPtrOutput struct{ *pulumi.OutputState } + +func (ResourcePoolsConfigDefaultPoolAllocationPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**ResourcePoolsConfigDefaultPoolAllocation)(nil)).Elem() +} + +func (o ResourcePoolsConfigDefaultPoolAllocationPtrOutput) ToResourcePoolsConfigDefaultPoolAllocationPtrOutput() ResourcePoolsConfigDefaultPoolAllocationPtrOutput { + return o +} + +func (o ResourcePoolsConfigDefaultPoolAllocationPtrOutput) ToResourcePoolsConfigDefaultPoolAllocationPtrOutputWithContext(ctx context.Context) ResourcePoolsConfigDefaultPoolAllocationPtrOutput { + return o +} + +func (o ResourcePoolsConfigDefaultPoolAllocationPtrOutput) Elem() ResourcePoolsConfigDefaultPoolAllocationOutput { + return o.ApplyT(func(v *ResourcePoolsConfigDefaultPoolAllocation) ResourcePoolsConfigDefaultPoolAllocation { + if v != nil { + return *v + } + var ret ResourcePoolsConfigDefaultPoolAllocation + return ret + }).(ResourcePoolsConfigDefaultPoolAllocationOutput) +} + +func (o ResourcePoolsConfigDefaultPoolAllocationPtrOutput) PercentOfLicense() pulumi.Float64PtrOutput { + return o.ApplyT(func(v *ResourcePoolsConfigDefaultPoolAllocation) *float64 { + if v == nil { + return nil + } + return &v.PercentOfLicense + }).(pulumi.Float64PtrOutput) +} + +type ResourcePoolsConfigDefaultPoolPriorities struct { + HighPriorityMatchRules []string `pulumi:"highPriorityMatchRules"` + LowPriorityMatchRules []string `pulumi:"lowPriorityMatchRules"` +} + +// ResourcePoolsConfigDefaultPoolPrioritiesInput is an input type that accepts ResourcePoolsConfigDefaultPoolPrioritiesArgs and ResourcePoolsConfigDefaultPoolPrioritiesOutput values. +// You can construct a concrete instance of `ResourcePoolsConfigDefaultPoolPrioritiesInput` via: +// +// ResourcePoolsConfigDefaultPoolPrioritiesArgs{...} +type ResourcePoolsConfigDefaultPoolPrioritiesInput interface { + pulumi.Input + + ToResourcePoolsConfigDefaultPoolPrioritiesOutput() ResourcePoolsConfigDefaultPoolPrioritiesOutput + ToResourcePoolsConfigDefaultPoolPrioritiesOutputWithContext(context.Context) ResourcePoolsConfigDefaultPoolPrioritiesOutput +} + +type ResourcePoolsConfigDefaultPoolPrioritiesArgs struct { + HighPriorityMatchRules pulumi.StringArrayInput `pulumi:"highPriorityMatchRules"` + LowPriorityMatchRules pulumi.StringArrayInput `pulumi:"lowPriorityMatchRules"` +} + +func (ResourcePoolsConfigDefaultPoolPrioritiesArgs) ElementType() reflect.Type { + return reflect.TypeOf((*ResourcePoolsConfigDefaultPoolPriorities)(nil)).Elem() +} + +func (i ResourcePoolsConfigDefaultPoolPrioritiesArgs) ToResourcePoolsConfigDefaultPoolPrioritiesOutput() ResourcePoolsConfigDefaultPoolPrioritiesOutput { + return i.ToResourcePoolsConfigDefaultPoolPrioritiesOutputWithContext(context.Background()) +} + +func (i ResourcePoolsConfigDefaultPoolPrioritiesArgs) ToResourcePoolsConfigDefaultPoolPrioritiesOutputWithContext(ctx context.Context) ResourcePoolsConfigDefaultPoolPrioritiesOutput { + return pulumi.ToOutputWithContext(ctx, i).(ResourcePoolsConfigDefaultPoolPrioritiesOutput) +} + +func (i ResourcePoolsConfigDefaultPoolPrioritiesArgs) ToResourcePoolsConfigDefaultPoolPrioritiesPtrOutput() ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput { + return i.ToResourcePoolsConfigDefaultPoolPrioritiesPtrOutputWithContext(context.Background()) +} + +func (i ResourcePoolsConfigDefaultPoolPrioritiesArgs) ToResourcePoolsConfigDefaultPoolPrioritiesPtrOutputWithContext(ctx context.Context) ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(ResourcePoolsConfigDefaultPoolPrioritiesOutput).ToResourcePoolsConfigDefaultPoolPrioritiesPtrOutputWithContext(ctx) +} + +// ResourcePoolsConfigDefaultPoolPrioritiesPtrInput is an input type that accepts ResourcePoolsConfigDefaultPoolPrioritiesArgs, ResourcePoolsConfigDefaultPoolPrioritiesPtr and ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput values. +// You can construct a concrete instance of `ResourcePoolsConfigDefaultPoolPrioritiesPtrInput` via: +// +// ResourcePoolsConfigDefaultPoolPrioritiesArgs{...} +// +// or: +// +// nil +type ResourcePoolsConfigDefaultPoolPrioritiesPtrInput interface { + pulumi.Input + + ToResourcePoolsConfigDefaultPoolPrioritiesPtrOutput() ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput + ToResourcePoolsConfigDefaultPoolPrioritiesPtrOutputWithContext(context.Context) ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput +} + +type resourcePoolsConfigDefaultPoolPrioritiesPtrType ResourcePoolsConfigDefaultPoolPrioritiesArgs + +func ResourcePoolsConfigDefaultPoolPrioritiesPtr(v *ResourcePoolsConfigDefaultPoolPrioritiesArgs) ResourcePoolsConfigDefaultPoolPrioritiesPtrInput { + return (*resourcePoolsConfigDefaultPoolPrioritiesPtrType)(v) +} + +func (*resourcePoolsConfigDefaultPoolPrioritiesPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**ResourcePoolsConfigDefaultPoolPriorities)(nil)).Elem() +} + +func (i *resourcePoolsConfigDefaultPoolPrioritiesPtrType) ToResourcePoolsConfigDefaultPoolPrioritiesPtrOutput() ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput { + return i.ToResourcePoolsConfigDefaultPoolPrioritiesPtrOutputWithContext(context.Background()) +} + +func (i *resourcePoolsConfigDefaultPoolPrioritiesPtrType) ToResourcePoolsConfigDefaultPoolPrioritiesPtrOutputWithContext(ctx context.Context) ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput) +} + +type ResourcePoolsConfigDefaultPoolPrioritiesOutput struct{ *pulumi.OutputState } + +func (ResourcePoolsConfigDefaultPoolPrioritiesOutput) ElementType() reflect.Type { + return reflect.TypeOf((*ResourcePoolsConfigDefaultPoolPriorities)(nil)).Elem() +} + +func (o ResourcePoolsConfigDefaultPoolPrioritiesOutput) ToResourcePoolsConfigDefaultPoolPrioritiesOutput() ResourcePoolsConfigDefaultPoolPrioritiesOutput { + return o +} + +func (o ResourcePoolsConfigDefaultPoolPrioritiesOutput) ToResourcePoolsConfigDefaultPoolPrioritiesOutputWithContext(ctx context.Context) ResourcePoolsConfigDefaultPoolPrioritiesOutput { + return o +} + +func (o ResourcePoolsConfigDefaultPoolPrioritiesOutput) ToResourcePoolsConfigDefaultPoolPrioritiesPtrOutput() ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput { + return o.ToResourcePoolsConfigDefaultPoolPrioritiesPtrOutputWithContext(context.Background()) +} + +func (o ResourcePoolsConfigDefaultPoolPrioritiesOutput) ToResourcePoolsConfigDefaultPoolPrioritiesPtrOutputWithContext(ctx context.Context) ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v ResourcePoolsConfigDefaultPoolPriorities) *ResourcePoolsConfigDefaultPoolPriorities { + return &v + }).(ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput) +} + +func (o ResourcePoolsConfigDefaultPoolPrioritiesOutput) HighPriorityMatchRules() pulumi.StringArrayOutput { + return o.ApplyT(func(v ResourcePoolsConfigDefaultPoolPriorities) []string { return v.HighPriorityMatchRules }).(pulumi.StringArrayOutput) +} + +func (o ResourcePoolsConfigDefaultPoolPrioritiesOutput) LowPriorityMatchRules() pulumi.StringArrayOutput { + return o.ApplyT(func(v ResourcePoolsConfigDefaultPoolPriorities) []string { return v.LowPriorityMatchRules }).(pulumi.StringArrayOutput) +} + +type ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput struct{ *pulumi.OutputState } + +func (ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**ResourcePoolsConfigDefaultPoolPriorities)(nil)).Elem() +} + +func (o ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput) ToResourcePoolsConfigDefaultPoolPrioritiesPtrOutput() ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput { + return o +} + +func (o ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput) ToResourcePoolsConfigDefaultPoolPrioritiesPtrOutputWithContext(ctx context.Context) ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput { + return o +} + +func (o ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput) Elem() ResourcePoolsConfigDefaultPoolPrioritiesOutput { + return o.ApplyT(func(v *ResourcePoolsConfigDefaultPoolPriorities) ResourcePoolsConfigDefaultPoolPriorities { + if v != nil { + return *v + } + var ret ResourcePoolsConfigDefaultPoolPriorities + return ret + }).(ResourcePoolsConfigDefaultPoolPrioritiesOutput) +} + +func (o ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput) HighPriorityMatchRules() pulumi.StringArrayOutput { + return o.ApplyT(func(v *ResourcePoolsConfigDefaultPoolPriorities) []string { + if v == nil { + return nil + } + return v.HighPriorityMatchRules + }).(pulumi.StringArrayOutput) +} + +func (o ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput) LowPriorityMatchRules() pulumi.StringArrayOutput { + return o.ApplyT(func(v *ResourcePoolsConfigDefaultPoolPriorities) []string { + if v == nil { + return nil + } + return v.LowPriorityMatchRules + }).(pulumi.StringArrayOutput) +} + +type ResourcePoolsConfigPool struct { + Allocation ResourcePoolsConfigPoolAllocation `pulumi:"allocation"` + // Deprecated: use match_rules + MatchRule *string `pulumi:"matchRule"` + MatchRules []string `pulumi:"matchRules"` + Name string `pulumi:"name"` + Priorities *ResourcePoolsConfigPoolPriorities `pulumi:"priorities"` +} + +// ResourcePoolsConfigPoolInput is an input type that accepts ResourcePoolsConfigPoolArgs and ResourcePoolsConfigPoolOutput values. +// You can construct a concrete instance of `ResourcePoolsConfigPoolInput` via: +// +// ResourcePoolsConfigPoolArgs{...} +type ResourcePoolsConfigPoolInput interface { + pulumi.Input + + ToResourcePoolsConfigPoolOutput() ResourcePoolsConfigPoolOutput + ToResourcePoolsConfigPoolOutputWithContext(context.Context) ResourcePoolsConfigPoolOutput +} + +type ResourcePoolsConfigPoolArgs struct { + Allocation ResourcePoolsConfigPoolAllocationInput `pulumi:"allocation"` + // Deprecated: use match_rules + MatchRule pulumi.StringPtrInput `pulumi:"matchRule"` + MatchRules pulumi.StringArrayInput `pulumi:"matchRules"` + Name pulumi.StringInput `pulumi:"name"` + Priorities ResourcePoolsConfigPoolPrioritiesPtrInput `pulumi:"priorities"` +} + +func (ResourcePoolsConfigPoolArgs) ElementType() reflect.Type { + return reflect.TypeOf((*ResourcePoolsConfigPool)(nil)).Elem() +} + +func (i ResourcePoolsConfigPoolArgs) ToResourcePoolsConfigPoolOutput() ResourcePoolsConfigPoolOutput { + return i.ToResourcePoolsConfigPoolOutputWithContext(context.Background()) +} + +func (i ResourcePoolsConfigPoolArgs) ToResourcePoolsConfigPoolOutputWithContext(ctx context.Context) ResourcePoolsConfigPoolOutput { + return pulumi.ToOutputWithContext(ctx, i).(ResourcePoolsConfigPoolOutput) +} + +// ResourcePoolsConfigPoolArrayInput is an input type that accepts ResourcePoolsConfigPoolArray and ResourcePoolsConfigPoolArrayOutput values. +// You can construct a concrete instance of `ResourcePoolsConfigPoolArrayInput` via: +// +// ResourcePoolsConfigPoolArray{ ResourcePoolsConfigPoolArgs{...} } +type ResourcePoolsConfigPoolArrayInput interface { + pulumi.Input + + ToResourcePoolsConfigPoolArrayOutput() ResourcePoolsConfigPoolArrayOutput + ToResourcePoolsConfigPoolArrayOutputWithContext(context.Context) ResourcePoolsConfigPoolArrayOutput +} + +type ResourcePoolsConfigPoolArray []ResourcePoolsConfigPoolInput + +func (ResourcePoolsConfigPoolArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]ResourcePoolsConfigPool)(nil)).Elem() +} + +func (i ResourcePoolsConfigPoolArray) ToResourcePoolsConfigPoolArrayOutput() ResourcePoolsConfigPoolArrayOutput { + return i.ToResourcePoolsConfigPoolArrayOutputWithContext(context.Background()) +} + +func (i ResourcePoolsConfigPoolArray) ToResourcePoolsConfigPoolArrayOutputWithContext(ctx context.Context) ResourcePoolsConfigPoolArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(ResourcePoolsConfigPoolArrayOutput) +} + +type ResourcePoolsConfigPoolOutput struct{ *pulumi.OutputState } + +func (ResourcePoolsConfigPoolOutput) ElementType() reflect.Type { + return reflect.TypeOf((*ResourcePoolsConfigPool)(nil)).Elem() +} + +func (o ResourcePoolsConfigPoolOutput) ToResourcePoolsConfigPoolOutput() ResourcePoolsConfigPoolOutput { + return o +} + +func (o ResourcePoolsConfigPoolOutput) ToResourcePoolsConfigPoolOutputWithContext(ctx context.Context) ResourcePoolsConfigPoolOutput { + return o +} + +func (o ResourcePoolsConfigPoolOutput) Allocation() ResourcePoolsConfigPoolAllocationOutput { + return o.ApplyT(func(v ResourcePoolsConfigPool) ResourcePoolsConfigPoolAllocation { return v.Allocation }).(ResourcePoolsConfigPoolAllocationOutput) +} + +// Deprecated: use match_rules +func (o ResourcePoolsConfigPoolOutput) MatchRule() pulumi.StringPtrOutput { + return o.ApplyT(func(v ResourcePoolsConfigPool) *string { return v.MatchRule }).(pulumi.StringPtrOutput) +} + +func (o ResourcePoolsConfigPoolOutput) MatchRules() pulumi.StringArrayOutput { + return o.ApplyT(func(v ResourcePoolsConfigPool) []string { return v.MatchRules }).(pulumi.StringArrayOutput) +} + +func (o ResourcePoolsConfigPoolOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v ResourcePoolsConfigPool) string { return v.Name }).(pulumi.StringOutput) +} + +func (o ResourcePoolsConfigPoolOutput) Priorities() ResourcePoolsConfigPoolPrioritiesPtrOutput { + return o.ApplyT(func(v ResourcePoolsConfigPool) *ResourcePoolsConfigPoolPriorities { return v.Priorities }).(ResourcePoolsConfigPoolPrioritiesPtrOutput) +} + +type ResourcePoolsConfigPoolArrayOutput struct{ *pulumi.OutputState } + +func (ResourcePoolsConfigPoolArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]ResourcePoolsConfigPool)(nil)).Elem() +} + +func (o ResourcePoolsConfigPoolArrayOutput) ToResourcePoolsConfigPoolArrayOutput() ResourcePoolsConfigPoolArrayOutput { + return o +} + +func (o ResourcePoolsConfigPoolArrayOutput) ToResourcePoolsConfigPoolArrayOutputWithContext(ctx context.Context) ResourcePoolsConfigPoolArrayOutput { + return o +} + +func (o ResourcePoolsConfigPoolArrayOutput) Index(i pulumi.IntInput) ResourcePoolsConfigPoolOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) ResourcePoolsConfigPool { + return vs[0].([]ResourcePoolsConfigPool)[vs[1].(int)] + }).(ResourcePoolsConfigPoolOutput) +} + +type ResourcePoolsConfigPoolAllocation struct { + PercentOfLicense float64 `pulumi:"percentOfLicense"` +} + +// ResourcePoolsConfigPoolAllocationInput is an input type that accepts ResourcePoolsConfigPoolAllocationArgs and ResourcePoolsConfigPoolAllocationOutput values. +// You can construct a concrete instance of `ResourcePoolsConfigPoolAllocationInput` via: +// +// ResourcePoolsConfigPoolAllocationArgs{...} +type ResourcePoolsConfigPoolAllocationInput interface { + pulumi.Input + + ToResourcePoolsConfigPoolAllocationOutput() ResourcePoolsConfigPoolAllocationOutput + ToResourcePoolsConfigPoolAllocationOutputWithContext(context.Context) ResourcePoolsConfigPoolAllocationOutput +} + +type ResourcePoolsConfigPoolAllocationArgs struct { + PercentOfLicense pulumi.Float64Input `pulumi:"percentOfLicense"` +} + +func (ResourcePoolsConfigPoolAllocationArgs) ElementType() reflect.Type { + return reflect.TypeOf((*ResourcePoolsConfigPoolAllocation)(nil)).Elem() +} + +func (i ResourcePoolsConfigPoolAllocationArgs) ToResourcePoolsConfigPoolAllocationOutput() ResourcePoolsConfigPoolAllocationOutput { + return i.ToResourcePoolsConfigPoolAllocationOutputWithContext(context.Background()) +} + +func (i ResourcePoolsConfigPoolAllocationArgs) ToResourcePoolsConfigPoolAllocationOutputWithContext(ctx context.Context) ResourcePoolsConfigPoolAllocationOutput { + return pulumi.ToOutputWithContext(ctx, i).(ResourcePoolsConfigPoolAllocationOutput) +} + +type ResourcePoolsConfigPoolAllocationOutput struct{ *pulumi.OutputState } + +func (ResourcePoolsConfigPoolAllocationOutput) ElementType() reflect.Type { + return reflect.TypeOf((*ResourcePoolsConfigPoolAllocation)(nil)).Elem() +} + +func (o ResourcePoolsConfigPoolAllocationOutput) ToResourcePoolsConfigPoolAllocationOutput() ResourcePoolsConfigPoolAllocationOutput { + return o +} + +func (o ResourcePoolsConfigPoolAllocationOutput) ToResourcePoolsConfigPoolAllocationOutputWithContext(ctx context.Context) ResourcePoolsConfigPoolAllocationOutput { + return o +} + +func (o ResourcePoolsConfigPoolAllocationOutput) PercentOfLicense() pulumi.Float64Output { + return o.ApplyT(func(v ResourcePoolsConfigPoolAllocation) float64 { return v.PercentOfLicense }).(pulumi.Float64Output) +} + +type ResourcePoolsConfigPoolPriorities struct { + HighPriorityMatchRules []string `pulumi:"highPriorityMatchRules"` + LowPriorityMatchRules []string `pulumi:"lowPriorityMatchRules"` +} + +// ResourcePoolsConfigPoolPrioritiesInput is an input type that accepts ResourcePoolsConfigPoolPrioritiesArgs and ResourcePoolsConfigPoolPrioritiesOutput values. +// You can construct a concrete instance of `ResourcePoolsConfigPoolPrioritiesInput` via: +// +// ResourcePoolsConfigPoolPrioritiesArgs{...} +type ResourcePoolsConfigPoolPrioritiesInput interface { + pulumi.Input + + ToResourcePoolsConfigPoolPrioritiesOutput() ResourcePoolsConfigPoolPrioritiesOutput + ToResourcePoolsConfigPoolPrioritiesOutputWithContext(context.Context) ResourcePoolsConfigPoolPrioritiesOutput +} + +type ResourcePoolsConfigPoolPrioritiesArgs struct { + HighPriorityMatchRules pulumi.StringArrayInput `pulumi:"highPriorityMatchRules"` + LowPriorityMatchRules pulumi.StringArrayInput `pulumi:"lowPriorityMatchRules"` +} + +func (ResourcePoolsConfigPoolPrioritiesArgs) ElementType() reflect.Type { + return reflect.TypeOf((*ResourcePoolsConfigPoolPriorities)(nil)).Elem() +} + +func (i ResourcePoolsConfigPoolPrioritiesArgs) ToResourcePoolsConfigPoolPrioritiesOutput() ResourcePoolsConfigPoolPrioritiesOutput { + return i.ToResourcePoolsConfigPoolPrioritiesOutputWithContext(context.Background()) +} + +func (i ResourcePoolsConfigPoolPrioritiesArgs) ToResourcePoolsConfigPoolPrioritiesOutputWithContext(ctx context.Context) ResourcePoolsConfigPoolPrioritiesOutput { + return pulumi.ToOutputWithContext(ctx, i).(ResourcePoolsConfigPoolPrioritiesOutput) +} + +func (i ResourcePoolsConfigPoolPrioritiesArgs) ToResourcePoolsConfigPoolPrioritiesPtrOutput() ResourcePoolsConfigPoolPrioritiesPtrOutput { + return i.ToResourcePoolsConfigPoolPrioritiesPtrOutputWithContext(context.Background()) +} + +func (i ResourcePoolsConfigPoolPrioritiesArgs) ToResourcePoolsConfigPoolPrioritiesPtrOutputWithContext(ctx context.Context) ResourcePoolsConfigPoolPrioritiesPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(ResourcePoolsConfigPoolPrioritiesOutput).ToResourcePoolsConfigPoolPrioritiesPtrOutputWithContext(ctx) +} + +// ResourcePoolsConfigPoolPrioritiesPtrInput is an input type that accepts ResourcePoolsConfigPoolPrioritiesArgs, ResourcePoolsConfigPoolPrioritiesPtr and ResourcePoolsConfigPoolPrioritiesPtrOutput values. +// You can construct a concrete instance of `ResourcePoolsConfigPoolPrioritiesPtrInput` via: +// +// ResourcePoolsConfigPoolPrioritiesArgs{...} +// +// or: +// +// nil +type ResourcePoolsConfigPoolPrioritiesPtrInput interface { + pulumi.Input + + ToResourcePoolsConfigPoolPrioritiesPtrOutput() ResourcePoolsConfigPoolPrioritiesPtrOutput + ToResourcePoolsConfigPoolPrioritiesPtrOutputWithContext(context.Context) ResourcePoolsConfigPoolPrioritiesPtrOutput +} + +type resourcePoolsConfigPoolPrioritiesPtrType ResourcePoolsConfigPoolPrioritiesArgs + +func ResourcePoolsConfigPoolPrioritiesPtr(v *ResourcePoolsConfigPoolPrioritiesArgs) ResourcePoolsConfigPoolPrioritiesPtrInput { + return (*resourcePoolsConfigPoolPrioritiesPtrType)(v) +} + +func (*resourcePoolsConfigPoolPrioritiesPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**ResourcePoolsConfigPoolPriorities)(nil)).Elem() +} + +func (i *resourcePoolsConfigPoolPrioritiesPtrType) ToResourcePoolsConfigPoolPrioritiesPtrOutput() ResourcePoolsConfigPoolPrioritiesPtrOutput { + return i.ToResourcePoolsConfigPoolPrioritiesPtrOutputWithContext(context.Background()) +} + +func (i *resourcePoolsConfigPoolPrioritiesPtrType) ToResourcePoolsConfigPoolPrioritiesPtrOutputWithContext(ctx context.Context) ResourcePoolsConfigPoolPrioritiesPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(ResourcePoolsConfigPoolPrioritiesPtrOutput) +} + +type ResourcePoolsConfigPoolPrioritiesOutput struct{ *pulumi.OutputState } + +func (ResourcePoolsConfigPoolPrioritiesOutput) ElementType() reflect.Type { + return reflect.TypeOf((*ResourcePoolsConfigPoolPriorities)(nil)).Elem() +} + +func (o ResourcePoolsConfigPoolPrioritiesOutput) ToResourcePoolsConfigPoolPrioritiesOutput() ResourcePoolsConfigPoolPrioritiesOutput { + return o +} + +func (o ResourcePoolsConfigPoolPrioritiesOutput) ToResourcePoolsConfigPoolPrioritiesOutputWithContext(ctx context.Context) ResourcePoolsConfigPoolPrioritiesOutput { + return o +} + +func (o ResourcePoolsConfigPoolPrioritiesOutput) ToResourcePoolsConfigPoolPrioritiesPtrOutput() ResourcePoolsConfigPoolPrioritiesPtrOutput { + return o.ToResourcePoolsConfigPoolPrioritiesPtrOutputWithContext(context.Background()) +} + +func (o ResourcePoolsConfigPoolPrioritiesOutput) ToResourcePoolsConfigPoolPrioritiesPtrOutputWithContext(ctx context.Context) ResourcePoolsConfigPoolPrioritiesPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v ResourcePoolsConfigPoolPriorities) *ResourcePoolsConfigPoolPriorities { + return &v + }).(ResourcePoolsConfigPoolPrioritiesPtrOutput) +} + +func (o ResourcePoolsConfigPoolPrioritiesOutput) HighPriorityMatchRules() pulumi.StringArrayOutput { + return o.ApplyT(func(v ResourcePoolsConfigPoolPriorities) []string { return v.HighPriorityMatchRules }).(pulumi.StringArrayOutput) +} + +func (o ResourcePoolsConfigPoolPrioritiesOutput) LowPriorityMatchRules() pulumi.StringArrayOutput { + return o.ApplyT(func(v ResourcePoolsConfigPoolPriorities) []string { return v.LowPriorityMatchRules }).(pulumi.StringArrayOutput) +} + +type ResourcePoolsConfigPoolPrioritiesPtrOutput struct{ *pulumi.OutputState } + +func (ResourcePoolsConfigPoolPrioritiesPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**ResourcePoolsConfigPoolPriorities)(nil)).Elem() +} + +func (o ResourcePoolsConfigPoolPrioritiesPtrOutput) ToResourcePoolsConfigPoolPrioritiesPtrOutput() ResourcePoolsConfigPoolPrioritiesPtrOutput { + return o +} + +func (o ResourcePoolsConfigPoolPrioritiesPtrOutput) ToResourcePoolsConfigPoolPrioritiesPtrOutputWithContext(ctx context.Context) ResourcePoolsConfigPoolPrioritiesPtrOutput { + return o +} + +func (o ResourcePoolsConfigPoolPrioritiesPtrOutput) Elem() ResourcePoolsConfigPoolPrioritiesOutput { + return o.ApplyT(func(v *ResourcePoolsConfigPoolPriorities) ResourcePoolsConfigPoolPriorities { + if v != nil { + return *v + } + var ret ResourcePoolsConfigPoolPriorities + return ret + }).(ResourcePoolsConfigPoolPrioritiesOutput) +} + +func (o ResourcePoolsConfigPoolPrioritiesPtrOutput) HighPriorityMatchRules() pulumi.StringArrayOutput { + return o.ApplyT(func(v *ResourcePoolsConfigPoolPriorities) []string { + if v == nil { + return nil + } + return v.HighPriorityMatchRules + }).(pulumi.StringArrayOutput) +} + +func (o ResourcePoolsConfigPoolPrioritiesPtrOutput) LowPriorityMatchRules() pulumi.StringArrayOutput { + return o.ApplyT(func(v *ResourcePoolsConfigPoolPriorities) []string { + if v == nil { + return nil + } + return v.LowPriorityMatchRules + }).(pulumi.StringArrayOutput) +} + +type RollupRuleStoragePolicies struct { + Resolution string `pulumi:"resolution"` + Retention string `pulumi:"retention"` +} + +// RollupRuleStoragePoliciesInput is an input type that accepts RollupRuleStoragePoliciesArgs and RollupRuleStoragePoliciesOutput values. +// You can construct a concrete instance of `RollupRuleStoragePoliciesInput` via: +// +// RollupRuleStoragePoliciesArgs{...} +type RollupRuleStoragePoliciesInput interface { + pulumi.Input + + ToRollupRuleStoragePoliciesOutput() RollupRuleStoragePoliciesOutput + ToRollupRuleStoragePoliciesOutputWithContext(context.Context) RollupRuleStoragePoliciesOutput +} + +type RollupRuleStoragePoliciesArgs struct { + Resolution pulumi.StringInput `pulumi:"resolution"` + Retention pulumi.StringInput `pulumi:"retention"` +} + +func (RollupRuleStoragePoliciesArgs) ElementType() reflect.Type { + return reflect.TypeOf((*RollupRuleStoragePolicies)(nil)).Elem() +} + +func (i RollupRuleStoragePoliciesArgs) ToRollupRuleStoragePoliciesOutput() RollupRuleStoragePoliciesOutput { + return i.ToRollupRuleStoragePoliciesOutputWithContext(context.Background()) +} + +func (i RollupRuleStoragePoliciesArgs) ToRollupRuleStoragePoliciesOutputWithContext(ctx context.Context) RollupRuleStoragePoliciesOutput { + return pulumi.ToOutputWithContext(ctx, i).(RollupRuleStoragePoliciesOutput) +} + +func (i RollupRuleStoragePoliciesArgs) ToRollupRuleStoragePoliciesPtrOutput() RollupRuleStoragePoliciesPtrOutput { + return i.ToRollupRuleStoragePoliciesPtrOutputWithContext(context.Background()) +} + +func (i RollupRuleStoragePoliciesArgs) ToRollupRuleStoragePoliciesPtrOutputWithContext(ctx context.Context) RollupRuleStoragePoliciesPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(RollupRuleStoragePoliciesOutput).ToRollupRuleStoragePoliciesPtrOutputWithContext(ctx) +} + +// RollupRuleStoragePoliciesPtrInput is an input type that accepts RollupRuleStoragePoliciesArgs, RollupRuleStoragePoliciesPtr and RollupRuleStoragePoliciesPtrOutput values. +// You can construct a concrete instance of `RollupRuleStoragePoliciesPtrInput` via: +// +// RollupRuleStoragePoliciesArgs{...} +// +// or: +// +// nil +type RollupRuleStoragePoliciesPtrInput interface { + pulumi.Input + + ToRollupRuleStoragePoliciesPtrOutput() RollupRuleStoragePoliciesPtrOutput + ToRollupRuleStoragePoliciesPtrOutputWithContext(context.Context) RollupRuleStoragePoliciesPtrOutput +} + +type rollupRuleStoragePoliciesPtrType RollupRuleStoragePoliciesArgs + +func RollupRuleStoragePoliciesPtr(v *RollupRuleStoragePoliciesArgs) RollupRuleStoragePoliciesPtrInput { + return (*rollupRuleStoragePoliciesPtrType)(v) +} + +func (*rollupRuleStoragePoliciesPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**RollupRuleStoragePolicies)(nil)).Elem() +} + +func (i *rollupRuleStoragePoliciesPtrType) ToRollupRuleStoragePoliciesPtrOutput() RollupRuleStoragePoliciesPtrOutput { + return i.ToRollupRuleStoragePoliciesPtrOutputWithContext(context.Background()) +} + +func (i *rollupRuleStoragePoliciesPtrType) ToRollupRuleStoragePoliciesPtrOutputWithContext(ctx context.Context) RollupRuleStoragePoliciesPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(RollupRuleStoragePoliciesPtrOutput) +} + +type RollupRuleStoragePoliciesOutput struct{ *pulumi.OutputState } + +func (RollupRuleStoragePoliciesOutput) ElementType() reflect.Type { + return reflect.TypeOf((*RollupRuleStoragePolicies)(nil)).Elem() +} + +func (o RollupRuleStoragePoliciesOutput) ToRollupRuleStoragePoliciesOutput() RollupRuleStoragePoliciesOutput { + return o +} + +func (o RollupRuleStoragePoliciesOutput) ToRollupRuleStoragePoliciesOutputWithContext(ctx context.Context) RollupRuleStoragePoliciesOutput { + return o +} + +func (o RollupRuleStoragePoliciesOutput) ToRollupRuleStoragePoliciesPtrOutput() RollupRuleStoragePoliciesPtrOutput { + return o.ToRollupRuleStoragePoliciesPtrOutputWithContext(context.Background()) +} + +func (o RollupRuleStoragePoliciesOutput) ToRollupRuleStoragePoliciesPtrOutputWithContext(ctx context.Context) RollupRuleStoragePoliciesPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v RollupRuleStoragePolicies) *RollupRuleStoragePolicies { + return &v + }).(RollupRuleStoragePoliciesPtrOutput) +} + +func (o RollupRuleStoragePoliciesOutput) Resolution() pulumi.StringOutput { + return o.ApplyT(func(v RollupRuleStoragePolicies) string { return v.Resolution }).(pulumi.StringOutput) +} + +func (o RollupRuleStoragePoliciesOutput) Retention() pulumi.StringOutput { + return o.ApplyT(func(v RollupRuleStoragePolicies) string { return v.Retention }).(pulumi.StringOutput) +} + +type RollupRuleStoragePoliciesPtrOutput struct{ *pulumi.OutputState } + +func (RollupRuleStoragePoliciesPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**RollupRuleStoragePolicies)(nil)).Elem() +} + +func (o RollupRuleStoragePoliciesPtrOutput) ToRollupRuleStoragePoliciesPtrOutput() RollupRuleStoragePoliciesPtrOutput { + return o +} + +func (o RollupRuleStoragePoliciesPtrOutput) ToRollupRuleStoragePoliciesPtrOutputWithContext(ctx context.Context) RollupRuleStoragePoliciesPtrOutput { + return o +} + +func (o RollupRuleStoragePoliciesPtrOutput) Elem() RollupRuleStoragePoliciesOutput { + return o.ApplyT(func(v *RollupRuleStoragePolicies) RollupRuleStoragePolicies { + if v != nil { + return *v + } + var ret RollupRuleStoragePolicies + return ret + }).(RollupRuleStoragePoliciesOutput) +} + +func (o RollupRuleStoragePoliciesPtrOutput) Resolution() pulumi.StringPtrOutput { + return o.ApplyT(func(v *RollupRuleStoragePolicies) *string { + if v == nil { + return nil + } + return &v.Resolution + }).(pulumi.StringPtrOutput) +} + +func (o RollupRuleStoragePoliciesPtrOutput) Retention() pulumi.StringPtrOutput { + return o.ApplyT(func(v *RollupRuleStoragePolicies) *string { + if v == nil { + return nil + } + return &v.Retention + }).(pulumi.StringPtrOutput) +} + +type ServiceAccountRestriction struct { + Labels map[string]string `pulumi:"labels"` + Permission string `pulumi:"permission"` +} + +// ServiceAccountRestrictionInput is an input type that accepts ServiceAccountRestrictionArgs and ServiceAccountRestrictionOutput values. +// You can construct a concrete instance of `ServiceAccountRestrictionInput` via: +// +// ServiceAccountRestrictionArgs{...} +type ServiceAccountRestrictionInput interface { + pulumi.Input + + ToServiceAccountRestrictionOutput() ServiceAccountRestrictionOutput + ToServiceAccountRestrictionOutputWithContext(context.Context) ServiceAccountRestrictionOutput +} + +type ServiceAccountRestrictionArgs struct { + Labels pulumi.StringMapInput `pulumi:"labels"` + Permission pulumi.StringInput `pulumi:"permission"` +} + +func (ServiceAccountRestrictionArgs) ElementType() reflect.Type { + return reflect.TypeOf((*ServiceAccountRestriction)(nil)).Elem() +} + +func (i ServiceAccountRestrictionArgs) ToServiceAccountRestrictionOutput() ServiceAccountRestrictionOutput { + return i.ToServiceAccountRestrictionOutputWithContext(context.Background()) +} + +func (i ServiceAccountRestrictionArgs) ToServiceAccountRestrictionOutputWithContext(ctx context.Context) ServiceAccountRestrictionOutput { + return pulumi.ToOutputWithContext(ctx, i).(ServiceAccountRestrictionOutput) +} + +func (i ServiceAccountRestrictionArgs) ToServiceAccountRestrictionPtrOutput() ServiceAccountRestrictionPtrOutput { + return i.ToServiceAccountRestrictionPtrOutputWithContext(context.Background()) +} + +func (i ServiceAccountRestrictionArgs) ToServiceAccountRestrictionPtrOutputWithContext(ctx context.Context) ServiceAccountRestrictionPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(ServiceAccountRestrictionOutput).ToServiceAccountRestrictionPtrOutputWithContext(ctx) +} + +// ServiceAccountRestrictionPtrInput is an input type that accepts ServiceAccountRestrictionArgs, ServiceAccountRestrictionPtr and ServiceAccountRestrictionPtrOutput values. +// You can construct a concrete instance of `ServiceAccountRestrictionPtrInput` via: +// +// ServiceAccountRestrictionArgs{...} +// +// or: +// +// nil +type ServiceAccountRestrictionPtrInput interface { + pulumi.Input + + ToServiceAccountRestrictionPtrOutput() ServiceAccountRestrictionPtrOutput + ToServiceAccountRestrictionPtrOutputWithContext(context.Context) ServiceAccountRestrictionPtrOutput +} + +type serviceAccountRestrictionPtrType ServiceAccountRestrictionArgs + +func ServiceAccountRestrictionPtr(v *ServiceAccountRestrictionArgs) ServiceAccountRestrictionPtrInput { + return (*serviceAccountRestrictionPtrType)(v) +} + +func (*serviceAccountRestrictionPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**ServiceAccountRestriction)(nil)).Elem() +} + +func (i *serviceAccountRestrictionPtrType) ToServiceAccountRestrictionPtrOutput() ServiceAccountRestrictionPtrOutput { + return i.ToServiceAccountRestrictionPtrOutputWithContext(context.Background()) +} + +func (i *serviceAccountRestrictionPtrType) ToServiceAccountRestrictionPtrOutputWithContext(ctx context.Context) ServiceAccountRestrictionPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(ServiceAccountRestrictionPtrOutput) +} + +type ServiceAccountRestrictionOutput struct{ *pulumi.OutputState } + +func (ServiceAccountRestrictionOutput) ElementType() reflect.Type { + return reflect.TypeOf((*ServiceAccountRestriction)(nil)).Elem() +} + +func (o ServiceAccountRestrictionOutput) ToServiceAccountRestrictionOutput() ServiceAccountRestrictionOutput { + return o +} + +func (o ServiceAccountRestrictionOutput) ToServiceAccountRestrictionOutputWithContext(ctx context.Context) ServiceAccountRestrictionOutput { + return o +} + +func (o ServiceAccountRestrictionOutput) ToServiceAccountRestrictionPtrOutput() ServiceAccountRestrictionPtrOutput { + return o.ToServiceAccountRestrictionPtrOutputWithContext(context.Background()) +} + +func (o ServiceAccountRestrictionOutput) ToServiceAccountRestrictionPtrOutputWithContext(ctx context.Context) ServiceAccountRestrictionPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v ServiceAccountRestriction) *ServiceAccountRestriction { + return &v + }).(ServiceAccountRestrictionPtrOutput) +} + +func (o ServiceAccountRestrictionOutput) Labels() pulumi.StringMapOutput { + return o.ApplyT(func(v ServiceAccountRestriction) map[string]string { return v.Labels }).(pulumi.StringMapOutput) +} + +func (o ServiceAccountRestrictionOutput) Permission() pulumi.StringOutput { + return o.ApplyT(func(v ServiceAccountRestriction) string { return v.Permission }).(pulumi.StringOutput) +} + +type ServiceAccountRestrictionPtrOutput struct{ *pulumi.OutputState } + +func (ServiceAccountRestrictionPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**ServiceAccountRestriction)(nil)).Elem() +} + +func (o ServiceAccountRestrictionPtrOutput) ToServiceAccountRestrictionPtrOutput() ServiceAccountRestrictionPtrOutput { + return o +} + +func (o ServiceAccountRestrictionPtrOutput) ToServiceAccountRestrictionPtrOutputWithContext(ctx context.Context) ServiceAccountRestrictionPtrOutput { + return o +} + +func (o ServiceAccountRestrictionPtrOutput) Elem() ServiceAccountRestrictionOutput { + return o.ApplyT(func(v *ServiceAccountRestriction) ServiceAccountRestriction { + if v != nil { + return *v + } + var ret ServiceAccountRestriction + return ret + }).(ServiceAccountRestrictionOutput) +} + +func (o ServiceAccountRestrictionPtrOutput) Labels() pulumi.StringMapOutput { + return o.ApplyT(func(v *ServiceAccountRestriction) map[string]string { + if v == nil { + return nil + } + return v.Labels + }).(pulumi.StringMapOutput) +} + +func (o ServiceAccountRestrictionPtrOutput) Permission() pulumi.StringPtrOutput { + return o.ApplyT(func(v *ServiceAccountRestriction) *string { + if v == nil { + return nil + } + return &v.Permission + }).(pulumi.StringPtrOutput) +} + +type SlackAlertNotifierAction struct { + ActionConfirmDismissText *string `pulumi:"actionConfirmDismissText"` + ActionConfirmOkText *string `pulumi:"actionConfirmOkText"` + ActionConfirmText *string `pulumi:"actionConfirmText"` + ActionConfirmTile *string `pulumi:"actionConfirmTile"` + Name *string `pulumi:"name"` + Style *string `pulumi:"style"` + Text *string `pulumi:"text"` + Type *string `pulumi:"type"` + Url *string `pulumi:"url"` + Value *string `pulumi:"value"` +} + +// SlackAlertNotifierActionInput is an input type that accepts SlackAlertNotifierActionArgs and SlackAlertNotifierActionOutput values. +// You can construct a concrete instance of `SlackAlertNotifierActionInput` via: +// +// SlackAlertNotifierActionArgs{...} +type SlackAlertNotifierActionInput interface { + pulumi.Input + + ToSlackAlertNotifierActionOutput() SlackAlertNotifierActionOutput + ToSlackAlertNotifierActionOutputWithContext(context.Context) SlackAlertNotifierActionOutput +} + +type SlackAlertNotifierActionArgs struct { + ActionConfirmDismissText pulumi.StringPtrInput `pulumi:"actionConfirmDismissText"` + ActionConfirmOkText pulumi.StringPtrInput `pulumi:"actionConfirmOkText"` + ActionConfirmText pulumi.StringPtrInput `pulumi:"actionConfirmText"` + ActionConfirmTile pulumi.StringPtrInput `pulumi:"actionConfirmTile"` + Name pulumi.StringPtrInput `pulumi:"name"` + Style pulumi.StringPtrInput `pulumi:"style"` + Text pulumi.StringPtrInput `pulumi:"text"` + Type pulumi.StringPtrInput `pulumi:"type"` + Url pulumi.StringPtrInput `pulumi:"url"` + Value pulumi.StringPtrInput `pulumi:"value"` +} + +func (SlackAlertNotifierActionArgs) ElementType() reflect.Type { + return reflect.TypeOf((*SlackAlertNotifierAction)(nil)).Elem() +} + +func (i SlackAlertNotifierActionArgs) ToSlackAlertNotifierActionOutput() SlackAlertNotifierActionOutput { + return i.ToSlackAlertNotifierActionOutputWithContext(context.Background()) +} + +func (i SlackAlertNotifierActionArgs) ToSlackAlertNotifierActionOutputWithContext(ctx context.Context) SlackAlertNotifierActionOutput { + return pulumi.ToOutputWithContext(ctx, i).(SlackAlertNotifierActionOutput) +} + +// SlackAlertNotifierActionArrayInput is an input type that accepts SlackAlertNotifierActionArray and SlackAlertNotifierActionArrayOutput values. +// You can construct a concrete instance of `SlackAlertNotifierActionArrayInput` via: +// +// SlackAlertNotifierActionArray{ SlackAlertNotifierActionArgs{...} } +type SlackAlertNotifierActionArrayInput interface { + pulumi.Input + + ToSlackAlertNotifierActionArrayOutput() SlackAlertNotifierActionArrayOutput + ToSlackAlertNotifierActionArrayOutputWithContext(context.Context) SlackAlertNotifierActionArrayOutput +} + +type SlackAlertNotifierActionArray []SlackAlertNotifierActionInput + +func (SlackAlertNotifierActionArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]SlackAlertNotifierAction)(nil)).Elem() +} + +func (i SlackAlertNotifierActionArray) ToSlackAlertNotifierActionArrayOutput() SlackAlertNotifierActionArrayOutput { + return i.ToSlackAlertNotifierActionArrayOutputWithContext(context.Background()) +} + +func (i SlackAlertNotifierActionArray) ToSlackAlertNotifierActionArrayOutputWithContext(ctx context.Context) SlackAlertNotifierActionArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(SlackAlertNotifierActionArrayOutput) +} + +type SlackAlertNotifierActionOutput struct{ *pulumi.OutputState } + +func (SlackAlertNotifierActionOutput) ElementType() reflect.Type { + return reflect.TypeOf((*SlackAlertNotifierAction)(nil)).Elem() +} + +func (o SlackAlertNotifierActionOutput) ToSlackAlertNotifierActionOutput() SlackAlertNotifierActionOutput { + return o +} + +func (o SlackAlertNotifierActionOutput) ToSlackAlertNotifierActionOutputWithContext(ctx context.Context) SlackAlertNotifierActionOutput { + return o +} + +func (o SlackAlertNotifierActionOutput) ActionConfirmDismissText() pulumi.StringPtrOutput { + return o.ApplyT(func(v SlackAlertNotifierAction) *string { return v.ActionConfirmDismissText }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierActionOutput) ActionConfirmOkText() pulumi.StringPtrOutput { + return o.ApplyT(func(v SlackAlertNotifierAction) *string { return v.ActionConfirmOkText }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierActionOutput) ActionConfirmText() pulumi.StringPtrOutput { + return o.ApplyT(func(v SlackAlertNotifierAction) *string { return v.ActionConfirmText }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierActionOutput) ActionConfirmTile() pulumi.StringPtrOutput { + return o.ApplyT(func(v SlackAlertNotifierAction) *string { return v.ActionConfirmTile }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierActionOutput) Name() pulumi.StringPtrOutput { + return o.ApplyT(func(v SlackAlertNotifierAction) *string { return v.Name }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierActionOutput) Style() pulumi.StringPtrOutput { + return o.ApplyT(func(v SlackAlertNotifierAction) *string { return v.Style }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierActionOutput) Text() pulumi.StringPtrOutput { + return o.ApplyT(func(v SlackAlertNotifierAction) *string { return v.Text }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierActionOutput) Type() pulumi.StringPtrOutput { + return o.ApplyT(func(v SlackAlertNotifierAction) *string { return v.Type }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierActionOutput) Url() pulumi.StringPtrOutput { + return o.ApplyT(func(v SlackAlertNotifierAction) *string { return v.Url }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierActionOutput) Value() pulumi.StringPtrOutput { + return o.ApplyT(func(v SlackAlertNotifierAction) *string { return v.Value }).(pulumi.StringPtrOutput) +} + +type SlackAlertNotifierActionArrayOutput struct{ *pulumi.OutputState } + +func (SlackAlertNotifierActionArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]SlackAlertNotifierAction)(nil)).Elem() +} + +func (o SlackAlertNotifierActionArrayOutput) ToSlackAlertNotifierActionArrayOutput() SlackAlertNotifierActionArrayOutput { + return o +} + +func (o SlackAlertNotifierActionArrayOutput) ToSlackAlertNotifierActionArrayOutputWithContext(ctx context.Context) SlackAlertNotifierActionArrayOutput { + return o +} + +func (o SlackAlertNotifierActionArrayOutput) Index(i pulumi.IntInput) SlackAlertNotifierActionOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) SlackAlertNotifierAction { + return vs[0].([]SlackAlertNotifierAction)[vs[1].(int)] + }).(SlackAlertNotifierActionOutput) +} + +type SlackAlertNotifierField struct { + Short *bool `pulumi:"short"` + Title *string `pulumi:"title"` + Value *string `pulumi:"value"` +} + +// SlackAlertNotifierFieldInput is an input type that accepts SlackAlertNotifierFieldArgs and SlackAlertNotifierFieldOutput values. +// You can construct a concrete instance of `SlackAlertNotifierFieldInput` via: +// +// SlackAlertNotifierFieldArgs{...} +type SlackAlertNotifierFieldInput interface { + pulumi.Input + + ToSlackAlertNotifierFieldOutput() SlackAlertNotifierFieldOutput + ToSlackAlertNotifierFieldOutputWithContext(context.Context) SlackAlertNotifierFieldOutput +} + +type SlackAlertNotifierFieldArgs struct { + Short pulumi.BoolPtrInput `pulumi:"short"` + Title pulumi.StringPtrInput `pulumi:"title"` + Value pulumi.StringPtrInput `pulumi:"value"` +} + +func (SlackAlertNotifierFieldArgs) ElementType() reflect.Type { + return reflect.TypeOf((*SlackAlertNotifierField)(nil)).Elem() +} + +func (i SlackAlertNotifierFieldArgs) ToSlackAlertNotifierFieldOutput() SlackAlertNotifierFieldOutput { + return i.ToSlackAlertNotifierFieldOutputWithContext(context.Background()) +} + +func (i SlackAlertNotifierFieldArgs) ToSlackAlertNotifierFieldOutputWithContext(ctx context.Context) SlackAlertNotifierFieldOutput { + return pulumi.ToOutputWithContext(ctx, i).(SlackAlertNotifierFieldOutput) +} + +// SlackAlertNotifierFieldArrayInput is an input type that accepts SlackAlertNotifierFieldArray and SlackAlertNotifierFieldArrayOutput values. +// You can construct a concrete instance of `SlackAlertNotifierFieldArrayInput` via: +// +// SlackAlertNotifierFieldArray{ SlackAlertNotifierFieldArgs{...} } +type SlackAlertNotifierFieldArrayInput interface { + pulumi.Input + + ToSlackAlertNotifierFieldArrayOutput() SlackAlertNotifierFieldArrayOutput + ToSlackAlertNotifierFieldArrayOutputWithContext(context.Context) SlackAlertNotifierFieldArrayOutput +} + +type SlackAlertNotifierFieldArray []SlackAlertNotifierFieldInput + +func (SlackAlertNotifierFieldArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]SlackAlertNotifierField)(nil)).Elem() +} + +func (i SlackAlertNotifierFieldArray) ToSlackAlertNotifierFieldArrayOutput() SlackAlertNotifierFieldArrayOutput { + return i.ToSlackAlertNotifierFieldArrayOutputWithContext(context.Background()) +} + +func (i SlackAlertNotifierFieldArray) ToSlackAlertNotifierFieldArrayOutputWithContext(ctx context.Context) SlackAlertNotifierFieldArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(SlackAlertNotifierFieldArrayOutput) +} + +type SlackAlertNotifierFieldOutput struct{ *pulumi.OutputState } + +func (SlackAlertNotifierFieldOutput) ElementType() reflect.Type { + return reflect.TypeOf((*SlackAlertNotifierField)(nil)).Elem() +} + +func (o SlackAlertNotifierFieldOutput) ToSlackAlertNotifierFieldOutput() SlackAlertNotifierFieldOutput { + return o +} + +func (o SlackAlertNotifierFieldOutput) ToSlackAlertNotifierFieldOutputWithContext(ctx context.Context) SlackAlertNotifierFieldOutput { + return o +} + +func (o SlackAlertNotifierFieldOutput) Short() pulumi.BoolPtrOutput { + return o.ApplyT(func(v SlackAlertNotifierField) *bool { return v.Short }).(pulumi.BoolPtrOutput) +} + +func (o SlackAlertNotifierFieldOutput) Title() pulumi.StringPtrOutput { + return o.ApplyT(func(v SlackAlertNotifierField) *string { return v.Title }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierFieldOutput) Value() pulumi.StringPtrOutput { + return o.ApplyT(func(v SlackAlertNotifierField) *string { return v.Value }).(pulumi.StringPtrOutput) +} + +type SlackAlertNotifierFieldArrayOutput struct{ *pulumi.OutputState } + +func (SlackAlertNotifierFieldArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]SlackAlertNotifierField)(nil)).Elem() +} + +func (o SlackAlertNotifierFieldArrayOutput) ToSlackAlertNotifierFieldArrayOutput() SlackAlertNotifierFieldArrayOutput { + return o +} + +func (o SlackAlertNotifierFieldArrayOutput) ToSlackAlertNotifierFieldArrayOutputWithContext(ctx context.Context) SlackAlertNotifierFieldArrayOutput { + return o +} + +func (o SlackAlertNotifierFieldArrayOutput) Index(i pulumi.IntInput) SlackAlertNotifierFieldOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) SlackAlertNotifierField { + return vs[0].([]SlackAlertNotifierField)[vs[1].(int)] + }).(SlackAlertNotifierFieldOutput) +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategy struct { + PerOperationStrategies *TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies `pulumi:"perOperationStrategies"` + ProbabilisticStrategy *TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy `pulumi:"probabilisticStrategy"` + RateLimitingStrategy *TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy `pulumi:"rateLimitingStrategy"` +} + +// TraceJaegerRemoteSamplingStrategyAppliedStrategyInput is an input type that accepts TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs and TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput values. +// You can construct a concrete instance of `TraceJaegerRemoteSamplingStrategyAppliedStrategyInput` via: +// +// TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs{...} +type TraceJaegerRemoteSamplingStrategyAppliedStrategyInput interface { + pulumi.Input + + ToTraceJaegerRemoteSamplingStrategyAppliedStrategyOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput + ToTraceJaegerRemoteSamplingStrategyAppliedStrategyOutputWithContext(context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs struct { + PerOperationStrategies TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrInput `pulumi:"perOperationStrategies"` + ProbabilisticStrategy TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrInput `pulumi:"probabilisticStrategy"` + RateLimitingStrategy TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrInput `pulumi:"rateLimitingStrategy"` +} + +func (TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategy)(nil)).Elem() +} + +func (i TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput { + return i.ToTraceJaegerRemoteSamplingStrategyAppliedStrategyOutputWithContext(context.Background()) +} + +func (i TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput) +} + +func (i TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput { + return i.ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutputWithContext(context.Background()) +} + +func (i TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput).ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutputWithContext(ctx) +} + +// TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrInput is an input type that accepts TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs, TraceJaegerRemoteSamplingStrategyAppliedStrategyPtr and TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput values. +// You can construct a concrete instance of `TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrInput` via: +// +// TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs{...} +// +// or: +// +// nil +type TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrInput interface { + pulumi.Input + + ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput + ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutputWithContext(context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput +} + +type traceJaegerRemoteSamplingStrategyAppliedStrategyPtrType TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs + +func TraceJaegerRemoteSamplingStrategyAppliedStrategyPtr(v *TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs) TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrInput { + return (*traceJaegerRemoteSamplingStrategyAppliedStrategyPtrType)(v) +} + +func (*traceJaegerRemoteSamplingStrategyAppliedStrategyPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceJaegerRemoteSamplingStrategyAppliedStrategy)(nil)).Elem() +} + +func (i *traceJaegerRemoteSamplingStrategyAppliedStrategyPtrType) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput { + return i.ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutputWithContext(context.Background()) +} + +func (i *traceJaegerRemoteSamplingStrategyAppliedStrategyPtrType) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput) +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput struct{ *pulumi.OutputState } + +func (TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategy)(nil)).Elem() +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput { + return o.ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutputWithContext(context.Background()) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceJaegerRemoteSamplingStrategyAppliedStrategy) *TraceJaegerRemoteSamplingStrategyAppliedStrategy { + return &v + }).(TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput) PerOperationStrategies() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput { + return o.ApplyT(func(v TraceJaegerRemoteSamplingStrategyAppliedStrategy) *TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies { + return v.PerOperationStrategies + }).(TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput) ProbabilisticStrategy() TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput { + return o.ApplyT(func(v TraceJaegerRemoteSamplingStrategyAppliedStrategy) *TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy { + return v.ProbabilisticStrategy + }).(TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput) RateLimitingStrategy() TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput { + return o.ApplyT(func(v TraceJaegerRemoteSamplingStrategyAppliedStrategy) *TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy { + return v.RateLimitingStrategy + }).(TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput) +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput struct{ *pulumi.OutputState } + +func (TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceJaegerRemoteSamplingStrategyAppliedStrategy)(nil)).Elem() +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput) Elem() TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput { + return o.ApplyT(func(v *TraceJaegerRemoteSamplingStrategyAppliedStrategy) TraceJaegerRemoteSamplingStrategyAppliedStrategy { + if v != nil { + return *v + } + var ret TraceJaegerRemoteSamplingStrategyAppliedStrategy + return ret + }).(TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput) PerOperationStrategies() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput { + return o.ApplyT(func(v *TraceJaegerRemoteSamplingStrategyAppliedStrategy) *TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies { + if v == nil { + return nil + } + return v.PerOperationStrategies + }).(TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput) ProbabilisticStrategy() TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput { + return o.ApplyT(func(v *TraceJaegerRemoteSamplingStrategyAppliedStrategy) *TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy { + if v == nil { + return nil + } + return v.ProbabilisticStrategy + }).(TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput) RateLimitingStrategy() TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput { + return o.ApplyT(func(v *TraceJaegerRemoteSamplingStrategyAppliedStrategy) *TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy { + if v == nil { + return nil + } + return v.RateLimitingStrategy + }).(TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput) +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies struct { + DefaultLowerBoundTracesPerSecond *float64 `pulumi:"defaultLowerBoundTracesPerSecond"` + DefaultSamplingRate float64 `pulumi:"defaultSamplingRate"` + DefaultUpperBoundTracesPerSecond *float64 `pulumi:"defaultUpperBoundTracesPerSecond"` + PerOperationStrategies []TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy `pulumi:"perOperationStrategies"` +} + +// TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesInput is an input type that accepts TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesArgs and TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput values. +// You can construct a concrete instance of `TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesInput` via: +// +// TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesArgs{...} +type TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesInput interface { + pulumi.Input + + ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput + ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutputWithContext(context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesArgs struct { + DefaultLowerBoundTracesPerSecond pulumi.Float64PtrInput `pulumi:"defaultLowerBoundTracesPerSecond"` + DefaultSamplingRate pulumi.Float64Input `pulumi:"defaultSamplingRate"` + DefaultUpperBoundTracesPerSecond pulumi.Float64PtrInput `pulumi:"defaultUpperBoundTracesPerSecond"` + PerOperationStrategies TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayInput `pulumi:"perOperationStrategies"` +} + +func (TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies)(nil)).Elem() +} + +func (i TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesArgs) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput { + return i.ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutputWithContext(context.Background()) +} + +func (i TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesArgs) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput) +} + +func (i TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesArgs) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput { + return i.ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutputWithContext(context.Background()) +} + +func (i TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesArgs) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput).ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutputWithContext(ctx) +} + +// TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrInput is an input type that accepts TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesArgs, TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtr and TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput values. +// You can construct a concrete instance of `TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrInput` via: +// +// TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesArgs{...} +// +// or: +// +// nil +type TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrInput interface { + pulumi.Input + + ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput + ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutputWithContext(context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput +} + +type traceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrType TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesArgs + +func TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtr(v *TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesArgs) TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrInput { + return (*traceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrType)(v) +} + +func (*traceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies)(nil)).Elem() +} + +func (i *traceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrType) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput { + return i.ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutputWithContext(context.Background()) +} + +func (i *traceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrType) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput) +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput struct{ *pulumi.OutputState } + +func (TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies)(nil)).Elem() +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput { + return o.ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutputWithContext(context.Background()) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies) *TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies { + return &v + }).(TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput) DefaultLowerBoundTracesPerSecond() pulumi.Float64PtrOutput { + return o.ApplyT(func(v TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies) *float64 { + return v.DefaultLowerBoundTracesPerSecond + }).(pulumi.Float64PtrOutput) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput) DefaultSamplingRate() pulumi.Float64Output { + return o.ApplyT(func(v TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies) float64 { + return v.DefaultSamplingRate + }).(pulumi.Float64Output) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput) DefaultUpperBoundTracesPerSecond() pulumi.Float64PtrOutput { + return o.ApplyT(func(v TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies) *float64 { + return v.DefaultUpperBoundTracesPerSecond + }).(pulumi.Float64PtrOutput) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput) PerOperationStrategies() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutput { + return o.ApplyT(func(v TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies) []TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy { + return v.PerOperationStrategies + }).(TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutput) +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput struct{ *pulumi.OutputState } + +func (TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies)(nil)).Elem() +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput) Elem() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput { + return o.ApplyT(func(v *TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies) TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies { + if v != nil { + return *v + } + var ret TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies + return ret + }).(TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput) DefaultLowerBoundTracesPerSecond() pulumi.Float64PtrOutput { + return o.ApplyT(func(v *TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies) *float64 { + if v == nil { + return nil + } + return v.DefaultLowerBoundTracesPerSecond + }).(pulumi.Float64PtrOutput) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput) DefaultSamplingRate() pulumi.Float64PtrOutput { + return o.ApplyT(func(v *TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies) *float64 { + if v == nil { + return nil + } + return &v.DefaultSamplingRate + }).(pulumi.Float64PtrOutput) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput) DefaultUpperBoundTracesPerSecond() pulumi.Float64PtrOutput { + return o.ApplyT(func(v *TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies) *float64 { + if v == nil { + return nil + } + return v.DefaultUpperBoundTracesPerSecond + }).(pulumi.Float64PtrOutput) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput) PerOperationStrategies() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutput { + return o.ApplyT(func(v *TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies) []TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy { + if v == nil { + return nil + } + return v.PerOperationStrategies + }).(TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutput) +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy struct { + Operation string `pulumi:"operation"` + ProbabilisticStrategy TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategy `pulumi:"probabilisticStrategy"` +} + +// TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyInput is an input type that accepts TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArgs and TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutput values. +// You can construct a concrete instance of `TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyInput` via: +// +// TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArgs{...} +type TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyInput interface { + pulumi.Input + + ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutput + ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutputWithContext(context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutput +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArgs struct { + Operation pulumi.StringInput `pulumi:"operation"` + ProbabilisticStrategy TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyInput `pulumi:"probabilisticStrategy"` +} + +func (TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy)(nil)).Elem() +} + +func (i TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArgs) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutput { + return i.ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutputWithContext(context.Background()) +} + +func (i TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArgs) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutput) +} + +// TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayInput is an input type that accepts TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArray and TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutput values. +// You can construct a concrete instance of `TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayInput` via: +// +// TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArray{ TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArgs{...} } +type TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayInput interface { + pulumi.Input + + ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutput + ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutputWithContext(context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutput +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArray []TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyInput + +func (TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy)(nil)).Elem() +} + +func (i TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArray) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutput { + return i.ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutputWithContext(context.Background()) +} + +func (i TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArray) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutput) +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutput struct{ *pulumi.OutputState } + +func (TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy)(nil)).Elem() +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutput) Operation() pulumi.StringOutput { + return o.ApplyT(func(v TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy) string { + return v.Operation + }).(pulumi.StringOutput) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutput) ProbabilisticStrategy() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutput { + return o.ApplyT(func(v TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy) TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategy { + return v.ProbabilisticStrategy + }).(TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutput) +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutput struct{ *pulumi.OutputState } + +func (TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy)(nil)).Elem() +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutput) Index(i pulumi.IntInput) TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy { + return vs[0].([]TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy)[vs[1].(int)] + }).(TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutput) +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategy struct { + SamplingRate float64 `pulumi:"samplingRate"` +} + +// TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyInput is an input type that accepts TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyArgs and TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutput values. +// You can construct a concrete instance of `TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyInput` via: +// +// TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyArgs{...} +type TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyInput interface { + pulumi.Input + + ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutput + ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutputWithContext(context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutput +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyArgs struct { + SamplingRate pulumi.Float64Input `pulumi:"samplingRate"` +} + +func (TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategy)(nil)).Elem() +} + +func (i TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyArgs) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutput { + return i.ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutputWithContext(context.Background()) +} + +func (i TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyArgs) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutput) +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutput struct{ *pulumi.OutputState } + +func (TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategy)(nil)).Elem() +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutput) SamplingRate() pulumi.Float64Output { + return o.ApplyT(func(v TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategy) float64 { + return v.SamplingRate + }).(pulumi.Float64Output) +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy struct { + SamplingRate float64 `pulumi:"samplingRate"` +} + +// TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyInput is an input type that accepts TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyArgs and TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutput values. +// You can construct a concrete instance of `TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyInput` via: +// +// TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyArgs{...} +type TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyInput interface { + pulumi.Input + + ToTraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutput + ToTraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutputWithContext(context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutput +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyArgs struct { + SamplingRate pulumi.Float64Input `pulumi:"samplingRate"` +} + +func (TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy)(nil)).Elem() +} + +func (i TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyArgs) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutput { + return i.ToTraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutputWithContext(context.Background()) +} + +func (i TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyArgs) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutput) +} + +func (i TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyArgs) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput { + return i.ToTraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutputWithContext(context.Background()) +} + +func (i TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyArgs) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutput).ToTraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutputWithContext(ctx) +} + +// TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrInput is an input type that accepts TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyArgs, TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtr and TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput values. +// You can construct a concrete instance of `TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrInput` via: +// +// TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyArgs{...} +// +// or: +// +// nil +type TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrInput interface { + pulumi.Input + + ToTraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput + ToTraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutputWithContext(context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput +} + +type traceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrType TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyArgs + +func TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtr(v *TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyArgs) TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrInput { + return (*traceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrType)(v) +} + +func (*traceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy)(nil)).Elem() +} + +func (i *traceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrType) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput { + return i.ToTraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutputWithContext(context.Background()) +} + +func (i *traceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrType) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput) +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutput struct{ *pulumi.OutputState } + +func (TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy)(nil)).Elem() +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput { + return o.ToTraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutputWithContext(context.Background()) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy) *TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy { + return &v + }).(TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutput) SamplingRate() pulumi.Float64Output { + return o.ApplyT(func(v TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy) float64 { + return v.SamplingRate + }).(pulumi.Float64Output) +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput struct{ *pulumi.OutputState } + +func (TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy)(nil)).Elem() +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput) Elem() TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutput { + return o.ApplyT(func(v *TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy) TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy { + if v != nil { + return *v + } + var ret TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy + return ret + }).(TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutput) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput) SamplingRate() pulumi.Float64PtrOutput { + return o.ApplyT(func(v *TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy) *float64 { + if v == nil { + return nil + } + return &v.SamplingRate + }).(pulumi.Float64PtrOutput) +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy struct { + MaxTracesPerSecond int `pulumi:"maxTracesPerSecond"` +} + +// TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyInput is an input type that accepts TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyArgs and TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutput values. +// You can construct a concrete instance of `TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyInput` via: +// +// TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyArgs{...} +type TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyInput interface { + pulumi.Input + + ToTraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutput + ToTraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutputWithContext(context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutput +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyArgs struct { + MaxTracesPerSecond pulumi.IntInput `pulumi:"maxTracesPerSecond"` +} + +func (TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy)(nil)).Elem() +} + +func (i TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyArgs) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutput { + return i.ToTraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutputWithContext(context.Background()) +} + +func (i TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyArgs) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutput) +} + +func (i TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyArgs) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput { + return i.ToTraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutputWithContext(context.Background()) +} + +func (i TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyArgs) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutput).ToTraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutputWithContext(ctx) +} + +// TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrInput is an input type that accepts TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyArgs, TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtr and TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput values. +// You can construct a concrete instance of `TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrInput` via: +// +// TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyArgs{...} +// +// or: +// +// nil +type TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrInput interface { + pulumi.Input + + ToTraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput + ToTraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutputWithContext(context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput +} + +type traceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrType TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyArgs + +func TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtr(v *TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyArgs) TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrInput { + return (*traceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrType)(v) +} + +func (*traceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy)(nil)).Elem() +} + +func (i *traceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrType) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput { + return i.ToTraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutputWithContext(context.Background()) +} + +func (i *traceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrType) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput) +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutput struct{ *pulumi.OutputState } + +func (TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy)(nil)).Elem() +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput { + return o.ToTraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutputWithContext(context.Background()) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy) *TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy { + return &v + }).(TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutput) MaxTracesPerSecond() pulumi.IntOutput { + return o.ApplyT(func(v TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy) int { + return v.MaxTracesPerSecond + }).(pulumi.IntOutput) +} + +type TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput struct{ *pulumi.OutputState } + +func (TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy)(nil)).Elem() +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput() TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput) ToTraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput) Elem() TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutput { + return o.ApplyT(func(v *TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy) TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy { + if v != nil { + return *v + } + var ret TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy + return ret + }).(TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutput) +} + +func (o TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput) MaxTracesPerSecond() pulumi.IntPtrOutput { + return o.ApplyT(func(v *TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy) *int { + if v == nil { + return nil + } + return &v.MaxTracesPerSecond + }).(pulumi.IntPtrOutput) +} + +type TraceMetricsRuleGroupBy struct { + Key TraceMetricsRuleGroupByKey `pulumi:"key"` + Label string `pulumi:"label"` +} + +// TraceMetricsRuleGroupByInput is an input type that accepts TraceMetricsRuleGroupByArgs and TraceMetricsRuleGroupByOutput values. +// You can construct a concrete instance of `TraceMetricsRuleGroupByInput` via: +// +// TraceMetricsRuleGroupByArgs{...} +type TraceMetricsRuleGroupByInput interface { + pulumi.Input + + ToTraceMetricsRuleGroupByOutput() TraceMetricsRuleGroupByOutput + ToTraceMetricsRuleGroupByOutputWithContext(context.Context) TraceMetricsRuleGroupByOutput +} + +type TraceMetricsRuleGroupByArgs struct { + Key TraceMetricsRuleGroupByKeyInput `pulumi:"key"` + Label pulumi.StringInput `pulumi:"label"` +} + +func (TraceMetricsRuleGroupByArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleGroupBy)(nil)).Elem() +} + +func (i TraceMetricsRuleGroupByArgs) ToTraceMetricsRuleGroupByOutput() TraceMetricsRuleGroupByOutput { + return i.ToTraceMetricsRuleGroupByOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleGroupByArgs) ToTraceMetricsRuleGroupByOutputWithContext(ctx context.Context) TraceMetricsRuleGroupByOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleGroupByOutput) +} + +// TraceMetricsRuleGroupByArrayInput is an input type that accepts TraceMetricsRuleGroupByArray and TraceMetricsRuleGroupByArrayOutput values. +// You can construct a concrete instance of `TraceMetricsRuleGroupByArrayInput` via: +// +// TraceMetricsRuleGroupByArray{ TraceMetricsRuleGroupByArgs{...} } +type TraceMetricsRuleGroupByArrayInput interface { + pulumi.Input + + ToTraceMetricsRuleGroupByArrayOutput() TraceMetricsRuleGroupByArrayOutput + ToTraceMetricsRuleGroupByArrayOutputWithContext(context.Context) TraceMetricsRuleGroupByArrayOutput +} + +type TraceMetricsRuleGroupByArray []TraceMetricsRuleGroupByInput + +func (TraceMetricsRuleGroupByArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]TraceMetricsRuleGroupBy)(nil)).Elem() +} + +func (i TraceMetricsRuleGroupByArray) ToTraceMetricsRuleGroupByArrayOutput() TraceMetricsRuleGroupByArrayOutput { + return i.ToTraceMetricsRuleGroupByArrayOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleGroupByArray) ToTraceMetricsRuleGroupByArrayOutputWithContext(ctx context.Context) TraceMetricsRuleGroupByArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleGroupByArrayOutput) +} + +type TraceMetricsRuleGroupByOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleGroupByOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleGroupBy)(nil)).Elem() +} + +func (o TraceMetricsRuleGroupByOutput) ToTraceMetricsRuleGroupByOutput() TraceMetricsRuleGroupByOutput { + return o +} + +func (o TraceMetricsRuleGroupByOutput) ToTraceMetricsRuleGroupByOutputWithContext(ctx context.Context) TraceMetricsRuleGroupByOutput { + return o +} + +func (o TraceMetricsRuleGroupByOutput) Key() TraceMetricsRuleGroupByKeyOutput { + return o.ApplyT(func(v TraceMetricsRuleGroupBy) TraceMetricsRuleGroupByKey { return v.Key }).(TraceMetricsRuleGroupByKeyOutput) +} + +func (o TraceMetricsRuleGroupByOutput) Label() pulumi.StringOutput { + return o.ApplyT(func(v TraceMetricsRuleGroupBy) string { return v.Label }).(pulumi.StringOutput) +} + +type TraceMetricsRuleGroupByArrayOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleGroupByArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]TraceMetricsRuleGroupBy)(nil)).Elem() +} + +func (o TraceMetricsRuleGroupByArrayOutput) ToTraceMetricsRuleGroupByArrayOutput() TraceMetricsRuleGroupByArrayOutput { + return o +} + +func (o TraceMetricsRuleGroupByArrayOutput) ToTraceMetricsRuleGroupByArrayOutputWithContext(ctx context.Context) TraceMetricsRuleGroupByArrayOutput { + return o +} + +func (o TraceMetricsRuleGroupByArrayOutput) Index(i pulumi.IntInput) TraceMetricsRuleGroupByOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) TraceMetricsRuleGroupBy { + return vs[0].([]TraceMetricsRuleGroupBy)[vs[1].(int)] + }).(TraceMetricsRuleGroupByOutput) +} + +type TraceMetricsRuleGroupByKey struct { + NamedKey *string `pulumi:"namedKey"` + Type string `pulumi:"type"` +} + +// TraceMetricsRuleGroupByKeyInput is an input type that accepts TraceMetricsRuleGroupByKeyArgs and TraceMetricsRuleGroupByKeyOutput values. +// You can construct a concrete instance of `TraceMetricsRuleGroupByKeyInput` via: +// +// TraceMetricsRuleGroupByKeyArgs{...} +type TraceMetricsRuleGroupByKeyInput interface { + pulumi.Input + + ToTraceMetricsRuleGroupByKeyOutput() TraceMetricsRuleGroupByKeyOutput + ToTraceMetricsRuleGroupByKeyOutputWithContext(context.Context) TraceMetricsRuleGroupByKeyOutput +} + +type TraceMetricsRuleGroupByKeyArgs struct { + NamedKey pulumi.StringPtrInput `pulumi:"namedKey"` + Type pulumi.StringInput `pulumi:"type"` +} + +func (TraceMetricsRuleGroupByKeyArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleGroupByKey)(nil)).Elem() +} + +func (i TraceMetricsRuleGroupByKeyArgs) ToTraceMetricsRuleGroupByKeyOutput() TraceMetricsRuleGroupByKeyOutput { + return i.ToTraceMetricsRuleGroupByKeyOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleGroupByKeyArgs) ToTraceMetricsRuleGroupByKeyOutputWithContext(ctx context.Context) TraceMetricsRuleGroupByKeyOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleGroupByKeyOutput) +} + +type TraceMetricsRuleGroupByKeyOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleGroupByKeyOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleGroupByKey)(nil)).Elem() +} + +func (o TraceMetricsRuleGroupByKeyOutput) ToTraceMetricsRuleGroupByKeyOutput() TraceMetricsRuleGroupByKeyOutput { + return o +} + +func (o TraceMetricsRuleGroupByKeyOutput) ToTraceMetricsRuleGroupByKeyOutputWithContext(ctx context.Context) TraceMetricsRuleGroupByKeyOutput { + return o +} + +func (o TraceMetricsRuleGroupByKeyOutput) NamedKey() pulumi.StringPtrOutput { + return o.ApplyT(func(v TraceMetricsRuleGroupByKey) *string { return v.NamedKey }).(pulumi.StringPtrOutput) +} + +func (o TraceMetricsRuleGroupByKeyOutput) Type() pulumi.StringOutput { + return o.ApplyT(func(v TraceMetricsRuleGroupByKey) string { return v.Type }).(pulumi.StringOutput) +} + +type TraceMetricsRuleTraceFilter struct { + Spans []TraceMetricsRuleTraceFilterSpan `pulumi:"spans"` + Trace *TraceMetricsRuleTraceFilterTrace `pulumi:"trace"` +} + +// TraceMetricsRuleTraceFilterInput is an input type that accepts TraceMetricsRuleTraceFilterArgs and TraceMetricsRuleTraceFilterOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterInput` via: +// +// TraceMetricsRuleTraceFilterArgs{...} +type TraceMetricsRuleTraceFilterInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterOutput() TraceMetricsRuleTraceFilterOutput + ToTraceMetricsRuleTraceFilterOutputWithContext(context.Context) TraceMetricsRuleTraceFilterOutput +} + +type TraceMetricsRuleTraceFilterArgs struct { + Spans TraceMetricsRuleTraceFilterSpanArrayInput `pulumi:"spans"` + Trace TraceMetricsRuleTraceFilterTracePtrInput `pulumi:"trace"` +} + +func (TraceMetricsRuleTraceFilterArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilter)(nil)).Elem() +} + +func (i TraceMetricsRuleTraceFilterArgs) ToTraceMetricsRuleTraceFilterOutput() TraceMetricsRuleTraceFilterOutput { + return i.ToTraceMetricsRuleTraceFilterOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterArgs) ToTraceMetricsRuleTraceFilterOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterOutput) +} + +func (i TraceMetricsRuleTraceFilterArgs) ToTraceMetricsRuleTraceFilterPtrOutput() TraceMetricsRuleTraceFilterPtrOutput { + return i.ToTraceMetricsRuleTraceFilterPtrOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterArgs) ToTraceMetricsRuleTraceFilterPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterOutput).ToTraceMetricsRuleTraceFilterPtrOutputWithContext(ctx) +} + +// TraceMetricsRuleTraceFilterPtrInput is an input type that accepts TraceMetricsRuleTraceFilterArgs, TraceMetricsRuleTraceFilterPtr and TraceMetricsRuleTraceFilterPtrOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterPtrInput` via: +// +// TraceMetricsRuleTraceFilterArgs{...} +// +// or: +// +// nil +type TraceMetricsRuleTraceFilterPtrInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterPtrOutput() TraceMetricsRuleTraceFilterPtrOutput + ToTraceMetricsRuleTraceFilterPtrOutputWithContext(context.Context) TraceMetricsRuleTraceFilterPtrOutput +} + +type traceMetricsRuleTraceFilterPtrType TraceMetricsRuleTraceFilterArgs + +func TraceMetricsRuleTraceFilterPtr(v *TraceMetricsRuleTraceFilterArgs) TraceMetricsRuleTraceFilterPtrInput { + return (*traceMetricsRuleTraceFilterPtrType)(v) +} + +func (*traceMetricsRuleTraceFilterPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilter)(nil)).Elem() +} + +func (i *traceMetricsRuleTraceFilterPtrType) ToTraceMetricsRuleTraceFilterPtrOutput() TraceMetricsRuleTraceFilterPtrOutput { + return i.ToTraceMetricsRuleTraceFilterPtrOutputWithContext(context.Background()) +} + +func (i *traceMetricsRuleTraceFilterPtrType) ToTraceMetricsRuleTraceFilterPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterPtrOutput) +} + +type TraceMetricsRuleTraceFilterOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilter)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterOutput) ToTraceMetricsRuleTraceFilterOutput() TraceMetricsRuleTraceFilterOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterOutput) ToTraceMetricsRuleTraceFilterOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterOutput) ToTraceMetricsRuleTraceFilterPtrOutput() TraceMetricsRuleTraceFilterPtrOutput { + return o.ToTraceMetricsRuleTraceFilterPtrOutputWithContext(context.Background()) +} + +func (o TraceMetricsRuleTraceFilterOutput) ToTraceMetricsRuleTraceFilterPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceMetricsRuleTraceFilter) *TraceMetricsRuleTraceFilter { + return &v + }).(TraceMetricsRuleTraceFilterPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterOutput) Spans() TraceMetricsRuleTraceFilterSpanArrayOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilter) []TraceMetricsRuleTraceFilterSpan { return v.Spans }).(TraceMetricsRuleTraceFilterSpanArrayOutput) +} + +func (o TraceMetricsRuleTraceFilterOutput) Trace() TraceMetricsRuleTraceFilterTracePtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilter) *TraceMetricsRuleTraceFilterTrace { return v.Trace }).(TraceMetricsRuleTraceFilterTracePtrOutput) +} + +type TraceMetricsRuleTraceFilterPtrOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilter)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterPtrOutput) ToTraceMetricsRuleTraceFilterPtrOutput() TraceMetricsRuleTraceFilterPtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterPtrOutput) ToTraceMetricsRuleTraceFilterPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterPtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterPtrOutput) Elem() TraceMetricsRuleTraceFilterOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilter) TraceMetricsRuleTraceFilter { + if v != nil { + return *v + } + var ret TraceMetricsRuleTraceFilter + return ret + }).(TraceMetricsRuleTraceFilterOutput) +} + +func (o TraceMetricsRuleTraceFilterPtrOutput) Spans() TraceMetricsRuleTraceFilterSpanArrayOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilter) []TraceMetricsRuleTraceFilterSpan { + if v == nil { + return nil + } + return v.Spans + }).(TraceMetricsRuleTraceFilterSpanArrayOutput) +} + +func (o TraceMetricsRuleTraceFilterPtrOutput) Trace() TraceMetricsRuleTraceFilterTracePtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilter) *TraceMetricsRuleTraceFilterTrace { + if v == nil { + return nil + } + return v.Trace + }).(TraceMetricsRuleTraceFilterTracePtrOutput) +} + +type TraceMetricsRuleTraceFilterSpan struct { + Duration *TraceMetricsRuleTraceFilterSpanDuration `pulumi:"duration"` + Error *TraceMetricsRuleTraceFilterSpanError `pulumi:"error"` + MatchType *string `pulumi:"matchType"` + Operation *TraceMetricsRuleTraceFilterSpanOperation `pulumi:"operation"` + ParentOperation *TraceMetricsRuleTraceFilterSpanParentOperation `pulumi:"parentOperation"` + ParentService *TraceMetricsRuleTraceFilterSpanParentService `pulumi:"parentService"` + Service *TraceMetricsRuleTraceFilterSpanService `pulumi:"service"` + SpanCount *TraceMetricsRuleTraceFilterSpanSpanCount `pulumi:"spanCount"` + Tags []TraceMetricsRuleTraceFilterSpanTag `pulumi:"tags"` +} + +// TraceMetricsRuleTraceFilterSpanInput is an input type that accepts TraceMetricsRuleTraceFilterSpanArgs and TraceMetricsRuleTraceFilterSpanOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterSpanInput` via: +// +// TraceMetricsRuleTraceFilterSpanArgs{...} +type TraceMetricsRuleTraceFilterSpanInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterSpanOutput() TraceMetricsRuleTraceFilterSpanOutput + ToTraceMetricsRuleTraceFilterSpanOutputWithContext(context.Context) TraceMetricsRuleTraceFilterSpanOutput +} + +type TraceMetricsRuleTraceFilterSpanArgs struct { + Duration TraceMetricsRuleTraceFilterSpanDurationPtrInput `pulumi:"duration"` + Error TraceMetricsRuleTraceFilterSpanErrorPtrInput `pulumi:"error"` + MatchType pulumi.StringPtrInput `pulumi:"matchType"` + Operation TraceMetricsRuleTraceFilterSpanOperationPtrInput `pulumi:"operation"` + ParentOperation TraceMetricsRuleTraceFilterSpanParentOperationPtrInput `pulumi:"parentOperation"` + ParentService TraceMetricsRuleTraceFilterSpanParentServicePtrInput `pulumi:"parentService"` + Service TraceMetricsRuleTraceFilterSpanServicePtrInput `pulumi:"service"` + SpanCount TraceMetricsRuleTraceFilterSpanSpanCountPtrInput `pulumi:"spanCount"` + Tags TraceMetricsRuleTraceFilterSpanTagArrayInput `pulumi:"tags"` +} + +func (TraceMetricsRuleTraceFilterSpanArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterSpan)(nil)).Elem() +} + +func (i TraceMetricsRuleTraceFilterSpanArgs) ToTraceMetricsRuleTraceFilterSpanOutput() TraceMetricsRuleTraceFilterSpanOutput { + return i.ToTraceMetricsRuleTraceFilterSpanOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterSpanArgs) ToTraceMetricsRuleTraceFilterSpanOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanOutput) +} + +// TraceMetricsRuleTraceFilterSpanArrayInput is an input type that accepts TraceMetricsRuleTraceFilterSpanArray and TraceMetricsRuleTraceFilterSpanArrayOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterSpanArrayInput` via: +// +// TraceMetricsRuleTraceFilterSpanArray{ TraceMetricsRuleTraceFilterSpanArgs{...} } +type TraceMetricsRuleTraceFilterSpanArrayInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterSpanArrayOutput() TraceMetricsRuleTraceFilterSpanArrayOutput + ToTraceMetricsRuleTraceFilterSpanArrayOutputWithContext(context.Context) TraceMetricsRuleTraceFilterSpanArrayOutput +} + +type TraceMetricsRuleTraceFilterSpanArray []TraceMetricsRuleTraceFilterSpanInput + +func (TraceMetricsRuleTraceFilterSpanArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]TraceMetricsRuleTraceFilterSpan)(nil)).Elem() +} + +func (i TraceMetricsRuleTraceFilterSpanArray) ToTraceMetricsRuleTraceFilterSpanArrayOutput() TraceMetricsRuleTraceFilterSpanArrayOutput { + return i.ToTraceMetricsRuleTraceFilterSpanArrayOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterSpanArray) ToTraceMetricsRuleTraceFilterSpanArrayOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanArrayOutput) +} + +type TraceMetricsRuleTraceFilterSpanOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterSpanOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterSpan)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterSpanOutput) ToTraceMetricsRuleTraceFilterSpanOutput() TraceMetricsRuleTraceFilterSpanOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanOutput) ToTraceMetricsRuleTraceFilterSpanOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanOutput) Duration() TraceMetricsRuleTraceFilterSpanDurationPtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpan) *TraceMetricsRuleTraceFilterSpanDuration { return v.Duration }).(TraceMetricsRuleTraceFilterSpanDurationPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanOutput) Error() TraceMetricsRuleTraceFilterSpanErrorPtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpan) *TraceMetricsRuleTraceFilterSpanError { return v.Error }).(TraceMetricsRuleTraceFilterSpanErrorPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanOutput) MatchType() pulumi.StringPtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpan) *string { return v.MatchType }).(pulumi.StringPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanOutput) Operation() TraceMetricsRuleTraceFilterSpanOperationPtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpan) *TraceMetricsRuleTraceFilterSpanOperation { return v.Operation }).(TraceMetricsRuleTraceFilterSpanOperationPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanOutput) ParentOperation() TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpan) *TraceMetricsRuleTraceFilterSpanParentOperation { + return v.ParentOperation + }).(TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanOutput) ParentService() TraceMetricsRuleTraceFilterSpanParentServicePtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpan) *TraceMetricsRuleTraceFilterSpanParentService { + return v.ParentService + }).(TraceMetricsRuleTraceFilterSpanParentServicePtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanOutput) Service() TraceMetricsRuleTraceFilterSpanServicePtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpan) *TraceMetricsRuleTraceFilterSpanService { return v.Service }).(TraceMetricsRuleTraceFilterSpanServicePtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanOutput) SpanCount() TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpan) *TraceMetricsRuleTraceFilterSpanSpanCount { return v.SpanCount }).(TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanOutput) Tags() TraceMetricsRuleTraceFilterSpanTagArrayOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpan) []TraceMetricsRuleTraceFilterSpanTag { return v.Tags }).(TraceMetricsRuleTraceFilterSpanTagArrayOutput) +} + +type TraceMetricsRuleTraceFilterSpanArrayOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterSpanArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]TraceMetricsRuleTraceFilterSpan)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterSpanArrayOutput) ToTraceMetricsRuleTraceFilterSpanArrayOutput() TraceMetricsRuleTraceFilterSpanArrayOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanArrayOutput) ToTraceMetricsRuleTraceFilterSpanArrayOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanArrayOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanArrayOutput) Index(i pulumi.IntInput) TraceMetricsRuleTraceFilterSpanOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) TraceMetricsRuleTraceFilterSpan { + return vs[0].([]TraceMetricsRuleTraceFilterSpan)[vs[1].(int)] + }).(TraceMetricsRuleTraceFilterSpanOutput) +} + +type TraceMetricsRuleTraceFilterSpanDuration struct { + MaxSeconds *float64 `pulumi:"maxSeconds"` + MinSeconds *float64 `pulumi:"minSeconds"` +} + +// TraceMetricsRuleTraceFilterSpanDurationInput is an input type that accepts TraceMetricsRuleTraceFilterSpanDurationArgs and TraceMetricsRuleTraceFilterSpanDurationOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterSpanDurationInput` via: +// +// TraceMetricsRuleTraceFilterSpanDurationArgs{...} +type TraceMetricsRuleTraceFilterSpanDurationInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterSpanDurationOutput() TraceMetricsRuleTraceFilterSpanDurationOutput + ToTraceMetricsRuleTraceFilterSpanDurationOutputWithContext(context.Context) TraceMetricsRuleTraceFilterSpanDurationOutput +} + +type TraceMetricsRuleTraceFilterSpanDurationArgs struct { + MaxSeconds pulumi.Float64PtrInput `pulumi:"maxSeconds"` + MinSeconds pulumi.Float64PtrInput `pulumi:"minSeconds"` +} + +func (TraceMetricsRuleTraceFilterSpanDurationArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanDuration)(nil)).Elem() +} + +func (i TraceMetricsRuleTraceFilterSpanDurationArgs) ToTraceMetricsRuleTraceFilterSpanDurationOutput() TraceMetricsRuleTraceFilterSpanDurationOutput { + return i.ToTraceMetricsRuleTraceFilterSpanDurationOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterSpanDurationArgs) ToTraceMetricsRuleTraceFilterSpanDurationOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanDurationOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanDurationOutput) +} + +func (i TraceMetricsRuleTraceFilterSpanDurationArgs) ToTraceMetricsRuleTraceFilterSpanDurationPtrOutput() TraceMetricsRuleTraceFilterSpanDurationPtrOutput { + return i.ToTraceMetricsRuleTraceFilterSpanDurationPtrOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterSpanDurationArgs) ToTraceMetricsRuleTraceFilterSpanDurationPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanDurationPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanDurationOutput).ToTraceMetricsRuleTraceFilterSpanDurationPtrOutputWithContext(ctx) +} + +// TraceMetricsRuleTraceFilterSpanDurationPtrInput is an input type that accepts TraceMetricsRuleTraceFilterSpanDurationArgs, TraceMetricsRuleTraceFilterSpanDurationPtr and TraceMetricsRuleTraceFilterSpanDurationPtrOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterSpanDurationPtrInput` via: +// +// TraceMetricsRuleTraceFilterSpanDurationArgs{...} +// +// or: +// +// nil +type TraceMetricsRuleTraceFilterSpanDurationPtrInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterSpanDurationPtrOutput() TraceMetricsRuleTraceFilterSpanDurationPtrOutput + ToTraceMetricsRuleTraceFilterSpanDurationPtrOutputWithContext(context.Context) TraceMetricsRuleTraceFilterSpanDurationPtrOutput +} + +type traceMetricsRuleTraceFilterSpanDurationPtrType TraceMetricsRuleTraceFilterSpanDurationArgs + +func TraceMetricsRuleTraceFilterSpanDurationPtr(v *TraceMetricsRuleTraceFilterSpanDurationArgs) TraceMetricsRuleTraceFilterSpanDurationPtrInput { + return (*traceMetricsRuleTraceFilterSpanDurationPtrType)(v) +} + +func (*traceMetricsRuleTraceFilterSpanDurationPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterSpanDuration)(nil)).Elem() +} + +func (i *traceMetricsRuleTraceFilterSpanDurationPtrType) ToTraceMetricsRuleTraceFilterSpanDurationPtrOutput() TraceMetricsRuleTraceFilterSpanDurationPtrOutput { + return i.ToTraceMetricsRuleTraceFilterSpanDurationPtrOutputWithContext(context.Background()) +} + +func (i *traceMetricsRuleTraceFilterSpanDurationPtrType) ToTraceMetricsRuleTraceFilterSpanDurationPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanDurationPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanDurationPtrOutput) +} + +type TraceMetricsRuleTraceFilterSpanDurationOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterSpanDurationOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanDuration)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterSpanDurationOutput) ToTraceMetricsRuleTraceFilterSpanDurationOutput() TraceMetricsRuleTraceFilterSpanDurationOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanDurationOutput) ToTraceMetricsRuleTraceFilterSpanDurationOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanDurationOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanDurationOutput) ToTraceMetricsRuleTraceFilterSpanDurationPtrOutput() TraceMetricsRuleTraceFilterSpanDurationPtrOutput { + return o.ToTraceMetricsRuleTraceFilterSpanDurationPtrOutputWithContext(context.Background()) +} + +func (o TraceMetricsRuleTraceFilterSpanDurationOutput) ToTraceMetricsRuleTraceFilterSpanDurationPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanDurationPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceMetricsRuleTraceFilterSpanDuration) *TraceMetricsRuleTraceFilterSpanDuration { + return &v + }).(TraceMetricsRuleTraceFilterSpanDurationPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanDurationOutput) MaxSeconds() pulumi.Float64PtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpanDuration) *float64 { return v.MaxSeconds }).(pulumi.Float64PtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanDurationOutput) MinSeconds() pulumi.Float64PtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpanDuration) *float64 { return v.MinSeconds }).(pulumi.Float64PtrOutput) +} + +type TraceMetricsRuleTraceFilterSpanDurationPtrOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterSpanDurationPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterSpanDuration)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterSpanDurationPtrOutput) ToTraceMetricsRuleTraceFilterSpanDurationPtrOutput() TraceMetricsRuleTraceFilterSpanDurationPtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanDurationPtrOutput) ToTraceMetricsRuleTraceFilterSpanDurationPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanDurationPtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanDurationPtrOutput) Elem() TraceMetricsRuleTraceFilterSpanDurationOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanDuration) TraceMetricsRuleTraceFilterSpanDuration { + if v != nil { + return *v + } + var ret TraceMetricsRuleTraceFilterSpanDuration + return ret + }).(TraceMetricsRuleTraceFilterSpanDurationOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanDurationPtrOutput) MaxSeconds() pulumi.Float64PtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanDuration) *float64 { + if v == nil { + return nil + } + return v.MaxSeconds + }).(pulumi.Float64PtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanDurationPtrOutput) MinSeconds() pulumi.Float64PtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanDuration) *float64 { + if v == nil { + return nil + } + return v.MinSeconds + }).(pulumi.Float64PtrOutput) +} + +type TraceMetricsRuleTraceFilterSpanError struct { + Value bool `pulumi:"value"` +} + +// TraceMetricsRuleTraceFilterSpanErrorInput is an input type that accepts TraceMetricsRuleTraceFilterSpanErrorArgs and TraceMetricsRuleTraceFilterSpanErrorOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterSpanErrorInput` via: +// +// TraceMetricsRuleTraceFilterSpanErrorArgs{...} +type TraceMetricsRuleTraceFilterSpanErrorInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterSpanErrorOutput() TraceMetricsRuleTraceFilterSpanErrorOutput + ToTraceMetricsRuleTraceFilterSpanErrorOutputWithContext(context.Context) TraceMetricsRuleTraceFilterSpanErrorOutput +} + +type TraceMetricsRuleTraceFilterSpanErrorArgs struct { + Value pulumi.BoolInput `pulumi:"value"` +} + +func (TraceMetricsRuleTraceFilterSpanErrorArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanError)(nil)).Elem() +} + +func (i TraceMetricsRuleTraceFilterSpanErrorArgs) ToTraceMetricsRuleTraceFilterSpanErrorOutput() TraceMetricsRuleTraceFilterSpanErrorOutput { + return i.ToTraceMetricsRuleTraceFilterSpanErrorOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterSpanErrorArgs) ToTraceMetricsRuleTraceFilterSpanErrorOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanErrorOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanErrorOutput) +} + +func (i TraceMetricsRuleTraceFilterSpanErrorArgs) ToTraceMetricsRuleTraceFilterSpanErrorPtrOutput() TraceMetricsRuleTraceFilterSpanErrorPtrOutput { + return i.ToTraceMetricsRuleTraceFilterSpanErrorPtrOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterSpanErrorArgs) ToTraceMetricsRuleTraceFilterSpanErrorPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanErrorPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanErrorOutput).ToTraceMetricsRuleTraceFilterSpanErrorPtrOutputWithContext(ctx) +} + +// TraceMetricsRuleTraceFilterSpanErrorPtrInput is an input type that accepts TraceMetricsRuleTraceFilterSpanErrorArgs, TraceMetricsRuleTraceFilterSpanErrorPtr and TraceMetricsRuleTraceFilterSpanErrorPtrOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterSpanErrorPtrInput` via: +// +// TraceMetricsRuleTraceFilterSpanErrorArgs{...} +// +// or: +// +// nil +type TraceMetricsRuleTraceFilterSpanErrorPtrInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterSpanErrorPtrOutput() TraceMetricsRuleTraceFilterSpanErrorPtrOutput + ToTraceMetricsRuleTraceFilterSpanErrorPtrOutputWithContext(context.Context) TraceMetricsRuleTraceFilterSpanErrorPtrOutput +} + +type traceMetricsRuleTraceFilterSpanErrorPtrType TraceMetricsRuleTraceFilterSpanErrorArgs + +func TraceMetricsRuleTraceFilterSpanErrorPtr(v *TraceMetricsRuleTraceFilterSpanErrorArgs) TraceMetricsRuleTraceFilterSpanErrorPtrInput { + return (*traceMetricsRuleTraceFilterSpanErrorPtrType)(v) +} + +func (*traceMetricsRuleTraceFilterSpanErrorPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterSpanError)(nil)).Elem() +} + +func (i *traceMetricsRuleTraceFilterSpanErrorPtrType) ToTraceMetricsRuleTraceFilterSpanErrorPtrOutput() TraceMetricsRuleTraceFilterSpanErrorPtrOutput { + return i.ToTraceMetricsRuleTraceFilterSpanErrorPtrOutputWithContext(context.Background()) +} + +func (i *traceMetricsRuleTraceFilterSpanErrorPtrType) ToTraceMetricsRuleTraceFilterSpanErrorPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanErrorPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanErrorPtrOutput) +} + +type TraceMetricsRuleTraceFilterSpanErrorOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterSpanErrorOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanError)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterSpanErrorOutput) ToTraceMetricsRuleTraceFilterSpanErrorOutput() TraceMetricsRuleTraceFilterSpanErrorOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanErrorOutput) ToTraceMetricsRuleTraceFilterSpanErrorOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanErrorOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanErrorOutput) ToTraceMetricsRuleTraceFilterSpanErrorPtrOutput() TraceMetricsRuleTraceFilterSpanErrorPtrOutput { + return o.ToTraceMetricsRuleTraceFilterSpanErrorPtrOutputWithContext(context.Background()) +} + +func (o TraceMetricsRuleTraceFilterSpanErrorOutput) ToTraceMetricsRuleTraceFilterSpanErrorPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanErrorPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceMetricsRuleTraceFilterSpanError) *TraceMetricsRuleTraceFilterSpanError { + return &v + }).(TraceMetricsRuleTraceFilterSpanErrorPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanErrorOutput) Value() pulumi.BoolOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpanError) bool { return v.Value }).(pulumi.BoolOutput) +} + +type TraceMetricsRuleTraceFilterSpanErrorPtrOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterSpanErrorPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterSpanError)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterSpanErrorPtrOutput) ToTraceMetricsRuleTraceFilterSpanErrorPtrOutput() TraceMetricsRuleTraceFilterSpanErrorPtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanErrorPtrOutput) ToTraceMetricsRuleTraceFilterSpanErrorPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanErrorPtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanErrorPtrOutput) Elem() TraceMetricsRuleTraceFilterSpanErrorOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanError) TraceMetricsRuleTraceFilterSpanError { + if v != nil { + return *v + } + var ret TraceMetricsRuleTraceFilterSpanError + return ret + }).(TraceMetricsRuleTraceFilterSpanErrorOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanErrorPtrOutput) Value() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanError) *bool { + if v == nil { + return nil + } + return &v.Value + }).(pulumi.BoolPtrOutput) +} + +type TraceMetricsRuleTraceFilterSpanOperation struct { + Match *string `pulumi:"match"` + Value string `pulumi:"value"` +} + +// TraceMetricsRuleTraceFilterSpanOperationInput is an input type that accepts TraceMetricsRuleTraceFilterSpanOperationArgs and TraceMetricsRuleTraceFilterSpanOperationOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterSpanOperationInput` via: +// +// TraceMetricsRuleTraceFilterSpanOperationArgs{...} +type TraceMetricsRuleTraceFilterSpanOperationInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterSpanOperationOutput() TraceMetricsRuleTraceFilterSpanOperationOutput + ToTraceMetricsRuleTraceFilterSpanOperationOutputWithContext(context.Context) TraceMetricsRuleTraceFilterSpanOperationOutput +} + +type TraceMetricsRuleTraceFilterSpanOperationArgs struct { + Match pulumi.StringPtrInput `pulumi:"match"` + Value pulumi.StringInput `pulumi:"value"` +} + +func (TraceMetricsRuleTraceFilterSpanOperationArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanOperation)(nil)).Elem() +} + +func (i TraceMetricsRuleTraceFilterSpanOperationArgs) ToTraceMetricsRuleTraceFilterSpanOperationOutput() TraceMetricsRuleTraceFilterSpanOperationOutput { + return i.ToTraceMetricsRuleTraceFilterSpanOperationOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterSpanOperationArgs) ToTraceMetricsRuleTraceFilterSpanOperationOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanOperationOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanOperationOutput) +} + +func (i TraceMetricsRuleTraceFilterSpanOperationArgs) ToTraceMetricsRuleTraceFilterSpanOperationPtrOutput() TraceMetricsRuleTraceFilterSpanOperationPtrOutput { + return i.ToTraceMetricsRuleTraceFilterSpanOperationPtrOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterSpanOperationArgs) ToTraceMetricsRuleTraceFilterSpanOperationPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanOperationPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanOperationOutput).ToTraceMetricsRuleTraceFilterSpanOperationPtrOutputWithContext(ctx) +} + +// TraceMetricsRuleTraceFilterSpanOperationPtrInput is an input type that accepts TraceMetricsRuleTraceFilterSpanOperationArgs, TraceMetricsRuleTraceFilterSpanOperationPtr and TraceMetricsRuleTraceFilterSpanOperationPtrOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterSpanOperationPtrInput` via: +// +// TraceMetricsRuleTraceFilterSpanOperationArgs{...} +// +// or: +// +// nil +type TraceMetricsRuleTraceFilterSpanOperationPtrInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterSpanOperationPtrOutput() TraceMetricsRuleTraceFilterSpanOperationPtrOutput + ToTraceMetricsRuleTraceFilterSpanOperationPtrOutputWithContext(context.Context) TraceMetricsRuleTraceFilterSpanOperationPtrOutput +} + +type traceMetricsRuleTraceFilterSpanOperationPtrType TraceMetricsRuleTraceFilterSpanOperationArgs + +func TraceMetricsRuleTraceFilterSpanOperationPtr(v *TraceMetricsRuleTraceFilterSpanOperationArgs) TraceMetricsRuleTraceFilterSpanOperationPtrInput { + return (*traceMetricsRuleTraceFilterSpanOperationPtrType)(v) +} + +func (*traceMetricsRuleTraceFilterSpanOperationPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterSpanOperation)(nil)).Elem() +} + +func (i *traceMetricsRuleTraceFilterSpanOperationPtrType) ToTraceMetricsRuleTraceFilterSpanOperationPtrOutput() TraceMetricsRuleTraceFilterSpanOperationPtrOutput { + return i.ToTraceMetricsRuleTraceFilterSpanOperationPtrOutputWithContext(context.Background()) +} + +func (i *traceMetricsRuleTraceFilterSpanOperationPtrType) ToTraceMetricsRuleTraceFilterSpanOperationPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanOperationPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanOperationPtrOutput) +} + +type TraceMetricsRuleTraceFilterSpanOperationOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterSpanOperationOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanOperation)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterSpanOperationOutput) ToTraceMetricsRuleTraceFilterSpanOperationOutput() TraceMetricsRuleTraceFilterSpanOperationOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanOperationOutput) ToTraceMetricsRuleTraceFilterSpanOperationOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanOperationOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanOperationOutput) ToTraceMetricsRuleTraceFilterSpanOperationPtrOutput() TraceMetricsRuleTraceFilterSpanOperationPtrOutput { + return o.ToTraceMetricsRuleTraceFilterSpanOperationPtrOutputWithContext(context.Background()) +} + +func (o TraceMetricsRuleTraceFilterSpanOperationOutput) ToTraceMetricsRuleTraceFilterSpanOperationPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanOperationPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceMetricsRuleTraceFilterSpanOperation) *TraceMetricsRuleTraceFilterSpanOperation { + return &v + }).(TraceMetricsRuleTraceFilterSpanOperationPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanOperationOutput) Match() pulumi.StringPtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpanOperation) *string { return v.Match }).(pulumi.StringPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanOperationOutput) Value() pulumi.StringOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpanOperation) string { return v.Value }).(pulumi.StringOutput) +} + +type TraceMetricsRuleTraceFilterSpanOperationPtrOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterSpanOperationPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterSpanOperation)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterSpanOperationPtrOutput) ToTraceMetricsRuleTraceFilterSpanOperationPtrOutput() TraceMetricsRuleTraceFilterSpanOperationPtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanOperationPtrOutput) ToTraceMetricsRuleTraceFilterSpanOperationPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanOperationPtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanOperationPtrOutput) Elem() TraceMetricsRuleTraceFilterSpanOperationOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanOperation) TraceMetricsRuleTraceFilterSpanOperation { + if v != nil { + return *v + } + var ret TraceMetricsRuleTraceFilterSpanOperation + return ret + }).(TraceMetricsRuleTraceFilterSpanOperationOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanOperationPtrOutput) Match() pulumi.StringPtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanOperation) *string { + if v == nil { + return nil + } + return v.Match + }).(pulumi.StringPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanOperationPtrOutput) Value() pulumi.StringPtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanOperation) *string { + if v == nil { + return nil + } + return &v.Value + }).(pulumi.StringPtrOutput) +} + +type TraceMetricsRuleTraceFilterSpanParentOperation struct { + Match *string `pulumi:"match"` + Value string `pulumi:"value"` +} + +// TraceMetricsRuleTraceFilterSpanParentOperationInput is an input type that accepts TraceMetricsRuleTraceFilterSpanParentOperationArgs and TraceMetricsRuleTraceFilterSpanParentOperationOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterSpanParentOperationInput` via: +// +// TraceMetricsRuleTraceFilterSpanParentOperationArgs{...} +type TraceMetricsRuleTraceFilterSpanParentOperationInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterSpanParentOperationOutput() TraceMetricsRuleTraceFilterSpanParentOperationOutput + ToTraceMetricsRuleTraceFilterSpanParentOperationOutputWithContext(context.Context) TraceMetricsRuleTraceFilterSpanParentOperationOutput +} + +type TraceMetricsRuleTraceFilterSpanParentOperationArgs struct { + Match pulumi.StringPtrInput `pulumi:"match"` + Value pulumi.StringInput `pulumi:"value"` +} + +func (TraceMetricsRuleTraceFilterSpanParentOperationArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanParentOperation)(nil)).Elem() +} + +func (i TraceMetricsRuleTraceFilterSpanParentOperationArgs) ToTraceMetricsRuleTraceFilterSpanParentOperationOutput() TraceMetricsRuleTraceFilterSpanParentOperationOutput { + return i.ToTraceMetricsRuleTraceFilterSpanParentOperationOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterSpanParentOperationArgs) ToTraceMetricsRuleTraceFilterSpanParentOperationOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanParentOperationOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanParentOperationOutput) +} + +func (i TraceMetricsRuleTraceFilterSpanParentOperationArgs) ToTraceMetricsRuleTraceFilterSpanParentOperationPtrOutput() TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput { + return i.ToTraceMetricsRuleTraceFilterSpanParentOperationPtrOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterSpanParentOperationArgs) ToTraceMetricsRuleTraceFilterSpanParentOperationPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanParentOperationOutput).ToTraceMetricsRuleTraceFilterSpanParentOperationPtrOutputWithContext(ctx) +} + +// TraceMetricsRuleTraceFilterSpanParentOperationPtrInput is an input type that accepts TraceMetricsRuleTraceFilterSpanParentOperationArgs, TraceMetricsRuleTraceFilterSpanParentOperationPtr and TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterSpanParentOperationPtrInput` via: +// +// TraceMetricsRuleTraceFilterSpanParentOperationArgs{...} +// +// or: +// +// nil +type TraceMetricsRuleTraceFilterSpanParentOperationPtrInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterSpanParentOperationPtrOutput() TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput + ToTraceMetricsRuleTraceFilterSpanParentOperationPtrOutputWithContext(context.Context) TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput +} + +type traceMetricsRuleTraceFilterSpanParentOperationPtrType TraceMetricsRuleTraceFilterSpanParentOperationArgs + +func TraceMetricsRuleTraceFilterSpanParentOperationPtr(v *TraceMetricsRuleTraceFilterSpanParentOperationArgs) TraceMetricsRuleTraceFilterSpanParentOperationPtrInput { + return (*traceMetricsRuleTraceFilterSpanParentOperationPtrType)(v) +} + +func (*traceMetricsRuleTraceFilterSpanParentOperationPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterSpanParentOperation)(nil)).Elem() +} + +func (i *traceMetricsRuleTraceFilterSpanParentOperationPtrType) ToTraceMetricsRuleTraceFilterSpanParentOperationPtrOutput() TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput { + return i.ToTraceMetricsRuleTraceFilterSpanParentOperationPtrOutputWithContext(context.Background()) +} + +func (i *traceMetricsRuleTraceFilterSpanParentOperationPtrType) ToTraceMetricsRuleTraceFilterSpanParentOperationPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput) +} + +type TraceMetricsRuleTraceFilterSpanParentOperationOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterSpanParentOperationOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanParentOperation)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterSpanParentOperationOutput) ToTraceMetricsRuleTraceFilterSpanParentOperationOutput() TraceMetricsRuleTraceFilterSpanParentOperationOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanParentOperationOutput) ToTraceMetricsRuleTraceFilterSpanParentOperationOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanParentOperationOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanParentOperationOutput) ToTraceMetricsRuleTraceFilterSpanParentOperationPtrOutput() TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput { + return o.ToTraceMetricsRuleTraceFilterSpanParentOperationPtrOutputWithContext(context.Background()) +} + +func (o TraceMetricsRuleTraceFilterSpanParentOperationOutput) ToTraceMetricsRuleTraceFilterSpanParentOperationPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceMetricsRuleTraceFilterSpanParentOperation) *TraceMetricsRuleTraceFilterSpanParentOperation { + return &v + }).(TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanParentOperationOutput) Match() pulumi.StringPtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpanParentOperation) *string { return v.Match }).(pulumi.StringPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanParentOperationOutput) Value() pulumi.StringOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpanParentOperation) string { return v.Value }).(pulumi.StringOutput) +} + +type TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterSpanParentOperation)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput) ToTraceMetricsRuleTraceFilterSpanParentOperationPtrOutput() TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput) ToTraceMetricsRuleTraceFilterSpanParentOperationPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput) Elem() TraceMetricsRuleTraceFilterSpanParentOperationOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanParentOperation) TraceMetricsRuleTraceFilterSpanParentOperation { + if v != nil { + return *v + } + var ret TraceMetricsRuleTraceFilterSpanParentOperation + return ret + }).(TraceMetricsRuleTraceFilterSpanParentOperationOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput) Match() pulumi.StringPtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanParentOperation) *string { + if v == nil { + return nil + } + return v.Match + }).(pulumi.StringPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput) Value() pulumi.StringPtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanParentOperation) *string { + if v == nil { + return nil + } + return &v.Value + }).(pulumi.StringPtrOutput) +} + +type TraceMetricsRuleTraceFilterSpanParentService struct { + Match *string `pulumi:"match"` + Value string `pulumi:"value"` +} + +// TraceMetricsRuleTraceFilterSpanParentServiceInput is an input type that accepts TraceMetricsRuleTraceFilterSpanParentServiceArgs and TraceMetricsRuleTraceFilterSpanParentServiceOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterSpanParentServiceInput` via: +// +// TraceMetricsRuleTraceFilterSpanParentServiceArgs{...} +type TraceMetricsRuleTraceFilterSpanParentServiceInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterSpanParentServiceOutput() TraceMetricsRuleTraceFilterSpanParentServiceOutput + ToTraceMetricsRuleTraceFilterSpanParentServiceOutputWithContext(context.Context) TraceMetricsRuleTraceFilterSpanParentServiceOutput +} + +type TraceMetricsRuleTraceFilterSpanParentServiceArgs struct { + Match pulumi.StringPtrInput `pulumi:"match"` + Value pulumi.StringInput `pulumi:"value"` +} + +func (TraceMetricsRuleTraceFilterSpanParentServiceArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanParentService)(nil)).Elem() +} + +func (i TraceMetricsRuleTraceFilterSpanParentServiceArgs) ToTraceMetricsRuleTraceFilterSpanParentServiceOutput() TraceMetricsRuleTraceFilterSpanParentServiceOutput { + return i.ToTraceMetricsRuleTraceFilterSpanParentServiceOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterSpanParentServiceArgs) ToTraceMetricsRuleTraceFilterSpanParentServiceOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanParentServiceOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanParentServiceOutput) +} + +func (i TraceMetricsRuleTraceFilterSpanParentServiceArgs) ToTraceMetricsRuleTraceFilterSpanParentServicePtrOutput() TraceMetricsRuleTraceFilterSpanParentServicePtrOutput { + return i.ToTraceMetricsRuleTraceFilterSpanParentServicePtrOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterSpanParentServiceArgs) ToTraceMetricsRuleTraceFilterSpanParentServicePtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanParentServicePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanParentServiceOutput).ToTraceMetricsRuleTraceFilterSpanParentServicePtrOutputWithContext(ctx) +} + +// TraceMetricsRuleTraceFilterSpanParentServicePtrInput is an input type that accepts TraceMetricsRuleTraceFilterSpanParentServiceArgs, TraceMetricsRuleTraceFilterSpanParentServicePtr and TraceMetricsRuleTraceFilterSpanParentServicePtrOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterSpanParentServicePtrInput` via: +// +// TraceMetricsRuleTraceFilterSpanParentServiceArgs{...} +// +// or: +// +// nil +type TraceMetricsRuleTraceFilterSpanParentServicePtrInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterSpanParentServicePtrOutput() TraceMetricsRuleTraceFilterSpanParentServicePtrOutput + ToTraceMetricsRuleTraceFilterSpanParentServicePtrOutputWithContext(context.Context) TraceMetricsRuleTraceFilterSpanParentServicePtrOutput +} + +type traceMetricsRuleTraceFilterSpanParentServicePtrType TraceMetricsRuleTraceFilterSpanParentServiceArgs + +func TraceMetricsRuleTraceFilterSpanParentServicePtr(v *TraceMetricsRuleTraceFilterSpanParentServiceArgs) TraceMetricsRuleTraceFilterSpanParentServicePtrInput { + return (*traceMetricsRuleTraceFilterSpanParentServicePtrType)(v) +} + +func (*traceMetricsRuleTraceFilterSpanParentServicePtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterSpanParentService)(nil)).Elem() +} + +func (i *traceMetricsRuleTraceFilterSpanParentServicePtrType) ToTraceMetricsRuleTraceFilterSpanParentServicePtrOutput() TraceMetricsRuleTraceFilterSpanParentServicePtrOutput { + return i.ToTraceMetricsRuleTraceFilterSpanParentServicePtrOutputWithContext(context.Background()) +} + +func (i *traceMetricsRuleTraceFilterSpanParentServicePtrType) ToTraceMetricsRuleTraceFilterSpanParentServicePtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanParentServicePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanParentServicePtrOutput) +} + +type TraceMetricsRuleTraceFilterSpanParentServiceOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterSpanParentServiceOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanParentService)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterSpanParentServiceOutput) ToTraceMetricsRuleTraceFilterSpanParentServiceOutput() TraceMetricsRuleTraceFilterSpanParentServiceOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanParentServiceOutput) ToTraceMetricsRuleTraceFilterSpanParentServiceOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanParentServiceOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanParentServiceOutput) ToTraceMetricsRuleTraceFilterSpanParentServicePtrOutput() TraceMetricsRuleTraceFilterSpanParentServicePtrOutput { + return o.ToTraceMetricsRuleTraceFilterSpanParentServicePtrOutputWithContext(context.Background()) +} + +func (o TraceMetricsRuleTraceFilterSpanParentServiceOutput) ToTraceMetricsRuleTraceFilterSpanParentServicePtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanParentServicePtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceMetricsRuleTraceFilterSpanParentService) *TraceMetricsRuleTraceFilterSpanParentService { + return &v + }).(TraceMetricsRuleTraceFilterSpanParentServicePtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanParentServiceOutput) Match() pulumi.StringPtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpanParentService) *string { return v.Match }).(pulumi.StringPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanParentServiceOutput) Value() pulumi.StringOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpanParentService) string { return v.Value }).(pulumi.StringOutput) +} + +type TraceMetricsRuleTraceFilterSpanParentServicePtrOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterSpanParentServicePtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterSpanParentService)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterSpanParentServicePtrOutput) ToTraceMetricsRuleTraceFilterSpanParentServicePtrOutput() TraceMetricsRuleTraceFilterSpanParentServicePtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanParentServicePtrOutput) ToTraceMetricsRuleTraceFilterSpanParentServicePtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanParentServicePtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanParentServicePtrOutput) Elem() TraceMetricsRuleTraceFilterSpanParentServiceOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanParentService) TraceMetricsRuleTraceFilterSpanParentService { + if v != nil { + return *v + } + var ret TraceMetricsRuleTraceFilterSpanParentService + return ret + }).(TraceMetricsRuleTraceFilterSpanParentServiceOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanParentServicePtrOutput) Match() pulumi.StringPtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanParentService) *string { + if v == nil { + return nil + } + return v.Match + }).(pulumi.StringPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanParentServicePtrOutput) Value() pulumi.StringPtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanParentService) *string { + if v == nil { + return nil + } + return &v.Value + }).(pulumi.StringPtrOutput) +} + +type TraceMetricsRuleTraceFilterSpanService struct { + Match *string `pulumi:"match"` + Value string `pulumi:"value"` +} + +// TraceMetricsRuleTraceFilterSpanServiceInput is an input type that accepts TraceMetricsRuleTraceFilterSpanServiceArgs and TraceMetricsRuleTraceFilterSpanServiceOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterSpanServiceInput` via: +// +// TraceMetricsRuleTraceFilterSpanServiceArgs{...} +type TraceMetricsRuleTraceFilterSpanServiceInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterSpanServiceOutput() TraceMetricsRuleTraceFilterSpanServiceOutput + ToTraceMetricsRuleTraceFilterSpanServiceOutputWithContext(context.Context) TraceMetricsRuleTraceFilterSpanServiceOutput +} + +type TraceMetricsRuleTraceFilterSpanServiceArgs struct { + Match pulumi.StringPtrInput `pulumi:"match"` + Value pulumi.StringInput `pulumi:"value"` +} + +func (TraceMetricsRuleTraceFilterSpanServiceArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanService)(nil)).Elem() +} + +func (i TraceMetricsRuleTraceFilterSpanServiceArgs) ToTraceMetricsRuleTraceFilterSpanServiceOutput() TraceMetricsRuleTraceFilterSpanServiceOutput { + return i.ToTraceMetricsRuleTraceFilterSpanServiceOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterSpanServiceArgs) ToTraceMetricsRuleTraceFilterSpanServiceOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanServiceOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanServiceOutput) +} + +func (i TraceMetricsRuleTraceFilterSpanServiceArgs) ToTraceMetricsRuleTraceFilterSpanServicePtrOutput() TraceMetricsRuleTraceFilterSpanServicePtrOutput { + return i.ToTraceMetricsRuleTraceFilterSpanServicePtrOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterSpanServiceArgs) ToTraceMetricsRuleTraceFilterSpanServicePtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanServicePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanServiceOutput).ToTraceMetricsRuleTraceFilterSpanServicePtrOutputWithContext(ctx) +} + +// TraceMetricsRuleTraceFilterSpanServicePtrInput is an input type that accepts TraceMetricsRuleTraceFilterSpanServiceArgs, TraceMetricsRuleTraceFilterSpanServicePtr and TraceMetricsRuleTraceFilterSpanServicePtrOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterSpanServicePtrInput` via: +// +// TraceMetricsRuleTraceFilterSpanServiceArgs{...} +// +// or: +// +// nil +type TraceMetricsRuleTraceFilterSpanServicePtrInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterSpanServicePtrOutput() TraceMetricsRuleTraceFilterSpanServicePtrOutput + ToTraceMetricsRuleTraceFilterSpanServicePtrOutputWithContext(context.Context) TraceMetricsRuleTraceFilterSpanServicePtrOutput +} + +type traceMetricsRuleTraceFilterSpanServicePtrType TraceMetricsRuleTraceFilterSpanServiceArgs + +func TraceMetricsRuleTraceFilterSpanServicePtr(v *TraceMetricsRuleTraceFilterSpanServiceArgs) TraceMetricsRuleTraceFilterSpanServicePtrInput { + return (*traceMetricsRuleTraceFilterSpanServicePtrType)(v) +} + +func (*traceMetricsRuleTraceFilterSpanServicePtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterSpanService)(nil)).Elem() +} + +func (i *traceMetricsRuleTraceFilterSpanServicePtrType) ToTraceMetricsRuleTraceFilterSpanServicePtrOutput() TraceMetricsRuleTraceFilterSpanServicePtrOutput { + return i.ToTraceMetricsRuleTraceFilterSpanServicePtrOutputWithContext(context.Background()) +} + +func (i *traceMetricsRuleTraceFilterSpanServicePtrType) ToTraceMetricsRuleTraceFilterSpanServicePtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanServicePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanServicePtrOutput) +} + +type TraceMetricsRuleTraceFilterSpanServiceOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterSpanServiceOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanService)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterSpanServiceOutput) ToTraceMetricsRuleTraceFilterSpanServiceOutput() TraceMetricsRuleTraceFilterSpanServiceOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanServiceOutput) ToTraceMetricsRuleTraceFilterSpanServiceOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanServiceOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanServiceOutput) ToTraceMetricsRuleTraceFilterSpanServicePtrOutput() TraceMetricsRuleTraceFilterSpanServicePtrOutput { + return o.ToTraceMetricsRuleTraceFilterSpanServicePtrOutputWithContext(context.Background()) +} + +func (o TraceMetricsRuleTraceFilterSpanServiceOutput) ToTraceMetricsRuleTraceFilterSpanServicePtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanServicePtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceMetricsRuleTraceFilterSpanService) *TraceMetricsRuleTraceFilterSpanService { + return &v + }).(TraceMetricsRuleTraceFilterSpanServicePtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanServiceOutput) Match() pulumi.StringPtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpanService) *string { return v.Match }).(pulumi.StringPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanServiceOutput) Value() pulumi.StringOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpanService) string { return v.Value }).(pulumi.StringOutput) +} + +type TraceMetricsRuleTraceFilterSpanServicePtrOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterSpanServicePtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterSpanService)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterSpanServicePtrOutput) ToTraceMetricsRuleTraceFilterSpanServicePtrOutput() TraceMetricsRuleTraceFilterSpanServicePtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanServicePtrOutput) ToTraceMetricsRuleTraceFilterSpanServicePtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanServicePtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanServicePtrOutput) Elem() TraceMetricsRuleTraceFilterSpanServiceOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanService) TraceMetricsRuleTraceFilterSpanService { + if v != nil { + return *v + } + var ret TraceMetricsRuleTraceFilterSpanService + return ret + }).(TraceMetricsRuleTraceFilterSpanServiceOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanServicePtrOutput) Match() pulumi.StringPtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanService) *string { + if v == nil { + return nil + } + return v.Match + }).(pulumi.StringPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanServicePtrOutput) Value() pulumi.StringPtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanService) *string { + if v == nil { + return nil + } + return &v.Value + }).(pulumi.StringPtrOutput) +} + +type TraceMetricsRuleTraceFilterSpanSpanCount struct { + Max *int `pulumi:"max"` + Min *int `pulumi:"min"` +} + +// TraceMetricsRuleTraceFilterSpanSpanCountInput is an input type that accepts TraceMetricsRuleTraceFilterSpanSpanCountArgs and TraceMetricsRuleTraceFilterSpanSpanCountOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterSpanSpanCountInput` via: +// +// TraceMetricsRuleTraceFilterSpanSpanCountArgs{...} +type TraceMetricsRuleTraceFilterSpanSpanCountInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterSpanSpanCountOutput() TraceMetricsRuleTraceFilterSpanSpanCountOutput + ToTraceMetricsRuleTraceFilterSpanSpanCountOutputWithContext(context.Context) TraceMetricsRuleTraceFilterSpanSpanCountOutput +} + +type TraceMetricsRuleTraceFilterSpanSpanCountArgs struct { + Max pulumi.IntPtrInput `pulumi:"max"` + Min pulumi.IntPtrInput `pulumi:"min"` +} + +func (TraceMetricsRuleTraceFilterSpanSpanCountArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanSpanCount)(nil)).Elem() +} + +func (i TraceMetricsRuleTraceFilterSpanSpanCountArgs) ToTraceMetricsRuleTraceFilterSpanSpanCountOutput() TraceMetricsRuleTraceFilterSpanSpanCountOutput { + return i.ToTraceMetricsRuleTraceFilterSpanSpanCountOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterSpanSpanCountArgs) ToTraceMetricsRuleTraceFilterSpanSpanCountOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanSpanCountOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanSpanCountOutput) +} + +func (i TraceMetricsRuleTraceFilterSpanSpanCountArgs) ToTraceMetricsRuleTraceFilterSpanSpanCountPtrOutput() TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput { + return i.ToTraceMetricsRuleTraceFilterSpanSpanCountPtrOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterSpanSpanCountArgs) ToTraceMetricsRuleTraceFilterSpanSpanCountPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanSpanCountOutput).ToTraceMetricsRuleTraceFilterSpanSpanCountPtrOutputWithContext(ctx) +} + +// TraceMetricsRuleTraceFilterSpanSpanCountPtrInput is an input type that accepts TraceMetricsRuleTraceFilterSpanSpanCountArgs, TraceMetricsRuleTraceFilterSpanSpanCountPtr and TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterSpanSpanCountPtrInput` via: +// +// TraceMetricsRuleTraceFilterSpanSpanCountArgs{...} +// +// or: +// +// nil +type TraceMetricsRuleTraceFilterSpanSpanCountPtrInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterSpanSpanCountPtrOutput() TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput + ToTraceMetricsRuleTraceFilterSpanSpanCountPtrOutputWithContext(context.Context) TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput +} + +type traceMetricsRuleTraceFilterSpanSpanCountPtrType TraceMetricsRuleTraceFilterSpanSpanCountArgs + +func TraceMetricsRuleTraceFilterSpanSpanCountPtr(v *TraceMetricsRuleTraceFilterSpanSpanCountArgs) TraceMetricsRuleTraceFilterSpanSpanCountPtrInput { + return (*traceMetricsRuleTraceFilterSpanSpanCountPtrType)(v) +} + +func (*traceMetricsRuleTraceFilterSpanSpanCountPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterSpanSpanCount)(nil)).Elem() +} + +func (i *traceMetricsRuleTraceFilterSpanSpanCountPtrType) ToTraceMetricsRuleTraceFilterSpanSpanCountPtrOutput() TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput { + return i.ToTraceMetricsRuleTraceFilterSpanSpanCountPtrOutputWithContext(context.Background()) +} + +func (i *traceMetricsRuleTraceFilterSpanSpanCountPtrType) ToTraceMetricsRuleTraceFilterSpanSpanCountPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput) +} + +type TraceMetricsRuleTraceFilterSpanSpanCountOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterSpanSpanCountOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanSpanCount)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterSpanSpanCountOutput) ToTraceMetricsRuleTraceFilterSpanSpanCountOutput() TraceMetricsRuleTraceFilterSpanSpanCountOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanSpanCountOutput) ToTraceMetricsRuleTraceFilterSpanSpanCountOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanSpanCountOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanSpanCountOutput) ToTraceMetricsRuleTraceFilterSpanSpanCountPtrOutput() TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput { + return o.ToTraceMetricsRuleTraceFilterSpanSpanCountPtrOutputWithContext(context.Background()) +} + +func (o TraceMetricsRuleTraceFilterSpanSpanCountOutput) ToTraceMetricsRuleTraceFilterSpanSpanCountPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceMetricsRuleTraceFilterSpanSpanCount) *TraceMetricsRuleTraceFilterSpanSpanCount { + return &v + }).(TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanSpanCountOutput) Max() pulumi.IntPtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpanSpanCount) *int { return v.Max }).(pulumi.IntPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanSpanCountOutput) Min() pulumi.IntPtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpanSpanCount) *int { return v.Min }).(pulumi.IntPtrOutput) +} + +type TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterSpanSpanCount)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput) ToTraceMetricsRuleTraceFilterSpanSpanCountPtrOutput() TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput) ToTraceMetricsRuleTraceFilterSpanSpanCountPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput) Elem() TraceMetricsRuleTraceFilterSpanSpanCountOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanSpanCount) TraceMetricsRuleTraceFilterSpanSpanCount { + if v != nil { + return *v + } + var ret TraceMetricsRuleTraceFilterSpanSpanCount + return ret + }).(TraceMetricsRuleTraceFilterSpanSpanCountOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput) Max() pulumi.IntPtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanSpanCount) *int { + if v == nil { + return nil + } + return v.Max + }).(pulumi.IntPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput) Min() pulumi.IntPtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanSpanCount) *int { + if v == nil { + return nil + } + return v.Min + }).(pulumi.IntPtrOutput) +} + +type TraceMetricsRuleTraceFilterSpanTag struct { + Key string `pulumi:"key"` + NumericValue *TraceMetricsRuleTraceFilterSpanTagNumericValue `pulumi:"numericValue"` + Value *TraceMetricsRuleTraceFilterSpanTagValue `pulumi:"value"` +} + +// TraceMetricsRuleTraceFilterSpanTagInput is an input type that accepts TraceMetricsRuleTraceFilterSpanTagArgs and TraceMetricsRuleTraceFilterSpanTagOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterSpanTagInput` via: +// +// TraceMetricsRuleTraceFilterSpanTagArgs{...} +type TraceMetricsRuleTraceFilterSpanTagInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterSpanTagOutput() TraceMetricsRuleTraceFilterSpanTagOutput + ToTraceMetricsRuleTraceFilterSpanTagOutputWithContext(context.Context) TraceMetricsRuleTraceFilterSpanTagOutput +} + +type TraceMetricsRuleTraceFilterSpanTagArgs struct { + Key pulumi.StringInput `pulumi:"key"` + NumericValue TraceMetricsRuleTraceFilterSpanTagNumericValuePtrInput `pulumi:"numericValue"` + Value TraceMetricsRuleTraceFilterSpanTagValuePtrInput `pulumi:"value"` +} + +func (TraceMetricsRuleTraceFilterSpanTagArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanTag)(nil)).Elem() +} + +func (i TraceMetricsRuleTraceFilterSpanTagArgs) ToTraceMetricsRuleTraceFilterSpanTagOutput() TraceMetricsRuleTraceFilterSpanTagOutput { + return i.ToTraceMetricsRuleTraceFilterSpanTagOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterSpanTagArgs) ToTraceMetricsRuleTraceFilterSpanTagOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanTagOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanTagOutput) +} + +// TraceMetricsRuleTraceFilterSpanTagArrayInput is an input type that accepts TraceMetricsRuleTraceFilterSpanTagArray and TraceMetricsRuleTraceFilterSpanTagArrayOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterSpanTagArrayInput` via: +// +// TraceMetricsRuleTraceFilterSpanTagArray{ TraceMetricsRuleTraceFilterSpanTagArgs{...} } +type TraceMetricsRuleTraceFilterSpanTagArrayInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterSpanTagArrayOutput() TraceMetricsRuleTraceFilterSpanTagArrayOutput + ToTraceMetricsRuleTraceFilterSpanTagArrayOutputWithContext(context.Context) TraceMetricsRuleTraceFilterSpanTagArrayOutput +} + +type TraceMetricsRuleTraceFilterSpanTagArray []TraceMetricsRuleTraceFilterSpanTagInput + +func (TraceMetricsRuleTraceFilterSpanTagArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]TraceMetricsRuleTraceFilterSpanTag)(nil)).Elem() +} + +func (i TraceMetricsRuleTraceFilterSpanTagArray) ToTraceMetricsRuleTraceFilterSpanTagArrayOutput() TraceMetricsRuleTraceFilterSpanTagArrayOutput { + return i.ToTraceMetricsRuleTraceFilterSpanTagArrayOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterSpanTagArray) ToTraceMetricsRuleTraceFilterSpanTagArrayOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanTagArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanTagArrayOutput) +} + +type TraceMetricsRuleTraceFilterSpanTagOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterSpanTagOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanTag)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterSpanTagOutput) ToTraceMetricsRuleTraceFilterSpanTagOutput() TraceMetricsRuleTraceFilterSpanTagOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanTagOutput) ToTraceMetricsRuleTraceFilterSpanTagOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanTagOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanTagOutput) Key() pulumi.StringOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpanTag) string { return v.Key }).(pulumi.StringOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanTagOutput) NumericValue() TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpanTag) *TraceMetricsRuleTraceFilterSpanTagNumericValue { + return v.NumericValue + }).(TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanTagOutput) Value() TraceMetricsRuleTraceFilterSpanTagValuePtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpanTag) *TraceMetricsRuleTraceFilterSpanTagValue { return v.Value }).(TraceMetricsRuleTraceFilterSpanTagValuePtrOutput) +} + +type TraceMetricsRuleTraceFilterSpanTagArrayOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterSpanTagArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]TraceMetricsRuleTraceFilterSpanTag)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterSpanTagArrayOutput) ToTraceMetricsRuleTraceFilterSpanTagArrayOutput() TraceMetricsRuleTraceFilterSpanTagArrayOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanTagArrayOutput) ToTraceMetricsRuleTraceFilterSpanTagArrayOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanTagArrayOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanTagArrayOutput) Index(i pulumi.IntInput) TraceMetricsRuleTraceFilterSpanTagOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) TraceMetricsRuleTraceFilterSpanTag { + return vs[0].([]TraceMetricsRuleTraceFilterSpanTag)[vs[1].(int)] + }).(TraceMetricsRuleTraceFilterSpanTagOutput) +} + +type TraceMetricsRuleTraceFilterSpanTagNumericValue struct { + Comparison string `pulumi:"comparison"` + Value float64 `pulumi:"value"` +} + +// TraceMetricsRuleTraceFilterSpanTagNumericValueInput is an input type that accepts TraceMetricsRuleTraceFilterSpanTagNumericValueArgs and TraceMetricsRuleTraceFilterSpanTagNumericValueOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterSpanTagNumericValueInput` via: +// +// TraceMetricsRuleTraceFilterSpanTagNumericValueArgs{...} +type TraceMetricsRuleTraceFilterSpanTagNumericValueInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterSpanTagNumericValueOutput() TraceMetricsRuleTraceFilterSpanTagNumericValueOutput + ToTraceMetricsRuleTraceFilterSpanTagNumericValueOutputWithContext(context.Context) TraceMetricsRuleTraceFilterSpanTagNumericValueOutput +} + +type TraceMetricsRuleTraceFilterSpanTagNumericValueArgs struct { + Comparison pulumi.StringInput `pulumi:"comparison"` + Value pulumi.Float64Input `pulumi:"value"` +} + +func (TraceMetricsRuleTraceFilterSpanTagNumericValueArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanTagNumericValue)(nil)).Elem() +} + +func (i TraceMetricsRuleTraceFilterSpanTagNumericValueArgs) ToTraceMetricsRuleTraceFilterSpanTagNumericValueOutput() TraceMetricsRuleTraceFilterSpanTagNumericValueOutput { + return i.ToTraceMetricsRuleTraceFilterSpanTagNumericValueOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterSpanTagNumericValueArgs) ToTraceMetricsRuleTraceFilterSpanTagNumericValueOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanTagNumericValueOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanTagNumericValueOutput) +} + +func (i TraceMetricsRuleTraceFilterSpanTagNumericValueArgs) ToTraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput() TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput { + return i.ToTraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterSpanTagNumericValueArgs) ToTraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanTagNumericValueOutput).ToTraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutputWithContext(ctx) +} + +// TraceMetricsRuleTraceFilterSpanTagNumericValuePtrInput is an input type that accepts TraceMetricsRuleTraceFilterSpanTagNumericValueArgs, TraceMetricsRuleTraceFilterSpanTagNumericValuePtr and TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterSpanTagNumericValuePtrInput` via: +// +// TraceMetricsRuleTraceFilterSpanTagNumericValueArgs{...} +// +// or: +// +// nil +type TraceMetricsRuleTraceFilterSpanTagNumericValuePtrInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput() TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput + ToTraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutputWithContext(context.Context) TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput +} + +type traceMetricsRuleTraceFilterSpanTagNumericValuePtrType TraceMetricsRuleTraceFilterSpanTagNumericValueArgs + +func TraceMetricsRuleTraceFilterSpanTagNumericValuePtr(v *TraceMetricsRuleTraceFilterSpanTagNumericValueArgs) TraceMetricsRuleTraceFilterSpanTagNumericValuePtrInput { + return (*traceMetricsRuleTraceFilterSpanTagNumericValuePtrType)(v) +} + +func (*traceMetricsRuleTraceFilterSpanTagNumericValuePtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterSpanTagNumericValue)(nil)).Elem() +} + +func (i *traceMetricsRuleTraceFilterSpanTagNumericValuePtrType) ToTraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput() TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput { + return i.ToTraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutputWithContext(context.Background()) +} + +func (i *traceMetricsRuleTraceFilterSpanTagNumericValuePtrType) ToTraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput) +} + +type TraceMetricsRuleTraceFilterSpanTagNumericValueOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterSpanTagNumericValueOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanTagNumericValue)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterSpanTagNumericValueOutput) ToTraceMetricsRuleTraceFilterSpanTagNumericValueOutput() TraceMetricsRuleTraceFilterSpanTagNumericValueOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanTagNumericValueOutput) ToTraceMetricsRuleTraceFilterSpanTagNumericValueOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanTagNumericValueOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanTagNumericValueOutput) ToTraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput() TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput { + return o.ToTraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutputWithContext(context.Background()) +} + +func (o TraceMetricsRuleTraceFilterSpanTagNumericValueOutput) ToTraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceMetricsRuleTraceFilterSpanTagNumericValue) *TraceMetricsRuleTraceFilterSpanTagNumericValue { + return &v + }).(TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanTagNumericValueOutput) Comparison() pulumi.StringOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpanTagNumericValue) string { return v.Comparison }).(pulumi.StringOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanTagNumericValueOutput) Value() pulumi.Float64Output { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpanTagNumericValue) float64 { return v.Value }).(pulumi.Float64Output) +} + +type TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterSpanTagNumericValue)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput) ToTraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput() TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput) ToTraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput) Elem() TraceMetricsRuleTraceFilterSpanTagNumericValueOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanTagNumericValue) TraceMetricsRuleTraceFilterSpanTagNumericValue { + if v != nil { + return *v + } + var ret TraceMetricsRuleTraceFilterSpanTagNumericValue + return ret + }).(TraceMetricsRuleTraceFilterSpanTagNumericValueOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput) Comparison() pulumi.StringPtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanTagNumericValue) *string { + if v == nil { + return nil + } + return &v.Comparison + }).(pulumi.StringPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput) Value() pulumi.Float64PtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanTagNumericValue) *float64 { + if v == nil { + return nil + } + return &v.Value + }).(pulumi.Float64PtrOutput) +} + +type TraceMetricsRuleTraceFilterSpanTagValue struct { + Match *string `pulumi:"match"` + Value string `pulumi:"value"` +} + +// TraceMetricsRuleTraceFilterSpanTagValueInput is an input type that accepts TraceMetricsRuleTraceFilterSpanTagValueArgs and TraceMetricsRuleTraceFilterSpanTagValueOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterSpanTagValueInput` via: +// +// TraceMetricsRuleTraceFilterSpanTagValueArgs{...} +type TraceMetricsRuleTraceFilterSpanTagValueInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterSpanTagValueOutput() TraceMetricsRuleTraceFilterSpanTagValueOutput + ToTraceMetricsRuleTraceFilterSpanTagValueOutputWithContext(context.Context) TraceMetricsRuleTraceFilterSpanTagValueOutput +} + +type TraceMetricsRuleTraceFilterSpanTagValueArgs struct { + Match pulumi.StringPtrInput `pulumi:"match"` + Value pulumi.StringInput `pulumi:"value"` +} + +func (TraceMetricsRuleTraceFilterSpanTagValueArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanTagValue)(nil)).Elem() +} + +func (i TraceMetricsRuleTraceFilterSpanTagValueArgs) ToTraceMetricsRuleTraceFilterSpanTagValueOutput() TraceMetricsRuleTraceFilterSpanTagValueOutput { + return i.ToTraceMetricsRuleTraceFilterSpanTagValueOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterSpanTagValueArgs) ToTraceMetricsRuleTraceFilterSpanTagValueOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanTagValueOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanTagValueOutput) +} + +func (i TraceMetricsRuleTraceFilterSpanTagValueArgs) ToTraceMetricsRuleTraceFilterSpanTagValuePtrOutput() TraceMetricsRuleTraceFilterSpanTagValuePtrOutput { + return i.ToTraceMetricsRuleTraceFilterSpanTagValuePtrOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterSpanTagValueArgs) ToTraceMetricsRuleTraceFilterSpanTagValuePtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanTagValuePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanTagValueOutput).ToTraceMetricsRuleTraceFilterSpanTagValuePtrOutputWithContext(ctx) +} + +// TraceMetricsRuleTraceFilterSpanTagValuePtrInput is an input type that accepts TraceMetricsRuleTraceFilterSpanTagValueArgs, TraceMetricsRuleTraceFilterSpanTagValuePtr and TraceMetricsRuleTraceFilterSpanTagValuePtrOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterSpanTagValuePtrInput` via: +// +// TraceMetricsRuleTraceFilterSpanTagValueArgs{...} +// +// or: +// +// nil +type TraceMetricsRuleTraceFilterSpanTagValuePtrInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterSpanTagValuePtrOutput() TraceMetricsRuleTraceFilterSpanTagValuePtrOutput + ToTraceMetricsRuleTraceFilterSpanTagValuePtrOutputWithContext(context.Context) TraceMetricsRuleTraceFilterSpanTagValuePtrOutput +} + +type traceMetricsRuleTraceFilterSpanTagValuePtrType TraceMetricsRuleTraceFilterSpanTagValueArgs + +func TraceMetricsRuleTraceFilterSpanTagValuePtr(v *TraceMetricsRuleTraceFilterSpanTagValueArgs) TraceMetricsRuleTraceFilterSpanTagValuePtrInput { + return (*traceMetricsRuleTraceFilterSpanTagValuePtrType)(v) +} + +func (*traceMetricsRuleTraceFilterSpanTagValuePtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterSpanTagValue)(nil)).Elem() +} + +func (i *traceMetricsRuleTraceFilterSpanTagValuePtrType) ToTraceMetricsRuleTraceFilterSpanTagValuePtrOutput() TraceMetricsRuleTraceFilterSpanTagValuePtrOutput { + return i.ToTraceMetricsRuleTraceFilterSpanTagValuePtrOutputWithContext(context.Background()) +} + +func (i *traceMetricsRuleTraceFilterSpanTagValuePtrType) ToTraceMetricsRuleTraceFilterSpanTagValuePtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanTagValuePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterSpanTagValuePtrOutput) +} + +type TraceMetricsRuleTraceFilterSpanTagValueOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterSpanTagValueOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanTagValue)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterSpanTagValueOutput) ToTraceMetricsRuleTraceFilterSpanTagValueOutput() TraceMetricsRuleTraceFilterSpanTagValueOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanTagValueOutput) ToTraceMetricsRuleTraceFilterSpanTagValueOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanTagValueOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanTagValueOutput) ToTraceMetricsRuleTraceFilterSpanTagValuePtrOutput() TraceMetricsRuleTraceFilterSpanTagValuePtrOutput { + return o.ToTraceMetricsRuleTraceFilterSpanTagValuePtrOutputWithContext(context.Background()) +} + +func (o TraceMetricsRuleTraceFilterSpanTagValueOutput) ToTraceMetricsRuleTraceFilterSpanTagValuePtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanTagValuePtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceMetricsRuleTraceFilterSpanTagValue) *TraceMetricsRuleTraceFilterSpanTagValue { + return &v + }).(TraceMetricsRuleTraceFilterSpanTagValuePtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanTagValueOutput) Match() pulumi.StringPtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpanTagValue) *string { return v.Match }).(pulumi.StringPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanTagValueOutput) Value() pulumi.StringOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterSpanTagValue) string { return v.Value }).(pulumi.StringOutput) +} + +type TraceMetricsRuleTraceFilterSpanTagValuePtrOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterSpanTagValuePtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterSpanTagValue)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterSpanTagValuePtrOutput) ToTraceMetricsRuleTraceFilterSpanTagValuePtrOutput() TraceMetricsRuleTraceFilterSpanTagValuePtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanTagValuePtrOutput) ToTraceMetricsRuleTraceFilterSpanTagValuePtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterSpanTagValuePtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterSpanTagValuePtrOutput) Elem() TraceMetricsRuleTraceFilterSpanTagValueOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanTagValue) TraceMetricsRuleTraceFilterSpanTagValue { + if v != nil { + return *v + } + var ret TraceMetricsRuleTraceFilterSpanTagValue + return ret + }).(TraceMetricsRuleTraceFilterSpanTagValueOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanTagValuePtrOutput) Match() pulumi.StringPtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanTagValue) *string { + if v == nil { + return nil + } + return v.Match + }).(pulumi.StringPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterSpanTagValuePtrOutput) Value() pulumi.StringPtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterSpanTagValue) *string { + if v == nil { + return nil + } + return &v.Value + }).(pulumi.StringPtrOutput) +} + +type TraceMetricsRuleTraceFilterTrace struct { + Duration *TraceMetricsRuleTraceFilterTraceDuration `pulumi:"duration"` + Error *TraceMetricsRuleTraceFilterTraceError `pulumi:"error"` +} + +// TraceMetricsRuleTraceFilterTraceInput is an input type that accepts TraceMetricsRuleTraceFilterTraceArgs and TraceMetricsRuleTraceFilterTraceOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterTraceInput` via: +// +// TraceMetricsRuleTraceFilterTraceArgs{...} +type TraceMetricsRuleTraceFilterTraceInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterTraceOutput() TraceMetricsRuleTraceFilterTraceOutput + ToTraceMetricsRuleTraceFilterTraceOutputWithContext(context.Context) TraceMetricsRuleTraceFilterTraceOutput +} + +type TraceMetricsRuleTraceFilterTraceArgs struct { + Duration TraceMetricsRuleTraceFilterTraceDurationPtrInput `pulumi:"duration"` + Error TraceMetricsRuleTraceFilterTraceErrorPtrInput `pulumi:"error"` +} + +func (TraceMetricsRuleTraceFilterTraceArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterTrace)(nil)).Elem() +} + +func (i TraceMetricsRuleTraceFilterTraceArgs) ToTraceMetricsRuleTraceFilterTraceOutput() TraceMetricsRuleTraceFilterTraceOutput { + return i.ToTraceMetricsRuleTraceFilterTraceOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterTraceArgs) ToTraceMetricsRuleTraceFilterTraceOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterTraceOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterTraceOutput) +} + +func (i TraceMetricsRuleTraceFilterTraceArgs) ToTraceMetricsRuleTraceFilterTracePtrOutput() TraceMetricsRuleTraceFilterTracePtrOutput { + return i.ToTraceMetricsRuleTraceFilterTracePtrOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterTraceArgs) ToTraceMetricsRuleTraceFilterTracePtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterTracePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterTraceOutput).ToTraceMetricsRuleTraceFilterTracePtrOutputWithContext(ctx) +} + +// TraceMetricsRuleTraceFilterTracePtrInput is an input type that accepts TraceMetricsRuleTraceFilterTraceArgs, TraceMetricsRuleTraceFilterTracePtr and TraceMetricsRuleTraceFilterTracePtrOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterTracePtrInput` via: +// +// TraceMetricsRuleTraceFilterTraceArgs{...} +// +// or: +// +// nil +type TraceMetricsRuleTraceFilterTracePtrInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterTracePtrOutput() TraceMetricsRuleTraceFilterTracePtrOutput + ToTraceMetricsRuleTraceFilterTracePtrOutputWithContext(context.Context) TraceMetricsRuleTraceFilterTracePtrOutput +} + +type traceMetricsRuleTraceFilterTracePtrType TraceMetricsRuleTraceFilterTraceArgs + +func TraceMetricsRuleTraceFilterTracePtr(v *TraceMetricsRuleTraceFilterTraceArgs) TraceMetricsRuleTraceFilterTracePtrInput { + return (*traceMetricsRuleTraceFilterTracePtrType)(v) +} + +func (*traceMetricsRuleTraceFilterTracePtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterTrace)(nil)).Elem() +} + +func (i *traceMetricsRuleTraceFilterTracePtrType) ToTraceMetricsRuleTraceFilterTracePtrOutput() TraceMetricsRuleTraceFilterTracePtrOutput { + return i.ToTraceMetricsRuleTraceFilterTracePtrOutputWithContext(context.Background()) +} + +func (i *traceMetricsRuleTraceFilterTracePtrType) ToTraceMetricsRuleTraceFilterTracePtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterTracePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterTracePtrOutput) +} + +type TraceMetricsRuleTraceFilterTraceOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterTraceOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterTrace)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterTraceOutput) ToTraceMetricsRuleTraceFilterTraceOutput() TraceMetricsRuleTraceFilterTraceOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterTraceOutput) ToTraceMetricsRuleTraceFilterTraceOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterTraceOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterTraceOutput) ToTraceMetricsRuleTraceFilterTracePtrOutput() TraceMetricsRuleTraceFilterTracePtrOutput { + return o.ToTraceMetricsRuleTraceFilterTracePtrOutputWithContext(context.Background()) +} + +func (o TraceMetricsRuleTraceFilterTraceOutput) ToTraceMetricsRuleTraceFilterTracePtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterTracePtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceMetricsRuleTraceFilterTrace) *TraceMetricsRuleTraceFilterTrace { + return &v + }).(TraceMetricsRuleTraceFilterTracePtrOutput) +} + +func (o TraceMetricsRuleTraceFilterTraceOutput) Duration() TraceMetricsRuleTraceFilterTraceDurationPtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterTrace) *TraceMetricsRuleTraceFilterTraceDuration { return v.Duration }).(TraceMetricsRuleTraceFilterTraceDurationPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterTraceOutput) Error() TraceMetricsRuleTraceFilterTraceErrorPtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterTrace) *TraceMetricsRuleTraceFilterTraceError { return v.Error }).(TraceMetricsRuleTraceFilterTraceErrorPtrOutput) +} + +type TraceMetricsRuleTraceFilterTracePtrOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterTracePtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterTrace)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterTracePtrOutput) ToTraceMetricsRuleTraceFilterTracePtrOutput() TraceMetricsRuleTraceFilterTracePtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterTracePtrOutput) ToTraceMetricsRuleTraceFilterTracePtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterTracePtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterTracePtrOutput) Elem() TraceMetricsRuleTraceFilterTraceOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterTrace) TraceMetricsRuleTraceFilterTrace { + if v != nil { + return *v + } + var ret TraceMetricsRuleTraceFilterTrace + return ret + }).(TraceMetricsRuleTraceFilterTraceOutput) +} + +func (o TraceMetricsRuleTraceFilterTracePtrOutput) Duration() TraceMetricsRuleTraceFilterTraceDurationPtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterTrace) *TraceMetricsRuleTraceFilterTraceDuration { + if v == nil { + return nil + } + return v.Duration + }).(TraceMetricsRuleTraceFilterTraceDurationPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterTracePtrOutput) Error() TraceMetricsRuleTraceFilterTraceErrorPtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterTrace) *TraceMetricsRuleTraceFilterTraceError { + if v == nil { + return nil + } + return v.Error + }).(TraceMetricsRuleTraceFilterTraceErrorPtrOutput) +} + +type TraceMetricsRuleTraceFilterTraceDuration struct { + MaxSeconds *float64 `pulumi:"maxSeconds"` + MinSeconds *float64 `pulumi:"minSeconds"` +} + +// TraceMetricsRuleTraceFilterTraceDurationInput is an input type that accepts TraceMetricsRuleTraceFilterTraceDurationArgs and TraceMetricsRuleTraceFilterTraceDurationOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterTraceDurationInput` via: +// +// TraceMetricsRuleTraceFilterTraceDurationArgs{...} +type TraceMetricsRuleTraceFilterTraceDurationInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterTraceDurationOutput() TraceMetricsRuleTraceFilterTraceDurationOutput + ToTraceMetricsRuleTraceFilterTraceDurationOutputWithContext(context.Context) TraceMetricsRuleTraceFilterTraceDurationOutput +} + +type TraceMetricsRuleTraceFilterTraceDurationArgs struct { + MaxSeconds pulumi.Float64PtrInput `pulumi:"maxSeconds"` + MinSeconds pulumi.Float64PtrInput `pulumi:"minSeconds"` +} + +func (TraceMetricsRuleTraceFilterTraceDurationArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterTraceDuration)(nil)).Elem() +} + +func (i TraceMetricsRuleTraceFilterTraceDurationArgs) ToTraceMetricsRuleTraceFilterTraceDurationOutput() TraceMetricsRuleTraceFilterTraceDurationOutput { + return i.ToTraceMetricsRuleTraceFilterTraceDurationOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterTraceDurationArgs) ToTraceMetricsRuleTraceFilterTraceDurationOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterTraceDurationOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterTraceDurationOutput) +} + +func (i TraceMetricsRuleTraceFilterTraceDurationArgs) ToTraceMetricsRuleTraceFilterTraceDurationPtrOutput() TraceMetricsRuleTraceFilterTraceDurationPtrOutput { + return i.ToTraceMetricsRuleTraceFilterTraceDurationPtrOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterTraceDurationArgs) ToTraceMetricsRuleTraceFilterTraceDurationPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterTraceDurationPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterTraceDurationOutput).ToTraceMetricsRuleTraceFilterTraceDurationPtrOutputWithContext(ctx) +} + +// TraceMetricsRuleTraceFilterTraceDurationPtrInput is an input type that accepts TraceMetricsRuleTraceFilterTraceDurationArgs, TraceMetricsRuleTraceFilterTraceDurationPtr and TraceMetricsRuleTraceFilterTraceDurationPtrOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterTraceDurationPtrInput` via: +// +// TraceMetricsRuleTraceFilterTraceDurationArgs{...} +// +// or: +// +// nil +type TraceMetricsRuleTraceFilterTraceDurationPtrInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterTraceDurationPtrOutput() TraceMetricsRuleTraceFilterTraceDurationPtrOutput + ToTraceMetricsRuleTraceFilterTraceDurationPtrOutputWithContext(context.Context) TraceMetricsRuleTraceFilterTraceDurationPtrOutput +} + +type traceMetricsRuleTraceFilterTraceDurationPtrType TraceMetricsRuleTraceFilterTraceDurationArgs + +func TraceMetricsRuleTraceFilterTraceDurationPtr(v *TraceMetricsRuleTraceFilterTraceDurationArgs) TraceMetricsRuleTraceFilterTraceDurationPtrInput { + return (*traceMetricsRuleTraceFilterTraceDurationPtrType)(v) +} + +func (*traceMetricsRuleTraceFilterTraceDurationPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterTraceDuration)(nil)).Elem() +} + +func (i *traceMetricsRuleTraceFilterTraceDurationPtrType) ToTraceMetricsRuleTraceFilterTraceDurationPtrOutput() TraceMetricsRuleTraceFilterTraceDurationPtrOutput { + return i.ToTraceMetricsRuleTraceFilterTraceDurationPtrOutputWithContext(context.Background()) +} + +func (i *traceMetricsRuleTraceFilterTraceDurationPtrType) ToTraceMetricsRuleTraceFilterTraceDurationPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterTraceDurationPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterTraceDurationPtrOutput) +} + +type TraceMetricsRuleTraceFilterTraceDurationOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterTraceDurationOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterTraceDuration)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterTraceDurationOutput) ToTraceMetricsRuleTraceFilterTraceDurationOutput() TraceMetricsRuleTraceFilterTraceDurationOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterTraceDurationOutput) ToTraceMetricsRuleTraceFilterTraceDurationOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterTraceDurationOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterTraceDurationOutput) ToTraceMetricsRuleTraceFilterTraceDurationPtrOutput() TraceMetricsRuleTraceFilterTraceDurationPtrOutput { + return o.ToTraceMetricsRuleTraceFilterTraceDurationPtrOutputWithContext(context.Background()) +} + +func (o TraceMetricsRuleTraceFilterTraceDurationOutput) ToTraceMetricsRuleTraceFilterTraceDurationPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterTraceDurationPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceMetricsRuleTraceFilterTraceDuration) *TraceMetricsRuleTraceFilterTraceDuration { + return &v + }).(TraceMetricsRuleTraceFilterTraceDurationPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterTraceDurationOutput) MaxSeconds() pulumi.Float64PtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterTraceDuration) *float64 { return v.MaxSeconds }).(pulumi.Float64PtrOutput) +} + +func (o TraceMetricsRuleTraceFilterTraceDurationOutput) MinSeconds() pulumi.Float64PtrOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterTraceDuration) *float64 { return v.MinSeconds }).(pulumi.Float64PtrOutput) +} + +type TraceMetricsRuleTraceFilterTraceDurationPtrOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterTraceDurationPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterTraceDuration)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterTraceDurationPtrOutput) ToTraceMetricsRuleTraceFilterTraceDurationPtrOutput() TraceMetricsRuleTraceFilterTraceDurationPtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterTraceDurationPtrOutput) ToTraceMetricsRuleTraceFilterTraceDurationPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterTraceDurationPtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterTraceDurationPtrOutput) Elem() TraceMetricsRuleTraceFilterTraceDurationOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterTraceDuration) TraceMetricsRuleTraceFilterTraceDuration { + if v != nil { + return *v + } + var ret TraceMetricsRuleTraceFilterTraceDuration + return ret + }).(TraceMetricsRuleTraceFilterTraceDurationOutput) +} + +func (o TraceMetricsRuleTraceFilterTraceDurationPtrOutput) MaxSeconds() pulumi.Float64PtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterTraceDuration) *float64 { + if v == nil { + return nil + } + return v.MaxSeconds + }).(pulumi.Float64PtrOutput) +} + +func (o TraceMetricsRuleTraceFilterTraceDurationPtrOutput) MinSeconds() pulumi.Float64PtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterTraceDuration) *float64 { + if v == nil { + return nil + } + return v.MinSeconds + }).(pulumi.Float64PtrOutput) +} + +type TraceMetricsRuleTraceFilterTraceError struct { + Value bool `pulumi:"value"` +} + +// TraceMetricsRuleTraceFilterTraceErrorInput is an input type that accepts TraceMetricsRuleTraceFilterTraceErrorArgs and TraceMetricsRuleTraceFilterTraceErrorOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterTraceErrorInput` via: +// +// TraceMetricsRuleTraceFilterTraceErrorArgs{...} +type TraceMetricsRuleTraceFilterTraceErrorInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterTraceErrorOutput() TraceMetricsRuleTraceFilterTraceErrorOutput + ToTraceMetricsRuleTraceFilterTraceErrorOutputWithContext(context.Context) TraceMetricsRuleTraceFilterTraceErrorOutput +} + +type TraceMetricsRuleTraceFilterTraceErrorArgs struct { + Value pulumi.BoolInput `pulumi:"value"` +} + +func (TraceMetricsRuleTraceFilterTraceErrorArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterTraceError)(nil)).Elem() +} + +func (i TraceMetricsRuleTraceFilterTraceErrorArgs) ToTraceMetricsRuleTraceFilterTraceErrorOutput() TraceMetricsRuleTraceFilterTraceErrorOutput { + return i.ToTraceMetricsRuleTraceFilterTraceErrorOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterTraceErrorArgs) ToTraceMetricsRuleTraceFilterTraceErrorOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterTraceErrorOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterTraceErrorOutput) +} + +func (i TraceMetricsRuleTraceFilterTraceErrorArgs) ToTraceMetricsRuleTraceFilterTraceErrorPtrOutput() TraceMetricsRuleTraceFilterTraceErrorPtrOutput { + return i.ToTraceMetricsRuleTraceFilterTraceErrorPtrOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleTraceFilterTraceErrorArgs) ToTraceMetricsRuleTraceFilterTraceErrorPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterTraceErrorPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterTraceErrorOutput).ToTraceMetricsRuleTraceFilterTraceErrorPtrOutputWithContext(ctx) +} + +// TraceMetricsRuleTraceFilterTraceErrorPtrInput is an input type that accepts TraceMetricsRuleTraceFilterTraceErrorArgs, TraceMetricsRuleTraceFilterTraceErrorPtr and TraceMetricsRuleTraceFilterTraceErrorPtrOutput values. +// You can construct a concrete instance of `TraceMetricsRuleTraceFilterTraceErrorPtrInput` via: +// +// TraceMetricsRuleTraceFilterTraceErrorArgs{...} +// +// or: +// +// nil +type TraceMetricsRuleTraceFilterTraceErrorPtrInput interface { + pulumi.Input + + ToTraceMetricsRuleTraceFilterTraceErrorPtrOutput() TraceMetricsRuleTraceFilterTraceErrorPtrOutput + ToTraceMetricsRuleTraceFilterTraceErrorPtrOutputWithContext(context.Context) TraceMetricsRuleTraceFilterTraceErrorPtrOutput +} + +type traceMetricsRuleTraceFilterTraceErrorPtrType TraceMetricsRuleTraceFilterTraceErrorArgs + +func TraceMetricsRuleTraceFilterTraceErrorPtr(v *TraceMetricsRuleTraceFilterTraceErrorArgs) TraceMetricsRuleTraceFilterTraceErrorPtrInput { + return (*traceMetricsRuleTraceFilterTraceErrorPtrType)(v) +} + +func (*traceMetricsRuleTraceFilterTraceErrorPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterTraceError)(nil)).Elem() +} + +func (i *traceMetricsRuleTraceFilterTraceErrorPtrType) ToTraceMetricsRuleTraceFilterTraceErrorPtrOutput() TraceMetricsRuleTraceFilterTraceErrorPtrOutput { + return i.ToTraceMetricsRuleTraceFilterTraceErrorPtrOutputWithContext(context.Background()) +} + +func (i *traceMetricsRuleTraceFilterTraceErrorPtrType) ToTraceMetricsRuleTraceFilterTraceErrorPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterTraceErrorPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleTraceFilterTraceErrorPtrOutput) +} + +type TraceMetricsRuleTraceFilterTraceErrorOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterTraceErrorOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceMetricsRuleTraceFilterTraceError)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterTraceErrorOutput) ToTraceMetricsRuleTraceFilterTraceErrorOutput() TraceMetricsRuleTraceFilterTraceErrorOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterTraceErrorOutput) ToTraceMetricsRuleTraceFilterTraceErrorOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterTraceErrorOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterTraceErrorOutput) ToTraceMetricsRuleTraceFilterTraceErrorPtrOutput() TraceMetricsRuleTraceFilterTraceErrorPtrOutput { + return o.ToTraceMetricsRuleTraceFilterTraceErrorPtrOutputWithContext(context.Background()) +} + +func (o TraceMetricsRuleTraceFilterTraceErrorOutput) ToTraceMetricsRuleTraceFilterTraceErrorPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterTraceErrorPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceMetricsRuleTraceFilterTraceError) *TraceMetricsRuleTraceFilterTraceError { + return &v + }).(TraceMetricsRuleTraceFilterTraceErrorPtrOutput) +} + +func (o TraceMetricsRuleTraceFilterTraceErrorOutput) Value() pulumi.BoolOutput { + return o.ApplyT(func(v TraceMetricsRuleTraceFilterTraceError) bool { return v.Value }).(pulumi.BoolOutput) +} + +type TraceMetricsRuleTraceFilterTraceErrorPtrOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleTraceFilterTraceErrorPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRuleTraceFilterTraceError)(nil)).Elem() +} + +func (o TraceMetricsRuleTraceFilterTraceErrorPtrOutput) ToTraceMetricsRuleTraceFilterTraceErrorPtrOutput() TraceMetricsRuleTraceFilterTraceErrorPtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterTraceErrorPtrOutput) ToTraceMetricsRuleTraceFilterTraceErrorPtrOutputWithContext(ctx context.Context) TraceMetricsRuleTraceFilterTraceErrorPtrOutput { + return o +} + +func (o TraceMetricsRuleTraceFilterTraceErrorPtrOutput) Elem() TraceMetricsRuleTraceFilterTraceErrorOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterTraceError) TraceMetricsRuleTraceFilterTraceError { + if v != nil { + return *v + } + var ret TraceMetricsRuleTraceFilterTraceError + return ret + }).(TraceMetricsRuleTraceFilterTraceErrorOutput) +} + +func (o TraceMetricsRuleTraceFilterTraceErrorPtrOutput) Value() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *TraceMetricsRuleTraceFilterTraceError) *bool { + if v == nil { + return nil + } + return &v.Value + }).(pulumi.BoolPtrOutput) +} + +type TraceTailSamplingRulesDefaultSampleRate struct { + Enabled *bool `pulumi:"enabled"` + SampleRate float64 `pulumi:"sampleRate"` +} + +// TraceTailSamplingRulesDefaultSampleRateInput is an input type that accepts TraceTailSamplingRulesDefaultSampleRateArgs and TraceTailSamplingRulesDefaultSampleRateOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesDefaultSampleRateInput` via: +// +// TraceTailSamplingRulesDefaultSampleRateArgs{...} +type TraceTailSamplingRulesDefaultSampleRateInput interface { + pulumi.Input + + ToTraceTailSamplingRulesDefaultSampleRateOutput() TraceTailSamplingRulesDefaultSampleRateOutput + ToTraceTailSamplingRulesDefaultSampleRateOutputWithContext(context.Context) TraceTailSamplingRulesDefaultSampleRateOutput +} + +type TraceTailSamplingRulesDefaultSampleRateArgs struct { + Enabled pulumi.BoolPtrInput `pulumi:"enabled"` + SampleRate pulumi.Float64Input `pulumi:"sampleRate"` +} + +func (TraceTailSamplingRulesDefaultSampleRateArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesDefaultSampleRate)(nil)).Elem() +} + +func (i TraceTailSamplingRulesDefaultSampleRateArgs) ToTraceTailSamplingRulesDefaultSampleRateOutput() TraceTailSamplingRulesDefaultSampleRateOutput { + return i.ToTraceTailSamplingRulesDefaultSampleRateOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesDefaultSampleRateArgs) ToTraceTailSamplingRulesDefaultSampleRateOutputWithContext(ctx context.Context) TraceTailSamplingRulesDefaultSampleRateOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesDefaultSampleRateOutput) +} + +func (i TraceTailSamplingRulesDefaultSampleRateArgs) ToTraceTailSamplingRulesDefaultSampleRatePtrOutput() TraceTailSamplingRulesDefaultSampleRatePtrOutput { + return i.ToTraceTailSamplingRulesDefaultSampleRatePtrOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesDefaultSampleRateArgs) ToTraceTailSamplingRulesDefaultSampleRatePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesDefaultSampleRatePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesDefaultSampleRateOutput).ToTraceTailSamplingRulesDefaultSampleRatePtrOutputWithContext(ctx) +} + +// TraceTailSamplingRulesDefaultSampleRatePtrInput is an input type that accepts TraceTailSamplingRulesDefaultSampleRateArgs, TraceTailSamplingRulesDefaultSampleRatePtr and TraceTailSamplingRulesDefaultSampleRatePtrOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesDefaultSampleRatePtrInput` via: +// +// TraceTailSamplingRulesDefaultSampleRateArgs{...} +// +// or: +// +// nil +type TraceTailSamplingRulesDefaultSampleRatePtrInput interface { + pulumi.Input + + ToTraceTailSamplingRulesDefaultSampleRatePtrOutput() TraceTailSamplingRulesDefaultSampleRatePtrOutput + ToTraceTailSamplingRulesDefaultSampleRatePtrOutputWithContext(context.Context) TraceTailSamplingRulesDefaultSampleRatePtrOutput +} + +type traceTailSamplingRulesDefaultSampleRatePtrType TraceTailSamplingRulesDefaultSampleRateArgs + +func TraceTailSamplingRulesDefaultSampleRatePtr(v *TraceTailSamplingRulesDefaultSampleRateArgs) TraceTailSamplingRulesDefaultSampleRatePtrInput { + return (*traceTailSamplingRulesDefaultSampleRatePtrType)(v) +} + +func (*traceTailSamplingRulesDefaultSampleRatePtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesDefaultSampleRate)(nil)).Elem() +} + +func (i *traceTailSamplingRulesDefaultSampleRatePtrType) ToTraceTailSamplingRulesDefaultSampleRatePtrOutput() TraceTailSamplingRulesDefaultSampleRatePtrOutput { + return i.ToTraceTailSamplingRulesDefaultSampleRatePtrOutputWithContext(context.Background()) +} + +func (i *traceTailSamplingRulesDefaultSampleRatePtrType) ToTraceTailSamplingRulesDefaultSampleRatePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesDefaultSampleRatePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesDefaultSampleRatePtrOutput) +} + +type TraceTailSamplingRulesDefaultSampleRateOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesDefaultSampleRateOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesDefaultSampleRate)(nil)).Elem() +} + +func (o TraceTailSamplingRulesDefaultSampleRateOutput) ToTraceTailSamplingRulesDefaultSampleRateOutput() TraceTailSamplingRulesDefaultSampleRateOutput { + return o +} + +func (o TraceTailSamplingRulesDefaultSampleRateOutput) ToTraceTailSamplingRulesDefaultSampleRateOutputWithContext(ctx context.Context) TraceTailSamplingRulesDefaultSampleRateOutput { + return o +} + +func (o TraceTailSamplingRulesDefaultSampleRateOutput) ToTraceTailSamplingRulesDefaultSampleRatePtrOutput() TraceTailSamplingRulesDefaultSampleRatePtrOutput { + return o.ToTraceTailSamplingRulesDefaultSampleRatePtrOutputWithContext(context.Background()) +} + +func (o TraceTailSamplingRulesDefaultSampleRateOutput) ToTraceTailSamplingRulesDefaultSampleRatePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesDefaultSampleRatePtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceTailSamplingRulesDefaultSampleRate) *TraceTailSamplingRulesDefaultSampleRate { + return &v + }).(TraceTailSamplingRulesDefaultSampleRatePtrOutput) +} + +func (o TraceTailSamplingRulesDefaultSampleRateOutput) Enabled() pulumi.BoolPtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesDefaultSampleRate) *bool { return v.Enabled }).(pulumi.BoolPtrOutput) +} + +func (o TraceTailSamplingRulesDefaultSampleRateOutput) SampleRate() pulumi.Float64Output { + return o.ApplyT(func(v TraceTailSamplingRulesDefaultSampleRate) float64 { return v.SampleRate }).(pulumi.Float64Output) +} + +type TraceTailSamplingRulesDefaultSampleRatePtrOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesDefaultSampleRatePtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesDefaultSampleRate)(nil)).Elem() +} + +func (o TraceTailSamplingRulesDefaultSampleRatePtrOutput) ToTraceTailSamplingRulesDefaultSampleRatePtrOutput() TraceTailSamplingRulesDefaultSampleRatePtrOutput { + return o +} + +func (o TraceTailSamplingRulesDefaultSampleRatePtrOutput) ToTraceTailSamplingRulesDefaultSampleRatePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesDefaultSampleRatePtrOutput { + return o +} + +func (o TraceTailSamplingRulesDefaultSampleRatePtrOutput) Elem() TraceTailSamplingRulesDefaultSampleRateOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesDefaultSampleRate) TraceTailSamplingRulesDefaultSampleRate { + if v != nil { + return *v + } + var ret TraceTailSamplingRulesDefaultSampleRate + return ret + }).(TraceTailSamplingRulesDefaultSampleRateOutput) +} + +func (o TraceTailSamplingRulesDefaultSampleRatePtrOutput) Enabled() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesDefaultSampleRate) *bool { + if v == nil { + return nil + } + return v.Enabled + }).(pulumi.BoolPtrOutput) +} + +func (o TraceTailSamplingRulesDefaultSampleRatePtrOutput) SampleRate() pulumi.Float64PtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesDefaultSampleRate) *float64 { + if v == nil { + return nil + } + return &v.SampleRate + }).(pulumi.Float64PtrOutput) +} + +type TraceTailSamplingRulesRule struct { + Filter TraceTailSamplingRulesRuleFilter `pulumi:"filter"` + Name *string `pulumi:"name"` + SampleRate float64 `pulumi:"sampleRate"` + SystemName *string `pulumi:"systemName"` +} + +// TraceTailSamplingRulesRuleInput is an input type that accepts TraceTailSamplingRulesRuleArgs and TraceTailSamplingRulesRuleOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleInput` via: +// +// TraceTailSamplingRulesRuleArgs{...} +type TraceTailSamplingRulesRuleInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleOutput() TraceTailSamplingRulesRuleOutput + ToTraceTailSamplingRulesRuleOutputWithContext(context.Context) TraceTailSamplingRulesRuleOutput +} + +type TraceTailSamplingRulesRuleArgs struct { + Filter TraceTailSamplingRulesRuleFilterInput `pulumi:"filter"` + Name pulumi.StringPtrInput `pulumi:"name"` + SampleRate pulumi.Float64Input `pulumi:"sampleRate"` + SystemName pulumi.StringPtrInput `pulumi:"systemName"` +} + +func (TraceTailSamplingRulesRuleArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRule)(nil)).Elem() +} + +func (i TraceTailSamplingRulesRuleArgs) ToTraceTailSamplingRulesRuleOutput() TraceTailSamplingRulesRuleOutput { + return i.ToTraceTailSamplingRulesRuleOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleArgs) ToTraceTailSamplingRulesRuleOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleOutput) +} + +// TraceTailSamplingRulesRuleArrayInput is an input type that accepts TraceTailSamplingRulesRuleArray and TraceTailSamplingRulesRuleArrayOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleArrayInput` via: +// +// TraceTailSamplingRulesRuleArray{ TraceTailSamplingRulesRuleArgs{...} } +type TraceTailSamplingRulesRuleArrayInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleArrayOutput() TraceTailSamplingRulesRuleArrayOutput + ToTraceTailSamplingRulesRuleArrayOutputWithContext(context.Context) TraceTailSamplingRulesRuleArrayOutput +} + +type TraceTailSamplingRulesRuleArray []TraceTailSamplingRulesRuleInput + +func (TraceTailSamplingRulesRuleArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]TraceTailSamplingRulesRule)(nil)).Elem() +} + +func (i TraceTailSamplingRulesRuleArray) ToTraceTailSamplingRulesRuleArrayOutput() TraceTailSamplingRulesRuleArrayOutput { + return i.ToTraceTailSamplingRulesRuleArrayOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleArray) ToTraceTailSamplingRulesRuleArrayOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleArrayOutput) +} + +type TraceTailSamplingRulesRuleOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRule)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleOutput) ToTraceTailSamplingRulesRuleOutput() TraceTailSamplingRulesRuleOutput { + return o +} + +func (o TraceTailSamplingRulesRuleOutput) ToTraceTailSamplingRulesRuleOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleOutput { + return o +} + +func (o TraceTailSamplingRulesRuleOutput) Filter() TraceTailSamplingRulesRuleFilterOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRule) TraceTailSamplingRulesRuleFilter { return v.Filter }).(TraceTailSamplingRulesRuleFilterOutput) +} + +func (o TraceTailSamplingRulesRuleOutput) Name() pulumi.StringPtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRule) *string { return v.Name }).(pulumi.StringPtrOutput) +} + +func (o TraceTailSamplingRulesRuleOutput) SampleRate() pulumi.Float64Output { + return o.ApplyT(func(v TraceTailSamplingRulesRule) float64 { return v.SampleRate }).(pulumi.Float64Output) +} + +func (o TraceTailSamplingRulesRuleOutput) SystemName() pulumi.StringPtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRule) *string { return v.SystemName }).(pulumi.StringPtrOutput) +} + +type TraceTailSamplingRulesRuleArrayOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]TraceTailSamplingRulesRule)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleArrayOutput) ToTraceTailSamplingRulesRuleArrayOutput() TraceTailSamplingRulesRuleArrayOutput { + return o +} + +func (o TraceTailSamplingRulesRuleArrayOutput) ToTraceTailSamplingRulesRuleArrayOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleArrayOutput { + return o +} + +func (o TraceTailSamplingRulesRuleArrayOutput) Index(i pulumi.IntInput) TraceTailSamplingRulesRuleOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) TraceTailSamplingRulesRule { + return vs[0].([]TraceTailSamplingRulesRule)[vs[1].(int)] + }).(TraceTailSamplingRulesRuleOutput) +} + +type TraceTailSamplingRulesRuleFilter struct { + Spans []TraceTailSamplingRulesRuleFilterSpan `pulumi:"spans"` + Trace *TraceTailSamplingRulesRuleFilterTrace `pulumi:"trace"` +} + +// TraceTailSamplingRulesRuleFilterInput is an input type that accepts TraceTailSamplingRulesRuleFilterArgs and TraceTailSamplingRulesRuleFilterOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterInput` via: +// +// TraceTailSamplingRulesRuleFilterArgs{...} +type TraceTailSamplingRulesRuleFilterInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterOutput() TraceTailSamplingRulesRuleFilterOutput + ToTraceTailSamplingRulesRuleFilterOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterOutput +} + +type TraceTailSamplingRulesRuleFilterArgs struct { + Spans TraceTailSamplingRulesRuleFilterSpanArrayInput `pulumi:"spans"` + Trace TraceTailSamplingRulesRuleFilterTracePtrInput `pulumi:"trace"` +} + +func (TraceTailSamplingRulesRuleFilterArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilter)(nil)).Elem() +} + +func (i TraceTailSamplingRulesRuleFilterArgs) ToTraceTailSamplingRulesRuleFilterOutput() TraceTailSamplingRulesRuleFilterOutput { + return i.ToTraceTailSamplingRulesRuleFilterOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterArgs) ToTraceTailSamplingRulesRuleFilterOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterOutput) +} + +type TraceTailSamplingRulesRuleFilterOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilter)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterOutput) ToTraceTailSamplingRulesRuleFilterOutput() TraceTailSamplingRulesRuleFilterOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterOutput) ToTraceTailSamplingRulesRuleFilterOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterOutput) Spans() TraceTailSamplingRulesRuleFilterSpanArrayOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilter) []TraceTailSamplingRulesRuleFilterSpan { return v.Spans }).(TraceTailSamplingRulesRuleFilterSpanArrayOutput) +} + +func (o TraceTailSamplingRulesRuleFilterOutput) Trace() TraceTailSamplingRulesRuleFilterTracePtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilter) *TraceTailSamplingRulesRuleFilterTrace { return v.Trace }).(TraceTailSamplingRulesRuleFilterTracePtrOutput) +} + +type TraceTailSamplingRulesRuleFilterSpan struct { + Duration *TraceTailSamplingRulesRuleFilterSpanDuration `pulumi:"duration"` + Error *TraceTailSamplingRulesRuleFilterSpanError `pulumi:"error"` + MatchType *string `pulumi:"matchType"` + Operation *TraceTailSamplingRulesRuleFilterSpanOperation `pulumi:"operation"` + ParentOperation *TraceTailSamplingRulesRuleFilterSpanParentOperation `pulumi:"parentOperation"` + ParentService *TraceTailSamplingRulesRuleFilterSpanParentService `pulumi:"parentService"` + Service *TraceTailSamplingRulesRuleFilterSpanService `pulumi:"service"` + SpanCount *TraceTailSamplingRulesRuleFilterSpanSpanCount `pulumi:"spanCount"` + Tags []TraceTailSamplingRulesRuleFilterSpanTag `pulumi:"tags"` +} + +// TraceTailSamplingRulesRuleFilterSpanInput is an input type that accepts TraceTailSamplingRulesRuleFilterSpanArgs and TraceTailSamplingRulesRuleFilterSpanOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterSpanInput` via: +// +// TraceTailSamplingRulesRuleFilterSpanArgs{...} +type TraceTailSamplingRulesRuleFilterSpanInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterSpanOutput() TraceTailSamplingRulesRuleFilterSpanOutput + ToTraceTailSamplingRulesRuleFilterSpanOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterSpanOutput +} + +type TraceTailSamplingRulesRuleFilterSpanArgs struct { + Duration TraceTailSamplingRulesRuleFilterSpanDurationPtrInput `pulumi:"duration"` + Error TraceTailSamplingRulesRuleFilterSpanErrorPtrInput `pulumi:"error"` + MatchType pulumi.StringPtrInput `pulumi:"matchType"` + Operation TraceTailSamplingRulesRuleFilterSpanOperationPtrInput `pulumi:"operation"` + ParentOperation TraceTailSamplingRulesRuleFilterSpanParentOperationPtrInput `pulumi:"parentOperation"` + ParentService TraceTailSamplingRulesRuleFilterSpanParentServicePtrInput `pulumi:"parentService"` + Service TraceTailSamplingRulesRuleFilterSpanServicePtrInput `pulumi:"service"` + SpanCount TraceTailSamplingRulesRuleFilterSpanSpanCountPtrInput `pulumi:"spanCount"` + Tags TraceTailSamplingRulesRuleFilterSpanTagArrayInput `pulumi:"tags"` +} + +func (TraceTailSamplingRulesRuleFilterSpanArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpan)(nil)).Elem() +} + +func (i TraceTailSamplingRulesRuleFilterSpanArgs) ToTraceTailSamplingRulesRuleFilterSpanOutput() TraceTailSamplingRulesRuleFilterSpanOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterSpanArgs) ToTraceTailSamplingRulesRuleFilterSpanOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanOutput) +} + +// TraceTailSamplingRulesRuleFilterSpanArrayInput is an input type that accepts TraceTailSamplingRulesRuleFilterSpanArray and TraceTailSamplingRulesRuleFilterSpanArrayOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterSpanArrayInput` via: +// +// TraceTailSamplingRulesRuleFilterSpanArray{ TraceTailSamplingRulesRuleFilterSpanArgs{...} } +type TraceTailSamplingRulesRuleFilterSpanArrayInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterSpanArrayOutput() TraceTailSamplingRulesRuleFilterSpanArrayOutput + ToTraceTailSamplingRulesRuleFilterSpanArrayOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterSpanArrayOutput +} + +type TraceTailSamplingRulesRuleFilterSpanArray []TraceTailSamplingRulesRuleFilterSpanInput + +func (TraceTailSamplingRulesRuleFilterSpanArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]TraceTailSamplingRulesRuleFilterSpan)(nil)).Elem() +} + +func (i TraceTailSamplingRulesRuleFilterSpanArray) ToTraceTailSamplingRulesRuleFilterSpanArrayOutput() TraceTailSamplingRulesRuleFilterSpanArrayOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanArrayOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterSpanArray) ToTraceTailSamplingRulesRuleFilterSpanArrayOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanArrayOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterSpanOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpan)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterSpanOutput) ToTraceTailSamplingRulesRuleFilterSpanOutput() TraceTailSamplingRulesRuleFilterSpanOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanOutput) ToTraceTailSamplingRulesRuleFilterSpanOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanOutput) Duration() TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpan) *TraceTailSamplingRulesRuleFilterSpanDuration { + return v.Duration + }).(TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanOutput) Error() TraceTailSamplingRulesRuleFilterSpanErrorPtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpan) *TraceTailSamplingRulesRuleFilterSpanError { + return v.Error + }).(TraceTailSamplingRulesRuleFilterSpanErrorPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanOutput) MatchType() pulumi.StringPtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpan) *string { return v.MatchType }).(pulumi.StringPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanOutput) Operation() TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpan) *TraceTailSamplingRulesRuleFilterSpanOperation { + return v.Operation + }).(TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanOutput) ParentOperation() TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpan) *TraceTailSamplingRulesRuleFilterSpanParentOperation { + return v.ParentOperation + }).(TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanOutput) ParentService() TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpan) *TraceTailSamplingRulesRuleFilterSpanParentService { + return v.ParentService + }).(TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanOutput) Service() TraceTailSamplingRulesRuleFilterSpanServicePtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpan) *TraceTailSamplingRulesRuleFilterSpanService { + return v.Service + }).(TraceTailSamplingRulesRuleFilterSpanServicePtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanOutput) SpanCount() TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpan) *TraceTailSamplingRulesRuleFilterSpanSpanCount { + return v.SpanCount + }).(TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanOutput) Tags() TraceTailSamplingRulesRuleFilterSpanTagArrayOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpan) []TraceTailSamplingRulesRuleFilterSpanTag { return v.Tags }).(TraceTailSamplingRulesRuleFilterSpanTagArrayOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanArrayOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterSpanArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]TraceTailSamplingRulesRuleFilterSpan)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterSpanArrayOutput) ToTraceTailSamplingRulesRuleFilterSpanArrayOutput() TraceTailSamplingRulesRuleFilterSpanArrayOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanArrayOutput) ToTraceTailSamplingRulesRuleFilterSpanArrayOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanArrayOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanArrayOutput) Index(i pulumi.IntInput) TraceTailSamplingRulesRuleFilterSpanOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) TraceTailSamplingRulesRuleFilterSpan { + return vs[0].([]TraceTailSamplingRulesRuleFilterSpan)[vs[1].(int)] + }).(TraceTailSamplingRulesRuleFilterSpanOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanDuration struct { + MaxSecs *float64 `pulumi:"maxSecs"` + MinSecs *float64 `pulumi:"minSecs"` +} + +// TraceTailSamplingRulesRuleFilterSpanDurationInput is an input type that accepts TraceTailSamplingRulesRuleFilterSpanDurationArgs and TraceTailSamplingRulesRuleFilterSpanDurationOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterSpanDurationInput` via: +// +// TraceTailSamplingRulesRuleFilterSpanDurationArgs{...} +type TraceTailSamplingRulesRuleFilterSpanDurationInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterSpanDurationOutput() TraceTailSamplingRulesRuleFilterSpanDurationOutput + ToTraceTailSamplingRulesRuleFilterSpanDurationOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterSpanDurationOutput +} + +type TraceTailSamplingRulesRuleFilterSpanDurationArgs struct { + MaxSecs pulumi.Float64PtrInput `pulumi:"maxSecs"` + MinSecs pulumi.Float64PtrInput `pulumi:"minSecs"` +} + +func (TraceTailSamplingRulesRuleFilterSpanDurationArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanDuration)(nil)).Elem() +} + +func (i TraceTailSamplingRulesRuleFilterSpanDurationArgs) ToTraceTailSamplingRulesRuleFilterSpanDurationOutput() TraceTailSamplingRulesRuleFilterSpanDurationOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanDurationOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterSpanDurationArgs) ToTraceTailSamplingRulesRuleFilterSpanDurationOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanDurationOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanDurationOutput) +} + +func (i TraceTailSamplingRulesRuleFilterSpanDurationArgs) ToTraceTailSamplingRulesRuleFilterSpanDurationPtrOutput() TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanDurationPtrOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterSpanDurationArgs) ToTraceTailSamplingRulesRuleFilterSpanDurationPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanDurationOutput).ToTraceTailSamplingRulesRuleFilterSpanDurationPtrOutputWithContext(ctx) +} + +// TraceTailSamplingRulesRuleFilterSpanDurationPtrInput is an input type that accepts TraceTailSamplingRulesRuleFilterSpanDurationArgs, TraceTailSamplingRulesRuleFilterSpanDurationPtr and TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterSpanDurationPtrInput` via: +// +// TraceTailSamplingRulesRuleFilterSpanDurationArgs{...} +// +// or: +// +// nil +type TraceTailSamplingRulesRuleFilterSpanDurationPtrInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterSpanDurationPtrOutput() TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput + ToTraceTailSamplingRulesRuleFilterSpanDurationPtrOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput +} + +type traceTailSamplingRulesRuleFilterSpanDurationPtrType TraceTailSamplingRulesRuleFilterSpanDurationArgs + +func TraceTailSamplingRulesRuleFilterSpanDurationPtr(v *TraceTailSamplingRulesRuleFilterSpanDurationArgs) TraceTailSamplingRulesRuleFilterSpanDurationPtrInput { + return (*traceTailSamplingRulesRuleFilterSpanDurationPtrType)(v) +} + +func (*traceTailSamplingRulesRuleFilterSpanDurationPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterSpanDuration)(nil)).Elem() +} + +func (i *traceTailSamplingRulesRuleFilterSpanDurationPtrType) ToTraceTailSamplingRulesRuleFilterSpanDurationPtrOutput() TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanDurationPtrOutputWithContext(context.Background()) +} + +func (i *traceTailSamplingRulesRuleFilterSpanDurationPtrType) ToTraceTailSamplingRulesRuleFilterSpanDurationPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanDurationOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterSpanDurationOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanDuration)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterSpanDurationOutput) ToTraceTailSamplingRulesRuleFilterSpanDurationOutput() TraceTailSamplingRulesRuleFilterSpanDurationOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanDurationOutput) ToTraceTailSamplingRulesRuleFilterSpanDurationOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanDurationOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanDurationOutput) ToTraceTailSamplingRulesRuleFilterSpanDurationPtrOutput() TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput { + return o.ToTraceTailSamplingRulesRuleFilterSpanDurationPtrOutputWithContext(context.Background()) +} + +func (o TraceTailSamplingRulesRuleFilterSpanDurationOutput) ToTraceTailSamplingRulesRuleFilterSpanDurationPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceTailSamplingRulesRuleFilterSpanDuration) *TraceTailSamplingRulesRuleFilterSpanDuration { + return &v + }).(TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanDurationOutput) MaxSecs() pulumi.Float64PtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpanDuration) *float64 { return v.MaxSecs }).(pulumi.Float64PtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanDurationOutput) MinSecs() pulumi.Float64PtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpanDuration) *float64 { return v.MinSecs }).(pulumi.Float64PtrOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterSpanDuration)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput) ToTraceTailSamplingRulesRuleFilterSpanDurationPtrOutput() TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput) ToTraceTailSamplingRulesRuleFilterSpanDurationPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput) Elem() TraceTailSamplingRulesRuleFilterSpanDurationOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanDuration) TraceTailSamplingRulesRuleFilterSpanDuration { + if v != nil { + return *v + } + var ret TraceTailSamplingRulesRuleFilterSpanDuration + return ret + }).(TraceTailSamplingRulesRuleFilterSpanDurationOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput) MaxSecs() pulumi.Float64PtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanDuration) *float64 { + if v == nil { + return nil + } + return v.MaxSecs + }).(pulumi.Float64PtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput) MinSecs() pulumi.Float64PtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanDuration) *float64 { + if v == nil { + return nil + } + return v.MinSecs + }).(pulumi.Float64PtrOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanError struct { + Value bool `pulumi:"value"` +} + +// TraceTailSamplingRulesRuleFilterSpanErrorInput is an input type that accepts TraceTailSamplingRulesRuleFilterSpanErrorArgs and TraceTailSamplingRulesRuleFilterSpanErrorOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterSpanErrorInput` via: +// +// TraceTailSamplingRulesRuleFilterSpanErrorArgs{...} +type TraceTailSamplingRulesRuleFilterSpanErrorInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterSpanErrorOutput() TraceTailSamplingRulesRuleFilterSpanErrorOutput + ToTraceTailSamplingRulesRuleFilterSpanErrorOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterSpanErrorOutput +} + +type TraceTailSamplingRulesRuleFilterSpanErrorArgs struct { + Value pulumi.BoolInput `pulumi:"value"` +} + +func (TraceTailSamplingRulesRuleFilterSpanErrorArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanError)(nil)).Elem() +} + +func (i TraceTailSamplingRulesRuleFilterSpanErrorArgs) ToTraceTailSamplingRulesRuleFilterSpanErrorOutput() TraceTailSamplingRulesRuleFilterSpanErrorOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanErrorOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterSpanErrorArgs) ToTraceTailSamplingRulesRuleFilterSpanErrorOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanErrorOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanErrorOutput) +} + +func (i TraceTailSamplingRulesRuleFilterSpanErrorArgs) ToTraceTailSamplingRulesRuleFilterSpanErrorPtrOutput() TraceTailSamplingRulesRuleFilterSpanErrorPtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanErrorPtrOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterSpanErrorArgs) ToTraceTailSamplingRulesRuleFilterSpanErrorPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanErrorPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanErrorOutput).ToTraceTailSamplingRulesRuleFilterSpanErrorPtrOutputWithContext(ctx) +} + +// TraceTailSamplingRulesRuleFilterSpanErrorPtrInput is an input type that accepts TraceTailSamplingRulesRuleFilterSpanErrorArgs, TraceTailSamplingRulesRuleFilterSpanErrorPtr and TraceTailSamplingRulesRuleFilterSpanErrorPtrOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterSpanErrorPtrInput` via: +// +// TraceTailSamplingRulesRuleFilterSpanErrorArgs{...} +// +// or: +// +// nil +type TraceTailSamplingRulesRuleFilterSpanErrorPtrInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterSpanErrorPtrOutput() TraceTailSamplingRulesRuleFilterSpanErrorPtrOutput + ToTraceTailSamplingRulesRuleFilterSpanErrorPtrOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterSpanErrorPtrOutput +} + +type traceTailSamplingRulesRuleFilterSpanErrorPtrType TraceTailSamplingRulesRuleFilterSpanErrorArgs + +func TraceTailSamplingRulesRuleFilterSpanErrorPtr(v *TraceTailSamplingRulesRuleFilterSpanErrorArgs) TraceTailSamplingRulesRuleFilterSpanErrorPtrInput { + return (*traceTailSamplingRulesRuleFilterSpanErrorPtrType)(v) +} + +func (*traceTailSamplingRulesRuleFilterSpanErrorPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterSpanError)(nil)).Elem() +} + +func (i *traceTailSamplingRulesRuleFilterSpanErrorPtrType) ToTraceTailSamplingRulesRuleFilterSpanErrorPtrOutput() TraceTailSamplingRulesRuleFilterSpanErrorPtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanErrorPtrOutputWithContext(context.Background()) +} + +func (i *traceTailSamplingRulesRuleFilterSpanErrorPtrType) ToTraceTailSamplingRulesRuleFilterSpanErrorPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanErrorPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanErrorPtrOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanErrorOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterSpanErrorOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanError)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterSpanErrorOutput) ToTraceTailSamplingRulesRuleFilterSpanErrorOutput() TraceTailSamplingRulesRuleFilterSpanErrorOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanErrorOutput) ToTraceTailSamplingRulesRuleFilterSpanErrorOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanErrorOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanErrorOutput) ToTraceTailSamplingRulesRuleFilterSpanErrorPtrOutput() TraceTailSamplingRulesRuleFilterSpanErrorPtrOutput { + return o.ToTraceTailSamplingRulesRuleFilterSpanErrorPtrOutputWithContext(context.Background()) +} + +func (o TraceTailSamplingRulesRuleFilterSpanErrorOutput) ToTraceTailSamplingRulesRuleFilterSpanErrorPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanErrorPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceTailSamplingRulesRuleFilterSpanError) *TraceTailSamplingRulesRuleFilterSpanError { + return &v + }).(TraceTailSamplingRulesRuleFilterSpanErrorPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanErrorOutput) Value() pulumi.BoolOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpanError) bool { return v.Value }).(pulumi.BoolOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanErrorPtrOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterSpanErrorPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterSpanError)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterSpanErrorPtrOutput) ToTraceTailSamplingRulesRuleFilterSpanErrorPtrOutput() TraceTailSamplingRulesRuleFilterSpanErrorPtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanErrorPtrOutput) ToTraceTailSamplingRulesRuleFilterSpanErrorPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanErrorPtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanErrorPtrOutput) Elem() TraceTailSamplingRulesRuleFilterSpanErrorOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanError) TraceTailSamplingRulesRuleFilterSpanError { + if v != nil { + return *v + } + var ret TraceTailSamplingRulesRuleFilterSpanError + return ret + }).(TraceTailSamplingRulesRuleFilterSpanErrorOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanErrorPtrOutput) Value() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanError) *bool { + if v == nil { + return nil + } + return &v.Value + }).(pulumi.BoolPtrOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanOperation struct { + Match *string `pulumi:"match"` + Value string `pulumi:"value"` +} + +// TraceTailSamplingRulesRuleFilterSpanOperationInput is an input type that accepts TraceTailSamplingRulesRuleFilterSpanOperationArgs and TraceTailSamplingRulesRuleFilterSpanOperationOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterSpanOperationInput` via: +// +// TraceTailSamplingRulesRuleFilterSpanOperationArgs{...} +type TraceTailSamplingRulesRuleFilterSpanOperationInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterSpanOperationOutput() TraceTailSamplingRulesRuleFilterSpanOperationOutput + ToTraceTailSamplingRulesRuleFilterSpanOperationOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterSpanOperationOutput +} + +type TraceTailSamplingRulesRuleFilterSpanOperationArgs struct { + Match pulumi.StringPtrInput `pulumi:"match"` + Value pulumi.StringInput `pulumi:"value"` +} + +func (TraceTailSamplingRulesRuleFilterSpanOperationArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanOperation)(nil)).Elem() +} + +func (i TraceTailSamplingRulesRuleFilterSpanOperationArgs) ToTraceTailSamplingRulesRuleFilterSpanOperationOutput() TraceTailSamplingRulesRuleFilterSpanOperationOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanOperationOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterSpanOperationArgs) ToTraceTailSamplingRulesRuleFilterSpanOperationOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanOperationOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanOperationOutput) +} + +func (i TraceTailSamplingRulesRuleFilterSpanOperationArgs) ToTraceTailSamplingRulesRuleFilterSpanOperationPtrOutput() TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanOperationPtrOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterSpanOperationArgs) ToTraceTailSamplingRulesRuleFilterSpanOperationPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanOperationOutput).ToTraceTailSamplingRulesRuleFilterSpanOperationPtrOutputWithContext(ctx) +} + +// TraceTailSamplingRulesRuleFilterSpanOperationPtrInput is an input type that accepts TraceTailSamplingRulesRuleFilterSpanOperationArgs, TraceTailSamplingRulesRuleFilterSpanOperationPtr and TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterSpanOperationPtrInput` via: +// +// TraceTailSamplingRulesRuleFilterSpanOperationArgs{...} +// +// or: +// +// nil +type TraceTailSamplingRulesRuleFilterSpanOperationPtrInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterSpanOperationPtrOutput() TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput + ToTraceTailSamplingRulesRuleFilterSpanOperationPtrOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput +} + +type traceTailSamplingRulesRuleFilterSpanOperationPtrType TraceTailSamplingRulesRuleFilterSpanOperationArgs + +func TraceTailSamplingRulesRuleFilterSpanOperationPtr(v *TraceTailSamplingRulesRuleFilterSpanOperationArgs) TraceTailSamplingRulesRuleFilterSpanOperationPtrInput { + return (*traceTailSamplingRulesRuleFilterSpanOperationPtrType)(v) +} + +func (*traceTailSamplingRulesRuleFilterSpanOperationPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterSpanOperation)(nil)).Elem() +} + +func (i *traceTailSamplingRulesRuleFilterSpanOperationPtrType) ToTraceTailSamplingRulesRuleFilterSpanOperationPtrOutput() TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanOperationPtrOutputWithContext(context.Background()) +} + +func (i *traceTailSamplingRulesRuleFilterSpanOperationPtrType) ToTraceTailSamplingRulesRuleFilterSpanOperationPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanOperationOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterSpanOperationOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanOperation)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterSpanOperationOutput) ToTraceTailSamplingRulesRuleFilterSpanOperationOutput() TraceTailSamplingRulesRuleFilterSpanOperationOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanOperationOutput) ToTraceTailSamplingRulesRuleFilterSpanOperationOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanOperationOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanOperationOutput) ToTraceTailSamplingRulesRuleFilterSpanOperationPtrOutput() TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput { + return o.ToTraceTailSamplingRulesRuleFilterSpanOperationPtrOutputWithContext(context.Background()) +} + +func (o TraceTailSamplingRulesRuleFilterSpanOperationOutput) ToTraceTailSamplingRulesRuleFilterSpanOperationPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceTailSamplingRulesRuleFilterSpanOperation) *TraceTailSamplingRulesRuleFilterSpanOperation { + return &v + }).(TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanOperationOutput) Match() pulumi.StringPtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpanOperation) *string { return v.Match }).(pulumi.StringPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanOperationOutput) Value() pulumi.StringOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpanOperation) string { return v.Value }).(pulumi.StringOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterSpanOperation)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput) ToTraceTailSamplingRulesRuleFilterSpanOperationPtrOutput() TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput) ToTraceTailSamplingRulesRuleFilterSpanOperationPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput) Elem() TraceTailSamplingRulesRuleFilterSpanOperationOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanOperation) TraceTailSamplingRulesRuleFilterSpanOperation { + if v != nil { + return *v + } + var ret TraceTailSamplingRulesRuleFilterSpanOperation + return ret + }).(TraceTailSamplingRulesRuleFilterSpanOperationOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput) Match() pulumi.StringPtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanOperation) *string { + if v == nil { + return nil + } + return v.Match + }).(pulumi.StringPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput) Value() pulumi.StringPtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanOperation) *string { + if v == nil { + return nil + } + return &v.Value + }).(pulumi.StringPtrOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanParentOperation struct { + Match *string `pulumi:"match"` + Value string `pulumi:"value"` +} + +// TraceTailSamplingRulesRuleFilterSpanParentOperationInput is an input type that accepts TraceTailSamplingRulesRuleFilterSpanParentOperationArgs and TraceTailSamplingRulesRuleFilterSpanParentOperationOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterSpanParentOperationInput` via: +// +// TraceTailSamplingRulesRuleFilterSpanParentOperationArgs{...} +type TraceTailSamplingRulesRuleFilterSpanParentOperationInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterSpanParentOperationOutput() TraceTailSamplingRulesRuleFilterSpanParentOperationOutput + ToTraceTailSamplingRulesRuleFilterSpanParentOperationOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterSpanParentOperationOutput +} + +type TraceTailSamplingRulesRuleFilterSpanParentOperationArgs struct { + Match pulumi.StringPtrInput `pulumi:"match"` + Value pulumi.StringInput `pulumi:"value"` +} + +func (TraceTailSamplingRulesRuleFilterSpanParentOperationArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanParentOperation)(nil)).Elem() +} + +func (i TraceTailSamplingRulesRuleFilterSpanParentOperationArgs) ToTraceTailSamplingRulesRuleFilterSpanParentOperationOutput() TraceTailSamplingRulesRuleFilterSpanParentOperationOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanParentOperationOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterSpanParentOperationArgs) ToTraceTailSamplingRulesRuleFilterSpanParentOperationOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanParentOperationOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanParentOperationOutput) +} + +func (i TraceTailSamplingRulesRuleFilterSpanParentOperationArgs) ToTraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput() TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterSpanParentOperationArgs) ToTraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanParentOperationOutput).ToTraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutputWithContext(ctx) +} + +// TraceTailSamplingRulesRuleFilterSpanParentOperationPtrInput is an input type that accepts TraceTailSamplingRulesRuleFilterSpanParentOperationArgs, TraceTailSamplingRulesRuleFilterSpanParentOperationPtr and TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterSpanParentOperationPtrInput` via: +// +// TraceTailSamplingRulesRuleFilterSpanParentOperationArgs{...} +// +// or: +// +// nil +type TraceTailSamplingRulesRuleFilterSpanParentOperationPtrInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput() TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput + ToTraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput +} + +type traceTailSamplingRulesRuleFilterSpanParentOperationPtrType TraceTailSamplingRulesRuleFilterSpanParentOperationArgs + +func TraceTailSamplingRulesRuleFilterSpanParentOperationPtr(v *TraceTailSamplingRulesRuleFilterSpanParentOperationArgs) TraceTailSamplingRulesRuleFilterSpanParentOperationPtrInput { + return (*traceTailSamplingRulesRuleFilterSpanParentOperationPtrType)(v) +} + +func (*traceTailSamplingRulesRuleFilterSpanParentOperationPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterSpanParentOperation)(nil)).Elem() +} + +func (i *traceTailSamplingRulesRuleFilterSpanParentOperationPtrType) ToTraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput() TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutputWithContext(context.Background()) +} + +func (i *traceTailSamplingRulesRuleFilterSpanParentOperationPtrType) ToTraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanParentOperationOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterSpanParentOperationOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanParentOperation)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterSpanParentOperationOutput) ToTraceTailSamplingRulesRuleFilterSpanParentOperationOutput() TraceTailSamplingRulesRuleFilterSpanParentOperationOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanParentOperationOutput) ToTraceTailSamplingRulesRuleFilterSpanParentOperationOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanParentOperationOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanParentOperationOutput) ToTraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput() TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput { + return o.ToTraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutputWithContext(context.Background()) +} + +func (o TraceTailSamplingRulesRuleFilterSpanParentOperationOutput) ToTraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceTailSamplingRulesRuleFilterSpanParentOperation) *TraceTailSamplingRulesRuleFilterSpanParentOperation { + return &v + }).(TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanParentOperationOutput) Match() pulumi.StringPtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpanParentOperation) *string { return v.Match }).(pulumi.StringPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanParentOperationOutput) Value() pulumi.StringOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpanParentOperation) string { return v.Value }).(pulumi.StringOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterSpanParentOperation)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput) ToTraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput() TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput) ToTraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput) Elem() TraceTailSamplingRulesRuleFilterSpanParentOperationOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanParentOperation) TraceTailSamplingRulesRuleFilterSpanParentOperation { + if v != nil { + return *v + } + var ret TraceTailSamplingRulesRuleFilterSpanParentOperation + return ret + }).(TraceTailSamplingRulesRuleFilterSpanParentOperationOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput) Match() pulumi.StringPtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanParentOperation) *string { + if v == nil { + return nil + } + return v.Match + }).(pulumi.StringPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput) Value() pulumi.StringPtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanParentOperation) *string { + if v == nil { + return nil + } + return &v.Value + }).(pulumi.StringPtrOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanParentService struct { + Match *string `pulumi:"match"` + Value string `pulumi:"value"` +} + +// TraceTailSamplingRulesRuleFilterSpanParentServiceInput is an input type that accepts TraceTailSamplingRulesRuleFilterSpanParentServiceArgs and TraceTailSamplingRulesRuleFilterSpanParentServiceOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterSpanParentServiceInput` via: +// +// TraceTailSamplingRulesRuleFilterSpanParentServiceArgs{...} +type TraceTailSamplingRulesRuleFilterSpanParentServiceInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterSpanParentServiceOutput() TraceTailSamplingRulesRuleFilterSpanParentServiceOutput + ToTraceTailSamplingRulesRuleFilterSpanParentServiceOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterSpanParentServiceOutput +} + +type TraceTailSamplingRulesRuleFilterSpanParentServiceArgs struct { + Match pulumi.StringPtrInput `pulumi:"match"` + Value pulumi.StringInput `pulumi:"value"` +} + +func (TraceTailSamplingRulesRuleFilterSpanParentServiceArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanParentService)(nil)).Elem() +} + +func (i TraceTailSamplingRulesRuleFilterSpanParentServiceArgs) ToTraceTailSamplingRulesRuleFilterSpanParentServiceOutput() TraceTailSamplingRulesRuleFilterSpanParentServiceOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanParentServiceOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterSpanParentServiceArgs) ToTraceTailSamplingRulesRuleFilterSpanParentServiceOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanParentServiceOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanParentServiceOutput) +} + +func (i TraceTailSamplingRulesRuleFilterSpanParentServiceArgs) ToTraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput() TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanParentServicePtrOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterSpanParentServiceArgs) ToTraceTailSamplingRulesRuleFilterSpanParentServicePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanParentServiceOutput).ToTraceTailSamplingRulesRuleFilterSpanParentServicePtrOutputWithContext(ctx) +} + +// TraceTailSamplingRulesRuleFilterSpanParentServicePtrInput is an input type that accepts TraceTailSamplingRulesRuleFilterSpanParentServiceArgs, TraceTailSamplingRulesRuleFilterSpanParentServicePtr and TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterSpanParentServicePtrInput` via: +// +// TraceTailSamplingRulesRuleFilterSpanParentServiceArgs{...} +// +// or: +// +// nil +type TraceTailSamplingRulesRuleFilterSpanParentServicePtrInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput() TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput + ToTraceTailSamplingRulesRuleFilterSpanParentServicePtrOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput +} + +type traceTailSamplingRulesRuleFilterSpanParentServicePtrType TraceTailSamplingRulesRuleFilterSpanParentServiceArgs + +func TraceTailSamplingRulesRuleFilterSpanParentServicePtr(v *TraceTailSamplingRulesRuleFilterSpanParentServiceArgs) TraceTailSamplingRulesRuleFilterSpanParentServicePtrInput { + return (*traceTailSamplingRulesRuleFilterSpanParentServicePtrType)(v) +} + +func (*traceTailSamplingRulesRuleFilterSpanParentServicePtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterSpanParentService)(nil)).Elem() +} + +func (i *traceTailSamplingRulesRuleFilterSpanParentServicePtrType) ToTraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput() TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanParentServicePtrOutputWithContext(context.Background()) +} + +func (i *traceTailSamplingRulesRuleFilterSpanParentServicePtrType) ToTraceTailSamplingRulesRuleFilterSpanParentServicePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanParentServiceOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterSpanParentServiceOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanParentService)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterSpanParentServiceOutput) ToTraceTailSamplingRulesRuleFilterSpanParentServiceOutput() TraceTailSamplingRulesRuleFilterSpanParentServiceOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanParentServiceOutput) ToTraceTailSamplingRulesRuleFilterSpanParentServiceOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanParentServiceOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanParentServiceOutput) ToTraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput() TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput { + return o.ToTraceTailSamplingRulesRuleFilterSpanParentServicePtrOutputWithContext(context.Background()) +} + +func (o TraceTailSamplingRulesRuleFilterSpanParentServiceOutput) ToTraceTailSamplingRulesRuleFilterSpanParentServicePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceTailSamplingRulesRuleFilterSpanParentService) *TraceTailSamplingRulesRuleFilterSpanParentService { + return &v + }).(TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanParentServiceOutput) Match() pulumi.StringPtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpanParentService) *string { return v.Match }).(pulumi.StringPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanParentServiceOutput) Value() pulumi.StringOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpanParentService) string { return v.Value }).(pulumi.StringOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterSpanParentService)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput) ToTraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput() TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput) ToTraceTailSamplingRulesRuleFilterSpanParentServicePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput) Elem() TraceTailSamplingRulesRuleFilterSpanParentServiceOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanParentService) TraceTailSamplingRulesRuleFilterSpanParentService { + if v != nil { + return *v + } + var ret TraceTailSamplingRulesRuleFilterSpanParentService + return ret + }).(TraceTailSamplingRulesRuleFilterSpanParentServiceOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput) Match() pulumi.StringPtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanParentService) *string { + if v == nil { + return nil + } + return v.Match + }).(pulumi.StringPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput) Value() pulumi.StringPtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanParentService) *string { + if v == nil { + return nil + } + return &v.Value + }).(pulumi.StringPtrOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanService struct { + Match *string `pulumi:"match"` + Value string `pulumi:"value"` +} + +// TraceTailSamplingRulesRuleFilterSpanServiceInput is an input type that accepts TraceTailSamplingRulesRuleFilterSpanServiceArgs and TraceTailSamplingRulesRuleFilterSpanServiceOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterSpanServiceInput` via: +// +// TraceTailSamplingRulesRuleFilterSpanServiceArgs{...} +type TraceTailSamplingRulesRuleFilterSpanServiceInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterSpanServiceOutput() TraceTailSamplingRulesRuleFilterSpanServiceOutput + ToTraceTailSamplingRulesRuleFilterSpanServiceOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterSpanServiceOutput +} + +type TraceTailSamplingRulesRuleFilterSpanServiceArgs struct { + Match pulumi.StringPtrInput `pulumi:"match"` + Value pulumi.StringInput `pulumi:"value"` +} + +func (TraceTailSamplingRulesRuleFilterSpanServiceArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanService)(nil)).Elem() +} + +func (i TraceTailSamplingRulesRuleFilterSpanServiceArgs) ToTraceTailSamplingRulesRuleFilterSpanServiceOutput() TraceTailSamplingRulesRuleFilterSpanServiceOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanServiceOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterSpanServiceArgs) ToTraceTailSamplingRulesRuleFilterSpanServiceOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanServiceOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanServiceOutput) +} + +func (i TraceTailSamplingRulesRuleFilterSpanServiceArgs) ToTraceTailSamplingRulesRuleFilterSpanServicePtrOutput() TraceTailSamplingRulesRuleFilterSpanServicePtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanServicePtrOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterSpanServiceArgs) ToTraceTailSamplingRulesRuleFilterSpanServicePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanServicePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanServiceOutput).ToTraceTailSamplingRulesRuleFilterSpanServicePtrOutputWithContext(ctx) +} + +// TraceTailSamplingRulesRuleFilterSpanServicePtrInput is an input type that accepts TraceTailSamplingRulesRuleFilterSpanServiceArgs, TraceTailSamplingRulesRuleFilterSpanServicePtr and TraceTailSamplingRulesRuleFilterSpanServicePtrOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterSpanServicePtrInput` via: +// +// TraceTailSamplingRulesRuleFilterSpanServiceArgs{...} +// +// or: +// +// nil +type TraceTailSamplingRulesRuleFilterSpanServicePtrInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterSpanServicePtrOutput() TraceTailSamplingRulesRuleFilterSpanServicePtrOutput + ToTraceTailSamplingRulesRuleFilterSpanServicePtrOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterSpanServicePtrOutput +} + +type traceTailSamplingRulesRuleFilterSpanServicePtrType TraceTailSamplingRulesRuleFilterSpanServiceArgs + +func TraceTailSamplingRulesRuleFilterSpanServicePtr(v *TraceTailSamplingRulesRuleFilterSpanServiceArgs) TraceTailSamplingRulesRuleFilterSpanServicePtrInput { + return (*traceTailSamplingRulesRuleFilterSpanServicePtrType)(v) +} + +func (*traceTailSamplingRulesRuleFilterSpanServicePtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterSpanService)(nil)).Elem() +} + +func (i *traceTailSamplingRulesRuleFilterSpanServicePtrType) ToTraceTailSamplingRulesRuleFilterSpanServicePtrOutput() TraceTailSamplingRulesRuleFilterSpanServicePtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanServicePtrOutputWithContext(context.Background()) +} + +func (i *traceTailSamplingRulesRuleFilterSpanServicePtrType) ToTraceTailSamplingRulesRuleFilterSpanServicePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanServicePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanServicePtrOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanServiceOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterSpanServiceOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanService)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterSpanServiceOutput) ToTraceTailSamplingRulesRuleFilterSpanServiceOutput() TraceTailSamplingRulesRuleFilterSpanServiceOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanServiceOutput) ToTraceTailSamplingRulesRuleFilterSpanServiceOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanServiceOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanServiceOutput) ToTraceTailSamplingRulesRuleFilterSpanServicePtrOutput() TraceTailSamplingRulesRuleFilterSpanServicePtrOutput { + return o.ToTraceTailSamplingRulesRuleFilterSpanServicePtrOutputWithContext(context.Background()) +} + +func (o TraceTailSamplingRulesRuleFilterSpanServiceOutput) ToTraceTailSamplingRulesRuleFilterSpanServicePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanServicePtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceTailSamplingRulesRuleFilterSpanService) *TraceTailSamplingRulesRuleFilterSpanService { + return &v + }).(TraceTailSamplingRulesRuleFilterSpanServicePtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanServiceOutput) Match() pulumi.StringPtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpanService) *string { return v.Match }).(pulumi.StringPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanServiceOutput) Value() pulumi.StringOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpanService) string { return v.Value }).(pulumi.StringOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanServicePtrOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterSpanServicePtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterSpanService)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterSpanServicePtrOutput) ToTraceTailSamplingRulesRuleFilterSpanServicePtrOutput() TraceTailSamplingRulesRuleFilterSpanServicePtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanServicePtrOutput) ToTraceTailSamplingRulesRuleFilterSpanServicePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanServicePtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanServicePtrOutput) Elem() TraceTailSamplingRulesRuleFilterSpanServiceOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanService) TraceTailSamplingRulesRuleFilterSpanService { + if v != nil { + return *v + } + var ret TraceTailSamplingRulesRuleFilterSpanService + return ret + }).(TraceTailSamplingRulesRuleFilterSpanServiceOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanServicePtrOutput) Match() pulumi.StringPtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanService) *string { + if v == nil { + return nil + } + return v.Match + }).(pulumi.StringPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanServicePtrOutput) Value() pulumi.StringPtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanService) *string { + if v == nil { + return nil + } + return &v.Value + }).(pulumi.StringPtrOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanSpanCount struct { + Max *int `pulumi:"max"` + Min *int `pulumi:"min"` +} + +// TraceTailSamplingRulesRuleFilterSpanSpanCountInput is an input type that accepts TraceTailSamplingRulesRuleFilterSpanSpanCountArgs and TraceTailSamplingRulesRuleFilterSpanSpanCountOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterSpanSpanCountInput` via: +// +// TraceTailSamplingRulesRuleFilterSpanSpanCountArgs{...} +type TraceTailSamplingRulesRuleFilterSpanSpanCountInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterSpanSpanCountOutput() TraceTailSamplingRulesRuleFilterSpanSpanCountOutput + ToTraceTailSamplingRulesRuleFilterSpanSpanCountOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterSpanSpanCountOutput +} + +type TraceTailSamplingRulesRuleFilterSpanSpanCountArgs struct { + Max pulumi.IntPtrInput `pulumi:"max"` + Min pulumi.IntPtrInput `pulumi:"min"` +} + +func (TraceTailSamplingRulesRuleFilterSpanSpanCountArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanSpanCount)(nil)).Elem() +} + +func (i TraceTailSamplingRulesRuleFilterSpanSpanCountArgs) ToTraceTailSamplingRulesRuleFilterSpanSpanCountOutput() TraceTailSamplingRulesRuleFilterSpanSpanCountOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanSpanCountOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterSpanSpanCountArgs) ToTraceTailSamplingRulesRuleFilterSpanSpanCountOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanSpanCountOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanSpanCountOutput) +} + +func (i TraceTailSamplingRulesRuleFilterSpanSpanCountArgs) ToTraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput() TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterSpanSpanCountArgs) ToTraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanSpanCountOutput).ToTraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutputWithContext(ctx) +} + +// TraceTailSamplingRulesRuleFilterSpanSpanCountPtrInput is an input type that accepts TraceTailSamplingRulesRuleFilterSpanSpanCountArgs, TraceTailSamplingRulesRuleFilterSpanSpanCountPtr and TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterSpanSpanCountPtrInput` via: +// +// TraceTailSamplingRulesRuleFilterSpanSpanCountArgs{...} +// +// or: +// +// nil +type TraceTailSamplingRulesRuleFilterSpanSpanCountPtrInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput() TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput + ToTraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput +} + +type traceTailSamplingRulesRuleFilterSpanSpanCountPtrType TraceTailSamplingRulesRuleFilterSpanSpanCountArgs + +func TraceTailSamplingRulesRuleFilterSpanSpanCountPtr(v *TraceTailSamplingRulesRuleFilterSpanSpanCountArgs) TraceTailSamplingRulesRuleFilterSpanSpanCountPtrInput { + return (*traceTailSamplingRulesRuleFilterSpanSpanCountPtrType)(v) +} + +func (*traceTailSamplingRulesRuleFilterSpanSpanCountPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterSpanSpanCount)(nil)).Elem() +} + +func (i *traceTailSamplingRulesRuleFilterSpanSpanCountPtrType) ToTraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput() TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutputWithContext(context.Background()) +} + +func (i *traceTailSamplingRulesRuleFilterSpanSpanCountPtrType) ToTraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanSpanCountOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterSpanSpanCountOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanSpanCount)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterSpanSpanCountOutput) ToTraceTailSamplingRulesRuleFilterSpanSpanCountOutput() TraceTailSamplingRulesRuleFilterSpanSpanCountOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanSpanCountOutput) ToTraceTailSamplingRulesRuleFilterSpanSpanCountOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanSpanCountOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanSpanCountOutput) ToTraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput() TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput { + return o.ToTraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutputWithContext(context.Background()) +} + +func (o TraceTailSamplingRulesRuleFilterSpanSpanCountOutput) ToTraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceTailSamplingRulesRuleFilterSpanSpanCount) *TraceTailSamplingRulesRuleFilterSpanSpanCount { + return &v + }).(TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanSpanCountOutput) Max() pulumi.IntPtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpanSpanCount) *int { return v.Max }).(pulumi.IntPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanSpanCountOutput) Min() pulumi.IntPtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpanSpanCount) *int { return v.Min }).(pulumi.IntPtrOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterSpanSpanCount)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput) ToTraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput() TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput) ToTraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput) Elem() TraceTailSamplingRulesRuleFilterSpanSpanCountOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanSpanCount) TraceTailSamplingRulesRuleFilterSpanSpanCount { + if v != nil { + return *v + } + var ret TraceTailSamplingRulesRuleFilterSpanSpanCount + return ret + }).(TraceTailSamplingRulesRuleFilterSpanSpanCountOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput) Max() pulumi.IntPtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanSpanCount) *int { + if v == nil { + return nil + } + return v.Max + }).(pulumi.IntPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput) Min() pulumi.IntPtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanSpanCount) *int { + if v == nil { + return nil + } + return v.Min + }).(pulumi.IntPtrOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanTag struct { + Key *string `pulumi:"key"` + NumericValue *TraceTailSamplingRulesRuleFilterSpanTagNumericValue `pulumi:"numericValue"` + Value *TraceTailSamplingRulesRuleFilterSpanTagValue `pulumi:"value"` +} + +// TraceTailSamplingRulesRuleFilterSpanTagInput is an input type that accepts TraceTailSamplingRulesRuleFilterSpanTagArgs and TraceTailSamplingRulesRuleFilterSpanTagOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterSpanTagInput` via: +// +// TraceTailSamplingRulesRuleFilterSpanTagArgs{...} +type TraceTailSamplingRulesRuleFilterSpanTagInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterSpanTagOutput() TraceTailSamplingRulesRuleFilterSpanTagOutput + ToTraceTailSamplingRulesRuleFilterSpanTagOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterSpanTagOutput +} + +type TraceTailSamplingRulesRuleFilterSpanTagArgs struct { + Key pulumi.StringPtrInput `pulumi:"key"` + NumericValue TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrInput `pulumi:"numericValue"` + Value TraceTailSamplingRulesRuleFilterSpanTagValuePtrInput `pulumi:"value"` +} + +func (TraceTailSamplingRulesRuleFilterSpanTagArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanTag)(nil)).Elem() +} + +func (i TraceTailSamplingRulesRuleFilterSpanTagArgs) ToTraceTailSamplingRulesRuleFilterSpanTagOutput() TraceTailSamplingRulesRuleFilterSpanTagOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanTagOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterSpanTagArgs) ToTraceTailSamplingRulesRuleFilterSpanTagOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanTagOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanTagOutput) +} + +// TraceTailSamplingRulesRuleFilterSpanTagArrayInput is an input type that accepts TraceTailSamplingRulesRuleFilterSpanTagArray and TraceTailSamplingRulesRuleFilterSpanTagArrayOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterSpanTagArrayInput` via: +// +// TraceTailSamplingRulesRuleFilterSpanTagArray{ TraceTailSamplingRulesRuleFilterSpanTagArgs{...} } +type TraceTailSamplingRulesRuleFilterSpanTagArrayInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterSpanTagArrayOutput() TraceTailSamplingRulesRuleFilterSpanTagArrayOutput + ToTraceTailSamplingRulesRuleFilterSpanTagArrayOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterSpanTagArrayOutput +} + +type TraceTailSamplingRulesRuleFilterSpanTagArray []TraceTailSamplingRulesRuleFilterSpanTagInput + +func (TraceTailSamplingRulesRuleFilterSpanTagArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]TraceTailSamplingRulesRuleFilterSpanTag)(nil)).Elem() +} + +func (i TraceTailSamplingRulesRuleFilterSpanTagArray) ToTraceTailSamplingRulesRuleFilterSpanTagArrayOutput() TraceTailSamplingRulesRuleFilterSpanTagArrayOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanTagArrayOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterSpanTagArray) ToTraceTailSamplingRulesRuleFilterSpanTagArrayOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanTagArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanTagArrayOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanTagOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterSpanTagOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanTag)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagOutput) ToTraceTailSamplingRulesRuleFilterSpanTagOutput() TraceTailSamplingRulesRuleFilterSpanTagOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagOutput) ToTraceTailSamplingRulesRuleFilterSpanTagOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanTagOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagOutput) Key() pulumi.StringPtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpanTag) *string { return v.Key }).(pulumi.StringPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagOutput) NumericValue() TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpanTag) *TraceTailSamplingRulesRuleFilterSpanTagNumericValue { + return v.NumericValue + }).(TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagOutput) Value() TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpanTag) *TraceTailSamplingRulesRuleFilterSpanTagValue { + return v.Value + }).(TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanTagArrayOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterSpanTagArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]TraceTailSamplingRulesRuleFilterSpanTag)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagArrayOutput) ToTraceTailSamplingRulesRuleFilterSpanTagArrayOutput() TraceTailSamplingRulesRuleFilterSpanTagArrayOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagArrayOutput) ToTraceTailSamplingRulesRuleFilterSpanTagArrayOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanTagArrayOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagArrayOutput) Index(i pulumi.IntInput) TraceTailSamplingRulesRuleFilterSpanTagOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) TraceTailSamplingRulesRuleFilterSpanTag { + return vs[0].([]TraceTailSamplingRulesRuleFilterSpanTag)[vs[1].(int)] + }).(TraceTailSamplingRulesRuleFilterSpanTagOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanTagNumericValue struct { + Comparison string `pulumi:"comparison"` + Value float64 `pulumi:"value"` +} + +// TraceTailSamplingRulesRuleFilterSpanTagNumericValueInput is an input type that accepts TraceTailSamplingRulesRuleFilterSpanTagNumericValueArgs and TraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterSpanTagNumericValueInput` via: +// +// TraceTailSamplingRulesRuleFilterSpanTagNumericValueArgs{...} +type TraceTailSamplingRulesRuleFilterSpanTagNumericValueInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput() TraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput + ToTraceTailSamplingRulesRuleFilterSpanTagNumericValueOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput +} + +type TraceTailSamplingRulesRuleFilterSpanTagNumericValueArgs struct { + Comparison pulumi.StringInput `pulumi:"comparison"` + Value pulumi.Float64Input `pulumi:"value"` +} + +func (TraceTailSamplingRulesRuleFilterSpanTagNumericValueArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanTagNumericValue)(nil)).Elem() +} + +func (i TraceTailSamplingRulesRuleFilterSpanTagNumericValueArgs) ToTraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput() TraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanTagNumericValueOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterSpanTagNumericValueArgs) ToTraceTailSamplingRulesRuleFilterSpanTagNumericValueOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput) +} + +func (i TraceTailSamplingRulesRuleFilterSpanTagNumericValueArgs) ToTraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput() TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterSpanTagNumericValueArgs) ToTraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput).ToTraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutputWithContext(ctx) +} + +// TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrInput is an input type that accepts TraceTailSamplingRulesRuleFilterSpanTagNumericValueArgs, TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtr and TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrInput` via: +// +// TraceTailSamplingRulesRuleFilterSpanTagNumericValueArgs{...} +// +// or: +// +// nil +type TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput() TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput + ToTraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput +} + +type traceTailSamplingRulesRuleFilterSpanTagNumericValuePtrType TraceTailSamplingRulesRuleFilterSpanTagNumericValueArgs + +func TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtr(v *TraceTailSamplingRulesRuleFilterSpanTagNumericValueArgs) TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrInput { + return (*traceTailSamplingRulesRuleFilterSpanTagNumericValuePtrType)(v) +} + +func (*traceTailSamplingRulesRuleFilterSpanTagNumericValuePtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterSpanTagNumericValue)(nil)).Elem() +} + +func (i *traceTailSamplingRulesRuleFilterSpanTagNumericValuePtrType) ToTraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput() TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutputWithContext(context.Background()) +} + +func (i *traceTailSamplingRulesRuleFilterSpanTagNumericValuePtrType) ToTraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanTagNumericValue)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput) ToTraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput() TraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput) ToTraceTailSamplingRulesRuleFilterSpanTagNumericValueOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput) ToTraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput() TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput { + return o.ToTraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutputWithContext(context.Background()) +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput) ToTraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceTailSamplingRulesRuleFilterSpanTagNumericValue) *TraceTailSamplingRulesRuleFilterSpanTagNumericValue { + return &v + }).(TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput) Comparison() pulumi.StringOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpanTagNumericValue) string { return v.Comparison }).(pulumi.StringOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput) Value() pulumi.Float64Output { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpanTagNumericValue) float64 { return v.Value }).(pulumi.Float64Output) +} + +type TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterSpanTagNumericValue)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput) ToTraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput() TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput) ToTraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput) Elem() TraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanTagNumericValue) TraceTailSamplingRulesRuleFilterSpanTagNumericValue { + if v != nil { + return *v + } + var ret TraceTailSamplingRulesRuleFilterSpanTagNumericValue + return ret + }).(TraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput) Comparison() pulumi.StringPtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanTagNumericValue) *string { + if v == nil { + return nil + } + return &v.Comparison + }).(pulumi.StringPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput) Value() pulumi.Float64PtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanTagNumericValue) *float64 { + if v == nil { + return nil + } + return &v.Value + }).(pulumi.Float64PtrOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanTagValue struct { + Match *string `pulumi:"match"` + Value string `pulumi:"value"` +} + +// TraceTailSamplingRulesRuleFilterSpanTagValueInput is an input type that accepts TraceTailSamplingRulesRuleFilterSpanTagValueArgs and TraceTailSamplingRulesRuleFilterSpanTagValueOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterSpanTagValueInput` via: +// +// TraceTailSamplingRulesRuleFilterSpanTagValueArgs{...} +type TraceTailSamplingRulesRuleFilterSpanTagValueInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterSpanTagValueOutput() TraceTailSamplingRulesRuleFilterSpanTagValueOutput + ToTraceTailSamplingRulesRuleFilterSpanTagValueOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterSpanTagValueOutput +} + +type TraceTailSamplingRulesRuleFilterSpanTagValueArgs struct { + Match pulumi.StringPtrInput `pulumi:"match"` + Value pulumi.StringInput `pulumi:"value"` +} + +func (TraceTailSamplingRulesRuleFilterSpanTagValueArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanTagValue)(nil)).Elem() +} + +func (i TraceTailSamplingRulesRuleFilterSpanTagValueArgs) ToTraceTailSamplingRulesRuleFilterSpanTagValueOutput() TraceTailSamplingRulesRuleFilterSpanTagValueOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanTagValueOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterSpanTagValueArgs) ToTraceTailSamplingRulesRuleFilterSpanTagValueOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanTagValueOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanTagValueOutput) +} + +func (i TraceTailSamplingRulesRuleFilterSpanTagValueArgs) ToTraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput() TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanTagValuePtrOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterSpanTagValueArgs) ToTraceTailSamplingRulesRuleFilterSpanTagValuePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanTagValueOutput).ToTraceTailSamplingRulesRuleFilterSpanTagValuePtrOutputWithContext(ctx) +} + +// TraceTailSamplingRulesRuleFilterSpanTagValuePtrInput is an input type that accepts TraceTailSamplingRulesRuleFilterSpanTagValueArgs, TraceTailSamplingRulesRuleFilterSpanTagValuePtr and TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterSpanTagValuePtrInput` via: +// +// TraceTailSamplingRulesRuleFilterSpanTagValueArgs{...} +// +// or: +// +// nil +type TraceTailSamplingRulesRuleFilterSpanTagValuePtrInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput() TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput + ToTraceTailSamplingRulesRuleFilterSpanTagValuePtrOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput +} + +type traceTailSamplingRulesRuleFilterSpanTagValuePtrType TraceTailSamplingRulesRuleFilterSpanTagValueArgs + +func TraceTailSamplingRulesRuleFilterSpanTagValuePtr(v *TraceTailSamplingRulesRuleFilterSpanTagValueArgs) TraceTailSamplingRulesRuleFilterSpanTagValuePtrInput { + return (*traceTailSamplingRulesRuleFilterSpanTagValuePtrType)(v) +} + +func (*traceTailSamplingRulesRuleFilterSpanTagValuePtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterSpanTagValue)(nil)).Elem() +} + +func (i *traceTailSamplingRulesRuleFilterSpanTagValuePtrType) ToTraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput() TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterSpanTagValuePtrOutputWithContext(context.Background()) +} + +func (i *traceTailSamplingRulesRuleFilterSpanTagValuePtrType) ToTraceTailSamplingRulesRuleFilterSpanTagValuePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanTagValueOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterSpanTagValueOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanTagValue)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagValueOutput) ToTraceTailSamplingRulesRuleFilterSpanTagValueOutput() TraceTailSamplingRulesRuleFilterSpanTagValueOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagValueOutput) ToTraceTailSamplingRulesRuleFilterSpanTagValueOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanTagValueOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagValueOutput) ToTraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput() TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput { + return o.ToTraceTailSamplingRulesRuleFilterSpanTagValuePtrOutputWithContext(context.Background()) +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagValueOutput) ToTraceTailSamplingRulesRuleFilterSpanTagValuePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceTailSamplingRulesRuleFilterSpanTagValue) *TraceTailSamplingRulesRuleFilterSpanTagValue { + return &v + }).(TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagValueOutput) Match() pulumi.StringPtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpanTagValue) *string { return v.Match }).(pulumi.StringPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagValueOutput) Value() pulumi.StringOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterSpanTagValue) string { return v.Value }).(pulumi.StringOutput) +} + +type TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterSpanTagValue)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput) ToTraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput() TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput) ToTraceTailSamplingRulesRuleFilterSpanTagValuePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput) Elem() TraceTailSamplingRulesRuleFilterSpanTagValueOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanTagValue) TraceTailSamplingRulesRuleFilterSpanTagValue { + if v != nil { + return *v + } + var ret TraceTailSamplingRulesRuleFilterSpanTagValue + return ret + }).(TraceTailSamplingRulesRuleFilterSpanTagValueOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput) Match() pulumi.StringPtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanTagValue) *string { + if v == nil { + return nil + } + return v.Match + }).(pulumi.StringPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput) Value() pulumi.StringPtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterSpanTagValue) *string { + if v == nil { + return nil + } + return &v.Value + }).(pulumi.StringPtrOutput) +} + +type TraceTailSamplingRulesRuleFilterTrace struct { + Duration *TraceTailSamplingRulesRuleFilterTraceDuration `pulumi:"duration"` + Error *TraceTailSamplingRulesRuleFilterTraceError `pulumi:"error"` +} + +// TraceTailSamplingRulesRuleFilterTraceInput is an input type that accepts TraceTailSamplingRulesRuleFilterTraceArgs and TraceTailSamplingRulesRuleFilterTraceOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterTraceInput` via: +// +// TraceTailSamplingRulesRuleFilterTraceArgs{...} +type TraceTailSamplingRulesRuleFilterTraceInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterTraceOutput() TraceTailSamplingRulesRuleFilterTraceOutput + ToTraceTailSamplingRulesRuleFilterTraceOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterTraceOutput +} + +type TraceTailSamplingRulesRuleFilterTraceArgs struct { + Duration TraceTailSamplingRulesRuleFilterTraceDurationPtrInput `pulumi:"duration"` + Error TraceTailSamplingRulesRuleFilterTraceErrorPtrInput `pulumi:"error"` +} + +func (TraceTailSamplingRulesRuleFilterTraceArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterTrace)(nil)).Elem() +} + +func (i TraceTailSamplingRulesRuleFilterTraceArgs) ToTraceTailSamplingRulesRuleFilterTraceOutput() TraceTailSamplingRulesRuleFilterTraceOutput { + return i.ToTraceTailSamplingRulesRuleFilterTraceOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterTraceArgs) ToTraceTailSamplingRulesRuleFilterTraceOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterTraceOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterTraceOutput) +} + +func (i TraceTailSamplingRulesRuleFilterTraceArgs) ToTraceTailSamplingRulesRuleFilterTracePtrOutput() TraceTailSamplingRulesRuleFilterTracePtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterTracePtrOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterTraceArgs) ToTraceTailSamplingRulesRuleFilterTracePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterTracePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterTraceOutput).ToTraceTailSamplingRulesRuleFilterTracePtrOutputWithContext(ctx) +} + +// TraceTailSamplingRulesRuleFilterTracePtrInput is an input type that accepts TraceTailSamplingRulesRuleFilterTraceArgs, TraceTailSamplingRulesRuleFilterTracePtr and TraceTailSamplingRulesRuleFilterTracePtrOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterTracePtrInput` via: +// +// TraceTailSamplingRulesRuleFilterTraceArgs{...} +// +// or: +// +// nil +type TraceTailSamplingRulesRuleFilterTracePtrInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterTracePtrOutput() TraceTailSamplingRulesRuleFilterTracePtrOutput + ToTraceTailSamplingRulesRuleFilterTracePtrOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterTracePtrOutput +} + +type traceTailSamplingRulesRuleFilterTracePtrType TraceTailSamplingRulesRuleFilterTraceArgs + +func TraceTailSamplingRulesRuleFilterTracePtr(v *TraceTailSamplingRulesRuleFilterTraceArgs) TraceTailSamplingRulesRuleFilterTracePtrInput { + return (*traceTailSamplingRulesRuleFilterTracePtrType)(v) +} + +func (*traceTailSamplingRulesRuleFilterTracePtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterTrace)(nil)).Elem() +} + +func (i *traceTailSamplingRulesRuleFilterTracePtrType) ToTraceTailSamplingRulesRuleFilterTracePtrOutput() TraceTailSamplingRulesRuleFilterTracePtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterTracePtrOutputWithContext(context.Background()) +} + +func (i *traceTailSamplingRulesRuleFilterTracePtrType) ToTraceTailSamplingRulesRuleFilterTracePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterTracePtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterTracePtrOutput) +} + +type TraceTailSamplingRulesRuleFilterTraceOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterTraceOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterTrace)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterTraceOutput) ToTraceTailSamplingRulesRuleFilterTraceOutput() TraceTailSamplingRulesRuleFilterTraceOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterTraceOutput) ToTraceTailSamplingRulesRuleFilterTraceOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterTraceOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterTraceOutput) ToTraceTailSamplingRulesRuleFilterTracePtrOutput() TraceTailSamplingRulesRuleFilterTracePtrOutput { + return o.ToTraceTailSamplingRulesRuleFilterTracePtrOutputWithContext(context.Background()) +} + +func (o TraceTailSamplingRulesRuleFilterTraceOutput) ToTraceTailSamplingRulesRuleFilterTracePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterTracePtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceTailSamplingRulesRuleFilterTrace) *TraceTailSamplingRulesRuleFilterTrace { + return &v + }).(TraceTailSamplingRulesRuleFilterTracePtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterTraceOutput) Duration() TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterTrace) *TraceTailSamplingRulesRuleFilterTraceDuration { + return v.Duration + }).(TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterTraceOutput) Error() TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterTrace) *TraceTailSamplingRulesRuleFilterTraceError { + return v.Error + }).(TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput) +} + +type TraceTailSamplingRulesRuleFilterTracePtrOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterTracePtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterTrace)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterTracePtrOutput) ToTraceTailSamplingRulesRuleFilterTracePtrOutput() TraceTailSamplingRulesRuleFilterTracePtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterTracePtrOutput) ToTraceTailSamplingRulesRuleFilterTracePtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterTracePtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterTracePtrOutput) Elem() TraceTailSamplingRulesRuleFilterTraceOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterTrace) TraceTailSamplingRulesRuleFilterTrace { + if v != nil { + return *v + } + var ret TraceTailSamplingRulesRuleFilterTrace + return ret + }).(TraceTailSamplingRulesRuleFilterTraceOutput) +} + +func (o TraceTailSamplingRulesRuleFilterTracePtrOutput) Duration() TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterTrace) *TraceTailSamplingRulesRuleFilterTraceDuration { + if v == nil { + return nil + } + return v.Duration + }).(TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterTracePtrOutput) Error() TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterTrace) *TraceTailSamplingRulesRuleFilterTraceError { + if v == nil { + return nil + } + return v.Error + }).(TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput) +} + +type TraceTailSamplingRulesRuleFilterTraceDuration struct { + MaxSecs *float64 `pulumi:"maxSecs"` + MinSecs *float64 `pulumi:"minSecs"` +} + +// TraceTailSamplingRulesRuleFilterTraceDurationInput is an input type that accepts TraceTailSamplingRulesRuleFilterTraceDurationArgs and TraceTailSamplingRulesRuleFilterTraceDurationOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterTraceDurationInput` via: +// +// TraceTailSamplingRulesRuleFilterTraceDurationArgs{...} +type TraceTailSamplingRulesRuleFilterTraceDurationInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterTraceDurationOutput() TraceTailSamplingRulesRuleFilterTraceDurationOutput + ToTraceTailSamplingRulesRuleFilterTraceDurationOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterTraceDurationOutput +} + +type TraceTailSamplingRulesRuleFilterTraceDurationArgs struct { + MaxSecs pulumi.Float64PtrInput `pulumi:"maxSecs"` + MinSecs pulumi.Float64PtrInput `pulumi:"minSecs"` +} + +func (TraceTailSamplingRulesRuleFilterTraceDurationArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterTraceDuration)(nil)).Elem() +} + +func (i TraceTailSamplingRulesRuleFilterTraceDurationArgs) ToTraceTailSamplingRulesRuleFilterTraceDurationOutput() TraceTailSamplingRulesRuleFilterTraceDurationOutput { + return i.ToTraceTailSamplingRulesRuleFilterTraceDurationOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterTraceDurationArgs) ToTraceTailSamplingRulesRuleFilterTraceDurationOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterTraceDurationOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterTraceDurationOutput) +} + +func (i TraceTailSamplingRulesRuleFilterTraceDurationArgs) ToTraceTailSamplingRulesRuleFilterTraceDurationPtrOutput() TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterTraceDurationPtrOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterTraceDurationArgs) ToTraceTailSamplingRulesRuleFilterTraceDurationPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterTraceDurationOutput).ToTraceTailSamplingRulesRuleFilterTraceDurationPtrOutputWithContext(ctx) +} + +// TraceTailSamplingRulesRuleFilterTraceDurationPtrInput is an input type that accepts TraceTailSamplingRulesRuleFilterTraceDurationArgs, TraceTailSamplingRulesRuleFilterTraceDurationPtr and TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterTraceDurationPtrInput` via: +// +// TraceTailSamplingRulesRuleFilterTraceDurationArgs{...} +// +// or: +// +// nil +type TraceTailSamplingRulesRuleFilterTraceDurationPtrInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterTraceDurationPtrOutput() TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput + ToTraceTailSamplingRulesRuleFilterTraceDurationPtrOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput +} + +type traceTailSamplingRulesRuleFilterTraceDurationPtrType TraceTailSamplingRulesRuleFilterTraceDurationArgs + +func TraceTailSamplingRulesRuleFilterTraceDurationPtr(v *TraceTailSamplingRulesRuleFilterTraceDurationArgs) TraceTailSamplingRulesRuleFilterTraceDurationPtrInput { + return (*traceTailSamplingRulesRuleFilterTraceDurationPtrType)(v) +} + +func (*traceTailSamplingRulesRuleFilterTraceDurationPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterTraceDuration)(nil)).Elem() +} + +func (i *traceTailSamplingRulesRuleFilterTraceDurationPtrType) ToTraceTailSamplingRulesRuleFilterTraceDurationPtrOutput() TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterTraceDurationPtrOutputWithContext(context.Background()) +} + +func (i *traceTailSamplingRulesRuleFilterTraceDurationPtrType) ToTraceTailSamplingRulesRuleFilterTraceDurationPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput) +} + +type TraceTailSamplingRulesRuleFilterTraceDurationOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterTraceDurationOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterTraceDuration)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterTraceDurationOutput) ToTraceTailSamplingRulesRuleFilterTraceDurationOutput() TraceTailSamplingRulesRuleFilterTraceDurationOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterTraceDurationOutput) ToTraceTailSamplingRulesRuleFilterTraceDurationOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterTraceDurationOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterTraceDurationOutput) ToTraceTailSamplingRulesRuleFilterTraceDurationPtrOutput() TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput { + return o.ToTraceTailSamplingRulesRuleFilterTraceDurationPtrOutputWithContext(context.Background()) +} + +func (o TraceTailSamplingRulesRuleFilterTraceDurationOutput) ToTraceTailSamplingRulesRuleFilterTraceDurationPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceTailSamplingRulesRuleFilterTraceDuration) *TraceTailSamplingRulesRuleFilterTraceDuration { + return &v + }).(TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterTraceDurationOutput) MaxSecs() pulumi.Float64PtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterTraceDuration) *float64 { return v.MaxSecs }).(pulumi.Float64PtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterTraceDurationOutput) MinSecs() pulumi.Float64PtrOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterTraceDuration) *float64 { return v.MinSecs }).(pulumi.Float64PtrOutput) +} + +type TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterTraceDuration)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput) ToTraceTailSamplingRulesRuleFilterTraceDurationPtrOutput() TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput) ToTraceTailSamplingRulesRuleFilterTraceDurationPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput) Elem() TraceTailSamplingRulesRuleFilterTraceDurationOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterTraceDuration) TraceTailSamplingRulesRuleFilterTraceDuration { + if v != nil { + return *v + } + var ret TraceTailSamplingRulesRuleFilterTraceDuration + return ret + }).(TraceTailSamplingRulesRuleFilterTraceDurationOutput) +} + +func (o TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput) MaxSecs() pulumi.Float64PtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterTraceDuration) *float64 { + if v == nil { + return nil + } + return v.MaxSecs + }).(pulumi.Float64PtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput) MinSecs() pulumi.Float64PtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterTraceDuration) *float64 { + if v == nil { + return nil + } + return v.MinSecs + }).(pulumi.Float64PtrOutput) +} + +type TraceTailSamplingRulesRuleFilterTraceError struct { + Value bool `pulumi:"value"` +} + +// TraceTailSamplingRulesRuleFilterTraceErrorInput is an input type that accepts TraceTailSamplingRulesRuleFilterTraceErrorArgs and TraceTailSamplingRulesRuleFilterTraceErrorOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterTraceErrorInput` via: +// +// TraceTailSamplingRulesRuleFilterTraceErrorArgs{...} +type TraceTailSamplingRulesRuleFilterTraceErrorInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterTraceErrorOutput() TraceTailSamplingRulesRuleFilterTraceErrorOutput + ToTraceTailSamplingRulesRuleFilterTraceErrorOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterTraceErrorOutput +} + +type TraceTailSamplingRulesRuleFilterTraceErrorArgs struct { + Value pulumi.BoolInput `pulumi:"value"` +} + +func (TraceTailSamplingRulesRuleFilterTraceErrorArgs) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterTraceError)(nil)).Elem() +} + +func (i TraceTailSamplingRulesRuleFilterTraceErrorArgs) ToTraceTailSamplingRulesRuleFilterTraceErrorOutput() TraceTailSamplingRulesRuleFilterTraceErrorOutput { + return i.ToTraceTailSamplingRulesRuleFilterTraceErrorOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterTraceErrorArgs) ToTraceTailSamplingRulesRuleFilterTraceErrorOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterTraceErrorOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterTraceErrorOutput) +} + +func (i TraceTailSamplingRulesRuleFilterTraceErrorArgs) ToTraceTailSamplingRulesRuleFilterTraceErrorPtrOutput() TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterTraceErrorPtrOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesRuleFilterTraceErrorArgs) ToTraceTailSamplingRulesRuleFilterTraceErrorPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterTraceErrorOutput).ToTraceTailSamplingRulesRuleFilterTraceErrorPtrOutputWithContext(ctx) +} + +// TraceTailSamplingRulesRuleFilterTraceErrorPtrInput is an input type that accepts TraceTailSamplingRulesRuleFilterTraceErrorArgs, TraceTailSamplingRulesRuleFilterTraceErrorPtr and TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesRuleFilterTraceErrorPtrInput` via: +// +// TraceTailSamplingRulesRuleFilterTraceErrorArgs{...} +// +// or: +// +// nil +type TraceTailSamplingRulesRuleFilterTraceErrorPtrInput interface { + pulumi.Input + + ToTraceTailSamplingRulesRuleFilterTraceErrorPtrOutput() TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput + ToTraceTailSamplingRulesRuleFilterTraceErrorPtrOutputWithContext(context.Context) TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput +} + +type traceTailSamplingRulesRuleFilterTraceErrorPtrType TraceTailSamplingRulesRuleFilterTraceErrorArgs + +func TraceTailSamplingRulesRuleFilterTraceErrorPtr(v *TraceTailSamplingRulesRuleFilterTraceErrorArgs) TraceTailSamplingRulesRuleFilterTraceErrorPtrInput { + return (*traceTailSamplingRulesRuleFilterTraceErrorPtrType)(v) +} + +func (*traceTailSamplingRulesRuleFilterTraceErrorPtrType) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterTraceError)(nil)).Elem() +} + +func (i *traceTailSamplingRulesRuleFilterTraceErrorPtrType) ToTraceTailSamplingRulesRuleFilterTraceErrorPtrOutput() TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput { + return i.ToTraceTailSamplingRulesRuleFilterTraceErrorPtrOutputWithContext(context.Background()) +} + +func (i *traceTailSamplingRulesRuleFilterTraceErrorPtrType) ToTraceTailSamplingRulesRuleFilterTraceErrorPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput) +} + +type TraceTailSamplingRulesRuleFilterTraceErrorOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterTraceErrorOutput) ElementType() reflect.Type { + return reflect.TypeOf((*TraceTailSamplingRulesRuleFilterTraceError)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterTraceErrorOutput) ToTraceTailSamplingRulesRuleFilterTraceErrorOutput() TraceTailSamplingRulesRuleFilterTraceErrorOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterTraceErrorOutput) ToTraceTailSamplingRulesRuleFilterTraceErrorOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterTraceErrorOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterTraceErrorOutput) ToTraceTailSamplingRulesRuleFilterTraceErrorPtrOutput() TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput { + return o.ToTraceTailSamplingRulesRuleFilterTraceErrorPtrOutputWithContext(context.Background()) +} + +func (o TraceTailSamplingRulesRuleFilterTraceErrorOutput) ToTraceTailSamplingRulesRuleFilterTraceErrorPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput { + return o.ApplyTWithContext(ctx, func(_ context.Context, v TraceTailSamplingRulesRuleFilterTraceError) *TraceTailSamplingRulesRuleFilterTraceError { + return &v + }).(TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput) +} + +func (o TraceTailSamplingRulesRuleFilterTraceErrorOutput) Value() pulumi.BoolOutput { + return o.ApplyT(func(v TraceTailSamplingRulesRuleFilterTraceError) bool { return v.Value }).(pulumi.BoolOutput) +} + +type TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRulesRuleFilterTraceError)(nil)).Elem() +} + +func (o TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput) ToTraceTailSamplingRulesRuleFilterTraceErrorPtrOutput() TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput) ToTraceTailSamplingRulesRuleFilterTraceErrorPtrOutputWithContext(ctx context.Context) TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput { + return o +} + +func (o TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput) Elem() TraceTailSamplingRulesRuleFilterTraceErrorOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterTraceError) TraceTailSamplingRulesRuleFilterTraceError { + if v != nil { + return *v + } + var ret TraceTailSamplingRulesRuleFilterTraceError + return ret + }).(TraceTailSamplingRulesRuleFilterTraceErrorOutput) +} + +func (o TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput) Value() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRulesRuleFilterTraceError) *bool { + if v == nil { + return nil + } + return &v.Value + }).(pulumi.BoolPtrOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*DerivedLabelMetricLabelInput)(nil)).Elem(), DerivedLabelMetricLabelArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedLabelMetricLabelPtrInput)(nil)).Elem(), DerivedLabelMetricLabelArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedLabelMetricLabelConstructedLabelInput)(nil)).Elem(), DerivedLabelMetricLabelConstructedLabelArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedLabelMetricLabelConstructedLabelPtrInput)(nil)).Elem(), DerivedLabelMetricLabelConstructedLabelArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedLabelMetricLabelConstructedLabelValueDefinitionInput)(nil)).Elem(), DerivedLabelMetricLabelConstructedLabelValueDefinitionArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayInput)(nil)).Elem(), DerivedLabelMetricLabelConstructedLabelValueDefinitionArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterInput)(nil)).Elem(), DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayInput)(nil)).Elem(), DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedLabelMetricLabelMappingLabelInput)(nil)).Elem(), DerivedLabelMetricLabelMappingLabelArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedLabelMetricLabelMappingLabelPtrInput)(nil)).Elem(), DerivedLabelMetricLabelMappingLabelArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedLabelMetricLabelMappingLabelNameMappingInput)(nil)).Elem(), DerivedLabelMetricLabelMappingLabelNameMappingArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedLabelMetricLabelMappingLabelNameMappingArrayInput)(nil)).Elem(), DerivedLabelMetricLabelMappingLabelNameMappingArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedLabelMetricLabelMappingLabelNameMappingFilterInput)(nil)).Elem(), DerivedLabelMetricLabelMappingLabelNameMappingFilterArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedLabelMetricLabelMappingLabelNameMappingFilterArrayInput)(nil)).Elem(), DerivedLabelMetricLabelMappingLabelNameMappingFilterArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedLabelMetricLabelMappingLabelNameMappingValueMappingInput)(nil)).Elem(), DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayInput)(nil)).Elem(), DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedLabelMetricLabelMappingLabelValueMappingInput)(nil)).Elem(), DerivedLabelMetricLabelMappingLabelValueMappingArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedLabelMetricLabelMappingLabelValueMappingArrayInput)(nil)).Elem(), DerivedLabelMetricLabelMappingLabelValueMappingArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedMetricQueryInput)(nil)).Elem(), DerivedMetricQueryArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedMetricQueryArrayInput)(nil)).Elem(), DerivedMetricQueryArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedMetricQueryQueryInput)(nil)).Elem(), DerivedMetricQueryQueryArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedMetricQueryQueryVariableInput)(nil)).Elem(), DerivedMetricQueryQueryVariableArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedMetricQueryQueryVariableArrayInput)(nil)).Elem(), DerivedMetricQueryQueryVariableArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedMetricQuerySelectorInput)(nil)).Elem(), DerivedMetricQuerySelectorArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*DerivedMetricQuerySelectorPtrInput)(nil)).Elem(), DerivedMetricQuerySelectorArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*DropRuleValueBasedDropInput)(nil)).Elem(), DropRuleValueBasedDropArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*DropRuleValueBasedDropPtrInput)(nil)).Elem(), DropRuleValueBasedDropArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*GcpMetricsIntegrationMetricGroupInput)(nil)).Elem(), GcpMetricsIntegrationMetricGroupArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*GcpMetricsIntegrationMetricGroupArrayInput)(nil)).Elem(), GcpMetricsIntegrationMetricGroupArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*GcpMetricsIntegrationServiceAccountInput)(nil)).Elem(), GcpMetricsIntegrationServiceAccountArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*GcpMetricsIntegrationServiceAccountPtrInput)(nil)).Elem(), GcpMetricsIntegrationServiceAccountArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*MappingRuleStoragePolicyInput)(nil)).Elem(), MappingRuleStoragePolicyArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*MappingRuleStoragePolicyPtrInput)(nil)).Elem(), MappingRuleStoragePolicyArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*MonitorQueryInput)(nil)).Elem(), MonitorQueryArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*MonitorQueryPtrInput)(nil)).Elem(), MonitorQueryArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*MonitorScheduleInput)(nil)).Elem(), MonitorScheduleArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*MonitorSchedulePtrInput)(nil)).Elem(), MonitorScheduleArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*MonitorScheduleRangeInput)(nil)).Elem(), MonitorScheduleRangeArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*MonitorScheduleRangeArrayInput)(nil)).Elem(), MonitorScheduleRangeArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*MonitorSeriesConditionsInput)(nil)).Elem(), MonitorSeriesConditionsArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*MonitorSeriesConditionsPtrInput)(nil)).Elem(), MonitorSeriesConditionsArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*MonitorSeriesConditionsConditionInput)(nil)).Elem(), MonitorSeriesConditionsConditionArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*MonitorSeriesConditionsConditionArrayInput)(nil)).Elem(), MonitorSeriesConditionsConditionArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*MonitorSeriesConditionsOverrideInput)(nil)).Elem(), MonitorSeriesConditionsOverrideArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*MonitorSeriesConditionsOverrideArrayInput)(nil)).Elem(), MonitorSeriesConditionsOverrideArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*MonitorSeriesConditionsOverrideConditionInput)(nil)).Elem(), MonitorSeriesConditionsOverrideConditionArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*MonitorSeriesConditionsOverrideConditionArrayInput)(nil)).Elem(), MonitorSeriesConditionsOverrideConditionArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*MonitorSeriesConditionsOverrideLabelMatcherInput)(nil)).Elem(), MonitorSeriesConditionsOverrideLabelMatcherArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*MonitorSeriesConditionsOverrideLabelMatcherArrayInput)(nil)).Elem(), MonitorSeriesConditionsOverrideLabelMatcherArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*MonitorSignalGroupingInput)(nil)).Elem(), MonitorSignalGroupingArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*MonitorSignalGroupingPtrInput)(nil)).Elem(), MonitorSignalGroupingArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyDataSourceOverrideInput)(nil)).Elem(), NotificationPolicyDataSourceOverrideArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyDataSourceOverrideArrayInput)(nil)).Elem(), NotificationPolicyDataSourceOverrideArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyDataSourceOverrideAlertLabelMatcherInput)(nil)).Elem(), NotificationPolicyDataSourceOverrideAlertLabelMatcherArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyDataSourceOverrideAlertLabelMatcherArrayInput)(nil)).Elem(), NotificationPolicyDataSourceOverrideAlertLabelMatcherArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyDataSourceOverrideRouteInput)(nil)).Elem(), NotificationPolicyDataSourceOverrideRouteArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyDataSourceOverrideRouteArrayInput)(nil)).Elem(), NotificationPolicyDataSourceOverrideRouteArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyDataSourceRouteInput)(nil)).Elem(), NotificationPolicyDataSourceRouteArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyDataSourceRouteArrayInput)(nil)).Elem(), NotificationPolicyDataSourceRouteArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyDataSourceRuleInput)(nil)).Elem(), NotificationPolicyDataSourceRuleArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyDataSourceRuleArrayInput)(nil)).Elem(), NotificationPolicyDataSourceRuleArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyOverrideInput)(nil)).Elem(), NotificationPolicyOverrideArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyOverrideArrayInput)(nil)).Elem(), NotificationPolicyOverrideArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyOverrideAlertLabelMatcherInput)(nil)).Elem(), NotificationPolicyOverrideAlertLabelMatcherArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyOverrideAlertLabelMatcherArrayInput)(nil)).Elem(), NotificationPolicyOverrideAlertLabelMatcherArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyOverrideRouteInput)(nil)).Elem(), NotificationPolicyOverrideRouteArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyOverrideRouteArrayInput)(nil)).Elem(), NotificationPolicyOverrideRouteArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyRouteInput)(nil)).Elem(), NotificationPolicyRouteArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyRouteArrayInput)(nil)).Elem(), NotificationPolicyRouteArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyRuleInput)(nil)).Elem(), NotificationPolicyRuleArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*NotificationPolicyRuleArrayInput)(nil)).Elem(), NotificationPolicyRuleArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*OpsgenieAlertNotifierResponderInput)(nil)).Elem(), OpsgenieAlertNotifierResponderArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*OpsgenieAlertNotifierResponderArrayInput)(nil)).Elem(), OpsgenieAlertNotifierResponderArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*PagerdutyAlertNotifierImageInput)(nil)).Elem(), PagerdutyAlertNotifierImageArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*PagerdutyAlertNotifierImageArrayInput)(nil)).Elem(), PagerdutyAlertNotifierImageArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*PagerdutyAlertNotifierLinkInput)(nil)).Elem(), PagerdutyAlertNotifierLinkArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*PagerdutyAlertNotifierLinkArrayInput)(nil)).Elem(), PagerdutyAlertNotifierLinkArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*ResourcePoolsConfigDefaultPoolInput)(nil)).Elem(), ResourcePoolsConfigDefaultPoolArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*ResourcePoolsConfigDefaultPoolPtrInput)(nil)).Elem(), ResourcePoolsConfigDefaultPoolArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*ResourcePoolsConfigDefaultPoolAllocationInput)(nil)).Elem(), ResourcePoolsConfigDefaultPoolAllocationArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*ResourcePoolsConfigDefaultPoolAllocationPtrInput)(nil)).Elem(), ResourcePoolsConfigDefaultPoolAllocationArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*ResourcePoolsConfigDefaultPoolPrioritiesInput)(nil)).Elem(), ResourcePoolsConfigDefaultPoolPrioritiesArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*ResourcePoolsConfigDefaultPoolPrioritiesPtrInput)(nil)).Elem(), ResourcePoolsConfigDefaultPoolPrioritiesArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*ResourcePoolsConfigPoolInput)(nil)).Elem(), ResourcePoolsConfigPoolArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*ResourcePoolsConfigPoolArrayInput)(nil)).Elem(), ResourcePoolsConfigPoolArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*ResourcePoolsConfigPoolAllocationInput)(nil)).Elem(), ResourcePoolsConfigPoolAllocationArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*ResourcePoolsConfigPoolPrioritiesInput)(nil)).Elem(), ResourcePoolsConfigPoolPrioritiesArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*ResourcePoolsConfigPoolPrioritiesPtrInput)(nil)).Elem(), ResourcePoolsConfigPoolPrioritiesArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*RollupRuleStoragePoliciesInput)(nil)).Elem(), RollupRuleStoragePoliciesArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*RollupRuleStoragePoliciesPtrInput)(nil)).Elem(), RollupRuleStoragePoliciesArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*ServiceAccountRestrictionInput)(nil)).Elem(), ServiceAccountRestrictionArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*ServiceAccountRestrictionPtrInput)(nil)).Elem(), ServiceAccountRestrictionArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*SlackAlertNotifierActionInput)(nil)).Elem(), SlackAlertNotifierActionArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*SlackAlertNotifierActionArrayInput)(nil)).Elem(), SlackAlertNotifierActionArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*SlackAlertNotifierFieldInput)(nil)).Elem(), SlackAlertNotifierFieldArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*SlackAlertNotifierFieldArrayInput)(nil)).Elem(), SlackAlertNotifierFieldArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategyInput)(nil)).Elem(), TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrInput)(nil)).Elem(), TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesInput)(nil)).Elem(), TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrInput)(nil)).Elem(), TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyInput)(nil)).Elem(), TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayInput)(nil)).Elem(), TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyInput)(nil)).Elem(), TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyInput)(nil)).Elem(), TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrInput)(nil)).Elem(), TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyInput)(nil)).Elem(), TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrInput)(nil)).Elem(), TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleGroupByInput)(nil)).Elem(), TraceMetricsRuleGroupByArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleGroupByArrayInput)(nil)).Elem(), TraceMetricsRuleGroupByArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleGroupByKeyInput)(nil)).Elem(), TraceMetricsRuleGroupByKeyArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterInput)(nil)).Elem(), TraceMetricsRuleTraceFilterArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterPtrInput)(nil)).Elem(), TraceMetricsRuleTraceFilterArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanInput)(nil)).Elem(), TraceMetricsRuleTraceFilterSpanArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanArrayInput)(nil)).Elem(), TraceMetricsRuleTraceFilterSpanArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanDurationInput)(nil)).Elem(), TraceMetricsRuleTraceFilterSpanDurationArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanDurationPtrInput)(nil)).Elem(), TraceMetricsRuleTraceFilterSpanDurationArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanErrorInput)(nil)).Elem(), TraceMetricsRuleTraceFilterSpanErrorArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanErrorPtrInput)(nil)).Elem(), TraceMetricsRuleTraceFilterSpanErrorArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanOperationInput)(nil)).Elem(), TraceMetricsRuleTraceFilterSpanOperationArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanOperationPtrInput)(nil)).Elem(), TraceMetricsRuleTraceFilterSpanOperationArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanParentOperationInput)(nil)).Elem(), TraceMetricsRuleTraceFilterSpanParentOperationArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanParentOperationPtrInput)(nil)).Elem(), TraceMetricsRuleTraceFilterSpanParentOperationArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanParentServiceInput)(nil)).Elem(), TraceMetricsRuleTraceFilterSpanParentServiceArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanParentServicePtrInput)(nil)).Elem(), TraceMetricsRuleTraceFilterSpanParentServiceArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanServiceInput)(nil)).Elem(), TraceMetricsRuleTraceFilterSpanServiceArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanServicePtrInput)(nil)).Elem(), TraceMetricsRuleTraceFilterSpanServiceArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanSpanCountInput)(nil)).Elem(), TraceMetricsRuleTraceFilterSpanSpanCountArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanSpanCountPtrInput)(nil)).Elem(), TraceMetricsRuleTraceFilterSpanSpanCountArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanTagInput)(nil)).Elem(), TraceMetricsRuleTraceFilterSpanTagArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanTagArrayInput)(nil)).Elem(), TraceMetricsRuleTraceFilterSpanTagArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanTagNumericValueInput)(nil)).Elem(), TraceMetricsRuleTraceFilterSpanTagNumericValueArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanTagNumericValuePtrInput)(nil)).Elem(), TraceMetricsRuleTraceFilterSpanTagNumericValueArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanTagValueInput)(nil)).Elem(), TraceMetricsRuleTraceFilterSpanTagValueArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterSpanTagValuePtrInput)(nil)).Elem(), TraceMetricsRuleTraceFilterSpanTagValueArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterTraceInput)(nil)).Elem(), TraceMetricsRuleTraceFilterTraceArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterTracePtrInput)(nil)).Elem(), TraceMetricsRuleTraceFilterTraceArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterTraceDurationInput)(nil)).Elem(), TraceMetricsRuleTraceFilterTraceDurationArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterTraceDurationPtrInput)(nil)).Elem(), TraceMetricsRuleTraceFilterTraceDurationArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterTraceErrorInput)(nil)).Elem(), TraceMetricsRuleTraceFilterTraceErrorArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleTraceFilterTraceErrorPtrInput)(nil)).Elem(), TraceMetricsRuleTraceFilterTraceErrorArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesDefaultSampleRateInput)(nil)).Elem(), TraceTailSamplingRulesDefaultSampleRateArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesDefaultSampleRatePtrInput)(nil)).Elem(), TraceTailSamplingRulesDefaultSampleRateArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleInput)(nil)).Elem(), TraceTailSamplingRulesRuleArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleArrayInput)(nil)).Elem(), TraceTailSamplingRulesRuleArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterSpanArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanArrayInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterSpanArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanDurationInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterSpanDurationArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanDurationPtrInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterSpanDurationArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanErrorInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterSpanErrorArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanErrorPtrInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterSpanErrorArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanOperationInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterSpanOperationArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanOperationPtrInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterSpanOperationArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanParentOperationInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterSpanParentOperationArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanParentOperationPtrInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterSpanParentOperationArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanParentServiceInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterSpanParentServiceArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanParentServicePtrInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterSpanParentServiceArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanServiceInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterSpanServiceArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanServicePtrInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterSpanServiceArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanSpanCountInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterSpanSpanCountArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanSpanCountPtrInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterSpanSpanCountArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanTagInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterSpanTagArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanTagArrayInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterSpanTagArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanTagNumericValueInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterSpanTagNumericValueArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterSpanTagNumericValueArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanTagValueInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterSpanTagValueArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterSpanTagValuePtrInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterSpanTagValueArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterTraceInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterTraceArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterTracePtrInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterTraceArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterTraceDurationInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterTraceDurationArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterTraceDurationPtrInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterTraceDurationArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterTraceErrorInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterTraceErrorArgs{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesRuleFilterTraceErrorPtrInput)(nil)).Elem(), TraceTailSamplingRulesRuleFilterTraceErrorArgs{}) + pulumi.RegisterOutputType(DerivedLabelMetricLabelOutput{}) + pulumi.RegisterOutputType(DerivedLabelMetricLabelPtrOutput{}) + pulumi.RegisterOutputType(DerivedLabelMetricLabelConstructedLabelOutput{}) + pulumi.RegisterOutputType(DerivedLabelMetricLabelConstructedLabelPtrOutput{}) + pulumi.RegisterOutputType(DerivedLabelMetricLabelConstructedLabelValueDefinitionOutput{}) + pulumi.RegisterOutputType(DerivedLabelMetricLabelConstructedLabelValueDefinitionArrayOutput{}) + pulumi.RegisterOutputType(DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterOutput{}) + pulumi.RegisterOutputType(DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArrayOutput{}) + pulumi.RegisterOutputType(DerivedLabelMetricLabelMappingLabelOutput{}) + pulumi.RegisterOutputType(DerivedLabelMetricLabelMappingLabelPtrOutput{}) + pulumi.RegisterOutputType(DerivedLabelMetricLabelMappingLabelNameMappingOutput{}) + pulumi.RegisterOutputType(DerivedLabelMetricLabelMappingLabelNameMappingArrayOutput{}) + pulumi.RegisterOutputType(DerivedLabelMetricLabelMappingLabelNameMappingFilterOutput{}) + pulumi.RegisterOutputType(DerivedLabelMetricLabelMappingLabelNameMappingFilterArrayOutput{}) + pulumi.RegisterOutputType(DerivedLabelMetricLabelMappingLabelNameMappingValueMappingOutput{}) + pulumi.RegisterOutputType(DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArrayOutput{}) + pulumi.RegisterOutputType(DerivedLabelMetricLabelMappingLabelValueMappingOutput{}) + pulumi.RegisterOutputType(DerivedLabelMetricLabelMappingLabelValueMappingArrayOutput{}) + pulumi.RegisterOutputType(DerivedMetricQueryOutput{}) + pulumi.RegisterOutputType(DerivedMetricQueryArrayOutput{}) + pulumi.RegisterOutputType(DerivedMetricQueryQueryOutput{}) + pulumi.RegisterOutputType(DerivedMetricQueryQueryVariableOutput{}) + pulumi.RegisterOutputType(DerivedMetricQueryQueryVariableArrayOutput{}) + pulumi.RegisterOutputType(DerivedMetricQuerySelectorOutput{}) + pulumi.RegisterOutputType(DerivedMetricQuerySelectorPtrOutput{}) + pulumi.RegisterOutputType(DropRuleValueBasedDropOutput{}) + pulumi.RegisterOutputType(DropRuleValueBasedDropPtrOutput{}) + pulumi.RegisterOutputType(GcpMetricsIntegrationMetricGroupOutput{}) + pulumi.RegisterOutputType(GcpMetricsIntegrationMetricGroupArrayOutput{}) + pulumi.RegisterOutputType(GcpMetricsIntegrationServiceAccountOutput{}) + pulumi.RegisterOutputType(GcpMetricsIntegrationServiceAccountPtrOutput{}) + pulumi.RegisterOutputType(MappingRuleStoragePolicyOutput{}) + pulumi.RegisterOutputType(MappingRuleStoragePolicyPtrOutput{}) + pulumi.RegisterOutputType(MonitorQueryOutput{}) + pulumi.RegisterOutputType(MonitorQueryPtrOutput{}) + pulumi.RegisterOutputType(MonitorScheduleOutput{}) + pulumi.RegisterOutputType(MonitorSchedulePtrOutput{}) + pulumi.RegisterOutputType(MonitorScheduleRangeOutput{}) + pulumi.RegisterOutputType(MonitorScheduleRangeArrayOutput{}) + pulumi.RegisterOutputType(MonitorSeriesConditionsOutput{}) + pulumi.RegisterOutputType(MonitorSeriesConditionsPtrOutput{}) + pulumi.RegisterOutputType(MonitorSeriesConditionsConditionOutput{}) + pulumi.RegisterOutputType(MonitorSeriesConditionsConditionArrayOutput{}) + pulumi.RegisterOutputType(MonitorSeriesConditionsOverrideOutput{}) + pulumi.RegisterOutputType(MonitorSeriesConditionsOverrideArrayOutput{}) + pulumi.RegisterOutputType(MonitorSeriesConditionsOverrideConditionOutput{}) + pulumi.RegisterOutputType(MonitorSeriesConditionsOverrideConditionArrayOutput{}) + pulumi.RegisterOutputType(MonitorSeriesConditionsOverrideLabelMatcherOutput{}) + pulumi.RegisterOutputType(MonitorSeriesConditionsOverrideLabelMatcherArrayOutput{}) + pulumi.RegisterOutputType(MonitorSignalGroupingOutput{}) + pulumi.RegisterOutputType(MonitorSignalGroupingPtrOutput{}) + pulumi.RegisterOutputType(NotificationPolicyDataSourceOverrideOutput{}) + pulumi.RegisterOutputType(NotificationPolicyDataSourceOverrideArrayOutput{}) + pulumi.RegisterOutputType(NotificationPolicyDataSourceOverrideAlertLabelMatcherOutput{}) + pulumi.RegisterOutputType(NotificationPolicyDataSourceOverrideAlertLabelMatcherArrayOutput{}) + pulumi.RegisterOutputType(NotificationPolicyDataSourceOverrideRouteOutput{}) + pulumi.RegisterOutputType(NotificationPolicyDataSourceOverrideRouteArrayOutput{}) + pulumi.RegisterOutputType(NotificationPolicyDataSourceRouteOutput{}) + pulumi.RegisterOutputType(NotificationPolicyDataSourceRouteArrayOutput{}) + pulumi.RegisterOutputType(NotificationPolicyDataSourceRuleOutput{}) + pulumi.RegisterOutputType(NotificationPolicyDataSourceRuleArrayOutput{}) + pulumi.RegisterOutputType(NotificationPolicyOverrideOutput{}) + pulumi.RegisterOutputType(NotificationPolicyOverrideArrayOutput{}) + pulumi.RegisterOutputType(NotificationPolicyOverrideAlertLabelMatcherOutput{}) + pulumi.RegisterOutputType(NotificationPolicyOverrideAlertLabelMatcherArrayOutput{}) + pulumi.RegisterOutputType(NotificationPolicyOverrideRouteOutput{}) + pulumi.RegisterOutputType(NotificationPolicyOverrideRouteArrayOutput{}) + pulumi.RegisterOutputType(NotificationPolicyRouteOutput{}) + pulumi.RegisterOutputType(NotificationPolicyRouteArrayOutput{}) + pulumi.RegisterOutputType(NotificationPolicyRuleOutput{}) + pulumi.RegisterOutputType(NotificationPolicyRuleArrayOutput{}) + pulumi.RegisterOutputType(OpsgenieAlertNotifierResponderOutput{}) + pulumi.RegisterOutputType(OpsgenieAlertNotifierResponderArrayOutput{}) + pulumi.RegisterOutputType(PagerdutyAlertNotifierImageOutput{}) + pulumi.RegisterOutputType(PagerdutyAlertNotifierImageArrayOutput{}) + pulumi.RegisterOutputType(PagerdutyAlertNotifierLinkOutput{}) + pulumi.RegisterOutputType(PagerdutyAlertNotifierLinkArrayOutput{}) + pulumi.RegisterOutputType(ResourcePoolsConfigDefaultPoolOutput{}) + pulumi.RegisterOutputType(ResourcePoolsConfigDefaultPoolPtrOutput{}) + pulumi.RegisterOutputType(ResourcePoolsConfigDefaultPoolAllocationOutput{}) + pulumi.RegisterOutputType(ResourcePoolsConfigDefaultPoolAllocationPtrOutput{}) + pulumi.RegisterOutputType(ResourcePoolsConfigDefaultPoolPrioritiesOutput{}) + pulumi.RegisterOutputType(ResourcePoolsConfigDefaultPoolPrioritiesPtrOutput{}) + pulumi.RegisterOutputType(ResourcePoolsConfigPoolOutput{}) + pulumi.RegisterOutputType(ResourcePoolsConfigPoolArrayOutput{}) + pulumi.RegisterOutputType(ResourcePoolsConfigPoolAllocationOutput{}) + pulumi.RegisterOutputType(ResourcePoolsConfigPoolPrioritiesOutput{}) + pulumi.RegisterOutputType(ResourcePoolsConfigPoolPrioritiesPtrOutput{}) + pulumi.RegisterOutputType(RollupRuleStoragePoliciesOutput{}) + pulumi.RegisterOutputType(RollupRuleStoragePoliciesPtrOutput{}) + pulumi.RegisterOutputType(ServiceAccountRestrictionOutput{}) + pulumi.RegisterOutputType(ServiceAccountRestrictionPtrOutput{}) + pulumi.RegisterOutputType(SlackAlertNotifierActionOutput{}) + pulumi.RegisterOutputType(SlackAlertNotifierActionArrayOutput{}) + pulumi.RegisterOutputType(SlackAlertNotifierFieldOutput{}) + pulumi.RegisterOutputType(SlackAlertNotifierFieldArrayOutput{}) + pulumi.RegisterOutputType(TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput{}) + pulumi.RegisterOutputType(TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrOutput{}) + pulumi.RegisterOutputType(TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesOutput{}) + pulumi.RegisterOutputType(TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPtrOutput{}) + pulumi.RegisterOutputType(TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyOutput{}) + pulumi.RegisterOutputType(TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArrayOutput{}) + pulumi.RegisterOutputType(TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyOutput{}) + pulumi.RegisterOutputType(TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyOutput{}) + pulumi.RegisterOutputType(TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyPtrOutput{}) + pulumi.RegisterOutputType(TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyOutput{}) + pulumi.RegisterOutputType(TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyPtrOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleGroupByOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleGroupByArrayOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleGroupByKeyOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterPtrOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterSpanOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterSpanArrayOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterSpanDurationOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterSpanDurationPtrOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterSpanErrorOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterSpanErrorPtrOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterSpanOperationOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterSpanOperationPtrOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterSpanParentOperationOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterSpanParentOperationPtrOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterSpanParentServiceOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterSpanParentServicePtrOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterSpanServiceOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterSpanServicePtrOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterSpanSpanCountOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterSpanSpanCountPtrOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterSpanTagOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterSpanTagArrayOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterSpanTagNumericValueOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterSpanTagNumericValuePtrOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterSpanTagValueOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterSpanTagValuePtrOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterTraceOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterTracePtrOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterTraceDurationOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterTraceDurationPtrOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterTraceErrorOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleTraceFilterTraceErrorPtrOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesDefaultSampleRateOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesDefaultSampleRatePtrOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleArrayOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterSpanOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterSpanArrayOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterSpanDurationOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterSpanDurationPtrOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterSpanErrorOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterSpanErrorPtrOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterSpanOperationOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterSpanOperationPtrOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterSpanParentOperationOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterSpanParentOperationPtrOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterSpanParentServiceOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterSpanParentServicePtrOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterSpanServiceOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterSpanServicePtrOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterSpanSpanCountOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterSpanSpanCountPtrOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterSpanTagOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterSpanTagArrayOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterSpanTagNumericValueOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterSpanTagNumericValuePtrOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterSpanTagValueOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterSpanTagValuePtrOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterTraceOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterTracePtrOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterTraceDurationOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterTraceDurationPtrOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterTraceErrorOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesRuleFilterTraceErrorPtrOutput{}) +} diff --git a/sdk/go/chronosphere/recordingRule.go b/sdk/go/chronosphere/recordingRule.go new file mode 100644 index 00000000..4df56606 --- /dev/null +++ b/sdk/go/chronosphere/recordingRule.go @@ -0,0 +1,278 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type RecordingRule struct { + pulumi.CustomResourceState + + BucketId pulumi.StringPtrOutput `pulumi:"bucketId"` + ExecutionGroup pulumi.StringPtrOutput `pulumi:"executionGroup"` + Expr pulumi.StringOutput `pulumi:"expr"` + Interval pulumi.StringPtrOutput `pulumi:"interval"` + Labels pulumi.StringMapOutput `pulumi:"labels"` + MetricName pulumi.StringPtrOutput `pulumi:"metricName"` + Name pulumi.StringOutput `pulumi:"name"` + Slug pulumi.StringOutput `pulumi:"slug"` +} + +// NewRecordingRule registers a new resource with the given unique name, arguments, and options. +func NewRecordingRule(ctx *pulumi.Context, + name string, args *RecordingRuleArgs, opts ...pulumi.ResourceOption) (*RecordingRule, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.Expr == nil { + return nil, errors.New("invalid value for required argument 'Expr'") + } + if args.Name == nil { + return nil, errors.New("invalid value for required argument 'Name'") + } + opts = internal.PkgResourceDefaultOpts(opts) + var resource RecordingRule + err := ctx.RegisterResource("chronosphere:index/recordingRule:RecordingRule", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetRecordingRule gets an existing RecordingRule resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetRecordingRule(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *RecordingRuleState, opts ...pulumi.ResourceOption) (*RecordingRule, error) { + var resource RecordingRule + err := ctx.ReadResource("chronosphere:index/recordingRule:RecordingRule", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering RecordingRule resources. +type recordingRuleState struct { + BucketId *string `pulumi:"bucketId"` + ExecutionGroup *string `pulumi:"executionGroup"` + Expr *string `pulumi:"expr"` + Interval *string `pulumi:"interval"` + Labels map[string]string `pulumi:"labels"` + MetricName *string `pulumi:"metricName"` + Name *string `pulumi:"name"` + Slug *string `pulumi:"slug"` +} + +type RecordingRuleState struct { + BucketId pulumi.StringPtrInput + ExecutionGroup pulumi.StringPtrInput + Expr pulumi.StringPtrInput + Interval pulumi.StringPtrInput + Labels pulumi.StringMapInput + MetricName pulumi.StringPtrInput + Name pulumi.StringPtrInput + Slug pulumi.StringPtrInput +} + +func (RecordingRuleState) ElementType() reflect.Type { + return reflect.TypeOf((*recordingRuleState)(nil)).Elem() +} + +type recordingRuleArgs struct { + BucketId *string `pulumi:"bucketId"` + ExecutionGroup *string `pulumi:"executionGroup"` + Expr string `pulumi:"expr"` + Interval *string `pulumi:"interval"` + Labels map[string]string `pulumi:"labels"` + MetricName *string `pulumi:"metricName"` + Name string `pulumi:"name"` + Slug *string `pulumi:"slug"` +} + +// The set of arguments for constructing a RecordingRule resource. +type RecordingRuleArgs struct { + BucketId pulumi.StringPtrInput + ExecutionGroup pulumi.StringPtrInput + Expr pulumi.StringInput + Interval pulumi.StringPtrInput + Labels pulumi.StringMapInput + MetricName pulumi.StringPtrInput + Name pulumi.StringInput + Slug pulumi.StringPtrInput +} + +func (RecordingRuleArgs) ElementType() reflect.Type { + return reflect.TypeOf((*recordingRuleArgs)(nil)).Elem() +} + +type RecordingRuleInput interface { + pulumi.Input + + ToRecordingRuleOutput() RecordingRuleOutput + ToRecordingRuleOutputWithContext(ctx context.Context) RecordingRuleOutput +} + +func (*RecordingRule) ElementType() reflect.Type { + return reflect.TypeOf((**RecordingRule)(nil)).Elem() +} + +func (i *RecordingRule) ToRecordingRuleOutput() RecordingRuleOutput { + return i.ToRecordingRuleOutputWithContext(context.Background()) +} + +func (i *RecordingRule) ToRecordingRuleOutputWithContext(ctx context.Context) RecordingRuleOutput { + return pulumi.ToOutputWithContext(ctx, i).(RecordingRuleOutput) +} + +// RecordingRuleArrayInput is an input type that accepts RecordingRuleArray and RecordingRuleArrayOutput values. +// You can construct a concrete instance of `RecordingRuleArrayInput` via: +// +// RecordingRuleArray{ RecordingRuleArgs{...} } +type RecordingRuleArrayInput interface { + pulumi.Input + + ToRecordingRuleArrayOutput() RecordingRuleArrayOutput + ToRecordingRuleArrayOutputWithContext(context.Context) RecordingRuleArrayOutput +} + +type RecordingRuleArray []RecordingRuleInput + +func (RecordingRuleArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*RecordingRule)(nil)).Elem() +} + +func (i RecordingRuleArray) ToRecordingRuleArrayOutput() RecordingRuleArrayOutput { + return i.ToRecordingRuleArrayOutputWithContext(context.Background()) +} + +func (i RecordingRuleArray) ToRecordingRuleArrayOutputWithContext(ctx context.Context) RecordingRuleArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(RecordingRuleArrayOutput) +} + +// RecordingRuleMapInput is an input type that accepts RecordingRuleMap and RecordingRuleMapOutput values. +// You can construct a concrete instance of `RecordingRuleMapInput` via: +// +// RecordingRuleMap{ "key": RecordingRuleArgs{...} } +type RecordingRuleMapInput interface { + pulumi.Input + + ToRecordingRuleMapOutput() RecordingRuleMapOutput + ToRecordingRuleMapOutputWithContext(context.Context) RecordingRuleMapOutput +} + +type RecordingRuleMap map[string]RecordingRuleInput + +func (RecordingRuleMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*RecordingRule)(nil)).Elem() +} + +func (i RecordingRuleMap) ToRecordingRuleMapOutput() RecordingRuleMapOutput { + return i.ToRecordingRuleMapOutputWithContext(context.Background()) +} + +func (i RecordingRuleMap) ToRecordingRuleMapOutputWithContext(ctx context.Context) RecordingRuleMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(RecordingRuleMapOutput) +} + +type RecordingRuleOutput struct{ *pulumi.OutputState } + +func (RecordingRuleOutput) ElementType() reflect.Type { + return reflect.TypeOf((**RecordingRule)(nil)).Elem() +} + +func (o RecordingRuleOutput) ToRecordingRuleOutput() RecordingRuleOutput { + return o +} + +func (o RecordingRuleOutput) ToRecordingRuleOutputWithContext(ctx context.Context) RecordingRuleOutput { + return o +} + +func (o RecordingRuleOutput) BucketId() pulumi.StringPtrOutput { + return o.ApplyT(func(v *RecordingRule) pulumi.StringPtrOutput { return v.BucketId }).(pulumi.StringPtrOutput) +} + +func (o RecordingRuleOutput) ExecutionGroup() pulumi.StringPtrOutput { + return o.ApplyT(func(v *RecordingRule) pulumi.StringPtrOutput { return v.ExecutionGroup }).(pulumi.StringPtrOutput) +} + +func (o RecordingRuleOutput) Expr() pulumi.StringOutput { + return o.ApplyT(func(v *RecordingRule) pulumi.StringOutput { return v.Expr }).(pulumi.StringOutput) +} + +func (o RecordingRuleOutput) Interval() pulumi.StringPtrOutput { + return o.ApplyT(func(v *RecordingRule) pulumi.StringPtrOutput { return v.Interval }).(pulumi.StringPtrOutput) +} + +func (o RecordingRuleOutput) Labels() pulumi.StringMapOutput { + return o.ApplyT(func(v *RecordingRule) pulumi.StringMapOutput { return v.Labels }).(pulumi.StringMapOutput) +} + +func (o RecordingRuleOutput) MetricName() pulumi.StringPtrOutput { + return o.ApplyT(func(v *RecordingRule) pulumi.StringPtrOutput { return v.MetricName }).(pulumi.StringPtrOutput) +} + +func (o RecordingRuleOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v *RecordingRule) pulumi.StringOutput { return v.Name }).(pulumi.StringOutput) +} + +func (o RecordingRuleOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v *RecordingRule) pulumi.StringOutput { return v.Slug }).(pulumi.StringOutput) +} + +type RecordingRuleArrayOutput struct{ *pulumi.OutputState } + +func (RecordingRuleArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*RecordingRule)(nil)).Elem() +} + +func (o RecordingRuleArrayOutput) ToRecordingRuleArrayOutput() RecordingRuleArrayOutput { + return o +} + +func (o RecordingRuleArrayOutput) ToRecordingRuleArrayOutputWithContext(ctx context.Context) RecordingRuleArrayOutput { + return o +} + +func (o RecordingRuleArrayOutput) Index(i pulumi.IntInput) RecordingRuleOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *RecordingRule { + return vs[0].([]*RecordingRule)[vs[1].(int)] + }).(RecordingRuleOutput) +} + +type RecordingRuleMapOutput struct{ *pulumi.OutputState } + +func (RecordingRuleMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*RecordingRule)(nil)).Elem() +} + +func (o RecordingRuleMapOutput) ToRecordingRuleMapOutput() RecordingRuleMapOutput { + return o +} + +func (o RecordingRuleMapOutput) ToRecordingRuleMapOutputWithContext(ctx context.Context) RecordingRuleMapOutput { + return o +} + +func (o RecordingRuleMapOutput) MapIndex(k pulumi.StringInput) RecordingRuleOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *RecordingRule { + return vs[0].(map[string]*RecordingRule)[vs[1].(string)] + }).(RecordingRuleOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*RecordingRuleInput)(nil)).Elem(), &RecordingRule{}) + pulumi.RegisterInputType(reflect.TypeOf((*RecordingRuleArrayInput)(nil)).Elem(), RecordingRuleArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*RecordingRuleMapInput)(nil)).Elem(), RecordingRuleMap{}) + pulumi.RegisterOutputType(RecordingRuleOutput{}) + pulumi.RegisterOutputType(RecordingRuleArrayOutput{}) + pulumi.RegisterOutputType(RecordingRuleMapOutput{}) +} diff --git a/sdk/go/chronosphere/resourcePoolsConfig.go b/sdk/go/chronosphere/resourcePoolsConfig.go new file mode 100644 index 00000000..96e73999 --- /dev/null +++ b/sdk/go/chronosphere/resourcePoolsConfig.go @@ -0,0 +1,236 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type ResourcePoolsConfig struct { + pulumi.CustomResourceState + + DefaultPool ResourcePoolsConfigDefaultPoolOutput `pulumi:"defaultPool"` + Pool ResourcePoolsConfigPoolArrayOutput `pulumi:"pool"` + // Deprecated: Use pool instead of pools + Pools ResourcePoolsConfigPoolArrayOutput `pulumi:"pools"` +} + +// NewResourcePoolsConfig registers a new resource with the given unique name, arguments, and options. +func NewResourcePoolsConfig(ctx *pulumi.Context, + name string, args *ResourcePoolsConfigArgs, opts ...pulumi.ResourceOption) (*ResourcePoolsConfig, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.DefaultPool == nil { + return nil, errors.New("invalid value for required argument 'DefaultPool'") + } + opts = internal.PkgResourceDefaultOpts(opts) + var resource ResourcePoolsConfig + err := ctx.RegisterResource("chronosphere:index/resourcePoolsConfig:ResourcePoolsConfig", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetResourcePoolsConfig gets an existing ResourcePoolsConfig resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetResourcePoolsConfig(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *ResourcePoolsConfigState, opts ...pulumi.ResourceOption) (*ResourcePoolsConfig, error) { + var resource ResourcePoolsConfig + err := ctx.ReadResource("chronosphere:index/resourcePoolsConfig:ResourcePoolsConfig", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering ResourcePoolsConfig resources. +type resourcePoolsConfigState struct { + DefaultPool *ResourcePoolsConfigDefaultPool `pulumi:"defaultPool"` + Pool []ResourcePoolsConfigPool `pulumi:"pool"` + // Deprecated: Use pool instead of pools + Pools []ResourcePoolsConfigPool `pulumi:"pools"` +} + +type ResourcePoolsConfigState struct { + DefaultPool ResourcePoolsConfigDefaultPoolPtrInput + Pool ResourcePoolsConfigPoolArrayInput + // Deprecated: Use pool instead of pools + Pools ResourcePoolsConfigPoolArrayInput +} + +func (ResourcePoolsConfigState) ElementType() reflect.Type { + return reflect.TypeOf((*resourcePoolsConfigState)(nil)).Elem() +} + +type resourcePoolsConfigArgs struct { + DefaultPool ResourcePoolsConfigDefaultPool `pulumi:"defaultPool"` + Pool []ResourcePoolsConfigPool `pulumi:"pool"` + // Deprecated: Use pool instead of pools + Pools []ResourcePoolsConfigPool `pulumi:"pools"` +} + +// The set of arguments for constructing a ResourcePoolsConfig resource. +type ResourcePoolsConfigArgs struct { + DefaultPool ResourcePoolsConfigDefaultPoolInput + Pool ResourcePoolsConfigPoolArrayInput + // Deprecated: Use pool instead of pools + Pools ResourcePoolsConfigPoolArrayInput +} + +func (ResourcePoolsConfigArgs) ElementType() reflect.Type { + return reflect.TypeOf((*resourcePoolsConfigArgs)(nil)).Elem() +} + +type ResourcePoolsConfigInput interface { + pulumi.Input + + ToResourcePoolsConfigOutput() ResourcePoolsConfigOutput + ToResourcePoolsConfigOutputWithContext(ctx context.Context) ResourcePoolsConfigOutput +} + +func (*ResourcePoolsConfig) ElementType() reflect.Type { + return reflect.TypeOf((**ResourcePoolsConfig)(nil)).Elem() +} + +func (i *ResourcePoolsConfig) ToResourcePoolsConfigOutput() ResourcePoolsConfigOutput { + return i.ToResourcePoolsConfigOutputWithContext(context.Background()) +} + +func (i *ResourcePoolsConfig) ToResourcePoolsConfigOutputWithContext(ctx context.Context) ResourcePoolsConfigOutput { + return pulumi.ToOutputWithContext(ctx, i).(ResourcePoolsConfigOutput) +} + +// ResourcePoolsConfigArrayInput is an input type that accepts ResourcePoolsConfigArray and ResourcePoolsConfigArrayOutput values. +// You can construct a concrete instance of `ResourcePoolsConfigArrayInput` via: +// +// ResourcePoolsConfigArray{ ResourcePoolsConfigArgs{...} } +type ResourcePoolsConfigArrayInput interface { + pulumi.Input + + ToResourcePoolsConfigArrayOutput() ResourcePoolsConfigArrayOutput + ToResourcePoolsConfigArrayOutputWithContext(context.Context) ResourcePoolsConfigArrayOutput +} + +type ResourcePoolsConfigArray []ResourcePoolsConfigInput + +func (ResourcePoolsConfigArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*ResourcePoolsConfig)(nil)).Elem() +} + +func (i ResourcePoolsConfigArray) ToResourcePoolsConfigArrayOutput() ResourcePoolsConfigArrayOutput { + return i.ToResourcePoolsConfigArrayOutputWithContext(context.Background()) +} + +func (i ResourcePoolsConfigArray) ToResourcePoolsConfigArrayOutputWithContext(ctx context.Context) ResourcePoolsConfigArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(ResourcePoolsConfigArrayOutput) +} + +// ResourcePoolsConfigMapInput is an input type that accepts ResourcePoolsConfigMap and ResourcePoolsConfigMapOutput values. +// You can construct a concrete instance of `ResourcePoolsConfigMapInput` via: +// +// ResourcePoolsConfigMap{ "key": ResourcePoolsConfigArgs{...} } +type ResourcePoolsConfigMapInput interface { + pulumi.Input + + ToResourcePoolsConfigMapOutput() ResourcePoolsConfigMapOutput + ToResourcePoolsConfigMapOutputWithContext(context.Context) ResourcePoolsConfigMapOutput +} + +type ResourcePoolsConfigMap map[string]ResourcePoolsConfigInput + +func (ResourcePoolsConfigMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*ResourcePoolsConfig)(nil)).Elem() +} + +func (i ResourcePoolsConfigMap) ToResourcePoolsConfigMapOutput() ResourcePoolsConfigMapOutput { + return i.ToResourcePoolsConfigMapOutputWithContext(context.Background()) +} + +func (i ResourcePoolsConfigMap) ToResourcePoolsConfigMapOutputWithContext(ctx context.Context) ResourcePoolsConfigMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(ResourcePoolsConfigMapOutput) +} + +type ResourcePoolsConfigOutput struct{ *pulumi.OutputState } + +func (ResourcePoolsConfigOutput) ElementType() reflect.Type { + return reflect.TypeOf((**ResourcePoolsConfig)(nil)).Elem() +} + +func (o ResourcePoolsConfigOutput) ToResourcePoolsConfigOutput() ResourcePoolsConfigOutput { + return o +} + +func (o ResourcePoolsConfigOutput) ToResourcePoolsConfigOutputWithContext(ctx context.Context) ResourcePoolsConfigOutput { + return o +} + +func (o ResourcePoolsConfigOutput) DefaultPool() ResourcePoolsConfigDefaultPoolOutput { + return o.ApplyT(func(v *ResourcePoolsConfig) ResourcePoolsConfigDefaultPoolOutput { return v.DefaultPool }).(ResourcePoolsConfigDefaultPoolOutput) +} + +func (o ResourcePoolsConfigOutput) Pool() ResourcePoolsConfigPoolArrayOutput { + return o.ApplyT(func(v *ResourcePoolsConfig) ResourcePoolsConfigPoolArrayOutput { return v.Pool }).(ResourcePoolsConfigPoolArrayOutput) +} + +// Deprecated: Use pool instead of pools +func (o ResourcePoolsConfigOutput) Pools() ResourcePoolsConfigPoolArrayOutput { + return o.ApplyT(func(v *ResourcePoolsConfig) ResourcePoolsConfigPoolArrayOutput { return v.Pools }).(ResourcePoolsConfigPoolArrayOutput) +} + +type ResourcePoolsConfigArrayOutput struct{ *pulumi.OutputState } + +func (ResourcePoolsConfigArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*ResourcePoolsConfig)(nil)).Elem() +} + +func (o ResourcePoolsConfigArrayOutput) ToResourcePoolsConfigArrayOutput() ResourcePoolsConfigArrayOutput { + return o +} + +func (o ResourcePoolsConfigArrayOutput) ToResourcePoolsConfigArrayOutputWithContext(ctx context.Context) ResourcePoolsConfigArrayOutput { + return o +} + +func (o ResourcePoolsConfigArrayOutput) Index(i pulumi.IntInput) ResourcePoolsConfigOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *ResourcePoolsConfig { + return vs[0].([]*ResourcePoolsConfig)[vs[1].(int)] + }).(ResourcePoolsConfigOutput) +} + +type ResourcePoolsConfigMapOutput struct{ *pulumi.OutputState } + +func (ResourcePoolsConfigMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*ResourcePoolsConfig)(nil)).Elem() +} + +func (o ResourcePoolsConfigMapOutput) ToResourcePoolsConfigMapOutput() ResourcePoolsConfigMapOutput { + return o +} + +func (o ResourcePoolsConfigMapOutput) ToResourcePoolsConfigMapOutputWithContext(ctx context.Context) ResourcePoolsConfigMapOutput { + return o +} + +func (o ResourcePoolsConfigMapOutput) MapIndex(k pulumi.StringInput) ResourcePoolsConfigOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *ResourcePoolsConfig { + return vs[0].(map[string]*ResourcePoolsConfig)[vs[1].(string)] + }).(ResourcePoolsConfigOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*ResourcePoolsConfigInput)(nil)).Elem(), &ResourcePoolsConfig{}) + pulumi.RegisterInputType(reflect.TypeOf((*ResourcePoolsConfigArrayInput)(nil)).Elem(), ResourcePoolsConfigArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*ResourcePoolsConfigMapInput)(nil)).Elem(), ResourcePoolsConfigMap{}) + pulumi.RegisterOutputType(ResourcePoolsConfigOutput{}) + pulumi.RegisterOutputType(ResourcePoolsConfigArrayOutput{}) + pulumi.RegisterOutputType(ResourcePoolsConfigMapOutput{}) +} diff --git a/sdk/go/chronosphere/rollupRule.go b/sdk/go/chronosphere/rollupRule.go new file mode 100644 index 00000000..130fa19d --- /dev/null +++ b/sdk/go/chronosphere/rollupRule.go @@ -0,0 +1,347 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type RollupRule struct { + pulumi.CustomResourceState + + Aggregation pulumi.StringPtrOutput `pulumi:"aggregation"` + BucketId pulumi.StringPtrOutput `pulumi:"bucketId"` + DropRaw pulumi.BoolPtrOutput `pulumi:"dropRaw"` + ExcludeBies pulumi.StringArrayOutput `pulumi:"excludeBies"` + Filter pulumi.StringOutput `pulumi:"filter"` + GroupBies pulumi.StringArrayOutput `pulumi:"groupBies"` + Interval pulumi.StringPtrOutput `pulumi:"interval"` + MetricType pulumi.StringOutput `pulumi:"metricType"` + MetricTypeTag pulumi.BoolPtrOutput `pulumi:"metricTypeTag"` + Mode pulumi.StringPtrOutput `pulumi:"mode"` + Name pulumi.StringOutput `pulumi:"name"` + NewMetric pulumi.StringPtrOutput `pulumi:"newMetric"` + Permissive pulumi.BoolPtrOutput `pulumi:"permissive"` + Slug pulumi.StringOutput `pulumi:"slug"` + StoragePolicies RollupRuleStoragePoliciesOutput `pulumi:"storagePolicies"` +} + +// NewRollupRule registers a new resource with the given unique name, arguments, and options. +func NewRollupRule(ctx *pulumi.Context, + name string, args *RollupRuleArgs, opts ...pulumi.ResourceOption) (*RollupRule, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.Filter == nil { + return nil, errors.New("invalid value for required argument 'Filter'") + } + if args.MetricType == nil { + return nil, errors.New("invalid value for required argument 'MetricType'") + } + if args.Name == nil { + return nil, errors.New("invalid value for required argument 'Name'") + } + if args.Slug == nil { + return nil, errors.New("invalid value for required argument 'Slug'") + } + opts = internal.PkgResourceDefaultOpts(opts) + var resource RollupRule + err := ctx.RegisterResource("chronosphere:index/rollupRule:RollupRule", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetRollupRule gets an existing RollupRule resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetRollupRule(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *RollupRuleState, opts ...pulumi.ResourceOption) (*RollupRule, error) { + var resource RollupRule + err := ctx.ReadResource("chronosphere:index/rollupRule:RollupRule", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering RollupRule resources. +type rollupRuleState struct { + Aggregation *string `pulumi:"aggregation"` + BucketId *string `pulumi:"bucketId"` + DropRaw *bool `pulumi:"dropRaw"` + ExcludeBies []string `pulumi:"excludeBies"` + Filter *string `pulumi:"filter"` + GroupBies []string `pulumi:"groupBies"` + Interval *string `pulumi:"interval"` + MetricType *string `pulumi:"metricType"` + MetricTypeTag *bool `pulumi:"metricTypeTag"` + Mode *string `pulumi:"mode"` + Name *string `pulumi:"name"` + NewMetric *string `pulumi:"newMetric"` + Permissive *bool `pulumi:"permissive"` + Slug *string `pulumi:"slug"` + StoragePolicies *RollupRuleStoragePolicies `pulumi:"storagePolicies"` +} + +type RollupRuleState struct { + Aggregation pulumi.StringPtrInput + BucketId pulumi.StringPtrInput + DropRaw pulumi.BoolPtrInput + ExcludeBies pulumi.StringArrayInput + Filter pulumi.StringPtrInput + GroupBies pulumi.StringArrayInput + Interval pulumi.StringPtrInput + MetricType pulumi.StringPtrInput + MetricTypeTag pulumi.BoolPtrInput + Mode pulumi.StringPtrInput + Name pulumi.StringPtrInput + NewMetric pulumi.StringPtrInput + Permissive pulumi.BoolPtrInput + Slug pulumi.StringPtrInput + StoragePolicies RollupRuleStoragePoliciesPtrInput +} + +func (RollupRuleState) ElementType() reflect.Type { + return reflect.TypeOf((*rollupRuleState)(nil)).Elem() +} + +type rollupRuleArgs struct { + Aggregation *string `pulumi:"aggregation"` + BucketId *string `pulumi:"bucketId"` + DropRaw *bool `pulumi:"dropRaw"` + ExcludeBies []string `pulumi:"excludeBies"` + Filter string `pulumi:"filter"` + GroupBies []string `pulumi:"groupBies"` + Interval *string `pulumi:"interval"` + MetricType string `pulumi:"metricType"` + MetricTypeTag *bool `pulumi:"metricTypeTag"` + Mode *string `pulumi:"mode"` + Name string `pulumi:"name"` + NewMetric *string `pulumi:"newMetric"` + Permissive *bool `pulumi:"permissive"` + Slug string `pulumi:"slug"` + StoragePolicies *RollupRuleStoragePolicies `pulumi:"storagePolicies"` +} + +// The set of arguments for constructing a RollupRule resource. +type RollupRuleArgs struct { + Aggregation pulumi.StringPtrInput + BucketId pulumi.StringPtrInput + DropRaw pulumi.BoolPtrInput + ExcludeBies pulumi.StringArrayInput + Filter pulumi.StringInput + GroupBies pulumi.StringArrayInput + Interval pulumi.StringPtrInput + MetricType pulumi.StringInput + MetricTypeTag pulumi.BoolPtrInput + Mode pulumi.StringPtrInput + Name pulumi.StringInput + NewMetric pulumi.StringPtrInput + Permissive pulumi.BoolPtrInput + Slug pulumi.StringInput + StoragePolicies RollupRuleStoragePoliciesPtrInput +} + +func (RollupRuleArgs) ElementType() reflect.Type { + return reflect.TypeOf((*rollupRuleArgs)(nil)).Elem() +} + +type RollupRuleInput interface { + pulumi.Input + + ToRollupRuleOutput() RollupRuleOutput + ToRollupRuleOutputWithContext(ctx context.Context) RollupRuleOutput +} + +func (*RollupRule) ElementType() reflect.Type { + return reflect.TypeOf((**RollupRule)(nil)).Elem() +} + +func (i *RollupRule) ToRollupRuleOutput() RollupRuleOutput { + return i.ToRollupRuleOutputWithContext(context.Background()) +} + +func (i *RollupRule) ToRollupRuleOutputWithContext(ctx context.Context) RollupRuleOutput { + return pulumi.ToOutputWithContext(ctx, i).(RollupRuleOutput) +} + +// RollupRuleArrayInput is an input type that accepts RollupRuleArray and RollupRuleArrayOutput values. +// You can construct a concrete instance of `RollupRuleArrayInput` via: +// +// RollupRuleArray{ RollupRuleArgs{...} } +type RollupRuleArrayInput interface { + pulumi.Input + + ToRollupRuleArrayOutput() RollupRuleArrayOutput + ToRollupRuleArrayOutputWithContext(context.Context) RollupRuleArrayOutput +} + +type RollupRuleArray []RollupRuleInput + +func (RollupRuleArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*RollupRule)(nil)).Elem() +} + +func (i RollupRuleArray) ToRollupRuleArrayOutput() RollupRuleArrayOutput { + return i.ToRollupRuleArrayOutputWithContext(context.Background()) +} + +func (i RollupRuleArray) ToRollupRuleArrayOutputWithContext(ctx context.Context) RollupRuleArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(RollupRuleArrayOutput) +} + +// RollupRuleMapInput is an input type that accepts RollupRuleMap and RollupRuleMapOutput values. +// You can construct a concrete instance of `RollupRuleMapInput` via: +// +// RollupRuleMap{ "key": RollupRuleArgs{...} } +type RollupRuleMapInput interface { + pulumi.Input + + ToRollupRuleMapOutput() RollupRuleMapOutput + ToRollupRuleMapOutputWithContext(context.Context) RollupRuleMapOutput +} + +type RollupRuleMap map[string]RollupRuleInput + +func (RollupRuleMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*RollupRule)(nil)).Elem() +} + +func (i RollupRuleMap) ToRollupRuleMapOutput() RollupRuleMapOutput { + return i.ToRollupRuleMapOutputWithContext(context.Background()) +} + +func (i RollupRuleMap) ToRollupRuleMapOutputWithContext(ctx context.Context) RollupRuleMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(RollupRuleMapOutput) +} + +type RollupRuleOutput struct{ *pulumi.OutputState } + +func (RollupRuleOutput) ElementType() reflect.Type { + return reflect.TypeOf((**RollupRule)(nil)).Elem() +} + +func (o RollupRuleOutput) ToRollupRuleOutput() RollupRuleOutput { + return o +} + +func (o RollupRuleOutput) ToRollupRuleOutputWithContext(ctx context.Context) RollupRuleOutput { + return o +} + +func (o RollupRuleOutput) Aggregation() pulumi.StringPtrOutput { + return o.ApplyT(func(v *RollupRule) pulumi.StringPtrOutput { return v.Aggregation }).(pulumi.StringPtrOutput) +} + +func (o RollupRuleOutput) BucketId() pulumi.StringPtrOutput { + return o.ApplyT(func(v *RollupRule) pulumi.StringPtrOutput { return v.BucketId }).(pulumi.StringPtrOutput) +} + +func (o RollupRuleOutput) DropRaw() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *RollupRule) pulumi.BoolPtrOutput { return v.DropRaw }).(pulumi.BoolPtrOutput) +} + +func (o RollupRuleOutput) ExcludeBies() pulumi.StringArrayOutput { + return o.ApplyT(func(v *RollupRule) pulumi.StringArrayOutput { return v.ExcludeBies }).(pulumi.StringArrayOutput) +} + +func (o RollupRuleOutput) Filter() pulumi.StringOutput { + return o.ApplyT(func(v *RollupRule) pulumi.StringOutput { return v.Filter }).(pulumi.StringOutput) +} + +func (o RollupRuleOutput) GroupBies() pulumi.StringArrayOutput { + return o.ApplyT(func(v *RollupRule) pulumi.StringArrayOutput { return v.GroupBies }).(pulumi.StringArrayOutput) +} + +func (o RollupRuleOutput) Interval() pulumi.StringPtrOutput { + return o.ApplyT(func(v *RollupRule) pulumi.StringPtrOutput { return v.Interval }).(pulumi.StringPtrOutput) +} + +func (o RollupRuleOutput) MetricType() pulumi.StringOutput { + return o.ApplyT(func(v *RollupRule) pulumi.StringOutput { return v.MetricType }).(pulumi.StringOutput) +} + +func (o RollupRuleOutput) MetricTypeTag() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *RollupRule) pulumi.BoolPtrOutput { return v.MetricTypeTag }).(pulumi.BoolPtrOutput) +} + +func (o RollupRuleOutput) Mode() pulumi.StringPtrOutput { + return o.ApplyT(func(v *RollupRule) pulumi.StringPtrOutput { return v.Mode }).(pulumi.StringPtrOutput) +} + +func (o RollupRuleOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v *RollupRule) pulumi.StringOutput { return v.Name }).(pulumi.StringOutput) +} + +func (o RollupRuleOutput) NewMetric() pulumi.StringPtrOutput { + return o.ApplyT(func(v *RollupRule) pulumi.StringPtrOutput { return v.NewMetric }).(pulumi.StringPtrOutput) +} + +func (o RollupRuleOutput) Permissive() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *RollupRule) pulumi.BoolPtrOutput { return v.Permissive }).(pulumi.BoolPtrOutput) +} + +func (o RollupRuleOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v *RollupRule) pulumi.StringOutput { return v.Slug }).(pulumi.StringOutput) +} + +func (o RollupRuleOutput) StoragePolicies() RollupRuleStoragePoliciesOutput { + return o.ApplyT(func(v *RollupRule) RollupRuleStoragePoliciesOutput { return v.StoragePolicies }).(RollupRuleStoragePoliciesOutput) +} + +type RollupRuleArrayOutput struct{ *pulumi.OutputState } + +func (RollupRuleArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*RollupRule)(nil)).Elem() +} + +func (o RollupRuleArrayOutput) ToRollupRuleArrayOutput() RollupRuleArrayOutput { + return o +} + +func (o RollupRuleArrayOutput) ToRollupRuleArrayOutputWithContext(ctx context.Context) RollupRuleArrayOutput { + return o +} + +func (o RollupRuleArrayOutput) Index(i pulumi.IntInput) RollupRuleOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *RollupRule { + return vs[0].([]*RollupRule)[vs[1].(int)] + }).(RollupRuleOutput) +} + +type RollupRuleMapOutput struct{ *pulumi.OutputState } + +func (RollupRuleMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*RollupRule)(nil)).Elem() +} + +func (o RollupRuleMapOutput) ToRollupRuleMapOutput() RollupRuleMapOutput { + return o +} + +func (o RollupRuleMapOutput) ToRollupRuleMapOutputWithContext(ctx context.Context) RollupRuleMapOutput { + return o +} + +func (o RollupRuleMapOutput) MapIndex(k pulumi.StringInput) RollupRuleOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *RollupRule { + return vs[0].(map[string]*RollupRule)[vs[1].(string)] + }).(RollupRuleOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*RollupRuleInput)(nil)).Elem(), &RollupRule{}) + pulumi.RegisterInputType(reflect.TypeOf((*RollupRuleArrayInput)(nil)).Elem(), RollupRuleArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*RollupRuleMapInput)(nil)).Elem(), RollupRuleMap{}) + pulumi.RegisterOutputType(RollupRuleOutput{}) + pulumi.RegisterOutputType(RollupRuleArrayOutput{}) + pulumi.RegisterOutputType(RollupRuleMapOutput{}) +} diff --git a/sdk/go/chronosphere/serviceAccount.go b/sdk/go/chronosphere/serviceAccount.go new file mode 100644 index 00000000..e6ad4077 --- /dev/null +++ b/sdk/go/chronosphere/serviceAccount.go @@ -0,0 +1,257 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type ServiceAccount struct { + pulumi.CustomResourceState + + Email pulumi.StringOutput `pulumi:"email"` + Name pulumi.StringOutput `pulumi:"name"` + Restriction ServiceAccountRestrictionPtrOutput `pulumi:"restriction"` + Slug pulumi.StringOutput `pulumi:"slug"` + Token pulumi.StringOutput `pulumi:"token"` + Unrestricted pulumi.BoolPtrOutput `pulumi:"unrestricted"` +} + +// NewServiceAccount registers a new resource with the given unique name, arguments, and options. +func NewServiceAccount(ctx *pulumi.Context, + name string, args *ServiceAccountArgs, opts ...pulumi.ResourceOption) (*ServiceAccount, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.Name == nil { + return nil, errors.New("invalid value for required argument 'Name'") + } + secrets := pulumi.AdditionalSecretOutputs([]string{ + "token", + }) + opts = append(opts, secrets) + opts = internal.PkgResourceDefaultOpts(opts) + var resource ServiceAccount + err := ctx.RegisterResource("chronosphere:index/serviceAccount:ServiceAccount", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetServiceAccount gets an existing ServiceAccount resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetServiceAccount(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *ServiceAccountState, opts ...pulumi.ResourceOption) (*ServiceAccount, error) { + var resource ServiceAccount + err := ctx.ReadResource("chronosphere:index/serviceAccount:ServiceAccount", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering ServiceAccount resources. +type serviceAccountState struct { + Email *string `pulumi:"email"` + Name *string `pulumi:"name"` + Restriction *ServiceAccountRestriction `pulumi:"restriction"` + Slug *string `pulumi:"slug"` + Token *string `pulumi:"token"` + Unrestricted *bool `pulumi:"unrestricted"` +} + +type ServiceAccountState struct { + Email pulumi.StringPtrInput + Name pulumi.StringPtrInput + Restriction ServiceAccountRestrictionPtrInput + Slug pulumi.StringPtrInput + Token pulumi.StringPtrInput + Unrestricted pulumi.BoolPtrInput +} + +func (ServiceAccountState) ElementType() reflect.Type { + return reflect.TypeOf((*serviceAccountState)(nil)).Elem() +} + +type serviceAccountArgs struct { + Name string `pulumi:"name"` + Restriction *ServiceAccountRestriction `pulumi:"restriction"` + Slug *string `pulumi:"slug"` + Unrestricted *bool `pulumi:"unrestricted"` +} + +// The set of arguments for constructing a ServiceAccount resource. +type ServiceAccountArgs struct { + Name pulumi.StringInput + Restriction ServiceAccountRestrictionPtrInput + Slug pulumi.StringPtrInput + Unrestricted pulumi.BoolPtrInput +} + +func (ServiceAccountArgs) ElementType() reflect.Type { + return reflect.TypeOf((*serviceAccountArgs)(nil)).Elem() +} + +type ServiceAccountInput interface { + pulumi.Input + + ToServiceAccountOutput() ServiceAccountOutput + ToServiceAccountOutputWithContext(ctx context.Context) ServiceAccountOutput +} + +func (*ServiceAccount) ElementType() reflect.Type { + return reflect.TypeOf((**ServiceAccount)(nil)).Elem() +} + +func (i *ServiceAccount) ToServiceAccountOutput() ServiceAccountOutput { + return i.ToServiceAccountOutputWithContext(context.Background()) +} + +func (i *ServiceAccount) ToServiceAccountOutputWithContext(ctx context.Context) ServiceAccountOutput { + return pulumi.ToOutputWithContext(ctx, i).(ServiceAccountOutput) +} + +// ServiceAccountArrayInput is an input type that accepts ServiceAccountArray and ServiceAccountArrayOutput values. +// You can construct a concrete instance of `ServiceAccountArrayInput` via: +// +// ServiceAccountArray{ ServiceAccountArgs{...} } +type ServiceAccountArrayInput interface { + pulumi.Input + + ToServiceAccountArrayOutput() ServiceAccountArrayOutput + ToServiceAccountArrayOutputWithContext(context.Context) ServiceAccountArrayOutput +} + +type ServiceAccountArray []ServiceAccountInput + +func (ServiceAccountArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*ServiceAccount)(nil)).Elem() +} + +func (i ServiceAccountArray) ToServiceAccountArrayOutput() ServiceAccountArrayOutput { + return i.ToServiceAccountArrayOutputWithContext(context.Background()) +} + +func (i ServiceAccountArray) ToServiceAccountArrayOutputWithContext(ctx context.Context) ServiceAccountArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(ServiceAccountArrayOutput) +} + +// ServiceAccountMapInput is an input type that accepts ServiceAccountMap and ServiceAccountMapOutput values. +// You can construct a concrete instance of `ServiceAccountMapInput` via: +// +// ServiceAccountMap{ "key": ServiceAccountArgs{...} } +type ServiceAccountMapInput interface { + pulumi.Input + + ToServiceAccountMapOutput() ServiceAccountMapOutput + ToServiceAccountMapOutputWithContext(context.Context) ServiceAccountMapOutput +} + +type ServiceAccountMap map[string]ServiceAccountInput + +func (ServiceAccountMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*ServiceAccount)(nil)).Elem() +} + +func (i ServiceAccountMap) ToServiceAccountMapOutput() ServiceAccountMapOutput { + return i.ToServiceAccountMapOutputWithContext(context.Background()) +} + +func (i ServiceAccountMap) ToServiceAccountMapOutputWithContext(ctx context.Context) ServiceAccountMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(ServiceAccountMapOutput) +} + +type ServiceAccountOutput struct{ *pulumi.OutputState } + +func (ServiceAccountOutput) ElementType() reflect.Type { + return reflect.TypeOf((**ServiceAccount)(nil)).Elem() +} + +func (o ServiceAccountOutput) ToServiceAccountOutput() ServiceAccountOutput { + return o +} + +func (o ServiceAccountOutput) ToServiceAccountOutputWithContext(ctx context.Context) ServiceAccountOutput { + return o +} + +func (o ServiceAccountOutput) Email() pulumi.StringOutput { + return o.ApplyT(func(v *ServiceAccount) pulumi.StringOutput { return v.Email }).(pulumi.StringOutput) +} + +func (o ServiceAccountOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v *ServiceAccount) pulumi.StringOutput { return v.Name }).(pulumi.StringOutput) +} + +func (o ServiceAccountOutput) Restriction() ServiceAccountRestrictionPtrOutput { + return o.ApplyT(func(v *ServiceAccount) ServiceAccountRestrictionPtrOutput { return v.Restriction }).(ServiceAccountRestrictionPtrOutput) +} + +func (o ServiceAccountOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v *ServiceAccount) pulumi.StringOutput { return v.Slug }).(pulumi.StringOutput) +} + +func (o ServiceAccountOutput) Token() pulumi.StringOutput { + return o.ApplyT(func(v *ServiceAccount) pulumi.StringOutput { return v.Token }).(pulumi.StringOutput) +} + +func (o ServiceAccountOutput) Unrestricted() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *ServiceAccount) pulumi.BoolPtrOutput { return v.Unrestricted }).(pulumi.BoolPtrOutput) +} + +type ServiceAccountArrayOutput struct{ *pulumi.OutputState } + +func (ServiceAccountArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*ServiceAccount)(nil)).Elem() +} + +func (o ServiceAccountArrayOutput) ToServiceAccountArrayOutput() ServiceAccountArrayOutput { + return o +} + +func (o ServiceAccountArrayOutput) ToServiceAccountArrayOutputWithContext(ctx context.Context) ServiceAccountArrayOutput { + return o +} + +func (o ServiceAccountArrayOutput) Index(i pulumi.IntInput) ServiceAccountOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *ServiceAccount { + return vs[0].([]*ServiceAccount)[vs[1].(int)] + }).(ServiceAccountOutput) +} + +type ServiceAccountMapOutput struct{ *pulumi.OutputState } + +func (ServiceAccountMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*ServiceAccount)(nil)).Elem() +} + +func (o ServiceAccountMapOutput) ToServiceAccountMapOutput() ServiceAccountMapOutput { + return o +} + +func (o ServiceAccountMapOutput) ToServiceAccountMapOutputWithContext(ctx context.Context) ServiceAccountMapOutput { + return o +} + +func (o ServiceAccountMapOutput) MapIndex(k pulumi.StringInput) ServiceAccountOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *ServiceAccount { + return vs[0].(map[string]*ServiceAccount)[vs[1].(string)] + }).(ServiceAccountOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*ServiceAccountInput)(nil)).Elem(), &ServiceAccount{}) + pulumi.RegisterInputType(reflect.TypeOf((*ServiceAccountArrayInput)(nil)).Elem(), ServiceAccountArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*ServiceAccountMapInput)(nil)).Elem(), ServiceAccountMap{}) + pulumi.RegisterOutputType(ServiceAccountOutput{}) + pulumi.RegisterOutputType(ServiceAccountArrayOutput{}) + pulumi.RegisterOutputType(ServiceAccountMapOutput{}) +} diff --git a/sdk/go/chronosphere/serviceDataSource.go b/sdk/go/chronosphere/serviceDataSource.go new file mode 100644 index 00000000..8b421178 --- /dev/null +++ b/sdk/go/chronosphere/serviceDataSource.go @@ -0,0 +1,94 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +func ServiceDataSource(ctx *pulumi.Context, args *ServiceDataSourceArgs, opts ...pulumi.InvokeOption) (*ServiceDataSourceResult, error) { + opts = internal.PkgInvokeDefaultOpts(opts) + var rv ServiceDataSourceResult + err := ctx.Invoke("chronosphere:index/serviceDataSource:ServiceDataSource", args, &rv, opts...) + if err != nil { + return nil, err + } + return &rv, nil +} + +// A collection of arguments for invoking ServiceDataSource. +type ServiceDataSourceArgs struct { + Slug string `pulumi:"slug"` +} + +// A collection of values returned by ServiceDataSource. +type ServiceDataSourceResult struct { + Description string `pulumi:"description"` + // The provider-assigned unique ID for this managed resource. + Id string `pulumi:"id"` + Name string `pulumi:"name"` + Slug string `pulumi:"slug"` +} + +func ServiceDataSourceOutput(ctx *pulumi.Context, args ServiceDataSourceOutputArgs, opts ...pulumi.InvokeOption) ServiceDataSourceResultOutput { + return pulumi.ToOutputWithContext(context.Background(), args). + ApplyT(func(v interface{}) (ServiceDataSourceResult, error) { + args := v.(ServiceDataSourceArgs) + r, err := ServiceDataSource(ctx, &args, opts...) + var s ServiceDataSourceResult + if r != nil { + s = *r + } + return s, err + }).(ServiceDataSourceResultOutput) +} + +// A collection of arguments for invoking ServiceDataSource. +type ServiceDataSourceOutputArgs struct { + Slug pulumi.StringInput `pulumi:"slug"` +} + +func (ServiceDataSourceOutputArgs) ElementType() reflect.Type { + return reflect.TypeOf((*ServiceDataSourceArgs)(nil)).Elem() +} + +// A collection of values returned by ServiceDataSource. +type ServiceDataSourceResultOutput struct{ *pulumi.OutputState } + +func (ServiceDataSourceResultOutput) ElementType() reflect.Type { + return reflect.TypeOf((*ServiceDataSourceResult)(nil)).Elem() +} + +func (o ServiceDataSourceResultOutput) ToServiceDataSourceResultOutput() ServiceDataSourceResultOutput { + return o +} + +func (o ServiceDataSourceResultOutput) ToServiceDataSourceResultOutputWithContext(ctx context.Context) ServiceDataSourceResultOutput { + return o +} + +func (o ServiceDataSourceResultOutput) Description() pulumi.StringOutput { + return o.ApplyT(func(v ServiceDataSourceResult) string { return v.Description }).(pulumi.StringOutput) +} + +// The provider-assigned unique ID for this managed resource. +func (o ServiceDataSourceResultOutput) Id() pulumi.StringOutput { + return o.ApplyT(func(v ServiceDataSourceResult) string { return v.Id }).(pulumi.StringOutput) +} + +func (o ServiceDataSourceResultOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v ServiceDataSourceResult) string { return v.Name }).(pulumi.StringOutput) +} + +func (o ServiceDataSourceResultOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v ServiceDataSourceResult) string { return v.Slug }).(pulumi.StringOutput) +} + +func init() { + pulumi.RegisterOutputType(ServiceDataSourceResultOutput{}) +} diff --git a/sdk/go/chronosphere/slackAlertNotifier.go b/sdk/go/chronosphere/slackAlertNotifier.go new file mode 100644 index 00000000..4c54c5b4 --- /dev/null +++ b/sdk/go/chronosphere/slackAlertNotifier.go @@ -0,0 +1,472 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type SlackAlertNotifier struct { + pulumi.CustomResourceState + + Actions SlackAlertNotifierActionArrayOutput `pulumi:"actions"` + ApiUrl pulumi.StringOutput `pulumi:"apiUrl"` + BasicAuthPassword pulumi.StringPtrOutput `pulumi:"basicAuthPassword"` + BasicAuthUsername pulumi.StringPtrOutput `pulumi:"basicAuthUsername"` + BearerToken pulumi.StringPtrOutput `pulumi:"bearerToken"` + CallbackId pulumi.StringPtrOutput `pulumi:"callbackId"` + Channel pulumi.StringOutput `pulumi:"channel"` + Color pulumi.StringPtrOutput `pulumi:"color"` + Fallback pulumi.StringPtrOutput `pulumi:"fallback"` + Fields SlackAlertNotifierFieldArrayOutput `pulumi:"fields"` + Footer pulumi.StringPtrOutput `pulumi:"footer"` + IconEmoji pulumi.StringPtrOutput `pulumi:"iconEmoji"` + IconUrl pulumi.StringPtrOutput `pulumi:"iconUrl"` + ImageUrl pulumi.StringPtrOutput `pulumi:"imageUrl"` + LinkNames pulumi.BoolPtrOutput `pulumi:"linkNames"` + MrkdwnIns pulumi.StringArrayOutput `pulumi:"mrkdwnIns"` + Name pulumi.StringOutput `pulumi:"name"` + Pretext pulumi.StringPtrOutput `pulumi:"pretext"` + ProxyUrl pulumi.StringPtrOutput `pulumi:"proxyUrl"` + SendResolved pulumi.BoolPtrOutput `pulumi:"sendResolved"` + ShortFields pulumi.BoolPtrOutput `pulumi:"shortFields"` + Slug pulumi.StringOutput `pulumi:"slug"` + Text pulumi.StringPtrOutput `pulumi:"text"` + ThumbUrl pulumi.StringPtrOutput `pulumi:"thumbUrl"` + Title pulumi.StringPtrOutput `pulumi:"title"` + TitleLink pulumi.StringPtrOutput `pulumi:"titleLink"` + TlsInsecureSkipVerify pulumi.BoolPtrOutput `pulumi:"tlsInsecureSkipVerify"` + Username pulumi.StringPtrOutput `pulumi:"username"` +} + +// NewSlackAlertNotifier registers a new resource with the given unique name, arguments, and options. +func NewSlackAlertNotifier(ctx *pulumi.Context, + name string, args *SlackAlertNotifierArgs, opts ...pulumi.ResourceOption) (*SlackAlertNotifier, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.ApiUrl == nil { + return nil, errors.New("invalid value for required argument 'ApiUrl'") + } + if args.Channel == nil { + return nil, errors.New("invalid value for required argument 'Channel'") + } + if args.Name == nil { + return nil, errors.New("invalid value for required argument 'Name'") + } + if args.ApiUrl != nil { + args.ApiUrl = pulumi.ToSecret(args.ApiUrl).(pulumi.StringInput) + } + if args.BasicAuthPassword != nil { + args.BasicAuthPassword = pulumi.ToSecret(args.BasicAuthPassword).(pulumi.StringPtrInput) + } + secrets := pulumi.AdditionalSecretOutputs([]string{ + "apiUrl", + "basicAuthPassword", + }) + opts = append(opts, secrets) + opts = internal.PkgResourceDefaultOpts(opts) + var resource SlackAlertNotifier + err := ctx.RegisterResource("chronosphere:index/slackAlertNotifier:SlackAlertNotifier", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetSlackAlertNotifier gets an existing SlackAlertNotifier resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetSlackAlertNotifier(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *SlackAlertNotifierState, opts ...pulumi.ResourceOption) (*SlackAlertNotifier, error) { + var resource SlackAlertNotifier + err := ctx.ReadResource("chronosphere:index/slackAlertNotifier:SlackAlertNotifier", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering SlackAlertNotifier resources. +type slackAlertNotifierState struct { + Actions []SlackAlertNotifierAction `pulumi:"actions"` + ApiUrl *string `pulumi:"apiUrl"` + BasicAuthPassword *string `pulumi:"basicAuthPassword"` + BasicAuthUsername *string `pulumi:"basicAuthUsername"` + BearerToken *string `pulumi:"bearerToken"` + CallbackId *string `pulumi:"callbackId"` + Channel *string `pulumi:"channel"` + Color *string `pulumi:"color"` + Fallback *string `pulumi:"fallback"` + Fields []SlackAlertNotifierField `pulumi:"fields"` + Footer *string `pulumi:"footer"` + IconEmoji *string `pulumi:"iconEmoji"` + IconUrl *string `pulumi:"iconUrl"` + ImageUrl *string `pulumi:"imageUrl"` + LinkNames *bool `pulumi:"linkNames"` + MrkdwnIns []string `pulumi:"mrkdwnIns"` + Name *string `pulumi:"name"` + Pretext *string `pulumi:"pretext"` + ProxyUrl *string `pulumi:"proxyUrl"` + SendResolved *bool `pulumi:"sendResolved"` + ShortFields *bool `pulumi:"shortFields"` + Slug *string `pulumi:"slug"` + Text *string `pulumi:"text"` + ThumbUrl *string `pulumi:"thumbUrl"` + Title *string `pulumi:"title"` + TitleLink *string `pulumi:"titleLink"` + TlsInsecureSkipVerify *bool `pulumi:"tlsInsecureSkipVerify"` + Username *string `pulumi:"username"` +} + +type SlackAlertNotifierState struct { + Actions SlackAlertNotifierActionArrayInput + ApiUrl pulumi.StringPtrInput + BasicAuthPassword pulumi.StringPtrInput + BasicAuthUsername pulumi.StringPtrInput + BearerToken pulumi.StringPtrInput + CallbackId pulumi.StringPtrInput + Channel pulumi.StringPtrInput + Color pulumi.StringPtrInput + Fallback pulumi.StringPtrInput + Fields SlackAlertNotifierFieldArrayInput + Footer pulumi.StringPtrInput + IconEmoji pulumi.StringPtrInput + IconUrl pulumi.StringPtrInput + ImageUrl pulumi.StringPtrInput + LinkNames pulumi.BoolPtrInput + MrkdwnIns pulumi.StringArrayInput + Name pulumi.StringPtrInput + Pretext pulumi.StringPtrInput + ProxyUrl pulumi.StringPtrInput + SendResolved pulumi.BoolPtrInput + ShortFields pulumi.BoolPtrInput + Slug pulumi.StringPtrInput + Text pulumi.StringPtrInput + ThumbUrl pulumi.StringPtrInput + Title pulumi.StringPtrInput + TitleLink pulumi.StringPtrInput + TlsInsecureSkipVerify pulumi.BoolPtrInput + Username pulumi.StringPtrInput +} + +func (SlackAlertNotifierState) ElementType() reflect.Type { + return reflect.TypeOf((*slackAlertNotifierState)(nil)).Elem() +} + +type slackAlertNotifierArgs struct { + Actions []SlackAlertNotifierAction `pulumi:"actions"` + ApiUrl string `pulumi:"apiUrl"` + BasicAuthPassword *string `pulumi:"basicAuthPassword"` + BasicAuthUsername *string `pulumi:"basicAuthUsername"` + BearerToken *string `pulumi:"bearerToken"` + CallbackId *string `pulumi:"callbackId"` + Channel string `pulumi:"channel"` + Color *string `pulumi:"color"` + Fallback *string `pulumi:"fallback"` + Fields []SlackAlertNotifierField `pulumi:"fields"` + Footer *string `pulumi:"footer"` + IconEmoji *string `pulumi:"iconEmoji"` + IconUrl *string `pulumi:"iconUrl"` + ImageUrl *string `pulumi:"imageUrl"` + LinkNames *bool `pulumi:"linkNames"` + MrkdwnIns []string `pulumi:"mrkdwnIns"` + Name string `pulumi:"name"` + Pretext *string `pulumi:"pretext"` + ProxyUrl *string `pulumi:"proxyUrl"` + SendResolved *bool `pulumi:"sendResolved"` + ShortFields *bool `pulumi:"shortFields"` + Slug *string `pulumi:"slug"` + Text *string `pulumi:"text"` + ThumbUrl *string `pulumi:"thumbUrl"` + Title *string `pulumi:"title"` + TitleLink *string `pulumi:"titleLink"` + TlsInsecureSkipVerify *bool `pulumi:"tlsInsecureSkipVerify"` + Username *string `pulumi:"username"` +} + +// The set of arguments for constructing a SlackAlertNotifier resource. +type SlackAlertNotifierArgs struct { + Actions SlackAlertNotifierActionArrayInput + ApiUrl pulumi.StringInput + BasicAuthPassword pulumi.StringPtrInput + BasicAuthUsername pulumi.StringPtrInput + BearerToken pulumi.StringPtrInput + CallbackId pulumi.StringPtrInput + Channel pulumi.StringInput + Color pulumi.StringPtrInput + Fallback pulumi.StringPtrInput + Fields SlackAlertNotifierFieldArrayInput + Footer pulumi.StringPtrInput + IconEmoji pulumi.StringPtrInput + IconUrl pulumi.StringPtrInput + ImageUrl pulumi.StringPtrInput + LinkNames pulumi.BoolPtrInput + MrkdwnIns pulumi.StringArrayInput + Name pulumi.StringInput + Pretext pulumi.StringPtrInput + ProxyUrl pulumi.StringPtrInput + SendResolved pulumi.BoolPtrInput + ShortFields pulumi.BoolPtrInput + Slug pulumi.StringPtrInput + Text pulumi.StringPtrInput + ThumbUrl pulumi.StringPtrInput + Title pulumi.StringPtrInput + TitleLink pulumi.StringPtrInput + TlsInsecureSkipVerify pulumi.BoolPtrInput + Username pulumi.StringPtrInput +} + +func (SlackAlertNotifierArgs) ElementType() reflect.Type { + return reflect.TypeOf((*slackAlertNotifierArgs)(nil)).Elem() +} + +type SlackAlertNotifierInput interface { + pulumi.Input + + ToSlackAlertNotifierOutput() SlackAlertNotifierOutput + ToSlackAlertNotifierOutputWithContext(ctx context.Context) SlackAlertNotifierOutput +} + +func (*SlackAlertNotifier) ElementType() reflect.Type { + return reflect.TypeOf((**SlackAlertNotifier)(nil)).Elem() +} + +func (i *SlackAlertNotifier) ToSlackAlertNotifierOutput() SlackAlertNotifierOutput { + return i.ToSlackAlertNotifierOutputWithContext(context.Background()) +} + +func (i *SlackAlertNotifier) ToSlackAlertNotifierOutputWithContext(ctx context.Context) SlackAlertNotifierOutput { + return pulumi.ToOutputWithContext(ctx, i).(SlackAlertNotifierOutput) +} + +// SlackAlertNotifierArrayInput is an input type that accepts SlackAlertNotifierArray and SlackAlertNotifierArrayOutput values. +// You can construct a concrete instance of `SlackAlertNotifierArrayInput` via: +// +// SlackAlertNotifierArray{ SlackAlertNotifierArgs{...} } +type SlackAlertNotifierArrayInput interface { + pulumi.Input + + ToSlackAlertNotifierArrayOutput() SlackAlertNotifierArrayOutput + ToSlackAlertNotifierArrayOutputWithContext(context.Context) SlackAlertNotifierArrayOutput +} + +type SlackAlertNotifierArray []SlackAlertNotifierInput + +func (SlackAlertNotifierArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*SlackAlertNotifier)(nil)).Elem() +} + +func (i SlackAlertNotifierArray) ToSlackAlertNotifierArrayOutput() SlackAlertNotifierArrayOutput { + return i.ToSlackAlertNotifierArrayOutputWithContext(context.Background()) +} + +func (i SlackAlertNotifierArray) ToSlackAlertNotifierArrayOutputWithContext(ctx context.Context) SlackAlertNotifierArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(SlackAlertNotifierArrayOutput) +} + +// SlackAlertNotifierMapInput is an input type that accepts SlackAlertNotifierMap and SlackAlertNotifierMapOutput values. +// You can construct a concrete instance of `SlackAlertNotifierMapInput` via: +// +// SlackAlertNotifierMap{ "key": SlackAlertNotifierArgs{...} } +type SlackAlertNotifierMapInput interface { + pulumi.Input + + ToSlackAlertNotifierMapOutput() SlackAlertNotifierMapOutput + ToSlackAlertNotifierMapOutputWithContext(context.Context) SlackAlertNotifierMapOutput +} + +type SlackAlertNotifierMap map[string]SlackAlertNotifierInput + +func (SlackAlertNotifierMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*SlackAlertNotifier)(nil)).Elem() +} + +func (i SlackAlertNotifierMap) ToSlackAlertNotifierMapOutput() SlackAlertNotifierMapOutput { + return i.ToSlackAlertNotifierMapOutputWithContext(context.Background()) +} + +func (i SlackAlertNotifierMap) ToSlackAlertNotifierMapOutputWithContext(ctx context.Context) SlackAlertNotifierMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(SlackAlertNotifierMapOutput) +} + +type SlackAlertNotifierOutput struct{ *pulumi.OutputState } + +func (SlackAlertNotifierOutput) ElementType() reflect.Type { + return reflect.TypeOf((**SlackAlertNotifier)(nil)).Elem() +} + +func (o SlackAlertNotifierOutput) ToSlackAlertNotifierOutput() SlackAlertNotifierOutput { + return o +} + +func (o SlackAlertNotifierOutput) ToSlackAlertNotifierOutputWithContext(ctx context.Context) SlackAlertNotifierOutput { + return o +} + +func (o SlackAlertNotifierOutput) Actions() SlackAlertNotifierActionArrayOutput { + return o.ApplyT(func(v *SlackAlertNotifier) SlackAlertNotifierActionArrayOutput { return v.Actions }).(SlackAlertNotifierActionArrayOutput) +} + +func (o SlackAlertNotifierOutput) ApiUrl() pulumi.StringOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.StringOutput { return v.ApiUrl }).(pulumi.StringOutput) +} + +func (o SlackAlertNotifierOutput) BasicAuthPassword() pulumi.StringPtrOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.StringPtrOutput { return v.BasicAuthPassword }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierOutput) BasicAuthUsername() pulumi.StringPtrOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.StringPtrOutput { return v.BasicAuthUsername }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierOutput) BearerToken() pulumi.StringPtrOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.StringPtrOutput { return v.BearerToken }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierOutput) CallbackId() pulumi.StringPtrOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.StringPtrOutput { return v.CallbackId }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierOutput) Channel() pulumi.StringOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.StringOutput { return v.Channel }).(pulumi.StringOutput) +} + +func (o SlackAlertNotifierOutput) Color() pulumi.StringPtrOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.StringPtrOutput { return v.Color }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierOutput) Fallback() pulumi.StringPtrOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.StringPtrOutput { return v.Fallback }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierOutput) Fields() SlackAlertNotifierFieldArrayOutput { + return o.ApplyT(func(v *SlackAlertNotifier) SlackAlertNotifierFieldArrayOutput { return v.Fields }).(SlackAlertNotifierFieldArrayOutput) +} + +func (o SlackAlertNotifierOutput) Footer() pulumi.StringPtrOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.StringPtrOutput { return v.Footer }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierOutput) IconEmoji() pulumi.StringPtrOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.StringPtrOutput { return v.IconEmoji }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierOutput) IconUrl() pulumi.StringPtrOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.StringPtrOutput { return v.IconUrl }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierOutput) ImageUrl() pulumi.StringPtrOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.StringPtrOutput { return v.ImageUrl }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierOutput) LinkNames() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.BoolPtrOutput { return v.LinkNames }).(pulumi.BoolPtrOutput) +} + +func (o SlackAlertNotifierOutput) MrkdwnIns() pulumi.StringArrayOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.StringArrayOutput { return v.MrkdwnIns }).(pulumi.StringArrayOutput) +} + +func (o SlackAlertNotifierOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.StringOutput { return v.Name }).(pulumi.StringOutput) +} + +func (o SlackAlertNotifierOutput) Pretext() pulumi.StringPtrOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.StringPtrOutput { return v.Pretext }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierOutput) ProxyUrl() pulumi.StringPtrOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.StringPtrOutput { return v.ProxyUrl }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierOutput) SendResolved() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.BoolPtrOutput { return v.SendResolved }).(pulumi.BoolPtrOutput) +} + +func (o SlackAlertNotifierOutput) ShortFields() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.BoolPtrOutput { return v.ShortFields }).(pulumi.BoolPtrOutput) +} + +func (o SlackAlertNotifierOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.StringOutput { return v.Slug }).(pulumi.StringOutput) +} + +func (o SlackAlertNotifierOutput) Text() pulumi.StringPtrOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.StringPtrOutput { return v.Text }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierOutput) ThumbUrl() pulumi.StringPtrOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.StringPtrOutput { return v.ThumbUrl }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierOutput) Title() pulumi.StringPtrOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.StringPtrOutput { return v.Title }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierOutput) TitleLink() pulumi.StringPtrOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.StringPtrOutput { return v.TitleLink }).(pulumi.StringPtrOutput) +} + +func (o SlackAlertNotifierOutput) TlsInsecureSkipVerify() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.BoolPtrOutput { return v.TlsInsecureSkipVerify }).(pulumi.BoolPtrOutput) +} + +func (o SlackAlertNotifierOutput) Username() pulumi.StringPtrOutput { + return o.ApplyT(func(v *SlackAlertNotifier) pulumi.StringPtrOutput { return v.Username }).(pulumi.StringPtrOutput) +} + +type SlackAlertNotifierArrayOutput struct{ *pulumi.OutputState } + +func (SlackAlertNotifierArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*SlackAlertNotifier)(nil)).Elem() +} + +func (o SlackAlertNotifierArrayOutput) ToSlackAlertNotifierArrayOutput() SlackAlertNotifierArrayOutput { + return o +} + +func (o SlackAlertNotifierArrayOutput) ToSlackAlertNotifierArrayOutputWithContext(ctx context.Context) SlackAlertNotifierArrayOutput { + return o +} + +func (o SlackAlertNotifierArrayOutput) Index(i pulumi.IntInput) SlackAlertNotifierOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *SlackAlertNotifier { + return vs[0].([]*SlackAlertNotifier)[vs[1].(int)] + }).(SlackAlertNotifierOutput) +} + +type SlackAlertNotifierMapOutput struct{ *pulumi.OutputState } + +func (SlackAlertNotifierMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*SlackAlertNotifier)(nil)).Elem() +} + +func (o SlackAlertNotifierMapOutput) ToSlackAlertNotifierMapOutput() SlackAlertNotifierMapOutput { + return o +} + +func (o SlackAlertNotifierMapOutput) ToSlackAlertNotifierMapOutputWithContext(ctx context.Context) SlackAlertNotifierMapOutput { + return o +} + +func (o SlackAlertNotifierMapOutput) MapIndex(k pulumi.StringInput) SlackAlertNotifierOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *SlackAlertNotifier { + return vs[0].(map[string]*SlackAlertNotifier)[vs[1].(string)] + }).(SlackAlertNotifierOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*SlackAlertNotifierInput)(nil)).Elem(), &SlackAlertNotifier{}) + pulumi.RegisterInputType(reflect.TypeOf((*SlackAlertNotifierArrayInput)(nil)).Elem(), SlackAlertNotifierArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*SlackAlertNotifierMapInput)(nil)).Elem(), SlackAlertNotifierMap{}) + pulumi.RegisterOutputType(SlackAlertNotifierOutput{}) + pulumi.RegisterOutputType(SlackAlertNotifierArrayOutput{}) + pulumi.RegisterOutputType(SlackAlertNotifierMapOutput{}) +} diff --git a/sdk/go/chronosphere/team.go b/sdk/go/chronosphere/team.go new file mode 100644 index 00000000..32a6d6ef --- /dev/null +++ b/sdk/go/chronosphere/team.go @@ -0,0 +1,239 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type Team struct { + pulumi.CustomResourceState + + Description pulumi.StringPtrOutput `pulumi:"description"` + Name pulumi.StringOutput `pulumi:"name"` + Slug pulumi.StringOutput `pulumi:"slug"` + UserEmails pulumi.StringArrayOutput `pulumi:"userEmails"` +} + +// NewTeam registers a new resource with the given unique name, arguments, and options. +func NewTeam(ctx *pulumi.Context, + name string, args *TeamArgs, opts ...pulumi.ResourceOption) (*Team, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.Name == nil { + return nil, errors.New("invalid value for required argument 'Name'") + } + opts = internal.PkgResourceDefaultOpts(opts) + var resource Team + err := ctx.RegisterResource("chronosphere:index/team:Team", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetTeam gets an existing Team resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetTeam(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *TeamState, opts ...pulumi.ResourceOption) (*Team, error) { + var resource Team + err := ctx.ReadResource("chronosphere:index/team:Team", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering Team resources. +type teamState struct { + Description *string `pulumi:"description"` + Name *string `pulumi:"name"` + Slug *string `pulumi:"slug"` + UserEmails []string `pulumi:"userEmails"` +} + +type TeamState struct { + Description pulumi.StringPtrInput + Name pulumi.StringPtrInput + Slug pulumi.StringPtrInput + UserEmails pulumi.StringArrayInput +} + +func (TeamState) ElementType() reflect.Type { + return reflect.TypeOf((*teamState)(nil)).Elem() +} + +type teamArgs struct { + Description *string `pulumi:"description"` + Name string `pulumi:"name"` + Slug *string `pulumi:"slug"` + UserEmails []string `pulumi:"userEmails"` +} + +// The set of arguments for constructing a Team resource. +type TeamArgs struct { + Description pulumi.StringPtrInput + Name pulumi.StringInput + Slug pulumi.StringPtrInput + UserEmails pulumi.StringArrayInput +} + +func (TeamArgs) ElementType() reflect.Type { + return reflect.TypeOf((*teamArgs)(nil)).Elem() +} + +type TeamInput interface { + pulumi.Input + + ToTeamOutput() TeamOutput + ToTeamOutputWithContext(ctx context.Context) TeamOutput +} + +func (*Team) ElementType() reflect.Type { + return reflect.TypeOf((**Team)(nil)).Elem() +} + +func (i *Team) ToTeamOutput() TeamOutput { + return i.ToTeamOutputWithContext(context.Background()) +} + +func (i *Team) ToTeamOutputWithContext(ctx context.Context) TeamOutput { + return pulumi.ToOutputWithContext(ctx, i).(TeamOutput) +} + +// TeamArrayInput is an input type that accepts TeamArray and TeamArrayOutput values. +// You can construct a concrete instance of `TeamArrayInput` via: +// +// TeamArray{ TeamArgs{...} } +type TeamArrayInput interface { + pulumi.Input + + ToTeamArrayOutput() TeamArrayOutput + ToTeamArrayOutputWithContext(context.Context) TeamArrayOutput +} + +type TeamArray []TeamInput + +func (TeamArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*Team)(nil)).Elem() +} + +func (i TeamArray) ToTeamArrayOutput() TeamArrayOutput { + return i.ToTeamArrayOutputWithContext(context.Background()) +} + +func (i TeamArray) ToTeamArrayOutputWithContext(ctx context.Context) TeamArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(TeamArrayOutput) +} + +// TeamMapInput is an input type that accepts TeamMap and TeamMapOutput values. +// You can construct a concrete instance of `TeamMapInput` via: +// +// TeamMap{ "key": TeamArgs{...} } +type TeamMapInput interface { + pulumi.Input + + ToTeamMapOutput() TeamMapOutput + ToTeamMapOutputWithContext(context.Context) TeamMapOutput +} + +type TeamMap map[string]TeamInput + +func (TeamMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*Team)(nil)).Elem() +} + +func (i TeamMap) ToTeamMapOutput() TeamMapOutput { + return i.ToTeamMapOutputWithContext(context.Background()) +} + +func (i TeamMap) ToTeamMapOutputWithContext(ctx context.Context) TeamMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(TeamMapOutput) +} + +type TeamOutput struct{ *pulumi.OutputState } + +func (TeamOutput) ElementType() reflect.Type { + return reflect.TypeOf((**Team)(nil)).Elem() +} + +func (o TeamOutput) ToTeamOutput() TeamOutput { + return o +} + +func (o TeamOutput) ToTeamOutputWithContext(ctx context.Context) TeamOutput { + return o +} + +func (o TeamOutput) Description() pulumi.StringPtrOutput { + return o.ApplyT(func(v *Team) pulumi.StringPtrOutput { return v.Description }).(pulumi.StringPtrOutput) +} + +func (o TeamOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v *Team) pulumi.StringOutput { return v.Name }).(pulumi.StringOutput) +} + +func (o TeamOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v *Team) pulumi.StringOutput { return v.Slug }).(pulumi.StringOutput) +} + +func (o TeamOutput) UserEmails() pulumi.StringArrayOutput { + return o.ApplyT(func(v *Team) pulumi.StringArrayOutput { return v.UserEmails }).(pulumi.StringArrayOutput) +} + +type TeamArrayOutput struct{ *pulumi.OutputState } + +func (TeamArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*Team)(nil)).Elem() +} + +func (o TeamArrayOutput) ToTeamArrayOutput() TeamArrayOutput { + return o +} + +func (o TeamArrayOutput) ToTeamArrayOutputWithContext(ctx context.Context) TeamArrayOutput { + return o +} + +func (o TeamArrayOutput) Index(i pulumi.IntInput) TeamOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *Team { + return vs[0].([]*Team)[vs[1].(int)] + }).(TeamOutput) +} + +type TeamMapOutput struct{ *pulumi.OutputState } + +func (TeamMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*Team)(nil)).Elem() +} + +func (o TeamMapOutput) ToTeamMapOutput() TeamMapOutput { + return o +} + +func (o TeamMapOutput) ToTeamMapOutputWithContext(ctx context.Context) TeamMapOutput { + return o +} + +func (o TeamMapOutput) MapIndex(k pulumi.StringInput) TeamOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *Team { + return vs[0].(map[string]*Team)[vs[1].(string)] + }).(TeamOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*TeamInput)(nil)).Elem(), &Team{}) + pulumi.RegisterInputType(reflect.TypeOf((*TeamArrayInput)(nil)).Elem(), TeamArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*TeamMapInput)(nil)).Elem(), TeamMap{}) + pulumi.RegisterOutputType(TeamOutput{}) + pulumi.RegisterOutputType(TeamArrayOutput{}) + pulumi.RegisterOutputType(TeamMapOutput{}) +} diff --git a/sdk/go/chronosphere/traceJaegerRemoteSamplingStrategy.go b/sdk/go/chronosphere/traceJaegerRemoteSamplingStrategy.go new file mode 100644 index 00000000..e2594880 --- /dev/null +++ b/sdk/go/chronosphere/traceJaegerRemoteSamplingStrategy.go @@ -0,0 +1,247 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type TraceJaegerRemoteSamplingStrategy struct { + pulumi.CustomResourceState + + AppliedStrategy TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput `pulumi:"appliedStrategy"` + Name pulumi.StringOutput `pulumi:"name"` + ServiceName pulumi.StringOutput `pulumi:"serviceName"` + Slug pulumi.StringOutput `pulumi:"slug"` +} + +// NewTraceJaegerRemoteSamplingStrategy registers a new resource with the given unique name, arguments, and options. +func NewTraceJaegerRemoteSamplingStrategy(ctx *pulumi.Context, + name string, args *TraceJaegerRemoteSamplingStrategyArgs, opts ...pulumi.ResourceOption) (*TraceJaegerRemoteSamplingStrategy, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.AppliedStrategy == nil { + return nil, errors.New("invalid value for required argument 'AppliedStrategy'") + } + if args.Name == nil { + return nil, errors.New("invalid value for required argument 'Name'") + } + if args.ServiceName == nil { + return nil, errors.New("invalid value for required argument 'ServiceName'") + } + opts = internal.PkgResourceDefaultOpts(opts) + var resource TraceJaegerRemoteSamplingStrategy + err := ctx.RegisterResource("chronosphere:index/traceJaegerRemoteSamplingStrategy:TraceJaegerRemoteSamplingStrategy", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetTraceJaegerRemoteSamplingStrategy gets an existing TraceJaegerRemoteSamplingStrategy resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetTraceJaegerRemoteSamplingStrategy(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *TraceJaegerRemoteSamplingStrategyState, opts ...pulumi.ResourceOption) (*TraceJaegerRemoteSamplingStrategy, error) { + var resource TraceJaegerRemoteSamplingStrategy + err := ctx.ReadResource("chronosphere:index/traceJaegerRemoteSamplingStrategy:TraceJaegerRemoteSamplingStrategy", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering TraceJaegerRemoteSamplingStrategy resources. +type traceJaegerRemoteSamplingStrategyState struct { + AppliedStrategy *TraceJaegerRemoteSamplingStrategyAppliedStrategy `pulumi:"appliedStrategy"` + Name *string `pulumi:"name"` + ServiceName *string `pulumi:"serviceName"` + Slug *string `pulumi:"slug"` +} + +type TraceJaegerRemoteSamplingStrategyState struct { + AppliedStrategy TraceJaegerRemoteSamplingStrategyAppliedStrategyPtrInput + Name pulumi.StringPtrInput + ServiceName pulumi.StringPtrInput + Slug pulumi.StringPtrInput +} + +func (TraceJaegerRemoteSamplingStrategyState) ElementType() reflect.Type { + return reflect.TypeOf((*traceJaegerRemoteSamplingStrategyState)(nil)).Elem() +} + +type traceJaegerRemoteSamplingStrategyArgs struct { + AppliedStrategy TraceJaegerRemoteSamplingStrategyAppliedStrategy `pulumi:"appliedStrategy"` + Name string `pulumi:"name"` + ServiceName string `pulumi:"serviceName"` + Slug *string `pulumi:"slug"` +} + +// The set of arguments for constructing a TraceJaegerRemoteSamplingStrategy resource. +type TraceJaegerRemoteSamplingStrategyArgs struct { + AppliedStrategy TraceJaegerRemoteSamplingStrategyAppliedStrategyInput + Name pulumi.StringInput + ServiceName pulumi.StringInput + Slug pulumi.StringPtrInput +} + +func (TraceJaegerRemoteSamplingStrategyArgs) ElementType() reflect.Type { + return reflect.TypeOf((*traceJaegerRemoteSamplingStrategyArgs)(nil)).Elem() +} + +type TraceJaegerRemoteSamplingStrategyInput interface { + pulumi.Input + + ToTraceJaegerRemoteSamplingStrategyOutput() TraceJaegerRemoteSamplingStrategyOutput + ToTraceJaegerRemoteSamplingStrategyOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyOutput +} + +func (*TraceJaegerRemoteSamplingStrategy) ElementType() reflect.Type { + return reflect.TypeOf((**TraceJaegerRemoteSamplingStrategy)(nil)).Elem() +} + +func (i *TraceJaegerRemoteSamplingStrategy) ToTraceJaegerRemoteSamplingStrategyOutput() TraceJaegerRemoteSamplingStrategyOutput { + return i.ToTraceJaegerRemoteSamplingStrategyOutputWithContext(context.Background()) +} + +func (i *TraceJaegerRemoteSamplingStrategy) ToTraceJaegerRemoteSamplingStrategyOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceJaegerRemoteSamplingStrategyOutput) +} + +// TraceJaegerRemoteSamplingStrategyArrayInput is an input type that accepts TraceJaegerRemoteSamplingStrategyArray and TraceJaegerRemoteSamplingStrategyArrayOutput values. +// You can construct a concrete instance of `TraceJaegerRemoteSamplingStrategyArrayInput` via: +// +// TraceJaegerRemoteSamplingStrategyArray{ TraceJaegerRemoteSamplingStrategyArgs{...} } +type TraceJaegerRemoteSamplingStrategyArrayInput interface { + pulumi.Input + + ToTraceJaegerRemoteSamplingStrategyArrayOutput() TraceJaegerRemoteSamplingStrategyArrayOutput + ToTraceJaegerRemoteSamplingStrategyArrayOutputWithContext(context.Context) TraceJaegerRemoteSamplingStrategyArrayOutput +} + +type TraceJaegerRemoteSamplingStrategyArray []TraceJaegerRemoteSamplingStrategyInput + +func (TraceJaegerRemoteSamplingStrategyArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*TraceJaegerRemoteSamplingStrategy)(nil)).Elem() +} + +func (i TraceJaegerRemoteSamplingStrategyArray) ToTraceJaegerRemoteSamplingStrategyArrayOutput() TraceJaegerRemoteSamplingStrategyArrayOutput { + return i.ToTraceJaegerRemoteSamplingStrategyArrayOutputWithContext(context.Background()) +} + +func (i TraceJaegerRemoteSamplingStrategyArray) ToTraceJaegerRemoteSamplingStrategyArrayOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceJaegerRemoteSamplingStrategyArrayOutput) +} + +// TraceJaegerRemoteSamplingStrategyMapInput is an input type that accepts TraceJaegerRemoteSamplingStrategyMap and TraceJaegerRemoteSamplingStrategyMapOutput values. +// You can construct a concrete instance of `TraceJaegerRemoteSamplingStrategyMapInput` via: +// +// TraceJaegerRemoteSamplingStrategyMap{ "key": TraceJaegerRemoteSamplingStrategyArgs{...} } +type TraceJaegerRemoteSamplingStrategyMapInput interface { + pulumi.Input + + ToTraceJaegerRemoteSamplingStrategyMapOutput() TraceJaegerRemoteSamplingStrategyMapOutput + ToTraceJaegerRemoteSamplingStrategyMapOutputWithContext(context.Context) TraceJaegerRemoteSamplingStrategyMapOutput +} + +type TraceJaegerRemoteSamplingStrategyMap map[string]TraceJaegerRemoteSamplingStrategyInput + +func (TraceJaegerRemoteSamplingStrategyMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*TraceJaegerRemoteSamplingStrategy)(nil)).Elem() +} + +func (i TraceJaegerRemoteSamplingStrategyMap) ToTraceJaegerRemoteSamplingStrategyMapOutput() TraceJaegerRemoteSamplingStrategyMapOutput { + return i.ToTraceJaegerRemoteSamplingStrategyMapOutputWithContext(context.Background()) +} + +func (i TraceJaegerRemoteSamplingStrategyMap) ToTraceJaegerRemoteSamplingStrategyMapOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceJaegerRemoteSamplingStrategyMapOutput) +} + +type TraceJaegerRemoteSamplingStrategyOutput struct{ *pulumi.OutputState } + +func (TraceJaegerRemoteSamplingStrategyOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceJaegerRemoteSamplingStrategy)(nil)).Elem() +} + +func (o TraceJaegerRemoteSamplingStrategyOutput) ToTraceJaegerRemoteSamplingStrategyOutput() TraceJaegerRemoteSamplingStrategyOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyOutput) ToTraceJaegerRemoteSamplingStrategyOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyOutput) AppliedStrategy() TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput { + return o.ApplyT(func(v *TraceJaegerRemoteSamplingStrategy) TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput { + return v.AppliedStrategy + }).(TraceJaegerRemoteSamplingStrategyAppliedStrategyOutput) +} + +func (o TraceJaegerRemoteSamplingStrategyOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v *TraceJaegerRemoteSamplingStrategy) pulumi.StringOutput { return v.Name }).(pulumi.StringOutput) +} + +func (o TraceJaegerRemoteSamplingStrategyOutput) ServiceName() pulumi.StringOutput { + return o.ApplyT(func(v *TraceJaegerRemoteSamplingStrategy) pulumi.StringOutput { return v.ServiceName }).(pulumi.StringOutput) +} + +func (o TraceJaegerRemoteSamplingStrategyOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v *TraceJaegerRemoteSamplingStrategy) pulumi.StringOutput { return v.Slug }).(pulumi.StringOutput) +} + +type TraceJaegerRemoteSamplingStrategyArrayOutput struct{ *pulumi.OutputState } + +func (TraceJaegerRemoteSamplingStrategyArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*TraceJaegerRemoteSamplingStrategy)(nil)).Elem() +} + +func (o TraceJaegerRemoteSamplingStrategyArrayOutput) ToTraceJaegerRemoteSamplingStrategyArrayOutput() TraceJaegerRemoteSamplingStrategyArrayOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyArrayOutput) ToTraceJaegerRemoteSamplingStrategyArrayOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyArrayOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyArrayOutput) Index(i pulumi.IntInput) TraceJaegerRemoteSamplingStrategyOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *TraceJaegerRemoteSamplingStrategy { + return vs[0].([]*TraceJaegerRemoteSamplingStrategy)[vs[1].(int)] + }).(TraceJaegerRemoteSamplingStrategyOutput) +} + +type TraceJaegerRemoteSamplingStrategyMapOutput struct{ *pulumi.OutputState } + +func (TraceJaegerRemoteSamplingStrategyMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*TraceJaegerRemoteSamplingStrategy)(nil)).Elem() +} + +func (o TraceJaegerRemoteSamplingStrategyMapOutput) ToTraceJaegerRemoteSamplingStrategyMapOutput() TraceJaegerRemoteSamplingStrategyMapOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyMapOutput) ToTraceJaegerRemoteSamplingStrategyMapOutputWithContext(ctx context.Context) TraceJaegerRemoteSamplingStrategyMapOutput { + return o +} + +func (o TraceJaegerRemoteSamplingStrategyMapOutput) MapIndex(k pulumi.StringInput) TraceJaegerRemoteSamplingStrategyOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *TraceJaegerRemoteSamplingStrategy { + return vs[0].(map[string]*TraceJaegerRemoteSamplingStrategy)[vs[1].(string)] + }).(TraceJaegerRemoteSamplingStrategyOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyInput)(nil)).Elem(), &TraceJaegerRemoteSamplingStrategy{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyArrayInput)(nil)).Elem(), TraceJaegerRemoteSamplingStrategyArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceJaegerRemoteSamplingStrategyMapInput)(nil)).Elem(), TraceJaegerRemoteSamplingStrategyMap{}) + pulumi.RegisterOutputType(TraceJaegerRemoteSamplingStrategyOutput{}) + pulumi.RegisterOutputType(TraceJaegerRemoteSamplingStrategyArrayOutput{}) + pulumi.RegisterOutputType(TraceJaegerRemoteSamplingStrategyMapOutput{}) +} diff --git a/sdk/go/chronosphere/traceMetricsRule.go b/sdk/go/chronosphere/traceMetricsRule.go new file mode 100644 index 00000000..ce66afeb --- /dev/null +++ b/sdk/go/chronosphere/traceMetricsRule.go @@ -0,0 +1,272 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type TraceMetricsRule struct { + pulumi.CustomResourceState + + GroupBies TraceMetricsRuleGroupByArrayOutput `pulumi:"groupBies"` + HistogramBucketsSeconds pulumi.Float64ArrayOutput `pulumi:"histogramBucketsSeconds"` + MetricLabels pulumi.StringMapOutput `pulumi:"metricLabels"` + MetricName pulumi.StringOutput `pulumi:"metricName"` + Name pulumi.StringOutput `pulumi:"name"` + Slug pulumi.StringOutput `pulumi:"slug"` + TraceFilter TraceMetricsRuleTraceFilterOutput `pulumi:"traceFilter"` +} + +// NewTraceMetricsRule registers a new resource with the given unique name, arguments, and options. +func NewTraceMetricsRule(ctx *pulumi.Context, + name string, args *TraceMetricsRuleArgs, opts ...pulumi.ResourceOption) (*TraceMetricsRule, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.MetricName == nil { + return nil, errors.New("invalid value for required argument 'MetricName'") + } + if args.Name == nil { + return nil, errors.New("invalid value for required argument 'Name'") + } + if args.TraceFilter == nil { + return nil, errors.New("invalid value for required argument 'TraceFilter'") + } + opts = internal.PkgResourceDefaultOpts(opts) + var resource TraceMetricsRule + err := ctx.RegisterResource("chronosphere:index/traceMetricsRule:TraceMetricsRule", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetTraceMetricsRule gets an existing TraceMetricsRule resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetTraceMetricsRule(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *TraceMetricsRuleState, opts ...pulumi.ResourceOption) (*TraceMetricsRule, error) { + var resource TraceMetricsRule + err := ctx.ReadResource("chronosphere:index/traceMetricsRule:TraceMetricsRule", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering TraceMetricsRule resources. +type traceMetricsRuleState struct { + GroupBies []TraceMetricsRuleGroupBy `pulumi:"groupBies"` + HistogramBucketsSeconds []float64 `pulumi:"histogramBucketsSeconds"` + MetricLabels map[string]string `pulumi:"metricLabels"` + MetricName *string `pulumi:"metricName"` + Name *string `pulumi:"name"` + Slug *string `pulumi:"slug"` + TraceFilter *TraceMetricsRuleTraceFilter `pulumi:"traceFilter"` +} + +type TraceMetricsRuleState struct { + GroupBies TraceMetricsRuleGroupByArrayInput + HistogramBucketsSeconds pulumi.Float64ArrayInput + MetricLabels pulumi.StringMapInput + MetricName pulumi.StringPtrInput + Name pulumi.StringPtrInput + Slug pulumi.StringPtrInput + TraceFilter TraceMetricsRuleTraceFilterPtrInput +} + +func (TraceMetricsRuleState) ElementType() reflect.Type { + return reflect.TypeOf((*traceMetricsRuleState)(nil)).Elem() +} + +type traceMetricsRuleArgs struct { + GroupBies []TraceMetricsRuleGroupBy `pulumi:"groupBies"` + HistogramBucketsSeconds []float64 `pulumi:"histogramBucketsSeconds"` + MetricLabels map[string]string `pulumi:"metricLabels"` + MetricName string `pulumi:"metricName"` + Name string `pulumi:"name"` + Slug *string `pulumi:"slug"` + TraceFilter TraceMetricsRuleTraceFilter `pulumi:"traceFilter"` +} + +// The set of arguments for constructing a TraceMetricsRule resource. +type TraceMetricsRuleArgs struct { + GroupBies TraceMetricsRuleGroupByArrayInput + HistogramBucketsSeconds pulumi.Float64ArrayInput + MetricLabels pulumi.StringMapInput + MetricName pulumi.StringInput + Name pulumi.StringInput + Slug pulumi.StringPtrInput + TraceFilter TraceMetricsRuleTraceFilterInput +} + +func (TraceMetricsRuleArgs) ElementType() reflect.Type { + return reflect.TypeOf((*traceMetricsRuleArgs)(nil)).Elem() +} + +type TraceMetricsRuleInput interface { + pulumi.Input + + ToTraceMetricsRuleOutput() TraceMetricsRuleOutput + ToTraceMetricsRuleOutputWithContext(ctx context.Context) TraceMetricsRuleOutput +} + +func (*TraceMetricsRule) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRule)(nil)).Elem() +} + +func (i *TraceMetricsRule) ToTraceMetricsRuleOutput() TraceMetricsRuleOutput { + return i.ToTraceMetricsRuleOutputWithContext(context.Background()) +} + +func (i *TraceMetricsRule) ToTraceMetricsRuleOutputWithContext(ctx context.Context) TraceMetricsRuleOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleOutput) +} + +// TraceMetricsRuleArrayInput is an input type that accepts TraceMetricsRuleArray and TraceMetricsRuleArrayOutput values. +// You can construct a concrete instance of `TraceMetricsRuleArrayInput` via: +// +// TraceMetricsRuleArray{ TraceMetricsRuleArgs{...} } +type TraceMetricsRuleArrayInput interface { + pulumi.Input + + ToTraceMetricsRuleArrayOutput() TraceMetricsRuleArrayOutput + ToTraceMetricsRuleArrayOutputWithContext(context.Context) TraceMetricsRuleArrayOutput +} + +type TraceMetricsRuleArray []TraceMetricsRuleInput + +func (TraceMetricsRuleArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*TraceMetricsRule)(nil)).Elem() +} + +func (i TraceMetricsRuleArray) ToTraceMetricsRuleArrayOutput() TraceMetricsRuleArrayOutput { + return i.ToTraceMetricsRuleArrayOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleArray) ToTraceMetricsRuleArrayOutputWithContext(ctx context.Context) TraceMetricsRuleArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleArrayOutput) +} + +// TraceMetricsRuleMapInput is an input type that accepts TraceMetricsRuleMap and TraceMetricsRuleMapOutput values. +// You can construct a concrete instance of `TraceMetricsRuleMapInput` via: +// +// TraceMetricsRuleMap{ "key": TraceMetricsRuleArgs{...} } +type TraceMetricsRuleMapInput interface { + pulumi.Input + + ToTraceMetricsRuleMapOutput() TraceMetricsRuleMapOutput + ToTraceMetricsRuleMapOutputWithContext(context.Context) TraceMetricsRuleMapOutput +} + +type TraceMetricsRuleMap map[string]TraceMetricsRuleInput + +func (TraceMetricsRuleMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*TraceMetricsRule)(nil)).Elem() +} + +func (i TraceMetricsRuleMap) ToTraceMetricsRuleMapOutput() TraceMetricsRuleMapOutput { + return i.ToTraceMetricsRuleMapOutputWithContext(context.Background()) +} + +func (i TraceMetricsRuleMap) ToTraceMetricsRuleMapOutputWithContext(ctx context.Context) TraceMetricsRuleMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceMetricsRuleMapOutput) +} + +type TraceMetricsRuleOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceMetricsRule)(nil)).Elem() +} + +func (o TraceMetricsRuleOutput) ToTraceMetricsRuleOutput() TraceMetricsRuleOutput { + return o +} + +func (o TraceMetricsRuleOutput) ToTraceMetricsRuleOutputWithContext(ctx context.Context) TraceMetricsRuleOutput { + return o +} + +func (o TraceMetricsRuleOutput) GroupBies() TraceMetricsRuleGroupByArrayOutput { + return o.ApplyT(func(v *TraceMetricsRule) TraceMetricsRuleGroupByArrayOutput { return v.GroupBies }).(TraceMetricsRuleGroupByArrayOutput) +} + +func (o TraceMetricsRuleOutput) HistogramBucketsSeconds() pulumi.Float64ArrayOutput { + return o.ApplyT(func(v *TraceMetricsRule) pulumi.Float64ArrayOutput { return v.HistogramBucketsSeconds }).(pulumi.Float64ArrayOutput) +} + +func (o TraceMetricsRuleOutput) MetricLabels() pulumi.StringMapOutput { + return o.ApplyT(func(v *TraceMetricsRule) pulumi.StringMapOutput { return v.MetricLabels }).(pulumi.StringMapOutput) +} + +func (o TraceMetricsRuleOutput) MetricName() pulumi.StringOutput { + return o.ApplyT(func(v *TraceMetricsRule) pulumi.StringOutput { return v.MetricName }).(pulumi.StringOutput) +} + +func (o TraceMetricsRuleOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v *TraceMetricsRule) pulumi.StringOutput { return v.Name }).(pulumi.StringOutput) +} + +func (o TraceMetricsRuleOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v *TraceMetricsRule) pulumi.StringOutput { return v.Slug }).(pulumi.StringOutput) +} + +func (o TraceMetricsRuleOutput) TraceFilter() TraceMetricsRuleTraceFilterOutput { + return o.ApplyT(func(v *TraceMetricsRule) TraceMetricsRuleTraceFilterOutput { return v.TraceFilter }).(TraceMetricsRuleTraceFilterOutput) +} + +type TraceMetricsRuleArrayOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*TraceMetricsRule)(nil)).Elem() +} + +func (o TraceMetricsRuleArrayOutput) ToTraceMetricsRuleArrayOutput() TraceMetricsRuleArrayOutput { + return o +} + +func (o TraceMetricsRuleArrayOutput) ToTraceMetricsRuleArrayOutputWithContext(ctx context.Context) TraceMetricsRuleArrayOutput { + return o +} + +func (o TraceMetricsRuleArrayOutput) Index(i pulumi.IntInput) TraceMetricsRuleOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *TraceMetricsRule { + return vs[0].([]*TraceMetricsRule)[vs[1].(int)] + }).(TraceMetricsRuleOutput) +} + +type TraceMetricsRuleMapOutput struct{ *pulumi.OutputState } + +func (TraceMetricsRuleMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*TraceMetricsRule)(nil)).Elem() +} + +func (o TraceMetricsRuleMapOutput) ToTraceMetricsRuleMapOutput() TraceMetricsRuleMapOutput { + return o +} + +func (o TraceMetricsRuleMapOutput) ToTraceMetricsRuleMapOutputWithContext(ctx context.Context) TraceMetricsRuleMapOutput { + return o +} + +func (o TraceMetricsRuleMapOutput) MapIndex(k pulumi.StringInput) TraceMetricsRuleOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *TraceMetricsRule { + return vs[0].(map[string]*TraceMetricsRule)[vs[1].(string)] + }).(TraceMetricsRuleOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleInput)(nil)).Elem(), &TraceMetricsRule{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleArrayInput)(nil)).Elem(), TraceMetricsRuleArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceMetricsRuleMapInput)(nil)).Elem(), TraceMetricsRuleMap{}) + pulumi.RegisterOutputType(TraceMetricsRuleOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleArrayOutput{}) + pulumi.RegisterOutputType(TraceMetricsRuleMapOutput{}) +} diff --git a/sdk/go/chronosphere/traceTailSamplingRules.go b/sdk/go/chronosphere/traceTailSamplingRules.go new file mode 100644 index 00000000..843b229d --- /dev/null +++ b/sdk/go/chronosphere/traceTailSamplingRules.go @@ -0,0 +1,219 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type TraceTailSamplingRules struct { + pulumi.CustomResourceState + + DefaultSampleRate TraceTailSamplingRulesDefaultSampleRatePtrOutput `pulumi:"defaultSampleRate"` + Rules TraceTailSamplingRulesRuleArrayOutput `pulumi:"rules"` +} + +// NewTraceTailSamplingRules registers a new resource with the given unique name, arguments, and options. +func NewTraceTailSamplingRules(ctx *pulumi.Context, + name string, args *TraceTailSamplingRulesArgs, opts ...pulumi.ResourceOption) (*TraceTailSamplingRules, error) { + if args == nil { + args = &TraceTailSamplingRulesArgs{} + } + + opts = internal.PkgResourceDefaultOpts(opts) + var resource TraceTailSamplingRules + err := ctx.RegisterResource("chronosphere:index/traceTailSamplingRules:TraceTailSamplingRules", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetTraceTailSamplingRules gets an existing TraceTailSamplingRules resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetTraceTailSamplingRules(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *TraceTailSamplingRulesState, opts ...pulumi.ResourceOption) (*TraceTailSamplingRules, error) { + var resource TraceTailSamplingRules + err := ctx.ReadResource("chronosphere:index/traceTailSamplingRules:TraceTailSamplingRules", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering TraceTailSamplingRules resources. +type traceTailSamplingRulesState struct { + DefaultSampleRate *TraceTailSamplingRulesDefaultSampleRate `pulumi:"defaultSampleRate"` + Rules []TraceTailSamplingRulesRule `pulumi:"rules"` +} + +type TraceTailSamplingRulesState struct { + DefaultSampleRate TraceTailSamplingRulesDefaultSampleRatePtrInput + Rules TraceTailSamplingRulesRuleArrayInput +} + +func (TraceTailSamplingRulesState) ElementType() reflect.Type { + return reflect.TypeOf((*traceTailSamplingRulesState)(nil)).Elem() +} + +type traceTailSamplingRulesArgs struct { + DefaultSampleRate *TraceTailSamplingRulesDefaultSampleRate `pulumi:"defaultSampleRate"` + Rules []TraceTailSamplingRulesRule `pulumi:"rules"` +} + +// The set of arguments for constructing a TraceTailSamplingRules resource. +type TraceTailSamplingRulesArgs struct { + DefaultSampleRate TraceTailSamplingRulesDefaultSampleRatePtrInput + Rules TraceTailSamplingRulesRuleArrayInput +} + +func (TraceTailSamplingRulesArgs) ElementType() reflect.Type { + return reflect.TypeOf((*traceTailSamplingRulesArgs)(nil)).Elem() +} + +type TraceTailSamplingRulesInput interface { + pulumi.Input + + ToTraceTailSamplingRulesOutput() TraceTailSamplingRulesOutput + ToTraceTailSamplingRulesOutputWithContext(ctx context.Context) TraceTailSamplingRulesOutput +} + +func (*TraceTailSamplingRules) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRules)(nil)).Elem() +} + +func (i *TraceTailSamplingRules) ToTraceTailSamplingRulesOutput() TraceTailSamplingRulesOutput { + return i.ToTraceTailSamplingRulesOutputWithContext(context.Background()) +} + +func (i *TraceTailSamplingRules) ToTraceTailSamplingRulesOutputWithContext(ctx context.Context) TraceTailSamplingRulesOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesOutput) +} + +// TraceTailSamplingRulesArrayInput is an input type that accepts TraceTailSamplingRulesArray and TraceTailSamplingRulesArrayOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesArrayInput` via: +// +// TraceTailSamplingRulesArray{ TraceTailSamplingRulesArgs{...} } +type TraceTailSamplingRulesArrayInput interface { + pulumi.Input + + ToTraceTailSamplingRulesArrayOutput() TraceTailSamplingRulesArrayOutput + ToTraceTailSamplingRulesArrayOutputWithContext(context.Context) TraceTailSamplingRulesArrayOutput +} + +type TraceTailSamplingRulesArray []TraceTailSamplingRulesInput + +func (TraceTailSamplingRulesArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*TraceTailSamplingRules)(nil)).Elem() +} + +func (i TraceTailSamplingRulesArray) ToTraceTailSamplingRulesArrayOutput() TraceTailSamplingRulesArrayOutput { + return i.ToTraceTailSamplingRulesArrayOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesArray) ToTraceTailSamplingRulesArrayOutputWithContext(ctx context.Context) TraceTailSamplingRulesArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesArrayOutput) +} + +// TraceTailSamplingRulesMapInput is an input type that accepts TraceTailSamplingRulesMap and TraceTailSamplingRulesMapOutput values. +// You can construct a concrete instance of `TraceTailSamplingRulesMapInput` via: +// +// TraceTailSamplingRulesMap{ "key": TraceTailSamplingRulesArgs{...} } +type TraceTailSamplingRulesMapInput interface { + pulumi.Input + + ToTraceTailSamplingRulesMapOutput() TraceTailSamplingRulesMapOutput + ToTraceTailSamplingRulesMapOutputWithContext(context.Context) TraceTailSamplingRulesMapOutput +} + +type TraceTailSamplingRulesMap map[string]TraceTailSamplingRulesInput + +func (TraceTailSamplingRulesMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*TraceTailSamplingRules)(nil)).Elem() +} + +func (i TraceTailSamplingRulesMap) ToTraceTailSamplingRulesMapOutput() TraceTailSamplingRulesMapOutput { + return i.ToTraceTailSamplingRulesMapOutputWithContext(context.Background()) +} + +func (i TraceTailSamplingRulesMap) ToTraceTailSamplingRulesMapOutputWithContext(ctx context.Context) TraceTailSamplingRulesMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(TraceTailSamplingRulesMapOutput) +} + +type TraceTailSamplingRulesOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesOutput) ElementType() reflect.Type { + return reflect.TypeOf((**TraceTailSamplingRules)(nil)).Elem() +} + +func (o TraceTailSamplingRulesOutput) ToTraceTailSamplingRulesOutput() TraceTailSamplingRulesOutput { + return o +} + +func (o TraceTailSamplingRulesOutput) ToTraceTailSamplingRulesOutputWithContext(ctx context.Context) TraceTailSamplingRulesOutput { + return o +} + +func (o TraceTailSamplingRulesOutput) DefaultSampleRate() TraceTailSamplingRulesDefaultSampleRatePtrOutput { + return o.ApplyT(func(v *TraceTailSamplingRules) TraceTailSamplingRulesDefaultSampleRatePtrOutput { + return v.DefaultSampleRate + }).(TraceTailSamplingRulesDefaultSampleRatePtrOutput) +} + +func (o TraceTailSamplingRulesOutput) Rules() TraceTailSamplingRulesRuleArrayOutput { + return o.ApplyT(func(v *TraceTailSamplingRules) TraceTailSamplingRulesRuleArrayOutput { return v.Rules }).(TraceTailSamplingRulesRuleArrayOutput) +} + +type TraceTailSamplingRulesArrayOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*TraceTailSamplingRules)(nil)).Elem() +} + +func (o TraceTailSamplingRulesArrayOutput) ToTraceTailSamplingRulesArrayOutput() TraceTailSamplingRulesArrayOutput { + return o +} + +func (o TraceTailSamplingRulesArrayOutput) ToTraceTailSamplingRulesArrayOutputWithContext(ctx context.Context) TraceTailSamplingRulesArrayOutput { + return o +} + +func (o TraceTailSamplingRulesArrayOutput) Index(i pulumi.IntInput) TraceTailSamplingRulesOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *TraceTailSamplingRules { + return vs[0].([]*TraceTailSamplingRules)[vs[1].(int)] + }).(TraceTailSamplingRulesOutput) +} + +type TraceTailSamplingRulesMapOutput struct{ *pulumi.OutputState } + +func (TraceTailSamplingRulesMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*TraceTailSamplingRules)(nil)).Elem() +} + +func (o TraceTailSamplingRulesMapOutput) ToTraceTailSamplingRulesMapOutput() TraceTailSamplingRulesMapOutput { + return o +} + +func (o TraceTailSamplingRulesMapOutput) ToTraceTailSamplingRulesMapOutputWithContext(ctx context.Context) TraceTailSamplingRulesMapOutput { + return o +} + +func (o TraceTailSamplingRulesMapOutput) MapIndex(k pulumi.StringInput) TraceTailSamplingRulesOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *TraceTailSamplingRules { + return vs[0].(map[string]*TraceTailSamplingRules)[vs[1].(string)] + }).(TraceTailSamplingRulesOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesInput)(nil)).Elem(), &TraceTailSamplingRules{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesArrayInput)(nil)).Elem(), TraceTailSamplingRulesArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*TraceTailSamplingRulesMapInput)(nil)).Elem(), TraceTailSamplingRulesMap{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesArrayOutput{}) + pulumi.RegisterOutputType(TraceTailSamplingRulesMapOutput{}) +} diff --git a/sdk/go/chronosphere/victoropsAlertNotifier.go b/sdk/go/chronosphere/victoropsAlertNotifier.go new file mode 100644 index 00000000..18983377 --- /dev/null +++ b/sdk/go/chronosphere/victoropsAlertNotifier.go @@ -0,0 +1,364 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type VictoropsAlertNotifier struct { + pulumi.CustomResourceState + + ApiKey pulumi.StringOutput `pulumi:"apiKey"` + ApiUrl pulumi.StringPtrOutput `pulumi:"apiUrl"` + BasicAuthPassword pulumi.StringPtrOutput `pulumi:"basicAuthPassword"` + BasicAuthUsername pulumi.StringPtrOutput `pulumi:"basicAuthUsername"` + BearerToken pulumi.StringPtrOutput `pulumi:"bearerToken"` + CustomFields pulumi.StringMapOutput `pulumi:"customFields"` + EntityDisplayName pulumi.StringPtrOutput `pulumi:"entityDisplayName"` + MessageType pulumi.StringPtrOutput `pulumi:"messageType"` + MonitoringTool pulumi.StringPtrOutput `pulumi:"monitoringTool"` + Name pulumi.StringOutput `pulumi:"name"` + ProxyUrl pulumi.StringPtrOutput `pulumi:"proxyUrl"` + RoutingKey pulumi.StringOutput `pulumi:"routingKey"` + SendResolved pulumi.BoolPtrOutput `pulumi:"sendResolved"` + Slug pulumi.StringOutput `pulumi:"slug"` + StateMessage pulumi.StringPtrOutput `pulumi:"stateMessage"` + TlsInsecureSkipVerify pulumi.BoolPtrOutput `pulumi:"tlsInsecureSkipVerify"` +} + +// NewVictoropsAlertNotifier registers a new resource with the given unique name, arguments, and options. +func NewVictoropsAlertNotifier(ctx *pulumi.Context, + name string, args *VictoropsAlertNotifierArgs, opts ...pulumi.ResourceOption) (*VictoropsAlertNotifier, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.ApiKey == nil { + return nil, errors.New("invalid value for required argument 'ApiKey'") + } + if args.Name == nil { + return nil, errors.New("invalid value for required argument 'Name'") + } + if args.RoutingKey == nil { + return nil, errors.New("invalid value for required argument 'RoutingKey'") + } + if args.ApiKey != nil { + args.ApiKey = pulumi.ToSecret(args.ApiKey).(pulumi.StringInput) + } + if args.BasicAuthPassword != nil { + args.BasicAuthPassword = pulumi.ToSecret(args.BasicAuthPassword).(pulumi.StringPtrInput) + } + secrets := pulumi.AdditionalSecretOutputs([]string{ + "apiKey", + "basicAuthPassword", + }) + opts = append(opts, secrets) + opts = internal.PkgResourceDefaultOpts(opts) + var resource VictoropsAlertNotifier + err := ctx.RegisterResource("chronosphere:index/victoropsAlertNotifier:VictoropsAlertNotifier", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetVictoropsAlertNotifier gets an existing VictoropsAlertNotifier resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetVictoropsAlertNotifier(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *VictoropsAlertNotifierState, opts ...pulumi.ResourceOption) (*VictoropsAlertNotifier, error) { + var resource VictoropsAlertNotifier + err := ctx.ReadResource("chronosphere:index/victoropsAlertNotifier:VictoropsAlertNotifier", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering VictoropsAlertNotifier resources. +type victoropsAlertNotifierState struct { + ApiKey *string `pulumi:"apiKey"` + ApiUrl *string `pulumi:"apiUrl"` + BasicAuthPassword *string `pulumi:"basicAuthPassword"` + BasicAuthUsername *string `pulumi:"basicAuthUsername"` + BearerToken *string `pulumi:"bearerToken"` + CustomFields map[string]string `pulumi:"customFields"` + EntityDisplayName *string `pulumi:"entityDisplayName"` + MessageType *string `pulumi:"messageType"` + MonitoringTool *string `pulumi:"monitoringTool"` + Name *string `pulumi:"name"` + ProxyUrl *string `pulumi:"proxyUrl"` + RoutingKey *string `pulumi:"routingKey"` + SendResolved *bool `pulumi:"sendResolved"` + Slug *string `pulumi:"slug"` + StateMessage *string `pulumi:"stateMessage"` + TlsInsecureSkipVerify *bool `pulumi:"tlsInsecureSkipVerify"` +} + +type VictoropsAlertNotifierState struct { + ApiKey pulumi.StringPtrInput + ApiUrl pulumi.StringPtrInput + BasicAuthPassword pulumi.StringPtrInput + BasicAuthUsername pulumi.StringPtrInput + BearerToken pulumi.StringPtrInput + CustomFields pulumi.StringMapInput + EntityDisplayName pulumi.StringPtrInput + MessageType pulumi.StringPtrInput + MonitoringTool pulumi.StringPtrInput + Name pulumi.StringPtrInput + ProxyUrl pulumi.StringPtrInput + RoutingKey pulumi.StringPtrInput + SendResolved pulumi.BoolPtrInput + Slug pulumi.StringPtrInput + StateMessage pulumi.StringPtrInput + TlsInsecureSkipVerify pulumi.BoolPtrInput +} + +func (VictoropsAlertNotifierState) ElementType() reflect.Type { + return reflect.TypeOf((*victoropsAlertNotifierState)(nil)).Elem() +} + +type victoropsAlertNotifierArgs struct { + ApiKey string `pulumi:"apiKey"` + ApiUrl *string `pulumi:"apiUrl"` + BasicAuthPassword *string `pulumi:"basicAuthPassword"` + BasicAuthUsername *string `pulumi:"basicAuthUsername"` + BearerToken *string `pulumi:"bearerToken"` + CustomFields map[string]string `pulumi:"customFields"` + EntityDisplayName *string `pulumi:"entityDisplayName"` + MessageType *string `pulumi:"messageType"` + MonitoringTool *string `pulumi:"monitoringTool"` + Name string `pulumi:"name"` + ProxyUrl *string `pulumi:"proxyUrl"` + RoutingKey string `pulumi:"routingKey"` + SendResolved *bool `pulumi:"sendResolved"` + Slug *string `pulumi:"slug"` + StateMessage *string `pulumi:"stateMessage"` + TlsInsecureSkipVerify *bool `pulumi:"tlsInsecureSkipVerify"` +} + +// The set of arguments for constructing a VictoropsAlertNotifier resource. +type VictoropsAlertNotifierArgs struct { + ApiKey pulumi.StringInput + ApiUrl pulumi.StringPtrInput + BasicAuthPassword pulumi.StringPtrInput + BasicAuthUsername pulumi.StringPtrInput + BearerToken pulumi.StringPtrInput + CustomFields pulumi.StringMapInput + EntityDisplayName pulumi.StringPtrInput + MessageType pulumi.StringPtrInput + MonitoringTool pulumi.StringPtrInput + Name pulumi.StringInput + ProxyUrl pulumi.StringPtrInput + RoutingKey pulumi.StringInput + SendResolved pulumi.BoolPtrInput + Slug pulumi.StringPtrInput + StateMessage pulumi.StringPtrInput + TlsInsecureSkipVerify pulumi.BoolPtrInput +} + +func (VictoropsAlertNotifierArgs) ElementType() reflect.Type { + return reflect.TypeOf((*victoropsAlertNotifierArgs)(nil)).Elem() +} + +type VictoropsAlertNotifierInput interface { + pulumi.Input + + ToVictoropsAlertNotifierOutput() VictoropsAlertNotifierOutput + ToVictoropsAlertNotifierOutputWithContext(ctx context.Context) VictoropsAlertNotifierOutput +} + +func (*VictoropsAlertNotifier) ElementType() reflect.Type { + return reflect.TypeOf((**VictoropsAlertNotifier)(nil)).Elem() +} + +func (i *VictoropsAlertNotifier) ToVictoropsAlertNotifierOutput() VictoropsAlertNotifierOutput { + return i.ToVictoropsAlertNotifierOutputWithContext(context.Background()) +} + +func (i *VictoropsAlertNotifier) ToVictoropsAlertNotifierOutputWithContext(ctx context.Context) VictoropsAlertNotifierOutput { + return pulumi.ToOutputWithContext(ctx, i).(VictoropsAlertNotifierOutput) +} + +// VictoropsAlertNotifierArrayInput is an input type that accepts VictoropsAlertNotifierArray and VictoropsAlertNotifierArrayOutput values. +// You can construct a concrete instance of `VictoropsAlertNotifierArrayInput` via: +// +// VictoropsAlertNotifierArray{ VictoropsAlertNotifierArgs{...} } +type VictoropsAlertNotifierArrayInput interface { + pulumi.Input + + ToVictoropsAlertNotifierArrayOutput() VictoropsAlertNotifierArrayOutput + ToVictoropsAlertNotifierArrayOutputWithContext(context.Context) VictoropsAlertNotifierArrayOutput +} + +type VictoropsAlertNotifierArray []VictoropsAlertNotifierInput + +func (VictoropsAlertNotifierArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*VictoropsAlertNotifier)(nil)).Elem() +} + +func (i VictoropsAlertNotifierArray) ToVictoropsAlertNotifierArrayOutput() VictoropsAlertNotifierArrayOutput { + return i.ToVictoropsAlertNotifierArrayOutputWithContext(context.Background()) +} + +func (i VictoropsAlertNotifierArray) ToVictoropsAlertNotifierArrayOutputWithContext(ctx context.Context) VictoropsAlertNotifierArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(VictoropsAlertNotifierArrayOutput) +} + +// VictoropsAlertNotifierMapInput is an input type that accepts VictoropsAlertNotifierMap and VictoropsAlertNotifierMapOutput values. +// You can construct a concrete instance of `VictoropsAlertNotifierMapInput` via: +// +// VictoropsAlertNotifierMap{ "key": VictoropsAlertNotifierArgs{...} } +type VictoropsAlertNotifierMapInput interface { + pulumi.Input + + ToVictoropsAlertNotifierMapOutput() VictoropsAlertNotifierMapOutput + ToVictoropsAlertNotifierMapOutputWithContext(context.Context) VictoropsAlertNotifierMapOutput +} + +type VictoropsAlertNotifierMap map[string]VictoropsAlertNotifierInput + +func (VictoropsAlertNotifierMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*VictoropsAlertNotifier)(nil)).Elem() +} + +func (i VictoropsAlertNotifierMap) ToVictoropsAlertNotifierMapOutput() VictoropsAlertNotifierMapOutput { + return i.ToVictoropsAlertNotifierMapOutputWithContext(context.Background()) +} + +func (i VictoropsAlertNotifierMap) ToVictoropsAlertNotifierMapOutputWithContext(ctx context.Context) VictoropsAlertNotifierMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(VictoropsAlertNotifierMapOutput) +} + +type VictoropsAlertNotifierOutput struct{ *pulumi.OutputState } + +func (VictoropsAlertNotifierOutput) ElementType() reflect.Type { + return reflect.TypeOf((**VictoropsAlertNotifier)(nil)).Elem() +} + +func (o VictoropsAlertNotifierOutput) ToVictoropsAlertNotifierOutput() VictoropsAlertNotifierOutput { + return o +} + +func (o VictoropsAlertNotifierOutput) ToVictoropsAlertNotifierOutputWithContext(ctx context.Context) VictoropsAlertNotifierOutput { + return o +} + +func (o VictoropsAlertNotifierOutput) ApiKey() pulumi.StringOutput { + return o.ApplyT(func(v *VictoropsAlertNotifier) pulumi.StringOutput { return v.ApiKey }).(pulumi.StringOutput) +} + +func (o VictoropsAlertNotifierOutput) ApiUrl() pulumi.StringPtrOutput { + return o.ApplyT(func(v *VictoropsAlertNotifier) pulumi.StringPtrOutput { return v.ApiUrl }).(pulumi.StringPtrOutput) +} + +func (o VictoropsAlertNotifierOutput) BasicAuthPassword() pulumi.StringPtrOutput { + return o.ApplyT(func(v *VictoropsAlertNotifier) pulumi.StringPtrOutput { return v.BasicAuthPassword }).(pulumi.StringPtrOutput) +} + +func (o VictoropsAlertNotifierOutput) BasicAuthUsername() pulumi.StringPtrOutput { + return o.ApplyT(func(v *VictoropsAlertNotifier) pulumi.StringPtrOutput { return v.BasicAuthUsername }).(pulumi.StringPtrOutput) +} + +func (o VictoropsAlertNotifierOutput) BearerToken() pulumi.StringPtrOutput { + return o.ApplyT(func(v *VictoropsAlertNotifier) pulumi.StringPtrOutput { return v.BearerToken }).(pulumi.StringPtrOutput) +} + +func (o VictoropsAlertNotifierOutput) CustomFields() pulumi.StringMapOutput { + return o.ApplyT(func(v *VictoropsAlertNotifier) pulumi.StringMapOutput { return v.CustomFields }).(pulumi.StringMapOutput) +} + +func (o VictoropsAlertNotifierOutput) EntityDisplayName() pulumi.StringPtrOutput { + return o.ApplyT(func(v *VictoropsAlertNotifier) pulumi.StringPtrOutput { return v.EntityDisplayName }).(pulumi.StringPtrOutput) +} + +func (o VictoropsAlertNotifierOutput) MessageType() pulumi.StringPtrOutput { + return o.ApplyT(func(v *VictoropsAlertNotifier) pulumi.StringPtrOutput { return v.MessageType }).(pulumi.StringPtrOutput) +} + +func (o VictoropsAlertNotifierOutput) MonitoringTool() pulumi.StringPtrOutput { + return o.ApplyT(func(v *VictoropsAlertNotifier) pulumi.StringPtrOutput { return v.MonitoringTool }).(pulumi.StringPtrOutput) +} + +func (o VictoropsAlertNotifierOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v *VictoropsAlertNotifier) pulumi.StringOutput { return v.Name }).(pulumi.StringOutput) +} + +func (o VictoropsAlertNotifierOutput) ProxyUrl() pulumi.StringPtrOutput { + return o.ApplyT(func(v *VictoropsAlertNotifier) pulumi.StringPtrOutput { return v.ProxyUrl }).(pulumi.StringPtrOutput) +} + +func (o VictoropsAlertNotifierOutput) RoutingKey() pulumi.StringOutput { + return o.ApplyT(func(v *VictoropsAlertNotifier) pulumi.StringOutput { return v.RoutingKey }).(pulumi.StringOutput) +} + +func (o VictoropsAlertNotifierOutput) SendResolved() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *VictoropsAlertNotifier) pulumi.BoolPtrOutput { return v.SendResolved }).(pulumi.BoolPtrOutput) +} + +func (o VictoropsAlertNotifierOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v *VictoropsAlertNotifier) pulumi.StringOutput { return v.Slug }).(pulumi.StringOutput) +} + +func (o VictoropsAlertNotifierOutput) StateMessage() pulumi.StringPtrOutput { + return o.ApplyT(func(v *VictoropsAlertNotifier) pulumi.StringPtrOutput { return v.StateMessage }).(pulumi.StringPtrOutput) +} + +func (o VictoropsAlertNotifierOutput) TlsInsecureSkipVerify() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *VictoropsAlertNotifier) pulumi.BoolPtrOutput { return v.TlsInsecureSkipVerify }).(pulumi.BoolPtrOutput) +} + +type VictoropsAlertNotifierArrayOutput struct{ *pulumi.OutputState } + +func (VictoropsAlertNotifierArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*VictoropsAlertNotifier)(nil)).Elem() +} + +func (o VictoropsAlertNotifierArrayOutput) ToVictoropsAlertNotifierArrayOutput() VictoropsAlertNotifierArrayOutput { + return o +} + +func (o VictoropsAlertNotifierArrayOutput) ToVictoropsAlertNotifierArrayOutputWithContext(ctx context.Context) VictoropsAlertNotifierArrayOutput { + return o +} + +func (o VictoropsAlertNotifierArrayOutput) Index(i pulumi.IntInput) VictoropsAlertNotifierOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *VictoropsAlertNotifier { + return vs[0].([]*VictoropsAlertNotifier)[vs[1].(int)] + }).(VictoropsAlertNotifierOutput) +} + +type VictoropsAlertNotifierMapOutput struct{ *pulumi.OutputState } + +func (VictoropsAlertNotifierMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*VictoropsAlertNotifier)(nil)).Elem() +} + +func (o VictoropsAlertNotifierMapOutput) ToVictoropsAlertNotifierMapOutput() VictoropsAlertNotifierMapOutput { + return o +} + +func (o VictoropsAlertNotifierMapOutput) ToVictoropsAlertNotifierMapOutputWithContext(ctx context.Context) VictoropsAlertNotifierMapOutput { + return o +} + +func (o VictoropsAlertNotifierMapOutput) MapIndex(k pulumi.StringInput) VictoropsAlertNotifierOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *VictoropsAlertNotifier { + return vs[0].(map[string]*VictoropsAlertNotifier)[vs[1].(string)] + }).(VictoropsAlertNotifierOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*VictoropsAlertNotifierInput)(nil)).Elem(), &VictoropsAlertNotifier{}) + pulumi.RegisterInputType(reflect.TypeOf((*VictoropsAlertNotifierArrayInput)(nil)).Elem(), VictoropsAlertNotifierArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*VictoropsAlertNotifierMapInput)(nil)).Elem(), VictoropsAlertNotifierMap{}) + pulumi.RegisterOutputType(VictoropsAlertNotifierOutput{}) + pulumi.RegisterOutputType(VictoropsAlertNotifierArrayOutput{}) + pulumi.RegisterOutputType(VictoropsAlertNotifierMapOutput{}) +} diff --git a/sdk/go/chronosphere/webhookAlertNotifier.go b/sdk/go/chronosphere/webhookAlertNotifier.go new file mode 100644 index 00000000..3cb2aa98 --- /dev/null +++ b/sdk/go/chronosphere/webhookAlertNotifier.go @@ -0,0 +1,294 @@ +// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT. +// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! *** + +package chronosphere + +import ( + "context" + "reflect" + + "errors" + "github.com/chronosphereio/pulumi-chronosphere/sdk/go/chronosphere/internal" + "github.com/pulumi/pulumi/sdk/v3/go/pulumi" +) + +type WebhookAlertNotifier struct { + pulumi.CustomResourceState + + BasicAuthPassword pulumi.StringPtrOutput `pulumi:"basicAuthPassword"` + BasicAuthUsername pulumi.StringPtrOutput `pulumi:"basicAuthUsername"` + BearerToken pulumi.StringPtrOutput `pulumi:"bearerToken"` + Name pulumi.StringOutput `pulumi:"name"` + ProxyUrl pulumi.StringPtrOutput `pulumi:"proxyUrl"` + SendResolved pulumi.BoolPtrOutput `pulumi:"sendResolved"` + Slug pulumi.StringOutput `pulumi:"slug"` + TlsInsecureSkipVerify pulumi.BoolPtrOutput `pulumi:"tlsInsecureSkipVerify"` + Url pulumi.StringOutput `pulumi:"url"` +} + +// NewWebhookAlertNotifier registers a new resource with the given unique name, arguments, and options. +func NewWebhookAlertNotifier(ctx *pulumi.Context, + name string, args *WebhookAlertNotifierArgs, opts ...pulumi.ResourceOption) (*WebhookAlertNotifier, error) { + if args == nil { + return nil, errors.New("missing one or more required arguments") + } + + if args.Name == nil { + return nil, errors.New("invalid value for required argument 'Name'") + } + if args.Url == nil { + return nil, errors.New("invalid value for required argument 'Url'") + } + if args.BasicAuthPassword != nil { + args.BasicAuthPassword = pulumi.ToSecret(args.BasicAuthPassword).(pulumi.StringPtrInput) + } + secrets := pulumi.AdditionalSecretOutputs([]string{ + "basicAuthPassword", + }) + opts = append(opts, secrets) + opts = internal.PkgResourceDefaultOpts(opts) + var resource WebhookAlertNotifier + err := ctx.RegisterResource("chronosphere:index/webhookAlertNotifier:WebhookAlertNotifier", name, args, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// GetWebhookAlertNotifier gets an existing WebhookAlertNotifier resource's state with the given name, ID, and optional +// state properties that are used to uniquely qualify the lookup (nil if not required). +func GetWebhookAlertNotifier(ctx *pulumi.Context, + name string, id pulumi.IDInput, state *WebhookAlertNotifierState, opts ...pulumi.ResourceOption) (*WebhookAlertNotifier, error) { + var resource WebhookAlertNotifier + err := ctx.ReadResource("chronosphere:index/webhookAlertNotifier:WebhookAlertNotifier", name, id, state, &resource, opts...) + if err != nil { + return nil, err + } + return &resource, nil +} + +// Input properties used for looking up and filtering WebhookAlertNotifier resources. +type webhookAlertNotifierState struct { + BasicAuthPassword *string `pulumi:"basicAuthPassword"` + BasicAuthUsername *string `pulumi:"basicAuthUsername"` + BearerToken *string `pulumi:"bearerToken"` + Name *string `pulumi:"name"` + ProxyUrl *string `pulumi:"proxyUrl"` + SendResolved *bool `pulumi:"sendResolved"` + Slug *string `pulumi:"slug"` + TlsInsecureSkipVerify *bool `pulumi:"tlsInsecureSkipVerify"` + Url *string `pulumi:"url"` +} + +type WebhookAlertNotifierState struct { + BasicAuthPassword pulumi.StringPtrInput + BasicAuthUsername pulumi.StringPtrInput + BearerToken pulumi.StringPtrInput + Name pulumi.StringPtrInput + ProxyUrl pulumi.StringPtrInput + SendResolved pulumi.BoolPtrInput + Slug pulumi.StringPtrInput + TlsInsecureSkipVerify pulumi.BoolPtrInput + Url pulumi.StringPtrInput +} + +func (WebhookAlertNotifierState) ElementType() reflect.Type { + return reflect.TypeOf((*webhookAlertNotifierState)(nil)).Elem() +} + +type webhookAlertNotifierArgs struct { + BasicAuthPassword *string `pulumi:"basicAuthPassword"` + BasicAuthUsername *string `pulumi:"basicAuthUsername"` + BearerToken *string `pulumi:"bearerToken"` + Name string `pulumi:"name"` + ProxyUrl *string `pulumi:"proxyUrl"` + SendResolved *bool `pulumi:"sendResolved"` + Slug *string `pulumi:"slug"` + TlsInsecureSkipVerify *bool `pulumi:"tlsInsecureSkipVerify"` + Url string `pulumi:"url"` +} + +// The set of arguments for constructing a WebhookAlertNotifier resource. +type WebhookAlertNotifierArgs struct { + BasicAuthPassword pulumi.StringPtrInput + BasicAuthUsername pulumi.StringPtrInput + BearerToken pulumi.StringPtrInput + Name pulumi.StringInput + ProxyUrl pulumi.StringPtrInput + SendResolved pulumi.BoolPtrInput + Slug pulumi.StringPtrInput + TlsInsecureSkipVerify pulumi.BoolPtrInput + Url pulumi.StringInput +} + +func (WebhookAlertNotifierArgs) ElementType() reflect.Type { + return reflect.TypeOf((*webhookAlertNotifierArgs)(nil)).Elem() +} + +type WebhookAlertNotifierInput interface { + pulumi.Input + + ToWebhookAlertNotifierOutput() WebhookAlertNotifierOutput + ToWebhookAlertNotifierOutputWithContext(ctx context.Context) WebhookAlertNotifierOutput +} + +func (*WebhookAlertNotifier) ElementType() reflect.Type { + return reflect.TypeOf((**WebhookAlertNotifier)(nil)).Elem() +} + +func (i *WebhookAlertNotifier) ToWebhookAlertNotifierOutput() WebhookAlertNotifierOutput { + return i.ToWebhookAlertNotifierOutputWithContext(context.Background()) +} + +func (i *WebhookAlertNotifier) ToWebhookAlertNotifierOutputWithContext(ctx context.Context) WebhookAlertNotifierOutput { + return pulumi.ToOutputWithContext(ctx, i).(WebhookAlertNotifierOutput) +} + +// WebhookAlertNotifierArrayInput is an input type that accepts WebhookAlertNotifierArray and WebhookAlertNotifierArrayOutput values. +// You can construct a concrete instance of `WebhookAlertNotifierArrayInput` via: +// +// WebhookAlertNotifierArray{ WebhookAlertNotifierArgs{...} } +type WebhookAlertNotifierArrayInput interface { + pulumi.Input + + ToWebhookAlertNotifierArrayOutput() WebhookAlertNotifierArrayOutput + ToWebhookAlertNotifierArrayOutputWithContext(context.Context) WebhookAlertNotifierArrayOutput +} + +type WebhookAlertNotifierArray []WebhookAlertNotifierInput + +func (WebhookAlertNotifierArray) ElementType() reflect.Type { + return reflect.TypeOf((*[]*WebhookAlertNotifier)(nil)).Elem() +} + +func (i WebhookAlertNotifierArray) ToWebhookAlertNotifierArrayOutput() WebhookAlertNotifierArrayOutput { + return i.ToWebhookAlertNotifierArrayOutputWithContext(context.Background()) +} + +func (i WebhookAlertNotifierArray) ToWebhookAlertNotifierArrayOutputWithContext(ctx context.Context) WebhookAlertNotifierArrayOutput { + return pulumi.ToOutputWithContext(ctx, i).(WebhookAlertNotifierArrayOutput) +} + +// WebhookAlertNotifierMapInput is an input type that accepts WebhookAlertNotifierMap and WebhookAlertNotifierMapOutput values. +// You can construct a concrete instance of `WebhookAlertNotifierMapInput` via: +// +// WebhookAlertNotifierMap{ "key": WebhookAlertNotifierArgs{...} } +type WebhookAlertNotifierMapInput interface { + pulumi.Input + + ToWebhookAlertNotifierMapOutput() WebhookAlertNotifierMapOutput + ToWebhookAlertNotifierMapOutputWithContext(context.Context) WebhookAlertNotifierMapOutput +} + +type WebhookAlertNotifierMap map[string]WebhookAlertNotifierInput + +func (WebhookAlertNotifierMap) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*WebhookAlertNotifier)(nil)).Elem() +} + +func (i WebhookAlertNotifierMap) ToWebhookAlertNotifierMapOutput() WebhookAlertNotifierMapOutput { + return i.ToWebhookAlertNotifierMapOutputWithContext(context.Background()) +} + +func (i WebhookAlertNotifierMap) ToWebhookAlertNotifierMapOutputWithContext(ctx context.Context) WebhookAlertNotifierMapOutput { + return pulumi.ToOutputWithContext(ctx, i).(WebhookAlertNotifierMapOutput) +} + +type WebhookAlertNotifierOutput struct{ *pulumi.OutputState } + +func (WebhookAlertNotifierOutput) ElementType() reflect.Type { + return reflect.TypeOf((**WebhookAlertNotifier)(nil)).Elem() +} + +func (o WebhookAlertNotifierOutput) ToWebhookAlertNotifierOutput() WebhookAlertNotifierOutput { + return o +} + +func (o WebhookAlertNotifierOutput) ToWebhookAlertNotifierOutputWithContext(ctx context.Context) WebhookAlertNotifierOutput { + return o +} + +func (o WebhookAlertNotifierOutput) BasicAuthPassword() pulumi.StringPtrOutput { + return o.ApplyT(func(v *WebhookAlertNotifier) pulumi.StringPtrOutput { return v.BasicAuthPassword }).(pulumi.StringPtrOutput) +} + +func (o WebhookAlertNotifierOutput) BasicAuthUsername() pulumi.StringPtrOutput { + return o.ApplyT(func(v *WebhookAlertNotifier) pulumi.StringPtrOutput { return v.BasicAuthUsername }).(pulumi.StringPtrOutput) +} + +func (o WebhookAlertNotifierOutput) BearerToken() pulumi.StringPtrOutput { + return o.ApplyT(func(v *WebhookAlertNotifier) pulumi.StringPtrOutput { return v.BearerToken }).(pulumi.StringPtrOutput) +} + +func (o WebhookAlertNotifierOutput) Name() pulumi.StringOutput { + return o.ApplyT(func(v *WebhookAlertNotifier) pulumi.StringOutput { return v.Name }).(pulumi.StringOutput) +} + +func (o WebhookAlertNotifierOutput) ProxyUrl() pulumi.StringPtrOutput { + return o.ApplyT(func(v *WebhookAlertNotifier) pulumi.StringPtrOutput { return v.ProxyUrl }).(pulumi.StringPtrOutput) +} + +func (o WebhookAlertNotifierOutput) SendResolved() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *WebhookAlertNotifier) pulumi.BoolPtrOutput { return v.SendResolved }).(pulumi.BoolPtrOutput) +} + +func (o WebhookAlertNotifierOutput) Slug() pulumi.StringOutput { + return o.ApplyT(func(v *WebhookAlertNotifier) pulumi.StringOutput { return v.Slug }).(pulumi.StringOutput) +} + +func (o WebhookAlertNotifierOutput) TlsInsecureSkipVerify() pulumi.BoolPtrOutput { + return o.ApplyT(func(v *WebhookAlertNotifier) pulumi.BoolPtrOutput { return v.TlsInsecureSkipVerify }).(pulumi.BoolPtrOutput) +} + +func (o WebhookAlertNotifierOutput) Url() pulumi.StringOutput { + return o.ApplyT(func(v *WebhookAlertNotifier) pulumi.StringOutput { return v.Url }).(pulumi.StringOutput) +} + +type WebhookAlertNotifierArrayOutput struct{ *pulumi.OutputState } + +func (WebhookAlertNotifierArrayOutput) ElementType() reflect.Type { + return reflect.TypeOf((*[]*WebhookAlertNotifier)(nil)).Elem() +} + +func (o WebhookAlertNotifierArrayOutput) ToWebhookAlertNotifierArrayOutput() WebhookAlertNotifierArrayOutput { + return o +} + +func (o WebhookAlertNotifierArrayOutput) ToWebhookAlertNotifierArrayOutputWithContext(ctx context.Context) WebhookAlertNotifierArrayOutput { + return o +} + +func (o WebhookAlertNotifierArrayOutput) Index(i pulumi.IntInput) WebhookAlertNotifierOutput { + return pulumi.All(o, i).ApplyT(func(vs []interface{}) *WebhookAlertNotifier { + return vs[0].([]*WebhookAlertNotifier)[vs[1].(int)] + }).(WebhookAlertNotifierOutput) +} + +type WebhookAlertNotifierMapOutput struct{ *pulumi.OutputState } + +func (WebhookAlertNotifierMapOutput) ElementType() reflect.Type { + return reflect.TypeOf((*map[string]*WebhookAlertNotifier)(nil)).Elem() +} + +func (o WebhookAlertNotifierMapOutput) ToWebhookAlertNotifierMapOutput() WebhookAlertNotifierMapOutput { + return o +} + +func (o WebhookAlertNotifierMapOutput) ToWebhookAlertNotifierMapOutputWithContext(ctx context.Context) WebhookAlertNotifierMapOutput { + return o +} + +func (o WebhookAlertNotifierMapOutput) MapIndex(k pulumi.StringInput) WebhookAlertNotifierOutput { + return pulumi.All(o, k).ApplyT(func(vs []interface{}) *WebhookAlertNotifier { + return vs[0].(map[string]*WebhookAlertNotifier)[vs[1].(string)] + }).(WebhookAlertNotifierOutput) +} + +func init() { + pulumi.RegisterInputType(reflect.TypeOf((*WebhookAlertNotifierInput)(nil)).Elem(), &WebhookAlertNotifier{}) + pulumi.RegisterInputType(reflect.TypeOf((*WebhookAlertNotifierArrayInput)(nil)).Elem(), WebhookAlertNotifierArray{}) + pulumi.RegisterInputType(reflect.TypeOf((*WebhookAlertNotifierMapInput)(nil)).Elem(), WebhookAlertNotifierMap{}) + pulumi.RegisterOutputType(WebhookAlertNotifierOutput{}) + pulumi.RegisterOutputType(WebhookAlertNotifierArrayOutput{}) + pulumi.RegisterOutputType(WebhookAlertNotifierMapOutput{}) +} diff --git a/sdk/java/.gradle/8.1.1/checksums/checksums.lock b/sdk/java/.gradle/8.1.1/checksums/checksums.lock deleted file mode 100644 index f35443c2bd5003f083849de4ad2fb2a3533e46cc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17 UcmZQxy*s6$>vV4i0|cA{06Z!Mh5!Hn diff --git a/sdk/java/.gradle/8.1.1/checksums/sha1-checksums.bin b/sdk/java/.gradle/8.1.1/checksums/sha1-checksums.bin deleted file mode 100644 index 1de706a1bc04ea0da6966fdba1518edc55ce7b5a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 26705 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 diff --git a/sdk/java/.gradle/8.1.1/fileChanges/last-build.bin b/sdk/java/.gradle/8.1.1/fileChanges/last-build.bin deleted file mode 100644 index f76dd238ade08917e6712764a16a22005a50573d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1 IcmZPo000310RR91 diff --git a/sdk/java/.gradle/8.1.1/fileHashes/fileHashes.lock b/sdk/java/.gradle/8.1.1/fileHashes/fileHashes.lock deleted file mode 100644 index f3e898911838705ea40355a93891a658be2ec853..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17 TcmZQR^lL)1|JRqi3{U_7L0bh4 diff --git a/sdk/java/.gradle/8.7/checksums/checksums.lock b/sdk/java/.gradle/8.7/checksums/checksums.lock index 9729ef89026fbee9047f4f38b9846c8ea1b6ce0e..c0f1d4d804b5af762e514f7bd5763cb70b852c9b 100644 GIT binary patch literal 17 ScmZQRy@6*-cxfjy(*L~29{s6{etH)~$3q*%bMD_1z)`7W;i>(}rj;m$Bl}Z*>wz4l^t2hp zygzC1_up~Ro7HOY$^PW2C1xt6JN>D#E}|pTi(;Lr|MFS-k~D5R04htel}fJx)Iv*F zc6i1B>Y&XOF>?Sps>DYFsIm6T9;HxcAib^46Yk79U$hslrY4I)qd z_+B;FhNiThyID;Qc#s0m2sk%@Rw~fPIPlm(IPeRK;jM$HwI07)jVx?No1AqAdvk)_ z&IvUf)q$eYq@Qhn1FdcukW(Z&3U`NBD5}q2#Lx#vw!L9X&#Mg5!}FE#-lAP2Rj+jWNK}Hk@c&ZBtFY3sB1! zM=%Ye=9c5K$#f64?;w9JtdFw{8HRB=;tHpHXpPf8swOWRM!r?pEIaLS#+Ntd%fqOF zzEAYF_|djkST*i2oc#3tLgabS5zZM-9XYiLwy|!wIyuGg-r@9b*Ah`mwNn9M_g-P+ELk9D_IWDsRjBYT=R@%kX!qkR?Mglx2>Xkv1tiZ-RcqI900&>_$ z`nPsO=DawP`e?^QbbL<(^dcEmT7$B=+uNqjT=G4ZCm@%9PeWW!3V$$=ej{i2gkWdi ziFU4NXVPlDVH-B`o4LKd$ojh4>Axe}R;+tcEUIZX+NV_OJG(x1aS$`oFgJsq_NadJ0RlyvD8kxDPG)k9JQf!(U=y==@G+P{e7I zsFn6e#FR#HBJ>%T>N+>fyFRK%noaY%DT zJ0XA)x!*u@5C=`hBIb#;Zj-5pwn)Ut$<)n7G-umsFWW;*b)44u?mT^f3OiHC)55~e z59HJzF>3{pox=vh$wENt2D#9SvUvOuQzuRbsI3sog;S`f7As=isnl5y6FX@>6vq#S znZ3E?a2T0475c*P>ZypoF%kz)O~tbzq9ZzpQk-=of;eRe*|_~QvRT$h08MJm;bBzU zS-Mc;@*z~6r-9SfiZ3pjMxR)+L@mdU?cq?XSY+WkIe5Q4{sR-a!tJ+nmmKQBV-$2q zpiC>T&Y>>+8z9|)Qa$J}cgvx+&akLz95)2#()cH=`h-l?`6v2P7t!(5N@>o}=q8-> z19VO)onxYN?o8zY9(-^GqQ-UXW8hD>+z_%%UgW$z=xkBj!cj3xF)0_M^NNuAc z**1edvg{YV2cA53A2sLsGjNas@v0g0sdiix@6Vw3brBu6?Ucd~s#7g~I?-(BVPUZL znBR(}ElCm-l&hSHw-|yv{))W@FO^ zd9Wc~y{*fz+U(iL=Q1SB+@DSFRf)lKaFUr4kg)glO0@y6o`dmO0zUP?f%J>Pfm~By zx_}WqkoEu!RI%3*a5Ujz^A3f65ne+YqxefZO21X6xA^W_?Ej`xij~~sR1qB)+_1MYZ}Q`z8%%cY z{tGr3A-1>?HYkkiMw3g;H*Ax8&mC5r_~DDkoo8%&{`2VQUqx-5FYQojzRtc09-JDF zZ4@daF~V;4p)JC4Sc1umeHUOk%ViD03-BRSisOu1fQTP1=;j6RkEb%Uq&4!i2V3xP zy}+m{u&@s7(J_SCp2-OA-4}v+F6tNUw9a7qq#$h0RLl!u*1BWNNoCtaVuQOysb?fUhrRMmm+N?9;&&svOo+q^9*Tz_k3?qtNJO_q)Kz;T zV!uUL%wHl#E`o>N6R}_sy`$Y1(GrD*Rc}Yao{%gacLlid@rR z)_KuB6PT}^LA(7q%t=A6H)Y5QA9|{WC?bICEXHI)aL2_oRy!>-q%5XkT8W5(OK6OC zQN+k4G*rJNM*i}koz8w4jksqaT&VR@T;KLAbrDDWk$d&aXv_sgSkE*Nnh+el6!}?- zyqPiH@YSs+O?COX8ki~|QtKoI`Z_BztMjO0nC;GB?+Ocl!Iy5Z7M{Ua^gTuJ3Pw_s zElJJZ7AOzn7)i}z#^;tJPp^F$b=P-_jWvM?bMgBEok2M$dX|x|#lYk2+;272BH(G zI_@%+AO_^@F}rZz^$5jVmcuuTL@jqY0>=pvtt*h&7mGM*1rqyHBIc~1FZ2>6I-+V& z8joK=4LRy9+3sYx|L9rNg&KML+A6JQPE2*D;QO4i2({{G6q_;TLZhn(v zR$|@4aOz6>Oe<4LOIOhct|B>})u3GB@KzM;v|XsiVXNS&*Tm2xZ%ThfXnb)MPV%}C z8?D?bhUz+79dqO9zDQ8pt;QTT7010-(VUCq8IXd9%u- z`kfES=p-AG5v9mUf0?ZObv%}JSe7+Dp8D$f;<{VB@dP`b;R${YUOz5itPO5y?|_KW z|G5fbYrqr;v#=&yQkZFLsHUY*z+Y>y?UK6eHSnbq0xhqJol&K!8T+lpv;uO=weXZv zis$gP$fiz<>WfAw-C*)9E;X4w*<&4Yo(sY_J-OdzYP7T(;E>nw4l74pp++3H4lm_J zF?W0&eQLR6407jgiB#ViQe2J4RW}Fnp!HaNsc_3{;OH<_1I4&=%6c67WigPqp89KL zA_i}uf9fJS4%p}bcPpdToV9@(SgweXeKm~fZ5uKDRT)bdID-wn~CnCK*BT6gP-jtFvwbY%95)snQip~3p z^tpacbV_ZsljCcfgSqzK$aAM}!Tp^VW`#R4f#^2m!>L=Sp?*xj$EceB2WtFu3li@< zVWL!)7@9moXK2BFV0{;I#Bb4cmTlE8l<3B~+u5q*@O$ZLZ0_TQOch4&I6b7!7f2j`$J*;Y#R-7{Zr__t?HqVFYm-T z9nBhV-j1~h!@1j0vR)E>j~#d!MRe@6!W>#NZ0Q0|Uc3X>T_%Qh)`lZcSMxi34WM?# zm}m!mtzQ>D-HOyS^nLTY9J3R=fSkIMLR=pRpY4rct}LVJFS-4LU8qlPflBUE3d=+8iYyc-i6v@IRJ zvOos)O^2_D=y+*S@nDyUYzy^mPNGWiF<_EX>b7uNn{&bMb9nk&)54$c$Ercrll{ zREc%>(MQ@@K}YSQ&Q)T{KKjsdPHe6AR?V4a+-N`Ei}L~<@Q}LNX^pY)*vZ(y@cr0i zg&3K!A0LT`jyMnXI88Bk;J+3BxA3+D`1lR6{{h6Tr($ujH}0p%je_{t0ko%|37Fvl z5aqoufBRpv2kN@39ZuAr_Sihz+Ds4rPwcAu4-7Rg_?)P9{|%dcDAR=ghEL{^i1EMS zlM&JJSh}Mq(Bs0*zN{a_s?sIA);$RIJtBr4#J8|XqVX-OO4h5&ag7figzFegCR&b) z3E)1nv47hk9DRa}+2esiTA0*1@QI$UnWL^qr%)2t=CrvOvsf_|(u9ceL^>r*$UKZG ze$7-W7wtCR+?E?1#$va~3OgOf7m%bx$08kk**t2(s~5oLJ}6nX2~+6BT@T|tgCfi} zb~}Q(whJEZjzd*dFn2kE&*PCSV0IvmP{6PwI6?t=hDTQ2{yeIE86@MYUA{P0=z$ zOe&xyu9-5b(oRoa)u-N^QHTdPONjj*RE(-Q{X>2?0XuA6gjzRUm=r7J84T1d99x9U zWslh1T0|qOW(zt&gLIkL@yHctrK(B(Hd#KZo3%dpa%KCDpA9K5t=Xf;zaFPbXe(0( zCu-MDVEqCzoy0ShB7By(xiXWo6}8>SlQ<7yIQ%5OpCnPbfnrxxoqXdY`B@CC!h_3- zQE_JOz&_d(W7s+gjy;R<8X96mF^5Fw%?ONGq%eGRzpDfsOMnE(xwM8Q^_ zf-@M{4HtY8@q6&eJUIpH0tlOokg}s!}qTdtSj3mYs%@Fr0E4rJx~Jo<{Yx zN%ZriWUDGYEnHBB`ZKZwsj)$$Ew$5GcCgXXn=p2v1fFNSX|Yx`1Az0mE4Y?MXD}dM z>}_#Vug*$*ve{RVj!priB`Ag?&R~%uI`+7slPyHi$J|XfZ0{)3ey| zX0cd|%t>le4m^xSY&we_tr3gaXR#wgw4TGECJGvIj=Eb!bnI|r+i5g^EArs<7tUez z$zt-99WSdCjdA(-eruoqACuyN<)avF!uPI|&6n>Dtw`^B= zajxqHB(cGTSkoRD(6-3zMd#7olcV6E3+V0{r&8{Mf(bc&W7bcKTOM2dD5}-$ZzF;o z-TyT-uASqc;qCYzkWy>H*Dv5j7Le&8-13m{=={VRg=y4jtb61|Oe+kBU&P_w7p1*E z*c|G=Ag;Iw-xiSFFX8_zzYBl91*%r54`*EhFCfQXqJGsM37^l_OR5wqg&#f^^ICWqz#*zqRo3QoO7N9jO~tB??m) zeqM@`tA80G{i%#CwsO%rlxaa_W-Cun_%p$;xpCoDEU553vKmfZ2vUD8 z&74uEUARseKExM7EH)}+F1(Jue=9h2z?#qE-e~g2@!sq6A8j2m>)jWI-ec8hfPr>g zTn4Kz4Xf_3`l`NtQ+&Va6`XaYV!7)Tyzzz@afSY2371%0P__JVHtg-v9b8Y%t1viI z$SZER|IoYUHauE^vjn{Eh1-_0GxaJiVzvS~|0;c@&k?>v?M-;=VY3@omc!+$98xV4anAio8vSI8chdZHUEmF&vvI5h*j z>!B`4M!2glAV_;4TejbTR~ur;4eFym6cZ=iX{$2PoUh%0yNdfPy@_XagX9VeJ}|Nf zA1-`quEsg#_|~W0L_FB4XkK&^|GzZEV>eOgE|Nii)ua`i^c)q7*DY){T2!0gLRtQ+ zh+o~p&pTqJV3~IdFKV2WG%M=RGJaW!C$bcys=zzmv|K&wHQ3`eqDi^r0vS#5K#aeQ z1fh_sdGHsvG09)j{T_82MekD)*WbpkSkB6`U344&#J(@0%N_iR<$;JDl$b0JA)R?Gy^>439zN5njb&8gSn2#tLuIj3E4#vd)>tZmqeU>m+ERy zMNGVl|F|xeZC<>K!&xHR%vV3x2;EVaTinBj?n}zBt10aOR*z#ns@eJHd)R)CagqVF zMTnex6sYCO>0Q2uUzTJ@49sqYUzR+uRjbDx?qgk>rDxXnKB|^PX{?p`t2$e?A>!}D zJ9EVkvhE`m9g)jl5P(=De64bHQjZGXxg0;~iI?f4>tj6n5k4g5#B=pGT!#vPX^iI3j%9pmhg}s!#i& zN8S%TDB4@woc!qT8|>MSy6DdmAsTlbl*T(AQ6R_Vkd43ZM-ELGj_F7B?fVufrN_-E z@$Cr%zxkSrU#(V?kM$!jZNGTB(T^JIA{yJgDcP0tFW-dcq;cE+P}!NH2J6+IT4?#o z4^Qn+9kjV3ZtG7*m3Xf|HP(JhQVMkk(Cb>Uh@TFi=2haX0aRbRFV3O9TE&fpG%P3ZxVT`kEV_{1rA_7|#8QTI;tLD$Al~w9*wa(1$ae7BBW5 z2U;8!evP_G_r` z6`fvRQ(Ij`W4)aga#Sr#052EbJo2xpiT}YBoOD(<$P}?LYW*I`wZ6X?* zJ=wXQ0=TF?_A-13>~h4}abHSzIY-pu1w+WM3Y+evEv~fk#(aJVHPF|J-Wq>e`vR-R z9fp#B6>-Ru_H*G->c}}wu#BZcF?zl-;jKgI-)y&(Iw$AbPj zQk{k(`J0jWs7^eb+}|9BX$!$&V(wq96|9x~k=3DaN-QQv=0&>~6)JB^niw_!)8{8Coji+vU zlq}$wla{#RpZIgmc&eod#>L}dG)?@wO@NUpcA7x#wV8rWo> z6VdqFgX1USV;%k_4(qe;uEww!tmnnasMXB zeRlkNJR2e!@xhes3W*Np>_Oz<_LIqBJ1jw)*_xvwsgA33p2p>as5(yuryY^wh@DIy z*h)mL(4U=AP^*Zwaos|^-=6=03zOUB{)!BI28H=C{x}u5`|b&aEHlU0p=uwij*U zh)I^Fe0~Cy#{Cz2cv?o@Uz2i7ChxzvKTU9-gYp&Fk-ewjC@zU+RuHF6r8=DYJwAUNoV1G5=Hdk2n}&gB z%fS7nQG1(+Mxv9?@4%It6O9DqSEcfksGOTd?Q{{1cqc7)6{Yxb?^v8+_vz4ylDPe1 zI^JOsjVnQv>ngtH!#O`&JUAyFiu;vfq+Idmrz5=-(a3P(B2tPi2a!);gP$&MjQ{k; zu6w?XUCEO}8?TdfZR(196FM(*kmwm$^m-xpHpHu!y8yE-n1Oumt_*N{2EA1!hR(!J z-czW7wJ%eu4S4ZP*xwiMu_rbpED;-WNr86+jP8N72Vju8du@RSGVV6-P~;!&J*Yw6 zX94lgOr`Tpks0?%vIKL#SyADZsnIVY3No*=*dhDWZC2Hig-i3IE)eX*LDB!k61QHUlrnusQH397oPU zq^63+(K(1z5sfqMSX-G7`SalA7AJTA2@6~-zPJ$v3#z@(a5qzG>*8b6Ny3XBdKhg7%cENQR*3k&p||^T*niWwh7r~Mhs@K zP-bu>2AOe^i0-k}RZA8zEEbb7#h6$`C<}TtmfolmZE>h5(gf`oM~&Rlm1wMT&@OUC ztbc=3<0x2vAmEOAv=vwzu8cz>EEosH(-`fcn8(G_Q0(0gj zT)GzlRPi%%O_N#bO*<`MK6eFg3gAc=1-m^HlO$hytV|RU$aUvqFd?|(d>XAimJzb& z(~v4L=ocDQCC2%9!*` zd5V)5NzE=vYPPmOd6>#bYVI>WHv!qXfV%68#YcJ&uDP_GL9XCJ6g>;b&t~GOP7Yg4 zAzZKk1;7$fjd>RrZ`#hf?4F1uLojZUNPTS?LSL=2$T^Fs-js+nu9C?dO{8AhY7s*g z(!13~G;T7T#2rw$#ae^=F2hy4W+7s8ji~Kdh>IgrM0*kv`z#ShBq6ak#lj@|M9)#E z5m%G)cx)0i=3cbcT zPV1|jn1Xp97p0sO`bhgji3yA79k(;0{-h@DAdYH9p)SXnY8<%;k$O&;dp@-J1)=fT zMcBzwAy(MARU(DBS{-!fDSk*$+bzZz*A&OS7t;r3Vs^=nd5pbhY0bZZ)|ZLtc0YV{ z02{DZDh^LTZkdY7FBcwV;yMm{0Hgd=7_AU+p&i)=jDlU6M{02J8gc}V*87$`u@t5S zuPkp?nOVQ{N>R*oAQ@4LocYjV=g-qHEn#?U8uir^By`vK;0ZRK;0b;Tz6wlsAS|67 zaAWj)s;;nfFbhO|UM+;AFq6}%mdylzuE~yb>af!hOAAGBVJ)nTDlN^}e+h;akXtT6 zq@*aGqn03>647|p2&EfbzQ&~%s~3ANMb48ZPF!9bwu%}hR0ABY;B#|jKD5O-byla<2GtcjX7_lC70 z7uv0kz*ijeY+v;LY27`KthZ;az4_VkB2#U;LuScwok??@KjqGKS0d6f#6_Y?FX5sE z$EJ{bU~9)OLoT15I(*5Yh;Ap zt8k8{n7WF3>x;x!xO39T|>cPdUais~t zw^!50daCG@I%or@)v<w#GnM{%gGJ*IuC-SK`Vu8l2{<9(S)?R6224Z-O1jJ+6O>inv7j>>azCKJWHDf(rh zgr25G<4?2j%vFj)To%2iMarYRBMYT{w79;Jh0-rdeSlmyo0?RKJ+o16KM)U**>E;p z%nGyVbzMXwJpdh{;%mN~`Vf6Z{~T;yrs%ZHLD}_OKIlVTQFb|7S_4#1&0njOK{9i2 z*YB2{_|qF5qWIRy2$OyE`5Uc?eF^XRSQsNw;N>k2uf)ZS{fGpC{yDOaXab9`^W-obKT~ z?D1Vu-S3Y5R9%}+J+ZF#o1kuXcl&IDx+%tOLJe_G)T32jrTFh4zP||r3&xJkh?RVC z+;=l#MMUGdO_kGVo1$mp#+jROFn>yb+^$J0UJ`$A#)3^E(;W>YWq}S#E&gx|rcxo% z6R`!yAfj=h28>msW7ifqoGx=J^`OPT0{GRfn3G^!Z!1cCGuHpT6(xR*to57-U8VfZWBE7a@ktX=m6E&3TeQ?Y+cuN$`SpjHD33yUzn&1TwBo$R% zk{Wz!0FI~ScDyeO#RRuzS-#mN@#68@v2ejTZaZGhBvJVh4LQ{-Y0jgDAgc%}Km?i0 zJ~!m}XpPk8&jD&bD|H@QfMi@mqtcz$p})|8D~Dm!Qs`8_EL**o9Z^*GMT^5gIFqilj>H$Hw-?6(_t)^yp)`93(GVs{GWgS*k5Ho<&PfGF?% z_{;xVJyF+P?C@Lt$@i@@?9KGh|0FNE{a7ZL?~RxfweEYcSOGa=4?dZvGNZIT_+&&h z?n`$R1$t_f)sOYPm{pcsuOWM(Zi*3m@hx1Gd*GT~CF@n?xW;?;B6KbZvkfgr#RPJn z8CbvLS8Tn>Z1F@PElkc##6(ZUTo#)HZb+w464&9pS+JR}nE7gSBhCxylrZ75VN;@* zUxcYtA=+(@wJkT=hskEhWIOG{7a*b$tAj6_O-*?5T=?7xCEIGTEb`{A`>>zE(N+h$ z?}tYdkN3c)sw$Yf?8oPkAj&g>u!RCf?#C9g43n~--qV*0@A9CPim%7^1ITzy@MH~6 z-H#8XC?40~fCCs|r6~X8Z7QoeTj#zmtSJ2@d&(WG)WyB#W5$=kX!$bU(*yXAiipOo z8c;$Z9Ki1ZMBEtY@Ftu`n>T+5Zp* zGV9%zhfvVZP-ntp51|(;qH*4f<6}{w1SeZ-@^Pg-Q&esp!c{J!fktxyr=?gs^U%ZK z=a>P17-^6x79XY&ZqX8yH*3>jRcXG*F-NeY0`lr36sg6ERjZ>ksY=W|O24=XYE(Mu z!HfFThx3c@0LO{DU7l2es(JIf{ALDL*t!_CZj3P5b~O*6PvYU-#F^2U(^zPSh^_hWQJ~bPUhb zTH&`#m@7Bgxv1@iAH#kK!%@fZ{p5(!6%@Ow>f|fO$lqpS6`ovHf{Jt7daR>O3Cva~ zUG7XX9Mng9C2%6Xqc=PY|(K9gNa?KflnfB3qF|# z$KgFgynCEbpN#m)cc*Qtlnmvb7chkdC!n-Sl(J8t6g0)k6R5sKG!9A0R#kf1_-GmG z&zO@)jZGSDsSU2Oy^RvC!r7UVh`baTCfSZ=0B|020mstlcNi=YVvW0cbyD!j7F<9& zIth%nTE>t59g`H%*y4_sqw`=r9&iylo~K~FMy%7l(PC7@ho`V&6DvXHBsD1q?ZYHi zp2CWjiN}IdSdl5(Ph(Rv1r0w<-EATo>)qLL0?prwLkRjar!o6n8RobXFRK)dsfY3X z*7@UqOtvSck7Be5-?~f=KfX1%VsqCkKXu|c<>^DG%*_(>b!vlB(b4In9~+G z(1hdSKhWJMS-lOPp-=#o|!^1#`t&#I}I! zaSs1y$r1jK7N}aKKAe6Iynvi`j>4+175*^W+V6mhstkn`##77J9Pnu<_I;G~jm z)i*}oyxjJaKRO1r|9Y*ddC&td^Gi*{t&NYA;$>Ygj$(APszhO0gP)dS=jxxwm2Q$H zb}n9uGA+2wYUgn;@k{PpbP*FOdW-C4P#1yJH;BjS4m`pkSFFukaVKhU-7jk{=rWk#J{$Uf*I9fIRF%GQl+zlL0t&4EDNk+Ngj`NSWX>G$JUxJst zaoSRL=3K-e4Nr#c|9@K9esuqHS=uOO;T zG5iYk(alIX=0Um2MRUG%1>q`S!c{!0W_~gE9W#sY<)X*dYFt>3Z+-Gr+y^)1<%zwD z|6iKo!K)~APe>Z^uofk8=2KKG-q*0y-$k|gHI(J1_}Ml5ykm)=v#;SrT_#pZb!h=V zuf!8s3M+lNfH!>b!v#F+HQDnzZWA*Z$#04WV(fJ!2t`!QlRvqRK@#PG9&sH-uPH9O zj$g5C6}0#|{)t^EVvQU46^ki$P~t&BhuuI%cuEG$4nWzIKMozG-8XQhofh!87r>Ub zYX1D-2F9AEK=!zage+FXUN~AA)hnpP0jb@$q{os0pc$UF8Yb+ojNU99|Wm~N>?uTaMCufJjm9e}@2 z)nC&8`$MZ)-R~0qEP37UTI+?@-BZw{MMC)4X}>vho73?rH*Sm5dnX&hsU>vK{{cnm B8NUDk diff --git a/sdk/java/.gradle/8.7/executionHistory/executionHistory.lock b/sdk/java/.gradle/8.7/executionHistory/executionHistory.lock index 392c33746b4966919bdbaf08ee4e9d82935f8cf4..ebd73c28c828e91796534146089f03b0dd32f63f 100644 GIT binary patch literal 17 UcmZSHpTW*Bd2^RB0|amY04RC`Jpcdz literal 17 UcmZRMYT*r=wRx*L0|amY04f#(b^rhX diff --git a/sdk/java/.gradle/8.7/fileHashes/fileHashes.bin b/sdk/java/.gradle/8.7/fileHashes/fileHashes.bin index 4c53dd2c8cf094af08aaabc9283d30e0c68d4aae..89ea9b02f338b5e82c055d7f50f5c71d8f37e242 100644 GIT binary patch delta 8679 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 delta 8679 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 bD9O4KVpr_8>#t&kEl~d7d;QzyP5sp$eL!E> literal 20847 zcmeI3SyU8P0zeDWEKQV6Q8pb7$}S*_VG*=hn{IZ|h&n_j2&n8xL|Gacl`U)mi6Ed8 zLBg;K2s)0U1cJ(TyE^{PQ$yc-aDCST&iMrK0u7abH(mP!0e8NF_*uhv zQ}5=ehk$e6AYPvEIHlCNdK2JIT8LMNm5K8f%*FtBIfi(R{+2WSjm)p%_7f4mI8p63 zxcXTL;G8_fYZLdi52$JpRpX z1@O4IK8Uy5+`OW(_!;cxQiph#sM5svF{2u=9oJ~YAE>4WsY%G$0M7A8yf4^Bz1Hy7 z7l1qdjQAi+x0h4I%LCj^4)K>&mzgawf#z^KCWw#jFxA_y-Qgu#LxIPVc(2u{4Dq}CS))@S!3{&x6ZMUtNBJ%GCoA^yp1pPT%ntb>3% zo<&^jt-a-#I9D64Ux~O(qFJ)-)IcoYE~^liGvRFfaX5JdaOc;EFH4nZ891$K1-H*c ze9gm>YhvNj)_}W}BK}#+!81A8J@7hbvk=$(s!XoARZAYOABnhe_2H3RHQjo^IqisV zj@c<2lgAkcoU4zx^}cYvjMSw@z+G1&Zqxc;#}CYo62RFJh`Tto>3q#v#{%404RJTA zN&Z>c6S9E2^&#$IRq-S$!p;tGM~mM%Z&Gn!MHF?9lf!8@;(KC`1q>eQg59{;i0|)k zU{ps2>;daL1|c3a6mojR#}D1_Q;0{#@%^_xf9?g==e8owEBUg@>5wMu;BJXH`b`jw zBf!B+TmToq1#kge02jaoZ~U~%Y)3ejk zuJ|QEh@@9d#K0%IMK6&n>HXQrRsH*v=ab%o;Un@2#(7%vz~HHqYm!4OnOq1Nnapbz zMOAk{Rqkxib6sSFL!&|<5OUpg!;1CI8~)ztX|IviR*# zX0f8zy$e5d$*u2#hMYhk)@9QTDbZq|8rgq1)c?)yMZo;>HfY=dhWG;ANLqF$ex+@3 z#Qb9Nl|9Bkk{6s{uV#TEMIDdOUfn-fFtO1zJXq})lit55Hk+A9kD+T^7*?SYYXOdt?TsW%FQ46``DgjF7;(&ntd&@_2iTL0;3!lO60XHJjd4K?Cd%5Q0Y7O`SbZ=L^?F!k*|JB zH?nUfe6Id1YM;Kxvn=kd3!kK%<3j zG}xa%Q?hbb+}i%*ql)D$^1D!Ad;<&}>g^bzy>bm#p8vk%`uVAxqeiTyqVdr11coH_ z9+Hr;)0X*Ye7&(DQ!eeE;TG)%Xi!%mImB4xLdYlzU!V9ye{T6IVy2Xn%$;DozPz}>7aDHB zU<(C4I9$dXsW!r5Dn+(5(tD?C*9yB8AtHWI_ONYMcqSBuOEWOBrqfn z&<$3hSZ&JUVn~6c*Vv|&`31np(EtYHGTjKDm}d`$EfFvDn%=+agEYC{)YYB?&xeE| z-Pmeg^f2KnD^|;UFzaU5vWvhtI;#1i28ZyLoN2#OI@FLBT4eL8?kEqwqMY m1p={}EFo<4D9-#^@4Hty)Fa*YsCp53q=F-l1cuZS%J>h40hMzA diff --git a/sdk/java/build/libs/io.chronosphere.chronosphere.jar b/sdk/java/build/libs/io.chronosphere.chronosphere.jar index 378226dbde47f97ed3eb063ef44f965785e9c2d3..4d6c1c62ce196cc8cb71e6e31e34135a1e2b9e4c 100644 GIT binary patch delta 12274 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 DD63lv diff --git a/sdk/nodejs/node_modules/.yarn-integrity b/sdk/nodejs/node_modules/.yarn-integrity index 407d7e2a..e1cbf557 100644 --- a/sdk/nodejs/node_modules/.yarn-integrity +++ b/sdk/nodejs/node_modules/.yarn-integrity @@ -19,16 +19,16 @@ "@js-sdsl/ordered-map@^4.4.2": "https://registry.yarnpkg.com/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz#9299f82874bab9e4c7f9c48d865becbfe8d6907c", "@logdna/tail-file@^2.0.6": "https://registry.yarnpkg.com/@logdna/tail-file/-/tail-file-2.2.0.tgz#158a362d293f940dacfd07c835bf3ae2f9e0455a", "@npmcli/agent@^2.0.0": "https://registry.yarnpkg.com/@npmcli/agent/-/agent-2.2.2.tgz#967604918e62f620a648c7975461c9c9e74fc5d5", - "@npmcli/arborist@^7.3.1": "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-7.4.1.tgz#1562c347e41e60939b4a2139cd3a16842de1e92e", + "@npmcli/arborist@^7.3.1": "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-7.4.2.tgz#deb6eb3d88ab6913f0efeb4ebca64151d091d331", "@npmcli/fs@^3.1.0": "https://registry.yarnpkg.com/@npmcli/fs/-/fs-3.1.0.tgz#233d43a25a91d68c3a863ba0da6a3f00924a173e", - "@npmcli/git@^5.0.0": "https://registry.yarnpkg.com/@npmcli/git/-/git-5.0.4.tgz#d18c50f99649e6e89e8b427318134f582498700c", + "@npmcli/git@^5.0.0": "https://registry.yarnpkg.com/@npmcli/git/-/git-5.0.5.tgz#b4758b3993f078bd6d73356b8bdd0306f48fd3cb", "@npmcli/installed-package-contents@^2.0.1": "https://registry.yarnpkg.com/@npmcli/installed-package-contents/-/installed-package-contents-2.0.2.tgz#bfd817eccd9e8df200919e73f57f9e3d9e4f9e33", "@npmcli/installed-package-contents@^2.0.2": "https://registry.yarnpkg.com/@npmcli/installed-package-contents/-/installed-package-contents-2.0.2.tgz#bfd817eccd9e8df200919e73f57f9e3d9e4f9e33", - "@npmcli/map-workspaces@^3.0.2": "https://registry.yarnpkg.com/@npmcli/map-workspaces/-/map-workspaces-3.0.4.tgz#15ad7d854292e484f7ba04bc30187a8320dba799", + "@npmcli/map-workspaces@^3.0.2": "https://registry.yarnpkg.com/@npmcli/map-workspaces/-/map-workspaces-3.0.6.tgz#27dc06c20c35ef01e45a08909cab9cb3da08cea6", "@npmcli/metavuln-calculator@^7.0.0": "https://registry.yarnpkg.com/@npmcli/metavuln-calculator/-/metavuln-calculator-7.0.0.tgz#fb59245926d7f677db904177f9aca15ac883d6cb", "@npmcli/name-from-folder@^2.0.0": "https://registry.yarnpkg.com/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz#c44d3a7c6d5c184bb6036f4d5995eee298945815", "@npmcli/node-gyp@^3.0.0": "https://registry.yarnpkg.com/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz#101b2d0490ef1aa20ed460e4c0813f0db560545a", - "@npmcli/package-json@^5.0.0": "https://registry.yarnpkg.com/@npmcli/package-json/-/package-json-5.0.0.tgz#77d0f8b17096763ccbd8af03b7117ba6e34d6e91", + "@npmcli/package-json@^5.0.0": "https://registry.yarnpkg.com/@npmcli/package-json/-/package-json-5.0.2.tgz#9bf4a04d669d1743b358338eba5a19504e89b057", "@npmcli/promise-spawn@^7.0.0": "https://registry.yarnpkg.com/@npmcli/promise-spawn/-/promise-spawn-7.0.1.tgz#a836de2f42a2245d629cf6fbb8dd6c74c74c55af", "@npmcli/query@^3.1.0": "https://registry.yarnpkg.com/@npmcli/query/-/query-3.1.0.tgz#bc202c59e122a06cf8acab91c795edda2cdad42c", "@npmcli/redact@^1.1.0": "https://registry.yarnpkg.com/@npmcli/redact/-/redact-1.1.0.tgz#78e53a6a34f013543a73827a07ebdc3a6f10454b", @@ -85,8 +85,8 @@ "@types/http-cache-semantics@*": "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz#b979ebad3919799c979b17c72621c0bc0a31c6c4", "@types/keyv@^3.1.4": "https://registry.yarnpkg.com/@types/keyv/-/keyv-3.1.4.tgz#3ccdb1c6751b0c7e52300bcdacd5bcbf8faa75b6", "@types/mime@^2.0.0": "https://registry.yarnpkg.com/@types/mime/-/mime-2.0.3.tgz#c893b73721db73699943bfc3653b1deb7faa4a3a", - "@types/node@*": "https://registry.yarnpkg.com/@types/node/-/node-20.12.4.tgz#af5921bd75ccdf3a3d8b3fa75bf3d3359268cd11", - "@types/node@>=13.7.0": "https://registry.yarnpkg.com/@types/node/-/node-20.12.4.tgz#af5921bd75ccdf3a3d8b3fa75bf3d3359268cd11", + "@types/node@*": "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384", + "@types/node@>=13.7.0": "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384", "@types/node@^10.0.0": "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b", "@types/responselike@^1.0.0": "https://registry.yarnpkg.com/@types/responselike/-/responselike-1.0.3.tgz#cc29706f0a397cfe6df89debfe4bf5cea159db50", "@types/semver@^7.5.6": "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e", @@ -109,7 +109,7 @@ "brace-expansion@^2.0.1": "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae", "buffer-from@^1.0.0": "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5", "buffer-from@^1.1.0": "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5", - "builtins@^5.0.0": "https://registry.yarnpkg.com/builtins/-/builtins-5.0.1.tgz#87f6db9ab0458be728564fa81d876d8d74552fa9", + "builtins@^5.0.0": "https://registry.yarnpkg.com/builtins/-/builtins-5.1.0.tgz#6d85eeb360c4ebc166c3fdef922a15aa7316a5e8", "cacache@^18.0.0": "https://registry.yarnpkg.com/cacache/-/cacache-18.0.2.tgz#fd527ea0f03a603be5c0da5805635f8eef00c60c", "cacheable-lookup@^5.0.3": "https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz#5a6b865b2c44357be3d5ebc2a467b032719a7005", "cacheable-request@^7.0.2": "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.4.tgz#7a33ebf08613178b403635be7b899d3e69bbe817", @@ -299,7 +299,7 @@ "sigstore@^2.2.0": "https://registry.yarnpkg.com/sigstore/-/sigstore-2.3.0.tgz#c56b32818d4dc989f6ea3c0897f4d9bff5d14bed", "smart-buffer@^4.2.0": "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae", "socks-proxy-agent@^8.0.3": "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-8.0.3.tgz#6b2da3d77364fde6292e810b496cb70440b9b89d", - "socks@^2.7.1": "https://registry.yarnpkg.com/socks/-/socks-2.8.1.tgz#22c7d9dd7882649043cba0eafb49ae144e3457af", + "socks@^2.7.1": "https://registry.yarnpkg.com/socks/-/socks-2.8.3.tgz#1ebd0f09c52ba95a09750afe3f3f9f724a800cb5", "source-map-support@^0.5.6": "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f", "source-map@^0.6.0": "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263", "spdx-correct@^3.0.0": "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz#4f5ab0668f0059e34f9c00dce331784a12de4e9c", diff --git a/sdk/nodejs/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js b/sdk/nodejs/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js index 8ceb6b72..75e4d373 100644 --- a/sdk/nodejs/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js +++ b/sdk/nodejs/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js @@ -12,7 +12,7 @@ const { readdirScoped } = require('@npmcli/fs') const { lstat, readlink } = require('fs/promises') const { depth } = require('treeverse') const log = require('proc-log') -const { cleanUrl } = require('npm-registry-fetch') +const { redact } = require('@npmcli/redact') const { OK, @@ -1213,7 +1213,7 @@ This is a one-time fix-up, please be patient... if (this.#manifests.has(spec.raw)) { return this.#manifests.get(spec.raw) } else { - const cleanRawSpec = cleanUrl(spec.rawSpec) + const cleanRawSpec = redact(spec.rawSpec) log.silly('fetch manifest', spec.raw.replace(spec.rawSpec, cleanRawSpec)) const o = { ...options, diff --git a/sdk/nodejs/node_modules/@npmcli/arborist/lib/place-dep.js b/sdk/nodejs/node_modules/@npmcli/arborist/lib/place-dep.js index e757d0c3..bf0fef65 100644 --- a/sdk/nodejs/node_modules/@npmcli/arborist/lib/place-dep.js +++ b/sdk/nodejs/node_modules/@npmcli/arborist/lib/place-dep.js @@ -9,7 +9,7 @@ const localeCompare = require('@isaacs/string-locale-compare')('en') const log = require('proc-log') -const { cleanUrl } = require('npm-registry-fetch') +const { redact } = require('@npmcli/redact') const deepestNestingTarget = require('./deepest-nesting-target.js') const CanPlaceDep = require('./can-place-dep.js') const { @@ -188,7 +188,7 @@ class PlaceDep { `${this.dep.name}@${this.dep.version}`, this.canPlace.description, `for: ${this.edge.from.package._id || this.edge.from.location}`, - `want: ${cleanUrl(this.edge.spec || '*')}` + `want: ${redact(this.edge.spec || '*')}` ) const placementType = this.canPlace.canPlace === CONFLICT diff --git a/sdk/nodejs/node_modules/@npmcli/arborist/package.json b/sdk/nodejs/node_modules/@npmcli/arborist/package.json index d7c393d9..3a92e669 100644 --- a/sdk/nodejs/node_modules/@npmcli/arborist/package.json +++ b/sdk/nodejs/node_modules/@npmcli/arborist/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/arborist", - "version": "7.4.1", + "version": "7.4.2", "description": "Manage node_modules trees", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", @@ -12,6 +12,7 @@ "@npmcli/node-gyp": "^3.0.0", "@npmcli/package-json": "^5.0.0", "@npmcli/query": "^3.1.0", + "@npmcli/redact": "^1.1.0", "@npmcli/run-script": "^7.0.2", "bin-links": "^4.0.1", "cacache": "^18.0.0", diff --git a/sdk/nodejs/node_modules/@npmcli/git/lib/is.js b/sdk/nodejs/node_modules/@npmcli/git/lib/is.js index e2542f21..f5a0e875 100644 --- a/sdk/nodejs/node_modules/@npmcli/git/lib/is.js +++ b/sdk/nodejs/node_modules/@npmcli/git/lib/is.js @@ -1,6 +1,4 @@ // not an airtight indicator, but a good gut-check to even bother trying -const { promisify } = require('util') -const fs = require('fs') -const stat = promisify(fs.stat) +const { stat } = require('fs/promises') module.exports = ({ cwd = process.cwd() } = {}) => stat(cwd + '/.git').then(() => true, () => false) diff --git a/sdk/nodejs/node_modules/@npmcli/git/package.json b/sdk/nodejs/node_modules/@npmcli/git/package.json index 485c1f43..7493ec7f 100644 --- a/sdk/nodejs/node_modules/@npmcli/git/package.json +++ b/sdk/nodejs/node_modules/@npmcli/git/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/git", - "version": "5.0.4", + "version": "5.0.5", "main": "lib/index.js", "files": [ "bin/", diff --git a/sdk/nodejs/node_modules/@npmcli/map-workspaces/README.md b/sdk/nodejs/node_modules/@npmcli/map-workspaces/README.md index 227a90ee..02203594 100644 --- a/sdk/nodejs/node_modules/@npmcli/map-workspaces/README.md +++ b/sdk/nodejs/node_modules/@npmcli/map-workspaces/README.md @@ -1,8 +1,8 @@ # @npmcli/map-workspaces [![NPM version](https://img.shields.io/npm/v/@npmcli/map-workspaces)](https://www.npmjs.com/package/@npmcli/map-workspaces) -[![Build Status](https://img.shields.io/github/workflow/status/npm/map-workspaces/node-ci)](https://github.com/npm/map-workspaces) -[![License](https://img.shields.io/github/license/npm/map-workspaces)](https://github.com/npm/map-workspaces/blob/master/LICENSE) +[![Build Status](https://img.shields.io/github/actions/workflow/status/npm/map-workspaces/ci.yml?branch=main)](https://github.com/npm/map-workspaces) +[![License](https://img.shields.io/npm/l/@npmcli/map-workspaces)](https://github.com/npm/map-workspaces/blob/main/LICENSE.md) Retrieves a name:pathname Map for a given workspaces config. diff --git a/sdk/nodejs/node_modules/@npmcli/map-workspaces/lib/index.js b/sdk/nodejs/node_modules/@npmcli/map-workspaces/lib/index.js index 501dad87..b20bf5de 100644 --- a/sdk/nodejs/node_modules/@npmcli/map-workspaces/lib/index.js +++ b/sdk/nodejs/node_modules/@npmcli/map-workspaces/lib/index.js @@ -5,23 +5,49 @@ const { minimatch } = require('minimatch') const rpj = require('read-package-json-fast') const { glob } = require('glob') -function appendNegatedPatterns (patterns) { - const results = [] - for (let pattern of patterns) { +function appendNegatedPatterns (allPatterns) { + const patterns = [] + const negatedPatterns = [] + for (let pattern of allPatterns) { const excl = pattern.match(/^!+/) if (excl) { pattern = pattern.slice(excl[0].length) } - // strip off any / from the start of the pattern. /foo => foo - pattern = pattern.replace(/^\/+/, '') + // strip off any / or ./ from the start of the pattern. /foo => foo + pattern = pattern.replace(/^\.?\/+/, '') // an odd number of ! means a negated pattern. !!foo ==> foo const negate = excl && excl[0].length % 2 === 1 - results.push({ pattern, negate }) + if (negate) { + negatedPatterns.push(pattern) + } else { + // remove negated patterns that appeared before this pattern to avoid + // ignoring paths that were matched afterwards + // e.g: ['packages/**', '!packages/b/**', 'packages/b/a'] + // in the above list, the last pattern overrides the negated pattern + // right before it. In effect, the above list would become: + // ['packages/**', 'packages/b/a'] + // The order matters here which is why we must do it inside the loop + // as opposed to doing it all together at the end. + for (let i = 0; i < negatedPatterns.length; ++i) { + const negatedPattern = negatedPatterns[i] + if (minimatch(pattern, negatedPattern)) { + negatedPatterns.splice(i, 1) + } + } + patterns.push(pattern) + } } - return results + // use the negated patterns to eagerly remove all the patterns that + // can be removed to avoid unnecessary crawling + for (const negated of negatedPatterns) { + for (const pattern of minimatch.match(patterns, negated)) { + patterns.splice(patterns.indexOf(pattern), 1) + } + } + return { patterns, negatedPatterns } } function getPatterns (workspaces) { @@ -77,11 +103,11 @@ async function mapWorkspaces (opts = {}) { } const { workspaces = [] } = opts.pkg - const patterns = getPatterns(workspaces) + const { patterns, negatedPatterns } = getPatterns(workspaces) const results = new Map() const seen = new Map() - if (!patterns.length) { + if (!patterns.length && !negatedPatterns.length) { return results } @@ -89,52 +115,54 @@ async function mapWorkspaces (opts = {}) { ...opts, ignore: [ ...opts.ignore || [], - ...['**/node_modules/**'], + '**/node_modules/**', + // just ignore the negated patterns to avoid unnecessary crawling + ...negatedPatterns, ], }) const getPackagePathname = pkgPathmame(opts) - for (const item of patterns) { - let matches = await glob(getGlobPattern(item.pattern), getGlobOpts()) - // preserves glob@8 behavior - matches = matches.sort((a, b) => a.localeCompare(b, 'en')) - - for (const match of matches) { - let pkg - const packageJsonPathname = getPackagePathname(match, 'package.json') - const packagePathname = path.dirname(packageJsonPathname) - - try { - pkg = await rpj(packageJsonPathname) - } catch (err) { - if (err.code === 'ENOENT') { - continue - } else { - throw err - } - } + let matches = await glob(patterns.map((p) => getGlobPattern(p)), getGlobOpts()) + // preserves glob@8 behavior + matches = matches.sort((a, b) => a.localeCompare(b, 'en')) + + // we must preserve the order of results according to the given list of + // workspace patterns + const orderedMatches = [] + for (const pattern of patterns) { + orderedMatches.push(...matches.filter((m) => { + return minimatch(m, pattern, { partial: true, windowsPathsNoEscape: true }) + })) + } - const name = getPackageName(pkg, packagePathname) + for (const match of orderedMatches) { + let pkg + const packageJsonPathname = getPackagePathname(match, 'package.json') - let seenPackagePathnames = seen.get(name) - if (!seenPackagePathnames) { - seenPackagePathnames = new Set() - seen.set(name, seenPackagePathnames) - } - if (item.negate) { - seenPackagePathnames.delete(packagePathname) + try { + pkg = await rpj(packageJsonPathname) + } catch (err) { + if (err.code === 'ENOENT') { + continue } else { - seenPackagePathnames.add(packagePathname) + throw err } } + + const packagePathname = path.dirname(packageJsonPathname) + const name = getPackageName(pkg, packagePathname) + + let seenPackagePathnames = seen.get(name) + if (!seenPackagePathnames) { + seenPackagePathnames = new Set() + seen.set(name, seenPackagePathnames) + } + seenPackagePathnames.add(packagePathname) } const errorMessageArray = ['must not have multiple workspaces with the same name'] for (const [packageName, seenPackagePathnames] of seen) { - if (seenPackagePathnames.size === 0) { - continue - } if (seenPackagePathnames.size > 1) { addDuplicateErrorMessages(errorMessageArray, packageName, seenPackagePathnames) } else { @@ -177,30 +205,25 @@ mapWorkspaces.virtual = function (opts = {}) { const { workspaces = [] } = packages[''] || {} // uses a pathname-keyed map in order to negate the exact items const results = new Map() - const patterns = getPatterns(workspaces) - if (!patterns.length) { + const { patterns, negatedPatterns } = getPatterns(workspaces) + if (!patterns.length && !negatedPatterns.length) { return results } - patterns.push({ pattern: '**/node_modules/**', negate: true }) - - const getPackagePathname = pkgPathmame(opts) + negatedPatterns.push('**/node_modules/**') - for (const packageKey of Object.keys(packages)) { - if (packageKey === '') { - continue + const packageKeys = Object.keys(packages) + for (const pattern of negatedPatterns) { + for (const packageKey of minimatch.match(packageKeys, pattern)) { + packageKeys.splice(packageKeys.indexOf(packageKey), 1) } + } - for (const item of patterns) { - if (minimatch(packageKey, item.pattern)) { - const packagePathname = getPackagePathname(packageKey) - const name = getPackageName(packages[packageKey], packagePathname) - - if (item.negate) { - results.delete(packagePathname) - } else { - results.set(packagePathname, name) - } - } + const getPackagePathname = pkgPathmame(opts) + for (const pattern of patterns) { + for (const packageKey of minimatch.match(packageKeys, pattern)) { + const packagePathname = getPackagePathname(packageKey) + const name = getPackageName(packages[packageKey], packagePathname) + results.set(packagePathname, name) } } diff --git a/sdk/nodejs/node_modules/@npmcli/map-workspaces/package.json b/sdk/nodejs/node_modules/@npmcli/map-workspaces/package.json index 64cb7f9d..e6292b06 100644 --- a/sdk/nodejs/node_modules/@npmcli/map-workspaces/package.json +++ b/sdk/nodejs/node_modules/@npmcli/map-workspaces/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/map-workspaces", - "version": "3.0.4", + "version": "3.0.6", "main": "lib/index.js", "files": [ "bin/", @@ -25,7 +25,7 @@ "author": "GitHub Inc.", "license": "ISC", "scripts": { - "lint": "eslint \"**/*.js\"", + "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", "pretest": "npm run lint", "test": "tap", "snap": "tap", @@ -43,7 +43,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.14.1", + "@npmcli/template-oss": "4.21.3", "tap": "^16.0.1" }, "dependencies": { @@ -54,7 +54,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.14.1", + "version": "4.21.3", "publish": "true" } } diff --git a/sdk/nodejs/node_modules/@npmcli/package-json/README.md b/sdk/nodejs/node_modules/@npmcli/package-json/README.md index 5860ddba..5087f0e2 100644 --- a/sdk/nodejs/node_modules/@npmcli/package-json/README.md +++ b/sdk/nodejs/node_modules/@npmcli/package-json/README.md @@ -1,7 +1,7 @@ # @npmcli/package-json [![npm version](https://img.shields.io/npm/v/@npmcli/package-json)](https://www.npmjs.com/package/@npmcli/package-json) -[![Build Status](https://img.shields.io/github/workflow/status/npm/package-json/node-ci)](https://github.com/npm/package-json) +[![Build Status](https://img.shields.io/github/actions/workflow/status/npm/package-json/ci.yml?branch=main)](https://github.com/npm/package-json) Programmatic API to update `package.json` files. Updates and saves files the same way the **npm cli** handles them. @@ -232,4 +232,3 @@ Saves the current `content` to the same location used when calling ## LICENSE [ISC](./LICENSE) - diff --git a/sdk/nodejs/node_modules/@npmcli/package-json/lib/normalize.js b/sdk/nodejs/node_modules/@npmcli/package-json/lib/normalize.js index 204d4d8a..350b3f3d 100644 --- a/sdk/nodejs/node_modules/@npmcli/package-json/lib/normalize.js +++ b/sdk/nodejs/node_modules/@npmcli/package-json/lib/normalize.js @@ -1,12 +1,30 @@ -const semver = require('semver') +const valid = require('semver/functions/valid') +const clean = require('semver/functions/clean') const fs = require('fs/promises') -const { glob } = require('glob') -const legacyFixer = require('normalize-package-data/lib/fixer.js') -const legacyMakeWarning = require('normalize-package-data/lib/make_warning.js') const path = require('path') const log = require('proc-log') -const git = require('@npmcli/git') -const hostedGitInfo = require('hosted-git-info') + +/** + * @type {import('hosted-git-info')} + */ +let _hostedGitInfo +function lazyHostedGitInfo () { + if (!_hostedGitInfo) { + _hostedGitInfo = require('hosted-git-info') + } + return _hostedGitInfo +} + +/** + * @type {import('glob').glob} + */ +let _glob +function lazyLoadGlob () { + if (!_glob) { + _glob = require('glob').glob + } + return _glob +} // used to be npm-normalize-package-bin function normalizePackageBin (pkg, changes) { @@ -130,10 +148,10 @@ const normalize = async (pkg, { strict, steps, root, changes, allowLegacyCase }) if (!data.version) { data.version = '' } else { - if (!semver.valid(data.version, loose)) { + if (!valid(data.version, loose)) { throw new Error(`Invalid version: "${data.version}"`) } - const version = semver.clean(data.version, loose) + const version = clean(data.version, loose) if (version !== data.version) { changes?.push(`"version" was cleaned and set to "${version}"`) data.version = version @@ -208,7 +226,7 @@ const normalize = async (pkg, { strict, steps, root, changes, allowLegacyCase }) // add "install" attribute if any "*.gyp" files exist if (steps.includes('gypfile')) { if (!scripts.install && !scripts.preinstall && data.gypfile !== false) { - const files = await glob('*.gyp', { cwd: pkg.path }) + const files = await lazyLoadGlob()('*.gyp', { cwd: pkg.path }) if (files.length) { scripts.install = 'node-gyp rebuild' data.scripts = scripts @@ -275,7 +293,11 @@ const normalize = async (pkg, { strict, steps, root, changes, allowLegacyCase }) // populate "readme" attribute if (steps.includes('readme') && !data.readme) { const mdre = /\.m?a?r?k?d?o?w?n?$/i - const files = await glob('{README,README.*}', { cwd: pkg.path, nocase: true, mark: true }) + const files = await lazyLoadGlob()('{README,README.*}', { + cwd: pkg.path, + nocase: true, + mark: true, + }) let readmeFile for (const file of files) { // don't accept directories. @@ -306,7 +328,7 @@ const normalize = async (pkg, { strict, steps, root, changes, allowLegacyCase }) if (steps.includes('mans') && !data.man && data.directories?.man) { const manDir = data.directories.man const cwd = path.resolve(pkg.path, manDir) - const files = await glob('**/*.[0-9]', { cwd }) + const files = await lazyLoadGlob()('**/*.[0-9]', { cwd }) data.man = files.map(man => path.relative(pkg.path, path.join(cwd, man)).split(path.sep).join('/') ) @@ -319,7 +341,7 @@ const normalize = async (pkg, { strict, steps, root, changes, allowLegacyCase }) // expand "directories.bin" if (steps.includes('binDir') && data.directories?.bin && !data.bin) { const binsDir = path.resolve(pkg.path, path.join('.', path.join('/', data.directories.bin))) - const bins = await glob('**', { cwd: binsDir }) + const bins = await lazyLoadGlob()('**', { cwd: binsDir }) data.bin = bins.reduce((acc, binFile) => { if (binFile && !binFile.startsWith('.')) { const binName = path.basename(binFile) @@ -333,6 +355,7 @@ const normalize = async (pkg, { strict, steps, root, changes, allowLegacyCase }) // populate "gitHead" attribute if (steps.includes('gitHead') && !data.gitHead) { + const git = require('@npmcli/git') const gitRoot = await git.find({ cwd: pkg.path, root }) let head if (gitRoot) { @@ -446,7 +469,7 @@ const normalize = async (pkg, { strict, steps, root, changes, allowLegacyCase }) } } if (data.repository.url) { - const hosted = hostedGitInfo.fromUrl(data.repository.url) + const hosted = lazyHostedGitInfo().fromUrl(data.repository.url) let r if (hosted) { if (hosted.getDefaultRepresentation() === 'shortcut') { @@ -506,7 +529,7 @@ const normalize = async (pkg, { strict, steps, root, changes, allowLegacyCase }) changes?.push(`Removed invalid "${deps}.${d}"`) delete data[deps][d] } - const hosted = hostedGitInfo.fromUrl(data[deps][d])?.toString() + const hosted = lazyHostedGitInfo().fromUrl(data[deps][d])?.toString() if (hosted && hosted !== data[deps][d]) { changes?.push(`Normalized git reference to "${deps}.${d}"`) data[deps][d] = hosted.toString() @@ -518,6 +541,8 @@ const normalize = async (pkg, { strict, steps, root, changes, allowLegacyCase }) } if (steps.includes('normalizeData')) { + const legacyFixer = require('normalize-package-data/lib/fixer.js') + const legacyMakeWarning = require('normalize-package-data/lib/make_warning.js') legacyFixer.warn = function () { changes?.push(legacyMakeWarning.apply(null, arguments)) } diff --git a/sdk/nodejs/node_modules/@npmcli/package-json/package.json b/sdk/nodejs/node_modules/@npmcli/package-json/package.json index ab320e86..4f7a29d2 100644 --- a/sdk/nodejs/node_modules/@npmcli/package-json/package.json +++ b/sdk/nodejs/node_modules/@npmcli/package-json/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/package-json", - "version": "5.0.0", + "version": "5.0.2", "description": "Programmatic API to update package.json", "main": "lib/index.js", "files": [ @@ -10,7 +10,7 @@ "scripts": { "snap": "tap", "test": "tap", - "lint": "eslint \"**/*.js\"", + "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", "lintfix": "npm run lint -- --fix", "posttest": "npm run lint", "postsnap": "npm run lintfix --", @@ -25,8 +25,8 @@ "license": "ISC", "devDependencies": { "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.18.0", - "read-package-json": "^6.0.4", + "@npmcli/template-oss": "4.21.3", + "read-package-json": "^7.0.0", "read-package-json-fast": "^3.0.2", "tap": "^16.0.1" }, @@ -48,14 +48,8 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.18.0", - "publish": "true", - "ciVersions": [ - "16.14.0", - "16.x", - "18.0.0", - "18.x" - ] + "version": "4.21.3", + "publish": "true" }, "tap": { "nyc-arg": [ diff --git a/sdk/nodejs/node_modules/@types/cacheable-request/node_modules/@types/node/README.md b/sdk/nodejs/node_modules/@types/cacheable-request/node_modules/@types/node/README.md index 90e83aa9..a9680f70 100644 --- a/sdk/nodejs/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +++ b/sdk/nodejs/node_modules/@types/cacheable-request/node_modules/@types/node/README.md @@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/). Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node. ### Additional Details - * Last updated: Wed, 03 Apr 2024 22:06:52 GMT + * Last updated: Tue, 09 Apr 2024 21:07:24 GMT * Dependencies: [undici-types](https://npmjs.com/package/undici-types) # Credits diff --git a/sdk/nodejs/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts b/sdk/nodejs/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts index cd821433..450b3216 100644 --- a/sdk/nodejs/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +++ b/sdk/nodejs/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts @@ -959,6 +959,53 @@ declare module "assert" { * @since v13.6.0, v12.16.0 */ function doesNotMatch(value: string, regExp: RegExp, message?: string | Error): void; + /** + * In strict assertion mode, non-strict methods behave like their corresponding strict methods. For example, + * {@link deepEqual} will behave like {@link deepStrictEqual}. + * + * In strict assertion mode, error messages for objects display a diff. In legacy assertion mode, error + * messages for objects display the objects, often truncated. + * + * To use strict assertion mode: + * + * ```js + * import { strict as assert } from 'node:assert';COPY + * import assert from 'node:assert/strict'; + * ``` + * + * Example error diff: + * + * ```js + * import { strict as assert } from 'node:assert'; + * + * assert.deepEqual([[[1, 2, 3]], 4, 5], [[[1, 2, '3']], 4, 5]); + * // AssertionError: Expected inputs to be strictly deep-equal: + * // + actual - expected ... Lines skipped + * // + * // [ + * // [ + * // ... + * // 2, + * // + 3 + * // - '3' + * // ], + * // ... + * // 5 + * // ] + * ``` + * + * To deactivate the colors, use the `NO_COLOR` or `NODE_DISABLE_COLORS` environment variables. This will also + * deactivate the colors in the REPL. For more on color support in terminal environments, read the tty + * `getColorDepth()` documentation. + * + * @since v15.0.0, v13.9.0, v12.16.2, v9.9.0 + */ + namespace strict { + type AssertionError = assert.AssertionError; + type AssertPredicate = assert.AssertPredicate; + type CallTrackerCall = assert.CallTrackerCall; + type CallTrackerReportInformation = assert.CallTrackerReportInformation; + } const strict: & Omit< typeof assert, diff --git a/sdk/nodejs/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts b/sdk/nodejs/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts index bcc34504..3d6a7d03 100644 --- a/sdk/nodejs/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +++ b/sdk/nodejs/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts @@ -4,12 +4,13 @@ * * The module exports two specific components: * - * * A `Console` class with methods such as `console.log()`, `console.error()`, and`console.warn()` that can be used to write to any Node.js stream. - * * A global `console` instance configured to write to `process.stdout` and `process.stderr`. The global `console` can be used without calling`require('node:console')`. + * * A `Console` class with methods such as `console.log()`, `console.error()`, and `console.warn()` that can be used to write to any Node.js stream. + * * A global `console` instance configured to write to [`process.stdout`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstdout) and + * [`process.stderr`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstderr). The global `console` can be used without calling `require('node:console')`. * * _**Warning**_: The global console object's methods are neither consistently * synchronous like the browser APIs they resemble, nor are they consistently - * asynchronous like all other Node.js streams. See the `note on process I/O` for + * asynchronous like all other Node.js streams. See the [`note on process I/O`](https://nodejs.org/docs/latest-v20.x/api/process.html#a-note-on-process-io) for * more information. * * Example using the global `console`: @@ -53,7 +54,7 @@ * myConsole.warn(`Danger ${name}! Danger!`); * // Prints: Danger Will Robinson! Danger!, to err * ``` - * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/console.js) + * @see [source](https://github.com/nodejs/node/blob/v20.12.1/lib/console.js) */ declare module "console" { import console = require("node:console"); @@ -68,7 +69,8 @@ declare module "node:console" { /** * `console.assert()` writes a message if `value` is [falsy](https://developer.mozilla.org/en-US/docs/Glossary/Falsy) or omitted. It only * writes a message and does not otherwise affect execution. The output always - * starts with `"Assertion failed"`. If provided, `message` is formatted using `util.format()`. + * starts with `"Assertion failed"`. If provided, `message` is formatted using + * [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args). * * If `value` is [truthy](https://developer.mozilla.org/en-US/docs/Glossary/Truthy), nothing happens. * @@ -91,7 +93,7 @@ declare module "node:console" { * TTY. When `stdout` is not a TTY, this method does nothing. * * The specific operation of `console.clear()` can vary across operating systems - * and terminal types. For most Linux operating systems, `console.clear()`operates similarly to the `clear` shell command. On Windows, `console.clear()`will clear only the output in the + * and terminal types. For most Linux operating systems, `console.clear()` operates similarly to the `clear` shell command. On Windows, `console.clear()` will clear only the output in the * current terminal viewport for the Node.js * binary. * @since v8.3.0 @@ -150,7 +152,7 @@ declare module "node:console" { */ debug(message?: any, ...optionalParams: any[]): void; /** - * Uses `util.inspect()` on `obj` and prints the resulting string to `stdout`. + * Uses [`util.inspect()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilinspectobject-options) on `obj` and prints the resulting string to `stdout`. * This function bypasses any custom `inspect()` function defined on `obj`. * @since v0.1.101 */ @@ -164,7 +166,8 @@ declare module "node:console" { /** * Prints to `stderr` with newline. Multiple arguments can be passed, with the * first used as the primary message and all additional used as substitution - * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) (the arguments are all passed to `util.format()`). + * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) + * (the arguments are all passed to [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args)). * * ```js * const code = 5; @@ -174,13 +177,15 @@ declare module "node:console" { * // Prints: error 5, to stderr * ``` * - * If formatting elements (e.g. `%d`) are not found in the first string then `util.inspect()` is called on each argument and the resulting string - * values are concatenated. See `util.format()` for more information. + * If formatting elements (e.g. `%d`) are not found in the first string then + * [`util.inspect()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilinspectobject-options) is called on each argument and the + * resulting string values are concatenated. See [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args) + * for more information. * @since v0.1.100 */ error(message?: any, ...optionalParams: any[]): void; /** - * Increases indentation of subsequent lines by spaces for `groupIndentation`length. + * Increases indentation of subsequent lines by spaces for `groupIndentation` length. * * If one or more `label`s are provided, those are printed first without the * additional indentation. @@ -193,7 +198,7 @@ declare module "node:console" { */ groupCollapsed(...label: any[]): void; /** - * Decreases indentation of subsequent lines by spaces for `groupIndentation`length. + * Decreases indentation of subsequent lines by spaces for `groupIndentation` length. * @since v8.5.0 */ groupEnd(): void; @@ -205,7 +210,8 @@ declare module "node:console" { /** * Prints to `stdout` with newline. Multiple arguments can be passed, with the * first used as the primary message and all additional used as substitution - * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) (the arguments are all passed to `util.format()`). + * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) + * (the arguments are all passed to [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args)). * * ```js * const count = 5; @@ -215,12 +221,12 @@ declare module "node:console" { * // Prints: count: 5, to stdout * ``` * - * See `util.format()` for more information. + * See [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args) for more information. * @since v0.1.100 */ log(message?: any, ...optionalParams: any[]): void; /** - * Try to construct a table with the columns of the properties of `tabularData`(or use `properties`) and rows of `tabularData` and log it. Falls back to just + * Try to construct a table with the columns of the properties of `tabularData` (or use `properties`) and rows of `tabularData` and log it. Falls back to just * logging the argument if it can't be parsed as tabular. * * ```js @@ -291,7 +297,8 @@ declare module "node:console" { */ timeLog(label?: string, ...data: any[]): void; /** - * Prints to `stderr` the string `'Trace: '`, followed by the `util.format()` formatted message and stack trace to the current position in the code. + * Prints to `stderr` the string `'Trace: '`, followed by the [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args) + * formatted message and stack trace to the current position in the code. * * ```js * console.trace('Show me'); @@ -318,18 +325,32 @@ declare module "node:console" { warn(message?: any, ...optionalParams: any[]): void; // --- Inspector mode only --- /** - * This method does not display anything unless used in the inspector. - * Starts a JavaScript CPU profile with an optional label. + * This method does not display anything unless used in the inspector. The `console.profile()` + * method starts a JavaScript CPU profile with an optional label until {@link profileEnd} + * is called. The profile is then added to the Profile panel of the inspector. + * + * ```js + * console.profile('MyLabel'); + * // Some code + * console.profileEnd('MyLabel'); + * // Adds the profile 'MyLabel' to the Profiles panel of the inspector. + * ``` + * @since v8.0.0 */ profile(label?: string): void; /** - * This method does not display anything unless used in the inspector. - * Stops the current JavaScript CPU profiling session if one has been started and prints the report to the Profiles panel of the inspector. + * This method does not display anything unless used in the inspector. Stops the current + * JavaScript CPU profiling session if one has been started and prints the report to the + * Profiles panel of the inspector. See {@link profile} for an example. + * + * If this method is called without a label, the most recently started profile is stopped. + * @since v8.0.0 */ profileEnd(label?: string): void; /** - * This method does not display anything unless used in the inspector. - * Adds an event with the label `label` to the Timeline panel of the inspector. + * This method does not display anything unless used in the inspector. The `console.timeStamp()` + * method adds an event with the label `'label'` to the Timeline panel of the inspector. + * @since v8.0.0 */ timeStamp(label?: string): void; } @@ -339,12 +360,13 @@ declare module "node:console" { * * The module exports two specific components: * - * * A `Console` class with methods such as `console.log()`, `console.error()` and`console.warn()` that can be used to write to any Node.js stream. - * * A global `console` instance configured to write to `process.stdout` and `process.stderr`. The global `console` can be used without calling`require('console')`. + * * A `Console` class with methods such as `console.log()`, `console.error()` and `console.warn()` that can be used to write to any Node.js stream. + * * A global `console` instance configured to write to [`process.stdout`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstdout) and + * [`process.stderr`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstderr). The global `console` can be used without calling `require('console')`. * * _**Warning**_: The global console object's methods are neither consistently * synchronous like the browser APIs they resemble, nor are they consistently - * asynchronous like all other Node.js streams. See the `note on process I/O` for + * asynchronous like all other Node.js streams. See the [`note on process I/O`](https://nodejs.org/docs/latest-v20.x/api/process.html#a-note-on-process-io) for * more information. * * Example using the global `console`: @@ -388,17 +410,32 @@ declare module "node:console" { * myConsole.warn(`Danger ${name}! Danger!`); * // Prints: Danger Will Robinson! Danger!, to err * ``` - * @see [source](https://github.com/nodejs/node/blob/v16.4.2/lib/console.js) + * @see [source](https://github.com/nodejs/node/blob/v20.11.1/lib/console.js) */ namespace console { interface ConsoleConstructorOptions { stdout: NodeJS.WritableStream; stderr?: NodeJS.WritableStream | undefined; + /** + * Ignore errors when writing to the underlying streams. + * @default true + */ ignoreErrors?: boolean | undefined; + /** + * Set color support for this `Console` instance. Setting to true enables coloring while inspecting + * values. Setting to `false` disables coloring while inspecting values. Setting to `'auto'` makes color + * support depend on the value of the `isTTY` property and the value returned by `getColorDepth()` on the + * respective stream. This option can not be used, if `inspectOptions.colors` is set as well. + * @default auto + */ colorMode?: boolean | "auto" | undefined; + /** + * Specifies options that are passed along to + * [`util.inspect()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilinspectobject-options). + */ inspectOptions?: InspectOptions | undefined; /** - * Set group indentation + * Set group indentation. * @default 2 */ groupIndentation?: number | undefined; diff --git a/sdk/nodejs/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts b/sdk/nodejs/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts index c3b3e8ec..022b7fd5 100644 --- a/sdk/nodejs/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +++ b/sdk/nodejs/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts @@ -2094,7 +2094,13 @@ declare module "http2" { const HTTP2_HEADER_ACCEPT_LANGUAGE: string; const HTTP2_HEADER_ACCEPT_RANGES: string; const HTTP2_HEADER_ACCEPT: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_CREDENTIALS: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_HEADERS: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_METHODS: string; const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN: string; + const HTTP2_HEADER_ACCESS_CONTROL_EXPOSE_HEADERS: string; + const HTTP2_HEADER_ACCESS_CONTROL_REQUEST_HEADERS: string; + const HTTP2_HEADER_ACCESS_CONTROL_REQUEST_METHOD: string; const HTTP2_HEADER_AGE: string; const HTTP2_HEADER_ALLOW: string; const HTTP2_HEADER_AUTHORIZATION: string; diff --git a/sdk/nodejs/node_modules/@types/cacheable-request/node_modules/@types/node/package.json b/sdk/nodejs/node_modules/@types/cacheable-request/node_modules/@types/node/package.json index 8bdfb77c..103dc161 100644 --- a/sdk/nodejs/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +++ b/sdk/nodejs/node_modules/@types/cacheable-request/node_modules/@types/node/package.json @@ -1,6 +1,6 @@ { "name": "@types/node", - "version": "20.12.4", + "version": "20.12.7", "description": "TypeScript definitions for node", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", "license": "MIT", @@ -212,6 +212,6 @@ "dependencies": { "undici-types": "~5.26.4" }, - "typesPublisherContentHash": "0160afba0d28c2ffccbfb3eac3550e70ff7051d4ce9c6d51d3d892ecf2b56165", + "typesPublisherContentHash": "257832cf20d61375d191770b6747feddc6c529ce9401986ddec96cc397099d0a", "typeScriptVersion": "4.7" } \ No newline at end of file diff --git a/sdk/nodejs/node_modules/@types/keyv/node_modules/@types/node/README.md b/sdk/nodejs/node_modules/@types/keyv/node_modules/@types/node/README.md index 90e83aa9..a9680f70 100644 --- a/sdk/nodejs/node_modules/@types/keyv/node_modules/@types/node/README.md +++ b/sdk/nodejs/node_modules/@types/keyv/node_modules/@types/node/README.md @@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/). Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node. ### Additional Details - * Last updated: Wed, 03 Apr 2024 22:06:52 GMT + * Last updated: Tue, 09 Apr 2024 21:07:24 GMT * Dependencies: [undici-types](https://npmjs.com/package/undici-types) # Credits diff --git a/sdk/nodejs/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts b/sdk/nodejs/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts index cd821433..450b3216 100644 --- a/sdk/nodejs/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +++ b/sdk/nodejs/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts @@ -959,6 +959,53 @@ declare module "assert" { * @since v13.6.0, v12.16.0 */ function doesNotMatch(value: string, regExp: RegExp, message?: string | Error): void; + /** + * In strict assertion mode, non-strict methods behave like their corresponding strict methods. For example, + * {@link deepEqual} will behave like {@link deepStrictEqual}. + * + * In strict assertion mode, error messages for objects display a diff. In legacy assertion mode, error + * messages for objects display the objects, often truncated. + * + * To use strict assertion mode: + * + * ```js + * import { strict as assert } from 'node:assert';COPY + * import assert from 'node:assert/strict'; + * ``` + * + * Example error diff: + * + * ```js + * import { strict as assert } from 'node:assert'; + * + * assert.deepEqual([[[1, 2, 3]], 4, 5], [[[1, 2, '3']], 4, 5]); + * // AssertionError: Expected inputs to be strictly deep-equal: + * // + actual - expected ... Lines skipped + * // + * // [ + * // [ + * // ... + * // 2, + * // + 3 + * // - '3' + * // ], + * // ... + * // 5 + * // ] + * ``` + * + * To deactivate the colors, use the `NO_COLOR` or `NODE_DISABLE_COLORS` environment variables. This will also + * deactivate the colors in the REPL. For more on color support in terminal environments, read the tty + * `getColorDepth()` documentation. + * + * @since v15.0.0, v13.9.0, v12.16.2, v9.9.0 + */ + namespace strict { + type AssertionError = assert.AssertionError; + type AssertPredicate = assert.AssertPredicate; + type CallTrackerCall = assert.CallTrackerCall; + type CallTrackerReportInformation = assert.CallTrackerReportInformation; + } const strict: & Omit< typeof assert, diff --git a/sdk/nodejs/node_modules/@types/keyv/node_modules/@types/node/console.d.ts b/sdk/nodejs/node_modules/@types/keyv/node_modules/@types/node/console.d.ts index bcc34504..3d6a7d03 100644 --- a/sdk/nodejs/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +++ b/sdk/nodejs/node_modules/@types/keyv/node_modules/@types/node/console.d.ts @@ -4,12 +4,13 @@ * * The module exports two specific components: * - * * A `Console` class with methods such as `console.log()`, `console.error()`, and`console.warn()` that can be used to write to any Node.js stream. - * * A global `console` instance configured to write to `process.stdout` and `process.stderr`. The global `console` can be used without calling`require('node:console')`. + * * A `Console` class with methods such as `console.log()`, `console.error()`, and `console.warn()` that can be used to write to any Node.js stream. + * * A global `console` instance configured to write to [`process.stdout`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstdout) and + * [`process.stderr`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstderr). The global `console` can be used without calling `require('node:console')`. * * _**Warning**_: The global console object's methods are neither consistently * synchronous like the browser APIs they resemble, nor are they consistently - * asynchronous like all other Node.js streams. See the `note on process I/O` for + * asynchronous like all other Node.js streams. See the [`note on process I/O`](https://nodejs.org/docs/latest-v20.x/api/process.html#a-note-on-process-io) for * more information. * * Example using the global `console`: @@ -53,7 +54,7 @@ * myConsole.warn(`Danger ${name}! Danger!`); * // Prints: Danger Will Robinson! Danger!, to err * ``` - * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/console.js) + * @see [source](https://github.com/nodejs/node/blob/v20.12.1/lib/console.js) */ declare module "console" { import console = require("node:console"); @@ -68,7 +69,8 @@ declare module "node:console" { /** * `console.assert()` writes a message if `value` is [falsy](https://developer.mozilla.org/en-US/docs/Glossary/Falsy) or omitted. It only * writes a message and does not otherwise affect execution. The output always - * starts with `"Assertion failed"`. If provided, `message` is formatted using `util.format()`. + * starts with `"Assertion failed"`. If provided, `message` is formatted using + * [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args). * * If `value` is [truthy](https://developer.mozilla.org/en-US/docs/Glossary/Truthy), nothing happens. * @@ -91,7 +93,7 @@ declare module "node:console" { * TTY. When `stdout` is not a TTY, this method does nothing. * * The specific operation of `console.clear()` can vary across operating systems - * and terminal types. For most Linux operating systems, `console.clear()`operates similarly to the `clear` shell command. On Windows, `console.clear()`will clear only the output in the + * and terminal types. For most Linux operating systems, `console.clear()` operates similarly to the `clear` shell command. On Windows, `console.clear()` will clear only the output in the * current terminal viewport for the Node.js * binary. * @since v8.3.0 @@ -150,7 +152,7 @@ declare module "node:console" { */ debug(message?: any, ...optionalParams: any[]): void; /** - * Uses `util.inspect()` on `obj` and prints the resulting string to `stdout`. + * Uses [`util.inspect()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilinspectobject-options) on `obj` and prints the resulting string to `stdout`. * This function bypasses any custom `inspect()` function defined on `obj`. * @since v0.1.101 */ @@ -164,7 +166,8 @@ declare module "node:console" { /** * Prints to `stderr` with newline. Multiple arguments can be passed, with the * first used as the primary message and all additional used as substitution - * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) (the arguments are all passed to `util.format()`). + * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) + * (the arguments are all passed to [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args)). * * ```js * const code = 5; @@ -174,13 +177,15 @@ declare module "node:console" { * // Prints: error 5, to stderr * ``` * - * If formatting elements (e.g. `%d`) are not found in the first string then `util.inspect()` is called on each argument and the resulting string - * values are concatenated. See `util.format()` for more information. + * If formatting elements (e.g. `%d`) are not found in the first string then + * [`util.inspect()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilinspectobject-options) is called on each argument and the + * resulting string values are concatenated. See [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args) + * for more information. * @since v0.1.100 */ error(message?: any, ...optionalParams: any[]): void; /** - * Increases indentation of subsequent lines by spaces for `groupIndentation`length. + * Increases indentation of subsequent lines by spaces for `groupIndentation` length. * * If one or more `label`s are provided, those are printed first without the * additional indentation. @@ -193,7 +198,7 @@ declare module "node:console" { */ groupCollapsed(...label: any[]): void; /** - * Decreases indentation of subsequent lines by spaces for `groupIndentation`length. + * Decreases indentation of subsequent lines by spaces for `groupIndentation` length. * @since v8.5.0 */ groupEnd(): void; @@ -205,7 +210,8 @@ declare module "node:console" { /** * Prints to `stdout` with newline. Multiple arguments can be passed, with the * first used as the primary message and all additional used as substitution - * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) (the arguments are all passed to `util.format()`). + * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) + * (the arguments are all passed to [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args)). * * ```js * const count = 5; @@ -215,12 +221,12 @@ declare module "node:console" { * // Prints: count: 5, to stdout * ``` * - * See `util.format()` for more information. + * See [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args) for more information. * @since v0.1.100 */ log(message?: any, ...optionalParams: any[]): void; /** - * Try to construct a table with the columns of the properties of `tabularData`(or use `properties`) and rows of `tabularData` and log it. Falls back to just + * Try to construct a table with the columns of the properties of `tabularData` (or use `properties`) and rows of `tabularData` and log it. Falls back to just * logging the argument if it can't be parsed as tabular. * * ```js @@ -291,7 +297,8 @@ declare module "node:console" { */ timeLog(label?: string, ...data: any[]): void; /** - * Prints to `stderr` the string `'Trace: '`, followed by the `util.format()` formatted message and stack trace to the current position in the code. + * Prints to `stderr` the string `'Trace: '`, followed by the [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args) + * formatted message and stack trace to the current position in the code. * * ```js * console.trace('Show me'); @@ -318,18 +325,32 @@ declare module "node:console" { warn(message?: any, ...optionalParams: any[]): void; // --- Inspector mode only --- /** - * This method does not display anything unless used in the inspector. - * Starts a JavaScript CPU profile with an optional label. + * This method does not display anything unless used in the inspector. The `console.profile()` + * method starts a JavaScript CPU profile with an optional label until {@link profileEnd} + * is called. The profile is then added to the Profile panel of the inspector. + * + * ```js + * console.profile('MyLabel'); + * // Some code + * console.profileEnd('MyLabel'); + * // Adds the profile 'MyLabel' to the Profiles panel of the inspector. + * ``` + * @since v8.0.0 */ profile(label?: string): void; /** - * This method does not display anything unless used in the inspector. - * Stops the current JavaScript CPU profiling session if one has been started and prints the report to the Profiles panel of the inspector. + * This method does not display anything unless used in the inspector. Stops the current + * JavaScript CPU profiling session if one has been started and prints the report to the + * Profiles panel of the inspector. See {@link profile} for an example. + * + * If this method is called without a label, the most recently started profile is stopped. + * @since v8.0.0 */ profileEnd(label?: string): void; /** - * This method does not display anything unless used in the inspector. - * Adds an event with the label `label` to the Timeline panel of the inspector. + * This method does not display anything unless used in the inspector. The `console.timeStamp()` + * method adds an event with the label `'label'` to the Timeline panel of the inspector. + * @since v8.0.0 */ timeStamp(label?: string): void; } @@ -339,12 +360,13 @@ declare module "node:console" { * * The module exports two specific components: * - * * A `Console` class with methods such as `console.log()`, `console.error()` and`console.warn()` that can be used to write to any Node.js stream. - * * A global `console` instance configured to write to `process.stdout` and `process.stderr`. The global `console` can be used without calling`require('console')`. + * * A `Console` class with methods such as `console.log()`, `console.error()` and `console.warn()` that can be used to write to any Node.js stream. + * * A global `console` instance configured to write to [`process.stdout`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstdout) and + * [`process.stderr`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstderr). The global `console` can be used without calling `require('console')`. * * _**Warning**_: The global console object's methods are neither consistently * synchronous like the browser APIs they resemble, nor are they consistently - * asynchronous like all other Node.js streams. See the `note on process I/O` for + * asynchronous like all other Node.js streams. See the [`note on process I/O`](https://nodejs.org/docs/latest-v20.x/api/process.html#a-note-on-process-io) for * more information. * * Example using the global `console`: @@ -388,17 +410,32 @@ declare module "node:console" { * myConsole.warn(`Danger ${name}! Danger!`); * // Prints: Danger Will Robinson! Danger!, to err * ``` - * @see [source](https://github.com/nodejs/node/blob/v16.4.2/lib/console.js) + * @see [source](https://github.com/nodejs/node/blob/v20.11.1/lib/console.js) */ namespace console { interface ConsoleConstructorOptions { stdout: NodeJS.WritableStream; stderr?: NodeJS.WritableStream | undefined; + /** + * Ignore errors when writing to the underlying streams. + * @default true + */ ignoreErrors?: boolean | undefined; + /** + * Set color support for this `Console` instance. Setting to true enables coloring while inspecting + * values. Setting to `false` disables coloring while inspecting values. Setting to `'auto'` makes color + * support depend on the value of the `isTTY` property and the value returned by `getColorDepth()` on the + * respective stream. This option can not be used, if `inspectOptions.colors` is set as well. + * @default auto + */ colorMode?: boolean | "auto" | undefined; + /** + * Specifies options that are passed along to + * [`util.inspect()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilinspectobject-options). + */ inspectOptions?: InspectOptions | undefined; /** - * Set group indentation + * Set group indentation. * @default 2 */ groupIndentation?: number | undefined; diff --git a/sdk/nodejs/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts b/sdk/nodejs/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts index c3b3e8ec..022b7fd5 100644 --- a/sdk/nodejs/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +++ b/sdk/nodejs/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts @@ -2094,7 +2094,13 @@ declare module "http2" { const HTTP2_HEADER_ACCEPT_LANGUAGE: string; const HTTP2_HEADER_ACCEPT_RANGES: string; const HTTP2_HEADER_ACCEPT: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_CREDENTIALS: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_HEADERS: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_METHODS: string; const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN: string; + const HTTP2_HEADER_ACCESS_CONTROL_EXPOSE_HEADERS: string; + const HTTP2_HEADER_ACCESS_CONTROL_REQUEST_HEADERS: string; + const HTTP2_HEADER_ACCESS_CONTROL_REQUEST_METHOD: string; const HTTP2_HEADER_AGE: string; const HTTP2_HEADER_ALLOW: string; const HTTP2_HEADER_AUTHORIZATION: string; diff --git a/sdk/nodejs/node_modules/@types/keyv/node_modules/@types/node/package.json b/sdk/nodejs/node_modules/@types/keyv/node_modules/@types/node/package.json index 8bdfb77c..103dc161 100644 --- a/sdk/nodejs/node_modules/@types/keyv/node_modules/@types/node/package.json +++ b/sdk/nodejs/node_modules/@types/keyv/node_modules/@types/node/package.json @@ -1,6 +1,6 @@ { "name": "@types/node", - "version": "20.12.4", + "version": "20.12.7", "description": "TypeScript definitions for node", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", "license": "MIT", @@ -212,6 +212,6 @@ "dependencies": { "undici-types": "~5.26.4" }, - "typesPublisherContentHash": "0160afba0d28c2ffccbfb3eac3550e70ff7051d4ce9c6d51d3d892ecf2b56165", + "typesPublisherContentHash": "257832cf20d61375d191770b6747feddc6c529ce9401986ddec96cc397099d0a", "typeScriptVersion": "4.7" } \ No newline at end of file diff --git a/sdk/nodejs/node_modules/@types/responselike/node_modules/@types/node/README.md b/sdk/nodejs/node_modules/@types/responselike/node_modules/@types/node/README.md index 90e83aa9..a9680f70 100644 --- a/sdk/nodejs/node_modules/@types/responselike/node_modules/@types/node/README.md +++ b/sdk/nodejs/node_modules/@types/responselike/node_modules/@types/node/README.md @@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/). Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node. ### Additional Details - * Last updated: Wed, 03 Apr 2024 22:06:52 GMT + * Last updated: Tue, 09 Apr 2024 21:07:24 GMT * Dependencies: [undici-types](https://npmjs.com/package/undici-types) # Credits diff --git a/sdk/nodejs/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts b/sdk/nodejs/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts index cd821433..450b3216 100644 --- a/sdk/nodejs/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +++ b/sdk/nodejs/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts @@ -959,6 +959,53 @@ declare module "assert" { * @since v13.6.0, v12.16.0 */ function doesNotMatch(value: string, regExp: RegExp, message?: string | Error): void; + /** + * In strict assertion mode, non-strict methods behave like their corresponding strict methods. For example, + * {@link deepEqual} will behave like {@link deepStrictEqual}. + * + * In strict assertion mode, error messages for objects display a diff. In legacy assertion mode, error + * messages for objects display the objects, often truncated. + * + * To use strict assertion mode: + * + * ```js + * import { strict as assert } from 'node:assert';COPY + * import assert from 'node:assert/strict'; + * ``` + * + * Example error diff: + * + * ```js + * import { strict as assert } from 'node:assert'; + * + * assert.deepEqual([[[1, 2, 3]], 4, 5], [[[1, 2, '3']], 4, 5]); + * // AssertionError: Expected inputs to be strictly deep-equal: + * // + actual - expected ... Lines skipped + * // + * // [ + * // [ + * // ... + * // 2, + * // + 3 + * // - '3' + * // ], + * // ... + * // 5 + * // ] + * ``` + * + * To deactivate the colors, use the `NO_COLOR` or `NODE_DISABLE_COLORS` environment variables. This will also + * deactivate the colors in the REPL. For more on color support in terminal environments, read the tty + * `getColorDepth()` documentation. + * + * @since v15.0.0, v13.9.0, v12.16.2, v9.9.0 + */ + namespace strict { + type AssertionError = assert.AssertionError; + type AssertPredicate = assert.AssertPredicate; + type CallTrackerCall = assert.CallTrackerCall; + type CallTrackerReportInformation = assert.CallTrackerReportInformation; + } const strict: & Omit< typeof assert, diff --git a/sdk/nodejs/node_modules/@types/responselike/node_modules/@types/node/console.d.ts b/sdk/nodejs/node_modules/@types/responselike/node_modules/@types/node/console.d.ts index bcc34504..3d6a7d03 100644 --- a/sdk/nodejs/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +++ b/sdk/nodejs/node_modules/@types/responselike/node_modules/@types/node/console.d.ts @@ -4,12 +4,13 @@ * * The module exports two specific components: * - * * A `Console` class with methods such as `console.log()`, `console.error()`, and`console.warn()` that can be used to write to any Node.js stream. - * * A global `console` instance configured to write to `process.stdout` and `process.stderr`. The global `console` can be used without calling`require('node:console')`. + * * A `Console` class with methods such as `console.log()`, `console.error()`, and `console.warn()` that can be used to write to any Node.js stream. + * * A global `console` instance configured to write to [`process.stdout`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstdout) and + * [`process.stderr`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstderr). The global `console` can be used without calling `require('node:console')`. * * _**Warning**_: The global console object's methods are neither consistently * synchronous like the browser APIs they resemble, nor are they consistently - * asynchronous like all other Node.js streams. See the `note on process I/O` for + * asynchronous like all other Node.js streams. See the [`note on process I/O`](https://nodejs.org/docs/latest-v20.x/api/process.html#a-note-on-process-io) for * more information. * * Example using the global `console`: @@ -53,7 +54,7 @@ * myConsole.warn(`Danger ${name}! Danger!`); * // Prints: Danger Will Robinson! Danger!, to err * ``` - * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/console.js) + * @see [source](https://github.com/nodejs/node/blob/v20.12.1/lib/console.js) */ declare module "console" { import console = require("node:console"); @@ -68,7 +69,8 @@ declare module "node:console" { /** * `console.assert()` writes a message if `value` is [falsy](https://developer.mozilla.org/en-US/docs/Glossary/Falsy) or omitted. It only * writes a message and does not otherwise affect execution. The output always - * starts with `"Assertion failed"`. If provided, `message` is formatted using `util.format()`. + * starts with `"Assertion failed"`. If provided, `message` is formatted using + * [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args). * * If `value` is [truthy](https://developer.mozilla.org/en-US/docs/Glossary/Truthy), nothing happens. * @@ -91,7 +93,7 @@ declare module "node:console" { * TTY. When `stdout` is not a TTY, this method does nothing. * * The specific operation of `console.clear()` can vary across operating systems - * and terminal types. For most Linux operating systems, `console.clear()`operates similarly to the `clear` shell command. On Windows, `console.clear()`will clear only the output in the + * and terminal types. For most Linux operating systems, `console.clear()` operates similarly to the `clear` shell command. On Windows, `console.clear()` will clear only the output in the * current terminal viewport for the Node.js * binary. * @since v8.3.0 @@ -150,7 +152,7 @@ declare module "node:console" { */ debug(message?: any, ...optionalParams: any[]): void; /** - * Uses `util.inspect()` on `obj` and prints the resulting string to `stdout`. + * Uses [`util.inspect()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilinspectobject-options) on `obj` and prints the resulting string to `stdout`. * This function bypasses any custom `inspect()` function defined on `obj`. * @since v0.1.101 */ @@ -164,7 +166,8 @@ declare module "node:console" { /** * Prints to `stderr` with newline. Multiple arguments can be passed, with the * first used as the primary message and all additional used as substitution - * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) (the arguments are all passed to `util.format()`). + * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) + * (the arguments are all passed to [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args)). * * ```js * const code = 5; @@ -174,13 +177,15 @@ declare module "node:console" { * // Prints: error 5, to stderr * ``` * - * If formatting elements (e.g. `%d`) are not found in the first string then `util.inspect()` is called on each argument and the resulting string - * values are concatenated. See `util.format()` for more information. + * If formatting elements (e.g. `%d`) are not found in the first string then + * [`util.inspect()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilinspectobject-options) is called on each argument and the + * resulting string values are concatenated. See [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args) + * for more information. * @since v0.1.100 */ error(message?: any, ...optionalParams: any[]): void; /** - * Increases indentation of subsequent lines by spaces for `groupIndentation`length. + * Increases indentation of subsequent lines by spaces for `groupIndentation` length. * * If one or more `label`s are provided, those are printed first without the * additional indentation. @@ -193,7 +198,7 @@ declare module "node:console" { */ groupCollapsed(...label: any[]): void; /** - * Decreases indentation of subsequent lines by spaces for `groupIndentation`length. + * Decreases indentation of subsequent lines by spaces for `groupIndentation` length. * @since v8.5.0 */ groupEnd(): void; @@ -205,7 +210,8 @@ declare module "node:console" { /** * Prints to `stdout` with newline. Multiple arguments can be passed, with the * first used as the primary message and all additional used as substitution - * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) (the arguments are all passed to `util.format()`). + * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) + * (the arguments are all passed to [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args)). * * ```js * const count = 5; @@ -215,12 +221,12 @@ declare module "node:console" { * // Prints: count: 5, to stdout * ``` * - * See `util.format()` for more information. + * See [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args) for more information. * @since v0.1.100 */ log(message?: any, ...optionalParams: any[]): void; /** - * Try to construct a table with the columns of the properties of `tabularData`(or use `properties`) and rows of `tabularData` and log it. Falls back to just + * Try to construct a table with the columns of the properties of `tabularData` (or use `properties`) and rows of `tabularData` and log it. Falls back to just * logging the argument if it can't be parsed as tabular. * * ```js @@ -291,7 +297,8 @@ declare module "node:console" { */ timeLog(label?: string, ...data: any[]): void; /** - * Prints to `stderr` the string `'Trace: '`, followed by the `util.format()` formatted message and stack trace to the current position in the code. + * Prints to `stderr` the string `'Trace: '`, followed by the [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args) + * formatted message and stack trace to the current position in the code. * * ```js * console.trace('Show me'); @@ -318,18 +325,32 @@ declare module "node:console" { warn(message?: any, ...optionalParams: any[]): void; // --- Inspector mode only --- /** - * This method does not display anything unless used in the inspector. - * Starts a JavaScript CPU profile with an optional label. + * This method does not display anything unless used in the inspector. The `console.profile()` + * method starts a JavaScript CPU profile with an optional label until {@link profileEnd} + * is called. The profile is then added to the Profile panel of the inspector. + * + * ```js + * console.profile('MyLabel'); + * // Some code + * console.profileEnd('MyLabel'); + * // Adds the profile 'MyLabel' to the Profiles panel of the inspector. + * ``` + * @since v8.0.0 */ profile(label?: string): void; /** - * This method does not display anything unless used in the inspector. - * Stops the current JavaScript CPU profiling session if one has been started and prints the report to the Profiles panel of the inspector. + * This method does not display anything unless used in the inspector. Stops the current + * JavaScript CPU profiling session if one has been started and prints the report to the + * Profiles panel of the inspector. See {@link profile} for an example. + * + * If this method is called without a label, the most recently started profile is stopped. + * @since v8.0.0 */ profileEnd(label?: string): void; /** - * This method does not display anything unless used in the inspector. - * Adds an event with the label `label` to the Timeline panel of the inspector. + * This method does not display anything unless used in the inspector. The `console.timeStamp()` + * method adds an event with the label `'label'` to the Timeline panel of the inspector. + * @since v8.0.0 */ timeStamp(label?: string): void; } @@ -339,12 +360,13 @@ declare module "node:console" { * * The module exports two specific components: * - * * A `Console` class with methods such as `console.log()`, `console.error()` and`console.warn()` that can be used to write to any Node.js stream. - * * A global `console` instance configured to write to `process.stdout` and `process.stderr`. The global `console` can be used without calling`require('console')`. + * * A `Console` class with methods such as `console.log()`, `console.error()` and `console.warn()` that can be used to write to any Node.js stream. + * * A global `console` instance configured to write to [`process.stdout`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstdout) and + * [`process.stderr`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstderr). The global `console` can be used without calling `require('console')`. * * _**Warning**_: The global console object's methods are neither consistently * synchronous like the browser APIs they resemble, nor are they consistently - * asynchronous like all other Node.js streams. See the `note on process I/O` for + * asynchronous like all other Node.js streams. See the [`note on process I/O`](https://nodejs.org/docs/latest-v20.x/api/process.html#a-note-on-process-io) for * more information. * * Example using the global `console`: @@ -388,17 +410,32 @@ declare module "node:console" { * myConsole.warn(`Danger ${name}! Danger!`); * // Prints: Danger Will Robinson! Danger!, to err * ``` - * @see [source](https://github.com/nodejs/node/blob/v16.4.2/lib/console.js) + * @see [source](https://github.com/nodejs/node/blob/v20.11.1/lib/console.js) */ namespace console { interface ConsoleConstructorOptions { stdout: NodeJS.WritableStream; stderr?: NodeJS.WritableStream | undefined; + /** + * Ignore errors when writing to the underlying streams. + * @default true + */ ignoreErrors?: boolean | undefined; + /** + * Set color support for this `Console` instance. Setting to true enables coloring while inspecting + * values. Setting to `false` disables coloring while inspecting values. Setting to `'auto'` makes color + * support depend on the value of the `isTTY` property and the value returned by `getColorDepth()` on the + * respective stream. This option can not be used, if `inspectOptions.colors` is set as well. + * @default auto + */ colorMode?: boolean | "auto" | undefined; + /** + * Specifies options that are passed along to + * [`util.inspect()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilinspectobject-options). + */ inspectOptions?: InspectOptions | undefined; /** - * Set group indentation + * Set group indentation. * @default 2 */ groupIndentation?: number | undefined; diff --git a/sdk/nodejs/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts b/sdk/nodejs/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts index c3b3e8ec..022b7fd5 100644 --- a/sdk/nodejs/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +++ b/sdk/nodejs/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts @@ -2094,7 +2094,13 @@ declare module "http2" { const HTTP2_HEADER_ACCEPT_LANGUAGE: string; const HTTP2_HEADER_ACCEPT_RANGES: string; const HTTP2_HEADER_ACCEPT: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_CREDENTIALS: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_HEADERS: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_METHODS: string; const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN: string; + const HTTP2_HEADER_ACCESS_CONTROL_EXPOSE_HEADERS: string; + const HTTP2_HEADER_ACCESS_CONTROL_REQUEST_HEADERS: string; + const HTTP2_HEADER_ACCESS_CONTROL_REQUEST_METHOD: string; const HTTP2_HEADER_AGE: string; const HTTP2_HEADER_ALLOW: string; const HTTP2_HEADER_AUTHORIZATION: string; diff --git a/sdk/nodejs/node_modules/@types/responselike/node_modules/@types/node/package.json b/sdk/nodejs/node_modules/@types/responselike/node_modules/@types/node/package.json index 8bdfb77c..103dc161 100644 --- a/sdk/nodejs/node_modules/@types/responselike/node_modules/@types/node/package.json +++ b/sdk/nodejs/node_modules/@types/responselike/node_modules/@types/node/package.json @@ -1,6 +1,6 @@ { "name": "@types/node", - "version": "20.12.4", + "version": "20.12.7", "description": "TypeScript definitions for node", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", "license": "MIT", @@ -212,6 +212,6 @@ "dependencies": { "undici-types": "~5.26.4" }, - "typesPublisherContentHash": "0160afba0d28c2ffccbfb3eac3550e70ff7051d4ce9c6d51d3d892ecf2b56165", + "typesPublisherContentHash": "257832cf20d61375d191770b6747feddc6c529ce9401986ddec96cc397099d0a", "typeScriptVersion": "4.7" } \ No newline at end of file diff --git a/sdk/nodejs/node_modules/builtins/index.js b/sdk/nodejs/node_modules/builtins/index.js index b7152784..01d23876 100644 --- a/sdk/nodejs/node_modules/builtins/index.js +++ b/sdk/nodejs/node_modules/builtins/index.js @@ -1,6 +1,6 @@ 'use strict' -const semver = require('semver') +const satisfies = require('semver/functions/satisfies') const permanentModules = [ 'assert', @@ -60,7 +60,7 @@ module.exports = ({ version = process.version, experimental = false } = {}) => { const builtins = [...permanentModules] for (const [name, semverRange] of Object.entries(versionLockedModules)) { - if (version === '*' || semver.satisfies(version, semverRange)) { + if (version === '*' || satisfies(version, semverRange)) { builtins.push(name) } } @@ -69,7 +69,7 @@ module.exports = ({ version = process.version, experimental = false } = {}) => { for (const [name, semverRange] of Object.entries(experimentalModules)) { if ( !builtins.includes(name) && - (version === '*' || semver.satisfies(version, semverRange)) + (version === '*' || satisfies(version, semverRange)) ) { builtins.push(name) } diff --git a/sdk/nodejs/node_modules/builtins/package.json b/sdk/nodejs/node_modules/builtins/package.json index 1c43660c..d37e02e0 100644 --- a/sdk/nodejs/node_modules/builtins/package.json +++ b/sdk/nodejs/node_modules/builtins/package.json @@ -1,20 +1,19 @@ { "name": "builtins", - "version": "5.0.1", + "version": "5.1.0", "description": "List of node.js builtin modules", "repository": "juliangruber/builtins", "license": "MIT", "main": "index.js", "files": [], "scripts": { - "test": "prettier-standard && standard && node-core-test" + "test": "standard --fix && node--test" }, "dependencies": { "semver": "^7.0.0" }, "devDependencies": { - "node-core-test": "^1.4.0", - "prettier-standard": "^15.0.1", - "standard": "^14.3.4" + "standard": "^17.0.0", + "test": "^3.0.0" } } diff --git a/sdk/nodejs/node_modules/protobufjs/node_modules/@types/node/README.md b/sdk/nodejs/node_modules/protobufjs/node_modules/@types/node/README.md index 90e83aa9..a9680f70 100644 --- a/sdk/nodejs/node_modules/protobufjs/node_modules/@types/node/README.md +++ b/sdk/nodejs/node_modules/protobufjs/node_modules/@types/node/README.md @@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/). Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node. ### Additional Details - * Last updated: Wed, 03 Apr 2024 22:06:52 GMT + * Last updated: Tue, 09 Apr 2024 21:07:24 GMT * Dependencies: [undici-types](https://npmjs.com/package/undici-types) # Credits diff --git a/sdk/nodejs/node_modules/protobufjs/node_modules/@types/node/assert.d.ts b/sdk/nodejs/node_modules/protobufjs/node_modules/@types/node/assert.d.ts index cd821433..450b3216 100644 --- a/sdk/nodejs/node_modules/protobufjs/node_modules/@types/node/assert.d.ts +++ b/sdk/nodejs/node_modules/protobufjs/node_modules/@types/node/assert.d.ts @@ -959,6 +959,53 @@ declare module "assert" { * @since v13.6.0, v12.16.0 */ function doesNotMatch(value: string, regExp: RegExp, message?: string | Error): void; + /** + * In strict assertion mode, non-strict methods behave like their corresponding strict methods. For example, + * {@link deepEqual} will behave like {@link deepStrictEqual}. + * + * In strict assertion mode, error messages for objects display a diff. In legacy assertion mode, error + * messages for objects display the objects, often truncated. + * + * To use strict assertion mode: + * + * ```js + * import { strict as assert } from 'node:assert';COPY + * import assert from 'node:assert/strict'; + * ``` + * + * Example error diff: + * + * ```js + * import { strict as assert } from 'node:assert'; + * + * assert.deepEqual([[[1, 2, 3]], 4, 5], [[[1, 2, '3']], 4, 5]); + * // AssertionError: Expected inputs to be strictly deep-equal: + * // + actual - expected ... Lines skipped + * // + * // [ + * // [ + * // ... + * // 2, + * // + 3 + * // - '3' + * // ], + * // ... + * // 5 + * // ] + * ``` + * + * To deactivate the colors, use the `NO_COLOR` or `NODE_DISABLE_COLORS` environment variables. This will also + * deactivate the colors in the REPL. For more on color support in terminal environments, read the tty + * `getColorDepth()` documentation. + * + * @since v15.0.0, v13.9.0, v12.16.2, v9.9.0 + */ + namespace strict { + type AssertionError = assert.AssertionError; + type AssertPredicate = assert.AssertPredicate; + type CallTrackerCall = assert.CallTrackerCall; + type CallTrackerReportInformation = assert.CallTrackerReportInformation; + } const strict: & Omit< typeof assert, diff --git a/sdk/nodejs/node_modules/protobufjs/node_modules/@types/node/console.d.ts b/sdk/nodejs/node_modules/protobufjs/node_modules/@types/node/console.d.ts index bcc34504..3d6a7d03 100644 --- a/sdk/nodejs/node_modules/protobufjs/node_modules/@types/node/console.d.ts +++ b/sdk/nodejs/node_modules/protobufjs/node_modules/@types/node/console.d.ts @@ -4,12 +4,13 @@ * * The module exports two specific components: * - * * A `Console` class with methods such as `console.log()`, `console.error()`, and`console.warn()` that can be used to write to any Node.js stream. - * * A global `console` instance configured to write to `process.stdout` and `process.stderr`. The global `console` can be used without calling`require('node:console')`. + * * A `Console` class with methods such as `console.log()`, `console.error()`, and `console.warn()` that can be used to write to any Node.js stream. + * * A global `console` instance configured to write to [`process.stdout`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstdout) and + * [`process.stderr`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstderr). The global `console` can be used without calling `require('node:console')`. * * _**Warning**_: The global console object's methods are neither consistently * synchronous like the browser APIs they resemble, nor are they consistently - * asynchronous like all other Node.js streams. See the `note on process I/O` for + * asynchronous like all other Node.js streams. See the [`note on process I/O`](https://nodejs.org/docs/latest-v20.x/api/process.html#a-note-on-process-io) for * more information. * * Example using the global `console`: @@ -53,7 +54,7 @@ * myConsole.warn(`Danger ${name}! Danger!`); * // Prints: Danger Will Robinson! Danger!, to err * ``` - * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/console.js) + * @see [source](https://github.com/nodejs/node/blob/v20.12.1/lib/console.js) */ declare module "console" { import console = require("node:console"); @@ -68,7 +69,8 @@ declare module "node:console" { /** * `console.assert()` writes a message if `value` is [falsy](https://developer.mozilla.org/en-US/docs/Glossary/Falsy) or omitted. It only * writes a message and does not otherwise affect execution. The output always - * starts with `"Assertion failed"`. If provided, `message` is formatted using `util.format()`. + * starts with `"Assertion failed"`. If provided, `message` is formatted using + * [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args). * * If `value` is [truthy](https://developer.mozilla.org/en-US/docs/Glossary/Truthy), nothing happens. * @@ -91,7 +93,7 @@ declare module "node:console" { * TTY. When `stdout` is not a TTY, this method does nothing. * * The specific operation of `console.clear()` can vary across operating systems - * and terminal types. For most Linux operating systems, `console.clear()`operates similarly to the `clear` shell command. On Windows, `console.clear()`will clear only the output in the + * and terminal types. For most Linux operating systems, `console.clear()` operates similarly to the `clear` shell command. On Windows, `console.clear()` will clear only the output in the * current terminal viewport for the Node.js * binary. * @since v8.3.0 @@ -150,7 +152,7 @@ declare module "node:console" { */ debug(message?: any, ...optionalParams: any[]): void; /** - * Uses `util.inspect()` on `obj` and prints the resulting string to `stdout`. + * Uses [`util.inspect()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilinspectobject-options) on `obj` and prints the resulting string to `stdout`. * This function bypasses any custom `inspect()` function defined on `obj`. * @since v0.1.101 */ @@ -164,7 +166,8 @@ declare module "node:console" { /** * Prints to `stderr` with newline. Multiple arguments can be passed, with the * first used as the primary message and all additional used as substitution - * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) (the arguments are all passed to `util.format()`). + * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) + * (the arguments are all passed to [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args)). * * ```js * const code = 5; @@ -174,13 +177,15 @@ declare module "node:console" { * // Prints: error 5, to stderr * ``` * - * If formatting elements (e.g. `%d`) are not found in the first string then `util.inspect()` is called on each argument and the resulting string - * values are concatenated. See `util.format()` for more information. + * If formatting elements (e.g. `%d`) are not found in the first string then + * [`util.inspect()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilinspectobject-options) is called on each argument and the + * resulting string values are concatenated. See [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args) + * for more information. * @since v0.1.100 */ error(message?: any, ...optionalParams: any[]): void; /** - * Increases indentation of subsequent lines by spaces for `groupIndentation`length. + * Increases indentation of subsequent lines by spaces for `groupIndentation` length. * * If one or more `label`s are provided, those are printed first without the * additional indentation. @@ -193,7 +198,7 @@ declare module "node:console" { */ groupCollapsed(...label: any[]): void; /** - * Decreases indentation of subsequent lines by spaces for `groupIndentation`length. + * Decreases indentation of subsequent lines by spaces for `groupIndentation` length. * @since v8.5.0 */ groupEnd(): void; @@ -205,7 +210,8 @@ declare module "node:console" { /** * Prints to `stdout` with newline. Multiple arguments can be passed, with the * first used as the primary message and all additional used as substitution - * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) (the arguments are all passed to `util.format()`). + * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) + * (the arguments are all passed to [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args)). * * ```js * const count = 5; @@ -215,12 +221,12 @@ declare module "node:console" { * // Prints: count: 5, to stdout * ``` * - * See `util.format()` for more information. + * See [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args) for more information. * @since v0.1.100 */ log(message?: any, ...optionalParams: any[]): void; /** - * Try to construct a table with the columns of the properties of `tabularData`(or use `properties`) and rows of `tabularData` and log it. Falls back to just + * Try to construct a table with the columns of the properties of `tabularData` (or use `properties`) and rows of `tabularData` and log it. Falls back to just * logging the argument if it can't be parsed as tabular. * * ```js @@ -291,7 +297,8 @@ declare module "node:console" { */ timeLog(label?: string, ...data: any[]): void; /** - * Prints to `stderr` the string `'Trace: '`, followed by the `util.format()` formatted message and stack trace to the current position in the code. + * Prints to `stderr` the string `'Trace: '`, followed by the [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args) + * formatted message and stack trace to the current position in the code. * * ```js * console.trace('Show me'); @@ -318,18 +325,32 @@ declare module "node:console" { warn(message?: any, ...optionalParams: any[]): void; // --- Inspector mode only --- /** - * This method does not display anything unless used in the inspector. - * Starts a JavaScript CPU profile with an optional label. + * This method does not display anything unless used in the inspector. The `console.profile()` + * method starts a JavaScript CPU profile with an optional label until {@link profileEnd} + * is called. The profile is then added to the Profile panel of the inspector. + * + * ```js + * console.profile('MyLabel'); + * // Some code + * console.profileEnd('MyLabel'); + * // Adds the profile 'MyLabel' to the Profiles panel of the inspector. + * ``` + * @since v8.0.0 */ profile(label?: string): void; /** - * This method does not display anything unless used in the inspector. - * Stops the current JavaScript CPU profiling session if one has been started and prints the report to the Profiles panel of the inspector. + * This method does not display anything unless used in the inspector. Stops the current + * JavaScript CPU profiling session if one has been started and prints the report to the + * Profiles panel of the inspector. See {@link profile} for an example. + * + * If this method is called without a label, the most recently started profile is stopped. + * @since v8.0.0 */ profileEnd(label?: string): void; /** - * This method does not display anything unless used in the inspector. - * Adds an event with the label `label` to the Timeline panel of the inspector. + * This method does not display anything unless used in the inspector. The `console.timeStamp()` + * method adds an event with the label `'label'` to the Timeline panel of the inspector. + * @since v8.0.0 */ timeStamp(label?: string): void; } @@ -339,12 +360,13 @@ declare module "node:console" { * * The module exports two specific components: * - * * A `Console` class with methods such as `console.log()`, `console.error()` and`console.warn()` that can be used to write to any Node.js stream. - * * A global `console` instance configured to write to `process.stdout` and `process.stderr`. The global `console` can be used without calling`require('console')`. + * * A `Console` class with methods such as `console.log()`, `console.error()` and `console.warn()` that can be used to write to any Node.js stream. + * * A global `console` instance configured to write to [`process.stdout`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstdout) and + * [`process.stderr`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstderr). The global `console` can be used without calling `require('console')`. * * _**Warning**_: The global console object's methods are neither consistently * synchronous like the browser APIs they resemble, nor are they consistently - * asynchronous like all other Node.js streams. See the `note on process I/O` for + * asynchronous like all other Node.js streams. See the [`note on process I/O`](https://nodejs.org/docs/latest-v20.x/api/process.html#a-note-on-process-io) for * more information. * * Example using the global `console`: @@ -388,17 +410,32 @@ declare module "node:console" { * myConsole.warn(`Danger ${name}! Danger!`); * // Prints: Danger Will Robinson! Danger!, to err * ``` - * @see [source](https://github.com/nodejs/node/blob/v16.4.2/lib/console.js) + * @see [source](https://github.com/nodejs/node/blob/v20.11.1/lib/console.js) */ namespace console { interface ConsoleConstructorOptions { stdout: NodeJS.WritableStream; stderr?: NodeJS.WritableStream | undefined; + /** + * Ignore errors when writing to the underlying streams. + * @default true + */ ignoreErrors?: boolean | undefined; + /** + * Set color support for this `Console` instance. Setting to true enables coloring while inspecting + * values. Setting to `false` disables coloring while inspecting values. Setting to `'auto'` makes color + * support depend on the value of the `isTTY` property and the value returned by `getColorDepth()` on the + * respective stream. This option can not be used, if `inspectOptions.colors` is set as well. + * @default auto + */ colorMode?: boolean | "auto" | undefined; + /** + * Specifies options that are passed along to + * [`util.inspect()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilinspectobject-options). + */ inspectOptions?: InspectOptions | undefined; /** - * Set group indentation + * Set group indentation. * @default 2 */ groupIndentation?: number | undefined; diff --git a/sdk/nodejs/node_modules/protobufjs/node_modules/@types/node/http2.d.ts b/sdk/nodejs/node_modules/protobufjs/node_modules/@types/node/http2.d.ts index c3b3e8ec..022b7fd5 100644 --- a/sdk/nodejs/node_modules/protobufjs/node_modules/@types/node/http2.d.ts +++ b/sdk/nodejs/node_modules/protobufjs/node_modules/@types/node/http2.d.ts @@ -2094,7 +2094,13 @@ declare module "http2" { const HTTP2_HEADER_ACCEPT_LANGUAGE: string; const HTTP2_HEADER_ACCEPT_RANGES: string; const HTTP2_HEADER_ACCEPT: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_CREDENTIALS: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_HEADERS: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_METHODS: string; const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN: string; + const HTTP2_HEADER_ACCESS_CONTROL_EXPOSE_HEADERS: string; + const HTTP2_HEADER_ACCESS_CONTROL_REQUEST_HEADERS: string; + const HTTP2_HEADER_ACCESS_CONTROL_REQUEST_METHOD: string; const HTTP2_HEADER_AGE: string; const HTTP2_HEADER_ALLOW: string; const HTTP2_HEADER_AUTHORIZATION: string; diff --git a/sdk/nodejs/node_modules/protobufjs/node_modules/@types/node/package.json b/sdk/nodejs/node_modules/protobufjs/node_modules/@types/node/package.json index 8bdfb77c..103dc161 100644 --- a/sdk/nodejs/node_modules/protobufjs/node_modules/@types/node/package.json +++ b/sdk/nodejs/node_modules/protobufjs/node_modules/@types/node/package.json @@ -1,6 +1,6 @@ { "name": "@types/node", - "version": "20.12.4", + "version": "20.12.7", "description": "TypeScript definitions for node", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", "license": "MIT", @@ -212,6 +212,6 @@ "dependencies": { "undici-types": "~5.26.4" }, - "typesPublisherContentHash": "0160afba0d28c2ffccbfb3eac3550e70ff7051d4ce9c6d51d3d892ecf2b56165", + "typesPublisherContentHash": "257832cf20d61375d191770b6747feddc6c529ce9401986ddec96cc397099d0a", "typeScriptVersion": "4.7" } \ No newline at end of file diff --git a/sdk/nodejs/node_modules/socks/build/common/helpers.js b/sdk/nodejs/node_modules/socks/build/common/helpers.js index 65bd95bd..1ae44e41 100644 --- a/sdk/nodejs/node_modules/socks/build/common/helpers.js +++ b/sdk/nodejs/node_modules/socks/build/common/helpers.js @@ -152,7 +152,11 @@ function ipToBuffer(ip) { else if (net.isIPv6(ip)) { // Handle IPv6 addresses const address = new ip_address_1.Address6(ip); - return Buffer.from(address.toByteArray()); + return Buffer.from(address + .canonicalForm() + .split(':') + .map((segment) => segment.padStart(4, '0')) + .join(''), 'hex'); } else { throw new Error('Invalid IP address format'); diff --git a/sdk/nodejs/node_modules/socks/build/common/helpers.js.map b/sdk/nodejs/node_modules/socks/build/common/helpers.js.map index 554fcccf..292946f9 100644 --- a/sdk/nodejs/node_modules/socks/build/common/helpers.js.map +++ b/sdk/nodejs/node_modules/socks/build/common/helpers.js.map @@ -1 +1 @@ -{"version":3,"file":"helpers.js","sourceRoot":"","sources":["../../src/common/helpers.ts"],"names":[],"mappings":"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"} \ No newline at end of file +{"version":3,"file":"helpers.js","sourceRoot":"","sources":["../../src/common/helpers.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/sdk/nodejs/node_modules/socks/package.json b/sdk/nodejs/node_modules/socks/package.json index db8003e7..5cc2a683 100644 --- a/sdk/nodejs/node_modules/socks/package.json +++ b/sdk/nodejs/node_modules/socks/package.json @@ -1,7 +1,7 @@ { "name": "socks", "private": false, - "version": "2.8.1", + "version": "2.8.3", "description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.", "main": "build/index.js", "typings": "typings/index.d.ts", diff --git a/sdk/nodejs/yarn.lock b/sdk/nodejs/yarn.lock index 0f9a9fe2..f9b6d0b8 100644 --- a/sdk/nodejs/yarn.lock +++ b/sdk/nodejs/yarn.lock @@ -59,9 +59,9 @@ socks-proxy-agent "^8.0.3" "@npmcli/arborist@^7.3.1": - version "7.4.1" - resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-7.4.1.tgz#1562c347e41e60939b4a2139cd3a16842de1e92e" - integrity sha512-5/+bbRol8fvhyebwjqzmwjToAvTOR+k/hzAGFcGlV8k94H1PISNVyOGeSQl6MOMuxPo3BMMYVa39NZp2eNyzUQ== + version "7.4.2" + resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-7.4.2.tgz#deb6eb3d88ab6913f0efeb4ebca64151d091d331" + integrity sha512-13flK0DTIhG7VEmPtoKFoi+88hIjuZxuZAvnHUTthIFql1Kc51VlsMRpbJPIcDEZHaHkILwFjHRXtCUYdFWvAQ== dependencies: "@isaacs/string-locale-compare" "^1.1.0" "@npmcli/fs" "^3.1.0" @@ -72,6 +72,7 @@ "@npmcli/node-gyp" "^3.0.0" "@npmcli/package-json" "^5.0.0" "@npmcli/query" "^3.1.0" + "@npmcli/redact" "^1.1.0" "@npmcli/run-script" "^7.0.2" bin-links "^4.0.1" cacache "^18.0.0" @@ -105,9 +106,9 @@ semver "^7.3.5" "@npmcli/git@^5.0.0": - version "5.0.4" - resolved "https://registry.yarnpkg.com/@npmcli/git/-/git-5.0.4.tgz#d18c50f99649e6e89e8b427318134f582498700c" - integrity sha512-nr6/WezNzuYUppzXRaYu/W4aT5rLxdXqEFupbh6e/ovlYFQ8hpu1UUPV3Ir/YTl+74iXl2ZOMlGzudh9ZPUchQ== + version "5.0.5" + resolved "https://registry.yarnpkg.com/@npmcli/git/-/git-5.0.5.tgz#b4758b3993f078bd6d73356b8bdd0306f48fd3cb" + integrity sha512-x8hXItC8OFOwdgERzRIxg0ic1lQqW6kSZFFQtZTCNYOeGb9UqzVcod02TYljI9UBl4RtfcyQ0A7ygmcGFvEqWw== dependencies: "@npmcli/promise-spawn" "^7.0.0" lru-cache "^10.0.1" @@ -127,9 +128,9 @@ npm-normalize-package-bin "^3.0.0" "@npmcli/map-workspaces@^3.0.2": - version "3.0.4" - resolved "https://registry.yarnpkg.com/@npmcli/map-workspaces/-/map-workspaces-3.0.4.tgz#15ad7d854292e484f7ba04bc30187a8320dba799" - integrity sha512-Z0TbvXkRbacjFFLpVpV0e2mheCh+WzQpcqL+4xp49uNJOxOnIAPZyXtUxZ5Qn3QBTGKA11Exjd9a5411rBrhDg== + version "3.0.6" + resolved "https://registry.yarnpkg.com/@npmcli/map-workspaces/-/map-workspaces-3.0.6.tgz#27dc06c20c35ef01e45a08909cab9cb3da08cea6" + integrity sha512-tkYs0OYnzQm6iIRdfy+LcLBjcKuQCeE5YLb8KnrIlutJfheNaPvPpgoFEyEFgbjzl5PLZ3IA/BWAwRU0eHuQDA== dependencies: "@npmcli/name-from-folder" "^2.0.0" glob "^10.2.2" @@ -157,9 +158,9 @@ integrity sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA== "@npmcli/package-json@^5.0.0": - version "5.0.0" - resolved "https://registry.yarnpkg.com/@npmcli/package-json/-/package-json-5.0.0.tgz#77d0f8b17096763ccbd8af03b7117ba6e34d6e91" - integrity sha512-OI2zdYBLhQ7kpNPaJxiflofYIpkNLi+lnGdzqUOfRmCF3r2l1nadcjtCYMJKv/Utm/ZtlffaUuTiAktPHbc17g== + version "5.0.2" + resolved "https://registry.yarnpkg.com/@npmcli/package-json/-/package-json-5.0.2.tgz#9bf4a04d669d1743b358338eba5a19504e89b057" + integrity sha512-LmW+tueGSK+FCM3OpcKtwKKo3igpefh6HHiw23sGd8OdJ8l0GrfGfVdGOFVtJRMaXVnvI1RUdEPlB9VUln5Wbw== dependencies: "@npmcli/git" "^5.0.0" glob "^10.2.2" @@ -508,9 +509,9 @@ integrity sha512-Jus9s4CDbqwocc5pOAnh8ShfrnMcPHuJYzVcSUU7lrh8Ni5HuIqX3oilL86p3dlTrk0LzHRCgA/GQ7uNCw6l2Q== "@types/node@*", "@types/node@>=13.7.0": - version "20.12.4" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.4.tgz#af5921bd75ccdf3a3d8b3fa75bf3d3359268cd11" - integrity sha512-E+Fa9z3wSQpzgYQdYmme5X3OTuejnnTx88A6p6vkkJosR3KBz+HpE3kqNm98VE6cfLFcISx7zW7MsJkH6KwbTw== + version "20.12.7" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384" + integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg== dependencies: undici-types "~5.26.4" @@ -628,9 +629,9 @@ buffer-from@^1.0.0, buffer-from@^1.1.0: integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== builtins@^5.0.0: - version "5.0.1" - resolved "https://registry.yarnpkg.com/builtins/-/builtins-5.0.1.tgz#87f6db9ab0458be728564fa81d876d8d74552fa9" - integrity sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ== + version "5.1.0" + resolved "https://registry.yarnpkg.com/builtins/-/builtins-5.1.0.tgz#6d85eeb360c4ebc166c3fdef922a15aa7316a5e8" + integrity sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg== dependencies: semver "^7.0.0" @@ -1741,9 +1742,9 @@ socks-proxy-agent@^8.0.3: socks "^2.7.1" socks@^2.7.1: - version "2.8.1" - resolved "https://registry.yarnpkg.com/socks/-/socks-2.8.1.tgz#22c7d9dd7882649043cba0eafb49ae144e3457af" - integrity sha512-B6w7tkwNid7ToxjZ08rQMT8M9BJAf8DKx8Ft4NivzH0zBUfd6jldGcisJn/RLgxcX3FPNDdNQCUEMMT79b+oCQ== + version "2.8.3" + resolved "https://registry.yarnpkg.com/socks/-/socks-2.8.3.tgz#1ebd0f09c52ba95a09750afe3f3f9f724a800cb5" + integrity sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw== dependencies: ip-address "^9.0.5" smart-buffer "^4.2.0" diff --git a/sdk/java/.gradle/8.1.1/gc.properties b/sdk/python/Pulumi.yaml similarity index 100% rename from sdk/java/.gradle/8.1.1/gc.properties rename to sdk/python/Pulumi.yaml diff --git a/sdk/python/README.md b/sdk/python/README.md new file mode 100644 index 00000000..07a8d1be --- /dev/null +++ b/sdk/python/README.md @@ -0,0 +1,9 @@ +# A Pulumi Resource Provider for Chronosphere + +The Chronosphere Pulumi Provider allows [Pulumi](https://www.pulumi.com/) to manage supported [Chronosphere resources](https://docs.chronosphere.io/administer). + +- [Documentation](https://docs.chronosphere.io/administer) + +## Contact support + +[Contact Chronosphere support](https://docs.chronosphere.io/support/contact-support) to ask questions, report bugs, or suggest feature requests. diff --git a/sdk/python/chronosphereio_chronosphere/README.md b/sdk/python/chronosphereio_chronosphere/README.md new file mode 100644 index 00000000..30603e7c --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/README.md @@ -0,0 +1,4 @@ +> This provider is a derived work of the [Terraform Provider](https://github.com/chronosphereio/terraform-provider-chronosphere) +> distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature, +> first check the [`pulumi-chronosphere` repo](https://github.com/chronosphereio/pulumi-chronosphere/issues); however, if that doesn't turn up anything, +> please consult the source [`terraform-provider-chronosphere` repo](https://github.com/chronosphereio/terraform-provider-chronosphere/issues). \ No newline at end of file diff --git a/sdk/python/chronosphereio_chronosphere/__init__.py b/sdk/python/chronosphereio_chronosphere/__init__.py new file mode 100644 index 00000000..2360f05e --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/__init__.py @@ -0,0 +1,280 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +from . import _utilities +import typing +# Export this package's modules as members: +from .blackhole_alert_notifier import * +from .bucket import * +from .bucket_data_source import * +from .classic_dashboard import * +from .collection import * +from .dashboard import * +from .derived_label import * +from .derived_metric import * +from .drop_rule import * +from .email_alert_notifier import * +from .gcp_metrics_integration import * +from .grafana_dashboard import * +from .mapping_rule import * +from .monitor import * +from .notification_policy import * +from .notification_policy_data_source import * +from .opsgenie_alert_notifier import * +from .pagerduty_alert_notifier import * +from .provider import * +from .recording_rule import * +from .resource_pools_config import * +from .rollup_rule import * +from .service_account import * +from .service_data_source import * +from .slack_alert_notifier import * +from .team import * +from .trace_jaeger_remote_sampling_strategy import * +from .trace_metrics_rule import * +from .trace_tail_sampling_rules import * +from .victorops_alert_notifier import * +from .webhook_alert_notifier import * +from ._inputs import * +from . import outputs + +# Make subpackages available: +if typing.TYPE_CHECKING: + import chronosphereio_chronosphere.config as __config + config = __config +else: + config = _utilities.lazy_import('chronosphereio_chronosphere.config') + +_utilities.register( + resource_modules=""" +[ + { + "pkg": "chronosphere", + "mod": "index/blackholeAlertNotifier", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/blackholeAlertNotifier:BlackholeAlertNotifier": "BlackholeAlertNotifier" + } + }, + { + "pkg": "chronosphere", + "mod": "index/bucket", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/bucket:Bucket": "Bucket" + } + }, + { + "pkg": "chronosphere", + "mod": "index/classicDashboard", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/classicDashboard:ClassicDashboard": "ClassicDashboard" + } + }, + { + "pkg": "chronosphere", + "mod": "index/collection", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/collection:Collection": "Collection" + } + }, + { + "pkg": "chronosphere", + "mod": "index/dashboard", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/dashboard:Dashboard": "Dashboard" + } + }, + { + "pkg": "chronosphere", + "mod": "index/derivedLabel", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/derivedLabel:DerivedLabel": "DerivedLabel" + } + }, + { + "pkg": "chronosphere", + "mod": "index/derivedMetric", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/derivedMetric:DerivedMetric": "DerivedMetric" + } + }, + { + "pkg": "chronosphere", + "mod": "index/dropRule", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/dropRule:DropRule": "DropRule" + } + }, + { + "pkg": "chronosphere", + "mod": "index/emailAlertNotifier", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/emailAlertNotifier:EmailAlertNotifier": "EmailAlertNotifier" + } + }, + { + "pkg": "chronosphere", + "mod": "index/gcpMetricsIntegration", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/gcpMetricsIntegration:GcpMetricsIntegration": "GcpMetricsIntegration" + } + }, + { + "pkg": "chronosphere", + "mod": "index/grafanaDashboard", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/grafanaDashboard:GrafanaDashboard": "GrafanaDashboard" + } + }, + { + "pkg": "chronosphere", + "mod": "index/mappingRule", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/mappingRule:MappingRule": "MappingRule" + } + }, + { + "pkg": "chronosphere", + "mod": "index/monitor", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/monitor:Monitor": "Monitor" + } + }, + { + "pkg": "chronosphere", + "mod": "index/notificationPolicy", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/notificationPolicy:NotificationPolicy": "NotificationPolicy" + } + }, + { + "pkg": "chronosphere", + "mod": "index/opsgenieAlertNotifier", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/opsgenieAlertNotifier:OpsgenieAlertNotifier": "OpsgenieAlertNotifier" + } + }, + { + "pkg": "chronosphere", + "mod": "index/pagerdutyAlertNotifier", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/pagerdutyAlertNotifier:PagerdutyAlertNotifier": "PagerdutyAlertNotifier" + } + }, + { + "pkg": "chronosphere", + "mod": "index/recordingRule", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/recordingRule:RecordingRule": "RecordingRule" + } + }, + { + "pkg": "chronosphere", + "mod": "index/resourcePoolsConfig", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/resourcePoolsConfig:ResourcePoolsConfig": "ResourcePoolsConfig" + } + }, + { + "pkg": "chronosphere", + "mod": "index/rollupRule", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/rollupRule:RollupRule": "RollupRule" + } + }, + { + "pkg": "chronosphere", + "mod": "index/serviceAccount", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/serviceAccount:ServiceAccount": "ServiceAccount" + } + }, + { + "pkg": "chronosphere", + "mod": "index/slackAlertNotifier", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/slackAlertNotifier:SlackAlertNotifier": "SlackAlertNotifier" + } + }, + { + "pkg": "chronosphere", + "mod": "index/team", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/team:Team": "Team" + } + }, + { + "pkg": "chronosphere", + "mod": "index/traceJaegerRemoteSamplingStrategy", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/traceJaegerRemoteSamplingStrategy:TraceJaegerRemoteSamplingStrategy": "TraceJaegerRemoteSamplingStrategy" + } + }, + { + "pkg": "chronosphere", + "mod": "index/traceMetricsRule", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/traceMetricsRule:TraceMetricsRule": "TraceMetricsRule" + } + }, + { + "pkg": "chronosphere", + "mod": "index/traceTailSamplingRules", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/traceTailSamplingRules:TraceTailSamplingRules": "TraceTailSamplingRules" + } + }, + { + "pkg": "chronosphere", + "mod": "index/victoropsAlertNotifier", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/victoropsAlertNotifier:VictoropsAlertNotifier": "VictoropsAlertNotifier" + } + }, + { + "pkg": "chronosphere", + "mod": "index/webhookAlertNotifier", + "fqn": "chronosphereio_chronosphere", + "classes": { + "chronosphere:index/webhookAlertNotifier:WebhookAlertNotifier": "WebhookAlertNotifier" + } + } +] +""", + resource_packages=""" +[ + { + "pkg": "chronosphere", + "token": "pulumi:providers:chronosphere", + "fqn": "chronosphereio_chronosphere", + "class": "Provider" + } +] +""" +) diff --git a/sdk/python/chronosphereio_chronosphere/_inputs.py b/sdk/python/chronosphereio_chronosphere/_inputs.py new file mode 100644 index 00000000..7b4f1f47 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/_inputs.py @@ -0,0 +1,3078 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities + +__all__ = [ + 'DerivedLabelMetricLabelArgs', + 'DerivedLabelMetricLabelConstructedLabelArgs', + 'DerivedLabelMetricLabelConstructedLabelValueDefinitionArgs', + 'DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArgs', + 'DerivedLabelMetricLabelMappingLabelArgs', + 'DerivedLabelMetricLabelMappingLabelNameMappingArgs', + 'DerivedLabelMetricLabelMappingLabelNameMappingFilterArgs', + 'DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArgs', + 'DerivedLabelMetricLabelMappingLabelValueMappingArgs', + 'DerivedMetricQueryArgs', + 'DerivedMetricQueryQueryArgs', + 'DerivedMetricQueryQueryVariableArgs', + 'DerivedMetricQuerySelectorArgs', + 'DropRuleValueBasedDropArgs', + 'GcpMetricsIntegrationMetricGroupArgs', + 'GcpMetricsIntegrationServiceAccountArgs', + 'MappingRuleStoragePolicyArgs', + 'MonitorQueryArgs', + 'MonitorScheduleArgs', + 'MonitorScheduleRangeArgs', + 'MonitorSeriesConditionsArgs', + 'MonitorSeriesConditionsConditionArgs', + 'MonitorSeriesConditionsOverrideArgs', + 'MonitorSeriesConditionsOverrideConditionArgs', + 'MonitorSeriesConditionsOverrideLabelMatcherArgs', + 'MonitorSignalGroupingArgs', + 'NotificationPolicyDataSourceOverrideArgs', + 'NotificationPolicyDataSourceOverrideAlertLabelMatcherArgs', + 'NotificationPolicyDataSourceOverrideRouteArgs', + 'NotificationPolicyDataSourceRouteArgs', + 'NotificationPolicyDataSourceRuleArgs', + 'NotificationPolicyOverrideArgs', + 'NotificationPolicyOverrideAlertLabelMatcherArgs', + 'NotificationPolicyOverrideRouteArgs', + 'NotificationPolicyRouteArgs', + 'NotificationPolicyRuleArgs', + 'OpsgenieAlertNotifierResponderArgs', + 'PagerdutyAlertNotifierImageArgs', + 'PagerdutyAlertNotifierLinkArgs', + 'ResourcePoolsConfigDefaultPoolArgs', + 'ResourcePoolsConfigDefaultPoolAllocationArgs', + 'ResourcePoolsConfigDefaultPoolPrioritiesArgs', + 'ResourcePoolsConfigPoolArgs', + 'ResourcePoolsConfigPoolAllocationArgs', + 'ResourcePoolsConfigPoolPrioritiesArgs', + 'RollupRuleStoragePoliciesArgs', + 'ServiceAccountRestrictionArgs', + 'SlackAlertNotifierActionArgs', + 'SlackAlertNotifierFieldArgs', + 'TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs', + 'TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesArgs', + 'TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArgs', + 'TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyArgs', + 'TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyArgs', + 'TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyArgs', + 'TraceMetricsRuleGroupByArgs', + 'TraceMetricsRuleGroupByKeyArgs', + 'TraceMetricsRuleTraceFilterArgs', + 'TraceMetricsRuleTraceFilterSpanArgs', + 'TraceMetricsRuleTraceFilterSpanDurationArgs', + 'TraceMetricsRuleTraceFilterSpanErrorArgs', + 'TraceMetricsRuleTraceFilterSpanOperationArgs', + 'TraceMetricsRuleTraceFilterSpanParentOperationArgs', + 'TraceMetricsRuleTraceFilterSpanParentServiceArgs', + 'TraceMetricsRuleTraceFilterSpanServiceArgs', + 'TraceMetricsRuleTraceFilterSpanSpanCountArgs', + 'TraceMetricsRuleTraceFilterSpanTagArgs', + 'TraceMetricsRuleTraceFilterSpanTagNumericValueArgs', + 'TraceMetricsRuleTraceFilterSpanTagValueArgs', + 'TraceMetricsRuleTraceFilterTraceArgs', + 'TraceMetricsRuleTraceFilterTraceDurationArgs', + 'TraceMetricsRuleTraceFilterTraceErrorArgs', + 'TraceTailSamplingRulesDefaultSampleRateArgs', + 'TraceTailSamplingRulesRuleArgs', + 'TraceTailSamplingRulesRuleFilterArgs', + 'TraceTailSamplingRulesRuleFilterSpanArgs', + 'TraceTailSamplingRulesRuleFilterSpanDurationArgs', + 'TraceTailSamplingRulesRuleFilterSpanErrorArgs', + 'TraceTailSamplingRulesRuleFilterSpanOperationArgs', + 'TraceTailSamplingRulesRuleFilterSpanParentOperationArgs', + 'TraceTailSamplingRulesRuleFilterSpanParentServiceArgs', + 'TraceTailSamplingRulesRuleFilterSpanServiceArgs', + 'TraceTailSamplingRulesRuleFilterSpanSpanCountArgs', + 'TraceTailSamplingRulesRuleFilterSpanTagArgs', + 'TraceTailSamplingRulesRuleFilterSpanTagNumericValueArgs', + 'TraceTailSamplingRulesRuleFilterSpanTagValueArgs', + 'TraceTailSamplingRulesRuleFilterTraceArgs', + 'TraceTailSamplingRulesRuleFilterTraceDurationArgs', + 'TraceTailSamplingRulesRuleFilterTraceErrorArgs', +] + +@pulumi.input_type +class DerivedLabelMetricLabelArgs: + def __init__(__self__, *, + constructed_label: Optional[pulumi.Input['DerivedLabelMetricLabelConstructedLabelArgs']] = None, + mapping_label: Optional[pulumi.Input['DerivedLabelMetricLabelMappingLabelArgs']] = None): + if constructed_label is not None: + pulumi.set(__self__, "constructed_label", constructed_label) + if mapping_label is not None: + pulumi.set(__self__, "mapping_label", mapping_label) + + @property + @pulumi.getter(name="constructedLabel") + def constructed_label(self) -> Optional[pulumi.Input['DerivedLabelMetricLabelConstructedLabelArgs']]: + return pulumi.get(self, "constructed_label") + + @constructed_label.setter + def constructed_label(self, value: Optional[pulumi.Input['DerivedLabelMetricLabelConstructedLabelArgs']]): + pulumi.set(self, "constructed_label", value) + + @property + @pulumi.getter(name="mappingLabel") + def mapping_label(self) -> Optional[pulumi.Input['DerivedLabelMetricLabelMappingLabelArgs']]: + return pulumi.get(self, "mapping_label") + + @mapping_label.setter + def mapping_label(self, value: Optional[pulumi.Input['DerivedLabelMetricLabelMappingLabelArgs']]): + pulumi.set(self, "mapping_label", value) + + +@pulumi.input_type +class DerivedLabelMetricLabelConstructedLabelArgs: + def __init__(__self__, *, + value_definitions: pulumi.Input[Sequence[pulumi.Input['DerivedLabelMetricLabelConstructedLabelValueDefinitionArgs']]]): + pulumi.set(__self__, "value_definitions", value_definitions) + + @property + @pulumi.getter(name="valueDefinitions") + def value_definitions(self) -> pulumi.Input[Sequence[pulumi.Input['DerivedLabelMetricLabelConstructedLabelValueDefinitionArgs']]]: + return pulumi.get(self, "value_definitions") + + @value_definitions.setter + def value_definitions(self, value: pulumi.Input[Sequence[pulumi.Input['DerivedLabelMetricLabelConstructedLabelValueDefinitionArgs']]]): + pulumi.set(self, "value_definitions", value) + + +@pulumi.input_type +class DerivedLabelMetricLabelConstructedLabelValueDefinitionArgs: + def __init__(__self__, *, + filters: pulumi.Input[Sequence[pulumi.Input['DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArgs']]], + value: pulumi.Input[str]): + pulumi.set(__self__, "filters", filters) + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def filters(self) -> pulumi.Input[Sequence[pulumi.Input['DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArgs']]]: + return pulumi.get(self, "filters") + + @filters.setter + def filters(self, value: pulumi.Input[Sequence[pulumi.Input['DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArgs']]]): + pulumi.set(self, "filters", value) + + @property + @pulumi.getter + def value(self) -> pulumi.Input[str]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: pulumi.Input[str]): + pulumi.set(self, "value", value) + + +@pulumi.input_type +class DerivedLabelMetricLabelConstructedLabelValueDefinitionFilterArgs: + def __init__(__self__, *, + name: pulumi.Input[str], + value_glob: pulumi.Input[str]): + pulumi.set(__self__, "name", name) + pulumi.set(__self__, "value_glob", value_glob) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter(name="valueGlob") + def value_glob(self) -> pulumi.Input[str]: + return pulumi.get(self, "value_glob") + + @value_glob.setter + def value_glob(self, value: pulumi.Input[str]): + pulumi.set(self, "value_glob", value) + + +@pulumi.input_type +class DerivedLabelMetricLabelMappingLabelArgs: + def __init__(__self__, *, + name_mappings: Optional[pulumi.Input[Sequence[pulumi.Input['DerivedLabelMetricLabelMappingLabelNameMappingArgs']]]] = None, + value_mappings: Optional[pulumi.Input[Sequence[pulumi.Input['DerivedLabelMetricLabelMappingLabelValueMappingArgs']]]] = None): + if name_mappings is not None: + pulumi.set(__self__, "name_mappings", name_mappings) + if value_mappings is not None: + pulumi.set(__self__, "value_mappings", value_mappings) + + @property + @pulumi.getter(name="nameMappings") + def name_mappings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DerivedLabelMetricLabelMappingLabelNameMappingArgs']]]]: + return pulumi.get(self, "name_mappings") + + @name_mappings.setter + def name_mappings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DerivedLabelMetricLabelMappingLabelNameMappingArgs']]]]): + pulumi.set(self, "name_mappings", value) + + @property + @pulumi.getter(name="valueMappings") + def value_mappings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DerivedLabelMetricLabelMappingLabelValueMappingArgs']]]]: + return pulumi.get(self, "value_mappings") + + @value_mappings.setter + def value_mappings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DerivedLabelMetricLabelMappingLabelValueMappingArgs']]]]): + pulumi.set(self, "value_mappings", value) + + +@pulumi.input_type +class DerivedLabelMetricLabelMappingLabelNameMappingArgs: + def __init__(__self__, *, + filters: pulumi.Input[Sequence[pulumi.Input['DerivedLabelMetricLabelMappingLabelNameMappingFilterArgs']]], + source_label: pulumi.Input[str], + value_mappings: Optional[pulumi.Input[Sequence[pulumi.Input['DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArgs']]]] = None): + pulumi.set(__self__, "filters", filters) + pulumi.set(__self__, "source_label", source_label) + if value_mappings is not None: + pulumi.set(__self__, "value_mappings", value_mappings) + + @property + @pulumi.getter + def filters(self) -> pulumi.Input[Sequence[pulumi.Input['DerivedLabelMetricLabelMappingLabelNameMappingFilterArgs']]]: + return pulumi.get(self, "filters") + + @filters.setter + def filters(self, value: pulumi.Input[Sequence[pulumi.Input['DerivedLabelMetricLabelMappingLabelNameMappingFilterArgs']]]): + pulumi.set(self, "filters", value) + + @property + @pulumi.getter(name="sourceLabel") + def source_label(self) -> pulumi.Input[str]: + return pulumi.get(self, "source_label") + + @source_label.setter + def source_label(self, value: pulumi.Input[str]): + pulumi.set(self, "source_label", value) + + @property + @pulumi.getter(name="valueMappings") + def value_mappings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArgs']]]]: + return pulumi.get(self, "value_mappings") + + @value_mappings.setter + def value_mappings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArgs']]]]): + pulumi.set(self, "value_mappings", value) + + +@pulumi.input_type +class DerivedLabelMetricLabelMappingLabelNameMappingFilterArgs: + def __init__(__self__, *, + name: pulumi.Input[str], + value_glob: pulumi.Input[str]): + pulumi.set(__self__, "name", name) + pulumi.set(__self__, "value_glob", value_glob) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter(name="valueGlob") + def value_glob(self) -> pulumi.Input[str]: + return pulumi.get(self, "value_glob") + + @value_glob.setter + def value_glob(self, value: pulumi.Input[str]): + pulumi.set(self, "value_glob", value) + + +@pulumi.input_type +class DerivedLabelMetricLabelMappingLabelNameMappingValueMappingArgs: + def __init__(__self__, *, + source_value_globs: pulumi.Input[Sequence[pulumi.Input[str]]], + target_value: pulumi.Input[str]): + pulumi.set(__self__, "source_value_globs", source_value_globs) + pulumi.set(__self__, "target_value", target_value) + + @property + @pulumi.getter(name="sourceValueGlobs") + def source_value_globs(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]: + return pulumi.get(self, "source_value_globs") + + @source_value_globs.setter + def source_value_globs(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]): + pulumi.set(self, "source_value_globs", value) + + @property + @pulumi.getter(name="targetValue") + def target_value(self) -> pulumi.Input[str]: + return pulumi.get(self, "target_value") + + @target_value.setter + def target_value(self, value: pulumi.Input[str]): + pulumi.set(self, "target_value", value) + + +@pulumi.input_type +class DerivedLabelMetricLabelMappingLabelValueMappingArgs: + def __init__(__self__, *, + source_value_globs: pulumi.Input[Sequence[pulumi.Input[str]]], + target_value: pulumi.Input[str]): + pulumi.set(__self__, "source_value_globs", source_value_globs) + pulumi.set(__self__, "target_value", target_value) + + @property + @pulumi.getter(name="sourceValueGlobs") + def source_value_globs(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]: + return pulumi.get(self, "source_value_globs") + + @source_value_globs.setter + def source_value_globs(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]): + pulumi.set(self, "source_value_globs", value) + + @property + @pulumi.getter(name="targetValue") + def target_value(self) -> pulumi.Input[str]: + return pulumi.get(self, "target_value") + + @target_value.setter + def target_value(self, value: pulumi.Input[str]): + pulumi.set(self, "target_value", value) + + +@pulumi.input_type +class DerivedMetricQueryArgs: + def __init__(__self__, *, + query: pulumi.Input['DerivedMetricQueryQueryArgs'], + selector: Optional[pulumi.Input['DerivedMetricQuerySelectorArgs']] = None): + pulumi.set(__self__, "query", query) + if selector is not None: + pulumi.set(__self__, "selector", selector) + + @property + @pulumi.getter + def query(self) -> pulumi.Input['DerivedMetricQueryQueryArgs']: + return pulumi.get(self, "query") + + @query.setter + def query(self, value: pulumi.Input['DerivedMetricQueryQueryArgs']): + pulumi.set(self, "query", value) + + @property + @pulumi.getter + def selector(self) -> Optional[pulumi.Input['DerivedMetricQuerySelectorArgs']]: + return pulumi.get(self, "selector") + + @selector.setter + def selector(self, value: Optional[pulumi.Input['DerivedMetricQuerySelectorArgs']]): + pulumi.set(self, "selector", value) + + +@pulumi.input_type +class DerivedMetricQueryQueryArgs: + def __init__(__self__, *, + expr: pulumi.Input[str], + variables: Optional[pulumi.Input[Sequence[pulumi.Input['DerivedMetricQueryQueryVariableArgs']]]] = None): + pulumi.set(__self__, "expr", expr) + if variables is not None: + pulumi.set(__self__, "variables", variables) + + @property + @pulumi.getter + def expr(self) -> pulumi.Input[str]: + return pulumi.get(self, "expr") + + @expr.setter + def expr(self, value: pulumi.Input[str]): + pulumi.set(self, "expr", value) + + @property + @pulumi.getter + def variables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DerivedMetricQueryQueryVariableArgs']]]]: + return pulumi.get(self, "variables") + + @variables.setter + def variables(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DerivedMetricQueryQueryVariableArgs']]]]): + pulumi.set(self, "variables", value) + + +@pulumi.input_type +class DerivedMetricQueryQueryVariableArgs: + def __init__(__self__, *, + default_selector: pulumi.Input[str], + name: pulumi.Input[str]): + pulumi.set(__self__, "default_selector", default_selector) + pulumi.set(__self__, "name", name) + + @property + @pulumi.getter(name="defaultSelector") + def default_selector(self) -> pulumi.Input[str]: + return pulumi.get(self, "default_selector") + + @default_selector.setter + def default_selector(self, value: pulumi.Input[str]): + pulumi.set(self, "default_selector", value) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + +@pulumi.input_type +class DerivedMetricQuerySelectorArgs: + def __init__(__self__, *, + labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None): + if labels is not None: + pulumi.set(__self__, "labels", labels) + + @property + @pulumi.getter + def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: + return pulumi.get(self, "labels") + + @labels.setter + def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]): + pulumi.set(self, "labels", value) + + +@pulumi.input_type +class DropRuleValueBasedDropArgs: + def __init__(__self__, *, + target_drop_value: pulumi.Input[float]): + pulumi.set(__self__, "target_drop_value", target_drop_value) + + @property + @pulumi.getter(name="targetDropValue") + def target_drop_value(self) -> pulumi.Input[float]: + return pulumi.get(self, "target_drop_value") + + @target_drop_value.setter + def target_drop_value(self, value: pulumi.Input[float]): + pulumi.set(self, "target_drop_value", value) + + +@pulumi.input_type +class GcpMetricsIntegrationMetricGroupArgs: + def __init__(__self__, *, + project_id: pulumi.Input[str], + prefixes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None): + pulumi.set(__self__, "project_id", project_id) + if prefixes is not None: + pulumi.set(__self__, "prefixes", prefixes) + + @property + @pulumi.getter(name="projectId") + def project_id(self) -> pulumi.Input[str]: + return pulumi.get(self, "project_id") + + @project_id.setter + def project_id(self, value: pulumi.Input[str]): + pulumi.set(self, "project_id", value) + + @property + @pulumi.getter + def prefixes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: + return pulumi.get(self, "prefixes") + + @prefixes.setter + def prefixes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]): + pulumi.set(self, "prefixes", value) + + +@pulumi.input_type +class GcpMetricsIntegrationServiceAccountArgs: + def __init__(__self__, *, + client_email: pulumi.Input[str]): + pulumi.set(__self__, "client_email", client_email) + + @property + @pulumi.getter(name="clientEmail") + def client_email(self) -> pulumi.Input[str]: + return pulumi.get(self, "client_email") + + @client_email.setter + def client_email(self, value: pulumi.Input[str]): + pulumi.set(self, "client_email", value) + + +@pulumi.input_type +class MappingRuleStoragePolicyArgs: + def __init__(__self__, *, + resolution: pulumi.Input[str], + retention: pulumi.Input[str]): + pulumi.set(__self__, "resolution", resolution) + pulumi.set(__self__, "retention", retention) + + @property + @pulumi.getter + def resolution(self) -> pulumi.Input[str]: + return pulumi.get(self, "resolution") + + @resolution.setter + def resolution(self, value: pulumi.Input[str]): + pulumi.set(self, "resolution", value) + + @property + @pulumi.getter + def retention(self) -> pulumi.Input[str]: + return pulumi.get(self, "retention") + + @retention.setter + def retention(self, value: pulumi.Input[str]): + pulumi.set(self, "retention", value) + + +@pulumi.input_type +class MonitorQueryArgs: + def __init__(__self__, *, + graphite_expr: Optional[pulumi.Input[str]] = None, + prometheus_expr: Optional[pulumi.Input[str]] = None): + if graphite_expr is not None: + pulumi.set(__self__, "graphite_expr", graphite_expr) + if prometheus_expr is not None: + pulumi.set(__self__, "prometheus_expr", prometheus_expr) + + @property + @pulumi.getter(name="graphiteExpr") + def graphite_expr(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "graphite_expr") + + @graphite_expr.setter + def graphite_expr(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "graphite_expr", value) + + @property + @pulumi.getter(name="prometheusExpr") + def prometheus_expr(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "prometheus_expr") + + @prometheus_expr.setter + def prometheus_expr(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "prometheus_expr", value) + + +@pulumi.input_type +class MonitorScheduleArgs: + def __init__(__self__, *, + timezone: pulumi.Input[str], + ranges: Optional[pulumi.Input[Sequence[pulumi.Input['MonitorScheduleRangeArgs']]]] = None): + pulumi.set(__self__, "timezone", timezone) + if ranges is not None: + pulumi.set(__self__, "ranges", ranges) + + @property + @pulumi.getter + def timezone(self) -> pulumi.Input[str]: + return pulumi.get(self, "timezone") + + @timezone.setter + def timezone(self, value: pulumi.Input[str]): + pulumi.set(self, "timezone", value) + + @property + @pulumi.getter + def ranges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MonitorScheduleRangeArgs']]]]: + return pulumi.get(self, "ranges") + + @ranges.setter + def ranges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MonitorScheduleRangeArgs']]]]): + pulumi.set(self, "ranges", value) + + +@pulumi.input_type +class MonitorScheduleRangeArgs: + def __init__(__self__, *, + day: pulumi.Input[str], + end: pulumi.Input[str], + start: pulumi.Input[str]): + pulumi.set(__self__, "day", day) + pulumi.set(__self__, "end", end) + pulumi.set(__self__, "start", start) + + @property + @pulumi.getter + def day(self) -> pulumi.Input[str]: + return pulumi.get(self, "day") + + @day.setter + def day(self, value: pulumi.Input[str]): + pulumi.set(self, "day", value) + + @property + @pulumi.getter + def end(self) -> pulumi.Input[str]: + return pulumi.get(self, "end") + + @end.setter + def end(self, value: pulumi.Input[str]): + pulumi.set(self, "end", value) + + @property + @pulumi.getter + def start(self) -> pulumi.Input[str]: + return pulumi.get(self, "start") + + @start.setter + def start(self, value: pulumi.Input[str]): + pulumi.set(self, "start", value) + + +@pulumi.input_type +class MonitorSeriesConditionsArgs: + def __init__(__self__, *, + conditions: pulumi.Input[Sequence[pulumi.Input['MonitorSeriesConditionsConditionArgs']]], + overrides: Optional[pulumi.Input[Sequence[pulumi.Input['MonitorSeriesConditionsOverrideArgs']]]] = None): + pulumi.set(__self__, "conditions", conditions) + if overrides is not None: + pulumi.set(__self__, "overrides", overrides) + + @property + @pulumi.getter + def conditions(self) -> pulumi.Input[Sequence[pulumi.Input['MonitorSeriesConditionsConditionArgs']]]: + return pulumi.get(self, "conditions") + + @conditions.setter + def conditions(self, value: pulumi.Input[Sequence[pulumi.Input['MonitorSeriesConditionsConditionArgs']]]): + pulumi.set(self, "conditions", value) + + @property + @pulumi.getter + def overrides(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MonitorSeriesConditionsOverrideArgs']]]]: + return pulumi.get(self, "overrides") + + @overrides.setter + def overrides(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MonitorSeriesConditionsOverrideArgs']]]]): + pulumi.set(self, "overrides", value) + + +@pulumi.input_type +class MonitorSeriesConditionsConditionArgs: + def __init__(__self__, *, + op: pulumi.Input[str], + severity: pulumi.Input[str], + resolve_sustain: Optional[pulumi.Input[str]] = None, + sustain: Optional[pulumi.Input[str]] = None, + value: Optional[pulumi.Input[float]] = None): + pulumi.set(__self__, "op", op) + pulumi.set(__self__, "severity", severity) + if resolve_sustain is not None: + pulumi.set(__self__, "resolve_sustain", resolve_sustain) + if sustain is not None: + pulumi.set(__self__, "sustain", sustain) + if value is not None: + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def op(self) -> pulumi.Input[str]: + return pulumi.get(self, "op") + + @op.setter + def op(self, value: pulumi.Input[str]): + pulumi.set(self, "op", value) + + @property + @pulumi.getter + def severity(self) -> pulumi.Input[str]: + return pulumi.get(self, "severity") + + @severity.setter + def severity(self, value: pulumi.Input[str]): + pulumi.set(self, "severity", value) + + @property + @pulumi.getter(name="resolveSustain") + def resolve_sustain(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "resolve_sustain") + + @resolve_sustain.setter + def resolve_sustain(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "resolve_sustain", value) + + @property + @pulumi.getter + def sustain(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "sustain") + + @sustain.setter + def sustain(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "sustain", value) + + @property + @pulumi.getter + def value(self) -> Optional[pulumi.Input[float]]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: Optional[pulumi.Input[float]]): + pulumi.set(self, "value", value) + + +@pulumi.input_type +class MonitorSeriesConditionsOverrideArgs: + def __init__(__self__, *, + conditions: pulumi.Input[Sequence[pulumi.Input['MonitorSeriesConditionsOverrideConditionArgs']]], + label_matchers: pulumi.Input[Sequence[pulumi.Input['MonitorSeriesConditionsOverrideLabelMatcherArgs']]]): + pulumi.set(__self__, "conditions", conditions) + pulumi.set(__self__, "label_matchers", label_matchers) + + @property + @pulumi.getter + def conditions(self) -> pulumi.Input[Sequence[pulumi.Input['MonitorSeriesConditionsOverrideConditionArgs']]]: + return pulumi.get(self, "conditions") + + @conditions.setter + def conditions(self, value: pulumi.Input[Sequence[pulumi.Input['MonitorSeriesConditionsOverrideConditionArgs']]]): + pulumi.set(self, "conditions", value) + + @property + @pulumi.getter(name="labelMatchers") + def label_matchers(self) -> pulumi.Input[Sequence[pulumi.Input['MonitorSeriesConditionsOverrideLabelMatcherArgs']]]: + return pulumi.get(self, "label_matchers") + + @label_matchers.setter + def label_matchers(self, value: pulumi.Input[Sequence[pulumi.Input['MonitorSeriesConditionsOverrideLabelMatcherArgs']]]): + pulumi.set(self, "label_matchers", value) + + +@pulumi.input_type +class MonitorSeriesConditionsOverrideConditionArgs: + def __init__(__self__, *, + op: pulumi.Input[str], + severity: pulumi.Input[str], + resolve_sustain: Optional[pulumi.Input[str]] = None, + sustain: Optional[pulumi.Input[str]] = None, + value: Optional[pulumi.Input[float]] = None): + pulumi.set(__self__, "op", op) + pulumi.set(__self__, "severity", severity) + if resolve_sustain is not None: + pulumi.set(__self__, "resolve_sustain", resolve_sustain) + if sustain is not None: + pulumi.set(__self__, "sustain", sustain) + if value is not None: + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def op(self) -> pulumi.Input[str]: + return pulumi.get(self, "op") + + @op.setter + def op(self, value: pulumi.Input[str]): + pulumi.set(self, "op", value) + + @property + @pulumi.getter + def severity(self) -> pulumi.Input[str]: + return pulumi.get(self, "severity") + + @severity.setter + def severity(self, value: pulumi.Input[str]): + pulumi.set(self, "severity", value) + + @property + @pulumi.getter(name="resolveSustain") + def resolve_sustain(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "resolve_sustain") + + @resolve_sustain.setter + def resolve_sustain(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "resolve_sustain", value) + + @property + @pulumi.getter + def sustain(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "sustain") + + @sustain.setter + def sustain(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "sustain", value) + + @property + @pulumi.getter + def value(self) -> Optional[pulumi.Input[float]]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: Optional[pulumi.Input[float]]): + pulumi.set(self, "value", value) + + +@pulumi.input_type +class MonitorSeriesConditionsOverrideLabelMatcherArgs: + def __init__(__self__, *, + name: pulumi.Input[str], + type: pulumi.Input[str], + value: pulumi.Input[str]): + pulumi.set(__self__, "name", name) + pulumi.set(__self__, "type", type) + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def type(self) -> pulumi.Input[str]: + return pulumi.get(self, "type") + + @type.setter + def type(self, value: pulumi.Input[str]): + pulumi.set(self, "type", value) + + @property + @pulumi.getter + def value(self) -> pulumi.Input[str]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: pulumi.Input[str]): + pulumi.set(self, "value", value) + + +@pulumi.input_type +class MonitorSignalGroupingArgs: + def __init__(__self__, *, + label_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + signal_per_series: Optional[pulumi.Input[bool]] = None): + if label_names is not None: + pulumi.set(__self__, "label_names", label_names) + if signal_per_series is not None: + pulumi.set(__self__, "signal_per_series", signal_per_series) + + @property + @pulumi.getter(name="labelNames") + def label_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: + return pulumi.get(self, "label_names") + + @label_names.setter + def label_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]): + pulumi.set(self, "label_names", value) + + @property + @pulumi.getter(name="signalPerSeries") + def signal_per_series(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "signal_per_series") + + @signal_per_series.setter + def signal_per_series(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "signal_per_series", value) + + +@pulumi.input_type +class NotificationPolicyDataSourceOverrideArgs: + def __init__(__self__, *, + alert_label_matchers: Sequence['NotificationPolicyDataSourceOverrideAlertLabelMatcherArgs'], + routes: Optional[Sequence['NotificationPolicyDataSourceOverrideRouteArgs']] = None): + pulumi.set(__self__, "alert_label_matchers", alert_label_matchers) + if routes is not None: + pulumi.set(__self__, "routes", routes) + + @property + @pulumi.getter(name="alertLabelMatchers") + def alert_label_matchers(self) -> Sequence['NotificationPolicyDataSourceOverrideAlertLabelMatcherArgs']: + return pulumi.get(self, "alert_label_matchers") + + @alert_label_matchers.setter + def alert_label_matchers(self, value: Sequence['NotificationPolicyDataSourceOverrideAlertLabelMatcherArgs']): + pulumi.set(self, "alert_label_matchers", value) + + @property + @pulumi.getter + def routes(self) -> Optional[Sequence['NotificationPolicyDataSourceOverrideRouteArgs']]: + return pulumi.get(self, "routes") + + @routes.setter + def routes(self, value: Optional[Sequence['NotificationPolicyDataSourceOverrideRouteArgs']]): + pulumi.set(self, "routes", value) + + +@pulumi.input_type +class NotificationPolicyDataSourceOverrideAlertLabelMatcherArgs: + def __init__(__self__, *, + name: str, + type: str, + value: str): + pulumi.set(__self__, "name", name) + pulumi.set(__self__, "type", type) + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def name(self) -> str: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: str): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def type(self) -> str: + return pulumi.get(self, "type") + + @type.setter + def type(self, value: str): + pulumi.set(self, "type", value) + + @property + @pulumi.getter + def value(self) -> str: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: str): + pulumi.set(self, "value", value) + + +@pulumi.input_type +class NotificationPolicyDataSourceOverrideRouteArgs: + def __init__(__self__, *, + severity: str, + notifiers: Optional[Sequence[str]] = None, + repeat_interval: Optional[str] = None): + pulumi.set(__self__, "severity", severity) + if notifiers is not None: + pulumi.set(__self__, "notifiers", notifiers) + if repeat_interval is not None: + pulumi.set(__self__, "repeat_interval", repeat_interval) + + @property + @pulumi.getter + def severity(self) -> str: + return pulumi.get(self, "severity") + + @severity.setter + def severity(self, value: str): + pulumi.set(self, "severity", value) + + @property + @pulumi.getter + def notifiers(self) -> Optional[Sequence[str]]: + return pulumi.get(self, "notifiers") + + @notifiers.setter + def notifiers(self, value: Optional[Sequence[str]]): + pulumi.set(self, "notifiers", value) + + @property + @pulumi.getter(name="repeatInterval") + def repeat_interval(self) -> Optional[str]: + return pulumi.get(self, "repeat_interval") + + @repeat_interval.setter + def repeat_interval(self, value: Optional[str]): + pulumi.set(self, "repeat_interval", value) + + +@pulumi.input_type +class NotificationPolicyDataSourceRouteArgs: + def __init__(__self__, *, + severity: str, + notifiers: Optional[Sequence[str]] = None, + repeat_interval: Optional[str] = None): + pulumi.set(__self__, "severity", severity) + if notifiers is not None: + pulumi.set(__self__, "notifiers", notifiers) + if repeat_interval is not None: + pulumi.set(__self__, "repeat_interval", repeat_interval) + + @property + @pulumi.getter + def severity(self) -> str: + return pulumi.get(self, "severity") + + @severity.setter + def severity(self, value: str): + pulumi.set(self, "severity", value) + + @property + @pulumi.getter + def notifiers(self) -> Optional[Sequence[str]]: + return pulumi.get(self, "notifiers") + + @notifiers.setter + def notifiers(self, value: Optional[Sequence[str]]): + pulumi.set(self, "notifiers", value) + + @property + @pulumi.getter(name="repeatInterval") + def repeat_interval(self) -> Optional[str]: + return pulumi.get(self, "repeat_interval") + + @repeat_interval.setter + def repeat_interval(self, value: Optional[str]): + pulumi.set(self, "repeat_interval", value) + + +@pulumi.input_type +class NotificationPolicyDataSourceRuleArgs: + def __init__(__self__, *, + severity: str, + notifiers: Optional[Sequence[str]] = None, + repeat_interval: Optional[str] = None): + pulumi.set(__self__, "severity", severity) + if notifiers is not None: + pulumi.set(__self__, "notifiers", notifiers) + if repeat_interval is not None: + pulumi.set(__self__, "repeat_interval", repeat_interval) + + @property + @pulumi.getter + def severity(self) -> str: + return pulumi.get(self, "severity") + + @severity.setter + def severity(self, value: str): + pulumi.set(self, "severity", value) + + @property + @pulumi.getter + def notifiers(self) -> Optional[Sequence[str]]: + return pulumi.get(self, "notifiers") + + @notifiers.setter + def notifiers(self, value: Optional[Sequence[str]]): + pulumi.set(self, "notifiers", value) + + @property + @pulumi.getter(name="repeatInterval") + def repeat_interval(self) -> Optional[str]: + return pulumi.get(self, "repeat_interval") + + @repeat_interval.setter + def repeat_interval(self, value: Optional[str]): + pulumi.set(self, "repeat_interval", value) + + +@pulumi.input_type +class NotificationPolicyOverrideArgs: + def __init__(__self__, *, + alert_label_matchers: pulumi.Input[Sequence[pulumi.Input['NotificationPolicyOverrideAlertLabelMatcherArgs']]], + routes: Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPolicyOverrideRouteArgs']]]] = None): + pulumi.set(__self__, "alert_label_matchers", alert_label_matchers) + if routes is not None: + pulumi.set(__self__, "routes", routes) + + @property + @pulumi.getter(name="alertLabelMatchers") + def alert_label_matchers(self) -> pulumi.Input[Sequence[pulumi.Input['NotificationPolicyOverrideAlertLabelMatcherArgs']]]: + return pulumi.get(self, "alert_label_matchers") + + @alert_label_matchers.setter + def alert_label_matchers(self, value: pulumi.Input[Sequence[pulumi.Input['NotificationPolicyOverrideAlertLabelMatcherArgs']]]): + pulumi.set(self, "alert_label_matchers", value) + + @property + @pulumi.getter + def routes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPolicyOverrideRouteArgs']]]]: + return pulumi.get(self, "routes") + + @routes.setter + def routes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPolicyOverrideRouteArgs']]]]): + pulumi.set(self, "routes", value) + + +@pulumi.input_type +class NotificationPolicyOverrideAlertLabelMatcherArgs: + def __init__(__self__, *, + name: pulumi.Input[str], + type: pulumi.Input[str], + value: pulumi.Input[str]): + pulumi.set(__self__, "name", name) + pulumi.set(__self__, "type", type) + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def type(self) -> pulumi.Input[str]: + return pulumi.get(self, "type") + + @type.setter + def type(self, value: pulumi.Input[str]): + pulumi.set(self, "type", value) + + @property + @pulumi.getter + def value(self) -> pulumi.Input[str]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: pulumi.Input[str]): + pulumi.set(self, "value", value) + + +@pulumi.input_type +class NotificationPolicyOverrideRouteArgs: + def __init__(__self__, *, + severity: pulumi.Input[str], + notifiers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + repeat_interval: Optional[pulumi.Input[str]] = None): + pulumi.set(__self__, "severity", severity) + if notifiers is not None: + pulumi.set(__self__, "notifiers", notifiers) + if repeat_interval is not None: + pulumi.set(__self__, "repeat_interval", repeat_interval) + + @property + @pulumi.getter + def severity(self) -> pulumi.Input[str]: + return pulumi.get(self, "severity") + + @severity.setter + def severity(self, value: pulumi.Input[str]): + pulumi.set(self, "severity", value) + + @property + @pulumi.getter + def notifiers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: + return pulumi.get(self, "notifiers") + + @notifiers.setter + def notifiers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]): + pulumi.set(self, "notifiers", value) + + @property + @pulumi.getter(name="repeatInterval") + def repeat_interval(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "repeat_interval") + + @repeat_interval.setter + def repeat_interval(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "repeat_interval", value) + + +@pulumi.input_type +class NotificationPolicyRouteArgs: + def __init__(__self__, *, + severity: pulumi.Input[str], + notifiers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + repeat_interval: Optional[pulumi.Input[str]] = None): + pulumi.set(__self__, "severity", severity) + if notifiers is not None: + pulumi.set(__self__, "notifiers", notifiers) + if repeat_interval is not None: + pulumi.set(__self__, "repeat_interval", repeat_interval) + + @property + @pulumi.getter + def severity(self) -> pulumi.Input[str]: + return pulumi.get(self, "severity") + + @severity.setter + def severity(self, value: pulumi.Input[str]): + pulumi.set(self, "severity", value) + + @property + @pulumi.getter + def notifiers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: + return pulumi.get(self, "notifiers") + + @notifiers.setter + def notifiers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]): + pulumi.set(self, "notifiers", value) + + @property + @pulumi.getter(name="repeatInterval") + def repeat_interval(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "repeat_interval") + + @repeat_interval.setter + def repeat_interval(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "repeat_interval", value) + + +@pulumi.input_type +class NotificationPolicyRuleArgs: + def __init__(__self__, *, + severity: pulumi.Input[str], + notifiers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + repeat_interval: Optional[pulumi.Input[str]] = None): + pulumi.set(__self__, "severity", severity) + if notifiers is not None: + pulumi.set(__self__, "notifiers", notifiers) + if repeat_interval is not None: + pulumi.set(__self__, "repeat_interval", repeat_interval) + + @property + @pulumi.getter + def severity(self) -> pulumi.Input[str]: + return pulumi.get(self, "severity") + + @severity.setter + def severity(self, value: pulumi.Input[str]): + pulumi.set(self, "severity", value) + + @property + @pulumi.getter + def notifiers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: + return pulumi.get(self, "notifiers") + + @notifiers.setter + def notifiers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]): + pulumi.set(self, "notifiers", value) + + @property + @pulumi.getter(name="repeatInterval") + def repeat_interval(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "repeat_interval") + + @repeat_interval.setter + def repeat_interval(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "repeat_interval", value) + + +@pulumi.input_type +class OpsgenieAlertNotifierResponderArgs: + def __init__(__self__, *, + type: pulumi.Input[str], + id: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + username: Optional[pulumi.Input[str]] = None): + pulumi.set(__self__, "type", type) + if id is not None: + pulumi.set(__self__, "id", id) + if name is not None: + pulumi.set(__self__, "name", name) + if username is not None: + pulumi.set(__self__, "username", username) + + @property + @pulumi.getter + def type(self) -> pulumi.Input[str]: + return pulumi.get(self, "type") + + @type.setter + def type(self, value: pulumi.Input[str]): + pulumi.set(self, "type", value) + + @property + @pulumi.getter + def id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "id") + + @id.setter + def id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "id", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def username(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "username") + + @username.setter + def username(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "username", value) + + +@pulumi.input_type +class PagerdutyAlertNotifierImageArgs: + def __init__(__self__, *, + src: pulumi.Input[str], + alt: Optional[pulumi.Input[str]] = None, + href: Optional[pulumi.Input[str]] = None): + pulumi.set(__self__, "src", src) + if alt is not None: + pulumi.set(__self__, "alt", alt) + if href is not None: + pulumi.set(__self__, "href", href) + + @property + @pulumi.getter + def src(self) -> pulumi.Input[str]: + return pulumi.get(self, "src") + + @src.setter + def src(self, value: pulumi.Input[str]): + pulumi.set(self, "src", value) + + @property + @pulumi.getter + def alt(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "alt") + + @alt.setter + def alt(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "alt", value) + + @property + @pulumi.getter + def href(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "href") + + @href.setter + def href(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "href", value) + + +@pulumi.input_type +class PagerdutyAlertNotifierLinkArgs: + def __init__(__self__, *, + href: pulumi.Input[str], + text: Optional[pulumi.Input[str]] = None): + pulumi.set(__self__, "href", href) + if text is not None: + pulumi.set(__self__, "text", text) + + @property + @pulumi.getter + def href(self) -> pulumi.Input[str]: + return pulumi.get(self, "href") + + @href.setter + def href(self, value: pulumi.Input[str]): + pulumi.set(self, "href", value) + + @property + @pulumi.getter + def text(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "text") + + @text.setter + def text(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "text", value) + + +@pulumi.input_type +class ResourcePoolsConfigDefaultPoolArgs: + def __init__(__self__, *, + allocation: pulumi.Input['ResourcePoolsConfigDefaultPoolAllocationArgs'], + priorities: Optional[pulumi.Input['ResourcePoolsConfigDefaultPoolPrioritiesArgs']] = None): + pulumi.set(__self__, "allocation", allocation) + if priorities is not None: + pulumi.set(__self__, "priorities", priorities) + + @property + @pulumi.getter + def allocation(self) -> pulumi.Input['ResourcePoolsConfigDefaultPoolAllocationArgs']: + return pulumi.get(self, "allocation") + + @allocation.setter + def allocation(self, value: pulumi.Input['ResourcePoolsConfigDefaultPoolAllocationArgs']): + pulumi.set(self, "allocation", value) + + @property + @pulumi.getter + def priorities(self) -> Optional[pulumi.Input['ResourcePoolsConfigDefaultPoolPrioritiesArgs']]: + return pulumi.get(self, "priorities") + + @priorities.setter + def priorities(self, value: Optional[pulumi.Input['ResourcePoolsConfigDefaultPoolPrioritiesArgs']]): + pulumi.set(self, "priorities", value) + + +@pulumi.input_type +class ResourcePoolsConfigDefaultPoolAllocationArgs: + def __init__(__self__, *, + percent_of_license: pulumi.Input[float]): + pulumi.set(__self__, "percent_of_license", percent_of_license) + + @property + @pulumi.getter(name="percentOfLicense") + def percent_of_license(self) -> pulumi.Input[float]: + return pulumi.get(self, "percent_of_license") + + @percent_of_license.setter + def percent_of_license(self, value: pulumi.Input[float]): + pulumi.set(self, "percent_of_license", value) + + +@pulumi.input_type +class ResourcePoolsConfigDefaultPoolPrioritiesArgs: + def __init__(__self__, *, + high_priority_match_rules: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + low_priority_match_rules: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None): + if high_priority_match_rules is not None: + pulumi.set(__self__, "high_priority_match_rules", high_priority_match_rules) + if low_priority_match_rules is not None: + pulumi.set(__self__, "low_priority_match_rules", low_priority_match_rules) + + @property + @pulumi.getter(name="highPriorityMatchRules") + def high_priority_match_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: + return pulumi.get(self, "high_priority_match_rules") + + @high_priority_match_rules.setter + def high_priority_match_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]): + pulumi.set(self, "high_priority_match_rules", value) + + @property + @pulumi.getter(name="lowPriorityMatchRules") + def low_priority_match_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: + return pulumi.get(self, "low_priority_match_rules") + + @low_priority_match_rules.setter + def low_priority_match_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]): + pulumi.set(self, "low_priority_match_rules", value) + + +@pulumi.input_type +class ResourcePoolsConfigPoolArgs: + def __init__(__self__, *, + allocation: pulumi.Input['ResourcePoolsConfigPoolAllocationArgs'], + name: pulumi.Input[str], + match_rule: Optional[pulumi.Input[str]] = None, + match_rules: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + priorities: Optional[pulumi.Input['ResourcePoolsConfigPoolPrioritiesArgs']] = None): + pulumi.set(__self__, "allocation", allocation) + pulumi.set(__self__, "name", name) + if match_rule is not None: + warnings.warn("""use match_rules""", DeprecationWarning) + pulumi.log.warn("""match_rule is deprecated: use match_rules""") + if match_rule is not None: + pulumi.set(__self__, "match_rule", match_rule) + if match_rules is not None: + pulumi.set(__self__, "match_rules", match_rules) + if priorities is not None: + pulumi.set(__self__, "priorities", priorities) + + @property + @pulumi.getter + def allocation(self) -> pulumi.Input['ResourcePoolsConfigPoolAllocationArgs']: + return pulumi.get(self, "allocation") + + @allocation.setter + def allocation(self, value: pulumi.Input['ResourcePoolsConfigPoolAllocationArgs']): + pulumi.set(self, "allocation", value) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter(name="matchRule") + def match_rule(self) -> Optional[pulumi.Input[str]]: + warnings.warn("""use match_rules""", DeprecationWarning) + pulumi.log.warn("""match_rule is deprecated: use match_rules""") + + return pulumi.get(self, "match_rule") + + @match_rule.setter + def match_rule(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "match_rule", value) + + @property + @pulumi.getter(name="matchRules") + def match_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: + return pulumi.get(self, "match_rules") + + @match_rules.setter + def match_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]): + pulumi.set(self, "match_rules", value) + + @property + @pulumi.getter + def priorities(self) -> Optional[pulumi.Input['ResourcePoolsConfigPoolPrioritiesArgs']]: + return pulumi.get(self, "priorities") + + @priorities.setter + def priorities(self, value: Optional[pulumi.Input['ResourcePoolsConfigPoolPrioritiesArgs']]): + pulumi.set(self, "priorities", value) + + +@pulumi.input_type +class ResourcePoolsConfigPoolAllocationArgs: + def __init__(__self__, *, + percent_of_license: pulumi.Input[float]): + pulumi.set(__self__, "percent_of_license", percent_of_license) + + @property + @pulumi.getter(name="percentOfLicense") + def percent_of_license(self) -> pulumi.Input[float]: + return pulumi.get(self, "percent_of_license") + + @percent_of_license.setter + def percent_of_license(self, value: pulumi.Input[float]): + pulumi.set(self, "percent_of_license", value) + + +@pulumi.input_type +class ResourcePoolsConfigPoolPrioritiesArgs: + def __init__(__self__, *, + high_priority_match_rules: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + low_priority_match_rules: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None): + if high_priority_match_rules is not None: + pulumi.set(__self__, "high_priority_match_rules", high_priority_match_rules) + if low_priority_match_rules is not None: + pulumi.set(__self__, "low_priority_match_rules", low_priority_match_rules) + + @property + @pulumi.getter(name="highPriorityMatchRules") + def high_priority_match_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: + return pulumi.get(self, "high_priority_match_rules") + + @high_priority_match_rules.setter + def high_priority_match_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]): + pulumi.set(self, "high_priority_match_rules", value) + + @property + @pulumi.getter(name="lowPriorityMatchRules") + def low_priority_match_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: + return pulumi.get(self, "low_priority_match_rules") + + @low_priority_match_rules.setter + def low_priority_match_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]): + pulumi.set(self, "low_priority_match_rules", value) + + +@pulumi.input_type +class RollupRuleStoragePoliciesArgs: + def __init__(__self__, *, + resolution: pulumi.Input[str], + retention: pulumi.Input[str]): + pulumi.set(__self__, "resolution", resolution) + pulumi.set(__self__, "retention", retention) + + @property + @pulumi.getter + def resolution(self) -> pulumi.Input[str]: + return pulumi.get(self, "resolution") + + @resolution.setter + def resolution(self, value: pulumi.Input[str]): + pulumi.set(self, "resolution", value) + + @property + @pulumi.getter + def retention(self) -> pulumi.Input[str]: + return pulumi.get(self, "retention") + + @retention.setter + def retention(self, value: pulumi.Input[str]): + pulumi.set(self, "retention", value) + + +@pulumi.input_type +class ServiceAccountRestrictionArgs: + def __init__(__self__, *, + permission: pulumi.Input[str], + labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None): + pulumi.set(__self__, "permission", permission) + if labels is not None: + pulumi.set(__self__, "labels", labels) + + @property + @pulumi.getter + def permission(self) -> pulumi.Input[str]: + return pulumi.get(self, "permission") + + @permission.setter + def permission(self, value: pulumi.Input[str]): + pulumi.set(self, "permission", value) + + @property + @pulumi.getter + def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: + return pulumi.get(self, "labels") + + @labels.setter + def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]): + pulumi.set(self, "labels", value) + + +@pulumi.input_type +class SlackAlertNotifierActionArgs: + def __init__(__self__, *, + action_confirm_dismiss_text: Optional[pulumi.Input[str]] = None, + action_confirm_ok_text: Optional[pulumi.Input[str]] = None, + action_confirm_text: Optional[pulumi.Input[str]] = None, + action_confirm_tile: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + style: Optional[pulumi.Input[str]] = None, + text: Optional[pulumi.Input[str]] = None, + type: Optional[pulumi.Input[str]] = None, + url: Optional[pulumi.Input[str]] = None, + value: Optional[pulumi.Input[str]] = None): + if action_confirm_dismiss_text is not None: + pulumi.set(__self__, "action_confirm_dismiss_text", action_confirm_dismiss_text) + if action_confirm_ok_text is not None: + pulumi.set(__self__, "action_confirm_ok_text", action_confirm_ok_text) + if action_confirm_text is not None: + pulumi.set(__self__, "action_confirm_text", action_confirm_text) + if action_confirm_tile is not None: + pulumi.set(__self__, "action_confirm_tile", action_confirm_tile) + if name is not None: + pulumi.set(__self__, "name", name) + if style is not None: + pulumi.set(__self__, "style", style) + if text is not None: + pulumi.set(__self__, "text", text) + if type is not None: + pulumi.set(__self__, "type", type) + if url is not None: + pulumi.set(__self__, "url", url) + if value is not None: + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter(name="actionConfirmDismissText") + def action_confirm_dismiss_text(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "action_confirm_dismiss_text") + + @action_confirm_dismiss_text.setter + def action_confirm_dismiss_text(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "action_confirm_dismiss_text", value) + + @property + @pulumi.getter(name="actionConfirmOkText") + def action_confirm_ok_text(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "action_confirm_ok_text") + + @action_confirm_ok_text.setter + def action_confirm_ok_text(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "action_confirm_ok_text", value) + + @property + @pulumi.getter(name="actionConfirmText") + def action_confirm_text(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "action_confirm_text") + + @action_confirm_text.setter + def action_confirm_text(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "action_confirm_text", value) + + @property + @pulumi.getter(name="actionConfirmTile") + def action_confirm_tile(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "action_confirm_tile") + + @action_confirm_tile.setter + def action_confirm_tile(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "action_confirm_tile", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def style(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "style") + + @style.setter + def style(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "style", value) + + @property + @pulumi.getter + def text(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "text") + + @text.setter + def text(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "text", value) + + @property + @pulumi.getter + def type(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "type") + + @type.setter + def type(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "type", value) + + @property + @pulumi.getter + def url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "url") + + @url.setter + def url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "url", value) + + @property + @pulumi.getter + def value(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "value", value) + + +@pulumi.input_type +class SlackAlertNotifierFieldArgs: + def __init__(__self__, *, + short: Optional[pulumi.Input[bool]] = None, + title: Optional[pulumi.Input[str]] = None, + value: Optional[pulumi.Input[str]] = None): + if short is not None: + pulumi.set(__self__, "short", short) + if title is not None: + pulumi.set(__self__, "title", title) + if value is not None: + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def short(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "short") + + @short.setter + def short(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "short", value) + + @property + @pulumi.getter + def title(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "title") + + @title.setter + def title(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "title", value) + + @property + @pulumi.getter + def value(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "value", value) + + +@pulumi.input_type +class TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs: + def __init__(__self__, *, + per_operation_strategies: Optional[pulumi.Input['TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesArgs']] = None, + probabilistic_strategy: Optional[pulumi.Input['TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyArgs']] = None, + rate_limiting_strategy: Optional[pulumi.Input['TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyArgs']] = None): + if per_operation_strategies is not None: + pulumi.set(__self__, "per_operation_strategies", per_operation_strategies) + if probabilistic_strategy is not None: + pulumi.set(__self__, "probabilistic_strategy", probabilistic_strategy) + if rate_limiting_strategy is not None: + pulumi.set(__self__, "rate_limiting_strategy", rate_limiting_strategy) + + @property + @pulumi.getter(name="perOperationStrategies") + def per_operation_strategies(self) -> Optional[pulumi.Input['TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesArgs']]: + return pulumi.get(self, "per_operation_strategies") + + @per_operation_strategies.setter + def per_operation_strategies(self, value: Optional[pulumi.Input['TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesArgs']]): + pulumi.set(self, "per_operation_strategies", value) + + @property + @pulumi.getter(name="probabilisticStrategy") + def probabilistic_strategy(self) -> Optional[pulumi.Input['TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyArgs']]: + return pulumi.get(self, "probabilistic_strategy") + + @probabilistic_strategy.setter + def probabilistic_strategy(self, value: Optional[pulumi.Input['TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyArgs']]): + pulumi.set(self, "probabilistic_strategy", value) + + @property + @pulumi.getter(name="rateLimitingStrategy") + def rate_limiting_strategy(self) -> Optional[pulumi.Input['TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyArgs']]: + return pulumi.get(self, "rate_limiting_strategy") + + @rate_limiting_strategy.setter + def rate_limiting_strategy(self, value: Optional[pulumi.Input['TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyArgs']]): + pulumi.set(self, "rate_limiting_strategy", value) + + +@pulumi.input_type +class TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesArgs: + def __init__(__self__, *, + default_sampling_rate: pulumi.Input[float], + default_lower_bound_traces_per_second: Optional[pulumi.Input[float]] = None, + default_upper_bound_traces_per_second: Optional[pulumi.Input[float]] = None, + per_operation_strategies: Optional[pulumi.Input[Sequence[pulumi.Input['TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArgs']]]] = None): + pulumi.set(__self__, "default_sampling_rate", default_sampling_rate) + if default_lower_bound_traces_per_second is not None: + pulumi.set(__self__, "default_lower_bound_traces_per_second", default_lower_bound_traces_per_second) + if default_upper_bound_traces_per_second is not None: + pulumi.set(__self__, "default_upper_bound_traces_per_second", default_upper_bound_traces_per_second) + if per_operation_strategies is not None: + pulumi.set(__self__, "per_operation_strategies", per_operation_strategies) + + @property + @pulumi.getter(name="defaultSamplingRate") + def default_sampling_rate(self) -> pulumi.Input[float]: + return pulumi.get(self, "default_sampling_rate") + + @default_sampling_rate.setter + def default_sampling_rate(self, value: pulumi.Input[float]): + pulumi.set(self, "default_sampling_rate", value) + + @property + @pulumi.getter(name="defaultLowerBoundTracesPerSecond") + def default_lower_bound_traces_per_second(self) -> Optional[pulumi.Input[float]]: + return pulumi.get(self, "default_lower_bound_traces_per_second") + + @default_lower_bound_traces_per_second.setter + def default_lower_bound_traces_per_second(self, value: Optional[pulumi.Input[float]]): + pulumi.set(self, "default_lower_bound_traces_per_second", value) + + @property + @pulumi.getter(name="defaultUpperBoundTracesPerSecond") + def default_upper_bound_traces_per_second(self) -> Optional[pulumi.Input[float]]: + return pulumi.get(self, "default_upper_bound_traces_per_second") + + @default_upper_bound_traces_per_second.setter + def default_upper_bound_traces_per_second(self, value: Optional[pulumi.Input[float]]): + pulumi.set(self, "default_upper_bound_traces_per_second", value) + + @property + @pulumi.getter(name="perOperationStrategies") + def per_operation_strategies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArgs']]]]: + return pulumi.get(self, "per_operation_strategies") + + @per_operation_strategies.setter + def per_operation_strategies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArgs']]]]): + pulumi.set(self, "per_operation_strategies", value) + + +@pulumi.input_type +class TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyArgs: + def __init__(__self__, *, + operation: pulumi.Input[str], + probabilistic_strategy: pulumi.Input['TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyArgs']): + pulumi.set(__self__, "operation", operation) + pulumi.set(__self__, "probabilistic_strategy", probabilistic_strategy) + + @property + @pulumi.getter + def operation(self) -> pulumi.Input[str]: + return pulumi.get(self, "operation") + + @operation.setter + def operation(self, value: pulumi.Input[str]): + pulumi.set(self, "operation", value) + + @property + @pulumi.getter(name="probabilisticStrategy") + def probabilistic_strategy(self) -> pulumi.Input['TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyArgs']: + return pulumi.get(self, "probabilistic_strategy") + + @probabilistic_strategy.setter + def probabilistic_strategy(self, value: pulumi.Input['TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyArgs']): + pulumi.set(self, "probabilistic_strategy", value) + + +@pulumi.input_type +class TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategyArgs: + def __init__(__self__, *, + sampling_rate: pulumi.Input[float]): + pulumi.set(__self__, "sampling_rate", sampling_rate) + + @property + @pulumi.getter(name="samplingRate") + def sampling_rate(self) -> pulumi.Input[float]: + return pulumi.get(self, "sampling_rate") + + @sampling_rate.setter + def sampling_rate(self, value: pulumi.Input[float]): + pulumi.set(self, "sampling_rate", value) + + +@pulumi.input_type +class TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategyArgs: + def __init__(__self__, *, + sampling_rate: pulumi.Input[float]): + pulumi.set(__self__, "sampling_rate", sampling_rate) + + @property + @pulumi.getter(name="samplingRate") + def sampling_rate(self) -> pulumi.Input[float]: + return pulumi.get(self, "sampling_rate") + + @sampling_rate.setter + def sampling_rate(self, value: pulumi.Input[float]): + pulumi.set(self, "sampling_rate", value) + + +@pulumi.input_type +class TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategyArgs: + def __init__(__self__, *, + max_traces_per_second: pulumi.Input[int]): + pulumi.set(__self__, "max_traces_per_second", max_traces_per_second) + + @property + @pulumi.getter(name="maxTracesPerSecond") + def max_traces_per_second(self) -> pulumi.Input[int]: + return pulumi.get(self, "max_traces_per_second") + + @max_traces_per_second.setter + def max_traces_per_second(self, value: pulumi.Input[int]): + pulumi.set(self, "max_traces_per_second", value) + + +@pulumi.input_type +class TraceMetricsRuleGroupByArgs: + def __init__(__self__, *, + key: pulumi.Input['TraceMetricsRuleGroupByKeyArgs'], + label: pulumi.Input[str]): + pulumi.set(__self__, "key", key) + pulumi.set(__self__, "label", label) + + @property + @pulumi.getter + def key(self) -> pulumi.Input['TraceMetricsRuleGroupByKeyArgs']: + return pulumi.get(self, "key") + + @key.setter + def key(self, value: pulumi.Input['TraceMetricsRuleGroupByKeyArgs']): + pulumi.set(self, "key", value) + + @property + @pulumi.getter + def label(self) -> pulumi.Input[str]: + return pulumi.get(self, "label") + + @label.setter + def label(self, value: pulumi.Input[str]): + pulumi.set(self, "label", value) + + +@pulumi.input_type +class TraceMetricsRuleGroupByKeyArgs: + def __init__(__self__, *, + type: pulumi.Input[str], + named_key: Optional[pulumi.Input[str]] = None): + pulumi.set(__self__, "type", type) + if named_key is not None: + pulumi.set(__self__, "named_key", named_key) + + @property + @pulumi.getter + def type(self) -> pulumi.Input[str]: + return pulumi.get(self, "type") + + @type.setter + def type(self, value: pulumi.Input[str]): + pulumi.set(self, "type", value) + + @property + @pulumi.getter(name="namedKey") + def named_key(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "named_key") + + @named_key.setter + def named_key(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "named_key", value) + + +@pulumi.input_type +class TraceMetricsRuleTraceFilterArgs: + def __init__(__self__, *, + spans: Optional[pulumi.Input[Sequence[pulumi.Input['TraceMetricsRuleTraceFilterSpanArgs']]]] = None, + trace: Optional[pulumi.Input['TraceMetricsRuleTraceFilterTraceArgs']] = None): + if spans is not None: + pulumi.set(__self__, "spans", spans) + if trace is not None: + pulumi.set(__self__, "trace", trace) + + @property + @pulumi.getter + def spans(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TraceMetricsRuleTraceFilterSpanArgs']]]]: + return pulumi.get(self, "spans") + + @spans.setter + def spans(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TraceMetricsRuleTraceFilterSpanArgs']]]]): + pulumi.set(self, "spans", value) + + @property + @pulumi.getter + def trace(self) -> Optional[pulumi.Input['TraceMetricsRuleTraceFilterTraceArgs']]: + return pulumi.get(self, "trace") + + @trace.setter + def trace(self, value: Optional[pulumi.Input['TraceMetricsRuleTraceFilterTraceArgs']]): + pulumi.set(self, "trace", value) + + +@pulumi.input_type +class TraceMetricsRuleTraceFilterSpanArgs: + def __init__(__self__, *, + duration: Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanDurationArgs']] = None, + error: Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanErrorArgs']] = None, + match_type: Optional[pulumi.Input[str]] = None, + operation: Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanOperationArgs']] = None, + parent_operation: Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanParentOperationArgs']] = None, + parent_service: Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanParentServiceArgs']] = None, + service: Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanServiceArgs']] = None, + span_count: Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanSpanCountArgs']] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input['TraceMetricsRuleTraceFilterSpanTagArgs']]]] = None): + if duration is not None: + pulumi.set(__self__, "duration", duration) + if error is not None: + pulumi.set(__self__, "error", error) + if match_type is not None: + pulumi.set(__self__, "match_type", match_type) + if operation is not None: + pulumi.set(__self__, "operation", operation) + if parent_operation is not None: + pulumi.set(__self__, "parent_operation", parent_operation) + if parent_service is not None: + pulumi.set(__self__, "parent_service", parent_service) + if service is not None: + pulumi.set(__self__, "service", service) + if span_count is not None: + pulumi.set(__self__, "span_count", span_count) + if tags is not None: + pulumi.set(__self__, "tags", tags) + + @property + @pulumi.getter + def duration(self) -> Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanDurationArgs']]: + return pulumi.get(self, "duration") + + @duration.setter + def duration(self, value: Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanDurationArgs']]): + pulumi.set(self, "duration", value) + + @property + @pulumi.getter + def error(self) -> Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanErrorArgs']]: + return pulumi.get(self, "error") + + @error.setter + def error(self, value: Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanErrorArgs']]): + pulumi.set(self, "error", value) + + @property + @pulumi.getter(name="matchType") + def match_type(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "match_type") + + @match_type.setter + def match_type(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "match_type", value) + + @property + @pulumi.getter + def operation(self) -> Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanOperationArgs']]: + return pulumi.get(self, "operation") + + @operation.setter + def operation(self, value: Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanOperationArgs']]): + pulumi.set(self, "operation", value) + + @property + @pulumi.getter(name="parentOperation") + def parent_operation(self) -> Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanParentOperationArgs']]: + return pulumi.get(self, "parent_operation") + + @parent_operation.setter + def parent_operation(self, value: Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanParentOperationArgs']]): + pulumi.set(self, "parent_operation", value) + + @property + @pulumi.getter(name="parentService") + def parent_service(self) -> Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanParentServiceArgs']]: + return pulumi.get(self, "parent_service") + + @parent_service.setter + def parent_service(self, value: Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanParentServiceArgs']]): + pulumi.set(self, "parent_service", value) + + @property + @pulumi.getter + def service(self) -> Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanServiceArgs']]: + return pulumi.get(self, "service") + + @service.setter + def service(self, value: Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanServiceArgs']]): + pulumi.set(self, "service", value) + + @property + @pulumi.getter(name="spanCount") + def span_count(self) -> Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanSpanCountArgs']]: + return pulumi.get(self, "span_count") + + @span_count.setter + def span_count(self, value: Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanSpanCountArgs']]): + pulumi.set(self, "span_count", value) + + @property + @pulumi.getter + def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TraceMetricsRuleTraceFilterSpanTagArgs']]]]: + return pulumi.get(self, "tags") + + @tags.setter + def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TraceMetricsRuleTraceFilterSpanTagArgs']]]]): + pulumi.set(self, "tags", value) + + +@pulumi.input_type +class TraceMetricsRuleTraceFilterSpanDurationArgs: + def __init__(__self__, *, + max_seconds: Optional[pulumi.Input[float]] = None, + min_seconds: Optional[pulumi.Input[float]] = None): + if max_seconds is not None: + pulumi.set(__self__, "max_seconds", max_seconds) + if min_seconds is not None: + pulumi.set(__self__, "min_seconds", min_seconds) + + @property + @pulumi.getter(name="maxSeconds") + def max_seconds(self) -> Optional[pulumi.Input[float]]: + return pulumi.get(self, "max_seconds") + + @max_seconds.setter + def max_seconds(self, value: Optional[pulumi.Input[float]]): + pulumi.set(self, "max_seconds", value) + + @property + @pulumi.getter(name="minSeconds") + def min_seconds(self) -> Optional[pulumi.Input[float]]: + return pulumi.get(self, "min_seconds") + + @min_seconds.setter + def min_seconds(self, value: Optional[pulumi.Input[float]]): + pulumi.set(self, "min_seconds", value) + + +@pulumi.input_type +class TraceMetricsRuleTraceFilterSpanErrorArgs: + def __init__(__self__, *, + value: pulumi.Input[bool]): + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def value(self) -> pulumi.Input[bool]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: pulumi.Input[bool]): + pulumi.set(self, "value", value) + + +@pulumi.input_type +class TraceMetricsRuleTraceFilterSpanOperationArgs: + def __init__(__self__, *, + value: pulumi.Input[str], + match: Optional[pulumi.Input[str]] = None): + pulumi.set(__self__, "value", value) + if match is not None: + pulumi.set(__self__, "match", match) + + @property + @pulumi.getter + def value(self) -> pulumi.Input[str]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: pulumi.Input[str]): + pulumi.set(self, "value", value) + + @property + @pulumi.getter + def match(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "match") + + @match.setter + def match(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "match", value) + + +@pulumi.input_type +class TraceMetricsRuleTraceFilterSpanParentOperationArgs: + def __init__(__self__, *, + value: pulumi.Input[str], + match: Optional[pulumi.Input[str]] = None): + pulumi.set(__self__, "value", value) + if match is not None: + pulumi.set(__self__, "match", match) + + @property + @pulumi.getter + def value(self) -> pulumi.Input[str]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: pulumi.Input[str]): + pulumi.set(self, "value", value) + + @property + @pulumi.getter + def match(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "match") + + @match.setter + def match(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "match", value) + + +@pulumi.input_type +class TraceMetricsRuleTraceFilterSpanParentServiceArgs: + def __init__(__self__, *, + value: pulumi.Input[str], + match: Optional[pulumi.Input[str]] = None): + pulumi.set(__self__, "value", value) + if match is not None: + pulumi.set(__self__, "match", match) + + @property + @pulumi.getter + def value(self) -> pulumi.Input[str]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: pulumi.Input[str]): + pulumi.set(self, "value", value) + + @property + @pulumi.getter + def match(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "match") + + @match.setter + def match(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "match", value) + + +@pulumi.input_type +class TraceMetricsRuleTraceFilterSpanServiceArgs: + def __init__(__self__, *, + value: pulumi.Input[str], + match: Optional[pulumi.Input[str]] = None): + pulumi.set(__self__, "value", value) + if match is not None: + pulumi.set(__self__, "match", match) + + @property + @pulumi.getter + def value(self) -> pulumi.Input[str]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: pulumi.Input[str]): + pulumi.set(self, "value", value) + + @property + @pulumi.getter + def match(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "match") + + @match.setter + def match(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "match", value) + + +@pulumi.input_type +class TraceMetricsRuleTraceFilterSpanSpanCountArgs: + def __init__(__self__, *, + max: Optional[pulumi.Input[int]] = None, + min: Optional[pulumi.Input[int]] = None): + if max is not None: + pulumi.set(__self__, "max", max) + if min is not None: + pulumi.set(__self__, "min", min) + + @property + @pulumi.getter + def max(self) -> Optional[pulumi.Input[int]]: + return pulumi.get(self, "max") + + @max.setter + def max(self, value: Optional[pulumi.Input[int]]): + pulumi.set(self, "max", value) + + @property + @pulumi.getter + def min(self) -> Optional[pulumi.Input[int]]: + return pulumi.get(self, "min") + + @min.setter + def min(self, value: Optional[pulumi.Input[int]]): + pulumi.set(self, "min", value) + + +@pulumi.input_type +class TraceMetricsRuleTraceFilterSpanTagArgs: + def __init__(__self__, *, + key: pulumi.Input[str], + numeric_value: Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanTagNumericValueArgs']] = None, + value: Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanTagValueArgs']] = None): + pulumi.set(__self__, "key", key) + if numeric_value is not None: + pulumi.set(__self__, "numeric_value", numeric_value) + if value is not None: + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def key(self) -> pulumi.Input[str]: + return pulumi.get(self, "key") + + @key.setter + def key(self, value: pulumi.Input[str]): + pulumi.set(self, "key", value) + + @property + @pulumi.getter(name="numericValue") + def numeric_value(self) -> Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanTagNumericValueArgs']]: + return pulumi.get(self, "numeric_value") + + @numeric_value.setter + def numeric_value(self, value: Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanTagNumericValueArgs']]): + pulumi.set(self, "numeric_value", value) + + @property + @pulumi.getter + def value(self) -> Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanTagValueArgs']]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: Optional[pulumi.Input['TraceMetricsRuleTraceFilterSpanTagValueArgs']]): + pulumi.set(self, "value", value) + + +@pulumi.input_type +class TraceMetricsRuleTraceFilterSpanTagNumericValueArgs: + def __init__(__self__, *, + comparison: pulumi.Input[str], + value: pulumi.Input[float]): + pulumi.set(__self__, "comparison", comparison) + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def comparison(self) -> pulumi.Input[str]: + return pulumi.get(self, "comparison") + + @comparison.setter + def comparison(self, value: pulumi.Input[str]): + pulumi.set(self, "comparison", value) + + @property + @pulumi.getter + def value(self) -> pulumi.Input[float]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: pulumi.Input[float]): + pulumi.set(self, "value", value) + + +@pulumi.input_type +class TraceMetricsRuleTraceFilterSpanTagValueArgs: + def __init__(__self__, *, + value: pulumi.Input[str], + match: Optional[pulumi.Input[str]] = None): + pulumi.set(__self__, "value", value) + if match is not None: + pulumi.set(__self__, "match", match) + + @property + @pulumi.getter + def value(self) -> pulumi.Input[str]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: pulumi.Input[str]): + pulumi.set(self, "value", value) + + @property + @pulumi.getter + def match(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "match") + + @match.setter + def match(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "match", value) + + +@pulumi.input_type +class TraceMetricsRuleTraceFilterTraceArgs: + def __init__(__self__, *, + duration: Optional[pulumi.Input['TraceMetricsRuleTraceFilterTraceDurationArgs']] = None, + error: Optional[pulumi.Input['TraceMetricsRuleTraceFilterTraceErrorArgs']] = None): + if duration is not None: + pulumi.set(__self__, "duration", duration) + if error is not None: + pulumi.set(__self__, "error", error) + + @property + @pulumi.getter + def duration(self) -> Optional[pulumi.Input['TraceMetricsRuleTraceFilterTraceDurationArgs']]: + return pulumi.get(self, "duration") + + @duration.setter + def duration(self, value: Optional[pulumi.Input['TraceMetricsRuleTraceFilterTraceDurationArgs']]): + pulumi.set(self, "duration", value) + + @property + @pulumi.getter + def error(self) -> Optional[pulumi.Input['TraceMetricsRuleTraceFilterTraceErrorArgs']]: + return pulumi.get(self, "error") + + @error.setter + def error(self, value: Optional[pulumi.Input['TraceMetricsRuleTraceFilterTraceErrorArgs']]): + pulumi.set(self, "error", value) + + +@pulumi.input_type +class TraceMetricsRuleTraceFilterTraceDurationArgs: + def __init__(__self__, *, + max_seconds: Optional[pulumi.Input[float]] = None, + min_seconds: Optional[pulumi.Input[float]] = None): + if max_seconds is not None: + pulumi.set(__self__, "max_seconds", max_seconds) + if min_seconds is not None: + pulumi.set(__self__, "min_seconds", min_seconds) + + @property + @pulumi.getter(name="maxSeconds") + def max_seconds(self) -> Optional[pulumi.Input[float]]: + return pulumi.get(self, "max_seconds") + + @max_seconds.setter + def max_seconds(self, value: Optional[pulumi.Input[float]]): + pulumi.set(self, "max_seconds", value) + + @property + @pulumi.getter(name="minSeconds") + def min_seconds(self) -> Optional[pulumi.Input[float]]: + return pulumi.get(self, "min_seconds") + + @min_seconds.setter + def min_seconds(self, value: Optional[pulumi.Input[float]]): + pulumi.set(self, "min_seconds", value) + + +@pulumi.input_type +class TraceMetricsRuleTraceFilterTraceErrorArgs: + def __init__(__self__, *, + value: pulumi.Input[bool]): + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def value(self) -> pulumi.Input[bool]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: pulumi.Input[bool]): + pulumi.set(self, "value", value) + + +@pulumi.input_type +class TraceTailSamplingRulesDefaultSampleRateArgs: + def __init__(__self__, *, + sample_rate: pulumi.Input[float], + enabled: Optional[pulumi.Input[bool]] = None): + pulumi.set(__self__, "sample_rate", sample_rate) + if enabled is not None: + pulumi.set(__self__, "enabled", enabled) + + @property + @pulumi.getter(name="sampleRate") + def sample_rate(self) -> pulumi.Input[float]: + return pulumi.get(self, "sample_rate") + + @sample_rate.setter + def sample_rate(self, value: pulumi.Input[float]): + pulumi.set(self, "sample_rate", value) + + @property + @pulumi.getter + def enabled(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "enabled") + + @enabled.setter + def enabled(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "enabled", value) + + +@pulumi.input_type +class TraceTailSamplingRulesRuleArgs: + def __init__(__self__, *, + filter: pulumi.Input['TraceTailSamplingRulesRuleFilterArgs'], + sample_rate: pulumi.Input[float], + name: Optional[pulumi.Input[str]] = None, + system_name: Optional[pulumi.Input[str]] = None): + pulumi.set(__self__, "filter", filter) + pulumi.set(__self__, "sample_rate", sample_rate) + if name is not None: + pulumi.set(__self__, "name", name) + if system_name is not None: + pulumi.set(__self__, "system_name", system_name) + + @property + @pulumi.getter + def filter(self) -> pulumi.Input['TraceTailSamplingRulesRuleFilterArgs']: + return pulumi.get(self, "filter") + + @filter.setter + def filter(self, value: pulumi.Input['TraceTailSamplingRulesRuleFilterArgs']): + pulumi.set(self, "filter", value) + + @property + @pulumi.getter(name="sampleRate") + def sample_rate(self) -> pulumi.Input[float]: + return pulumi.get(self, "sample_rate") + + @sample_rate.setter + def sample_rate(self, value: pulumi.Input[float]): + pulumi.set(self, "sample_rate", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter(name="systemName") + def system_name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "system_name") + + @system_name.setter + def system_name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "system_name", value) + + +@pulumi.input_type +class TraceTailSamplingRulesRuleFilterArgs: + def __init__(__self__, *, + spans: Optional[pulumi.Input[Sequence[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanArgs']]]] = None, + trace: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterTraceArgs']] = None): + if spans is not None: + pulumi.set(__self__, "spans", spans) + if trace is not None: + pulumi.set(__self__, "trace", trace) + + @property + @pulumi.getter + def spans(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanArgs']]]]: + return pulumi.get(self, "spans") + + @spans.setter + def spans(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanArgs']]]]): + pulumi.set(self, "spans", value) + + @property + @pulumi.getter + def trace(self) -> Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterTraceArgs']]: + return pulumi.get(self, "trace") + + @trace.setter + def trace(self, value: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterTraceArgs']]): + pulumi.set(self, "trace", value) + + +@pulumi.input_type +class TraceTailSamplingRulesRuleFilterSpanArgs: + def __init__(__self__, *, + duration: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanDurationArgs']] = None, + error: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanErrorArgs']] = None, + match_type: Optional[pulumi.Input[str]] = None, + operation: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanOperationArgs']] = None, + parent_operation: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanParentOperationArgs']] = None, + parent_service: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanParentServiceArgs']] = None, + service: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanServiceArgs']] = None, + span_count: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanSpanCountArgs']] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanTagArgs']]]] = None): + if duration is not None: + pulumi.set(__self__, "duration", duration) + if error is not None: + pulumi.set(__self__, "error", error) + if match_type is not None: + pulumi.set(__self__, "match_type", match_type) + if operation is not None: + pulumi.set(__self__, "operation", operation) + if parent_operation is not None: + pulumi.set(__self__, "parent_operation", parent_operation) + if parent_service is not None: + pulumi.set(__self__, "parent_service", parent_service) + if service is not None: + pulumi.set(__self__, "service", service) + if span_count is not None: + pulumi.set(__self__, "span_count", span_count) + if tags is not None: + pulumi.set(__self__, "tags", tags) + + @property + @pulumi.getter + def duration(self) -> Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanDurationArgs']]: + return pulumi.get(self, "duration") + + @duration.setter + def duration(self, value: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanDurationArgs']]): + pulumi.set(self, "duration", value) + + @property + @pulumi.getter + def error(self) -> Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanErrorArgs']]: + return pulumi.get(self, "error") + + @error.setter + def error(self, value: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanErrorArgs']]): + pulumi.set(self, "error", value) + + @property + @pulumi.getter(name="matchType") + def match_type(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "match_type") + + @match_type.setter + def match_type(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "match_type", value) + + @property + @pulumi.getter + def operation(self) -> Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanOperationArgs']]: + return pulumi.get(self, "operation") + + @operation.setter + def operation(self, value: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanOperationArgs']]): + pulumi.set(self, "operation", value) + + @property + @pulumi.getter(name="parentOperation") + def parent_operation(self) -> Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanParentOperationArgs']]: + return pulumi.get(self, "parent_operation") + + @parent_operation.setter + def parent_operation(self, value: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanParentOperationArgs']]): + pulumi.set(self, "parent_operation", value) + + @property + @pulumi.getter(name="parentService") + def parent_service(self) -> Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanParentServiceArgs']]: + return pulumi.get(self, "parent_service") + + @parent_service.setter + def parent_service(self, value: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanParentServiceArgs']]): + pulumi.set(self, "parent_service", value) + + @property + @pulumi.getter + def service(self) -> Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanServiceArgs']]: + return pulumi.get(self, "service") + + @service.setter + def service(self, value: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanServiceArgs']]): + pulumi.set(self, "service", value) + + @property + @pulumi.getter(name="spanCount") + def span_count(self) -> Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanSpanCountArgs']]: + return pulumi.get(self, "span_count") + + @span_count.setter + def span_count(self, value: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanSpanCountArgs']]): + pulumi.set(self, "span_count", value) + + @property + @pulumi.getter + def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanTagArgs']]]]: + return pulumi.get(self, "tags") + + @tags.setter + def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanTagArgs']]]]): + pulumi.set(self, "tags", value) + + +@pulumi.input_type +class TraceTailSamplingRulesRuleFilterSpanDurationArgs: + def __init__(__self__, *, + max_secs: Optional[pulumi.Input[float]] = None, + min_secs: Optional[pulumi.Input[float]] = None): + if max_secs is not None: + pulumi.set(__self__, "max_secs", max_secs) + if min_secs is not None: + pulumi.set(__self__, "min_secs", min_secs) + + @property + @pulumi.getter(name="maxSecs") + def max_secs(self) -> Optional[pulumi.Input[float]]: + return pulumi.get(self, "max_secs") + + @max_secs.setter + def max_secs(self, value: Optional[pulumi.Input[float]]): + pulumi.set(self, "max_secs", value) + + @property + @pulumi.getter(name="minSecs") + def min_secs(self) -> Optional[pulumi.Input[float]]: + return pulumi.get(self, "min_secs") + + @min_secs.setter + def min_secs(self, value: Optional[pulumi.Input[float]]): + pulumi.set(self, "min_secs", value) + + +@pulumi.input_type +class TraceTailSamplingRulesRuleFilterSpanErrorArgs: + def __init__(__self__, *, + value: pulumi.Input[bool]): + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def value(self) -> pulumi.Input[bool]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: pulumi.Input[bool]): + pulumi.set(self, "value", value) + + +@pulumi.input_type +class TraceTailSamplingRulesRuleFilterSpanOperationArgs: + def __init__(__self__, *, + value: pulumi.Input[str], + match: Optional[pulumi.Input[str]] = None): + pulumi.set(__self__, "value", value) + if match is not None: + pulumi.set(__self__, "match", match) + + @property + @pulumi.getter + def value(self) -> pulumi.Input[str]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: pulumi.Input[str]): + pulumi.set(self, "value", value) + + @property + @pulumi.getter + def match(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "match") + + @match.setter + def match(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "match", value) + + +@pulumi.input_type +class TraceTailSamplingRulesRuleFilterSpanParentOperationArgs: + def __init__(__self__, *, + value: pulumi.Input[str], + match: Optional[pulumi.Input[str]] = None): + pulumi.set(__self__, "value", value) + if match is not None: + pulumi.set(__self__, "match", match) + + @property + @pulumi.getter + def value(self) -> pulumi.Input[str]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: pulumi.Input[str]): + pulumi.set(self, "value", value) + + @property + @pulumi.getter + def match(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "match") + + @match.setter + def match(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "match", value) + + +@pulumi.input_type +class TraceTailSamplingRulesRuleFilterSpanParentServiceArgs: + def __init__(__self__, *, + value: pulumi.Input[str], + match: Optional[pulumi.Input[str]] = None): + pulumi.set(__self__, "value", value) + if match is not None: + pulumi.set(__self__, "match", match) + + @property + @pulumi.getter + def value(self) -> pulumi.Input[str]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: pulumi.Input[str]): + pulumi.set(self, "value", value) + + @property + @pulumi.getter + def match(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "match") + + @match.setter + def match(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "match", value) + + +@pulumi.input_type +class TraceTailSamplingRulesRuleFilterSpanServiceArgs: + def __init__(__self__, *, + value: pulumi.Input[str], + match: Optional[pulumi.Input[str]] = None): + pulumi.set(__self__, "value", value) + if match is not None: + pulumi.set(__self__, "match", match) + + @property + @pulumi.getter + def value(self) -> pulumi.Input[str]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: pulumi.Input[str]): + pulumi.set(self, "value", value) + + @property + @pulumi.getter + def match(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "match") + + @match.setter + def match(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "match", value) + + +@pulumi.input_type +class TraceTailSamplingRulesRuleFilterSpanSpanCountArgs: + def __init__(__self__, *, + max: Optional[pulumi.Input[int]] = None, + min: Optional[pulumi.Input[int]] = None): + if max is not None: + pulumi.set(__self__, "max", max) + if min is not None: + pulumi.set(__self__, "min", min) + + @property + @pulumi.getter + def max(self) -> Optional[pulumi.Input[int]]: + return pulumi.get(self, "max") + + @max.setter + def max(self, value: Optional[pulumi.Input[int]]): + pulumi.set(self, "max", value) + + @property + @pulumi.getter + def min(self) -> Optional[pulumi.Input[int]]: + return pulumi.get(self, "min") + + @min.setter + def min(self, value: Optional[pulumi.Input[int]]): + pulumi.set(self, "min", value) + + +@pulumi.input_type +class TraceTailSamplingRulesRuleFilterSpanTagArgs: + def __init__(__self__, *, + key: Optional[pulumi.Input[str]] = None, + numeric_value: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanTagNumericValueArgs']] = None, + value: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanTagValueArgs']] = None): + if key is not None: + pulumi.set(__self__, "key", key) + if numeric_value is not None: + pulumi.set(__self__, "numeric_value", numeric_value) + if value is not None: + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def key(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "key") + + @key.setter + def key(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "key", value) + + @property + @pulumi.getter(name="numericValue") + def numeric_value(self) -> Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanTagNumericValueArgs']]: + return pulumi.get(self, "numeric_value") + + @numeric_value.setter + def numeric_value(self, value: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanTagNumericValueArgs']]): + pulumi.set(self, "numeric_value", value) + + @property + @pulumi.getter + def value(self) -> Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanTagValueArgs']]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterSpanTagValueArgs']]): + pulumi.set(self, "value", value) + + +@pulumi.input_type +class TraceTailSamplingRulesRuleFilterSpanTagNumericValueArgs: + def __init__(__self__, *, + comparison: pulumi.Input[str], + value: pulumi.Input[float]): + pulumi.set(__self__, "comparison", comparison) + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def comparison(self) -> pulumi.Input[str]: + return pulumi.get(self, "comparison") + + @comparison.setter + def comparison(self, value: pulumi.Input[str]): + pulumi.set(self, "comparison", value) + + @property + @pulumi.getter + def value(self) -> pulumi.Input[float]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: pulumi.Input[float]): + pulumi.set(self, "value", value) + + +@pulumi.input_type +class TraceTailSamplingRulesRuleFilterSpanTagValueArgs: + def __init__(__self__, *, + value: pulumi.Input[str], + match: Optional[pulumi.Input[str]] = None): + pulumi.set(__self__, "value", value) + if match is not None: + pulumi.set(__self__, "match", match) + + @property + @pulumi.getter + def value(self) -> pulumi.Input[str]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: pulumi.Input[str]): + pulumi.set(self, "value", value) + + @property + @pulumi.getter + def match(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "match") + + @match.setter + def match(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "match", value) + + +@pulumi.input_type +class TraceTailSamplingRulesRuleFilterTraceArgs: + def __init__(__self__, *, + duration: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterTraceDurationArgs']] = None, + error: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterTraceErrorArgs']] = None): + if duration is not None: + pulumi.set(__self__, "duration", duration) + if error is not None: + pulumi.set(__self__, "error", error) + + @property + @pulumi.getter + def duration(self) -> Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterTraceDurationArgs']]: + return pulumi.get(self, "duration") + + @duration.setter + def duration(self, value: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterTraceDurationArgs']]): + pulumi.set(self, "duration", value) + + @property + @pulumi.getter + def error(self) -> Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterTraceErrorArgs']]: + return pulumi.get(self, "error") + + @error.setter + def error(self, value: Optional[pulumi.Input['TraceTailSamplingRulesRuleFilterTraceErrorArgs']]): + pulumi.set(self, "error", value) + + +@pulumi.input_type +class TraceTailSamplingRulesRuleFilterTraceDurationArgs: + def __init__(__self__, *, + max_secs: Optional[pulumi.Input[float]] = None, + min_secs: Optional[pulumi.Input[float]] = None): + if max_secs is not None: + pulumi.set(__self__, "max_secs", max_secs) + if min_secs is not None: + pulumi.set(__self__, "min_secs", min_secs) + + @property + @pulumi.getter(name="maxSecs") + def max_secs(self) -> Optional[pulumi.Input[float]]: + return pulumi.get(self, "max_secs") + + @max_secs.setter + def max_secs(self, value: Optional[pulumi.Input[float]]): + pulumi.set(self, "max_secs", value) + + @property + @pulumi.getter(name="minSecs") + def min_secs(self) -> Optional[pulumi.Input[float]]: + return pulumi.get(self, "min_secs") + + @min_secs.setter + def min_secs(self, value: Optional[pulumi.Input[float]]): + pulumi.set(self, "min_secs", value) + + +@pulumi.input_type +class TraceTailSamplingRulesRuleFilterTraceErrorArgs: + def __init__(__self__, *, + value: pulumi.Input[bool]): + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def value(self) -> pulumi.Input[bool]: + return pulumi.get(self, "value") + + @value.setter + def value(self, value: pulumi.Input[bool]): + pulumi.set(self, "value", value) + + diff --git a/sdk/python/chronosphereio_chronosphere/_utilities.py b/sdk/python/chronosphereio_chronosphere/_utilities.py new file mode 100644 index 00000000..2d9a3c84 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/_utilities.py @@ -0,0 +1,250 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + + +import importlib.util +import inspect +import json +import os +import pkg_resources +import sys +import typing + +import pulumi +import pulumi.runtime + +from semver import VersionInfo as SemverVersion +from parver import Version as PEP440Version + + +def get_env(*args): + for v in args: + value = os.getenv(v) + if value is not None: + return value + return None + + +def get_env_bool(*args): + str = get_env(*args) + if str is not None: + # NOTE: these values are taken from https://golang.org/src/strconv/atob.go?s=351:391#L1, which is what + # Terraform uses internally when parsing boolean values. + if str in ["1", "t", "T", "true", "TRUE", "True"]: + return True + if str in ["0", "f", "F", "false", "FALSE", "False"]: + return False + return None + + +def get_env_int(*args): + str = get_env(*args) + if str is not None: + try: + return int(str) + except: + return None + return None + + +def get_env_float(*args): + str = get_env(*args) + if str is not None: + try: + return float(str) + except: + return None + return None + + +def _get_semver_version(): + # __name__ is set to the fully-qualified name of the current module, In our case, it will be + # ._utilities. is the module we want to query the version for. + root_package, *rest = __name__.split('.') + + # pkg_resources uses setuptools to inspect the set of installed packages. We use it here to ask + # for the currently installed version of the root package (i.e. us) and get its version. + + # Unfortunately, PEP440 and semver differ slightly in incompatible ways. The Pulumi engine expects + # to receive a valid semver string when receiving requests from the language host, so it's our + # responsibility as the library to convert our own PEP440 version into a valid semver string. + + pep440_version_string = pkg_resources.require(root_package)[0].version + pep440_version = PEP440Version.parse(pep440_version_string) + (major, minor, patch) = pep440_version.release + prerelease = None + if pep440_version.pre_tag == 'a': + prerelease = f"alpha.{pep440_version.pre}" + elif pep440_version.pre_tag == 'b': + prerelease = f"beta.{pep440_version.pre}" + elif pep440_version.pre_tag == 'rc': + prerelease = f"rc.{pep440_version.pre}" + elif pep440_version.dev is not None: + prerelease = f"dev.{pep440_version.dev}" + + # The only significant difference between PEP440 and semver as it pertains to us is that PEP440 has explicit support + # for dev builds, while semver encodes them as "prerelease" versions. In order to bridge between the two, we convert + # our dev build version into a prerelease tag. This matches what all of our other packages do when constructing + # their own semver string. + return SemverVersion(major=major, minor=minor, patch=patch, prerelease=prerelease) + + +# Determine the version once and cache the value, which measurably improves program performance. +_version = _get_semver_version() +_version_str = str(_version) + + +def get_version(): + return _version_str + +def get_resource_opts_defaults() -> pulumi.ResourceOptions: + return pulumi.ResourceOptions( + version=get_version(), + plugin_download_url=get_plugin_download_url(), + ) + +def get_invoke_opts_defaults() -> pulumi.InvokeOptions: + return pulumi.InvokeOptions( + version=get_version(), + plugin_download_url=get_plugin_download_url(), + ) + +def get_resource_args_opts(resource_args_type, resource_options_type, *args, **kwargs): + """ + Return the resource args and options given the *args and **kwargs of a resource's + __init__ method. + """ + + resource_args, opts = None, None + + # If the first item is the resource args type, save it and remove it from the args list. + if args and isinstance(args[0], resource_args_type): + resource_args, args = args[0], args[1:] + + # Now look at the first item in the args list again. + # If the first item is the resource options class, save it. + if args and isinstance(args[0], resource_options_type): + opts = args[0] + + # If resource_args is None, see if "args" is in kwargs, and, if so, if it's typed as the + # the resource args type. + if resource_args is None: + a = kwargs.get("args") + if isinstance(a, resource_args_type): + resource_args = a + + # If opts is None, look it up in kwargs. + if opts is None: + opts = kwargs.get("opts") + + return resource_args, opts + + +# Temporary: just use pulumi._utils.lazy_import once everyone upgrades. +def lazy_import(fullname): + + import pulumi._utils as u + f = getattr(u, 'lazy_import', None) + if f is None: + f = _lazy_import_temp + + return f(fullname) + + +# Copied from pulumi._utils.lazy_import, see comments there. +def _lazy_import_temp(fullname): + m = sys.modules.get(fullname, None) + if m is not None: + return m + + spec = importlib.util.find_spec(fullname) + + m = sys.modules.get(fullname, None) + if m is not None: + return m + + loader = importlib.util.LazyLoader(spec.loader) + spec.loader = loader + module = importlib.util.module_from_spec(spec) + + m = sys.modules.get(fullname, None) + if m is not None: + return m + + sys.modules[fullname] = module + loader.exec_module(module) + return module + + +class Package(pulumi.runtime.ResourcePackage): + def __init__(self, pkg_info): + super().__init__() + self.pkg_info = pkg_info + + def version(self): + return _version + + def construct_provider(self, name: str, typ: str, urn: str) -> pulumi.ProviderResource: + if typ != self.pkg_info['token']: + raise Exception(f"unknown provider type {typ}") + Provider = getattr(lazy_import(self.pkg_info['fqn']), self.pkg_info['class']) + return Provider(name, pulumi.ResourceOptions(urn=urn)) + + +class Module(pulumi.runtime.ResourceModule): + def __init__(self, mod_info): + super().__init__() + self.mod_info = mod_info + + def version(self): + return _version + + def construct(self, name: str, typ: str, urn: str) -> pulumi.Resource: + class_name = self.mod_info['classes'].get(typ, None) + + if class_name is None: + raise Exception(f"unknown resource type {typ}") + + TheClass = getattr(lazy_import(self.mod_info['fqn']), class_name) + return TheClass(name, pulumi.ResourceOptions(urn=urn)) + + +def register(resource_modules, resource_packages): + resource_modules = json.loads(resource_modules) + resource_packages = json.loads(resource_packages) + + for pkg_info in resource_packages: + pulumi.runtime.register_resource_package(pkg_info['pkg'], Package(pkg_info)) + + for mod_info in resource_modules: + pulumi.runtime.register_resource_module( + mod_info['pkg'], + mod_info['mod'], + Module(mod_info)) + + +_F = typing.TypeVar('_F', bound=typing.Callable[..., typing.Any]) + + +def lift_output_func(func: typing.Any) -> typing.Callable[[_F], _F]: + """Decorator internally used on {fn}_output lifted function versions + to implement them automatically from the un-lifted function.""" + + func_sig = inspect.signature(func) + + def lifted_func(*args, opts=None, **kwargs): + bound_args = func_sig.bind(*args, **kwargs) + # Convert tuple to list, see pulumi/pulumi#8172 + args_list = list(bound_args.args) + return pulumi.Output.from_input({ + 'args': args_list, + 'kwargs': bound_args.kwargs + }).apply(lambda resolved_args: func(*resolved_args['args'], + opts=opts, + **resolved_args['kwargs'])) + + return (lambda _: lifted_func) + +def get_plugin_download_url(): + return None diff --git a/sdk/python/chronosphereio_chronosphere/blackhole_alert_notifier.py b/sdk/python/chronosphereio_chronosphere/blackhole_alert_notifier.py new file mode 100644 index 00000000..17e38e9c --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/blackhole_alert_notifier.py @@ -0,0 +1,165 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities + +__all__ = ['BlackholeAlertNotifierArgs', 'BlackholeAlertNotifier'] + +@pulumi.input_type +class BlackholeAlertNotifierArgs: + def __init__(__self__, *, + name: pulumi.Input[str], + slug: Optional[pulumi.Input[str]] = None): + """ + The set of arguments for constructing a BlackholeAlertNotifier resource. + """ + pulumi.set(__self__, "name", name) + if slug is not None: + pulumi.set(__self__, "slug", slug) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + +@pulumi.input_type +class _BlackholeAlertNotifierState: + def __init__(__self__, *, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None): + """ + Input properties used for looking up and filtering BlackholeAlertNotifier resources. + """ + if name is not None: + pulumi.set(__self__, "name", name) + if slug is not None: + pulumi.set(__self__, "slug", slug) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + +class BlackholeAlertNotifier(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + __props__=None): + """ + Create a BlackholeAlertNotifier resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: BlackholeAlertNotifierArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a BlackholeAlertNotifier resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param BlackholeAlertNotifierArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(BlackholeAlertNotifierArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = BlackholeAlertNotifierArgs.__new__(BlackholeAlertNotifierArgs) + + if name is None and not opts.urn: + raise TypeError("Missing required property 'name'") + __props__.__dict__["name"] = name + __props__.__dict__["slug"] = slug + super(BlackholeAlertNotifier, __self__).__init__( + 'chronosphere:index/blackholeAlertNotifier:BlackholeAlertNotifier', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None) -> 'BlackholeAlertNotifier': + """ + Get an existing BlackholeAlertNotifier resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _BlackholeAlertNotifierState.__new__(_BlackholeAlertNotifierState) + + __props__.__dict__["name"] = name + __props__.__dict__["slug"] = slug + return BlackholeAlertNotifier(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter + def name(self) -> pulumi.Output[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "slug") + diff --git a/sdk/python/chronosphereio_chronosphere/bucket.py b/sdk/python/chronosphereio_chronosphere/bucket.py new file mode 100644 index 00000000..528fd195 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/bucket.py @@ -0,0 +1,355 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities + +__all__ = ['BucketArgs', 'Bucket'] + +@pulumi.input_type +class BucketArgs: + def __init__(__self__, *, + name: pulumi.Input[str], + description: Optional[pulumi.Input[str]] = None, + labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + notification_policy_data: Optional[pulumi.Input[str]] = None, + notification_policy_id: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + team_id: Optional[pulumi.Input[str]] = None): + """ + The set of arguments for constructing a Bucket resource. + """ + pulumi.set(__self__, "name", name) + if description is not None: + pulumi.set(__self__, "description", description) + if labels is not None: + pulumi.set(__self__, "labels", labels) + if notification_policy_data is not None: + pulumi.set(__self__, "notification_policy_data", notification_policy_data) + if notification_policy_id is not None: + pulumi.set(__self__, "notification_policy_id", notification_policy_id) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if team_id is not None: + pulumi.set(__self__, "team_id", team_id) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def description(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "description") + + @description.setter + def description(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "description", value) + + @property + @pulumi.getter + def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: + return pulumi.get(self, "labels") + + @labels.setter + def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]): + pulumi.set(self, "labels", value) + + @property + @pulumi.getter(name="notificationPolicyData") + def notification_policy_data(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "notification_policy_data") + + @notification_policy_data.setter + def notification_policy_data(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "notification_policy_data", value) + + @property + @pulumi.getter(name="notificationPolicyId") + def notification_policy_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "notification_policy_id") + + @notification_policy_id.setter + def notification_policy_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "notification_policy_id", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter(name="teamId") + def team_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "team_id") + + @team_id.setter + def team_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "team_id", value) + + +@pulumi.input_type +class _BucketState: + def __init__(__self__, *, + description: Optional[pulumi.Input[str]] = None, + labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + name: Optional[pulumi.Input[str]] = None, + notification_policy_data: Optional[pulumi.Input[str]] = None, + notification_policy_id: Optional[pulumi.Input[str]] = None, + notification_policy_slug: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + team_id: Optional[pulumi.Input[str]] = None): + """ + Input properties used for looking up and filtering Bucket resources. + """ + if description is not None: + pulumi.set(__self__, "description", description) + if labels is not None: + pulumi.set(__self__, "labels", labels) + if name is not None: + pulumi.set(__self__, "name", name) + if notification_policy_data is not None: + pulumi.set(__self__, "notification_policy_data", notification_policy_data) + if notification_policy_id is not None: + pulumi.set(__self__, "notification_policy_id", notification_policy_id) + if notification_policy_slug is not None: + pulumi.set(__self__, "notification_policy_slug", notification_policy_slug) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if team_id is not None: + pulumi.set(__self__, "team_id", team_id) + + @property + @pulumi.getter + def description(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "description") + + @description.setter + def description(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "description", value) + + @property + @pulumi.getter + def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: + return pulumi.get(self, "labels") + + @labels.setter + def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]): + pulumi.set(self, "labels", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter(name="notificationPolicyData") + def notification_policy_data(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "notification_policy_data") + + @notification_policy_data.setter + def notification_policy_data(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "notification_policy_data", value) + + @property + @pulumi.getter(name="notificationPolicyId") + def notification_policy_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "notification_policy_id") + + @notification_policy_id.setter + def notification_policy_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "notification_policy_id", value) + + @property + @pulumi.getter(name="notificationPolicySlug") + def notification_policy_slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "notification_policy_slug") + + @notification_policy_slug.setter + def notification_policy_slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "notification_policy_slug", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter(name="teamId") + def team_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "team_id") + + @team_id.setter + def team_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "team_id", value) + + +class Bucket(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + description: Optional[pulumi.Input[str]] = None, + labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + name: Optional[pulumi.Input[str]] = None, + notification_policy_data: Optional[pulumi.Input[str]] = None, + notification_policy_id: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + team_id: Optional[pulumi.Input[str]] = None, + __props__=None): + """ + Create a Bucket resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: BucketArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a Bucket resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param BucketArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(BucketArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + description: Optional[pulumi.Input[str]] = None, + labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + name: Optional[pulumi.Input[str]] = None, + notification_policy_data: Optional[pulumi.Input[str]] = None, + notification_policy_id: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + team_id: Optional[pulumi.Input[str]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = BucketArgs.__new__(BucketArgs) + + __props__.__dict__["description"] = description + __props__.__dict__["labels"] = labels + if name is None and not opts.urn: + raise TypeError("Missing required property 'name'") + __props__.__dict__["name"] = name + __props__.__dict__["notification_policy_data"] = notification_policy_data + __props__.__dict__["notification_policy_id"] = notification_policy_id + __props__.__dict__["slug"] = slug + __props__.__dict__["team_id"] = team_id + __props__.__dict__["notification_policy_slug"] = None + super(Bucket, __self__).__init__( + 'chronosphere:index/bucket:Bucket', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + description: Optional[pulumi.Input[str]] = None, + labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + name: Optional[pulumi.Input[str]] = None, + notification_policy_data: Optional[pulumi.Input[str]] = None, + notification_policy_id: Optional[pulumi.Input[str]] = None, + notification_policy_slug: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + team_id: Optional[pulumi.Input[str]] = None) -> 'Bucket': + """ + Get an existing Bucket resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _BucketState.__new__(_BucketState) + + __props__.__dict__["description"] = description + __props__.__dict__["labels"] = labels + __props__.__dict__["name"] = name + __props__.__dict__["notification_policy_data"] = notification_policy_data + __props__.__dict__["notification_policy_id"] = notification_policy_id + __props__.__dict__["notification_policy_slug"] = notification_policy_slug + __props__.__dict__["slug"] = slug + __props__.__dict__["team_id"] = team_id + return Bucket(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter + def description(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "description") + + @property + @pulumi.getter + def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]: + return pulumi.get(self, "labels") + + @property + @pulumi.getter + def name(self) -> pulumi.Output[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter(name="notificationPolicyData") + def notification_policy_data(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "notification_policy_data") + + @property + @pulumi.getter(name="notificationPolicyId") + def notification_policy_id(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "notification_policy_id") + + @property + @pulumi.getter(name="notificationPolicySlug") + def notification_policy_slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "notification_policy_slug") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "slug") + + @property + @pulumi.getter(name="teamId") + def team_id(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "team_id") + diff --git a/sdk/python/chronosphereio_chronosphere/bucket_data_source.py b/sdk/python/chronosphereio_chronosphere/bucket_data_source.py new file mode 100644 index 00000000..7fd8b167 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/bucket_data_source.py @@ -0,0 +1,113 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities + +__all__ = [ + 'BucketDataSourceResult', + 'AwaitableBucketDataSourceResult', + 'bucket_data_source', + 'bucket_data_source_output', +] + +@pulumi.output_type +class BucketDataSourceResult: + """ + A collection of values returned by BucketDataSource. + """ + def __init__(__self__, description=None, id=None, labels=None, name=None, slug=None): + if description and not isinstance(description, str): + raise TypeError("Expected argument 'description' to be a str") + pulumi.set(__self__, "description", description) + if id and not isinstance(id, str): + raise TypeError("Expected argument 'id' to be a str") + pulumi.set(__self__, "id", id) + if labels and not isinstance(labels, dict): + raise TypeError("Expected argument 'labels' to be a dict") + pulumi.set(__self__, "labels", labels) + if name and not isinstance(name, str): + raise TypeError("Expected argument 'name' to be a str") + pulumi.set(__self__, "name", name) + if slug and not isinstance(slug, str): + raise TypeError("Expected argument 'slug' to be a str") + pulumi.set(__self__, "slug", slug) + + @property + @pulumi.getter + def description(self) -> str: + return pulumi.get(self, "description") + + @property + @pulumi.getter + def id(self) -> str: + """ + The provider-assigned unique ID for this managed resource. + """ + return pulumi.get(self, "id") + + @property + @pulumi.getter + def labels(self) -> Optional[Mapping[str, str]]: + return pulumi.get(self, "labels") + + @property + @pulumi.getter + def name(self) -> Optional[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter + def slug(self) -> Optional[str]: + return pulumi.get(self, "slug") + + +class AwaitableBucketDataSourceResult(BucketDataSourceResult): + # pylint: disable=using-constant-test + def __await__(self): + if False: + yield self + return BucketDataSourceResult( + description=self.description, + id=self.id, + labels=self.labels, + name=self.name, + slug=self.slug) + + +def bucket_data_source(labels: Optional[Mapping[str, str]] = None, + name: Optional[str] = None, + slug: Optional[str] = None, + opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableBucketDataSourceResult: + """ + Use this data source to access information about an existing resource. + """ + __args__ = dict() + __args__['labels'] = labels + __args__['name'] = name + __args__['slug'] = slug + opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts) + __ret__ = pulumi.runtime.invoke('chronosphere:index/bucketDataSource:BucketDataSource', __args__, opts=opts, typ=BucketDataSourceResult).value + + return AwaitableBucketDataSourceResult( + description=pulumi.get(__ret__, 'description'), + id=pulumi.get(__ret__, 'id'), + labels=pulumi.get(__ret__, 'labels'), + name=pulumi.get(__ret__, 'name'), + slug=pulumi.get(__ret__, 'slug')) + + +@_utilities.lift_output_func(bucket_data_source) +def bucket_data_source_output(labels: Optional[pulumi.Input[Optional[Mapping[str, str]]]] = None, + name: Optional[pulumi.Input[Optional[str]]] = None, + slug: Optional[pulumi.Input[Optional[str]]] = None, + opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[BucketDataSourceResult]: + """ + Use this data source to access information about an existing resource. + """ + ... diff --git a/sdk/python/chronosphereio_chronosphere/classic_dashboard.py b/sdk/python/chronosphereio_chronosphere/classic_dashboard.py new file mode 100644 index 00000000..ce615857 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/classic_dashboard.py @@ -0,0 +1,199 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities + +__all__ = ['ClassicDashboardArgs', 'ClassicDashboard'] + +@pulumi.input_type +class ClassicDashboardArgs: + def __init__(__self__, *, + dashboard_json: pulumi.Input[str], + bucket_id: Optional[pulumi.Input[str]] = None, + collection_id: Optional[pulumi.Input[str]] = None): + """ + The set of arguments for constructing a ClassicDashboard resource. + """ + pulumi.set(__self__, "dashboard_json", dashboard_json) + if bucket_id is not None: + pulumi.set(__self__, "bucket_id", bucket_id) + if collection_id is not None: + pulumi.set(__self__, "collection_id", collection_id) + + @property + @pulumi.getter(name="dashboardJson") + def dashboard_json(self) -> pulumi.Input[str]: + return pulumi.get(self, "dashboard_json") + + @dashboard_json.setter + def dashboard_json(self, value: pulumi.Input[str]): + pulumi.set(self, "dashboard_json", value) + + @property + @pulumi.getter(name="bucketId") + def bucket_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bucket_id") + + @bucket_id.setter + def bucket_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bucket_id", value) + + @property + @pulumi.getter(name="collectionId") + def collection_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "collection_id") + + @collection_id.setter + def collection_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "collection_id", value) + + +@pulumi.input_type +class _ClassicDashboardState: + def __init__(__self__, *, + bucket_id: Optional[pulumi.Input[str]] = None, + collection_id: Optional[pulumi.Input[str]] = None, + dashboard_json: Optional[pulumi.Input[str]] = None): + """ + Input properties used for looking up and filtering ClassicDashboard resources. + """ + if bucket_id is not None: + pulumi.set(__self__, "bucket_id", bucket_id) + if collection_id is not None: + pulumi.set(__self__, "collection_id", collection_id) + if dashboard_json is not None: + pulumi.set(__self__, "dashboard_json", dashboard_json) + + @property + @pulumi.getter(name="bucketId") + def bucket_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bucket_id") + + @bucket_id.setter + def bucket_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bucket_id", value) + + @property + @pulumi.getter(name="collectionId") + def collection_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "collection_id") + + @collection_id.setter + def collection_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "collection_id", value) + + @property + @pulumi.getter(name="dashboardJson") + def dashboard_json(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "dashboard_json") + + @dashboard_json.setter + def dashboard_json(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "dashboard_json", value) + + +class ClassicDashboard(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + collection_id: Optional[pulumi.Input[str]] = None, + dashboard_json: Optional[pulumi.Input[str]] = None, + __props__=None): + """ + Create a ClassicDashboard resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: ClassicDashboardArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a ClassicDashboard resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param ClassicDashboardArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(ClassicDashboardArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + collection_id: Optional[pulumi.Input[str]] = None, + dashboard_json: Optional[pulumi.Input[str]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = ClassicDashboardArgs.__new__(ClassicDashboardArgs) + + __props__.__dict__["bucket_id"] = bucket_id + __props__.__dict__["collection_id"] = collection_id + if dashboard_json is None and not opts.urn: + raise TypeError("Missing required property 'dashboard_json'") + __props__.__dict__["dashboard_json"] = dashboard_json + super(ClassicDashboard, __self__).__init__( + 'chronosphere:index/classicDashboard:ClassicDashboard', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + collection_id: Optional[pulumi.Input[str]] = None, + dashboard_json: Optional[pulumi.Input[str]] = None) -> 'ClassicDashboard': + """ + Get an existing ClassicDashboard resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _ClassicDashboardState.__new__(_ClassicDashboardState) + + __props__.__dict__["bucket_id"] = bucket_id + __props__.__dict__["collection_id"] = collection_id + __props__.__dict__["dashboard_json"] = dashboard_json + return ClassicDashboard(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter(name="bucketId") + def bucket_id(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "bucket_id") + + @property + @pulumi.getter(name="collectionId") + def collection_id(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "collection_id") + + @property + @pulumi.getter(name="dashboardJson") + def dashboard_json(self) -> pulumi.Output[str]: + return pulumi.get(self, "dashboard_json") + diff --git a/sdk/python/chronosphereio_chronosphere/collection.py b/sdk/python/chronosphereio_chronosphere/collection.py new file mode 100644 index 00000000..97634445 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/collection.py @@ -0,0 +1,267 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities + +__all__ = ['CollectionArgs', 'Collection'] + +@pulumi.input_type +class CollectionArgs: + def __init__(__self__, *, + name: pulumi.Input[str], + description: Optional[pulumi.Input[str]] = None, + notification_policy_id: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + team_id: Optional[pulumi.Input[str]] = None): + """ + The set of arguments for constructing a Collection resource. + """ + pulumi.set(__self__, "name", name) + if description is not None: + pulumi.set(__self__, "description", description) + if notification_policy_id is not None: + pulumi.set(__self__, "notification_policy_id", notification_policy_id) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if team_id is not None: + pulumi.set(__self__, "team_id", team_id) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def description(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "description") + + @description.setter + def description(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "description", value) + + @property + @pulumi.getter(name="notificationPolicyId") + def notification_policy_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "notification_policy_id") + + @notification_policy_id.setter + def notification_policy_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "notification_policy_id", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter(name="teamId") + def team_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "team_id") + + @team_id.setter + def team_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "team_id", value) + + +@pulumi.input_type +class _CollectionState: + def __init__(__self__, *, + description: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + notification_policy_id: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + team_id: Optional[pulumi.Input[str]] = None): + """ + Input properties used for looking up and filtering Collection resources. + """ + if description is not None: + pulumi.set(__self__, "description", description) + if name is not None: + pulumi.set(__self__, "name", name) + if notification_policy_id is not None: + pulumi.set(__self__, "notification_policy_id", notification_policy_id) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if team_id is not None: + pulumi.set(__self__, "team_id", team_id) + + @property + @pulumi.getter + def description(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "description") + + @description.setter + def description(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "description", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter(name="notificationPolicyId") + def notification_policy_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "notification_policy_id") + + @notification_policy_id.setter + def notification_policy_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "notification_policy_id", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter(name="teamId") + def team_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "team_id") + + @team_id.setter + def team_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "team_id", value) + + +class Collection(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + description: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + notification_policy_id: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + team_id: Optional[pulumi.Input[str]] = None, + __props__=None): + """ + Create a Collection resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: CollectionArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a Collection resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param CollectionArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(CollectionArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + description: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + notification_policy_id: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + team_id: Optional[pulumi.Input[str]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = CollectionArgs.__new__(CollectionArgs) + + __props__.__dict__["description"] = description + if name is None and not opts.urn: + raise TypeError("Missing required property 'name'") + __props__.__dict__["name"] = name + __props__.__dict__["notification_policy_id"] = notification_policy_id + __props__.__dict__["slug"] = slug + __props__.__dict__["team_id"] = team_id + super(Collection, __self__).__init__( + 'chronosphere:index/collection:Collection', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + description: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + notification_policy_id: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + team_id: Optional[pulumi.Input[str]] = None) -> 'Collection': + """ + Get an existing Collection resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _CollectionState.__new__(_CollectionState) + + __props__.__dict__["description"] = description + __props__.__dict__["name"] = name + __props__.__dict__["notification_policy_id"] = notification_policy_id + __props__.__dict__["slug"] = slug + __props__.__dict__["team_id"] = team_id + return Collection(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter + def description(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "description") + + @property + @pulumi.getter + def name(self) -> pulumi.Output[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter(name="notificationPolicyId") + def notification_policy_id(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "notification_policy_id") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "slug") + + @property + @pulumi.getter(name="teamId") + def team_id(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "team_id") + diff --git a/sdk/python/chronosphereio_chronosphere/config/__init__.py b/sdk/python/chronosphereio_chronosphere/config/__init__.py new file mode 100644 index 00000000..18853fcb --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/config/__init__.py @@ -0,0 +1,8 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import sys +from .vars import _ExportableConfig + +sys.modules[__name__].__class__ = _ExportableConfig diff --git a/sdk/python/chronosphereio_chronosphere/config/__init__.pyi b/sdk/python/chronosphereio_chronosphere/config/__init__.pyi new file mode 100644 index 00000000..7f1a49ee --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/config/__init__.pyi @@ -0,0 +1,19 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from .. import _utilities + +apiToken: Optional[str] + +entityNamespace: Optional[str] + +org: Optional[str] + +unstable: Optional[bool] + diff --git a/sdk/python/chronosphereio_chronosphere/config/vars.py b/sdk/python/chronosphereio_chronosphere/config/vars.py new file mode 100644 index 00000000..9a4dfb3d --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/config/vars.py @@ -0,0 +1,33 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from .. import _utilities + +import types + +__config__ = pulumi.Config('chronosphere') + + +class _ExportableConfig(types.ModuleType): + @property + def api_token(self) -> Optional[str]: + return __config__.get('apiToken') or _utilities.get_env('CHRONOSPHERE_API_TOKEN') + + @property + def entity_namespace(self) -> Optional[str]: + return __config__.get('entityNamespace') + + @property + def org(self) -> Optional[str]: + return __config__.get('org') or _utilities.get_env('CHRONOSPHERE_ORG', 'CHRONOSPHERE_ORG_NAME') + + @property + def unstable(self) -> Optional[bool]: + return __config__.get_bool('unstable') + diff --git a/sdk/python/chronosphereio_chronosphere/dashboard.py b/sdk/python/chronosphereio_chronosphere/dashboard.py new file mode 100644 index 00000000..3045596f --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/dashboard.py @@ -0,0 +1,199 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities + +__all__ = ['DashboardArgs', 'Dashboard'] + +@pulumi.input_type +class DashboardArgs: + def __init__(__self__, *, + dashboard_json: pulumi.Input[str], + collection_id: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None): + """ + The set of arguments for constructing a Dashboard resource. + """ + pulumi.set(__self__, "dashboard_json", dashboard_json) + if collection_id is not None: + pulumi.set(__self__, "collection_id", collection_id) + if slug is not None: + pulumi.set(__self__, "slug", slug) + + @property + @pulumi.getter(name="dashboardJson") + def dashboard_json(self) -> pulumi.Input[str]: + return pulumi.get(self, "dashboard_json") + + @dashboard_json.setter + def dashboard_json(self, value: pulumi.Input[str]): + pulumi.set(self, "dashboard_json", value) + + @property + @pulumi.getter(name="collectionId") + def collection_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "collection_id") + + @collection_id.setter + def collection_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "collection_id", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + +@pulumi.input_type +class _DashboardState: + def __init__(__self__, *, + collection_id: Optional[pulumi.Input[str]] = None, + dashboard_json: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None): + """ + Input properties used for looking up and filtering Dashboard resources. + """ + if collection_id is not None: + pulumi.set(__self__, "collection_id", collection_id) + if dashboard_json is not None: + pulumi.set(__self__, "dashboard_json", dashboard_json) + if slug is not None: + pulumi.set(__self__, "slug", slug) + + @property + @pulumi.getter(name="collectionId") + def collection_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "collection_id") + + @collection_id.setter + def collection_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "collection_id", value) + + @property + @pulumi.getter(name="dashboardJson") + def dashboard_json(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "dashboard_json") + + @dashboard_json.setter + def dashboard_json(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "dashboard_json", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + +class Dashboard(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + collection_id: Optional[pulumi.Input[str]] = None, + dashboard_json: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + __props__=None): + """ + Create a Dashboard resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: DashboardArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a Dashboard resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param DashboardArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(DashboardArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + collection_id: Optional[pulumi.Input[str]] = None, + dashboard_json: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = DashboardArgs.__new__(DashboardArgs) + + __props__.__dict__["collection_id"] = collection_id + if dashboard_json is None and not opts.urn: + raise TypeError("Missing required property 'dashboard_json'") + __props__.__dict__["dashboard_json"] = dashboard_json + __props__.__dict__["slug"] = slug + super(Dashboard, __self__).__init__( + 'chronosphere:index/dashboard:Dashboard', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + collection_id: Optional[pulumi.Input[str]] = None, + dashboard_json: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None) -> 'Dashboard': + """ + Get an existing Dashboard resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _DashboardState.__new__(_DashboardState) + + __props__.__dict__["collection_id"] = collection_id + __props__.__dict__["dashboard_json"] = dashboard_json + __props__.__dict__["slug"] = slug + return Dashboard(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter(name="collectionId") + def collection_id(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "collection_id") + + @property + @pulumi.getter(name="dashboardJson") + def dashboard_json(self) -> pulumi.Output[str]: + return pulumi.get(self, "dashboard_json") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "slug") + diff --git a/sdk/python/chronosphereio_chronosphere/derived_label.py b/sdk/python/chronosphereio_chronosphere/derived_label.py new file mode 100644 index 00000000..f2099f37 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/derived_label.py @@ -0,0 +1,305 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities +from . import outputs +from ._inputs import * + +__all__ = ['DerivedLabelArgs', 'DerivedLabel'] + +@pulumi.input_type +class DerivedLabelArgs: + def __init__(__self__, *, + label_name: pulumi.Input[str], + metric_label: pulumi.Input['DerivedLabelMetricLabelArgs'], + name: pulumi.Input[str], + description: Optional[pulumi.Input[str]] = None, + existing_label_policy: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None): + """ + The set of arguments for constructing a DerivedLabel resource. + """ + pulumi.set(__self__, "label_name", label_name) + pulumi.set(__self__, "metric_label", metric_label) + pulumi.set(__self__, "name", name) + if description is not None: + pulumi.set(__self__, "description", description) + if existing_label_policy is not None: + pulumi.set(__self__, "existing_label_policy", existing_label_policy) + if slug is not None: + pulumi.set(__self__, "slug", slug) + + @property + @pulumi.getter(name="labelName") + def label_name(self) -> pulumi.Input[str]: + return pulumi.get(self, "label_name") + + @label_name.setter + def label_name(self, value: pulumi.Input[str]): + pulumi.set(self, "label_name", value) + + @property + @pulumi.getter(name="metricLabel") + def metric_label(self) -> pulumi.Input['DerivedLabelMetricLabelArgs']: + return pulumi.get(self, "metric_label") + + @metric_label.setter + def metric_label(self, value: pulumi.Input['DerivedLabelMetricLabelArgs']): + pulumi.set(self, "metric_label", value) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def description(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "description") + + @description.setter + def description(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "description", value) + + @property + @pulumi.getter(name="existingLabelPolicy") + def existing_label_policy(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "existing_label_policy") + + @existing_label_policy.setter + def existing_label_policy(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "existing_label_policy", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + +@pulumi.input_type +class _DerivedLabelState: + def __init__(__self__, *, + description: Optional[pulumi.Input[str]] = None, + existing_label_policy: Optional[pulumi.Input[str]] = None, + label_name: Optional[pulumi.Input[str]] = None, + metric_label: Optional[pulumi.Input['DerivedLabelMetricLabelArgs']] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None): + """ + Input properties used for looking up and filtering DerivedLabel resources. + """ + if description is not None: + pulumi.set(__self__, "description", description) + if existing_label_policy is not None: + pulumi.set(__self__, "existing_label_policy", existing_label_policy) + if label_name is not None: + pulumi.set(__self__, "label_name", label_name) + if metric_label is not None: + pulumi.set(__self__, "metric_label", metric_label) + if name is not None: + pulumi.set(__self__, "name", name) + if slug is not None: + pulumi.set(__self__, "slug", slug) + + @property + @pulumi.getter + def description(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "description") + + @description.setter + def description(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "description", value) + + @property + @pulumi.getter(name="existingLabelPolicy") + def existing_label_policy(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "existing_label_policy") + + @existing_label_policy.setter + def existing_label_policy(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "existing_label_policy", value) + + @property + @pulumi.getter(name="labelName") + def label_name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "label_name") + + @label_name.setter + def label_name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "label_name", value) + + @property + @pulumi.getter(name="metricLabel") + def metric_label(self) -> Optional[pulumi.Input['DerivedLabelMetricLabelArgs']]: + return pulumi.get(self, "metric_label") + + @metric_label.setter + def metric_label(self, value: Optional[pulumi.Input['DerivedLabelMetricLabelArgs']]): + pulumi.set(self, "metric_label", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + +class DerivedLabel(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + description: Optional[pulumi.Input[str]] = None, + existing_label_policy: Optional[pulumi.Input[str]] = None, + label_name: Optional[pulumi.Input[str]] = None, + metric_label: Optional[pulumi.Input[pulumi.InputType['DerivedLabelMetricLabelArgs']]] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + __props__=None): + """ + Create a DerivedLabel resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: DerivedLabelArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a DerivedLabel resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param DerivedLabelArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(DerivedLabelArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + description: Optional[pulumi.Input[str]] = None, + existing_label_policy: Optional[pulumi.Input[str]] = None, + label_name: Optional[pulumi.Input[str]] = None, + metric_label: Optional[pulumi.Input[pulumi.InputType['DerivedLabelMetricLabelArgs']]] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = DerivedLabelArgs.__new__(DerivedLabelArgs) + + __props__.__dict__["description"] = description + __props__.__dict__["existing_label_policy"] = existing_label_policy + if label_name is None and not opts.urn: + raise TypeError("Missing required property 'label_name'") + __props__.__dict__["label_name"] = label_name + if metric_label is None and not opts.urn: + raise TypeError("Missing required property 'metric_label'") + __props__.__dict__["metric_label"] = metric_label + if name is None and not opts.urn: + raise TypeError("Missing required property 'name'") + __props__.__dict__["name"] = name + __props__.__dict__["slug"] = slug + super(DerivedLabel, __self__).__init__( + 'chronosphere:index/derivedLabel:DerivedLabel', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + description: Optional[pulumi.Input[str]] = None, + existing_label_policy: Optional[pulumi.Input[str]] = None, + label_name: Optional[pulumi.Input[str]] = None, + metric_label: Optional[pulumi.Input[pulumi.InputType['DerivedLabelMetricLabelArgs']]] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None) -> 'DerivedLabel': + """ + Get an existing DerivedLabel resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _DerivedLabelState.__new__(_DerivedLabelState) + + __props__.__dict__["description"] = description + __props__.__dict__["existing_label_policy"] = existing_label_policy + __props__.__dict__["label_name"] = label_name + __props__.__dict__["metric_label"] = metric_label + __props__.__dict__["name"] = name + __props__.__dict__["slug"] = slug + return DerivedLabel(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter + def description(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "description") + + @property + @pulumi.getter(name="existingLabelPolicy") + def existing_label_policy(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "existing_label_policy") + + @property + @pulumi.getter(name="labelName") + def label_name(self) -> pulumi.Output[str]: + return pulumi.get(self, "label_name") + + @property + @pulumi.getter(name="metricLabel") + def metric_label(self) -> pulumi.Output['outputs.DerivedLabelMetricLabel']: + return pulumi.get(self, "metric_label") + + @property + @pulumi.getter + def name(self) -> pulumi.Output[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "slug") + diff --git a/sdk/python/chronosphereio_chronosphere/derived_metric.py b/sdk/python/chronosphereio_chronosphere/derived_metric.py new file mode 100644 index 00000000..3af80504 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/derived_metric.py @@ -0,0 +1,271 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities +from . import outputs +from ._inputs import * + +__all__ = ['DerivedMetricArgs', 'DerivedMetric'] + +@pulumi.input_type +class DerivedMetricArgs: + def __init__(__self__, *, + metric_name: pulumi.Input[str], + name: pulumi.Input[str], + queries: pulumi.Input[Sequence[pulumi.Input['DerivedMetricQueryArgs']]], + description: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None): + """ + The set of arguments for constructing a DerivedMetric resource. + """ + pulumi.set(__self__, "metric_name", metric_name) + pulumi.set(__self__, "name", name) + pulumi.set(__self__, "queries", queries) + if description is not None: + pulumi.set(__self__, "description", description) + if slug is not None: + pulumi.set(__self__, "slug", slug) + + @property + @pulumi.getter(name="metricName") + def metric_name(self) -> pulumi.Input[str]: + return pulumi.get(self, "metric_name") + + @metric_name.setter + def metric_name(self, value: pulumi.Input[str]): + pulumi.set(self, "metric_name", value) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def queries(self) -> pulumi.Input[Sequence[pulumi.Input['DerivedMetricQueryArgs']]]: + return pulumi.get(self, "queries") + + @queries.setter + def queries(self, value: pulumi.Input[Sequence[pulumi.Input['DerivedMetricQueryArgs']]]): + pulumi.set(self, "queries", value) + + @property + @pulumi.getter + def description(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "description") + + @description.setter + def description(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "description", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + +@pulumi.input_type +class _DerivedMetricState: + def __init__(__self__, *, + description: Optional[pulumi.Input[str]] = None, + metric_name: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + queries: Optional[pulumi.Input[Sequence[pulumi.Input['DerivedMetricQueryArgs']]]] = None, + slug: Optional[pulumi.Input[str]] = None): + """ + Input properties used for looking up and filtering DerivedMetric resources. + """ + if description is not None: + pulumi.set(__self__, "description", description) + if metric_name is not None: + pulumi.set(__self__, "metric_name", metric_name) + if name is not None: + pulumi.set(__self__, "name", name) + if queries is not None: + pulumi.set(__self__, "queries", queries) + if slug is not None: + pulumi.set(__self__, "slug", slug) + + @property + @pulumi.getter + def description(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "description") + + @description.setter + def description(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "description", value) + + @property + @pulumi.getter(name="metricName") + def metric_name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "metric_name") + + @metric_name.setter + def metric_name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "metric_name", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def queries(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DerivedMetricQueryArgs']]]]: + return pulumi.get(self, "queries") + + @queries.setter + def queries(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DerivedMetricQueryArgs']]]]): + pulumi.set(self, "queries", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + +class DerivedMetric(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + description: Optional[pulumi.Input[str]] = None, + metric_name: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + queries: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DerivedMetricQueryArgs']]]]] = None, + slug: Optional[pulumi.Input[str]] = None, + __props__=None): + """ + Create a DerivedMetric resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: DerivedMetricArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a DerivedMetric resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param DerivedMetricArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(DerivedMetricArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + description: Optional[pulumi.Input[str]] = None, + metric_name: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + queries: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DerivedMetricQueryArgs']]]]] = None, + slug: Optional[pulumi.Input[str]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = DerivedMetricArgs.__new__(DerivedMetricArgs) + + __props__.__dict__["description"] = description + if metric_name is None and not opts.urn: + raise TypeError("Missing required property 'metric_name'") + __props__.__dict__["metric_name"] = metric_name + if name is None and not opts.urn: + raise TypeError("Missing required property 'name'") + __props__.__dict__["name"] = name + if queries is None and not opts.urn: + raise TypeError("Missing required property 'queries'") + __props__.__dict__["queries"] = queries + __props__.__dict__["slug"] = slug + super(DerivedMetric, __self__).__init__( + 'chronosphere:index/derivedMetric:DerivedMetric', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + description: Optional[pulumi.Input[str]] = None, + metric_name: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + queries: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DerivedMetricQueryArgs']]]]] = None, + slug: Optional[pulumi.Input[str]] = None) -> 'DerivedMetric': + """ + Get an existing DerivedMetric resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _DerivedMetricState.__new__(_DerivedMetricState) + + __props__.__dict__["description"] = description + __props__.__dict__["metric_name"] = metric_name + __props__.__dict__["name"] = name + __props__.__dict__["queries"] = queries + __props__.__dict__["slug"] = slug + return DerivedMetric(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter + def description(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "description") + + @property + @pulumi.getter(name="metricName") + def metric_name(self) -> pulumi.Output[str]: + return pulumi.get(self, "metric_name") + + @property + @pulumi.getter + def name(self) -> pulumi.Output[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter + def queries(self) -> pulumi.Output[Sequence['outputs.DerivedMetricQuery']]: + return pulumi.get(self, "queries") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "slug") + diff --git a/sdk/python/chronosphereio_chronosphere/drop_rule.py b/sdk/python/chronosphereio_chronosphere/drop_rule.py new file mode 100644 index 00000000..59d7f5a2 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/drop_rule.py @@ -0,0 +1,372 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities +from . import outputs +from ._inputs import * + +__all__ = ['DropRuleArgs', 'DropRule'] + +@pulumi.input_type +class DropRuleArgs: + def __init__(__self__, *, + name: pulumi.Input[str], + queries: pulumi.Input[Sequence[pulumi.Input[str]]], + activated_drop_duration: Optional[pulumi.Input[str]] = None, + active: Optional[pulumi.Input[bool]] = None, + conditional_drop: Optional[pulumi.Input[bool]] = None, + rate_limit_threshold: Optional[pulumi.Input[float]] = None, + slug: Optional[pulumi.Input[str]] = None, + value_based_drop: Optional[pulumi.Input['DropRuleValueBasedDropArgs']] = None): + """ + The set of arguments for constructing a DropRule resource. + """ + pulumi.set(__self__, "name", name) + pulumi.set(__self__, "queries", queries) + if activated_drop_duration is not None: + pulumi.set(__self__, "activated_drop_duration", activated_drop_duration) + if active is not None: + pulumi.set(__self__, "active", active) + if conditional_drop is not None: + pulumi.set(__self__, "conditional_drop", conditional_drop) + if rate_limit_threshold is not None: + pulumi.set(__self__, "rate_limit_threshold", rate_limit_threshold) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if value_based_drop is not None: + pulumi.set(__self__, "value_based_drop", value_based_drop) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def queries(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]: + return pulumi.get(self, "queries") + + @queries.setter + def queries(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]): + pulumi.set(self, "queries", value) + + @property + @pulumi.getter(name="activatedDropDuration") + def activated_drop_duration(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "activated_drop_duration") + + @activated_drop_duration.setter + def activated_drop_duration(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "activated_drop_duration", value) + + @property + @pulumi.getter + def active(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "active") + + @active.setter + def active(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "active", value) + + @property + @pulumi.getter(name="conditionalDrop") + def conditional_drop(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "conditional_drop") + + @conditional_drop.setter + def conditional_drop(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "conditional_drop", value) + + @property + @pulumi.getter(name="rateLimitThreshold") + def rate_limit_threshold(self) -> Optional[pulumi.Input[float]]: + return pulumi.get(self, "rate_limit_threshold") + + @rate_limit_threshold.setter + def rate_limit_threshold(self, value: Optional[pulumi.Input[float]]): + pulumi.set(self, "rate_limit_threshold", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter(name="valueBasedDrop") + def value_based_drop(self) -> Optional[pulumi.Input['DropRuleValueBasedDropArgs']]: + return pulumi.get(self, "value_based_drop") + + @value_based_drop.setter + def value_based_drop(self, value: Optional[pulumi.Input['DropRuleValueBasedDropArgs']]): + pulumi.set(self, "value_based_drop", value) + + +@pulumi.input_type +class _DropRuleState: + def __init__(__self__, *, + activated_drop_duration: Optional[pulumi.Input[str]] = None, + active: Optional[pulumi.Input[bool]] = None, + conditional_drop: Optional[pulumi.Input[bool]] = None, + name: Optional[pulumi.Input[str]] = None, + queries: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + rate_limit_threshold: Optional[pulumi.Input[float]] = None, + slug: Optional[pulumi.Input[str]] = None, + value_based_drop: Optional[pulumi.Input['DropRuleValueBasedDropArgs']] = None): + """ + Input properties used for looking up and filtering DropRule resources. + """ + if activated_drop_duration is not None: + pulumi.set(__self__, "activated_drop_duration", activated_drop_duration) + if active is not None: + pulumi.set(__self__, "active", active) + if conditional_drop is not None: + pulumi.set(__self__, "conditional_drop", conditional_drop) + if name is not None: + pulumi.set(__self__, "name", name) + if queries is not None: + pulumi.set(__self__, "queries", queries) + if rate_limit_threshold is not None: + pulumi.set(__self__, "rate_limit_threshold", rate_limit_threshold) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if value_based_drop is not None: + pulumi.set(__self__, "value_based_drop", value_based_drop) + + @property + @pulumi.getter(name="activatedDropDuration") + def activated_drop_duration(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "activated_drop_duration") + + @activated_drop_duration.setter + def activated_drop_duration(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "activated_drop_duration", value) + + @property + @pulumi.getter + def active(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "active") + + @active.setter + def active(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "active", value) + + @property + @pulumi.getter(name="conditionalDrop") + def conditional_drop(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "conditional_drop") + + @conditional_drop.setter + def conditional_drop(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "conditional_drop", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def queries(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: + return pulumi.get(self, "queries") + + @queries.setter + def queries(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]): + pulumi.set(self, "queries", value) + + @property + @pulumi.getter(name="rateLimitThreshold") + def rate_limit_threshold(self) -> Optional[pulumi.Input[float]]: + return pulumi.get(self, "rate_limit_threshold") + + @rate_limit_threshold.setter + def rate_limit_threshold(self, value: Optional[pulumi.Input[float]]): + pulumi.set(self, "rate_limit_threshold", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter(name="valueBasedDrop") + def value_based_drop(self) -> Optional[pulumi.Input['DropRuleValueBasedDropArgs']]: + return pulumi.get(self, "value_based_drop") + + @value_based_drop.setter + def value_based_drop(self, value: Optional[pulumi.Input['DropRuleValueBasedDropArgs']]): + pulumi.set(self, "value_based_drop", value) + + +class DropRule(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + activated_drop_duration: Optional[pulumi.Input[str]] = None, + active: Optional[pulumi.Input[bool]] = None, + conditional_drop: Optional[pulumi.Input[bool]] = None, + name: Optional[pulumi.Input[str]] = None, + queries: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + rate_limit_threshold: Optional[pulumi.Input[float]] = None, + slug: Optional[pulumi.Input[str]] = None, + value_based_drop: Optional[pulumi.Input[pulumi.InputType['DropRuleValueBasedDropArgs']]] = None, + __props__=None): + """ + Create a DropRule resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: DropRuleArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a DropRule resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param DropRuleArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(DropRuleArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + activated_drop_duration: Optional[pulumi.Input[str]] = None, + active: Optional[pulumi.Input[bool]] = None, + conditional_drop: Optional[pulumi.Input[bool]] = None, + name: Optional[pulumi.Input[str]] = None, + queries: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + rate_limit_threshold: Optional[pulumi.Input[float]] = None, + slug: Optional[pulumi.Input[str]] = None, + value_based_drop: Optional[pulumi.Input[pulumi.InputType['DropRuleValueBasedDropArgs']]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = DropRuleArgs.__new__(DropRuleArgs) + + __props__.__dict__["activated_drop_duration"] = activated_drop_duration + __props__.__dict__["active"] = active + __props__.__dict__["conditional_drop"] = conditional_drop + if name is None and not opts.urn: + raise TypeError("Missing required property 'name'") + __props__.__dict__["name"] = name + if queries is None and not opts.urn: + raise TypeError("Missing required property 'queries'") + __props__.__dict__["queries"] = queries + __props__.__dict__["rate_limit_threshold"] = rate_limit_threshold + __props__.__dict__["slug"] = slug + __props__.__dict__["value_based_drop"] = value_based_drop + super(DropRule, __self__).__init__( + 'chronosphere:index/dropRule:DropRule', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + activated_drop_duration: Optional[pulumi.Input[str]] = None, + active: Optional[pulumi.Input[bool]] = None, + conditional_drop: Optional[pulumi.Input[bool]] = None, + name: Optional[pulumi.Input[str]] = None, + queries: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + rate_limit_threshold: Optional[pulumi.Input[float]] = None, + slug: Optional[pulumi.Input[str]] = None, + value_based_drop: Optional[pulumi.Input[pulumi.InputType['DropRuleValueBasedDropArgs']]] = None) -> 'DropRule': + """ + Get an existing DropRule resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _DropRuleState.__new__(_DropRuleState) + + __props__.__dict__["activated_drop_duration"] = activated_drop_duration + __props__.__dict__["active"] = active + __props__.__dict__["conditional_drop"] = conditional_drop + __props__.__dict__["name"] = name + __props__.__dict__["queries"] = queries + __props__.__dict__["rate_limit_threshold"] = rate_limit_threshold + __props__.__dict__["slug"] = slug + __props__.__dict__["value_based_drop"] = value_based_drop + return DropRule(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter(name="activatedDropDuration") + def activated_drop_duration(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "activated_drop_duration") + + @property + @pulumi.getter + def active(self) -> pulumi.Output[Optional[bool]]: + return pulumi.get(self, "active") + + @property + @pulumi.getter(name="conditionalDrop") + def conditional_drop(self) -> pulumi.Output[Optional[bool]]: + return pulumi.get(self, "conditional_drop") + + @property + @pulumi.getter + def name(self) -> pulumi.Output[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter + def queries(self) -> pulumi.Output[Sequence[str]]: + return pulumi.get(self, "queries") + + @property + @pulumi.getter(name="rateLimitThreshold") + def rate_limit_threshold(self) -> pulumi.Output[Optional[float]]: + return pulumi.get(self, "rate_limit_threshold") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "slug") + + @property + @pulumi.getter(name="valueBasedDrop") + def value_based_drop(self) -> pulumi.Output[Optional['outputs.DropRuleValueBasedDrop']]: + return pulumi.get(self, "value_based_drop") + diff --git a/sdk/python/chronosphereio_chronosphere/email_alert_notifier.py b/sdk/python/chronosphereio_chronosphere/email_alert_notifier.py new file mode 100644 index 00000000..baf8168b --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/email_alert_notifier.py @@ -0,0 +1,302 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities + +__all__ = ['EmailAlertNotifierArgs', 'EmailAlertNotifier'] + +@pulumi.input_type +class EmailAlertNotifierArgs: + def __init__(__self__, *, + name: pulumi.Input[str], + to: pulumi.Input[str], + html: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + text: Optional[pulumi.Input[str]] = None): + """ + The set of arguments for constructing a EmailAlertNotifier resource. + """ + pulumi.set(__self__, "name", name) + pulumi.set(__self__, "to", to) + if html is not None: + pulumi.set(__self__, "html", html) + if send_resolved is not None: + pulumi.set(__self__, "send_resolved", send_resolved) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if text is not None: + pulumi.set(__self__, "text", text) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def to(self) -> pulumi.Input[str]: + return pulumi.get(self, "to") + + @to.setter + def to(self, value: pulumi.Input[str]): + pulumi.set(self, "to", value) + + @property + @pulumi.getter + def html(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "html") + + @html.setter + def html(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "html", value) + + @property + @pulumi.getter(name="sendResolved") + def send_resolved(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "send_resolved") + + @send_resolved.setter + def send_resolved(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "send_resolved", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter + def text(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "text") + + @text.setter + def text(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "text", value) + + +@pulumi.input_type +class _EmailAlertNotifierState: + def __init__(__self__, *, + html: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + text: Optional[pulumi.Input[str]] = None, + to: Optional[pulumi.Input[str]] = None): + """ + Input properties used for looking up and filtering EmailAlertNotifier resources. + """ + if html is not None: + pulumi.set(__self__, "html", html) + if name is not None: + pulumi.set(__self__, "name", name) + if send_resolved is not None: + pulumi.set(__self__, "send_resolved", send_resolved) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if text is not None: + pulumi.set(__self__, "text", text) + if to is not None: + pulumi.set(__self__, "to", to) + + @property + @pulumi.getter + def html(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "html") + + @html.setter + def html(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "html", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter(name="sendResolved") + def send_resolved(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "send_resolved") + + @send_resolved.setter + def send_resolved(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "send_resolved", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter + def text(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "text") + + @text.setter + def text(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "text", value) + + @property + @pulumi.getter + def to(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "to") + + @to.setter + def to(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "to", value) + + +class EmailAlertNotifier(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + html: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + text: Optional[pulumi.Input[str]] = None, + to: Optional[pulumi.Input[str]] = None, + __props__=None): + """ + Create a EmailAlertNotifier resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: EmailAlertNotifierArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a EmailAlertNotifier resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param EmailAlertNotifierArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(EmailAlertNotifierArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + html: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + text: Optional[pulumi.Input[str]] = None, + to: Optional[pulumi.Input[str]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = EmailAlertNotifierArgs.__new__(EmailAlertNotifierArgs) + + __props__.__dict__["html"] = html + if name is None and not opts.urn: + raise TypeError("Missing required property 'name'") + __props__.__dict__["name"] = name + __props__.__dict__["send_resolved"] = send_resolved + __props__.__dict__["slug"] = slug + __props__.__dict__["text"] = text + if to is None and not opts.urn: + raise TypeError("Missing required property 'to'") + __props__.__dict__["to"] = to + super(EmailAlertNotifier, __self__).__init__( + 'chronosphere:index/emailAlertNotifier:EmailAlertNotifier', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + html: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + text: Optional[pulumi.Input[str]] = None, + to: Optional[pulumi.Input[str]] = None) -> 'EmailAlertNotifier': + """ + Get an existing EmailAlertNotifier resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _EmailAlertNotifierState.__new__(_EmailAlertNotifierState) + + __props__.__dict__["html"] = html + __props__.__dict__["name"] = name + __props__.__dict__["send_resolved"] = send_resolved + __props__.__dict__["slug"] = slug + __props__.__dict__["text"] = text + __props__.__dict__["to"] = to + return EmailAlertNotifier(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter + def html(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "html") + + @property + @pulumi.getter + def name(self) -> pulumi.Output[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter(name="sendResolved") + def send_resolved(self) -> pulumi.Output[Optional[bool]]: + return pulumi.get(self, "send_resolved") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "slug") + + @property + @pulumi.getter + def text(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "text") + + @property + @pulumi.getter + def to(self) -> pulumi.Output[str]: + return pulumi.get(self, "to") + diff --git a/sdk/python/chronosphereio_chronosphere/gcp_metrics_integration.py b/sdk/python/chronosphereio_chronosphere/gcp_metrics_integration.py new file mode 100644 index 00000000..d8b71fff --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/gcp_metrics_integration.py @@ -0,0 +1,200 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities +from . import outputs +from ._inputs import * + +__all__ = ['GcpMetricsIntegrationArgs', 'GcpMetricsIntegration'] + +@pulumi.input_type +class GcpMetricsIntegrationArgs: + def __init__(__self__, *, + metric_groups: Optional[pulumi.Input[Sequence[pulumi.Input['GcpMetricsIntegrationMetricGroupArgs']]]] = None, + service_account: Optional[pulumi.Input['GcpMetricsIntegrationServiceAccountArgs']] = None, + slug: Optional[pulumi.Input[str]] = None): + """ + The set of arguments for constructing a GcpMetricsIntegration resource. + """ + if metric_groups is not None: + pulumi.set(__self__, "metric_groups", metric_groups) + if service_account is not None: + pulumi.set(__self__, "service_account", service_account) + if slug is not None: + pulumi.set(__self__, "slug", slug) + + @property + @pulumi.getter(name="metricGroups") + def metric_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GcpMetricsIntegrationMetricGroupArgs']]]]: + return pulumi.get(self, "metric_groups") + + @metric_groups.setter + def metric_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['GcpMetricsIntegrationMetricGroupArgs']]]]): + pulumi.set(self, "metric_groups", value) + + @property + @pulumi.getter(name="serviceAccount") + def service_account(self) -> Optional[pulumi.Input['GcpMetricsIntegrationServiceAccountArgs']]: + return pulumi.get(self, "service_account") + + @service_account.setter + def service_account(self, value: Optional[pulumi.Input['GcpMetricsIntegrationServiceAccountArgs']]): + pulumi.set(self, "service_account", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + +@pulumi.input_type +class _GcpMetricsIntegrationState: + def __init__(__self__, *, + metric_groups: Optional[pulumi.Input[Sequence[pulumi.Input['GcpMetricsIntegrationMetricGroupArgs']]]] = None, + service_account: Optional[pulumi.Input['GcpMetricsIntegrationServiceAccountArgs']] = None, + slug: Optional[pulumi.Input[str]] = None): + """ + Input properties used for looking up and filtering GcpMetricsIntegration resources. + """ + if metric_groups is not None: + pulumi.set(__self__, "metric_groups", metric_groups) + if service_account is not None: + pulumi.set(__self__, "service_account", service_account) + if slug is not None: + pulumi.set(__self__, "slug", slug) + + @property + @pulumi.getter(name="metricGroups") + def metric_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GcpMetricsIntegrationMetricGroupArgs']]]]: + return pulumi.get(self, "metric_groups") + + @metric_groups.setter + def metric_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['GcpMetricsIntegrationMetricGroupArgs']]]]): + pulumi.set(self, "metric_groups", value) + + @property + @pulumi.getter(name="serviceAccount") + def service_account(self) -> Optional[pulumi.Input['GcpMetricsIntegrationServiceAccountArgs']]: + return pulumi.get(self, "service_account") + + @service_account.setter + def service_account(self, value: Optional[pulumi.Input['GcpMetricsIntegrationServiceAccountArgs']]): + pulumi.set(self, "service_account", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + +class GcpMetricsIntegration(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + metric_groups: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GcpMetricsIntegrationMetricGroupArgs']]]]] = None, + service_account: Optional[pulumi.Input[pulumi.InputType['GcpMetricsIntegrationServiceAccountArgs']]] = None, + slug: Optional[pulumi.Input[str]] = None, + __props__=None): + """ + Create a GcpMetricsIntegration resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: Optional[GcpMetricsIntegrationArgs] = None, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a GcpMetricsIntegration resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param GcpMetricsIntegrationArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(GcpMetricsIntegrationArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + metric_groups: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GcpMetricsIntegrationMetricGroupArgs']]]]] = None, + service_account: Optional[pulumi.Input[pulumi.InputType['GcpMetricsIntegrationServiceAccountArgs']]] = None, + slug: Optional[pulumi.Input[str]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = GcpMetricsIntegrationArgs.__new__(GcpMetricsIntegrationArgs) + + __props__.__dict__["metric_groups"] = metric_groups + __props__.__dict__["service_account"] = service_account + __props__.__dict__["slug"] = slug + super(GcpMetricsIntegration, __self__).__init__( + 'chronosphere:index/gcpMetricsIntegration:GcpMetricsIntegration', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + metric_groups: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GcpMetricsIntegrationMetricGroupArgs']]]]] = None, + service_account: Optional[pulumi.Input[pulumi.InputType['GcpMetricsIntegrationServiceAccountArgs']]] = None, + slug: Optional[pulumi.Input[str]] = None) -> 'GcpMetricsIntegration': + """ + Get an existing GcpMetricsIntegration resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _GcpMetricsIntegrationState.__new__(_GcpMetricsIntegrationState) + + __props__.__dict__["metric_groups"] = metric_groups + __props__.__dict__["service_account"] = service_account + __props__.__dict__["slug"] = slug + return GcpMetricsIntegration(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter(name="metricGroups") + def metric_groups(self) -> pulumi.Output[Optional[Sequence['outputs.GcpMetricsIntegrationMetricGroup']]]: + return pulumi.get(self, "metric_groups") + + @property + @pulumi.getter(name="serviceAccount") + def service_account(self) -> pulumi.Output[Optional['outputs.GcpMetricsIntegrationServiceAccount']]: + return pulumi.get(self, "service_account") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "slug") + diff --git a/sdk/python/chronosphereio_chronosphere/grafana_dashboard.py b/sdk/python/chronosphereio_chronosphere/grafana_dashboard.py new file mode 100644 index 00000000..9a6cbd22 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/grafana_dashboard.py @@ -0,0 +1,199 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities + +__all__ = ['GrafanaDashboardArgs', 'GrafanaDashboard'] + +@pulumi.input_type +class GrafanaDashboardArgs: + def __init__(__self__, *, + dashboard_json: pulumi.Input[str], + bucket_id: Optional[pulumi.Input[str]] = None, + collection_id: Optional[pulumi.Input[str]] = None): + """ + The set of arguments for constructing a GrafanaDashboard resource. + """ + pulumi.set(__self__, "dashboard_json", dashboard_json) + if bucket_id is not None: + pulumi.set(__self__, "bucket_id", bucket_id) + if collection_id is not None: + pulumi.set(__self__, "collection_id", collection_id) + + @property + @pulumi.getter(name="dashboardJson") + def dashboard_json(self) -> pulumi.Input[str]: + return pulumi.get(self, "dashboard_json") + + @dashboard_json.setter + def dashboard_json(self, value: pulumi.Input[str]): + pulumi.set(self, "dashboard_json", value) + + @property + @pulumi.getter(name="bucketId") + def bucket_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bucket_id") + + @bucket_id.setter + def bucket_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bucket_id", value) + + @property + @pulumi.getter(name="collectionId") + def collection_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "collection_id") + + @collection_id.setter + def collection_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "collection_id", value) + + +@pulumi.input_type +class _GrafanaDashboardState: + def __init__(__self__, *, + bucket_id: Optional[pulumi.Input[str]] = None, + collection_id: Optional[pulumi.Input[str]] = None, + dashboard_json: Optional[pulumi.Input[str]] = None): + """ + Input properties used for looking up and filtering GrafanaDashboard resources. + """ + if bucket_id is not None: + pulumi.set(__self__, "bucket_id", bucket_id) + if collection_id is not None: + pulumi.set(__self__, "collection_id", collection_id) + if dashboard_json is not None: + pulumi.set(__self__, "dashboard_json", dashboard_json) + + @property + @pulumi.getter(name="bucketId") + def bucket_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bucket_id") + + @bucket_id.setter + def bucket_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bucket_id", value) + + @property + @pulumi.getter(name="collectionId") + def collection_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "collection_id") + + @collection_id.setter + def collection_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "collection_id", value) + + @property + @pulumi.getter(name="dashboardJson") + def dashboard_json(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "dashboard_json") + + @dashboard_json.setter + def dashboard_json(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "dashboard_json", value) + + +class GrafanaDashboard(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + collection_id: Optional[pulumi.Input[str]] = None, + dashboard_json: Optional[pulumi.Input[str]] = None, + __props__=None): + """ + Create a GrafanaDashboard resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: GrafanaDashboardArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a GrafanaDashboard resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param GrafanaDashboardArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(GrafanaDashboardArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + collection_id: Optional[pulumi.Input[str]] = None, + dashboard_json: Optional[pulumi.Input[str]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = GrafanaDashboardArgs.__new__(GrafanaDashboardArgs) + + __props__.__dict__["bucket_id"] = bucket_id + __props__.__dict__["collection_id"] = collection_id + if dashboard_json is None and not opts.urn: + raise TypeError("Missing required property 'dashboard_json'") + __props__.__dict__["dashboard_json"] = dashboard_json + super(GrafanaDashboard, __self__).__init__( + 'chronosphere:index/grafanaDashboard:GrafanaDashboard', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + collection_id: Optional[pulumi.Input[str]] = None, + dashboard_json: Optional[pulumi.Input[str]] = None) -> 'GrafanaDashboard': + """ + Get an existing GrafanaDashboard resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _GrafanaDashboardState.__new__(_GrafanaDashboardState) + + __props__.__dict__["bucket_id"] = bucket_id + __props__.__dict__["collection_id"] = collection_id + __props__.__dict__["dashboard_json"] = dashboard_json + return GrafanaDashboard(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter(name="bucketId") + def bucket_id(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "bucket_id") + + @property + @pulumi.getter(name="collectionId") + def collection_id(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "collection_id") + + @property + @pulumi.getter(name="dashboardJson") + def dashboard_json(self) -> pulumi.Output[str]: + return pulumi.get(self, "dashboard_json") + diff --git a/sdk/python/chronosphereio_chronosphere/mapping_rule.py b/sdk/python/chronosphereio_chronosphere/mapping_rule.py new file mode 100644 index 00000000..1d9ae16a --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/mapping_rule.py @@ -0,0 +1,440 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities +from . import outputs +from ._inputs import * + +__all__ = ['MappingRuleArgs', 'MappingRule'] + +@pulumi.input_type +class MappingRuleArgs: + def __init__(__self__, *, + filter: pulumi.Input[str], + name: pulumi.Input[str], + aggregations: Optional[pulumi.Input[str]] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + drop: Optional[pulumi.Input[bool]] = None, + drop_timestamp: Optional[pulumi.Input[bool]] = None, + interval: Optional[pulumi.Input[str]] = None, + mode: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + storage_policy: Optional[pulumi.Input['MappingRuleStoragePolicyArgs']] = None): + """ + The set of arguments for constructing a MappingRule resource. + """ + pulumi.set(__self__, "filter", filter) + pulumi.set(__self__, "name", name) + if aggregations is not None: + pulumi.set(__self__, "aggregations", aggregations) + if bucket_id is not None: + pulumi.set(__self__, "bucket_id", bucket_id) + if drop is not None: + pulumi.set(__self__, "drop", drop) + if drop_timestamp is not None: + pulumi.set(__self__, "drop_timestamp", drop_timestamp) + if interval is not None: + pulumi.set(__self__, "interval", interval) + if mode is not None: + pulumi.set(__self__, "mode", mode) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if storage_policy is not None: + pulumi.set(__self__, "storage_policy", storage_policy) + + @property + @pulumi.getter + def filter(self) -> pulumi.Input[str]: + return pulumi.get(self, "filter") + + @filter.setter + def filter(self, value: pulumi.Input[str]): + pulumi.set(self, "filter", value) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def aggregations(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "aggregations") + + @aggregations.setter + def aggregations(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "aggregations", value) + + @property + @pulumi.getter(name="bucketId") + def bucket_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bucket_id") + + @bucket_id.setter + def bucket_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bucket_id", value) + + @property + @pulumi.getter + def drop(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "drop") + + @drop.setter + def drop(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "drop", value) + + @property + @pulumi.getter(name="dropTimestamp") + def drop_timestamp(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "drop_timestamp") + + @drop_timestamp.setter + def drop_timestamp(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "drop_timestamp", value) + + @property + @pulumi.getter + def interval(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "interval") + + @interval.setter + def interval(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "interval", value) + + @property + @pulumi.getter + def mode(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "mode") + + @mode.setter + def mode(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "mode", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter(name="storagePolicy") + def storage_policy(self) -> Optional[pulumi.Input['MappingRuleStoragePolicyArgs']]: + return pulumi.get(self, "storage_policy") + + @storage_policy.setter + def storage_policy(self, value: Optional[pulumi.Input['MappingRuleStoragePolicyArgs']]): + pulumi.set(self, "storage_policy", value) + + +@pulumi.input_type +class _MappingRuleState: + def __init__(__self__, *, + aggregations: Optional[pulumi.Input[str]] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + drop: Optional[pulumi.Input[bool]] = None, + drop_timestamp: Optional[pulumi.Input[bool]] = None, + filter: Optional[pulumi.Input[str]] = None, + interval: Optional[pulumi.Input[str]] = None, + mode: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + storage_policy: Optional[pulumi.Input['MappingRuleStoragePolicyArgs']] = None): + """ + Input properties used for looking up and filtering MappingRule resources. + """ + if aggregations is not None: + pulumi.set(__self__, "aggregations", aggregations) + if bucket_id is not None: + pulumi.set(__self__, "bucket_id", bucket_id) + if drop is not None: + pulumi.set(__self__, "drop", drop) + if drop_timestamp is not None: + pulumi.set(__self__, "drop_timestamp", drop_timestamp) + if filter is not None: + pulumi.set(__self__, "filter", filter) + if interval is not None: + pulumi.set(__self__, "interval", interval) + if mode is not None: + pulumi.set(__self__, "mode", mode) + if name is not None: + pulumi.set(__self__, "name", name) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if storage_policy is not None: + pulumi.set(__self__, "storage_policy", storage_policy) + + @property + @pulumi.getter + def aggregations(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "aggregations") + + @aggregations.setter + def aggregations(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "aggregations", value) + + @property + @pulumi.getter(name="bucketId") + def bucket_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bucket_id") + + @bucket_id.setter + def bucket_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bucket_id", value) + + @property + @pulumi.getter + def drop(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "drop") + + @drop.setter + def drop(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "drop", value) + + @property + @pulumi.getter(name="dropTimestamp") + def drop_timestamp(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "drop_timestamp") + + @drop_timestamp.setter + def drop_timestamp(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "drop_timestamp", value) + + @property + @pulumi.getter + def filter(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "filter") + + @filter.setter + def filter(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "filter", value) + + @property + @pulumi.getter + def interval(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "interval") + + @interval.setter + def interval(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "interval", value) + + @property + @pulumi.getter + def mode(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "mode") + + @mode.setter + def mode(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "mode", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter(name="storagePolicy") + def storage_policy(self) -> Optional[pulumi.Input['MappingRuleStoragePolicyArgs']]: + return pulumi.get(self, "storage_policy") + + @storage_policy.setter + def storage_policy(self, value: Optional[pulumi.Input['MappingRuleStoragePolicyArgs']]): + pulumi.set(self, "storage_policy", value) + + +class MappingRule(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + aggregations: Optional[pulumi.Input[str]] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + drop: Optional[pulumi.Input[bool]] = None, + drop_timestamp: Optional[pulumi.Input[bool]] = None, + filter: Optional[pulumi.Input[str]] = None, + interval: Optional[pulumi.Input[str]] = None, + mode: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + storage_policy: Optional[pulumi.Input[pulumi.InputType['MappingRuleStoragePolicyArgs']]] = None, + __props__=None): + """ + Create a MappingRule resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: MappingRuleArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a MappingRule resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param MappingRuleArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(MappingRuleArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + aggregations: Optional[pulumi.Input[str]] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + drop: Optional[pulumi.Input[bool]] = None, + drop_timestamp: Optional[pulumi.Input[bool]] = None, + filter: Optional[pulumi.Input[str]] = None, + interval: Optional[pulumi.Input[str]] = None, + mode: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + storage_policy: Optional[pulumi.Input[pulumi.InputType['MappingRuleStoragePolicyArgs']]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = MappingRuleArgs.__new__(MappingRuleArgs) + + __props__.__dict__["aggregations"] = aggregations + __props__.__dict__["bucket_id"] = bucket_id + __props__.__dict__["drop"] = drop + __props__.__dict__["drop_timestamp"] = drop_timestamp + if filter is None and not opts.urn: + raise TypeError("Missing required property 'filter'") + __props__.__dict__["filter"] = filter + __props__.__dict__["interval"] = interval + __props__.__dict__["mode"] = mode + if name is None and not opts.urn: + raise TypeError("Missing required property 'name'") + __props__.__dict__["name"] = name + __props__.__dict__["slug"] = slug + __props__.__dict__["storage_policy"] = storage_policy + super(MappingRule, __self__).__init__( + 'chronosphere:index/mappingRule:MappingRule', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + aggregations: Optional[pulumi.Input[str]] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + drop: Optional[pulumi.Input[bool]] = None, + drop_timestamp: Optional[pulumi.Input[bool]] = None, + filter: Optional[pulumi.Input[str]] = None, + interval: Optional[pulumi.Input[str]] = None, + mode: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + storage_policy: Optional[pulumi.Input[pulumi.InputType['MappingRuleStoragePolicyArgs']]] = None) -> 'MappingRule': + """ + Get an existing MappingRule resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _MappingRuleState.__new__(_MappingRuleState) + + __props__.__dict__["aggregations"] = aggregations + __props__.__dict__["bucket_id"] = bucket_id + __props__.__dict__["drop"] = drop + __props__.__dict__["drop_timestamp"] = drop_timestamp + __props__.__dict__["filter"] = filter + __props__.__dict__["interval"] = interval + __props__.__dict__["mode"] = mode + __props__.__dict__["name"] = name + __props__.__dict__["slug"] = slug + __props__.__dict__["storage_policy"] = storage_policy + return MappingRule(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter + def aggregations(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "aggregations") + + @property + @pulumi.getter(name="bucketId") + def bucket_id(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "bucket_id") + + @property + @pulumi.getter + def drop(self) -> pulumi.Output[Optional[bool]]: + return pulumi.get(self, "drop") + + @property + @pulumi.getter(name="dropTimestamp") + def drop_timestamp(self) -> pulumi.Output[Optional[bool]]: + return pulumi.get(self, "drop_timestamp") + + @property + @pulumi.getter + def filter(self) -> pulumi.Output[str]: + return pulumi.get(self, "filter") + + @property + @pulumi.getter + def interval(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "interval") + + @property + @pulumi.getter + def mode(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "mode") + + @property + @pulumi.getter + def name(self) -> pulumi.Output[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "slug") + + @property + @pulumi.getter(name="storagePolicy") + def storage_policy(self) -> pulumi.Output[Optional['outputs.MappingRuleStoragePolicy']]: + return pulumi.get(self, "storage_policy") + diff --git a/sdk/python/chronosphereio_chronosphere/monitor.py b/sdk/python/chronosphereio_chronosphere/monitor.py new file mode 100644 index 00000000..3862fdf9 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/monitor.py @@ -0,0 +1,509 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities +from . import outputs +from ._inputs import * + +__all__ = ['MonitorArgs', 'Monitor'] + +@pulumi.input_type +class MonitorArgs: + def __init__(__self__, *, + name: pulumi.Input[str], + query: pulumi.Input['MonitorQueryArgs'], + series_conditions: pulumi.Input['MonitorSeriesConditionsArgs'], + annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + collection_id: Optional[pulumi.Input[str]] = None, + interval: Optional[pulumi.Input[str]] = None, + labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + notification_policy_id: Optional[pulumi.Input[str]] = None, + schedule: Optional[pulumi.Input['MonitorScheduleArgs']] = None, + signal_grouping: Optional[pulumi.Input['MonitorSignalGroupingArgs']] = None, + slug: Optional[pulumi.Input[str]] = None): + """ + The set of arguments for constructing a Monitor resource. + """ + pulumi.set(__self__, "name", name) + pulumi.set(__self__, "query", query) + pulumi.set(__self__, "series_conditions", series_conditions) + if annotations is not None: + pulumi.set(__self__, "annotations", annotations) + if bucket_id is not None: + pulumi.set(__self__, "bucket_id", bucket_id) + if collection_id is not None: + pulumi.set(__self__, "collection_id", collection_id) + if interval is not None: + pulumi.set(__self__, "interval", interval) + if labels is not None: + pulumi.set(__self__, "labels", labels) + if notification_policy_id is not None: + pulumi.set(__self__, "notification_policy_id", notification_policy_id) + if schedule is not None: + pulumi.set(__self__, "schedule", schedule) + if signal_grouping is not None: + pulumi.set(__self__, "signal_grouping", signal_grouping) + if slug is not None: + pulumi.set(__self__, "slug", slug) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def query(self) -> pulumi.Input['MonitorQueryArgs']: + return pulumi.get(self, "query") + + @query.setter + def query(self, value: pulumi.Input['MonitorQueryArgs']): + pulumi.set(self, "query", value) + + @property + @pulumi.getter(name="seriesConditions") + def series_conditions(self) -> pulumi.Input['MonitorSeriesConditionsArgs']: + return pulumi.get(self, "series_conditions") + + @series_conditions.setter + def series_conditions(self, value: pulumi.Input['MonitorSeriesConditionsArgs']): + pulumi.set(self, "series_conditions", value) + + @property + @pulumi.getter + def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: + return pulumi.get(self, "annotations") + + @annotations.setter + def annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]): + pulumi.set(self, "annotations", value) + + @property + @pulumi.getter(name="bucketId") + def bucket_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bucket_id") + + @bucket_id.setter + def bucket_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bucket_id", value) + + @property + @pulumi.getter(name="collectionId") + def collection_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "collection_id") + + @collection_id.setter + def collection_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "collection_id", value) + + @property + @pulumi.getter + def interval(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "interval") + + @interval.setter + def interval(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "interval", value) + + @property + @pulumi.getter + def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: + return pulumi.get(self, "labels") + + @labels.setter + def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]): + pulumi.set(self, "labels", value) + + @property + @pulumi.getter(name="notificationPolicyId") + def notification_policy_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "notification_policy_id") + + @notification_policy_id.setter + def notification_policy_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "notification_policy_id", value) + + @property + @pulumi.getter + def schedule(self) -> Optional[pulumi.Input['MonitorScheduleArgs']]: + return pulumi.get(self, "schedule") + + @schedule.setter + def schedule(self, value: Optional[pulumi.Input['MonitorScheduleArgs']]): + pulumi.set(self, "schedule", value) + + @property + @pulumi.getter(name="signalGrouping") + def signal_grouping(self) -> Optional[pulumi.Input['MonitorSignalGroupingArgs']]: + return pulumi.get(self, "signal_grouping") + + @signal_grouping.setter + def signal_grouping(self, value: Optional[pulumi.Input['MonitorSignalGroupingArgs']]): + pulumi.set(self, "signal_grouping", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + +@pulumi.input_type +class _MonitorState: + def __init__(__self__, *, + annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + collection_id: Optional[pulumi.Input[str]] = None, + interval: Optional[pulumi.Input[str]] = None, + labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + name: Optional[pulumi.Input[str]] = None, + notification_policy_id: Optional[pulumi.Input[str]] = None, + query: Optional[pulumi.Input['MonitorQueryArgs']] = None, + schedule: Optional[pulumi.Input['MonitorScheduleArgs']] = None, + series_conditions: Optional[pulumi.Input['MonitorSeriesConditionsArgs']] = None, + signal_grouping: Optional[pulumi.Input['MonitorSignalGroupingArgs']] = None, + slug: Optional[pulumi.Input[str]] = None): + """ + Input properties used for looking up and filtering Monitor resources. + """ + if annotations is not None: + pulumi.set(__self__, "annotations", annotations) + if bucket_id is not None: + pulumi.set(__self__, "bucket_id", bucket_id) + if collection_id is not None: + pulumi.set(__self__, "collection_id", collection_id) + if interval is not None: + pulumi.set(__self__, "interval", interval) + if labels is not None: + pulumi.set(__self__, "labels", labels) + if name is not None: + pulumi.set(__self__, "name", name) + if notification_policy_id is not None: + pulumi.set(__self__, "notification_policy_id", notification_policy_id) + if query is not None: + pulumi.set(__self__, "query", query) + if schedule is not None: + pulumi.set(__self__, "schedule", schedule) + if series_conditions is not None: + pulumi.set(__self__, "series_conditions", series_conditions) + if signal_grouping is not None: + pulumi.set(__self__, "signal_grouping", signal_grouping) + if slug is not None: + pulumi.set(__self__, "slug", slug) + + @property + @pulumi.getter + def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: + return pulumi.get(self, "annotations") + + @annotations.setter + def annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]): + pulumi.set(self, "annotations", value) + + @property + @pulumi.getter(name="bucketId") + def bucket_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bucket_id") + + @bucket_id.setter + def bucket_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bucket_id", value) + + @property + @pulumi.getter(name="collectionId") + def collection_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "collection_id") + + @collection_id.setter + def collection_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "collection_id", value) + + @property + @pulumi.getter + def interval(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "interval") + + @interval.setter + def interval(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "interval", value) + + @property + @pulumi.getter + def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: + return pulumi.get(self, "labels") + + @labels.setter + def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]): + pulumi.set(self, "labels", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter(name="notificationPolicyId") + def notification_policy_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "notification_policy_id") + + @notification_policy_id.setter + def notification_policy_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "notification_policy_id", value) + + @property + @pulumi.getter + def query(self) -> Optional[pulumi.Input['MonitorQueryArgs']]: + return pulumi.get(self, "query") + + @query.setter + def query(self, value: Optional[pulumi.Input['MonitorQueryArgs']]): + pulumi.set(self, "query", value) + + @property + @pulumi.getter + def schedule(self) -> Optional[pulumi.Input['MonitorScheduleArgs']]: + return pulumi.get(self, "schedule") + + @schedule.setter + def schedule(self, value: Optional[pulumi.Input['MonitorScheduleArgs']]): + pulumi.set(self, "schedule", value) + + @property + @pulumi.getter(name="seriesConditions") + def series_conditions(self) -> Optional[pulumi.Input['MonitorSeriesConditionsArgs']]: + return pulumi.get(self, "series_conditions") + + @series_conditions.setter + def series_conditions(self, value: Optional[pulumi.Input['MonitorSeriesConditionsArgs']]): + pulumi.set(self, "series_conditions", value) + + @property + @pulumi.getter(name="signalGrouping") + def signal_grouping(self) -> Optional[pulumi.Input['MonitorSignalGroupingArgs']]: + return pulumi.get(self, "signal_grouping") + + @signal_grouping.setter + def signal_grouping(self, value: Optional[pulumi.Input['MonitorSignalGroupingArgs']]): + pulumi.set(self, "signal_grouping", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + +class Monitor(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + collection_id: Optional[pulumi.Input[str]] = None, + interval: Optional[pulumi.Input[str]] = None, + labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + name: Optional[pulumi.Input[str]] = None, + notification_policy_id: Optional[pulumi.Input[str]] = None, + query: Optional[pulumi.Input[pulumi.InputType['MonitorQueryArgs']]] = None, + schedule: Optional[pulumi.Input[pulumi.InputType['MonitorScheduleArgs']]] = None, + series_conditions: Optional[pulumi.Input[pulumi.InputType['MonitorSeriesConditionsArgs']]] = None, + signal_grouping: Optional[pulumi.Input[pulumi.InputType['MonitorSignalGroupingArgs']]] = None, + slug: Optional[pulumi.Input[str]] = None, + __props__=None): + """ + Create a Monitor resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: MonitorArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a Monitor resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param MonitorArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(MonitorArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + collection_id: Optional[pulumi.Input[str]] = None, + interval: Optional[pulumi.Input[str]] = None, + labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + name: Optional[pulumi.Input[str]] = None, + notification_policy_id: Optional[pulumi.Input[str]] = None, + query: Optional[pulumi.Input[pulumi.InputType['MonitorQueryArgs']]] = None, + schedule: Optional[pulumi.Input[pulumi.InputType['MonitorScheduleArgs']]] = None, + series_conditions: Optional[pulumi.Input[pulumi.InputType['MonitorSeriesConditionsArgs']]] = None, + signal_grouping: Optional[pulumi.Input[pulumi.InputType['MonitorSignalGroupingArgs']]] = None, + slug: Optional[pulumi.Input[str]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = MonitorArgs.__new__(MonitorArgs) + + __props__.__dict__["annotations"] = annotations + __props__.__dict__["bucket_id"] = bucket_id + __props__.__dict__["collection_id"] = collection_id + __props__.__dict__["interval"] = interval + __props__.__dict__["labels"] = labels + if name is None and not opts.urn: + raise TypeError("Missing required property 'name'") + __props__.__dict__["name"] = name + __props__.__dict__["notification_policy_id"] = notification_policy_id + if query is None and not opts.urn: + raise TypeError("Missing required property 'query'") + __props__.__dict__["query"] = query + __props__.__dict__["schedule"] = schedule + if series_conditions is None and not opts.urn: + raise TypeError("Missing required property 'series_conditions'") + __props__.__dict__["series_conditions"] = series_conditions + __props__.__dict__["signal_grouping"] = signal_grouping + __props__.__dict__["slug"] = slug + super(Monitor, __self__).__init__( + 'chronosphere:index/monitor:Monitor', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + collection_id: Optional[pulumi.Input[str]] = None, + interval: Optional[pulumi.Input[str]] = None, + labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + name: Optional[pulumi.Input[str]] = None, + notification_policy_id: Optional[pulumi.Input[str]] = None, + query: Optional[pulumi.Input[pulumi.InputType['MonitorQueryArgs']]] = None, + schedule: Optional[pulumi.Input[pulumi.InputType['MonitorScheduleArgs']]] = None, + series_conditions: Optional[pulumi.Input[pulumi.InputType['MonitorSeriesConditionsArgs']]] = None, + signal_grouping: Optional[pulumi.Input[pulumi.InputType['MonitorSignalGroupingArgs']]] = None, + slug: Optional[pulumi.Input[str]] = None) -> 'Monitor': + """ + Get an existing Monitor resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _MonitorState.__new__(_MonitorState) + + __props__.__dict__["annotations"] = annotations + __props__.__dict__["bucket_id"] = bucket_id + __props__.__dict__["collection_id"] = collection_id + __props__.__dict__["interval"] = interval + __props__.__dict__["labels"] = labels + __props__.__dict__["name"] = name + __props__.__dict__["notification_policy_id"] = notification_policy_id + __props__.__dict__["query"] = query + __props__.__dict__["schedule"] = schedule + __props__.__dict__["series_conditions"] = series_conditions + __props__.__dict__["signal_grouping"] = signal_grouping + __props__.__dict__["slug"] = slug + return Monitor(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter + def annotations(self) -> pulumi.Output[Optional[Mapping[str, str]]]: + return pulumi.get(self, "annotations") + + @property + @pulumi.getter(name="bucketId") + def bucket_id(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "bucket_id") + + @property + @pulumi.getter(name="collectionId") + def collection_id(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "collection_id") + + @property + @pulumi.getter + def interval(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "interval") + + @property + @pulumi.getter + def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]: + return pulumi.get(self, "labels") + + @property + @pulumi.getter + def name(self) -> pulumi.Output[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter(name="notificationPolicyId") + def notification_policy_id(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "notification_policy_id") + + @property + @pulumi.getter + def query(self) -> pulumi.Output['outputs.MonitorQuery']: + return pulumi.get(self, "query") + + @property + @pulumi.getter + def schedule(self) -> pulumi.Output[Optional['outputs.MonitorSchedule']]: + return pulumi.get(self, "schedule") + + @property + @pulumi.getter(name="seriesConditions") + def series_conditions(self) -> pulumi.Output['outputs.MonitorSeriesConditions']: + return pulumi.get(self, "series_conditions") + + @property + @pulumi.getter(name="signalGrouping") + def signal_grouping(self) -> pulumi.Output[Optional['outputs.MonitorSignalGrouping']]: + return pulumi.get(self, "signal_grouping") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "slug") + diff --git a/sdk/python/chronosphereio_chronosphere/notification_policy.py b/sdk/python/chronosphereio_chronosphere/notification_policy.py new file mode 100644 index 00000000..1f3d84c8 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/notification_policy.py @@ -0,0 +1,371 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities +from . import outputs +from ._inputs import * + +__all__ = ['NotificationPolicyArgs', 'NotificationPolicy'] + +@pulumi.input_type +class NotificationPolicyArgs: + def __init__(__self__, *, + name: Optional[pulumi.Input[str]] = None, + notification_policy_data: Optional[pulumi.Input[str]] = None, + overrides: Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPolicyOverrideArgs']]]] = None, + routes: Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPolicyRouteArgs']]]] = None, + rules: Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPolicyRuleArgs']]]] = None, + slug: Optional[pulumi.Input[str]] = None, + team_id: Optional[pulumi.Input[str]] = None): + """ + The set of arguments for constructing a NotificationPolicy resource. + """ + if name is not None: + pulumi.set(__self__, "name", name) + if notification_policy_data is not None: + pulumi.set(__self__, "notification_policy_data", notification_policy_data) + if overrides is not None: + pulumi.set(__self__, "overrides", overrides) + if routes is not None: + pulumi.set(__self__, "routes", routes) + if rules is not None: + warnings.warn("""`rule` is deprecated, use `route` instead.""", DeprecationWarning) + pulumi.log.warn("""rules is deprecated: `rule` is deprecated, use `route` instead.""") + if rules is not None: + pulumi.set(__self__, "rules", rules) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if team_id is not None: + pulumi.set(__self__, "team_id", team_id) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter(name="notificationPolicyData") + def notification_policy_data(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "notification_policy_data") + + @notification_policy_data.setter + def notification_policy_data(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "notification_policy_data", value) + + @property + @pulumi.getter + def overrides(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPolicyOverrideArgs']]]]: + return pulumi.get(self, "overrides") + + @overrides.setter + def overrides(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPolicyOverrideArgs']]]]): + pulumi.set(self, "overrides", value) + + @property + @pulumi.getter + def routes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPolicyRouteArgs']]]]: + return pulumi.get(self, "routes") + + @routes.setter + def routes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPolicyRouteArgs']]]]): + pulumi.set(self, "routes", value) + + @property + @pulumi.getter + def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPolicyRuleArgs']]]]: + warnings.warn("""`rule` is deprecated, use `route` instead.""", DeprecationWarning) + pulumi.log.warn("""rules is deprecated: `rule` is deprecated, use `route` instead.""") + + return pulumi.get(self, "rules") + + @rules.setter + def rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPolicyRuleArgs']]]]): + pulumi.set(self, "rules", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter(name="teamId") + def team_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "team_id") + + @team_id.setter + def team_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "team_id", value) + + +@pulumi.input_type +class _NotificationPolicyState: + def __init__(__self__, *, + is_independent: Optional[pulumi.Input[bool]] = None, + name: Optional[pulumi.Input[str]] = None, + notification_policy_data: Optional[pulumi.Input[str]] = None, + overrides: Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPolicyOverrideArgs']]]] = None, + routes: Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPolicyRouteArgs']]]] = None, + rules: Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPolicyRuleArgs']]]] = None, + slug: Optional[pulumi.Input[str]] = None, + team_id: Optional[pulumi.Input[str]] = None): + """ + Input properties used for looking up and filtering NotificationPolicy resources. + """ + if is_independent is not None: + pulumi.set(__self__, "is_independent", is_independent) + if name is not None: + pulumi.set(__self__, "name", name) + if notification_policy_data is not None: + pulumi.set(__self__, "notification_policy_data", notification_policy_data) + if overrides is not None: + pulumi.set(__self__, "overrides", overrides) + if routes is not None: + pulumi.set(__self__, "routes", routes) + if rules is not None: + warnings.warn("""`rule` is deprecated, use `route` instead.""", DeprecationWarning) + pulumi.log.warn("""rules is deprecated: `rule` is deprecated, use `route` instead.""") + if rules is not None: + pulumi.set(__self__, "rules", rules) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if team_id is not None: + pulumi.set(__self__, "team_id", team_id) + + @property + @pulumi.getter(name="isIndependent") + def is_independent(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "is_independent") + + @is_independent.setter + def is_independent(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "is_independent", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter(name="notificationPolicyData") + def notification_policy_data(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "notification_policy_data") + + @notification_policy_data.setter + def notification_policy_data(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "notification_policy_data", value) + + @property + @pulumi.getter + def overrides(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPolicyOverrideArgs']]]]: + return pulumi.get(self, "overrides") + + @overrides.setter + def overrides(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPolicyOverrideArgs']]]]): + pulumi.set(self, "overrides", value) + + @property + @pulumi.getter + def routes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPolicyRouteArgs']]]]: + return pulumi.get(self, "routes") + + @routes.setter + def routes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPolicyRouteArgs']]]]): + pulumi.set(self, "routes", value) + + @property + @pulumi.getter + def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPolicyRuleArgs']]]]: + warnings.warn("""`rule` is deprecated, use `route` instead.""", DeprecationWarning) + pulumi.log.warn("""rules is deprecated: `rule` is deprecated, use `route` instead.""") + + return pulumi.get(self, "rules") + + @rules.setter + def rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPolicyRuleArgs']]]]): + pulumi.set(self, "rules", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter(name="teamId") + def team_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "team_id") + + @team_id.setter + def team_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "team_id", value) + + +class NotificationPolicy(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + name: Optional[pulumi.Input[str]] = None, + notification_policy_data: Optional[pulumi.Input[str]] = None, + overrides: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NotificationPolicyOverrideArgs']]]]] = None, + routes: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NotificationPolicyRouteArgs']]]]] = None, + rules: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NotificationPolicyRuleArgs']]]]] = None, + slug: Optional[pulumi.Input[str]] = None, + team_id: Optional[pulumi.Input[str]] = None, + __props__=None): + """ + Create a NotificationPolicy resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: Optional[NotificationPolicyArgs] = None, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a NotificationPolicy resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param NotificationPolicyArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(NotificationPolicyArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + name: Optional[pulumi.Input[str]] = None, + notification_policy_data: Optional[pulumi.Input[str]] = None, + overrides: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NotificationPolicyOverrideArgs']]]]] = None, + routes: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NotificationPolicyRouteArgs']]]]] = None, + rules: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NotificationPolicyRuleArgs']]]]] = None, + slug: Optional[pulumi.Input[str]] = None, + team_id: Optional[pulumi.Input[str]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = NotificationPolicyArgs.__new__(NotificationPolicyArgs) + + __props__.__dict__["name"] = name + __props__.__dict__["notification_policy_data"] = notification_policy_data + __props__.__dict__["overrides"] = overrides + __props__.__dict__["routes"] = routes + __props__.__dict__["rules"] = rules + __props__.__dict__["slug"] = slug + __props__.__dict__["team_id"] = team_id + __props__.__dict__["is_independent"] = None + super(NotificationPolicy, __self__).__init__( + 'chronosphere:index/notificationPolicy:NotificationPolicy', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + is_independent: Optional[pulumi.Input[bool]] = None, + name: Optional[pulumi.Input[str]] = None, + notification_policy_data: Optional[pulumi.Input[str]] = None, + overrides: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NotificationPolicyOverrideArgs']]]]] = None, + routes: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NotificationPolicyRouteArgs']]]]] = None, + rules: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NotificationPolicyRuleArgs']]]]] = None, + slug: Optional[pulumi.Input[str]] = None, + team_id: Optional[pulumi.Input[str]] = None) -> 'NotificationPolicy': + """ + Get an existing NotificationPolicy resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _NotificationPolicyState.__new__(_NotificationPolicyState) + + __props__.__dict__["is_independent"] = is_independent + __props__.__dict__["name"] = name + __props__.__dict__["notification_policy_data"] = notification_policy_data + __props__.__dict__["overrides"] = overrides + __props__.__dict__["routes"] = routes + __props__.__dict__["rules"] = rules + __props__.__dict__["slug"] = slug + __props__.__dict__["team_id"] = team_id + return NotificationPolicy(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter(name="isIndependent") + def is_independent(self) -> pulumi.Output[bool]: + return pulumi.get(self, "is_independent") + + @property + @pulumi.getter + def name(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "name") + + @property + @pulumi.getter(name="notificationPolicyData") + def notification_policy_data(self) -> pulumi.Output[str]: + return pulumi.get(self, "notification_policy_data") + + @property + @pulumi.getter + def overrides(self) -> pulumi.Output[Optional[Sequence['outputs.NotificationPolicyOverride']]]: + return pulumi.get(self, "overrides") + + @property + @pulumi.getter + def routes(self) -> pulumi.Output[Optional[Sequence['outputs.NotificationPolicyRoute']]]: + return pulumi.get(self, "routes") + + @property + @pulumi.getter + def rules(self) -> pulumi.Output[Optional[Sequence['outputs.NotificationPolicyRule']]]: + warnings.warn("""`rule` is deprecated, use `route` instead.""", DeprecationWarning) + pulumi.log.warn("""rules is deprecated: `rule` is deprecated, use `route` instead.""") + + return pulumi.get(self, "rules") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "slug") + + @property + @pulumi.getter(name="teamId") + def team_id(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "team_id") + diff --git a/sdk/python/chronosphereio_chronosphere/notification_policy_data_source.py b/sdk/python/chronosphereio_chronosphere/notification_policy_data_source.py new file mode 100644 index 00000000..aca3eb8b --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/notification_policy_data_source.py @@ -0,0 +1,170 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities +from . import outputs +from ._inputs import * + +__all__ = [ + 'NotificationPolicyDataSourceResult', + 'AwaitableNotificationPolicyDataSourceResult', + 'notification_policy_data_source', + 'notification_policy_data_source_output', +] + +@pulumi.output_type +class NotificationPolicyDataSourceResult: + """ + A collection of values returned by NotificationPolicyDataSource. + """ + def __init__(__self__, id=None, is_independent=None, name=None, notification_policy_data=None, overrides=None, routes=None, rules=None, slug=None, team_id=None): + if id and not isinstance(id, str): + raise TypeError("Expected argument 'id' to be a str") + pulumi.set(__self__, "id", id) + if is_independent and not isinstance(is_independent, bool): + raise TypeError("Expected argument 'is_independent' to be a bool") + pulumi.set(__self__, "is_independent", is_independent) + if name and not isinstance(name, str): + raise TypeError("Expected argument 'name' to be a str") + pulumi.set(__self__, "name", name) + if notification_policy_data and not isinstance(notification_policy_data, str): + raise TypeError("Expected argument 'notification_policy_data' to be a str") + pulumi.set(__self__, "notification_policy_data", notification_policy_data) + if overrides and not isinstance(overrides, list): + raise TypeError("Expected argument 'overrides' to be a list") + pulumi.set(__self__, "overrides", overrides) + if routes and not isinstance(routes, list): + raise TypeError("Expected argument 'routes' to be a list") + pulumi.set(__self__, "routes", routes) + if rules and not isinstance(rules, list): + raise TypeError("Expected argument 'rules' to be a list") + pulumi.set(__self__, "rules", rules) + if slug and not isinstance(slug, str): + raise TypeError("Expected argument 'slug' to be a str") + pulumi.set(__self__, "slug", slug) + if team_id and not isinstance(team_id, str): + raise TypeError("Expected argument 'team_id' to be a str") + pulumi.set(__self__, "team_id", team_id) + + @property + @pulumi.getter + def id(self) -> str: + """ + The provider-assigned unique ID for this managed resource. + """ + return pulumi.get(self, "id") + + @property + @pulumi.getter(name="isIndependent") + def is_independent(self) -> bool: + return pulumi.get(self, "is_independent") + + @property + @pulumi.getter + def name(self) -> Optional[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter(name="notificationPolicyData") + def notification_policy_data(self) -> str: + return pulumi.get(self, "notification_policy_data") + + @property + @pulumi.getter + def overrides(self) -> Optional[Sequence['outputs.NotificationPolicyDataSourceOverrideResult']]: + return pulumi.get(self, "overrides") + + @property + @pulumi.getter + def routes(self) -> Optional[Sequence['outputs.NotificationPolicyDataSourceRouteResult']]: + return pulumi.get(self, "routes") + + @property + @pulumi.getter + def rules(self) -> Optional[Sequence['outputs.NotificationPolicyDataSourceRuleResult']]: + warnings.warn("""`rule` is deprecated, use `route` instead.""", DeprecationWarning) + pulumi.log.warn("""rules is deprecated: `rule` is deprecated, use `route` instead.""") + + return pulumi.get(self, "rules") + + @property + @pulumi.getter + def slug(self) -> str: + return pulumi.get(self, "slug") + + @property + @pulumi.getter(name="teamId") + def team_id(self) -> Optional[str]: + return pulumi.get(self, "team_id") + + +class AwaitableNotificationPolicyDataSourceResult(NotificationPolicyDataSourceResult): + # pylint: disable=using-constant-test + def __await__(self): + if False: + yield self + return NotificationPolicyDataSourceResult( + id=self.id, + is_independent=self.is_independent, + name=self.name, + notification_policy_data=self.notification_policy_data, + overrides=self.overrides, + routes=self.routes, + rules=self.rules, + slug=self.slug, + team_id=self.team_id) + + +def notification_policy_data_source(name: Optional[str] = None, + notification_policy_data: Optional[str] = None, + overrides: Optional[Sequence[pulumi.InputType['NotificationPolicyDataSourceOverrideArgs']]] = None, + routes: Optional[Sequence[pulumi.InputType['NotificationPolicyDataSourceRouteArgs']]] = None, + rules: Optional[Sequence[pulumi.InputType['NotificationPolicyDataSourceRuleArgs']]] = None, + slug: Optional[str] = None, + team_id: Optional[str] = None, + opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableNotificationPolicyDataSourceResult: + """ + Use this data source to access information about an existing resource. + """ + __args__ = dict() + __args__['name'] = name + __args__['notificationPolicyData'] = notification_policy_data + __args__['overrides'] = overrides + __args__['routes'] = routes + __args__['rules'] = rules + __args__['slug'] = slug + __args__['teamId'] = team_id + opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts) + __ret__ = pulumi.runtime.invoke('chronosphere:index/notificationPolicyDataSource:NotificationPolicyDataSource', __args__, opts=opts, typ=NotificationPolicyDataSourceResult).value + + return AwaitableNotificationPolicyDataSourceResult( + id=pulumi.get(__ret__, 'id'), + is_independent=pulumi.get(__ret__, 'is_independent'), + name=pulumi.get(__ret__, 'name'), + notification_policy_data=pulumi.get(__ret__, 'notification_policy_data'), + overrides=pulumi.get(__ret__, 'overrides'), + routes=pulumi.get(__ret__, 'routes'), + rules=pulumi.get(__ret__, 'rules'), + slug=pulumi.get(__ret__, 'slug'), + team_id=pulumi.get(__ret__, 'team_id')) + + +@_utilities.lift_output_func(notification_policy_data_source) +def notification_policy_data_source_output(name: Optional[pulumi.Input[Optional[str]]] = None, + notification_policy_data: Optional[pulumi.Input[Optional[str]]] = None, + overrides: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['NotificationPolicyDataSourceOverrideArgs']]]]] = None, + routes: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['NotificationPolicyDataSourceRouteArgs']]]]] = None, + rules: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['NotificationPolicyDataSourceRuleArgs']]]]] = None, + slug: Optional[pulumi.Input[Optional[str]]] = None, + team_id: Optional[pulumi.Input[Optional[str]]] = None, + opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[NotificationPolicyDataSourceResult]: + """ + Use this data source to access information about an existing resource. + """ + ... diff --git a/sdk/python/chronosphereio_chronosphere/opsgenie_alert_notifier.py b/sdk/python/chronosphereio_chronosphere/opsgenie_alert_notifier.py new file mode 100644 index 00000000..99e8af14 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/opsgenie_alert_notifier.py @@ -0,0 +1,714 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities +from . import outputs +from ._inputs import * + +__all__ = ['OpsgenieAlertNotifierArgs', 'OpsgenieAlertNotifier'] + +@pulumi.input_type +class OpsgenieAlertNotifierArgs: + def __init__(__self__, *, + api_key: pulumi.Input[str], + name: pulumi.Input[str], + api_url: Optional[pulumi.Input[str]] = None, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + description: Optional[pulumi.Input[str]] = None, + details: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + message: Optional[pulumi.Input[str]] = None, + note: Optional[pulumi.Input[str]] = None, + priority: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + responders: Optional[pulumi.Input[Sequence[pulumi.Input['OpsgenieAlertNotifierResponderArgs']]]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + source: Optional[pulumi.Input[str]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None): + """ + The set of arguments for constructing a OpsgenieAlertNotifier resource. + """ + pulumi.set(__self__, "api_key", api_key) + pulumi.set(__self__, "name", name) + if api_url is not None: + pulumi.set(__self__, "api_url", api_url) + if basic_auth_password is not None: + pulumi.set(__self__, "basic_auth_password", basic_auth_password) + if basic_auth_username is not None: + pulumi.set(__self__, "basic_auth_username", basic_auth_username) + if bearer_token is not None: + pulumi.set(__self__, "bearer_token", bearer_token) + if description is not None: + pulumi.set(__self__, "description", description) + if details is not None: + pulumi.set(__self__, "details", details) + if message is not None: + pulumi.set(__self__, "message", message) + if note is not None: + pulumi.set(__self__, "note", note) + if priority is not None: + pulumi.set(__self__, "priority", priority) + if proxy_url is not None: + pulumi.set(__self__, "proxy_url", proxy_url) + if responders is not None: + pulumi.set(__self__, "responders", responders) + if send_resolved is not None: + pulumi.set(__self__, "send_resolved", send_resolved) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if source is not None: + pulumi.set(__self__, "source", source) + if tags is not None: + pulumi.set(__self__, "tags", tags) + if tls_insecure_skip_verify is not None: + pulumi.set(__self__, "tls_insecure_skip_verify", tls_insecure_skip_verify) + + @property + @pulumi.getter(name="apiKey") + def api_key(self) -> pulumi.Input[str]: + return pulumi.get(self, "api_key") + + @api_key.setter + def api_key(self, value: pulumi.Input[str]): + pulumi.set(self, "api_key", value) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter(name="apiUrl") + def api_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "api_url") + + @api_url.setter + def api_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "api_url", value) + + @property + @pulumi.getter(name="basicAuthPassword") + def basic_auth_password(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "basic_auth_password") + + @basic_auth_password.setter + def basic_auth_password(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "basic_auth_password", value) + + @property + @pulumi.getter(name="basicAuthUsername") + def basic_auth_username(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "basic_auth_username") + + @basic_auth_username.setter + def basic_auth_username(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "basic_auth_username", value) + + @property + @pulumi.getter(name="bearerToken") + def bearer_token(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bearer_token") + + @bearer_token.setter + def bearer_token(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bearer_token", value) + + @property + @pulumi.getter + def description(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "description") + + @description.setter + def description(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "description", value) + + @property + @pulumi.getter + def details(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: + return pulumi.get(self, "details") + + @details.setter + def details(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]): + pulumi.set(self, "details", value) + + @property + @pulumi.getter + def message(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "message") + + @message.setter + def message(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "message", value) + + @property + @pulumi.getter + def note(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "note") + + @note.setter + def note(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "note", value) + + @property + @pulumi.getter + def priority(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "priority") + + @priority.setter + def priority(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "priority", value) + + @property + @pulumi.getter(name="proxyUrl") + def proxy_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "proxy_url") + + @proxy_url.setter + def proxy_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "proxy_url", value) + + @property + @pulumi.getter + def responders(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OpsgenieAlertNotifierResponderArgs']]]]: + return pulumi.get(self, "responders") + + @responders.setter + def responders(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OpsgenieAlertNotifierResponderArgs']]]]): + pulumi.set(self, "responders", value) + + @property + @pulumi.getter(name="sendResolved") + def send_resolved(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "send_resolved") + + @send_resolved.setter + def send_resolved(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "send_resolved", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter + def source(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "source") + + @source.setter + def source(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "source", value) + + @property + @pulumi.getter + def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: + return pulumi.get(self, "tags") + + @tags.setter + def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]): + pulumi.set(self, "tags", value) + + @property + @pulumi.getter(name="tlsInsecureSkipVerify") + def tls_insecure_skip_verify(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "tls_insecure_skip_verify") + + @tls_insecure_skip_verify.setter + def tls_insecure_skip_verify(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "tls_insecure_skip_verify", value) + + +@pulumi.input_type +class _OpsgenieAlertNotifierState: + def __init__(__self__, *, + api_key: Optional[pulumi.Input[str]] = None, + api_url: Optional[pulumi.Input[str]] = None, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + description: Optional[pulumi.Input[str]] = None, + details: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + message: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + note: Optional[pulumi.Input[str]] = None, + priority: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + responders: Optional[pulumi.Input[Sequence[pulumi.Input['OpsgenieAlertNotifierResponderArgs']]]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + source: Optional[pulumi.Input[str]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None): + """ + Input properties used for looking up and filtering OpsgenieAlertNotifier resources. + """ + if api_key is not None: + pulumi.set(__self__, "api_key", api_key) + if api_url is not None: + pulumi.set(__self__, "api_url", api_url) + if basic_auth_password is not None: + pulumi.set(__self__, "basic_auth_password", basic_auth_password) + if basic_auth_username is not None: + pulumi.set(__self__, "basic_auth_username", basic_auth_username) + if bearer_token is not None: + pulumi.set(__self__, "bearer_token", bearer_token) + if description is not None: + pulumi.set(__self__, "description", description) + if details is not None: + pulumi.set(__self__, "details", details) + if message is not None: + pulumi.set(__self__, "message", message) + if name is not None: + pulumi.set(__self__, "name", name) + if note is not None: + pulumi.set(__self__, "note", note) + if priority is not None: + pulumi.set(__self__, "priority", priority) + if proxy_url is not None: + pulumi.set(__self__, "proxy_url", proxy_url) + if responders is not None: + pulumi.set(__self__, "responders", responders) + if send_resolved is not None: + pulumi.set(__self__, "send_resolved", send_resolved) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if source is not None: + pulumi.set(__self__, "source", source) + if tags is not None: + pulumi.set(__self__, "tags", tags) + if tls_insecure_skip_verify is not None: + pulumi.set(__self__, "tls_insecure_skip_verify", tls_insecure_skip_verify) + + @property + @pulumi.getter(name="apiKey") + def api_key(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "api_key") + + @api_key.setter + def api_key(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "api_key", value) + + @property + @pulumi.getter(name="apiUrl") + def api_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "api_url") + + @api_url.setter + def api_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "api_url", value) + + @property + @pulumi.getter(name="basicAuthPassword") + def basic_auth_password(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "basic_auth_password") + + @basic_auth_password.setter + def basic_auth_password(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "basic_auth_password", value) + + @property + @pulumi.getter(name="basicAuthUsername") + def basic_auth_username(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "basic_auth_username") + + @basic_auth_username.setter + def basic_auth_username(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "basic_auth_username", value) + + @property + @pulumi.getter(name="bearerToken") + def bearer_token(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bearer_token") + + @bearer_token.setter + def bearer_token(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bearer_token", value) + + @property + @pulumi.getter + def description(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "description") + + @description.setter + def description(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "description", value) + + @property + @pulumi.getter + def details(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: + return pulumi.get(self, "details") + + @details.setter + def details(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]): + pulumi.set(self, "details", value) + + @property + @pulumi.getter + def message(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "message") + + @message.setter + def message(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "message", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def note(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "note") + + @note.setter + def note(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "note", value) + + @property + @pulumi.getter + def priority(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "priority") + + @priority.setter + def priority(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "priority", value) + + @property + @pulumi.getter(name="proxyUrl") + def proxy_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "proxy_url") + + @proxy_url.setter + def proxy_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "proxy_url", value) + + @property + @pulumi.getter + def responders(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OpsgenieAlertNotifierResponderArgs']]]]: + return pulumi.get(self, "responders") + + @responders.setter + def responders(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OpsgenieAlertNotifierResponderArgs']]]]): + pulumi.set(self, "responders", value) + + @property + @pulumi.getter(name="sendResolved") + def send_resolved(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "send_resolved") + + @send_resolved.setter + def send_resolved(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "send_resolved", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter + def source(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "source") + + @source.setter + def source(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "source", value) + + @property + @pulumi.getter + def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: + return pulumi.get(self, "tags") + + @tags.setter + def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]): + pulumi.set(self, "tags", value) + + @property + @pulumi.getter(name="tlsInsecureSkipVerify") + def tls_insecure_skip_verify(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "tls_insecure_skip_verify") + + @tls_insecure_skip_verify.setter + def tls_insecure_skip_verify(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "tls_insecure_skip_verify", value) + + +class OpsgenieAlertNotifier(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + api_key: Optional[pulumi.Input[str]] = None, + api_url: Optional[pulumi.Input[str]] = None, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + description: Optional[pulumi.Input[str]] = None, + details: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + message: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + note: Optional[pulumi.Input[str]] = None, + priority: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + responders: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpsgenieAlertNotifierResponderArgs']]]]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + source: Optional[pulumi.Input[str]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None, + __props__=None): + """ + Create a OpsgenieAlertNotifier resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: OpsgenieAlertNotifierArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a OpsgenieAlertNotifier resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param OpsgenieAlertNotifierArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(OpsgenieAlertNotifierArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + api_key: Optional[pulumi.Input[str]] = None, + api_url: Optional[pulumi.Input[str]] = None, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + description: Optional[pulumi.Input[str]] = None, + details: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + message: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + note: Optional[pulumi.Input[str]] = None, + priority: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + responders: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpsgenieAlertNotifierResponderArgs']]]]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + source: Optional[pulumi.Input[str]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = OpsgenieAlertNotifierArgs.__new__(OpsgenieAlertNotifierArgs) + + if api_key is None and not opts.urn: + raise TypeError("Missing required property 'api_key'") + __props__.__dict__["api_key"] = None if api_key is None else pulumi.Output.secret(api_key) + __props__.__dict__["api_url"] = api_url + __props__.__dict__["basic_auth_password"] = None if basic_auth_password is None else pulumi.Output.secret(basic_auth_password) + __props__.__dict__["basic_auth_username"] = basic_auth_username + __props__.__dict__["bearer_token"] = bearer_token + __props__.__dict__["description"] = description + __props__.__dict__["details"] = details + __props__.__dict__["message"] = message + if name is None and not opts.urn: + raise TypeError("Missing required property 'name'") + __props__.__dict__["name"] = name + __props__.__dict__["note"] = note + __props__.__dict__["priority"] = priority + __props__.__dict__["proxy_url"] = proxy_url + __props__.__dict__["responders"] = responders + __props__.__dict__["send_resolved"] = send_resolved + __props__.__dict__["slug"] = slug + __props__.__dict__["source"] = source + __props__.__dict__["tags"] = tags + __props__.__dict__["tls_insecure_skip_verify"] = tls_insecure_skip_verify + secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["apiKey", "basicAuthPassword"]) + opts = pulumi.ResourceOptions.merge(opts, secret_opts) + super(OpsgenieAlertNotifier, __self__).__init__( + 'chronosphere:index/opsgenieAlertNotifier:OpsgenieAlertNotifier', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + api_key: Optional[pulumi.Input[str]] = None, + api_url: Optional[pulumi.Input[str]] = None, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + description: Optional[pulumi.Input[str]] = None, + details: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + message: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + note: Optional[pulumi.Input[str]] = None, + priority: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + responders: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpsgenieAlertNotifierResponderArgs']]]]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + source: Optional[pulumi.Input[str]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None) -> 'OpsgenieAlertNotifier': + """ + Get an existing OpsgenieAlertNotifier resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _OpsgenieAlertNotifierState.__new__(_OpsgenieAlertNotifierState) + + __props__.__dict__["api_key"] = api_key + __props__.__dict__["api_url"] = api_url + __props__.__dict__["basic_auth_password"] = basic_auth_password + __props__.__dict__["basic_auth_username"] = basic_auth_username + __props__.__dict__["bearer_token"] = bearer_token + __props__.__dict__["description"] = description + __props__.__dict__["details"] = details + __props__.__dict__["message"] = message + __props__.__dict__["name"] = name + __props__.__dict__["note"] = note + __props__.__dict__["priority"] = priority + __props__.__dict__["proxy_url"] = proxy_url + __props__.__dict__["responders"] = responders + __props__.__dict__["send_resolved"] = send_resolved + __props__.__dict__["slug"] = slug + __props__.__dict__["source"] = source + __props__.__dict__["tags"] = tags + __props__.__dict__["tls_insecure_skip_verify"] = tls_insecure_skip_verify + return OpsgenieAlertNotifier(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter(name="apiKey") + def api_key(self) -> pulumi.Output[str]: + return pulumi.get(self, "api_key") + + @property + @pulumi.getter(name="apiUrl") + def api_url(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "api_url") + + @property + @pulumi.getter(name="basicAuthPassword") + def basic_auth_password(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "basic_auth_password") + + @property + @pulumi.getter(name="basicAuthUsername") + def basic_auth_username(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "basic_auth_username") + + @property + @pulumi.getter(name="bearerToken") + def bearer_token(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "bearer_token") + + @property + @pulumi.getter + def description(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "description") + + @property + @pulumi.getter + def details(self) -> pulumi.Output[Optional[Mapping[str, str]]]: + return pulumi.get(self, "details") + + @property + @pulumi.getter + def message(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "message") + + @property + @pulumi.getter + def name(self) -> pulumi.Output[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter + def note(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "note") + + @property + @pulumi.getter + def priority(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "priority") + + @property + @pulumi.getter(name="proxyUrl") + def proxy_url(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "proxy_url") + + @property + @pulumi.getter + def responders(self) -> pulumi.Output[Optional[Sequence['outputs.OpsgenieAlertNotifierResponder']]]: + return pulumi.get(self, "responders") + + @property + @pulumi.getter(name="sendResolved") + def send_resolved(self) -> pulumi.Output[Optional[bool]]: + return pulumi.get(self, "send_resolved") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "slug") + + @property + @pulumi.getter + def source(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "source") + + @property + @pulumi.getter + def tags(self) -> pulumi.Output[Optional[Sequence[str]]]: + return pulumi.get(self, "tags") + + @property + @pulumi.getter(name="tlsInsecureSkipVerify") + def tls_insecure_skip_verify(self) -> pulumi.Output[Optional[bool]]: + return pulumi.get(self, "tls_insecure_skip_verify") + diff --git a/sdk/python/chronosphereio_chronosphere/outputs.py b/sdk/python/chronosphereio_chronosphere/outputs.py new file mode 100644 index 00000000..4afb022b --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/outputs.py @@ -0,0 +1,3010 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities +from . import outputs + +__all__ = [ + 'DerivedLabelMetricLabel', + 'DerivedLabelMetricLabelConstructedLabel', + 'DerivedLabelMetricLabelConstructedLabelValueDefinition', + 'DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter', + 'DerivedLabelMetricLabelMappingLabel', + 'DerivedLabelMetricLabelMappingLabelNameMapping', + 'DerivedLabelMetricLabelMappingLabelNameMappingFilter', + 'DerivedLabelMetricLabelMappingLabelNameMappingValueMapping', + 'DerivedLabelMetricLabelMappingLabelValueMapping', + 'DerivedMetricQuery', + 'DerivedMetricQueryQuery', + 'DerivedMetricQueryQueryVariable', + 'DerivedMetricQuerySelector', + 'DropRuleValueBasedDrop', + 'GcpMetricsIntegrationMetricGroup', + 'GcpMetricsIntegrationServiceAccount', + 'MappingRuleStoragePolicy', + 'MonitorQuery', + 'MonitorSchedule', + 'MonitorScheduleRange', + 'MonitorSeriesConditions', + 'MonitorSeriesConditionsCondition', + 'MonitorSeriesConditionsOverride', + 'MonitorSeriesConditionsOverrideCondition', + 'MonitorSeriesConditionsOverrideLabelMatcher', + 'MonitorSignalGrouping', + 'NotificationPolicyDataSourceOverrideResult', + 'NotificationPolicyDataSourceOverrideAlertLabelMatcherResult', + 'NotificationPolicyDataSourceOverrideRouteResult', + 'NotificationPolicyDataSourceRouteResult', + 'NotificationPolicyDataSourceRuleResult', + 'NotificationPolicyOverride', + 'NotificationPolicyOverrideAlertLabelMatcher', + 'NotificationPolicyOverrideRoute', + 'NotificationPolicyRoute', + 'NotificationPolicyRule', + 'OpsgenieAlertNotifierResponder', + 'PagerdutyAlertNotifierImage', + 'PagerdutyAlertNotifierLink', + 'ResourcePoolsConfigDefaultPool', + 'ResourcePoolsConfigDefaultPoolAllocation', + 'ResourcePoolsConfigDefaultPoolPriorities', + 'ResourcePoolsConfigPool', + 'ResourcePoolsConfigPoolAllocation', + 'ResourcePoolsConfigPoolPriorities', + 'RollupRuleStoragePolicies', + 'ServiceAccountRestriction', + 'SlackAlertNotifierAction', + 'SlackAlertNotifierField', + 'TraceJaegerRemoteSamplingStrategyAppliedStrategy', + 'TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies', + 'TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy', + 'TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategy', + 'TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy', + 'TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy', + 'TraceMetricsRuleGroupBy', + 'TraceMetricsRuleGroupByKey', + 'TraceMetricsRuleTraceFilter', + 'TraceMetricsRuleTraceFilterSpan', + 'TraceMetricsRuleTraceFilterSpanDuration', + 'TraceMetricsRuleTraceFilterSpanError', + 'TraceMetricsRuleTraceFilterSpanOperation', + 'TraceMetricsRuleTraceFilterSpanParentOperation', + 'TraceMetricsRuleTraceFilterSpanParentService', + 'TraceMetricsRuleTraceFilterSpanService', + 'TraceMetricsRuleTraceFilterSpanSpanCount', + 'TraceMetricsRuleTraceFilterSpanTag', + 'TraceMetricsRuleTraceFilterSpanTagNumericValue', + 'TraceMetricsRuleTraceFilterSpanTagValue', + 'TraceMetricsRuleTraceFilterTrace', + 'TraceMetricsRuleTraceFilterTraceDuration', + 'TraceMetricsRuleTraceFilterTraceError', + 'TraceTailSamplingRulesDefaultSampleRate', + 'TraceTailSamplingRulesRule', + 'TraceTailSamplingRulesRuleFilter', + 'TraceTailSamplingRulesRuleFilterSpan', + 'TraceTailSamplingRulesRuleFilterSpanDuration', + 'TraceTailSamplingRulesRuleFilterSpanError', + 'TraceTailSamplingRulesRuleFilterSpanOperation', + 'TraceTailSamplingRulesRuleFilterSpanParentOperation', + 'TraceTailSamplingRulesRuleFilterSpanParentService', + 'TraceTailSamplingRulesRuleFilterSpanService', + 'TraceTailSamplingRulesRuleFilterSpanSpanCount', + 'TraceTailSamplingRulesRuleFilterSpanTag', + 'TraceTailSamplingRulesRuleFilterSpanTagNumericValue', + 'TraceTailSamplingRulesRuleFilterSpanTagValue', + 'TraceTailSamplingRulesRuleFilterTrace', + 'TraceTailSamplingRulesRuleFilterTraceDuration', + 'TraceTailSamplingRulesRuleFilterTraceError', +] + +@pulumi.output_type +class DerivedLabelMetricLabel(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "constructedLabel": + suggest = "constructed_label" + elif key == "mappingLabel": + suggest = "mapping_label" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in DerivedLabelMetricLabel. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + DerivedLabelMetricLabel.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + DerivedLabelMetricLabel.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + constructed_label: Optional['outputs.DerivedLabelMetricLabelConstructedLabel'] = None, + mapping_label: Optional['outputs.DerivedLabelMetricLabelMappingLabel'] = None): + if constructed_label is not None: + pulumi.set(__self__, "constructed_label", constructed_label) + if mapping_label is not None: + pulumi.set(__self__, "mapping_label", mapping_label) + + @property + @pulumi.getter(name="constructedLabel") + def constructed_label(self) -> Optional['outputs.DerivedLabelMetricLabelConstructedLabel']: + return pulumi.get(self, "constructed_label") + + @property + @pulumi.getter(name="mappingLabel") + def mapping_label(self) -> Optional['outputs.DerivedLabelMetricLabelMappingLabel']: + return pulumi.get(self, "mapping_label") + + +@pulumi.output_type +class DerivedLabelMetricLabelConstructedLabel(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "valueDefinitions": + suggest = "value_definitions" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in DerivedLabelMetricLabelConstructedLabel. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + DerivedLabelMetricLabelConstructedLabel.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + DerivedLabelMetricLabelConstructedLabel.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + value_definitions: Sequence['outputs.DerivedLabelMetricLabelConstructedLabelValueDefinition']): + pulumi.set(__self__, "value_definitions", value_definitions) + + @property + @pulumi.getter(name="valueDefinitions") + def value_definitions(self) -> Sequence['outputs.DerivedLabelMetricLabelConstructedLabelValueDefinition']: + return pulumi.get(self, "value_definitions") + + +@pulumi.output_type +class DerivedLabelMetricLabelConstructedLabelValueDefinition(dict): + def __init__(__self__, *, + filters: Sequence['outputs.DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter'], + value: str): + pulumi.set(__self__, "filters", filters) + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def filters(self) -> Sequence['outputs.DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter']: + return pulumi.get(self, "filters") + + @property + @pulumi.getter + def value(self) -> str: + return pulumi.get(self, "value") + + +@pulumi.output_type +class DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "valueGlob": + suggest = "value_glob" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + DerivedLabelMetricLabelConstructedLabelValueDefinitionFilter.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + name: str, + value_glob: str): + pulumi.set(__self__, "name", name) + pulumi.set(__self__, "value_glob", value_glob) + + @property + @pulumi.getter + def name(self) -> str: + return pulumi.get(self, "name") + + @property + @pulumi.getter(name="valueGlob") + def value_glob(self) -> str: + return pulumi.get(self, "value_glob") + + +@pulumi.output_type +class DerivedLabelMetricLabelMappingLabel(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "nameMappings": + suggest = "name_mappings" + elif key == "valueMappings": + suggest = "value_mappings" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in DerivedLabelMetricLabelMappingLabel. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + DerivedLabelMetricLabelMappingLabel.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + DerivedLabelMetricLabelMappingLabel.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + name_mappings: Optional[Sequence['outputs.DerivedLabelMetricLabelMappingLabelNameMapping']] = None, + value_mappings: Optional[Sequence['outputs.DerivedLabelMetricLabelMappingLabelValueMapping']] = None): + if name_mappings is not None: + pulumi.set(__self__, "name_mappings", name_mappings) + if value_mappings is not None: + pulumi.set(__self__, "value_mappings", value_mappings) + + @property + @pulumi.getter(name="nameMappings") + def name_mappings(self) -> Optional[Sequence['outputs.DerivedLabelMetricLabelMappingLabelNameMapping']]: + return pulumi.get(self, "name_mappings") + + @property + @pulumi.getter(name="valueMappings") + def value_mappings(self) -> Optional[Sequence['outputs.DerivedLabelMetricLabelMappingLabelValueMapping']]: + return pulumi.get(self, "value_mappings") + + +@pulumi.output_type +class DerivedLabelMetricLabelMappingLabelNameMapping(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "sourceLabel": + suggest = "source_label" + elif key == "valueMappings": + suggest = "value_mappings" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in DerivedLabelMetricLabelMappingLabelNameMapping. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + DerivedLabelMetricLabelMappingLabelNameMapping.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + DerivedLabelMetricLabelMappingLabelNameMapping.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + filters: Sequence['outputs.DerivedLabelMetricLabelMappingLabelNameMappingFilter'], + source_label: str, + value_mappings: Optional[Sequence['outputs.DerivedLabelMetricLabelMappingLabelNameMappingValueMapping']] = None): + pulumi.set(__self__, "filters", filters) + pulumi.set(__self__, "source_label", source_label) + if value_mappings is not None: + pulumi.set(__self__, "value_mappings", value_mappings) + + @property + @pulumi.getter + def filters(self) -> Sequence['outputs.DerivedLabelMetricLabelMappingLabelNameMappingFilter']: + return pulumi.get(self, "filters") + + @property + @pulumi.getter(name="sourceLabel") + def source_label(self) -> str: + return pulumi.get(self, "source_label") + + @property + @pulumi.getter(name="valueMappings") + def value_mappings(self) -> Optional[Sequence['outputs.DerivedLabelMetricLabelMappingLabelNameMappingValueMapping']]: + return pulumi.get(self, "value_mappings") + + +@pulumi.output_type +class DerivedLabelMetricLabelMappingLabelNameMappingFilter(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "valueGlob": + suggest = "value_glob" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in DerivedLabelMetricLabelMappingLabelNameMappingFilter. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + DerivedLabelMetricLabelMappingLabelNameMappingFilter.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + DerivedLabelMetricLabelMappingLabelNameMappingFilter.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + name: str, + value_glob: str): + pulumi.set(__self__, "name", name) + pulumi.set(__self__, "value_glob", value_glob) + + @property + @pulumi.getter + def name(self) -> str: + return pulumi.get(self, "name") + + @property + @pulumi.getter(name="valueGlob") + def value_glob(self) -> str: + return pulumi.get(self, "value_glob") + + +@pulumi.output_type +class DerivedLabelMetricLabelMappingLabelNameMappingValueMapping(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "sourceValueGlobs": + suggest = "source_value_globs" + elif key == "targetValue": + suggest = "target_value" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in DerivedLabelMetricLabelMappingLabelNameMappingValueMapping. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + DerivedLabelMetricLabelMappingLabelNameMappingValueMapping.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + DerivedLabelMetricLabelMappingLabelNameMappingValueMapping.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + source_value_globs: Sequence[str], + target_value: str): + pulumi.set(__self__, "source_value_globs", source_value_globs) + pulumi.set(__self__, "target_value", target_value) + + @property + @pulumi.getter(name="sourceValueGlobs") + def source_value_globs(self) -> Sequence[str]: + return pulumi.get(self, "source_value_globs") + + @property + @pulumi.getter(name="targetValue") + def target_value(self) -> str: + return pulumi.get(self, "target_value") + + +@pulumi.output_type +class DerivedLabelMetricLabelMappingLabelValueMapping(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "sourceValueGlobs": + suggest = "source_value_globs" + elif key == "targetValue": + suggest = "target_value" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in DerivedLabelMetricLabelMappingLabelValueMapping. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + DerivedLabelMetricLabelMappingLabelValueMapping.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + DerivedLabelMetricLabelMappingLabelValueMapping.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + source_value_globs: Sequence[str], + target_value: str): + pulumi.set(__self__, "source_value_globs", source_value_globs) + pulumi.set(__self__, "target_value", target_value) + + @property + @pulumi.getter(name="sourceValueGlobs") + def source_value_globs(self) -> Sequence[str]: + return pulumi.get(self, "source_value_globs") + + @property + @pulumi.getter(name="targetValue") + def target_value(self) -> str: + return pulumi.get(self, "target_value") + + +@pulumi.output_type +class DerivedMetricQuery(dict): + def __init__(__self__, *, + query: 'outputs.DerivedMetricQueryQuery', + selector: Optional['outputs.DerivedMetricQuerySelector'] = None): + pulumi.set(__self__, "query", query) + if selector is not None: + pulumi.set(__self__, "selector", selector) + + @property + @pulumi.getter + def query(self) -> 'outputs.DerivedMetricQueryQuery': + return pulumi.get(self, "query") + + @property + @pulumi.getter + def selector(self) -> Optional['outputs.DerivedMetricQuerySelector']: + return pulumi.get(self, "selector") + + +@pulumi.output_type +class DerivedMetricQueryQuery(dict): + def __init__(__self__, *, + expr: str, + variables: Optional[Sequence['outputs.DerivedMetricQueryQueryVariable']] = None): + pulumi.set(__self__, "expr", expr) + if variables is not None: + pulumi.set(__self__, "variables", variables) + + @property + @pulumi.getter + def expr(self) -> str: + return pulumi.get(self, "expr") + + @property + @pulumi.getter + def variables(self) -> Optional[Sequence['outputs.DerivedMetricQueryQueryVariable']]: + return pulumi.get(self, "variables") + + +@pulumi.output_type +class DerivedMetricQueryQueryVariable(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "defaultSelector": + suggest = "default_selector" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in DerivedMetricQueryQueryVariable. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + DerivedMetricQueryQueryVariable.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + DerivedMetricQueryQueryVariable.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + default_selector: str, + name: str): + pulumi.set(__self__, "default_selector", default_selector) + pulumi.set(__self__, "name", name) + + @property + @pulumi.getter(name="defaultSelector") + def default_selector(self) -> str: + return pulumi.get(self, "default_selector") + + @property + @pulumi.getter + def name(self) -> str: + return pulumi.get(self, "name") + + +@pulumi.output_type +class DerivedMetricQuerySelector(dict): + def __init__(__self__, *, + labels: Optional[Mapping[str, str]] = None): + if labels is not None: + pulumi.set(__self__, "labels", labels) + + @property + @pulumi.getter + def labels(self) -> Optional[Mapping[str, str]]: + return pulumi.get(self, "labels") + + +@pulumi.output_type +class DropRuleValueBasedDrop(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "targetDropValue": + suggest = "target_drop_value" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in DropRuleValueBasedDrop. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + DropRuleValueBasedDrop.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + DropRuleValueBasedDrop.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + target_drop_value: float): + pulumi.set(__self__, "target_drop_value", target_drop_value) + + @property + @pulumi.getter(name="targetDropValue") + def target_drop_value(self) -> float: + return pulumi.get(self, "target_drop_value") + + +@pulumi.output_type +class GcpMetricsIntegrationMetricGroup(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "projectId": + suggest = "project_id" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in GcpMetricsIntegrationMetricGroup. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + GcpMetricsIntegrationMetricGroup.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + GcpMetricsIntegrationMetricGroup.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + project_id: str, + prefixes: Optional[Sequence[str]] = None): + pulumi.set(__self__, "project_id", project_id) + if prefixes is not None: + pulumi.set(__self__, "prefixes", prefixes) + + @property + @pulumi.getter(name="projectId") + def project_id(self) -> str: + return pulumi.get(self, "project_id") + + @property + @pulumi.getter + def prefixes(self) -> Optional[Sequence[str]]: + return pulumi.get(self, "prefixes") + + +@pulumi.output_type +class GcpMetricsIntegrationServiceAccount(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "clientEmail": + suggest = "client_email" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in GcpMetricsIntegrationServiceAccount. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + GcpMetricsIntegrationServiceAccount.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + GcpMetricsIntegrationServiceAccount.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + client_email: str): + pulumi.set(__self__, "client_email", client_email) + + @property + @pulumi.getter(name="clientEmail") + def client_email(self) -> str: + return pulumi.get(self, "client_email") + + +@pulumi.output_type +class MappingRuleStoragePolicy(dict): + def __init__(__self__, *, + resolution: str, + retention: str): + pulumi.set(__self__, "resolution", resolution) + pulumi.set(__self__, "retention", retention) + + @property + @pulumi.getter + def resolution(self) -> str: + return pulumi.get(self, "resolution") + + @property + @pulumi.getter + def retention(self) -> str: + return pulumi.get(self, "retention") + + +@pulumi.output_type +class MonitorQuery(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "graphiteExpr": + suggest = "graphite_expr" + elif key == "prometheusExpr": + suggest = "prometheus_expr" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in MonitorQuery. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + MonitorQuery.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + MonitorQuery.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + graphite_expr: Optional[str] = None, + prometheus_expr: Optional[str] = None): + if graphite_expr is not None: + pulumi.set(__self__, "graphite_expr", graphite_expr) + if prometheus_expr is not None: + pulumi.set(__self__, "prometheus_expr", prometheus_expr) + + @property + @pulumi.getter(name="graphiteExpr") + def graphite_expr(self) -> Optional[str]: + return pulumi.get(self, "graphite_expr") + + @property + @pulumi.getter(name="prometheusExpr") + def prometheus_expr(self) -> Optional[str]: + return pulumi.get(self, "prometheus_expr") + + +@pulumi.output_type +class MonitorSchedule(dict): + def __init__(__self__, *, + timezone: str, + ranges: Optional[Sequence['outputs.MonitorScheduleRange']] = None): + pulumi.set(__self__, "timezone", timezone) + if ranges is not None: + pulumi.set(__self__, "ranges", ranges) + + @property + @pulumi.getter + def timezone(self) -> str: + return pulumi.get(self, "timezone") + + @property + @pulumi.getter + def ranges(self) -> Optional[Sequence['outputs.MonitorScheduleRange']]: + return pulumi.get(self, "ranges") + + +@pulumi.output_type +class MonitorScheduleRange(dict): + def __init__(__self__, *, + day: str, + end: str, + start: str): + pulumi.set(__self__, "day", day) + pulumi.set(__self__, "end", end) + pulumi.set(__self__, "start", start) + + @property + @pulumi.getter + def day(self) -> str: + return pulumi.get(self, "day") + + @property + @pulumi.getter + def end(self) -> str: + return pulumi.get(self, "end") + + @property + @pulumi.getter + def start(self) -> str: + return pulumi.get(self, "start") + + +@pulumi.output_type +class MonitorSeriesConditions(dict): + def __init__(__self__, *, + conditions: Sequence['outputs.MonitorSeriesConditionsCondition'], + overrides: Optional[Sequence['outputs.MonitorSeriesConditionsOverride']] = None): + pulumi.set(__self__, "conditions", conditions) + if overrides is not None: + pulumi.set(__self__, "overrides", overrides) + + @property + @pulumi.getter + def conditions(self) -> Sequence['outputs.MonitorSeriesConditionsCondition']: + return pulumi.get(self, "conditions") + + @property + @pulumi.getter + def overrides(self) -> Optional[Sequence['outputs.MonitorSeriesConditionsOverride']]: + return pulumi.get(self, "overrides") + + +@pulumi.output_type +class MonitorSeriesConditionsCondition(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "resolveSustain": + suggest = "resolve_sustain" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in MonitorSeriesConditionsCondition. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + MonitorSeriesConditionsCondition.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + MonitorSeriesConditionsCondition.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + op: str, + severity: str, + resolve_sustain: Optional[str] = None, + sustain: Optional[str] = None, + value: Optional[float] = None): + pulumi.set(__self__, "op", op) + pulumi.set(__self__, "severity", severity) + if resolve_sustain is not None: + pulumi.set(__self__, "resolve_sustain", resolve_sustain) + if sustain is not None: + pulumi.set(__self__, "sustain", sustain) + if value is not None: + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def op(self) -> str: + return pulumi.get(self, "op") + + @property + @pulumi.getter + def severity(self) -> str: + return pulumi.get(self, "severity") + + @property + @pulumi.getter(name="resolveSustain") + def resolve_sustain(self) -> Optional[str]: + return pulumi.get(self, "resolve_sustain") + + @property + @pulumi.getter + def sustain(self) -> Optional[str]: + return pulumi.get(self, "sustain") + + @property + @pulumi.getter + def value(self) -> Optional[float]: + return pulumi.get(self, "value") + + +@pulumi.output_type +class MonitorSeriesConditionsOverride(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "labelMatchers": + suggest = "label_matchers" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in MonitorSeriesConditionsOverride. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + MonitorSeriesConditionsOverride.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + MonitorSeriesConditionsOverride.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + conditions: Sequence['outputs.MonitorSeriesConditionsOverrideCondition'], + label_matchers: Sequence['outputs.MonitorSeriesConditionsOverrideLabelMatcher']): + pulumi.set(__self__, "conditions", conditions) + pulumi.set(__self__, "label_matchers", label_matchers) + + @property + @pulumi.getter + def conditions(self) -> Sequence['outputs.MonitorSeriesConditionsOverrideCondition']: + return pulumi.get(self, "conditions") + + @property + @pulumi.getter(name="labelMatchers") + def label_matchers(self) -> Sequence['outputs.MonitorSeriesConditionsOverrideLabelMatcher']: + return pulumi.get(self, "label_matchers") + + +@pulumi.output_type +class MonitorSeriesConditionsOverrideCondition(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "resolveSustain": + suggest = "resolve_sustain" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in MonitorSeriesConditionsOverrideCondition. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + MonitorSeriesConditionsOverrideCondition.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + MonitorSeriesConditionsOverrideCondition.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + op: str, + severity: str, + resolve_sustain: Optional[str] = None, + sustain: Optional[str] = None, + value: Optional[float] = None): + pulumi.set(__self__, "op", op) + pulumi.set(__self__, "severity", severity) + if resolve_sustain is not None: + pulumi.set(__self__, "resolve_sustain", resolve_sustain) + if sustain is not None: + pulumi.set(__self__, "sustain", sustain) + if value is not None: + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def op(self) -> str: + return pulumi.get(self, "op") + + @property + @pulumi.getter + def severity(self) -> str: + return pulumi.get(self, "severity") + + @property + @pulumi.getter(name="resolveSustain") + def resolve_sustain(self) -> Optional[str]: + return pulumi.get(self, "resolve_sustain") + + @property + @pulumi.getter + def sustain(self) -> Optional[str]: + return pulumi.get(self, "sustain") + + @property + @pulumi.getter + def value(self) -> Optional[float]: + return pulumi.get(self, "value") + + +@pulumi.output_type +class MonitorSeriesConditionsOverrideLabelMatcher(dict): + def __init__(__self__, *, + name: str, + type: str, + value: str): + pulumi.set(__self__, "name", name) + pulumi.set(__self__, "type", type) + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def name(self) -> str: + return pulumi.get(self, "name") + + @property + @pulumi.getter + def type(self) -> str: + return pulumi.get(self, "type") + + @property + @pulumi.getter + def value(self) -> str: + return pulumi.get(self, "value") + + +@pulumi.output_type +class MonitorSignalGrouping(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "labelNames": + suggest = "label_names" + elif key == "signalPerSeries": + suggest = "signal_per_series" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in MonitorSignalGrouping. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + MonitorSignalGrouping.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + MonitorSignalGrouping.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + label_names: Optional[Sequence[str]] = None, + signal_per_series: Optional[bool] = None): + if label_names is not None: + pulumi.set(__self__, "label_names", label_names) + if signal_per_series is not None: + pulumi.set(__self__, "signal_per_series", signal_per_series) + + @property + @pulumi.getter(name="labelNames") + def label_names(self) -> Optional[Sequence[str]]: + return pulumi.get(self, "label_names") + + @property + @pulumi.getter(name="signalPerSeries") + def signal_per_series(self) -> Optional[bool]: + return pulumi.get(self, "signal_per_series") + + +@pulumi.output_type +class NotificationPolicyDataSourceOverrideResult(dict): + def __init__(__self__, *, + alert_label_matchers: Sequence['outputs.NotificationPolicyDataSourceOverrideAlertLabelMatcherResult'], + routes: Optional[Sequence['outputs.NotificationPolicyDataSourceOverrideRouteResult']] = None): + pulumi.set(__self__, "alert_label_matchers", alert_label_matchers) + if routes is not None: + pulumi.set(__self__, "routes", routes) + + @property + @pulumi.getter(name="alertLabelMatchers") + def alert_label_matchers(self) -> Sequence['outputs.NotificationPolicyDataSourceOverrideAlertLabelMatcherResult']: + return pulumi.get(self, "alert_label_matchers") + + @property + @pulumi.getter + def routes(self) -> Optional[Sequence['outputs.NotificationPolicyDataSourceOverrideRouteResult']]: + return pulumi.get(self, "routes") + + +@pulumi.output_type +class NotificationPolicyDataSourceOverrideAlertLabelMatcherResult(dict): + def __init__(__self__, *, + name: str, + type: str, + value: str): + pulumi.set(__self__, "name", name) + pulumi.set(__self__, "type", type) + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def name(self) -> str: + return pulumi.get(self, "name") + + @property + @pulumi.getter + def type(self) -> str: + return pulumi.get(self, "type") + + @property + @pulumi.getter + def value(self) -> str: + return pulumi.get(self, "value") + + +@pulumi.output_type +class NotificationPolicyDataSourceOverrideRouteResult(dict): + def __init__(__self__, *, + severity: str, + notifiers: Optional[Sequence[str]] = None, + repeat_interval: Optional[str] = None): + pulumi.set(__self__, "severity", severity) + if notifiers is not None: + pulumi.set(__self__, "notifiers", notifiers) + if repeat_interval is not None: + pulumi.set(__self__, "repeat_interval", repeat_interval) + + @property + @pulumi.getter + def severity(self) -> str: + return pulumi.get(self, "severity") + + @property + @pulumi.getter + def notifiers(self) -> Optional[Sequence[str]]: + return pulumi.get(self, "notifiers") + + @property + @pulumi.getter(name="repeatInterval") + def repeat_interval(self) -> Optional[str]: + return pulumi.get(self, "repeat_interval") + + +@pulumi.output_type +class NotificationPolicyDataSourceRouteResult(dict): + def __init__(__self__, *, + severity: str, + notifiers: Optional[Sequence[str]] = None, + repeat_interval: Optional[str] = None): + pulumi.set(__self__, "severity", severity) + if notifiers is not None: + pulumi.set(__self__, "notifiers", notifiers) + if repeat_interval is not None: + pulumi.set(__self__, "repeat_interval", repeat_interval) + + @property + @pulumi.getter + def severity(self) -> str: + return pulumi.get(self, "severity") + + @property + @pulumi.getter + def notifiers(self) -> Optional[Sequence[str]]: + return pulumi.get(self, "notifiers") + + @property + @pulumi.getter(name="repeatInterval") + def repeat_interval(self) -> Optional[str]: + return pulumi.get(self, "repeat_interval") + + +@pulumi.output_type +class NotificationPolicyDataSourceRuleResult(dict): + def __init__(__self__, *, + severity: str, + notifiers: Optional[Sequence[str]] = None, + repeat_interval: Optional[str] = None): + pulumi.set(__self__, "severity", severity) + if notifiers is not None: + pulumi.set(__self__, "notifiers", notifiers) + if repeat_interval is not None: + pulumi.set(__self__, "repeat_interval", repeat_interval) + + @property + @pulumi.getter + def severity(self) -> str: + return pulumi.get(self, "severity") + + @property + @pulumi.getter + def notifiers(self) -> Optional[Sequence[str]]: + return pulumi.get(self, "notifiers") + + @property + @pulumi.getter(name="repeatInterval") + def repeat_interval(self) -> Optional[str]: + return pulumi.get(self, "repeat_interval") + + +@pulumi.output_type +class NotificationPolicyOverride(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "alertLabelMatchers": + suggest = "alert_label_matchers" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in NotificationPolicyOverride. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + NotificationPolicyOverride.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + NotificationPolicyOverride.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + alert_label_matchers: Sequence['outputs.NotificationPolicyOverrideAlertLabelMatcher'], + routes: Optional[Sequence['outputs.NotificationPolicyOverrideRoute']] = None): + pulumi.set(__self__, "alert_label_matchers", alert_label_matchers) + if routes is not None: + pulumi.set(__self__, "routes", routes) + + @property + @pulumi.getter(name="alertLabelMatchers") + def alert_label_matchers(self) -> Sequence['outputs.NotificationPolicyOverrideAlertLabelMatcher']: + return pulumi.get(self, "alert_label_matchers") + + @property + @pulumi.getter + def routes(self) -> Optional[Sequence['outputs.NotificationPolicyOverrideRoute']]: + return pulumi.get(self, "routes") + + +@pulumi.output_type +class NotificationPolicyOverrideAlertLabelMatcher(dict): + def __init__(__self__, *, + name: str, + type: str, + value: str): + pulumi.set(__self__, "name", name) + pulumi.set(__self__, "type", type) + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def name(self) -> str: + return pulumi.get(self, "name") + + @property + @pulumi.getter + def type(self) -> str: + return pulumi.get(self, "type") + + @property + @pulumi.getter + def value(self) -> str: + return pulumi.get(self, "value") + + +@pulumi.output_type +class NotificationPolicyOverrideRoute(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "repeatInterval": + suggest = "repeat_interval" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in NotificationPolicyOverrideRoute. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + NotificationPolicyOverrideRoute.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + NotificationPolicyOverrideRoute.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + severity: str, + notifiers: Optional[Sequence[str]] = None, + repeat_interval: Optional[str] = None): + pulumi.set(__self__, "severity", severity) + if notifiers is not None: + pulumi.set(__self__, "notifiers", notifiers) + if repeat_interval is not None: + pulumi.set(__self__, "repeat_interval", repeat_interval) + + @property + @pulumi.getter + def severity(self) -> str: + return pulumi.get(self, "severity") + + @property + @pulumi.getter + def notifiers(self) -> Optional[Sequence[str]]: + return pulumi.get(self, "notifiers") + + @property + @pulumi.getter(name="repeatInterval") + def repeat_interval(self) -> Optional[str]: + return pulumi.get(self, "repeat_interval") + + +@pulumi.output_type +class NotificationPolicyRoute(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "repeatInterval": + suggest = "repeat_interval" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in NotificationPolicyRoute. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + NotificationPolicyRoute.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + NotificationPolicyRoute.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + severity: str, + notifiers: Optional[Sequence[str]] = None, + repeat_interval: Optional[str] = None): + pulumi.set(__self__, "severity", severity) + if notifiers is not None: + pulumi.set(__self__, "notifiers", notifiers) + if repeat_interval is not None: + pulumi.set(__self__, "repeat_interval", repeat_interval) + + @property + @pulumi.getter + def severity(self) -> str: + return pulumi.get(self, "severity") + + @property + @pulumi.getter + def notifiers(self) -> Optional[Sequence[str]]: + return pulumi.get(self, "notifiers") + + @property + @pulumi.getter(name="repeatInterval") + def repeat_interval(self) -> Optional[str]: + return pulumi.get(self, "repeat_interval") + + +@pulumi.output_type +class NotificationPolicyRule(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "repeatInterval": + suggest = "repeat_interval" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in NotificationPolicyRule. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + NotificationPolicyRule.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + NotificationPolicyRule.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + severity: str, + notifiers: Optional[Sequence[str]] = None, + repeat_interval: Optional[str] = None): + pulumi.set(__self__, "severity", severity) + if notifiers is not None: + pulumi.set(__self__, "notifiers", notifiers) + if repeat_interval is not None: + pulumi.set(__self__, "repeat_interval", repeat_interval) + + @property + @pulumi.getter + def severity(self) -> str: + return pulumi.get(self, "severity") + + @property + @pulumi.getter + def notifiers(self) -> Optional[Sequence[str]]: + return pulumi.get(self, "notifiers") + + @property + @pulumi.getter(name="repeatInterval") + def repeat_interval(self) -> Optional[str]: + return pulumi.get(self, "repeat_interval") + + +@pulumi.output_type +class OpsgenieAlertNotifierResponder(dict): + def __init__(__self__, *, + type: str, + id: Optional[str] = None, + name: Optional[str] = None, + username: Optional[str] = None): + pulumi.set(__self__, "type", type) + if id is not None: + pulumi.set(__self__, "id", id) + if name is not None: + pulumi.set(__self__, "name", name) + if username is not None: + pulumi.set(__self__, "username", username) + + @property + @pulumi.getter + def type(self) -> str: + return pulumi.get(self, "type") + + @property + @pulumi.getter + def id(self) -> Optional[str]: + return pulumi.get(self, "id") + + @property + @pulumi.getter + def name(self) -> Optional[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter + def username(self) -> Optional[str]: + return pulumi.get(self, "username") + + +@pulumi.output_type +class PagerdutyAlertNotifierImage(dict): + def __init__(__self__, *, + src: str, + alt: Optional[str] = None, + href: Optional[str] = None): + pulumi.set(__self__, "src", src) + if alt is not None: + pulumi.set(__self__, "alt", alt) + if href is not None: + pulumi.set(__self__, "href", href) + + @property + @pulumi.getter + def src(self) -> str: + return pulumi.get(self, "src") + + @property + @pulumi.getter + def alt(self) -> Optional[str]: + return pulumi.get(self, "alt") + + @property + @pulumi.getter + def href(self) -> Optional[str]: + return pulumi.get(self, "href") + + +@pulumi.output_type +class PagerdutyAlertNotifierLink(dict): + def __init__(__self__, *, + href: str, + text: Optional[str] = None): + pulumi.set(__self__, "href", href) + if text is not None: + pulumi.set(__self__, "text", text) + + @property + @pulumi.getter + def href(self) -> str: + return pulumi.get(self, "href") + + @property + @pulumi.getter + def text(self) -> Optional[str]: + return pulumi.get(self, "text") + + +@pulumi.output_type +class ResourcePoolsConfigDefaultPool(dict): + def __init__(__self__, *, + allocation: 'outputs.ResourcePoolsConfigDefaultPoolAllocation', + priorities: Optional['outputs.ResourcePoolsConfigDefaultPoolPriorities'] = None): + pulumi.set(__self__, "allocation", allocation) + if priorities is not None: + pulumi.set(__self__, "priorities", priorities) + + @property + @pulumi.getter + def allocation(self) -> 'outputs.ResourcePoolsConfigDefaultPoolAllocation': + return pulumi.get(self, "allocation") + + @property + @pulumi.getter + def priorities(self) -> Optional['outputs.ResourcePoolsConfigDefaultPoolPriorities']: + return pulumi.get(self, "priorities") + + +@pulumi.output_type +class ResourcePoolsConfigDefaultPoolAllocation(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "percentOfLicense": + suggest = "percent_of_license" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in ResourcePoolsConfigDefaultPoolAllocation. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + ResourcePoolsConfigDefaultPoolAllocation.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + ResourcePoolsConfigDefaultPoolAllocation.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + percent_of_license: float): + pulumi.set(__self__, "percent_of_license", percent_of_license) + + @property + @pulumi.getter(name="percentOfLicense") + def percent_of_license(self) -> float: + return pulumi.get(self, "percent_of_license") + + +@pulumi.output_type +class ResourcePoolsConfigDefaultPoolPriorities(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "highPriorityMatchRules": + suggest = "high_priority_match_rules" + elif key == "lowPriorityMatchRules": + suggest = "low_priority_match_rules" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in ResourcePoolsConfigDefaultPoolPriorities. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + ResourcePoolsConfigDefaultPoolPriorities.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + ResourcePoolsConfigDefaultPoolPriorities.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + high_priority_match_rules: Optional[Sequence[str]] = None, + low_priority_match_rules: Optional[Sequence[str]] = None): + if high_priority_match_rules is not None: + pulumi.set(__self__, "high_priority_match_rules", high_priority_match_rules) + if low_priority_match_rules is not None: + pulumi.set(__self__, "low_priority_match_rules", low_priority_match_rules) + + @property + @pulumi.getter(name="highPriorityMatchRules") + def high_priority_match_rules(self) -> Optional[Sequence[str]]: + return pulumi.get(self, "high_priority_match_rules") + + @property + @pulumi.getter(name="lowPriorityMatchRules") + def low_priority_match_rules(self) -> Optional[Sequence[str]]: + return pulumi.get(self, "low_priority_match_rules") + + +@pulumi.output_type +class ResourcePoolsConfigPool(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "matchRule": + suggest = "match_rule" + elif key == "matchRules": + suggest = "match_rules" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in ResourcePoolsConfigPool. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + ResourcePoolsConfigPool.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + ResourcePoolsConfigPool.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + allocation: 'outputs.ResourcePoolsConfigPoolAllocation', + name: str, + match_rule: Optional[str] = None, + match_rules: Optional[Sequence[str]] = None, + priorities: Optional['outputs.ResourcePoolsConfigPoolPriorities'] = None): + pulumi.set(__self__, "allocation", allocation) + pulumi.set(__self__, "name", name) + if match_rule is not None: + pulumi.set(__self__, "match_rule", match_rule) + if match_rules is not None: + pulumi.set(__self__, "match_rules", match_rules) + if priorities is not None: + pulumi.set(__self__, "priorities", priorities) + + @property + @pulumi.getter + def allocation(self) -> 'outputs.ResourcePoolsConfigPoolAllocation': + return pulumi.get(self, "allocation") + + @property + @pulumi.getter + def name(self) -> str: + return pulumi.get(self, "name") + + @property + @pulumi.getter(name="matchRule") + def match_rule(self) -> Optional[str]: + warnings.warn("""use match_rules""", DeprecationWarning) + pulumi.log.warn("""match_rule is deprecated: use match_rules""") + + return pulumi.get(self, "match_rule") + + @property + @pulumi.getter(name="matchRules") + def match_rules(self) -> Optional[Sequence[str]]: + return pulumi.get(self, "match_rules") + + @property + @pulumi.getter + def priorities(self) -> Optional['outputs.ResourcePoolsConfigPoolPriorities']: + return pulumi.get(self, "priorities") + + +@pulumi.output_type +class ResourcePoolsConfigPoolAllocation(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "percentOfLicense": + suggest = "percent_of_license" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in ResourcePoolsConfigPoolAllocation. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + ResourcePoolsConfigPoolAllocation.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + ResourcePoolsConfigPoolAllocation.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + percent_of_license: float): + pulumi.set(__self__, "percent_of_license", percent_of_license) + + @property + @pulumi.getter(name="percentOfLicense") + def percent_of_license(self) -> float: + return pulumi.get(self, "percent_of_license") + + +@pulumi.output_type +class ResourcePoolsConfigPoolPriorities(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "highPriorityMatchRules": + suggest = "high_priority_match_rules" + elif key == "lowPriorityMatchRules": + suggest = "low_priority_match_rules" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in ResourcePoolsConfigPoolPriorities. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + ResourcePoolsConfigPoolPriorities.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + ResourcePoolsConfigPoolPriorities.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + high_priority_match_rules: Optional[Sequence[str]] = None, + low_priority_match_rules: Optional[Sequence[str]] = None): + if high_priority_match_rules is not None: + pulumi.set(__self__, "high_priority_match_rules", high_priority_match_rules) + if low_priority_match_rules is not None: + pulumi.set(__self__, "low_priority_match_rules", low_priority_match_rules) + + @property + @pulumi.getter(name="highPriorityMatchRules") + def high_priority_match_rules(self) -> Optional[Sequence[str]]: + return pulumi.get(self, "high_priority_match_rules") + + @property + @pulumi.getter(name="lowPriorityMatchRules") + def low_priority_match_rules(self) -> Optional[Sequence[str]]: + return pulumi.get(self, "low_priority_match_rules") + + +@pulumi.output_type +class RollupRuleStoragePolicies(dict): + def __init__(__self__, *, + resolution: str, + retention: str): + pulumi.set(__self__, "resolution", resolution) + pulumi.set(__self__, "retention", retention) + + @property + @pulumi.getter + def resolution(self) -> str: + return pulumi.get(self, "resolution") + + @property + @pulumi.getter + def retention(self) -> str: + return pulumi.get(self, "retention") + + +@pulumi.output_type +class ServiceAccountRestriction(dict): + def __init__(__self__, *, + permission: str, + labels: Optional[Mapping[str, str]] = None): + pulumi.set(__self__, "permission", permission) + if labels is not None: + pulumi.set(__self__, "labels", labels) + + @property + @pulumi.getter + def permission(self) -> str: + return pulumi.get(self, "permission") + + @property + @pulumi.getter + def labels(self) -> Optional[Mapping[str, str]]: + return pulumi.get(self, "labels") + + +@pulumi.output_type +class SlackAlertNotifierAction(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "actionConfirmDismissText": + suggest = "action_confirm_dismiss_text" + elif key == "actionConfirmOkText": + suggest = "action_confirm_ok_text" + elif key == "actionConfirmText": + suggest = "action_confirm_text" + elif key == "actionConfirmTile": + suggest = "action_confirm_tile" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in SlackAlertNotifierAction. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + SlackAlertNotifierAction.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + SlackAlertNotifierAction.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + action_confirm_dismiss_text: Optional[str] = None, + action_confirm_ok_text: Optional[str] = None, + action_confirm_text: Optional[str] = None, + action_confirm_tile: Optional[str] = None, + name: Optional[str] = None, + style: Optional[str] = None, + text: Optional[str] = None, + type: Optional[str] = None, + url: Optional[str] = None, + value: Optional[str] = None): + if action_confirm_dismiss_text is not None: + pulumi.set(__self__, "action_confirm_dismiss_text", action_confirm_dismiss_text) + if action_confirm_ok_text is not None: + pulumi.set(__self__, "action_confirm_ok_text", action_confirm_ok_text) + if action_confirm_text is not None: + pulumi.set(__self__, "action_confirm_text", action_confirm_text) + if action_confirm_tile is not None: + pulumi.set(__self__, "action_confirm_tile", action_confirm_tile) + if name is not None: + pulumi.set(__self__, "name", name) + if style is not None: + pulumi.set(__self__, "style", style) + if text is not None: + pulumi.set(__self__, "text", text) + if type is not None: + pulumi.set(__self__, "type", type) + if url is not None: + pulumi.set(__self__, "url", url) + if value is not None: + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter(name="actionConfirmDismissText") + def action_confirm_dismiss_text(self) -> Optional[str]: + return pulumi.get(self, "action_confirm_dismiss_text") + + @property + @pulumi.getter(name="actionConfirmOkText") + def action_confirm_ok_text(self) -> Optional[str]: + return pulumi.get(self, "action_confirm_ok_text") + + @property + @pulumi.getter(name="actionConfirmText") + def action_confirm_text(self) -> Optional[str]: + return pulumi.get(self, "action_confirm_text") + + @property + @pulumi.getter(name="actionConfirmTile") + def action_confirm_tile(self) -> Optional[str]: + return pulumi.get(self, "action_confirm_tile") + + @property + @pulumi.getter + def name(self) -> Optional[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter + def style(self) -> Optional[str]: + return pulumi.get(self, "style") + + @property + @pulumi.getter + def text(self) -> Optional[str]: + return pulumi.get(self, "text") + + @property + @pulumi.getter + def type(self) -> Optional[str]: + return pulumi.get(self, "type") + + @property + @pulumi.getter + def url(self) -> Optional[str]: + return pulumi.get(self, "url") + + @property + @pulumi.getter + def value(self) -> Optional[str]: + return pulumi.get(self, "value") + + +@pulumi.output_type +class SlackAlertNotifierField(dict): + def __init__(__self__, *, + short: Optional[bool] = None, + title: Optional[str] = None, + value: Optional[str] = None): + if short is not None: + pulumi.set(__self__, "short", short) + if title is not None: + pulumi.set(__self__, "title", title) + if value is not None: + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def short(self) -> Optional[bool]: + return pulumi.get(self, "short") + + @property + @pulumi.getter + def title(self) -> Optional[str]: + return pulumi.get(self, "title") + + @property + @pulumi.getter + def value(self) -> Optional[str]: + return pulumi.get(self, "value") + + +@pulumi.output_type +class TraceJaegerRemoteSamplingStrategyAppliedStrategy(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "perOperationStrategies": + suggest = "per_operation_strategies" + elif key == "probabilisticStrategy": + suggest = "probabilistic_strategy" + elif key == "rateLimitingStrategy": + suggest = "rate_limiting_strategy" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in TraceJaegerRemoteSamplingStrategyAppliedStrategy. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + TraceJaegerRemoteSamplingStrategyAppliedStrategy.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + TraceJaegerRemoteSamplingStrategyAppliedStrategy.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + per_operation_strategies: Optional['outputs.TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies'] = None, + probabilistic_strategy: Optional['outputs.TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy'] = None, + rate_limiting_strategy: Optional['outputs.TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy'] = None): + if per_operation_strategies is not None: + pulumi.set(__self__, "per_operation_strategies", per_operation_strategies) + if probabilistic_strategy is not None: + pulumi.set(__self__, "probabilistic_strategy", probabilistic_strategy) + if rate_limiting_strategy is not None: + pulumi.set(__self__, "rate_limiting_strategy", rate_limiting_strategy) + + @property + @pulumi.getter(name="perOperationStrategies") + def per_operation_strategies(self) -> Optional['outputs.TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies']: + return pulumi.get(self, "per_operation_strategies") + + @property + @pulumi.getter(name="probabilisticStrategy") + def probabilistic_strategy(self) -> Optional['outputs.TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy']: + return pulumi.get(self, "probabilistic_strategy") + + @property + @pulumi.getter(name="rateLimitingStrategy") + def rate_limiting_strategy(self) -> Optional['outputs.TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy']: + return pulumi.get(self, "rate_limiting_strategy") + + +@pulumi.output_type +class TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "defaultSamplingRate": + suggest = "default_sampling_rate" + elif key == "defaultLowerBoundTracesPerSecond": + suggest = "default_lower_bound_traces_per_second" + elif key == "defaultUpperBoundTracesPerSecond": + suggest = "default_upper_bound_traces_per_second" + elif key == "perOperationStrategies": + suggest = "per_operation_strategies" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategies.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + default_sampling_rate: float, + default_lower_bound_traces_per_second: Optional[float] = None, + default_upper_bound_traces_per_second: Optional[float] = None, + per_operation_strategies: Optional[Sequence['outputs.TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy']] = None): + pulumi.set(__self__, "default_sampling_rate", default_sampling_rate) + if default_lower_bound_traces_per_second is not None: + pulumi.set(__self__, "default_lower_bound_traces_per_second", default_lower_bound_traces_per_second) + if default_upper_bound_traces_per_second is not None: + pulumi.set(__self__, "default_upper_bound_traces_per_second", default_upper_bound_traces_per_second) + if per_operation_strategies is not None: + pulumi.set(__self__, "per_operation_strategies", per_operation_strategies) + + @property + @pulumi.getter(name="defaultSamplingRate") + def default_sampling_rate(self) -> float: + return pulumi.get(self, "default_sampling_rate") + + @property + @pulumi.getter(name="defaultLowerBoundTracesPerSecond") + def default_lower_bound_traces_per_second(self) -> Optional[float]: + return pulumi.get(self, "default_lower_bound_traces_per_second") + + @property + @pulumi.getter(name="defaultUpperBoundTracesPerSecond") + def default_upper_bound_traces_per_second(self) -> Optional[float]: + return pulumi.get(self, "default_upper_bound_traces_per_second") + + @property + @pulumi.getter(name="perOperationStrategies") + def per_operation_strategies(self) -> Optional[Sequence['outputs.TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy']]: + return pulumi.get(self, "per_operation_strategies") + + +@pulumi.output_type +class TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "probabilisticStrategy": + suggest = "probabilistic_strategy" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategy.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + operation: str, + probabilistic_strategy: 'outputs.TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategy'): + pulumi.set(__self__, "operation", operation) + pulumi.set(__self__, "probabilistic_strategy", probabilistic_strategy) + + @property + @pulumi.getter + def operation(self) -> str: + return pulumi.get(self, "operation") + + @property + @pulumi.getter(name="probabilisticStrategy") + def probabilistic_strategy(self) -> 'outputs.TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategy': + return pulumi.get(self, "probabilistic_strategy") + + +@pulumi.output_type +class TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategy(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "samplingRate": + suggest = "sampling_rate" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategy. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategy.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + TraceJaegerRemoteSamplingStrategyAppliedStrategyPerOperationStrategiesPerOperationStrategyProbabilisticStrategy.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + sampling_rate: float): + pulumi.set(__self__, "sampling_rate", sampling_rate) + + @property + @pulumi.getter(name="samplingRate") + def sampling_rate(self) -> float: + return pulumi.get(self, "sampling_rate") + + +@pulumi.output_type +class TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "samplingRate": + suggest = "sampling_rate" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + TraceJaegerRemoteSamplingStrategyAppliedStrategyProbabilisticStrategy.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + sampling_rate: float): + pulumi.set(__self__, "sampling_rate", sampling_rate) + + @property + @pulumi.getter(name="samplingRate") + def sampling_rate(self) -> float: + return pulumi.get(self, "sampling_rate") + + +@pulumi.output_type +class TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "maxTracesPerSecond": + suggest = "max_traces_per_second" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + TraceJaegerRemoteSamplingStrategyAppliedStrategyRateLimitingStrategy.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + max_traces_per_second: int): + pulumi.set(__self__, "max_traces_per_second", max_traces_per_second) + + @property + @pulumi.getter(name="maxTracesPerSecond") + def max_traces_per_second(self) -> int: + return pulumi.get(self, "max_traces_per_second") + + +@pulumi.output_type +class TraceMetricsRuleGroupBy(dict): + def __init__(__self__, *, + key: 'outputs.TraceMetricsRuleGroupByKey', + label: str): + pulumi.set(__self__, "key", key) + pulumi.set(__self__, "label", label) + + @property + @pulumi.getter + def key(self) -> 'outputs.TraceMetricsRuleGroupByKey': + return pulumi.get(self, "key") + + @property + @pulumi.getter + def label(self) -> str: + return pulumi.get(self, "label") + + +@pulumi.output_type +class TraceMetricsRuleGroupByKey(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "namedKey": + suggest = "named_key" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in TraceMetricsRuleGroupByKey. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + TraceMetricsRuleGroupByKey.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + TraceMetricsRuleGroupByKey.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + type: str, + named_key: Optional[str] = None): + pulumi.set(__self__, "type", type) + if named_key is not None: + pulumi.set(__self__, "named_key", named_key) + + @property + @pulumi.getter + def type(self) -> str: + return pulumi.get(self, "type") + + @property + @pulumi.getter(name="namedKey") + def named_key(self) -> Optional[str]: + return pulumi.get(self, "named_key") + + +@pulumi.output_type +class TraceMetricsRuleTraceFilter(dict): + def __init__(__self__, *, + spans: Optional[Sequence['outputs.TraceMetricsRuleTraceFilterSpan']] = None, + trace: Optional['outputs.TraceMetricsRuleTraceFilterTrace'] = None): + if spans is not None: + pulumi.set(__self__, "spans", spans) + if trace is not None: + pulumi.set(__self__, "trace", trace) + + @property + @pulumi.getter + def spans(self) -> Optional[Sequence['outputs.TraceMetricsRuleTraceFilterSpan']]: + return pulumi.get(self, "spans") + + @property + @pulumi.getter + def trace(self) -> Optional['outputs.TraceMetricsRuleTraceFilterTrace']: + return pulumi.get(self, "trace") + + +@pulumi.output_type +class TraceMetricsRuleTraceFilterSpan(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "matchType": + suggest = "match_type" + elif key == "parentOperation": + suggest = "parent_operation" + elif key == "parentService": + suggest = "parent_service" + elif key == "spanCount": + suggest = "span_count" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in TraceMetricsRuleTraceFilterSpan. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + TraceMetricsRuleTraceFilterSpan.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + TraceMetricsRuleTraceFilterSpan.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + duration: Optional['outputs.TraceMetricsRuleTraceFilterSpanDuration'] = None, + error: Optional['outputs.TraceMetricsRuleTraceFilterSpanError'] = None, + match_type: Optional[str] = None, + operation: Optional['outputs.TraceMetricsRuleTraceFilterSpanOperation'] = None, + parent_operation: Optional['outputs.TraceMetricsRuleTraceFilterSpanParentOperation'] = None, + parent_service: Optional['outputs.TraceMetricsRuleTraceFilterSpanParentService'] = None, + service: Optional['outputs.TraceMetricsRuleTraceFilterSpanService'] = None, + span_count: Optional['outputs.TraceMetricsRuleTraceFilterSpanSpanCount'] = None, + tags: Optional[Sequence['outputs.TraceMetricsRuleTraceFilterSpanTag']] = None): + if duration is not None: + pulumi.set(__self__, "duration", duration) + if error is not None: + pulumi.set(__self__, "error", error) + if match_type is not None: + pulumi.set(__self__, "match_type", match_type) + if operation is not None: + pulumi.set(__self__, "operation", operation) + if parent_operation is not None: + pulumi.set(__self__, "parent_operation", parent_operation) + if parent_service is not None: + pulumi.set(__self__, "parent_service", parent_service) + if service is not None: + pulumi.set(__self__, "service", service) + if span_count is not None: + pulumi.set(__self__, "span_count", span_count) + if tags is not None: + pulumi.set(__self__, "tags", tags) + + @property + @pulumi.getter + def duration(self) -> Optional['outputs.TraceMetricsRuleTraceFilterSpanDuration']: + return pulumi.get(self, "duration") + + @property + @pulumi.getter + def error(self) -> Optional['outputs.TraceMetricsRuleTraceFilterSpanError']: + return pulumi.get(self, "error") + + @property + @pulumi.getter(name="matchType") + def match_type(self) -> Optional[str]: + return pulumi.get(self, "match_type") + + @property + @pulumi.getter + def operation(self) -> Optional['outputs.TraceMetricsRuleTraceFilterSpanOperation']: + return pulumi.get(self, "operation") + + @property + @pulumi.getter(name="parentOperation") + def parent_operation(self) -> Optional['outputs.TraceMetricsRuleTraceFilterSpanParentOperation']: + return pulumi.get(self, "parent_operation") + + @property + @pulumi.getter(name="parentService") + def parent_service(self) -> Optional['outputs.TraceMetricsRuleTraceFilterSpanParentService']: + return pulumi.get(self, "parent_service") + + @property + @pulumi.getter + def service(self) -> Optional['outputs.TraceMetricsRuleTraceFilterSpanService']: + return pulumi.get(self, "service") + + @property + @pulumi.getter(name="spanCount") + def span_count(self) -> Optional['outputs.TraceMetricsRuleTraceFilterSpanSpanCount']: + return pulumi.get(self, "span_count") + + @property + @pulumi.getter + def tags(self) -> Optional[Sequence['outputs.TraceMetricsRuleTraceFilterSpanTag']]: + return pulumi.get(self, "tags") + + +@pulumi.output_type +class TraceMetricsRuleTraceFilterSpanDuration(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "maxSeconds": + suggest = "max_seconds" + elif key == "minSeconds": + suggest = "min_seconds" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in TraceMetricsRuleTraceFilterSpanDuration. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + TraceMetricsRuleTraceFilterSpanDuration.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + TraceMetricsRuleTraceFilterSpanDuration.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + max_seconds: Optional[float] = None, + min_seconds: Optional[float] = None): + if max_seconds is not None: + pulumi.set(__self__, "max_seconds", max_seconds) + if min_seconds is not None: + pulumi.set(__self__, "min_seconds", min_seconds) + + @property + @pulumi.getter(name="maxSeconds") + def max_seconds(self) -> Optional[float]: + return pulumi.get(self, "max_seconds") + + @property + @pulumi.getter(name="minSeconds") + def min_seconds(self) -> Optional[float]: + return pulumi.get(self, "min_seconds") + + +@pulumi.output_type +class TraceMetricsRuleTraceFilterSpanError(dict): + def __init__(__self__, *, + value: bool): + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def value(self) -> bool: + return pulumi.get(self, "value") + + +@pulumi.output_type +class TraceMetricsRuleTraceFilterSpanOperation(dict): + def __init__(__self__, *, + value: str, + match: Optional[str] = None): + pulumi.set(__self__, "value", value) + if match is not None: + pulumi.set(__self__, "match", match) + + @property + @pulumi.getter + def value(self) -> str: + return pulumi.get(self, "value") + + @property + @pulumi.getter + def match(self) -> Optional[str]: + return pulumi.get(self, "match") + + +@pulumi.output_type +class TraceMetricsRuleTraceFilterSpanParentOperation(dict): + def __init__(__self__, *, + value: str, + match: Optional[str] = None): + pulumi.set(__self__, "value", value) + if match is not None: + pulumi.set(__self__, "match", match) + + @property + @pulumi.getter + def value(self) -> str: + return pulumi.get(self, "value") + + @property + @pulumi.getter + def match(self) -> Optional[str]: + return pulumi.get(self, "match") + + +@pulumi.output_type +class TraceMetricsRuleTraceFilterSpanParentService(dict): + def __init__(__self__, *, + value: str, + match: Optional[str] = None): + pulumi.set(__self__, "value", value) + if match is not None: + pulumi.set(__self__, "match", match) + + @property + @pulumi.getter + def value(self) -> str: + return pulumi.get(self, "value") + + @property + @pulumi.getter + def match(self) -> Optional[str]: + return pulumi.get(self, "match") + + +@pulumi.output_type +class TraceMetricsRuleTraceFilterSpanService(dict): + def __init__(__self__, *, + value: str, + match: Optional[str] = None): + pulumi.set(__self__, "value", value) + if match is not None: + pulumi.set(__self__, "match", match) + + @property + @pulumi.getter + def value(self) -> str: + return pulumi.get(self, "value") + + @property + @pulumi.getter + def match(self) -> Optional[str]: + return pulumi.get(self, "match") + + +@pulumi.output_type +class TraceMetricsRuleTraceFilterSpanSpanCount(dict): + def __init__(__self__, *, + max: Optional[int] = None, + min: Optional[int] = None): + if max is not None: + pulumi.set(__self__, "max", max) + if min is not None: + pulumi.set(__self__, "min", min) + + @property + @pulumi.getter + def max(self) -> Optional[int]: + return pulumi.get(self, "max") + + @property + @pulumi.getter + def min(self) -> Optional[int]: + return pulumi.get(self, "min") + + +@pulumi.output_type +class TraceMetricsRuleTraceFilterSpanTag(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "numericValue": + suggest = "numeric_value" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in TraceMetricsRuleTraceFilterSpanTag. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + TraceMetricsRuleTraceFilterSpanTag.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + TraceMetricsRuleTraceFilterSpanTag.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + key: str, + numeric_value: Optional['outputs.TraceMetricsRuleTraceFilterSpanTagNumericValue'] = None, + value: Optional['outputs.TraceMetricsRuleTraceFilterSpanTagValue'] = None): + pulumi.set(__self__, "key", key) + if numeric_value is not None: + pulumi.set(__self__, "numeric_value", numeric_value) + if value is not None: + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def key(self) -> str: + return pulumi.get(self, "key") + + @property + @pulumi.getter(name="numericValue") + def numeric_value(self) -> Optional['outputs.TraceMetricsRuleTraceFilterSpanTagNumericValue']: + return pulumi.get(self, "numeric_value") + + @property + @pulumi.getter + def value(self) -> Optional['outputs.TraceMetricsRuleTraceFilterSpanTagValue']: + return pulumi.get(self, "value") + + +@pulumi.output_type +class TraceMetricsRuleTraceFilterSpanTagNumericValue(dict): + def __init__(__self__, *, + comparison: str, + value: float): + pulumi.set(__self__, "comparison", comparison) + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def comparison(self) -> str: + return pulumi.get(self, "comparison") + + @property + @pulumi.getter + def value(self) -> float: + return pulumi.get(self, "value") + + +@pulumi.output_type +class TraceMetricsRuleTraceFilterSpanTagValue(dict): + def __init__(__self__, *, + value: str, + match: Optional[str] = None): + pulumi.set(__self__, "value", value) + if match is not None: + pulumi.set(__self__, "match", match) + + @property + @pulumi.getter + def value(self) -> str: + return pulumi.get(self, "value") + + @property + @pulumi.getter + def match(self) -> Optional[str]: + return pulumi.get(self, "match") + + +@pulumi.output_type +class TraceMetricsRuleTraceFilterTrace(dict): + def __init__(__self__, *, + duration: Optional['outputs.TraceMetricsRuleTraceFilterTraceDuration'] = None, + error: Optional['outputs.TraceMetricsRuleTraceFilterTraceError'] = None): + if duration is not None: + pulumi.set(__self__, "duration", duration) + if error is not None: + pulumi.set(__self__, "error", error) + + @property + @pulumi.getter + def duration(self) -> Optional['outputs.TraceMetricsRuleTraceFilterTraceDuration']: + return pulumi.get(self, "duration") + + @property + @pulumi.getter + def error(self) -> Optional['outputs.TraceMetricsRuleTraceFilterTraceError']: + return pulumi.get(self, "error") + + +@pulumi.output_type +class TraceMetricsRuleTraceFilterTraceDuration(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "maxSeconds": + suggest = "max_seconds" + elif key == "minSeconds": + suggest = "min_seconds" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in TraceMetricsRuleTraceFilterTraceDuration. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + TraceMetricsRuleTraceFilterTraceDuration.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + TraceMetricsRuleTraceFilterTraceDuration.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + max_seconds: Optional[float] = None, + min_seconds: Optional[float] = None): + if max_seconds is not None: + pulumi.set(__self__, "max_seconds", max_seconds) + if min_seconds is not None: + pulumi.set(__self__, "min_seconds", min_seconds) + + @property + @pulumi.getter(name="maxSeconds") + def max_seconds(self) -> Optional[float]: + return pulumi.get(self, "max_seconds") + + @property + @pulumi.getter(name="minSeconds") + def min_seconds(self) -> Optional[float]: + return pulumi.get(self, "min_seconds") + + +@pulumi.output_type +class TraceMetricsRuleTraceFilterTraceError(dict): + def __init__(__self__, *, + value: bool): + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def value(self) -> bool: + return pulumi.get(self, "value") + + +@pulumi.output_type +class TraceTailSamplingRulesDefaultSampleRate(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "sampleRate": + suggest = "sample_rate" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in TraceTailSamplingRulesDefaultSampleRate. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + TraceTailSamplingRulesDefaultSampleRate.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + TraceTailSamplingRulesDefaultSampleRate.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + sample_rate: float, + enabled: Optional[bool] = None): + pulumi.set(__self__, "sample_rate", sample_rate) + if enabled is not None: + pulumi.set(__self__, "enabled", enabled) + + @property + @pulumi.getter(name="sampleRate") + def sample_rate(self) -> float: + return pulumi.get(self, "sample_rate") + + @property + @pulumi.getter + def enabled(self) -> Optional[bool]: + return pulumi.get(self, "enabled") + + +@pulumi.output_type +class TraceTailSamplingRulesRule(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "sampleRate": + suggest = "sample_rate" + elif key == "systemName": + suggest = "system_name" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in TraceTailSamplingRulesRule. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + TraceTailSamplingRulesRule.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + TraceTailSamplingRulesRule.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + filter: 'outputs.TraceTailSamplingRulesRuleFilter', + sample_rate: float, + name: Optional[str] = None, + system_name: Optional[str] = None): + pulumi.set(__self__, "filter", filter) + pulumi.set(__self__, "sample_rate", sample_rate) + if name is not None: + pulumi.set(__self__, "name", name) + if system_name is not None: + pulumi.set(__self__, "system_name", system_name) + + @property + @pulumi.getter + def filter(self) -> 'outputs.TraceTailSamplingRulesRuleFilter': + return pulumi.get(self, "filter") + + @property + @pulumi.getter(name="sampleRate") + def sample_rate(self) -> float: + return pulumi.get(self, "sample_rate") + + @property + @pulumi.getter + def name(self) -> Optional[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter(name="systemName") + def system_name(self) -> Optional[str]: + return pulumi.get(self, "system_name") + + +@pulumi.output_type +class TraceTailSamplingRulesRuleFilter(dict): + def __init__(__self__, *, + spans: Optional[Sequence['outputs.TraceTailSamplingRulesRuleFilterSpan']] = None, + trace: Optional['outputs.TraceTailSamplingRulesRuleFilterTrace'] = None): + if spans is not None: + pulumi.set(__self__, "spans", spans) + if trace is not None: + pulumi.set(__self__, "trace", trace) + + @property + @pulumi.getter + def spans(self) -> Optional[Sequence['outputs.TraceTailSamplingRulesRuleFilterSpan']]: + return pulumi.get(self, "spans") + + @property + @pulumi.getter + def trace(self) -> Optional['outputs.TraceTailSamplingRulesRuleFilterTrace']: + return pulumi.get(self, "trace") + + +@pulumi.output_type +class TraceTailSamplingRulesRuleFilterSpan(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "matchType": + suggest = "match_type" + elif key == "parentOperation": + suggest = "parent_operation" + elif key == "parentService": + suggest = "parent_service" + elif key == "spanCount": + suggest = "span_count" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in TraceTailSamplingRulesRuleFilterSpan. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + TraceTailSamplingRulesRuleFilterSpan.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + TraceTailSamplingRulesRuleFilterSpan.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + duration: Optional['outputs.TraceTailSamplingRulesRuleFilterSpanDuration'] = None, + error: Optional['outputs.TraceTailSamplingRulesRuleFilterSpanError'] = None, + match_type: Optional[str] = None, + operation: Optional['outputs.TraceTailSamplingRulesRuleFilterSpanOperation'] = None, + parent_operation: Optional['outputs.TraceTailSamplingRulesRuleFilterSpanParentOperation'] = None, + parent_service: Optional['outputs.TraceTailSamplingRulesRuleFilterSpanParentService'] = None, + service: Optional['outputs.TraceTailSamplingRulesRuleFilterSpanService'] = None, + span_count: Optional['outputs.TraceTailSamplingRulesRuleFilterSpanSpanCount'] = None, + tags: Optional[Sequence['outputs.TraceTailSamplingRulesRuleFilterSpanTag']] = None): + if duration is not None: + pulumi.set(__self__, "duration", duration) + if error is not None: + pulumi.set(__self__, "error", error) + if match_type is not None: + pulumi.set(__self__, "match_type", match_type) + if operation is not None: + pulumi.set(__self__, "operation", operation) + if parent_operation is not None: + pulumi.set(__self__, "parent_operation", parent_operation) + if parent_service is not None: + pulumi.set(__self__, "parent_service", parent_service) + if service is not None: + pulumi.set(__self__, "service", service) + if span_count is not None: + pulumi.set(__self__, "span_count", span_count) + if tags is not None: + pulumi.set(__self__, "tags", tags) + + @property + @pulumi.getter + def duration(self) -> Optional['outputs.TraceTailSamplingRulesRuleFilterSpanDuration']: + return pulumi.get(self, "duration") + + @property + @pulumi.getter + def error(self) -> Optional['outputs.TraceTailSamplingRulesRuleFilterSpanError']: + return pulumi.get(self, "error") + + @property + @pulumi.getter(name="matchType") + def match_type(self) -> Optional[str]: + return pulumi.get(self, "match_type") + + @property + @pulumi.getter + def operation(self) -> Optional['outputs.TraceTailSamplingRulesRuleFilterSpanOperation']: + return pulumi.get(self, "operation") + + @property + @pulumi.getter(name="parentOperation") + def parent_operation(self) -> Optional['outputs.TraceTailSamplingRulesRuleFilterSpanParentOperation']: + return pulumi.get(self, "parent_operation") + + @property + @pulumi.getter(name="parentService") + def parent_service(self) -> Optional['outputs.TraceTailSamplingRulesRuleFilterSpanParentService']: + return pulumi.get(self, "parent_service") + + @property + @pulumi.getter + def service(self) -> Optional['outputs.TraceTailSamplingRulesRuleFilterSpanService']: + return pulumi.get(self, "service") + + @property + @pulumi.getter(name="spanCount") + def span_count(self) -> Optional['outputs.TraceTailSamplingRulesRuleFilterSpanSpanCount']: + return pulumi.get(self, "span_count") + + @property + @pulumi.getter + def tags(self) -> Optional[Sequence['outputs.TraceTailSamplingRulesRuleFilterSpanTag']]: + return pulumi.get(self, "tags") + + +@pulumi.output_type +class TraceTailSamplingRulesRuleFilterSpanDuration(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "maxSecs": + suggest = "max_secs" + elif key == "minSecs": + suggest = "min_secs" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in TraceTailSamplingRulesRuleFilterSpanDuration. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + TraceTailSamplingRulesRuleFilterSpanDuration.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + TraceTailSamplingRulesRuleFilterSpanDuration.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + max_secs: Optional[float] = None, + min_secs: Optional[float] = None): + if max_secs is not None: + pulumi.set(__self__, "max_secs", max_secs) + if min_secs is not None: + pulumi.set(__self__, "min_secs", min_secs) + + @property + @pulumi.getter(name="maxSecs") + def max_secs(self) -> Optional[float]: + return pulumi.get(self, "max_secs") + + @property + @pulumi.getter(name="minSecs") + def min_secs(self) -> Optional[float]: + return pulumi.get(self, "min_secs") + + +@pulumi.output_type +class TraceTailSamplingRulesRuleFilterSpanError(dict): + def __init__(__self__, *, + value: bool): + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def value(self) -> bool: + return pulumi.get(self, "value") + + +@pulumi.output_type +class TraceTailSamplingRulesRuleFilterSpanOperation(dict): + def __init__(__self__, *, + value: str, + match: Optional[str] = None): + pulumi.set(__self__, "value", value) + if match is not None: + pulumi.set(__self__, "match", match) + + @property + @pulumi.getter + def value(self) -> str: + return pulumi.get(self, "value") + + @property + @pulumi.getter + def match(self) -> Optional[str]: + return pulumi.get(self, "match") + + +@pulumi.output_type +class TraceTailSamplingRulesRuleFilterSpanParentOperation(dict): + def __init__(__self__, *, + value: str, + match: Optional[str] = None): + pulumi.set(__self__, "value", value) + if match is not None: + pulumi.set(__self__, "match", match) + + @property + @pulumi.getter + def value(self) -> str: + return pulumi.get(self, "value") + + @property + @pulumi.getter + def match(self) -> Optional[str]: + return pulumi.get(self, "match") + + +@pulumi.output_type +class TraceTailSamplingRulesRuleFilterSpanParentService(dict): + def __init__(__self__, *, + value: str, + match: Optional[str] = None): + pulumi.set(__self__, "value", value) + if match is not None: + pulumi.set(__self__, "match", match) + + @property + @pulumi.getter + def value(self) -> str: + return pulumi.get(self, "value") + + @property + @pulumi.getter + def match(self) -> Optional[str]: + return pulumi.get(self, "match") + + +@pulumi.output_type +class TraceTailSamplingRulesRuleFilterSpanService(dict): + def __init__(__self__, *, + value: str, + match: Optional[str] = None): + pulumi.set(__self__, "value", value) + if match is not None: + pulumi.set(__self__, "match", match) + + @property + @pulumi.getter + def value(self) -> str: + return pulumi.get(self, "value") + + @property + @pulumi.getter + def match(self) -> Optional[str]: + return pulumi.get(self, "match") + + +@pulumi.output_type +class TraceTailSamplingRulesRuleFilterSpanSpanCount(dict): + def __init__(__self__, *, + max: Optional[int] = None, + min: Optional[int] = None): + if max is not None: + pulumi.set(__self__, "max", max) + if min is not None: + pulumi.set(__self__, "min", min) + + @property + @pulumi.getter + def max(self) -> Optional[int]: + return pulumi.get(self, "max") + + @property + @pulumi.getter + def min(self) -> Optional[int]: + return pulumi.get(self, "min") + + +@pulumi.output_type +class TraceTailSamplingRulesRuleFilterSpanTag(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "numericValue": + suggest = "numeric_value" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in TraceTailSamplingRulesRuleFilterSpanTag. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + TraceTailSamplingRulesRuleFilterSpanTag.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + TraceTailSamplingRulesRuleFilterSpanTag.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + key: Optional[str] = None, + numeric_value: Optional['outputs.TraceTailSamplingRulesRuleFilterSpanTagNumericValue'] = None, + value: Optional['outputs.TraceTailSamplingRulesRuleFilterSpanTagValue'] = None): + if key is not None: + pulumi.set(__self__, "key", key) + if numeric_value is not None: + pulumi.set(__self__, "numeric_value", numeric_value) + if value is not None: + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def key(self) -> Optional[str]: + return pulumi.get(self, "key") + + @property + @pulumi.getter(name="numericValue") + def numeric_value(self) -> Optional['outputs.TraceTailSamplingRulesRuleFilterSpanTagNumericValue']: + return pulumi.get(self, "numeric_value") + + @property + @pulumi.getter + def value(self) -> Optional['outputs.TraceTailSamplingRulesRuleFilterSpanTagValue']: + return pulumi.get(self, "value") + + +@pulumi.output_type +class TraceTailSamplingRulesRuleFilterSpanTagNumericValue(dict): + def __init__(__self__, *, + comparison: str, + value: float): + pulumi.set(__self__, "comparison", comparison) + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def comparison(self) -> str: + return pulumi.get(self, "comparison") + + @property + @pulumi.getter + def value(self) -> float: + return pulumi.get(self, "value") + + +@pulumi.output_type +class TraceTailSamplingRulesRuleFilterSpanTagValue(dict): + def __init__(__self__, *, + value: str, + match: Optional[str] = None): + pulumi.set(__self__, "value", value) + if match is not None: + pulumi.set(__self__, "match", match) + + @property + @pulumi.getter + def value(self) -> str: + return pulumi.get(self, "value") + + @property + @pulumi.getter + def match(self) -> Optional[str]: + return pulumi.get(self, "match") + + +@pulumi.output_type +class TraceTailSamplingRulesRuleFilterTrace(dict): + def __init__(__self__, *, + duration: Optional['outputs.TraceTailSamplingRulesRuleFilterTraceDuration'] = None, + error: Optional['outputs.TraceTailSamplingRulesRuleFilterTraceError'] = None): + if duration is not None: + pulumi.set(__self__, "duration", duration) + if error is not None: + pulumi.set(__self__, "error", error) + + @property + @pulumi.getter + def duration(self) -> Optional['outputs.TraceTailSamplingRulesRuleFilterTraceDuration']: + return pulumi.get(self, "duration") + + @property + @pulumi.getter + def error(self) -> Optional['outputs.TraceTailSamplingRulesRuleFilterTraceError']: + return pulumi.get(self, "error") + + +@pulumi.output_type +class TraceTailSamplingRulesRuleFilterTraceDuration(dict): + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "maxSecs": + suggest = "max_secs" + elif key == "minSecs": + suggest = "min_secs" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in TraceTailSamplingRulesRuleFilterTraceDuration. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + TraceTailSamplingRulesRuleFilterTraceDuration.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + TraceTailSamplingRulesRuleFilterTraceDuration.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + max_secs: Optional[float] = None, + min_secs: Optional[float] = None): + if max_secs is not None: + pulumi.set(__self__, "max_secs", max_secs) + if min_secs is not None: + pulumi.set(__self__, "min_secs", min_secs) + + @property + @pulumi.getter(name="maxSecs") + def max_secs(self) -> Optional[float]: + return pulumi.get(self, "max_secs") + + @property + @pulumi.getter(name="minSecs") + def min_secs(self) -> Optional[float]: + return pulumi.get(self, "min_secs") + + +@pulumi.output_type +class TraceTailSamplingRulesRuleFilterTraceError(dict): + def __init__(__self__, *, + value: bool): + pulumi.set(__self__, "value", value) + + @property + @pulumi.getter + def value(self) -> bool: + return pulumi.get(self, "value") + + diff --git a/sdk/python/chronosphereio_chronosphere/pagerduty_alert_notifier.py b/sdk/python/chronosphereio_chronosphere/pagerduty_alert_notifier.py new file mode 100644 index 00000000..4c8c2f4d --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/pagerduty_alert_notifier.py @@ -0,0 +1,817 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities +from . import outputs +from ._inputs import * + +__all__ = ['PagerdutyAlertNotifierArgs', 'PagerdutyAlertNotifier'] + +@pulumi.input_type +class PagerdutyAlertNotifierArgs: + def __init__(__self__, *, + name: pulumi.Input[str], + severity: pulumi.Input[str], + url: pulumi.Input[str], + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + class_: Optional[pulumi.Input[str]] = None, + client: Optional[pulumi.Input[str]] = None, + client_url: Optional[pulumi.Input[str]] = None, + component: Optional[pulumi.Input[str]] = None, + description: Optional[pulumi.Input[str]] = None, + details: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + group: Optional[pulumi.Input[str]] = None, + images: Optional[pulumi.Input[Sequence[pulumi.Input['PagerdutyAlertNotifierImageArgs']]]] = None, + links: Optional[pulumi.Input[Sequence[pulumi.Input['PagerdutyAlertNotifierLinkArgs']]]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + routing_key: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + service_key: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None): + """ + The set of arguments for constructing a PagerdutyAlertNotifier resource. + """ + pulumi.set(__self__, "name", name) + pulumi.set(__self__, "severity", severity) + pulumi.set(__self__, "url", url) + if basic_auth_password is not None: + pulumi.set(__self__, "basic_auth_password", basic_auth_password) + if basic_auth_username is not None: + pulumi.set(__self__, "basic_auth_username", basic_auth_username) + if bearer_token is not None: + pulumi.set(__self__, "bearer_token", bearer_token) + if class_ is not None: + pulumi.set(__self__, "class_", class_) + if client is not None: + pulumi.set(__self__, "client", client) + if client_url is not None: + pulumi.set(__self__, "client_url", client_url) + if component is not None: + pulumi.set(__self__, "component", component) + if description is not None: + pulumi.set(__self__, "description", description) + if details is not None: + pulumi.set(__self__, "details", details) + if group is not None: + pulumi.set(__self__, "group", group) + if images is not None: + pulumi.set(__self__, "images", images) + if links is not None: + pulumi.set(__self__, "links", links) + if proxy_url is not None: + pulumi.set(__self__, "proxy_url", proxy_url) + if routing_key is not None: + pulumi.set(__self__, "routing_key", routing_key) + if send_resolved is not None: + pulumi.set(__self__, "send_resolved", send_resolved) + if service_key is not None: + pulumi.set(__self__, "service_key", service_key) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if tls_insecure_skip_verify is not None: + pulumi.set(__self__, "tls_insecure_skip_verify", tls_insecure_skip_verify) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def severity(self) -> pulumi.Input[str]: + return pulumi.get(self, "severity") + + @severity.setter + def severity(self, value: pulumi.Input[str]): + pulumi.set(self, "severity", value) + + @property + @pulumi.getter + def url(self) -> pulumi.Input[str]: + return pulumi.get(self, "url") + + @url.setter + def url(self, value: pulumi.Input[str]): + pulumi.set(self, "url", value) + + @property + @pulumi.getter(name="basicAuthPassword") + def basic_auth_password(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "basic_auth_password") + + @basic_auth_password.setter + def basic_auth_password(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "basic_auth_password", value) + + @property + @pulumi.getter(name="basicAuthUsername") + def basic_auth_username(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "basic_auth_username") + + @basic_auth_username.setter + def basic_auth_username(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "basic_auth_username", value) + + @property + @pulumi.getter(name="bearerToken") + def bearer_token(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bearer_token") + + @bearer_token.setter + def bearer_token(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bearer_token", value) + + @property + @pulumi.getter(name="class") + def class_(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "class_") + + @class_.setter + def class_(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "class_", value) + + @property + @pulumi.getter + def client(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "client") + + @client.setter + def client(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "client", value) + + @property + @pulumi.getter(name="clientUrl") + def client_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "client_url") + + @client_url.setter + def client_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "client_url", value) + + @property + @pulumi.getter + def component(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "component") + + @component.setter + def component(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "component", value) + + @property + @pulumi.getter + def description(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "description") + + @description.setter + def description(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "description", value) + + @property + @pulumi.getter + def details(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: + return pulumi.get(self, "details") + + @details.setter + def details(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]): + pulumi.set(self, "details", value) + + @property + @pulumi.getter + def group(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "group") + + @group.setter + def group(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "group", value) + + @property + @pulumi.getter + def images(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PagerdutyAlertNotifierImageArgs']]]]: + return pulumi.get(self, "images") + + @images.setter + def images(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PagerdutyAlertNotifierImageArgs']]]]): + pulumi.set(self, "images", value) + + @property + @pulumi.getter + def links(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PagerdutyAlertNotifierLinkArgs']]]]: + return pulumi.get(self, "links") + + @links.setter + def links(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PagerdutyAlertNotifierLinkArgs']]]]): + pulumi.set(self, "links", value) + + @property + @pulumi.getter(name="proxyUrl") + def proxy_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "proxy_url") + + @proxy_url.setter + def proxy_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "proxy_url", value) + + @property + @pulumi.getter(name="routingKey") + def routing_key(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "routing_key") + + @routing_key.setter + def routing_key(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "routing_key", value) + + @property + @pulumi.getter(name="sendResolved") + def send_resolved(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "send_resolved") + + @send_resolved.setter + def send_resolved(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "send_resolved", value) + + @property + @pulumi.getter(name="serviceKey") + def service_key(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "service_key") + + @service_key.setter + def service_key(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "service_key", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter(name="tlsInsecureSkipVerify") + def tls_insecure_skip_verify(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "tls_insecure_skip_verify") + + @tls_insecure_skip_verify.setter + def tls_insecure_skip_verify(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "tls_insecure_skip_verify", value) + + +@pulumi.input_type +class _PagerdutyAlertNotifierState: + def __init__(__self__, *, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + class_: Optional[pulumi.Input[str]] = None, + client: Optional[pulumi.Input[str]] = None, + client_url: Optional[pulumi.Input[str]] = None, + component: Optional[pulumi.Input[str]] = None, + description: Optional[pulumi.Input[str]] = None, + details: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + group: Optional[pulumi.Input[str]] = None, + images: Optional[pulumi.Input[Sequence[pulumi.Input['PagerdutyAlertNotifierImageArgs']]]] = None, + links: Optional[pulumi.Input[Sequence[pulumi.Input['PagerdutyAlertNotifierLinkArgs']]]] = None, + name: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + routing_key: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + service_key: Optional[pulumi.Input[str]] = None, + severity: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None, + url: Optional[pulumi.Input[str]] = None): + """ + Input properties used for looking up and filtering PagerdutyAlertNotifier resources. + """ + if basic_auth_password is not None: + pulumi.set(__self__, "basic_auth_password", basic_auth_password) + if basic_auth_username is not None: + pulumi.set(__self__, "basic_auth_username", basic_auth_username) + if bearer_token is not None: + pulumi.set(__self__, "bearer_token", bearer_token) + if class_ is not None: + pulumi.set(__self__, "class_", class_) + if client is not None: + pulumi.set(__self__, "client", client) + if client_url is not None: + pulumi.set(__self__, "client_url", client_url) + if component is not None: + pulumi.set(__self__, "component", component) + if description is not None: + pulumi.set(__self__, "description", description) + if details is not None: + pulumi.set(__self__, "details", details) + if group is not None: + pulumi.set(__self__, "group", group) + if images is not None: + pulumi.set(__self__, "images", images) + if links is not None: + pulumi.set(__self__, "links", links) + if name is not None: + pulumi.set(__self__, "name", name) + if proxy_url is not None: + pulumi.set(__self__, "proxy_url", proxy_url) + if routing_key is not None: + pulumi.set(__self__, "routing_key", routing_key) + if send_resolved is not None: + pulumi.set(__self__, "send_resolved", send_resolved) + if service_key is not None: + pulumi.set(__self__, "service_key", service_key) + if severity is not None: + pulumi.set(__self__, "severity", severity) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if tls_insecure_skip_verify is not None: + pulumi.set(__self__, "tls_insecure_skip_verify", tls_insecure_skip_verify) + if url is not None: + pulumi.set(__self__, "url", url) + + @property + @pulumi.getter(name="basicAuthPassword") + def basic_auth_password(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "basic_auth_password") + + @basic_auth_password.setter + def basic_auth_password(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "basic_auth_password", value) + + @property + @pulumi.getter(name="basicAuthUsername") + def basic_auth_username(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "basic_auth_username") + + @basic_auth_username.setter + def basic_auth_username(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "basic_auth_username", value) + + @property + @pulumi.getter(name="bearerToken") + def bearer_token(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bearer_token") + + @bearer_token.setter + def bearer_token(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bearer_token", value) + + @property + @pulumi.getter(name="class") + def class_(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "class_") + + @class_.setter + def class_(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "class_", value) + + @property + @pulumi.getter + def client(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "client") + + @client.setter + def client(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "client", value) + + @property + @pulumi.getter(name="clientUrl") + def client_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "client_url") + + @client_url.setter + def client_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "client_url", value) + + @property + @pulumi.getter + def component(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "component") + + @component.setter + def component(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "component", value) + + @property + @pulumi.getter + def description(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "description") + + @description.setter + def description(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "description", value) + + @property + @pulumi.getter + def details(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: + return pulumi.get(self, "details") + + @details.setter + def details(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]): + pulumi.set(self, "details", value) + + @property + @pulumi.getter + def group(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "group") + + @group.setter + def group(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "group", value) + + @property + @pulumi.getter + def images(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PagerdutyAlertNotifierImageArgs']]]]: + return pulumi.get(self, "images") + + @images.setter + def images(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PagerdutyAlertNotifierImageArgs']]]]): + pulumi.set(self, "images", value) + + @property + @pulumi.getter + def links(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PagerdutyAlertNotifierLinkArgs']]]]: + return pulumi.get(self, "links") + + @links.setter + def links(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PagerdutyAlertNotifierLinkArgs']]]]): + pulumi.set(self, "links", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter(name="proxyUrl") + def proxy_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "proxy_url") + + @proxy_url.setter + def proxy_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "proxy_url", value) + + @property + @pulumi.getter(name="routingKey") + def routing_key(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "routing_key") + + @routing_key.setter + def routing_key(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "routing_key", value) + + @property + @pulumi.getter(name="sendResolved") + def send_resolved(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "send_resolved") + + @send_resolved.setter + def send_resolved(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "send_resolved", value) + + @property + @pulumi.getter(name="serviceKey") + def service_key(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "service_key") + + @service_key.setter + def service_key(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "service_key", value) + + @property + @pulumi.getter + def severity(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "severity") + + @severity.setter + def severity(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "severity", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter(name="tlsInsecureSkipVerify") + def tls_insecure_skip_verify(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "tls_insecure_skip_verify") + + @tls_insecure_skip_verify.setter + def tls_insecure_skip_verify(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "tls_insecure_skip_verify", value) + + @property + @pulumi.getter + def url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "url") + + @url.setter + def url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "url", value) + + +class PagerdutyAlertNotifier(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + class_: Optional[pulumi.Input[str]] = None, + client: Optional[pulumi.Input[str]] = None, + client_url: Optional[pulumi.Input[str]] = None, + component: Optional[pulumi.Input[str]] = None, + description: Optional[pulumi.Input[str]] = None, + details: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + group: Optional[pulumi.Input[str]] = None, + images: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['PagerdutyAlertNotifierImageArgs']]]]] = None, + links: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['PagerdutyAlertNotifierLinkArgs']]]]] = None, + name: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + routing_key: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + service_key: Optional[pulumi.Input[str]] = None, + severity: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None, + url: Optional[pulumi.Input[str]] = None, + __props__=None): + """ + Create a PagerdutyAlertNotifier resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: PagerdutyAlertNotifierArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a PagerdutyAlertNotifier resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param PagerdutyAlertNotifierArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(PagerdutyAlertNotifierArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + class_: Optional[pulumi.Input[str]] = None, + client: Optional[pulumi.Input[str]] = None, + client_url: Optional[pulumi.Input[str]] = None, + component: Optional[pulumi.Input[str]] = None, + description: Optional[pulumi.Input[str]] = None, + details: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + group: Optional[pulumi.Input[str]] = None, + images: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['PagerdutyAlertNotifierImageArgs']]]]] = None, + links: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['PagerdutyAlertNotifierLinkArgs']]]]] = None, + name: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + routing_key: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + service_key: Optional[pulumi.Input[str]] = None, + severity: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None, + url: Optional[pulumi.Input[str]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = PagerdutyAlertNotifierArgs.__new__(PagerdutyAlertNotifierArgs) + + __props__.__dict__["basic_auth_password"] = None if basic_auth_password is None else pulumi.Output.secret(basic_auth_password) + __props__.__dict__["basic_auth_username"] = basic_auth_username + __props__.__dict__["bearer_token"] = bearer_token + __props__.__dict__["class_"] = class_ + __props__.__dict__["client"] = client + __props__.__dict__["client_url"] = client_url + __props__.__dict__["component"] = component + __props__.__dict__["description"] = description + __props__.__dict__["details"] = details + __props__.__dict__["group"] = group + __props__.__dict__["images"] = images + __props__.__dict__["links"] = links + if name is None and not opts.urn: + raise TypeError("Missing required property 'name'") + __props__.__dict__["name"] = name + __props__.__dict__["proxy_url"] = proxy_url + __props__.__dict__["routing_key"] = routing_key + __props__.__dict__["send_resolved"] = send_resolved + __props__.__dict__["service_key"] = None if service_key is None else pulumi.Output.secret(service_key) + if severity is None and not opts.urn: + raise TypeError("Missing required property 'severity'") + __props__.__dict__["severity"] = severity + __props__.__dict__["slug"] = slug + __props__.__dict__["tls_insecure_skip_verify"] = tls_insecure_skip_verify + if url is None and not opts.urn: + raise TypeError("Missing required property 'url'") + __props__.__dict__["url"] = url + secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["basicAuthPassword", "serviceKey"]) + opts = pulumi.ResourceOptions.merge(opts, secret_opts) + super(PagerdutyAlertNotifier, __self__).__init__( + 'chronosphere:index/pagerdutyAlertNotifier:PagerdutyAlertNotifier', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + class_: Optional[pulumi.Input[str]] = None, + client: Optional[pulumi.Input[str]] = None, + client_url: Optional[pulumi.Input[str]] = None, + component: Optional[pulumi.Input[str]] = None, + description: Optional[pulumi.Input[str]] = None, + details: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + group: Optional[pulumi.Input[str]] = None, + images: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['PagerdutyAlertNotifierImageArgs']]]]] = None, + links: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['PagerdutyAlertNotifierLinkArgs']]]]] = None, + name: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + routing_key: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + service_key: Optional[pulumi.Input[str]] = None, + severity: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None, + url: Optional[pulumi.Input[str]] = None) -> 'PagerdutyAlertNotifier': + """ + Get an existing PagerdutyAlertNotifier resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _PagerdutyAlertNotifierState.__new__(_PagerdutyAlertNotifierState) + + __props__.__dict__["basic_auth_password"] = basic_auth_password + __props__.__dict__["basic_auth_username"] = basic_auth_username + __props__.__dict__["bearer_token"] = bearer_token + __props__.__dict__["class_"] = class_ + __props__.__dict__["client"] = client + __props__.__dict__["client_url"] = client_url + __props__.__dict__["component"] = component + __props__.__dict__["description"] = description + __props__.__dict__["details"] = details + __props__.__dict__["group"] = group + __props__.__dict__["images"] = images + __props__.__dict__["links"] = links + __props__.__dict__["name"] = name + __props__.__dict__["proxy_url"] = proxy_url + __props__.__dict__["routing_key"] = routing_key + __props__.__dict__["send_resolved"] = send_resolved + __props__.__dict__["service_key"] = service_key + __props__.__dict__["severity"] = severity + __props__.__dict__["slug"] = slug + __props__.__dict__["tls_insecure_skip_verify"] = tls_insecure_skip_verify + __props__.__dict__["url"] = url + return PagerdutyAlertNotifier(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter(name="basicAuthPassword") + def basic_auth_password(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "basic_auth_password") + + @property + @pulumi.getter(name="basicAuthUsername") + def basic_auth_username(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "basic_auth_username") + + @property + @pulumi.getter(name="bearerToken") + def bearer_token(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "bearer_token") + + @property + @pulumi.getter(name="class") + def class_(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "class_") + + @property + @pulumi.getter + def client(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "client") + + @property + @pulumi.getter(name="clientUrl") + def client_url(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "client_url") + + @property + @pulumi.getter + def component(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "component") + + @property + @pulumi.getter + def description(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "description") + + @property + @pulumi.getter + def details(self) -> pulumi.Output[Optional[Mapping[str, str]]]: + return pulumi.get(self, "details") + + @property + @pulumi.getter + def group(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "group") + + @property + @pulumi.getter + def images(self) -> pulumi.Output[Optional[Sequence['outputs.PagerdutyAlertNotifierImage']]]: + return pulumi.get(self, "images") + + @property + @pulumi.getter + def links(self) -> pulumi.Output[Optional[Sequence['outputs.PagerdutyAlertNotifierLink']]]: + return pulumi.get(self, "links") + + @property + @pulumi.getter + def name(self) -> pulumi.Output[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter(name="proxyUrl") + def proxy_url(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "proxy_url") + + @property + @pulumi.getter(name="routingKey") + def routing_key(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "routing_key") + + @property + @pulumi.getter(name="sendResolved") + def send_resolved(self) -> pulumi.Output[Optional[bool]]: + return pulumi.get(self, "send_resolved") + + @property + @pulumi.getter(name="serviceKey") + def service_key(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "service_key") + + @property + @pulumi.getter + def severity(self) -> pulumi.Output[str]: + return pulumi.get(self, "severity") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "slug") + + @property + @pulumi.getter(name="tlsInsecureSkipVerify") + def tls_insecure_skip_verify(self) -> pulumi.Output[Optional[bool]]: + return pulumi.get(self, "tls_insecure_skip_verify") + + @property + @pulumi.getter + def url(self) -> pulumi.Output[str]: + return pulumi.get(self, "url") + diff --git a/sdk/python/chronosphereio_chronosphere/provider.py b/sdk/python/chronosphereio_chronosphere/provider.py new file mode 100644 index 00000000..d5c0f8a5 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/provider.py @@ -0,0 +1,163 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities + +__all__ = ['ProviderArgs', 'Provider'] + +@pulumi.input_type +class ProviderArgs: + def __init__(__self__, *, + api_token: Optional[pulumi.Input[str]] = None, + entity_namespace: Optional[pulumi.Input[str]] = None, + org: Optional[pulumi.Input[str]] = None, + unstable: Optional[pulumi.Input[bool]] = None): + """ + The set of arguments for constructing a Provider resource. + """ + if api_token is None: + api_token = _utilities.get_env('CHRONOSPHERE_API_TOKEN') + if api_token is not None: + pulumi.set(__self__, "api_token", api_token) + if entity_namespace is not None: + pulumi.set(__self__, "entity_namespace", entity_namespace) + if org is None: + org = _utilities.get_env('CHRONOSPHERE_ORG', 'CHRONOSPHERE_ORG_NAME') + if org is not None: + pulumi.set(__self__, "org", org) + if unstable is not None: + pulumi.set(__self__, "unstable", unstable) + + @property + @pulumi.getter(name="apiToken") + def api_token(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "api_token") + + @api_token.setter + def api_token(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "api_token", value) + + @property + @pulumi.getter(name="entityNamespace") + def entity_namespace(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "entity_namespace") + + @entity_namespace.setter + def entity_namespace(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "entity_namespace", value) + + @property + @pulumi.getter + def org(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "org") + + @org.setter + def org(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "org", value) + + @property + @pulumi.getter + def unstable(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "unstable") + + @unstable.setter + def unstable(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "unstable", value) + + +class Provider(pulumi.ProviderResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + api_token: Optional[pulumi.Input[str]] = None, + entity_namespace: Optional[pulumi.Input[str]] = None, + org: Optional[pulumi.Input[str]] = None, + unstable: Optional[pulumi.Input[bool]] = None, + __props__=None): + """ + The provider type for the chronosphere package. By default, resources use package-wide configuration + settings, however an explicit `Provider` instance may be created and passed during resource + construction to achieve fine-grained programmatic control over provider settings. See the + [documentation](https://www.pulumi.com/docs/reference/programming-model/#providers) for more information. + + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: Optional[ProviderArgs] = None, + opts: Optional[pulumi.ResourceOptions] = None): + """ + The provider type for the chronosphere package. By default, resources use package-wide configuration + settings, however an explicit `Provider` instance may be created and passed during resource + construction to achieve fine-grained programmatic control over provider settings. See the + [documentation](https://www.pulumi.com/docs/reference/programming-model/#providers) for more information. + + :param str resource_name: The name of the resource. + :param ProviderArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(ProviderArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + api_token: Optional[pulumi.Input[str]] = None, + entity_namespace: Optional[pulumi.Input[str]] = None, + org: Optional[pulumi.Input[str]] = None, + unstable: Optional[pulumi.Input[bool]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = ProviderArgs.__new__(ProviderArgs) + + if api_token is None: + api_token = _utilities.get_env('CHRONOSPHERE_API_TOKEN') + __props__.__dict__["api_token"] = None if api_token is None else pulumi.Output.secret(api_token) + __props__.__dict__["entity_namespace"] = entity_namespace + if org is None: + org = _utilities.get_env('CHRONOSPHERE_ORG', 'CHRONOSPHERE_ORG_NAME') + __props__.__dict__["org"] = org + __props__.__dict__["unstable"] = pulumi.Output.from_input(unstable).apply(pulumi.runtime.to_json) if unstable is not None else None + secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["apiToken"]) + opts = pulumi.ResourceOptions.merge(opts, secret_opts) + super(Provider, __self__).__init__( + 'chronosphere', + resource_name, + __props__, + opts) + + @property + @pulumi.getter(name="apiToken") + def api_token(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "api_token") + + @property + @pulumi.getter(name="entityNamespace") + def entity_namespace(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "entity_namespace") + + @property + @pulumi.getter + def org(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "org") + diff --git a/sdk/python/chronosphereio_chronosphere/pulumi-plugin.json b/sdk/python/chronosphereio_chronosphere/pulumi-plugin.json new file mode 100644 index 00000000..c466b59c --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/pulumi-plugin.json @@ -0,0 +1,4 @@ +{ + "resource": true, + "name": "chronosphere" +} diff --git a/sdk/python/chronosphereio_chronosphere/py.typed b/sdk/python/chronosphereio_chronosphere/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/chronosphereio_chronosphere/recording_rule.py b/sdk/python/chronosphereio_chronosphere/recording_rule.py new file mode 100644 index 00000000..31b06d82 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/recording_rule.py @@ -0,0 +1,370 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities + +__all__ = ['RecordingRuleArgs', 'RecordingRule'] + +@pulumi.input_type +class RecordingRuleArgs: + def __init__(__self__, *, + expr: pulumi.Input[str], + name: pulumi.Input[str], + bucket_id: Optional[pulumi.Input[str]] = None, + execution_group: Optional[pulumi.Input[str]] = None, + interval: Optional[pulumi.Input[str]] = None, + labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + metric_name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None): + """ + The set of arguments for constructing a RecordingRule resource. + """ + pulumi.set(__self__, "expr", expr) + pulumi.set(__self__, "name", name) + if bucket_id is not None: + pulumi.set(__self__, "bucket_id", bucket_id) + if execution_group is not None: + pulumi.set(__self__, "execution_group", execution_group) + if interval is not None: + pulumi.set(__self__, "interval", interval) + if labels is not None: + pulumi.set(__self__, "labels", labels) + if metric_name is not None: + pulumi.set(__self__, "metric_name", metric_name) + if slug is not None: + pulumi.set(__self__, "slug", slug) + + @property + @pulumi.getter + def expr(self) -> pulumi.Input[str]: + return pulumi.get(self, "expr") + + @expr.setter + def expr(self, value: pulumi.Input[str]): + pulumi.set(self, "expr", value) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter(name="bucketId") + def bucket_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bucket_id") + + @bucket_id.setter + def bucket_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bucket_id", value) + + @property + @pulumi.getter(name="executionGroup") + def execution_group(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "execution_group") + + @execution_group.setter + def execution_group(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "execution_group", value) + + @property + @pulumi.getter + def interval(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "interval") + + @interval.setter + def interval(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "interval", value) + + @property + @pulumi.getter + def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: + return pulumi.get(self, "labels") + + @labels.setter + def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]): + pulumi.set(self, "labels", value) + + @property + @pulumi.getter(name="metricName") + def metric_name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "metric_name") + + @metric_name.setter + def metric_name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "metric_name", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + +@pulumi.input_type +class _RecordingRuleState: + def __init__(__self__, *, + bucket_id: Optional[pulumi.Input[str]] = None, + execution_group: Optional[pulumi.Input[str]] = None, + expr: Optional[pulumi.Input[str]] = None, + interval: Optional[pulumi.Input[str]] = None, + labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + metric_name: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None): + """ + Input properties used for looking up and filtering RecordingRule resources. + """ + if bucket_id is not None: + pulumi.set(__self__, "bucket_id", bucket_id) + if execution_group is not None: + pulumi.set(__self__, "execution_group", execution_group) + if expr is not None: + pulumi.set(__self__, "expr", expr) + if interval is not None: + pulumi.set(__self__, "interval", interval) + if labels is not None: + pulumi.set(__self__, "labels", labels) + if metric_name is not None: + pulumi.set(__self__, "metric_name", metric_name) + if name is not None: + pulumi.set(__self__, "name", name) + if slug is not None: + pulumi.set(__self__, "slug", slug) + + @property + @pulumi.getter(name="bucketId") + def bucket_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bucket_id") + + @bucket_id.setter + def bucket_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bucket_id", value) + + @property + @pulumi.getter(name="executionGroup") + def execution_group(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "execution_group") + + @execution_group.setter + def execution_group(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "execution_group", value) + + @property + @pulumi.getter + def expr(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "expr") + + @expr.setter + def expr(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "expr", value) + + @property + @pulumi.getter + def interval(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "interval") + + @interval.setter + def interval(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "interval", value) + + @property + @pulumi.getter + def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: + return pulumi.get(self, "labels") + + @labels.setter + def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]): + pulumi.set(self, "labels", value) + + @property + @pulumi.getter(name="metricName") + def metric_name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "metric_name") + + @metric_name.setter + def metric_name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "metric_name", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + +class RecordingRule(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + execution_group: Optional[pulumi.Input[str]] = None, + expr: Optional[pulumi.Input[str]] = None, + interval: Optional[pulumi.Input[str]] = None, + labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + metric_name: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + __props__=None): + """ + Create a RecordingRule resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: RecordingRuleArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a RecordingRule resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param RecordingRuleArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(RecordingRuleArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + execution_group: Optional[pulumi.Input[str]] = None, + expr: Optional[pulumi.Input[str]] = None, + interval: Optional[pulumi.Input[str]] = None, + labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + metric_name: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = RecordingRuleArgs.__new__(RecordingRuleArgs) + + __props__.__dict__["bucket_id"] = bucket_id + __props__.__dict__["execution_group"] = execution_group + if expr is None and not opts.urn: + raise TypeError("Missing required property 'expr'") + __props__.__dict__["expr"] = expr + __props__.__dict__["interval"] = interval + __props__.__dict__["labels"] = labels + __props__.__dict__["metric_name"] = metric_name + if name is None and not opts.urn: + raise TypeError("Missing required property 'name'") + __props__.__dict__["name"] = name + __props__.__dict__["slug"] = slug + super(RecordingRule, __self__).__init__( + 'chronosphere:index/recordingRule:RecordingRule', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + execution_group: Optional[pulumi.Input[str]] = None, + expr: Optional[pulumi.Input[str]] = None, + interval: Optional[pulumi.Input[str]] = None, + labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + metric_name: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None) -> 'RecordingRule': + """ + Get an existing RecordingRule resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _RecordingRuleState.__new__(_RecordingRuleState) + + __props__.__dict__["bucket_id"] = bucket_id + __props__.__dict__["execution_group"] = execution_group + __props__.__dict__["expr"] = expr + __props__.__dict__["interval"] = interval + __props__.__dict__["labels"] = labels + __props__.__dict__["metric_name"] = metric_name + __props__.__dict__["name"] = name + __props__.__dict__["slug"] = slug + return RecordingRule(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter(name="bucketId") + def bucket_id(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "bucket_id") + + @property + @pulumi.getter(name="executionGroup") + def execution_group(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "execution_group") + + @property + @pulumi.getter + def expr(self) -> pulumi.Output[str]: + return pulumi.get(self, "expr") + + @property + @pulumi.getter + def interval(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "interval") + + @property + @pulumi.getter + def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]: + return pulumi.get(self, "labels") + + @property + @pulumi.getter(name="metricName") + def metric_name(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "metric_name") + + @property + @pulumi.getter + def name(self) -> pulumi.Output[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "slug") + diff --git a/sdk/python/chronosphereio_chronosphere/resource_pools_config.py b/sdk/python/chronosphereio_chronosphere/resource_pools_config.py new file mode 100644 index 00000000..dd0d5f32 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/resource_pools_config.py @@ -0,0 +1,216 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities +from . import outputs +from ._inputs import * + +__all__ = ['ResourcePoolsConfigArgs', 'ResourcePoolsConfig'] + +@pulumi.input_type +class ResourcePoolsConfigArgs: + def __init__(__self__, *, + default_pool: pulumi.Input['ResourcePoolsConfigDefaultPoolArgs'], + pool: Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePoolsConfigPoolArgs']]]] = None, + pools: Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePoolsConfigPoolArgs']]]] = None): + """ + The set of arguments for constructing a ResourcePoolsConfig resource. + """ + pulumi.set(__self__, "default_pool", default_pool) + if pool is not None: + pulumi.set(__self__, "pool", pool) + if pools is not None: + warnings.warn("""Use pool instead of pools""", DeprecationWarning) + pulumi.log.warn("""pools is deprecated: Use pool instead of pools""") + if pools is not None: + pulumi.set(__self__, "pools", pools) + + @property + @pulumi.getter(name="defaultPool") + def default_pool(self) -> pulumi.Input['ResourcePoolsConfigDefaultPoolArgs']: + return pulumi.get(self, "default_pool") + + @default_pool.setter + def default_pool(self, value: pulumi.Input['ResourcePoolsConfigDefaultPoolArgs']): + pulumi.set(self, "default_pool", value) + + @property + @pulumi.getter + def pool(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePoolsConfigPoolArgs']]]]: + return pulumi.get(self, "pool") + + @pool.setter + def pool(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePoolsConfigPoolArgs']]]]): + pulumi.set(self, "pool", value) + + @property + @pulumi.getter + def pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePoolsConfigPoolArgs']]]]: + warnings.warn("""Use pool instead of pools""", DeprecationWarning) + pulumi.log.warn("""pools is deprecated: Use pool instead of pools""") + + return pulumi.get(self, "pools") + + @pools.setter + def pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePoolsConfigPoolArgs']]]]): + pulumi.set(self, "pools", value) + + +@pulumi.input_type +class _ResourcePoolsConfigState: + def __init__(__self__, *, + default_pool: Optional[pulumi.Input['ResourcePoolsConfigDefaultPoolArgs']] = None, + pool: Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePoolsConfigPoolArgs']]]] = None, + pools: Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePoolsConfigPoolArgs']]]] = None): + """ + Input properties used for looking up and filtering ResourcePoolsConfig resources. + """ + if default_pool is not None: + pulumi.set(__self__, "default_pool", default_pool) + if pool is not None: + pulumi.set(__self__, "pool", pool) + if pools is not None: + warnings.warn("""Use pool instead of pools""", DeprecationWarning) + pulumi.log.warn("""pools is deprecated: Use pool instead of pools""") + if pools is not None: + pulumi.set(__self__, "pools", pools) + + @property + @pulumi.getter(name="defaultPool") + def default_pool(self) -> Optional[pulumi.Input['ResourcePoolsConfigDefaultPoolArgs']]: + return pulumi.get(self, "default_pool") + + @default_pool.setter + def default_pool(self, value: Optional[pulumi.Input['ResourcePoolsConfigDefaultPoolArgs']]): + pulumi.set(self, "default_pool", value) + + @property + @pulumi.getter + def pool(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePoolsConfigPoolArgs']]]]: + return pulumi.get(self, "pool") + + @pool.setter + def pool(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePoolsConfigPoolArgs']]]]): + pulumi.set(self, "pool", value) + + @property + @pulumi.getter + def pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePoolsConfigPoolArgs']]]]: + warnings.warn("""Use pool instead of pools""", DeprecationWarning) + pulumi.log.warn("""pools is deprecated: Use pool instead of pools""") + + return pulumi.get(self, "pools") + + @pools.setter + def pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePoolsConfigPoolArgs']]]]): + pulumi.set(self, "pools", value) + + +class ResourcePoolsConfig(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + default_pool: Optional[pulumi.Input[pulumi.InputType['ResourcePoolsConfigDefaultPoolArgs']]] = None, + pool: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ResourcePoolsConfigPoolArgs']]]]] = None, + pools: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ResourcePoolsConfigPoolArgs']]]]] = None, + __props__=None): + """ + Create a ResourcePoolsConfig resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: ResourcePoolsConfigArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a ResourcePoolsConfig resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param ResourcePoolsConfigArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(ResourcePoolsConfigArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + default_pool: Optional[pulumi.Input[pulumi.InputType['ResourcePoolsConfigDefaultPoolArgs']]] = None, + pool: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ResourcePoolsConfigPoolArgs']]]]] = None, + pools: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ResourcePoolsConfigPoolArgs']]]]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = ResourcePoolsConfigArgs.__new__(ResourcePoolsConfigArgs) + + if default_pool is None and not opts.urn: + raise TypeError("Missing required property 'default_pool'") + __props__.__dict__["default_pool"] = default_pool + __props__.__dict__["pool"] = pool + __props__.__dict__["pools"] = pools + super(ResourcePoolsConfig, __self__).__init__( + 'chronosphere:index/resourcePoolsConfig:ResourcePoolsConfig', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + default_pool: Optional[pulumi.Input[pulumi.InputType['ResourcePoolsConfigDefaultPoolArgs']]] = None, + pool: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ResourcePoolsConfigPoolArgs']]]]] = None, + pools: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ResourcePoolsConfigPoolArgs']]]]] = None) -> 'ResourcePoolsConfig': + """ + Get an existing ResourcePoolsConfig resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _ResourcePoolsConfigState.__new__(_ResourcePoolsConfigState) + + __props__.__dict__["default_pool"] = default_pool + __props__.__dict__["pool"] = pool + __props__.__dict__["pools"] = pools + return ResourcePoolsConfig(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter(name="defaultPool") + def default_pool(self) -> pulumi.Output['outputs.ResourcePoolsConfigDefaultPool']: + return pulumi.get(self, "default_pool") + + @property + @pulumi.getter + def pool(self) -> pulumi.Output[Optional[Sequence['outputs.ResourcePoolsConfigPool']]]: + return pulumi.get(self, "pool") + + @property + @pulumi.getter + def pools(self) -> pulumi.Output[Optional[Sequence['outputs.ResourcePoolsConfigPool']]]: + warnings.warn("""Use pool instead of pools""", DeprecationWarning) + pulumi.log.warn("""pools is deprecated: Use pool instead of pools""") + + return pulumi.get(self, "pools") + diff --git a/sdk/python/chronosphereio_chronosphere/rollup_rule.py b/sdk/python/chronosphereio_chronosphere/rollup_rule.py new file mode 100644 index 00000000..b1873e8e --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/rollup_rule.py @@ -0,0 +1,612 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities +from . import outputs +from ._inputs import * + +__all__ = ['RollupRuleArgs', 'RollupRule'] + +@pulumi.input_type +class RollupRuleArgs: + def __init__(__self__, *, + filter: pulumi.Input[str], + metric_type: pulumi.Input[str], + name: pulumi.Input[str], + slug: pulumi.Input[str], + aggregation: Optional[pulumi.Input[str]] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + drop_raw: Optional[pulumi.Input[bool]] = None, + exclude_bies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + group_bies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + interval: Optional[pulumi.Input[str]] = None, + metric_type_tag: Optional[pulumi.Input[bool]] = None, + mode: Optional[pulumi.Input[str]] = None, + new_metric: Optional[pulumi.Input[str]] = None, + permissive: Optional[pulumi.Input[bool]] = None, + storage_policies: Optional[pulumi.Input['RollupRuleStoragePoliciesArgs']] = None): + """ + The set of arguments for constructing a RollupRule resource. + """ + pulumi.set(__self__, "filter", filter) + pulumi.set(__self__, "metric_type", metric_type) + pulumi.set(__self__, "name", name) + pulumi.set(__self__, "slug", slug) + if aggregation is not None: + pulumi.set(__self__, "aggregation", aggregation) + if bucket_id is not None: + pulumi.set(__self__, "bucket_id", bucket_id) + if drop_raw is not None: + pulumi.set(__self__, "drop_raw", drop_raw) + if exclude_bies is not None: + pulumi.set(__self__, "exclude_bies", exclude_bies) + if group_bies is not None: + pulumi.set(__self__, "group_bies", group_bies) + if interval is not None: + pulumi.set(__self__, "interval", interval) + if metric_type_tag is not None: + pulumi.set(__self__, "metric_type_tag", metric_type_tag) + if mode is not None: + pulumi.set(__self__, "mode", mode) + if new_metric is not None: + pulumi.set(__self__, "new_metric", new_metric) + if permissive is not None: + pulumi.set(__self__, "permissive", permissive) + if storage_policies is not None: + pulumi.set(__self__, "storage_policies", storage_policies) + + @property + @pulumi.getter + def filter(self) -> pulumi.Input[str]: + return pulumi.get(self, "filter") + + @filter.setter + def filter(self, value: pulumi.Input[str]): + pulumi.set(self, "filter", value) + + @property + @pulumi.getter(name="metricType") + def metric_type(self) -> pulumi.Input[str]: + return pulumi.get(self, "metric_type") + + @metric_type.setter + def metric_type(self, value: pulumi.Input[str]): + pulumi.set(self, "metric_type", value) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def slug(self) -> pulumi.Input[str]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: pulumi.Input[str]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter + def aggregation(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "aggregation") + + @aggregation.setter + def aggregation(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "aggregation", value) + + @property + @pulumi.getter(name="bucketId") + def bucket_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bucket_id") + + @bucket_id.setter + def bucket_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bucket_id", value) + + @property + @pulumi.getter(name="dropRaw") + def drop_raw(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "drop_raw") + + @drop_raw.setter + def drop_raw(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "drop_raw", value) + + @property + @pulumi.getter(name="excludeBies") + def exclude_bies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: + return pulumi.get(self, "exclude_bies") + + @exclude_bies.setter + def exclude_bies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]): + pulumi.set(self, "exclude_bies", value) + + @property + @pulumi.getter(name="groupBies") + def group_bies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: + return pulumi.get(self, "group_bies") + + @group_bies.setter + def group_bies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]): + pulumi.set(self, "group_bies", value) + + @property + @pulumi.getter + def interval(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "interval") + + @interval.setter + def interval(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "interval", value) + + @property + @pulumi.getter(name="metricTypeTag") + def metric_type_tag(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "metric_type_tag") + + @metric_type_tag.setter + def metric_type_tag(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "metric_type_tag", value) + + @property + @pulumi.getter + def mode(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "mode") + + @mode.setter + def mode(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "mode", value) + + @property + @pulumi.getter(name="newMetric") + def new_metric(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "new_metric") + + @new_metric.setter + def new_metric(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "new_metric", value) + + @property + @pulumi.getter + def permissive(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "permissive") + + @permissive.setter + def permissive(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "permissive", value) + + @property + @pulumi.getter(name="storagePolicies") + def storage_policies(self) -> Optional[pulumi.Input['RollupRuleStoragePoliciesArgs']]: + return pulumi.get(self, "storage_policies") + + @storage_policies.setter + def storage_policies(self, value: Optional[pulumi.Input['RollupRuleStoragePoliciesArgs']]): + pulumi.set(self, "storage_policies", value) + + +@pulumi.input_type +class _RollupRuleState: + def __init__(__self__, *, + aggregation: Optional[pulumi.Input[str]] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + drop_raw: Optional[pulumi.Input[bool]] = None, + exclude_bies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + filter: Optional[pulumi.Input[str]] = None, + group_bies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + interval: Optional[pulumi.Input[str]] = None, + metric_type: Optional[pulumi.Input[str]] = None, + metric_type_tag: Optional[pulumi.Input[bool]] = None, + mode: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + new_metric: Optional[pulumi.Input[str]] = None, + permissive: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + storage_policies: Optional[pulumi.Input['RollupRuleStoragePoliciesArgs']] = None): + """ + Input properties used for looking up and filtering RollupRule resources. + """ + if aggregation is not None: + pulumi.set(__self__, "aggregation", aggregation) + if bucket_id is not None: + pulumi.set(__self__, "bucket_id", bucket_id) + if drop_raw is not None: + pulumi.set(__self__, "drop_raw", drop_raw) + if exclude_bies is not None: + pulumi.set(__self__, "exclude_bies", exclude_bies) + if filter is not None: + pulumi.set(__self__, "filter", filter) + if group_bies is not None: + pulumi.set(__self__, "group_bies", group_bies) + if interval is not None: + pulumi.set(__self__, "interval", interval) + if metric_type is not None: + pulumi.set(__self__, "metric_type", metric_type) + if metric_type_tag is not None: + pulumi.set(__self__, "metric_type_tag", metric_type_tag) + if mode is not None: + pulumi.set(__self__, "mode", mode) + if name is not None: + pulumi.set(__self__, "name", name) + if new_metric is not None: + pulumi.set(__self__, "new_metric", new_metric) + if permissive is not None: + pulumi.set(__self__, "permissive", permissive) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if storage_policies is not None: + pulumi.set(__self__, "storage_policies", storage_policies) + + @property + @pulumi.getter + def aggregation(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "aggregation") + + @aggregation.setter + def aggregation(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "aggregation", value) + + @property + @pulumi.getter(name="bucketId") + def bucket_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bucket_id") + + @bucket_id.setter + def bucket_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bucket_id", value) + + @property + @pulumi.getter(name="dropRaw") + def drop_raw(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "drop_raw") + + @drop_raw.setter + def drop_raw(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "drop_raw", value) + + @property + @pulumi.getter(name="excludeBies") + def exclude_bies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: + return pulumi.get(self, "exclude_bies") + + @exclude_bies.setter + def exclude_bies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]): + pulumi.set(self, "exclude_bies", value) + + @property + @pulumi.getter + def filter(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "filter") + + @filter.setter + def filter(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "filter", value) + + @property + @pulumi.getter(name="groupBies") + def group_bies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: + return pulumi.get(self, "group_bies") + + @group_bies.setter + def group_bies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]): + pulumi.set(self, "group_bies", value) + + @property + @pulumi.getter + def interval(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "interval") + + @interval.setter + def interval(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "interval", value) + + @property + @pulumi.getter(name="metricType") + def metric_type(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "metric_type") + + @metric_type.setter + def metric_type(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "metric_type", value) + + @property + @pulumi.getter(name="metricTypeTag") + def metric_type_tag(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "metric_type_tag") + + @metric_type_tag.setter + def metric_type_tag(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "metric_type_tag", value) + + @property + @pulumi.getter + def mode(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "mode") + + @mode.setter + def mode(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "mode", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter(name="newMetric") + def new_metric(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "new_metric") + + @new_metric.setter + def new_metric(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "new_metric", value) + + @property + @pulumi.getter + def permissive(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "permissive") + + @permissive.setter + def permissive(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "permissive", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter(name="storagePolicies") + def storage_policies(self) -> Optional[pulumi.Input['RollupRuleStoragePoliciesArgs']]: + return pulumi.get(self, "storage_policies") + + @storage_policies.setter + def storage_policies(self, value: Optional[pulumi.Input['RollupRuleStoragePoliciesArgs']]): + pulumi.set(self, "storage_policies", value) + + +class RollupRule(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + aggregation: Optional[pulumi.Input[str]] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + drop_raw: Optional[pulumi.Input[bool]] = None, + exclude_bies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + filter: Optional[pulumi.Input[str]] = None, + group_bies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + interval: Optional[pulumi.Input[str]] = None, + metric_type: Optional[pulumi.Input[str]] = None, + metric_type_tag: Optional[pulumi.Input[bool]] = None, + mode: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + new_metric: Optional[pulumi.Input[str]] = None, + permissive: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + storage_policies: Optional[pulumi.Input[pulumi.InputType['RollupRuleStoragePoliciesArgs']]] = None, + __props__=None): + """ + Create a RollupRule resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: RollupRuleArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a RollupRule resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param RollupRuleArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(RollupRuleArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + aggregation: Optional[pulumi.Input[str]] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + drop_raw: Optional[pulumi.Input[bool]] = None, + exclude_bies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + filter: Optional[pulumi.Input[str]] = None, + group_bies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + interval: Optional[pulumi.Input[str]] = None, + metric_type: Optional[pulumi.Input[str]] = None, + metric_type_tag: Optional[pulumi.Input[bool]] = None, + mode: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + new_metric: Optional[pulumi.Input[str]] = None, + permissive: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + storage_policies: Optional[pulumi.Input[pulumi.InputType['RollupRuleStoragePoliciesArgs']]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = RollupRuleArgs.__new__(RollupRuleArgs) + + __props__.__dict__["aggregation"] = aggregation + __props__.__dict__["bucket_id"] = bucket_id + __props__.__dict__["drop_raw"] = drop_raw + __props__.__dict__["exclude_bies"] = exclude_bies + if filter is None and not opts.urn: + raise TypeError("Missing required property 'filter'") + __props__.__dict__["filter"] = filter + __props__.__dict__["group_bies"] = group_bies + __props__.__dict__["interval"] = interval + if metric_type is None and not opts.urn: + raise TypeError("Missing required property 'metric_type'") + __props__.__dict__["metric_type"] = metric_type + __props__.__dict__["metric_type_tag"] = metric_type_tag + __props__.__dict__["mode"] = mode + if name is None and not opts.urn: + raise TypeError("Missing required property 'name'") + __props__.__dict__["name"] = name + __props__.__dict__["new_metric"] = new_metric + __props__.__dict__["permissive"] = permissive + if slug is None and not opts.urn: + raise TypeError("Missing required property 'slug'") + __props__.__dict__["slug"] = slug + __props__.__dict__["storage_policies"] = storage_policies + super(RollupRule, __self__).__init__( + 'chronosphere:index/rollupRule:RollupRule', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + aggregation: Optional[pulumi.Input[str]] = None, + bucket_id: Optional[pulumi.Input[str]] = None, + drop_raw: Optional[pulumi.Input[bool]] = None, + exclude_bies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + filter: Optional[pulumi.Input[str]] = None, + group_bies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + interval: Optional[pulumi.Input[str]] = None, + metric_type: Optional[pulumi.Input[str]] = None, + metric_type_tag: Optional[pulumi.Input[bool]] = None, + mode: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + new_metric: Optional[pulumi.Input[str]] = None, + permissive: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + storage_policies: Optional[pulumi.Input[pulumi.InputType['RollupRuleStoragePoliciesArgs']]] = None) -> 'RollupRule': + """ + Get an existing RollupRule resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _RollupRuleState.__new__(_RollupRuleState) + + __props__.__dict__["aggregation"] = aggregation + __props__.__dict__["bucket_id"] = bucket_id + __props__.__dict__["drop_raw"] = drop_raw + __props__.__dict__["exclude_bies"] = exclude_bies + __props__.__dict__["filter"] = filter + __props__.__dict__["group_bies"] = group_bies + __props__.__dict__["interval"] = interval + __props__.__dict__["metric_type"] = metric_type + __props__.__dict__["metric_type_tag"] = metric_type_tag + __props__.__dict__["mode"] = mode + __props__.__dict__["name"] = name + __props__.__dict__["new_metric"] = new_metric + __props__.__dict__["permissive"] = permissive + __props__.__dict__["slug"] = slug + __props__.__dict__["storage_policies"] = storage_policies + return RollupRule(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter + def aggregation(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "aggregation") + + @property + @pulumi.getter(name="bucketId") + def bucket_id(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "bucket_id") + + @property + @pulumi.getter(name="dropRaw") + def drop_raw(self) -> pulumi.Output[Optional[bool]]: + return pulumi.get(self, "drop_raw") + + @property + @pulumi.getter(name="excludeBies") + def exclude_bies(self) -> pulumi.Output[Optional[Sequence[str]]]: + return pulumi.get(self, "exclude_bies") + + @property + @pulumi.getter + def filter(self) -> pulumi.Output[str]: + return pulumi.get(self, "filter") + + @property + @pulumi.getter(name="groupBies") + def group_bies(self) -> pulumi.Output[Optional[Sequence[str]]]: + return pulumi.get(self, "group_bies") + + @property + @pulumi.getter + def interval(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "interval") + + @property + @pulumi.getter(name="metricType") + def metric_type(self) -> pulumi.Output[str]: + return pulumi.get(self, "metric_type") + + @property + @pulumi.getter(name="metricTypeTag") + def metric_type_tag(self) -> pulumi.Output[Optional[bool]]: + return pulumi.get(self, "metric_type_tag") + + @property + @pulumi.getter + def mode(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "mode") + + @property + @pulumi.getter + def name(self) -> pulumi.Output[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter(name="newMetric") + def new_metric(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "new_metric") + + @property + @pulumi.getter + def permissive(self) -> pulumi.Output[Optional[bool]]: + return pulumi.get(self, "permissive") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "slug") + + @property + @pulumi.getter(name="storagePolicies") + def storage_policies(self) -> pulumi.Output['outputs.RollupRuleStoragePolicies']: + return pulumi.get(self, "storage_policies") + diff --git a/sdk/python/chronosphereio_chronosphere/service_account.py b/sdk/python/chronosphereio_chronosphere/service_account.py new file mode 100644 index 00000000..a589c122 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/service_account.py @@ -0,0 +1,277 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities +from . import outputs +from ._inputs import * + +__all__ = ['ServiceAccountArgs', 'ServiceAccount'] + +@pulumi.input_type +class ServiceAccountArgs: + def __init__(__self__, *, + name: pulumi.Input[str], + restriction: Optional[pulumi.Input['ServiceAccountRestrictionArgs']] = None, + slug: Optional[pulumi.Input[str]] = None, + unrestricted: Optional[pulumi.Input[bool]] = None): + """ + The set of arguments for constructing a ServiceAccount resource. + """ + pulumi.set(__self__, "name", name) + if restriction is not None: + pulumi.set(__self__, "restriction", restriction) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if unrestricted is not None: + pulumi.set(__self__, "unrestricted", unrestricted) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def restriction(self) -> Optional[pulumi.Input['ServiceAccountRestrictionArgs']]: + return pulumi.get(self, "restriction") + + @restriction.setter + def restriction(self, value: Optional[pulumi.Input['ServiceAccountRestrictionArgs']]): + pulumi.set(self, "restriction", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter + def unrestricted(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "unrestricted") + + @unrestricted.setter + def unrestricted(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "unrestricted", value) + + +@pulumi.input_type +class _ServiceAccountState: + def __init__(__self__, *, + email: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + restriction: Optional[pulumi.Input['ServiceAccountRestrictionArgs']] = None, + slug: Optional[pulumi.Input[str]] = None, + token: Optional[pulumi.Input[str]] = None, + unrestricted: Optional[pulumi.Input[bool]] = None): + """ + Input properties used for looking up and filtering ServiceAccount resources. + """ + if email is not None: + pulumi.set(__self__, "email", email) + if name is not None: + pulumi.set(__self__, "name", name) + if restriction is not None: + pulumi.set(__self__, "restriction", restriction) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if token is not None: + pulumi.set(__self__, "token", token) + if unrestricted is not None: + pulumi.set(__self__, "unrestricted", unrestricted) + + @property + @pulumi.getter + def email(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "email") + + @email.setter + def email(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "email", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def restriction(self) -> Optional[pulumi.Input['ServiceAccountRestrictionArgs']]: + return pulumi.get(self, "restriction") + + @restriction.setter + def restriction(self, value: Optional[pulumi.Input['ServiceAccountRestrictionArgs']]): + pulumi.set(self, "restriction", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter + def token(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "token") + + @token.setter + def token(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "token", value) + + @property + @pulumi.getter + def unrestricted(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "unrestricted") + + @unrestricted.setter + def unrestricted(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "unrestricted", value) + + +class ServiceAccount(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + name: Optional[pulumi.Input[str]] = None, + restriction: Optional[pulumi.Input[pulumi.InputType['ServiceAccountRestrictionArgs']]] = None, + slug: Optional[pulumi.Input[str]] = None, + unrestricted: Optional[pulumi.Input[bool]] = None, + __props__=None): + """ + Create a ServiceAccount resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: ServiceAccountArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a ServiceAccount resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param ServiceAccountArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(ServiceAccountArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + name: Optional[pulumi.Input[str]] = None, + restriction: Optional[pulumi.Input[pulumi.InputType['ServiceAccountRestrictionArgs']]] = None, + slug: Optional[pulumi.Input[str]] = None, + unrestricted: Optional[pulumi.Input[bool]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = ServiceAccountArgs.__new__(ServiceAccountArgs) + + if name is None and not opts.urn: + raise TypeError("Missing required property 'name'") + __props__.__dict__["name"] = name + __props__.__dict__["restriction"] = restriction + __props__.__dict__["slug"] = slug + __props__.__dict__["unrestricted"] = unrestricted + __props__.__dict__["email"] = None + __props__.__dict__["token"] = None + secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["token"]) + opts = pulumi.ResourceOptions.merge(opts, secret_opts) + super(ServiceAccount, __self__).__init__( + 'chronosphere:index/serviceAccount:ServiceAccount', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + email: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + restriction: Optional[pulumi.Input[pulumi.InputType['ServiceAccountRestrictionArgs']]] = None, + slug: Optional[pulumi.Input[str]] = None, + token: Optional[pulumi.Input[str]] = None, + unrestricted: Optional[pulumi.Input[bool]] = None) -> 'ServiceAccount': + """ + Get an existing ServiceAccount resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _ServiceAccountState.__new__(_ServiceAccountState) + + __props__.__dict__["email"] = email + __props__.__dict__["name"] = name + __props__.__dict__["restriction"] = restriction + __props__.__dict__["slug"] = slug + __props__.__dict__["token"] = token + __props__.__dict__["unrestricted"] = unrestricted + return ServiceAccount(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter + def email(self) -> pulumi.Output[str]: + return pulumi.get(self, "email") + + @property + @pulumi.getter + def name(self) -> pulumi.Output[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter + def restriction(self) -> pulumi.Output[Optional['outputs.ServiceAccountRestriction']]: + return pulumi.get(self, "restriction") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "slug") + + @property + @pulumi.getter + def token(self) -> pulumi.Output[str]: + return pulumi.get(self, "token") + + @property + @pulumi.getter + def unrestricted(self) -> pulumi.Output[Optional[bool]]: + return pulumi.get(self, "unrestricted") + diff --git a/sdk/python/chronosphereio_chronosphere/service_data_source.py b/sdk/python/chronosphereio_chronosphere/service_data_source.py new file mode 100644 index 00000000..9d9cfea1 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/service_data_source.py @@ -0,0 +1,97 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities + +__all__ = [ + 'ServiceDataSourceResult', + 'AwaitableServiceDataSourceResult', + 'service_data_source', + 'service_data_source_output', +] + +@pulumi.output_type +class ServiceDataSourceResult: + """ + A collection of values returned by ServiceDataSource. + """ + def __init__(__self__, description=None, id=None, name=None, slug=None): + if description and not isinstance(description, str): + raise TypeError("Expected argument 'description' to be a str") + pulumi.set(__self__, "description", description) + if id and not isinstance(id, str): + raise TypeError("Expected argument 'id' to be a str") + pulumi.set(__self__, "id", id) + if name and not isinstance(name, str): + raise TypeError("Expected argument 'name' to be a str") + pulumi.set(__self__, "name", name) + if slug and not isinstance(slug, str): + raise TypeError("Expected argument 'slug' to be a str") + pulumi.set(__self__, "slug", slug) + + @property + @pulumi.getter + def description(self) -> str: + return pulumi.get(self, "description") + + @property + @pulumi.getter + def id(self) -> str: + """ + The provider-assigned unique ID for this managed resource. + """ + return pulumi.get(self, "id") + + @property + @pulumi.getter + def name(self) -> str: + return pulumi.get(self, "name") + + @property + @pulumi.getter + def slug(self) -> str: + return pulumi.get(self, "slug") + + +class AwaitableServiceDataSourceResult(ServiceDataSourceResult): + # pylint: disable=using-constant-test + def __await__(self): + if False: + yield self + return ServiceDataSourceResult( + description=self.description, + id=self.id, + name=self.name, + slug=self.slug) + + +def service_data_source(slug: Optional[str] = None, + opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableServiceDataSourceResult: + """ + Use this data source to access information about an existing resource. + """ + __args__ = dict() + __args__['slug'] = slug + opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts) + __ret__ = pulumi.runtime.invoke('chronosphere:index/serviceDataSource:ServiceDataSource', __args__, opts=opts, typ=ServiceDataSourceResult).value + + return AwaitableServiceDataSourceResult( + description=pulumi.get(__ret__, 'description'), + id=pulumi.get(__ret__, 'id'), + name=pulumi.get(__ret__, 'name'), + slug=pulumi.get(__ret__, 'slug')) + + +@_utilities.lift_output_func(service_data_source) +def service_data_source_output(slug: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[ServiceDataSourceResult]: + """ + Use this data source to access information about an existing resource. + """ + ... diff --git a/sdk/python/chronosphereio_chronosphere/slack_alert_notifier.py b/sdk/python/chronosphereio_chronosphere/slack_alert_notifier.py new file mode 100644 index 00000000..28d95e18 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/slack_alert_notifier.py @@ -0,0 +1,1055 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities +from . import outputs +from ._inputs import * + +__all__ = ['SlackAlertNotifierArgs', 'SlackAlertNotifier'] + +@pulumi.input_type +class SlackAlertNotifierArgs: + def __init__(__self__, *, + api_url: pulumi.Input[str], + channel: pulumi.Input[str], + name: pulumi.Input[str], + actions: Optional[pulumi.Input[Sequence[pulumi.Input['SlackAlertNotifierActionArgs']]]] = None, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + callback_id: Optional[pulumi.Input[str]] = None, + color: Optional[pulumi.Input[str]] = None, + fallback: Optional[pulumi.Input[str]] = None, + fields: Optional[pulumi.Input[Sequence[pulumi.Input['SlackAlertNotifierFieldArgs']]]] = None, + footer: Optional[pulumi.Input[str]] = None, + icon_emoji: Optional[pulumi.Input[str]] = None, + icon_url: Optional[pulumi.Input[str]] = None, + image_url: Optional[pulumi.Input[str]] = None, + link_names: Optional[pulumi.Input[bool]] = None, + mrkdwn_ins: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + pretext: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + short_fields: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + text: Optional[pulumi.Input[str]] = None, + thumb_url: Optional[pulumi.Input[str]] = None, + title: Optional[pulumi.Input[str]] = None, + title_link: Optional[pulumi.Input[str]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None, + username: Optional[pulumi.Input[str]] = None): + """ + The set of arguments for constructing a SlackAlertNotifier resource. + """ + pulumi.set(__self__, "api_url", api_url) + pulumi.set(__self__, "channel", channel) + pulumi.set(__self__, "name", name) + if actions is not None: + pulumi.set(__self__, "actions", actions) + if basic_auth_password is not None: + pulumi.set(__self__, "basic_auth_password", basic_auth_password) + if basic_auth_username is not None: + pulumi.set(__self__, "basic_auth_username", basic_auth_username) + if bearer_token is not None: + pulumi.set(__self__, "bearer_token", bearer_token) + if callback_id is not None: + pulumi.set(__self__, "callback_id", callback_id) + if color is not None: + pulumi.set(__self__, "color", color) + if fallback is not None: + pulumi.set(__self__, "fallback", fallback) + if fields is not None: + pulumi.set(__self__, "fields", fields) + if footer is not None: + pulumi.set(__self__, "footer", footer) + if icon_emoji is not None: + pulumi.set(__self__, "icon_emoji", icon_emoji) + if icon_url is not None: + pulumi.set(__self__, "icon_url", icon_url) + if image_url is not None: + pulumi.set(__self__, "image_url", image_url) + if link_names is not None: + pulumi.set(__self__, "link_names", link_names) + if mrkdwn_ins is not None: + pulumi.set(__self__, "mrkdwn_ins", mrkdwn_ins) + if pretext is not None: + pulumi.set(__self__, "pretext", pretext) + if proxy_url is not None: + pulumi.set(__self__, "proxy_url", proxy_url) + if send_resolved is not None: + pulumi.set(__self__, "send_resolved", send_resolved) + if short_fields is not None: + pulumi.set(__self__, "short_fields", short_fields) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if text is not None: + pulumi.set(__self__, "text", text) + if thumb_url is not None: + pulumi.set(__self__, "thumb_url", thumb_url) + if title is not None: + pulumi.set(__self__, "title", title) + if title_link is not None: + pulumi.set(__self__, "title_link", title_link) + if tls_insecure_skip_verify is not None: + pulumi.set(__self__, "tls_insecure_skip_verify", tls_insecure_skip_verify) + if username is not None: + pulumi.set(__self__, "username", username) + + @property + @pulumi.getter(name="apiUrl") + def api_url(self) -> pulumi.Input[str]: + return pulumi.get(self, "api_url") + + @api_url.setter + def api_url(self, value: pulumi.Input[str]): + pulumi.set(self, "api_url", value) + + @property + @pulumi.getter + def channel(self) -> pulumi.Input[str]: + return pulumi.get(self, "channel") + + @channel.setter + def channel(self, value: pulumi.Input[str]): + pulumi.set(self, "channel", value) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def actions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SlackAlertNotifierActionArgs']]]]: + return pulumi.get(self, "actions") + + @actions.setter + def actions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SlackAlertNotifierActionArgs']]]]): + pulumi.set(self, "actions", value) + + @property + @pulumi.getter(name="basicAuthPassword") + def basic_auth_password(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "basic_auth_password") + + @basic_auth_password.setter + def basic_auth_password(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "basic_auth_password", value) + + @property + @pulumi.getter(name="basicAuthUsername") + def basic_auth_username(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "basic_auth_username") + + @basic_auth_username.setter + def basic_auth_username(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "basic_auth_username", value) + + @property + @pulumi.getter(name="bearerToken") + def bearer_token(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bearer_token") + + @bearer_token.setter + def bearer_token(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bearer_token", value) + + @property + @pulumi.getter(name="callbackId") + def callback_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "callback_id") + + @callback_id.setter + def callback_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "callback_id", value) + + @property + @pulumi.getter + def color(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "color") + + @color.setter + def color(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "color", value) + + @property + @pulumi.getter + def fallback(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "fallback") + + @fallback.setter + def fallback(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "fallback", value) + + @property + @pulumi.getter + def fields(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SlackAlertNotifierFieldArgs']]]]: + return pulumi.get(self, "fields") + + @fields.setter + def fields(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SlackAlertNotifierFieldArgs']]]]): + pulumi.set(self, "fields", value) + + @property + @pulumi.getter + def footer(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "footer") + + @footer.setter + def footer(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "footer", value) + + @property + @pulumi.getter(name="iconEmoji") + def icon_emoji(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "icon_emoji") + + @icon_emoji.setter + def icon_emoji(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "icon_emoji", value) + + @property + @pulumi.getter(name="iconUrl") + def icon_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "icon_url") + + @icon_url.setter + def icon_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "icon_url", value) + + @property + @pulumi.getter(name="imageUrl") + def image_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "image_url") + + @image_url.setter + def image_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "image_url", value) + + @property + @pulumi.getter(name="linkNames") + def link_names(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "link_names") + + @link_names.setter + def link_names(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "link_names", value) + + @property + @pulumi.getter(name="mrkdwnIns") + def mrkdwn_ins(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: + return pulumi.get(self, "mrkdwn_ins") + + @mrkdwn_ins.setter + def mrkdwn_ins(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]): + pulumi.set(self, "mrkdwn_ins", value) + + @property + @pulumi.getter + def pretext(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "pretext") + + @pretext.setter + def pretext(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "pretext", value) + + @property + @pulumi.getter(name="proxyUrl") + def proxy_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "proxy_url") + + @proxy_url.setter + def proxy_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "proxy_url", value) + + @property + @pulumi.getter(name="sendResolved") + def send_resolved(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "send_resolved") + + @send_resolved.setter + def send_resolved(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "send_resolved", value) + + @property + @pulumi.getter(name="shortFields") + def short_fields(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "short_fields") + + @short_fields.setter + def short_fields(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "short_fields", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter + def text(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "text") + + @text.setter + def text(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "text", value) + + @property + @pulumi.getter(name="thumbUrl") + def thumb_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "thumb_url") + + @thumb_url.setter + def thumb_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "thumb_url", value) + + @property + @pulumi.getter + def title(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "title") + + @title.setter + def title(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "title", value) + + @property + @pulumi.getter(name="titleLink") + def title_link(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "title_link") + + @title_link.setter + def title_link(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "title_link", value) + + @property + @pulumi.getter(name="tlsInsecureSkipVerify") + def tls_insecure_skip_verify(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "tls_insecure_skip_verify") + + @tls_insecure_skip_verify.setter + def tls_insecure_skip_verify(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "tls_insecure_skip_verify", value) + + @property + @pulumi.getter + def username(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "username") + + @username.setter + def username(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "username", value) + + +@pulumi.input_type +class _SlackAlertNotifierState: + def __init__(__self__, *, + actions: Optional[pulumi.Input[Sequence[pulumi.Input['SlackAlertNotifierActionArgs']]]] = None, + api_url: Optional[pulumi.Input[str]] = None, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + callback_id: Optional[pulumi.Input[str]] = None, + channel: Optional[pulumi.Input[str]] = None, + color: Optional[pulumi.Input[str]] = None, + fallback: Optional[pulumi.Input[str]] = None, + fields: Optional[pulumi.Input[Sequence[pulumi.Input['SlackAlertNotifierFieldArgs']]]] = None, + footer: Optional[pulumi.Input[str]] = None, + icon_emoji: Optional[pulumi.Input[str]] = None, + icon_url: Optional[pulumi.Input[str]] = None, + image_url: Optional[pulumi.Input[str]] = None, + link_names: Optional[pulumi.Input[bool]] = None, + mrkdwn_ins: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + name: Optional[pulumi.Input[str]] = None, + pretext: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + short_fields: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + text: Optional[pulumi.Input[str]] = None, + thumb_url: Optional[pulumi.Input[str]] = None, + title: Optional[pulumi.Input[str]] = None, + title_link: Optional[pulumi.Input[str]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None, + username: Optional[pulumi.Input[str]] = None): + """ + Input properties used for looking up and filtering SlackAlertNotifier resources. + """ + if actions is not None: + pulumi.set(__self__, "actions", actions) + if api_url is not None: + pulumi.set(__self__, "api_url", api_url) + if basic_auth_password is not None: + pulumi.set(__self__, "basic_auth_password", basic_auth_password) + if basic_auth_username is not None: + pulumi.set(__self__, "basic_auth_username", basic_auth_username) + if bearer_token is not None: + pulumi.set(__self__, "bearer_token", bearer_token) + if callback_id is not None: + pulumi.set(__self__, "callback_id", callback_id) + if channel is not None: + pulumi.set(__self__, "channel", channel) + if color is not None: + pulumi.set(__self__, "color", color) + if fallback is not None: + pulumi.set(__self__, "fallback", fallback) + if fields is not None: + pulumi.set(__self__, "fields", fields) + if footer is not None: + pulumi.set(__self__, "footer", footer) + if icon_emoji is not None: + pulumi.set(__self__, "icon_emoji", icon_emoji) + if icon_url is not None: + pulumi.set(__self__, "icon_url", icon_url) + if image_url is not None: + pulumi.set(__self__, "image_url", image_url) + if link_names is not None: + pulumi.set(__self__, "link_names", link_names) + if mrkdwn_ins is not None: + pulumi.set(__self__, "mrkdwn_ins", mrkdwn_ins) + if name is not None: + pulumi.set(__self__, "name", name) + if pretext is not None: + pulumi.set(__self__, "pretext", pretext) + if proxy_url is not None: + pulumi.set(__self__, "proxy_url", proxy_url) + if send_resolved is not None: + pulumi.set(__self__, "send_resolved", send_resolved) + if short_fields is not None: + pulumi.set(__self__, "short_fields", short_fields) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if text is not None: + pulumi.set(__self__, "text", text) + if thumb_url is not None: + pulumi.set(__self__, "thumb_url", thumb_url) + if title is not None: + pulumi.set(__self__, "title", title) + if title_link is not None: + pulumi.set(__self__, "title_link", title_link) + if tls_insecure_skip_verify is not None: + pulumi.set(__self__, "tls_insecure_skip_verify", tls_insecure_skip_verify) + if username is not None: + pulumi.set(__self__, "username", username) + + @property + @pulumi.getter + def actions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SlackAlertNotifierActionArgs']]]]: + return pulumi.get(self, "actions") + + @actions.setter + def actions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SlackAlertNotifierActionArgs']]]]): + pulumi.set(self, "actions", value) + + @property + @pulumi.getter(name="apiUrl") + def api_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "api_url") + + @api_url.setter + def api_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "api_url", value) + + @property + @pulumi.getter(name="basicAuthPassword") + def basic_auth_password(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "basic_auth_password") + + @basic_auth_password.setter + def basic_auth_password(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "basic_auth_password", value) + + @property + @pulumi.getter(name="basicAuthUsername") + def basic_auth_username(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "basic_auth_username") + + @basic_auth_username.setter + def basic_auth_username(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "basic_auth_username", value) + + @property + @pulumi.getter(name="bearerToken") + def bearer_token(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bearer_token") + + @bearer_token.setter + def bearer_token(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bearer_token", value) + + @property + @pulumi.getter(name="callbackId") + def callback_id(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "callback_id") + + @callback_id.setter + def callback_id(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "callback_id", value) + + @property + @pulumi.getter + def channel(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "channel") + + @channel.setter + def channel(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "channel", value) + + @property + @pulumi.getter + def color(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "color") + + @color.setter + def color(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "color", value) + + @property + @pulumi.getter + def fallback(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "fallback") + + @fallback.setter + def fallback(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "fallback", value) + + @property + @pulumi.getter + def fields(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SlackAlertNotifierFieldArgs']]]]: + return pulumi.get(self, "fields") + + @fields.setter + def fields(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SlackAlertNotifierFieldArgs']]]]): + pulumi.set(self, "fields", value) + + @property + @pulumi.getter + def footer(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "footer") + + @footer.setter + def footer(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "footer", value) + + @property + @pulumi.getter(name="iconEmoji") + def icon_emoji(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "icon_emoji") + + @icon_emoji.setter + def icon_emoji(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "icon_emoji", value) + + @property + @pulumi.getter(name="iconUrl") + def icon_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "icon_url") + + @icon_url.setter + def icon_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "icon_url", value) + + @property + @pulumi.getter(name="imageUrl") + def image_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "image_url") + + @image_url.setter + def image_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "image_url", value) + + @property + @pulumi.getter(name="linkNames") + def link_names(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "link_names") + + @link_names.setter + def link_names(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "link_names", value) + + @property + @pulumi.getter(name="mrkdwnIns") + def mrkdwn_ins(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: + return pulumi.get(self, "mrkdwn_ins") + + @mrkdwn_ins.setter + def mrkdwn_ins(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]): + pulumi.set(self, "mrkdwn_ins", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def pretext(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "pretext") + + @pretext.setter + def pretext(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "pretext", value) + + @property + @pulumi.getter(name="proxyUrl") + def proxy_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "proxy_url") + + @proxy_url.setter + def proxy_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "proxy_url", value) + + @property + @pulumi.getter(name="sendResolved") + def send_resolved(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "send_resolved") + + @send_resolved.setter + def send_resolved(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "send_resolved", value) + + @property + @pulumi.getter(name="shortFields") + def short_fields(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "short_fields") + + @short_fields.setter + def short_fields(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "short_fields", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter + def text(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "text") + + @text.setter + def text(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "text", value) + + @property + @pulumi.getter(name="thumbUrl") + def thumb_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "thumb_url") + + @thumb_url.setter + def thumb_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "thumb_url", value) + + @property + @pulumi.getter + def title(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "title") + + @title.setter + def title(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "title", value) + + @property + @pulumi.getter(name="titleLink") + def title_link(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "title_link") + + @title_link.setter + def title_link(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "title_link", value) + + @property + @pulumi.getter(name="tlsInsecureSkipVerify") + def tls_insecure_skip_verify(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "tls_insecure_skip_verify") + + @tls_insecure_skip_verify.setter + def tls_insecure_skip_verify(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "tls_insecure_skip_verify", value) + + @property + @pulumi.getter + def username(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "username") + + @username.setter + def username(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "username", value) + + +class SlackAlertNotifier(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + actions: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SlackAlertNotifierActionArgs']]]]] = None, + api_url: Optional[pulumi.Input[str]] = None, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + callback_id: Optional[pulumi.Input[str]] = None, + channel: Optional[pulumi.Input[str]] = None, + color: Optional[pulumi.Input[str]] = None, + fallback: Optional[pulumi.Input[str]] = None, + fields: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SlackAlertNotifierFieldArgs']]]]] = None, + footer: Optional[pulumi.Input[str]] = None, + icon_emoji: Optional[pulumi.Input[str]] = None, + icon_url: Optional[pulumi.Input[str]] = None, + image_url: Optional[pulumi.Input[str]] = None, + link_names: Optional[pulumi.Input[bool]] = None, + mrkdwn_ins: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + name: Optional[pulumi.Input[str]] = None, + pretext: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + short_fields: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + text: Optional[pulumi.Input[str]] = None, + thumb_url: Optional[pulumi.Input[str]] = None, + title: Optional[pulumi.Input[str]] = None, + title_link: Optional[pulumi.Input[str]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None, + username: Optional[pulumi.Input[str]] = None, + __props__=None): + """ + Create a SlackAlertNotifier resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: SlackAlertNotifierArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a SlackAlertNotifier resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param SlackAlertNotifierArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(SlackAlertNotifierArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + actions: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SlackAlertNotifierActionArgs']]]]] = None, + api_url: Optional[pulumi.Input[str]] = None, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + callback_id: Optional[pulumi.Input[str]] = None, + channel: Optional[pulumi.Input[str]] = None, + color: Optional[pulumi.Input[str]] = None, + fallback: Optional[pulumi.Input[str]] = None, + fields: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SlackAlertNotifierFieldArgs']]]]] = None, + footer: Optional[pulumi.Input[str]] = None, + icon_emoji: Optional[pulumi.Input[str]] = None, + icon_url: Optional[pulumi.Input[str]] = None, + image_url: Optional[pulumi.Input[str]] = None, + link_names: Optional[pulumi.Input[bool]] = None, + mrkdwn_ins: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + name: Optional[pulumi.Input[str]] = None, + pretext: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + short_fields: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + text: Optional[pulumi.Input[str]] = None, + thumb_url: Optional[pulumi.Input[str]] = None, + title: Optional[pulumi.Input[str]] = None, + title_link: Optional[pulumi.Input[str]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None, + username: Optional[pulumi.Input[str]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = SlackAlertNotifierArgs.__new__(SlackAlertNotifierArgs) + + __props__.__dict__["actions"] = actions + if api_url is None and not opts.urn: + raise TypeError("Missing required property 'api_url'") + __props__.__dict__["api_url"] = None if api_url is None else pulumi.Output.secret(api_url) + __props__.__dict__["basic_auth_password"] = None if basic_auth_password is None else pulumi.Output.secret(basic_auth_password) + __props__.__dict__["basic_auth_username"] = basic_auth_username + __props__.__dict__["bearer_token"] = bearer_token + __props__.__dict__["callback_id"] = callback_id + if channel is None and not opts.urn: + raise TypeError("Missing required property 'channel'") + __props__.__dict__["channel"] = channel + __props__.__dict__["color"] = color + __props__.__dict__["fallback"] = fallback + __props__.__dict__["fields"] = fields + __props__.__dict__["footer"] = footer + __props__.__dict__["icon_emoji"] = icon_emoji + __props__.__dict__["icon_url"] = icon_url + __props__.__dict__["image_url"] = image_url + __props__.__dict__["link_names"] = link_names + __props__.__dict__["mrkdwn_ins"] = mrkdwn_ins + if name is None and not opts.urn: + raise TypeError("Missing required property 'name'") + __props__.__dict__["name"] = name + __props__.__dict__["pretext"] = pretext + __props__.__dict__["proxy_url"] = proxy_url + __props__.__dict__["send_resolved"] = send_resolved + __props__.__dict__["short_fields"] = short_fields + __props__.__dict__["slug"] = slug + __props__.__dict__["text"] = text + __props__.__dict__["thumb_url"] = thumb_url + __props__.__dict__["title"] = title + __props__.__dict__["title_link"] = title_link + __props__.__dict__["tls_insecure_skip_verify"] = tls_insecure_skip_verify + __props__.__dict__["username"] = username + secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["apiUrl", "basicAuthPassword"]) + opts = pulumi.ResourceOptions.merge(opts, secret_opts) + super(SlackAlertNotifier, __self__).__init__( + 'chronosphere:index/slackAlertNotifier:SlackAlertNotifier', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + actions: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SlackAlertNotifierActionArgs']]]]] = None, + api_url: Optional[pulumi.Input[str]] = None, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + callback_id: Optional[pulumi.Input[str]] = None, + channel: Optional[pulumi.Input[str]] = None, + color: Optional[pulumi.Input[str]] = None, + fallback: Optional[pulumi.Input[str]] = None, + fields: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SlackAlertNotifierFieldArgs']]]]] = None, + footer: Optional[pulumi.Input[str]] = None, + icon_emoji: Optional[pulumi.Input[str]] = None, + icon_url: Optional[pulumi.Input[str]] = None, + image_url: Optional[pulumi.Input[str]] = None, + link_names: Optional[pulumi.Input[bool]] = None, + mrkdwn_ins: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + name: Optional[pulumi.Input[str]] = None, + pretext: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + short_fields: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + text: Optional[pulumi.Input[str]] = None, + thumb_url: Optional[pulumi.Input[str]] = None, + title: Optional[pulumi.Input[str]] = None, + title_link: Optional[pulumi.Input[str]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None, + username: Optional[pulumi.Input[str]] = None) -> 'SlackAlertNotifier': + """ + Get an existing SlackAlertNotifier resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _SlackAlertNotifierState.__new__(_SlackAlertNotifierState) + + __props__.__dict__["actions"] = actions + __props__.__dict__["api_url"] = api_url + __props__.__dict__["basic_auth_password"] = basic_auth_password + __props__.__dict__["basic_auth_username"] = basic_auth_username + __props__.__dict__["bearer_token"] = bearer_token + __props__.__dict__["callback_id"] = callback_id + __props__.__dict__["channel"] = channel + __props__.__dict__["color"] = color + __props__.__dict__["fallback"] = fallback + __props__.__dict__["fields"] = fields + __props__.__dict__["footer"] = footer + __props__.__dict__["icon_emoji"] = icon_emoji + __props__.__dict__["icon_url"] = icon_url + __props__.__dict__["image_url"] = image_url + __props__.__dict__["link_names"] = link_names + __props__.__dict__["mrkdwn_ins"] = mrkdwn_ins + __props__.__dict__["name"] = name + __props__.__dict__["pretext"] = pretext + __props__.__dict__["proxy_url"] = proxy_url + __props__.__dict__["send_resolved"] = send_resolved + __props__.__dict__["short_fields"] = short_fields + __props__.__dict__["slug"] = slug + __props__.__dict__["text"] = text + __props__.__dict__["thumb_url"] = thumb_url + __props__.__dict__["title"] = title + __props__.__dict__["title_link"] = title_link + __props__.__dict__["tls_insecure_skip_verify"] = tls_insecure_skip_verify + __props__.__dict__["username"] = username + return SlackAlertNotifier(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter + def actions(self) -> pulumi.Output[Optional[Sequence['outputs.SlackAlertNotifierAction']]]: + return pulumi.get(self, "actions") + + @property + @pulumi.getter(name="apiUrl") + def api_url(self) -> pulumi.Output[str]: + return pulumi.get(self, "api_url") + + @property + @pulumi.getter(name="basicAuthPassword") + def basic_auth_password(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "basic_auth_password") + + @property + @pulumi.getter(name="basicAuthUsername") + def basic_auth_username(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "basic_auth_username") + + @property + @pulumi.getter(name="bearerToken") + def bearer_token(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "bearer_token") + + @property + @pulumi.getter(name="callbackId") + def callback_id(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "callback_id") + + @property + @pulumi.getter + def channel(self) -> pulumi.Output[str]: + return pulumi.get(self, "channel") + + @property + @pulumi.getter + def color(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "color") + + @property + @pulumi.getter + def fallback(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "fallback") + + @property + @pulumi.getter + def fields(self) -> pulumi.Output[Optional[Sequence['outputs.SlackAlertNotifierField']]]: + return pulumi.get(self, "fields") + + @property + @pulumi.getter + def footer(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "footer") + + @property + @pulumi.getter(name="iconEmoji") + def icon_emoji(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "icon_emoji") + + @property + @pulumi.getter(name="iconUrl") + def icon_url(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "icon_url") + + @property + @pulumi.getter(name="imageUrl") + def image_url(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "image_url") + + @property + @pulumi.getter(name="linkNames") + def link_names(self) -> pulumi.Output[Optional[bool]]: + return pulumi.get(self, "link_names") + + @property + @pulumi.getter(name="mrkdwnIns") + def mrkdwn_ins(self) -> pulumi.Output[Optional[Sequence[str]]]: + return pulumi.get(self, "mrkdwn_ins") + + @property + @pulumi.getter + def name(self) -> pulumi.Output[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter + def pretext(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "pretext") + + @property + @pulumi.getter(name="proxyUrl") + def proxy_url(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "proxy_url") + + @property + @pulumi.getter(name="sendResolved") + def send_resolved(self) -> pulumi.Output[Optional[bool]]: + return pulumi.get(self, "send_resolved") + + @property + @pulumi.getter(name="shortFields") + def short_fields(self) -> pulumi.Output[Optional[bool]]: + return pulumi.get(self, "short_fields") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "slug") + + @property + @pulumi.getter + def text(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "text") + + @property + @pulumi.getter(name="thumbUrl") + def thumb_url(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "thumb_url") + + @property + @pulumi.getter + def title(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "title") + + @property + @pulumi.getter(name="titleLink") + def title_link(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "title_link") + + @property + @pulumi.getter(name="tlsInsecureSkipVerify") + def tls_insecure_skip_verify(self) -> pulumi.Output[Optional[bool]]: + return pulumi.get(self, "tls_insecure_skip_verify") + + @property + @pulumi.getter + def username(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "username") + diff --git a/sdk/python/chronosphereio_chronosphere/team.py b/sdk/python/chronosphereio_chronosphere/team.py new file mode 100644 index 00000000..27524134 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/team.py @@ -0,0 +1,233 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities + +__all__ = ['TeamArgs', 'Team'] + +@pulumi.input_type +class TeamArgs: + def __init__(__self__, *, + name: pulumi.Input[str], + description: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + user_emails: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None): + """ + The set of arguments for constructing a Team resource. + """ + pulumi.set(__self__, "name", name) + if description is not None: + pulumi.set(__self__, "description", description) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if user_emails is not None: + pulumi.set(__self__, "user_emails", user_emails) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def description(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "description") + + @description.setter + def description(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "description", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter(name="userEmails") + def user_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: + return pulumi.get(self, "user_emails") + + @user_emails.setter + def user_emails(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]): + pulumi.set(self, "user_emails", value) + + +@pulumi.input_type +class _TeamState: + def __init__(__self__, *, + description: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + user_emails: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None): + """ + Input properties used for looking up and filtering Team resources. + """ + if description is not None: + pulumi.set(__self__, "description", description) + if name is not None: + pulumi.set(__self__, "name", name) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if user_emails is not None: + pulumi.set(__self__, "user_emails", user_emails) + + @property + @pulumi.getter + def description(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "description") + + @description.setter + def description(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "description", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter(name="userEmails") + def user_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: + return pulumi.get(self, "user_emails") + + @user_emails.setter + def user_emails(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]): + pulumi.set(self, "user_emails", value) + + +class Team(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + description: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + user_emails: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + __props__=None): + """ + Create a Team resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: TeamArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a Team resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param TeamArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(TeamArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + description: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + user_emails: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = TeamArgs.__new__(TeamArgs) + + __props__.__dict__["description"] = description + if name is None and not opts.urn: + raise TypeError("Missing required property 'name'") + __props__.__dict__["name"] = name + __props__.__dict__["slug"] = slug + __props__.__dict__["user_emails"] = user_emails + super(Team, __self__).__init__( + 'chronosphere:index/team:Team', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + description: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + user_emails: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None) -> 'Team': + """ + Get an existing Team resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _TeamState.__new__(_TeamState) + + __props__.__dict__["description"] = description + __props__.__dict__["name"] = name + __props__.__dict__["slug"] = slug + __props__.__dict__["user_emails"] = user_emails + return Team(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter + def description(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "description") + + @property + @pulumi.getter + def name(self) -> pulumi.Output[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "slug") + + @property + @pulumi.getter(name="userEmails") + def user_emails(self) -> pulumi.Output[Optional[Sequence[str]]]: + return pulumi.get(self, "user_emails") + diff --git a/sdk/python/chronosphereio_chronosphere/trace_jaeger_remote_sampling_strategy.py b/sdk/python/chronosphereio_chronosphere/trace_jaeger_remote_sampling_strategy.py new file mode 100644 index 00000000..74bdbfd4 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/trace_jaeger_remote_sampling_strategy.py @@ -0,0 +1,237 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities +from . import outputs +from ._inputs import * + +__all__ = ['TraceJaegerRemoteSamplingStrategyArgs', 'TraceJaegerRemoteSamplingStrategy'] + +@pulumi.input_type +class TraceJaegerRemoteSamplingStrategyArgs: + def __init__(__self__, *, + applied_strategy: pulumi.Input['TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs'], + name: pulumi.Input[str], + service_name: pulumi.Input[str], + slug: Optional[pulumi.Input[str]] = None): + """ + The set of arguments for constructing a TraceJaegerRemoteSamplingStrategy resource. + """ + pulumi.set(__self__, "applied_strategy", applied_strategy) + pulumi.set(__self__, "name", name) + pulumi.set(__self__, "service_name", service_name) + if slug is not None: + pulumi.set(__self__, "slug", slug) + + @property + @pulumi.getter(name="appliedStrategy") + def applied_strategy(self) -> pulumi.Input['TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs']: + return pulumi.get(self, "applied_strategy") + + @applied_strategy.setter + def applied_strategy(self, value: pulumi.Input['TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs']): + pulumi.set(self, "applied_strategy", value) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter(name="serviceName") + def service_name(self) -> pulumi.Input[str]: + return pulumi.get(self, "service_name") + + @service_name.setter + def service_name(self, value: pulumi.Input[str]): + pulumi.set(self, "service_name", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + +@pulumi.input_type +class _TraceJaegerRemoteSamplingStrategyState: + def __init__(__self__, *, + applied_strategy: Optional[pulumi.Input['TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs']] = None, + name: Optional[pulumi.Input[str]] = None, + service_name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None): + """ + Input properties used for looking up and filtering TraceJaegerRemoteSamplingStrategy resources. + """ + if applied_strategy is not None: + pulumi.set(__self__, "applied_strategy", applied_strategy) + if name is not None: + pulumi.set(__self__, "name", name) + if service_name is not None: + pulumi.set(__self__, "service_name", service_name) + if slug is not None: + pulumi.set(__self__, "slug", slug) + + @property + @pulumi.getter(name="appliedStrategy") + def applied_strategy(self) -> Optional[pulumi.Input['TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs']]: + return pulumi.get(self, "applied_strategy") + + @applied_strategy.setter + def applied_strategy(self, value: Optional[pulumi.Input['TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs']]): + pulumi.set(self, "applied_strategy", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter(name="serviceName") + def service_name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "service_name") + + @service_name.setter + def service_name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "service_name", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + +class TraceJaegerRemoteSamplingStrategy(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + applied_strategy: Optional[pulumi.Input[pulumi.InputType['TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs']]] = None, + name: Optional[pulumi.Input[str]] = None, + service_name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + __props__=None): + """ + Create a TraceJaegerRemoteSamplingStrategy resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: TraceJaegerRemoteSamplingStrategyArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a TraceJaegerRemoteSamplingStrategy resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param TraceJaegerRemoteSamplingStrategyArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(TraceJaegerRemoteSamplingStrategyArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + applied_strategy: Optional[pulumi.Input[pulumi.InputType['TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs']]] = None, + name: Optional[pulumi.Input[str]] = None, + service_name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = TraceJaegerRemoteSamplingStrategyArgs.__new__(TraceJaegerRemoteSamplingStrategyArgs) + + if applied_strategy is None and not opts.urn: + raise TypeError("Missing required property 'applied_strategy'") + __props__.__dict__["applied_strategy"] = applied_strategy + if name is None and not opts.urn: + raise TypeError("Missing required property 'name'") + __props__.__dict__["name"] = name + if service_name is None and not opts.urn: + raise TypeError("Missing required property 'service_name'") + __props__.__dict__["service_name"] = service_name + __props__.__dict__["slug"] = slug + super(TraceJaegerRemoteSamplingStrategy, __self__).__init__( + 'chronosphere:index/traceJaegerRemoteSamplingStrategy:TraceJaegerRemoteSamplingStrategy', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + applied_strategy: Optional[pulumi.Input[pulumi.InputType['TraceJaegerRemoteSamplingStrategyAppliedStrategyArgs']]] = None, + name: Optional[pulumi.Input[str]] = None, + service_name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None) -> 'TraceJaegerRemoteSamplingStrategy': + """ + Get an existing TraceJaegerRemoteSamplingStrategy resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _TraceJaegerRemoteSamplingStrategyState.__new__(_TraceJaegerRemoteSamplingStrategyState) + + __props__.__dict__["applied_strategy"] = applied_strategy + __props__.__dict__["name"] = name + __props__.__dict__["service_name"] = service_name + __props__.__dict__["slug"] = slug + return TraceJaegerRemoteSamplingStrategy(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter(name="appliedStrategy") + def applied_strategy(self) -> pulumi.Output['outputs.TraceJaegerRemoteSamplingStrategyAppliedStrategy']: + return pulumi.get(self, "applied_strategy") + + @property + @pulumi.getter + def name(self) -> pulumi.Output[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter(name="serviceName") + def service_name(self) -> pulumi.Output[str]: + return pulumi.get(self, "service_name") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "slug") + diff --git a/sdk/python/chronosphereio_chronosphere/trace_metrics_rule.py b/sdk/python/chronosphereio_chronosphere/trace_metrics_rule.py new file mode 100644 index 00000000..b7a3be28 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/trace_metrics_rule.py @@ -0,0 +1,339 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities +from . import outputs +from ._inputs import * + +__all__ = ['TraceMetricsRuleArgs', 'TraceMetricsRule'] + +@pulumi.input_type +class TraceMetricsRuleArgs: + def __init__(__self__, *, + metric_name: pulumi.Input[str], + name: pulumi.Input[str], + trace_filter: pulumi.Input['TraceMetricsRuleTraceFilterArgs'], + group_bies: Optional[pulumi.Input[Sequence[pulumi.Input['TraceMetricsRuleGroupByArgs']]]] = None, + histogram_buckets_seconds: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None, + metric_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + slug: Optional[pulumi.Input[str]] = None): + """ + The set of arguments for constructing a TraceMetricsRule resource. + """ + pulumi.set(__self__, "metric_name", metric_name) + pulumi.set(__self__, "name", name) + pulumi.set(__self__, "trace_filter", trace_filter) + if group_bies is not None: + pulumi.set(__self__, "group_bies", group_bies) + if histogram_buckets_seconds is not None: + pulumi.set(__self__, "histogram_buckets_seconds", histogram_buckets_seconds) + if metric_labels is not None: + pulumi.set(__self__, "metric_labels", metric_labels) + if slug is not None: + pulumi.set(__self__, "slug", slug) + + @property + @pulumi.getter(name="metricName") + def metric_name(self) -> pulumi.Input[str]: + return pulumi.get(self, "metric_name") + + @metric_name.setter + def metric_name(self, value: pulumi.Input[str]): + pulumi.set(self, "metric_name", value) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter(name="traceFilter") + def trace_filter(self) -> pulumi.Input['TraceMetricsRuleTraceFilterArgs']: + return pulumi.get(self, "trace_filter") + + @trace_filter.setter + def trace_filter(self, value: pulumi.Input['TraceMetricsRuleTraceFilterArgs']): + pulumi.set(self, "trace_filter", value) + + @property + @pulumi.getter(name="groupBies") + def group_bies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TraceMetricsRuleGroupByArgs']]]]: + return pulumi.get(self, "group_bies") + + @group_bies.setter + def group_bies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TraceMetricsRuleGroupByArgs']]]]): + pulumi.set(self, "group_bies", value) + + @property + @pulumi.getter(name="histogramBucketsSeconds") + def histogram_buckets_seconds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[float]]]]: + return pulumi.get(self, "histogram_buckets_seconds") + + @histogram_buckets_seconds.setter + def histogram_buckets_seconds(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]]): + pulumi.set(self, "histogram_buckets_seconds", value) + + @property + @pulumi.getter(name="metricLabels") + def metric_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: + return pulumi.get(self, "metric_labels") + + @metric_labels.setter + def metric_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]): + pulumi.set(self, "metric_labels", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + +@pulumi.input_type +class _TraceMetricsRuleState: + def __init__(__self__, *, + group_bies: Optional[pulumi.Input[Sequence[pulumi.Input['TraceMetricsRuleGroupByArgs']]]] = None, + histogram_buckets_seconds: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None, + metric_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + metric_name: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + trace_filter: Optional[pulumi.Input['TraceMetricsRuleTraceFilterArgs']] = None): + """ + Input properties used for looking up and filtering TraceMetricsRule resources. + """ + if group_bies is not None: + pulumi.set(__self__, "group_bies", group_bies) + if histogram_buckets_seconds is not None: + pulumi.set(__self__, "histogram_buckets_seconds", histogram_buckets_seconds) + if metric_labels is not None: + pulumi.set(__self__, "metric_labels", metric_labels) + if metric_name is not None: + pulumi.set(__self__, "metric_name", metric_name) + if name is not None: + pulumi.set(__self__, "name", name) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if trace_filter is not None: + pulumi.set(__self__, "trace_filter", trace_filter) + + @property + @pulumi.getter(name="groupBies") + def group_bies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TraceMetricsRuleGroupByArgs']]]]: + return pulumi.get(self, "group_bies") + + @group_bies.setter + def group_bies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TraceMetricsRuleGroupByArgs']]]]): + pulumi.set(self, "group_bies", value) + + @property + @pulumi.getter(name="histogramBucketsSeconds") + def histogram_buckets_seconds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[float]]]]: + return pulumi.get(self, "histogram_buckets_seconds") + + @histogram_buckets_seconds.setter + def histogram_buckets_seconds(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]]): + pulumi.set(self, "histogram_buckets_seconds", value) + + @property + @pulumi.getter(name="metricLabels") + def metric_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: + return pulumi.get(self, "metric_labels") + + @metric_labels.setter + def metric_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]): + pulumi.set(self, "metric_labels", value) + + @property + @pulumi.getter(name="metricName") + def metric_name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "metric_name") + + @metric_name.setter + def metric_name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "metric_name", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter(name="traceFilter") + def trace_filter(self) -> Optional[pulumi.Input['TraceMetricsRuleTraceFilterArgs']]: + return pulumi.get(self, "trace_filter") + + @trace_filter.setter + def trace_filter(self, value: Optional[pulumi.Input['TraceMetricsRuleTraceFilterArgs']]): + pulumi.set(self, "trace_filter", value) + + +class TraceMetricsRule(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + group_bies: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TraceMetricsRuleGroupByArgs']]]]] = None, + histogram_buckets_seconds: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None, + metric_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + metric_name: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + trace_filter: Optional[pulumi.Input[pulumi.InputType['TraceMetricsRuleTraceFilterArgs']]] = None, + __props__=None): + """ + Create a TraceMetricsRule resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: TraceMetricsRuleArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a TraceMetricsRule resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param TraceMetricsRuleArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(TraceMetricsRuleArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + group_bies: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TraceMetricsRuleGroupByArgs']]]]] = None, + histogram_buckets_seconds: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None, + metric_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + metric_name: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + trace_filter: Optional[pulumi.Input[pulumi.InputType['TraceMetricsRuleTraceFilterArgs']]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = TraceMetricsRuleArgs.__new__(TraceMetricsRuleArgs) + + __props__.__dict__["group_bies"] = group_bies + __props__.__dict__["histogram_buckets_seconds"] = histogram_buckets_seconds + __props__.__dict__["metric_labels"] = metric_labels + if metric_name is None and not opts.urn: + raise TypeError("Missing required property 'metric_name'") + __props__.__dict__["metric_name"] = metric_name + if name is None and not opts.urn: + raise TypeError("Missing required property 'name'") + __props__.__dict__["name"] = name + __props__.__dict__["slug"] = slug + if trace_filter is None and not opts.urn: + raise TypeError("Missing required property 'trace_filter'") + __props__.__dict__["trace_filter"] = trace_filter + super(TraceMetricsRule, __self__).__init__( + 'chronosphere:index/traceMetricsRule:TraceMetricsRule', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + group_bies: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TraceMetricsRuleGroupByArgs']]]]] = None, + histogram_buckets_seconds: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None, + metric_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + metric_name: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + slug: Optional[pulumi.Input[str]] = None, + trace_filter: Optional[pulumi.Input[pulumi.InputType['TraceMetricsRuleTraceFilterArgs']]] = None) -> 'TraceMetricsRule': + """ + Get an existing TraceMetricsRule resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _TraceMetricsRuleState.__new__(_TraceMetricsRuleState) + + __props__.__dict__["group_bies"] = group_bies + __props__.__dict__["histogram_buckets_seconds"] = histogram_buckets_seconds + __props__.__dict__["metric_labels"] = metric_labels + __props__.__dict__["metric_name"] = metric_name + __props__.__dict__["name"] = name + __props__.__dict__["slug"] = slug + __props__.__dict__["trace_filter"] = trace_filter + return TraceMetricsRule(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter(name="groupBies") + def group_bies(self) -> pulumi.Output[Optional[Sequence['outputs.TraceMetricsRuleGroupBy']]]: + return pulumi.get(self, "group_bies") + + @property + @pulumi.getter(name="histogramBucketsSeconds") + def histogram_buckets_seconds(self) -> pulumi.Output[Optional[Sequence[float]]]: + return pulumi.get(self, "histogram_buckets_seconds") + + @property + @pulumi.getter(name="metricLabels") + def metric_labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]: + return pulumi.get(self, "metric_labels") + + @property + @pulumi.getter(name="metricName") + def metric_name(self) -> pulumi.Output[str]: + return pulumi.get(self, "metric_name") + + @property + @pulumi.getter + def name(self) -> pulumi.Output[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "slug") + + @property + @pulumi.getter(name="traceFilter") + def trace_filter(self) -> pulumi.Output['outputs.TraceMetricsRuleTraceFilter']: + return pulumi.get(self, "trace_filter") + diff --git a/sdk/python/chronosphereio_chronosphere/trace_tail_sampling_rules.py b/sdk/python/chronosphereio_chronosphere/trace_tail_sampling_rules.py new file mode 100644 index 00000000..297d9913 --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/trace_tail_sampling_rules.py @@ -0,0 +1,166 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities +from . import outputs +from ._inputs import * + +__all__ = ['TraceTailSamplingRulesArgs', 'TraceTailSamplingRules'] + +@pulumi.input_type +class TraceTailSamplingRulesArgs: + def __init__(__self__, *, + default_sample_rate: Optional[pulumi.Input['TraceTailSamplingRulesDefaultSampleRateArgs']] = None, + rules: Optional[pulumi.Input[Sequence[pulumi.Input['TraceTailSamplingRulesRuleArgs']]]] = None): + """ + The set of arguments for constructing a TraceTailSamplingRules resource. + """ + if default_sample_rate is not None: + pulumi.set(__self__, "default_sample_rate", default_sample_rate) + if rules is not None: + pulumi.set(__self__, "rules", rules) + + @property + @pulumi.getter(name="defaultSampleRate") + def default_sample_rate(self) -> Optional[pulumi.Input['TraceTailSamplingRulesDefaultSampleRateArgs']]: + return pulumi.get(self, "default_sample_rate") + + @default_sample_rate.setter + def default_sample_rate(self, value: Optional[pulumi.Input['TraceTailSamplingRulesDefaultSampleRateArgs']]): + pulumi.set(self, "default_sample_rate", value) + + @property + @pulumi.getter + def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TraceTailSamplingRulesRuleArgs']]]]: + return pulumi.get(self, "rules") + + @rules.setter + def rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TraceTailSamplingRulesRuleArgs']]]]): + pulumi.set(self, "rules", value) + + +@pulumi.input_type +class _TraceTailSamplingRulesState: + def __init__(__self__, *, + default_sample_rate: Optional[pulumi.Input['TraceTailSamplingRulesDefaultSampleRateArgs']] = None, + rules: Optional[pulumi.Input[Sequence[pulumi.Input['TraceTailSamplingRulesRuleArgs']]]] = None): + """ + Input properties used for looking up and filtering TraceTailSamplingRules resources. + """ + if default_sample_rate is not None: + pulumi.set(__self__, "default_sample_rate", default_sample_rate) + if rules is not None: + pulumi.set(__self__, "rules", rules) + + @property + @pulumi.getter(name="defaultSampleRate") + def default_sample_rate(self) -> Optional[pulumi.Input['TraceTailSamplingRulesDefaultSampleRateArgs']]: + return pulumi.get(self, "default_sample_rate") + + @default_sample_rate.setter + def default_sample_rate(self, value: Optional[pulumi.Input['TraceTailSamplingRulesDefaultSampleRateArgs']]): + pulumi.set(self, "default_sample_rate", value) + + @property + @pulumi.getter + def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TraceTailSamplingRulesRuleArgs']]]]: + return pulumi.get(self, "rules") + + @rules.setter + def rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TraceTailSamplingRulesRuleArgs']]]]): + pulumi.set(self, "rules", value) + + +class TraceTailSamplingRules(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + default_sample_rate: Optional[pulumi.Input[pulumi.InputType['TraceTailSamplingRulesDefaultSampleRateArgs']]] = None, + rules: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TraceTailSamplingRulesRuleArgs']]]]] = None, + __props__=None): + """ + Create a TraceTailSamplingRules resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: Optional[TraceTailSamplingRulesArgs] = None, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a TraceTailSamplingRules resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param TraceTailSamplingRulesArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(TraceTailSamplingRulesArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + default_sample_rate: Optional[pulumi.Input[pulumi.InputType['TraceTailSamplingRulesDefaultSampleRateArgs']]] = None, + rules: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TraceTailSamplingRulesRuleArgs']]]]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = TraceTailSamplingRulesArgs.__new__(TraceTailSamplingRulesArgs) + + __props__.__dict__["default_sample_rate"] = default_sample_rate + __props__.__dict__["rules"] = rules + super(TraceTailSamplingRules, __self__).__init__( + 'chronosphere:index/traceTailSamplingRules:TraceTailSamplingRules', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + default_sample_rate: Optional[pulumi.Input[pulumi.InputType['TraceTailSamplingRulesDefaultSampleRateArgs']]] = None, + rules: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TraceTailSamplingRulesRuleArgs']]]]] = None) -> 'TraceTailSamplingRules': + """ + Get an existing TraceTailSamplingRules resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _TraceTailSamplingRulesState.__new__(_TraceTailSamplingRulesState) + + __props__.__dict__["default_sample_rate"] = default_sample_rate + __props__.__dict__["rules"] = rules + return TraceTailSamplingRules(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter(name="defaultSampleRate") + def default_sample_rate(self) -> pulumi.Output[Optional['outputs.TraceTailSamplingRulesDefaultSampleRate']]: + return pulumi.get(self, "default_sample_rate") + + @property + @pulumi.getter + def rules(self) -> pulumi.Output[Optional[Sequence['outputs.TraceTailSamplingRulesRule']]]: + return pulumi.get(self, "rules") + diff --git a/sdk/python/chronosphereio_chronosphere/victorops_alert_notifier.py b/sdk/python/chronosphereio_chronosphere/victorops_alert_notifier.py new file mode 100644 index 00000000..80bea34a --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/victorops_alert_notifier.py @@ -0,0 +1,645 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities + +__all__ = ['VictoropsAlertNotifierArgs', 'VictoropsAlertNotifier'] + +@pulumi.input_type +class VictoropsAlertNotifierArgs: + def __init__(__self__, *, + api_key: pulumi.Input[str], + name: pulumi.Input[str], + routing_key: pulumi.Input[str], + api_url: Optional[pulumi.Input[str]] = None, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + custom_fields: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + entity_display_name: Optional[pulumi.Input[str]] = None, + message_type: Optional[pulumi.Input[str]] = None, + monitoring_tool: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + state_message: Optional[pulumi.Input[str]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None): + """ + The set of arguments for constructing a VictoropsAlertNotifier resource. + """ + pulumi.set(__self__, "api_key", api_key) + pulumi.set(__self__, "name", name) + pulumi.set(__self__, "routing_key", routing_key) + if api_url is not None: + pulumi.set(__self__, "api_url", api_url) + if basic_auth_password is not None: + pulumi.set(__self__, "basic_auth_password", basic_auth_password) + if basic_auth_username is not None: + pulumi.set(__self__, "basic_auth_username", basic_auth_username) + if bearer_token is not None: + pulumi.set(__self__, "bearer_token", bearer_token) + if custom_fields is not None: + pulumi.set(__self__, "custom_fields", custom_fields) + if entity_display_name is not None: + pulumi.set(__self__, "entity_display_name", entity_display_name) + if message_type is not None: + pulumi.set(__self__, "message_type", message_type) + if monitoring_tool is not None: + pulumi.set(__self__, "monitoring_tool", monitoring_tool) + if proxy_url is not None: + pulumi.set(__self__, "proxy_url", proxy_url) + if send_resolved is not None: + pulumi.set(__self__, "send_resolved", send_resolved) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if state_message is not None: + pulumi.set(__self__, "state_message", state_message) + if tls_insecure_skip_verify is not None: + pulumi.set(__self__, "tls_insecure_skip_verify", tls_insecure_skip_verify) + + @property + @pulumi.getter(name="apiKey") + def api_key(self) -> pulumi.Input[str]: + return pulumi.get(self, "api_key") + + @api_key.setter + def api_key(self, value: pulumi.Input[str]): + pulumi.set(self, "api_key", value) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter(name="routingKey") + def routing_key(self) -> pulumi.Input[str]: + return pulumi.get(self, "routing_key") + + @routing_key.setter + def routing_key(self, value: pulumi.Input[str]): + pulumi.set(self, "routing_key", value) + + @property + @pulumi.getter(name="apiUrl") + def api_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "api_url") + + @api_url.setter + def api_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "api_url", value) + + @property + @pulumi.getter(name="basicAuthPassword") + def basic_auth_password(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "basic_auth_password") + + @basic_auth_password.setter + def basic_auth_password(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "basic_auth_password", value) + + @property + @pulumi.getter(name="basicAuthUsername") + def basic_auth_username(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "basic_auth_username") + + @basic_auth_username.setter + def basic_auth_username(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "basic_auth_username", value) + + @property + @pulumi.getter(name="bearerToken") + def bearer_token(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bearer_token") + + @bearer_token.setter + def bearer_token(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bearer_token", value) + + @property + @pulumi.getter(name="customFields") + def custom_fields(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: + return pulumi.get(self, "custom_fields") + + @custom_fields.setter + def custom_fields(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]): + pulumi.set(self, "custom_fields", value) + + @property + @pulumi.getter(name="entityDisplayName") + def entity_display_name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "entity_display_name") + + @entity_display_name.setter + def entity_display_name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "entity_display_name", value) + + @property + @pulumi.getter(name="messageType") + def message_type(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "message_type") + + @message_type.setter + def message_type(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "message_type", value) + + @property + @pulumi.getter(name="monitoringTool") + def monitoring_tool(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "monitoring_tool") + + @monitoring_tool.setter + def monitoring_tool(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "monitoring_tool", value) + + @property + @pulumi.getter(name="proxyUrl") + def proxy_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "proxy_url") + + @proxy_url.setter + def proxy_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "proxy_url", value) + + @property + @pulumi.getter(name="sendResolved") + def send_resolved(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "send_resolved") + + @send_resolved.setter + def send_resolved(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "send_resolved", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter(name="stateMessage") + def state_message(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "state_message") + + @state_message.setter + def state_message(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "state_message", value) + + @property + @pulumi.getter(name="tlsInsecureSkipVerify") + def tls_insecure_skip_verify(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "tls_insecure_skip_verify") + + @tls_insecure_skip_verify.setter + def tls_insecure_skip_verify(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "tls_insecure_skip_verify", value) + + +@pulumi.input_type +class _VictoropsAlertNotifierState: + def __init__(__self__, *, + api_key: Optional[pulumi.Input[str]] = None, + api_url: Optional[pulumi.Input[str]] = None, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + custom_fields: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + entity_display_name: Optional[pulumi.Input[str]] = None, + message_type: Optional[pulumi.Input[str]] = None, + monitoring_tool: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + routing_key: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + state_message: Optional[pulumi.Input[str]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None): + """ + Input properties used for looking up and filtering VictoropsAlertNotifier resources. + """ + if api_key is not None: + pulumi.set(__self__, "api_key", api_key) + if api_url is not None: + pulumi.set(__self__, "api_url", api_url) + if basic_auth_password is not None: + pulumi.set(__self__, "basic_auth_password", basic_auth_password) + if basic_auth_username is not None: + pulumi.set(__self__, "basic_auth_username", basic_auth_username) + if bearer_token is not None: + pulumi.set(__self__, "bearer_token", bearer_token) + if custom_fields is not None: + pulumi.set(__self__, "custom_fields", custom_fields) + if entity_display_name is not None: + pulumi.set(__self__, "entity_display_name", entity_display_name) + if message_type is not None: + pulumi.set(__self__, "message_type", message_type) + if monitoring_tool is not None: + pulumi.set(__self__, "monitoring_tool", monitoring_tool) + if name is not None: + pulumi.set(__self__, "name", name) + if proxy_url is not None: + pulumi.set(__self__, "proxy_url", proxy_url) + if routing_key is not None: + pulumi.set(__self__, "routing_key", routing_key) + if send_resolved is not None: + pulumi.set(__self__, "send_resolved", send_resolved) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if state_message is not None: + pulumi.set(__self__, "state_message", state_message) + if tls_insecure_skip_verify is not None: + pulumi.set(__self__, "tls_insecure_skip_verify", tls_insecure_skip_verify) + + @property + @pulumi.getter(name="apiKey") + def api_key(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "api_key") + + @api_key.setter + def api_key(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "api_key", value) + + @property + @pulumi.getter(name="apiUrl") + def api_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "api_url") + + @api_url.setter + def api_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "api_url", value) + + @property + @pulumi.getter(name="basicAuthPassword") + def basic_auth_password(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "basic_auth_password") + + @basic_auth_password.setter + def basic_auth_password(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "basic_auth_password", value) + + @property + @pulumi.getter(name="basicAuthUsername") + def basic_auth_username(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "basic_auth_username") + + @basic_auth_username.setter + def basic_auth_username(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "basic_auth_username", value) + + @property + @pulumi.getter(name="bearerToken") + def bearer_token(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bearer_token") + + @bearer_token.setter + def bearer_token(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bearer_token", value) + + @property + @pulumi.getter(name="customFields") + def custom_fields(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]: + return pulumi.get(self, "custom_fields") + + @custom_fields.setter + def custom_fields(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]): + pulumi.set(self, "custom_fields", value) + + @property + @pulumi.getter(name="entityDisplayName") + def entity_display_name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "entity_display_name") + + @entity_display_name.setter + def entity_display_name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "entity_display_name", value) + + @property + @pulumi.getter(name="messageType") + def message_type(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "message_type") + + @message_type.setter + def message_type(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "message_type", value) + + @property + @pulumi.getter(name="monitoringTool") + def monitoring_tool(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "monitoring_tool") + + @monitoring_tool.setter + def monitoring_tool(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "monitoring_tool", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter(name="proxyUrl") + def proxy_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "proxy_url") + + @proxy_url.setter + def proxy_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "proxy_url", value) + + @property + @pulumi.getter(name="routingKey") + def routing_key(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "routing_key") + + @routing_key.setter + def routing_key(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "routing_key", value) + + @property + @pulumi.getter(name="sendResolved") + def send_resolved(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "send_resolved") + + @send_resolved.setter + def send_resolved(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "send_resolved", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter(name="stateMessage") + def state_message(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "state_message") + + @state_message.setter + def state_message(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "state_message", value) + + @property + @pulumi.getter(name="tlsInsecureSkipVerify") + def tls_insecure_skip_verify(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "tls_insecure_skip_verify") + + @tls_insecure_skip_verify.setter + def tls_insecure_skip_verify(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "tls_insecure_skip_verify", value) + + +class VictoropsAlertNotifier(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + api_key: Optional[pulumi.Input[str]] = None, + api_url: Optional[pulumi.Input[str]] = None, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + custom_fields: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + entity_display_name: Optional[pulumi.Input[str]] = None, + message_type: Optional[pulumi.Input[str]] = None, + monitoring_tool: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + routing_key: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + state_message: Optional[pulumi.Input[str]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None, + __props__=None): + """ + Create a VictoropsAlertNotifier resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: VictoropsAlertNotifierArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a VictoropsAlertNotifier resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param VictoropsAlertNotifierArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(VictoropsAlertNotifierArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + api_key: Optional[pulumi.Input[str]] = None, + api_url: Optional[pulumi.Input[str]] = None, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + custom_fields: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + entity_display_name: Optional[pulumi.Input[str]] = None, + message_type: Optional[pulumi.Input[str]] = None, + monitoring_tool: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + routing_key: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + state_message: Optional[pulumi.Input[str]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = VictoropsAlertNotifierArgs.__new__(VictoropsAlertNotifierArgs) + + if api_key is None and not opts.urn: + raise TypeError("Missing required property 'api_key'") + __props__.__dict__["api_key"] = None if api_key is None else pulumi.Output.secret(api_key) + __props__.__dict__["api_url"] = api_url + __props__.__dict__["basic_auth_password"] = None if basic_auth_password is None else pulumi.Output.secret(basic_auth_password) + __props__.__dict__["basic_auth_username"] = basic_auth_username + __props__.__dict__["bearer_token"] = bearer_token + __props__.__dict__["custom_fields"] = custom_fields + __props__.__dict__["entity_display_name"] = entity_display_name + __props__.__dict__["message_type"] = message_type + __props__.__dict__["monitoring_tool"] = monitoring_tool + if name is None and not opts.urn: + raise TypeError("Missing required property 'name'") + __props__.__dict__["name"] = name + __props__.__dict__["proxy_url"] = proxy_url + if routing_key is None and not opts.urn: + raise TypeError("Missing required property 'routing_key'") + __props__.__dict__["routing_key"] = routing_key + __props__.__dict__["send_resolved"] = send_resolved + __props__.__dict__["slug"] = slug + __props__.__dict__["state_message"] = state_message + __props__.__dict__["tls_insecure_skip_verify"] = tls_insecure_skip_verify + secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["apiKey", "basicAuthPassword"]) + opts = pulumi.ResourceOptions.merge(opts, secret_opts) + super(VictoropsAlertNotifier, __self__).__init__( + 'chronosphere:index/victoropsAlertNotifier:VictoropsAlertNotifier', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + api_key: Optional[pulumi.Input[str]] = None, + api_url: Optional[pulumi.Input[str]] = None, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + custom_fields: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + entity_display_name: Optional[pulumi.Input[str]] = None, + message_type: Optional[pulumi.Input[str]] = None, + monitoring_tool: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + routing_key: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + state_message: Optional[pulumi.Input[str]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None) -> 'VictoropsAlertNotifier': + """ + Get an existing VictoropsAlertNotifier resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _VictoropsAlertNotifierState.__new__(_VictoropsAlertNotifierState) + + __props__.__dict__["api_key"] = api_key + __props__.__dict__["api_url"] = api_url + __props__.__dict__["basic_auth_password"] = basic_auth_password + __props__.__dict__["basic_auth_username"] = basic_auth_username + __props__.__dict__["bearer_token"] = bearer_token + __props__.__dict__["custom_fields"] = custom_fields + __props__.__dict__["entity_display_name"] = entity_display_name + __props__.__dict__["message_type"] = message_type + __props__.__dict__["monitoring_tool"] = monitoring_tool + __props__.__dict__["name"] = name + __props__.__dict__["proxy_url"] = proxy_url + __props__.__dict__["routing_key"] = routing_key + __props__.__dict__["send_resolved"] = send_resolved + __props__.__dict__["slug"] = slug + __props__.__dict__["state_message"] = state_message + __props__.__dict__["tls_insecure_skip_verify"] = tls_insecure_skip_verify + return VictoropsAlertNotifier(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter(name="apiKey") + def api_key(self) -> pulumi.Output[str]: + return pulumi.get(self, "api_key") + + @property + @pulumi.getter(name="apiUrl") + def api_url(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "api_url") + + @property + @pulumi.getter(name="basicAuthPassword") + def basic_auth_password(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "basic_auth_password") + + @property + @pulumi.getter(name="basicAuthUsername") + def basic_auth_username(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "basic_auth_username") + + @property + @pulumi.getter(name="bearerToken") + def bearer_token(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "bearer_token") + + @property + @pulumi.getter(name="customFields") + def custom_fields(self) -> pulumi.Output[Optional[Mapping[str, str]]]: + return pulumi.get(self, "custom_fields") + + @property + @pulumi.getter(name="entityDisplayName") + def entity_display_name(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "entity_display_name") + + @property + @pulumi.getter(name="messageType") + def message_type(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "message_type") + + @property + @pulumi.getter(name="monitoringTool") + def monitoring_tool(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "monitoring_tool") + + @property + @pulumi.getter + def name(self) -> pulumi.Output[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter(name="proxyUrl") + def proxy_url(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "proxy_url") + + @property + @pulumi.getter(name="routingKey") + def routing_key(self) -> pulumi.Output[str]: + return pulumi.get(self, "routing_key") + + @property + @pulumi.getter(name="sendResolved") + def send_resolved(self) -> pulumi.Output[Optional[bool]]: + return pulumi.get(self, "send_resolved") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "slug") + + @property + @pulumi.getter(name="stateMessage") + def state_message(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "state_message") + + @property + @pulumi.getter(name="tlsInsecureSkipVerify") + def tls_insecure_skip_verify(self) -> pulumi.Output[Optional[bool]]: + return pulumi.get(self, "tls_insecure_skip_verify") + diff --git a/sdk/python/chronosphereio_chronosphere/webhook_alert_notifier.py b/sdk/python/chronosphereio_chronosphere/webhook_alert_notifier.py new file mode 100644 index 00000000..9958ce1d --- /dev/null +++ b/sdk/python/chronosphereio_chronosphere/webhook_alert_notifier.py @@ -0,0 +1,406 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import copy +import warnings +import pulumi +import pulumi.runtime +from typing import Any, Mapping, Optional, Sequence, Union, overload +from . import _utilities + +__all__ = ['WebhookAlertNotifierArgs', 'WebhookAlertNotifier'] + +@pulumi.input_type +class WebhookAlertNotifierArgs: + def __init__(__self__, *, + name: pulumi.Input[str], + url: pulumi.Input[str], + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None): + """ + The set of arguments for constructing a WebhookAlertNotifier resource. + """ + pulumi.set(__self__, "name", name) + pulumi.set(__self__, "url", url) + if basic_auth_password is not None: + pulumi.set(__self__, "basic_auth_password", basic_auth_password) + if basic_auth_username is not None: + pulumi.set(__self__, "basic_auth_username", basic_auth_username) + if bearer_token is not None: + pulumi.set(__self__, "bearer_token", bearer_token) + if proxy_url is not None: + pulumi.set(__self__, "proxy_url", proxy_url) + if send_resolved is not None: + pulumi.set(__self__, "send_resolved", send_resolved) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if tls_insecure_skip_verify is not None: + pulumi.set(__self__, "tls_insecure_skip_verify", tls_insecure_skip_verify) + + @property + @pulumi.getter + def name(self) -> pulumi.Input[str]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: pulumi.Input[str]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter + def url(self) -> pulumi.Input[str]: + return pulumi.get(self, "url") + + @url.setter + def url(self, value: pulumi.Input[str]): + pulumi.set(self, "url", value) + + @property + @pulumi.getter(name="basicAuthPassword") + def basic_auth_password(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "basic_auth_password") + + @basic_auth_password.setter + def basic_auth_password(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "basic_auth_password", value) + + @property + @pulumi.getter(name="basicAuthUsername") + def basic_auth_username(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "basic_auth_username") + + @basic_auth_username.setter + def basic_auth_username(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "basic_auth_username", value) + + @property + @pulumi.getter(name="bearerToken") + def bearer_token(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bearer_token") + + @bearer_token.setter + def bearer_token(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bearer_token", value) + + @property + @pulumi.getter(name="proxyUrl") + def proxy_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "proxy_url") + + @proxy_url.setter + def proxy_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "proxy_url", value) + + @property + @pulumi.getter(name="sendResolved") + def send_resolved(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "send_resolved") + + @send_resolved.setter + def send_resolved(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "send_resolved", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter(name="tlsInsecureSkipVerify") + def tls_insecure_skip_verify(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "tls_insecure_skip_verify") + + @tls_insecure_skip_verify.setter + def tls_insecure_skip_verify(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "tls_insecure_skip_verify", value) + + +@pulumi.input_type +class _WebhookAlertNotifierState: + def __init__(__self__, *, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None, + url: Optional[pulumi.Input[str]] = None): + """ + Input properties used for looking up and filtering WebhookAlertNotifier resources. + """ + if basic_auth_password is not None: + pulumi.set(__self__, "basic_auth_password", basic_auth_password) + if basic_auth_username is not None: + pulumi.set(__self__, "basic_auth_username", basic_auth_username) + if bearer_token is not None: + pulumi.set(__self__, "bearer_token", bearer_token) + if name is not None: + pulumi.set(__self__, "name", name) + if proxy_url is not None: + pulumi.set(__self__, "proxy_url", proxy_url) + if send_resolved is not None: + pulumi.set(__self__, "send_resolved", send_resolved) + if slug is not None: + pulumi.set(__self__, "slug", slug) + if tls_insecure_skip_verify is not None: + pulumi.set(__self__, "tls_insecure_skip_verify", tls_insecure_skip_verify) + if url is not None: + pulumi.set(__self__, "url", url) + + @property + @pulumi.getter(name="basicAuthPassword") + def basic_auth_password(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "basic_auth_password") + + @basic_auth_password.setter + def basic_auth_password(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "basic_auth_password", value) + + @property + @pulumi.getter(name="basicAuthUsername") + def basic_auth_username(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "basic_auth_username") + + @basic_auth_username.setter + def basic_auth_username(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "basic_auth_username", value) + + @property + @pulumi.getter(name="bearerToken") + def bearer_token(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "bearer_token") + + @bearer_token.setter + def bearer_token(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "bearer_token", value) + + @property + @pulumi.getter + def name(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "name") + + @name.setter + def name(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "name", value) + + @property + @pulumi.getter(name="proxyUrl") + def proxy_url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "proxy_url") + + @proxy_url.setter + def proxy_url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "proxy_url", value) + + @property + @pulumi.getter(name="sendResolved") + def send_resolved(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "send_resolved") + + @send_resolved.setter + def send_resolved(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "send_resolved", value) + + @property + @pulumi.getter + def slug(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "slug") + + @slug.setter + def slug(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "slug", value) + + @property + @pulumi.getter(name="tlsInsecureSkipVerify") + def tls_insecure_skip_verify(self) -> Optional[pulumi.Input[bool]]: + return pulumi.get(self, "tls_insecure_skip_verify") + + @tls_insecure_skip_verify.setter + def tls_insecure_skip_verify(self, value: Optional[pulumi.Input[bool]]): + pulumi.set(self, "tls_insecure_skip_verify", value) + + @property + @pulumi.getter + def url(self) -> Optional[pulumi.Input[str]]: + return pulumi.get(self, "url") + + @url.setter + def url(self, value: Optional[pulumi.Input[str]]): + pulumi.set(self, "url", value) + + +class WebhookAlertNotifier(pulumi.CustomResource): + @overload + def __init__(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None, + url: Optional[pulumi.Input[str]] = None, + __props__=None): + """ + Create a WebhookAlertNotifier resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + @overload + def __init__(__self__, + resource_name: str, + args: WebhookAlertNotifierArgs, + opts: Optional[pulumi.ResourceOptions] = None): + """ + Create a WebhookAlertNotifier resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. + :param WebhookAlertNotifierArgs args: The arguments to use to populate this resource's properties. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + ... + def __init__(__self__, resource_name: str, *args, **kwargs): + resource_args, opts = _utilities.get_resource_args_opts(WebhookAlertNotifierArgs, pulumi.ResourceOptions, *args, **kwargs) + if resource_args is not None: + __self__._internal_init(resource_name, opts, **resource_args.__dict__) + else: + __self__._internal_init(resource_name, *args, **kwargs) + + def _internal_init(__self__, + resource_name: str, + opts: Optional[pulumi.ResourceOptions] = None, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None, + url: Optional[pulumi.Input[str]] = None, + __props__=None): + opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts) + if not isinstance(opts, pulumi.ResourceOptions): + raise TypeError('Expected resource options to be a ResourceOptions instance') + if opts.id is None: + if __props__ is not None: + raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') + __props__ = WebhookAlertNotifierArgs.__new__(WebhookAlertNotifierArgs) + + __props__.__dict__["basic_auth_password"] = None if basic_auth_password is None else pulumi.Output.secret(basic_auth_password) + __props__.__dict__["basic_auth_username"] = basic_auth_username + __props__.__dict__["bearer_token"] = bearer_token + if name is None and not opts.urn: + raise TypeError("Missing required property 'name'") + __props__.__dict__["name"] = name + __props__.__dict__["proxy_url"] = proxy_url + __props__.__dict__["send_resolved"] = send_resolved + __props__.__dict__["slug"] = slug + __props__.__dict__["tls_insecure_skip_verify"] = tls_insecure_skip_verify + if url is None and not opts.urn: + raise TypeError("Missing required property 'url'") + __props__.__dict__["url"] = url + secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["basicAuthPassword"]) + opts = pulumi.ResourceOptions.merge(opts, secret_opts) + super(WebhookAlertNotifier, __self__).__init__( + 'chronosphere:index/webhookAlertNotifier:WebhookAlertNotifier', + resource_name, + __props__, + opts) + + @staticmethod + def get(resource_name: str, + id: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions] = None, + basic_auth_password: Optional[pulumi.Input[str]] = None, + basic_auth_username: Optional[pulumi.Input[str]] = None, + bearer_token: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + proxy_url: Optional[pulumi.Input[str]] = None, + send_resolved: Optional[pulumi.Input[bool]] = None, + slug: Optional[pulumi.Input[str]] = None, + tls_insecure_skip_verify: Optional[pulumi.Input[bool]] = None, + url: Optional[pulumi.Input[str]] = None) -> 'WebhookAlertNotifier': + """ + Get an existing WebhookAlertNotifier resource's state with the given name, id, and optional extra + properties used to qualify the lookup. + + :param str resource_name: The unique name of the resulting resource. + :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. + :param pulumi.ResourceOptions opts: Options for the resource. + """ + opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) + + __props__ = _WebhookAlertNotifierState.__new__(_WebhookAlertNotifierState) + + __props__.__dict__["basic_auth_password"] = basic_auth_password + __props__.__dict__["basic_auth_username"] = basic_auth_username + __props__.__dict__["bearer_token"] = bearer_token + __props__.__dict__["name"] = name + __props__.__dict__["proxy_url"] = proxy_url + __props__.__dict__["send_resolved"] = send_resolved + __props__.__dict__["slug"] = slug + __props__.__dict__["tls_insecure_skip_verify"] = tls_insecure_skip_verify + __props__.__dict__["url"] = url + return WebhookAlertNotifier(resource_name, opts=opts, __props__=__props__) + + @property + @pulumi.getter(name="basicAuthPassword") + def basic_auth_password(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "basic_auth_password") + + @property + @pulumi.getter(name="basicAuthUsername") + def basic_auth_username(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "basic_auth_username") + + @property + @pulumi.getter(name="bearerToken") + def bearer_token(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "bearer_token") + + @property + @pulumi.getter + def name(self) -> pulumi.Output[str]: + return pulumi.get(self, "name") + + @property + @pulumi.getter(name="proxyUrl") + def proxy_url(self) -> pulumi.Output[Optional[str]]: + return pulumi.get(self, "proxy_url") + + @property + @pulumi.getter(name="sendResolved") + def send_resolved(self) -> pulumi.Output[Optional[bool]]: + return pulumi.get(self, "send_resolved") + + @property + @pulumi.getter + def slug(self) -> pulumi.Output[str]: + return pulumi.get(self, "slug") + + @property + @pulumi.getter(name="tlsInsecureSkipVerify") + def tls_insecure_skip_verify(self) -> pulumi.Output[Optional[bool]]: + return pulumi.get(self, "tls_insecure_skip_verify") + + @property + @pulumi.getter + def url(self) -> pulumi.Output[str]: + return pulumi.get(self, "url") + diff --git a/sdk/python/go.mod b/sdk/python/go.mod new file mode 100644 index 00000000..04a6373d --- /dev/null +++ b/sdk/python/go.mod @@ -0,0 +1,3 @@ +module fake_python_module // Exclude this directory from Go tools + +go 1.21 diff --git a/sdk/python/setup.py b/sdk/python/setup.py new file mode 100644 index 00000000..76357278 --- /dev/null +++ b/sdk/python/setup.py @@ -0,0 +1,44 @@ +# coding=utf-8 +# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** +# *** Do not edit by hand unless you're certain you know what you are doing! *** + +import errno +from setuptools import setup, find_packages +from setuptools.command.install import install +from subprocess import check_call + + +VERSION = "0.0.0" +def readme(): + try: + with open('README.md', encoding='utf-8') as f: + return f.read() + except FileNotFoundError: + return "chronosphere Pulumi Package - Development Version" + + +setup(name='chronosphereio_chronosphere', + python_requires='>=3.7', + version=VERSION, + description="Chronosphere Pulumi Provider", + long_description=readme(), + long_description_content_type='text/markdown', + keywords='chronosphere observability prometheus', + url='https://chronosphere.io', + project_urls={ + 'Repository': 'https://github.com/chronosphereio/pulumi-chronosphere' + }, + license='Apache-2.0', + packages=find_packages(), + package_data={ + 'chronosphereio_chronosphere': [ + 'py.typed', + 'pulumi-plugin.json', + ] + }, + install_requires=[ + 'parver>=0.2.1', + 'pulumi>=3.0.0,<4.0.0', + 'semver>=2.8.1' + ], + zip_safe=False) diff --git a/sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.dist-info/INSTALLER b/sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.dist-info/INSTALLER new file mode 100644 index 00000000..a1b589e3 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.dist-info/LICENSE b/sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.dist-info/LICENSE new file mode 100644 index 00000000..c3713cdc --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.dist-info/LICENSE @@ -0,0 +1,20 @@ +Copyright © 2019 Filipe Laíns + +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.12/site-packages/build-1.2.1.dist-info/METADATA b/sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.dist-info/METADATA new file mode 100644 index 00000000..98c8cd2a --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.dist-info/METADATA @@ -0,0 +1,95 @@ +Metadata-Version: 2.1 +Name: build +Version: 1.2.1 +Summary: A simple, correct Python build frontend +Author-email: Filipe Laíns , Bernát Gábor , layday , Henry Schreiner +Requires-Python: >= 3.8 +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.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.1 +Requires-Dist: pyproject_hooks +Requires-Dist: colorama; os_name == "nt" +Requires-Dist: importlib-metadata >= 4.6; python_full_version < "3.10.2" +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: build[uv, virtualenv] ; extra == "test" +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: build[uv] ; extra == "typing" +Requires-Dist: importlib-metadata >= 5.1 ; extra == "typing" +Requires-Dist: mypy ~= 1.9.0 ; extra == "typing" +Requires-Dist: tomli ; extra == "typing" +Requires-Dist: typing-extensions >= 3.7.4.3 ; extra == "typing" +Requires-Dist: uv >= 0.1.18 ; extra == "uv" +Requires-Dist: virtualenv >= 20.0.35 ; extra == "virtualenv" +Project-URL: changelog, https://build.pypa.io/en/stable/changelog.html +Project-URL: homepage, https://build.pypa.io +Project-URL: issues, https://github.com/pypa/build/issues +Project-URL: source, https://github.com/pypa/build +Provides-Extra: docs +Provides-Extra: test +Provides-Extra: typing +Provides-Extra: uv +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://build.pypa.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://build.pypa.io) 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://build.pypa.io) 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.12/site-packages/build-1.2.1.dist-info/RECORD b/sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.dist-info/RECORD new file mode 100644 index 00000000..0a1b3f20 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.dist-info/RECORD @@ -0,0 +1,35 @@ +../../../bin/pyproject-build,sha256=sbgK4HB2mpDeH5j0jTuiE13fepcF7wEkatXXIh-w_Jk,288 +build-1.2.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +build-1.2.1.dist-info/LICENSE,sha256=qvminKWQeXHM8H3gJTdds0U5qNXu684gtGCZgFciEG8,1113 +build-1.2.1.dist-info/METADATA,sha256=n3E4RpE_KOQIGMEg9zAYZEcLPAOHMmmn_hfP8z_Nyek,4324 +build-1.2.1.dist-info/RECORD,, +build-1.2.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +build-1.2.1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81 +build-1.2.1.dist-info/entry_points.txt,sha256=MYbbM6JGYubgIjTgcLpNIZpc0PWbi9mRAW7VhtczlS8,105 +build/__init__.py,sha256=YRN82R3egs0NvKG5RqK8VdmuNLun9CQ6XLrTT11r5xw,837 +build/__main__.py,sha256=pvzlY6-r8VXHSD3h7SgANITl5vDV1ZMdEPx8n_LysuA,14227 +build/__pycache__/__init__.cpython-312.pyc,, +build/__pycache__/__main__.cpython-312.pyc,, +build/__pycache__/_builder.cpython-312.pyc,, +build/__pycache__/_ctx.cpython-312.pyc,, +build/__pycache__/_exceptions.cpython-312.pyc,, +build/__pycache__/_types.cpython-312.pyc,, +build/__pycache__/_util.cpython-312.pyc,, +build/__pycache__/env.cpython-312.pyc,, +build/__pycache__/util.cpython-312.pyc,, +build/_builder.py,sha256=9WmH11ybX7HS5CeLNRhqWxPzimJJsr9dam_OGpt0SNk,13393 +build/_compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +build/_compat/__pycache__/__init__.cpython-312.pyc,, +build/_compat/__pycache__/importlib.cpython-312.pyc,, +build/_compat/__pycache__/tarfile.cpython-312.pyc,, +build/_compat/__pycache__/tomllib.cpython-312.pyc,, +build/_compat/importlib.py,sha256=mdUYYn5ciavBQ6zFE-2ghFDotKZC4QufbKMyPg5h3WI,467 +build/_compat/tarfile.py,sha256=8-sDnbG-9mZ5OsmSVPArxE6KI6dPe0wX2yf4etDSqxk,816 +build/_compat/tomllib.py,sha256=JT-q9fBu_vOt4fPWKh2bIKvfko633z_74F_TP_Y17cs,255 +build/_ctx.py,sha256=QEBzQYYT2Buyj0eHkTKIQ3GK3LEV6rEC-2iRiuU4sT8,2880 +build/_exceptions.py,sha256=lxEYr42eG-wgfLbcMhlks4cc0u-P3zMM8sbWraINwI4,1625 +build/_types.py,sha256=DujHH4_tdW5uvOU-0vwhfZNy1h3C2MVVMHYq134a_CA,372 +build/_util.py,sha256=D4xFxoA4PT27xalv9a-5flCtZgZHNFaKpiIM2XpdM9s,2325 +build/env.py,sha256=lDe3HfqNr4BI9mMFsGYp4YbF_IJyFBfO74OftF81KmM,13473 +build/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +build/util.py,sha256=iBHPpU128o3EbxdFOTSO3a4NktO9DnTWiJoXBedqmu0,1776 diff --git a/sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.dist-info/REQUESTED b/sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.dist-info/REQUESTED new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.dist-info/WHEEL b/sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.dist-info/WHEEL new file mode 100644 index 00000000..3b5e64b5 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.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.12/site-packages/build-1.2.1.dist-info/entry_points.txt b/sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.dist-info/entry_points.txt new file mode 100644 index 00000000..7198bf6f --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/build-1.2.1.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.12/site-packages/build/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/build/__init__.py new file mode 100644 index 00000000..04dbba7e --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/build/__init__.py @@ -0,0 +1,39 @@ +""" +build - A simple, correct Python build frontend +""" + +from __future__ import annotations + +from ._builder import ProjectBuilder +from ._exceptions import ( + BuildBackendException, + BuildException, + BuildSystemTableValidationError, + FailedProcessError, + TypoWarning, +) +from ._types import ConfigSettings as ConfigSettingsType +from ._types import Distribution as DistributionType +from ._types import SubprocessRunner as RunnerType +from ._util import check_dependency + + +__version__ = '1.2.1' + +__all__ = [ + '__version__', + 'BuildBackendException', + 'BuildException', + 'BuildSystemTableValidationError', + 'check_dependency', + 'ConfigSettingsType', + 'DistributionType', + 'FailedProcessError', + 'ProjectBuilder', + 'RunnerType', + 'TypoWarning', +] + + +def __dir__() -> list[str]: + return __all__ diff --git a/sdk/python/venv/lib/python3.12/site-packages/build/__main__.py b/sdk/python/venv/lib/python3.12/site-packages/build/__main__.py new file mode 100644 index 00000000..8868a368 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/build/__main__.py @@ -0,0 +1,455 @@ +# SPDX-License-Identifier: MIT + +from __future__ import annotations + +import argparse +import contextlib +import contextvars +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 ProjectBuilder, _ctx +from . import env as _env +from ._exceptions import BuildBackendException, BuildException, FailedProcessError +from ._types import ConfigSettings, Distribution, StrPath +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} + + +_styles = contextvars.ContextVar('_styles', default=_COLORS) + + +def _init_colors() -> None: + 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) + _styles.set(_NO_COLORS) + elif 'FORCE_COLOR' in os.environ or sys.stdout.isatty(): + return + _styles.set(_NO_COLORS) + + +def _cprint(fmt: str = '', msg: str = '', file: TextIO | None = None) -> None: + print(fmt.format(msg, **_styles.get()), file=file, 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)) + + +_max_terminal_width = shutil.get_terminal_size().columns - 2 +if _max_terminal_width <= 0: + _max_terminal_width = 78 + + +_fill = partial(textwrap.fill, subsequent_indent=' ', width=_max_terminal_width) + + +def _log(message: str, *, origin: tuple[str, ...] | None = None) -> None: + if origin is None: + (first, *rest) = message.splitlines() + _cprint('{bold}{}{reset}', _fill(first, initial_indent='* ')) + for line in rest: + print(_fill(line, initial_indent=' ')) + + elif origin[0] == 'subprocess': + initial_indent = '> ' if origin[1] == 'cmd' else '< ' + file = sys.stderr if origin[1] == 'stderr' else None + for line in message.splitlines(): + _cprint('{dim}{}{reset}', _fill(line, initial_indent=initial_indent), file=file) + + +def _setup_cli(*, verbosity: int) -> None: + warnings.showwarning = _showwarning + + if platform.system() == 'Windows': + try: + import colorama + + colorama.init() + except ModuleNotFoundError: + pass + + _init_colors() + + _ctx.LOGGER.set(_log) + _ctx.VERBOSITY.set(verbosity) + + +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) + + +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: StrPath, + outdir: StrPath, + distribution: Distribution, + config_settings: ConfigSettings | None, + installer: _env.Installer, +) -> str: + with DefaultIsolatedEnv(installer=installer) 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: StrPath, + outdir: StrPath, + distribution: Distribution, + config_settings: ConfigSettings | 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: StrPath, + outdir: StrPath, + distribution: Distribution, + config_settings: ConfigSettings | None, + skip_dependency_check: bool, + installer: _env.Installer, +) -> str: + if isolation: + return _build_in_isolated_env(srcdir, outdir, distribution, config_settings, installer) + 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)) + except Exception as e: # pragma: no cover + tb = traceback.format_exc().strip('\n') + _cprint('\n{dim}{}{reset}\n', tb) + _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: StrPath, + outdir: StrPath, + distributions: Sequence[Distribution], + config_settings: ConfigSettings | None = None, + isolation: bool = True, + skip_dependency_check: bool = False, + installer: _env.Installer = 'pip', +) -> 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, installer) + built.append(os.path.basename(out)) + return built + + +def build_package_via_sdist( + srcdir: StrPath, + outdir: StrPath, + distributions: Sequence[Distribution], + config_settings: ConfigSettings | None = None, + isolation: bool = True, + skip_dependency_check: bool = False, + installer: _env.Installer = 'pip', +) -> 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 ._compat 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, installer) + + sdist_name = os.path.basename(sdist) + sdist_out = tempfile.mkdtemp(prefix='build-via-sdist-') + built: list[str] = [] + if distributions: + # extract sdist + with tarfile.TarFile.open(sdist) as t: + t.extractall(sdist_out) + try: + _ctx.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, installer) + 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(), + ' ', + ), + # Prevent argparse from taking up the entire width of the terminal window + # which impedes readability. + formatter_class=partial(argparse.RawDescriptionHelpFormatter, width=min(_max_terminal_width, 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( + '--verbose', + '-v', + dest='verbosity', + action='count', + default=0, + help='increase verbosity', + ) + parser.add_argument( + '--sdist', + '-s', + dest='distributions', + action='append_const', + const='sdist', + help='build a source distribution (disables the default behavior)', + ) + parser.add_argument( + '--wheel', + '-w', + dest='distributions', + action='append_const', + const='wheel', + 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', + ) + env_group = parser.add_mutually_exclusive_group() + env_group.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', + ) + env_group.add_argument( + '--installer', + choices=_env.INSTALLERS, + help='Python package installer to use (defaults to pip)', + ) + parser.add_argument( + '--config-setting', + '-C', + dest='config_settings', + 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 + """ + parser = main_parser() + if prog: + parser.prog = prog + args = parser.parse_args(cli_args) + + _setup_cli(verbosity=args.verbosity) + + config_settings = {} + + if args.config_settings: + for arg in args.config_settings: + 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) + + # outdir is relative to srcdir only if omitted. + outdir = os.path.join(args.srcdir, 'dist') if args.outdir is None else args.outdir + + distributions: list[Distribution] = args.distributions + if distributions: + build_call = build_package + else: + build_call = build_package_via_sdist + distributions = ['wheel'] + + with _handle_build_error(): + built = build_call( + args.srcdir, + outdir, + distributions, + config_settings, + not args.no_isolation, + args.skip_dependency_check, + args.installer, + ) + artifact_list = _natural_language_list( + ['{underline}{}{reset}{bold}{green}'.format(artifact, **_styles.get()) for artifact in built] + ) + _cprint('{bold}{green}Successfully built {}{reset}', artifact_list) + + +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.12/site-packages/build/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e24e04d32e73794cbe7e58ace45c16157be44cdb GIT binary patch literal 1040 zcmZ8f%We}f6tySGB$>&p>2n2qpC;&X#iQ1v6Bq-JY>&Qq^m6W zhwj<&E&RcVt`Ljv3Z+8oife}g#gdQCJ@$S0UVp0BEd=ZJ)3wod0iiF-xLn4Z;IkQ! zBSevlD5eI-q2U@B(E=^G=V4K3HwXC}A9np@Yr47}ks zHLn0~xeJ`-IZy*+dS-B!z|#mv(b6jkwKVncB|vZ zLNGt=>`v239ChXwMk0<<7E$X&y`YP8+l!(&_0k}Y4c<&ZbD{MWv&?ZH&0EZp;koW1aPKy~nKA!3oYpLhXh6yp0#%DHCmO_TVg zC!!!4LqUy4aWo3X1D2*BNKk5z1DT3on5mp#w+7iTnMZh*MG+JTnm=LwKA|ju0$Jow z4@>>tX0PA1bDNL@CM5V0B20LpC@ZKaXaMBxs~Mpjmbd=RsT5IF_e<)&HP5P5^+kNx zf0k+?{1$wsLLZ^@&%pq?y#tk&3Gp~5vfF|B7z>G)!!qBLxkF?;fK& c$7u5yt)H5xxiYiA7i+dLEC0BL@uCj@3puAC>;M1& literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/__main__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3f490631eaeb01ddc038d816550a92ae5b73f84a GIT binary patch literal 19331 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/_builder.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/_builder.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a195a7d1d03575a9410f5ee1f1832c51ae3c4f77 GIT binary patch literal 17635 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/_ctx.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/_ctx.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..05227cd826fc9d5d8f379f835793b46aab7167ff GIT binary patch literal 4687 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/_exceptions.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/_exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3c38c175377c382c8f8250e7eb617e0b14c59002 GIT binary patch literal 3136 zcmai0&2Jk;6rWkI?X?{zH0ehY(sug+!D<@w(F!RlX;o+|B(Mr;3w4P$o83v{cC%|{ z)}gk1=phoV1c(c2r3#57Q4jnJ?TG^y7l9frAR+a{EnrtvJ@MY`#&O)FjJ0pxyqS4^ z^FDqvKV`FN0_~Ic2j?y(2zi8qwH6N<+WZQbTf`+N6}GK$`AYt4V1Fq&+OvUYo8ex$Ix~Cpj8q zOxN{%(=U0hC|Kb?hm=NL^95jT5k`vCCSWox#y~+V=sj5}Irgb*7AxcK+Of0_tv%Mc zSrW|FXRG>z<(NWD%*^73@w42!!Yp6zW_)H`ZYwOSfo2%4xxfq~NE^n2XIC8Ldko{# zis?i%NyD%`%P^Kn6U}?Nm_IKV7kN`y^Q>GFdBLr`HP1cQ6XkivS-xCxDhs8<8)U-1 znlD%VdC$!+GIufWlxCyx8{@CNo);yb9WI;JRr4|vd1-atU~2~z}q-&yL?9bJSLrvPIQSKyIi-kX)n1#1zRT zgB{X+C&5PMcEn&}^B8M6qa=QIawYnPr9{FgBQq*LfB=z8y$y&!+ww zUo)T|)`*vZJh@I<+exbTX7YhH_=`5YGPM7O`bF=`pblMjWn}b*`l~i1gKR|w0=o#o z<4cE~1?Cp1lPf6gYP@H2`4k`n%(Pv&zU_|ktpf2@3bo-V)?LA4_Jp2O_%7HYJ+n;t zAn*ch)8+XCC>h~%!>H}v$_H|KA8yM5xlUFxeGfAuKW9c(26jChIQU@TV58^Y%C=`nr7cudDNV*DI8ErzLk4u;d9D^!3Q$E4nnP6r9j{0esi6{nUJz8C&K zh{69aCplIq*N~);AZW|P;JbkfvQhF_%y9r)C?5u?^x=sxhY$ie63i&^4v;5HZ?iQG%|3N%E{G!lJ0#x0K$Lw#Nx+8tU$FE zeC-zH0c~O=Hv+G%0wSnIwHkwZ*el~XRTVy4IA_i}?1Jf(Y+2Z+IQMw1_#8Cw=b1h; zb7>YK`LK{Wre|h!ANA-ZS1(t~Ax@9`-h!i-1PB*Ve}opD$&b}8lOHPxE;>x+_G#7` zTfvODLu5+F3bmuB0e#?x@I75>HhnOu)1aAW4Vln6x(6;U)#R52AAvzfvdeJRM*qh# zQ1&wA$8a+`8B%`R>3jZ<)%(@P2Or+A-*X#%=NsC28K45k(#XX(%^^%5ou8={U*ghrcaRrd{HtI=)H1GhoE>o!OP{h=q}X0@0QVerp9 zC-|l=pj67b$MrI2Wiz@BHoq4l!=!b{!$+Hwz;xXUfcwwA7w{%%>#7otn444i0CZs~ zBC<;)11UyD0*XYDupaRm>4NnapFMaR(~rV(f$;%M|6R*=Bl?z5j+rgbh#;^Plut$W z(-3+$O~c_$jgy%-fwuJmfz0b0c-W^u=+hgTE>k0ykO!~r7L{43L5%45+ol7R(iz{- zFZ)4-#5t}bhl$D$AbAN$Cx9J7A(B^d0$slbV2`yJz)_mU_l1dxi!AusEvj_7)jKc) zxa@soa<}AOuDvOR~XKO)MJ-g`f+wZmrbgd%^dVzlDwg~pE{tVrB Sd#FXAYmMNJ(Z{$$p5#BcirZcQ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/_types.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/_types.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..12c157e7b5c4932120f8648deeaa296269c931d5 GIT binary patch literal 899 zcmZ`%Jxtp`6h7OSqydtYmcOASXa-m#R@kHv&bCsHh3DocNNsF}AroQ>6pY zsbT^q+NpG+-C$y+Q-?107G2eesT+umsb_*^b;u3(zW3gD-}|0)zxw(TfS=OraFq%G zoCZmFVr?K?%<;}1(19+PU`0>_A;6+3D&kd?6bVUhMw zsfy99#JNI$#0Zft1so;ONnh`3t0+C3F&w^%BCmFw&wFei!jk9teZ9+!>X~^tma$+iL;r!U~yd*FQQc!Srx>R)3#MLYDGjTXA>4H z7!+a6WW6u=RBV*pzzB;KDGtW6__Su4TG>P_{?Z9roSH7WWe3|8M93@GvJn0bE`nt) zSK$Idm_UtG>c}w&B)9@Ab!=NUaq0*o=(wi4VvPS+BYFcmOURzn1qUBlF&%9lkX=QJG0v<+VRHG#tHGC%y^SC{-c6-zu@1T-AuMp1KaCc>s}`3 zr{HF9E0NwF+Zx*;-o2bRl=BmCGuFB_vX|e@x8$CW>IZeF=*uIY9)HPy&VQTo@4~~u uv9~p1H=q)UI^NarTH~xg;buD?zn%AYBOX6+O2WdROz5W9$1mVX3 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/_util.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/_util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f77927175431b7247d6f81fdf7fe70fd578b2a3b GIT binary patch literal 2965 zcmZ`*U2Gf25#GHY>Ug9?$&yn<%T*Mpk}RQSe$YsWoH(v!sl`krydP@SYj)1GiXvbt=1gc6NN z)sEx?dJG}FbB9CdP5;jkX0gK%FSO2Uye1ep&8-U<75Egh-Pcl(h5fC7yy)HbI{{C7 z%kN3o#e!JCD~RG8cgz2z_|vEp^5$uxH!s!U$(ntE^R(+er_+<)^d~XoMJo6%ATM*C z9b46p3PP&Ovu^gOA2xZ9gB>39_-5~UTW%{Rpi~4rIID3es+`u;1gJ zrrB>cY9$6Y=sNK4a2wpOMG>mx&VT@W$Z;d+j&$t*#S>QC-;N_1#Ax@*;1kYs1-z}I zHU0`(#h>u2IPA}tWd+)+gzCwh;w-CbqswG z1}M=0om$95py$}doCoH&xPCDUXaUlrFD>}7c>!!mX%a>N^H9}p9tf)p-bx4?ZxyTt86PJf*+H65Zx$!6y zy<`JuMO8boOftG1wP_-nSO!m)omnQ7L^D|i<}*b z+PXtdXVk28e^B2RR8j=O;1!bXw!{-wI-@$2!J-@7qYLaRIhTi;qixK{ zpQKivm^N`-F>3MyW-^vMa;f#wBsPRWkvVO;sb_l-h3Vp4;L2 zAIGA8>TVOB9M#ZmqV1YS85FnzJB!OF?u;cK%!{v_NO2^4k$H{xG<&LLs`o8s{V5r za;i8uR-8x|CoeI2*(d?EXvNBvtX%m>zS5pAwdemWGW#lz+K#{;JFesJtKBHrT?zD* z0zH+$P$@73F2#xMw((;7i6YRGW2Lt7EorTR_!)}E~QovZWq*^P2#J| zgcxzpfC5gU3HaNrW^SN|0i_b?F9rJVu9X94io%&45Tmd}2cV4Fmh`a`Y3U-)XX39KHRSEo3IcT=+I-I!)$gJC6Q@%f|?7Zpv+h% z2?ty`9#3Y$8;Qp$3!KYQ;)W8IVZZ~zz7QkoVuCWrp$z%m76v2`0D6XrjxbWY3+$+r zeTdPYFv1S}NE%C9TGk*FbQFdxTJ|E4DvvS#8|wQS`TvQ+P%DRyz03VheowA)oH(?@ z3x~KO>aMn<^HaDqPs;O4Relgdxwm&Vn8BYmnAt0JW?Ot}M`SkN{t|qjt?l7|@wMvJ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/env.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/build/__pycache__/env.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..349e026426f842691f5cef19732c2a57512fba0b GIT binary patch literal 17545 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 rSZ`(qS|W^p_w= 40.8.0'], +} + + +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: StrPath) -> 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: StrPath) -> 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: SubprocessRunner, env: env.IsolatedEnv) -> SubprocessRunner: + 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: StrPath, + python_executable: str = sys.executable, + runner: SubprocessRunner = 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: StrPath, + runner: SubprocessRunner = 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: Distribution, config_settings: ConfigSettings | 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 + """ + _ctx.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: Distribution, config_settings: ConfigSettings | 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: Distribution, + output_directory: StrPath, + config_settings: ConfigSettings | 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 + """ + _ctx.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: Distribution, + output_directory: StrPath, + config_settings: ConfigSettings | 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 + """ + _ctx.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: StrPath) -> 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: StrPath, config_settings: ConfigSettings | 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 diff --git a/sdk/python/venv/lib/python3.12/site-packages/build/_compat/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/build/_compat/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.12/site-packages/build/_compat/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/build/_compat/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..10444512fb7ac1dedf0ac8ece9a12fb5a59e2f80 GIT binary patch literal 220 zcmZ8bK?=e!5KOFs2)+9S5AC8}#UJR+n-J18+R!!$*|t!8h;Q&MKEoGCZ#|iS7aiEy znPCp|jN=9II3Jdm@Lz%cF-(1OCp}rw@C>c?q^}3ZtQux`Rq(U%yS)8$i{_#Bx#ct3=3JRpr2hsV#4SF{M?*SZe!m YzN<~%R&wuVehc-7LA)bMsf)b&0IX3y8~^|S literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/build/_compat/__pycache__/importlib.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/build/_compat/__pycache__/importlib.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..91731c197f90f3b1ac38018b7d6b3a81ccffe879 GIT binary patch literal 706 zcmY*Xzi-n(6n^JRY{yPoezXKJQb09SA4}%CO5V)#fSQAY;kja(l1)7TkIgq7${UZTw3&JnTvb- z0Njx5g0BavrAmd%iPBW-%8oUlr3b*v6Bl!Sb3SndA8-?nP)!}>0yUJHP8hP-i9HsI zMh%a!gh%R2b~}j^PHmg#>=cWENY!`{d0{85ylcL#+q+zlv5HVeiC?_*D&GsNHmDMEF^sz_K9?L zSwGp@eoTZH)6K|f^_&hB9L{3cR{3n2$f8Qf^mwgC%8H+)Uta}T+Xm!DxbA%6?F4dtNzleU!R_656|>R*~*pna-p;_ vEN^E^3+!KJ!i}}Rpp-WLl-DzT(aB7Sjm1r=|D&)|gyW*Qa|a)0+J* z;EWmr3HAUyKZF1@fCe;ZfGU(Aq?j=niSbWXV*N891yEqy&o@ZXJMjc!w_`Vb)RID4 zyac6iozYmtY$yI_sLU=?$pV0bTA;!J;K(Me9vsUK`RsL{&5dP;efE;ij*MkTeRkGo zN5`^x%Eot11_Cp~fCA8Bdq9hip2!i|0hQ~?jOJa(g+zy55TM5^rfIo~t6QeCA+Q~q zsuQMak`fpkpg2M?>toCjj6*{~y1PNpzZoA2@!hG5?jUnVH1w^$y}Y>eKy-8$kvO?mLP$!P;q^NBC12%RxehU*U zNR|*o2h^>iTNkkT5aJ}id-weAe12#&e4wM>TOWMrJTb*@Sl&TsC|kbr2^mynB`6`n^eJ18 zrCJ_QA@w+t<^!(0l4p#iXTtnIcm`_5>KHv$9w8xPgxrI9&5pGw`1Lm4HsNF|mc z!cii4&SjBML2*&BDoeNiX)+$-Vq7LX$0M4Luzv5S-f3@luuMz3RfN$nJf{+$RVj-x ziFj6oCH`5jU5ppC-HgW-qkCdauLAXvZ4EOULihqUC%~V%0C~@L^U-eJTt3+wuc-Tk Tx^JlSh&t~ss$18dSk*0`d#Q=) literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/build/_compat/importlib.py b/sdk/python/venv/lib/python3.12/site-packages/build/_compat/importlib.py new file mode 100644 index 00000000..758e2239 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/build/_compat/importlib.py @@ -0,0 +1,22 @@ +from __future__ import annotations + +import sys +import typing + + +if typing.TYPE_CHECKING: + import importlib_metadata as metadata +else: + if sys.version_info >= (3, 10, 2): + from importlib import metadata + else: + try: + import importlib_metadata as metadata + except ModuleNotFoundError: + # helps bootstrapping when dependencies aren't installed + from importlib import metadata + + +__all__ = [ + 'metadata', +] diff --git a/sdk/python/venv/lib/python3.12/site-packages/build/_compat/tarfile.py b/sdk/python/venv/lib/python3.12/site-packages/build/_compat/tarfile.py new file mode 100644 index 00000000..2984a497 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/build/_compat/tarfile.py @@ -0,0 +1,32 @@ +from __future__ import annotations + +import sys +import tarfile +import typing + + +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 + + +__all__ = [ + 'TarFile', +] diff --git a/sdk/python/venv/lib/python3.12/site-packages/build/_compat/tomllib.py b/sdk/python/venv/lib/python3.12/site-packages/build/_compat/tomllib.py new file mode 100644 index 00000000..51191efe --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/build/_compat/tomllib.py @@ -0,0 +1,16 @@ +from __future__ import annotations + +import sys + + +if sys.version_info >= (3, 11): + from tomllib import TOMLDecodeError, load, loads +else: + from tomli import TOMLDecodeError, load, loads + + +__all__ = [ + 'TOMLDecodeError', + 'load', + 'loads', +] diff --git a/sdk/python/venv/lib/python3.12/site-packages/build/_ctx.py b/sdk/python/venv/lib/python3.12/site-packages/build/_ctx.py new file mode 100644 index 00000000..e65b24ea --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/build/_ctx.py @@ -0,0 +1,98 @@ +from __future__ import annotations + +import contextvars +import logging +import subprocess +import typing + +from collections.abc import Mapping, Sequence +from functools import partial + +from ._types import StrPath + + +class _Logger(typing.Protocol): # pragma: no cover + def __call__(self, message: str, *, origin: tuple[str, ...] | None = None) -> None: ... + + +_package_name = __spec__.parent # type: ignore[name-defined] +_default_logger = logging.getLogger(_package_name) + + +def _log_default(message: str, *, origin: tuple[str, ...] | None = None) -> None: + if origin is None: + _default_logger.log(logging.INFO, message, stacklevel=2) + + +LOGGER = contextvars.ContextVar('LOGGER', default=_log_default) +VERBOSITY = contextvars.ContextVar('VERBOSITY', default=0) + + +def log_subprocess_error(error: subprocess.CalledProcessError) -> None: + log = LOGGER.get() + + log(subprocess.list2cmdline(error.cmd), origin=('subprocess', 'cmd')) + + for stream_name in ('stdout', 'stderr'): + stream = getattr(error, stream_name) + if stream: + log(stream.decode() if isinstance(stream, bytes) else stream, origin=('subprocess', stream_name)) + + +def run_subprocess(cmd: Sequence[StrPath], env: Mapping[str, str] | None = None) -> None: + verbosity = VERBOSITY.get() + + if verbosity: + import concurrent.futures + + log = LOGGER.get() + + def log_stream(stream_name: str, stream: typing.IO[str]) -> None: + for line in stream: + log(line, origin=('subprocess', stream_name)) + + with concurrent.futures.ThreadPoolExecutor(max_workers=2) as executor, subprocess.Popen( + cmd, encoding='utf-8', env=env, stdout=subprocess.PIPE, stderr=subprocess.PIPE + ) as process: + log(subprocess.list2cmdline(cmd), origin=('subprocess', 'cmd')) + + # Logging in sub-thread to more-or-less ensure order of stdout and stderr whilst also + # being able to distinguish between the two. + concurrent.futures.wait( + [executor.submit(partial(log_stream, n, getattr(process, n))) for n in ('stdout', 'stderr')] + ) + + code = process.wait() + if code: + raise subprocess.CalledProcessError(code, process.args) + + else: + try: + subprocess.run(cmd, capture_output=True, check=True, env=env) + except subprocess.CalledProcessError as error: + log_subprocess_error(error) + raise + + +if typing.TYPE_CHECKING: + log: _Logger + verbosity: bool + +else: + + def __getattr__(name): + if name == 'log': + return LOGGER.get() + elif name == 'verbosity': + return VERBOSITY.get() + raise AttributeError(name) # pragma: no cover + + +__all__ = [ + 'log_subprocess_error', + 'log', + 'run_subprocess', + 'LOGGER', + 'verbosity', + 'VERBOSITY', +] diff --git a/sdk/python/venv/lib/python3.12/site-packages/build/_exceptions.py b/sdk/python/venv/lib/python3.12/site-packages/build/_exceptions.py new file mode 100644 index 00000000..ff14b639 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/build/_exceptions.py @@ -0,0 +1,65 @@ +from __future__ import annotations + +import subprocess +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: + return self._description + + +class TypoWarning(Warning): + """ + Warning raised when a possible typo is found. + """ diff --git a/sdk/python/venv/lib/python3.12/site-packages/build/_types.py b/sdk/python/venv/lib/python3.12/site-packages/build/_types.py new file mode 100644 index 00000000..f1568bc8 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/build/_types.py @@ -0,0 +1,12 @@ +from __future__ import annotations + +import os +import typing + + +ConfigSettings = typing.Mapping[str, typing.Union[str, typing.Sequence[str]]] +Distribution = typing.Literal['sdist', 'wheel'] +StrPath = typing.Union[str, 'os.PathLike[str]'] +SubprocessRunner = typing.Callable[ + [typing.Sequence[str], typing.Optional[str], typing.Optional[typing.Mapping[str, str]]], None +] diff --git a/sdk/python/venv/lib/python3.12/site-packages/build/_util.py b/sdk/python/venv/lib/python3.12/site-packages/build/_util.py new file mode 100644 index 00000000..a57c41eb --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/build/_util.py @@ -0,0 +1,63 @@ +from __future__ import annotations + +import re + +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 ._compat import importlib + + 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 = importlib.metadata.distribution(req.name) + except importlib.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) diff --git a/sdk/python/venv/lib/python3.12/site-packages/build/env.py b/sdk/python/venv/lib/python3.12/site-packages/build/env.py new file mode 100644 index 00000000..e583e682 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/build/env.py @@ -0,0 +1,372 @@ +from __future__ import annotations + +import abc +import functools +import importlib.util +import os +import platform +import shutil +import subprocess +import sys +import sysconfig +import tempfile +import typing + +from collections.abc import Collection, Mapping + +from . import _ctx +from ._ctx import run_subprocess +from ._exceptions import FailedProcessError +from ._util import check_dependency + + +Installer = typing.Literal['pip', 'uv'] + +INSTALLERS = typing.get_args(Installer) + + +class IsolatedEnv(typing.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.""" + + +def _has_dependency(name: str, minimum_version_str: str | None = None, /, **distargs: object) -> bool | None: + """ + Given a path, see if a package is present and return True if the version is + sufficient for build, False if it is not, None if the package is missing. + """ + from packaging.version import Version + + from ._compat import importlib + + try: + distribution = next(iter(importlib.metadata.distributions(name=name, **distargs))) + except StopIteration: + return None + + if minimum_version_str is None: + return True + + return Version(distribution.version) >= Version(minimum_version_str) + + +class DefaultIsolatedEnv(IsolatedEnv): + """ + Isolated environment which supports several different underlying implementations. + """ + + def __init__( + self, + *, + installer: Installer = 'pip', + ) -> None: + self.installer: Installer = installer + + def __enter__(self) -> DefaultIsolatedEnv: + try: + path = tempfile.mkdtemp(prefix='build-env-') + # Call ``realpath`` to prevent spurious warning from being emitted + # that the venv location has changed on Windows for the venv impl. + # 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 + path = os.path.realpath(path) + self._path = path + + self._env_backend: _EnvBackend + + # uv is opt-in only. + if self.installer == 'uv': + self._env_backend = _UvBackend() + else: + self._env_backend = _PipBackend() + + _ctx.log(f'Creating isolated environment: {self._env_backend.display_name}...') + self._env_backend.create(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._env_backend.python_executable + + def make_extra_environ(self) -> dict[str, str]: + path = os.environ.get('PATH') + return { + 'PATH': os.pathsep.join([self._env_backend.scripts_dir, path]) + if path is not None + else self._env_backend.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 + + _ctx.log('Installing packages in isolated environment:\n' + '\n'.join(f'- {r}' for r in sorted(requirements))) + self._env_backend.install_requirements(requirements) + + +class _EnvBackend(typing.Protocol): # pragma: no cover + python_executable: str + scripts_dir: str + + def create(self, path: str) -> None: ... + + def install_requirements(self, requirements: Collection[str]) -> None: ... + + @property + def display_name(self) -> str: ... + + +class _PipBackend(_EnvBackend): + def __init__(self) -> None: + self._create_with_virtualenv = not self._has_valid_outer_pip and self._has_virtualenv + + @functools.cached_property + def _has_valid_outer_pip(self) -> bool | None: + """ + This checks for a valid global pip. Returns None if pip is missing, False + if pip is too old, and True if it can be used. + """ + # Version to have added the `--python` option. + return _has_dependency('pip', '22.3') + + @functools.cached_property + def _has_virtualenv(self) -> bool: + """ + virtualenv might be incompatible if it was installed separately + from build. This verifies that virtualenv and all of its + dependencies are installed as required by build. + """ + from packaging.requirements import Requirement + + name = 'virtualenv' + + return importlib.util.find_spec(name) is not None and not any( + Requirement(d[1]).name == name for d in check_dependency(f'build[{name}]') if len(d) > 1 + ) + + @staticmethod + def _get_minimum_pip_version_str() -> str: + if platform.system() == 'Darwin': + release, _, machine = platform.mac_ver() + if int(release[: release.find('.')]) >= 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 = machine != 'x86_64' + return '21.0.1' if is_apple_silicon_python else '20.3.0' + + # PEP-517 and manylinux1 was first implemented in 19.1 + return '19.1.0' + + def create(self, path: str) -> None: + if self._create_with_virtualenv: + import virtualenv + + result = virtualenv.cli_run( + [ + path, + '--activators', + '', + '--no-setuptools', + '--no-wheel', + ], + setup_logging=False, + ) + + # The creator attributes are `pathlib.Path`s. + self.python_executable = str(result.creator.exe) + self.scripts_dir = str(result.creator.script_dir) + + else: + import venv + + with_pip = not self._has_valid_outer_pip + + try: + venv.EnvBuilder(symlinks=_fs_supports_symlink(), with_pip=with_pip).create(path) + except subprocess.CalledProcessError as exc: + _ctx.log_subprocess_error(exc) + raise FailedProcessError(exc, 'Failed to create venv. Maybe try installing virtualenv.') from None + + self.python_executable, self.scripts_dir, purelib = _find_executable_and_scripts(path) + + if with_pip: + minimum_pip_version_str = self._get_minimum_pip_version_str() + if not _has_dependency( + 'pip', + minimum_pip_version_str, + path=[purelib], + ): + run_subprocess([self.python_executable, '-Im', 'pip', 'install', f'pip>={minimum_pip_version_str}']) + + # Uninstall setuptools from the build env to prevent depending on it implicitly. + # Pythons 3.12 and up do not install setuptools, check if it exists first. + if _has_dependency( + 'setuptools', + path=[purelib], + ): + run_subprocess([self.python_executable, '-Im', 'pip', 'uninstall', '-y', 'setuptools']) + + def install_requirements(self, requirements: Collection[str]) -> None: + # pip does not honour environment markers in command line arguments + # but it does from requirement files. + 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: + if self._has_valid_outer_pip: + cmd = [sys.executable, '-m', 'pip', '--python', self.python_executable] + else: + cmd = [self.python_executable, '-Im', 'pip'] + + if _ctx.verbosity > 1: + cmd += [f'-{"v" * (_ctx.verbosity - 1)}'] + + cmd += [ + 'install', + '--use-pep517', + '--no-warn-script-location', + '--no-compile', + '-r', + os.path.abspath(req_file.name), + ] + run_subprocess(cmd) + + finally: + os.unlink(req_file.name) + + @property + def display_name(self) -> str: + return 'virtualenv+pip' if self._create_with_virtualenv else 'venv+pip' + + +class _UvBackend(_EnvBackend): + def create(self, path: str) -> None: + import venv + + self._env_path = path + + try: + import uv + + self._uv_bin = uv.find_uv_bin() + except (ModuleNotFoundError, FileNotFoundError): + uv_bin = shutil.which('uv') + if uv_bin is None: + msg = 'uv executable not found' + raise RuntimeError(msg) from None + + _ctx.log(f'Using external uv from {uv_bin}') + self._uv_bin = uv_bin + + venv.EnvBuilder(symlinks=_fs_supports_symlink(), with_pip=False).create(self._env_path) + self.python_executable, self.scripts_dir, _ = _find_executable_and_scripts(self._env_path) + + def install_requirements(self, requirements: Collection[str]) -> None: + cmd = [self._uv_bin, 'pip'] + if _ctx.verbosity > 1: + cmd += [f'-{"v" * min(2, _ctx.verbosity - 1)}'] + run_subprocess([*cmd, 'install', *requirements], env={**os.environ, 'VIRTUAL_ENV': self._env_path}) + + @property + def display_name(self) -> str: + return 'venv+uv' + + +@functools.lru_cache(maxsize=None) +def _fs_supports_symlink() -> bool: + """Return True if symlinks are supported""" + # Using definition used by venv.main() + if os.name != 'nt': + 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 _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 os.name == 'nt' 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.12/site-packages/build/py.typed b/sdk/python/venv/lib/python3.12/site-packages/build/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.12/site-packages/build/util.py b/sdk/python/venv/lib/python3.12/site-packages/build/util.py new file mode 100644 index 00000000..d7dc43b6 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/build/util.py @@ -0,0 +1,61 @@ +# SPDX-License-Identifier: MIT + +from __future__ import annotations + +import pathlib +import tempfile + +import pyproject_hooks + +from . import ProjectBuilder +from ._compat import importlib +from ._types import StrPath, SubprocessRunner +from .env import DefaultIsolatedEnv + + +def _project_wheel_metadata(builder: ProjectBuilder) -> importlib.metadata.PackageMetadata: + with tempfile.TemporaryDirectory() as tmpdir: + path = pathlib.Path(builder.metadata_path(tmpdir)) + return importlib.metadata.PathDistribution(path).metadata + + +def project_wheel_metadata( + source_dir: StrPath, + isolated: bool = True, + *, + runner: SubprocessRunner = pyproject_hooks.quiet_subprocess_runner, +) -> importlib.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.12/site-packages/packaging-24.0.dist-info/INSTALLER b/sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.dist-info/INSTALLER new file mode 100644 index 00000000..a1b589e3 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.dist-info/LICENSE b/sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.dist-info/LICENSE new file mode 100644 index 00000000..6f62d44e --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.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.12/site-packages/packaging-24.0.dist-info/LICENSE.APACHE b/sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.dist-info/LICENSE.APACHE new file mode 100644 index 00000000..f433b1a5 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.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.12/site-packages/packaging-24.0.dist-info/LICENSE.BSD b/sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.dist-info/LICENSE.BSD new file mode 100644 index 00000000..42ce7b75 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.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.12/site-packages/packaging-24.0.dist-info/METADATA b/sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.dist-info/METADATA new file mode 100644 index 00000000..10ab4390 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.dist-info/METADATA @@ -0,0 +1,102 @@ +Metadata-Version: 2.1 +Name: packaging +Version: 24.0 +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.12/site-packages/packaging-24.0.dist-info/RECORD b/sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.dist-info/RECORD new file mode 100644 index 00000000..93ddebe0 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.dist-info/RECORD @@ -0,0 +1,36 @@ +packaging-24.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +packaging-24.0.dist-info/LICENSE,sha256=ytHvW9NA1z4HS6YU0m996spceUDD2MNIUuZcSQlobEg,197 +packaging-24.0.dist-info/LICENSE.APACHE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174 +packaging-24.0.dist-info/LICENSE.BSD,sha256=tw5-m3QvHMb5SLNMFqo5_-zpQZY2S8iP8NIYDwAo-sU,1344 +packaging-24.0.dist-info/METADATA,sha256=0dESdhY_wHValuOrbgdebiEw04EbX4dkujlxPdEsFus,3203 +packaging-24.0.dist-info/RECORD,, +packaging-24.0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81 +packaging/__init__.py,sha256=UzotcV07p8vcJzd80S-W0srhgY8NMVD_XvJcZ7JN-tA,496 +packaging/__pycache__/__init__.cpython-312.pyc,, +packaging/__pycache__/_elffile.cpython-312.pyc,, +packaging/__pycache__/_manylinux.cpython-312.pyc,, +packaging/__pycache__/_musllinux.cpython-312.pyc,, +packaging/__pycache__/_parser.cpython-312.pyc,, +packaging/__pycache__/_structures.cpython-312.pyc,, +packaging/__pycache__/_tokenizer.cpython-312.pyc,, +packaging/__pycache__/markers.cpython-312.pyc,, +packaging/__pycache__/metadata.cpython-312.pyc,, +packaging/__pycache__/requirements.cpython-312.pyc,, +packaging/__pycache__/specifiers.cpython-312.pyc,, +packaging/__pycache__/tags.cpython-312.pyc,, +packaging/__pycache__/utils.cpython-312.pyc,, +packaging/__pycache__/version.cpython-312.pyc,, +packaging/_elffile.py,sha256=hbmK8OD6Z7fY6hwinHEUcD1by7czkGiNYu7ShnFEk2k,3266 +packaging/_manylinux.py,sha256=1ng_TqyH49hY6s3W_zVHyoJIaogbJqbIF1jJ0fAehc4,9590 +packaging/_musllinux.py,sha256=kgmBGLFybpy8609-KTvzmt2zChCPWYvhp5BWP4JX7dE,2676 +packaging/_parser.py,sha256=zlsFB1FpMRjkUdQb6WLq7xON52ruQadxFpYsDXWhLb4,10347 +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=w7jPEg6mDf1FTZMn79aFxFuk4SKtynUJtxr2InTxlV4,33036 +packaging/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +packaging/requirements.py,sha256=dgoBeVprPu2YE6Q8nGfwOPTjATHbRa_ZGLyXhFEln6Q,2933 +packaging/specifiers.py,sha256=dB2DwbmvSbEuVilEyiIQ382YfW5JfwzXTfRRPVtaENY,39784 +packaging/tags.py,sha256=fedHXiOHkBxNZTXotXv8uXPmMFU9ae-TKBujgYHigcA,18950 +packaging/utils.py,sha256=XgdmP3yx9-wQEFjO7OvMj9RjEf5JlR5HFFR69v7SQ9E,5268 +packaging/version.py,sha256=XjRBLNK17UMDgLeP8UHnqwiY3TdSi03xFQURtec211A,16236 diff --git a/sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.dist-info/WHEEL b/sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.dist-info/WHEEL new file mode 100644 index 00000000..3b5e64b5 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/packaging-24.0.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.12/site-packages/packaging/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/packaging/__init__.py new file mode 100644 index 00000000..e7c0aa12 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/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__ = "24.0" + +__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.12/site-packages/packaging/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b5833566e7899e51aba4adfb8dd90f57655825b3 GIT binary patch literal 581 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/_manylinux.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/_manylinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4e2bcc28b278cd62c9c6f2dcac0f1b8584cf3548 GIT binary patch literal 9926 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 Dr~>)8 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/_musllinux.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/_musllinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1c073cf4762b2ad8ec35d99ad00078a64defcec4 GIT binary patch literal 4609 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 UFg9lZD#8rF+j{RAdXz%`7d?G;VgLXD literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/_structures.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/_structures.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c741250e84aafc9a73f44a8d62dad6975b284e8a GIT binary patch literal 3264 zcmc&#&1)M+6rWvvShgk0t>s#dokYP2joR94C#9tjaw_QuRF|X|Q&{BH=p&I=%FN0j z;e!u86xu?e1^eipit(S)i;FL1>8<~Oiwc39`hGK#(8^lZ^(71Y_Pw`n=Dm3zzxged znqu^P^HsKd5M%5w2>mD8W4fOcbHGgY87r}URx(aZ{b!SOoSpQ{HVtKAl0{@-VUmS8 zu!yvy`IytQSD%58eG(67w@stOHqDa3BW1H>?ngJH#K(w_5Fal^`2@*{arz#q5LpG~i zaI4v>x3+7m0i7(pu$pbJ+HkEM?(SIi+E!0~xVG`Yk~NR7HjB=SVuedfGc~tj+0qj& zheGCZt=aYywk>#5*mh^WA0Ljj)>ltZgpw-H_Shfk#V#={a8&$KM}3c&1Lh6V;6baN zU3Svb_PPHcPNRX}0hd|3AF#H`8m{!B6`xcQs_GfzT=T8qaKYe+Y zzI~dwEs|ItYj~78r`L+4(NCZ($7bP)zzL5{F-aehAtJFPm(x+iZM*JK409vNfigvQ z-F|8^%IoFs#5?c-e`0~i1xI|GBT~*{#Ucn!7Vv=vQ%71OW;p%3#x8q4dU&$wPu^1| zW=NzWOx0w~m0rNxB@_lbPftIcLhIUg;reRXj}m*q*S@ThqWkxY85|I;FY3R+u_5V z5f}|Ly{ZioO|>DapI+|shCe&H$%QePux*!DDD9bHKQx|7yG$EOOb+rs=>0-Ijq!1d z+Z4M$W!u}0QmYO=Y1=Pb#d_~ggrGo7(`r9bb3O4kxOijhId?oiy47gZMV3@z2_y${ z7vx=#_d!%AtBhb61F19;{GJa{ zZD^|vZM6Zbj8odQstzFjh908Iw@4 z$SYL#fxKb^MDdC2fYd~Kvw9L-xJZ$yQJZE2@p99y;nofG0=N8%+6})%^ocS zd9!+i5ndr5)z^f|uZmiYUhpP)op_{gtjFRJEkd~@a(5mv4C7UD!N~p1Kt5#2?01j% X60hP5Mi#0psWSJ^=JLO@S>^O!A<~XA literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/_tokenizer.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/_tokenizer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..526e55e81948cc635cf44c69e5e43219abbb8795 GIT binary patch literal 7953 zcma)BX>1%;@J@;@94kd~bsTL23L-EksS=(z_Uhx=7WAV`P@G&IaZcR7Ek>+yu zP|{3B3$3GM$&C$?*d(MOFRTOzB0(FNn?GwKKX#E{2J(l5ooL+IAOto6vj2Kb1zzh< zQuTTcUb6Ef*1PH*T~)8@dvE^P<8cy5Q$zJLKMxY}Tdb6mtyI_|EFmjog2+T>5+rKo zOq78-n_!ccsD;5cOM*-CQ9fynT9dY@EoqP1la8n(>5Mv|pOg87E9s898KPKNa-PW6 zJ4CiUgt;+2G&2(Q&^|l#Ih2}*7PC3(jT6}^yMD^ZZrKC0M)m^r$$p>#xfWaiypeN*Zpdq;f=t;R#?vlGdu>36(t&@9{ z1M;btU@|KI?|}TDDbEo-m}5fE{tg!!4l%kzma5%XIwd7^eta&IP;`DG1@+%CFb&Q!mQiBynYg0HaN=?*DV%I|LdyzK z2%1@xodBazIGMo>(h^HcJhWM`l;c7?tdqW`q;xJNB^8~^DmP(cnY0$iZ4AR+?V^ZX zqNqDXF`1U<5?FSN;@fjlqSRy2va0SCMJbg^XC)k|0gok~%03`lxXCBEo(WA+wH`@} z%_^C=)}yJhp4hCKPNlWXtfDGCnYqMVGTybLO_Q(nWOCWrbgJjNlDgiLh+i(%pY8t6 zGd-|Lr7I)Fu1QxEt;a0HQ&)P#EPhfvuc+Oboa%w~DRDqS^8@))vg!2vNu)?gjsMP& zT3_bbAyzxIV%mBI$d9)PR%W6WnME7ZiZDgt>&K}pH+m6n!X;F6T6r|dTFdPVT!Fj?ax8lvhUCCDheN#D1T5+iB#l6H zUYpA(VBMk^PsOvM2-e1FN@AwULPzKhQKTnB6g3{k36O59C`}c8PrhM~u)51L)Gh($Hz6dPKHvEJURMgoM=7%b*2>F|N-iaa&ai+AntLb>Es)7)!wg8`QO-kxDIHEXM z5UBWd8)zh}iemoIek!0{09| zXWrg*doNX4$f@G7RRc&+<+w399TP+qpuMOkf#{x+O~sT%0xXYFF>q)o zsk5eO9Y$6pKI}LTxW z{>Ou*2A1z*R%^c^n48W7XV!g#;dA5SrQXr-@c4!BSY#~EPPOa)(a8A=yPHG0n=%9~m0zeZq9=o*zt%jE4urvGLK!@cH~T zs&UjhruH2*+Hzv@%@fldCqjFA3VT}GnAi31L5} zKw!W)y5A%;Ac{Nr_HJuuzu1mnS17Hy&#Vw=RB6X7pr%S4?Cw&yKXNV-9@W`iw9d1- zWny$NZ<~Bmn95F{)SZz5FmlR~Z<@M1DRt$0yP~JMzBgShc8gup9iZaitKreH$jGpG zX*7H;^13)a+8Y_nb5q?@9r>eECvgA{JlX#J7bm;Ksct$2Z3%Vct&?=YCroR|q8}>H zG&s`VJ17qJ_Js${>2&tBG2Id#9(Zyb!PX==t4@JpDYK|5-It^+0I(F+r>CcN&p`NG z@5JD^I65&H9*e>Gtt51$n6~~ENEKgIVE_Vk2>ezE`dpNk?Enj~&dCm_TM>kRz|dB= zf{?%loSr+@sGYXeAh+UxHZO2HX_=LMP@+2tGE>p1sTCgiC1c7>~bB< zmehY{eO1%%MA6Ie#QOqf1j#2nDYL z6hTZy;RishZYMR3OD0^=grou>P1b-(P;N>|FlQkPa3-G0%w+|TuOcO}53pbCns8$l zxD}Ohq!8fHsp*7CDGNMWH?5RFgbIjLQ^T-p^(c@kph0JjuAc_*e}DqO83Zs;GE;%w zFT9q&dVnli7P*)uPGamdxa%p1e77vOxPm2%uz;q0LoWBQ6mWmazT3!=7>v1vFsc%? zWeC<{Wex-tVkLCvU^S*R<^~C|!!%llY^9F{M4QxfR#kLcES=266N(yvo#;*!l!aFtnr(jIFPc|6mOEBo`z+A5;cnZ)KHzp5R?>M23f^KpfUoyFUvD{} zhpvBD=&iNVeN`|htW?FI7oY+vBUek}#LjXmFl8aDe&9eA?@DDg0{Ud&rp4x87)pbg zURHAHlw1YUrrDzN>lETMf&_4S4xn=?E0ixe-NPYP=c#Gx99XJcLPT`uJK<0aE;e&X zCGW3FvecA--D!w?Z<9@zck#uA7nkJEU5ATq-(qAT^4>+mLfl6vGB^jkKP-Be{aNK`zXP1Wg`jR%x=u7F%w)lt ze#Vxi3HKS(%aM5?N{`$ZGm3Z7vp5 z6j|$}!%buANX}{54!n$^wLlKIpb8u$fHCOZ==g3SG9$c&+I~xjYl5brvlHGLSLc+s zwoeItc)v@eCA|CrMxqW7cXq?P{J|b@B&Fv9;Z`hKM_jU?W z0{55$0l?YF2Pab3Qt2Bh)8h&#gcpT#)B}x&tm-gm!E`q~b;PE3L3cy%&t;#3o`xE) z?o@7ORJeTtP*L#?u-onY0NV22ZHEPQ^fofy1p+?DM?C(;k%f_UcZ*?R9j`E(o~G68 z>g>Jrn*7W3FVgGZy|C_zJm#?rJdF=882RP=hWFUIy>Gqkdmp!cT)*DZ_qn}qv+mGJ zbUAvD+o)@scW(L`9{Gd~pKveucZdJ_@O}BCA&|e`!HD9sBq% zIK%8+0w=HJ{piWt=WLZvCfx4WycVWA5+os}s97+8ZJHD?M05%>Qak|>TDTF<&H|rC zpBMxM-xvgHnK$CvcGDjRTQ}_*jIaZ&u!EZQHp_CDi-OICEGnv052zAMBARoHbZ&JN zI-tJ=GU_?i*P*20hl6#R*Ga1>&%Cc{5oXJuA?qIj0h4fomKXC2`PJ6Xy+@0I1CIis zjX>yrWNmgWy54d2vq0~w zpup_s-^!ZH!wXZ4t-hPkfDbF1slZUpwE?2S*s%-s;8_QG>e8Cm(vKQ>$8(jAa8+KvS?q2l##PdPz z>cof9_oH`@ZrI!3^AsEK&BVLu4bHpGJ2$I4@f`^s03;Qj1Zi1G$>zfW;s*6CAeEDW z5vCHqRH%U5+1qZgeJJlvDX{&5-{SIP)?ol*M zVb5y?#(i|^R{+TZh%G&Dc7t5;p^CnXfbCLGhZlF+T6TBzJ*)D;ly|qEi^7=vk!?!Y zb3EP$4y_*uSa^UmwXZk!%nvLM{bXn@T5N1vZ|o}7UNCrz4}jHUJMjudcWtru;L7Rc z(?x&XV;kpn8iaE=P3PoHXOxtQ2z6I1k%sd~twXm;YI-gu$I8+}|ALXU1^%`k1Gz|; z|A*gF8}~;75Vy&G7@+K@7?NUTa*LD6Uok5TLuizL8p^A9KkW$2TK??>_E=7)mjtB4 z+(oQn0gq_~t#jp9c9{QLc9SE2Z@IyQ_~Cq@;>T!oLnoQ%1sW;s5GiNiGAO`95vm%F zAv!wKBG9v`sN%9kT*ihN5*di@p_(Wg)h^r6eM$JZM1FiQa?+vZht>xDezi$8Zxlh~IePhML?FLUgt&fStQv*)d;aPMnINo!8ts#1SA(|pt6Uus=w`jUsfEeo+8 z{XKGeV>P1)uVDSLNp=xGUqy*R9!H28>Qcw`oe2DuL<*-GPcfhoFxy{h*|& z2*N4Q(;?!=6#7FHeIZqckktlnEqxIX^ry z8t(5M3#;dF@;W3`nL8Ey#Qu``%hJoL1}x~Yw7&srSQv)+4e|dQar`?u_8+AG5$XRg zatx3l>-vhdFagjj69D0`E(5EN-2nz3VjYhO=0?Y<(`=DDu*w@2C~a~FSL+NON-&O--&4hQXJKKyFth5r|GoLovuzVak=0nB_EVmQhIsc*&!g2@Uy-Us|cE!2uG*~yx z+EAXg(d)MwCz0tD2KUsk6j*6kZYbLQkL+z5_O|1(Vd2f!rxJxd{<$W#>QCy0LDAKwj>xd}JRxCydWjEQ{UaWS8)Jl8MZ-$b{ zEL}zsQVMqARg*?5gpSsY0#mgMGeCf<{Zl9XW1xR_y-Z1u*+xP2qb^W@HdQ26QKaAZ zW@is-Z6iP*FyFlEd)IvTn}04ZFC&m%INdN==_cggv0x-yHnVk(C*&r1jz~n}Ld2`T zIWNb`yq9Nh!7IR<4~b!u*AzB;&0&kz61IA+VVl<$F7uX!?Or=aBta5Gj&QlRJY3rSPV$YgU~d~wP7=v>jYws3``d!P2d|se+M(7_P}{+3%b~WSpte(T$|k8& zHcg6B)iu%EWg}9bR4vGKytsC~AutmmP2ykzZ}lC|F~S$p>JTB&}?>fI$<;FQ|*6O#L-hC|R%YLr`~CfO-9 z!@CmB&nmURZU>}RD7Ue?GJx$m7VOOpt%FjBTp@L`@mlm2hHI9(pmj*8tch4;6+4V7I$2}HJI2M`JtjGPKkpEmr*2J-3 zK-I)&gNmwIzdo%7qY-~dGo788hDOtK5h#Dm0jkHWm7Vs}i!wc?M#Dy)q48gz)=ba) zLo>2wecn%lY+T2*pDMC1%uqa>R&@r;bYeE5`mdazG)g_ZR{2cil0OubCZ^>;a55-U z&6dmF1)P9C5{(1{&}B~cMf_peW75jAIQn8V*K-j`o(x80>3B2@a|V@YL~F=Zo`_ru z(r6?sN7Qk^*USbQAo*uPs!z^$2;dPJ3HOX?s}jIXAU9-5U`Ng?%<>+A)*~TB z&c#44X1a5YSpP>Yx&aX8UeFiq#t*b@nedU%$@ul9{4(88~ZnV7snDg8`KQ9#EaVn0bNzS|M_zV1A**{6nS3&Cc&Gn7`yYb2F8mpNnxZJ|;{GcrGaKV`PGO zgt-p(CC8&Q%tRJ^Yn5h+Rnb2x#lzK1tN}%8PytF%{gD6&TNPz4b+QhOz-cYyX$1g} ziSERDA#`5R_~^7IP{>q9jF}`K8&NSqClpC;iqx*v`*J<>4n8)nLia%H6YwZM0I)zF zT8XtfzBAErqi;!GwREr7wU7u>`%~X4?AKxgiPY6rjS}pHc9(nh`-2?Y5AM85vdEFO} zuh%vtIun8T3yYRGcfD-gUcE5RI94<3LPs-A2C1S3a&!r6M#5)Qy!sdw=jk_37ix|c zCk2B>75)^t$`#O2DawDMfKrG-6%xm&cxNH5#4Myzb5HWdjI^SFn!%n!ZZpQ5DB{HY zI62%ANw@}dHb&kCEKKu!jH6YOc%fV`7s42yA6GJcS)VyTmCOjYt>SUM9{8NGU|p{Z z0e*@E_!p~TZ36HgQu4NBto;W6T8#*O=Y{+_k%t02$7(MVk7b;q`OFxmNPr=YkHE9F z7r@sD2SO}HUaUgFRPaGSTff5@hxa4yCdZN2Tq2p}|5mund4#7t932JxaWG9Pe3QsW zs$s0~8b7#OTd48u|IL*2S-wl z&ik&qgzI+0t%l@|AGfDny~`tM*I>#qxB+uMwRB?D*17Jie*MbzD=X%IY1p?soT$3p ze5?75)(;x?Wt{s{*8TULwTtDSeQF|&`xRv9e=^k{-(fA13;4;HTtM1E!iaH~fUfRx zeDZu;D!!qLTyZy?oSC-Gc z8@d~MJCbRCa$#)UVqb`DRCFXyEz{-6m9cxSdzO1M?@hdS^8Mjd=jlwvc*;8dTe~wZ z#3x=ooDv%qJoKx5N60_gj@gA@mT>?zvu}m0QVKXKQwnI=4N zbU(Z_?otuw9)!BN*1S1YLg;@Fx+v%t>O#Nf;Ieq?Sy`sCF`td_5!D(NOmDNq6FC54dUr01bn8zs7K@C#s5X+o&OXuA#aNOk>*qZ zrlE&vdkj2iG zI&b^J6GDN*5@4HRHUqcdjD8yvB;gWJ6dJdX7tvHzxYzzG#+N$tshj}{=lchdsOWOA zB$}yJV^!3?vMgM2?PjNSPW`)tikY{{Kk3dc{`=_U6 z*ksjXvoME^4q$iWRwl6VKxRE<^hK5D! z&&xV(s3p;;(-U*>=oC(X;5s~t8RY8%S$B6P)P<++S2uo2>P(%B<_%|Kq6aOvUkItr z(N*UYY3maYz@?j9l2+|q>yGO9p6jR99Ia_b>uTH3ius;B(>C^N#|iY~%y&%S$E`Pa zTz_`)c)U73@c;(vTDr38>|O8N@s{UJPu#iQvUAy)ZrLBVt+%w_e&*IQH*ELy4AeZ{ z=|R`Pa`0Z``_9#_Z>1gX#b@HPMQd0(pPXIkTnT2{j{e$l?7pip@nYK5mv;26J8Kg) zufDQgS$DJiMtS1guPZw?2VjQ}cN2#bK49|s)r$U%y+0-P>vB*GMkb?kRm!X~=(_|; z7J^AWtSX{VGw=lzD@$%I_TemvnqY3WDzNLv|&0EcH zHfLG~(yoEDbzsqw_w55PS}vg+W}jdaj=nG?mDfENa?(DB^@RsIU*OD_#Ld~G`SI}Z zW2C?uEzw8KIoqXlgJCNd^uqA*wp5}Q+Kby#iC(1$D2r7vBZ{|esl-@lsBB9{FJJ*w zfZI~R3{BgbpqRr2%fBhdECt^$r-AdhlCWfF#7@sZ<;TcW9=qlWh9L}w0ecqxWnpox zZd;{6#g?d|cc`2W`BkJ}aN+~!;W|Le*JPPObLRShL;xL9(8ULyV&wK02auGy=_TZYadRx53jW! zNVgxz*bgp@Z8Wv6HT9>P`q!F<(@n!EvHpJhp7qY24Oi{WeK+=Pv~;hv^ru_;GcAKf z`R1rJhEuR3^KHj1$0zj;hk27YOlBtKizJD`AzKtSQg~}43lfNAxH=Qz zl1!9%S%3>O6XZ?VyczOl$XlS^0(q-sm2FTi0~{Na?UDm7Jsog8DIhK~2tL^!cDS0X zm=!$b6f1Qt4|W$BFS5FEbxh7(gUn4*=#i^f&k|U^Sp{UgW5kzJIJ4+W8@nXnOE=B) z`4DA+1^t+>9^tXKS7ekJQwO^MM&Pf|!ZyHnO~omaAy1-%H#Q6qYwUw%}jw5W=X zJWF{43BujkS&Ty!HSxS(Ij`A#zCg&YD6slgKw|a@EwMN3T(md6;;bUbiY$46hCT{@mL{rFVc*^{#NutQ+JN9iN@J`7ZN z1cm~i2L~N3*+bACEfA1o`&`a14!vTIDdDs`WWMnNG)+>?2>qkx*32{0 z5*(WD2%^{mL!S{9^EzGG0So_f*e0*DM=0k+iBa*NFqnd(0WJ%wN&B8m8^jTt*LQjV zCQhcU-Rt(cl)ZD^(Z1&BNjrLy-&u8xKp3jBE4eT2+?8^UtPc&RpmZ`_+5f=l24|r4 z&DPZJ;~D2z$~vagCpr}#r!EfKAWz#7pqimSL~s+qEdZJjjHvVtEFw8-BGLhU6U)e% z6#XpvGXxz7IuUdsVEP!rFX2(50Ioq0wca$8P&Ns?lIj+|HurF*frM)d0;B_*X3n%D z(S`XPm_MlJA;u<}b|#K*5_l!Yw(#|dquO+WOFq4PcBN}YS?Rs|Qo8%lCc(=0#fR*z zuLW1&;m&$SG^-K3r^tfz&k=kNfM!-_r-72${wRtneN!l=^*y3HLNRUze}XVoO{pEL z(6pxLm$0j1JsyFIlEwi*I8lvWlq2v54P}~KE5ooe``acPr^cX?W|~ohA%)#I>#Guhjde4+*>;Ishd4vUw5ma}No;HY>_GS8`&Lz-xJ83tyX^ z`GPlryT>EtbXs|d+N_4EPvl*-7-PnPYw}#&xaKQ z>$a-bo3A&omsP*M>-w(JFTKkrRkkjEp=@z1?uws}L*%A?i`Y1Rv%$eN#k;^b=9&_F z*eeP23Z-SBS9oo<*|_S2unC>3lh6-d%R5$tm5CMW-60&Jdb6RK8%WG;5_sJc?@hed zb?;k$U%`s+k8WY@<{=a3O0^Ad5_qo!w(zxC>Ez6bv&pWclI*?p(iVZ@@4COjo!~wt I2pJRnAK5Jtpa1{> literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/metadata.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1dc34d107bd551e5a9f2fd46c4be825f3ca8c083 GIT binary patch literal 26965 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
                                                # pre-release
      +            [-_\.]?
      +            (?Palpha|a|beta|b|preview|pre|c|rc)
      +            [-_\.]?
      +            (?P[0-9]+)?
      +        )?
      +        (?P                                         # post release
      +            (?:-(?P[0-9]+))
      +            |
      +            (?:
      +                [-_\.]?
      +                (?Ppost|rev|r)
      +                [-_\.]?
      +                (?P[0-9]+)?
      +            )
      +        )?
      +        (?P                                          # dev release
      +            [-_\.]?
      +            (?Pdev)
      +            [-_\.]?
      +            (?P[0-9]+)?
      +        )?
      +    )
      +    (?:\+(?P[a-z0-9]+(?:[-_\.][a-z0-9]+)*))?       # local version
      +"""
      +
      +VERSION_PATTERN = _VERSION_PATTERN
      +"""
      +A string containing the regular expression used to match a valid version.
      +
      +The pattern is not anchored at either end, and is intended for embedding in larger
      +expressions (for example, matching a version number as part of a file name). The
      +regular expression should be compiled with the ``re.VERBOSE`` and ``re.IGNORECASE``
      +flags set.
      +
      +:meta hide-value:
      +"""
      +
      +
      +class Version(_BaseVersion):
      +    """This class abstracts handling of a project's versions.
      +
      +    A :class:`Version` instance is comparison aware and can be compared and
      +    sorted using the standard Python interfaces.
      +
      +    >>> v1 = Version("1.0a5")
      +    >>> v2 = Version("1.0")
      +    >>> v1
      +    
      +    >>> v2
      +    
      +    >>> v1 < v2
      +    True
      +    >>> v1 == v2
      +    False
      +    >>> v1 > v2
      +    False
      +    >>> v1 >= v2
      +    False
      +    >>> v1 <= v2
      +    True
      +    """
      +
      +    _regex = re.compile(r"^\s*" + VERSION_PATTERN + r"\s*$", re.VERBOSE | re.IGNORECASE)
      +    _key: CmpKey
      +
      +    def __init__(self, version: str) -> None:
      +        """Initialize a Version object.
      +
      +        :param version:
      +            The string representation of a version which will be parsed and normalized
      +            before use.
      +        :raises InvalidVersion:
      +            If the ``version`` does not conform to PEP 440 in any way then this
      +            exception will be raised.
      +        """
      +
      +        # Validate the version and parse it into pieces
      +        match = self._regex.search(version)
      +        if not match:
      +            raise InvalidVersion(f"Invalid version: '{version}'")
      +
      +        # 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.12/site-packages/pip-24.0.dist-info/AUTHORS.txt b/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt
      new file mode 100644
      index 00000000..0e635489
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt
      @@ -0,0 +1,760 @@
      +@Switch01
      +A_Rog
      +Aakanksha Agrawal
      +Abhinav Sagar
      +ABHYUDAY PRATAP SINGH
      +abs51295
      +AceGentile
      +Adam Chainz
      +Adam Tse
      +Adam Wentz
      +admin
      +Adrien Morison
      +ahayrapetyan
      +Ahilya
      +AinsworthK
      +Akash Srivastava
      +Alan Yee
      +Albert Tugushev
      +Albert-Guan
      +albertg
      +Alberto Sottile
      +Aleks Bunin
      +Ales Erjavec
      +Alethea Flowers
      +Alex Gaynor
      +Alex Grönholm
      +Alex Hedges
      +Alex Loosley
      +Alex Morega
      +Alex Stachowiak
      +Alexander Shtyrov
      +Alexandre Conrad
      +Alexey Popravka
      +Aleš Erjavec
      +Alli
      +Ami Fischman
      +Ananya Maiti
      +Anatoly Techtonik
      +Anders Kaseorg
      +Andre Aguiar
      +Andreas Lutro
      +Andrei Geacar
      +Andrew Gaul
      +Andrew Shymanel
      +Andrey Bienkowski
      +Andrey Bulgakov
      +Andrés Delfino
      +Andy Freeland
      +Andy Kluger
      +Ani Hayrapetyan
      +Aniruddha Basak
      +Anish Tambe
      +Anrs Hu
      +Anthony Sottile
      +Antoine Musso
      +Anton Ovchinnikov
      +Anton Patrushev
      +Antonio Alvarado Hernandez
      +Antony Lee
      +Antti Kaihola
      +Anubhav Patel
      +Anudit Nagar
      +Anuj Godase
      +AQNOUCH Mohammed
      +AraHaan
      +Arindam Choudhury
      +Armin Ronacher
      +Artem
      +Arun Babu Neelicattu
      +Ashley Manton
      +Ashwin Ramaswami
      +atse
      +Atsushi Odagiri
      +Avinash Karhana
      +Avner Cohen
      +Awit (Ah-Wit) Ghirmai
      +Baptiste Mispelon
      +Barney Gale
      +barneygale
      +Bartek Ogryczak
      +Bastian Venthur
      +Ben Bodenmiller
      +Ben Darnell
      +Ben Hoyt
      +Ben Mares
      +Ben Rosser
      +Bence Nagy
      +Benjamin Peterson
      +Benjamin VanEvery
      +Benoit Pierre
      +Berker Peksag
      +Bernard
      +Bernard Tyers
      +Bernardo B. Marques
      +Bernhard M. Wiedemann
      +Bertil Hatt
      +Bhavam Vidyarthi
      +Blazej Michalik
      +Bogdan Opanchuk
      +BorisZZZ
      +Brad Erickson
      +Bradley Ayers
      +Brandon L. Reiss
      +Brandt Bucher
      +Brett Randall
      +Brett Rosen
      +Brian Cristante
      +Brian Rosner
      +briantracy
      +BrownTruck
      +Bruno Oliveira
      +Bruno Renié
      +Bruno S
      +Bstrdsmkr
      +Buck Golemon
      +burrows
      +Bussonnier Matthias
      +bwoodsend
      +c22
      +Caleb Martinez
      +Calvin Smith
      +Carl Meyer
      +Carlos Liam
      +Carol Willing
      +Carter Thayer
      +Cass
      +Chandrasekhar Atina
      +Chih-Hsuan Yen
      +Chris Brinker
      +Chris Hunt
      +Chris Jerdonek
      +Chris Kuehl
      +Chris McDonough
      +Chris Pawley
      +Chris Pryer
      +Chris Wolfe
      +Christian Clauss
      +Christian Heimes
      +Christian Oudard
      +Christoph Reiter
      +Christopher Hunt
      +Christopher Snyder
      +cjc7373
      +Clark Boylan
      +Claudio Jolowicz
      +Clay McClure
      +Cody
      +Cody Soyland
      +Colin Watson
      +Collin Anderson
      +Connor Osborn
      +Cooper Lees
      +Cooper Ry Lees
      +Cory Benfield
      +Cory Wright
      +Craig Kerstiens
      +Cristian Sorinel
      +Cristina
      +Cristina Muñoz
      +Curtis Doty
      +cytolentino
      +Daan De Meyer
      +Dale
      +Damian
      +Damian Quiroga
      +Damian Shaw
      +Dan Black
      +Dan Savilonis
      +Dan Sully
      +Dane Hillard
      +daniel
      +Daniel Collins
      +Daniel Hahler
      +Daniel Holth
      +Daniel Jost
      +Daniel Katz
      +Daniel Shaulov
      +Daniele Esposti
      +Daniele Nicolodi
      +Daniele Procida
      +Daniil Konovalenko
      +Danny Hermes
      +Danny McClanahan
      +Darren Kavanagh
      +Dav Clark
      +Dave Abrahams
      +Dave Jones
      +David Aguilar
      +David Black
      +David Bordeynik
      +David Caro
      +David D Lowe
      +David Evans
      +David Hewitt
      +David Linke
      +David Poggi
      +David Pursehouse
      +David Runge
      +David Tucker
      +David Wales
      +Davidovich
      +ddelange
      +Deepak Sharma
      +Deepyaman Datta
      +Denise Yu
      +dependabot[bot]
      +derwolfe
      +Desetude
      +Devesh Kumar Singh
      +Diego Caraballo
      +Diego Ramirez
      +DiegoCaraballo
      +Dimitri Merejkowsky
      +Dimitri Papadopoulos
      +Dirk Stolle
      +Dmitry Gladkov
      +Dmitry Volodin
      +Domen Kožar
      +Dominic Davis-Foster
      +Donald Stufft
      +Dongweiming
      +doron zarhi
      +Dos Moonen
      +Douglas Thor
      +DrFeathers
      +Dustin Ingram
      +Dwayne Bailey
      +Ed Morley
      +Edgar Ramírez
      +Edgar Ramírez Mondragón
      +Ee Durbin
      +Efflam Lemaillet
      +efflamlemaillet
      +Eitan Adler
      +ekristina
      +elainechan
      +Eli Schwartz
      +Elisha Hollander
      +Ellen Marie Dash
      +Emil Burzo
      +Emil Styrke
      +Emmanuel Arias
      +Endoh Takanao
      +enoch
      +Erdinc Mutlu
      +Eric Cousineau
      +Eric Gillingham
      +Eric Hanchrow
      +Eric Hopper
      +Erik M. Bray
      +Erik Rose
      +Erwin Janssen
      +Eugene Vereshchagin
      +everdimension
      +Federico
      +Felipe Peter
      +Felix Yan
      +fiber-space
      +Filip Kokosiński
      +Filipe Laíns
      +Finn Womack
      +finnagin
      +Flavio Amurrio
      +Florian Briand
      +Florian Rathgeber
      +Francesco
      +Francesco Montesano
      +Frost Ming
      +Gabriel Curio
      +Gabriel de Perthuis
      +Garry Polley
      +gavin
      +gdanielson
      +Geoffrey Sneddon
      +George Song
      +Georgi Valkov
      +Georgy Pchelkin
      +ghost
      +Giftlin Rajaiah
      +gizmoguy1
      +gkdoc
      +Godefroid Chapelle
      +Gopinath M
      +GOTO Hayato
      +gousaiyang
      +gpiks
      +Greg Roodt
      +Greg Ward
      +Guilherme Espada
      +Guillaume Seguin
      +gutsytechster
      +Guy Rozendorn
      +Guy Tuval
      +gzpan123
      +Hanjun Kim
      +Hari Charan
      +Harsh Vardhan
      +harupy
      +Harutaka Kawamura
      +hauntsaninja
      +Henrich Hartzer
      +Henry Schreiner
      +Herbert Pfennig
      +Holly Stotelmyer
      +Honnix
      +Hsiaoming Yang
      +Hugo Lopes Tavares
      +Hugo van Kemenade
      +Hugues Bruant
      +Hynek Schlawack
      +Ian Bicking
      +Ian Cordasco
      +Ian Lee
      +Ian Stapleton Cordasco
      +Ian Wienand
      +Igor Kuzmitshov
      +Igor Sobreira
      +Ilan Schnell
      +Illia Volochii
      +Ilya Baryshev
      +Inada Naoki
      +Ionel Cristian Mărieș
      +Ionel Maries Cristian
      +Itamar Turner-Trauring
      +Ivan Pozdeev
      +J. Nick Koston
      +Jacob Kim
      +Jacob Walls
      +Jaime Sanz
      +jakirkham
      +Jakub Kuczys
      +Jakub Stasiak
      +Jakub Vysoky
      +Jakub Wilk
      +James Cleveland
      +James Curtin
      +James Firth
      +James Gerity
      +James Polley
      +Jan Pokorný
      +Jannis Leidel
      +Jarek Potiuk
      +jarondl
      +Jason Curtis
      +Jason R. Coombs
      +JasonMo
      +JasonMo1
      +Jay Graves
      +Jean Abou Samra
      +Jean-Christophe Fillion-Robin
      +Jeff Barber
      +Jeff Dairiki
      +Jeff Widman
      +Jelmer Vernooij
      +jenix21
      +Jeremy Stanley
      +Jeremy Zafran
      +Jesse Rittner
      +Jiashuo Li
      +Jim Fisher
      +Jim Garrison
      +Jiun Bae
      +Jivan Amara
      +Joe Bylund
      +Joe Michelini
      +John Paton
      +John T. Wodder II
      +John-Scott Atlakson
      +johnthagen
      +Jon Banafato
      +Jon Dufresne
      +Jon Parise
      +Jonas Nockert
      +Jonathan Herbert
      +Joonatan Partanen
      +Joost Molenaar
      +Jorge Niedbalski
      +Joseph Bylund
      +Joseph Long
      +Josh Bronson
      +Josh Hansen
      +Josh Schneier
      +Joshua
      +Juan Luis Cano Rodríguez
      +Juanjo Bazán
      +Judah Rand
      +Julian Berman
      +Julian Gethmann
      +Julien Demoor
      +Jussi Kukkonen
      +jwg4
      +Jyrki Pulliainen
      +Kai Chen
      +Kai Mueller
      +Kamal Bin Mustafa
      +kasium
      +kaustav haldar
      +keanemind
      +Keith Maxwell
      +Kelsey Hightower
      +Kenneth Belitzky
      +Kenneth Reitz
      +Kevin Burke
      +Kevin Carter
      +Kevin Frommelt
      +Kevin R Patterson
      +Kexuan Sun
      +Kit Randel
      +Klaas van Schelven
      +KOLANICH
      +kpinc
      +Krishna Oza
      +Kumar McMillan
      +Kurt McKee
      +Kyle Persohn
      +lakshmanaram
      +Laszlo Kiss-Kollar
      +Laurent Bristiel
      +Laurent LAPORTE
      +Laurie O
      +Laurie Opperman
      +layday
      +Leon Sasson
      +Lev Givon
      +Lincoln de Sousa
      +Lipis
      +lorddavidiii
      +Loren Carvalho
      +Lucas Cimon
      +Ludovic Gasc
      +Lukas Geiger
      +Lukas Juhrich
      +Luke Macken
      +Luo Jiebin
      +luojiebin
      +luz.paz
      +László Kiss Kollár
      +M00nL1ght
      +Marc Abramowitz
      +Marc Tamlyn
      +Marcus Smith
      +Mariatta
      +Mark Kohler
      +Mark Williams
      +Markus Hametner
      +Martey Dodoo
      +Martin Fischer
      +Martin Häcker
      +Martin Pavlasek
      +Masaki
      +Masklinn
      +Matej Stuchlik
      +Mathew Jennings
      +Mathieu Bridon
      +Mathieu Kniewallner
      +Matt Bacchi
      +Matt Good
      +Matt Maker
      +Matt Robenolt
      +matthew
      +Matthew Einhorn
      +Matthew Feickert
      +Matthew Gilliard
      +Matthew Iversen
      +Matthew Treinish
      +Matthew Trumbell
      +Matthew Willson
      +Matthias Bussonnier
      +mattip
      +Maurits van Rees
      +Max W Chase
      +Maxim Kurnikov
      +Maxime Rouyrre
      +mayeut
      +mbaluna
      +mdebi
      +memoselyk
      +meowmeowcat
      +Michael
      +Michael Aquilina
      +Michael E. Karpeles
      +Michael Klich
      +Michael Mintz
      +Michael Williamson
      +michaelpacer
      +Michał Górny
      +Mickaël Schoentgen
      +Miguel Araujo Perez
      +Mihir Singh
      +Mike
      +Mike Hendricks
      +Min RK
      +MinRK
      +Miro Hrončok
      +Monica Baluna
      +montefra
      +Monty Taylor
      +Muha Ajjan‮
      +Nadav Wexler
      +Nahuel Ambrosini
      +Nate Coraor
      +Nate Prewitt
      +Nathan Houghton
      +Nathaniel J. Smith
      +Nehal J Wani
      +Neil Botelho
      +Nguyễn Gia Phong
      +Nicholas Serra
      +Nick Coghlan
      +Nick Stenning
      +Nick Timkovich
      +Nicolas Bock
      +Nicole Harris
      +Nikhil Benesch
      +Nikhil Ladha
      +Nikita Chepanov
      +Nikolay Korolev
      +Nipunn Koorapati
      +Nitesh Sharma
      +Niyas Sait
      +Noah
      +Noah Gorny
      +Nowell Strite
      +NtaleGrey
      +nvdv
      +OBITORASU
      +Ofek Lev
      +ofrinevo
      +Oliver Freund
      +Oliver Jeeves
      +Oliver Mannion
      +Oliver Tonnhofer
      +Olivier Girardot
      +Olivier Grisel
      +Ollie Rutherfurd
      +OMOTO Kenji
      +Omry Yadan
      +onlinejudge95
      +Oren Held
      +Oscar Benjamin
      +Oz N Tiram
      +Pachwenko
      +Patrick Dubroy
      +Patrick Jenkins
      +Patrick Lawson
      +patricktokeeffe
      +Patrik Kopkan
      +Paul Ganssle
      +Paul Kehrer
      +Paul Moore
      +Paul Nasrat
      +Paul Oswald
      +Paul van der Linden
      +Paulus Schoutsen
      +Pavel Safronov
      +Pavithra Eswaramoorthy
      +Pawel Jasinski
      +Paweł Szramowski
      +Pekka Klärck
      +Peter Gessler
      +Peter Lisák
      +Peter Waller
      +petr-tik
      +Phaneendra Chiruvella
      +Phil Elson
      +Phil Freo
      +Phil Pennock
      +Phil Whelan
      +Philip Jägenstedt
      +Philip Molloy
      +Philippe Ombredanne
      +Pi Delport
      +Pierre-Yves Rofes
      +Pieter Degroote
      +pip
      +Prabakaran Kumaresshan
      +Prabhjyotsing Surjit Singh Sodhi
      +Prabhu Marappan
      +Pradyun Gedam
      +Prashant Sharma
      +Pratik Mallya
      +pre-commit-ci[bot]
      +Preet Thakkar
      +Preston Holmes
      +Przemek Wrzos
      +Pulkit Goyal
      +q0w
      +Qiangning Hong
      +Qiming Xu
      +Quentin Lee
      +Quentin Pradet
      +R. David Murray
      +Rafael Caricio
      +Ralf Schmitt
      +Razzi Abuissa
      +rdb
      +Reece Dunham
      +Remi Rampin
      +Rene Dudfield
      +Riccardo Magliocchetti
      +Riccardo Schirone
      +Richard Jones
      +Richard Si
      +Ricky Ng-Adam
      +Rishi
      +RobberPhex
      +Robert Collins
      +Robert McGibbon
      +Robert Pollak
      +Robert T. McGibbon
      +robin elisha robinson
      +Roey Berman
      +Rohan Jain
      +Roman Bogorodskiy
      +Roman Donchenko
      +Romuald Brunet
      +ronaudinho
      +Ronny Pfannschmidt
      +Rory McCann
      +Ross Brattain
      +Roy Wellington Ⅳ
      +Ruairidh MacLeod
      +Russell Keith-Magee
      +Ryan Shepherd
      +Ryan Wooden
      +ryneeverett
      +Sachi King
      +Salvatore Rinchiera
      +sandeepkiran-js
      +Sander Van Balen
      +Savio Jomton
      +schlamar
      +Scott Kitterman
      +Sean
      +seanj
      +Sebastian Jordan
      +Sebastian Schaetz
      +Segev Finer
      +SeongSoo Cho
      +Sergey Vasilyev
      +Seth Michael Larson
      +Seth Woodworth
      +Shahar Epstein
      +Shantanu
      +shireenrao
      +Shivansh-007
      +Shlomi Fish
      +Shovan Maity
      +Simeon Visser
      +Simon Cross
      +Simon Pichugin
      +sinoroc
      +sinscary
      +snook92
      +socketubs
      +Sorin Sbarnea
      +Srinivas Nyayapati
      +Stavros Korokithakis
      +Stefan Scherfke
      +Stefano Rivera
      +Stephan Erb
      +Stephen Rosen
      +stepshal
      +Steve (Gadget) Barnes
      +Steve Barnes
      +Steve Dower
      +Steve Kowalik
      +Steven Myint
      +Steven Silvester
      +stonebig
      +studioj
      +Stéphane Bidoul
      +Stéphane Bidoul (ACSONE)
      +Stéphane Klein
      +Sumana Harihareswara
      +Surbhi Sharma
      +Sviatoslav Sydorenko
      +Swat009
      +Sylvain
      +Takayuki SHIMIZUKAWA
      +Taneli Hukkinen
      +tbeswick
      +Thiago
      +Thijs Triemstra
      +Thomas Fenzl
      +Thomas Grainger
      +Thomas Guettler
      +Thomas Johansson
      +Thomas Kluyver
      +Thomas Smith
      +Thomas VINCENT
      +Tim D. Smith
      +Tim Gates
      +Tim Harder
      +Tim Heap
      +tim smith
      +tinruufu
      +Tobias Hermann
      +Tom Forbes
      +Tom Freudenheim
      +Tom V
      +Tomas Hrnciar
      +Tomas Orsava
      +Tomer Chachamu
      +Tommi Enenkel | AnB
      +Tomáš Hrnčiar
      +Tony Beswick
      +Tony Narlock
      +Tony Zhaocheng Tan
      +TonyBeswick
      +toonarmycaptain
      +Toshio Kuratomi
      +toxinu
      +Travis Swicegood
      +Tushar Sadhwani
      +Tzu-ping Chung
      +Valentin Haenel
      +Victor Stinner
      +victorvpaulo
      +Vikram - Google
      +Viktor Szépe
      +Ville Skyttä
      +Vinay Sajip
      +Vincent Philippon
      +Vinicyus Macedo
      +Vipul Kumar
      +Vitaly Babiy
      +Vladimir Fokow
      +Vladimir Rutsky
      +W. Trevor King
      +Wil Tan
      +Wilfred Hughes
      +William Edwards
      +William ML Leslie
      +William T Olson
      +William Woodruff
      +Wilson Mo
      +wim glenn
      +Winson Luk
      +Wolfgang Maier
      +Wu Zhenyu
      +XAMES3
      +Xavier Fernandez
      +xoviat
      +xtreak
      +YAMAMOTO Takashi
      +Yen Chi Hsuan
      +Yeray Diaz Diaz
      +Yoval P
      +Yu Jian
      +Yuan Jing Vincent Yan
      +Yusuke Hayashi
      +Zearin
      +Zhiping Deng
      +ziebam
      +Zvezdan Petkovic
      +Łukasz Langa
      +Роман Донченко
      +Семён Марьясин
      +‮rekcäH nitraM‮
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER b/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER
      new file mode 100644
      index 00000000..a1b589e3
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER
      @@ -0,0 +1 @@
      +pip
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt b/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt
      new file mode 100644
      index 00000000..8e7b65ea
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt
      @@ -0,0 +1,20 @@
      +Copyright (c) 2008-present The pip developers (see AUTHORS.txt file)
      +
      +Permission is hereby granted, free of charge, to any person obtaining
      +a copy of this software and associated documentation files (the
      +"Software"), to deal in the Software without restriction, including
      +without limitation the rights to use, copy, modify, merge, publish,
      +distribute, sublicense, and/or sell copies of the Software, and to
      +permit persons to whom the Software is furnished to do so, subject to
      +the following conditions:
      +
      +The above copyright notice and this permission notice shall be
      +included in all copies or substantial portions of the Software.
      +
      +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
      +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
      +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
      +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
      +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
      +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
      +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA b/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA
      new file mode 100644
      index 00000000..e5b45bdd
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA
      @@ -0,0 +1,88 @@
      +Metadata-Version: 2.1
      +Name: pip
      +Version: 24.0
      +Summary: The PyPA recommended tool for installing Python packages.
      +Author-email: The pip developers 
      +License: MIT
      +Project-URL: Homepage, https://pip.pypa.io/
      +Project-URL: Documentation, https://pip.pypa.io
      +Project-URL: Source, https://github.com/pypa/pip
      +Project-URL: Changelog, https://pip.pypa.io/en/stable/news/
      +Classifier: Development Status :: 5 - Production/Stable
      +Classifier: Intended Audience :: Developers
      +Classifier: License :: OSI Approved :: MIT License
      +Classifier: Topic :: Software Development :: Build Tools
      +Classifier: Programming Language :: Python
      +Classifier: Programming Language :: Python :: 3
      +Classifier: Programming Language :: Python :: 3 :: Only
      +Classifier: Programming Language :: Python :: 3.7
      +Classifier: Programming Language :: Python :: 3.8
      +Classifier: Programming Language :: Python :: 3.9
      +Classifier: Programming Language :: Python :: 3.10
      +Classifier: Programming Language :: Python :: 3.11
      +Classifier: Programming Language :: Python :: 3.12
      +Classifier: Programming Language :: Python :: Implementation :: CPython
      +Classifier: Programming Language :: Python :: Implementation :: PyPy
      +Requires-Python: >=3.7
      +Description-Content-Type: text/x-rst
      +License-File: LICENSE.txt
      +License-File: AUTHORS.txt
      +
      +pip - The Python Package Installer
      +==================================
      +
      +.. image:: https://img.shields.io/pypi/v/pip.svg
      +   :target: https://pypi.org/project/pip/
      +   :alt: PyPI
      +
      +.. image:: https://img.shields.io/pypi/pyversions/pip
      +   :target: https://pypi.org/project/pip
      +   :alt: PyPI - Python Version
      +
      +.. image:: https://readthedocs.org/projects/pip/badge/?version=latest
      +   :target: https://pip.pypa.io/en/latest
      +   :alt: Documentation
      +
      +pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes.
      +
      +Please take a look at our documentation for how to install and use pip:
      +
      +* `Installation`_
      +* `Usage`_
      +
      +We release updates regularly, with a new version every 3 months. Find more details in our documentation:
      +
      +* `Release notes`_
      +* `Release process`_
      +
      +If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms:
      +
      +* `Issue tracking`_
      +* `Discourse channel`_
      +* `User IRC`_
      +
      +If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms:
      +
      +* `GitHub page`_
      +* `Development documentation`_
      +* `Development IRC`_
      +
      +Code of Conduct
      +---------------
      +
      +Everyone interacting in the pip project's codebases, issue trackers, chat
      +rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
      +
      +.. _package installer: https://packaging.python.org/guides/tool-recommendations/
      +.. _Python Package Index: https://pypi.org
      +.. _Installation: https://pip.pypa.io/en/stable/installation/
      +.. _Usage: https://pip.pypa.io/en/stable/
      +.. _Release notes: https://pip.pypa.io/en/stable/news.html
      +.. _Release process: https://pip.pypa.io/en/latest/development/release-process/
      +.. _GitHub page: https://github.com/pypa/pip
      +.. _Development documentation: https://pip.pypa.io/en/latest/development
      +.. _Issue tracking: https://github.com/pypa/pip/issues
      +.. _Discourse channel: https://discuss.python.org/c/packaging
      +.. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa
      +.. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev
      +.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD b/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD
      new file mode 100644
      index 00000000..d3a6379e
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD
      @@ -0,0 +1,1024 @@
      +../../../bin/pip,sha256=SyNxSfkjQz4FgAl4bkCRjvfyHG8pDCZnCKIoCK3dIQ4,288
      +../../../bin/pip3,sha256=SyNxSfkjQz4FgAl4bkCRjvfyHG8pDCZnCKIoCK3dIQ4,288
      +../../../bin/pip3.12,sha256=SyNxSfkjQz4FgAl4bkCRjvfyHG8pDCZnCKIoCK3dIQ4,288
      +pip-24.0.dist-info/AUTHORS.txt,sha256=SwXm4nkwRkmtnO1ZY-dLy7EPeoQNXMNLby5CN3GlNhY,10388
      +pip-24.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
      +pip-24.0.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093
      +pip-24.0.dist-info/METADATA,sha256=kNEfJ3_Vho2mee4lfJdlbd5RHIqsfQJSMUB-bOkIOeI,3581
      +pip-24.0.dist-info/RECORD,,
      +pip-24.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip-24.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
      +pip-24.0.dist-info/entry_points.txt,sha256=Fa_c0b-xGFaYxagIruvpJD6qqXmNTA02vAVIkmMj-9o,125
      +pip-24.0.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
      +pip/__init__.py,sha256=oAk1nFpLmUVS5Ln7NxvNoGUn5Vkn6FGQjPaNDf8Q8pk,355
      +pip/__main__.py,sha256=WzbhHXTbSE6gBY19mNN9m4s5o_365LOvTYSgqgbdBhE,854
      +pip/__pip-runner__.py,sha256=EnrfKmKMzWAdqg_JicLCOP9Y95Ux7zHh4ObvqLtQcjo,1444
      +pip/__pycache__/__init__.cpython-312.pyc,,
      +pip/__pycache__/__main__.cpython-312.pyc,,
      +pip/__pycache__/__pip-runner__.cpython-312.pyc,,
      +pip/_internal/__init__.py,sha256=iqZ5-YQsQV08tkUc7L806Reop6tguLFWf70ySF6be0Y,515
      +pip/_internal/__pycache__/__init__.cpython-312.pyc,,
      +pip/_internal/__pycache__/build_env.cpython-312.pyc,,
      +pip/_internal/__pycache__/cache.cpython-312.pyc,,
      +pip/_internal/__pycache__/configuration.cpython-312.pyc,,
      +pip/_internal/__pycache__/exceptions.cpython-312.pyc,,
      +pip/_internal/__pycache__/main.cpython-312.pyc,,
      +pip/_internal/__pycache__/pyproject.cpython-312.pyc,,
      +pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc,,
      +pip/_internal/__pycache__/wheel_builder.cpython-312.pyc,,
      +pip/_internal/build_env.py,sha256=1ESpqw0iupS_K7phZK5zshVE5Czy9BtGLFU4W6Enva8,10243
      +pip/_internal/cache.py,sha256=uiYD-9F0Bv1C8ZyWE85lpzDmQf7hcUkgL99GmI8I41Q,10370
      +pip/_internal/cli/__init__.py,sha256=FkHBgpxxb-_gd6r1FjnNhfMOzAUYyXoXKJ6abijfcFU,132
      +pip/_internal/cli/__pycache__/__init__.cpython-312.pyc,,
      +pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc,,
      +pip/_internal/cli/__pycache__/base_command.cpython-312.pyc,,
      +pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc,,
      +pip/_internal/cli/__pycache__/command_context.cpython-312.pyc,,
      +pip/_internal/cli/__pycache__/main.cpython-312.pyc,,
      +pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc,,
      +pip/_internal/cli/__pycache__/parser.cpython-312.pyc,,
      +pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc,,
      +pip/_internal/cli/__pycache__/req_command.cpython-312.pyc,,
      +pip/_internal/cli/__pycache__/spinners.cpython-312.pyc,,
      +pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc,,
      +pip/_internal/cli/autocompletion.py,sha256=_br_5NgSxSuvPjMF0MLHzS5s6BpSkQAQHKrLK89VauM,6690
      +pip/_internal/cli/base_command.py,sha256=iuVWGa2oTq7gBReo0er3Z0tXJ2oqBIC6QjDHcnDhKXY,8733
      +pip/_internal/cli/cmdoptions.py,sha256=1EIm8yMixQMELO4QzogdIoWkvIlQqlAW0YnPeOmnvEA,30064
      +pip/_internal/cli/command_context.py,sha256=RHgIPwtObh5KhMrd3YZTkl8zbVG-6Okml7YbFX4Ehg0,774
      +pip/_internal/cli/main.py,sha256=Uzxt_YD1hIvB1AW5mxt6IVcht5G712AtMqdo51UMhmQ,2816
      +pip/_internal/cli/main_parser.py,sha256=laDpsuBDl6kyfywp9eMMA9s84jfH2TJJn-vmL0GG90w,4338
      +pip/_internal/cli/parser.py,sha256=KW6C3-7-4ErTNB0TfLTKwOdHcd-qefCeGnrOoE2r0RQ,10781
      +pip/_internal/cli/progress_bars.py,sha256=So4mPoSjXkXiSHiTzzquH3VVyVD_njXlHJSExYPXAow,1968
      +pip/_internal/cli/req_command.py,sha256=c7_XHABnXmD3_qlK9-r37KqdKBAcgmVKvQ2WcTrNLfc,18369
      +pip/_internal/cli/spinners.py,sha256=hIJ83GerdFgFCdobIA23Jggetegl_uC4Sp586nzFbPE,5118
      +pip/_internal/cli/status_codes.py,sha256=sEFHUaUJbqv8iArL3HAtcztWZmGOFX01hTesSytDEh0,116
      +pip/_internal/commands/__init__.py,sha256=5oRO9O3dM2vGuh0bFw4HOVletryrz5HHMmmPWwJrH9U,3882
      +pip/_internal/commands/__pycache__/__init__.cpython-312.pyc,,
      +pip/_internal/commands/__pycache__/cache.cpython-312.pyc,,
      +pip/_internal/commands/__pycache__/check.cpython-312.pyc,,
      +pip/_internal/commands/__pycache__/completion.cpython-312.pyc,,
      +pip/_internal/commands/__pycache__/configuration.cpython-312.pyc,,
      +pip/_internal/commands/__pycache__/debug.cpython-312.pyc,,
      +pip/_internal/commands/__pycache__/download.cpython-312.pyc,,
      +pip/_internal/commands/__pycache__/freeze.cpython-312.pyc,,
      +pip/_internal/commands/__pycache__/hash.cpython-312.pyc,,
      +pip/_internal/commands/__pycache__/help.cpython-312.pyc,,
      +pip/_internal/commands/__pycache__/index.cpython-312.pyc,,
      +pip/_internal/commands/__pycache__/inspect.cpython-312.pyc,,
      +pip/_internal/commands/__pycache__/install.cpython-312.pyc,,
      +pip/_internal/commands/__pycache__/list.cpython-312.pyc,,
      +pip/_internal/commands/__pycache__/search.cpython-312.pyc,,
      +pip/_internal/commands/__pycache__/show.cpython-312.pyc,,
      +pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc,,
      +pip/_internal/commands/__pycache__/wheel.cpython-312.pyc,,
      +pip/_internal/commands/cache.py,sha256=xg76_ZFEBC6zoQ3gXLRfMZJft4z2a0RwH4GEFZC6nnU,7944
      +pip/_internal/commands/check.py,sha256=Rb13Q28yoLh0j1gpx5SU0jlResNct21eQCRsnaO9xKA,1782
      +pip/_internal/commands/completion.py,sha256=HT4lD0bgsflHq2IDgYfiEdp7IGGtE7s6MgI3xn0VQEw,4287
      +pip/_internal/commands/configuration.py,sha256=n98enwp6y0b5G6fiRQjaZo43FlJKYve_daMhN-4BRNc,9766
      +pip/_internal/commands/debug.py,sha256=63972uUCeMIGOdMMVeIUGrOjTOqTVWplFC82a-hcKyA,6777
      +pip/_internal/commands/download.py,sha256=e4hw088zGo26WmJaMIRvCniLlLmoOjqolGyfHjsCkCQ,5335
      +pip/_internal/commands/freeze.py,sha256=2qjQrH9KWi5Roav0CuR7vc7hWm4uOi_0l6tp3ESKDHM,3172
      +pip/_internal/commands/hash.py,sha256=EVVOuvGtoPEdFi8SNnmdqlCQrhCxV-kJsdwtdcCnXGQ,1703
      +pip/_internal/commands/help.py,sha256=gcc6QDkcgHMOuAn5UxaZwAStsRBrnGSn_yxjS57JIoM,1132
      +pip/_internal/commands/index.py,sha256=CNXQer_PeZKSJooURcCFCBEKGfwyNoUWYP_MWczAcOM,4775
      +pip/_internal/commands/inspect.py,sha256=2wSPt9yfr3r6g-s2S5L6PvRtaHNVyb4TuodMStJ39cw,3188
      +pip/_internal/commands/install.py,sha256=VxDd-BD3a27ApeE2OK34rfBXS6Zo2wtemK9-HCwPqxM,28782
      +pip/_internal/commands/list.py,sha256=7wRUUmdyyOknl-WZYbO_LtFQxHlWod3pjOY9yYH435o,12450
      +pip/_internal/commands/search.py,sha256=sbBZiARRc050QquOKcCvOr2K3XLsoYebLKZGRi__iUI,5697
      +pip/_internal/commands/show.py,sha256=t5jia4zcYJRJZy4U_Von7zMl03hJmmcofj6oDNTnj7Y,6419
      +pip/_internal/commands/uninstall.py,sha256=OIqO9tqadY8kM4HwhFf1Q62fUIp7v8KDrTRo8yWMz7Y,3886
      +pip/_internal/commands/wheel.py,sha256=CSnX8Pmf1oPCnd7j7bn1_f58G9KHNiAblvVJ5zykN-A,6476
      +pip/_internal/configuration.py,sha256=XkAiBS0hpzsM-LF0Qu5hvPWO_Bs67-oQKRYFBuMbESs,14006
      +pip/_internal/distributions/__init__.py,sha256=Hq6kt6gXBgjNit5hTTWLAzeCNOKoB-N0pGYSqehrli8,858
      +pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc,,
      +pip/_internal/distributions/__pycache__/base.cpython-312.pyc,,
      +pip/_internal/distributions/__pycache__/installed.cpython-312.pyc,,
      +pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc,,
      +pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc,,
      +pip/_internal/distributions/base.py,sha256=oRSEvnv2ZjBnargamnv2fcJa1n6gUDKaW0g6CWSEpWs,1743
      +pip/_internal/distributions/installed.py,sha256=QinHFbWAQ8oE0pbD8MFZWkwlnfU1QYTccA1vnhrlYOU,842
      +pip/_internal/distributions/sdist.py,sha256=4K3V0VNMllHbBzCJibjwd_tylUKpmIdu2AQyhplvCQo,6709
      +pip/_internal/distributions/wheel.py,sha256=-ma3sOtUQj0AxXCEb6_Fhmjl3nh4k3A0HC2taAb2N-4,1277
      +pip/_internal/exceptions.py,sha256=TmF1iNFEneSWaemwlg6a5bpPuq2cMHK7d1-SvjsQHb0,23634
      +pip/_internal/index/__init__.py,sha256=vpt-JeTZefh8a-FC22ZeBSXFVbuBcXSGiILhQZJaNpQ,30
      +pip/_internal/index/__pycache__/__init__.cpython-312.pyc,,
      +pip/_internal/index/__pycache__/collector.cpython-312.pyc,,
      +pip/_internal/index/__pycache__/package_finder.cpython-312.pyc,,
      +pip/_internal/index/__pycache__/sources.cpython-312.pyc,,
      +pip/_internal/index/collector.py,sha256=sH0tL_cOoCk6pLLfCSGVjFM4rPEJtllF-VobvAvLSH4,16590
      +pip/_internal/index/package_finder.py,sha256=S_nC8gzVIMY6ikWfKoSOzRtoesUqnfNhAPl_BwSOusA,37843
      +pip/_internal/index/sources.py,sha256=dJegiR9f86kslaAHcv9-R5L_XBf5Rzm_FkyPteDuPxI,8688
      +pip/_internal/locations/__init__.py,sha256=Dh8LJWG8LRlDK4JIj9sfRF96TREzE--N_AIlx7Tqoe4,15365
      +pip/_internal/locations/__pycache__/__init__.cpython-312.pyc,,
      +pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc,,
      +pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc,,
      +pip/_internal/locations/__pycache__/base.cpython-312.pyc,,
      +pip/_internal/locations/_distutils.py,sha256=H9ZHK_35rdDV1Qsmi4QeaBULjFT4Mbu6QuoVGkJ6QHI,6009
      +pip/_internal/locations/_sysconfig.py,sha256=jyNVtUfMIf0mtyY-Xp1m9yQ8iwECozSVVFmjkN9a2yw,7680
      +pip/_internal/locations/base.py,sha256=RQiPi1d4FVM2Bxk04dQhXZ2PqkeljEL2fZZ9SYqIQ78,2556
      +pip/_internal/main.py,sha256=r-UnUe8HLo5XFJz8inTcOOTiu_sxNhgHb6VwlGUllOI,340
      +pip/_internal/metadata/__init__.py,sha256=9pU3W3s-6HtjFuYhWcLTYVmSaziklPv7k2x8p7X1GmA,4339
      +pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc,,
      +pip/_internal/metadata/__pycache__/_json.cpython-312.pyc,,
      +pip/_internal/metadata/__pycache__/base.cpython-312.pyc,,
      +pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc,,
      +pip/_internal/metadata/_json.py,sha256=Rz5M5ciSNvITwaTQR6NfN8TgKgM5WfTws4D6CFknovE,2627
      +pip/_internal/metadata/base.py,sha256=l3Wgku4xlgr8s4p6fS-3qQ4QKOpPbWLRwi5d9omEFG4,25907
      +pip/_internal/metadata/importlib/__init__.py,sha256=jUUidoxnHcfITHHaAWG1G2i5fdBYklv_uJcjo2x7VYE,135
      +pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc,,
      +pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc,,
      +pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc,,
      +pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc,,
      +pip/_internal/metadata/importlib/_compat.py,sha256=GAe_prIfCE4iUylrnr_2dJRlkkBVRUbOidEoID7LPoE,1882
      +pip/_internal/metadata/importlib/_dists.py,sha256=UPl1wUujFqiwiltRJ1tMF42WRINO1sSpNNlYQ2mX0mk,8297
      +pip/_internal/metadata/importlib/_envs.py,sha256=XTaFIYERP2JF0QUZuPx2ETiugXbPEcZ8q8ZKeht6Lpc,7456
      +pip/_internal/metadata/pkg_resources.py,sha256=opjw4IBSqHvie6sXJ_cbT42meygoPEUfNURJuWZY7sk,10035
      +pip/_internal/models/__init__.py,sha256=3DHUd_qxpPozfzouoqa9g9ts1Czr5qaHfFxbnxriepM,63
      +pip/_internal/models/__pycache__/__init__.cpython-312.pyc,,
      +pip/_internal/models/__pycache__/candidate.cpython-312.pyc,,
      +pip/_internal/models/__pycache__/direct_url.cpython-312.pyc,,
      +pip/_internal/models/__pycache__/format_control.cpython-312.pyc,,
      +pip/_internal/models/__pycache__/index.cpython-312.pyc,,
      +pip/_internal/models/__pycache__/installation_report.cpython-312.pyc,,
      +pip/_internal/models/__pycache__/link.cpython-312.pyc,,
      +pip/_internal/models/__pycache__/scheme.cpython-312.pyc,,
      +pip/_internal/models/__pycache__/search_scope.cpython-312.pyc,,
      +pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc,,
      +pip/_internal/models/__pycache__/target_python.cpython-312.pyc,,
      +pip/_internal/models/__pycache__/wheel.cpython-312.pyc,,
      +pip/_internal/models/candidate.py,sha256=hEPu8VdGE5qVASv6vLz-R-Rgh5-7LMbai1jgthMCd8M,931
      +pip/_internal/models/direct_url.py,sha256=FwouYBKcqckh7B-k2H3HVgRhhFTukFwqiS3kfvtFLSk,6889
      +pip/_internal/models/format_control.py,sha256=wtsQqSK9HaUiNxQEuB-C62eVimw6G4_VQFxV9-_KDBE,2486
      +pip/_internal/models/index.py,sha256=tYnL8oxGi4aSNWur0mG8DAP7rC6yuha_MwJO8xw0crI,1030
      +pip/_internal/models/installation_report.py,sha256=zRVZoaz-2vsrezj_H3hLOhMZCK9c7TbzWgC-jOalD00,2818
      +pip/_internal/models/link.py,sha256=XirOAGv1jgMu7vu87kuPbohGj7VHpwVrd2q3KUgVQNg,20777
      +pip/_internal/models/scheme.py,sha256=3EFQp_ICu_shH1-TBqhl0QAusKCPDFOlgHFeN4XowWs,738
      +pip/_internal/models/search_scope.py,sha256=ASVyyZxiJILw7bTIVVpJx8J293M3Hk5F33ilGn0e80c,4643
      +pip/_internal/models/selection_prefs.py,sha256=KZdi66gsR-_RUXUr9uejssk3rmTHrQVJWeNA2sV-VSY,1907
      +pip/_internal/models/target_python.py,sha256=34EkorrMuRvRp-bjqHKJ-bOO71m9xdjN2b8WWFEC2HU,4272
      +pip/_internal/models/wheel.py,sha256=YqazoIZyma_Q1ejFa1C7NHKQRRWlvWkdK96VRKmDBeI,3600
      +pip/_internal/network/__init__.py,sha256=jf6Tt5nV_7zkARBrKojIXItgejvoegVJVKUbhAa5Ioc,50
      +pip/_internal/network/__pycache__/__init__.cpython-312.pyc,,
      +pip/_internal/network/__pycache__/auth.cpython-312.pyc,,
      +pip/_internal/network/__pycache__/cache.cpython-312.pyc,,
      +pip/_internal/network/__pycache__/download.cpython-312.pyc,,
      +pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc,,
      +pip/_internal/network/__pycache__/session.cpython-312.pyc,,
      +pip/_internal/network/__pycache__/utils.cpython-312.pyc,,
      +pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc,,
      +pip/_internal/network/auth.py,sha256=TC-OcW2KU4W6R1hU4qPgQXvVH54adACpZz6sWq-R9NA,20541
      +pip/_internal/network/cache.py,sha256=48A971qCzKNFvkb57uGEk7-0xaqPS0HWj2711QNTxkU,3935
      +pip/_internal/network/download.py,sha256=i0Tn55CD5D7XYEFY3TxiYaCf0OaaTQ6SScNgCsSeV14,6086
      +pip/_internal/network/lazy_wheel.py,sha256=2PXVduYZPCPZkkQFe1J1GbfHJWeCU--FXonGyIfw9eU,7638
      +pip/_internal/network/session.py,sha256=9tqEDD8JiVaFdplOEXJxNo9cjRfBZ6RIa0yQQ_qBNiM,18698
      +pip/_internal/network/utils.py,sha256=6A5SrUJEEUHxbGtbscwU2NpCyz-3ztiDlGWHpRRhsJ8,4073
      +pip/_internal/network/xmlrpc.py,sha256=sAxzOacJ-N1NXGPvap9jC3zuYWSnnv3GXtgR2-E2APA,1838
      +pip/_internal/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_internal/operations/__pycache__/__init__.cpython-312.pyc,,
      +pip/_internal/operations/__pycache__/check.cpython-312.pyc,,
      +pip/_internal/operations/__pycache__/freeze.cpython-312.pyc,,
      +pip/_internal/operations/__pycache__/prepare.cpython-312.pyc,,
      +pip/_internal/operations/build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc,,
      +pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc,,
      +pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc,,
      +pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc,,
      +pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc,,
      +pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc,,
      +pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc,,
      +pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc,,
      +pip/_internal/operations/build/build_tracker.py,sha256=z-H5DOknZdBa3dh2Vq6VBMY5qLYIKmlj2p6CGZK5Lc8,4832
      +pip/_internal/operations/build/metadata.py,sha256=9S0CUD8U3QqZeXp-Zyt8HxwU90lE4QrnYDgrqZDzBnc,1422
      +pip/_internal/operations/build/metadata_editable.py,sha256=VLL7LvntKE8qxdhUdEJhcotFzUsOSI8NNS043xULKew,1474
      +pip/_internal/operations/build/metadata_legacy.py,sha256=o-eU21As175hDC7dluM1fJJ_FqokTIShyWpjKaIpHZw,2198
      +pip/_internal/operations/build/wheel.py,sha256=sT12FBLAxDC6wyrDorh8kvcZ1jG5qInCRWzzP-UkJiQ,1075
      +pip/_internal/operations/build/wheel_editable.py,sha256=yOtoH6zpAkoKYEUtr8FhzrYnkNHQaQBjWQ2HYae1MQg,1417
      +pip/_internal/operations/build/wheel_legacy.py,sha256=C9j6rukgQI1n_JeQLoZGuDdfUwzCXShyIdPTp6edbMQ,3064
      +pip/_internal/operations/check.py,sha256=fsqA88iGaqftCr2tlP3sSU202CSkoODRtW0O-JU9M4Y,6806
      +pip/_internal/operations/freeze.py,sha256=uqoeTAf6HOYVMR2UgAT8N85UZoGEVEoQdan_Ao6SOfk,9816
      +pip/_internal/operations/install/__init__.py,sha256=mX7hyD2GNBO2mFGokDQ30r_GXv7Y_PLdtxcUv144e-s,51
      +pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc,,
      +pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc,,
      +pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc,,
      +pip/_internal/operations/install/editable_legacy.py,sha256=YeR0KadWXw_ZheC1NtAG1qVIEkOgRGHc23x-YtGW7NU,1282
      +pip/_internal/operations/install/wheel.py,sha256=9hGb1c4bRnPIb2FG7CtUSPfPxqprmHQBtwIAlWPNTtE,27311
      +pip/_internal/operations/prepare.py,sha256=57Oq87HfunX3Rbqp47FdaJr9cHbAKUm_3gv7WhBAqbE,28128
      +pip/_internal/pyproject.py,sha256=4Xszp11xgr126yzG6BbJA0oaQ9WXuhb0jyUb-y_6lPQ,7152
      +pip/_internal/req/__init__.py,sha256=TELFgZOof3lhMmaICVWL9U7PlhXo9OufokbMAJ6J2GI,2738
      +pip/_internal/req/__pycache__/__init__.cpython-312.pyc,,
      +pip/_internal/req/__pycache__/constructors.cpython-312.pyc,,
      +pip/_internal/req/__pycache__/req_file.cpython-312.pyc,,
      +pip/_internal/req/__pycache__/req_install.cpython-312.pyc,,
      +pip/_internal/req/__pycache__/req_set.cpython-312.pyc,,
      +pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc,,
      +pip/_internal/req/constructors.py,sha256=8hlY56imEthLORRwmloyKz3YOyXymIaKsNB6P9ewvNI,19018
      +pip/_internal/req/req_file.py,sha256=M8ttOZL-PwAj7scPElhW3ZD2hiD9mm_6FJAGIbwAzEI,17790
      +pip/_internal/req/req_install.py,sha256=wtOPxkyRSM8comTks8oL1Gp2oyGqbH7JwIDRci2QiPk,35460
      +pip/_internal/req/req_set.py,sha256=iMYDUToSgkxFyrP_OrTtPSgw4dwjRyGRDpGooTqeA4Y,4704
      +pip/_internal/req/req_uninstall.py,sha256=nmvTQaRCC0iu-5Tw0djlXJhSj6WmqHRvT3qkkEdC35E,24551
      +pip/_internal/resolution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc,,
      +pip/_internal/resolution/__pycache__/base.cpython-312.pyc,,
      +pip/_internal/resolution/base.py,sha256=qlmh325SBVfvG6Me9gc5Nsh5sdwHBwzHBq6aEXtKsLA,583
      +pip/_internal/resolution/legacy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc,,
      +pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc,,
      +pip/_internal/resolution/legacy/resolver.py,sha256=Xk24jQ62GvLr4Mc7IjN_qiO88qp0BImzVmPIFz9QLOE,24025
      +pip/_internal/resolution/resolvelib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc,,
      +pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc,,
      +pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc,,
      +pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc,,
      +pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc,,
      +pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc,,
      +pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc,,
      +pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc,,
      +pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc,,
      +pip/_internal/resolution/resolvelib/base.py,sha256=jg5COmHLhmBIKOR-4spdJD3jyULYa1BdsqiBu2YJnJ4,5173
      +pip/_internal/resolution/resolvelib/candidates.py,sha256=19Ki91Po-MSxBknGIfOGkaWkFdOznN0W_nKv7jL28L0,21052
      +pip/_internal/resolution/resolvelib/factory.py,sha256=vqqk-hjchdhShwWVdeW2_A-5ZblLhE_nC_v3Mhz4Svc,32292
      +pip/_internal/resolution/resolvelib/found_candidates.py,sha256=hvL3Hoa9VaYo-qEOZkBi2Iqw251UDxPz-uMHVaWmLpE,5705
      +pip/_internal/resolution/resolvelib/provider.py,sha256=4t23ivjruqM6hKBX1KpGiTt-M4HGhRcZnGLV0c01K7U,9824
      +pip/_internal/resolution/resolvelib/reporter.py,sha256=YFm9hQvz4DFCbjZeFTQ56hTz3Ac-mDBnHkeNRVvMHLY,3100
      +pip/_internal/resolution/resolvelib/requirements.py,sha256=-kJONP0WjDfdTvBAs2vUXPgAnOyNIBEAXY4b72ogtPE,5696
      +pip/_internal/resolution/resolvelib/resolver.py,sha256=nLJOsVMEVi2gQUVJoUFKMZAeu2f7GRMjGMvNSWyz0Bc,12592
      +pip/_internal/self_outdated_check.py,sha256=saxQLB8UzIFtMScquytG10TOTsYVFJQ_mkW1NY-46wE,8378
      +pip/_internal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_internal/utils/__pycache__/__init__.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/_log.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/compat.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/datetime.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/encoding.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/glibc.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/hashes.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/logging.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/misc.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/models.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/packaging.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/urls.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc,,
      +pip/_internal/utils/__pycache__/wheel.cpython-312.pyc,,
      +pip/_internal/utils/_jaraco_text.py,sha256=yvDGelTVugRayPaOF2k4ab0Ky4d3uOkAfuOQjASjImY,3351
      +pip/_internal/utils/_log.py,sha256=-jHLOE_THaZz5BFcCnoSL9EYAtJ0nXem49s9of4jvKw,1015
      +pip/_internal/utils/appdirs.py,sha256=swgcTKOm3daLeXTW6v5BUS2Ti2RvEnGRQYH_yDXklAo,1665
      +pip/_internal/utils/compat.py,sha256=ACyBfLgj3_XG-iA5omEDrXqDM0cQKzi8h8HRBInzG6Q,1884
      +pip/_internal/utils/compatibility_tags.py,sha256=ydin8QG8BHqYRsPY4OL6cmb44CbqXl1T0xxS97VhHkk,5377
      +pip/_internal/utils/datetime.py,sha256=m21Y3wAtQc-ji6Veb6k_M5g6A0ZyFI4egchTdnwh-pQ,242
      +pip/_internal/utils/deprecation.py,sha256=NKo8VqLioJ4nnXXGmW4KdasxF90EFHkZaHeX1fT08C8,3627
      +pip/_internal/utils/direct_url_helpers.py,sha256=6F1tc2rcKaCZmgfVwsE6ObIe_Pux23mUVYA-2D9wCFc,3206
      +pip/_internal/utils/egg_link.py,sha256=0FePZoUYKv4RGQ2t6x7w5Z427wbA_Uo3WZnAkrgsuqo,2463
      +pip/_internal/utils/encoding.py,sha256=qqsXDtiwMIjXMEiIVSaOjwH5YmirCaK-dIzb6-XJsL0,1169
      +pip/_internal/utils/entrypoints.py,sha256=YlhLTRl2oHBAuqhc-zmL7USS67TPWVHImjeAQHreZTQ,3064
      +pip/_internal/utils/filesystem.py,sha256=RhMIXUaNVMGjc3rhsDahWQ4MavvEQDdqXqgq-F6fpw8,5122
      +pip/_internal/utils/filetypes.py,sha256=i8XAQ0eFCog26Fw9yV0Yb1ygAqKYB1w9Cz9n0fj8gZU,716
      +pip/_internal/utils/glibc.py,sha256=Mesxxgg3BLxheLZx-dSf30b6gKpOgdVXw6W--uHSszQ,3113
      +pip/_internal/utils/hashes.py,sha256=MjOigC75z6qoRMkgHiHqot7eqxfwDZSrEflJMPm-bHE,5118
      +pip/_internal/utils/logging.py,sha256=fdtuZJ-AKkqwDTANDvGcBEpssL8el7T1jnwk1CnZl3Y,11603
      +pip/_internal/utils/misc.py,sha256=fNXwaeeikvnUt4CPMFIL4-IQbZDxxjj4jDpzCi4ZsOw,23623
      +pip/_internal/utils/models.py,sha256=5GoYU586SrxURMvDn_jBMJInitviJg4O5-iOU-6I0WY,1193
      +pip/_internal/utils/packaging.py,sha256=5Wm6_x7lKrlqVjPI5MBN_RurcRHwVYoQ7Ksrs84de7s,2108
      +pip/_internal/utils/setuptools_build.py,sha256=ouXpud-jeS8xPyTPsXJ-m34NPvK5os45otAzdSV_IJE,4435
      +pip/_internal/utils/subprocess.py,sha256=zzdimb75jVLE1GU4WlTZ055gczhD7n1y1xTcNc7vNZQ,9207
      +pip/_internal/utils/temp_dir.py,sha256=DUAw22uFruQdK43i2L2K53C-CDjRCPeAsBKJpu-rHQ4,9312
      +pip/_internal/utils/unpacking.py,sha256=SBb2iV1crb89MDRTEKY86R4A_UOWApTQn9VQVcMDOlE,8821
      +pip/_internal/utils/urls.py,sha256=AhaesUGl-9it6uvG6fsFPOr9ynFpGaTMk4t5XTX7Z_Q,1759
      +pip/_internal/utils/virtualenv.py,sha256=S6f7csYorRpiD6cvn3jISZYc3I8PJC43H5iMFpRAEDU,3456
      +pip/_internal/utils/wheel.py,sha256=i4BwUNHattzN0ixy3HBAF04tZPRh2CcxaT6t86viwkE,4499
      +pip/_internal/vcs/__init__.py,sha256=UAqvzpbi0VbZo3Ub6skEeZAw-ooIZR-zX_WpCbxyCoU,596
      +pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc,,
      +pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc,,
      +pip/_internal/vcs/__pycache__/git.cpython-312.pyc,,
      +pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc,,
      +pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc,,
      +pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc,,
      +pip/_internal/vcs/bazaar.py,sha256=j0oin0fpGRHcCFCxEcpPCQoFEvA-DMLULKdGP8Nv76o,3519
      +pip/_internal/vcs/git.py,sha256=CeKBGJnl6uskvvjkAUXrJVxbHJrpS_B_pyfFdjL3CRc,18121
      +pip/_internal/vcs/mercurial.py,sha256=oULOhzJ2Uie-06d1omkL-_Gc6meGaUkyogvqG9ZCyPs,5249
      +pip/_internal/vcs/subversion.py,sha256=vhZs8L-TNggXqM1bbhl-FpbxE3TrIB6Tgnx8fh3S2HE,11729
      +pip/_internal/vcs/versioncontrol.py,sha256=3eIjtOMYvOY5qP6BMYIYDZ375CSuec6kSEB0bOo1cSs,22787
      +pip/_internal/wheel_builder.py,sha256=qTTzQV8F6b1jNsFCda1TRQC8J7gK-m7iuRNgKo7Dj68,11801
      +pip/_vendor/__init__.py,sha256=U51NPwXdA-wXOiANIQncYjcMp6txgeOL5nHxksJeyas,4993
      +pip/_vendor/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/__pycache__/six.cpython-312.pyc,,
      +pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc,,
      +pip/_vendor/cachecontrol/__init__.py,sha256=ctHagMhQXuvQDdm4TirZrwDOT5H8oBNAJqzdKI6sovk,676
      +pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc,,
      +pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc,,
      +pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc,,
      +pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc,,
      +pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc,,
      +pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc,,
      +pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc,,
      +pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc,,
      +pip/_vendor/cachecontrol/_cmd.py,sha256=iist2EpzJvDVIhMAxXq8iFnTBsiZAd6iplxfmNboNyk,1737
      +pip/_vendor/cachecontrol/adapter.py,sha256=_CcWvUP9048qAZjsNqViaHbdcLs9mmFNixVfpO7oebE,6392
      +pip/_vendor/cachecontrol/cache.py,sha256=OTQj72tUf8C1uEgczdl3Gc8vkldSzsTITKtDGKMx4z8,1952
      +pip/_vendor/cachecontrol/caches/__init__.py,sha256=dtrrroK5BnADR1GWjCZ19aZ0tFsMfvFBtLQQU1sp_ag,303
      +pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc,,
      +pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc,,
      +pip/_vendor/cachecontrol/caches/file_cache.py,sha256=3z8AWKD-vfKeiJqIzLmJyIYtR2yd6Tsh3u1TyLRQoIQ,5352
      +pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=9rmqwtYu_ljVkW6_oLqbC7EaX_a8YT_yLuna-eS0dgo,1386
      +pip/_vendor/cachecontrol/controller.py,sha256=keCFA3ZaNVaWTwHd6F1zqWhb4vyvNx_UvZuo5iIYMfo,18384
      +pip/_vendor/cachecontrol/filewrapper.py,sha256=STttGmIPBvZzt2b51dUOwoWX5crcMCpKZOisM3f5BNc,4292
      +pip/_vendor/cachecontrol/heuristics.py,sha256=fdFbk9W8IeLrjteIz_fK4mj2HD_Y7COXF2Uc8TgjT1c,4828
      +pip/_vendor/cachecontrol/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_vendor/cachecontrol/serialize.py,sha256=0dHeMaDwysVAAnGVlhMOP4tDliohgNK0Jxk_zsOiWxw,7173
      +pip/_vendor/cachecontrol/wrapper.py,sha256=hsGc7g8QGQTT-4f8tgz3AM5qwScg6FO0BSdLSRdEvpU,1417
      +pip/_vendor/certifi/__init__.py,sha256=L_j-d0kYuA_MzA2_2hraF1ovf6KT6DTquRdV3paQwOk,94
      +pip/_vendor/certifi/__main__.py,sha256=1k3Cr95vCxxGRGDljrW3wMdpZdL3Nhf0u1n-k2qdsCY,255
      +pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc,,
      +pip/_vendor/certifi/__pycache__/core.cpython-312.pyc,,
      +pip/_vendor/certifi/cacert.pem,sha256=eU0Dn_3yd8BH4m8sfVj4Glhl2KDrcCSg-sEWT-pNJ88,281617
      +pip/_vendor/certifi/core.py,sha256=ZwiOsv-sD_ouU1ft8wy_xZ3LQ7UbcVzyqj2XNyrsZis,4279
      +pip/_vendor/certifi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_vendor/chardet/__init__.py,sha256=57R-HSxj0PWmILMN0GFmUNqEMfrEVSamXyjD-W6_fbs,4797
      +pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc,,
      +pip/_vendor/chardet/__pycache__/version.cpython-312.pyc,,
      +pip/_vendor/chardet/big5freq.py,sha256=ltcfP-3PjlNHCoo5e4a7C4z-2DhBTXRfY6jbMbB7P30,31274
      +pip/_vendor/chardet/big5prober.py,sha256=lPMfwCX6v2AaPgvFh_cSWZcgLDbWiFCHLZ_p9RQ9uxE,1763
      +pip/_vendor/chardet/chardistribution.py,sha256=13B8XUG4oXDuLdXvfbIWwLFeR-ZU21AqTS1zcdON8bU,10032
      +pip/_vendor/chardet/charsetgroupprober.py,sha256=UKK3SaIZB2PCdKSIS0gnvMtLR9JJX62M-fZJu3OlWyg,3915
      +pip/_vendor/chardet/charsetprober.py,sha256=L3t8_wIOov8em-vZWOcbkdsrwe43N6_gqNh5pH7WPd4,5420
      +pip/_vendor/chardet/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc,,
      +pip/_vendor/chardet/cli/chardetect.py,sha256=zibMVg5RpKb-ME9_7EYG4ZM2Sf07NHcQzZ12U-rYJho,3242
      +pip/_vendor/chardet/codingstatemachine.py,sha256=K7k69sw3jY5DmTXoSJQVsUtFIQKYPQVOSJJhBuGv_yE,3732
      +pip/_vendor/chardet/codingstatemachinedict.py,sha256=0GY3Hi2qIZvDrOOJ3AtqppM1RsYxr_66ER4EHjuMiMc,542
      +pip/_vendor/chardet/cp949prober.py,sha256=0jKRV7fECuWI16rNnks0ZECKA1iZYCIEaP8A1ZvjUSI,1860
      +pip/_vendor/chardet/enums.py,sha256=TzECiZoCKNMqgwU76cPCeKWFBqaWvAdLMev5_bCkhY8,1683
      +pip/_vendor/chardet/escprober.py,sha256=Kho48X65xE0scFylIdeJjM2bcbvRvv0h0WUbMWrJD3A,4006
      +pip/_vendor/chardet/escsm.py,sha256=AqyXpA2FQFD7k-buBty_7itGEYkhmVa8X09NLRul3QM,12176
      +pip/_vendor/chardet/eucjpprober.py,sha256=5KYaM9fsxkRYzw1b5k0fL-j_-ezIw-ij9r97a9MHxLY,3934
      +pip/_vendor/chardet/euckrfreq.py,sha256=3mHuRvXfsq_QcQysDQFb8qSudvTiol71C6Ic2w57tKM,13566
      +pip/_vendor/chardet/euckrprober.py,sha256=hiFT6wM174GIwRvqDsIcuOc-dDsq2uPKMKbyV8-1Xnc,1753
      +pip/_vendor/chardet/euctwfreq.py,sha256=2alILE1Lh5eqiFJZjzRkMQXolNJRHY5oBQd-vmZYFFM,36913
      +pip/_vendor/chardet/euctwprober.py,sha256=NxbpNdBtU0VFI0bKfGfDkpP7S2_8_6FlO87dVH0ogws,1753
      +pip/_vendor/chardet/gb2312freq.py,sha256=49OrdXzD-HXqwavkqjo8Z7gvs58hONNzDhAyMENNkvY,20735
      +pip/_vendor/chardet/gb2312prober.py,sha256=KPEBueaSLSvBpFeINMu0D6TgHcR90e5PaQawifzF4o0,1759
      +pip/_vendor/chardet/hebrewprober.py,sha256=96T_Lj_OmW-fK7JrSHojYjyG3fsGgbzkoTNleZ3kfYE,14537
      +pip/_vendor/chardet/jisfreq.py,sha256=mm8tfrwqhpOd3wzZKS4NJqkYBQVcDfTM2JiQ5aW932E,25796
      +pip/_vendor/chardet/johabfreq.py,sha256=dBpOYG34GRX6SL8k_LbS9rxZPMjLjoMlgZ03Pz5Hmqc,42498
      +pip/_vendor/chardet/johabprober.py,sha256=O1Qw9nVzRnun7vZp4UZM7wvJSv9W941mEU9uDMnY3DU,1752
      +pip/_vendor/chardet/jpcntx.py,sha256=uhHrYWkLxE_rF5OkHKInm0HUsrjgKHHVQvtt3UcvotA,27055
      +pip/_vendor/chardet/langbulgarianmodel.py,sha256=vmbvYFP8SZkSxoBvLkFqKiH1sjma5ihk3PTpdy71Rr4,104562
      +pip/_vendor/chardet/langgreekmodel.py,sha256=JfB7bupjjJH2w3X_mYnQr9cJA_7EuITC2cRW13fUjeI,98484
      +pip/_vendor/chardet/langhebrewmodel.py,sha256=3HXHaLQPNAGcXnJjkIJfozNZLTvTJmf4W5Awi6zRRKc,98196
      +pip/_vendor/chardet/langhungarianmodel.py,sha256=WxbeQIxkv8YtApiNqxQcvj-tMycsoI4Xy-fwkDHpP_Y,101363
      +pip/_vendor/chardet/langrussianmodel.py,sha256=s395bTZ87ESTrZCOdgXbEjZ9P1iGPwCl_8xSsac_DLY,128035
      +pip/_vendor/chardet/langthaimodel.py,sha256=7bJlQitRpTnVGABmbSznHnJwOHDy3InkTvtFUx13WQI,102774
      +pip/_vendor/chardet/langturkishmodel.py,sha256=XY0eGdTIy4eQ9Xg1LVPZacb-UBhHBR-cq0IpPVHowKc,95372
      +pip/_vendor/chardet/latin1prober.py,sha256=p15EEmFbmQUwbKLC7lOJVGHEZwcG45ubEZYTGu01J5g,5380
      +pip/_vendor/chardet/macromanprober.py,sha256=9anfzmY6TBfUPDyBDOdY07kqmTHpZ1tK0jL-p1JWcOY,6077
      +pip/_vendor/chardet/mbcharsetprober.py,sha256=Wr04WNI4F3X_VxEverNG-H25g7u-MDDKlNt-JGj-_uU,3715
      +pip/_vendor/chardet/mbcsgroupprober.py,sha256=iRpaNBjV0DNwYPu_z6TiHgRpwYahiM7ztI_4kZ4Uz9A,2131
      +pip/_vendor/chardet/mbcssm.py,sha256=hUtPvDYgWDaA2dWdgLsshbwRfm3Q5YRlRogdmeRUNQw,30391
      +pip/_vendor/chardet/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc,,
      +pip/_vendor/chardet/metadata/languages.py,sha256=FhvBIdZFxRQ-dTwkb_0madRKgVBCaUMQz9I5xqjE5iQ,13560
      +pip/_vendor/chardet/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_vendor/chardet/resultdict.py,sha256=ez4FRvN5KaSosJeJ2WzUyKdDdg35HDy_SSLPXKCdt5M,402
      +pip/_vendor/chardet/sbcharsetprober.py,sha256=-nd3F90i7GpXLjehLVHqVBE0KlWzGvQUPETLBNn4o6U,6400
      +pip/_vendor/chardet/sbcsgroupprober.py,sha256=gcgI0fOfgw_3YTClpbra_MNxwyEyJ3eUXraoLHYb59E,4137
      +pip/_vendor/chardet/sjisprober.py,sha256=aqQufMzRw46ZpFlzmYaYeT2-nzmKb-hmcrApppJ862k,4007
      +pip/_vendor/chardet/universaldetector.py,sha256=xYBrg4x0dd9WnT8qclfADVD9ondrUNkqPmvte1pa520,14848
      +pip/_vendor/chardet/utf1632prober.py,sha256=pw1epGdMj1hDGiCu1AHqqzOEfjX8MVdiW7O1BlT8-eQ,8505
      +pip/_vendor/chardet/utf8prober.py,sha256=8m08Ub5490H4jQ6LYXvFysGtgKoKsHUd2zH_i8_TnVw,2812
      +pip/_vendor/chardet/version.py,sha256=lGtJcxGM44Qz4Cbk4rbbmrKxnNr1-97U25TameLehZw,244
      +pip/_vendor/colorama/__init__.py,sha256=wePQA4U20tKgYARySLEC047ucNX-g8pRLpYBuiHlLb8,266
      +pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc,,
      +pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc,,
      +pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc,,
      +pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc,,
      +pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc,,
      +pip/_vendor/colorama/ansi.py,sha256=Top4EeEuaQdBWdteKMEcGOTeKeF19Q-Wo_6_Cj5kOzQ,2522
      +pip/_vendor/colorama/ansitowin32.py,sha256=vPNYa3OZbxjbuFyaVo0Tmhmy1FZ1lKMWCnT7odXpItk,11128
      +pip/_vendor/colorama/initialise.py,sha256=-hIny86ClXo39ixh5iSCfUIa2f_h_bgKRDW7gqs-KLU,3325
      +pip/_vendor/colorama/tests/__init__.py,sha256=MkgPAEzGQd-Rq0w0PZXSX2LadRWhUECcisJY8lSrm4Q,75
      +pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc,,
      +pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc,,
      +pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc,,
      +pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc,,
      +pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc,,
      +pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc,,
      +pip/_vendor/colorama/tests/ansi_test.py,sha256=FeViDrUINIZcr505PAxvU4AjXz1asEiALs9GXMhwRaE,2839
      +pip/_vendor/colorama/tests/ansitowin32_test.py,sha256=RN7AIhMJ5EqDsYaCjVo-o4u8JzDD4ukJbmevWKS70rY,10678
      +pip/_vendor/colorama/tests/initialise_test.py,sha256=BbPy-XfyHwJ6zKozuQOvNvQZzsx9vdb_0bYXn7hsBTc,6741
      +pip/_vendor/colorama/tests/isatty_test.py,sha256=Pg26LRpv0yQDB5Ac-sxgVXG7hsA1NYvapFgApZfYzZg,1866
      +pip/_vendor/colorama/tests/utils.py,sha256=1IIRylG39z5-dzq09R_ngufxyPZxgldNbrxKxUGwGKE,1079
      +pip/_vendor/colorama/tests/winterm_test.py,sha256=qoWFPEjym5gm2RuMwpf3pOis3a5r_PJZFCzK254JL8A,3709
      +pip/_vendor/colorama/win32.py,sha256=YQOKwMTwtGBbsY4dL5HYTvwTeP9wIQra5MvPNddpxZs,6181
      +pip/_vendor/colorama/winterm.py,sha256=XCQFDHjPi6AHYNdZwy0tA02H-Jh48Jp-HvCjeLeLp3U,7134
      +pip/_vendor/distlib/__init__.py,sha256=hJKF7FHoqbmGckncDuEINWo_OYkDNiHODtYXSMcvjcc,625
      +pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc,,
      +pip/_vendor/distlib/__pycache__/database.cpython-312.pyc,,
      +pip/_vendor/distlib/__pycache__/index.cpython-312.pyc,,
      +pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc,,
      +pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc,,
      +pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc,,
      +pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc,,
      +pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc,,
      +pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc,,
      +pip/_vendor/distlib/__pycache__/util.cpython-312.pyc,,
      +pip/_vendor/distlib/__pycache__/version.cpython-312.pyc,,
      +pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc,,
      +pip/_vendor/distlib/compat.py,sha256=Un-uIBvy02w-D267OG4VEhuddqWgKj9nNkxVltAb75w,41487
      +pip/_vendor/distlib/database.py,sha256=0V9Qvs0Vrxa2F_-hLWitIyVyRifJ0pCxyOI-kEOBwsA,51965
      +pip/_vendor/distlib/index.py,sha256=lTbw268rRhj8dw1sib3VZ_0EhSGgoJO3FKJzSFMOaeA,20797
      +pip/_vendor/distlib/locators.py,sha256=o1r_M86_bRLafSpetmyfX8KRtFu-_Q58abvQrnOSnbA,51767
      +pip/_vendor/distlib/manifest.py,sha256=3qfmAmVwxRqU1o23AlfXrQGZzh6g_GGzTAP_Hb9C5zQ,14168
      +pip/_vendor/distlib/markers.py,sha256=n3DfOh1yvZ_8EW7atMyoYeZFXjYla0Nz0itQlojCd0A,5268
      +pip/_vendor/distlib/metadata.py,sha256=pB9WZ9mBfmQxc9OVIldLS5CjOoQRvKAvUwwQyKwKQtQ,39693
      +pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820
      +pip/_vendor/distlib/scripts.py,sha256=nQFXN6G7nOWNDUyxirUep-3WOlJhB7McvCs9zOnkGTI,18315
      +pip/_vendor/distlib/t32.exe,sha256=a0GV5kCoWsMutvliiCKmIgV98eRZ33wXoS-XrqvJQVs,97792
      +pip/_vendor/distlib/t64-arm.exe,sha256=68TAa32V504xVBnufojh0PcenpR3U4wAqTqf-MZqbPw,182784
      +pip/_vendor/distlib/t64.exe,sha256=gaYY8hy4fbkHYTTnA4i26ct8IQZzkBG2pRdy0iyuBrc,108032
      +pip/_vendor/distlib/util.py,sha256=XSznxEi_i3T20UJuaVc0qXHz5ksGUCW1khYlBprN_QE,67530
      +pip/_vendor/distlib/version.py,sha256=9pXkduchve_aN7JG6iL9VTYV_kqNSGoc2Dwl8JuySnQ,23747
      +pip/_vendor/distlib/w32.exe,sha256=R4csx3-OGM9kL4aPIzQKRo5TfmRSHZo6QWyLhDhNBks,91648
      +pip/_vendor/distlib/w64-arm.exe,sha256=xdyYhKj0WDcVUOCb05blQYvzdYIKMbmJn2SZvzkcey4,168448
      +pip/_vendor/distlib/w64.exe,sha256=ejGf-rojoBfXseGLpya6bFTFPWRG21X5KvU8J5iU-K0,101888
      +pip/_vendor/distlib/wheel.py,sha256=FVQCve8u-L0QYk5-YTZc7s4WmNQdvjRWTK08KXzZVX4,43958
      +pip/_vendor/distro/__init__.py,sha256=2fHjF-SfgPvjyNZ1iHh_wjqWdR_Yo5ODHwZC0jLBPhc,981
      +pip/_vendor/distro/__main__.py,sha256=bu9d3TifoKciZFcqRBuygV3GSuThnVD_m2IK4cz96Vs,64
      +pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc,,
      +pip/_vendor/distro/__pycache__/distro.cpython-312.pyc,,
      +pip/_vendor/distro/distro.py,sha256=UZO1LjIhtFCMdlbiz39gj3raV-Amf3SBwzGzfApiMHw,49330
      +pip/_vendor/distro/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_vendor/idna/__init__.py,sha256=KJQN1eQBr8iIK5SKrJ47lXvxG0BJ7Lm38W4zT0v_8lk,849
      +pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/idna/__pycache__/codec.cpython-312.pyc,,
      +pip/_vendor/idna/__pycache__/compat.cpython-312.pyc,,
      +pip/_vendor/idna/__pycache__/core.cpython-312.pyc,,
      +pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc,,
      +pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc,,
      +pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc,,
      +pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc,,
      +pip/_vendor/idna/codec.py,sha256=6ly5odKfqrytKT9_7UrlGklHnf1DSK2r9C6cSM4sa28,3374
      +pip/_vendor/idna/compat.py,sha256=0_sOEUMT4CVw9doD3vyRhX80X19PwqFoUBs7gWsFME4,321
      +pip/_vendor/idna/core.py,sha256=1JxchwKzkxBSn7R_oCE12oBu3eVux0VzdxolmIad24M,12950
      +pip/_vendor/idna/idnadata.py,sha256=xUjqKqiJV8Ho_XzBpAtv5JFoVPSupK-SUXvtjygUHqw,44375
      +pip/_vendor/idna/intranges.py,sha256=YBr4fRYuWH7kTKS2tXlFjM24ZF1Pdvcir-aywniInqg,1881
      +pip/_vendor/idna/package_data.py,sha256=C_jHJzmX8PI4xq0jpzmcTMxpb5lDsq4o5VyxQzlVrZE,21
      +pip/_vendor/idna/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_vendor/idna/uts46data.py,sha256=zvjZU24s58_uAS850Mcd0NnD0X7_gCMAMjzWNIeUJdc,206539
      +pip/_vendor/msgpack/__init__.py,sha256=hyGhlnmcJkxryJBKC3X5FnEph375kQoL_mG8LZUuXgY,1132
      +pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc,,
      +pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc,,
      +pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc,,
      +pip/_vendor/msgpack/exceptions.py,sha256=dCTWei8dpkrMsQDcjQk74ATl9HsIBH0ybt8zOPNqMYc,1081
      +pip/_vendor/msgpack/ext.py,sha256=C5MK8JhVYGYFWPvxsORsqZAnvOXefYQ57m1Ym0luW5M,6079
      +pip/_vendor/msgpack/fallback.py,sha256=tvNBHyxxFbuVlC8GZShETClJxjLiDMOja4XwwyvNm2g,34544
      +pip/_vendor/packaging/__about__.py,sha256=ugASIO2w1oUyH8_COqQ2X_s0rDhjbhQC3yJocD03h2c,661
      +pip/_vendor/packaging/__init__.py,sha256=b9Kk5MF7KxhhLgcDmiUWukN-LatWFxPdNug0joPhHSk,497
      +pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc,,
      +pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc,,
      +pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc,,
      +pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc,,
      +pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc,,
      +pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc,,
      +pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc,,
      +pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc,,
      +pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc,,
      +pip/_vendor/packaging/__pycache__/version.cpython-312.pyc,,
      +pip/_vendor/packaging/_manylinux.py,sha256=XcbiXB-qcjv3bcohp6N98TMpOP4_j3m-iOA8ptK2GWY,11488
      +pip/_vendor/packaging/_musllinux.py,sha256=_KGgY_qc7vhMGpoqss25n2hiLCNKRtvz9mCrS7gkqyc,4378
      +pip/_vendor/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431
      +pip/_vendor/packaging/markers.py,sha256=AJBOcY8Oq0kYc570KuuPTkvuqjAlhufaE2c9sCUbm64,8487
      +pip/_vendor/packaging/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_vendor/packaging/requirements.py,sha256=NtDlPBtojpn1IUC85iMjPNsUmufjpSlwnNA-Xb4m5NA,4676
      +pip/_vendor/packaging/specifiers.py,sha256=LRQ0kFsHrl5qfcFNEEJrIFYsnIHQUJXY9fIsakTrrqE,30110
      +pip/_vendor/packaging/tags.py,sha256=lmsnGNiJ8C4D_Pf9PbM0qgbZvD9kmB9lpZBQUZa3R_Y,15699
      +pip/_vendor/packaging/utils.py,sha256=dJjeat3BS-TYn1RrUFVwufUMasbtzLfYRoy_HXENeFQ,4200
      +pip/_vendor/packaging/version.py,sha256=_fLRNrFrxYcHVfyo8vk9j8s6JM8N_xsSxVFr6RJyco8,14665
      +pip/_vendor/pkg_resources/__init__.py,sha256=hTAeJCNYb7dJseIDVsYK3mPQep_gphj4tQh-bspX8bg,109364
      +pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/platformdirs/__init__.py,sha256=SkhEYVyC_HUHC6KX7n4M_6coyRMtEB38QMyOYIAX6Yk,20155
      +pip/_vendor/platformdirs/__main__.py,sha256=fVvSiTzr2-RM6IsjWjj4fkaOtDOgDhUWv6sA99do4CQ,1476
      +pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc,,
      +pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc,,
      +pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc,,
      +pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc,,
      +pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc,,
      +pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc,,
      +pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc,,
      +pip/_vendor/platformdirs/android.py,sha256=y_EEMKwYl2-bzYBDovksSn8m76on0Lda8eyJksVQE9U,7211
      +pip/_vendor/platformdirs/api.py,sha256=jWtX06jAJytYrkJDOqEls97mCkyHRSZkoqUlbMK5Qew,7132
      +pip/_vendor/platformdirs/macos.py,sha256=LueVOoVgGWDBwQb8OFwXkVKfVn33CM1Lkwf1-A86tRQ,3678
      +pip/_vendor/platformdirs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_vendor/platformdirs/unix.py,sha256=22JhR8ZY0aLxSVCFnKrc6f1iz6Gv42K24Daj7aTjfSg,8809
      +pip/_vendor/platformdirs/version.py,sha256=mavZTQIJIXfdewEaSTn7EWrNfPZWeRofb-74xqW5f2M,160
      +pip/_vendor/platformdirs/windows.py,sha256=4TtbPGoWG2PRgI11uquDa7eRk8TcxvnUNuuMGZItnXc,9573
      +pip/_vendor/pygments/__init__.py,sha256=6AuDljQtvf89DTNUyWM7k3oUlP_lq70NU-INKKteOBY,2983
      +pip/_vendor/pygments/__main__.py,sha256=es8EKMvXj5yToIfQ-pf3Dv5TnIeeM6sME0LW-n4ecHo,353
      +pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc,,
      +pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc,,
      +pip/_vendor/pygments/__pycache__/console.cpython-312.pyc,,
      +pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc,,
      +pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc,,
      +pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc,,
      +pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc,,
      +pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc,,
      +pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc,,
      +pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc,,
      +pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc,,
      +pip/_vendor/pygments/__pycache__/style.cpython-312.pyc,,
      +pip/_vendor/pygments/__pycache__/token.cpython-312.pyc,,
      +pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc,,
      +pip/_vendor/pygments/__pycache__/util.cpython-312.pyc,,
      +pip/_vendor/pygments/cmdline.py,sha256=byxYJp9gnjVeyhRlZ3UTMgo_LhkXh1afvN8wJBtAcc8,23685
      +pip/_vendor/pygments/console.py,sha256=2wZ5W-U6TudJD1_NLUwjclMpbomFM91lNv11_60sfGY,1697
      +pip/_vendor/pygments/filter.py,sha256=j5aLM9a9wSx6eH1oy473oSkJ02hGWNptBlVo4s1g_30,1938
      +pip/_vendor/pygments/filters/__init__.py,sha256=h_koYkUFo-FFUxjs564JHUAz7O3yJpVwI6fKN3MYzG0,40386
      +pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/pygments/formatter.py,sha256=J9OL9hXLJKZk7moUgKwpjW9HNf4WlJFg_o_-Z_S_tTY,4178
      +pip/_vendor/pygments/formatters/__init__.py,sha256=_xgAcdFKr0QNYwh_i98AU9hvfP3X2wAkhElFcRRF3Uo,5424
      +pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc,,
      +pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc,,
      +pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc,,
      +pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc,,
      +pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc,,
      +pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc,,
      +pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc,,
      +pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc,,
      +pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc,,
      +pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc,,
      +pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc,,
      +pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc,,
      +pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc,,
      +pip/_vendor/pygments/formatters/_mapping.py,sha256=1Cw37FuQlNacnxRKmtlPX4nyLoX9_ttko5ZwscNUZZ4,4176
      +pip/_vendor/pygments/formatters/bbcode.py,sha256=r1b7wzWTJouADDLh-Z11iRi4iQxD0JKJ1qHl6mOYxsA,3314
      +pip/_vendor/pygments/formatters/groff.py,sha256=xy8Zf3tXOo6MWrXh7yPGWx3lVEkg_DhY4CxmsDb0IVo,5094
      +pip/_vendor/pygments/formatters/html.py,sha256=PIzAyilNqaTzSSP2slDG2VDLE3qNioWy2rgtSSoviuI,35610
      +pip/_vendor/pygments/formatters/img.py,sha256=XKXmg2_XONrR4mtq2jfEU8XCsoln3VSGTw-UYiEokys,21938
      +pip/_vendor/pygments/formatters/irc.py,sha256=Ep-m8jd3voFO6Fv57cUGFmz6JVA67IEgyiBOwv0N4a0,4981
      +pip/_vendor/pygments/formatters/latex.py,sha256=FGzJ-YqSTE8z_voWPdzvLY5Tq8jE_ygjGjM6dXZJ8-k,19351
      +pip/_vendor/pygments/formatters/other.py,sha256=gPxkk5BdAzWTCgbEHg1lpLi-1F6ZPh5A_aotgLXHnzg,5073
      +pip/_vendor/pygments/formatters/pangomarkup.py,sha256=6LKnQc8yh49f802bF0sPvbzck4QivMYqqoXAPaYP8uU,2212
      +pip/_vendor/pygments/formatters/rtf.py,sha256=aA0v_psW6KZI3N18TKDifxeL6mcF8EDXcPXDWI4vhVQ,5014
      +pip/_vendor/pygments/formatters/svg.py,sha256=dQONWypbzfvzGCDtdp3M_NJawScJvM2DiHbx1k-ww7g,7335
      +pip/_vendor/pygments/formatters/terminal.py,sha256=FG-rpjRpFmNpiGB4NzIucvxq6sQIXB3HOTo2meTKtrU,4674
      +pip/_vendor/pygments/formatters/terminal256.py,sha256=13SJ3D5pFdqZ9zROE6HbWnBDwHvOGE8GlsmqGhprRp4,11753
      +pip/_vendor/pygments/lexer.py,sha256=2BpqLlT2ExvOOi7vnjK5nB4Fp-m52ldiPaXMox5uwug,34618
      +pip/_vendor/pygments/lexers/__init__.py,sha256=j5KEi5O_VQ5GS59H49l-10gzUOkWKxlwGeVMlGO2MMk,12130
      +pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc,,
      +pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc,,
      +pip/_vendor/pygments/lexers/_mapping.py,sha256=Hts4r_ZQ8icftGM7gkBPeED5lyVSv4affFgXYE6Ap04,72281
      +pip/_vendor/pygments/lexers/python.py,sha256=c7jnmKFU9DLxTJW0UbwXt6Z9FJqbBlVsWA1Qr9xSA_w,53424
      +pip/_vendor/pygments/modeline.py,sha256=eF2vO4LpOGoPvIKKkbPfnyut8hT4UiebZPpb-BYGQdI,986
      +pip/_vendor/pygments/plugin.py,sha256=j1Fh310RbV2DQ9nvkmkqvlj38gdyuYKllLnGxbc8sJM,2591
      +pip/_vendor/pygments/regexopt.py,sha256=jg1ALogcYGU96TQS9isBl6dCrvw5y5--BP_K-uFk_8s,3072
      +pip/_vendor/pygments/scanner.py,sha256=b_nu5_f3HCgSdp5S_aNRBQ1MSCm4ZjDwec2OmTRickw,3092
      +pip/_vendor/pygments/sphinxext.py,sha256=wBFYm180qea9JKt__UzhRlNRNhczPDFDaqGD21sbuso,6882
      +pip/_vendor/pygments/style.py,sha256=C4qyoJrUTkq-OV3iO-8Vz3UtWYpJwSTdh5_vlGCGdNQ,6257
      +pip/_vendor/pygments/styles/__init__.py,sha256=he7HjQx7sC0d2kfTVLjUs0J15mtToJM6M1brwIm9--Q,3700
      +pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/pygments/token.py,sha256=seNsmcch9OEHXYirh8Ool7w8xDhfNTbLj5rHAC-gc_o,6184
      +pip/_vendor/pygments/unistring.py,sha256=FaUfG14NBJEKLQoY9qj6JYeXrpYcLmKulghdxOGFaOc,63223
      +pip/_vendor/pygments/util.py,sha256=AEVY0qonyyEMgv4Do2dINrrqUAwUk2XYSqHM650uzek,10230
      +pip/_vendor/pyparsing/__init__.py,sha256=9m1JbE2JTLdBG0Mb6B0lEaZj181Wx5cuPXZpsbHEYgE,9116
      +pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc,,
      +pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc,,
      +pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc,,
      +pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc,,
      +pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc,,
      +pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc,,
      +pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc,,
      +pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc,,
      +pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc,,
      +pip/_vendor/pyparsing/actions.py,sha256=05uaIPOznJPQ7VgRdmGCmG4sDnUPtwgv5qOYIqbL2UY,6567
      +pip/_vendor/pyparsing/common.py,sha256=p-3c83E5-DjlkF35G0O9-kjQRpoejP-2_z0hxZ-eol4,13387
      +pip/_vendor/pyparsing/core.py,sha256=yvuRlLpXSF8mgk-QhiW3OVLqD9T0rsj9tbibhRH4Yaw,224445
      +pip/_vendor/pyparsing/diagram/__init__.py,sha256=nxmDOoYF9NXuLaGYy01tKFjkNReWJlrGFuJNWEiTo84,24215
      +pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/pyparsing/exceptions.py,sha256=6Jc6W1eDZBzyFu1J0YrcdNFVBC-RINujZmveSnB8Rxw,9523
      +pip/_vendor/pyparsing/helpers.py,sha256=BZJHCA8SS0pYio30KGQTc9w2qMOaK4YpZ7hcvHbnTgk,38646
      +pip/_vendor/pyparsing/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_vendor/pyparsing/results.py,sha256=9dyqQ-w3MjfmxWbFt8KEPU6IfXeyRdoWp2Og802rUQY,26692
      +pip/_vendor/pyparsing/testing.py,sha256=eJncg0p83zm1FTPvM9auNT6oavIvXaibmRFDf1qmwkY,13488
      +pip/_vendor/pyparsing/unicode.py,sha256=fAPdsJiARFbkPAih6NkYry0dpj4jPqelGVMlE4wWFW8,10646
      +pip/_vendor/pyparsing/util.py,sha256=vTMzTdwSDyV8d_dSgquUTdWgBFoA_W30nfxEJDsshRQ,8670
      +pip/_vendor/pyproject_hooks/__init__.py,sha256=kCehmy0UaBa9oVMD7ZIZrnswfnP3LXZ5lvnNJAL5JBM,491
      +pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc,,
      +pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc,,
      +pip/_vendor/pyproject_hooks/_compat.py,sha256=by6evrYnqkisiM-MQcvOKs5bgDMzlOSgZqRHNqf04zE,138
      +pip/_vendor/pyproject_hooks/_impl.py,sha256=61GJxzQip0IInhuO69ZI5GbNQ82XEDUB_1Gg5_KtUoc,11920
      +pip/_vendor/pyproject_hooks/_in_process/__init__.py,sha256=9gQATptbFkelkIy0OfWFEACzqxXJMQDWCH9rBOAZVwQ,546
      +pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc,,
      +pip/_vendor/pyproject_hooks/_in_process/_in_process.py,sha256=m2b34c917IW5o-Q_6TYIHlsK9lSUlNiyrITTUH_zwew,10927
      +pip/_vendor/requests/__init__.py,sha256=owujob4dk45Siy4EYtbCKR6wcFph7E04a_v_OuAacBA,5169
      +pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc,,
      +pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc,,
      +pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc,,
      +pip/_vendor/requests/__pycache__/api.cpython-312.pyc,,
      +pip/_vendor/requests/__pycache__/auth.cpython-312.pyc,,
      +pip/_vendor/requests/__pycache__/certs.cpython-312.pyc,,
      +pip/_vendor/requests/__pycache__/compat.cpython-312.pyc,,
      +pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc,,
      +pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc,,
      +pip/_vendor/requests/__pycache__/help.cpython-312.pyc,,
      +pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc,,
      +pip/_vendor/requests/__pycache__/models.cpython-312.pyc,,
      +pip/_vendor/requests/__pycache__/packages.cpython-312.pyc,,
      +pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc,,
      +pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc,,
      +pip/_vendor/requests/__pycache__/structures.cpython-312.pyc,,
      +pip/_vendor/requests/__pycache__/utils.cpython-312.pyc,,
      +pip/_vendor/requests/__version__.py,sha256=ssI3Ezt7PaxgkOW45GhtwPUclo_SO_ygtIm4A74IOfw,435
      +pip/_vendor/requests/_internal_utils.py,sha256=nMQymr4hs32TqVo5AbCrmcJEhvPUh7xXlluyqwslLiQ,1495
      +pip/_vendor/requests/adapters.py,sha256=idj6cZcId3L5xNNeJ7ieOLtw3awJk5A64xUfetHwq3M,19697
      +pip/_vendor/requests/api.py,sha256=q61xcXq4tmiImrvcSVLTbFyCiD2F-L_-hWKGbz4y8vg,6449
      +pip/_vendor/requests/auth.py,sha256=h-HLlVx9j8rKV5hfSAycP2ApOSglTz77R0tz7qCbbEE,10187
      +pip/_vendor/requests/certs.py,sha256=PVPooB0jP5hkZEULSCwC074532UFbR2Ptgu0I5zwmCs,575
      +pip/_vendor/requests/compat.py,sha256=IhK9quyX0RRuWTNcg6d2JGSAOUbM6mym2p_2XjLTwf4,1286
      +pip/_vendor/requests/cookies.py,sha256=kD3kNEcCj-mxbtf5fJsSaT86eGoEYpD3X0CSgpzl7BM,18560
      +pip/_vendor/requests/exceptions.py,sha256=FA-_kVwBZ2jhXauRctN_ewHVK25b-fj0Azyz1THQ0Kk,3823
      +pip/_vendor/requests/help.py,sha256=FnAAklv8MGm_qb2UilDQgS6l0cUttiCFKUjx0zn2XNA,3879
      +pip/_vendor/requests/hooks.py,sha256=CiuysiHA39V5UfcCBXFIx83IrDpuwfN9RcTUgv28ftQ,733
      +pip/_vendor/requests/models.py,sha256=dDZ-iThotky-Noq9yy97cUEJhr3wnY6mv-xR_ePg_lk,35288
      +pip/_vendor/requests/packages.py,sha256=njJmVifY4aSctuW3PP5EFRCxjEwMRDO6J_feG2dKWsI,695
      +pip/_vendor/requests/sessions.py,sha256=-LvTzrPtetSTrR3buxu4XhdgMrJFLB1q5D7P--L2Xhw,30373
      +pip/_vendor/requests/status_codes.py,sha256=FvHmT5uH-_uimtRz5hH9VCbt7VV-Nei2J9upbej6j8g,4235
      +pip/_vendor/requests/structures.py,sha256=-IbmhVz06S-5aPSZuUthZ6-6D9XOjRuTXHOabY041XM,2912
      +pip/_vendor/requests/utils.py,sha256=kOPn0qYD6xRTzaxbqTdYiSInBZHl6379AJsyIgzYGLY,33460
      +pip/_vendor/resolvelib/__init__.py,sha256=h509TdEcpb5-44JonaU3ex2TM15GVBLjM9CNCPwnTTs,537
      +pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc,,
      +pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc,,
      +pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc,,
      +pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc,,
      +pip/_vendor/resolvelib/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc,,
      +pip/_vendor/resolvelib/compat/collections_abc.py,sha256=uy8xUZ-NDEw916tugUXm8HgwCGiMO0f-RcdnpkfXfOs,156
      +pip/_vendor/resolvelib/providers.py,sha256=fuuvVrCetu5gsxPB43ERyjfO8aReS3rFQHpDgiItbs4,5871
      +pip/_vendor/resolvelib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_vendor/resolvelib/reporters.py,sha256=TSbRmWzTc26w0ggsV1bxVpeWDB8QNIre6twYl7GIZBE,1601
      +pip/_vendor/resolvelib/resolvers.py,sha256=G8rsLZSq64g5VmIq-lB7UcIJ1gjAxIQJmTF4REZleQ0,20511
      +pip/_vendor/resolvelib/structs.py,sha256=0_1_XO8z_CLhegP3Vpf9VJ3zJcfLm0NOHRM-i0Ykz3o,4963
      +pip/_vendor/rich/__init__.py,sha256=dRxjIL-SbFVY0q3IjSMrfgBTHrm1LZDgLOygVBwiYZc,6090
      +pip/_vendor/rich/__main__.py,sha256=TT8sb9PTnsnKhhrGuHkLN0jdN0dtKhtPkEr9CidDbPM,8478
      +pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/abc.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/align.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/bar.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/box.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/cells.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/color.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/columns.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/console.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/containers.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/control.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/errors.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/json.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/layout.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/live.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/logging.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/markup.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/measure.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/padding.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/pager.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/palette.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/panel.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/progress.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/region.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/repr.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/rule.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/scope.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/screen.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/segment.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/status.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/style.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/styled.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/table.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/text.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/theme.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/themes.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc,,
      +pip/_vendor/rich/__pycache__/tree.cpython-312.pyc,,
      +pip/_vendor/rich/_cell_widths.py,sha256=2n4EiJi3X9sqIq0O16kUZ_zy6UYMd3xFfChlKfnW1Hc,10096
      +pip/_vendor/rich/_emoji_codes.py,sha256=hu1VL9nbVdppJrVoijVshRlcRRe_v3dju3Mmd2sKZdY,140235
      +pip/_vendor/rich/_emoji_replace.py,sha256=n-kcetsEUx2ZUmhQrfeMNc-teeGhpuSQ5F8VPBsyvDo,1064
      +pip/_vendor/rich/_export_format.py,sha256=qxgV3nKnXQu1hfbnRVswPYy-AwIg1X0LSC47cK5s8jk,2100
      +pip/_vendor/rich/_extension.py,sha256=Xt47QacCKwYruzjDi-gOBq724JReDj9Cm9xUi5fr-34,265
      +pip/_vendor/rich/_fileno.py,sha256=HWZxP5C2ajMbHryvAQZseflVfQoGzsKOHzKGsLD8ynQ,799
      +pip/_vendor/rich/_inspect.py,sha256=oZJGw31e64dwXSCmrDnvZbwVb1ZKhWfU8wI3VWohjJk,9695
      +pip/_vendor/rich/_log_render.py,sha256=1ByI0PA1ZpxZY3CGJOK54hjlq4X-Bz_boIjIqCd8Kns,3225
      +pip/_vendor/rich/_loop.py,sha256=hV_6CLdoPm0va22Wpw4zKqM0RYsz3TZxXj0PoS-9eDQ,1236
      +pip/_vendor/rich/_null_file.py,sha256=tGSXk_v-IZmbj1GAzHit8A3kYIQMiCpVsCFfsC-_KJ4,1387
      +pip/_vendor/rich/_palettes.py,sha256=cdev1JQKZ0JvlguV9ipHgznTdnvlIzUFDBb0It2PzjI,7063
      +pip/_vendor/rich/_pick.py,sha256=evDt8QN4lF5CiwrUIXlOJCntitBCOsI3ZLPEIAVRLJU,423
      +pip/_vendor/rich/_ratio.py,sha256=2lLSliL025Y-YMfdfGbutkQDevhcyDqc-DtUYW9mU70,5472
      +pip/_vendor/rich/_spinners.py,sha256=U2r1_g_1zSjsjiUdAESc2iAMc3i4ri_S8PYP6kQ5z1I,19919
      +pip/_vendor/rich/_stack.py,sha256=-C8OK7rxn3sIUdVwxZBBpeHhIzX0eI-VM3MemYfaXm0,351
      +pip/_vendor/rich/_timer.py,sha256=zelxbT6oPFZnNrwWPpc1ktUeAT-Vc4fuFcRZLQGLtMI,417
      +pip/_vendor/rich/_win32_console.py,sha256=P0vxI2fcndym1UU1S37XAzQzQnkyY7YqAKmxm24_gug,22820
      +pip/_vendor/rich/_windows.py,sha256=dvNl9TmfPzNVxiKk5WDFihErZ5796g2UC9-KGGyfXmk,1926
      +pip/_vendor/rich/_windows_renderer.py,sha256=t74ZL3xuDCP3nmTp9pH1L5LiI2cakJuQRQleHCJerlk,2783
      +pip/_vendor/rich/_wrap.py,sha256=xfV_9t0Sg6rzimmrDru8fCVmUlalYAcHLDfrJZnbbwQ,1840
      +pip/_vendor/rich/abc.py,sha256=ON-E-ZqSSheZ88VrKX2M3PXpFbGEUUZPMa_Af0l-4f0,890
      +pip/_vendor/rich/align.py,sha256=Ji-Yokfkhnfe_xMmr4ISjZB07TJXggBCOYoYa-HDAr8,10368
      +pip/_vendor/rich/ansi.py,sha256=iD6532QYqnBm6hADulKjrV8l8kFJ-9fEVooHJHH3hMg,6906
      +pip/_vendor/rich/bar.py,sha256=a7UD303BccRCrEhGjfMElpv5RFYIinaAhAuqYqhUvmw,3264
      +pip/_vendor/rich/box.py,sha256=FJ6nI3jD7h2XNFU138bJUt2HYmWOlRbltoCEuIAZhew,9842
      +pip/_vendor/rich/cells.py,sha256=627ztJs9zOL-38HJ7kXBerR-gT8KBfYC8UzEwMJDYYo,4509
      +pip/_vendor/rich/color.py,sha256=9Gh958U3f75WVdLTeC0U9nkGTn2n0wnojKpJ6jQEkIE,18224
      +pip/_vendor/rich/color_triplet.py,sha256=3lhQkdJbvWPoLDO-AnYImAWmJvV5dlgYNCVZ97ORaN4,1054
      +pip/_vendor/rich/columns.py,sha256=HUX0KcMm9dsKNi11fTbiM_h2iDtl8ySCaVcxlalEzq8,7131
      +pip/_vendor/rich/console.py,sha256=pDvkbLkvtZIMIwQx_jkZ-seyNl4zGBLviXoWXte9fwg,99218
      +pip/_vendor/rich/constrain.py,sha256=1VIPuC8AgtKWrcncQrjBdYqA3JVWysu6jZo1rrh7c7Q,1288
      +pip/_vendor/rich/containers.py,sha256=aKgm5UDHn5Nmui6IJaKdsZhbHClh_X7D-_Wg8Ehrr7s,5497
      +pip/_vendor/rich/control.py,sha256=DSkHTUQLorfSERAKE_oTAEUFefZnZp4bQb4q8rHbKws,6630
      +pip/_vendor/rich/default_styles.py,sha256=-Fe318kMVI_IwciK5POpThcO0-9DYJ67TZAN6DlmlmM,8082
      +pip/_vendor/rich/diagnose.py,sha256=an6uouwhKPAlvQhYpNNpGq9EJysfMIOvvCbO3oSoR24,972
      +pip/_vendor/rich/emoji.py,sha256=omTF9asaAnsM4yLY94eR_9dgRRSm1lHUszX20D1yYCQ,2501
      +pip/_vendor/rich/errors.py,sha256=5pP3Kc5d4QJ_c0KFsxrfyhjiPVe7J1zOqSFbFAzcV-Y,642
      +pip/_vendor/rich/file_proxy.py,sha256=Tl9THMDZ-Pk5Wm8sI1gGg_U5DhusmxD-FZ0fUbcU0W0,1683
      +pip/_vendor/rich/filesize.py,sha256=9fTLAPCAwHmBXdRv7KZU194jSgNrRb6Wx7RIoBgqeKY,2508
      +pip/_vendor/rich/highlighter.py,sha256=p3C1g4QYzezFKdR7NF9EhPbzQDvdPUhGRgSyGGEmPko,9584
      +pip/_vendor/rich/json.py,sha256=EYp9ucj-nDjYDkHCV6Mk1ve8nUOpuFLaW76X50Mis2M,5032
      +pip/_vendor/rich/jupyter.py,sha256=QyoKoE_8IdCbrtiSHp9TsTSNyTHY0FO5whE7jOTd9UE,3252
      +pip/_vendor/rich/layout.py,sha256=RFYL6HdCFsHf9WRpcvi3w-fpj-8O5dMZ8W96VdKNdbI,14007
      +pip/_vendor/rich/live.py,sha256=vZzYvu7fqwlv3Gthl2xiw1Dc_O80VlGcCV0DOHwCyDM,14273
      +pip/_vendor/rich/live_render.py,sha256=zElm3PrfSIvjOce28zETHMIUf9pFYSUA5o0AflgUP64,3667
      +pip/_vendor/rich/logging.py,sha256=uB-cB-3Q4bmXDLLpbOWkmFviw-Fde39zyMV6tKJ2WHQ,11903
      +pip/_vendor/rich/markup.py,sha256=xzF4uAafiEeEYDJYt_vUnJOGoTU8RrH-PH7WcWYXjCg,8198
      +pip/_vendor/rich/measure.py,sha256=HmrIJX8sWRTHbgh8MxEay_83VkqNW_70s8aKP5ZcYI8,5305
      +pip/_vendor/rich/padding.py,sha256=kTFGsdGe0os7tXLnHKpwTI90CXEvrceeZGCshmJy5zw,4970
      +pip/_vendor/rich/pager.py,sha256=SO_ETBFKbg3n_AgOzXm41Sv36YxXAyI3_R-KOY2_uSc,828
      +pip/_vendor/rich/palette.py,sha256=lInvR1ODDT2f3UZMfL1grq7dY_pDdKHw4bdUgOGaM4Y,3396
      +pip/_vendor/rich/panel.py,sha256=wGMe40J8KCGgQoM0LyjRErmGIkv2bsYA71RCXThD0xE,10574
      +pip/_vendor/rich/pretty.py,sha256=eLEYN9xVaMNuA6EJVYm4li7HdOHxCqmVKvnOqJpyFt0,35852
      +pip/_vendor/rich/progress.py,sha256=n4KF9vky8_5iYeXcyZPEvzyLplWlDvFLkM5JI0Bs08A,59706
      +pip/_vendor/rich/progress_bar.py,sha256=cEoBfkc3lLwqba4XKsUpy4vSQKDh2QQ5J2J94-ACFoo,8165
      +pip/_vendor/rich/prompt.py,sha256=x0mW-pIPodJM4ry6grgmmLrl8VZp99kqcmdnBe70YYA,11303
      +pip/_vendor/rich/protocol.py,sha256=5hHHDDNHckdk8iWH5zEbi-zuIVSF5hbU2jIo47R7lTE,1391
      +pip/_vendor/rich/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_vendor/rich/region.py,sha256=rNT9xZrVZTYIXZC0NYn41CJQwYNbR-KecPOxTgQvB8Y,166
      +pip/_vendor/rich/repr.py,sha256=9Z8otOmM-tyxnyTodvXlectP60lwahjGiDTrbrxPSTg,4431
      +pip/_vendor/rich/rule.py,sha256=0fNaS_aERa3UMRc3T5WMpN_sumtDxfaor2y3of1ftBk,4602
      +pip/_vendor/rich/scope.py,sha256=TMUU8qo17thyqQCPqjDLYpg_UU1k5qVd-WwiJvnJVas,2843
      +pip/_vendor/rich/screen.py,sha256=YoeReESUhx74grqb0mSSb9lghhysWmFHYhsbMVQjXO8,1591
      +pip/_vendor/rich/segment.py,sha256=XLnJEFvcV3bjaVzMNUJiem3n8lvvI9TJ5PTu-IG2uTg,24247
      +pip/_vendor/rich/spinner.py,sha256=15koCmF0DQeD8-k28Lpt6X_zJQUlzEhgo_6A6uy47lc,4339
      +pip/_vendor/rich/status.py,sha256=gJsIXIZeSo3urOyxRUjs6VrhX5CZrA0NxIQ-dxhCnwo,4425
      +pip/_vendor/rich/style.py,sha256=3hiocH_4N8vwRm3-8yFWzM7tSwjjEven69XqWasSQwM,27073
      +pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258
      +pip/_vendor/rich/syntax.py,sha256=jgDiVCK6cpR0NmBOpZmIu-Ud4eaW7fHvjJZkDbjpcSA,35173
      +pip/_vendor/rich/table.py,sha256=-WzesL-VJKsaiDU3uyczpJMHy6VCaSewBYJwx8RudI8,39684
      +pip/_vendor/rich/terminal_theme.py,sha256=1j5-ufJfnvlAo5Qsi_ACZiXDmwMXzqgmFByObT9-yJY,3370
      +pip/_vendor/rich/text.py,sha256=_8JBlSau0c2z8ENOZMi1hJ7M1ZGY408E4-hXjHyyg1A,45525
      +pip/_vendor/rich/theme.py,sha256=belFJogzA0W0HysQabKaHOc3RWH2ko3fQAJhoN-AFdo,3777
      +pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102
      +pip/_vendor/rich/traceback.py,sha256=yCLVrCtyoFNENd9mkm2xeG3KmqkTwH9xpFOO7p2Bq0A,29604
      +pip/_vendor/rich/tree.py,sha256=BMbUYNjS9uodNPfvtY_odmU09GA5QzcMbQ5cJZhllQI,9169
      +pip/_vendor/six.py,sha256=TOOfQi7nFGfMrIvtdr6wX4wyHH8M7aknmuLfo2cBBrM,34549
      +pip/_vendor/tenacity/__init__.py,sha256=3kvAL6KClq8GFo2KFhmOzskRKSDQI-ubrlfZ8AQEEI0,20493
      +pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc,,
      +pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc,,
      +pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc,,
      +pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc,,
      +pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc,,
      +pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc,,
      +pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc,,
      +pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc,,
      +pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc,,
      +pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc,,
      +pip/_vendor/tenacity/_asyncio.py,sha256=Qi6wgQsGa9MQibYRy3OXqcDQswIZZ00dLOoSUGN-6o8,3551
      +pip/_vendor/tenacity/_utils.py,sha256=ubs6a7sxj3JDNRKWCyCU2j5r1CB7rgyONgZzYZq6D_4,2179
      +pip/_vendor/tenacity/after.py,sha256=S5NCISScPeIrKwIeXRwdJl3kV9Q4nqZfnNPDx6Hf__g,1682
      +pip/_vendor/tenacity/before.py,sha256=dIZE9gmBTffisfwNkK0F1xFwGPV41u5GK70UY4Pi5Kc,1562
      +pip/_vendor/tenacity/before_sleep.py,sha256=YmpgN9Y7HGlH97U24vvq_YWb5deaK4_DbiD8ZuFmy-E,2372
      +pip/_vendor/tenacity/nap.py,sha256=fRWvnz1aIzbIq9Ap3gAkAZgDH6oo5zxMrU6ZOVByq0I,1383
      +pip/_vendor/tenacity/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_vendor/tenacity/retry.py,sha256=jrzD_mxA5mSTUEdiYB7SHpxltjhPSYZSnSRATb-ggRc,8746
      +pip/_vendor/tenacity/stop.py,sha256=YMJs7ZgZfND65PRLqlGB_agpfGXlemx_5Hm4PKnBqpQ,3086
      +pip/_vendor/tenacity/tornadoweb.py,sha256=po29_F1Mt8qZpsFjX7EVwAT0ydC_NbVia9gVi7R_wXA,2142
      +pip/_vendor/tenacity/wait.py,sha256=3FcBJoCDgym12_dN6xfK8C1gROY0Hn4NSI2u8xv50uE,8024
      +pip/_vendor/tomli/__init__.py,sha256=JhUwV66DB1g4Hvt1UQCVMdfCu-IgAV8FXmvDU9onxd4,396
      +pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc,,
      +pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc,,
      +pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc,,
      +pip/_vendor/tomli/_parser.py,sha256=g9-ENaALS-B8dokYpCuzUFalWlog7T-SIYMjLZSWrtM,22633
      +pip/_vendor/tomli/_re.py,sha256=dbjg5ChZT23Ka9z9DHOXfdtSpPwUfdgMXnj8NOoly-w,2943
      +pip/_vendor/tomli/_types.py,sha256=-GTG2VUqkpxwMqzmVO4F7ybKddIbAnuAHXfmWQcTi3Q,254
      +pip/_vendor/tomli/py.typed,sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc,26
      +pip/_vendor/truststore/__init__.py,sha256=qzTLSH8PvAkY1fr6QQ2vV-KwE_M83wdXugtpJaP_AbM,403
      +pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc,,
      +pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc,,
      +pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc,,
      +pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc,,
      +pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc,,
      +pip/_vendor/truststore/_api.py,sha256=xjuEu_rlH4hcdJTROImEyOEqdw-F8t5vO2H2BToY0Ro,9893
      +pip/_vendor/truststore/_macos.py,sha256=BjvAKoAjXhdIPuxpY124HJIFswDb0pq8DjynzJOVwqc,17694
      +pip/_vendor/truststore/_openssl.py,sha256=LLUZ7ZGaio-i5dpKKjKCSeSufmn6T8pi9lDcFnvSyq0,2324
      +pip/_vendor/truststore/_ssl_constants.py,sha256=NUD4fVKdSD02ri7-db0tnO0VqLP9aHuzmStcW7tAl08,1130
      +pip/_vendor/truststore/_windows.py,sha256=1x_EhROeJ9QK1sMAjfnZC7awYI8UnBJYL-TjACUYI4A,17468
      +pip/_vendor/truststore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_vendor/typing_extensions.py,sha256=EWpcpyQnVmc48E9fSyPGs-vXgHcAk9tQABQIxmMsCGk,111130
      +pip/_vendor/urllib3/__init__.py,sha256=iXLcYiJySn0GNbWOOZDDApgBL1JgP44EZ8i1760S8Mc,3333
      +pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc,,
      +pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc,,
      +pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc,,
      +pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc,,
      +pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc,,
      +pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc,,
      +pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc,,
      +pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc,,
      +pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc,,
      +pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc,,
      +pip/_vendor/urllib3/_collections.py,sha256=Rp1mVyBgc_UlAcp6M3at1skJBXR5J43NawRTvW2g_XY,10811
      +pip/_vendor/urllib3/_version.py,sha256=azoM7M7BUADl2kBhMVR6PPf2GhBDI90me1fcnzTwdcw,64
      +pip/_vendor/urllib3/connection.py,sha256=92k9td_y4PEiTIjNufCUa1NzMB3J3w0LEdyokYgXnW8,20300
      +pip/_vendor/urllib3/connectionpool.py,sha256=ItVDasDnPRPP9R8bNxY7tPBlC724nJ9nlxVgXG_SLbI,39990
      +pip/_vendor/urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc,,
      +pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc,,
      +pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc,,
      +pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc,,
      +pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc,,
      +pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc,,
      +pip/_vendor/urllib3/contrib/_appengine_environ.py,sha256=bDbyOEhW2CKLJcQqAKAyrEHN-aklsyHFKq6vF8ZFsmk,957
      +pip/_vendor/urllib3/contrib/_securetransport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc,,
      +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc,,
      +pip/_vendor/urllib3/contrib/_securetransport/bindings.py,sha256=4Xk64qIkPBt09A5q-RIFUuDhNc9mXilVapm7WnYnzRw,17632
      +pip/_vendor/urllib3/contrib/_securetransport/low_level.py,sha256=B2JBB2_NRP02xK6DCa1Pa9IuxrPwxzDzZbixQkb7U9M,13922
      +pip/_vendor/urllib3/contrib/appengine.py,sha256=VR68eAVE137lxTgjBDwCna5UiBZTOKa01Aj_-5BaCz4,11036
      +pip/_vendor/urllib3/contrib/ntlmpool.py,sha256=NlfkW7WMdW8ziqudopjHoW299og1BTWi0IeIibquFwk,4528
      +pip/_vendor/urllib3/contrib/pyopenssl.py,sha256=hDJh4MhyY_p-oKlFcYcQaVQRDv6GMmBGuW9yjxyeejM,17081
      +pip/_vendor/urllib3/contrib/securetransport.py,sha256=yhZdmVjY6PI6EeFbp7qYOp6-vp1Rkv2NMuOGaEj7pmc,34448
      +pip/_vendor/urllib3/contrib/socks.py,sha256=aRi9eWXo9ZEb95XUxef4Z21CFlnnjbEiAo9HOseoMt4,7097
      +pip/_vendor/urllib3/exceptions.py,sha256=0Mnno3KHTNfXRfY7638NufOPkUb6mXOm-Lqj-4x2w8A,8217
      +pip/_vendor/urllib3/fields.py,sha256=kvLDCg_JmH1lLjUUEY_FLS8UhY7hBvDPuVETbY8mdrM,8579
      +pip/_vendor/urllib3/filepost.py,sha256=5b_qqgRHVlL7uLtdAYBzBh-GHmU5AfJVt_2N0XS3PeY,2440
      +pip/_vendor/urllib3/packages/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc,,
      +pip/_vendor/urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
      +pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc,,
      +pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc,,
      +pip/_vendor/urllib3/packages/backports/makefile.py,sha256=nbzt3i0agPVP07jqqgjhaYjMmuAi_W5E0EywZivVO8E,1417
      +pip/_vendor/urllib3/packages/backports/weakref_finalize.py,sha256=tRCal5OAhNSRyb0DhHp-38AtIlCsRP8BxF3NX-6rqIA,5343
      +pip/_vendor/urllib3/packages/six.py,sha256=b9LM0wBXv7E7SrbCjAm4wwN-hrH-iNxv18LgWNMMKPo,34665
      +pip/_vendor/urllib3/poolmanager.py,sha256=0i8cJgrqupza67IBPZ_u9jXvnSxr5UBlVEiUqdkPtYI,19752
      +pip/_vendor/urllib3/request.py,sha256=YTWFNr7QIwh7E1W9dde9LM77v2VWTJ5V78XuTTw7D1A,6691
      +pip/_vendor/urllib3/response.py,sha256=fmDJAFkG71uFTn-sVSTh2Iw0WmcXQYqkbRjihvwBjU8,30641
      +pip/_vendor/urllib3/util/__init__.py,sha256=JEmSmmqqLyaw8P51gUImZh8Gwg9i1zSe-DoqAitn2nc,1155
      +pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc,,
      +pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc,,
      +pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc,,
      +pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc,,
      +pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc,,
      +pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc,,
      +pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc,,
      +pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc,,
      +pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc,,
      +pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc,,
      +pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc,,
      +pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc,,
      +pip/_vendor/urllib3/util/connection.py,sha256=5Lx2B1PW29KxBn2T0xkN1CBgRBa3gGVJBKoQoRogEVk,4901
      +pip/_vendor/urllib3/util/proxy.py,sha256=zUvPPCJrp6dOF0N4GAVbOcl6o-4uXKSrGiTkkr5vUS4,1605
      +pip/_vendor/urllib3/util/queue.py,sha256=nRgX8_eX-_VkvxoX096QWoz8Ps0QHUAExILCY_7PncM,498
      +pip/_vendor/urllib3/util/request.py,sha256=C0OUt2tcU6LRiQJ7YYNP9GvPrSvl7ziIBekQ-5nlBZk,3997
      +pip/_vendor/urllib3/util/response.py,sha256=GJpg3Egi9qaJXRwBh5wv-MNuRWan5BIu40oReoxWP28,3510
      +pip/_vendor/urllib3/util/retry.py,sha256=Z6WEf518eTOXP5jr5QSQ9gqJI0DVYt3Xs3EKnYaTmus,22013
      +pip/_vendor/urllib3/util/ssl_.py,sha256=X4-AqW91aYPhPx6-xbf66yHFQKbqqfC_5Zt4WkLX1Hc,17177
      +pip/_vendor/urllib3/util/ssl_match_hostname.py,sha256=Ir4cZVEjmAk8gUAIHWSi7wtOO83UCYABY2xFD1Ql_WA,5758
      +pip/_vendor/urllib3/util/ssltransport.py,sha256=NA-u5rMTrDFDFC8QzRKUEKMG0561hOD4qBTr3Z4pv6E,6895
      +pip/_vendor/urllib3/util/timeout.py,sha256=cwq4dMk87mJHSBktK1miYJ-85G-3T3RmT20v7SFCpno,10168
      +pip/_vendor/urllib3/util/url.py,sha256=lCAE7M5myA8EDdW0sJuyyZhVB9K_j38ljWhHAnFaWoE,14296
      +pip/_vendor/urllib3/util/wait.py,sha256=fOX0_faozG2P7iVojQoE1mbydweNyTcm-hXEfFrTtLI,5403
      +pip/_vendor/vendor.txt,sha256=4NKk7fQhVsZw0U-0zmm9Q2LgGyaPXacFbnJAaS0Q6EY,493
      +pip/_vendor/webencodings/__init__.py,sha256=qOBJIuPy_4ByYH6W_bNgJF-qYQ2DoU-dKsDu5yRWCXg,10579
      +pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc,,
      +pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc,,
      +pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc,,
      +pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc,,
      +pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.pyc,,
      +pip/_vendor/webencodings/labels.py,sha256=4AO_KxTddqGtrL9ns7kAPjb0CcN6xsCIxbK37HY9r3E,8979
      +pip/_vendor/webencodings/mklabels.py,sha256=GYIeywnpaLnP0GSic8LFWgd0UVvO_l1Nc6YoF-87R_4,1305
      +pip/_vendor/webencodings/tests.py,sha256=OtGLyjhNY1fvkW1GvLJ_FV9ZoqC9Anyjr7q3kxTbzNs,6563
      +pip/_vendor/webencodings/x_user_defined.py,sha256=yOqWSdmpytGfUgh_Z6JYgDNhoc-BAHyyeeT15Fr42tM,4307
      +pip/py.typed,sha256=EBVvvPRTn_eIpz5e5QztSCdrMX7Qwd7VP93RSoIlZ2I,286
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/REQUESTED b/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/REQUESTED
      new file mode 100644
      index 00000000..e69de29b
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL b/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL
      new file mode 100644
      index 00000000..98c0d20b
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL
      @@ -0,0 +1,5 @@
      +Wheel-Version: 1.0
      +Generator: bdist_wheel (0.42.0)
      +Root-Is-Purelib: true
      +Tag: py3-none-any
      +
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt b/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt
      new file mode 100644
      index 00000000..26fa3616
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt
      @@ -0,0 +1,4 @@
      +[console_scripts]
      +pip = pip._internal.cli.main:main
      +pip3 = pip._internal.cli.main:main
      +pip3.12 = pip._internal.cli.main:main
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt b/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt
      new file mode 100644
      index 00000000..a1b589e3
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt
      @@ -0,0 +1 @@
      +pip
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/__init__.py
      new file mode 100644
      index 00000000..be0e3edb
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/__init__.py
      @@ -0,0 +1,13 @@
      +from typing import List, Optional
      +
      +__version__ = "24.0"
      +
      +
      +def main(args: Optional[List[str]] = None) -> int:
      +    """This is an internal API only meant for use by pip's own console scripts.
      +
      +    For additional details, see https://github.com/pypa/pip/issues/7498.
      +    """
      +    from pip._internal.utils.entrypoints import _wrapper
      +
      +    return _wrapper(args)
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/__main__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/__main__.py
      new file mode 100644
      index 00000000..59913261
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/__main__.py
      @@ -0,0 +1,24 @@
      +import os
      +import sys
      +
      +# Remove '' and current working directory from the first entry
      +# of sys.path, if present to avoid using current directory
      +# in pip commands check, freeze, install, list and show,
      +# when invoked as python -m pip 
      +if sys.path[0] in ("", os.getcwd()):
      +    sys.path.pop(0)
      +
      +# If we are running from a wheel, add the wheel to sys.path
      +# This allows the usage python pip-*.whl/pip install pip-*.whl
      +if __package__ == "":
      +    # __file__ is pip-*.whl/pip/__main__.py
      +    # first dirname call strips of '/__main__.py', second strips off '/pip'
      +    # Resulting path is the name of the wheel itself
      +    # Add that to sys.path so we can import pip
      +    path = os.path.dirname(os.path.dirname(__file__))
      +    sys.path.insert(0, path)
      +
      +if __name__ == "__main__":
      +    from pip._internal.cli.main import main as _main
      +
      +    sys.exit(_main())
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/__pip-runner__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/__pip-runner__.py
      new file mode 100644
      index 00000000..49a148a0
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/__pip-runner__.py
      @@ -0,0 +1,50 @@
      +"""Execute exactly this copy of pip, within a different environment.
      +
      +This file is named as it is, to ensure that this module can't be imported via
      +an import statement.
      +"""
      +
      +# /!\ This version compatibility check section must be Python 2 compatible. /!\
      +
      +import sys
      +
      +# Copied from setup.py
      +PYTHON_REQUIRES = (3, 7)
      +
      +
      +def version_str(version):  # type: ignore
      +    return ".".join(str(v) for v in version)
      +
      +
      +if sys.version_info[:2] < PYTHON_REQUIRES:
      +    raise SystemExit(
      +        "This version of pip does not support python {} (requires >={}).".format(
      +            version_str(sys.version_info[:2]), version_str(PYTHON_REQUIRES)
      +        )
      +    )
      +
      +# From here on, we can use Python 3 features, but the syntax must remain
      +# Python 2 compatible.
      +
      +import runpy  # noqa: E402
      +from importlib.machinery import PathFinder  # noqa: E402
      +from os.path import dirname  # noqa: E402
      +
      +PIP_SOURCES_ROOT = dirname(dirname(__file__))
      +
      +
      +class PipImportRedirectingFinder:
      +    @classmethod
      +    def find_spec(self, fullname, path=None, target=None):  # type: ignore
      +        if fullname != "pip":
      +            return None
      +
      +        spec = PathFinder.find_spec(fullname, [PIP_SOURCES_ROOT], target)
      +        assert spec, (PIP_SOURCES_ROOT, fullname)
      +        return spec
      +
      +
      +sys.meta_path.insert(0, PipImportRedirectingFinder())
      +
      +assert __name__ == "__main__", "Cannot run __pip-runner__.py as a non-main module"
      +runpy.run_module("pip", run_name="__main__", alter_sys=True)
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..4340dfde68722554b506aa8a25997e75c64d4c9d
      GIT binary patch
      literal 719
      zcmY*XJ#W-N5Z$$Xm*b8Q@lg;8SZL5m#0wz;f>0zRgoFeEDbO5+<=C6^D)xHWStmFO
      zQVI$r8oGpk0OF_6KDCF<>`adYY8Rfy9*Ab
      zHE~AQ(Agy^Noh_BI-rF&@F+>WfuByLf$#(s!7SD|Oh#3S2un|zp5
      zuaLgKwfi`e!0^P1No9q>9_;p`d#qG>%?c4K%hpQ6DiCb7W?Jftz{*XPz$xUO}~5tB=RN&vsUuy`XJ
      z0~rt5_i59KHchOxF!&VburiDeS%#HG=ujwYYF%O$OvioW8TbBU9~=l{2haEu5C(V*
      zNhY)e4kqDAW=d6p&V&(MS9w*)x&LyIt|LL4m5Of&wZU__I*G4_SLQiLE9P{Ztj9xS
      z?uLkvo3v3B>bePvSSr)Q{%uq^j%J7a?vmExx8BJ&cU~`j3T8)`#2J_SQ%&2}TB@OO
      zi!%Y5rWZvU$QhR&MU4;EG(OHaMto1qQCH{wz=O`MqD-q?ESVD+y46A-&Av}5{X))v
      iJ$7oR_p?1k&%AoR7woOPJ@R?x!al+HUGmFaW2iqD7sYb`
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..fabca3515d373cdae8cdeb26739bc08a1ce338c0
      GIT binary patch
      literal 875
      zcmb7C&ubGw6n?Wi`JGfMwb)iX*o!$di?Nb`Vkmm(p&Bn$h=*m(Oq)$MyX(#-x(d>O
      z&;}1(5v)D+s^m}cqOF2#5elBX1$yhrnI=nGtOw^X?|W~)dEYmW`JBllfv?B+F0MS3
      z0e*=jT#+F-e1!nEfB-=TR0a`M5JhzyQb&=%6iu0CT4aA|E@w
      z%%_KqWHVJsBjB?^_36Lw@_IU)PpFN+LmtXTehd2j0D`!xHZ|Q;)hr6IK-sZCvREK9
      zj|JG)+*%M_rEc{Z31r){gOsY;TD76AQdJFNM0ZTBNkx|x-4LayZZhh)q9RUsWzyE|
      zoT{5H<
      zptqe#?m+wu_MUHj86mU}iG4`+(|}{^#ZGZ!p>xyE`=0M?d2hXUFTb3h{VLD?;D?Ky
      z#r37ml0W{s+>Zl3=U>^CC;CZ9k8KvZh0Rj8^dY}f*e>jpwo4z2do%NUsT*r|!<*$!
      q*U2GIp6h3!m_P^U**p`-}G6ck~+3s4vKopA+3lw5o+VbEUGZ|*?w$tv;EOTc|
      zx0Iw35-~Bc560HFJ{SY3CO-P;yD{0)#+FG)F!~^Gg?&)_`E*<%9P+3tt5Qe&vQQk>;fC5P(I{ArCsyg(ArlUCax*bQ|&_C6i%4U}w|?
      zJz;Duzpue1z~^
      z!^LPRmX8r0ALAcw@nifk9~a;}=#kr?M}6FUE1v2lZ;#!2^3ZO}o9hH|TUVM6AAtbf
      zqsOMY0a)lF=qpS(SC8P@pz79hsWbhHaT8oM)raF&ZOgD+Wn1y^gT`HCZ7#jsM@vKgS5a)uw$s+j}g>
      z42SlVRc%Tgr!0rpmQxheJ$A)3sjVp4a&=Ic#x0=fQ#dxuAwRhkdU1`!XOdLZ^JjP2S+cDH`
      zY}Xz(77qBwI#A8SW~}wIQ=gndxaITfsmxj|QLPN5_&mu=Rg#w6u3@7*&>-pvMKr28hB@wSFsSjG_=0WDBjW^4kT%#n
      zrcPp;B30O-&SbO2_(6P}BhE9NaWW_RPxYoWC$acN*zwMhg5alji_A$#VPVh}@y64l
      zy%(X}NCA(ourk%$wy|UKUp>W3}9%quS%t
      zK`+KJeh!&S<38<9G-r?ecM-DBc6=FEvNuu9!=qSgp>jX=!e*-Dx5WO9#NpM%;pGeK
      zxihuw+dmv#OAOqR9wbt=aPRuQqj$r#_TKey?`9%(CuVaF;-LmH*|4JUBo)PtDvH-T
      zaNeRQ*D7iweY9d)QDv+|@rCG(RPR9p!pprK!ECOM;MZXGZP*MXp9;Z1TU~_Uo+o_f
      z1@L8j%aUrCiZa`KRy8^4@FmI5y(!-3ROF=D!&l2*ZZ_xm7{2>3#xyc_BWlsXXUM87
      zopM8pqFWl~ETZiuhTk8%Ff^!)^k2R*Fw#HTcq(p-|9A|uV7bxJD#K3LKVvvbQ_TbM4y`Emel#1ka3feQRq<}#FtI5)
      z_CdZj%JXiXS!TAn}Lr>O(m2ORDS3lgp>p4rJC+JvB)F5e$>I
      zCxB{e9}wx|_($;#Xj_H0h0Cj*$JRPeti$V%LWzYp?uTBi!AR}k$U2N{LUKN^0m)TJ
      QF0?OqedqiPryIxp8&1zJy#N3J
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__init__.py
      new file mode 100644
      index 00000000..96c6b88c
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__init__.py
      @@ -0,0 +1,18 @@
      +from typing import List, Optional
      +
      +from pip._internal.utils import _log
      +
      +# init_logging() must be called before any call to logging.getLogger()
      +# which happens at import of most modules.
      +_log.init_logging()
      +
      +
      +def main(args: (Optional[List[str]]) = None) -> int:
      +    """This is preserved for old console scripts that may still be referencing
      +    it.
      +
      +    For additional details, see https://github.com/pypa/pip/issues/7498.
      +    """
      +    from pip._internal.utils.entrypoints import _wrapper
      +
      +    return _wrapper(args)
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..9d0026e63ecd81a8a9edc8f5f657524a3580c4e7
      GIT binary patch
      literal 821
      zcmZuvy=xRf6rb7MyKIsRcwP!)p(ENHm>v9p7?D(BrLj<(vpDy5=WZw2k73?y!r1H(?A_zWa-WTt^`Mo#q!@|NGL3(`e%+PfR`DTq1
      zYD|^M6I5Q4n8Y+C8ST-`={eNePU>b}&!fa4!rQ1Tog^R2{i%u3GqEQeK}B;3efGu;
      zF*Eey=F3LUAG=-uhmGwzm3LQysr>uO$RZEZF0H(NT8!2!FVrKbnp&7r=MlBxQ*u$-
      zJ2{68ky1p4NMBHkY@2SA{b}?A(siG`eV9mKc$5|(^p=R(u+XeXV-^)T6scekX{ih_
      zlZ1w4;h2GuY03tIX)zR9e|3I*7zyDN+N(qfKIggP+U*<+=97#|j8VE#g
      z^jH<>1wCtX9Nk1w>tKs8cJ!P-!WMyt5G6uM;GiQOCA!E9PziRzRhgEVT>i%g@g@Q^
      zNs;p{k#F%-4yN|C;L24F(uidhMw{UXk=rKzLgRf@rRnzrHLkoYl(}vp61y7EMz%wK
      zw@734>wIVT_N%pz-qHk}*zJ0EwrZNO!m(=mliEX8b^g<~wrg3n>Q`_rMwn5#V07i;
      zAnM275xrnb%p*JUZ)HVXreaMmqG{IvR*)UKl+rKc!gq4%&?oftj`x|g4@mnH>HKW^
      a^z5#`x40L*Svoj%@sObX-u-1oUHA{juiT*k
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..8b771d3500220fd636db04efac5cc66e1c5b7872
      GIT binary patch
      literal 14325
      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
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..3015d72c913c88397290d8bafc657321caba313e
      GIT binary patch
      literal 17691
      zcmbV!dvF`andb~Jcn|;y5~K)D{A|Z*OB8$6v;BFh_YN}*2Y4ZAqffu
      zm>Ezs5z?kzsarDVJCT)SNmY^+T;)5{W$%T#+qx)sb#<}ts@7FoR|S}Ik(ns9+FSpz
      zxxZl1xg<)}-Tl5E3?3w8Uv^}6_jLF4^mKoZ-}m(g|6O^xgTwXB=j(?4<1vo=N4haC
      zTeh%iGI87zCvk(E#7m|KKghG(G-zVEdC<&qVNgJBj#$R5gVr(Ipl!@PXdf#ZEE{tS
      zI>wxX&N0`Zi>EP!NcmXBV8xhw(9P~Gk;<{E!75g^Mm%HHgVn5Ti`0zm7~H|i_DJoR
      zchEalH(1AWGCz9Qm}Wj7+-c%uhg2rlzmFNyHMmQzR!ov3%1h3{2FW$ph#qxPxl|#!
      zrAn#l1JC=GY|kdSY4ns{E=*B-rtn@bqqe7HZEwli^V@5OEQ7629J};9O1yE%JlKXW
      z+9B_KpV!|p*e+Ge^-_&oKO{&yz9S5FWbd&mJJAKTwW#%>hfUrk8?`3ZW|F*U+h^h~
      za8liOIB92Y9rsU}eDy&mUUD`T9SRRmD8YC*78S>W(crK=CP(9-ak$=3q~}{wTbbF>@#VeqP0Ay
      zC^1FbQ&e{zi*q(M5s~_0@gDhdEGWs6kJoI$@o_1vs8oFMVqb6nivuW@4a@P%vEgA^
      z!PpKts!k|!0Npe}j!uke!gJxMl(3D5$Nk}GIANy(eJDEHZpn&@$!Wrf92wVy2~}1!
      z>u@A?1Jf1Ma9q~Ra`aZhh6GEY_$-?6!oaz!n)Slv{+{m3nlNzj+Bwa9uJ5{LLlU^&
      zeN_`^={2hYvQVO-EO{~_6_A?ox2Ygm;-GPR2OC&alb+ak*cqAB-HHR7xDsh#_*T*Z3
      z=%vz(#K*H;FJOVyuAmwkk;lVom#T!iLL+!ZOdTg8>>8hlOpJv)i|SPAX4m*sd?Xg_
      zx`i2aMZ!0-_fPo`9qyuC>KqS-Zh{}xE^KaBARGlPg5tVpn{zztAD`0PfoMz_3r4~T
      zIY8T_v}0lSeZ?<>C=KPD--*|l?e&5!x
      z;jUijUg(*7bxzoDx@Vu;#FJdr(
      zb#*jj=F5BdjF~H|{ld<<_aqzFD!NkkF03zY$3kfN(3-O`B{V7>7$Stf+(pWo@sxx~
      zEOGgD9i>Taxuo1$_j0$nkZBlyFJsm-T%355U87c`l+Q=Y@@1nm&BYmnpnGF?7ENz;
      z2;2<+&lxZ7GDaS)FiQD+`@3dLfBKxi;)$yK`-~FgO_oyQ9-|Jxf(NiL7tARut7gn!
      z@rDxXSg>O?#vAf^e#Z*lmfhJIAzo|r9IZ1-`Fxr$Xs^%L8>MN}aAA)IqduQco2P|g
      zQ`kHJI^pp*!%cENp-(eI%sl2_O9*}xd~SudPOBtI6wpNusUKA{#Z*lg55`9{VKf$w
      zYVNcBedjM;2=sIhoa^g;9*RSqQZ?(iA`gXMh30y79GprzNGYcQ-Bc_XP_x{GCQ}uH
      zEDC*(LLcq3C`YJwwa&pte+Dm#=R{SSCjwC)nkww3xuf!AVTDR+MWjn-X)hFPwmpk~
      z0&IBY4EpurPu)N=%YF9r>Gh|tq@TW$`o{IOr(gWvX45X~#=#?RnQq(WZMR+Xu7ztq
      zI{m4Ae})=Tf;Yn<2gBFZFHJ5^E=?~^zjOB8OK)HL8~2*`OiHMEuyfa4?;Y>mhC2-p
      z><$`a-Cm!z*DpV{X5anms=9g0^3Vgjche@+W4PKc9GrLO((vN&Qe-jm&hhn@6X}){
      z_l~Z$bpQ9$YqbNj{h!&(X%?wk-vg8!^N!Sxwp7jD+)ew+?o`b)8Jpm;W;nrO{lge48@UI0CGu*y1|#gqk3VFRs=gx_pkuHW{XFRB1$wpuE7SYx
      zhO7)x@66rnSh^m42{-SO>dz#Iv++b^56It|rv(VRPOM+lTFdB%-bvJ@Ia756Ufb+^hUxE7WSM
      zR(`e+E(HH4_Vw#vNT8xZxDR|(3@aSK)}nYtiQNhVREt3Z`M@7TfI_5QgP{<#B;jmQ
      z!_01=o1!rcV}OlxZ6vIUp$Jqcbpk?-tKxXU=-pQ?0;~t)VjNgb6`KvjPjHz~ag8;k$}
      zs^SnZVh}Tzi{7l0=8>KidwG*mE#qp2CMFkUSNVU0j0LipVRK*6IJPY$Y6w3@oz
      zMXws878O0p?u#}=hvJg9#^2E%GZ)R-6zhh#tN)u-9RYAix{Nh^!M&oSiPv&p?0A#tpXu@L(xC
      zA(=*<#)$bmPMUyS@f<41>sSMKyr0$4TXP^vV9J0YsxU9y<#cd7r*DCV%pp^l&=9_3
      z#yo8v=Dufo%O;S{Gvk@u%)acIaPc!aJTnaIBar)!DMOc
      z{_fsDf8XVobQo(T$_d7mqgYeTJQjq}2eU;{&f;DnRi;(+Uq5&C>c!r3f&Qz#F!k&K
      zz-cmDG+R~&YE^-;m=qog%aYMXhM_7)h6={9!CoZGTPq6$7&iw3IlVf|^r~_J?@QF4
      zEtEQbWBxMQ)DMvSewKrRnzyCxb@%P{51lnBrj&<&rl;3xp4l{;syv%!p}GRvth^%Q;CAkr6W%J{*x8J%0*bfe7jyjUL
      z1e4S5TDR{`+jrl$?}2G~d*-_{8?MTAS9{vk{;A6cqo^`#_GFnHPjQ@pKem=p6xdo)
      z?UrlSc8LRk&(^-lm(iNiQ(G>hhh!#AJHWLRm_x0cV&=J*xG8>;d)53BH_7{i#PO@l
      zxuNS5f`YoQY9u^7BCBx-?{EzMt|^kxMbf!1;p>xiqZ2Hwj>{p&MPiUCK$7pMmZfkU
      z8d4#0@tJj|+z}uMsxx9B9@F`6N^@LSTK`%AP|3
      z>%+s)%~5{dSu&$jbK#TdPuDbGl8WnjF0X>~K%4F;SfejS%pHx`J&+4kqPgB%1v>c}gc$a)>Z>1o9@4p#)evcxIR!
      zCMtbCHb$2raMm-*@v_7{h
      znz+Ae>E_|>V{<9OM!7A!fsHEk!Q_{D<_W$nL-a6lPeN_WrJ62r%rBNhPx%hUvwsF6
      zm@&@?)505P^P8D}H*2@dSf_?30w?0(%vAw*^;)m
      z+_$$edHvnj()PxUx`y?-!|A%iYjsEF%jYa}w;npHQqIN)4F^^R)*24YKM$aD4FIO5
      ze!aRaUEP)(zF+O%sH|PDY))4;Cy(E++`r-S+`cq_X<;%cB<1_A0}l@zniF*Q#nLN_
      zucYm*$$_-p$0pE}wl^(LB!@n=cj~^$LV-kkO*FCjzZhRUS(JUbTK)>&AkHe`vwSkG
      z!5XQ^^T~FhhbNtw^_Hsyw~gnmlakz4l2Z(BQ#|0M5*|n5C4<^kXTdyk=Nga)LPwLf)br}?jOI4~3vEiXhty-k2En`&_zW8O9I{Au;Y`IwjB0$_QGuaz!4C
      zf$d}L7>+4yts+}zaOO>PEaKx3jT@n4j1mHwPhel?1bu0ifp-=wsDh?{hY{4zkZe;?
      zPvB!`#ezhByyTI0PrZFAU3)m~JiJ{+J^cS-_lHI7y=q-Q*qc7s`->MpmhK-MfClvX
      zHfk=xTJn0}k*xB-P^zh4I=Of_8tCxFul;fB-BTz)r
      zgDCZ>bBgOiNU!%SH{J2oI71`CV7;62d0v|nd4pr
      zHJIsNes*s~1a8XQ!W{yBpM;Pqy9CLtleqo&&ECLjZdW;pL)bqlzE^d&n+B#04@03{Bz6hl^yq8U4#?8-&dHQ
      z{`JMzlM`#+&igKZ#%e3~JlL^wxh+|}wxcb>@l~xWRU2TR%ZrzjRp0Obof$R1|GWyr
      z{;m>5*5i+#Ro4T4;>p^MjoK?4-iC$Y<*P}{@+1tX9UYryGjXE1%JavJ8ND8>2QlLh
      zn_WF#(}#XfkJIuIXGi%Xr=_Q+?4wE>mAz#>$1ER-RXv9+A04uwTx4_+uju@T!jp`y
      zS!bO3uq%J=^d|omoJLsBc&s4L)Atn2*uF$NS-zm3pkeoh3XNWdrlvrA{zU7G;YfrG
      zVZ>?Rzz6Xe6bI6#!t`JcCAhvKQ$9f#`$QPZEhL&nlA#&48E8a*iPmDdTpAAkBYLX)
      zk>H3H=dP#bPo6{Onw);#?wSN{Wh1v@_3@$9{8|Miuhzw)X5vW|HQC0))I_%n>O
      z#D#Ghn)j4Kf{DQDrfI&Efm<4}OtWJUgSR0UngyU`W&}Ug%`9DtE&&%m!OktVZ~ZX2
      zE@Nhzbz&TjVVUX8tQp2)HelT--#~{VBa9hvi7nc#z&idXdVu&C#;$|&)XZ5w^R|&w
      z;LzL!LX*$WKfm01_rRS4$;otm*Qc(7NuD!m{ZC9=6qvtX>b^17
      z2)0%s&6dE1WN}a|Nj(=Q&BU%zBBd?YFn_ZH^i^AMHeCYKHH6P*f2Y2mh9c!y;u=Q03&h6U~|6&g)Iyv>2je}WT|dAtGxDvclyA1dY#Et_kG&(W;HSf_m*M`&kBg@^gJ7sBSbMjE~8!2b|2R%Qz^xmbF
      zlb<+`li~xU%b578ZvG3i8J=@HS6=B`QPiPfQ%*r%1JKHq`iKR4rzOj0oE#1^Q?2a}T-
      z{|8@Pcsf-|(h@o>ckCmjJ*+^(3fNO{lvqW$Be_wC=gvx}=t*+d=G0Q5
      z8A7bc)KU-TRp{m`bxvcDMv?2kL~R(6##Sn@D!#*EVqQ)vTc+WbK-
      zY?7RF1MClmMb1SB!@>hIDd&8XK=3dugddxy`44iW1}JDuh8wNP6>|lQQU&uQH_Ei|
      zfz=>S7$s11MMjCO?>wSc?Q%2(XI^wTQ3cAQC_XiJ2%2z;p%Dc0g&>Aic;pdO8dPIZ
      z#{CGboWYxYPD6}l-EHox!AYHxt8p&(*`YT!Yp;3L=&fTr1L
      z(1B=B(mXHVj65dEy)vb`6+&B~Sy*|yG2+$-1-8^bhs|z_VWRwNjF8y9h2HVmMGS|y
      zcTT;Fo*?_G#`UVsbXDhCRo9#q0Y0vZ+sEgR6F6ONyYCbqG_|fbJ(F&F=3d)c)0w&c
      zjLA`cj)%#<{Pj7nvV9;k=9|o@9Q+bG-H>Cvhne41tfR4v*i+6nArkH2EZwh4s*B&0EYPWM*^({a6G5js2&Fl7P#uI
      z6~!gsQPHiUs#u#FO%fRjR|P?mh)
      zKDiE5Kt232K+XsKP$111&ia_!Lq!*dj-=pvFBR|ISrTMIj~48M9yCM4DEsi85JK&g
      zWzPU|YpXf(U!g|~o5`@Eb1s#bAv+It0>J2G>*4HH&3cfw{tTXkg;mMb*3CH>@G_M(
      z&tIJDU1-_x>|8#(*!fP^YU^6_@wDgo+}Vw$J#&{9)bBF2)=b7$eagObyR{`?)E4}0
      z{sPH!@H`cvryNtFF?*H5N`|@v$vl(y(ZLp?uibLxm6poCRY(3a$y{HOjg3(Wf8{-Q
      zw|G2v1f*sfGW{jL!~^*}OCGepHnYR|Gse+yP#l({_)!KzzjVq%oL1pp!s|?N3woO#
      zgvzW3O&}ZMH?%Iq+B(k9(tr+u+R&uXnrT(^s|Si@9SB^!(AR(UTrWHm%uPjmt-MVM
      zMU2BB(sy0o^1s5})-9*w%tAqNing4D!#`0B%x87=cO7>e>vbLJx{kHFeRO=;I{)>#
      zvkTQ5ZV#Q-FAsg{ZrkwIFCSVyyfC>mvpDm;*B1nwecs=F@RRC;8}&^|^Rn-I{h#Al
      zv-J-u>Has5bvN-p--YDE9c4(1gm#WDIMBd9moAEavBBpLpmRHG`f>{#QDk3gp_4&s
      zPys}K37@VD0gg&5U=NRcH$V=a(63T)=A~@+{Mn9+#fB+u1#>E4n-|TwM0??!3q~pd
      zsES4^(Ox*xH2+3z!Dyvycz&2S)@rJ7T}$*G&aLW{iSd;=xCnZDDJ(}2RAd+y6k-Tb
      zUKn6R=Igc}afRbsrFcG&Ee^OvKg3{x8@hr(Tw9@9@I&w;*iAt^W=?>!pKQ_3Kcek8
      z78)AD&%dA!5EKe7!f$wB%_w0Bn2w%BEk%?9Tq?0hq#*L+#*|nb?B*B0j-T@2VQ36I
      z!hT+oeU9l6HU}!<~pz~!b_vWgnn}hOaE$$Of8;h?h(zs#oy5fpF2q`<=-ID%vcWP4Bawp
      zLiD1C=pCWbUs6IKPLHN1uSQmSX>LfOLXU#-T{LQ5ecN=mMnQD`7U}jc(041!-R4QT
      zK;rFV^km}gi&}11QbMgLAIWDynZs<|E6OKiKh;
      zhW8rM4aZUy$3C$igH~(b|L)k^W2t8N?oBO@4cD$uT&LeLy=!~h_HM=76)Uf=iKh{7
      z|BNGL-~G9jbG3Zt@hcsKEO
      zB3*wtRdM(e`{9Sq`jm6;13c$j^ex9yjsBF!zvlAONK|ump>xf(`wz^xee>+ev#0o?
      zfF9DIX8di6NS*|Kji4QbHnBh(7Gy%ygD_xrRs)XEIgR;?HQX#_r
      zuh?|K8RZl=#l6S(fxzhOPN8Tv1K8xx->S$-lZ#5EAGdB11UK>6Rza{WfM$vojN}o{
      zT^gH{=a>5dQ#YIq$=>zW6KVYCJdrzfUU&J@E?;Wjv!A+7A~MwV>~^Xo*utoi801M*
      zS;}Jre+OBO^!%3VhbGDNV}a4zW4_}t?*r*vMIVZ`Cd(rbU6rgzwYs+J-$@czLh;Iz3T@~rVpGfC7>xupI%-6$pH5A{fzUhN$g;6bqqRxDks*6hc!9F*u99R$ios&2T>`
      z-=sQXIECzKg_ckUyAqXRl&F-vM#(S|%?{m$nDh9QLTjck!8I!VfD&@;F@J|b7?v41
      z3c+55oL~y62!#$}^>7U$6y+Wgtvnko9+D%GKmc-%7MjJip3$Lm4|S!4rmp@stl;mz
      z!+maYTI`?KS6eRd$(jsD`D(|#BR}=)<&S%R%j!1w36^~sm(5a_>{xl~?aoaO#f(R=
      zbS%7@v?N0-PbEj*cBj1uH}UhQj*QD;>EV|LG92Z}flZcY>Z&Y$szkO@&9c>+O}fkM
      z-Gvr4!y!w?H!0gZ;jwr&51K8{^Eeo@R%A?NmfGcO$(E#=?6~vFBM!HlW}{)Vc8BG3
      z#&5UOCUH=VYz2cMTYY_#vP?}iT2O^-1y#uCgB%%`%Tf>EpD|P3vVY~=YRjs++VNh0
      zx&>T<%7#WE#wtuhEo|t@g9*V_}o-G7g>=x8-*n`a}wiF~y>`jva`htPic)sW2Me^fn2$Vq*wi~GQ>5K;A?
      zGS-)9!Effr@LNXxr-{2tb)fhLnqEbT39!NaV`2PH2Uz3-SzkJz{1+-Qh9u99@^2~0
      zgSBFGrZDFco!=^7r{rgp+@gep2#aFW(H^bjdz`+idr^LDKdFm{Q_A1s7EHsb6-aRo
      z%ky9!Uf8VX_?lmF<-g*}e#JTdo;$zJolkS;e;9#!V(!+0x@OxoEBwRmy^Fq;OSA5cnzj^I1*}z8zES4ha8^@lFW+$O_`+!|
      zGtF8u6&#RL!(zko#NEW5#0tY3ZOS@Ot=`R!-G;(Sx4rjoZN
      iYm(AR?`rjX7n8B{o@1LF>VCI(MBsb)M;y!8di_5K+u<+(
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..ff4673521546413990c38835d344e0b05e448e4d
      GIT binary patch
      literal 33309
      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
      Up=r73peWYj6r4{4iZDR^|400b>;M1&
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..27bc87bb369f470d526550a9e0cb55038d251e4c
      GIT binary patch
      literal 704
      zcmY*XJ8u**5Vm*sj^mODAsRvf2GN{E)=EHvAe0JGK`0WMqlos_bGKIZVR^h476pld
      z0*Qu>&`^W;DKyY-gAf&6&_R=m@ev|1+L`@kY=85xKP@fw8Oh@Z=f~TevG3mbC!J$3
      zTO;s>DW-VN3O?jTFbp_TT@^wA9KvN<_o^a@#*ym0=nOkeFgW$Y6AXejy06i-y@$r>
      zs!a0DHcIRS+pYyy+cKrRClV6!I=e`Qa&i^;oXfBFY5Q42(vJHkD~+
      ztFl6qQ76*Wd0pt0|6-_isX&)irJO=JmAM`r``6>uHHq56ib>MlWI~nuCQeF|MWV~t
      zG;QR8U7#u=QanrMIs3iHI_uvS&b_|-YU6XXJfk3Wx;f~!UDp^Isr9#L{fRb2XWNjP
      zo0EKCcF`~ScX!mgQ&g(XVZ(Y_f3}^?DqJDmro9&gRQrxznr;p$jE=6
      J{_?*$%O42r!7u;-
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..141e0bb4fc742fff66964399e9b8d91e51579dd4
      GIT binary patch
      literal 4999
      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
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..043cd68e4b78a209a0e50072d520199367ba519c
      GIT binary patch
      literal 10586
      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
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..0a9955abfb22ced4082bd92cd6f0816a647f6f7d
      GIT binary patch
      literal 13659
      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
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/build_env.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/build_env.py
      new file mode 100644
      index 00000000..4f704a35
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/build_env.py
      @@ -0,0 +1,311 @@
      +"""Build Environment used for isolation during sdist building
      +"""
      +
      +import logging
      +import os
      +import pathlib
      +import site
      +import sys
      +import textwrap
      +from collections import OrderedDict
      +from types import TracebackType
      +from typing import TYPE_CHECKING, Iterable, List, Optional, Set, Tuple, Type, Union
      +
      +from pip._vendor.certifi import where
      +from pip._vendor.packaging.requirements import Requirement
      +from pip._vendor.packaging.version import Version
      +
      +from pip import __file__ as pip_location
      +from pip._internal.cli.spinners import open_spinner
      +from pip._internal.locations import get_platlib, get_purelib, get_scheme
      +from pip._internal.metadata import get_default_environment, get_environment
      +from pip._internal.utils.subprocess import call_subprocess
      +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds
      +
      +if TYPE_CHECKING:
      +    from pip._internal.index.package_finder import PackageFinder
      +
      +logger = logging.getLogger(__name__)
      +
      +
      +def _dedup(a: str, b: str) -> Union[Tuple[str], Tuple[str, str]]:
      +    return (a, b) if a != b else (a,)
      +
      +
      +class _Prefix:
      +    def __init__(self, path: str) -> None:
      +        self.path = path
      +        self.setup = False
      +        scheme = get_scheme("", prefix=path)
      +        self.bin_dir = scheme.scripts
      +        self.lib_dirs = _dedup(scheme.purelib, scheme.platlib)
      +
      +
      +def get_runnable_pip() -> str:
      +    """Get a file to pass to a Python executable, to run the currently-running pip.
      +
      +    This is used to run a pip subprocess, for installing requirements into the build
      +    environment.
      +    """
      +    source = pathlib.Path(pip_location).resolve().parent
      +
      +    if not source.is_dir():
      +        # This would happen if someone is using pip from inside a zip file. In that
      +        # case, we can use that directly.
      +        return str(source)
      +
      +    return os.fsdecode(source / "__pip-runner__.py")
      +
      +
      +def _get_system_sitepackages() -> Set[str]:
      +    """Get system site packages
      +
      +    Usually from site.getsitepackages,
      +    but fallback on `get_purelib()/get_platlib()` if unavailable
      +    (e.g. in a virtualenv created by virtualenv<20)
      +
      +    Returns normalized set of strings.
      +    """
      +    if hasattr(site, "getsitepackages"):
      +        system_sites = site.getsitepackages()
      +    else:
      +        # virtualenv < 20 overwrites site.py without getsitepackages
      +        # fallback on get_purelib/get_platlib.
      +        # this is known to miss things, but shouldn't in the cases
      +        # where getsitepackages() has been removed (inside a virtualenv)
      +        system_sites = [get_purelib(), get_platlib()]
      +    return {os.path.normcase(path) for path in system_sites}
      +
      +
      +class BuildEnvironment:
      +    """Creates and manages an isolated environment to install build deps"""
      +
      +    def __init__(self) -> None:
      +        temp_dir = TempDirectory(kind=tempdir_kinds.BUILD_ENV, globally_managed=True)
      +
      +        self._prefixes = OrderedDict(
      +            (name, _Prefix(os.path.join(temp_dir.path, name)))
      +            for name in ("normal", "overlay")
      +        )
      +
      +        self._bin_dirs: List[str] = []
      +        self._lib_dirs: List[str] = []
      +        for prefix in reversed(list(self._prefixes.values())):
      +            self._bin_dirs.append(prefix.bin_dir)
      +            self._lib_dirs.extend(prefix.lib_dirs)
      +
      +        # Customize site to:
      +        # - ensure .pth files are honored
      +        # - prevent access to system site packages
      +        system_sites = _get_system_sitepackages()
      +
      +        self._site_dir = os.path.join(temp_dir.path, "site")
      +        if not os.path.exists(self._site_dir):
      +            os.mkdir(self._site_dir)
      +        with open(
      +            os.path.join(self._site_dir, "sitecustomize.py"), "w", encoding="utf-8"
      +        ) as fp:
      +            fp.write(
      +                textwrap.dedent(
      +                    """
      +                import os, site, sys
      +
      +                # First, drop system-sites related paths.
      +                original_sys_path = sys.path[:]
      +                known_paths = set()
      +                for path in {system_sites!r}:
      +                    site.addsitedir(path, known_paths=known_paths)
      +                system_paths = set(
      +                    os.path.normcase(path)
      +                    for path in sys.path[len(original_sys_path):]
      +                )
      +                original_sys_path = [
      +                    path for path in original_sys_path
      +                    if os.path.normcase(path) not in system_paths
      +                ]
      +                sys.path = original_sys_path
      +
      +                # Second, add lib directories.
      +                # ensuring .pth file are processed.
      +                for path in {lib_dirs!r}:
      +                    assert not path in sys.path
      +                    site.addsitedir(path)
      +                """
      +                ).format(system_sites=system_sites, lib_dirs=self._lib_dirs)
      +            )
      +
      +    def __enter__(self) -> None:
      +        self._save_env = {
      +            name: os.environ.get(name, None)
      +            for name in ("PATH", "PYTHONNOUSERSITE", "PYTHONPATH")
      +        }
      +
      +        path = self._bin_dirs[:]
      +        old_path = self._save_env["PATH"]
      +        if old_path:
      +            path.extend(old_path.split(os.pathsep))
      +
      +        pythonpath = [self._site_dir]
      +
      +        os.environ.update(
      +            {
      +                "PATH": os.pathsep.join(path),
      +                "PYTHONNOUSERSITE": "1",
      +                "PYTHONPATH": os.pathsep.join(pythonpath),
      +            }
      +        )
      +
      +    def __exit__(
      +        self,
      +        exc_type: Optional[Type[BaseException]],
      +        exc_val: Optional[BaseException],
      +        exc_tb: Optional[TracebackType],
      +    ) -> None:
      +        for varname, old_value in self._save_env.items():
      +            if old_value is None:
      +                os.environ.pop(varname, None)
      +            else:
      +                os.environ[varname] = old_value
      +
      +    def check_requirements(
      +        self, reqs: Iterable[str]
      +    ) -> Tuple[Set[Tuple[str, str]], Set[str]]:
      +        """Return 2 sets:
      +        - conflicting requirements: set of (installed, wanted) reqs tuples
      +        - missing requirements: set of reqs
      +        """
      +        missing = set()
      +        conflicting = set()
      +        if reqs:
      +            env = (
      +                get_environment(self._lib_dirs)
      +                if hasattr(self, "_lib_dirs")
      +                else get_default_environment()
      +            )
      +            for req_str in reqs:
      +                req = Requirement(req_str)
      +                # We're explicitly evaluating with an empty extra value, since build
      +                # environments are not provided any mechanism to select specific extras.
      +                if req.marker is not None and not req.marker.evaluate({"extra": ""}):
      +                    continue
      +                dist = env.get_distribution(req.name)
      +                if not dist:
      +                    missing.add(req_str)
      +                    continue
      +                if isinstance(dist.version, Version):
      +                    installed_req_str = f"{req.name}=={dist.version}"
      +                else:
      +                    installed_req_str = f"{req.name}==={dist.version}"
      +                if not req.specifier.contains(dist.version, prereleases=True):
      +                    conflicting.add((installed_req_str, req_str))
      +                # FIXME: Consider direct URL?
      +        return conflicting, missing
      +
      +    def install_requirements(
      +        self,
      +        finder: "PackageFinder",
      +        requirements: Iterable[str],
      +        prefix_as_string: str,
      +        *,
      +        kind: str,
      +    ) -> None:
      +        prefix = self._prefixes[prefix_as_string]
      +        assert not prefix.setup
      +        prefix.setup = True
      +        if not requirements:
      +            return
      +        self._install_requirements(
      +            get_runnable_pip(),
      +            finder,
      +            requirements,
      +            prefix,
      +            kind=kind,
      +        )
      +
      +    @staticmethod
      +    def _install_requirements(
      +        pip_runnable: str,
      +        finder: "PackageFinder",
      +        requirements: Iterable[str],
      +        prefix: _Prefix,
      +        *,
      +        kind: str,
      +    ) -> None:
      +        args: List[str] = [
      +            sys.executable,
      +            pip_runnable,
      +            "install",
      +            "--ignore-installed",
      +            "--no-user",
      +            "--prefix",
      +            prefix.path,
      +            "--no-warn-script-location",
      +        ]
      +        if logger.getEffectiveLevel() <= logging.DEBUG:
      +            args.append("-v")
      +        for format_control in ("no_binary", "only_binary"):
      +            formats = getattr(finder.format_control, format_control)
      +            args.extend(
      +                (
      +                    "--" + format_control.replace("_", "-"),
      +                    ",".join(sorted(formats or {":none:"})),
      +                )
      +            )
      +
      +        index_urls = finder.index_urls
      +        if index_urls:
      +            args.extend(["-i", index_urls[0]])
      +            for extra_index in index_urls[1:]:
      +                args.extend(["--extra-index-url", extra_index])
      +        else:
      +            args.append("--no-index")
      +        for link in finder.find_links:
      +            args.extend(["--find-links", link])
      +
      +        for host in finder.trusted_hosts:
      +            args.extend(["--trusted-host", host])
      +        if finder.allow_all_prereleases:
      +            args.append("--pre")
      +        if finder.prefer_binary:
      +            args.append("--prefer-binary")
      +        args.append("--")
      +        args.extend(requirements)
      +        extra_environ = {"_PIP_STANDALONE_CERT": where()}
      +        with open_spinner(f"Installing {kind}") as spinner:
      +            call_subprocess(
      +                args,
      +                command_desc=f"pip subprocess to install {kind}",
      +                spinner=spinner,
      +                extra_environ=extra_environ,
      +            )
      +
      +
      +class NoOpBuildEnvironment(BuildEnvironment):
      +    """A no-op drop-in replacement for BuildEnvironment"""
      +
      +    def __init__(self) -> None:
      +        pass
      +
      +    def __enter__(self) -> None:
      +        pass
      +
      +    def __exit__(
      +        self,
      +        exc_type: Optional[Type[BaseException]],
      +        exc_val: Optional[BaseException],
      +        exc_tb: Optional[TracebackType],
      +    ) -> None:
      +        pass
      +
      +    def cleanup(self) -> None:
      +        pass
      +
      +    def install_requirements(
      +        self,
      +        finder: "PackageFinder",
      +        requirements: Iterable[str],
      +        prefix_as_string: str,
      +        *,
      +        kind: str,
      +    ) -> None:
      +        raise NotImplementedError()
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cache.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cache.py
      new file mode 100644
      index 00000000..f45ac23e
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cache.py
      @@ -0,0 +1,290 @@
      +"""Cache Management
      +"""
      +
      +import hashlib
      +import json
      +import logging
      +import os
      +from pathlib import Path
      +from typing import Any, Dict, List, Optional
      +
      +from pip._vendor.packaging.tags import Tag, interpreter_name, interpreter_version
      +from pip._vendor.packaging.utils import canonicalize_name
      +
      +from pip._internal.exceptions import InvalidWheelFilename
      +from pip._internal.models.direct_url import DirectUrl
      +from pip._internal.models.link import Link
      +from pip._internal.models.wheel import Wheel
      +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds
      +from pip._internal.utils.urls import path_to_url
      +
      +logger = logging.getLogger(__name__)
      +
      +ORIGIN_JSON_NAME = "origin.json"
      +
      +
      +def _hash_dict(d: Dict[str, str]) -> str:
      +    """Return a stable sha224 of a dictionary."""
      +    s = json.dumps(d, sort_keys=True, separators=(",", ":"), ensure_ascii=True)
      +    return hashlib.sha224(s.encode("ascii")).hexdigest()
      +
      +
      +class Cache:
      +    """An abstract class - provides cache directories for data from links
      +
      +    :param cache_dir: The root of the cache.
      +    """
      +
      +    def __init__(self, cache_dir: str) -> None:
      +        super().__init__()
      +        assert not cache_dir or os.path.isabs(cache_dir)
      +        self.cache_dir = cache_dir or None
      +
      +    def _get_cache_path_parts(self, link: Link) -> List[str]:
      +        """Get parts of part that must be os.path.joined with cache_dir"""
      +
      +        # We want to generate an url to use as our cache key, we don't want to
      +        # just re-use the URL because it might have other items in the fragment
      +        # and we don't care about those.
      +        key_parts = {"url": link.url_without_fragment}
      +        if link.hash_name is not None and link.hash is not None:
      +            key_parts[link.hash_name] = link.hash
      +        if link.subdirectory_fragment:
      +            key_parts["subdirectory"] = link.subdirectory_fragment
      +
      +        # Include interpreter name, major and minor version in cache key
      +        # to cope with ill-behaved sdists that build a different wheel
      +        # depending on the python version their setup.py is being run on,
      +        # and don't encode the difference in compatibility tags.
      +        # https://github.com/pypa/pip/issues/7296
      +        key_parts["interpreter_name"] = interpreter_name()
      +        key_parts["interpreter_version"] = interpreter_version()
      +
      +        # Encode our key url with sha224, we'll use this because it has similar
      +        # security properties to sha256, but with a shorter total output (and
      +        # thus less secure). However the differences don't make a lot of
      +        # difference for our use case here.
      +        hashed = _hash_dict(key_parts)
      +
      +        # We want to nest the directories some to prevent having a ton of top
      +        # level directories where we might run out of sub directories on some
      +        # FS.
      +        parts = [hashed[:2], hashed[2:4], hashed[4:6], hashed[6:]]
      +
      +        return parts
      +
      +    def _get_candidates(self, link: Link, canonical_package_name: str) -> List[Any]:
      +        can_not_cache = not self.cache_dir or not canonical_package_name or not link
      +        if can_not_cache:
      +            return []
      +
      +        path = self.get_path_for_link(link)
      +        if os.path.isdir(path):
      +            return [(candidate, path) for candidate in os.listdir(path)]
      +        return []
      +
      +    def get_path_for_link(self, link: Link) -> str:
      +        """Return a directory to store cached items in for link."""
      +        raise NotImplementedError()
      +
      +    def get(
      +        self,
      +        link: Link,
      +        package_name: Optional[str],
      +        supported_tags: List[Tag],
      +    ) -> Link:
      +        """Returns a link to a cached item if it exists, otherwise returns the
      +        passed link.
      +        """
      +        raise NotImplementedError()
      +
      +
      +class SimpleWheelCache(Cache):
      +    """A cache of wheels for future installs."""
      +
      +    def __init__(self, cache_dir: str) -> None:
      +        super().__init__(cache_dir)
      +
      +    def get_path_for_link(self, link: Link) -> str:
      +        """Return a directory to store cached wheels for link
      +
      +        Because there are M wheels for any one sdist, we provide a directory
      +        to cache them in, and then consult that directory when looking up
      +        cache hits.
      +
      +        We only insert things into the cache if they have plausible version
      +        numbers, so that we don't contaminate the cache with things that were
      +        not unique. E.g. ./package might have dozens of installs done for it
      +        and build a version of 0.0...and if we built and cached a wheel, we'd
      +        end up using the same wheel even if the source has been edited.
      +
      +        :param link: The link of the sdist for which this will cache wheels.
      +        """
      +        parts = self._get_cache_path_parts(link)
      +        assert self.cache_dir
      +        # Store wheels within the root cache_dir
      +        return os.path.join(self.cache_dir, "wheels", *parts)
      +
      +    def get(
      +        self,
      +        link: Link,
      +        package_name: Optional[str],
      +        supported_tags: List[Tag],
      +    ) -> Link:
      +        candidates = []
      +
      +        if not package_name:
      +            return link
      +
      +        canonical_package_name = canonicalize_name(package_name)
      +        for wheel_name, wheel_dir in self._get_candidates(link, canonical_package_name):
      +            try:
      +                wheel = Wheel(wheel_name)
      +            except InvalidWheelFilename:
      +                continue
      +            if canonicalize_name(wheel.name) != canonical_package_name:
      +                logger.debug(
      +                    "Ignoring cached wheel %s for %s as it "
      +                    "does not match the expected distribution name %s.",
      +                    wheel_name,
      +                    link,
      +                    package_name,
      +                )
      +                continue
      +            if not wheel.supported(supported_tags):
      +                # Built for a different python/arch/etc
      +                continue
      +            candidates.append(
      +                (
      +                    wheel.support_index_min(supported_tags),
      +                    wheel_name,
      +                    wheel_dir,
      +                )
      +            )
      +
      +        if not candidates:
      +            return link
      +
      +        _, wheel_name, wheel_dir = min(candidates)
      +        return Link(path_to_url(os.path.join(wheel_dir, wheel_name)))
      +
      +
      +class EphemWheelCache(SimpleWheelCache):
      +    """A SimpleWheelCache that creates it's own temporary cache directory"""
      +
      +    def __init__(self) -> None:
      +        self._temp_dir = TempDirectory(
      +            kind=tempdir_kinds.EPHEM_WHEEL_CACHE,
      +            globally_managed=True,
      +        )
      +
      +        super().__init__(self._temp_dir.path)
      +
      +
      +class CacheEntry:
      +    def __init__(
      +        self,
      +        link: Link,
      +        persistent: bool,
      +    ):
      +        self.link = link
      +        self.persistent = persistent
      +        self.origin: Optional[DirectUrl] = None
      +        origin_direct_url_path = Path(self.link.file_path).parent / ORIGIN_JSON_NAME
      +        if origin_direct_url_path.exists():
      +            try:
      +                self.origin = DirectUrl.from_json(
      +                    origin_direct_url_path.read_text(encoding="utf-8")
      +                )
      +            except Exception as e:
      +                logger.warning(
      +                    "Ignoring invalid cache entry origin file %s for %s (%s)",
      +                    origin_direct_url_path,
      +                    link.filename,
      +                    e,
      +                )
      +
      +
      +class WheelCache(Cache):
      +    """Wraps EphemWheelCache and SimpleWheelCache into a single Cache
      +
      +    This Cache allows for gracefully degradation, using the ephem wheel cache
      +    when a certain link is not found in the simple wheel cache first.
      +    """
      +
      +    def __init__(self, cache_dir: str) -> None:
      +        super().__init__(cache_dir)
      +        self._wheel_cache = SimpleWheelCache(cache_dir)
      +        self._ephem_cache = EphemWheelCache()
      +
      +    def get_path_for_link(self, link: Link) -> str:
      +        return self._wheel_cache.get_path_for_link(link)
      +
      +    def get_ephem_path_for_link(self, link: Link) -> str:
      +        return self._ephem_cache.get_path_for_link(link)
      +
      +    def get(
      +        self,
      +        link: Link,
      +        package_name: Optional[str],
      +        supported_tags: List[Tag],
      +    ) -> Link:
      +        cache_entry = self.get_cache_entry(link, package_name, supported_tags)
      +        if cache_entry is None:
      +            return link
      +        return cache_entry.link
      +
      +    def get_cache_entry(
      +        self,
      +        link: Link,
      +        package_name: Optional[str],
      +        supported_tags: List[Tag],
      +    ) -> Optional[CacheEntry]:
      +        """Returns a CacheEntry with a link to a cached item if it exists or
      +        None. The cache entry indicates if the item was found in the persistent
      +        or ephemeral cache.
      +        """
      +        retval = self._wheel_cache.get(
      +            link=link,
      +            package_name=package_name,
      +            supported_tags=supported_tags,
      +        )
      +        if retval is not link:
      +            return CacheEntry(retval, persistent=True)
      +
      +        retval = self._ephem_cache.get(
      +            link=link,
      +            package_name=package_name,
      +            supported_tags=supported_tags,
      +        )
      +        if retval is not link:
      +            return CacheEntry(retval, persistent=False)
      +
      +        return None
      +
      +    @staticmethod
      +    def record_download_origin(cache_dir: str, download_info: DirectUrl) -> None:
      +        origin_path = Path(cache_dir) / ORIGIN_JSON_NAME
      +        if origin_path.exists():
      +            try:
      +                origin = DirectUrl.from_json(origin_path.read_text(encoding="utf-8"))
      +            except Exception as e:
      +                logger.warning(
      +                    "Could not read origin file %s in cache entry (%s). "
      +                    "Will attempt to overwrite it.",
      +                    origin_path,
      +                    e,
      +                )
      +            else:
      +                # TODO: use DirectUrl.equivalent when
      +                # https://github.com/pypa/pip/pull/10564 is merged.
      +                if origin.url != download_info.url:
      +                    logger.warning(
      +                        "Origin URL %s in cache entry %s does not match download URL "
      +                        "%s. This is likely a pip bug or a cache corruption issue. "
      +                        "Will overwrite it with the new value.",
      +                        origin.url,
      +                        cache_dir,
      +                        download_info.url,
      +                    )
      +        origin_path.write_text(download_info.to_json(), encoding="utf-8")
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py
      new file mode 100644
      index 00000000..e589bb91
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py
      @@ -0,0 +1,4 @@
      +"""Subpackage containing all of pip's command line interface related code
      +"""
      +
      +# This file intentionally does not import submodules
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..9b1e6844489fe8350483ffb6a88c7bdbb0df2ea4
      GIT binary patch
      literal 312
      zcmY+AF-`+95Jl|}K@=%Hr8|@&838S#rGf_0Kw&xdY}Sg`wmjZQOGCpQI0I+l2DDrN
      zkuFudXes#3%==T!*Z-K!rmX1c_OyB}^Q(tH@nP9b%JRkxdt@D-kDhPt+f`J0qt+;N
      z@L5@J{aPsJM5six@r;V!G|C&{tVdye##AYdBB4_mO*tE!-p%>viIgU2Dc{+y|F(aD
      z2f{?4NY@xG0VNH(PQeF?H711Ey0)>4e;%0)#4gvt!xsG(oLvokxjerBvKbdcVuBJ7
      sdZ|M7obN(~pe4NGw57yjY+5i9m
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..3939f6149cd81e03c504f99116322d6e449771ac
      GIT binary patch
      literal 8499
      zcmb_hX>1!umaZn7_kHO;C`*>i=%D4>l48fPWm{{QogV7$QQpDcR^v9Va}t0tS2
      z6-_+BZb7PkUH$6St5>h;ef9WnCX*gP`RPk#L)$74`U`oHi!M(*ya~htV$c9$C`J*c
      z1}N#N7*I%0<$w~N$}l~u8cI&2y>
      z5121TU$rxEJtC8NctUlL1q-9LN>0->R
      zgR#KB7I>r{Lu$qfUrMGG9{ZISPe+G?0XIM5=iOt`NfvW%|2Q8FL`TQMEFX+U+`$OP
      z`@>Pa$*`mBhV9wqpoTNO-xOp2t^}7olyKNB&Zq9?ago36Nx@w`(|FezZJOLXU$@;}if(f_tb%l`?jOj++
      z%kz4fH|S-SXa8gM;_C||sAU;3i(m;g$nC{vsIf@P6zK9QXloU$A<%kr;h&RRLM<{?
      zd|uv=M^BqPi%QVvBKy!!3Mm$iaatkq<}TG)8J1r+ZD2w
      zs;fVNodTX9@5u@x%bu520vvY1zSVia6fDeGh?9fdGVm1#@T-V~IcGpA`7P|<3$RWx
      zd(0`=1;+#hGc*9@lytE|AC>ft^l}w?!M>1sxuBP8OaE5Ls{``N1Xo^OwImOE@q6Vt
      zlk?{9U%wmVM1>M75lV3NMt>7ZWPgj53Z1!Jv%m?xc3DxsV)ORG}8!IR77d4eZ;G-H&_8y!NH(Ug9->jCVUwR!J+=O>4RL70$y4-%!fff{iZS-kk)lOpN}$QE
      z*tD;`y!!h|G^KnE
      zO;P~`MNS68B-9dRD^T`4rHnaa8);X8!(5;$3KVd999KHJBRrmV_eFyd-aQn>8_<5%q-ho$r15SpT;K
      zSL7Rxk`@t(^avXsdqTAW-lDmY=%lC{kK`fVIe=LDa5Uf#`=XKXw5Z9qi}aYEA9+GO
      zk4Z%NmQ+_1t*uWex2H~2L^)BD$6}(28w&?{Q3+EK^*s@Wo$AIoiZQXRNQVIiVgj5+
      zB{$89G&=>ndO(+$=O%;v2qsWRRD}r)6{~^(AAJSz36Kyv2QQ5i49NjD^hctRAW=2q
      zA7w?=7$##n2zK@5;VBEqk{{tP0fM4BhcZP=&UQYciw|Hec95@HXq6a5Q~xV{eJ^+S
      z_xnzEpY9X&zHl@$?1RsoXz+o(FrRx-Mf`Y}6Uzu9CBw*rf_6TBdW;oK`GJOUbbJgt
      zZx~lp`^U!E2!qLCDw>9Hbks*?n*+-sa0E}as18g*qvsqNUiHvkEPBb%EOBVJ0`_f0lx@+0=*D4kJj03=JW*7_
      z*pdQ1SRIj?5_MykoyeJpnh>eWq9wl?1;ePMRT0%WtwkL?ePRD4HY`#>k%l)|-J!6b
      z=h+C$NRqf}7}otm<;gF-ufQFG^ZL2K2s;+!yc`aA10!%hh;m~iEM~o97H!wcQ}+6}=8+be
      z-Dy)D@Y_q?jiv3|XHI3!)|nG9TH|vwy;*C?I#R0aaXM?TBs%XHYO*!k;=TWFw5@5N
      zc}ceq3_5pm_GIGh)l>HxnllaiQVsi-xpYJ4in|l!)ah?o){ycX
      zrHA?mrC-rjKhPp$-KyP_wl~L*W^H8))$`Tw)W%)QuHl>_ROB2iflwLDw3eH~FYcjDNpvpm`G-l;Vuyxq4t7PRx)r0rb;jBhK;ShuCD
      z+ZK1HtxYS&raQ)yOT9OzQ!OXglt@?iK#hzIt7XkgCzfALmvwdW$hQWsRKXxt5Q*A&$jMKoKFVc4_*u2aqd_rO%IU5W}nxrsX)}4
      z8F}|EpS|h2W&6B*rS0g~&SOiq#My=O^XHTO?_5}{d&jrpJQmkMmEGaZ*pFWuO1{2W
      zx7>cS=g#i##F517Z|_^NACGHN_T%>&TQl|(*O;V#(Y9>+tm@OMo5NqVAD5X<5T+CN
      zD|Tg#_N>vCHI`(I)hT0j#@L!Nwm#I*mHM~^tZl4Zg>}&^*QT9E;@#QSU0;{%UObni
      zlm54-S4wurPe7F|sa{7aU3L6;wyY-k`ZZm==bput@V_;ke0A~2wbvH$5|zBT#N4Ug
      zm9>^9`%_kTLbqzPB|KjltJV$BbIp!+v}Kw)Q%#*;Te=qO64Zj}9n*@XD^5d|)f(pv
      zvxda+jI%N2Y`m*&S}m{1l((eHTb9nH%Xh`iS%W=es7@KGlYzU2ZP`-r4~6L%l~86K
      zB?|}U5Bzp2Q@b}+yEjdot#)zuM~6N*w0!il-cNf|^+!|Aqw}X8s7QxLdQ`iAdE(~y
      ztw_4&71%14n$?-*9*XA_3|T2nkQH!?f2*!gwo$)ta|?z5IpTW(H%
      zwd=$`Qg=#Erp-Nfwg0e6Ykqa|XD8!le|hS=M{g*Q5%wZQcCho;8gMX`>%Z6cfI~lC
      z-w96ecwLWN-PGf6?8hJf#eU-PdI>7s^LX8ftj|AQuRvuz6h{t}-@CMZR`f4zhx@kC
      zw-v6wChhGVm3=Mr7kXn~yZVb#HL16k_w84IaaaxYA36MThA%Yt=m14pI
      zMjeJx=}r1>)kh^uWYi?m2{aj1x^gN*#!UmjD{kS*@h%lc^CoDt71y)0yOEb5j}7C!
      zwzZ@j?4(dXqS4iVqS3U{qxGK#!=GSz$l$SV0z3$2BoTHajNCCeI1~)CgM%%Qz+-|q
      zM-Z;TK{p`IGtmg^(d$Ws?Eo0$A9d%zM~9mOaOL)MlJpG;H-FeY;m1J&3P55Ja1IWB
      zPsopvAz{>~We_~j;XVhG^H2DLfD>TE9C84qqHc)xfy=oub1A@%?@eAZ%HL-JVgO8X
      zPS^?6nJ1JNL*5rjus5*L!O4c$4gU`tpgM&pvN6y_*eWp!HVB$Pzo8Z=xRL5%k*I%G
      zPEsC)N0~!UG+7Bz39E4CIsy=`XxoWTf)tKy2^hW~9#3>#!+?IK#_*vl&3_AFwslER
      zojcT4V4fv%i2nbHzMDaC{yk^U?%kI-vQobDu5;%DCA>f8$Ts`A*-Ck|csr010LHC^
      zA~_X+<~+tEgC%N4SssjzMWsJ7?NMzyB=B*7+V2zWDmJ=~S5~Q?@5nwr9EjZrQ=C#Q}foNULg!E3*dk+=1Bx?@nb(TT`X2
      zcMPprqjS~fO!U7~woo%)v#3nl8c3*ViXX{Bgkh8Z`C!W8&R7~#mc~UcZE0RQlCrcd
      z*QG7Hv!xXaZ@m4+hXIJNV2h6Df7kqZbEe}|s^iq{qv?*mN5mxmg%nM8fD2W%?{{A7
      zyz6Xy0O6==63H!eQxOUYR;&^<`2%J48FIEtnH1ze
      zWV!x~{#(sV1F~u#V04s|IY%>eNpRR~Ft=8ZjT4{z~vmO$Oe
      zpCF+vPMX;bxbEsMfy#Tue((w;1v~1DhsNa6o(p-}NED9-{BS`h0S5x%Pst||^h7OL
      zd6L25NJw?NXQcRtFTl%{#x0ULTLisD;N?iv`A&{{Hg(o)`51pPd3`eDJ)H6$zD1?I
      zFJ`5%%sSVbzQHtiaQ0y0!iT#)+W*1+yM|_xm9W_6
      zCTAxzmfDo1c2S$QcxFyMq`_RIf5&`BGMsiaL*TTjXL=xNnoHM_PSqBtR?XJA;o0H2
      z@N78QwPZ`1o8!t=XUW2e`4bsuL(19k;maSL|KR*b7e2VK?74Y1z5Q_7`9fT`2Kj@^
      zBzwnD|FPl|&2`Nu=IiEV?(UAxtiAHry(C3)e)jy_#o3F=-Cvn%SMAP)run9YmidS>gvq|ZiRQ!;ZLaJp?Zj-tZOeTU6eIzv?d(0
      zJ!=wOQ?_K37d>isXs
      CN2Q|x
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..2bbbed520679a653274f1d2d3e3d6ccae3b17b34
      GIT binary patch
      literal 10483
      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
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..003528ceb50a0bd5bc7bced557a4fbb3882ffa5a
      GIT binary patch
      literal 1809
      zcmZ`(O>7%g5T3VxUZ-}Q)JYp6ikv2`vXPo?L6HC<6t|@npjs$3NOcdZW%s4ocD*)l
      z*GU}Z5LFSR5*#5#oRJEF3n#<{dgc&6}P1
      zX6F5zPIm#WYnS_{6cONeF0_}_Vz%EwW(91pi3?>?B4wc@5H1U@Se8msSuV+CrKAuL
      zfGW0VOW(+=LVUZF5a1Hn$`aU#j!vzsTJleBpb25}jX5W{5}4M_@UT_!0y-CzP0zee
      znI?vZ&&Qg}u_jDjq8?>tP+?)BSg+FeOcn}8v8a(SX;o%S=9pe!#lMbeCyPmxKf*jH
      zl!y%_!A>m06tRV+R7s?gO{i>(&!NqfU`tEVYRgASv1OW|DnCIRbxOiqq*8Jj=18gQ
      z3TSGWJzptf#CAJWXYNfeR2U6v%(F<#58n{r=-VzJ^C?+@fNP_5n=HU5GC=#c2rp`k
      z7Ki{rqHWo>z|(eWP)8gK7d1JQ{aTf>P&Ew4a{|K%yOA-_vo+)l26^K
      zFliW;Yx=%n`25eg#it+Y@A{Pay6IcfwCeb}&n(@VW)-jESEnhXdbQ@(%FgLMI^Vvj
      zSL?xa#nWe~H>11G`z`sUv9mAgz7x>XRV+9b+1IO1RmUg;$~@E6E!WYl7|(XdW7Rs#
      zU^w&79{}`NJ5?1e{2Y=ei||lQ-%d2t{&jU=Gk0=XT33%hJbvnnYs=CDbzmE9Kobjv
      z!k*$Ns2##@`!15VfncXBzzyX0FDASNw@6f;&QX%vc8b+e!#Mh};WKfCMDv1tdj?Pz
      zu!J4cI{y4D_+%C*>nh$N@Nv(acok;J&_2sqi1pu!vjo#9UepBEjeb}U5{qR7ga3r^~$2PJf_p>7nb!00y96{L>q~z#kPv1t*P@`w)
      zFCgiozjpWSh`2WuI61m};X!I}C&5L2_Rllrzy26HzI8NzgnXXLEAXZKs`#~v%y%lP
      zevtEG;>QGv_mpHlBi_r1s13VYooiHCWyY~7vvvdBnJFIf|CP*-N_KFGZs64IUkhZl
      zHMcn6q@an<01nfXw`#jL5qpj|>qipLOpH1kK*jvvL16E>AKg2Jwu`Wt$!=tZ?`MV^
      z>hKol2OF8ejf~#N=xb*te#zw5)I94$Q~YNNw}N(v54vZTDGqv
      zw;;+|vkR2orl88Bcbv76mm4p<@)%Iq7TfA(uPC1*cfIc?8)Fkq;KEOnJJB9x6S*yD
      z$*`+cXM8N8M=FXrRDycd@vg@aM+xu{;@EjWUqS4JxB64{wHSlf*$EVR34M-jQzV2u
      hf-{d`yaD6C$*JYyo#MKDVo}&pddWHR7&wjm{0F5ApIra|
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..3f190e4769b3ee6eb7530ab4d06bf77f81cc6ec2
      GIT binary patch
      literal 2332
      zcma)7O>7fK6rTOF*FUin6P#cOIKe>}WVuM67Nbu
      z5{TrqfF6{Bx+sYZ-N$PoJuHP?ENBruDn(r!(AxBv6mxM?qrzJ#5NOmimfRH8}A>7-8L=~jKG_bvw0+qnqYe*zmTl83kyTdQiGss|oO(sRR~VwvHM1m>9pPL~#im9K(Yh12aF@g38g{E|+z}^aWROkRiCt1P8=|dwV#qJW&zp--
      zh`OIt4Q$JrR%|UTYG%1iJfWq9XjLIvL{0$P3Sk{#0;x81SQ9%zO*J5fmczqI)pi0+
      zN1YIHyafXz9~DoHj5vbZ5a7V`9X65MFgQ3_
      zav10YTTKU3pVIDl^>yJh3=uBKxHJYW6&Eln6-r~sG)!!bK?Dm{RjcZ1ZX1V{%LS`u
      zkC{ec92(;VO}*HfAIT5ATfpRgIZG~Gmdg+qEY&I$Nt=X-bi_hQQw!ALyj4T}#1Ho`
      zPXH#p9?XD;!N^SgQ9Lm}IXBs08tiO+mfws5p>37lz0B`^81Gu?JG%7#=-(VG1UAD!
      zXkXN&J<^g+)%%VKI)ym4@&ofl3qkHpxj*u5-v-%8%@
      zx!JS8u84;>MG)_4eDUL+U%QtEPOrp1nfdr}Br!iYH`ov#M0%I_-hVcGK(zA(;D}W*
      zG9R7`H;puoeShTp{>Hu)F}sbwmAIX{nOYGulojX18y)kJxyb8{ATjWIGXbKm^%sC8
      z9z7Lf^U=BJ($2x3AvXTT~!8%Zz4sIl*F4F-yfFqHUC<7|9rt&xp1JL^}>jQa)hU
      zEK1Xkj(EzX$wTG09x6{BD*wi}ixi=o&`!^Pm(lkuy5BYA=DU-8YfbZGhnxA@y!7&W;oMjmP320jbu{97{1K~9g{}c571&*(SW9wjG9pu)*;m4uW
      tY}aZiwH!({-g^+r%mkhf_A-65lMTLc{$^-7-nRkBe4(^S1v*Zw{|m!`E^`0?
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..7e3a979c821f2f9002f568bb52d1f55e87919528
      GIT binary patch
      literal 4939
      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
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..8ddb2a6680c719cf9c5e1a51dbf4d5963d5a3c9d
      GIT binary patch
      literal 15036
      zcmaibdvqJudFKoU0|EpHfCLGGkVuY1Q6eNhthX&$wq(hcWXV))*=|DDMIp?P1ce7Z
      zGZaObjMW^sr4n^buG5fik~Nk198q<$QFnVz)w6%p>E;jT^mLaH<&vFfH_U1F?D{|0
      zRBA`vb9R5~sx#g`Z^qZ>
      z%hdGMusSjA&jk7cEbmGOGqruSnYz9@R<25iGWC7+nTEawo^x;tKh$XtZY@!JKmEcB=U#|8jGE)QY=3HC
      z1kmWks9RTjT2*r@fa+C6P9*hsVniQ|_p7-~d_+wf9!*#E+=W~&oh+ZA$11EYBlD-&
      zZ-v7?bF|0UUx(t91^hc@vEMbx_4BgpO&|8TN^uSO%h8y5*{Qhuo!ALypU1<=jb8}o
      zQQUGh{t4bKd*2lMs%4*5cFHwq@0IR7b<8hQ^0XZk-
      z^iqo<2Z|fQ`&L;Nn~;-TdE8jEtYR(gJIY-Z#<@T9p@vVP_C5aJ@jN%i#oWCgx1g0#
      zn@L=b(`4eqIW0wJ=40yA2&S^KlGWp>Y*JM+$f-1fk0~<5(UhzY#+-&r8ywM7X`^;P
      z(c@UIOe&j5$F)>mF+`kXMK#=UU`XllIG~-HlI~Z7z@XL=8c#f)OeZug9@m^GOOkZu
      z!9>qXxD{GYLQ4)R!zrytQ*gTinz*q&rM)ni`8?%^@D8RN)ru5b{#
      z?Rhi+LOY4*^DErS_Kr!{LSSpb-L~Amow8dB?ydKt(o%F!A-ZQVy6@KWh3LWCTME&`
      zldj3ptATs&nyXa>cVu?kf;%?1ebF6T1uD*PnM5I3zRN_B=znz^q8V7rsx9NrA%ffxDnrXWT?%_~cpU$s@?I?*UxKp&^hTU|l|7Vkr`?n6xOf7~T!*pR
      zgwqB>Dm%u7_pME4WAc_&T3P#At1`xni@PygaXia?gGXHj@_L!qq6}|^c0+XOHUzt`
      z3GoZo)-gmoyCIB=Uxv$G2|ESD7KZ5BYzS*>2J-977pp-4Sa^YvODQ2GbD2z{3kN0v
      zZl=gm8mv#s_1hfOI@wYpD@z$gPvDSg-PI*Dhp1V`0zM>3;InCP-+rk>8_cOdG^}?@
      z>0EYza%9!VI?aY)o~i2`AtYGS;LjefHdR^uW4ChcTm5sU9uD`kieX1SQv6FgJNgmSZ9-8aV=z`jga(-te
      zDo~lgv=WlPLv)2J)^owSN#}~UcFEg($J@N@3%+&c>X}*BQej
      zo9}oxm(|A#k=Xo}LZtJquj`)IKdFD~v8mU-dBld`XAj)+}iR%+Td}A?k
      z@UHLCl|b!VqgO|#^lwcpxHnrQYfwqZpquL`GF@Cosv^jMB177}h-FmyF$eNO9$)Dw
      z_Zn5_n2e{Xkes;(jziTqIh+0-#FusS*KZM3tHb=(N=v>T<}t$2hzJzdTQ`-uL(9;x
      z90<=gTzzA~-C|Bb9MQn<)=hxu6`Md784@`vvJ|comDNiE#Sop84PlK9$qt*oy>GFr
      z3CFkt%Od3SrKA6JRvS?jNhgLbr8Fs*O^+c`q^vTUP9eRZ=%b2~mDm*61qZCupHe{p
      ztc5BeOZBfI%H|~8g`}Ed>)&01$$P6`qSZJgy*^R>z#&O7r@9YwFnpGnL%nK-TURdY
      zqiSNMXI?#%aVUv
      z!M|bd!4YDE#cxnq3Nml+k_r)i!jW~z0``d?D(!L!l#@%mZGyN?iRZ0Bl(-0w
      z-YRfCy~O1z@w2kCBif@vPmb?Gq#frGJHPLwp3ie*RS;VZXC{%#8t&u79I~=zcu%bD
      z_yfLLeG&sx4^c$7FIHt#4JI^5^Pq^Ppl7(!M69vNI8I2_qXc}6qNk{ZwdYSG4_cbI
      zprqIDdY!fFW&4re{v~@~2KNkbYOf)>!u`q{z845j=`*iSzdrZO-N3Hp$ku6bCDJ}6
      zu0-3HqMe0k=lqL{(LIxAO6A39Hj!Njt>q37MqVbdf5`H
      zhf!hEuji3pN55*U)i5#Vw|vP$m>^#z3^j;o4QfHZC!Z^g&q)`Mm>gZcB#p`rr9(c9
      zFEq+ZqzlK|B049yw}hl)fJ-`F#etoGMm5gp^R(ld#|aU00+xwNWUgE&NjiA6pAbg5
      zn^=iw(JxeIQ5#ODbag+KM3XqYh`jm|BEv~!#PEQM#Th}-Xw;0UnmqL=ij~PkIT?xr
      zN+Ui2^4_!eC;6NC+uIg~Oy
      zmHdnncInvsl9*a4(9%*^J&LH3MP;a(s@DftSzP^2W?^x{!cxU77j7_C(P(~YScbVL
      zJ8(kjPmH8>ZM_Y{I6k83xlARK#Rx1JsjOrgiOkLY3bRXDa`cOX;Li9Pp$-&{7%dpA
      z*$J35uD&8Emxn=z(L2>A;BIk
      ztWJ-mwVY&Hs3fvbNo1jtV4;%qv0>YOrZMzPomJ`ZtmB9!ImZFs$BZi+xEnXLenna7
      zk0$jJnW+q++uOz2+(|Pvu!{I9@yE(|hujYj$0lD)hpTW1EZwhi&lT_u5uM!-Ksqa6
      zwtJp%=q0`KstD837BU@`YC%ZVmw|znd_%B=;geCo$KAbagpU>M-h%i5|tbW(y?
      zu%R@NZju{MaIeB71B-w#MC$y8Fz(bh*`L-3w~b>$xYp|A#sypvN3S8g^upPgUp)(W
      zqdKKQjnWg@q+%OL%g??MjGN~@ZXb2SZRgb8gg}73OC`I9;Wtme4arm~H9H=B~o#uKDEMy(d2u7WbZA-2B|MrzlW;(ZvOu7Tgg=XJa1q
      z70grpeTrVC=np6&ZmRwvMYJs{t%rJnA|lCJ881@kBSkV*Y(oTI^oheIx{JYjv1#tB
      zH{#dhMGo29q0cD!gd&r~Q?qp>-oA^ggQzJtnJZ-`b49Eq55wFo!ZcmQ4AmaMl%-Ji1Ttod{thxTaHmwJSK|&CkOeXz
      z<33i@Dk^CY_V_^2Dz~YiPmJ@p&6d`Jc23-2KELxcvwT1ql+4+kRC8b`30+D^11Xq&
      zCEI}A4O??CApA9+(tY+`c7uwBU{|xmybE
      zmb-3gdF=~~%UkB!=0@(iyH*1AlRkFz);Sf3QxRQV9Y+Kqxgwu{+l`NM(5NczhedI}
      zKo=Z$RN|pFci=fjaiKgw@_hWHLR(|o>>w3brZ}w=yg!*9u|x)Pra%@jcSkZ;y}LIi
      z7+!0`2!nbV6Ea*-4qz3t6f{GCqs-t_>y@)WS*tiY&2O!+I~!o8fLuF@2s`8AV8iye
      z6#Omkytd%q0u8*jVX3yQP}>HQ!XY}prh>)ET%PQ5lWF+K5-uN{=gvz-W0$WqjM
      zW4;Z9$PnOeFa>I&MuztsJBlaiT&l0r7x%E5gS$i@Q|UUG$$>~
      z1D}$lyDFfDh+W9+jXGLK&})d%etrKF2N#uL^_h?4q4c+;6`K?EjX%D@N1E8Es>UByiO%9pzaxR1E;iHnoQn|
      zAQ?{5&D1}^h?wJyQSdcyA`!|G2`9rI3A`Yo9Gx{YlnYz-WktP3VjR~l?X`V~Ak`H8Ttm~O^P1;gxNYv#Vz>)=?+R(g-yDOh?O~UjdBV5SP=$-in5rVT
      z&Lu^w$;jw`L}rHbe1WxrYzj7;I?uIndTBi?xtg|dYS)BwZ8hQVb$*xozQf)Rp3_UF
      zvq}Ow467upAn@GRAfrq;zwR8f(ouetyDWT-8|7m{Z@%MLR#M2*FXfWS5$Id8B#)32
      zaQ#s{Bz;VijJXUiJF})B%H$;@Xi}(`$-TfH4H)7uFzC?y$27yKTu$jW-=uX^zey3T
      zqai4llN-z)MvaNz5_t2K)XjAeBr|BwA;RW5oSq0o&!td%A=EyXoZq_`>RIshe10#`
      zxD@Cp1Uf$D9G=KMU+qHuetMzqsk^@8_dujiT|G7RJoz2|ttbNIfmRQU->9wU
      zz8yMNFWhK577%_K5RqNSLTT^Y@W1*8SnV@dYv!4+ct2#vfIx;x*qR(k2uH9rp*5*3
      z1Kit=YgMo_kx{iGoBc9T2`spm<9;8f33e)RT+|wMx*#l6GOyyjK$*C7trf03n_An=
      zkkShc`?NCLu8FE~7+5bs2)_2%xG?S_>RM4@tQr^l%TC|5uRyKBtY3vwZ^C7_L>av@
      z%vBgQYx5m`hKEp4445K2)*YN-oXMS%b`t~~-{U`LJ{R+|lVU*9!ZEBl4apUy$)AOSX
      zO$R6a5G=Po@~?v9a5d?AC#JSuJyoRAWDU$xhpQo`Y-zvYz3yF-b{C}Gi_+dtIj`qX
      z!MAzx%xvgaq42$6c*ZyFTdsd@xxV$jDAd-GsM@r$Y5UTq&cde7`SZ87ENb?``SPnMN4itjhmx5h|VAs5M>-hZ8N5RL6jX+)8%tf}-6>WtJZgXsYM`80G
      z((PKO-BSWkgqvpfP7S{8{{;G6>n8%>e*0+~M*3TgYy#h?f2xcBPW4kA&bech{ptQk
      z5vvzbwa(r{gp(2M6(^fJtTz35lZi;{P
      z@2qPeFg>ZpY*`+I^fP0$-6vi0EBv(<_|;3cmo<3H<|7Uf)7%hb;S#6%J)9o0E7t5F
      z6V53C?Oe=psp)j*StzsASZroLh+k#AG9D_e`S}3#yRcNS(o8rX!a`i11=w|>
      zcHSmgDqbkaRTn`N)&GYbB=6^jKish&9
      zYuvS0Z6U3V+YP2Wik18t?if#F{(&jJRj9dU)>y35HOj?&`5!O~pk6T99NHu}VuIqRyqYW#`6f~1TSoh)08enf6
      zVae3ter1+;`0e{kh)fkplR8LU*J9myM^{%b{AJZ}J*Y}tSMg58Yv%hCX-&yTiF;>r
      zWFx?6Q?kX<;Zl(D=PYwTr-Uav^k$ZgrGE^t^gLC84agJ#(y5DzG=@ig*<7bYee^Ko
      z5|Hffc?5O^O~*TqZbMAwMyw}{`9Il++=41~qF@E_GB<(IWxKM<09-4V$VQ4zVYp+Cp{~X%}bFZg~*Y`$djwwBc6_{rzVe2g;pAxX5!QFxfkb;
      zU+-INcx3V!Jkbb-C%?WNjI5NKzE=VbZ%tgCSdfks0!NCDs@m|qXxrTJ?{@$DOdzixz$?>+5q
      z<1PqN&;RARFSI^(yX|%ZoR&`>K-6^LH-gv@F8b_VJMPrt2~^We
      zYC84yMcB@dKl4xFleZI7`ch-8&={NFeyi=)YacZ}wh%r!B^1IZmunl@Xm{SJ?Obkb
      zo_S;XjfKWNh2Wm$VAD*^bPcTbIRcPFGr*ZeZI^|q$YF%pTDKz!mY1)5l&y;I9*gEB!2}}p(T=P}8Lbv3F
      z;Mv*7SCQnVhJoC!*D~rA@#RQLyD#|=p
      z-%Mt>1Cz(^Z6?Y0%=I(3LW`UC1NQtkpCeP;0brxuUJf))20p+49M46ze#(ip;ff3C
      zcyd1kB=8=EnxHJ$vw(ldo-~Y}^0+G|V-g;72|dt{Kug`qaP-C7FS
      zr6eJd@u$+bnFNt>a=&8-OX@U}EXX;?0wjwVv&@q}W<$_Ra(tOoUh>S^vtz~~euDox
      zf9+$LrDet;NB&#qOl6lDD05N}x#2PRZi$hBsaif7jd4gdO|Xpl{fKgZhRCu?!eXVW
      zW-la$8&#GhrT%A>Hol5A>InOK&uzZF0(W{C%n!9n`y4o#lOb4-hw^sQZx4Y;PJUt~(>}DwEcYQ5T!|NkUp^id`{IbnAo0npT3$eqCF*JH&
      z(!ES1bXOs~3+7KyJI{0c>D0Q|U`KSRFNtP-6WyhA+3c+5~}-HX^(mf=*T&7T7aG9=2EzWeW5Q8TI#&!Q&b)
      zGknI`15R}c-|(v!o$N$whtPf-N0TUj8>jvyKI9`6jt3LVw$X{`00=zu~7USA>kfIY8@
      ze8`?xMT-8Y*t+7Wo7z7cnoZ6|a9d8yZ(9g;7d$*tfV_RbI9Y$9q!aYsBPh!-dyL1k84Vtu0$`I(Tf+jTZd!sJrybqi+22
      zs2h(^^brl_LA()V^vu|_0jS)0#M~>402-0?VDu|2tvi##(`Vu(rXt`05jx9kpXP~~
      zMUByLn!T-5+Rmj~1ej-sh-vUv@O}O$*x&-sh0sKgx&r&}?L>sk_kBeV;?&e&<;S
      P-?h-R>o*)_*dG3W3TKVH
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..3fa66af71ea05a5e4444c5b0ce23de2a3a7011a9
      GIT binary patch
      literal 2651
      zcmZ`*U1%KF6~43cw?Cs@{Y$p2X#7L%1!*^mV~~T>5X*_$$cc@lKr3+!Y24ZPD?8&G%ghCLLU;Og8P=oP`?xkWfi$tOa)D89^$u6`_ndproS*OR-#a?e2*$f_4pwff2>q8&;*n`Hd;b9DLu4UKaFD^@2}f`fM#2>h
      z(UlCzl?~Zd48>IqRp9HQlXO!?%1s+-H)CX6&CuKqqr=S_SvP0o+)ks@?J~ODZlgQW
      zmz*BA*XR`xPGAZ59f0!|1T43>N`lXgeoKzmECml(Dju|wSj2snUr|3f>bhhc
      z07?4yLR(A0gM1Bi`zwl-xvm%omxa7`A7tpQyb>lSO~*0k9UP{nu!o7sd=e&q%7Ej-
      z78l7b1kCn5(+TCdTHxS(I!v84$)xYpTrbR?^OrowH?4U7y6xaudj+@W$&18aAehoH
      z8*}ZIj@iKW;NbQ&J%_KbHs3X8yZAN73@DEG?ct&s?3%V`dkby7o;hNAw1UZOfMd

      *>^%VKG!mc& z>JaP269`fD4XA<*Smfhbo zcxRS+MiN&gighaTs^p!iCw}0pj%RkrJtKMclzp$0kG<}C+ODFkN~|ZA)+H-trETF? z!m3=CFZIRp{kN521Mw{O-qKb;v;q;Si<=#BBvzHWd*{Y49||Cm zFY$7IYSa}r6pQL=?D1wc-cLZkJSL$O?@jpaOP3+RYyoy5+Gc)WaxB^{MEd`jAC@%Y+ zb^kfgeI)4jdDU=r<}=d)Mm4R=rdP)KY$#Wt6&c}~CRt8+)sSvZIyvD9Cmi_*Pb$%X zgh|t~O58odQyMC@z%m&QMF)HNBzzD+TqMU$4RIIwAvl5(+JCBEm=po$4D1~mW^d+Z4rwHAxPGOPMt@iO)< z7ae=PJwI6(f1yaBr^f=byl5_9S`6%<2rUn74nS2bJ9aU4tppuU3&C>OT_ScF0@_Xw zmyb65^p`(< zyOAB)&Q4#O+DUbNg+%%EPT%m?D3Ln7_S#POzz5SiTJNtf+_-RaYIF8>--fYv;h);X zS2Cag)MuXQN zM>CEWdl!KKM#4SGF_IkGN5o59@2SD0SWpLC-Art>F=rMrC0?0Dd2!|H6lS{V>HhpB zTxQU4CezC>kDHMBI>CVQq}7YU=n7VPEz%jsJ={qEtDpH%-gcQ-fFNX~qb z>sia}fhx)mk>}wRDsY*>g-Cc136Ct{X(2q4gkLL!cVc(|`lC>SHnMzD;B8Qdqx3yU zh_He~0^xT@3qK+xiJ&6_42~q>P_$XxY=s)L9a?bwg$3?Mgdy_$GQ%_+jQ<;4Z1>zu zlrBs{kuo5#MHIX!3Lhi#B0rXg?NRa!Kx)mwKPE53lwYd!4?votAPE0Lo&QGD_t5l1 zDI+8vqL_Sh5D62X4;{Vrvybo}OO0cvZeRIS{>#wgLo=<{Zum_R z_@;t#-A$EqNtDSpQ=Cg9CAU^vw{D(mK=|dudl@c$LqKEWUyEs>cc-hj8NCl3yEXf} QHzWRYdH8`0YtaXM2MQag-T(jq literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d3c0ac337fac7cd4d2016fc1597f9a91b152db8e GIT binary patch literal 18871 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 kNvem-a#A^1a!IYe None: + """Entry Point for completion of main and subcommand options.""" + # Don't complete if user hasn't sourced bash_completion file. + if "PIP_AUTO_COMPLETE" not in os.environ: + return + cwords = os.environ["COMP_WORDS"].split()[1:] + cword = int(os.environ["COMP_CWORD"]) + try: + current = cwords[cword - 1] + except IndexError: + current = "" + + parser = create_main_parser() + subcommands = list(commands_dict) + options = [] + + # subcommand + subcommand_name: Optional[str] = None + for word in cwords: + if word in subcommands: + subcommand_name = word + break + # subcommand options + if subcommand_name is not None: + # special case: 'help' subcommand has no options + if subcommand_name == "help": + sys.exit(1) + # special case: list locally installed dists for show and uninstall + should_list_installed = not current.startswith("-") and subcommand_name in [ + "show", + "uninstall", + ] + if should_list_installed: + env = get_default_environment() + lc = current.lower() + installed = [ + dist.canonical_name + for dist in env.iter_installed_distributions(local_only=True) + if dist.canonical_name.startswith(lc) + and dist.canonical_name not in cwords[1:] + ] + # if there are no dists installed, fall back to option completion + if installed: + for dist in installed: + print(dist) + sys.exit(1) + + should_list_installables = ( + not current.startswith("-") and subcommand_name == "install" + ) + if should_list_installables: + for path in auto_complete_paths(current, "path"): + print(path) + sys.exit(1) + + subcommand = create_command(subcommand_name) + + for opt in subcommand.parser.option_list_all: + if opt.help != optparse.SUPPRESS_HELP: + options += [ + (opt_str, opt.nargs) for opt_str in opt._long_opts + opt._short_opts + ] + + # filter out previously specified options from available options + prev_opts = [x.split("=")[0] for x in cwords[1 : cword - 1]] + options = [(x, v) for (x, v) in options if x not in prev_opts] + # filter options by current input + options = [(k, v) for k, v in options if k.startswith(current)] + # get completion type given cwords and available subcommand options + completion_type = get_path_completion_type( + cwords, + cword, + subcommand.parser.option_list_all, + ) + # get completion files and directories if ``completion_type`` is + # ````, ``

      `` or ```` + if completion_type: + paths = auto_complete_paths(current, completion_type) + options = [(path, 0) for path in paths] + for option in options: + opt_label = option[0] + # append '=' to options which require args + if option[1] and option[0][:2] == "--": + opt_label += "=" + print(opt_label) + else: + # show main parser options only when necessary + + opts = [i.option_list for i in parser.option_groups] + opts.append(parser.option_list) + flattened_opts = chain.from_iterable(opts) + if current.startswith("-"): + for opt in flattened_opts: + if opt.help != optparse.SUPPRESS_HELP: + subcommands += opt._long_opts + opt._short_opts + else: + # get completion type given cwords and all available options + completion_type = get_path_completion_type(cwords, cword, flattened_opts) + if completion_type: + subcommands = list(auto_complete_paths(current, completion_type)) + + print(" ".join([x for x in subcommands if x.startswith(current)])) + sys.exit(1) + + +def get_path_completion_type( + cwords: List[str], cword: int, opts: Iterable[Any] +) -> Optional[str]: + """Get the type of path completion (``file``, ``dir``, ``path`` or None) + + :param cwords: same as the environmental variable ``COMP_WORDS`` + :param cword: same as the environmental variable ``COMP_CWORD`` + :param opts: The available options to check + :return: path completion type (``file``, ``dir``, ``path`` or None) + """ + if cword < 2 or not cwords[cword - 2].startswith("-"): + return None + for opt in opts: + if opt.help == optparse.SUPPRESS_HELP: + continue + for o in str(opt).split("/"): + if cwords[cword - 2].split("=")[0] == o: + if not opt.metavar or any( + x in ("path", "file", "dir") for x in opt.metavar.split("/") + ): + return opt.metavar + return None + + +def auto_complete_paths(current: str, completion_type: str) -> Iterable[str]: + """If ``completion_type`` is ``file`` or ``path``, list all regular files + and directories starting with ``current``; otherwise only list directories + starting with ``current``. + + :param current: The word to be completed + :param completion_type: path completion type(``file``, ``path`` or ``dir``) + :return: A generator of regular files and/or directories + """ + directory, filename = os.path.split(current) + current_path = os.path.abspath(directory) + # Don't complete paths if they can't be accessed + if not os.access(current_path, os.R_OK): + return + filename = os.path.normcase(filename) + # list all files that start with ``filename`` + file_list = ( + x for x in os.listdir(current_path) if os.path.normcase(x).startswith(filename) + ) + for f in file_list: + opt = os.path.join(current_path, f) + comp_file = os.path.normcase(os.path.join(directory, f)) + # complete regular files when there is not ```` after option + # complete directories when there is ````, ```` or + # ````after option + if completion_type != "dir" and os.path.isfile(opt): + yield comp_file + elif os.path.isdir(opt): + yield os.path.join(comp_file, "") diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py new file mode 100644 index 00000000..db9d5cc6 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py @@ -0,0 +1,236 @@ +"""Base Command class, and related routines""" + +import functools +import logging +import logging.config +import optparse +import os +import sys +import traceback +from optparse import Values +from typing import Any, Callable, List, Optional, Tuple + +from pip._vendor.rich import traceback as rich_traceback + +from pip._internal.cli import cmdoptions +from pip._internal.cli.command_context import CommandContextMixIn +from pip._internal.cli.parser import ConfigOptionParser, UpdatingDefaultsHelpFormatter +from pip._internal.cli.status_codes import ( + ERROR, + PREVIOUS_BUILD_DIR_ERROR, + UNKNOWN_ERROR, + VIRTUALENV_NOT_FOUND, +) +from pip._internal.exceptions import ( + BadCommand, + CommandError, + DiagnosticPipError, + InstallationError, + NetworkConnectionError, + PreviousBuildDirError, + UninstallationError, +) +from pip._internal.utils.filesystem import check_path_owner +from pip._internal.utils.logging import BrokenStdoutLoggingError, setup_logging +from pip._internal.utils.misc import get_prog, normalize_path +from pip._internal.utils.temp_dir import TempDirectoryTypeRegistry as TempDirRegistry +from pip._internal.utils.temp_dir import global_tempdir_manager, tempdir_registry +from pip._internal.utils.virtualenv import running_under_virtualenv + +__all__ = ["Command"] + +logger = logging.getLogger(__name__) + + +class Command(CommandContextMixIn): + usage: str = "" + ignore_require_venv: bool = False + + def __init__(self, name: str, summary: str, isolated: bool = False) -> None: + super().__init__() + + self.name = name + self.summary = summary + self.parser = ConfigOptionParser( + usage=self.usage, + prog=f"{get_prog()} {name}", + formatter=UpdatingDefaultsHelpFormatter(), + add_help_option=False, + name=name, + description=self.__doc__, + isolated=isolated, + ) + + self.tempdir_registry: Optional[TempDirRegistry] = None + + # Commands should add options to this option group + optgroup_name = f"{self.name.capitalize()} Options" + self.cmd_opts = optparse.OptionGroup(self.parser, optgroup_name) + + # Add the general options + gen_opts = cmdoptions.make_option_group( + cmdoptions.general_group, + self.parser, + ) + self.parser.add_option_group(gen_opts) + + self.add_options() + + def add_options(self) -> None: + pass + + def handle_pip_version_check(self, options: Values) -> None: + """ + This is a no-op so that commands by default do not do the pip version + check. + """ + # Make sure we do the pip version check if the index_group options + # are present. + assert not hasattr(options, "no_index") + + def run(self, options: Values, args: List[str]) -> int: + raise NotImplementedError + + def parse_args(self, args: List[str]) -> Tuple[Values, List[str]]: + # factored out for testability + return self.parser.parse_args(args) + + def main(self, args: List[str]) -> int: + try: + with self.main_context(): + return self._main(args) + finally: + logging.shutdown() + + def _main(self, args: List[str]) -> int: + # We must initialize this before the tempdir manager, otherwise the + # configuration would not be accessible by the time we clean up the + # tempdir manager. + self.tempdir_registry = self.enter_context(tempdir_registry()) + # Intentionally set as early as possible so globally-managed temporary + # directories are available to the rest of the code. + self.enter_context(global_tempdir_manager()) + + options, args = self.parse_args(args) + + # Set verbosity so that it can be used elsewhere. + self.verbosity = options.verbose - options.quiet + + level_number = setup_logging( + verbosity=self.verbosity, + no_color=options.no_color, + user_log_file=options.log, + ) + + always_enabled_features = set(options.features_enabled) & set( + cmdoptions.ALWAYS_ENABLED_FEATURES + ) + if always_enabled_features: + logger.warning( + "The following features are always enabled: %s. ", + ", ".join(sorted(always_enabled_features)), + ) + + # Make sure that the --python argument isn't specified after the + # subcommand. We can tell, because if --python was specified, + # we should only reach this point if we're running in the created + # subprocess, which has the _PIP_RUNNING_IN_SUBPROCESS environment + # variable set. + if options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ: + logger.critical( + "The --python option must be placed before the pip subcommand name" + ) + sys.exit(ERROR) + + # TODO: Try to get these passing down from the command? + # without resorting to os.environ to hold these. + # This also affects isolated builds and it should. + + if options.no_input: + os.environ["PIP_NO_INPUT"] = "1" + + if options.exists_action: + os.environ["PIP_EXISTS_ACTION"] = " ".join(options.exists_action) + + if options.require_venv and not self.ignore_require_venv: + # If a venv is required check if it can really be found + if not running_under_virtualenv(): + logger.critical("Could not find an activated virtualenv (required).") + sys.exit(VIRTUALENV_NOT_FOUND) + + if options.cache_dir: + options.cache_dir = normalize_path(options.cache_dir) + if not check_path_owner(options.cache_dir): + logger.warning( + "The directory '%s' or its parent directory is not owned " + "or is not writable by the current user. The cache " + "has been disabled. Check the permissions and owner of " + "that directory. If executing pip with sudo, you should " + "use sudo's -H flag.", + options.cache_dir, + ) + options.cache_dir = None + + def intercepts_unhandled_exc( + run_func: Callable[..., int] + ) -> Callable[..., int]: + @functools.wraps(run_func) + def exc_logging_wrapper(*args: Any) -> int: + try: + status = run_func(*args) + assert isinstance(status, int) + return status + except DiagnosticPipError as exc: + logger.error("%s", exc, extra={"rich": True}) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except PreviousBuildDirError as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return PREVIOUS_BUILD_DIR_ERROR + except ( + InstallationError, + UninstallationError, + BadCommand, + NetworkConnectionError, + ) as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except CommandError as exc: + logger.critical("%s", exc) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except BrokenStdoutLoggingError: + # Bypass our logger and write any remaining messages to + # stderr because stdout no longer works. + print("ERROR: Pipe to stdout was broken", file=sys.stderr) + if level_number <= logging.DEBUG: + traceback.print_exc(file=sys.stderr) + + return ERROR + except KeyboardInterrupt: + logger.critical("Operation cancelled by user") + logger.debug("Exception information:", exc_info=True) + + return ERROR + except BaseException: + logger.critical("Exception:", exc_info=True) + + return UNKNOWN_ERROR + + return exc_logging_wrapper + + try: + if not options.debug_mode: + run = intercepts_unhandled_exc(self.run) + else: + run = self.run + rich_traceback.install(show_locals=True) + return run(options, args) + finally: + self.handle_pip_version_check(options) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py new file mode 100644 index 00000000..d05e502f --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py @@ -0,0 +1,1074 @@ +""" +shared options and groups + +The principle here is to define options once, but *not* instantiate them +globally. One reason being that options with action='append' can carry state +between parses. pip parses general options twice internally, and shouldn't +pass on state. To be consistent, all options will follow this design. +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import importlib.util +import logging +import os +import textwrap +from functools import partial +from optparse import SUPPRESS_HELP, Option, OptionGroup, OptionParser, Values +from textwrap import dedent +from typing import Any, Callable, Dict, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli.parser import ConfigOptionParser +from pip._internal.exceptions import CommandError +from pip._internal.locations import USER_CACHE_DIR, get_src_prefix +from pip._internal.models.format_control import FormatControl +from pip._internal.models.index import PyPI +from pip._internal.models.target_python import TargetPython +from pip._internal.utils.hashes import STRONG_HASHES +from pip._internal.utils.misc import strtobool + +logger = logging.getLogger(__name__) + + +def raise_option_error(parser: OptionParser, option: Option, msg: str) -> None: + """ + Raise an option parsing error using parser.error(). + + Args: + parser: an OptionParser instance. + option: an Option instance. + msg: the error text. + """ + msg = f"{option} error: {msg}" + msg = textwrap.fill(" ".join(msg.split())) + parser.error(msg) + + +def make_option_group(group: Dict[str, Any], parser: ConfigOptionParser) -> OptionGroup: + """ + Return an OptionGroup object + group -- assumed to be dict with 'name' and 'options' keys + parser -- an optparse Parser + """ + option_group = OptionGroup(parser, group["name"]) + for option in group["options"]: + option_group.add_option(option()) + return option_group + + +def check_dist_restriction(options: Values, check_target: bool = False) -> None: + """Function for determining if custom platform options are allowed. + + :param options: The OptionParser options. + :param check_target: Whether or not to check if --target is being used. + """ + dist_restriction_set = any( + [ + options.python_version, + options.platforms, + options.abis, + options.implementation, + ] + ) + + binary_only = FormatControl(set(), {":all:"}) + sdist_dependencies_allowed = ( + options.format_control != binary_only and not options.ignore_dependencies + ) + + # Installations or downloads using dist restrictions must not combine + # source distributions and dist-specific wheels, as they are not + # guaranteed to be locally compatible. + if dist_restriction_set and sdist_dependencies_allowed: + raise CommandError( + "When restricting platform and interpreter constraints using " + "--python-version, --platform, --abi, or --implementation, " + "either --no-deps must be set, or --only-binary=:all: must be " + "set and --no-binary must not be set (or must be set to " + ":none:)." + ) + + if check_target: + if not options.dry_run and dist_restriction_set and not options.target_dir: + raise CommandError( + "Can not use any platform or abi specific options unless " + "installing via '--target' or using '--dry-run'" + ) + + +def _path_option_check(option: Option, opt: str, value: str) -> str: + return os.path.expanduser(value) + + +def _package_name_option_check(option: Option, opt: str, value: str) -> str: + return canonicalize_name(value) + + +class PipOption(Option): + TYPES = Option.TYPES + ("path", "package_name") + TYPE_CHECKER = Option.TYPE_CHECKER.copy() + TYPE_CHECKER["package_name"] = _package_name_option_check + TYPE_CHECKER["path"] = _path_option_check + + +########### +# options # +########### + +help_: Callable[..., Option] = partial( + Option, + "-h", + "--help", + dest="help", + action="help", + help="Show help.", +) + +debug_mode: Callable[..., Option] = partial( + Option, + "--debug", + dest="debug_mode", + action="store_true", + default=False, + help=( + "Let unhandled exceptions propagate outside the main subroutine, " + "instead of logging them to stderr." + ), +) + +isolated_mode: Callable[..., Option] = partial( + Option, + "--isolated", + dest="isolated_mode", + action="store_true", + default=False, + help=( + "Run pip in an isolated mode, ignoring environment variables and user " + "configuration." + ), +) + +require_virtualenv: Callable[..., Option] = partial( + Option, + "--require-virtualenv", + "--require-venv", + dest="require_venv", + action="store_true", + default=False, + help=( + "Allow pip to only run in a virtual environment; " + "exit with an error otherwise." + ), +) + +override_externally_managed: Callable[..., Option] = partial( + Option, + "--break-system-packages", + dest="override_externally_managed", + action="store_true", + help="Allow pip to modify an EXTERNALLY-MANAGED Python installation", +) + +python: Callable[..., Option] = partial( + Option, + "--python", + dest="python", + help="Run pip with the specified Python interpreter.", +) + +verbose: Callable[..., Option] = partial( + Option, + "-v", + "--verbose", + dest="verbose", + action="count", + default=0, + help="Give more output. Option is additive, and can be used up to 3 times.", +) + +no_color: Callable[..., Option] = partial( + Option, + "--no-color", + dest="no_color", + action="store_true", + default=False, + help="Suppress colored output.", +) + +version: Callable[..., Option] = partial( + Option, + "-V", + "--version", + dest="version", + action="store_true", + help="Show version and exit.", +) + +quiet: Callable[..., Option] = partial( + Option, + "-q", + "--quiet", + dest="quiet", + action="count", + default=0, + help=( + "Give less output. Option is additive, and can be used up to 3" + " times (corresponding to WARNING, ERROR, and CRITICAL logging" + " levels)." + ), +) + +progress_bar: Callable[..., Option] = partial( + Option, + "--progress-bar", + dest="progress_bar", + type="choice", + choices=["on", "off"], + default="on", + help="Specify whether the progress bar should be used [on, off] (default: on)", +) + +log: Callable[..., Option] = partial( + PipOption, + "--log", + "--log-file", + "--local-log", + dest="log", + metavar="path", + type="path", + help="Path to a verbose appending log.", +) + +no_input: Callable[..., Option] = partial( + Option, + # Don't ask for input + "--no-input", + dest="no_input", + action="store_true", + default=False, + help="Disable prompting for input.", +) + +keyring_provider: Callable[..., Option] = partial( + Option, + "--keyring-provider", + dest="keyring_provider", + choices=["auto", "disabled", "import", "subprocess"], + default="auto", + help=( + "Enable the credential lookup via the keyring library if user input is allowed." + " Specify which mechanism to use [disabled, import, subprocess]." + " (default: disabled)" + ), +) + +proxy: Callable[..., Option] = partial( + Option, + "--proxy", + dest="proxy", + type="str", + default="", + help="Specify a proxy in the form scheme://[user:passwd@]proxy.server:port.", +) + +retries: Callable[..., Option] = partial( + Option, + "--retries", + dest="retries", + type="int", + default=5, + help="Maximum number of retries each connection should attempt " + "(default %default times).", +) + +timeout: Callable[..., Option] = partial( + Option, + "--timeout", + "--default-timeout", + metavar="sec", + dest="timeout", + type="float", + default=15, + help="Set the socket timeout (default %default seconds).", +) + + +def exists_action() -> Option: + return Option( + # Option when path already exist + "--exists-action", + dest="exists_action", + type="choice", + choices=["s", "i", "w", "b", "a"], + default=[], + action="append", + metavar="action", + help="Default action when a path already exists: " + "(s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.", + ) + + +cert: Callable[..., Option] = partial( + PipOption, + "--cert", + dest="cert", + type="path", + metavar="path", + help=( + "Path to PEM-encoded CA certificate bundle. " + "If provided, overrides the default. " + "See 'SSL Certificate Verification' in pip documentation " + "for more information." + ), +) + +client_cert: Callable[..., Option] = partial( + PipOption, + "--client-cert", + dest="client_cert", + type="path", + default=None, + metavar="path", + help="Path to SSL client certificate, a single file containing the " + "private key and the certificate in PEM format.", +) + +index_url: Callable[..., Option] = partial( + Option, + "-i", + "--index-url", + "--pypi-url", + dest="index_url", + metavar="URL", + default=PyPI.simple_url, + help="Base URL of the Python Package Index (default %default). " + "This should point to a repository compliant with PEP 503 " + "(the simple repository API) or a local directory laid out " + "in the same format.", +) + + +def extra_index_url() -> Option: + return Option( + "--extra-index-url", + dest="extra_index_urls", + metavar="URL", + action="append", + default=[], + help="Extra URLs of package indexes to use in addition to " + "--index-url. Should follow the same rules as " + "--index-url.", + ) + + +no_index: Callable[..., Option] = partial( + Option, + "--no-index", + dest="no_index", + action="store_true", + default=False, + help="Ignore package index (only looking at --find-links URLs instead).", +) + + +def find_links() -> Option: + return Option( + "-f", + "--find-links", + dest="find_links", + action="append", + default=[], + metavar="url", + help="If a URL or path to an html file, then parse for links to " + "archives such as sdist (.tar.gz) or wheel (.whl) files. " + "If a local path or file:// URL that's a directory, " + "then look for archives in the directory listing. " + "Links to VCS project URLs are not supported.", + ) + + +def trusted_host() -> Option: + return Option( + "--trusted-host", + dest="trusted_hosts", + action="append", + metavar="HOSTNAME", + default=[], + help="Mark this host or host:port pair as trusted, even though it " + "does not have valid or any HTTPS.", + ) + + +def constraints() -> Option: + return Option( + "-c", + "--constraint", + dest="constraints", + action="append", + default=[], + metavar="file", + help="Constrain versions using the given constraints file. " + "This option can be used multiple times.", + ) + + +def requirements() -> Option: + return Option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help="Install from the given requirements file. " + "This option can be used multiple times.", + ) + + +def editable() -> Option: + return Option( + "-e", + "--editable", + dest="editables", + action="append", + default=[], + metavar="path/url", + help=( + "Install a project in editable mode (i.e. setuptools " + '"develop mode") from a local project path or a VCS url.' + ), + ) + + +def _handle_src(option: Option, opt_str: str, value: str, parser: OptionParser) -> None: + value = os.path.abspath(value) + setattr(parser.values, option.dest, value) + + +src: Callable[..., Option] = partial( + PipOption, + "--src", + "--source", + "--source-dir", + "--source-directory", + dest="src_dir", + type="path", + metavar="dir", + default=get_src_prefix(), + action="callback", + callback=_handle_src, + help="Directory to check out editable projects into. " + 'The default in a virtualenv is "/src". ' + 'The default for global installs is "/src".', +) + + +def _get_format_control(values: Values, option: Option) -> Any: + """Get a format_control object.""" + return getattr(values, option.dest) + + +def _handle_no_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.no_binary, + existing.only_binary, + ) + + +def _handle_only_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.only_binary, + existing.no_binary, + ) + + +def no_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--no-binary", + dest="format_control", + action="callback", + callback=_handle_no_binary, + type="str", + default=format_control, + help="Do not use binary packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all binary packages, ":none:" to empty the set (notice ' + "the colons), or one or more package names with commas between " + "them (no colons). Note that some packages are tricky to compile " + "and may fail to install when this option is used on them.", + ) + + +def only_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--only-binary", + dest="format_control", + action="callback", + callback=_handle_only_binary, + type="str", + default=format_control, + help="Do not use source packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all source packages, ":none:" to empty the set, or one ' + "or more package names with commas between them. Packages " + "without binary distributions will fail to install when this " + "option is used on them.", + ) + + +platforms: Callable[..., Option] = partial( + Option, + "--platform", + dest="platforms", + metavar="platform", + action="append", + default=None, + help=( + "Only use wheels compatible with . Defaults to the " + "platform of the running system. Use this option multiple times to " + "specify multiple platforms supported by the target interpreter." + ), +) + + +# This was made a separate function for unit-testing purposes. +def _convert_python_version(value: str) -> Tuple[Tuple[int, ...], Optional[str]]: + """ + Convert a version string like "3", "37", or "3.7.3" into a tuple of ints. + + :return: A 2-tuple (version_info, error_msg), where `error_msg` is + non-None if and only if there was a parsing error. + """ + if not value: + # The empty string is the same as not providing a value. + return (None, None) + + parts = value.split(".") + if len(parts) > 3: + return ((), "at most three version parts are allowed") + + if len(parts) == 1: + # Then we are in the case of "3" or "37". + value = parts[0] + if len(value) > 1: + parts = [value[0], value[1:]] + + try: + version_info = tuple(int(part) for part in parts) + except ValueError: + return ((), "each version part must be an integer") + + return (version_info, None) + + +def _handle_python_version( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """ + Handle a provided --python-version value. + """ + version_info, error_msg = _convert_python_version(value) + if error_msg is not None: + msg = f"invalid --python-version value: {value!r}: {error_msg}" + raise_option_error(parser, option=option, msg=msg) + + parser.values.python_version = version_info + + +python_version: Callable[..., Option] = partial( + Option, + "--python-version", + dest="python_version", + metavar="python_version", + action="callback", + callback=_handle_python_version, + type="str", + default=None, + help=dedent( + """\ + The Python interpreter version to use for wheel and "Requires-Python" + compatibility checks. Defaults to a version derived from the running + interpreter. The version can be specified using up to three dot-separated + integers (e.g. "3" for 3.0.0, "3.7" for 3.7.0, or "3.7.3"). A major-minor + version can also be given as a string without dots (e.g. "37" for 3.7.0). + """ + ), +) + + +implementation: Callable[..., Option] = partial( + Option, + "--implementation", + dest="implementation", + metavar="implementation", + default=None, + help=( + "Only use wheels compatible with Python " + "implementation , e.g. 'pp', 'jy', 'cp', " + " or 'ip'. If not specified, then the current " + "interpreter implementation is used. Use 'py' to force " + "implementation-agnostic wheels." + ), +) + + +abis: Callable[..., Option] = partial( + Option, + "--abi", + dest="abis", + metavar="abi", + action="append", + default=None, + help=( + "Only use wheels compatible with Python abi , e.g. 'pypy_41'. " + "If not specified, then the current interpreter abi tag is used. " + "Use this option multiple times to specify multiple abis supported " + "by the target interpreter. Generally you will need to specify " + "--implementation, --platform, and --python-version when using this " + "option." + ), +) + + +def add_target_python_options(cmd_opts: OptionGroup) -> None: + cmd_opts.add_option(platforms()) + cmd_opts.add_option(python_version()) + cmd_opts.add_option(implementation()) + cmd_opts.add_option(abis()) + + +def make_target_python(options: Values) -> TargetPython: + target_python = TargetPython( + platforms=options.platforms, + py_version_info=options.python_version, + abis=options.abis, + implementation=options.implementation, + ) + + return target_python + + +def prefer_binary() -> Option: + return Option( + "--prefer-binary", + dest="prefer_binary", + action="store_true", + default=False, + help=( + "Prefer binary packages over source packages, even if the " + "source packages are newer." + ), + ) + + +cache_dir: Callable[..., Option] = partial( + PipOption, + "--cache-dir", + dest="cache_dir", + default=USER_CACHE_DIR, + metavar="dir", + type="path", + help="Store the cache data in .", +) + + +def _handle_no_cache_dir( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-cache-dir option. + + This is an optparse.Option callback for the --no-cache-dir option. + """ + # The value argument will be None if --no-cache-dir is passed via the + # command-line, since the option doesn't accept arguments. However, + # the value can be non-None if the option is triggered e.g. by an + # environment variable, like PIP_NO_CACHE_DIR=true. + if value is not None: + # Then parse the string value to get argument error-checking. + try: + strtobool(value) + except ValueError as exc: + raise_option_error(parser, option=option, msg=str(exc)) + + # Originally, setting PIP_NO_CACHE_DIR to a value that strtobool() + # converted to 0 (like "false" or "no") caused cache_dir to be disabled + # rather than enabled (logic would say the latter). Thus, we disable + # the cache directory not just on values that parse to True, but (for + # backwards compatibility reasons) also on values that parse to False. + # In other words, always set it to False if the option is provided in + # some (valid) form. + parser.values.cache_dir = False + + +no_cache: Callable[..., Option] = partial( + Option, + "--no-cache-dir", + dest="cache_dir", + action="callback", + callback=_handle_no_cache_dir, + help="Disable the cache.", +) + +no_deps: Callable[..., Option] = partial( + Option, + "--no-deps", + "--no-dependencies", + dest="ignore_dependencies", + action="store_true", + default=False, + help="Don't install package dependencies.", +) + +ignore_requires_python: Callable[..., Option] = partial( + Option, + "--ignore-requires-python", + dest="ignore_requires_python", + action="store_true", + help="Ignore the Requires-Python information.", +) + +no_build_isolation: Callable[..., Option] = partial( + Option, + "--no-build-isolation", + dest="build_isolation", + action="store_false", + default=True, + help="Disable isolation when building a modern source distribution. " + "Build dependencies specified by PEP 518 must be already installed " + "if this option is used.", +) + +check_build_deps: Callable[..., Option] = partial( + Option, + "--check-build-dependencies", + dest="check_build_deps", + action="store_true", + default=False, + help="Check the build dependencies when PEP517 is used.", +) + + +def _handle_no_use_pep517( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-use-pep517 option. + + This is an optparse.Option callback for the no_use_pep517 option. + """ + # Since --no-use-pep517 doesn't accept arguments, the value argument + # will be None if --no-use-pep517 is passed via the command-line. + # However, the value can be non-None if the option is triggered e.g. + # by an environment variable, for example "PIP_NO_USE_PEP517=true". + if value is not None: + msg = """A value was passed for --no-use-pep517, + probably using either the PIP_NO_USE_PEP517 environment variable + or the "no-use-pep517" config file option. Use an appropriate value + of the PIP_USE_PEP517 environment variable or the "use-pep517" + config file option instead. + """ + raise_option_error(parser, option=option, msg=msg) + + # If user doesn't wish to use pep517, we check if setuptools and wheel are installed + # and raise error if it is not. + packages = ("setuptools", "wheel") + if not all(importlib.util.find_spec(package) for package in packages): + msg = ( + f"It is not possible to use --no-use-pep517 " + f"without {' and '.join(packages)} installed." + ) + raise_option_error(parser, option=option, msg=msg) + + # Otherwise, --no-use-pep517 was passed via the command-line. + parser.values.use_pep517 = False + + +use_pep517: Any = partial( + Option, + "--use-pep517", + dest="use_pep517", + action="store_true", + default=None, + help="Use PEP 517 for building source distributions " + "(use --no-use-pep517 to force legacy behaviour).", +) + +no_use_pep517: Any = partial( + Option, + "--no-use-pep517", + dest="use_pep517", + action="callback", + callback=_handle_no_use_pep517, + default=None, + help=SUPPRESS_HELP, +) + + +def _handle_config_settings( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + key, sep, val = value.partition("=") + if sep != "=": + parser.error(f"Arguments to {opt_str} must be of the form KEY=VAL") + dest = getattr(parser.values, option.dest) + if dest is None: + dest = {} + setattr(parser.values, option.dest, dest) + if key in dest: + if isinstance(dest[key], list): + dest[key].append(val) + else: + dest[key] = [dest[key], val] + else: + dest[key] = val + + +config_settings: Callable[..., Option] = partial( + Option, + "-C", + "--config-settings", + dest="config_settings", + type=str, + action="callback", + callback=_handle_config_settings, + metavar="settings", + help="Configuration settings to be passed to the PEP 517 build backend. " + "Settings take the form KEY=VALUE. Use multiple --config-settings options " + "to pass multiple keys to the backend.", +) + +build_options: Callable[..., Option] = partial( + Option, + "--build-option", + dest="build_options", + metavar="options", + action="append", + help="Extra arguments to be supplied to 'setup.py bdist_wheel'.", +) + +global_options: Callable[..., Option] = partial( + Option, + "--global-option", + dest="global_options", + action="append", + metavar="options", + help="Extra global options to be supplied to the setup.py " + "call before the install or bdist_wheel command.", +) + +no_clean: Callable[..., Option] = partial( + Option, + "--no-clean", + action="store_true", + default=False, + help="Don't clean up build directories.", +) + +pre: Callable[..., Option] = partial( + Option, + "--pre", + action="store_true", + default=False, + help="Include pre-release and development versions. By default, " + "pip only finds stable versions.", +) + +disable_pip_version_check: Callable[..., Option] = partial( + Option, + "--disable-pip-version-check", + dest="disable_pip_version_check", + action="store_true", + default=False, + help="Don't periodically check PyPI to determine whether a new version " + "of pip is available for download. Implied with --no-index.", +) + +root_user_action: Callable[..., Option] = partial( + Option, + "--root-user-action", + dest="root_user_action", + default="warn", + choices=["warn", "ignore"], + help="Action if pip is run as a root user. By default, a warning message is shown.", +) + + +def _handle_merge_hash( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """Given a value spelled "algo:digest", append the digest to a list + pointed to in a dict by the algo name.""" + if not parser.values.hashes: + parser.values.hashes = {} + try: + algo, digest = value.split(":", 1) + except ValueError: + parser.error( + f"Arguments to {opt_str} must be a hash name " + "followed by a value, like --hash=sha256:" + "abcde..." + ) + if algo not in STRONG_HASHES: + parser.error( + "Allowed hash algorithms for {} are {}.".format( + opt_str, ", ".join(STRONG_HASHES) + ) + ) + parser.values.hashes.setdefault(algo, []).append(digest) + + +hash: Callable[..., Option] = partial( + Option, + "--hash", + # Hash values eventually end up in InstallRequirement.hashes due to + # __dict__ copying in process_line(). + dest="hashes", + action="callback", + callback=_handle_merge_hash, + type="string", + help="Verify that the package's archive matches this " + "hash before installing. Example: --hash=sha256:abcdef...", +) + + +require_hashes: Callable[..., Option] = partial( + Option, + "--require-hashes", + dest="require_hashes", + action="store_true", + default=False, + help="Require a hash to check each requirement against, for " + "repeatable installs. This option is implied when any package in a " + "requirements file has a --hash option.", +) + + +list_path: Callable[..., Option] = partial( + PipOption, + "--path", + dest="path", + type="path", + action="append", + help="Restrict to the specified installation path for listing " + "packages (can be used multiple times).", +) + + +def check_list_path_option(options: Values) -> None: + if options.path and (options.user or options.local): + raise CommandError("Cannot combine '--path' with '--user' or '--local'") + + +list_exclude: Callable[..., Option] = partial( + PipOption, + "--exclude", + dest="excludes", + action="append", + metavar="package", + type="package_name", + help="Exclude specified package from the output", +) + + +no_python_version_warning: Callable[..., Option] = partial( + Option, + "--no-python-version-warning", + dest="no_python_version_warning", + action="store_true", + default=False, + help="Silence deprecation warnings for upcoming unsupported Pythons.", +) + + +# Features that are now always on. A warning is printed if they are used. +ALWAYS_ENABLED_FEATURES = [ + "no-binary-enable-wheel-cache", # always on since 23.1 +] + +use_new_feature: Callable[..., Option] = partial( + Option, + "--use-feature", + dest="features_enabled", + metavar="feature", + action="append", + default=[], + choices=[ + "fast-deps", + "truststore", + ] + + ALWAYS_ENABLED_FEATURES, + help="Enable new functionality, that may be backward incompatible.", +) + +use_deprecated_feature: Callable[..., Option] = partial( + Option, + "--use-deprecated", + dest="deprecated_features_enabled", + metavar="feature", + action="append", + default=[], + choices=[ + "legacy-resolver", + ], + help=("Enable deprecated functionality, that will be removed in the future."), +) + + +########## +# groups # +########## + +general_group: Dict[str, Any] = { + "name": "General Options", + "options": [ + help_, + debug_mode, + isolated_mode, + require_virtualenv, + python, + verbose, + version, + quiet, + log, + no_input, + keyring_provider, + proxy, + retries, + timeout, + exists_action, + trusted_host, + cert, + client_cert, + cache_dir, + no_cache, + disable_pip_version_check, + no_color, + no_python_version_warning, + use_new_feature, + use_deprecated_feature, + ], +} + +index_group: Dict[str, Any] = { + "name": "Package Index Options", + "options": [ + index_url, + extra_index_url, + no_index, + find_links, + ], +} diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py new file mode 100644 index 00000000..139995ac --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py @@ -0,0 +1,27 @@ +from contextlib import ExitStack, contextmanager +from typing import ContextManager, Generator, TypeVar + +_T = TypeVar("_T", covariant=True) + + +class CommandContextMixIn: + def __init__(self) -> None: + super().__init__() + self._in_main_context = False + self._main_context = ExitStack() + + @contextmanager + def main_context(self) -> Generator[None, None, None]: + assert not self._in_main_context + + self._in_main_context = True + try: + with self._main_context: + yield + finally: + self._in_main_context = False + + def enter_context(self, context_provider: ContextManager[_T]) -> _T: + assert self._in_main_context + + return self._main_context.enter_context(context_provider) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/main.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/main.py new file mode 100644 index 00000000..7e061f5b --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/main.py @@ -0,0 +1,79 @@ +"""Primary application entrypoint. +""" +import locale +import logging +import os +import sys +import warnings +from typing import List, Optional + +from pip._internal.cli.autocompletion import autocomplete +from pip._internal.cli.main_parser import parse_command +from pip._internal.commands import create_command +from pip._internal.exceptions import PipError +from pip._internal.utils import deprecation + +logger = logging.getLogger(__name__) + + +# Do not import and use main() directly! Using it directly is actively +# discouraged by pip's maintainers. The name, location and behavior of +# this function is subject to change, so calling it directly is not +# portable across different pip versions. + +# In addition, running pip in-process is unsupported and unsafe. This is +# elaborated in detail at +# https://pip.pypa.io/en/stable/user_guide/#using-pip-from-your-program. +# That document also provides suggestions that should work for nearly +# all users that are considering importing and using main() directly. + +# However, we know that certain users will still want to invoke pip +# in-process. If you understand and accept the implications of using pip +# in an unsupported manner, the best approach is to use runpy to avoid +# depending on the exact location of this entry point. + +# The following example shows how to use runpy to invoke pip in that +# case: +# +# sys.argv = ["pip", your, args, here] +# runpy.run_module("pip", run_name="__main__") +# +# Note that this will exit the process after running, unlike a direct +# call to main. As it is not safe to do any processing after calling +# main, this should not be an issue in practice. + + +def main(args: Optional[List[str]] = None) -> int: + if args is None: + args = sys.argv[1:] + + # Suppress the pkg_resources deprecation warning + # Note - we use a module of .*pkg_resources to cover + # the normal case (pip._vendor.pkg_resources) and the + # devendored case (a bare pkg_resources) + warnings.filterwarnings( + action="ignore", category=DeprecationWarning, module=".*pkg_resources" + ) + + # Configure our deprecation warnings to be sent through loggers + deprecation.install_warning_logger() + + autocomplete() + + try: + cmd_name, cmd_args = parse_command(args) + except PipError as exc: + sys.stderr.write(f"ERROR: {exc}") + sys.stderr.write(os.linesep) + sys.exit(1) + + # Needed for locale.getpreferredencoding(False) to work + # in pip._internal.utils.encoding.auto_decode + try: + locale.setlocale(locale.LC_ALL, "") + except locale.Error as e: + # setlocale can apparently crash if locale are uninitialized + logger.debug("Ignoring error %s when setting locale", e) + command = create_command(cmd_name, isolated=("--isolated" in cmd_args)) + + return command.main(cmd_args) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py new file mode 100644 index 00000000..5ade356b --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py @@ -0,0 +1,134 @@ +"""A single place for constructing and exposing the main parser +""" + +import os +import subprocess +import sys +from typing import List, Optional, Tuple + +from pip._internal.build_env import get_runnable_pip +from pip._internal.cli import cmdoptions +from pip._internal.cli.parser import ConfigOptionParser, UpdatingDefaultsHelpFormatter +from pip._internal.commands import commands_dict, get_similar_commands +from pip._internal.exceptions import CommandError +from pip._internal.utils.misc import get_pip_version, get_prog + +__all__ = ["create_main_parser", "parse_command"] + + +def create_main_parser() -> ConfigOptionParser: + """Creates and returns the main parser for pip's CLI""" + + parser = ConfigOptionParser( + usage="\n%prog [options]", + add_help_option=False, + formatter=UpdatingDefaultsHelpFormatter(), + name="global", + prog=get_prog(), + ) + parser.disable_interspersed_args() + + parser.version = get_pip_version() + + # add the general options + gen_opts = cmdoptions.make_option_group(cmdoptions.general_group, parser) + parser.add_option_group(gen_opts) + + # so the help formatter knows + parser.main = True # type: ignore + + # create command listing for description + description = [""] + [ + f"{name:27} {command_info.summary}" + for name, command_info in commands_dict.items() + ] + parser.description = "\n".join(description) + + return parser + + +def identify_python_interpreter(python: str) -> Optional[str]: + # If the named file exists, use it. + # If it's a directory, assume it's a virtual environment and + # look for the environment's Python executable. + if os.path.exists(python): + if os.path.isdir(python): + # bin/python for Unix, Scripts/python.exe for Windows + # Try both in case of odd cases like cygwin. + for exe in ("bin/python", "Scripts/python.exe"): + py = os.path.join(python, exe) + if os.path.exists(py): + return py + else: + return python + + # Could not find the interpreter specified + return None + + +def parse_command(args: List[str]) -> Tuple[str, List[str]]: + parser = create_main_parser() + + # Note: parser calls disable_interspersed_args(), so the result of this + # call is to split the initial args into the general options before the + # subcommand and everything else. + # For example: + # args: ['--timeout=5', 'install', '--user', 'INITools'] + # general_options: ['--timeout==5'] + # args_else: ['install', '--user', 'INITools'] + general_options, args_else = parser.parse_args(args) + + # --python + if general_options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ: + # Re-invoke pip using the specified Python interpreter + interpreter = identify_python_interpreter(general_options.python) + if interpreter is None: + raise CommandError( + f"Could not locate Python interpreter {general_options.python}" + ) + + pip_cmd = [ + interpreter, + get_runnable_pip(), + ] + pip_cmd.extend(args) + + # Set a flag so the child doesn't re-invoke itself, causing + # an infinite loop. + os.environ["_PIP_RUNNING_IN_SUBPROCESS"] = "1" + returncode = 0 + try: + proc = subprocess.run(pip_cmd) + returncode = proc.returncode + except (subprocess.SubprocessError, OSError) as exc: + raise CommandError(f"Failed to run pip under {interpreter}: {exc}") + sys.exit(returncode) + + # --version + if general_options.version: + sys.stdout.write(parser.version) + sys.stdout.write(os.linesep) + sys.exit() + + # pip || pip help -> print_help() + if not args_else or (args_else[0] == "help" and len(args_else) == 1): + parser.print_help() + sys.exit() + + # the subcommand name + cmd_name = args_else[0] + + if cmd_name not in commands_dict: + guess = get_similar_commands(cmd_name) + + msg = [f'unknown command "{cmd_name}"'] + if guess: + msg.append(f'maybe you meant "{guess}"') + + raise CommandError(" - ".join(msg)) + + # all the args without the subcommand + cmd_args = args[:] + cmd_args.remove(cmd_name) + + return cmd_name, cmd_args diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py new file mode 100644 index 00000000..ae554b24 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py @@ -0,0 +1,294 @@ +"""Base option parser setup""" + +import logging +import optparse +import shutil +import sys +import textwrap +from contextlib import suppress +from typing import Any, Dict, Generator, List, Tuple + +from pip._internal.cli.status_codes import UNKNOWN_ERROR +from pip._internal.configuration import Configuration, ConfigurationError +from pip._internal.utils.misc import redact_auth_from_url, strtobool + +logger = logging.getLogger(__name__) + + +class PrettyHelpFormatter(optparse.IndentedHelpFormatter): + """A prettier/less verbose help formatter for optparse.""" + + def __init__(self, *args: Any, **kwargs: Any) -> None: + # help position must be aligned with __init__.parseopts.description + kwargs["max_help_position"] = 30 + kwargs["indent_increment"] = 1 + kwargs["width"] = shutil.get_terminal_size()[0] - 2 + super().__init__(*args, **kwargs) + + def format_option_strings(self, option: optparse.Option) -> str: + return self._format_option_strings(option) + + def _format_option_strings( + self, option: optparse.Option, mvarfmt: str = " <{}>", optsep: str = ", " + ) -> str: + """ + Return a comma-separated list of option strings and metavars. + + :param option: tuple of (short opt, long opt), e.g: ('-f', '--format') + :param mvarfmt: metavar format string + :param optsep: separator + """ + opts = [] + + if option._short_opts: + opts.append(option._short_opts[0]) + if option._long_opts: + opts.append(option._long_opts[0]) + if len(opts) > 1: + opts.insert(1, optsep) + + if option.takes_value(): + assert option.dest is not None + metavar = option.metavar or option.dest.lower() + opts.append(mvarfmt.format(metavar.lower())) + + return "".join(opts) + + def format_heading(self, heading: str) -> str: + if heading == "Options": + return "" + return heading + ":\n" + + def format_usage(self, usage: str) -> str: + """ + Ensure there is only one newline between usage and the first heading + if there is no description. + """ + msg = "\nUsage: {}\n".format(self.indent_lines(textwrap.dedent(usage), " ")) + return msg + + def format_description(self, description: str) -> str: + # leave full control over description to us + if description: + if hasattr(self.parser, "main"): + label = "Commands" + else: + label = "Description" + # some doc strings have initial newlines, some don't + description = description.lstrip("\n") + # some doc strings have final newlines and spaces, some don't + description = description.rstrip() + # dedent, then reindent + description = self.indent_lines(textwrap.dedent(description), " ") + description = f"{label}:\n{description}\n" + return description + else: + return "" + + def format_epilog(self, epilog: str) -> str: + # leave full control over epilog to us + if epilog: + return epilog + else: + return "" + + def indent_lines(self, text: str, indent: str) -> str: + new_lines = [indent + line for line in text.split("\n")] + return "\n".join(new_lines) + + +class UpdatingDefaultsHelpFormatter(PrettyHelpFormatter): + """Custom help formatter for use in ConfigOptionParser. + + This is updates the defaults before expanding them, allowing + them to show up correctly in the help listing. + + Also redact auth from url type options + """ + + def expand_default(self, option: optparse.Option) -> str: + default_values = None + if self.parser is not None: + assert isinstance(self.parser, ConfigOptionParser) + self.parser._update_defaults(self.parser.defaults) + assert option.dest is not None + default_values = self.parser.defaults.get(option.dest) + help_text = super().expand_default(option) + + if default_values and option.metavar == "URL": + if isinstance(default_values, str): + default_values = [default_values] + + # If its not a list, we should abort and just return the help text + if not isinstance(default_values, list): + default_values = [] + + for val in default_values: + help_text = help_text.replace(val, redact_auth_from_url(val)) + + return help_text + + +class CustomOptionParser(optparse.OptionParser): + def insert_option_group( + self, idx: int, *args: Any, **kwargs: Any + ) -> optparse.OptionGroup: + """Insert an OptionGroup at a given position.""" + group = self.add_option_group(*args, **kwargs) + + self.option_groups.pop() + self.option_groups.insert(idx, group) + + return group + + @property + def option_list_all(self) -> List[optparse.Option]: + """Get a list of all options, including those in option groups.""" + res = self.option_list[:] + for i in self.option_groups: + res.extend(i.option_list) + + return res + + +class ConfigOptionParser(CustomOptionParser): + """Custom option parser which updates its defaults by checking the + configuration files and environmental variables""" + + def __init__( + self, + *args: Any, + name: str, + isolated: bool = False, + **kwargs: Any, + ) -> None: + self.name = name + self.config = Configuration(isolated) + + assert self.name + super().__init__(*args, **kwargs) + + def check_default(self, option: optparse.Option, key: str, val: Any) -> Any: + try: + return option.check_value(key, val) + except optparse.OptionValueError as exc: + print(f"An error occurred during configuration: {exc}") + sys.exit(3) + + def _get_ordered_configuration_items( + self, + ) -> Generator[Tuple[str, Any], None, None]: + # Configuration gives keys in an unordered manner. Order them. + override_order = ["global", self.name, ":env:"] + + # Pool the options into different groups + section_items: Dict[str, List[Tuple[str, Any]]] = { + name: [] for name in override_order + } + for section_key, val in self.config.items(): + # ignore empty values + if not val: + logger.debug( + "Ignoring configuration key '%s' as it's value is empty.", + section_key, + ) + continue + + section, key = section_key.split(".", 1) + if section in override_order: + section_items[section].append((key, val)) + + # Yield each group in their override order + for section in override_order: + for key, val in section_items[section]: + yield key, val + + def _update_defaults(self, defaults: Dict[str, Any]) -> Dict[str, Any]: + """Updates the given defaults with values from the config files and + the environ. Does a little special handling for certain types of + options (lists).""" + + # Accumulate complex default state. + self.values = optparse.Values(self.defaults) + late_eval = set() + # Then set the options with those values + for key, val in self._get_ordered_configuration_items(): + # '--' because configuration supports only long names + option = self.get_option("--" + key) + + # Ignore options not present in this parser. E.g. non-globals put + # in [global] by users that want them to apply to all applicable + # commands. + if option is None: + continue + + assert option.dest is not None + + if option.action in ("store_true", "store_false"): + try: + val = strtobool(val) + except ValueError: + self.error( + f"{val} is not a valid value for {key} option, " + "please specify a boolean value like yes/no, " + "true/false or 1/0 instead." + ) + elif option.action == "count": + with suppress(ValueError): + val = strtobool(val) + with suppress(ValueError): + val = int(val) + if not isinstance(val, int) or val < 0: + self.error( + f"{val} is not a valid value for {key} option, " + "please instead specify either a non-negative integer " + "or a boolean value like yes/no or false/true " + "which is equivalent to 1/0." + ) + elif option.action == "append": + val = val.split() + val = [self.check_default(option, key, v) for v in val] + elif option.action == "callback": + assert option.callback is not None + late_eval.add(option.dest) + opt_str = option.get_opt_string() + val = option.convert_value(opt_str, val) + # From take_action + args = option.callback_args or () + kwargs = option.callback_kwargs or {} + option.callback(option, opt_str, val, self, *args, **kwargs) + else: + val = self.check_default(option, key, val) + + defaults[option.dest] = val + + for key in late_eval: + defaults[key] = getattr(self.values, key) + self.values = None + return defaults + + def get_default_values(self) -> optparse.Values: + """Overriding to make updating the defaults after instantiation of + the option parser possible, _update_defaults() does the dirty work.""" + if not self.process_default_values: + # Old, pre-Optik 1.5 behaviour. + return optparse.Values(self.defaults) + + # Load the configuration, or error out in case of an error + try: + self.config.load() + except ConfigurationError as err: + self.exit(UNKNOWN_ERROR, str(err)) + + defaults = self._update_defaults(self.defaults.copy()) # ours + for option in self._get_all_options(): + assert option.dest is not None + default = defaults.get(option.dest) + if isinstance(default, str): + opt_str = option.get_opt_string() + defaults[option.dest] = option.check_value(opt_str, default) + return optparse.Values(defaults) + + def error(self, msg: str) -> None: + self.print_usage(sys.stderr) + self.exit(UNKNOWN_ERROR, f"{msg}\n") diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py new file mode 100644 index 00000000..0ad14031 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py @@ -0,0 +1,68 @@ +import functools +from typing import Callable, Generator, Iterable, Iterator, Optional, Tuple + +from pip._vendor.rich.progress import ( + BarColumn, + DownloadColumn, + FileSizeColumn, + Progress, + ProgressColumn, + SpinnerColumn, + TextColumn, + TimeElapsedColumn, + TimeRemainingColumn, + TransferSpeedColumn, +) + +from pip._internal.utils.logging import get_indentation + +DownloadProgressRenderer = Callable[[Iterable[bytes]], Iterator[bytes]] + + +def _rich_progress_bar( + iterable: Iterable[bytes], + *, + bar_type: str, + size: int, +) -> Generator[bytes, None, None]: + assert bar_type == "on", "This should only be used in the default mode." + + if not size: + total = float("inf") + columns: Tuple[ProgressColumn, ...] = ( + TextColumn("[progress.description]{task.description}"), + SpinnerColumn("line", speed=1.5), + FileSizeColumn(), + TransferSpeedColumn(), + TimeElapsedColumn(), + ) + else: + total = size + columns = ( + TextColumn("[progress.description]{task.description}"), + BarColumn(), + DownloadColumn(), + TransferSpeedColumn(), + TextColumn("eta"), + TimeRemainingColumn(), + ) + + progress = Progress(*columns, refresh_per_second=30) + task_id = progress.add_task(" " * (get_indentation() + 2), total=total) + with progress: + for chunk in iterable: + yield chunk + progress.update(task_id, advance=len(chunk)) + + +def get_download_progress_renderer( + *, bar_type: str, size: Optional[int] = None +) -> DownloadProgressRenderer: + """Get an object that can be used to render the download progress. + + Returns a callable, that takes an iterable to "wrap". + """ + if bar_type == "on": + return functools.partial(_rich_progress_bar, bar_type=bar_type, size=size) + else: + return iter # no-op, when passed an iterator diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py new file mode 100644 index 00000000..6f2f79c6 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py @@ -0,0 +1,505 @@ +"""Contains the Command base classes that depend on PipSession. + +The classes in this module are in a separate module so the commands not +needing download / PackageFinder capability don't unnecessarily import the +PackageFinder machinery and all its vendored dependencies, etc. +""" + +import logging +import os +import sys +from functools import partial +from optparse import Values +from typing import TYPE_CHECKING, Any, List, Optional, Tuple + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.command_context import CommandContextMixIn +from pip._internal.exceptions import CommandError, PreviousBuildDirError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.network.session import PipSession +from pip._internal.operations.build.build_tracker import BuildTracker +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, + install_req_from_parsed_requirement, + install_req_from_req_string, +) +from pip._internal.req.req_file import parse_requirements +from pip._internal.req.req_install import InstallRequirement +from pip._internal.resolution.base import BaseResolver +from pip._internal.self_outdated_check import pip_self_version_check +from pip._internal.utils.temp_dir import ( + TempDirectory, + TempDirectoryTypeRegistry, + tempdir_kinds, +) +from pip._internal.utils.virtualenv import running_under_virtualenv + +if TYPE_CHECKING: + from ssl import SSLContext + +logger = logging.getLogger(__name__) + + +def _create_truststore_ssl_context() -> Optional["SSLContext"]: + if sys.version_info < (3, 10): + raise CommandError("The truststore feature is only available for Python 3.10+") + + try: + import ssl + except ImportError: + logger.warning("Disabling truststore since ssl support is missing") + return None + + try: + from pip._vendor import truststore + except ImportError as e: + raise CommandError(f"The truststore feature is unavailable: {e}") + + return truststore.SSLContext(ssl.PROTOCOL_TLS_CLIENT) + + +class SessionCommandMixin(CommandContextMixIn): + + """ + A class mixin for command classes needing _build_session(). + """ + + def __init__(self) -> None: + super().__init__() + self._session: Optional[PipSession] = None + + @classmethod + def _get_index_urls(cls, options: Values) -> Optional[List[str]]: + """Return a list of index urls from user-provided options.""" + index_urls = [] + if not getattr(options, "no_index", False): + url = getattr(options, "index_url", None) + if url: + index_urls.append(url) + urls = getattr(options, "extra_index_urls", None) + if urls: + index_urls.extend(urls) + # Return None rather than an empty list + return index_urls or None + + def get_default_session(self, options: Values) -> PipSession: + """Get a default-managed session.""" + if self._session is None: + self._session = self.enter_context(self._build_session(options)) + # there's no type annotation on requests.Session, so it's + # automatically ContextManager[Any] and self._session becomes Any, + # then https://github.com/python/mypy/issues/7696 kicks in + assert self._session is not None + return self._session + + def _build_session( + self, + options: Values, + retries: Optional[int] = None, + timeout: Optional[int] = None, + fallback_to_certifi: bool = False, + ) -> PipSession: + cache_dir = options.cache_dir + assert not cache_dir or os.path.isabs(cache_dir) + + if "truststore" in options.features_enabled: + try: + ssl_context = _create_truststore_ssl_context() + except Exception: + if not fallback_to_certifi: + raise + ssl_context = None + else: + ssl_context = None + + session = PipSession( + cache=os.path.join(cache_dir, "http-v2") if cache_dir else None, + retries=retries if retries is not None else options.retries, + trusted_hosts=options.trusted_hosts, + index_urls=self._get_index_urls(options), + ssl_context=ssl_context, + ) + + # Handle custom ca-bundles from the user + if options.cert: + session.verify = options.cert + + # Handle SSL client certificate + if options.client_cert: + session.cert = options.client_cert + + # Handle timeouts + if options.timeout or timeout: + session.timeout = timeout if timeout is not None else options.timeout + + # Handle configured proxies + if options.proxy: + session.proxies = { + "http": options.proxy, + "https": options.proxy, + } + + # Determine if we can prompt the user for authentication or not + session.auth.prompting = not options.no_input + session.auth.keyring_provider = options.keyring_provider + + return session + + +class IndexGroupCommand(Command, SessionCommandMixin): + + """ + Abstract base class for commands with the index_group options. + + This also corresponds to the commands that permit the pip version check. + """ + + def handle_pip_version_check(self, options: Values) -> None: + """ + Do the pip version check if not disabled. + + This overrides the default behavior of not doing the check. + """ + # Make sure the index_group options are present. + assert hasattr(options, "no_index") + + if options.disable_pip_version_check or options.no_index: + return + + # Otherwise, check if we're using the latest version of pip available. + session = self._build_session( + options, + retries=0, + timeout=min(5, options.timeout), + # This is set to ensure the function does not fail when truststore is + # specified in use-feature but cannot be loaded. This usually raises a + # CommandError and shows a nice user-facing error, but this function is not + # called in that try-except block. + fallback_to_certifi=True, + ) + with session: + pip_self_version_check(session, options) + + +KEEPABLE_TEMPDIR_TYPES = [ + tempdir_kinds.BUILD_ENV, + tempdir_kinds.EPHEM_WHEEL_CACHE, + tempdir_kinds.REQ_BUILD, +] + + +def warn_if_run_as_root() -> None: + """Output a warning for sudo users on Unix. + + In a virtual environment, sudo pip still writes to virtualenv. + On Windows, users may run pip as Administrator without issues. + This warning only applies to Unix root users outside of virtualenv. + """ + if running_under_virtualenv(): + return + if not hasattr(os, "getuid"): + return + # On Windows, there are no "system managed" Python packages. Installing as + # Administrator via pip is the correct way of updating system environments. + # + # We choose sys.platform over utils.compat.WINDOWS here to enable Mypy platform + # checks: https://mypy.readthedocs.io/en/stable/common_issues.html + if sys.platform == "win32" or sys.platform == "cygwin": + return + + if os.getuid() != 0: + return + + logger.warning( + "Running pip as the 'root' user can result in broken permissions and " + "conflicting behaviour with the system package manager. " + "It is recommended to use a virtual environment instead: " + "https://pip.pypa.io/warnings/venv" + ) + + +def with_cleanup(func: Any) -> Any: + """Decorator for common logic related to managing temporary + directories. + """ + + def configure_tempdir_registry(registry: TempDirectoryTypeRegistry) -> None: + for t in KEEPABLE_TEMPDIR_TYPES: + registry.set_delete(t, False) + + def wrapper( + self: RequirementCommand, options: Values, args: List[Any] + ) -> Optional[int]: + assert self.tempdir_registry is not None + if options.no_clean: + configure_tempdir_registry(self.tempdir_registry) + + try: + return func(self, options, args) + except PreviousBuildDirError: + # This kind of conflict can occur when the user passes an explicit + # build directory with a pre-existing folder. In that case we do + # not want to accidentally remove it. + configure_tempdir_registry(self.tempdir_registry) + raise + + return wrapper + + +class RequirementCommand(IndexGroupCommand): + def __init__(self, *args: Any, **kw: Any) -> None: + super().__init__(*args, **kw) + + self.cmd_opts.add_option(cmdoptions.no_clean()) + + @staticmethod + def determine_resolver_variant(options: Values) -> str: + """Determines which resolver should be used, based on the given options.""" + if "legacy-resolver" in options.deprecated_features_enabled: + return "legacy" + + return "resolvelib" + + @classmethod + def make_requirement_preparer( + cls, + temp_build_dir: TempDirectory, + options: Values, + build_tracker: BuildTracker, + session: PipSession, + finder: PackageFinder, + use_user_site: bool, + download_dir: Optional[str] = None, + verbosity: int = 0, + ) -> RequirementPreparer: + """ + Create a RequirementPreparer instance for the given parameters. + """ + temp_build_dir_path = temp_build_dir.path + assert temp_build_dir_path is not None + legacy_resolver = False + + resolver_variant = cls.determine_resolver_variant(options) + if resolver_variant == "resolvelib": + lazy_wheel = "fast-deps" in options.features_enabled + if lazy_wheel: + logger.warning( + "pip is using lazily downloaded wheels using HTTP " + "range requests to obtain dependency information. " + "This experimental feature is enabled through " + "--use-feature=fast-deps and it is not ready for " + "production." + ) + else: + legacy_resolver = True + lazy_wheel = False + if "fast-deps" in options.features_enabled: + logger.warning( + "fast-deps has no effect when used with the legacy resolver." + ) + + return RequirementPreparer( + build_dir=temp_build_dir_path, + src_dir=options.src_dir, + download_dir=download_dir, + build_isolation=options.build_isolation, + check_build_deps=options.check_build_deps, + build_tracker=build_tracker, + session=session, + progress_bar=options.progress_bar, + finder=finder, + require_hashes=options.require_hashes, + use_user_site=use_user_site, + lazy_wheel=lazy_wheel, + verbosity=verbosity, + legacy_resolver=legacy_resolver, + ) + + @classmethod + def make_resolver( + cls, + preparer: RequirementPreparer, + finder: PackageFinder, + options: Values, + wheel_cache: Optional[WheelCache] = None, + use_user_site: bool = False, + ignore_installed: bool = True, + ignore_requires_python: bool = False, + force_reinstall: bool = False, + upgrade_strategy: str = "to-satisfy-only", + use_pep517: Optional[bool] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> BaseResolver: + """ + Create a Resolver instance for the given parameters. + """ + make_install_req = partial( + install_req_from_req_string, + isolated=options.isolated_mode, + use_pep517=use_pep517, + ) + resolver_variant = cls.determine_resolver_variant(options) + # The long import name and duplicated invocation is needed to convince + # Mypy into correctly typechecking. Otherwise it would complain the + # "Resolver" class being redefined. + if resolver_variant == "resolvelib": + import pip._internal.resolution.resolvelib.resolver + + return pip._internal.resolution.resolvelib.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + import pip._internal.resolution.legacy.resolver + + return pip._internal.resolution.legacy.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + + def get_requirements( + self, + args: List[str], + options: Values, + finder: PackageFinder, + session: PipSession, + ) -> List[InstallRequirement]: + """ + Parse command-line arguments into the corresponding requirements. + """ + requirements: List[InstallRequirement] = [] + for filename in options.constraints: + for parsed_req in parse_requirements( + filename, + constraint=True, + finder=finder, + options=options, + session=session, + ): + req_to_add = install_req_from_parsed_requirement( + parsed_req, + isolated=options.isolated_mode, + user_supplied=False, + ) + requirements.append(req_to_add) + + for req in args: + req_to_add = install_req_from_line( + req, + comes_from=None, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + user_supplied=True, + config_settings=getattr(options, "config_settings", None), + ) + requirements.append(req_to_add) + + for req in options.editables: + req_to_add = install_req_from_editable( + req, + user_supplied=True, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + config_settings=getattr(options, "config_settings", None), + ) + requirements.append(req_to_add) + + # NOTE: options.require_hashes may be set if --require-hashes is True + for filename in options.requirements: + for parsed_req in parse_requirements( + filename, finder=finder, options=options, session=session + ): + req_to_add = install_req_from_parsed_requirement( + parsed_req, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + user_supplied=True, + config_settings=parsed_req.options.get("config_settings") + if parsed_req.options + else None, + ) + requirements.append(req_to_add) + + # If any requirement has hash options, enable hash checking. + if any(req.has_hash_options for req in requirements): + options.require_hashes = True + + if not (args or options.editables or options.requirements): + opts = {"name": self.name} + if options.find_links: + raise CommandError( + "You must give at least one requirement to {name} " + '(maybe you meant "pip {name} {links}"?)'.format( + **dict(opts, links=" ".join(options.find_links)) + ) + ) + else: + raise CommandError( + "You must give at least one requirement to {name} " + '(see "pip help {name}")'.format(**opts) + ) + + return requirements + + @staticmethod + def trace_basic_info(finder: PackageFinder) -> None: + """ + Trace basic information about the provided objects. + """ + # Display where finder is looking for packages + search_scope = finder.search_scope + locations = search_scope.get_formatted_locations() + if locations: + logger.info(locations) + + def _build_package_finder( + self, + options: Values, + session: PipSession, + target_python: Optional[TargetPython] = None, + ignore_requires_python: Optional[bool] = None, + ) -> PackageFinder: + """ + Create a package finder appropriate to this requirement command. + + :param ignore_requires_python: Whether to ignore incompatible + "Requires-Python" values in links. Defaults to False. + """ + link_collector = LinkCollector.create(session, options=options) + selection_prefs = SelectionPreferences( + allow_yanked=True, + format_control=options.format_control, + allow_all_prereleases=options.pre, + prefer_binary=options.prefer_binary, + ignore_requires_python=ignore_requires_python, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + target_python=target_python, + ) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py new file mode 100644 index 00000000..cf2b976f --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py @@ -0,0 +1,159 @@ +import contextlib +import itertools +import logging +import sys +import time +from typing import IO, Generator, Optional + +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import get_indentation + +logger = logging.getLogger(__name__) + + +class SpinnerInterface: + def spin(self) -> None: + raise NotImplementedError() + + def finish(self, final_status: str) -> None: + raise NotImplementedError() + + +class InteractiveSpinner(SpinnerInterface): + def __init__( + self, + message: str, + file: Optional[IO[str]] = None, + spin_chars: str = "-\\|/", + # Empirically, 8 updates/second looks nice + min_update_interval_seconds: float = 0.125, + ): + self._message = message + if file is None: + file = sys.stdout + self._file = file + self._rate_limiter = RateLimiter(min_update_interval_seconds) + self._finished = False + + self._spin_cycle = itertools.cycle(spin_chars) + + self._file.write(" " * get_indentation() + self._message + " ... ") + self._width = 0 + + def _write(self, status: str) -> None: + assert not self._finished + # Erase what we wrote before by backspacing to the beginning, writing + # spaces to overwrite the old text, and then backspacing again + backup = "\b" * self._width + self._file.write(backup + " " * self._width + backup) + # Now we have a blank slate to add our status + self._file.write(status) + self._width = len(status) + self._file.flush() + self._rate_limiter.reset() + + def spin(self) -> None: + if self._finished: + return + if not self._rate_limiter.ready(): + return + self._write(next(self._spin_cycle)) + + def finish(self, final_status: str) -> None: + if self._finished: + return + self._write(final_status) + self._file.write("\n") + self._file.flush() + self._finished = True + + +# Used for dumb terminals, non-interactive installs (no tty), etc. +# We still print updates occasionally (once every 60 seconds by default) to +# act as a keep-alive for systems like Travis-CI that take lack-of-output as +# an indication that a task has frozen. +class NonInteractiveSpinner(SpinnerInterface): + def __init__(self, message: str, min_update_interval_seconds: float = 60.0) -> None: + self._message = message + self._finished = False + self._rate_limiter = RateLimiter(min_update_interval_seconds) + self._update("started") + + def _update(self, status: str) -> None: + assert not self._finished + self._rate_limiter.reset() + logger.info("%s: %s", self._message, status) + + def spin(self) -> None: + if self._finished: + return + if not self._rate_limiter.ready(): + return + self._update("still running...") + + def finish(self, final_status: str) -> None: + if self._finished: + return + self._update(f"finished with status '{final_status}'") + self._finished = True + + +class RateLimiter: + def __init__(self, min_update_interval_seconds: float) -> None: + self._min_update_interval_seconds = min_update_interval_seconds + self._last_update: float = 0 + + def ready(self) -> bool: + now = time.time() + delta = now - self._last_update + return delta >= self._min_update_interval_seconds + + def reset(self) -> None: + self._last_update = time.time() + + +@contextlib.contextmanager +def open_spinner(message: str) -> Generator[SpinnerInterface, None, None]: + # Interactive spinner goes directly to sys.stdout rather than being routed + # through the logging system, but it acts like it has level INFO, + # i.e. it's only displayed if we're at level INFO or better. + # Non-interactive spinner goes through the logging system, so it is always + # in sync with logging configuration. + if sys.stdout.isatty() and logger.getEffectiveLevel() <= logging.INFO: + spinner: SpinnerInterface = InteractiveSpinner(message) + else: + spinner = NonInteractiveSpinner(message) + try: + with hidden_cursor(sys.stdout): + yield spinner + except KeyboardInterrupt: + spinner.finish("canceled") + raise + except Exception: + spinner.finish("error") + raise + else: + spinner.finish("done") + + +HIDE_CURSOR = "\x1b[?25l" +SHOW_CURSOR = "\x1b[?25h" + + +@contextlib.contextmanager +def hidden_cursor(file: IO[str]) -> Generator[None, None, None]: + # The Windows terminal does not support the hide/show cursor ANSI codes, + # even via colorama. So don't even try. + if WINDOWS: + yield + # We don't want to clutter the output with control characters if we're + # writing to a file, or if the user is running with --quiet. + # See https://github.com/pypa/pip/issues/3418 + elif not file.isatty() or logger.getEffectiveLevel() > logging.INFO: + yield + else: + file.write(HIDE_CURSOR) + try: + yield + finally: + file.write(SHOW_CURSOR) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py new file mode 100644 index 00000000..5e29502c --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py @@ -0,0 +1,6 @@ +SUCCESS = 0 +ERROR = 1 +UNKNOWN_ERROR = 2 +VIRTUALENV_NOT_FOUND = 3 +PREVIOUS_BUILD_DIR_ERROR = 4 +NO_MATCHES_FOUND = 23 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py new file mode 100644 index 00000000..858a4101 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py @@ -0,0 +1,132 @@ +""" +Package containing all pip commands +""" + +import importlib +from collections import namedtuple +from typing import Any, Dict, Optional + +from pip._internal.cli.base_command import Command + +CommandInfo = namedtuple("CommandInfo", "module_path, class_name, summary") + +# This dictionary does a bunch of heavy lifting for help output: +# - Enables avoiding additional (costly) imports for presenting `--help`. +# - The ordering matters for help display. +# +# Even though the module path starts with the same "pip._internal.commands" +# prefix, the full path makes testing easier (specifically when modifying +# `commands_dict` in test setup / teardown). +commands_dict: Dict[str, CommandInfo] = { + "install": CommandInfo( + "pip._internal.commands.install", + "InstallCommand", + "Install packages.", + ), + "download": CommandInfo( + "pip._internal.commands.download", + "DownloadCommand", + "Download packages.", + ), + "uninstall": CommandInfo( + "pip._internal.commands.uninstall", + "UninstallCommand", + "Uninstall packages.", + ), + "freeze": CommandInfo( + "pip._internal.commands.freeze", + "FreezeCommand", + "Output installed packages in requirements format.", + ), + "inspect": CommandInfo( + "pip._internal.commands.inspect", + "InspectCommand", + "Inspect the python environment.", + ), + "list": CommandInfo( + "pip._internal.commands.list", + "ListCommand", + "List installed packages.", + ), + "show": CommandInfo( + "pip._internal.commands.show", + "ShowCommand", + "Show information about installed packages.", + ), + "check": CommandInfo( + "pip._internal.commands.check", + "CheckCommand", + "Verify installed packages have compatible dependencies.", + ), + "config": CommandInfo( + "pip._internal.commands.configuration", + "ConfigurationCommand", + "Manage local and global configuration.", + ), + "search": CommandInfo( + "pip._internal.commands.search", + "SearchCommand", + "Search PyPI for packages.", + ), + "cache": CommandInfo( + "pip._internal.commands.cache", + "CacheCommand", + "Inspect and manage pip's wheel cache.", + ), + "index": CommandInfo( + "pip._internal.commands.index", + "IndexCommand", + "Inspect information available from package indexes.", + ), + "wheel": CommandInfo( + "pip._internal.commands.wheel", + "WheelCommand", + "Build wheels from your requirements.", + ), + "hash": CommandInfo( + "pip._internal.commands.hash", + "HashCommand", + "Compute hashes of package archives.", + ), + "completion": CommandInfo( + "pip._internal.commands.completion", + "CompletionCommand", + "A helper command used for command completion.", + ), + "debug": CommandInfo( + "pip._internal.commands.debug", + "DebugCommand", + "Show information useful for debugging.", + ), + "help": CommandInfo( + "pip._internal.commands.help", + "HelpCommand", + "Show help for commands.", + ), +} + + +def create_command(name: str, **kwargs: Any) -> Command: + """ + Create an instance of the Command class with the given name. + """ + module_path, class_name, summary = commands_dict[name] + module = importlib.import_module(module_path) + command_class = getattr(module, class_name) + command = command_class(name=name, summary=summary, **kwargs) + + return command + + +def get_similar_commands(name: str) -> Optional[str]: + """Command name auto-correct.""" + from difflib import get_close_matches + + name = name.lower() + + close_commands = get_close_matches(name, commands_dict.keys()) + + if close_commands: + return close_commands[0] + else: + return None diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a0eee4181d24fbc01de8a0a22a6c64c778d91859 GIT binary patch literal 4036 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a06031ce92483d22c89fea0cf7e9324eb03b2f0f GIT binary patch literal 9745 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 K{+q&@to(ntX|mM- literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bd6a7772a9ee642919dab7e56d709e704b66aca3 GIT binary patch literal 2124 zcma(SOK%fLc-G#RUqBK!Pe_*1s5OLj0jUA0t%_1grG`{W1c#;3YO_1Gm+Xs~-5^Jf zL?sS6a0n-&p6Csf3&;M4UTOsicN*lnao7eJgK`SIY$vNa6)(&$hg)q9IbPeyHxMzcFQ(A8dT}GCC2U!^` zZlpWhzB*UR{>6xy5*Lft3@5@AFn-#mA)L~b@4AL(l~S>AX?FJ8*;typIyH4^ZmyJ$ zd(0X(7xlm}7mX^`DGuY~Cc#FC5AyU1@m<~aXlOVNw&D}F4C3hyt{P@tU&4gizDISi zq0<1HcEtu3SkB)fHYoC=Fo;64?QR=Fo|A7!h2uU%u5lL9QWmGBt(3-FX)IVg7O^x0 za!bH+MYO~_yq2j;B{|MdF{e9WEl*y<#IDqpJ@=GOG*qb>OIR^|H!wnb!NH1!1MFGY zGi^-O<^HUaeB%M}tIBmh2w52OvDCq0-XK*Piv))e@yt%X6Tex4%%KDC`2#u0xBX-{O2W+Y$#JT{ zkKmh;O)$eJlv_31tSL5CJU`s8w@M({X!&&eLCx5E~(Fh>r|=uk!PtTiLiVU<~ET5#8RivNsh5tutWk-D#Sd+PK6v|oWlU(+`(xo z1O|+USJk1(7HBNFHf3a-Gkve(*k;IxJP2=KGt@o9#iW-h$?o-PJ(dAaL~)K`9Y^9c z9=^)S}X_ku;zQ^ zCG0Jg9ebfepHt7AEmIie)7`l$2X;_~br53W8BQ4njO`Z+Mqn(}pbnlz-tv)yQ>p@I z09>Un0Nh4f<6mu#f8CVdU(Kz}Z^@?~e)B{=zcu#p@^aFZ?voR4;?ALT~fP$u)WX)B~F6oa*WvXcfW4*ls~$ zTH)Td0J>fdqI}=I#UJOl`UY30|Hu#iGIah){=!z@@aoJCgbDjN8_Rl9IbDyly6*Z` zC_x|7*NoFv!!(qNvE=yGD(gZS_8#lj zwga&k)&pR-9T|m^t9vC^O~+Oj42tzm?Fn0G@jEWTKSmf)xMpFxKQ#Zn=?9p=iiYj0 zCOwo)-2MQ@gKt}pLffG#Op=)lW1Okta2kTZgec4pkwpYVlA;fRv!Av%@~7=0d``}Q zfbDI15x{numonD`gG+&8NL literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..28fd8301b1addc07b1e9debe50f7f4bede49f814 GIT binary patch literal 5226 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5b419595b0e83ec185b9a2b10fb819af180b6ea8 GIT binary patch literal 13246 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eef0741e0eeb90d2c5253c892fca44fc86dbb469 GIT binary patch literal 7620 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 Ne*WQqIremI{6AbV3TOZT literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..984aceb24d5d2aba89bc15155a600f0383635935 GIT binary patch literal 3017 zcmai0T}&L;6~6PgJF|a4!Cnmh85bjGtFqg;wOv~=l7&g!#KjVjRNg2W4KtVBSJV zSMublEbuYORlHO+74x#2_SC8x^NOo^nQF$%RP z++d<4u+&?o+r$(&`Hn*)=+k3?=b64;5}7hSIeB-IrKjE;8ylaR0!{wan{VBn{K@pV zar@@fZI+*!p1eEpS}ct7@hrinZCLfDf1k449C0FS1kEUHMpkm9gdX_vI>=8DM%;hk zJE1DsVpX=Ks$ysC6r46?r*Ya=v5K`*U~9`b1NYEiBs;H^vMhVsr1kcR7v9h4&_IIy zux{#g7}JAU;M~A6T|G3d`(_PBh*ftU;BqFmpRQwyb<6bi8LT%cw)HtDs_P>o@pQ+B z=>)&qbO`paA5neQaj_l+x*dQ%#Aam9xHw+P@o8kbE-lB>!oYAyf|~wz5Jpbm(|7b& z_|#FoTrN+u6v0uG_!Cw;g0W-rKqdI?{S(L&w1^t9`bE;<7XQ_3!4_>Pk~?Z!jygU@ zw$ji#`orE%HL{0NhdW$hqkXPU|C{tiI=6V2DQn0(M;we9YtgaA`sOzFtz8Y-1X+ zv{err3saUdEgk`uw(+dlbR#C$u^SS8hLXxu%d-uL5oH`qvyB`I7Dva0Qr2w zq;*g%poqsbZc}JcXvFotqe=QDX;Hj|-T}8P$q~=UxY@#@yeLHn80S(4#T)Is6VNYC z%P8vZ%$Y(Zablr+m|o8$)#L`S!?dK4K`>$2kU;2+CWV^BBsvd3rIC#ZA^Zk}FGF~a zvb@0qY6P>FOucKZ6iL6TNj zxwV_?-{~IuaC-gPr{3>w{js!lW%}Qem@l*>7~WS=cX6dabXdJ4k^*!Sr5sZY!#6!_ z7%XELUSKy}&gTr{-KOcbN79C22NtN6#4Ei{&4=VS+6CC)89~m$f`kKwaKD4+BElr_ zBq@RT6vg|-Hzz!LG2vmOSAjf2UyF*OwhAa;S{~mSIQzL=+>>+4_15W(Qe3;zLeQ=E zty@n|#q1{(P^}b`HRI*D zA%=R)VGZ?-Nj{zx~eXGEvmWm)vMps9-vV)(?gWqcZt9wp)!oGj?<{9btXOx?l)1`iL1vD(} z2DO^w*T^uJR49VUJHmm$Qqg?K$6`32g_>SIsOe?Pb;>g)#YVfh6Mk8Cj1hc#L`@22 z@b)DIghPi7ytrI5a^U-fI}faQDU2UF)_YWi8jkM3EucVsFFrND5(sft z{D3bNJN^>qbWV8jd9J>ar1~g%6-1s9an)%_f*|}A72^NQmuT=yRQw0J^bB2lhQ^+u z(XX_DmEyKGu&E8K{dh~eu$R literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9741da378442851dc9796c080f5107a0e0dd99c3 GIT binary patch literal 1707 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 E2T7Ic{{R30 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b7ddc64fda99ba3d94803bd60b9b0b798fae00c5 GIT binary patch literal 28939 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ade0db5c04ea4188c2507feca181f2d4634f6a36 GIT binary patch literal 15434 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 BxtF3y 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 aW6h4(S@`5VxcY~&G68gHa2+eANB;|)>n-j8 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..066d321ea00c850c5351e45b84e6fa4a32ef6212 GIT binary patch literal 9762 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bd7bd9ef4d39b7009ed2f5a935574faa0a3e5229 GIT binary patch literal 8984 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py new file mode 100644 index 00000000..32833615 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py @@ -0,0 +1,225 @@ +import os +import textwrap +from optparse import Values +from typing import Any, List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.exceptions import CommandError, PipError +from pip._internal.utils import filesystem +from pip._internal.utils.logging import getLogger + +logger = getLogger(__name__) + + +class CacheCommand(Command): + """ + Inspect and manage pip's wheel cache. + + Subcommands: + + - dir: Show the cache directory. + - info: Show information about the cache. + - list: List filenames of packages stored in the cache. + - remove: Remove one or more package from the cache. + - purge: Remove all items from the cache. + + ```` can be a glob expression or a package name. + """ + + ignore_require_venv = True + usage = """ + %prog dir + %prog info + %prog list [] [--format=[human, abspath]] + %prog remove + %prog purge + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="human", + choices=("human", "abspath"), + help="Select the output format among: human (default) or abspath", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "dir": self.get_cache_dir, + "info": self.get_cache_info, + "list": self.list_cache_items, + "remove": self.remove_cache_items, + "purge": self.purge_cache, + } + + if not options.cache_dir: + logger.error("pip cache commands can not function since cache is disabled.") + return ERROR + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def get_cache_dir(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + logger.info(options.cache_dir) + + def get_cache_info(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + num_http_files = len(self._find_http_files(options)) + num_packages = len(self._find_wheels(options, "*")) + + http_cache_location = self._cache_dir(options, "http-v2") + old_http_cache_location = self._cache_dir(options, "http") + wheels_cache_location = self._cache_dir(options, "wheels") + http_cache_size = filesystem.format_size( + filesystem.directory_size(http_cache_location) + + filesystem.directory_size(old_http_cache_location) + ) + wheels_cache_size = filesystem.format_directory_size(wheels_cache_location) + + message = ( + textwrap.dedent( + """ + Package index page cache location (pip v23.3+): {http_cache_location} + Package index page cache location (older pips): {old_http_cache_location} + Package index page cache size: {http_cache_size} + Number of HTTP files: {num_http_files} + Locally built wheels location: {wheels_cache_location} + Locally built wheels size: {wheels_cache_size} + Number of locally built wheels: {package_count} + """ # noqa: E501 + ) + .format( + http_cache_location=http_cache_location, + old_http_cache_location=old_http_cache_location, + http_cache_size=http_cache_size, + num_http_files=num_http_files, + wheels_cache_location=wheels_cache_location, + package_count=num_packages, + wheels_cache_size=wheels_cache_size, + ) + .strip() + ) + + logger.info(message) + + def list_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if args: + pattern = args[0] + else: + pattern = "*" + + files = self._find_wheels(options, pattern) + if options.list_format == "human": + self.format_for_human(files) + else: + self.format_for_abspath(files) + + def format_for_human(self, files: List[str]) -> None: + if not files: + logger.info("No locally built wheels cached.") + return + + results = [] + for filename in files: + wheel = os.path.basename(filename) + size = filesystem.format_file_size(filename) + results.append(f" - {wheel} ({size})") + logger.info("Cache contents:\n") + logger.info("\n".join(sorted(results))) + + def format_for_abspath(self, files: List[str]) -> None: + if files: + logger.info("\n".join(sorted(files))) + + def remove_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if not args: + raise CommandError("Please provide a pattern") + + files = self._find_wheels(options, args[0]) + + no_matching_msg = "No matching packages" + if args[0] == "*": + # Only fetch http files if no specific pattern given + files += self._find_http_files(options) + else: + # Add the pattern to the log message + no_matching_msg += f' for pattern "{args[0]}"' + + if not files: + logger.warning(no_matching_msg) + + for filename in files: + os.unlink(filename) + logger.verbose("Removed %s", filename) + logger.info("Files removed: %s", len(files)) + + def purge_cache(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + return self.remove_cache_items(options, ["*"]) + + def _cache_dir(self, options: Values, subdir: str) -> str: + return os.path.join(options.cache_dir, subdir) + + def _find_http_files(self, options: Values) -> List[str]: + old_http_dir = self._cache_dir(options, "http") + new_http_dir = self._cache_dir(options, "http-v2") + return filesystem.find_files(old_http_dir, "*") + filesystem.find_files( + new_http_dir, "*" + ) + + def _find_wheels(self, options: Values, pattern: str) -> List[str]: + wheel_dir = self._cache_dir(options, "wheels") + + # The wheel filename format, as specified in PEP 427, is: + # {distribution}-{version}(-{build})?-{python}-{abi}-{platform}.whl + # + # Additionally, non-alphanumeric values in the distribution are + # normalized to underscores (_), meaning hyphens can never occur + # before `-{version}`. + # + # Given that information: + # - If the pattern we're given contains a hyphen (-), the user is + # providing at least the version. Thus, we can just append `*.whl` + # to match the rest of it. + # - If the pattern we're given doesn't contain a hyphen (-), the + # user is only providing the name. Thus, we append `-*.whl` to + # match the hyphen before the version, followed by anything else. + # + # PEP 427: https://www.python.org/dev/peps/pep-0427/ + pattern = pattern + ("*.whl" if "-" in pattern else "-*.whl") + + return filesystem.find_files(wheel_dir, pattern) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/check.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/check.py new file mode 100644 index 00000000..5efd0a34 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/check.py @@ -0,0 +1,54 @@ +import logging +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.operations.check import ( + check_package_set, + create_package_set_from_installed, + warn_legacy_versions_and_specifiers, +) +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class CheckCommand(Command): + """Verify installed packages have compatible dependencies.""" + + usage = """ + %prog [options]""" + + def run(self, options: Values, args: List[str]) -> int: + package_set, parsing_probs = create_package_set_from_installed() + warn_legacy_versions_and_specifiers(package_set) + missing, conflicting = check_package_set(package_set) + + for project_name in missing: + version = package_set[project_name].version + for dependency in missing[project_name]: + write_output( + "%s %s requires %s, which is not installed.", + project_name, + version, + dependency[0], + ) + + for project_name in conflicting: + version = package_set[project_name].version + for dep_name, dep_version, req in conflicting[project_name]: + write_output( + "%s %s has requirement %s, but you have %s %s.", + project_name, + version, + req, + dep_name, + dep_version, + ) + + if missing or conflicting or parsing_probs: + return ERROR + else: + write_output("No broken requirements found.") + return SUCCESS diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py new file mode 100644 index 00000000..9e89e279 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py @@ -0,0 +1,130 @@ +import sys +import textwrap +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.utils.misc import get_prog + +BASE_COMPLETION = """ +# pip {shell} completion start{script}# pip {shell} completion end +""" + +COMPLETION_SCRIPTS = { + "bash": """ + _pip_completion() + {{ + COMPREPLY=( $( COMP_WORDS="${{COMP_WORDS[*]}}" \\ + COMP_CWORD=$COMP_CWORD \\ + PIP_AUTO_COMPLETE=1 $1 2>/dev/null ) ) + }} + complete -o default -F _pip_completion {prog} + """, + "zsh": """ + #compdef -P pip[0-9.]# + __pip() {{ + compadd $( COMP_WORDS="$words[*]" \\ + COMP_CWORD=$((CURRENT-1)) \\ + PIP_AUTO_COMPLETE=1 $words[1] 2>/dev/null ) + }} + if [[ $zsh_eval_context[-1] == loadautofunc ]]; then + # autoload from fpath, call function directly + __pip "$@" + else + # eval/source/. command, register function for later + compdef __pip -P 'pip[0-9.]#' + fi + """, + "fish": """ + function __fish_complete_pip + set -lx COMP_WORDS (commandline -o) "" + set -lx COMP_CWORD ( \\ + math (contains -i -- (commandline -t) $COMP_WORDS)-1 \\ + ) + set -lx PIP_AUTO_COMPLETE 1 + string split \\ -- (eval $COMP_WORDS[1]) + end + complete -fa "(__fish_complete_pip)" -c {prog} + """, + "powershell": """ + if ((Test-Path Function:\\TabExpansion) -and -not ` + (Test-Path Function:\\_pip_completeBackup)) {{ + Rename-Item Function:\\TabExpansion _pip_completeBackup + }} + function TabExpansion($line, $lastWord) {{ + $lastBlock = [regex]::Split($line, '[|;]')[-1].TrimStart() + if ($lastBlock.StartsWith("{prog} ")) {{ + $Env:COMP_WORDS=$lastBlock + $Env:COMP_CWORD=$lastBlock.Split().Length - 1 + $Env:PIP_AUTO_COMPLETE=1 + (& {prog}).Split() + Remove-Item Env:COMP_WORDS + Remove-Item Env:COMP_CWORD + Remove-Item Env:PIP_AUTO_COMPLETE + }} + elseif (Test-Path Function:\\_pip_completeBackup) {{ + # Fall back on existing tab expansion + _pip_completeBackup $line $lastWord + }} + }} + """, +} + + +class CompletionCommand(Command): + """A helper command to be used for command completion.""" + + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--bash", + "-b", + action="store_const", + const="bash", + dest="shell", + help="Emit completion code for bash", + ) + self.cmd_opts.add_option( + "--zsh", + "-z", + action="store_const", + const="zsh", + dest="shell", + help="Emit completion code for zsh", + ) + self.cmd_opts.add_option( + "--fish", + "-f", + action="store_const", + const="fish", + dest="shell", + help="Emit completion code for fish", + ) + self.cmd_opts.add_option( + "--powershell", + "-p", + action="store_const", + const="powershell", + dest="shell", + help="Emit completion code for powershell", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + """Prints the completion code of the given shell""" + shells = COMPLETION_SCRIPTS.keys() + shell_options = ["--" + shell for shell in sorted(shells)] + if options.shell in shells: + script = textwrap.dedent( + COMPLETION_SCRIPTS.get(options.shell, "").format(prog=get_prog()) + ) + print(BASE_COMPLETION.format(script=script, shell=options.shell)) + return SUCCESS + else: + sys.stderr.write( + "ERROR: You must pass {}\n".format(" or ".join(shell_options)) + ) + return SUCCESS diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py new file mode 100644 index 00000000..1a1dc6b6 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py @@ -0,0 +1,280 @@ +import logging +import os +import subprocess +from optparse import Values +from typing import Any, List, Optional + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.configuration import ( + Configuration, + Kind, + get_configuration_files, + kinds, +) +from pip._internal.exceptions import PipError +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import get_prog, write_output + +logger = logging.getLogger(__name__) + + +class ConfigurationCommand(Command): + """ + Manage local and global configuration. + + Subcommands: + + - list: List the active configuration (or from the file specified) + - edit: Edit the configuration file in an editor + - get: Get the value associated with command.option + - set: Set the command.option=value + - unset: Unset the value associated with command.option + - debug: List the configuration files and values defined under them + + Configuration keys should be dot separated command and option name, + with the special prefix "global" affecting any command. For example, + "pip config set global.index-url https://example.org/" would configure + the index url for all commands, but "pip config set download.timeout 10" + would configure a 10 second timeout only for "pip download" commands. + + If none of --user, --global and --site are passed, a virtual + environment configuration file is used if one is active and the file + exists. Otherwise, all modifications happen to the user file by + default. + """ + + ignore_require_venv = True + usage = """ + %prog [] list + %prog [] [--editor ] edit + + %prog [] get command.option + %prog [] set command.option value + %prog [] unset command.option + %prog [] debug + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--editor", + dest="editor", + action="store", + default=None, + help=( + "Editor to use to edit the file. Uses VISUAL or EDITOR " + "environment variables if not provided." + ), + ) + + self.cmd_opts.add_option( + "--global", + dest="global_file", + action="store_true", + default=False, + help="Use the system-wide configuration file only", + ) + + self.cmd_opts.add_option( + "--user", + dest="user_file", + action="store_true", + default=False, + help="Use the user configuration file only", + ) + + self.cmd_opts.add_option( + "--site", + dest="site_file", + action="store_true", + default=False, + help="Use the current environment configuration file only", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "list": self.list_values, + "edit": self.open_in_editor, + "get": self.get_name, + "set": self.set_name_value, + "unset": self.unset_name, + "debug": self.list_config_values, + } + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Determine which configuration files are to be loaded + # Depends on whether the command is modifying. + try: + load_only = self._determine_file( + options, need_value=(action in ["get", "set", "unset", "edit"]) + ) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + # Load a new configuration + self.configuration = Configuration( + isolated=options.isolated_mode, load_only=load_only + ) + self.configuration.load() + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def _determine_file(self, options: Values, need_value: bool) -> Optional[Kind]: + file_options = [ + key + for key, value in ( + (kinds.USER, options.user_file), + (kinds.GLOBAL, options.global_file), + (kinds.SITE, options.site_file), + ) + if value + ] + + if not file_options: + if not need_value: + return None + # Default to user, unless there's a site file. + elif any( + os.path.exists(site_config_file) + for site_config_file in get_configuration_files()[kinds.SITE] + ): + return kinds.SITE + else: + return kinds.USER + elif len(file_options) == 1: + return file_options[0] + + raise PipError( + "Need exactly one file to operate upon " + "(--user, --site, --global) to perform." + ) + + def list_values(self, options: Values, args: List[str]) -> None: + self._get_n_args(args, "list", n=0) + + for key, value in sorted(self.configuration.items()): + write_output("%s=%r", key, value) + + def get_name(self, options: Values, args: List[str]) -> None: + key = self._get_n_args(args, "get [name]", n=1) + value = self.configuration.get_value(key) + + write_output("%s", value) + + def set_name_value(self, options: Values, args: List[str]) -> None: + key, value = self._get_n_args(args, "set [name] [value]", n=2) + self.configuration.set_value(key, value) + + self._save_configuration() + + def unset_name(self, options: Values, args: List[str]) -> None: + key = self._get_n_args(args, "unset [name]", n=1) + self.configuration.unset_value(key) + + self._save_configuration() + + def list_config_values(self, options: Values, args: List[str]) -> None: + """List config key-value pairs across different config files""" + self._get_n_args(args, "debug", n=0) + + self.print_env_var_values() + # Iterate over config files and print if they exist, and the + # key-value pairs present in them if they do + for variant, files in sorted(self.configuration.iter_config_files()): + write_output("%s:", variant) + for fname in files: + with indent_log(): + file_exists = os.path.exists(fname) + write_output("%s, exists: %r", fname, file_exists) + if file_exists: + self.print_config_file_values(variant) + + def print_config_file_values(self, variant: Kind) -> None: + """Get key-value pairs from the file of a variant""" + for name, value in self.configuration.get_values_in_config(variant).items(): + with indent_log(): + write_output("%s: %s", name, value) + + def print_env_var_values(self) -> None: + """Get key-values pairs present as environment variables""" + write_output("%s:", "env_var") + with indent_log(): + for key, value in sorted(self.configuration.get_environ_vars()): + env_var = f"PIP_{key.upper()}" + write_output("%s=%r", env_var, value) + + def open_in_editor(self, options: Values, args: List[str]) -> None: + editor = self._determine_editor(options) + + fname = self.configuration.get_file_to_edit() + if fname is None: + raise PipError("Could not determine appropriate file.") + elif '"' in fname: + # This shouldn't happen, unless we see a username like that. + # If that happens, we'd appreciate a pull request fixing this. + raise PipError( + f'Can not open an editor for a file name containing "\n{fname}' + ) + + try: + subprocess.check_call(f'{editor} "{fname}"', shell=True) + except FileNotFoundError as e: + if not e.filename: + e.filename = editor + raise + except subprocess.CalledProcessError as e: + raise PipError(f"Editor Subprocess exited with exit code {e.returncode}") + + def _get_n_args(self, args: List[str], example: str, n: int) -> Any: + """Helper to make sure the command got the right number of arguments""" + if len(args) != n: + msg = ( + f"Got unexpected number of arguments, expected {n}. " + f'(example: "{get_prog()} config {example}")' + ) + raise PipError(msg) + + if n == 1: + return args[0] + else: + return args + + def _save_configuration(self) -> None: + # We successfully ran a modifying command. Need to save the + # configuration. + try: + self.configuration.save() + except Exception: + logger.exception( + "Unable to save configuration. Please report this as a bug." + ) + raise PipError("Internal Error.") + + def _determine_editor(self, options: Values) -> str: + if options.editor is not None: + return options.editor + elif "VISUAL" in os.environ: + return os.environ["VISUAL"] + elif "EDITOR" in os.environ: + return os.environ["EDITOR"] + else: + raise PipError("Could not determine editor to use.") diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py new file mode 100644 index 00000000..7e5271c9 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py @@ -0,0 +1,201 @@ +import importlib.resources +import locale +import logging +import os +import sys +from optparse import Values +from types import ModuleType +from typing import Any, Dict, List, Optional + +import pip._vendor +from pip._vendor.certifi import where +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.configuration import Configuration +from pip._internal.metadata import get_environment +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import get_pip_version + +logger = logging.getLogger(__name__) + + +def show_value(name: str, value: Any) -> None: + logger.info("%s: %s", name, value) + + +def show_sys_implementation() -> None: + logger.info("sys.implementation:") + implementation_name = sys.implementation.name + with indent_log(): + show_value("name", implementation_name) + + +def create_vendor_txt_map() -> Dict[str, str]: + with importlib.resources.open_text("pip._vendor", "vendor.txt") as f: + # Purge non version specifying lines. + # Also, remove any space prefix or suffixes (including comments). + lines = [ + line.strip().split(" ", 1)[0] for line in f.readlines() if "==" in line + ] + + # Transform into "module" -> version dict. + return dict(line.split("==", 1) for line in lines) + + +def get_module_from_module_name(module_name: str) -> Optional[ModuleType]: + # Module name can be uppercase in vendor.txt for some reason... + module_name = module_name.lower().replace("-", "_") + # PATCH: setuptools is actually only pkg_resources. + if module_name == "setuptools": + module_name = "pkg_resources" + + try: + __import__(f"pip._vendor.{module_name}", globals(), locals(), level=0) + return getattr(pip._vendor, module_name) + except ImportError: + # We allow 'truststore' to fail to import due + # to being unavailable on Python 3.9 and earlier. + if module_name == "truststore" and sys.version_info < (3, 10): + return None + raise + + +def get_vendor_version_from_module(module_name: str) -> Optional[str]: + module = get_module_from_module_name(module_name) + version = getattr(module, "__version__", None) + + if module and not version: + # Try to find version in debundled module info. + assert module.__file__ is not None + env = get_environment([os.path.dirname(module.__file__)]) + dist = env.get_distribution(module_name) + if dist: + version = str(dist.version) + + return version + + +def show_actual_vendor_versions(vendor_txt_versions: Dict[str, str]) -> None: + """Log the actual version and print extra info if there is + a conflict or if the actual version could not be imported. + """ + for module_name, expected_version in vendor_txt_versions.items(): + extra_message = "" + actual_version = get_vendor_version_from_module(module_name) + if not actual_version: + extra_message = ( + " (Unable to locate actual module version, using" + " vendor.txt specified version)" + ) + actual_version = expected_version + elif parse_version(actual_version) != parse_version(expected_version): + extra_message = ( + " (CONFLICT: vendor.txt suggests version should" + f" be {expected_version})" + ) + logger.info("%s==%s%s", module_name, actual_version, extra_message) + + +def show_vendor_versions() -> None: + logger.info("vendored library versions:") + + vendor_txt_versions = create_vendor_txt_map() + with indent_log(): + show_actual_vendor_versions(vendor_txt_versions) + + +def show_tags(options: Values) -> None: + tag_limit = 10 + + target_python = make_target_python(options) + tags = target_python.get_sorted_tags() + + # Display the target options that were explicitly provided. + formatted_target = target_python.format_given() + suffix = "" + if formatted_target: + suffix = f" (target: {formatted_target})" + + msg = f"Compatible tags: {len(tags)}{suffix}" + logger.info(msg) + + if options.verbose < 1 and len(tags) > tag_limit: + tags_limited = True + tags = tags[:tag_limit] + else: + tags_limited = False + + with indent_log(): + for tag in tags: + logger.info(str(tag)) + + if tags_limited: + msg = f"...\n[First {tag_limit} tags shown. Pass --verbose to show all.]" + logger.info(msg) + + +def ca_bundle_info(config: Configuration) -> str: + levels = {key.split(".", 1)[0] for key, _ in config.items()} + if not levels: + return "Not specified" + + levels_that_override_global = ["install", "wheel", "download"] + global_overriding_level = [ + level for level in levels if level in levels_that_override_global + ] + if not global_overriding_level: + return "global" + + if "global" in levels: + levels.remove("global") + return ", ".join(levels) + + +class DebugCommand(Command): + """ + Display debug information. + """ + + usage = """ + %prog """ + ignore_require_venv = True + + def add_options(self) -> None: + cmdoptions.add_target_python_options(self.cmd_opts) + self.parser.insert_option_group(0, self.cmd_opts) + self.parser.config.load() + + def run(self, options: Values, args: List[str]) -> int: + logger.warning( + "This command is only meant for debugging. " + "Do not use this with automation for parsing and getting these " + "details, since the output and options of this command may " + "change without notice." + ) + show_value("pip version", get_pip_version()) + show_value("sys.version", sys.version) + show_value("sys.executable", sys.executable) + show_value("sys.getdefaultencoding", sys.getdefaultencoding()) + show_value("sys.getfilesystemencoding", sys.getfilesystemencoding()) + show_value( + "locale.getpreferredencoding", + locale.getpreferredencoding(), + ) + show_value("sys.platform", sys.platform) + show_sys_implementation() + + show_value("'cert' config value", ca_bundle_info(self.parser.config)) + show_value("REQUESTS_CA_BUNDLE", os.environ.get("REQUESTS_CA_BUNDLE")) + show_value("CURL_CA_BUNDLE", os.environ.get("CURL_CA_BUNDLE")) + show_value("pip._vendor.certifi.where()", where()) + show_value("pip._vendor.DEBUNDLED", pip._vendor.DEBUNDLED) + + show_vendor_versions() + + show_tags(options) + + return SUCCESS diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/download.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/download.py new file mode 100644 index 00000000..54247a78 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/download.py @@ -0,0 +1,147 @@ +import logging +import os +from optparse import Values +from typing import List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.req_command import RequirementCommand, with_cleanup +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.req.req_install import check_legacy_setup_py_options +from pip._internal.utils.misc import ensure_dir, normalize_path, write_output +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +class DownloadCommand(RequirementCommand): + """ + Download packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports downloading from "requirements files", which provide + an easy way to specify a whole environment to be downloaded. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] ... + %prog [options] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.global_options()) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.src()) + self.cmd_opts.add_option(cmdoptions.pre()) + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + + self.cmd_opts.add_option( + "-d", + "--dest", + "--destination-dir", + "--destination-directory", + dest="download_dir", + metavar="dir", + default=os.curdir, + help="Download packages into .", + ) + + cmdoptions.add_target_python_options(self.cmd_opts) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + options.ignore_installed = True + # editable doesn't really make sense for `pip download`, but the bowels + # of the RequirementSet code require that property. + options.editables = [] + + cmdoptions.check_dist_restriction(options) + + options.download_dir = normalize_path(options.download_dir) + ensure_dir(options.download_dir) + + session = self.get_default_session(options) + + target_python = make_target_python(options) + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="download", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options(options, reqs) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + download_dir=options.download_dir, + use_user_site=False, + verbosity=self.verbosity, + ) + + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + ignore_requires_python=options.ignore_requires_python, + use_pep517=options.use_pep517, + py_version_info=options.python_version, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + downloaded: List[str] = [] + for req in requirement_set.requirements.values(): + if req.satisfied_by is None: + assert req.name is not None + preparer.save_linked_requirement(req) + downloaded.append(req.name) + + preparer.prepare_linked_requirements_more(requirement_set.requirements.values()) + requirement_set.warn_legacy_versions_and_specifiers() + + if downloaded: + write_output("Successfully downloaded %s", " ".join(downloaded)) + + return SUCCESS diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py new file mode 100644 index 00000000..fd9d88a8 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py @@ -0,0 +1,108 @@ +import sys +from optparse import Values +from typing import AbstractSet, List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.operations.freeze import freeze +from pip._internal.utils.compat import stdlib_pkgs + + +def _should_suppress_build_backends() -> bool: + return sys.version_info < (3, 12) + + +def _dev_pkgs() -> AbstractSet[str]: + pkgs = {"pip"} + + if _should_suppress_build_backends(): + pkgs |= {"setuptools", "distribute", "wheel"} + + return pkgs + + +class FreezeCommand(Command): + """ + Output installed packages in requirements format. + + packages are listed in a case-insensitive sorted order. + """ + + 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.12/site-packages/pip/_internal/commands/hash.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py new file mode 100644 index 00000000..042dac81 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py @@ -0,0 +1,59 @@ +import hashlib +import logging +import sys +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.utils.hashes import FAVORITE_HASH, STRONG_HASHES +from pip._internal.utils.misc import read_chunks, write_output + +logger = logging.getLogger(__name__) + + +class HashCommand(Command): + """ + Compute a hash of a local package archive. + + These can be used with --hash in a requirements file to do repeatable + installs. + """ + + usage = "%prog [options] ..." + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-a", + "--algorithm", + dest="algorithm", + choices=STRONG_HASHES, + action="store", + default=FAVORITE_HASH, + help="The hash algorithm to use: one of {}".format( + ", ".join(STRONG_HASHES) + ), + ) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + self.parser.print_usage(sys.stderr) + return ERROR + + algorithm = options.algorithm + for path in args: + write_output( + "%s:\n--hash=%s:%s", path, algorithm, _hash_of_file(path, algorithm) + ) + return SUCCESS + + +def _hash_of_file(path: str, algorithm: str) -> str: + """Return the hash digest of a file.""" + with open(path, "rb") as archive: + hash = hashlib.new(algorithm) + for chunk in read_chunks(archive): + hash.update(chunk) + return hash.hexdigest() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/help.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/help.py new file mode 100644 index 00000000..62066318 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/help.py @@ -0,0 +1,41 @@ +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError + + +class HelpCommand(Command): + """Show help for commands""" + + usage = """ + %prog """ + ignore_require_venv = True + + def run(self, options: Values, args: List[str]) -> int: + from pip._internal.commands import ( + commands_dict, + create_command, + get_similar_commands, + ) + + try: + # 'pip help' with no args is handled by pip.__init__.parseopt() + cmd_name = args[0] # the command we need help for + except IndexError: + return SUCCESS + + if cmd_name not in commands_dict: + guess = get_similar_commands(cmd_name) + + msg = [f'unknown command "{cmd_name}"'] + if guess: + msg.append(f'maybe you meant "{guess}"') + + raise CommandError(" - ".join(msg)) + + command = create_command(cmd_name) + command.parser.print_help() + + return SUCCESS diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/index.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/index.py new file mode 100644 index 00000000..f55e9e49 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/index.py @@ -0,0 +1,139 @@ +import logging +from optparse import Values +from typing import Any, Iterable, List, Optional, Union + +from pip._vendor.packaging.version import LegacyVersion, Version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.commands.search import print_dist_installation_info +from pip._internal.exceptions import CommandError, DistributionNotFound, PipError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.network.session import PipSession +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class IndexCommand(IndexGroupCommand): + """ + Inspect information available from package indexes. + """ + + ignore_require_venv = True + usage = """ + %prog versions + """ + + def add_options(self) -> None: + cmdoptions.add_target_python_options(self.cmd_opts) + + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.pre()) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "versions": self.get_available_package_versions, + } + + logger.warning( + "pip index is currently an experimental command. " + "It may be removed/changed in a future release " + "without prior warning." + ) + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def _build_package_finder( + self, + options: Values, + session: PipSession, + target_python: Optional[TargetPython] = None, + ignore_requires_python: Optional[bool] = None, + ) -> PackageFinder: + """ + Create a package finder appropriate to the index command. + """ + link_collector = LinkCollector.create(session, options=options) + + # Pass allow_yanked=False to ignore yanked versions. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=options.pre, + ignore_requires_python=ignore_requires_python, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + target_python=target_python, + ) + + def get_available_package_versions(self, options: Values, args: List[Any]) -> None: + if len(args) != 1: + raise CommandError("You need to specify exactly one argument") + + target_python = cmdoptions.make_target_python(options) + query = args[0] + + with self._build_session(options) as session: + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + + versions: Iterable[Union[LegacyVersion, Version]] = ( + candidate.version for candidate in finder.find_all_candidates(query) + ) + + if not options.pre: + # Remove prereleases + versions = ( + version for version in versions if not version.is_prerelease + ) + versions = set(versions) + + if not versions: + raise DistributionNotFound( + f"No matching distribution found for {query}" + ) + + formatted_versions = [str(ver) for ver in sorted(versions, reverse=True)] + latest = formatted_versions[0] + + write_output(f"{query} ({latest})") + write_output("Available versions: {}".format(", ".join(formatted_versions))) + print_dist_installation_info(query, latest) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py new file mode 100644 index 00000000..27c8fa3d --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py @@ -0,0 +1,92 @@ +import logging +from optparse import Values +from typing import Any, Dict, List + +from pip._vendor.packaging.markers import default_environment +from pip._vendor.rich import print_json + +from pip import __version__ +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.urls import path_to_url + +logger = logging.getLogger(__name__) + + +class InspectCommand(Command): + """ + Inspect the content of a Python environment and produce a report in JSON format. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not list " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + cmdoptions.check_list_path_option(options) + dists = get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + skip=set(stdlib_pkgs), + ) + output = { + "version": "1", + "pip_version": __version__, + "installed": [self._dist_to_dict(dist) for dist in dists], + "environment": default_environment(), + # TODO tags? scheme? + } + print_json(data=output) + return SUCCESS + + def _dist_to_dict(self, dist: BaseDistribution) -> Dict[str, Any]: + res: Dict[str, Any] = { + "metadata": dist.metadata_dict, + "metadata_location": dist.info_location, + } + # direct_url. Note that we don't have download_info (as in the installation + # report) since it is not recorded in installed metadata. + direct_url = dist.direct_url + if direct_url is not None: + res["direct_url"] = direct_url.to_dict() + else: + # Emulate direct_url for legacy editable installs. + editable_project_location = dist.editable_project_location + if editable_project_location is not None: + res["direct_url"] = { + "url": path_to_url(editable_project_location), + "dir_info": { + "editable": True, + }, + } + # installer + installer = dist.installer + if dist.installer: + res["installer"] = installer + # requested + if dist.installed_with_dist_info: + res["requested"] = dist.requested + return res diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/install.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/install.py new file mode 100644 index 00000000..e944bb95 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/install.py @@ -0,0 +1,774 @@ +import errno +import json +import operator +import os +import shutil +import site +from optparse import SUPPRESS_HELP, Values +from typing import List, Optional + +from pip._vendor.rich import print_json + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.req_command import ( + RequirementCommand, + warn_if_run_as_root, + with_cleanup, +) +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.exceptions import CommandError, InstallationError +from pip._internal.locations import get_scheme +from pip._internal.metadata import get_environment +from pip._internal.models.installation_report import InstallationReport +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.operations.check import ConflictDetails, check_install_conflicts +from pip._internal.req import install_given_reqs +from pip._internal.req.req_install import ( + InstallRequirement, + check_legacy_setup_py_options, +) +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.filesystem import test_writable_dir +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + check_externally_managed, + ensure_dir, + get_pip_version, + protect_pip_from_modification_on_windows, + write_output, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) +from pip._internal.wheel_builder import build, should_build_for_install_command + +logger = getLogger(__name__) + + +class InstallCommand(RequirementCommand): + """ + Install packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports installing from "requirements files", which provide + an easy way to specify a whole environment to be installed. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] [-e] ... + %prog [options] [-e] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.pre()) + + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option( + "--dry-run", + action="store_true", + dest="dry_run", + default=False, + help=( + "Don't actually install anything, just print what would be. " + "Can be used in combination with --ignore-installed " + "to 'resolve' the requirements." + ), + ) + self.cmd_opts.add_option( + "-t", + "--target", + dest="target_dir", + metavar="dir", + default=None, + help=( + "Install packages into . " + "By default this will not replace existing files/folders in " + ". Use --upgrade to replace existing packages in " + "with new versions." + ), + ) + cmdoptions.add_target_python_options(self.cmd_opts) + + self.cmd_opts.add_option( + "--user", + dest="use_user_site", + action="store_true", + help=( + "Install to the Python user install directory for your " + "platform. Typically ~/.local/, or %APPDATA%\\Python on " + "Windows. (See the Python documentation for site.USER_BASE " + "for full details.)" + ), + ) + self.cmd_opts.add_option( + "--no-user", + dest="use_user_site", + action="store_false", + help=SUPPRESS_HELP, + ) + self.cmd_opts.add_option( + "--root", + dest="root_path", + metavar="dir", + default=None, + help="Install everything relative to this alternate root directory.", + ) + self.cmd_opts.add_option( + "--prefix", + dest="prefix_path", + metavar="dir", + default=None, + help=( + "Installation prefix where lib, bin and other top-level " + "folders are placed. Note that the resulting installation may " + "contain scripts and other resources which reference the " + "Python interpreter of pip, and not that of ``--prefix``. " + "See also the ``--python`` option if the intention is to " + "install packages into another (possibly pip-free) " + "environment." + ), + ) + + self.cmd_opts.add_option(cmdoptions.src()) + + self.cmd_opts.add_option( + "-U", + "--upgrade", + dest="upgrade", + action="store_true", + help=( + "Upgrade all specified packages to the newest available " + "version. The handling of dependencies depends on the " + "upgrade-strategy used." + ), + ) + + self.cmd_opts.add_option( + "--upgrade-strategy", + dest="upgrade_strategy", + default="only-if-needed", + choices=["only-if-needed", "eager"], + help=( + "Determines how dependency upgrading should be handled " + "[default: %default]. " + '"eager" - dependencies are upgraded regardless of ' + "whether the currently installed version satisfies the " + "requirements of the upgraded package(s). " + '"only-if-needed" - are upgraded only when they do not ' + "satisfy the requirements of the upgraded package(s)." + ), + ) + + self.cmd_opts.add_option( + "--force-reinstall", + dest="force_reinstall", + action="store_true", + help="Reinstall all packages even if they are already up-to-date.", + ) + + self.cmd_opts.add_option( + "-I", + "--ignore-installed", + dest="ignore_installed", + action="store_true", + help=( + "Ignore the installed packages, overwriting them. " + "This can break your system if the existing package " + "is of a different version or was installed " + "with a different package manager!" + ), + ) + + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.override_externally_managed()) + + self.cmd_opts.add_option(cmdoptions.config_settings()) + self.cmd_opts.add_option(cmdoptions.global_options()) + + self.cmd_opts.add_option( + "--compile", + action="store_true", + dest="compile", + default=True, + help="Compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-compile", + action="store_false", + dest="compile", + help="Do not compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-warn-script-location", + action="store_false", + dest="warn_script_location", + default=True, + help="Do not warn when installing scripts outside PATH", + ) + self.cmd_opts.add_option( + "--no-warn-conflicts", + action="store_false", + dest="warn_about_conflicts", + default=True, + help="Do not warn about broken dependencies", + ) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + self.cmd_opts.add_option(cmdoptions.root_user_action()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + self.cmd_opts.add_option( + "--report", + dest="json_report_file", + metavar="file", + default=None, + help=( + "Generate a JSON file describing what pip did to install " + "the provided requirements. " + "Can be used in combination with --dry-run and --ignore-installed " + "to 'resolve' the requirements. " + "When - is used as file name it writes to stdout. " + "When writing to stdout, please combine with the --quiet option " + "to avoid mixing pip logging output with JSON output." + ), + ) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + if options.use_user_site and options.target_dir is not None: + raise CommandError("Can not combine '--user' and '--target'") + + # Check whether the environment we're installing into is externally + # managed, as specified in PEP 668. Specifying --root, --target, or + # --prefix disables the check, since there's no reliable way to locate + # the EXTERNALLY-MANAGED file for those cases. An exception is also + # made specifically for "--dry-run --report" for convenience. + installing_into_current_environment = ( + not (options.dry_run and options.json_report_file) + and options.root_path is None + and options.target_dir is None + and options.prefix_path is None + ) + if ( + installing_into_current_environment + and not options.override_externally_managed + ): + check_externally_managed() + + upgrade_strategy = "to-satisfy-only" + if options.upgrade: + upgrade_strategy = options.upgrade_strategy + + cmdoptions.check_dist_restriction(options, check_target=True) + + logger.verbose("Using %s", get_pip_version()) + options.use_user_site = decide_user_install( + options.use_user_site, + prefix_path=options.prefix_path, + target_dir=options.target_dir, + root_path=options.root_path, + isolated_mode=options.isolated_mode, + ) + + target_temp_dir: Optional[TempDirectory] = None + target_temp_dir_path: Optional[str] = None + if options.target_dir: + options.ignore_installed = True + options.target_dir = os.path.abspath(options.target_dir) + if ( + # fmt: off + os.path.exists(options.target_dir) and + not os.path.isdir(options.target_dir) + # fmt: on + ): + raise CommandError( + "Target path exists but is not a directory, will not continue." + ) + + # Create a target directory for using with the target option + target_temp_dir = TempDirectory(kind="target") + target_temp_dir_path = target_temp_dir.path + self.enter_context(target_temp_dir) + + global_options = options.global_options or [] + + session = self.get_default_session(options) + + target_python = make_target_python(options) + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="install", + globally_managed=True, + ) + + try: + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options(options, reqs) + + wheel_cache = WheelCache(options.cache_dir) + + # Only when installing is it permitted to use PEP 660. + # In other circumstances (pip wheel, pip download) we generate + # regular (i.e. non editable) metadata and wheels. + for req in reqs: + req.permit_editable_wheels = True + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + use_user_site=options.use_user_site, + verbosity=self.verbosity, + ) + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + wheel_cache=wheel_cache, + use_user_site=options.use_user_site, + ignore_installed=options.ignore_installed, + ignore_requires_python=options.ignore_requires_python, + force_reinstall=options.force_reinstall, + upgrade_strategy=upgrade_strategy, + use_pep517=options.use_pep517, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve( + reqs, check_supported_wheels=not options.target_dir + ) + + if options.json_report_file: + report = InstallationReport(requirement_set.requirements_to_install) + if options.json_report_file == "-": + print_json(data=report.to_dict()) + else: + with open(options.json_report_file, "w", encoding="utf-8") as f: + json.dump(report.to_dict(), f, indent=2, ensure_ascii=False) + + if options.dry_run: + # In non dry-run mode, the legacy versions and specifiers check + # will be done as part of conflict detection. + requirement_set.warn_legacy_versions_and_specifiers() + would_install_items = sorted( + (r.metadata["name"], r.metadata["version"]) + for r in requirement_set.requirements_to_install + ) + if would_install_items: + write_output( + "Would install %s", + " ".join("-".join(item) for item in would_install_items), + ) + return SUCCESS + + try: + pip_req = requirement_set.get_requirement("pip") + except KeyError: + modifying_pip = False + else: + # If we're not replacing an already installed pip, + # we're not modifying it. + modifying_pip = pip_req.satisfied_by is None + protect_pip_from_modification_on_windows(modifying_pip=modifying_pip) + + reqs_to_build = [ + r + for r in requirement_set.requirements.values() + if should_build_for_install_command(r) + ] + + _, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=True, + build_options=[], + global_options=global_options, + ) + + if build_failures: + raise InstallationError( + "Could not build wheels for {}, which is required to " + "install pyproject.toml-based projects".format( + ", ".join(r.name for r in build_failures) # type: ignore + ) + ) + + to_install = resolver.get_installation_order(requirement_set) + + # Check for conflicts in the package set we're installing. + conflicts: Optional[ConflictDetails] = None + should_warn_about_conflicts = ( + not options.ignore_dependencies and options.warn_about_conflicts + ) + if should_warn_about_conflicts: + conflicts = self._determine_conflicts(to_install) + + # Don't warn about script install locations if + # --target or --prefix has been specified + warn_script_location = options.warn_script_location + if options.target_dir or options.prefix_path: + warn_script_location = False + + installed = install_given_reqs( + to_install, + global_options, + root=options.root_path, + home=target_temp_dir_path, + prefix=options.prefix_path, + warn_script_location=warn_script_location, + use_user_site=options.use_user_site, + pycompile=options.compile, + ) + + lib_locations = get_lib_location_guesses( + user=options.use_user_site, + home=target_temp_dir_path, + root=options.root_path, + prefix=options.prefix_path, + isolated=options.isolated_mode, + ) + env = get_environment(lib_locations) + + installed.sort(key=operator.attrgetter("name")) + items = [] + for result in installed: + item = result.name + try: + installed_dist = env.get_distribution(item) + if installed_dist is not None: + item = f"{item}-{installed_dist.version}" + except Exception: + pass + items.append(item) + + if conflicts is not None: + self._warn_about_conflicts( + conflicts, + resolver_variant=self.determine_resolver_variant(options), + ) + + installed_desc = " ".join(items) + if installed_desc: + write_output( + "Successfully installed %s", + installed_desc, + ) + except OSError as error: + show_traceback = self.verbosity >= 1 + + message = create_os_error_message( + error, + show_traceback, + options.use_user_site, + ) + logger.error(message, exc_info=show_traceback) + + return ERROR + + if options.target_dir: + assert target_temp_dir + self._handle_target_dir( + options.target_dir, target_temp_dir, options.upgrade + ) + if options.root_user_action == "warn": + warn_if_run_as_root() + return SUCCESS + + def _handle_target_dir( + self, target_dir: str, target_temp_dir: TempDirectory, upgrade: bool + ) -> None: + ensure_dir(target_dir) + + # Checking both purelib and platlib directories for installed + # packages to be moved to target directory + lib_dir_list = [] + + # Checking both purelib and platlib directories for installed + # packages to be moved to target directory + scheme = get_scheme("", home=target_temp_dir.path) + purelib_dir = scheme.purelib + platlib_dir = scheme.platlib + data_dir = scheme.data + + if os.path.exists(purelib_dir): + lib_dir_list.append(purelib_dir) + if os.path.exists(platlib_dir) and platlib_dir != purelib_dir: + lib_dir_list.append(platlib_dir) + if os.path.exists(data_dir): + lib_dir_list.append(data_dir) + + for lib_dir in lib_dir_list: + for item in os.listdir(lib_dir): + if lib_dir == data_dir: + ddir = os.path.join(data_dir, item) + if any(s.startswith(ddir) for s in lib_dir_list[:-1]): + continue + target_item_dir = os.path.join(target_dir, item) + if os.path.exists(target_item_dir): + if not upgrade: + logger.warning( + "Target directory %s already exists. Specify " + "--upgrade to force replacement.", + target_item_dir, + ) + continue + if os.path.islink(target_item_dir): + logger.warning( + "Target directory %s already exists and is " + "a link. pip will not automatically replace " + "links, please remove if replacement is " + "desired.", + target_item_dir, + ) + continue + if os.path.isdir(target_item_dir): + shutil.rmtree(target_item_dir) + else: + os.remove(target_item_dir) + + shutil.move(os.path.join(lib_dir, item), target_item_dir) + + def _determine_conflicts( + self, to_install: List[InstallRequirement] + ) -> Optional[ConflictDetails]: + try: + return check_install_conflicts(to_install) + except Exception: + logger.exception( + "Error while checking for conflicts. Please file an issue on " + "pip's issue tracker: https://github.com/pypa/pip/issues/new" + ) + return None + + def _warn_about_conflicts( + self, conflict_details: ConflictDetails, resolver_variant: str + ) -> None: + package_set, (missing, conflicting) = conflict_details + if not missing and not conflicting: + return + + parts: List[str] = [] + if resolver_variant == "legacy": + parts.append( + "pip's legacy dependency resolver does not consider dependency " + "conflicts when selecting packages. This behaviour is the " + "source of the following dependency conflicts." + ) + else: + assert resolver_variant == "resolvelib" + parts.append( + "pip's dependency resolver does not currently take into account " + "all the packages that are installed. This behaviour is the " + "source of the following dependency conflicts." + ) + + # NOTE: There is some duplication here, with commands/check.py + for project_name in missing: + version = package_set[project_name][0] + for dependency in missing[project_name]: + message = ( + f"{project_name} {version} requires {dependency[1]}, " + "which is not installed." + ) + parts.append(message) + + for project_name in conflicting: + version = package_set[project_name][0] + for dep_name, dep_version, req in conflicting[project_name]: + message = ( + "{name} {version} requires {requirement}, but {you} have " + "{dep_name} {dep_version} which is incompatible." + ).format( + name=project_name, + version=version, + requirement=req, + dep_name=dep_name, + dep_version=dep_version, + you=("you" if resolver_variant == "resolvelib" else "you'll"), + ) + parts.append(message) + + logger.critical("\n".join(parts)) + + +def get_lib_location_guesses( + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> List[str]: + scheme = get_scheme( + "", + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + return [scheme.purelib, scheme.platlib] + + +def site_packages_writable(root: Optional[str], isolated: bool) -> bool: + return all( + test_writable_dir(d) + for d in set(get_lib_location_guesses(root=root, isolated=isolated)) + ) + + +def decide_user_install( + use_user_site: Optional[bool], + prefix_path: Optional[str] = None, + target_dir: Optional[str] = None, + root_path: Optional[str] = None, + isolated_mode: bool = False, +) -> bool: + """Determine whether to do a user install based on the input options. + + If use_user_site is False, no additional checks are done. + If use_user_site is True, it is checked for compatibility with other + options. + If use_user_site is None, the default behaviour depends on the environment, + which is provided by the other arguments. + """ + # In some cases (config from tox), use_user_site can be set to an integer + # rather than a bool, which 'use_user_site is False' wouldn't catch. + if (use_user_site is not None) and (not use_user_site): + logger.debug("Non-user install by explicit request") + return False + + if use_user_site: + if prefix_path: + raise CommandError( + "Can not combine '--user' and '--prefix' as they imply " + "different installation locations" + ) + if virtualenv_no_global(): + raise InstallationError( + "Can not perform a '--user' install. User site-packages " + "are not visible in this virtualenv." + ) + logger.debug("User install by explicit request") + return True + + # If we are here, user installs have not been explicitly requested/avoided + assert use_user_site is None + + # user install incompatible with --prefix/--target + if prefix_path or target_dir: + logger.debug("Non-user install due to --prefix or --target option") + return False + + # If user installs are not enabled, choose a non-user install + if not site.ENABLE_USER_SITE: + logger.debug("Non-user install because user site-packages disabled") + return False + + # If we have permission for a non-user install, do that, + # otherwise do a user install. + if site_packages_writable(root=root_path, isolated=isolated_mode): + logger.debug("Non-user install because site-packages writeable") + return False + + logger.info( + "Defaulting to user installation because normal site-packages " + "is not writeable" + ) + return True + + +def create_os_error_message( + error: OSError, show_traceback: bool, using_user_site: bool +) -> str: + """Format an error message for an OSError + + It may occur anytime during the execution of the install command. + """ + parts = [] + + # Mention the error if we are not going to show a traceback + parts.append("Could not install packages due to an OSError") + if not show_traceback: + parts.append(": ") + parts.append(str(error)) + else: + parts.append(".") + + # Spilt the error indication from a helper message (if any) + parts[-1] += "\n" + + # Suggest useful actions to the user: + # (1) using user site-packages or (2) verifying the permissions + if error.errno == errno.EACCES: + user_option_part = "Consider using the `--user` option" + permissions_part = "Check the permissions" + + if not running_under_virtualenv() and not using_user_site: + parts.extend( + [ + user_option_part, + " or ", + permissions_part.lower(), + ] + ) + else: + parts.append(permissions_part) + parts.append(".\n") + + # Suggest the user to enable Long Paths if path length is + # more than 260 + if ( + WINDOWS + and error.errno == errno.ENOENT + and error.filename + and len(error.filename) > 260 + ): + parts.append( + "HINT: This error might have occurred since " + "this system does not have Windows Long Path " + "support enabled. You can find information on " + "how to enable this at " + "https://pip.pypa.io/warnings/enable-long-paths\n" + ) + + return "".join(parts).strip() + "\n" diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/list.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/list.py new file mode 100644 index 00000000..e551dda9 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/list.py @@ -0,0 +1,368 @@ +import json +import logging +from optparse import Values +from typing import TYPE_CHECKING, Generator, List, Optional, Sequence, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.misc import tabulate, write_output + +if TYPE_CHECKING: + from pip._internal.metadata.base import DistributionVersion + + class _DistWithLatestInfo(BaseDistribution): + """Give the distribution object a couple of extra fields. + + These will be populated during ``get_outdated()``. This is dirty but + makes the rest of the code much cleaner. + """ + + latest_version: DistributionVersion + latest_filetype: str + + _ProcessedDists = Sequence[_DistWithLatestInfo] + + +logger = logging.getLogger(__name__) + + +class ListCommand(IndexGroupCommand): + """ + List installed packages, including editables. + + Packages are listed in a case-insensitive sorted order. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-o", + "--outdated", + action="store_true", + default=False, + help="List outdated packages", + ) + self.cmd_opts.add_option( + "-u", + "--uptodate", + action="store_true", + default=False, + help="List uptodate packages", + ) + self.cmd_opts.add_option( + "-e", + "--editable", + action="store_true", + default=False, + help="List editable projects.", + ) + self.cmd_opts.add_option( + "-l", + "--local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not list " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="columns", + choices=("columns", "freeze", "json"), + help=( + "Select the output format among: columns (default), freeze, or json. " + "The 'freeze' format cannot be used with the --outdated option." + ), + ) + + self.cmd_opts.add_option( + "--not-required", + action="store_true", + dest="not_required", + help="List packages that are not dependencies of installed packages.", + ) + + self.cmd_opts.add_option( + "--exclude-editable", + action="store_false", + dest="include_editable", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option( + "--include-editable", + action="store_true", + dest="include_editable", + help="Include editable package from output.", + default=True, + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + index_opts = cmdoptions.make_option_group(cmdoptions.index_group, self.parser) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + def _build_package_finder( + self, options: Values, session: PipSession + ) -> PackageFinder: + """ + Create a package finder appropriate to this list command. + """ + link_collector = LinkCollector.create(session, options=options) + + # Pass allow_yanked=False to ignore yanked versions. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=options.pre, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + + def run(self, options: Values, args: List[str]) -> int: + if options.outdated and options.uptodate: + raise CommandError("Options --outdated and --uptodate cannot be combined.") + + if options.outdated and options.list_format == "freeze": + raise CommandError( + "List format 'freeze' cannot be used with the --outdated option." + ) + + cmdoptions.check_list_path_option(options) + + skip = set(stdlib_pkgs) + if options.excludes: + skip.update(canonicalize_name(n) for n in options.excludes) + + packages: "_ProcessedDists" = [ + cast("_DistWithLatestInfo", d) + for d in get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + editables_only=options.editable, + include_editables=options.include_editable, + skip=skip, + ) + ] + + # get_not_required must be called firstly in order to find and + # filter out all dependencies correctly. Otherwise a package + # can't be identified as requirement because some parent packages + # could be filtered out before. + if options.not_required: + packages = self.get_not_required(packages, options) + + if options.outdated: + packages = self.get_outdated(packages, options) + elif options.uptodate: + packages = self.get_uptodate(packages, options) + + self.output_package_listing(packages, options) + return SUCCESS + + def get_outdated( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if dist.latest_version > dist.version + ] + + def get_uptodate( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if dist.latest_version == dist.version + ] + + def get_not_required( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + dep_keys = { + canonicalize_name(dep.name) + for dist in packages + for dep in (dist.iter_dependencies() or ()) + } + + # Create a set to remove duplicate packages, and cast it to a list + # to keep the return type consistent with get_outdated and + # get_uptodate + return list({pkg for pkg in packages if pkg.canonical_name not in dep_keys}) + + def iter_packages_latest_infos( + self, packages: "_ProcessedDists", options: Values + ) -> Generator["_DistWithLatestInfo", None, None]: + with self._build_session(options) as session: + finder = self._build_package_finder(options, session) + + def latest_info( + dist: "_DistWithLatestInfo", + ) -> Optional["_DistWithLatestInfo"]: + all_candidates = finder.find_all_candidates(dist.canonical_name) + if not options.pre: + # Remove prereleases + all_candidates = [ + candidate + for candidate in all_candidates + if not candidate.version.is_prerelease + ] + + evaluator = finder.make_candidate_evaluator( + project_name=dist.canonical_name, + ) + best_candidate = evaluator.sort_best_candidate(all_candidates) + if best_candidate is None: + return None + + remote_version = best_candidate.version + if best_candidate.link.is_wheel: + typ = "wheel" + else: + typ = "sdist" + dist.latest_version = remote_version + dist.latest_filetype = typ + return dist + + for dist in map(latest_info, packages): + if dist is not None: + yield dist + + def output_package_listing( + self, packages: "_ProcessedDists", options: Values + ) -> None: + packages = sorted( + packages, + key=lambda dist: dist.canonical_name, + ) + if options.list_format == "columns" and packages: + data, header = format_for_columns(packages, options) + self.output_package_listing_columns(data, header) + elif options.list_format == "freeze": + for dist in packages: + if options.verbose >= 1: + write_output( + "%s==%s (%s)", dist.raw_name, dist.version, dist.location + ) + else: + write_output("%s==%s", dist.raw_name, dist.version) + elif options.list_format == "json": + write_output(format_for_json(packages, options)) + + def output_package_listing_columns( + self, data: List[List[str]], header: List[str] + ) -> None: + # insert the header first: we need to know the size of column names + if len(data) > 0: + data.insert(0, header) + + pkg_strings, sizes = tabulate(data) + + # Create and add a separator. + if len(data) > 0: + pkg_strings.insert(1, " ".join("-" * x for x in sizes)) + + for val in pkg_strings: + write_output(val) + + +def format_for_columns( + pkgs: "_ProcessedDists", options: Values +) -> Tuple[List[List[str]], List[str]]: + """ + Convert the package data into something usable + by output_package_listing_columns. + """ + header = ["Package", "Version"] + + running_outdated = options.outdated + if running_outdated: + header.extend(["Latest", "Type"]) + + has_editables = any(x.editable for x in pkgs) + if has_editables: + header.append("Editable project location") + + if options.verbose >= 1: + header.append("Location") + if options.verbose >= 1: + header.append("Installer") + + data = [] + for proj in pkgs: + # if we're working on the 'outdated' list, separate out the + # latest_version and type + row = [proj.raw_name, 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.12/site-packages/pip/_internal/commands/search.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/search.py new file mode 100644 index 00000000..03ed925b --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/search.py @@ -0,0 +1,174 @@ +import logging +import shutil +import sys +import textwrap +import xmlrpc.client +from collections import OrderedDict +from optparse import Values +from typing import TYPE_CHECKING, Dict, List, Optional + +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.cli.base_command import Command +from pip._internal.cli.req_command import SessionCommandMixin +from pip._internal.cli.status_codes import NO_MATCHES_FOUND, SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.metadata import get_default_environment +from pip._internal.models.index import PyPI +from pip._internal.network.xmlrpc import PipXmlrpcTransport +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import write_output + +if TYPE_CHECKING: + from typing import TypedDict + + class TransformedHit(TypedDict): + name: str + summary: str + versions: List[str] + + +logger = logging.getLogger(__name__) + + +class SearchCommand(Command, SessionCommandMixin): + """Search for PyPI packages whose name or summary contains .""" + + usage = """ + %prog [options] """ + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-i", + "--index", + dest="index", + metavar="URL", + default=PyPI.pypi_url, + help="Base URL of Python Package Index (default %default)", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + raise CommandError("Missing required argument (search query).") + query = args + pypi_hits = self.search(query, options) + hits = transform_hits(pypi_hits) + + terminal_width = None + if sys.stdout.isatty(): + terminal_width = shutil.get_terminal_size()[0] + + print_results(hits, terminal_width=terminal_width) + if pypi_hits: + return SUCCESS + return NO_MATCHES_FOUND + + def search(self, query: List[str], options: Values) -> List[Dict[str, str]]: + index_url = options.index + + session = self.get_default_session(options) + + transport = PipXmlrpcTransport(index_url, session) + pypi = xmlrpc.client.ServerProxy(index_url, transport) + try: + hits = pypi.search({"name": query, "summary": query}, "or") + except xmlrpc.client.Fault as fault: + message = "XMLRPC request failed [code: {code}]\n{string}".format( + code=fault.faultCode, + string=fault.faultString, + ) + raise CommandError(message) + assert isinstance(hits, list) + return hits + + +def transform_hits(hits: List[Dict[str, str]]) -> List["TransformedHit"]: + """ + The list from pypi is really a list of versions. We want a list of + packages with the list of versions stored inline. This converts the + list from pypi into one we can use. + """ + packages: Dict[str, "TransformedHit"] = OrderedDict() + for hit in hits: + name = hit["name"] + summary = hit["summary"] + version = hit["version"] + + if name not in packages.keys(): + packages[name] = { + "name": name, + "summary": summary, + "versions": [version], + } + else: + packages[name]["versions"].append(version) + + # if this is the highest version, replace summary and score + if version == highest_version(packages[name]["versions"]): + packages[name]["summary"] = summary + + return list(packages.values()) + + +def print_dist_installation_info(name: str, latest: str) -> None: + env = get_default_environment() + dist = env.get_distribution(name) + if dist is not None: + with indent_log(): + if dist.version == latest: + write_output("INSTALLED: %s (latest)", dist.version) + else: + write_output("INSTALLED: %s", dist.version) + if parse_version(latest).pre: + write_output( + "LATEST: %s (pre-release; install" + " with `pip install --pre`)", + latest, + ) + else: + write_output("LATEST: %s", latest) + + +def print_results( + hits: List["TransformedHit"], + name_column_width: Optional[int] = None, + terminal_width: Optional[int] = None, +) -> None: + if not hits: + return + if name_column_width is None: + name_column_width = ( + max( + [ + len(hit["name"]) + len(highest_version(hit.get("versions", ["-"]))) + for hit in hits + ] + ) + + 4 + ) + + for hit in hits: + name = hit["name"] + summary = hit["summary"] or "" + latest = highest_version(hit.get("versions", ["-"])) + if terminal_width is not None: + target_width = terminal_width - name_column_width - 5 + if target_width > 10: + # wrap and indent summary to fit terminal + summary_lines = textwrap.wrap(summary, target_width) + summary = ("\n" + " " * (name_column_width + 3)).join(summary_lines) + + name_latest = f"{name} ({latest})" + line = f"{name_latest:{name_column_width}} - {summary}" + try: + write_output(line) + print_dist_installation_info(name, latest) + except UnicodeEncodeError: + pass + + +def highest_version(versions: List[str]) -> str: + return max(versions, key=parse_version) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/show.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/show.py new file mode 100644 index 00000000..3f10701f --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/show.py @@ -0,0 +1,189 @@ +import logging +from optparse import Values +from typing import Generator, Iterable, Iterator, List, NamedTuple, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.metadata import BaseDistribution, get_default_environment +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class ShowCommand(Command): + """ + Show information about one or more installed packages. + + The output is in RFC-compliant mail header format. + """ + + usage = """ + %prog [options] ...""" + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-f", + "--files", + dest="files", + action="store_true", + default=False, + help="Show the full list of installed files for each package.", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + logger.warning("ERROR: Please provide a package name or names.") + return ERROR + query = args + + results = search_packages_info(query) + if not print_results( + results, list_files=options.files, verbose=options.verbose + ): + return ERROR + return SUCCESS + + +class _PackageInfo(NamedTuple): + name: str + version: str + location: str + editable_project_location: Optional[str] + requires: List[str] + required_by: List[str] + installer: str + metadata_version: str + classifiers: List[str] + summary: str + homepage: str + project_urls: List[str] + author: str + author_email: str + license: str + entry_points: List[str] + files: Optional[List[str]] + + +def search_packages_info(query: List[str]) -> Generator[_PackageInfo, None, None]: + """ + Gather details from installed distributions. Print distribution name, + version, location, and installed files. Installed files requires a + pip generated 'installed-files.txt' in the distributions '.egg-info' + directory. + """ + env = get_default_environment() + + installed = {dist.canonical_name: dist for dist in env.iter_all_distributions()} + query_names = [canonicalize_name(name) for name in query] + missing = sorted( + [name for name, pkg in zip(query, query_names) if pkg not in installed] + ) + if missing: + logger.warning("Package(s) not found: %s", ", ".join(missing)) + + def _get_requiring_packages(current_dist: BaseDistribution) -> Iterator[str]: + return ( + dist.metadata["Name"] or "UNKNOWN" + for dist in installed.values() + if current_dist.canonical_name + in {canonicalize_name(d.name) for d in dist.iter_dependencies()} + ) + + for query_name in query_names: + try: + dist = installed[query_name] + except KeyError: + continue + + requires = sorted((req.name for req in dist.iter_dependencies()), key=str.lower) + required_by = sorted(_get_requiring_packages(dist), key=str.lower) + + try: + entry_points_text = dist.read_text("entry_points.txt") + entry_points = entry_points_text.splitlines(keepends=False) + except FileNotFoundError: + entry_points = [] + + files_iter = dist.iter_declared_entries() + if files_iter is None: + files: Optional[List[str]] = None + else: + files = sorted(files_iter) + + metadata = dist.metadata + + yield _PackageInfo( + name=dist.raw_name, + version=str(dist.version), + location=dist.location or "", + editable_project_location=dist.editable_project_location, + requires=requires, + required_by=required_by, + installer=dist.installer, + metadata_version=dist.metadata_version or "", + classifiers=metadata.get_all("Classifier", []), + summary=metadata.get("Summary", ""), + homepage=metadata.get("Home-page", ""), + project_urls=metadata.get_all("Project-URL", []), + author=metadata.get("Author", ""), + author_email=metadata.get("Author-email", ""), + license=metadata.get("License", ""), + entry_points=entry_points, + files=files, + ) + + +def print_results( + distributions: Iterable[_PackageInfo], + list_files: bool, + verbose: bool, +) -> bool: + """ + Print the information from installed distributions found. + """ + results_printed = False + for i, dist in enumerate(distributions): + results_printed = True + if i > 0: + write_output("---") + + write_output("Name: %s", dist.name) + write_output("Version: %s", dist.version) + write_output("Summary: %s", dist.summary) + write_output("Home-page: %s", dist.homepage) + write_output("Author: %s", dist.author) + write_output("Author-email: %s", dist.author_email) + write_output("License: %s", dist.license) + write_output("Location: %s", dist.location) + if dist.editable_project_location is not None: + write_output( + "Editable project location: %s", dist.editable_project_location + ) + write_output("Requires: %s", ", ".join(dist.requires)) + write_output("Required-by: %s", ", ".join(dist.required_by)) + + if verbose: + write_output("Metadata-Version: %s", dist.metadata_version) + write_output("Installer: %s", dist.installer) + write_output("Classifiers:") + for classifier in dist.classifiers: + write_output(" %s", classifier) + write_output("Entry-points:") + for entry in dist.entry_points: + write_output(" %s", entry.strip()) + write_output("Project-URLs:") + for project_url in dist.project_urls: + write_output(" %s", project_url) + if list_files: + write_output("Files:") + if dist.files is None: + write_output("Cannot locate RECORD or installed-files.txt") + else: + for line in dist.files: + write_output(" %s", line.strip()) + return results_printed diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py new file mode 100644 index 00000000..f198fc31 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py @@ -0,0 +1,113 @@ +import logging +from optparse import Values +from typing import List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.req_command import SessionCommandMixin, warn_if_run_as_root +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import InstallationError +from pip._internal.req import parse_requirements +from pip._internal.req.constructors import ( + install_req_from_line, + install_req_from_parsed_requirement, +) +from pip._internal.utils.misc import ( + check_externally_managed, + protect_pip_from_modification_on_windows, +) + +logger = logging.getLogger(__name__) + + +class UninstallCommand(Command, SessionCommandMixin): + """ + Uninstall packages. + + pip is able to uninstall most installed packages. Known exceptions are: + + - Pure distutils packages installed with ``python setup.py install``, which + leave behind no metadata to determine what files were installed. + - Script wrappers installed by ``python setup.py develop``. + """ + + usage = """ + %prog [options] ... + %prog [options] -r ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Uninstall all the packages listed in the given requirements " + "file. This option can be used multiple times." + ), + ) + self.cmd_opts.add_option( + "-y", + "--yes", + dest="yes", + action="store_true", + help="Don't ask for confirmation of uninstall deletions.", + ) + self.cmd_opts.add_option(cmdoptions.root_user_action()) + self.cmd_opts.add_option(cmdoptions.override_externally_managed()) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + session = self.get_default_session(options) + + reqs_to_uninstall = {} + for name in args: + req = install_req_from_line( + name, + isolated=options.isolated_mode, + ) + if req.name: + reqs_to_uninstall[canonicalize_name(req.name)] = req + else: + logger.warning( + "Invalid requirement: %r ignored -" + " the uninstall command expects named" + " requirements.", + name, + ) + for filename in options.requirements: + for parsed_req in parse_requirements( + filename, options=options, session=session + ): + req = install_req_from_parsed_requirement( + parsed_req, isolated=options.isolated_mode + ) + if req.name: + reqs_to_uninstall[canonicalize_name(req.name)] = req + if not reqs_to_uninstall: + raise InstallationError( + f"You must give at least one requirement to {self.name} (see " + f'"pip help {self.name}")' + ) + + if not options.override_externally_managed: + check_externally_managed() + + protect_pip_from_modification_on_windows( + modifying_pip="pip" in reqs_to_uninstall + ) + + for req in reqs_to_uninstall.values(): + uninstall_pathset = req.uninstall( + auto_confirm=options.yes, + verbose=self.verbosity > 0, + ) + if uninstall_pathset: + uninstall_pathset.commit() + if options.root_user_action == "warn": + warn_if_run_as_root() + return SUCCESS diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py new file mode 100644 index 00000000..ed578aa2 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py @@ -0,0 +1,183 @@ +import logging +import os +import shutil +from optparse import Values +from typing import List + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import RequirementCommand, with_cleanup +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.req.req_install import ( + InstallRequirement, + check_legacy_setup_py_options, +) +from pip._internal.utils.misc import ensure_dir, normalize_path +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.wheel_builder import build, should_build_for_wheel_command + +logger = logging.getLogger(__name__) + + +class WheelCommand(RequirementCommand): + """ + Build Wheel archives for your requirements and dependencies. + + Wheel is a built-package format, and offers the advantage of not + recompiling your software during every install. For more details, see the + wheel docs: https://wheel.readthedocs.io/en/latest/ + + 'pip wheel' uses the build system interface as described here: + https://pip.pypa.io/en/stable/reference/build-system/ + + """ + + usage = """ + %prog [options] ... + %prog [options] -r ... + %prog [options] [-e] ... + %prog [options] [-e] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-w", + "--wheel-dir", + dest="wheel_dir", + metavar="dir", + default=os.curdir, + help=( + "Build wheels into , where the default is the " + "current working directory." + ), + ) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.src()) + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + + self.cmd_opts.add_option( + "--no-verify", + dest="no_verify", + action="store_true", + default=False, + help="Don't verify if built wheel is valid.", + ) + + self.cmd_opts.add_option(cmdoptions.config_settings()) + self.cmd_opts.add_option(cmdoptions.build_options()) + self.cmd_opts.add_option(cmdoptions.global_options()) + + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option(cmdoptions.require_hashes()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + session = self.get_default_session(options) + + finder = self._build_package_finder(options, session) + + options.wheel_dir = normalize_path(options.wheel_dir) + ensure_dir(options.wheel_dir) + + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="wheel", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options(options, reqs) + + wheel_cache = WheelCache(options.cache_dir) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + download_dir=options.wheel_dir, + use_user_site=False, + verbosity=self.verbosity, + ) + + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + wheel_cache=wheel_cache, + ignore_requires_python=options.ignore_requires_python, + use_pep517=options.use_pep517, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + reqs_to_build: List[InstallRequirement] = [] + for req in requirement_set.requirements.values(): + if req.is_wheel: + preparer.save_linked_requirement(req) + elif should_build_for_wheel_command(req): + reqs_to_build.append(req) + + preparer.prepare_linked_requirements_more(requirement_set.requirements.values()) + requirement_set.warn_legacy_versions_and_specifiers() + + # build wheels + build_successes, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=(not options.no_verify), + build_options=options.build_options or [], + global_options=options.global_options or [], + ) + for req in build_successes: + assert req.link and req.link.is_wheel + assert req.local_file_path + # copy from cache to target directory + try: + shutil.copy(req.local_file_path, options.wheel_dir) + except OSError as e: + logger.warning( + "Building wheel for %s failed: %s", + req.name, + e, + ) + build_failures.append(req) + if len(build_failures) != 0: + raise CommandError("Failed to build one or more wheels") + + return SUCCESS diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/configuration.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/configuration.py new file mode 100644 index 00000000..c25273d5 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/configuration.py @@ -0,0 +1,383 @@ +"""Configuration management setup + +Some terminology: +- name + As written in config files. +- value + Value associated with a name +- key + Name combined with it's section (section.name) +- variant + A single word describing where the configuration key-value pair came from +""" + +import configparser +import locale +import os +import sys +from typing import Any, Dict, Iterable, List, NewType, Optional, Tuple + +from pip._internal.exceptions import ( + ConfigurationError, + ConfigurationFileCouldNotBeLoaded, +) +from pip._internal.utils import appdirs +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ensure_dir, enum + +RawConfigParser = configparser.RawConfigParser # Shorthand +Kind = NewType("Kind", str) + +CONFIG_BASENAME = "pip.ini" if WINDOWS else "pip.conf" +ENV_NAMES_IGNORED = "version", "help" + +# The kinds of configurations there are. +kinds = enum( + USER="user", # User Specific + GLOBAL="global", # System Wide + SITE="site", # [Virtual] Environment Specific + ENV="env", # from PIP_CONFIG_FILE + ENV_VAR="env-var", # from Environment Variables +) +OVERRIDE_ORDER = kinds.GLOBAL, kinds.USER, kinds.SITE, kinds.ENV, kinds.ENV_VAR +VALID_LOAD_ONLY = kinds.USER, kinds.GLOBAL, kinds.SITE + +logger = getLogger(__name__) + + +# NOTE: Maybe use the optionx attribute to normalize keynames. +def _normalize_name(name: str) -> str: + """Make a name consistent regardless of source (environment or file)""" + name = name.lower().replace("_", "-") + if name.startswith("--"): + name = name[2:] # only prefer long opts + return name + + +def _disassemble_key(name: str) -> List[str]: + if "." not in name: + error_message = ( + "Key does not contain dot separated section and key. " + f"Perhaps you wanted to use 'global.{name}' instead?" + ) + raise ConfigurationError(error_message) + return name.split(".", 1) + + +def get_configuration_files() -> Dict[Kind, List[str]]: + global_config_files = [ + os.path.join(path, CONFIG_BASENAME) for path in appdirs.site_config_dirs("pip") + ] + + site_config_file = os.path.join(sys.prefix, CONFIG_BASENAME) + legacy_config_file = os.path.join( + os.path.expanduser("~"), + "pip" if WINDOWS else ".pip", + CONFIG_BASENAME, + ) + new_config_file = os.path.join(appdirs.user_config_dir("pip"), CONFIG_BASENAME) + return { + kinds.GLOBAL: global_config_files, + kinds.SITE: [site_config_file], + kinds.USER: [legacy_config_file, new_config_file], + } + + +class Configuration: + """Handles management of configuration. + + Provides an interface to accessing and managing configuration files. + + This class converts provides an API that takes "section.key-name" style + keys and stores the value associated with it as "key-name" under the + section "section". + + This allows for a clean interface wherein the both the section and the + key-name are preserved in an easy to manage form in the configuration files + and the data stored is also nice. + """ + + def __init__(self, isolated: bool, load_only: Optional[Kind] = None) -> None: + super().__init__() + + if load_only is not None and load_only not in VALID_LOAD_ONLY: + raise ConfigurationError( + "Got invalid value for load_only - should be one of {}".format( + ", ".join(map(repr, VALID_LOAD_ONLY)) + ) + ) + self.isolated = isolated + self.load_only = load_only + + # Because we keep track of where we got the data from + self._parsers: Dict[Kind, List[Tuple[str, RawConfigParser]]] = { + variant: [] for variant in OVERRIDE_ORDER + } + self._config: Dict[Kind, Dict[str, Any]] = { + variant: {} for variant in OVERRIDE_ORDER + } + self._modified_parsers: List[Tuple[str, RawConfigParser]] = [] + + def load(self) -> None: + """Loads configuration from configuration files and environment""" + self._load_config_files() + if not self.isolated: + self._load_environment_vars() + + def get_file_to_edit(self) -> Optional[str]: + """Returns the file with highest priority in configuration""" + assert self.load_only is not None, "Need to be specified a file to be editing" + + try: + return self._get_parser_to_modify()[0] + except IndexError: + return None + + def items(self) -> Iterable[Tuple[str, Any]]: + """Returns key-value pairs like dict.items() representing the loaded + configuration + """ + return self._dictionary.items() + + def get_value(self, key: str) -> Any: + """Get a value from the configuration.""" + orig_key = key + key = _normalize_name(key) + try: + return self._dictionary[key] + except KeyError: + # disassembling triggers a more useful error message than simply + # "No such key" in the case that the key isn't in the form command.option + _disassemble_key(key) + raise ConfigurationError(f"No such key - {orig_key}") + + def set_value(self, key: str, value: Any) -> None: + """Modify a value in the configuration.""" + key = _normalize_name(key) + self._ensure_have_load_only() + + assert self.load_only + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + + # Modify the parser and the configuration + if not parser.has_section(section): + parser.add_section(section) + parser.set(section, name, value) + + self._config[self.load_only][key] = value + self._mark_as_modified(fname, parser) + + def unset_value(self, key: str) -> None: + """Unset a value in the configuration.""" + orig_key = key + key = _normalize_name(key) + self._ensure_have_load_only() + + assert self.load_only + if key not in self._config[self.load_only]: + raise ConfigurationError(f"No such key - {orig_key}") + + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + if not ( + parser.has_section(section) and parser.remove_option(section, name) + ): + # The option was not removed. + raise ConfigurationError( + "Fatal Internal error [id=1]. Please report as a bug." + ) + + # The section may be empty after the option was removed. + if not parser.items(section): + parser.remove_section(section) + self._mark_as_modified(fname, parser) + + del self._config[self.load_only][key] + + def save(self) -> None: + """Save the current in-memory state.""" + self._ensure_have_load_only() + + for fname, parser in self._modified_parsers: + logger.info("Writing to %s", fname) + + # Ensure directory exists. + ensure_dir(os.path.dirname(fname)) + + # Ensure directory's permission(need to be writeable) + try: + with open(fname, "w") as f: + parser.write(f) + except OSError as error: + raise ConfigurationError( + f"An error occurred while writing to the configuration file " + f"{fname}: {error}" + ) + + # + # Private routines + # + + def _ensure_have_load_only(self) -> None: + if self.load_only is None: + raise ConfigurationError("Needed a specific file to be modifying.") + logger.debug("Will be working with %s variant only", self.load_only) + + @property + def _dictionary(self) -> Dict[str, Any]: + """A dictionary representing the loaded configuration.""" + # NOTE: Dictionaries are not populated if not loaded. So, conditionals + # are not needed here. + retval = {} + + for variant in OVERRIDE_ORDER: + retval.update(self._config[variant]) + + return retval + + def _load_config_files(self) -> None: + """Loads configuration from configuration files""" + config_files = dict(self.iter_config_files()) + if config_files[kinds.ENV][0:1] == [os.devnull]: + logger.debug( + "Skipping loading configuration files due to " + "environment's PIP_CONFIG_FILE being os.devnull" + ) + return + + for variant, files in config_files.items(): + for fname in files: + # If there's specific variant set in `load_only`, load only + # that variant, not the others. + if self.load_only is not None and variant != self.load_only: + logger.debug("Skipping file '%s' (variant: %s)", fname, variant) + continue + + parser = self._load_file(variant, fname) + + # Keeping track of the parsers used + self._parsers[variant].append((fname, parser)) + + def _load_file(self, variant: Kind, fname: str) -> RawConfigParser: + logger.verbose("For variant '%s', will try loading '%s'", variant, fname) + parser = self._construct_parser(fname) + + for section in parser.sections(): + items = parser.items(section) + self._config[variant].update(self._normalized_keys(section, items)) + + return parser + + def _construct_parser(self, fname: str) -> RawConfigParser: + parser = configparser.RawConfigParser() + # If there is no such file, don't bother reading it but create the + # parser anyway, to hold the data. + # Doing this is useful when modifying and saving files, where we don't + # need to construct a parser. + if os.path.exists(fname): + locale_encoding = locale.getpreferredencoding(False) + try: + parser.read(fname, encoding=locale_encoding) + except UnicodeDecodeError: + # See https://github.com/pypa/pip/issues/4963 + raise ConfigurationFileCouldNotBeLoaded( + reason=f"contains invalid {locale_encoding} characters", + fname=fname, + ) + except configparser.Error as error: + # See https://github.com/pypa/pip/issues/4893 + raise ConfigurationFileCouldNotBeLoaded(error=error) + return parser + + def _load_environment_vars(self) -> None: + """Loads configuration from environment variables""" + self._config[kinds.ENV_VAR].update( + self._normalized_keys(":env:", self.get_environ_vars()) + ) + + def _normalized_keys( + self, section: str, items: Iterable[Tuple[str, Any]] + ) -> Dict[str, Any]: + """Normalizes items to construct a dictionary with normalized keys. + + This routine is where the names become keys and are made the same + regardless of source - configuration files or environment. + """ + normalized = {} + for name, val in items: + key = section + "." + _normalize_name(name) + normalized[key] = val + return normalized + + def get_environ_vars(self) -> Iterable[Tuple[str, str]]: + """Returns a generator with all environmental vars with prefix PIP_""" + for key, val in os.environ.items(): + if key.startswith("PIP_"): + name = key[4:].lower() + if name not in ENV_NAMES_IGNORED: + yield name, val + + # XXX: This is patched in the tests. + def iter_config_files(self) -> Iterable[Tuple[Kind, List[str]]]: + """Yields variant and configuration files associated with it. + + This should be treated like items of a dictionary. The order + here doesn't affect what gets overridden. That is controlled + by OVERRIDE_ORDER. However this does control the order they are + displayed to the user. It's probably most ergononmic to display + things in the same order as OVERRIDE_ORDER + """ + # SMELL: Move the conditions out of this function + + env_config_file = os.environ.get("PIP_CONFIG_FILE", None) + config_files = get_configuration_files() + + yield kinds.GLOBAL, config_files[kinds.GLOBAL] + + # per-user config is not loaded when env_config_file exists + should_load_user_config = not self.isolated and not ( + env_config_file and os.path.exists(env_config_file) + ) + if should_load_user_config: + # The legacy config file is overridden by the new config file + yield kinds.USER, config_files[kinds.USER] + + # virtualenv config + yield kinds.SITE, config_files[kinds.SITE] + + if env_config_file is not None: + yield kinds.ENV, [env_config_file] + else: + yield kinds.ENV, [] + + def get_values_in_config(self, variant: Kind) -> Dict[str, Any]: + """Get values present in a config file""" + return self._config[variant] + + def _get_parser_to_modify(self) -> Tuple[str, RawConfigParser]: + # Determine which parser to modify + assert self.load_only + parsers = self._parsers[self.load_only] + if not parsers: + # This should not happen if everything works correctly. + raise ConfigurationError( + "Fatal Internal error [id=2]. Please report as a bug." + ) + + # Use the highest priority parser. + return parsers[-1] + + # XXX: This is patched in the tests. + def _mark_as_modified(self, fname: str, parser: RawConfigParser) -> None: + file_parser_tuple = (fname, parser) + if file_parser_tuple not in self._modified_parsers: + self._modified_parsers.append(file_parser_tuple) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self._dictionary!r})" diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py new file mode 100644 index 00000000..9a89a838 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py @@ -0,0 +1,21 @@ +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.distributions.sdist import SourceDistribution +from pip._internal.distributions.wheel import WheelDistribution +from pip._internal.req.req_install import InstallRequirement + + +def make_distribution_for_install_requirement( + install_req: InstallRequirement, +) -> AbstractDistribution: + """Returns a Distribution for the given InstallRequirement""" + # Editable requirements will always be source distributions. They use the + # legacy logic until we create a modern standard for them. + if install_req.editable: + return SourceDistribution(install_req) + + # If it's a wheel, it's a WheelDistribution + if install_req.is_wheel: + return WheelDistribution(install_req) + + # Otherwise, a SourceDistribution + return SourceDistribution(install_req) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9f9eb687ea4a1410683f33aa43361c19e741bc8a GIT binary patch literal 975 zcmaJ;zi-n(6uxU5+a*b(mJXl@P0fFi-)Nx-h`d3L%BTa_nn!jeqs-TolxS zfrY=Ij9n3b3QI%=kVPaUCbmfF)QNW{fi$2#>HNO;?%nhEz4xhByMn-8KE1ZrDk1bk z1yj=|V7v|B1O+I-A&PJdV}%#Og{agj6}S{?QMpwvuomi((J}y+sS)TD?`eVYR%@9( z(_Z|kTG}{Y-D(TTJzs7!@T{Flmc)=>*-bL;)4A;Oiw>pXTyo_}ETk8PJM=JPoJKU3 zd4>JXxtt#6I;S$@v5zM*lmm&y8A|{s=olTS?40q6RCR?NqmPsKyQ+FRlIb;gs5YkI zZ1w+p*!cDRor0IJJZn~xwU=;9cBr+_j%aNCtIpPPlLkzB?T~UsBsZCGU#ZdXGK4nf ziil8rt@C%}xu9GSPxu|0GC>6QiQnN#oQSkTIVEWpW)W*%$cdm!(w^)jF#!@sBxLPL ze9yUamk1_lGxhwgw@(F0SxQ_MOUh#}B*Dxk1##hmN!NAKUT#NTm%6j}E@*{rI-wK9jXh8-seYZ#K_#RK5AWJE*Mp zwe>MPN6+lV+yau$ACk^23E{Lo7?E0azIIueC|(s4zqIb}D)Ji_`+-CU&Qvnj;h%-p z4~Q=*T!qiMxfvxv7Se}&6+*Q}aT`9P62^Flwub2O5Iq{A&5^!@H@+_48kN9*FJC_^ IgD?900=+*G`2YX_ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4c0be6473e23fb76776790c8bcfd68f6cfdf1e44 GIT binary patch literal 2896 zcmb7G&2Jk;6rZ)d&e};F_k*@c+A_33#L(EK<$$01VrV)AHaXWp{+oG7AheD2X3Y*sOpLLX1$KxrWLH@**CNA&AgA_ z`;EUHA1@MkPM_Scx&$Dg23(g^Cs%?*^gcdzK6G z_THCWqz!jqxpy6^L|kt2AUd!fB~4k3l!WaAqU zK7o)pscVeXGfb;zS%&9WmgSncOQfkW{o+_%=lL_G!3`3bWx2r%lQ3y!Ah6txo=Uw4 z`n$H&9|O&i0nPEpXd1l43VebU;fKB$Y;?e?e2JXb>f26{%2>Q}z5%gYb~u;=>+=jD z^Rxk}p|)#DNt?c)Ez4uB<1JAqNsrZVIkiOSG{Ia}i$x002Q5y;X5JD@%j<-#M=ik` zzq_u#B40_&=^S0*v>nNiHsCX!5c-tykc+nC!DM)Q>RD~B&V{3A!ACH*E$_LI+P)Cn z4&6@Tc4F!I-dq$c35%hcANtC4q>zsB7}`B>3f(i5qWc=151nt95C$J4wscDCC>)q z5OPTeD@^^y8AuQ1=L27&D{xfmgVpfQK@E6lF)Oq-Q{*%;evfmeYU0xsUo1m7%FRaP zxUddLTIOOiQ3FL>;vN@?Cz0ozjr!+d@1X}ibs!#qQ|FN~Z*@pj`5R{eZE;>ev4po^ z18(~dvH|`!4#V)Nc9n$vPnRr(EDu>l{5t>M^vFhMG%NKcT^ z{4NX^L#Tv+ z18WQ#np;w@heT{Zz|fX>1nNrRO&1rdf#889xH*_OGe!JtWpNR@)pcQKMME~+1)Npa zwRp#ZAD(CjuDTOAdrJsktZQNdvLP`SRBVGWE~_xiUN@KyTYYxRGCZtCai4J**2ujv zGI8L$(!pECL4lXu|1E<2rPg4ODlZa!9j7Iz+nVU7G=dS<}e zINwwkY&?;K=t$qSkm=$ww1mBECd`uqocZ3b4!sl z_C2xGt4FpB_=z@$VE?p8rQsq~wj)*Gon)GE(KOpWi(Hh)O!I7HxxFtVrpbI8*aZG5 z5!I$~)@s;s+3MZJf$)KL!j8aRi?h&7VmC^qQ~{vc@|nPYRs#P(2n;&THGJO{`%xV4 zv69VQ*EB1dD8s4(!Rrd5!ayq=kkRC4FxqefqdSw)ci-Au?Gku@{nFp~>KY_p z_)(v{txt9{x;}Gl_RFK!=k5{^H?kx@r53v-rL_At=w~#2=GF_Z-X-uxjXi3mn;+1~ z>odQW_jPr6!}`?z?g&Z-nSQ!kK&eQIrMsgbDf@dFkW?oqui;->0sB=^Z)H>*gaG1v z*a_e!NwRhTD6-n8$ST6|e6`1)W`fQnYtzGuDGOAQMpcI6ZNnNsTdH#L$o%m)PJ$E4 zqji#ahXnAzIF^+DHGy{zGJ~9fp_|n-?PpTFL#F>A$L^4q?~udy^3Q8C*G_$L`ugdA J2#9Kze*qO*CmR3& literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8ee46a8872fe9cbc1d8959673f3fc9d0abac66ec GIT binary patch literal 1731 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 HupRgxB3iSz literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a22c9f1326abe7a3b355a990f6180bf1f2f731e7 GIT binary patch literal 2277 zcmaJ?&x;gC6t3=>?&+CzcE-5K>P9VupcCC`5-%$e!4M3DxJq;hOh`ICQ#DSz{mZHz z-5IhVVF^ht9=&QViR?cRPyPY9Y@%Rj6olX*w=ru72!Xs;J+scNnm$y$dj0CvdtZI; z)i338iNN>Snc4Qgc|!ic#ppAJ!sZts+#rlF%_o7@&@_~FUk`GPoRV{XJ}?@FlJmY9 z6dDC38@?438^xg1CqFy40sdH^%dh1dMP~34Gx-!`J;iipwJlZzJ?33XcdAgv{draVI<=Y7u=4!emC&uCv=i6+i@@HM4^3!hgWRhYYx}P>hHX3OE2N`7$4lHv|}%} z9WP9{09x4NKuBAGQ;&OTwb}K2<{&ecxo|wzKll=`_3bt@kb*>-Un7qzyEZ`}69|}~ zPzaci><#i2xr8R$zDxQx1uSLZBdC@U8@|?FvlD^c_Nkrvi=9bfWbhgvuQ+{uc#ErA zQrz0DB~x4StMhn8G$T*z!&A5V@KzsxYO73R5Crl!~3G+JkLo1l2^R=^s&NkK<5(t??}Q zlAptHjSNbpI&*#HyOjr(L%&rHZCFbiwWa&k((jdBsJ*`W{pyCbu(5yPzP0eMdf;aM zN9&gLfG+$>7w%P$e``Ffymgb`pFjC?a(Cs<%H7pFtM}&5+^Z~ZSc_s8hHSP~8%--& z$#^pIRYysyQ0A>=CsQ*X%f;4q-c0liF%9lS1%_H)0VMXKVh)ElVUV~RuPlRVU)H_& z1WH@j_3fA8`ri!)@dT_OfNTdTmQ`}Ka%ws1IdPn{PZ7ghzw zVNnYND;81AMbZu$=>~g z0!kK{J1{7sR3fG6XHy_$hvT`6kgl2ZVxW8${~Ywwx&v*OMWUWHS@>6nchr}P$thJ9 zqmEmj=(zPJys83wW_oba3< None: + super().__init__() + self.req = req + + @abc.abstractproperty + def build_tracker_id(self) -> Optional[str]: + """A string that uniquely identifies this requirement to the build tracker. + + If None, then this dist has no work to do in the build tracker, and + ``.prepare_distribution_metadata()`` will not be called.""" + raise NotImplementedError() + + @abc.abstractmethod + def get_metadata_distribution(self) -> BaseDistribution: + raise NotImplementedError() + + @abc.abstractmethod + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + raise NotImplementedError() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py new file mode 100644 index 00000000..ab8d53be --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py @@ -0,0 +1,29 @@ +from typing import Optional + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution + + +class InstalledDistribution(AbstractDistribution): + """Represents an installed package. + + This does not need any preparation as the required information has already + been computed. + """ + + @property + def build_tracker_id(self) -> Optional[str]: + return None + + def get_metadata_distribution(self) -> BaseDistribution: + assert self.req.satisfied_by is not None, "not actually installed" + return self.req.satisfied_by + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py new file mode 100644 index 00000000..15ff42b7 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py @@ -0,0 +1,156 @@ +import logging +from typing import Iterable, Optional, Set, Tuple + +from pip._internal.build_env import BuildEnvironment +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.exceptions import InstallationError +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +class SourceDistribution(AbstractDistribution): + """Represents a source distribution. + + The preparation step for these needs metadata for the packages to be + generated, either using PEP 517 or using the legacy `setup.py egg_info`. + """ + + @property + def build_tracker_id(self) -> Optional[str]: + """Identify this requirement uniquely by its link.""" + assert self.req.link + return self.req.link.url_without_fragment + + def get_metadata_distribution(self) -> BaseDistribution: + return self.req.get_dist() + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + # Load pyproject.toml, to determine whether PEP 517 is to be used + self.req.load_pyproject_toml() + + # Set up the build isolation, if this requirement should be isolated + should_isolate = self.req.use_pep517 and build_isolation + if should_isolate: + # Setup an isolated environment and install the build backend static + # requirements in it. + self._prepare_build_backend(finder) + # Check that if the requirement is editable, it either supports PEP 660 or + # has a setup.py or a setup.cfg. This cannot be done earlier because we need + # to setup the build backend to verify it supports build_editable, nor can + # it be done later, because we want to avoid installing build requirements + # needlessly. Doing it here also works around setuptools generating + # UNKNOWN.egg-info when running get_requires_for_build_wheel on a directory + # without setup.py nor setup.cfg. + self.req.isolated_editable_sanity_check() + # Install the dynamic build requirements. + self._install_build_reqs(finder) + # Check if the current environment provides build dependencies + should_check_deps = self.req.use_pep517 and check_build_deps + if should_check_deps: + pyproject_requires = self.req.pyproject_requires + assert pyproject_requires is not None + conflicting, missing = self.req.build_env.check_requirements( + pyproject_requires + ) + if conflicting: + self._raise_conflicts("the backend dependencies", conflicting) + if missing: + self._raise_missing_reqs(missing) + self.req.prepare_metadata() + + def _prepare_build_backend(self, finder: PackageFinder) -> None: + # Isolate in a BuildEnvironment and install the build-time + # requirements. + pyproject_requires = self.req.pyproject_requires + assert pyproject_requires is not None + + self.req.build_env = BuildEnvironment() + self.req.build_env.install_requirements( + finder, pyproject_requires, "overlay", kind="build dependencies" + ) + conflicting, missing = self.req.build_env.check_requirements( + self.req.requirements_to_check + ) + if conflicting: + self._raise_conflicts("PEP 517/518 supported requirements", conflicting) + if missing: + logger.warning( + "Missing build requirements in pyproject.toml for %s.", + self.req, + ) + logger.warning( + "The project does not specify a build backend, and " + "pip cannot fall back to setuptools without %s.", + " and ".join(map(repr, sorted(missing))), + ) + + def _get_build_requires_wheel(self) -> Iterable[str]: + with self.req.build_env: + runner = runner_with_spinner_message("Getting requirements to build wheel") + backend = self.req.pep517_backend + assert backend is not None + with backend.subprocess_runner(runner): + return backend.get_requires_for_build_wheel() + + def _get_build_requires_editable(self) -> Iterable[str]: + with self.req.build_env: + runner = runner_with_spinner_message( + "Getting requirements to build editable" + ) + backend = self.req.pep517_backend + assert backend is not None + with backend.subprocess_runner(runner): + return backend.get_requires_for_build_editable() + + def _install_build_reqs(self, finder: PackageFinder) -> None: + # Install any extra build dependencies that the backend requests. + # This must be done in a second pass, as the pyproject.toml + # dependencies must be installed before we can call the backend. + if ( + self.req.editable + and self.req.permit_editable_wheels + and self.req.supports_pyproject_editable() + ): + build_reqs = self._get_build_requires_editable() + else: + build_reqs = self._get_build_requires_wheel() + conflicting, missing = self.req.build_env.check_requirements(build_reqs) + if conflicting: + self._raise_conflicts("the backend dependencies", conflicting) + self.req.build_env.install_requirements( + finder, missing, "normal", kind="backend dependencies" + ) + + def _raise_conflicts( + self, conflicting_with: str, conflicting_reqs: Set[Tuple[str, str]] + ) -> None: + format_string = ( + "Some build dependencies for {requirement} " + "conflict with {conflicting_with}: {description}." + ) + error_message = format_string.format( + requirement=self.req, + conflicting_with=conflicting_with, + description=", ".join( + f"{installed} is incompatible with {wanted}" + for installed, wanted in sorted(conflicting_reqs) + ), + ) + raise InstallationError(error_message) + + def _raise_missing_reqs(self, missing: Set[str]) -> None: + format_string = ( + "Some build dependencies for {requirement} are missing: {missing}." + ) + error_message = format_string.format( + requirement=self.req, missing=", ".join(map(repr, sorted(missing))) + ) + raise InstallationError(error_message) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py new file mode 100644 index 00000000..eb16e25c --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py @@ -0,0 +1,40 @@ +from typing import Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) + + +class WheelDistribution(AbstractDistribution): + """Represents a wheel distribution. + + This does not need any preparation as wheels can be directly unpacked. + """ + + @property + def build_tracker_id(self) -> Optional[str]: + return None + + def get_metadata_distribution(self) -> BaseDistribution: + """Loads the metadata from the wheel file into memory and returns a + Distribution that uses it, not relying on the wheel file or + requirement. + """ + assert self.req.local_file_path, "Set as part of preparation during download" + assert self.req.name, "Wheels are never unnamed" + wheel = FilesystemWheel(self.req.local_file_path) + return get_wheel_distribution(wheel, canonicalize_name(self.req.name)) + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/exceptions.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/exceptions.py new file mode 100644 index 00000000..5007a622 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/exceptions.py @@ -0,0 +1,728 @@ +"""Exceptions used throughout package. + +This module MUST NOT try to import from anything within `pip._internal` to +operate. This is expected to be importable from any/all files within the +subpackage and, thus, should not depend on them. +""" + +import configparser +import contextlib +import locale +import logging +import pathlib +import re +import sys +from itertools import chain, groupby, repeat +from typing import TYPE_CHECKING, Dict, Iterator, List, Optional, Union + +from pip._vendor.requests.models import Request, Response +from pip._vendor.rich.console import Console, ConsoleOptions, RenderResult +from pip._vendor.rich.markup import escape +from pip._vendor.rich.text import Text + +if TYPE_CHECKING: + from hashlib import _Hash + from typing import Literal + + from pip._internal.metadata import BaseDistribution + from pip._internal.req.req_install import InstallRequirement + +logger = logging.getLogger(__name__) + + +# +# Scaffolding +# +def _is_kebab_case(s: str) -> bool: + return re.match(r"^[a-z]+(-[a-z]+)*$", s) is not None + + +def _prefix_with_indent( + s: Union[Text, str], + console: Console, + *, + prefix: str, + indent: str, +) -> Text: + if isinstance(s, Text): + text = s + else: + text = console.render_str(s) + + return console.render_str(prefix, overflow="ignore") + console.render_str( + f"\n{indent}", overflow="ignore" + ).join(text.split(allow_blank=True)) + + +class PipError(Exception): + """The base pip error.""" + + +class DiagnosticPipError(PipError): + """An error, that presents diagnostic information to the user. + + This contains a bunch of logic, to enable pretty presentation of our error + messages. Each error gets a unique reference. Each error can also include + additional context, a hint and/or a note -- which are presented with the + main error message in a consistent style. + + This is adapted from the error output styling in `sphinx-theme-builder`. + """ + + reference: str + + def __init__( + self, + *, + kind: 'Literal["error", "warning"]' = "error", + reference: Optional[str] = None, + message: Union[str, Text], + context: Optional[Union[str, Text]], + hint_stmt: Optional[Union[str, Text]], + note_stmt: Optional[Union[str, Text]] = None, + link: Optional[str] = None, + ) -> None: + # Ensure a proper reference is provided. + if reference is None: + assert hasattr(self, "reference"), "error reference not provided!" + reference = self.reference + assert _is_kebab_case(reference), "error reference must be kebab-case!" + + self.kind = kind + self.reference = reference + + self.message = message + self.context = context + + self.note_stmt = note_stmt + self.hint_stmt = hint_stmt + + self.link = link + + super().__init__(f"<{self.__class__.__name__}: {self.reference}>") + + def __repr__(self) -> str: + return ( + f"<{self.__class__.__name__}(" + f"reference={self.reference!r}, " + f"message={self.message!r}, " + f"context={self.context!r}, " + f"note_stmt={self.note_stmt!r}, " + f"hint_stmt={self.hint_stmt!r}" + ")>" + ) + + def __rich_console__( + self, + console: Console, + options: ConsoleOptions, + ) -> RenderResult: + colour = "red" if self.kind == "error" else "yellow" + + yield f"[{colour} bold]{self.kind}[/]: [bold]{self.reference}[/]" + yield "" + + if not options.ascii_only: + # Present the main message, with relevant context indented. + if self.context is not None: + yield _prefix_with_indent( + self.message, + console, + prefix=f"[{colour}]×[/] ", + indent=f"[{colour}]│[/] ", + ) + yield _prefix_with_indent( + self.context, + console, + prefix=f"[{colour}]╰─>[/] ", + indent=f"[{colour}] [/] ", + ) + else: + yield _prefix_with_indent( + self.message, + console, + prefix="[red]×[/] ", + indent=" ", + ) + else: + yield self.message + if self.context is not None: + yield "" + yield self.context + + if self.note_stmt is not None or self.hint_stmt is not None: + yield "" + + if self.note_stmt is not None: + yield _prefix_with_indent( + self.note_stmt, + console, + prefix="[magenta bold]note[/]: ", + indent=" ", + ) + if self.hint_stmt is not None: + yield _prefix_with_indent( + self.hint_stmt, + console, + prefix="[cyan bold]hint[/]: ", + indent=" ", + ) + + if self.link is not None: + yield "" + yield f"Link: {self.link}" + + +# +# Actual Errors +# +class ConfigurationError(PipError): + """General exception in configuration""" + + +class InstallationError(PipError): + """General exception during installation""" + + +class UninstallationError(PipError): + """General exception during uninstallation""" + + +class MissingPyProjectBuildRequires(DiagnosticPipError): + """Raised when pyproject.toml has `build-system`, but no `build-system.requires`.""" + + reference = "missing-pyproject-build-system-requires" + + def __init__(self, *, package: str) -> None: + super().__init__( + message=f"Can not process {escape(package)}", + context=Text( + "This package has an invalid pyproject.toml file.\n" + "The [build-system] table is missing the mandatory `requires` key." + ), + note_stmt="This is an issue with the package mentioned above, not pip.", + hint_stmt=Text("See PEP 518 for the detailed specification."), + ) + + +class InvalidPyProjectBuildRequires(DiagnosticPipError): + """Raised when pyproject.toml an invalid `build-system.requires`.""" + + reference = "invalid-pyproject-build-system-requires" + + def __init__(self, *, package: str, reason: str) -> None: + super().__init__( + message=f"Can not process {escape(package)}", + context=Text( + "This package has an invalid `build-system.requires` key in " + f"pyproject.toml.\n{reason}" + ), + note_stmt="This is an issue with the package mentioned above, not pip.", + hint_stmt=Text("See PEP 518 for the detailed specification."), + ) + + +class NoneMetadataError(PipError): + """Raised when accessing a Distribution's "METADATA" or "PKG-INFO". + + This signifies an inconsistency, when the Distribution claims to have + the metadata file (if not, raise ``FileNotFoundError`` instead), but is + not actually able to produce its content. This may be due to permission + errors. + """ + + def __init__( + self, + dist: "BaseDistribution", + metadata_name: str, + ) -> None: + """ + :param dist: A Distribution object. + :param metadata_name: The name of the metadata being accessed + (can be "METADATA" or "PKG-INFO"). + """ + self.dist = dist + self.metadata_name = metadata_name + + def __str__(self) -> str: + # Use `dist` in the error message because its stringification + # includes more information, like the version and location. + return f"None {self.metadata_name} metadata found for distribution: {self.dist}" + + +class UserInstallationInvalid(InstallationError): + """A --user install is requested on an environment without user site.""" + + def __str__(self) -> str: + return "User base directory is not specified" + + +class InvalidSchemeCombination(InstallationError): + def __str__(self) -> str: + before = ", ".join(str(a) for a in self.args[:-1]) + return f"Cannot set {before} and {self.args[-1]} together" + + +class DistributionNotFound(InstallationError): + """Raised when a distribution cannot be found to satisfy a requirement""" + + +class RequirementsFileParseError(InstallationError): + """Raised when a general error occurs parsing a requirements file line.""" + + +class BestVersionAlreadyInstalled(PipError): + """Raised when the most up-to-date version of a package is already + installed.""" + + +class BadCommand(PipError): + """Raised when virtualenv or a command is not found""" + + +class CommandError(PipError): + """Raised when there is an error in command-line arguments""" + + +class PreviousBuildDirError(PipError): + """Raised when there's a previous conflicting build directory""" + + +class NetworkConnectionError(PipError): + """HTTP connection error""" + + def __init__( + self, + error_msg: str, + response: Optional[Response] = None, + request: Optional[Request] = None, + ) -> None: + """ + Initialize NetworkConnectionError with `request` and `response` + objects. + """ + self.response = response + self.request = request + self.error_msg = error_msg + if ( + self.response is not None + and not self.request + and hasattr(response, "request") + ): + self.request = self.response.request + super().__init__(error_msg, response, request) + + def __str__(self) -> str: + return str(self.error_msg) + + +class InvalidWheelFilename(InstallationError): + """Invalid wheel filename.""" + + +class UnsupportedWheel(InstallationError): + """Unsupported wheel.""" + + +class InvalidWheel(InstallationError): + """Invalid (e.g. corrupt) wheel.""" + + def __init__(self, location: str, name: str): + self.location = location + self.name = name + + def __str__(self) -> str: + return f"Wheel '{self.name}' located at {self.location} is invalid." + + +class MetadataInconsistent(InstallationError): + """Built metadata contains inconsistent information. + + This is raised when the metadata contains values (e.g. name and version) + that do not match the information previously obtained from sdist filename, + user-supplied ``#egg=`` value, or an install requirement name. + """ + + def __init__( + self, ireq: "InstallRequirement", field: str, f_val: str, m_val: str + ) -> None: + self.ireq = ireq + self.field = field + self.f_val = f_val + self.m_val = m_val + + def __str__(self) -> str: + return ( + f"Requested {self.ireq} has inconsistent {self.field}: " + f"expected {self.f_val!r}, but metadata has {self.m_val!r}" + ) + + +class InstallationSubprocessError(DiagnosticPipError, InstallationError): + """A subprocess call failed.""" + + reference = "subprocess-exited-with-error" + + def __init__( + self, + *, + command_description: str, + exit_code: int, + output_lines: Optional[List[str]], + ) -> None: + if output_lines is None: + output_prompt = Text("See above for output.") + else: + output_prompt = ( + Text.from_markup(f"[red][{len(output_lines)} lines of output][/]\n") + + Text("".join(output_lines)) + + Text.from_markup(R"[red]\[end of output][/]") + ) + + super().__init__( + message=( + f"[green]{escape(command_description)}[/] did not run successfully.\n" + f"exit code: {exit_code}" + ), + context=output_prompt, + hint_stmt=None, + note_stmt=( + "This error originates from a subprocess, and is likely not a " + "problem with pip." + ), + ) + + self.command_description = command_description + self.exit_code = exit_code + + def __str__(self) -> str: + return f"{self.command_description} exited with {self.exit_code}" + + +class MetadataGenerationFailed(InstallationSubprocessError, InstallationError): + reference = "metadata-generation-failed" + + def __init__( + self, + *, + package_details: str, + ) -> None: + super(InstallationSubprocessError, self).__init__( + message="Encountered error while generating package metadata.", + context=escape(package_details), + hint_stmt="See above for details.", + note_stmt="This is an issue with the package mentioned above, not pip.", + ) + + def __str__(self) -> str: + return "metadata generation failed" + + +class HashErrors(InstallationError): + """Multiple HashError instances rolled into one for reporting""" + + def __init__(self) -> None: + self.errors: List["HashError"] = [] + + def append(self, error: "HashError") -> None: + self.errors.append(error) + + def __str__(self) -> str: + lines = [] + self.errors.sort(key=lambda e: e.order) + for cls, errors_of_cls in groupby(self.errors, lambda e: e.__class__): + lines.append(cls.head) + lines.extend(e.body() for e in errors_of_cls) + if lines: + return "\n".join(lines) + return "" + + def __bool__(self) -> bool: + return bool(self.errors) + + +class HashError(InstallationError): + """ + A failure to verify a package against known-good hashes + + :cvar order: An int sorting hash exception classes by difficulty of + recovery (lower being harder), so the user doesn't bother fretting + about unpinned packages when he has deeper issues, like VCS + dependencies, to deal with. Also keeps error reports in a + deterministic order. + :cvar head: A section heading for display above potentially many + exceptions of this kind + :ivar req: The InstallRequirement that triggered this error. This is + pasted on after the exception is instantiated, because it's not + typically available earlier. + + """ + + req: Optional["InstallRequirement"] = None + head = "" + order: int = -1 + + def body(self) -> str: + """Return a summary of me for display under the heading. + + This default implementation simply prints a description of the + triggering requirement. + + :param req: The InstallRequirement that provoked this error, with + its link already populated by the resolver's _populate_link(). + + """ + return f" {self._requirement_name()}" + + def __str__(self) -> str: + return f"{self.head}\n{self.body()}" + + def _requirement_name(self) -> str: + """Return a description of the requirement that triggered me. + + This default implementation returns long description of the req, with + line numbers + + """ + return str(self.req) if self.req else "unknown package" + + +class VcsHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 0 + head = ( + "Can't verify hashes for these requirements because we don't " + "have a way to hash version control repositories:" + ) + + +class DirectoryUrlHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 1 + head = ( + "Can't verify hashes for these file:// requirements because they " + "point to directories:" + ) + + +class HashMissing(HashError): + """A hash was needed for a requirement but is absent.""" + + order = 2 + head = ( + "Hashes are required in --require-hashes mode, but they are " + "missing from some requirements. Here is a list of those " + "requirements along with the hashes their downloaded archives " + "actually had. Add lines like these to your requirements files to " + "prevent tampering. (If you did not enable --require-hashes " + "manually, note that it turns on automatically when any package " + "has a hash.)" + ) + + def __init__(self, gotten_hash: str) -> None: + """ + :param gotten_hash: The hash of the (possibly malicious) archive we + just downloaded + """ + self.gotten_hash = gotten_hash + + def body(self) -> str: + # Dodge circular import. + from pip._internal.utils.hashes import FAVORITE_HASH + + package = None + if self.req: + # In the case of URL-based requirements, display the original URL + # seen in the requirements file rather than the package name, + # so the output can be directly copied into the requirements file. + package = ( + self.req.original_link + if self.req.is_direct + # In case someone feeds something downright stupid + # to InstallRequirement's constructor. + else getattr(self.req, "req", None) + ) + return " {} --hash={}:{}".format( + package or "unknown package", FAVORITE_HASH, self.gotten_hash + ) + + +class HashUnpinned(HashError): + """A requirement had a hash specified but was not pinned to a specific + version.""" + + order = 3 + head = ( + "In --require-hashes mode, all requirements must have their " + "versions pinned with ==. These do not:" + ) + + +class HashMismatch(HashError): + """ + Distribution file hash values don't match. + + :ivar package_name: The name of the package that triggered the hash + mismatch. Feel free to write to this after the exception is raise to + improve its error message. + + """ + + order = 4 + head = ( + "THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS " + "FILE. If you have updated the package versions, please update " + "the hashes. Otherwise, examine the package contents carefully; " + "someone may have tampered with them." + ) + + def __init__(self, allowed: Dict[str, List[str]], gots: Dict[str, "_Hash"]) -> None: + """ + :param allowed: A dict of algorithm names pointing to lists of allowed + hex digests + :param gots: A dict of algorithm names pointing to hashes we + actually got from the files under suspicion + """ + self.allowed = allowed + self.gots = gots + + def body(self) -> str: + return f" {self._requirement_name()}:\n{self._hash_comparison()}" + + def _hash_comparison(self) -> str: + """ + Return a comparison of actual and expected hash values. + + Example:: + + Expected sha256 abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde + or 123451234512345123451234512345123451234512345 + Got bcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdef + + """ + + def hash_then_or(hash_name: str) -> "chain[str]": + # For now, all the decent hashes have 6-char names, so we can get + # away with hard-coding space literals. + return chain([hash_name], repeat(" or")) + + lines: List[str] = [] + for hash_name, expecteds in self.allowed.items(): + prefix = hash_then_or(hash_name) + lines.extend((f" Expected {next(prefix)} {e}") for e in expecteds) + lines.append( + f" Got {self.gots[hash_name].hexdigest()}\n" + ) + return "\n".join(lines) + + +class UnsupportedPythonVersion(InstallationError): + """Unsupported python version according to Requires-Python package + metadata.""" + + +class ConfigurationFileCouldNotBeLoaded(ConfigurationError): + """When there are errors while loading a configuration file""" + + def __init__( + self, + reason: str = "could not be loaded", + fname: Optional[str] = None, + error: Optional[configparser.Error] = None, + ) -> None: + super().__init__(error) + self.reason = reason + self.fname = fname + self.error = error + + def __str__(self) -> str: + if self.fname is not None: + message_part = f" in {self.fname}." + else: + assert self.error is not None + message_part = f".\n{self.error}\n" + return f"Configuration file {self.reason}{message_part}" + + +_DEFAULT_EXTERNALLY_MANAGED_ERROR = f"""\ +The Python environment under {sys.prefix} is managed externally, and may not be +manipulated by the user. Please use specific tooling from the distributor of +the Python installation to interact with this environment instead. +""" + + +class ExternallyManagedEnvironment(DiagnosticPipError): + """The current environment is externally managed. + + This is raised when the current environment is externally managed, as + defined by `PEP 668`_. The ``EXTERNALLY-MANAGED`` configuration is checked + and displayed when the error is bubbled up to the user. + + :param error: The error message read from ``EXTERNALLY-MANAGED``. + """ + + reference = "externally-managed-environment" + + def __init__(self, error: Optional[str]) -> None: + if error is None: + context = Text(_DEFAULT_EXTERNALLY_MANAGED_ERROR) + else: + context = Text(error) + super().__init__( + message="This environment is externally managed", + context=context, + note_stmt=( + "If you believe this is a mistake, please contact your " + "Python installation or OS distribution provider. " + "You can override this, at the risk of breaking your Python " + "installation or OS, by passing --break-system-packages." + ), + hint_stmt=Text("See PEP 668 for the detailed specification."), + ) + + @staticmethod + def _iter_externally_managed_error_keys() -> Iterator[str]: + # LC_MESSAGES is in POSIX, but not the C standard. The most common + # platform that does not implement this category is Windows, where + # using other categories for console message localization is equally + # unreliable, so we fall back to the locale-less vendor message. This + # can always be re-evaluated when a vendor proposes a new alternative. + try: + category = locale.LC_MESSAGES + except AttributeError: + lang: Optional[str] = None + else: + lang, _ = locale.getlocale(category) + if lang is not None: + yield f"Error-{lang}" + for sep in ("-", "_"): + before, found, _ = lang.partition(sep) + if not found: + continue + yield f"Error-{before}" + yield "Error" + + @classmethod + def from_config( + cls, + config: Union[pathlib.Path, str], + ) -> "ExternallyManagedEnvironment": + parser = configparser.ConfigParser(interpolation=None) + try: + parser.read(config, encoding="utf-8") + section = parser["externally-managed"] + for key in cls._iter_externally_managed_error_keys(): + with contextlib.suppress(KeyError): + return cls(section[key]) + except KeyError: + pass + except (OSError, UnicodeDecodeError, configparser.ParsingError): + from pip._internal.utils._log import VERBOSE + + exc_info = logger.isEnabledFor(VERBOSE) + logger.warning("Failed to read %s", config, exc_info=exc_info) + return cls(None) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py new file mode 100644 index 00000000..7a17b7b3 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py @@ -0,0 +1,2 @@ +"""Index interaction code +""" diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9dcff7d28fd77276d2f13a18c3e283dcfc472625 GIT binary patch literal 266 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 W@1M)i68k^!#CYEGK1V47rvC$=>&-X- literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5886be70c4a5b827172bc8c88bdd862963c2fd85 GIT binary patch literal 40754 zcmdtL3vgW5c_w)K{RFy!ZUEhQUc3l2hz9|J@0a)hNKhn1iWQFWCM%kKVtEQR) zC$dyiyZim;+YbZ&;L6A{qwRiyMXIUXML0F-xh?wrU&)1 zDS^!my&&8aLc*93(uMTXx-lL5)sN}fuVKu;9_wb|is_!2-mzX5uAJ_h z*)g_*g+0^#GXrA-EbN`$IWssm$ih|AyJmKe?PlTX={+-h$M&*t&Gf#R{bT!C*f)J( z=HS>t7WPjcnmIgnSSLsp*^IHNojx-2)Ywxx;gS%l`+eQmQN17yNXOpQ@tGMrE|p7V zp?W_ar84P+G&HHFFu#utv$zw8ua+Fr36^Vk(oDZ&Cv8G#cc?+y7HU*;O&TaA)Fhn> ziPEV_YpD4frm+#da8d}hd_xGeO1i1Y z2GGh**3yYdb7&B4JewEikcOx)NZEyy^9%aGo_O=Kv-7cVM2d>CG#!jdAu%>9o?AFK z(k+G~A?Xz<`nU8}qXBEC?81xZhQ^Pd8an>;$mq$8ZCIX-OOf+ZEMpysNpkSww3IQP z2}kk#%v>xy8wpNl43uoTFh7Sh({m9-26P#FbWWNGPlhEqiYLQ`;3fQ2Oavpdk?=%t zIvkhABf%L7k(_;F)12T;*Um}nW|Jnx!*QH2FiazTjt01R~dVq@S?C_xhlM3cu}~j3s{3e z47**#^(>ns@#CXg(n%>h^YhJ*&Y=mvoQ?Bez9E+ z;1(T@9~+^iMWZnp1hxxdx_AxBDD#&Vi^__Vvof0-sw6(3)e+{%b4w+iXs@8mg@9dd zMb9%XwZ{rZ$rz_*!;y?(CODTd06%BUz(>Gd84KX#;%pQfL`b?ge@S*wX}5x{&#PNS zz$6Edz(z&hPFc#r(eWHyv1(|Wh|&tD85ckQX5VvBV4J>R6caobj`l_6iN1-;@@!-_ zItP%I`sU`R=V!t_1#!{Pl|GIH`vA-@_f3Z{D$hH6`v>}>;h5Aj$8lS_%~VmDbqc_>)b;_|V>Dcy(U^3YsSj*pZUU#OQPvtt~bpL0I(Pq!?K!NN|WcoZ>fxf?1b4)M% z8~xz1eTILtSBLuqBDG6J(3_tl>ZTwGps0m0J*Ydwl!kV-+`_v`aLn|?9OftHuskt` z^@%xbPt0L|Vh+cG4)leU7Bp?5qXB2eI?jll@$rm(e0*j$G(RmN>>MBejrrg-ktldF zN|E`Qj4?PLo6XojCvlP^Q=uV(@i}>R3N%H=ybz3B0SQ!zWei$md_G6rWXhE|WhrMW z=0NaK-1tm5ip&$2GrpoVtEI@Dn2t@F5_uop4yw0{2tiq0IbygbMrMM=fEnY8#7=!j8ocvjb!Bt>EBf- zhcPo)g7T12vV=_dGfP&3@plvkcRB|yG%9Lv~G=H}68INYlVvMv@ zF|iYL^6b@d4l4|q%H0^735^cI11(nr{x)C2?WVA3zNQc9m&}W%MPVE<{94rGDMy8Y zmKax;xv*%!6V<>jqG-ky3JCO?4o?~-hDBiret@jnuBq(#`7gI$ya4)Q9{5}&f_*xS z9Zf;BA}td>PK5TA!i8hOi)(SexTrF0yo~Z7vN1!WG<&hjplOuWd&TpYXXmFw;zdae zicu-1y#;lKQ9B(M!;zr8&>^B|M|5^xo{(7h;w(s^a6}Bpw)DPW!gxn`l)C4$JqIKY zb{?W&Ffc@jMG6`(0y2%r2v3J&3%wXnyaoQFY^a;Pm-I?-21HdiYAmRT?Os&BG+kIp zw-}6ySEcD`_KWs8Rq+@aj0Qv@3cE$A_fl^jp{6E?(#%CE6v9AbU^tm5PAc45L7zHl z6#BL^=rmPiC*6oZ$7VK9OSi>EG}J)@AB;;h1uisy#TiMw{}EU2jk3|z2BMSWOk zM7_3%!5C*Ew}Mvw^2w2e)XOO7Oc@B6hJ!CJu@mn>q%mmIs8rA{NLSXKeFFh8C`;m; zB+rCn3J(rw(l9;84)k7Vc?+og@}z1wlB1UjdZLVq_?VGkL@YohZ%m`T;t6Ro2u6?7 z@HDk_0ThRW)6u*!8yyaqGiBrXW0rA^Yb%jss+#fAZ-MPm#bM>+1#3b+1H2NjWQo)2;myI7-{e06R z!gWGJjCdf_N2qc055d$z%BWk?FY2ZcQGCh$rP;G+JMwGjG*{{sT~rULntsU;BX*fx zrKl?~s)o0O@98J?=Yfn%ZIW_r>3Fcgx+$kxckXw|w4#g1NK-fDT#`o1eHml0WLz>W znxd6?{nMD(T#=BG^~@C0*xHwMa@7;cpkDQzLd4d3bM>hq)Y7$RidC!6S3uXu%^?eN z`_#DHFV$8sk|lb&XrP{kta$U5CS%&(S@h@+o4JiY}DfRTPCswO+OKk~QR7w7w;T+(qxO zduv(c9n4dEx27%WLlt2N%T8=?({`x90tD!1dU$K*FX(B>PLg^_rNA4FnPv@T0(0kRYCSb|2=!mv1 z>H%LhSfjKz6d4s-laJe2g|Oc1@jEL%H9O5B=7w?Lxel!}Aw%xzx}i!|)Ik zifRmmf>i~jNzbKp+G_jvQ_(wo8c4ZgE-VeGH!Zb#7GJ%*vs)3vg<_H%? zR4Q}}lb0(pJ*s9u7x9uTk4y48A-@AX(Jh9g7$jDKZX!5A7IpFXE+SPy))6nP^@A!Z zko=(tm(PLXQpsP4A}2`&kl(XzqQ!|UgYFX|N!3`{UU6hHzdR+f zgl@5m_qPkQKImZ3ZK$@OgBl&z5!I+%Qcy%L9U#eIaZ}K|kUTJgL5M`RRL1+ux=xHE z6Ye3`tVr^L@Z>^{JRFTX4??A)2xSk)Jqkfe3=FSjzZkdE8wMGL9k0)m7Jwj~xC~(~ z%^+k0`^AizGcobn(OHoN!=QF^BrDaLvCaf1W}~n4?}!_FzaxxQPB*Rt0Dxl9wr3S%T=!AnuGGk%QI&N;$X?3Cvt zBII&_BZw2lo*qTMNP`r;JbP8+U?4rFN&*=(=gH!Jyc!P{zgfKgY&aSvwnpJewTYzn z{#)9A<8@r(tfc@#h~SoG2xbEMoZvEEu|LfF9ej17`bg;{?V zEoI9110;zAyIdGUNHOCCLo}{3L>Yth3UqN%@X9fS@*X#TQX zPeH3XDKZgW@-W><&yg__k1Z2El8@8vd5Wxn3W`KbOnV0M{8BVy)3j;w4$4wPSvU-V zv4Kbw;w{Q36B?Fjf6X+GQ}2Qkv2ler#2d`cenOiZGhapfYI(m*EkC=&%D6M~nCl8}jTkdNUOaLQk#Fq1K}Zb1b_qnokPn3A$e zo6*G!O=q&EbNN)dvifG{jn3DPZ`6x#pS^YV zt!J*ET|Tuk@u8>sflo~Nb|!s0?|eB?b1dOLmUdO%ukB5`dO!Bor@VbhZ(q84;LgrF z?FsMRtjXZ3%nAmGovnh~2O-|lt)--^`;O;NT=)7mPn0EPBFTDNYtrwH7ZMS#c+4fHl<+6M=QF9{UK7k&5XZD_}J*ziYR6nS1 zUTgb)&pSQq^*dIE9ytYX``UBgAA4tP-LvD)iPYe!S?jJ$H?%y(7uJBZ)ny z-)~MdoLL!uP~VoS-<_=Aeb=0*JCg7o*=TN0H4i462UE?%$>!np=2I)>>6-eRU%T92`pQ98Of7 zRBG6s^lrcXe8MxBa1L&e4xlyZZcVwnlJ2hCd)D1MmrWl!-0A9u)!8-E_Z{yz{-7*T z-Mf4;?QeX$?pEE}7v5@IKFww))vzPkup`xQAlY!>p6dXEgWjaKH|_1u0l*`>P`4YJ zgS5XPGrOqch{Yl6Q08f=i!gJP9jm&e`oM+&3)_9kKMkMyCvyvSv#3s@zCr9#PNC{Aq#CdKxXnZr4P`J*m1dzavCqr&Q8lDb&y}6 zn~!cbx-q%=0)>c#=h6WtP=A^p=|=TMS8)4=@X)9?S+Rnu#g%7oj@=kbh@g?(V$PklcRc5sToRr7mXd8buS$m@hLk z1GbYCsOw4a4m2ffp3yS_vM#zkhDUx)QA*Jj(#159@S>pd0R^-!4Jo^F>E~f5v}C}a z5mFBbr%wo9!QKQxwYiks16-!1l(ZwNi*zBSgi0Sq1O~M)GQ{5@V;s4bOp(e(V<}n3 zqFK$Y6W$nJG(0iS3r1nlBtssvWQ{m-rUXFHRdPCS@>$OiQ*%f5<#V zI=P}Nuar@(DP)=Q6lKF>$odUo(Rf1R+0@(`pJ{u-Y})eL(s~Gmfvyzq44F)B?zQn= zG{pf$i?(-_dDjVx*7HKZ9{e+al%2NF;qWvGz+uCbV>%#^z6^D;$N`fitE6C8#P<+b zgAw4YhZqzi(p6T^G%SY5lpqJ#3a3I;e@vVPDS&j)(pmIsFtQ3sG|pTI@T z&hb0>i}oe;-^nClNn_$@It7c zt6SRfa++#TWjosC{jmRtPQdz#dWB-z@J3~<3IT>A*YG2c;}-WlE^E9gFXcCvP*0>s z8PWZCm)~598}Kus$Q4nQAkg+kH1j4g1y2h)QVI%Rfo^n3muHBjD`klFu2RqM>Tc?Q z73++`g78O%t2#N3s=ykt?UN{PD981^I~YM8rI%6U^`F}gUXmixD|7PUco&8gOCD^8 zvhv3HI`2IQb2exm4)@!IE;(|)`n#N2Cko8 zGh;;+tlt?ISUakZ>qnruHwWkDB$z9jIn%_sC?~HN<}UNF{j!c%fF4x z{{?^1evJ7w;bEuXtW+#VvU*)v$Hz|Biv3&9q@84qVzWOg7u?>J)9bFLgtcj-t|4Lc zZB%-%J)N%f;8xZ2iC{PNE!)yA-g% z)<sz(2ds>&RA6x9pdw**Qz;XI5*F8%|x_0ooYoqpHs`hxY_V@$z-LdYhPs4iV z>FZAeZti~Re$B|ba|Glz5wD45&H`tPH z=px-ⓈNG1Fv^S@W+T|7$yfqb$jrDMR14eYVJXV&-BGtT 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f0db8d53603cecc06ece5f23716190102b2b1f60 GIT binary patch literal 12638 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/collector.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/collector.py new file mode 100644 index 00000000..08c8bddc --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/collector.py @@ -0,0 +1,507 @@ +""" +The main purpose of this module is to expose LinkCollector.collect_sources(). +""" + +import collections +import email.message +import functools +import itertools +import json +import logging +import os +import urllib.parse +import urllib.request +from html.parser import HTMLParser +from optparse import Values +from typing import ( + TYPE_CHECKING, + Callable, + Dict, + Iterable, + List, + MutableMapping, + NamedTuple, + Optional, + Sequence, + Tuple, + Union, +) + +from pip._vendor import requests +from pip._vendor.requests import Response +from pip._vendor.requests.exceptions import RetryError, SSLError + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.models.link import Link +from pip._internal.models.search_scope import SearchScope +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status +from pip._internal.utils.filetypes import is_archive_file +from pip._internal.utils.misc import redact_auth_from_url +from pip._internal.vcs import vcs + +from .sources import CandidatesFromPage, LinkSource, build_source + +if TYPE_CHECKING: + from typing import Protocol +else: + Protocol = object + +logger = logging.getLogger(__name__) + +ResponseHeaders = MutableMapping[str, str] + + +def _match_vcs_scheme(url: str) -> Optional[str]: + """Look for VCS schemes in the URL. + + Returns the matched VCS scheme, or None if there's no match. + """ + for scheme in vcs.schemes: + if url.lower().startswith(scheme) and url[len(scheme)] in "+:": + return scheme + return None + + +class _NotAPIContent(Exception): + def __init__(self, content_type: str, request_desc: str) -> None: + super().__init__(content_type, request_desc) + self.content_type = content_type + self.request_desc = request_desc + + +def _ensure_api_header(response: Response) -> None: + """ + Check the Content-Type header to ensure the response contains a Simple + API Response. + + Raises `_NotAPIContent` if the content type is not a valid content-type. + """ + content_type = response.headers.get("Content-Type", "Unknown") + + content_type_l = content_type.lower() + if content_type_l.startswith( + ( + "text/html", + "application/vnd.pypi.simple.v1+html", + "application/vnd.pypi.simple.v1+json", + ) + ): + return + + raise _NotAPIContent(content_type, response.request.method) + + +class _NotHTTP(Exception): + pass + + +def _ensure_api_response(url: str, session: PipSession) -> None: + """ + Send a HEAD request to the URL, and ensure the response contains a simple + API Response. + + Raises `_NotHTTP` if the URL is not available for a HEAD request, or + `_NotAPIContent` if the content type is not a valid content type. + """ + scheme, netloc, path, query, fragment = urllib.parse.urlsplit(url) + if scheme not in {"http", "https"}: + raise _NotHTTP() + + resp = session.head(url, allow_redirects=True) + raise_for_status(resp) + + _ensure_api_header(resp) + + +def _get_simple_response(url: str, session: PipSession) -> Response: + """Access an Simple API response with GET, and return the response. + + This consists of three parts: + + 1. If the URL looks suspiciously like an archive, send a HEAD first to + check the Content-Type is HTML or Simple API, to avoid downloading a + large file. Raise `_NotHTTP` if the content type cannot be determined, or + `_NotAPIContent` if it is not HTML or a Simple API. + 2. Actually perform the request. Raise HTTP exceptions on network failures. + 3. Check the Content-Type header to make sure we got a Simple API response, + and raise `_NotAPIContent` otherwise. + """ + if is_archive_file(Link(url).filename): + _ensure_api_response(url, session=session) + + logger.debug("Getting page %s", redact_auth_from_url(url)) + + resp = session.get( + url, + headers={ + "Accept": ", ".join( + [ + "application/vnd.pypi.simple.v1+json", + "application/vnd.pypi.simple.v1+html; q=0.1", + "text/html; q=0.01", + ] + ), + # We don't want to blindly returned cached data for + # /simple/, because authors generally expecting that + # twine upload && pip install will function, but if + # they've done a pip install in the last ~10 minutes + # it won't. Thus by setting this to zero we will not + # blindly use any cached data, however the benefit of + # using max-age=0 instead of no-cache, is that we will + # still support conditional requests, so we will still + # minimize traffic sent in cases where the page hasn't + # changed at all, we will just always incur the round + # trip for the conditional GET now instead of only + # once per 10 minutes. + # For more information, please see pypa/pip#5670. + "Cache-Control": "max-age=0", + }, + ) + raise_for_status(resp) + + # The check for archives above only works if the url ends with + # something that looks like an archive. However that is not a + # requirement of an url. Unless we issue a HEAD request on every + # url we cannot know ahead of time for sure if something is a + # Simple API response or not. However we can check after we've + # downloaded it. + _ensure_api_header(resp) + + logger.debug( + "Fetched page %s as %s", + redact_auth_from_url(url), + resp.headers.get("Content-Type", "Unknown"), + ) + + return resp + + +def _get_encoding_from_headers(headers: ResponseHeaders) -> Optional[str]: + """Determine if we have any encoding information in our headers.""" + if headers and "Content-Type" in headers: + m = email.message.Message() + m["content-type"] = headers["Content-Type"] + charset = m.get_param("charset") + if charset: + return str(charset) + return None + + +class CacheablePageContent: + def __init__(self, page: "IndexContent") -> None: + assert page.cache_link_parsing + self.page = page + + def __eq__(self, other: object) -> bool: + return isinstance(other, type(self)) and self.page.url == other.page.url + + def __hash__(self) -> int: + return hash(self.page.url) + + +class ParseLinks(Protocol): + def __call__(self, page: "IndexContent") -> Iterable[Link]: + ... + + +def with_cached_index_content(fn: ParseLinks) -> ParseLinks: + """ + Given a function that parses an Iterable[Link] from an IndexContent, cache the + function's result (keyed by CacheablePageContent), unless the IndexContent + `page` has `page.cache_link_parsing == False`. + """ + + @functools.lru_cache(maxsize=None) + def wrapper(cacheable_page: CacheablePageContent) -> List[Link]: + return list(fn(cacheable_page.page)) + + @functools.wraps(fn) + def wrapper_wrapper(page: "IndexContent") -> List[Link]: + if page.cache_link_parsing: + return wrapper(CacheablePageContent(page)) + return list(fn(page)) + + return wrapper_wrapper + + +@with_cached_index_content +def parse_links(page: "IndexContent") -> Iterable[Link]: + """ + Parse a Simple API's Index Content, and yield its anchor elements as Link objects. + """ + + content_type_l = page.content_type.lower() + if content_type_l.startswith("application/vnd.pypi.simple.v1+json"): + data = json.loads(page.content) + for file in data.get("files", []): + link = Link.from_json(file, page.url) + if link is None: + continue + yield link + return + + parser = HTMLLinkParser(page.url) + encoding = page.encoding or "utf-8" + parser.feed(page.content.decode(encoding)) + + url = page.url + base_url = parser.base_url or url + for anchor in parser.anchors: + link = Link.from_element(anchor, page_url=url, base_url=base_url) + if link is None: + continue + yield link + + +class IndexContent: + """Represents one response (or page), along with its URL""" + + def __init__( + self, + content: bytes, + content_type: str, + encoding: Optional[str], + url: str, + cache_link_parsing: bool = True, + ) -> None: + """ + :param encoding: the encoding to decode the given content. + :param url: the URL from which the HTML was downloaded. + :param cache_link_parsing: whether links parsed from this page's url + should be cached. PyPI index urls should + have this set to False, for example. + """ + self.content = content + self.content_type = content_type + self.encoding = encoding + self.url = url + self.cache_link_parsing = cache_link_parsing + + def __str__(self) -> str: + return redact_auth_from_url(self.url) + + +class HTMLLinkParser(HTMLParser): + """ + HTMLParser that keeps the first base HREF and a list of all anchor + elements' attributes. + """ + + def __init__(self, url: str) -> None: + super().__init__(convert_charrefs=True) + + self.url: str = url + self.base_url: Optional[str] = None + self.anchors: List[Dict[str, Optional[str]]] = [] + + def handle_starttag(self, tag: str, attrs: List[Tuple[str, Optional[str]]]) -> None: + if tag == "base" and self.base_url is None: + href = self.get_href(attrs) + if href is not None: + self.base_url = href + elif tag == "a": + self.anchors.append(dict(attrs)) + + def get_href(self, attrs: List[Tuple[str, Optional[str]]]) -> Optional[str]: + for name, value in attrs: + if name == "href": + return value + return None + + +def _handle_get_simple_fail( + link: Link, + reason: Union[str, Exception], + meth: Optional[Callable[..., None]] = None, +) -> None: + if meth is None: + meth = logger.debug + meth("Could not fetch URL %s: %s - skipping", link, reason) + + +def _make_index_content( + response: Response, cache_link_parsing: bool = True +) -> IndexContent: + encoding = _get_encoding_from_headers(response.headers) + return IndexContent( + response.content, + response.headers["Content-Type"], + encoding=encoding, + url=response.url, + cache_link_parsing=cache_link_parsing, + ) + + +def _get_index_content(link: Link, *, session: PipSession) -> Optional["IndexContent"]: + url = link.url.split("#", 1)[0] + + # Check for VCS schemes that do not support lookup as web pages. + vcs_scheme = _match_vcs_scheme(url) + if vcs_scheme: + logger.warning( + "Cannot look at %s URL %s because it does not support lookup as web pages.", + vcs_scheme, + link, + ) + return None + + # Tack index.html onto file:// URLs that point to directories + scheme, _, path, _, _, _ = urllib.parse.urlparse(url) + if scheme == "file" and os.path.isdir(urllib.request.url2pathname(path)): + # add trailing slash if not present so urljoin doesn't trim + # final segment + if not url.endswith("/"): + url += "/" + # TODO: In the future, it would be nice if pip supported PEP 691 + # style responses in the file:// URLs, however there's no + # standard file extension for application/vnd.pypi.simple.v1+json + # so we'll need to come up with something on our own. + url = urllib.parse.urljoin(url, "index.html") + logger.debug(" file: URL is directory, getting %s", url) + + try: + resp = _get_simple_response(url, session=session) + except _NotHTTP: + logger.warning( + "Skipping page %s because it looks like an archive, and cannot " + "be checked by a HTTP HEAD request.", + link, + ) + except _NotAPIContent as exc: + logger.warning( + "Skipping page %s because the %s request got Content-Type: %s. " + "The only supported Content-Types are application/vnd.pypi.simple.v1+json, " + "application/vnd.pypi.simple.v1+html, and text/html", + link, + exc.request_desc, + exc.content_type, + ) + except NetworkConnectionError as exc: + _handle_get_simple_fail(link, exc) + except RetryError as exc: + _handle_get_simple_fail(link, exc) + except SSLError as exc: + reason = "There was a problem confirming the ssl certificate: " + reason += str(exc) + _handle_get_simple_fail(link, reason, meth=logger.info) + except requests.ConnectionError as exc: + _handle_get_simple_fail(link, f"connection error: {exc}") + except requests.Timeout: + _handle_get_simple_fail(link, "timed out") + else: + return _make_index_content(resp, cache_link_parsing=link.cache_link_parsing) + return None + + +class CollectedSources(NamedTuple): + find_links: Sequence[Optional[LinkSource]] + index_urls: Sequence[Optional[LinkSource]] + + +class LinkCollector: + + """ + Responsible for collecting Link objects from all configured locations, + making network requests as needed. + + The class's main method is its collect_sources() method. + """ + + def __init__( + self, + session: PipSession, + search_scope: SearchScope, + ) -> None: + self.search_scope = search_scope + self.session = session + + @classmethod + def create( + cls, + session: PipSession, + options: Values, + suppress_no_index: bool = False, + ) -> "LinkCollector": + """ + :param session: The Session to use to make requests. + :param suppress_no_index: Whether to ignore the --no-index option + when constructing the SearchScope object. + """ + index_urls = [options.index_url] + options.extra_index_urls + if options.no_index and not suppress_no_index: + logger.debug( + "Ignoring indexes: %s", + ",".join(redact_auth_from_url(url) for url in index_urls), + ) + index_urls = [] + + # Make sure find_links is a list before passing to create(). + find_links = options.find_links or [] + + search_scope = SearchScope.create( + find_links=find_links, + index_urls=index_urls, + no_index=options.no_index, + ) + link_collector = LinkCollector( + session=session, + search_scope=search_scope, + ) + return link_collector + + @property + def find_links(self) -> List[str]: + return self.search_scope.find_links + + def fetch_response(self, location: Link) -> Optional[IndexContent]: + """ + Fetch an HTML page containing package links. + """ + return _get_index_content(location, session=self.session) + + def collect_sources( + self, + project_name: str, + candidates_from_page: CandidatesFromPage, + ) -> CollectedSources: + # The OrderedDict calls deduplicate sources by URL. + index_url_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=False, + cache_link_parsing=False, + project_name=project_name, + ) + for loc in self.search_scope.get_index_urls_locations(project_name) + ).values() + find_links_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=True, + cache_link_parsing=True, + project_name=project_name, + ) + for loc in self.find_links + ).values() + + if logger.isEnabledFor(logging.DEBUG): + lines = [ + f"* {s.link}" + for s in itertools.chain(find_links_sources, index_url_sources) + if s is not None and s.link is not None + ] + lines = [ + f"{len(lines)} location(s) to search " + f"for versions of {project_name}:" + ] + lines + logger.debug("\n".join(lines)) + + return CollectedSources( + find_links=list(find_links_sources), + index_urls=list(index_url_sources), + ) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py new file mode 100644 index 00000000..ec9ebc36 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py @@ -0,0 +1,1027 @@ +"""Routines related to PyPI, indexes""" + +import enum +import functools +import itertools +import logging +import re +from typing import TYPE_CHECKING, FrozenSet, Iterable, List, Optional, Set, Tuple, Union + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.tags import Tag +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import _BaseVersion +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + InvalidWheelFilename, + UnsupportedWheel, +) +from pip._internal.index.collector import LinkCollector, parse_links +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.format_control import FormatControl +from pip._internal.models.link import Link +from pip._internal.models.search_scope import SearchScope +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.models.wheel import Wheel +from pip._internal.req import InstallRequirement +from pip._internal.utils._log import getLogger +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import build_netloc +from pip._internal.utils.packaging import check_requires_python +from pip._internal.utils.unpacking import SUPPORTED_EXTENSIONS + +if TYPE_CHECKING: + from pip._vendor.typing_extensions import TypeGuard + +__all__ = ["FormatControl", "BestCandidateResult", "PackageFinder"] + + +logger = getLogger(__name__) + +BuildTag = Union[Tuple[()], Tuple[int, str]] +CandidateSortingKey = Tuple[int, int, int, _BaseVersion, Optional[int], BuildTag] + + +def _check_link_requires_python( + link: Link, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> bool: + """ + Return whether the given Python version is compatible with a link's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + """ + try: + is_compatible = check_requires_python( + link.requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier: + logger.debug( + "Ignoring invalid Requires-Python (%r) for link: %s", + link.requires_python, + link, + ) + else: + if not is_compatible: + version = ".".join(map(str, version_info)) + if not ignore_requires_python: + logger.verbose( + "Link requires a different Python (%s not in: %r): %s", + version, + link.requires_python, + link, + ) + return False + + logger.debug( + "Ignoring failed Requires-Python check (%s not in: %r) for link: %s", + version, + link.requires_python, + link, + ) + + return True + + +class LinkType(enum.Enum): + candidate = enum.auto() + different_project = enum.auto() + yanked = enum.auto() + format_unsupported = enum.auto() + format_invalid = enum.auto() + platform_mismatch = enum.auto() + requires_python_mismatch = enum.auto() + + +class LinkEvaluator: + + """ + Responsible for evaluating links for a particular project. + """ + + _py_version_re = re.compile(r"-py([123]\.?[0-9]?)$") + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + def __init__( + self, + project_name: str, + canonical_name: str, + formats: FrozenSet[str], + target_python: TargetPython, + allow_yanked: bool, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + :param project_name: The user supplied package name. + :param canonical_name: The canonical package name. + :param formats: The formats allowed for this package. Should be a set + with 'binary' or 'source' or both in it. + :param target_python: The target Python interpreter to use when + evaluating link compatibility. This is used, for example, to + check wheel compatibility, as well as when checking the Python + version, e.g. the Python version embedded in a link filename + (or egg fragment) and against an HTML link's optional PEP 503 + "data-requires-python" attribute. + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param ignore_requires_python: Whether to ignore incompatible + PEP 503 "data-requires-python" values in HTML links. Defaults + to False. + """ + if ignore_requires_python is None: + ignore_requires_python = False + + self._allow_yanked = allow_yanked + self._canonical_name = canonical_name + self._ignore_requires_python = ignore_requires_python + self._formats = formats + self._target_python = target_python + + self.project_name = project_name + + def evaluate_link(self, link: Link) -> Tuple[LinkType, str]: + """ + Determine whether a link is a candidate for installation. + + :return: A tuple (result, detail), where *result* is an enum + representing whether the evaluation found a candidate, or the reason + why one is not found. If a candidate is found, *detail* will be the + candidate's version string; if one is not found, it contains the + reason the link fails to qualify. + """ + version = None + if link.is_yanked and not self._allow_yanked: + reason = link.yanked_reason or "" + return (LinkType.yanked, f"yanked for reason: {reason}") + + if link.egg_fragment: + egg_info = link.egg_fragment + ext = link.ext + else: + egg_info, ext = link.splitext() + if not ext: + return (LinkType.format_unsupported, "not a file") + if ext not in SUPPORTED_EXTENSIONS: + return ( + LinkType.format_unsupported, + f"unsupported archive format: {ext}", + ) + if "binary" not in self._formats and ext == WHEEL_EXTENSION: + reason = f"No binaries permitted for {self.project_name}" + return (LinkType.format_unsupported, reason) + if "macosx10" in link.path and ext == ".zip": + return (LinkType.format_unsupported, "macosx10 one") + if ext == WHEEL_EXTENSION: + try: + wheel = Wheel(link.filename) + except InvalidWheelFilename: + return ( + LinkType.format_invalid, + "invalid wheel filename", + ) + if canonicalize_name(wheel.name) != self._canonical_name: + reason = f"wrong project name (not {self.project_name})" + return (LinkType.different_project, reason) + + supported_tags = self._target_python.get_unsorted_tags() + if not wheel.supported(supported_tags): + # Include the wheel's tags in the reason string to + # simplify troubleshooting compatibility issues. + file_tags = ", ".join(wheel.get_formatted_file_tags()) + reason = ( + f"none of the wheel's tags ({file_tags}) are compatible " + f"(run pip debug --verbose to show compatible tags)" + ) + return (LinkType.platform_mismatch, reason) + + version = wheel.version + + # This should be up by the self.ok_binary check, but see issue 2700. + if "source" not in self._formats and ext != WHEEL_EXTENSION: + reason = f"No sources permitted for {self.project_name}" + return (LinkType.format_unsupported, reason) + + if not version: + version = _extract_version_from_fragment( + egg_info, + self._canonical_name, + ) + if not version: + reason = f"Missing project version for {self.project_name}" + return (LinkType.format_invalid, reason) + + match = self._py_version_re.search(version) + if match: + version = version[: match.start()] + py_version = match.group(1) + if py_version != self._target_python.py_version: + return ( + LinkType.platform_mismatch, + "Python version is incorrect", + ) + + supports_python = _check_link_requires_python( + link, + version_info=self._target_python.py_version_info, + ignore_requires_python=self._ignore_requires_python, + ) + if not supports_python: + reason = f"{version} Requires-Python {link.requires_python}" + return (LinkType.requires_python_mismatch, reason) + + logger.debug("Found link %s, version: %s", link, version) + + return (LinkType.candidate, version) + + +def filter_unallowed_hashes( + candidates: List[InstallationCandidate], + hashes: Optional[Hashes], + project_name: str, +) -> List[InstallationCandidate]: + """ + Filter out candidates whose hashes aren't allowed, and return a new + list of candidates. + + If at least one candidate has an allowed hash, then all candidates with + either an allowed hash or no hash specified are returned. Otherwise, + the given candidates are returned. + + Including the candidates with no hash specified when there is a match + allows a warning to be logged if there is a more preferred candidate + with no hash specified. Returning all candidates in the case of no + matches lets pip report the hash of the candidate that would otherwise + have been installed (e.g. permitting the user to more easily update + their requirements file with the desired hash). + """ + if not hashes: + logger.debug( + "Given no hashes to check %s links for project %r: " + "discarding no candidates", + len(candidates), + project_name, + ) + # Make sure we're not returning back the given value. + return list(candidates) + + matches_or_no_digest = [] + # Collect the non-matches for logging purposes. + non_matches = [] + match_count = 0 + for candidate in candidates: + link = candidate.link + if not link.has_hash: + pass + elif link.is_hash_allowed(hashes=hashes): + match_count += 1 + else: + non_matches.append(candidate) + continue + + matches_or_no_digest.append(candidate) + + if match_count: + filtered = matches_or_no_digest + else: + # Make sure we're not returning back the given value. + filtered = list(candidates) + + if len(filtered) == len(candidates): + discard_message = "discarding no candidates" + else: + discard_message = "discarding {} non-matches:\n {}".format( + len(non_matches), + "\n ".join(str(candidate.link) for candidate in non_matches), + ) + + logger.debug( + "Checked %s links for project %r against %s hashes " + "(%s matches, %s no digest): %s", + len(candidates), + project_name, + hashes.digest_count, + match_count, + len(matches_or_no_digest) - match_count, + discard_message, + ) + + return filtered + + +class CandidatePreferences: + + """ + Encapsulates some of the preferences for filtering and sorting + InstallationCandidate objects. + """ + + def __init__( + self, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + ) -> None: + """ + :param allow_all_prereleases: Whether to allow all pre-releases. + """ + self.allow_all_prereleases = allow_all_prereleases + self.prefer_binary = prefer_binary + + +class BestCandidateResult: + """A collection of candidates, returned by `PackageFinder.find_best_candidate`. + + This class is only intended to be instantiated by CandidateEvaluator's + `compute_best_candidate()` method. + """ + + def __init__( + self, + candidates: List[InstallationCandidate], + applicable_candidates: List[InstallationCandidate], + best_candidate: Optional[InstallationCandidate], + ) -> None: + """ + :param candidates: A sequence of all available candidates found. + :param applicable_candidates: The applicable candidates. + :param best_candidate: The most preferred candidate found, or None + if no applicable candidates were found. + """ + assert set(applicable_candidates) <= set(candidates) + + if best_candidate is None: + assert not applicable_candidates + else: + assert best_candidate in applicable_candidates + + self._applicable_candidates = applicable_candidates + self._candidates = candidates + + self.best_candidate = best_candidate + + def iter_all(self) -> Iterable[InstallationCandidate]: + """Iterate through all candidates.""" + return iter(self._candidates) + + def iter_applicable(self) -> Iterable[InstallationCandidate]: + """Iterate through the applicable candidates.""" + return iter(self._applicable_candidates) + + +class CandidateEvaluator: + + """ + Responsible for filtering and sorting candidates for installation based + on what tags are valid. + """ + + @classmethod + def create( + cls, + project_name: str, + target_python: Optional[TargetPython] = None, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> "CandidateEvaluator": + """Create a CandidateEvaluator object. + + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + :param hashes: An optional collection of allowed hashes. + """ + if target_python is None: + target_python = TargetPython() + if specifier is None: + specifier = specifiers.SpecifierSet() + + supported_tags = target_python.get_sorted_tags() + + return cls( + project_name=project_name, + supported_tags=supported_tags, + specifier=specifier, + prefer_binary=prefer_binary, + allow_all_prereleases=allow_all_prereleases, + hashes=hashes, + ) + + def __init__( + self, + project_name: str, + supported_tags: List[Tag], + specifier: specifiers.BaseSpecifier, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + hashes: Optional[Hashes] = None, + ) -> None: + """ + :param supported_tags: The PEP 425 tags supported by the target + Python in order of preference (most preferred first). + """ + self._allow_all_prereleases = allow_all_prereleases + self._hashes = hashes + self._prefer_binary = prefer_binary + self._project_name = project_name + self._specifier = specifier + self._supported_tags = supported_tags + # Since the index of the tag in the _supported_tags list is used + # as a priority, precompute a map from tag to index/priority to be + # used in wheel.find_most_preferred_tag. + self._wheel_tag_preferences = { + tag: idx for idx, tag in enumerate(supported_tags) + } + + def get_applicable_candidates( + self, + candidates: List[InstallationCandidate], + ) -> List[InstallationCandidate]: + """ + Return the applicable candidates from a list of candidates. + """ + # Using None infers from the specifier instead. + allow_prereleases = self._allow_all_prereleases or None + specifier = self._specifier + versions = { + str(v) + for v in specifier.filter( + # We turn the version object into a str here because otherwise + # when we're debundled but setuptools isn't, Python will see + # packaging.version.Version and + # pkg_resources._vendor.packaging.version.Version as different + # types. This way we'll use a str as a common data interchange + # format. If we stop using the pkg_resources provided specifier + # and start using our own, we can drop the cast to str(). + (str(c.version) for c in candidates), + prereleases=allow_prereleases, + ) + } + + # Again, converting version to str to deal with debundling. + applicable_candidates = [c for c in candidates if str(c.version) in versions] + + filtered_applicable_candidates = filter_unallowed_hashes( + candidates=applicable_candidates, + hashes=self._hashes, + project_name=self._project_name, + ) + + return sorted(filtered_applicable_candidates, key=self._sort_key) + + def _sort_key(self, candidate: InstallationCandidate) -> CandidateSortingKey: + """ + Function to pass as the `key` argument to a call to sorted() to sort + InstallationCandidates by preference. + + Returns a tuple such that tuples sorting as greater using Python's + default comparison operator are more preferred. + + The preference is as follows: + + First and foremost, candidates with allowed (matching) hashes are + always preferred over candidates without matching hashes. This is + because e.g. if the only candidate with an allowed hash is yanked, + we still want to use that candidate. + + Second, excepting hash considerations, candidates that have been + yanked (in the sense of PEP 592) are always less preferred than + candidates that haven't been yanked. Then: + + If not finding wheels, they are sorted by version only. + If finding wheels, then the sort order is by version, then: + 1. existing installs + 2. wheels ordered via Wheel.support_index_min(self._supported_tags) + 3. source archives + If prefer_binary was set, then all wheels are sorted above sources. + + Note: it was considered to embed this logic into the Link + comparison operators, but then different sdist links + with the same version, would have to be considered equal + """ + valid_tags = self._supported_tags + support_num = len(valid_tags) + build_tag: BuildTag = () + binary_preference = 0 + link = candidate.link + if link.is_wheel: + # can raise InvalidWheelFilename + wheel = Wheel(link.filename) + try: + pri = -( + wheel.find_most_preferred_tag( + valid_tags, self._wheel_tag_preferences + ) + ) + except ValueError: + raise UnsupportedWheel( + f"{wheel.filename} is not a supported wheel for this platform. It " + "can't be sorted." + ) + if self._prefer_binary: + binary_preference = 1 + if wheel.build_tag is not None: + match = re.match(r"^(\d+)(.*)$", wheel.build_tag) + assert match is not None, "guaranteed by filename validation" + build_tag_groups = match.groups() + build_tag = (int(build_tag_groups[0]), build_tag_groups[1]) + else: # sdist + pri = -(support_num) + has_allowed_hash = int(link.is_hash_allowed(self._hashes)) + yank_value = -1 * int(link.is_yanked) # -1 for yanked. + return ( + has_allowed_hash, + yank_value, + binary_preference, + candidate.version, + pri, + build_tag, + ) + + def sort_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> Optional[InstallationCandidate]: + """ + Return the best candidate per the instance's sort order, or None if + no candidate is acceptable. + """ + if not candidates: + return None + best_candidate = max(candidates, key=self._sort_key) + return best_candidate + + def compute_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> BestCandidateResult: + """ + Compute and return a `BestCandidateResult` instance. + """ + applicable_candidates = self.get_applicable_candidates(candidates) + + best_candidate = self.sort_best_candidate(applicable_candidates) + + return BestCandidateResult( + candidates, + applicable_candidates=applicable_candidates, + best_candidate=best_candidate, + ) + + +class PackageFinder: + """This finds packages. + + This is meant to match easy_install's technique for looking for + packages, by reading pages and looking for appropriate links. + """ + + def __init__( + self, + link_collector: LinkCollector, + target_python: TargetPython, + allow_yanked: bool, + format_control: Optional[FormatControl] = None, + candidate_prefs: Optional[CandidatePreferences] = None, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + This constructor is primarily meant to be used by the create() class + method and from tests. + + :param format_control: A FormatControl object, used to control + the selection of source packages / binary packages when consulting + the index and links. + :param candidate_prefs: Options to use when creating a + CandidateEvaluator object. + """ + if candidate_prefs is None: + candidate_prefs = CandidatePreferences() + + format_control = format_control or FormatControl(set(), set()) + + self._allow_yanked = allow_yanked + self._candidate_prefs = candidate_prefs + self._ignore_requires_python = ignore_requires_python + self._link_collector = link_collector + self._target_python = target_python + + self.format_control = format_control + + # These are boring links that have already been logged somehow. + self._logged_links: Set[Tuple[Link, LinkType, str]] = set() + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + @classmethod + def create( + cls, + link_collector: LinkCollector, + selection_prefs: SelectionPreferences, + target_python: Optional[TargetPython] = None, + ) -> "PackageFinder": + """Create a PackageFinder. + + :param selection_prefs: The candidate selection preferences, as a + SelectionPreferences object. + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + """ + if target_python is None: + target_python = TargetPython() + + candidate_prefs = CandidatePreferences( + prefer_binary=selection_prefs.prefer_binary, + allow_all_prereleases=selection_prefs.allow_all_prereleases, + ) + + return cls( + candidate_prefs=candidate_prefs, + link_collector=link_collector, + target_python=target_python, + allow_yanked=selection_prefs.allow_yanked, + format_control=selection_prefs.format_control, + ignore_requires_python=selection_prefs.ignore_requires_python, + ) + + @property + def target_python(self) -> TargetPython: + return self._target_python + + @property + def search_scope(self) -> SearchScope: + return self._link_collector.search_scope + + @search_scope.setter + def search_scope(self, search_scope: SearchScope) -> None: + self._link_collector.search_scope = search_scope + + @property + def find_links(self) -> List[str]: + return self._link_collector.find_links + + @property + def index_urls(self) -> List[str]: + return self.search_scope.index_urls + + @property + def trusted_hosts(self) -> Iterable[str]: + for host_port in self._link_collector.session.pip_trusted_origins: + yield build_netloc(*host_port) + + @property + def allow_all_prereleases(self) -> bool: + return self._candidate_prefs.allow_all_prereleases + + def set_allow_all_prereleases(self) -> None: + self._candidate_prefs.allow_all_prereleases = True + + @property + def prefer_binary(self) -> bool: + return self._candidate_prefs.prefer_binary + + def set_prefer_binary(self) -> None: + self._candidate_prefs.prefer_binary = True + + def requires_python_skipped_reasons(self) -> List[str]: + reasons = { + detail + for _, result, detail in self._logged_links + if result == LinkType.requires_python_mismatch + } + return sorted(reasons) + + def make_link_evaluator(self, project_name: str) -> LinkEvaluator: + canonical_name = canonicalize_name(project_name) + formats = self.format_control.get_allowed_formats(canonical_name) + + return LinkEvaluator( + project_name=project_name, + canonical_name=canonical_name, + formats=formats, + target_python=self._target_python, + allow_yanked=self._allow_yanked, + ignore_requires_python=self._ignore_requires_python, + ) + + def _sort_links(self, links: Iterable[Link]) -> List[Link]: + """ + Returns elements of links in order, non-egg links first, egg links + second, while eliminating duplicates + """ + eggs, no_eggs = [], [] + seen: Set[Link] = set() + for link in links: + if link not in seen: + seen.add(link) + if link.egg_fragment: + eggs.append(link) + else: + no_eggs.append(link) + return no_eggs + eggs + + def _log_skipped_link(self, link: Link, result: LinkType, detail: str) -> None: + entry = (link, result, detail) + if entry not in self._logged_links: + # Put the link at the end so the reason is more visible and because + # the link string is usually very long. + logger.debug("Skipping link: %s: %s", detail, link) + self._logged_links.add(entry) + + def get_install_candidate( + self, link_evaluator: LinkEvaluator, link: Link + ) -> Optional[InstallationCandidate]: + """ + If the link is a candidate for install, convert it to an + InstallationCandidate and return it. Otherwise, return None. + """ + result, detail = link_evaluator.evaluate_link(link) + if result != LinkType.candidate: + self._log_skipped_link(link, result, detail) + return None + + return InstallationCandidate( + name=link_evaluator.project_name, + link=link, + version=detail, + ) + + def evaluate_links( + self, link_evaluator: LinkEvaluator, links: Iterable[Link] + ) -> List[InstallationCandidate]: + """ + Convert links that are candidates to InstallationCandidate objects. + """ + candidates = [] + for link in self._sort_links(links): + candidate = self.get_install_candidate(link_evaluator, link) + if candidate is not None: + candidates.append(candidate) + + return candidates + + def process_project_url( + self, project_url: Link, link_evaluator: LinkEvaluator + ) -> List[InstallationCandidate]: + logger.debug( + "Fetching project page and analyzing links: %s", + project_url, + ) + index_response = self._link_collector.fetch_response(project_url) + if index_response is None: + return [] + + page_links = list(parse_links(index_response)) + + with indent_log(): + package_links = self.evaluate_links( + link_evaluator, + links=page_links, + ) + + return package_links + + @functools.lru_cache(maxsize=None) + def find_all_candidates(self, project_name: str) -> List[InstallationCandidate]: + """Find all available InstallationCandidate for project_name + + This checks index_urls and find_links. + All versions found are returned as an InstallationCandidate list. + + See LinkEvaluator.evaluate_link() for details on which files + are accepted. + """ + link_evaluator = self.make_link_evaluator(project_name) + + collected_sources = self._link_collector.collect_sources( + project_name=project_name, + candidates_from_page=functools.partial( + self.process_project_url, + link_evaluator=link_evaluator, + ), + ) + + page_candidates_it = itertools.chain.from_iterable( + source.page_candidates() + for sources in collected_sources + for source in sources + if source is not None + ) + page_candidates = list(page_candidates_it) + + file_links_it = itertools.chain.from_iterable( + source.file_links() + for sources in collected_sources + for source in sources + if source is not None + ) + file_candidates = self.evaluate_links( + link_evaluator, + sorted(file_links_it, reverse=True), + ) + + if logger.isEnabledFor(logging.DEBUG) and file_candidates: + paths = [] + for candidate in file_candidates: + assert candidate.link.url # we need to have a URL + try: + paths.append(candidate.link.file_path) + except Exception: + paths.append(candidate.link.url) # it's not a local file + + logger.debug("Local files found: %s", ", ".join(paths)) + + # This is an intentional priority ordering + return file_candidates + page_candidates + + def make_candidate_evaluator( + self, + project_name: str, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> CandidateEvaluator: + """Create a CandidateEvaluator object to use.""" + candidate_prefs = self._candidate_prefs + return CandidateEvaluator.create( + project_name=project_name, + target_python=self._target_python, + prefer_binary=candidate_prefs.prefer_binary, + allow_all_prereleases=candidate_prefs.allow_all_prereleases, + specifier=specifier, + hashes=hashes, + ) + + @functools.lru_cache(maxsize=None) + def find_best_candidate( + self, + project_name: str, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> BestCandidateResult: + """Find matches for the given project and specifier. + + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + + :return: A `BestCandidateResult` instance. + """ + candidates = self.find_all_candidates(project_name) + candidate_evaluator = self.make_candidate_evaluator( + project_name=project_name, + specifier=specifier, + hashes=hashes, + ) + return candidate_evaluator.compute_best_candidate(candidates) + + def find_requirement( + self, req: InstallRequirement, upgrade: bool + ) -> Optional[InstallationCandidate]: + """Try to find a Link matching req + + Expects req, an InstallRequirement and upgrade, a boolean + Returns a InstallationCandidate if found, + Raises DistributionNotFound or BestVersionAlreadyInstalled otherwise + """ + hashes = req.hashes(trust_internet=False) + best_candidate_result = self.find_best_candidate( + req.name, + specifier=req.specifier, + hashes=hashes, + ) + best_candidate = best_candidate_result.best_candidate + + installed_version: Optional[_BaseVersion] = None + if req.satisfied_by is not None: + installed_version = req.satisfied_by.version + + def _format_versions(cand_iter: Iterable[InstallationCandidate]) -> str: + # This repeated parse_version and str() conversion is needed to + # handle different vendoring sources from pip and pkg_resources. + # If we stop using the pkg_resources provided specifier and start + # using our own, we can drop the cast to str(). + return ( + ", ".join( + sorted( + {str(c.version) for c in cand_iter}, + key=parse_version, + ) + ) + or "none" + ) + + if installed_version is None and best_candidate is None: + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req, + _format_versions(best_candidate_result.iter_all()), + ) + + raise DistributionNotFound(f"No matching distribution found for {req}") + + def _should_install_candidate( + candidate: Optional[InstallationCandidate], + ) -> "TypeGuard[InstallationCandidate]": + if installed_version is None: + return True + if best_candidate is None: + return False + return best_candidate.version > installed_version + + if not upgrade and installed_version is not None: + if _should_install_candidate(best_candidate): + logger.debug( + "Existing installed version (%s) satisfies requirement " + "(most up-to-date version is %s)", + installed_version, + best_candidate.version, + ) + else: + logger.debug( + "Existing installed version (%s) is most up-to-date and " + "satisfies requirement", + installed_version, + ) + return None + + if _should_install_candidate(best_candidate): + logger.debug( + "Using version %s (newest of versions: %s)", + best_candidate.version, + _format_versions(best_candidate_result.iter_applicable()), + ) + return best_candidate + + # We have an existing version, and its the best version + logger.debug( + "Installed version (%s) is most up-to-date (past versions: %s)", + installed_version, + _format_versions(best_candidate_result.iter_applicable()), + ) + raise BestVersionAlreadyInstalled + + +def _find_name_version_sep(fragment: str, canonical_name: str) -> int: + """Find the separator's index based on the package's canonical name. + + :param fragment: A + filename "fragment" (stem) or + egg fragment. + :param canonical_name: The package's canonical name. + + This function is needed since the canonicalized name does not necessarily + have the same length as the egg info's name part. An example:: + + >>> fragment = 'foo__bar-1.0' + >>> canonical_name = 'foo-bar' + >>> _find_name_version_sep(fragment, canonical_name) + 8 + """ + # Project name and version must be separated by one single dash. Find all + # occurrences of dashes; if the string in front of it matches the canonical + # name, this is the one separating the name and version parts. + for i, c in enumerate(fragment): + if c != "-": + continue + if canonicalize_name(fragment[:i]) == canonical_name: + return i + raise ValueError(f"{fragment} does not match {canonical_name}") + + +def _extract_version_from_fragment(fragment: str, canonical_name: str) -> Optional[str]: + """Parse the version string from a + filename + "fragment" (stem) or egg fragment. + + :param fragment: The string to parse. E.g. foo-2.1 + :param canonical_name: The canonicalized name of the package this + belongs to. + """ + try: + version_start = _find_name_version_sep(fragment, canonical_name) + 1 + except ValueError: + return None + version = fragment[version_start:] + if not version: + return None + return version diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/sources.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/sources.py new file mode 100644 index 00000000..f4626d71 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/index/sources.py @@ -0,0 +1,285 @@ +import logging +import mimetypes +import os +from collections import defaultdict +from typing import Callable, Dict, Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import ( + InvalidSdistFilename, + InvalidVersion, + InvalidWheelFilename, + canonicalize_name, + parse_sdist_filename, + parse_wheel_filename, +) + +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url, url_to_path +from pip._internal.vcs import is_url + +logger = logging.getLogger(__name__) + +FoundCandidates = Iterable[InstallationCandidate] +FoundLinks = Iterable[Link] +CandidatesFromPage = Callable[[Link], Iterable[InstallationCandidate]] +PageValidator = Callable[[Link], bool] + + +class LinkSource: + @property + def link(self) -> Optional[Link]: + """Returns the underlying link, if there's one.""" + raise NotImplementedError() + + def page_candidates(self) -> FoundCandidates: + """Candidates found by parsing an archive listing HTML file.""" + raise NotImplementedError() + + def file_links(self) -> FoundLinks: + """Links found by specifying archives directly.""" + raise NotImplementedError() + + +def _is_html_file(file_url: str) -> bool: + return mimetypes.guess_type(file_url, strict=False)[0] == "text/html" + + +class _FlatDirectoryToUrls: + """Scans directory and caches results""" + + def __init__(self, path: str) -> None: + self._path = path + self._page_candidates: List[str] = [] + self._project_name_to_urls: Dict[str, List[str]] = defaultdict(list) + self._scanned_directory = False + + def _scan_directory(self) -> None: + """Scans directory once and populates both page_candidates + and project_name_to_urls at the same time + """ + for entry in os.scandir(self._path): + url = path_to_url(entry.path) + if _is_html_file(url): + self._page_candidates.append(url) + continue + + # File must have a valid wheel or sdist name, + # otherwise not worth considering as a package + try: + project_filename = parse_wheel_filename(entry.name)[0] + except (InvalidWheelFilename, InvalidVersion): + try: + project_filename = parse_sdist_filename(entry.name)[0] + except (InvalidSdistFilename, InvalidVersion): + continue + + self._project_name_to_urls[project_filename].append(url) + self._scanned_directory = True + + @property + def page_candidates(self) -> List[str]: + if not self._scanned_directory: + self._scan_directory() + + return self._page_candidates + + @property + def project_name_to_urls(self) -> Dict[str, List[str]]: + if not self._scanned_directory: + self._scan_directory() + + return self._project_name_to_urls + + +class _FlatDirectorySource(LinkSource): + """Link source specified by ``--find-links=``. + + This looks the content of the directory, and returns: + + * ``page_candidates``: Links listed on each HTML file in the directory. + * ``file_candidates``: Archives in the directory. + """ + + _paths_to_urls: Dict[str, _FlatDirectoryToUrls] = {} + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + path: str, + project_name: str, + ) -> None: + self._candidates_from_page = candidates_from_page + self._project_name = canonicalize_name(project_name) + + # Get existing instance of _FlatDirectoryToUrls if it exists + if path in self._paths_to_urls: + self._path_to_urls = self._paths_to_urls[path] + else: + self._path_to_urls = _FlatDirectoryToUrls(path=path) + self._paths_to_urls[path] = self._path_to_urls + + @property + def link(self) -> Optional[Link]: + return None + + def page_candidates(self) -> FoundCandidates: + for url in self._path_to_urls.page_candidates: + yield from self._candidates_from_page(Link(url)) + + def file_links(self) -> FoundLinks: + for url in self._path_to_urls.project_name_to_urls[self._project_name]: + yield Link(url) + + +class _LocalFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + If a URL is supplied, it must be a ``file:`` URL. If a path is supplied to + the option, it is converted to a URL first. This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not _is_html_file(self._link.url): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + if _is_html_file(self._link.url): + return + yield self._link + + +class _RemoteFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._page_validator = page_validator + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not self._page_validator(self._link): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + yield self._link + + +class _IndexDirectorySource(LinkSource): + """``--[extra-]index-url=``. + + This is treated like a remote URL; ``candidates_from_page`` contains logic + for this by appending ``index.html`` to the link. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + return () + + +def build_source( + location: str, + *, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + expand_dir: bool, + cache_link_parsing: bool, + project_name: str, +) -> Tuple[Optional[str], Optional[LinkSource]]: + path: Optional[str] = None + url: Optional[str] = None + if os.path.exists(location): # Is a local path. + url = path_to_url(location) + path = location + elif location.startswith("file:"): # A file: URL. + url = location + path = url_to_path(location) + elif is_url(location): + url = location + + if url is None: + msg = ( + "Location '%s' is ignored: " + "it is either a non-existing path or lacks a specific scheme." + ) + logger.warning(msg, location) + return (None, None) + + if path is None: + source: LinkSource = _RemoteFileSource( + candidates_from_page=candidates_from_page, + page_validator=page_validator, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + + if os.path.isdir(path): + if expand_dir: + source = _FlatDirectorySource( + candidates_from_page=candidates_from_page, + path=path, + project_name=project_name, + ) + else: + source = _IndexDirectorySource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + elif os.path.isfile(path): + source = _LocalFileSource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + logger.warning( + "Location '%s' is ignored: it is neither a file nor a directory.", + location, + ) + return (url, None) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py new file mode 100644 index 00000000..d54bc63e --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py @@ -0,0 +1,467 @@ +import functools +import logging +import os +import pathlib +import sys +import sysconfig +from typing import Any, Dict, Generator, Optional, Tuple + +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.virtualenv import running_under_virtualenv + +from . import _sysconfig +from .base import ( + USER_CACHE_DIR, + get_major_minor_version, + get_src_prefix, + is_osx_framework, + site_packages, + user_site, +) + +__all__ = [ + "USER_CACHE_DIR", + "get_bin_prefix", + "get_bin_user", + "get_major_minor_version", + "get_platlib", + "get_purelib", + "get_scheme", + "get_src_prefix", + "site_packages", + "user_site", +] + + +logger = logging.getLogger(__name__) + + +_PLATLIBDIR: str = getattr(sys, "platlibdir", "lib") + +_USE_SYSCONFIG_DEFAULT = sys.version_info >= (3, 10) + + +def _should_use_sysconfig() -> bool: + """This function determines the value of _USE_SYSCONFIG. + + By default, pip uses sysconfig on Python 3.10+. + But Python distributors can override this decision by setting: + sysconfig._PIP_USE_SYSCONFIG = True / False + Rationale in https://github.com/pypa/pip/issues/10647 + + This is a function for testability, but should be constant during any one + run. + """ + return bool(getattr(sysconfig, "_PIP_USE_SYSCONFIG", _USE_SYSCONFIG_DEFAULT)) + + +_USE_SYSCONFIG = _should_use_sysconfig() + +if not _USE_SYSCONFIG: + # Import distutils lazily to avoid deprecation warnings, + # but import it soon enough that it is in memory and available during + # a pip reinstall. + from . import _distutils + +# Be noisy about incompatibilities if this platforms "should" be using +# sysconfig, but is explicitly opting out and using distutils instead. +if _USE_SYSCONFIG_DEFAULT and not _USE_SYSCONFIG: + _MISMATCH_LEVEL = logging.WARNING +else: + _MISMATCH_LEVEL = logging.DEBUG + + +def _looks_like_bpo_44860() -> bool: + """The resolution to bpo-44860 will change this incorrect platlib. + + See . + """ + from distutils.command.install import INSTALL_SCHEMES + + try: + unix_user_platlib = INSTALL_SCHEMES["unix_user"]["platlib"] + except KeyError: + return False + return unix_user_platlib == "$usersite" + + +def _looks_like_red_hat_patched_platlib_purelib(scheme: Dict[str, str]) -> bool: + platlib = scheme["platlib"] + if "/$platlibdir/" in platlib: + platlib = platlib.replace("/$platlibdir/", f"/{_PLATLIBDIR}/") + if "/lib64/" not in platlib: + return False + unpatched = platlib.replace("/lib64/", "/lib/") + return unpatched.replace("$platbase/", "$base/") == scheme["purelib"] + + +@functools.lru_cache(maxsize=None) +def _looks_like_red_hat_lib() -> bool: + """Red Hat patches platlib in unix_prefix and unix_home, but not purelib. + + This is the only way I can see to tell a Red Hat-patched Python. + """ + from distutils.command.install import INSTALL_SCHEMES + + return all( + k in INSTALL_SCHEMES + and _looks_like_red_hat_patched_platlib_purelib(INSTALL_SCHEMES[k]) + for k in ("unix_prefix", "unix_home") + ) + + +@functools.lru_cache(maxsize=None) +def _looks_like_debian_scheme() -> bool: + """Debian adds two additional schemes.""" + from distutils.command.install import INSTALL_SCHEMES + + return "deb_system" in INSTALL_SCHEMES and "unix_local" in INSTALL_SCHEMES + + +@functools.lru_cache(maxsize=None) +def _looks_like_red_hat_scheme() -> bool: + """Red Hat patches ``sys.prefix`` and ``sys.exec_prefix``. + + Red Hat's ``00251-change-user-install-location.patch`` changes the install + command's ``prefix`` and ``exec_prefix`` to append ``"/local"``. This is + (fortunately?) done quite unconditionally, so we create a default command + object without any configuration to detect this. + """ + from distutils.command.install import install + from distutils.dist import Distribution + + cmd: Any = install(Distribution()) + cmd.finalize_options() + return ( + cmd.exec_prefix == f"{os.path.normpath(sys.exec_prefix)}/local" + and cmd.prefix == f"{os.path.normpath(sys.prefix)}/local" + ) + + +@functools.lru_cache(maxsize=None) +def _looks_like_slackware_scheme() -> bool: + """Slackware patches sysconfig but fails to patch distutils and site. + + Slackware changes sysconfig's user scheme to use ``"lib64"`` for the lib + path, but does not do the same to the site module. + """ + if user_site is None: # User-site not available. + return False + try: + paths = sysconfig.get_paths(scheme="posix_user", expand=False) + except KeyError: # User-site not available. + return False + return "/lib64/" in paths["purelib"] and "/lib64/" not in user_site + + +@functools.lru_cache(maxsize=None) +def _looks_like_msys2_mingw_scheme() -> bool: + """MSYS2 patches distutils and sysconfig to use a UNIX-like scheme. + + However, MSYS2 incorrectly patches sysconfig ``nt`` scheme. The fix is + likely going to be included in their 3.10 release, so we ignore the warning. + See msys2/MINGW-packages#9319. + + MSYS2 MINGW's patch uses lowercase ``"lib"`` instead of the usual uppercase, + and is missing the final ``"site-packages"``. + """ + paths = sysconfig.get_paths("nt", expand=False) + return all( + "Lib" not in p and "lib" in p and not p.endswith("site-packages") + for p in (paths[key] for key in ("platlib", "purelib")) + ) + + +def _fix_abiflags(parts: Tuple[str]) -> Generator[str, None, None]: + ldversion = sysconfig.get_config_var("LDVERSION") + abiflags = getattr(sys, "abiflags", None) + + # LDVERSION does not end with sys.abiflags. Just return the path unchanged. + if not ldversion or not abiflags or not ldversion.endswith(abiflags): + yield from parts + return + + # Strip sys.abiflags from LDVERSION-based path components. + for part in parts: + if part.endswith(ldversion): + part = part[: (0 - len(abiflags))] + yield part + + +@functools.lru_cache(maxsize=None) +def _warn_mismatched(old: pathlib.Path, new: pathlib.Path, *, key: str) -> None: + issue_url = "https://github.com/pypa/pip/issues/10151" + message = ( + "Value for %s does not match. Please report this to <%s>" + "\ndistutils: %s" + "\nsysconfig: %s" + ) + logger.log(_MISMATCH_LEVEL, message, key, issue_url, old, new) + + +def _warn_if_mismatch(old: pathlib.Path, new: pathlib.Path, *, key: str) -> bool: + if old == new: + return False + _warn_mismatched(old, new, key=key) + return True + + +@functools.lru_cache(maxsize=None) +def _log_context( + *, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + prefix: Optional[str] = None, +) -> None: + parts = [ + "Additional context:", + "user = %r", + "home = %r", + "root = %r", + "prefix = %r", + ] + + logger.log(_MISMATCH_LEVEL, "\n".join(parts), user, home, root, prefix) + + +def get_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> Scheme: + new = _sysconfig.get_scheme( + dist_name, + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + if _USE_SYSCONFIG: + return new + + old = _distutils.get_scheme( + dist_name, + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + + warning_contexts = [] + for k in SCHEME_KEYS: + old_v = pathlib.Path(getattr(old, k)) + new_v = pathlib.Path(getattr(new, k)) + + if old_v == new_v: + continue + + # distutils incorrectly put PyPy packages under ``site-packages/python`` + # in the ``posix_home`` scheme, but PyPy devs said they expect the + # directory name to be ``pypy`` instead. So we treat this as a bug fix + # and not warn about it. See bpo-43307 and python/cpython#24628. + skip_pypy_special_case = ( + sys.implementation.name == "pypy" + and home is not None + and k in ("platlib", "purelib") + and old_v.parent == new_v.parent + and old_v.name.startswith("python") + and new_v.name.startswith("pypy") + ) + if skip_pypy_special_case: + continue + + # sysconfig's ``osx_framework_user`` does not include ``pythonX.Y`` in + # the ``include`` value, but distutils's ``headers`` does. We'll let + # CPython decide whether this is a bug or feature. See bpo-43948. + skip_osx_framework_user_special_case = ( + user + and is_osx_framework() + and k == "headers" + and old_v.parent.parent == new_v.parent + and old_v.parent.name.startswith("python") + ) + if skip_osx_framework_user_special_case: + continue + + # On Red Hat and derived Linux distributions, distutils is patched to + # use "lib64" instead of "lib" for platlib. + if k == "platlib" and _looks_like_red_hat_lib(): + continue + + # On Python 3.9+, sysconfig's posix_user scheme sets platlib against + # sys.platlibdir, but distutils's unix_user incorrectly coninutes + # using the same $usersite for both platlib and purelib. This creates a + # mismatch when sys.platlibdir is not "lib". + skip_bpo_44860 = ( + user + and k == "platlib" + and not WINDOWS + and sys.version_info >= (3, 9) + and _PLATLIBDIR != "lib" + and _looks_like_bpo_44860() + ) + if skip_bpo_44860: + continue + + # Slackware incorrectly patches posix_user to use lib64 instead of lib, + # but not usersite to match the location. + skip_slackware_user_scheme = ( + user + and k in ("platlib", "purelib") + and not WINDOWS + and _looks_like_slackware_scheme() + ) + if skip_slackware_user_scheme: + continue + + # Both Debian and Red Hat patch Python to place the system site under + # /usr/local instead of /usr. Debian also places lib in dist-packages + # instead of site-packages, but the /usr/local check should cover it. + skip_linux_system_special_case = ( + not (user or home or prefix or running_under_virtualenv()) + and old_v.parts[1:3] == ("usr", "local") + and len(new_v.parts) > 1 + and new_v.parts[1] == "usr" + and (len(new_v.parts) < 3 or new_v.parts[2] != "local") + and (_looks_like_red_hat_scheme() or _looks_like_debian_scheme()) + ) + if skip_linux_system_special_case: + continue + + # On Python 3.7 and earlier, sysconfig does not include sys.abiflags in + # the "pythonX.Y" part of the path, but distutils does. + skip_sysconfig_abiflag_bug = ( + sys.version_info < (3, 8) + and not WINDOWS + and k in ("headers", "platlib", "purelib") + and tuple(_fix_abiflags(old_v.parts)) == new_v.parts + ) + if skip_sysconfig_abiflag_bug: + continue + + # MSYS2 MINGW's sysconfig patch does not include the "site-packages" + # part of the path. This is incorrect and will be fixed in MSYS. + skip_msys2_mingw_bug = ( + WINDOWS and k in ("platlib", "purelib") and _looks_like_msys2_mingw_scheme() + ) + if skip_msys2_mingw_bug: + continue + + # CPython's POSIX install script invokes pip (via ensurepip) against the + # interpreter located in the source tree, not the install site. This + # triggers special logic in sysconfig that's not present in distutils. + # https://github.com/python/cpython/blob/8c21941ddaf/Lib/sysconfig.py#L178-L194 + skip_cpython_build = ( + sysconfig.is_python_build(check_home=True) + and not WINDOWS + and k in ("headers", "include", "platinclude") + ) + if skip_cpython_build: + continue + + warning_contexts.append((old_v, new_v, f"scheme.{k}")) + + if not warning_contexts: + return old + + # Check if this path mismatch is caused by distutils config files. Those + # files will no longer work once we switch to sysconfig, so this raises a + # deprecation message for them. + default_old = _distutils.distutils_scheme( + dist_name, + user, + home, + root, + isolated, + prefix, + ignore_config_files=True, + ) + if any(default_old[k] != getattr(old, k) for k in SCHEME_KEYS): + deprecated( + reason=( + "Configuring installation scheme with distutils config files " + "is deprecated and will no longer work in the near future. If you " + "are using a Homebrew or Linuxbrew Python, please see discussion " + "at https://github.com/Homebrew/homebrew-core/issues/76621" + ), + replacement=None, + gone_in=None, + ) + return old + + # Post warnings about this mismatch so user can report them back. + for old_v, new_v, key in warning_contexts: + _warn_mismatched(old_v, new_v, key=key) + _log_context(user=user, home=home, root=root, prefix=prefix) + + return old + + +def get_bin_prefix() -> str: + new = _sysconfig.get_bin_prefix() + if _USE_SYSCONFIG: + return new + + old = _distutils.get_bin_prefix() + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="bin_prefix"): + _log_context() + return old + + +def get_bin_user() -> str: + return _sysconfig.get_scheme("", user=True).scripts + + +def _looks_like_deb_system_dist_packages(value: str) -> bool: + """Check if the value is Debian's APT-controlled dist-packages. + + Debian's ``distutils.sysconfig.get_python_lib()`` implementation returns the + default package path controlled by APT, but does not patch ``sysconfig`` to + do the same. This is similar to the bug worked around in ``get_scheme()``, + but here the default is ``deb_system`` instead of ``unix_local``. Ultimately + we can't do anything about this Debian bug, and this detection allows us to + skip the warning when needed. + """ + if not _looks_like_debian_scheme(): + return False + if value == "/usr/lib/python3/dist-packages": + return True + return False + + +def get_purelib() -> str: + """Return the default pure-Python lib location.""" + new = _sysconfig.get_purelib() + if _USE_SYSCONFIG: + return new + + old = _distutils.get_purelib() + if _looks_like_deb_system_dist_packages(old): + return old + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="purelib"): + _log_context() + return old + + +def get_platlib() -> str: + """Return the default platform-shared lib location.""" + new = _sysconfig.get_platlib() + if _USE_SYSCONFIG: + return new + + from . import _distutils + + old = _distutils.get_platlib() + if _looks_like_deb_system_dist_packages(old): + return old + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="platlib"): + _log_context() + return old diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..24600db3cf9d261faffee3179af666b504110fb5 GIT binary patch literal 16810 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..66de9062afc461f25c135d6bf14883a538fb02c5 GIT binary patch literal 6882 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..563c0a57ee8e568a3e2e11a0e61b6141d39f7857 GIT binary patch literal 8045 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 qkozEGwml6WSP9+^elo<)*Y=XK$M4VG?dQ7D Dict[str, str]: + """ + Return a distutils install scheme + """ + from distutils.dist import Distribution + + dist_args: Dict[str, Union[str, List[str]]] = {"name": dist_name} + if isolated: + dist_args["script_args"] = ["--no-user-cfg"] + + d = Distribution(dist_args) + if not ignore_config_files: + try: + d.parse_config_files() + except UnicodeDecodeError: + paths = d.find_config_files() + logger.warning( + "Ignore distutils configs in %s due to encoding errors.", + ", ".join(os.path.basename(p) for p in paths), + ) + obj: Optional[DistutilsCommand] = None + obj = d.get_command_obj("install", create=True) + assert obj is not None + i = cast(distutils_install_command, obj) + # NOTE: setting user or home has the side-effect of creating the home dir + # or user base for installations during finalize_options() + # ideally, we'd prefer a scheme class that has no side-effects. + assert not (user and prefix), f"user={user} prefix={prefix}" + assert not (home and prefix), f"home={home} prefix={prefix}" + i.user = user or i.user + if user or home: + i.prefix = "" + i.prefix = prefix or i.prefix + i.home = home or i.home + i.root = root or i.root + i.finalize_options() + + scheme = {} + for key in SCHEME_KEYS: + scheme[key] = getattr(i, "install_" + key) + + # install_lib specified in setup.cfg should install *everything* + # into there (i.e. it takes precedence over both purelib and + # platlib). Note, i.install_lib is *always* set after + # finalize_options(); we only want to override here if the user + # has explicitly requested it hence going back to the config + if "install_lib" in d.get_option_dict("install"): + scheme.update({"purelib": i.install_lib, "platlib": i.install_lib}) + + if running_under_virtualenv(): + if home: + prefix = home + elif user: + prefix = i.install_userbase + else: + prefix = i.prefix + scheme["headers"] = os.path.join( + prefix, + "include", + "site", + f"python{get_major_minor_version()}", + dist_name, + ) + + if root is not None: + path_no_drive = os.path.splitdrive(os.path.abspath(scheme["headers"]))[1] + scheme["headers"] = os.path.join(root, path_no_drive[1:]) + + return scheme + + +def get_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> Scheme: + """ + Get the "scheme" corresponding to the input parameters. The distutils + documentation provides the context for the available schemes: + https://docs.python.org/3/install/index.html#alternate-installation + + :param dist_name: the name of the package to retrieve the scheme for, used + in the headers scheme path + :param user: indicates to use the "user" scheme + :param home: indicates to use the "home" scheme and provides the base + directory for the same + :param root: root under which other directories are re-based + :param isolated: equivalent to --no-user-cfg, i.e. do not consider + ~/.pydistutils.cfg (posix) or ~/pydistutils.cfg (non-posix) for + scheme paths + :param prefix: indicates to use the "prefix" scheme and provides the + base directory for the same + """ + scheme = distutils_scheme(dist_name, user, home, root, isolated, prefix) + return Scheme( + platlib=scheme["platlib"], + purelib=scheme["purelib"], + headers=scheme["headers"], + scripts=scheme["scripts"], + data=scheme["data"], + ) + + +def get_bin_prefix() -> str: + # XXX: In old virtualenv versions, sys.prefix can contain '..' components, + # so we need to call normpath to eliminate them. + prefix = os.path.normpath(sys.prefix) + if WINDOWS: + bin_py = os.path.join(prefix, "Scripts") + # buildout uses 'bin' on Windows too? + if not os.path.exists(bin_py): + bin_py = os.path.join(prefix, "bin") + return bin_py + # Forcing to use /usr/local/bin for standard macOS framework installs + # Also log to ~/Library/Logs/ for use with the Console.app log viewer + if sys.platform[:6] == "darwin" and prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return os.path.join(prefix, "bin") + + +def get_purelib() -> str: + return get_python_lib(plat_specific=False) + + +def get_platlib() -> str: + return get_python_lib(plat_specific=True) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py new file mode 100644 index 00000000..97aef1f1 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py @@ -0,0 +1,213 @@ +import logging +import os +import sys +import sysconfig +import typing + +from pip._internal.exceptions import InvalidSchemeCombination, UserInstallationInvalid +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import change_root, get_major_minor_version, is_osx_framework + +logger = logging.getLogger(__name__) + + +# Notes on _infer_* functions. +# Unfortunately ``get_default_scheme()`` didn't exist before 3.10, so there's no +# way to ask things like "what is the '_prefix' scheme on this platform". These +# functions try to answer that with some heuristics while accounting for ad-hoc +# platforms not covered by CPython's default sysconfig implementation. If the +# ad-hoc implementation does not fully implement sysconfig, we'll fall back to +# a POSIX scheme. + +_AVAILABLE_SCHEMES = set(sysconfig.get_scheme_names()) + +_PREFERRED_SCHEME_API = getattr(sysconfig, "get_preferred_scheme", None) + + +def _should_use_osx_framework_prefix() -> bool: + """Check for Apple's ``osx_framework_library`` scheme. + + Python distributed by Apple's Command Line Tools has this special scheme + that's used when: + + * This is a framework build. + * We are installing into the system prefix. + + This does not account for ``pip install --prefix`` (also means we're not + installing to the system prefix), which should use ``posix_prefix``, but + logic here means ``_infer_prefix()`` outputs ``osx_framework_library``. But + since ``prefix`` is not available for ``sysconfig.get_default_scheme()``, + which is the stdlib replacement for ``_infer_prefix()``, presumably Apple + wouldn't be able to magically switch between ``osx_framework_library`` and + ``posix_prefix``. ``_infer_prefix()`` returning ``osx_framework_library`` + means its behavior is consistent whether we use the stdlib implementation + or our own, and we deal with this special case in ``get_scheme()`` instead. + """ + return ( + "osx_framework_library" in _AVAILABLE_SCHEMES + and not running_under_virtualenv() + and is_osx_framework() + ) + + +def _infer_prefix() -> str: + """Try to find a prefix scheme for the current platform. + + This tries: + + * A special ``osx_framework_library`` for Python distributed by Apple's + Command Line Tools, when not running in a virtual environment. + * Implementation + OS, used by PyPy on Windows (``pypy_nt``). + * Implementation without OS, used by PyPy on POSIX (``pypy``). + * OS + "prefix", used by CPython on POSIX (``posix_prefix``). + * Just the OS name, used by CPython on Windows (``nt``). + + If none of the above works, fall back to ``posix_prefix``. + """ + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("prefix") + if _should_use_osx_framework_prefix(): + return "osx_framework_library" + implementation_suffixed = f"{sys.implementation.name}_{os.name}" + if implementation_suffixed in _AVAILABLE_SCHEMES: + return implementation_suffixed + if sys.implementation.name in _AVAILABLE_SCHEMES: + return sys.implementation.name + suffixed = f"{os.name}_prefix" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + if os.name in _AVAILABLE_SCHEMES: # On Windows, prefx is just called "nt". + return os.name + return "posix_prefix" + + +def _infer_user() -> str: + """Try to find a user scheme for the current platform.""" + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("user") + if is_osx_framework() and not running_under_virtualenv(): + suffixed = "osx_framework_user" + else: + suffixed = f"{os.name}_user" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + if "posix_user" not in _AVAILABLE_SCHEMES: # User scheme unavailable. + raise UserInstallationInvalid() + return "posix_user" + + +def _infer_home() -> str: + """Try to find a home for the current platform.""" + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("home") + suffixed = f"{os.name}_home" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + return "posix_home" + + +# Update these keys if the user sets a custom home. +_HOME_KEYS = [ + "installed_base", + "base", + "installed_platbase", + "platbase", + "prefix", + "exec_prefix", +] +if sysconfig.get_config_var("userbase") is not None: + _HOME_KEYS.append("userbase") + + +def get_scheme( + dist_name: str, + user: bool = False, + home: typing.Optional[str] = None, + root: typing.Optional[str] = None, + isolated: bool = False, + prefix: typing.Optional[str] = None, +) -> Scheme: + """ + Get the "scheme" corresponding to the input parameters. + + :param dist_name: the name of the package to retrieve the scheme for, used + in the headers scheme path + :param user: indicates to use the "user" scheme + :param home: indicates to use the "home" scheme + :param root: root under which other directories are re-based + :param isolated: ignored, but kept for distutils compatibility (where + this controls whether the user-site pydistutils.cfg is honored) + :param prefix: indicates to use the "prefix" scheme and provides the + base directory for the same + """ + if user and prefix: + raise InvalidSchemeCombination("--user", "--prefix") + if home and prefix: + raise InvalidSchemeCombination("--home", "--prefix") + + if home is not None: + scheme_name = _infer_home() + elif user: + scheme_name = _infer_user() + else: + scheme_name = _infer_prefix() + + # Special case: When installing into a custom prefix, use posix_prefix + # instead of osx_framework_library. See _should_use_osx_framework_prefix() + # docstring for details. + if prefix is not None and scheme_name == "osx_framework_library": + scheme_name = "posix_prefix" + + if home is not None: + variables = {k: home for k in _HOME_KEYS} + elif prefix is not None: + variables = {k: prefix for k in _HOME_KEYS} + else: + variables = {} + + paths = sysconfig.get_paths(scheme=scheme_name, vars=variables) + + # Logic here is very arbitrary, we're doing it for compatibility, don't ask. + # 1. Pip historically uses a special header path in virtual environments. + # 2. If the distribution name is not known, distutils uses 'UNKNOWN'. We + # only do the same when not running in a virtual environment because + # pip's historical header path logic (see point 1) did not do this. + if running_under_virtualenv(): + if user: + base = variables.get("userbase", sys.prefix) + else: + base = variables.get("base", sys.prefix) + python_xy = f"python{get_major_minor_version()}" + paths["include"] = os.path.join(base, "include", "site", python_xy) + elif not dist_name: + dist_name = "UNKNOWN" + + scheme = Scheme( + platlib=paths["platlib"], + purelib=paths["purelib"], + headers=os.path.join(paths["include"], dist_name), + scripts=paths["scripts"], + data=paths["data"], + ) + if root is not None: + for key in SCHEME_KEYS: + value = change_root(root, getattr(scheme, key)) + setattr(scheme, key, value) + return scheme + + +def get_bin_prefix() -> str: + # Forcing to use /usr/local/bin for standard macOS framework installs. + if sys.platform[:6] == "darwin" and sys.prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return sysconfig.get_paths()["scripts"] + + +def get_purelib() -> str: + return sysconfig.get_paths()["purelib"] + + +def get_platlib() -> str: + return sysconfig.get_paths()["platlib"] diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py new file mode 100644 index 00000000..3f9f896e --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py @@ -0,0 +1,81 @@ +import functools +import os +import site +import sys +import sysconfig +import typing + +from pip._internal.exceptions import InstallationError +from pip._internal.utils import appdirs +from pip._internal.utils.virtualenv import running_under_virtualenv + +# Application Directories +USER_CACHE_DIR = appdirs.user_cache_dir("pip") + +# FIXME doesn't account for venv linked to global site-packages +site_packages: str = sysconfig.get_path("purelib") + + +def get_major_minor_version() -> str: + """ + Return the major-minor version of the current Python as a string, e.g. + "3.7" or "3.10". + """ + return "{}.{}".format(*sys.version_info) + + +def change_root(new_root: str, pathname: str) -> str: + """Return 'pathname' with 'new_root' prepended. + + If 'pathname' is relative, this is equivalent to os.path.join(new_root, pathname). + Otherwise, it requires making 'pathname' relative and then joining the + two, which is tricky on DOS/Windows and Mac OS. + + This is borrowed from Python's standard library's distutils module. + """ + if os.name == "posix": + if not os.path.isabs(pathname): + return os.path.join(new_root, pathname) + else: + return os.path.join(new_root, pathname[1:]) + + elif os.name == "nt": + (drive, path) = os.path.splitdrive(pathname) + if path[0] == "\\": + path = path[1:] + return os.path.join(new_root, path) + + else: + raise InstallationError( + f"Unknown platform: {os.name}\n" + "Can not change root path prefix on unknown platform." + ) + + +def get_src_prefix() -> str: + if running_under_virtualenv(): + src_prefix = os.path.join(sys.prefix, "src") + else: + # FIXME: keep src in cwd for now (it is not a temporary folder) + try: + src_prefix = os.path.join(os.getcwd(), "src") + except OSError: + # In case the current working directory has been renamed or deleted + sys.exit("The folder you are executing pip from can no longer be found.") + + # under macOS + virtualenv sys.prefix is not properly resolved + # it is something like /path/to/python/bin/.. + return os.path.abspath(src_prefix) + + +try: + # Use getusersitepackages if this is present, as it ensures that the + # value is initialised properly. + user_site: typing.Optional[str] = site.getusersitepackages() +except AttributeError: + user_site = site.USER_SITE + + +@functools.lru_cache(maxsize=None) +def is_osx_framework() -> bool: + return bool(sysconfig.get_config_var("PYTHONFRAMEWORK")) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/main.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/main.py new file mode 100644 index 00000000..33c6d24c --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/main.py @@ -0,0 +1,12 @@ +from typing import List, Optional + + +def main(args: Optional[List[str]] = None) -> int: + """This is preserved for old console scripts that may still be referencing + it. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py new file mode 100644 index 00000000..aa232b6c --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py @@ -0,0 +1,128 @@ +import contextlib +import functools +import os +import sys +from typing import TYPE_CHECKING, List, Optional, Type, cast + +from pip._internal.utils.misc import strtobool + +from .base import BaseDistribution, BaseEnvironment, FilesystemWheel, MemoryWheel, Wheel + +if TYPE_CHECKING: + from typing import Literal, Protocol +else: + Protocol = object + +__all__ = [ + "BaseDistribution", + "BaseEnvironment", + "FilesystemWheel", + "MemoryWheel", + "Wheel", + "get_default_environment", + "get_environment", + "get_wheel_distribution", + "select_backend", +] + + +def _should_use_importlib_metadata() -> bool: + """Whether to use the ``importlib.metadata`` or ``pkg_resources`` backend. + + By default, pip uses ``importlib.metadata`` on Python 3.11+, and + ``pkg_resourcess`` otherwise. This can be overridden by a couple of ways: + + * If environment variable ``_PIP_USE_IMPORTLIB_METADATA`` is set, it + dictates whether ``importlib.metadata`` is used, regardless of Python + version. + * On Python 3.11+, Python distributors can patch ``importlib.metadata`` + to add a global constant ``_PIP_USE_IMPORTLIB_METADATA = False``. This + makes pip use ``pkg_resources`` (unless the user set the aforementioned + environment variable to *True*). + """ + with contextlib.suppress(KeyError, ValueError): + return bool(strtobool(os.environ["_PIP_USE_IMPORTLIB_METADATA"])) + if sys.version_info < (3, 11): + return False + import importlib.metadata + + return bool(getattr(importlib.metadata, "_PIP_USE_IMPORTLIB_METADATA", True)) + + +class Backend(Protocol): + NAME: 'Literal["importlib", "pkg_resources"]' + Distribution: Type[BaseDistribution] + Environment: Type[BaseEnvironment] + + +@functools.lru_cache(maxsize=None) +def select_backend() -> Backend: + if _should_use_importlib_metadata(): + from . import importlib + + return cast(Backend, importlib) + from . import pkg_resources + + return cast(Backend, pkg_resources) + + +def get_default_environment() -> BaseEnvironment: + """Get the default representation for the current environment. + + This returns an Environment instance from the chosen backend. The default + Environment instance should be built from ``sys.path`` and may use caching + to share instance state accorss calls. + """ + return select_backend().Environment.default() + + +def get_environment(paths: Optional[List[str]]) -> BaseEnvironment: + """Get a representation of the environment specified by ``paths``. + + This returns an Environment instance from the chosen backend based on the + given import paths. The backend must build a fresh instance representing + the state of installed distributions when this function is called. + """ + return select_backend().Environment.from_paths(paths) + + +def get_directory_distribution(directory: str) -> BaseDistribution: + """Get the distribution metadata representation in the specified directory. + + This returns a Distribution instance from the chosen backend based on + the given on-disk ``.dist-info`` directory. + """ + return select_backend().Distribution.from_directory(directory) + + +def get_wheel_distribution(wheel: Wheel, canonical_name: str) -> BaseDistribution: + """Get the representation of the specified wheel's distribution metadata. + + This returns a Distribution instance from the chosen backend based on + the given wheel's ``.dist-info`` directory. + + :param canonical_name: Normalized project name of the given wheel. + """ + return select_backend().Distribution.from_wheel(wheel, canonical_name) + + +def get_metadata_distribution( + metadata_contents: bytes, + filename: str, + canonical_name: str, +) -> BaseDistribution: + """Get the dist representation of the specified METADATA file contents. + + This returns a Distribution instance from the chosen backend sourced from the data + in `metadata_contents`. + + :param metadata_contents: Contents of a METADATA file within a dist, or one served + via PEP 658. + :param filename: Filename for the dist this metadata represents. + :param canonical_name: Normalized project name of the given dist. + """ + return select_backend().Distribution.from_metadata_file_contents( + metadata_contents, + filename, + canonical_name, + ) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..82bf0c8ac23d3bc4c3ea0a7a471e1e1af805c4d7 GIT binary patch literal 5916 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 KA10wEWZ>WSZ6dS) literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a88a2a3142d2ef43430db2b0da4ef493d56a0e36 GIT binary patch literal 2909 zcmZt|TWlLy_0H2y#*Xu9l2y{Kchk^y6UPnFqLrF0xN+KrG}*Flsn$?M6VFXD$vn)R zaZ-md3etY0v{DmkrKYe@FCfvSNPvXI{+3^UnspbvqaZ5r#h*8+fXxTu+_5KitG&|9 zJ+FK2ne&{#gu|@})^}(67A67uCq?`v)`0^9fV)UR3Zo&N$uK&bVRbIUF_gw?ye?z} z59Tyc4`c#*FcZ{UGA(**rj(%*q7iA z;IsgztuUB2(1VvX z*n(4YI*#YyLnszXnQMk-%1Zp|JC~?pF`2iQOycosU>xhRs!?9+jI0_q zJlNy6H_(Pm;F6lfhUMMcI;qK)r7ozL(9a6LgTJ3w3AW-X@EN5V}PpA!}4px=hSvoVBT$6mJ83RaHP2NDDNATPQFG zsffu5uxW@I*AK4^RFT^6oV|JW)|-EmqPtSG)K$usrPGi3(+9vtE~i_I&p9ywRL_Y| z;Nzg08Jo&^%dWcyA)C6|TeXT**d_|EaPRR&Mny%|_Im?Lq3b_K=zE}{$Q5~qbI>Y7 znA?)w;%joahxKq31&1d?5I)K0HTH&73f&R2>>|pt*P$a7MHV@XBlW;-6^jir}AVvZRw*;)u%~4LKk3 z6Avuwu3Ogr<(hp-uqEKIjxYf#ZkKqP&|SW^#(pFnbb>^1f)1;Q^n}Bv!8Z&%MRBbO ziUrosLU&ok#E#0*dP9tw^RzUhkYXlKzmiXd&^nB-&EL~aat$lfXb{;!-;|Sx(4oc^ zxp&d++2Z{ytatOm-r$+vca#Um_fboDY&)_gY~84I_3!-fldgD`6_1TP?K^%ybT3r8_M|Uf z89coctOij>@7?frcqd<4dVC`BY5SRK7o2_8jk-%Wos{jpFUIrndl9cinadTl#WVm@tuwMx;= zsm~E?p9j&glcmXDU;OamgQ;K6mb=F{rz#MNGe=2os%zUvw1V((Z--(W&XRHvo;890pGAjPLr+0El zoQ*}?koO}qTKl_el#N#nZn(zOYyWtJ&K_5^3puC+Lc0f{MN4Q1YS{q21`+CQFZiDC zKSJbXN}%;}7@W{eC9mOgFyAi2Q oFwF2)x{6@iNgvRy8XRUix2{zYY^Cl}_Q7~*>BAGxDC%AIe+S&%Y5)KL literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fd8b21b65528153c5b8a1b7cca5a4e1a848afff3 GIT binary patch literal 35746 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..412641b18b763fc096099ae8de27475dddd86844 GIT binary patch literal 15821 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�qFt%YAYMpL73nU@ffM8Uy+ z17uYBO&yFis^TgBdQqafyxdv8A-&60ObN<~y6ZR7ZVcTxmA7#!e%es`iP&i6*JDZ$ z4_=ATARf7^x*`1_hLh4Cd@8XCHDf7F;!(K!LPdi#h}5k@ZMuYymN`>_<%VM~v?y#{Cgvhx}vaY>7ErV9x#zX6Q%EzK@yXKVlC4HHG|$ znfjQS{FpiMQ;Ur?{gi?1p_g&)x@!Bx-m%nHvUe2h9V>f__Q9*xPi(DMEsv~b)^ok% s5d)8(x&my&rwn9|j str: + return field.lower().replace("-", "_") + + +def msg_to_json(msg: Message) -> Dict[str, Any]: + """Convert a Message object into a JSON-compatible dictionary.""" + + def sanitise_header(h: Union[Header, str]) -> str: + if isinstance(h, Header): + chunks = [] + for bytes, encoding in decode_header(h): + if encoding == "unknown-8bit": + try: + # See if UTF-8 works + bytes.decode("utf-8") + encoding = "utf-8" + except UnicodeDecodeError: + # If not, latin1 at least won't fail + encoding = "latin1" + chunks.append((bytes, encoding)) + return str(make_header(chunks)) + return str(h) + + result = {} + for field, multi in METADATA_FIELDS: + if field not in msg: + continue + key = json_name(field) + if multi: + value: Union[str, List[str]] = [ + sanitise_header(v) for v in msg.get_all(field) # type: ignore + ] + else: + value = sanitise_header(msg.get(field)) # type: ignore + if key == "keywords": + # Accept both comma-separated and space-separated + # forms, for better compatibility with old data. + if "," in value: + value = [v.strip() for v in value.split(",")] + else: + value = value.split() + result[key] = value + + payload = msg.get_payload() + if payload: + result["description"] = payload + + return result diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py new file mode 100644 index 00000000..92491244 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py @@ -0,0 +1,702 @@ +import csv +import email.message +import functools +import json +import logging +import pathlib +import re +import zipfile +from typing import ( + IO, + TYPE_CHECKING, + Any, + Collection, + Container, + Dict, + Iterable, + Iterator, + List, + NamedTuple, + Optional, + Tuple, + Union, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import InvalidSpecifier, SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import LegacyVersion, Version + +from pip._internal.exceptions import NoneMetadataError +from pip._internal.locations import site_packages, user_site +from pip._internal.models.direct_url import ( + DIRECT_URL_METADATA_NAME, + DirectUrl, + DirectUrlValidationError, +) +from pip._internal.utils.compat import stdlib_pkgs # TODO: Move definition here. +from pip._internal.utils.egg_link import egg_link_path_from_sys_path +from pip._internal.utils.misc import is_local, normalize_path +from pip._internal.utils.urls import url_to_path + +from ._json import msg_to_json + +if TYPE_CHECKING: + from typing import Protocol +else: + Protocol = object + +DistributionVersion = Union[LegacyVersion, Version] + +InfoPath = Union[str, pathlib.PurePath] + +logger = logging.getLogger(__name__) + + +class BaseEntryPoint(Protocol): + @property + def name(self) -> str: + raise NotImplementedError() + + @property + def value(self) -> str: + raise NotImplementedError() + + @property + def group(self) -> str: + raise NotImplementedError() + + +def _convert_installed_files_path( + entry: Tuple[str, ...], + info: Tuple[str, ...], +) -> str: + """Convert a legacy installed-files.txt path into modern RECORD path. + + The legacy format stores paths relative to the info directory, while the + modern format stores paths relative to the package root, e.g. the + site-packages directory. + + :param entry: Path parts of the installed-files.txt entry. + :param info: Path parts of the egg-info directory relative to package root. + :returns: The converted entry. + + For best compatibility with symlinks, this does not use ``abspath()`` or + ``Path.resolve()``, but tries to work with path parts: + + 1. While ``entry`` starts with ``..``, remove the equal amounts of parts + from ``info``; if ``info`` is empty, start appending ``..`` instead. + 2. Join the two directly. + """ + while entry and entry[0] == "..": + if not info or info[-1] == "..": + info += ("..",) + else: + info = info[:-1] + entry = entry[1:] + return str(pathlib.Path(*info, *entry)) + + +class RequiresEntry(NamedTuple): + requirement: str + extra: str + marker: str + + +class BaseDistribution(Protocol): + @classmethod + def from_directory(cls, directory: str) -> "BaseDistribution": + """Load the distribution from a metadata directory. + + :param directory: Path to a metadata directory, e.g. ``.dist-info``. + """ + raise NotImplementedError() + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> "BaseDistribution": + """Load the distribution from the contents of a METADATA file. + + This is used to implement PEP 658 by generating a "shallow" dist object that can + be used for resolution without downloading or building the actual dist yet. + + :param metadata_contents: The contents of a METADATA file. + :param filename: File name for the dist with this metadata. + :param project_name: Name of the project this dist represents. + """ + raise NotImplementedError() + + @classmethod + def from_wheel(cls, wheel: "Wheel", name: str) -> "BaseDistribution": + """Load the distribution from a given wheel. + + :param wheel: A concrete wheel definition. + :param name: File name of the wheel. + + :raises InvalidWheel: Whenever loading of the wheel causes a + :py:exc:`zipfile.BadZipFile` exception to be thrown. + :raises UnsupportedWheel: If the wheel is a valid zip, but malformed + internally. + """ + raise NotImplementedError() + + def __repr__(self) -> str: + return f"{self.raw_name} {self.version} ({self.location})" + + def __str__(self) -> str: + return f"{self.raw_name} {self.version}" + + @property + def location(self) -> Optional[str]: + """Where the distribution is loaded from. + + A string value is not necessarily a filesystem path, since distributions + can be loaded from other sources, e.g. arbitrary zip archives. ``None`` + means the distribution is created in-memory. + + Do not canonicalize this value with e.g. ``pathlib.Path.resolve()``. If + this is a symbolic link, we want to preserve the relative path between + it and files in the distribution. + """ + raise NotImplementedError() + + @property + def editable_project_location(self) -> Optional[str]: + """The project location for editable distributions. + + This is the directory where pyproject.toml or setup.py is located. + None if the distribution is not installed in editable mode. + """ + # TODO: this property is relatively costly to compute, memoize it ? + direct_url = self.direct_url + if direct_url: + if direct_url.is_local_editable(): + return url_to_path(direct_url.url) + else: + # Search for an .egg-link file by walking sys.path, as it was + # done before by dist_is_editable(). + egg_link_path = egg_link_path_from_sys_path(self.raw_name) + if egg_link_path: + # TODO: get project location from second line of egg_link file + # (https://github.com/pypa/pip/issues/10243) + return self.location + return None + + @property + def installed_location(self) -> Optional[str]: + """The distribution's "installed" location. + + This should generally be a ``site-packages`` directory. This is + usually ``dist.location``, except for legacy develop-installed packages, + where ``dist.location`` is the source code location, and this is where + the ``.egg-link`` file is. + + The returned location is normalized (in particular, with symlinks removed). + """ + raise NotImplementedError() + + @property + def info_location(self) -> Optional[str]: + """Location of the .[egg|dist]-info directory or file. + + Similarly to ``location``, a string value is not necessarily a + filesystem path. ``None`` means the distribution is created in-memory. + + For a modern .dist-info installation on disk, this should be something + like ``{location}/{raw_name}-{version}.dist-info``. + + Do not canonicalize this value with e.g. ``pathlib.Path.resolve()``. If + this is a symbolic link, we want to preserve the relative path between + it and other files in the distribution. + """ + raise NotImplementedError() + + @property + def installed_by_distutils(self) -> bool: + """Whether this distribution is installed with legacy distutils format. + + A distribution installed with "raw" distutils not patched by setuptools + uses one single file at ``info_location`` to store metadata. We need to + treat this specially on uninstallation. + """ + info_location = self.info_location + if not info_location: + return False + return pathlib.Path(info_location).is_file() + + @property + def installed_as_egg(self) -> bool: + """Whether this distribution is installed as an egg. + + This usually indicates the distribution was installed by (older versions + of) easy_install. + """ + location = self.location + if not location: + return False + return location.endswith(".egg") + + @property + def installed_with_setuptools_egg_info(self) -> bool: + """Whether this distribution is installed with the ``.egg-info`` format. + + This usually indicates the distribution was installed with setuptools + with an old pip version or with ``single-version-externally-managed``. + + Note that this ensure the metadata store is a directory. distutils can + also installs an ``.egg-info``, but as a file, not a directory. This + property is *False* for that case. Also see ``installed_by_distutils``. + """ + info_location = self.info_location + if not info_location: + return False + if not info_location.endswith(".egg-info"): + return False + return pathlib.Path(info_location).is_dir() + + @property + def installed_with_dist_info(self) -> bool: + """Whether this distribution is installed with the "modern format". + + This indicates a "modern" installation, e.g. storing metadata in the + ``.dist-info`` directory. This applies to installations made by + setuptools (but through pip, not directly), or anything using the + standardized build backend interface (PEP 517). + """ + info_location = self.info_location + if not info_location: + return False + if not info_location.endswith(".dist-info"): + return False + return pathlib.Path(info_location).is_dir() + + @property + def canonical_name(self) -> NormalizedName: + raise NotImplementedError() + + @property + def version(self) -> DistributionVersion: + raise NotImplementedError() + + @property + def setuptools_filename(self) -> str: + """Convert a project name to its setuptools-compatible filename. + + This is a copy of ``pkg_resources.to_filename()`` for compatibility. + """ + return self.raw_name.replace("-", "_") + + @property + def direct_url(self) -> Optional[DirectUrl]: + """Obtain a DirectUrl from this distribution. + + Returns None if the distribution has no `direct_url.json` metadata, + or if `direct_url.json` is invalid. + """ + try: + content = self.read_text(DIRECT_URL_METADATA_NAME) + except FileNotFoundError: + return None + try: + return DirectUrl.from_json(content) + except ( + UnicodeDecodeError, + json.JSONDecodeError, + DirectUrlValidationError, + ) as e: + logger.warning( + "Error parsing %s for %s: %s", + DIRECT_URL_METADATA_NAME, + self.canonical_name, + e, + ) + return None + + @property + def installer(self) -> str: + try: + installer_text = self.read_text("INSTALLER") + except (OSError, ValueError, NoneMetadataError): + return "" # Fail silently if the installer file cannot be read. + for line in installer_text.splitlines(): + cleaned_line = line.strip() + if cleaned_line: + return cleaned_line + return "" + + @property + def requested(self) -> bool: + return self.is_file("REQUESTED") + + @property + def editable(self) -> bool: + return bool(self.editable_project_location) + + @property + def local(self) -> bool: + """If distribution is installed in the current virtual environment. + + Always True if we're not in a virtualenv. + """ + if self.installed_location is None: + return False + return is_local(self.installed_location) + + @property + def in_usersite(self) -> bool: + if self.installed_location is None or user_site is None: + return False + return self.installed_location.startswith(normalize_path(user_site)) + + @property + def in_site_packages(self) -> bool: + if self.installed_location is None or site_packages is None: + return False + return self.installed_location.startswith(normalize_path(site_packages)) + + def is_file(self, path: InfoPath) -> bool: + """Check whether an entry in the info directory is a file.""" + raise NotImplementedError() + + def iter_distutils_script_names(self) -> Iterator[str]: + """Find distutils 'scripts' entries metadata. + + If 'scripts' is supplied in ``setup.py``, distutils records those in the + installed distribution's ``scripts`` directory, a file for each script. + """ + raise NotImplementedError() + + def read_text(self, path: InfoPath) -> str: + """Read a file in the info directory. + + :raise FileNotFoundError: If ``path`` does not exist in the directory. + :raise NoneMetadataError: If ``path`` exists in the info directory, but + cannot be read. + """ + raise NotImplementedError() + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + raise NotImplementedError() + + def _metadata_impl(self) -> email.message.Message: + raise NotImplementedError() + + @functools.lru_cache(maxsize=1) + def _metadata_cached(self) -> email.message.Message: + # When we drop python 3.7 support, move this to the metadata property and use + # functools.cached_property instead of lru_cache. + metadata = self._metadata_impl() + self._add_egg_info_requires(metadata) + return metadata + + @property + def metadata(self) -> email.message.Message: + """Metadata of distribution parsed from e.g. METADATA or PKG-INFO. + + This should return an empty message if the metadata file is unavailable. + + :raises NoneMetadataError: If the metadata file is available, but does + not contain valid metadata. + """ + return self._metadata_cached() + + @property + def metadata_dict(self) -> Dict[str, Any]: + """PEP 566 compliant JSON-serializable representation of METADATA or PKG-INFO. + + This should return an empty dict if the metadata file is unavailable. + + :raises NoneMetadataError: If the metadata file is available, but does + not contain valid metadata. + """ + return msg_to_json(self.metadata) + + @property + def metadata_version(self) -> Optional[str]: + """Value of "Metadata-Version:" in distribution metadata, if available.""" + return self.metadata.get("Metadata-Version") + + @property + def raw_name(self) -> str: + """Value of "Name:" in distribution metadata.""" + # The metadata should NEVER be missing the Name: key, but if it somehow + # does, fall back to the known canonical name. + return self.metadata.get("Name", self.canonical_name) + + @property + def requires_python(self) -> SpecifierSet: + """Value of "Requires-Python:" in distribution metadata. + + If the key does not exist or contains an invalid value, an empty + SpecifierSet should be returned. + """ + value = self.metadata.get("Requires-Python") + if value is None: + return SpecifierSet() + try: + # Convert to str to satisfy the type checker; this can be a Header object. + spec = SpecifierSet(str(value)) + except InvalidSpecifier as e: + message = "Package %r has an invalid Requires-Python: %s" + logger.warning(message, self.raw_name, e) + return SpecifierSet() + return spec + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + """Dependencies of this distribution. + + For modern .dist-info distributions, this is the collection of + "Requires-Dist:" entries in distribution metadata. + """ + raise NotImplementedError() + + def iter_provided_extras(self) -> Iterable[str]: + """Extras provided by this distribution. + + For modern .dist-info distributions, this is the collection of + "Provides-Extra:" entries in distribution metadata. + + The return value of this function is not particularly useful other than + display purposes due to backward compatibility issues and the extra + names being poorly normalized prior to PEP 685. If you want to perform + logic operations on extras, use :func:`is_extra_provided` instead. + """ + raise NotImplementedError() + + def is_extra_provided(self, extra: str) -> bool: + """Check whether an extra is provided by this distribution. + + This is needed mostly for compatibility issues with pkg_resources not + following the extra normalization rules defined in PEP 685. + """ + raise NotImplementedError() + + def _iter_declared_entries_from_record(self) -> Optional[Iterator[str]]: + try: + text = self.read_text("RECORD") + except FileNotFoundError: + return None + # This extra Path-str cast normalizes entries. + return (str(pathlib.Path(row[0])) for row in csv.reader(text.splitlines())) + + def _iter_declared_entries_from_legacy(self) -> Optional[Iterator[str]]: + try: + text = self.read_text("installed-files.txt") + except FileNotFoundError: + return None + paths = (p for p in text.splitlines(keepends=False) if p) + root = self.location + info = self.info_location + if root is None or info is None: + return paths + try: + info_rel = pathlib.Path(info).relative_to(root) + except ValueError: # info is not relative to root. + return paths + if not info_rel.parts: # info *is* root. + return paths + return ( + _convert_installed_files_path(pathlib.Path(p).parts, info_rel.parts) + for p in paths + ) + + def iter_declared_entries(self) -> Optional[Iterator[str]]: + """Iterate through file entries declared in this distribution. + + For modern .dist-info distributions, this is the files listed in the + ``RECORD`` metadata file. For legacy setuptools distributions, this + comes from ``installed-files.txt``, with entries normalized to be + compatible with the format used by ``RECORD``. + + :return: An iterator for listed entries, or None if the distribution + contains neither ``RECORD`` nor ``installed-files.txt``. + """ + return ( + self._iter_declared_entries_from_record() + or self._iter_declared_entries_from_legacy() + ) + + def _iter_requires_txt_entries(self) -> Iterator[RequiresEntry]: + """Parse a ``requires.txt`` in an egg-info directory. + + This is an INI-ish format where an egg-info stores dependencies. A + section name describes extra other environment markers, while each entry + is an arbitrary string (not a key-value pair) representing a dependency + as a requirement string (no markers). + + There is a construct in ``importlib.metadata`` called ``Sectioned`` that + does mostly the same, but the format is currently considered private. + """ + try: + content = self.read_text("requires.txt") + except FileNotFoundError: + return + extra = marker = "" # Section-less entries don't have markers. + for line in content.splitlines(): + line = line.strip() + if not line or line.startswith("#"): # Comment; ignored. + continue + if line.startswith("[") and line.endswith("]"): # A section header. + extra, _, marker = line.strip("[]").partition(":") + continue + yield RequiresEntry(requirement=line, extra=extra, marker=marker) + + def _iter_egg_info_extras(self) -> Iterable[str]: + """Get extras from the egg-info directory.""" + known_extras = {""} + for entry in self._iter_requires_txt_entries(): + extra = canonicalize_name(entry.extra) + if extra in known_extras: + continue + known_extras.add(extra) + yield extra + + def _iter_egg_info_dependencies(self) -> Iterable[str]: + """Get distribution dependencies from the egg-info directory. + + To ease parsing, this converts a legacy dependency entry into a PEP 508 + requirement string. Like ``_iter_requires_txt_entries()``, there is code + in ``importlib.metadata`` that does mostly the same, but not do exactly + what we need. + + Namely, ``importlib.metadata`` does not normalize the extra name before + putting it into the requirement string, which causes marker comparison + to fail because the dist-info format do normalize. This is consistent in + all currently available PEP 517 backends, although not standardized. + """ + for entry in self._iter_requires_txt_entries(): + extra = canonicalize_name(entry.extra) + if extra and entry.marker: + marker = f'({entry.marker}) and extra == "{extra}"' + elif extra: + marker = f'extra == "{extra}"' + elif entry.marker: + marker = entry.marker + else: + marker = "" + if marker: + yield f"{entry.requirement} ; {marker}" + else: + yield entry.requirement + + def _add_egg_info_requires(self, metadata: email.message.Message) -> None: + """Add egg-info requires.txt information to the metadata.""" + if not metadata.get_all("Requires-Dist"): + for dep in self._iter_egg_info_dependencies(): + metadata["Requires-Dist"] = dep + if not metadata.get_all("Provides-Extra"): + for extra in self._iter_egg_info_extras(): + metadata["Provides-Extra"] = extra + + +class BaseEnvironment: + """An environment containing distributions to introspect.""" + + @classmethod + def default(cls) -> "BaseEnvironment": + raise NotImplementedError() + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> "BaseEnvironment": + raise NotImplementedError() + + def get_distribution(self, name: str) -> Optional["BaseDistribution"]: + """Given a requirement name, return the installed distributions. + + The name may not be normalized. The implementation must canonicalize + it for lookup. + """ + raise NotImplementedError() + + def _iter_distributions(self) -> Iterator["BaseDistribution"]: + """Iterate through installed distributions. + + This function should be implemented by subclass, but never called + directly. Use the public ``iter_distribution()`` instead, which + implements additional logic to make sure the distributions are valid. + """ + raise NotImplementedError() + + def iter_all_distributions(self) -> Iterator[BaseDistribution]: + """Iterate through all installed distributions without any filtering.""" + for dist in self._iter_distributions(): + # Make sure the distribution actually comes from a valid Python + # packaging distribution. Pip's AdjacentTempDirectory leaves folders + # e.g. ``~atplotlib.dist-info`` if cleanup was interrupted. The + # valid project name pattern is taken from PEP 508. + project_name_valid = re.match( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", + dist.canonical_name, + flags=re.IGNORECASE, + ) + if not project_name_valid: + logger.warning( + "Ignoring invalid distribution %s (%s)", + dist.canonical_name, + dist.location, + ) + continue + yield dist + + def iter_installed_distributions( + self, + local_only: bool = True, + skip: Container[str] = stdlib_pkgs, + include_editables: bool = True, + editables_only: bool = False, + user_only: bool = False, + ) -> Iterator[BaseDistribution]: + """Return a list of installed distributions. + + This is based on ``iter_all_distributions()`` with additional filtering + options. Note that ``iter_installed_distributions()`` without arguments + is *not* equal to ``iter_all_distributions()``, since some of the + configurations exclude packages by default. + + :param local_only: If True (default), only return installations + local to the current virtualenv, if in a virtualenv. + :param skip: An iterable of canonicalized project names to ignore; + defaults to ``stdlib_pkgs``. + :param include_editables: If False, don't report editables. + :param editables_only: If True, only report editables. + :param user_only: If True, only report installations in the user + site directory. + """ + it = self.iter_all_distributions() + if local_only: + it = (d for d in it if d.local) + if not include_editables: + it = (d for d in it if not d.editable) + if editables_only: + it = (d for d in it if d.editable) + if user_only: + it = (d for d in it if d.in_usersite) + return (d for d in it if d.canonical_name not in skip) + + +class Wheel(Protocol): + location: str + + def as_zipfile(self) -> zipfile.ZipFile: + raise NotImplementedError() + + +class FilesystemWheel(Wheel): + def __init__(self, location: str) -> None: + self.location = location + + def as_zipfile(self) -> zipfile.ZipFile: + return zipfile.ZipFile(self.location, allowZip64=True) + + +class MemoryWheel(Wheel): + def __init__(self, location: str, stream: IO[bytes]) -> None: + self.location = location + self.stream = stream + + def as_zipfile(self) -> zipfile.ZipFile: + return zipfile.ZipFile(self.stream, allowZip64=True) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py new file mode 100644 index 00000000..a779138d --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py @@ -0,0 +1,6 @@ +from ._dists import Distribution +from ._envs import Environment + +__all__ = ["NAME", "Distribution", "Environment"] + +NAME = "importlib" diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..53a02f210c1b99e9ba99e8597b0444c17d933912 GIT binary patch literal 392 zcmY*Vze@u#6i#|~t+sX%1SfIyhBj1J5d=H7o69+b^b&iaNiHP0LN}er|J#QsT^YVZF^g{2stZgfU*C!zDU+Z4Yi*FRk6%*ma=u E3Cs?0xBvhE literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7998d19789970a94b3ff5d6b5f9f6779142bfa52 GIT binary patch literal 3367 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8e0af899b9c20896396e8aa784abf47c21cc4b6e GIT binary patch literal 11214 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 Kzc`$ju>CKZijWcj literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py new file mode 100644 index 00000000..593bff23 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py @@ -0,0 +1,55 @@ +import importlib.metadata +from typing import Any, Optional, Protocol, cast + + +class BadMetadata(ValueError): + def __init__(self, dist: importlib.metadata.Distribution, *, reason: str) -> None: + self.dist = dist + self.reason = reason + + def __str__(self) -> str: + return f"Bad metadata in {self.dist} ({self.reason})" + + +class BasePath(Protocol): + """A protocol that various path objects conform. + + This exists because importlib.metadata uses both ``pathlib.Path`` and + ``zipfile.Path``, and we need a common base for type hints (Union does not + work well since ``zipfile.Path`` is too new for our linter setup). + + This does not mean to be exhaustive, but only contains things that present + in both classes *that we need*. + """ + + @property + def name(self) -> str: + raise NotImplementedError() + + @property + def parent(self) -> "BasePath": + raise NotImplementedError() + + +def get_info_location(d: importlib.metadata.Distribution) -> Optional[BasePath]: + """Find the path to the distribution's metadata directory. + + HACK: This relies on importlib.metadata's private ``_path`` attribute. Not + all distributions exist on disk, so importlib.metadata is correct to not + expose the attribute as public. But pip's code base is old and not as clean, + so we do this to avoid having to rewrite too many things. Hopefully we can + eliminate this some day. + """ + return getattr(d, "_path", None) + + +def get_dist_name(dist: importlib.metadata.Distribution) -> str: + """Get the distribution's project name. + + The ``name`` attribute is only available in Python 3.10 or later. We are + targeting exactly that, but Mypy does not know this. + """ + name = cast(Any, dist).name + if not isinstance(name, str): + raise BadMetadata(dist, reason="invalid metadata entry 'name'") + return name diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py new file mode 100644 index 00000000..26370fac --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py @@ -0,0 +1,227 @@ +import email.message +import importlib.metadata +import os +import pathlib +import zipfile +from typing import ( + Collection, + Dict, + Iterable, + Iterator, + Mapping, + Optional, + Sequence, + cast, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import InvalidWheel, UnsupportedWheel +from pip._internal.metadata.base import ( + BaseDistribution, + BaseEntryPoint, + DistributionVersion, + InfoPath, + Wheel, +) +from pip._internal.utils.misc import normalize_path +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file + +from ._compat import BasePath, get_dist_name + + +class WheelDistribution(importlib.metadata.Distribution): + """An ``importlib.metadata.Distribution`` read from a wheel. + + Although ``importlib.metadata.PathDistribution`` accepts ``zipfile.Path``, + its implementation is too "lazy" for pip's needs (we can't keep the ZipFile + handle open for the entire lifetime of the distribution object). + + This implementation eagerly reads the entire metadata directory into the + memory instead, and operates from that. + """ + + def __init__( + self, + files: Mapping[pathlib.PurePosixPath, bytes], + info_location: pathlib.PurePosixPath, + ) -> None: + self._files = files + self.info_location = info_location + + @classmethod + def from_zipfile( + cls, + zf: zipfile.ZipFile, + name: str, + location: str, + ) -> "WheelDistribution": + info_dir, _ = parse_wheel(zf, name) + paths = ( + (name, pathlib.PurePosixPath(name.split("/", 1)[-1])) + for name in zf.namelist() + if name.startswith(f"{info_dir}/") + ) + files = { + relpath: read_wheel_metadata_file(zf, fullpath) + for fullpath, relpath in paths + } + info_location = pathlib.PurePosixPath(location, info_dir) + return cls(files, info_location) + + def iterdir(self, path: InfoPath) -> Iterator[pathlib.PurePosixPath]: + # Only allow iterating through the metadata directory. + if pathlib.PurePosixPath(str(path)) in self._files: + return iter(self._files) + raise FileNotFoundError(path) + + def read_text(self, filename: str) -> Optional[str]: + try: + data = self._files[pathlib.PurePosixPath(filename)] + except KeyError: + return None + try: + text = data.decode("utf-8") + except UnicodeDecodeError as e: + wheel = self.info_location.parent + error = f"Error decoding metadata for {wheel}: {e} in {filename} file" + raise UnsupportedWheel(error) + return text + + +class Distribution(BaseDistribution): + def __init__( + self, + dist: importlib.metadata.Distribution, + info_location: Optional[BasePath], + installed_location: Optional[BasePath], + ) -> None: + self._dist = dist + self._info_location = info_location + self._installed_location = installed_location + + @classmethod + def from_directory(cls, directory: str) -> BaseDistribution: + info_location = pathlib.Path(directory) + dist = importlib.metadata.Distribution.at(info_location) + return cls(dist, info_location, info_location.parent) + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> BaseDistribution: + # Generate temp dir to contain the metadata file, and write the file contents. + temp_dir = pathlib.Path( + TempDirectory(kind="metadata", globally_managed=True).path + ) + metadata_path = temp_dir / "METADATA" + metadata_path.write_bytes(metadata_contents) + # Construct dist pointing to the newly created directory. + dist = importlib.metadata.Distribution.at(metadata_path.parent) + return cls(dist, metadata_path.parent, None) + + @classmethod + def from_wheel(cls, wheel: Wheel, name: str) -> BaseDistribution: + try: + with wheel.as_zipfile() as zf: + dist = WheelDistribution.from_zipfile(zf, name, wheel.location) + except zipfile.BadZipFile as e: + raise InvalidWheel(wheel.location, name) from e + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {e}") + return cls(dist, dist.info_location, pathlib.PurePosixPath(wheel.location)) + + @property + def location(self) -> Optional[str]: + if self._info_location is None: + return None + return str(self._info_location.parent) + + @property + def info_location(self) -> Optional[str]: + if self._info_location is None: + return None + return str(self._info_location) + + @property + def installed_location(self) -> Optional[str]: + if self._installed_location is None: + return None + return normalize_path(str(self._installed_location)) + + def _get_dist_name_from_location(self) -> Optional[str]: + """Try to get the name from the metadata directory name. + + This is much faster than reading metadata. + """ + if self._info_location is None: + return None + stem, suffix = os.path.splitext(self._info_location.name) + if suffix not in (".dist-info", ".egg-info"): + return None + return stem.split("-", 1)[0] + + @property + def canonical_name(self) -> NormalizedName: + name = self._get_dist_name_from_location() or get_dist_name(self._dist) + return canonicalize_name(name) + + @property + def version(self) -> DistributionVersion: + return parse_version(self._dist.version) + + def is_file(self, path: InfoPath) -> bool: + return self._dist.read_text(str(path)) is not None + + def iter_distutils_script_names(self) -> Iterator[str]: + # A distutils installation is always "flat" (not in e.g. egg form), so + # if this distribution's info location is NOT a pathlib.Path (but e.g. + # zipfile.Path), it can never contain any distutils scripts. + if not isinstance(self._info_location, pathlib.Path): + return + for child in self._info_location.joinpath("scripts").iterdir(): + yield child.name + + def read_text(self, path: InfoPath) -> str: + content = self._dist.read_text(str(path)) + if content is None: + raise FileNotFoundError(path) + return content + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + # importlib.metadata's EntryPoint structure sasitfies BaseEntryPoint. + return self._dist.entry_points + + def _metadata_impl(self) -> email.message.Message: + # From Python 3.10+, importlib.metadata declares PackageMetadata as the + # return type. This protocol is unfortunately a disaster now and misses + # a ton of fields that we need, including get() and get_payload(). We + # rely on the implementation that the object is actually a Message now, + # until upstream can improve the protocol. (python/cpython#94952) + return cast(email.message.Message, self._dist.metadata) + + def iter_provided_extras(self) -> Iterable[str]: + return self.metadata.get_all("Provides-Extra", []) + + def is_extra_provided(self, extra: str) -> bool: + return any( + canonicalize_name(provided_extra) == canonicalize_name(extra) + for provided_extra in self.metadata.get_all("Provides-Extra", []) + ) + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + contexts: Sequence[Dict[str, str]] = [{"extra": e} for e in extras] + for req_string in self.metadata.get_all("Requires-Dist", []): + req = Requirement(req_string) + if not req.marker: + yield req + elif not extras and req.marker.evaluate({"extra": ""}): + yield req + elif any(req.marker.evaluate(context) for context in contexts): + yield req diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py new file mode 100644 index 00000000..048dc55d --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py @@ -0,0 +1,189 @@ +import functools +import importlib.metadata +import logging +import os +import pathlib +import sys +import zipfile +import zipimport +from typing import Iterator, List, Optional, Sequence, Set, Tuple + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.metadata.base import BaseDistribution, BaseEnvironment +from pip._internal.models.wheel import Wheel +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.filetypes import WHEEL_EXTENSION + +from ._compat import BadMetadata, BasePath, get_dist_name, get_info_location +from ._dists import Distribution + +logger = logging.getLogger(__name__) + + +def _looks_like_wheel(location: str) -> bool: + if not location.endswith(WHEEL_EXTENSION): + return False + if not os.path.isfile(location): + return False + if not Wheel.wheel_file_re.match(os.path.basename(location)): + return False + return zipfile.is_zipfile(location) + + +class _DistributionFinder: + """Finder to locate distributions. + + The main purpose of this class is to memoize found distributions' names, so + only one distribution is returned for each package name. At lot of pip code + assumes this (because it is setuptools's behavior), and not doing the same + can potentially cause a distribution in lower precedence path to override a + higher precedence one if the caller is not careful. + + Eventually we probably want to make it possible to see lower precedence + installations as well. It's useful feature, after all. + """ + + FoundResult = Tuple[importlib.metadata.Distribution, Optional[BasePath]] + + def __init__(self) -> None: + self._found_names: Set[NormalizedName] = set() + + def _find_impl(self, location: str) -> Iterator[FoundResult]: + """Find distributions in a location.""" + # Skip looking inside a wheel. Since a package inside a wheel is not + # always valid (due to .data directories etc.), its .dist-info entry + # should not be considered an installed distribution. + if _looks_like_wheel(location): + return + # To know exactly where we find a distribution, we have to feed in the + # paths one by one, instead of dumping the list to importlib.metadata. + for dist in importlib.metadata.distributions(path=[location]): + info_location = get_info_location(dist) + try: + raw_name = get_dist_name(dist) + except BadMetadata as e: + logger.warning("Skipping %s due to %s", info_location, e.reason) + continue + normalized_name = canonicalize_name(raw_name) + if normalized_name in self._found_names: + continue + self._found_names.add(normalized_name) + yield dist, info_location + + def find(self, location: str) -> Iterator[BaseDistribution]: + """Find distributions in a location. + + The path can be either a directory, or a ZIP archive. + """ + for dist, info_location in self._find_impl(location): + if info_location is None: + installed_location: Optional[BasePath] = None + else: + installed_location = info_location.parent + yield Distribution(dist, info_location, installed_location) + + def find_linked(self, location: str) -> Iterator[BaseDistribution]: + """Read location in egg-link files and return distributions in there. + + The path should be a directory; otherwise this returns nothing. This + follows how setuptools does this for compatibility. The first non-empty + line in the egg-link is read as a path (resolved against the egg-link's + containing directory if relative). Distributions found at that linked + location are returned. + """ + path = pathlib.Path(location) + if not path.is_dir(): + return + for child in path.iterdir(): + if child.suffix != ".egg-link": + continue + with child.open() as f: + lines = (line.strip() for line in f) + target_rel = next((line for line in lines if line), "") + if not target_rel: + continue + target_location = str(path.joinpath(target_rel)) + for dist, info_location in self._find_impl(target_location): + yield Distribution(dist, info_location, path) + + def _find_eggs_in_dir(self, location: str) -> Iterator[BaseDistribution]: + from pip._vendor.pkg_resources import find_distributions + + from pip._internal.metadata import pkg_resources as legacy + + with os.scandir(location) as it: + for entry in it: + if not entry.name.endswith(".egg"): + continue + for dist in find_distributions(entry.path): + yield legacy.Distribution(dist) + + def _find_eggs_in_zip(self, location: str) -> Iterator[BaseDistribution]: + from pip._vendor.pkg_resources import find_eggs_in_zip + + from pip._internal.metadata import pkg_resources as legacy + + try: + importer = zipimport.zipimporter(location) + except zipimport.ZipImportError: + return + for dist in find_eggs_in_zip(importer, location): + yield legacy.Distribution(dist) + + def find_eggs(self, location: str) -> Iterator[BaseDistribution]: + """Find eggs in a location. + + This actually uses the old *pkg_resources* backend. We likely want to + deprecate this so we can eventually remove the *pkg_resources* + dependency entirely. Before that, this should first emit a deprecation + warning for some versions when using the fallback since importing + *pkg_resources* is slow for those who don't need it. + """ + if os.path.isdir(location): + yield from self._find_eggs_in_dir(location) + if zipfile.is_zipfile(location): + yield from self._find_eggs_in_zip(location) + + +@functools.lru_cache(maxsize=None) # Warn a distribution exactly once. +def _emit_egg_deprecation(location: Optional[str]) -> None: + deprecated( + reason=f"Loading egg at {location} is deprecated.", + replacement="to use pip for package installation.", + gone_in="24.3", + issue=12330, + ) + + +class Environment(BaseEnvironment): + def __init__(self, paths: Sequence[str]) -> None: + self._paths = paths + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(sys.path) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + if paths is None: + return cls(sys.path) + return cls(paths) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + finder = _DistributionFinder() + for location in self._paths: + yield from finder.find(location) + for dist in finder.find_eggs(location): + _emit_egg_deprecation(dist.location) + yield dist + # This must go last because that's how pkg_resources tie-breaks. + yield from finder.find_linked(location) + + def get_distribution(self, name: str) -> Optional[BaseDistribution]: + matches = ( + distribution + for distribution in self.iter_all_distributions() + if distribution.canonical_name == canonicalize_name(name) + ) + return next(matches, None) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py new file mode 100644 index 00000000..bb11e5bd --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py @@ -0,0 +1,278 @@ +import email.message +import email.parser +import logging +import os +import zipfile +from typing import Collection, Iterable, Iterator, List, Mapping, NamedTuple, Optional + +from pip._vendor import pkg_resources +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import InvalidWheel, NoneMetadataError, UnsupportedWheel +from pip._internal.utils.egg_link import egg_link_path_from_location +from pip._internal.utils.misc import display_path, normalize_path +from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file + +from .base import ( + BaseDistribution, + BaseEntryPoint, + BaseEnvironment, + DistributionVersion, + InfoPath, + Wheel, +) + +__all__ = ["NAME", "Distribution", "Environment"] + +logger = logging.getLogger(__name__) + +NAME = "pkg_resources" + + +class EntryPoint(NamedTuple): + name: str + value: str + group: str + + +class InMemoryMetadata: + """IMetadataProvider that reads metadata files from a dictionary. + + This also maps metadata decoding exceptions to our internal exception type. + """ + + def __init__(self, metadata: Mapping[str, bytes], wheel_name: str) -> None: + self._metadata = metadata + self._wheel_name = wheel_name + + def has_metadata(self, name: str) -> bool: + return name in self._metadata + + def get_metadata(self, name: str) -> str: + try: + return self._metadata[name].decode() + except UnicodeDecodeError as e: + # Augment the default error with the origin of the file. + raise UnsupportedWheel( + f"Error decoding metadata for {self._wheel_name}: {e} in {name} file" + ) + + def get_metadata_lines(self, name: str) -> Iterable[str]: + return pkg_resources.yield_lines(self.get_metadata(name)) + + def metadata_isdir(self, name: str) -> bool: + return False + + def metadata_listdir(self, name: str) -> List[str]: + return [] + + def run_script(self, script_name: str, namespace: str) -> None: + pass + + +class Distribution(BaseDistribution): + def __init__(self, dist: pkg_resources.Distribution) -> None: + self._dist = dist + + @classmethod + def from_directory(cls, directory: str) -> BaseDistribution: + dist_dir = directory.rstrip(os.sep) + + # Build a PathMetadata object, from path to metadata. :wink: + base_dir, dist_dir_name = os.path.split(dist_dir) + metadata = pkg_resources.PathMetadata(base_dir, dist_dir) + + # Determine the correct Distribution object type. + if dist_dir.endswith(".egg-info"): + dist_cls = pkg_resources.Distribution + dist_name = os.path.splitext(dist_dir_name)[0] + else: + assert dist_dir.endswith(".dist-info") + dist_cls = pkg_resources.DistInfoDistribution + dist_name = os.path.splitext(dist_dir_name)[0].split("-")[0] + + dist = dist_cls(base_dir, project_name=dist_name, metadata=metadata) + return cls(dist) + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> BaseDistribution: + metadata_dict = { + "METADATA": metadata_contents, + } + dist = pkg_resources.DistInfoDistribution( + location=filename, + metadata=InMemoryMetadata(metadata_dict, filename), + project_name=project_name, + ) + return cls(dist) + + @classmethod + def from_wheel(cls, wheel: Wheel, name: str) -> BaseDistribution: + try: + with wheel.as_zipfile() as zf: + info_dir, _ = parse_wheel(zf, name) + metadata_dict = { + path.split("/", 1)[-1]: read_wheel_metadata_file(zf, path) + for path in zf.namelist() + if path.startswith(f"{info_dir}/") + } + except zipfile.BadZipFile as e: + raise InvalidWheel(wheel.location, name) from e + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {e}") + dist = pkg_resources.DistInfoDistribution( + location=wheel.location, + metadata=InMemoryMetadata(metadata_dict, wheel.location), + project_name=name, + ) + return cls(dist) + + @property + def location(self) -> Optional[str]: + return self._dist.location + + @property + def installed_location(self) -> Optional[str]: + egg_link = egg_link_path_from_location(self.raw_name) + if egg_link: + location = egg_link + elif self.location: + location = self.location + else: + return None + return normalize_path(location) + + @property + def info_location(self) -> Optional[str]: + return self._dist.egg_info + + @property + def installed_by_distutils(self) -> bool: + # A distutils-installed distribution is provided by FileMetadata. This + # provider has a "path" attribute not present anywhere else. Not the + # best introspection logic, but pip has been doing this for a long time. + try: + return bool(self._dist._provider.path) + except AttributeError: + return False + + @property + def canonical_name(self) -> NormalizedName: + return canonicalize_name(self._dist.project_name) + + @property + def version(self) -> DistributionVersion: + return parse_version(self._dist.version) + + def is_file(self, path: InfoPath) -> bool: + return self._dist.has_metadata(str(path)) + + def iter_distutils_script_names(self) -> Iterator[str]: + yield from self._dist.metadata_listdir("scripts") + + def read_text(self, path: InfoPath) -> str: + name = str(path) + if not self._dist.has_metadata(name): + raise FileNotFoundError(name) + content = self._dist.get_metadata(name) + if content is None: + raise NoneMetadataError(self, name) + return content + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + for group, entries in self._dist.get_entry_map().items(): + for name, entry_point in entries.items(): + name, _, value = str(entry_point).partition("=") + yield EntryPoint(name=name.strip(), value=value.strip(), group=group) + + def _metadata_impl(self) -> email.message.Message: + """ + :raises NoneMetadataError: if the distribution reports `has_metadata()` + True but `get_metadata()` returns None. + """ + if isinstance(self._dist, pkg_resources.DistInfoDistribution): + metadata_name = "METADATA" + else: + metadata_name = "PKG-INFO" + try: + metadata = self.read_text(metadata_name) + except FileNotFoundError: + if self.location: + displaying_path = display_path(self.location) + else: + displaying_path = repr(self.location) + logger.warning("No metadata found in %s", displaying_path) + metadata = "" + feed_parser = email.parser.FeedParser() + feed_parser.feed(metadata) + return feed_parser.close() + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + if extras: # pkg_resources raises on invalid extras, so we sanitize. + extras = frozenset(pkg_resources.safe_extra(e) for e in extras) + extras = extras.intersection(self._dist.extras) + return self._dist.requires(extras) + + def iter_provided_extras(self) -> Iterable[str]: + return self._dist.extras + + def is_extra_provided(self, extra: str) -> bool: + return pkg_resources.safe_extra(extra) in self._dist.extras + + +class Environment(BaseEnvironment): + def __init__(self, ws: pkg_resources.WorkingSet) -> None: + self._ws = ws + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(pkg_resources.working_set) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + return cls(pkg_resources.WorkingSet(paths)) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + for dist in self._ws: + yield Distribution(dist) + + def _search_distribution(self, name: str) -> Optional[BaseDistribution]: + """Find a distribution matching the ``name`` in the environment. + + This searches from *all* distributions available in the environment, to + match the behavior of ``pkg_resources.get_distribution()``. + """ + canonical_name = canonicalize_name(name) + for dist in self.iter_all_distributions(): + if dist.canonical_name == canonical_name: + return dist + return None + + def get_distribution(self, name: str) -> Optional[BaseDistribution]: + # Search the distribution by looking through the working set. + dist = self._search_distribution(name) + if dist: + return dist + + # If distribution could not be found, call working_set.require to + # update the working set, and try to find the distribution again. + # This might happen for e.g. when you install a package twice, once + # using setup.py develop and again using setup.py install. Now when + # running pip uninstall twice, the package gets removed from the + # working set in the first uninstall, so we have to populate the + # working set again so that pip knows about it and the packages gets + # picked up and is successfully uninstalled the second time too. + try: + # We didn't pass in any version specifiers, so this can never + # raise pkg_resources.VersionConflict. + self._ws.require(name) + except pkg_resources.DistributionNotFound: + return None + return self._search_distribution(name) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py new file mode 100644 index 00000000..7855226e --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py @@ -0,0 +1,2 @@ +"""A package that contains models that represent entities. +""" diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e2fe89dca1f01f1edee8b39e79acf92abc310933 GIT binary patch literal 300 zcmY+AF-`+95Jl|}K@=%HrP~zQ5ztT|5C?#c1`5k~C-Ep7+wyoLEhU%W44j1<&~gDp zx>R_TrC_Ad{Qrv4pZS>0rlQo--RbhC%&*@3l^n!wQpB66#iQuteDrd8tD>=MvqF`f z$;t+w4S80ZP-DXfm@p<}^jVdrOvu&rel9;xw625I`d#e$_4`+NU`z~#t;0wRoGe(E zf)5-WCWP2F?S>Zr7}slvU3S647X20)dLH~mb#@L+85cuFhDZ@K`Hab%1`Z)X7eZO< gDt7zHRe^1T*Xg)K>d)r>E8j;_%Ab*x<1{Yz7yB_=jQ{`u literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ebf6ac1fb9fe78783b556cff34feec3d35c893ca GIT binary patch literal 1939 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 DDp3f& literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..daf6c38a4b923a240e261f86ca3137ee8c5b40cb GIT binary patch literal 4261 zcmahMTWk~A_0G%h_z7tOAxt*mVTkPoszNEGQek;4;B8>}akZK?zBgo&vB%sQ6B310 z)KYCyMFOO4V}x2#sZv3xD(y!_|5){-E43ds0mU6fDpI>r_s>hV>TbSz?)Z@e3|!gw zaqgLO&pq$^x3)G9g7%{`9YcR|BlIt}Xf&}tSw0GrIfN1BG?e91T$WGqSs^8G4906> zR!T|sT+kd@XUfST9vw$myoRuJpRZ9#xyBt)=ND`d6)g8Ls!x#IIbvF__wuHy=hB)b zz%t5Np-eib=hRGEQzwX$OJ@lHeMj_cHl4%oP^!~RjbyC{uI;w`M;PW1K`9QS6py)- zfO#xjxe*Rxo=C(&oSlHj{#bZnEn#uUfgRVRlnXnF8%xA9Bx2V!G3AB1bBM=o znEOZ@_7ErbHfRBEohoJ&T-bL_yl=CFP|AW=}gaa^!#>HsZYCERW zY}!1c=S-?=6F)dXv^=5mkWOW|a{8j0yT}%RV#q^O&&p%NYGznY%lUL>G<}iCATap? zk=2}GrZtV=xaH32$^|u-rsI}Z&uQcJMbdImVissFBh(pW1Je*&FaHp_IW);lc}xzb zc5B?^DmTfug!7Z!BvP9AlRT{II!9<6-Q$v=Z^0lYWtK+0&;dX+h&HqeG1&RCEU!!_ z&KrapiL{X!CVACJ7&Mc}3{yR)8~I^ENg`j+3RyL_4rbudM1I^H)^mx=BzHNXsTb<& zeepee6NYM%SY22~BCqBXikdSC1*1!3bxbrPQIoHdsp%k|AGcfzAgQLJOti1lPrLzd z1D1^#bW^D6LB5S8Z`V@C=G)Tr$%?nV!|Io?Ps`F z(9!*%6mFa|8-9eQxoHHp&R=u2rgIcEY~p@h>*qkD$zz$O4Zx}F{C)7ZZR+RzDa0|$ zLLY2F=qk77Ucw~TxWgJK*i-{Lx)Y&aaC01oX19u9Prnn!IO+$=5EPsjiJ3M{8Wk-* z{nZd&Jos?%ll{eS&xaNwy}uc|TX>LO*m2-#FzsPkOg=QOWYChV6;D z46)pblF`zJp(vI=shcOWd5vTV*dAtEhNhcrO8~Ep@;2Z04GgB~4?nb7w;YPXIGotf zitkN~$?rq=%@kS+bQZVGZ}@HZue+ZF-d>9IlzctUyn*WjGXur*ca&SoV{d;Y((&&= z_(^#1QQu$VpT=Rb5Ev}E25AInyre+e9EV|tscrxIJqV!z@j8iTe)iu-V3 zP70S1Jv+&dIA1`6Wy3Eyh~aPCZ~FTx9V|9Z0ty0#{|F1$FSJ!GEKR`PPx-?LJAf|^ z;s|7Yn?r8)?4)oMeee$WyErLg2lHbZdJ|u>ohA#bcAIQ+0~Gj?Km)!yu433XZgHcv z7_-M&{D?Zi#9|ZsW3ikbtEEUeA;)4YOE%WJU6II?Tq>xP81fz&R9;|y8(-o2SEPgB zuLr+iDxPp0gj$6hjJhljBwuP8W2!k!nQkn}$ZM);Ng0i#Dfl?XmZat|xk6cRw47Kq zGHHsV65Ro73i3g=_gg}aj9DVHd4rh)q(!-IkkGpAP>atxzN7z z?w)dcKY&WX*t5X5ibgr`RwdY84WK}KG4iuqHHbELJVy@qmg%FFK;*`i#{rLb_f0na_Z)a#>%jLKn$4K-Dw%v3^tWL@Bgw z+EMX#7T;go5-Y>c8)KG~oJkfBJn{8?0x{BFSuz%`g)rF$5%C7jA zPOr4%Sp=f#ym0G8IkK%P0RX~idv`H2-+ODgym3dB;lKwT|FWCSHaVrUT=7^Hv2os9 zw#RCiW6<7Z#6}?C2v_+H(w6y56~XXe-vi?h2khyiBcBPMp0KB-!Sm1A?y}H8ul9SS zo(H{E1jEDVqa%NgFSF@a9gd5&0bfBt_?g}Vm; literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..05dfd72f1afe728dd985c176e22ec623c33e06c6 GIT binary patch literal 1728 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..341d8201bf1de2169eee2fa32c25ec55084afd53 GIT binary patch literal 1885 zcmZ`)&u<$=6rT0&I<{j6irOk^erTFd$X1D$1{FcnAfeJA4w$G2A(_K!yfcoMtY@|} z>jYOu${~mH7vu_@sQ6R36bU42C8SD-12?xpLh6Y(yWTn$VIseMZ)V=ioA3K(@^h_L zLD0VZWWKFt5c)$0d9%jO*<0Y8B8sRHqOQ?24DA=fLf34X1}dPB5H(K_wSFpO8BMEi zJH@|r;225i(-Z1`@v{h zWt9EVS!ywx+VCr~BAZ!&3_1f*2_id<%G7LEY30OjminesO)h`NLgwo__9SaF$+*wd zLt4Sm?s1<)suz-&DI9kg_6er}g%GPe3rCYQ+!hj3al}JGXu$W=MIZ$ST*V{|p$oTz zkg0k)^4LzQ&?}C-KH&$9CRefutOu(~*n%jgk~vrwu<`s1oTQd*>9qn*WIwqY>~kTR zC)tBuAer)_e%ukfAxm(2S=L5VDQC5*f=P;!#XZUWA_RHU44LpdyAS3R4ea9rEqr4S zi~;iUIcQLT$jHNi3DKBYga#HwdWEzNY>0B5puXXl>S zGy&TYk)(^ygS3sm=rG_yW=P^LkpLYg3TGhV^?;{bDaI9hxsqN@wDI1(J$(DUEe8|H zaKvOch-1i(1#X>VSEWRbNz1r8SIsmV+xP=KrQPuxIIH8&Rkp*JzNwP5s3uZ^ z0+r}VA4((s0oe!Dxj18a(sR^d9K%|m%Q)AVu1+_-T)-*&8f(>o-VVl6(}QC$r^GWs z6ClV&AQg*{Zs1lg#)l*fw3{kzs&X2r7>h&Tfnd&#^1^lZe-OJ^pi_HiQ=oWXbR!Z6 zt#F#V)%#<0Z|UD4MR>bu>kG%|K1Fx zZ-mAQ;}_q$K%7)AQGSO-fpV4fUB4p*7b*h%F*oXky>75M)u-rzo83S6knuw|3|iy( z?fR`PR|PTK%*l15AacEc$4tT_=ynBVA#9VsEcy*-t9sN=N*>G#V$XZHe9^tB=fm?* zy?PhSF&eF->gtnOXL#f0lj`czrS(VFucd|Ijcxs19jD} z404fU?KXBBPFZiuNtbzEQt>>ft`};*>Uj@(Bpi>-cpeo#beBC(g(6nqS}h?$shMxn7XH3+mFM4*Cv~>NCWOAGrr8^lo@5?0^(9ff~0%l|y VhVeUE{1ff`Q`|Imo+B`6+Q02^86N-u literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f57e37670b2e8fafd4e016286067bc1a32c1e0b1 GIT binary patch literal 4988 zcmcIn-EZ606~81UOQK{espHlknRFAUw$<5GV>ex!q}hrl8-i|5(56_cu3%}AvYAk% zc1b0XVPk0#U@nki4lv9q+M&+ShYZ<(JobOsi!^tz#&uYLb=bNmr7p15Pdn#QAC}_| z*u!Y+@_rtkd(ZFu&bhzq?Ue~Uum51MaBm+Wf5k@Y2{kKQZ$f2_=tLJRlEb%X2}Lm{ z7Nwk24CO+_a4sxhzhw0kBe@8#hpcEZmWvhToXp!{D_%_G5&{v)_lVweo#>IfV(^7r zZ$-#NKgY&wCgg{{Z@QizJy-Hf$JQ)gdfD*&@P%^8GBScMUC`z;qTf4jc&b}2l^o_7 zx<7E)U@lBoO}pTzo}=21?szc$QQKif%`z7ab?20P@a3S4Hyc|YKxK^>Bq!)3C+b2@ znupE)O2~y`B>2<&^pFuYdW^^r%*CG`hIZ75={*Ip-51$4Ckk!8LXYWELDuE#;he0; zj7UM$T2KVR_{9DDJqOyN0W=e3es zwlvRhskdOz5_3uh^Gs+u1**|tHZ^U}U?pZiNgdmuCd}s2OnaUSDmV;gm$dvPZ61bg z*V8O(lIqSC+j2C0k{VuK;WIN)|50_`ylmKNsnT__en^`$UBAyPg1w4{?P+L6KUMZ=Y(7JZOYl4rEi!GqH$HA(CE)J7r(T;nOR`-&4R|x9MqAp#G zwfZ}6uZ1MyC0e~pfFnILOj=-X%Lp$?pi@VB2wJE$f0hJjwZE_wh8A~J9OQdxe@Vxg z?XU4xZyJgPB+wq26WRX7&&WySyn)UCLlQB>$T04Td+y2d2EVp>+0 zxPocxyJY4yo6Z?@u54PMq#eM!1tpm4x`qx&Rp4J? zJTvFY2-4#yz4EYHw&Qhlu$(+NMI~^9ok!a325_)8b($1LJtQwYV{k#2G6S5@g+qbk z#!q%>-SpKaS-}Ey8ty~Xb7Fc3*h5;gbUhb zgIb0??=8@ylXQ9#tvo}oEEqPj#br}B^v=>IO3;!2D?qq-_(IbRp3}9Hyi+WJ;&Y~D zdKK=_N~tpL(k|wn$k0OB&g1b@%>_z&NQ-VFL45+Cc5wRtRb%#Z|OGT{&Q#{sTseron!yL|EtRHI!pvd(2A=j`99d6sP2Wfp(T}Py$MjTnabRae zQd->yQSrB+xJDY2Wc=xs&?nK+`|;sw{P3r#Lz^k3mQwDpdqOoe{m!}1QcvAeH&SO- z&fOmvTzmEAs~_Y)8eRX%J@&Cs9Y4O2IU~naLBUVpMqOg(r&|zry)rXJ3 zD_Kt~*n61|jMwrbAECp*JvlEpk z{SbsH&qaTulu>wX$4<^0wsEz@PAyJ$0WP4&AQw?ia&~r4Dec)W!eSTms(+AwUn5@- zalEgdI{b5K_4Hcofds9uTvYz;fyacv0Y{+KalmbX?!D2cVOo2m;H5tTWtW9z5mF1` zMr=uVA7Hg4zAye#YHqf_y;*T~TX^o*BqOoML5MG1GAe!;vYxWxBG$mo`Igx@H2$~E zz5*-U3>2-+4$6NVom!u{6aKhd`}X-2cg0vey86oM*-sKF*!-aUm5bST#OfPaXPj;k|_i+-_q}Y>qu&8+-mswA&UD(|s%F8Zzk{x^?73;Ku+cdmlu zLAieP1jrneLFPWWLByEM4ueKrmPZHWr15*GAiVb?jBDqiA7Q)e0fG^(NkBB1P`1<5 zjzcVqJJZa)ogR8I!t8pWx1IcThJGX7Z4%D1#M8|75X^7aI~5=YY4M{rIlRR4X-*EE zeD3_2^Yp3dV{m1F91&6x2tfHum_Zm8rWm@Z^ZSQ3ui?c(k=xQBGYb}Bei)?cJZFOd zuH#Ll02zo;fY@c{A-O3!kc|c%40AM-x!#Vf1}}(_X4vgu)DK~nkck9Q6$3QGOB*&xW)2k{iR{S&e+wPwRte=tKn92Zj)| z@Y)=hs0~bf84DliTR9Cf>5-MwpCk_6Pxfyn)3s!}8cjb8Q8YP+s122`g=oraM>GIK z8;r1|`RtBhaKC5`eGTjZKEk4P=Bk$WAjyV|mbzLI0!cI1>m1`GB=TMp11{CzV$ls0 z$R+W=h_`wTE)BpT6mGJdN&p?5+z|K(b0^5L438ay8pIDIC>Ntm(}w%eN@d&ae10+Y zkQKYe8A?D*fE{IS$8;^8uExhd9UWWuHpfrY#!qaFKesV@3avr8HAZX6(Q0&*TO$*i zg(tHQvm+Z$KvjKNRUw5cTUbx1>W|Bs)f|bas_x{WJEp3x<#?{DGPEE=^YCEEkaK(q zaxr!Y`<}!CFN}Q03{A(L!Qz`(AY%oA0||j)fqdcKhT=MT5R$^tFXY(%o@-|t!{iC2 ze(c%$k%{`m>jb+dx5pRk?4g7i%vGkA&r0`7Hvk#>8V`x_)3ie|u<) zK(#R)4If#bS$A(g^Cf|5pgrmg3HC6&{2s4Tg8NZ$8vI=Ne)*9MLyoFI2(opDDM8{2 zQx)`Mem?#fpU_HT6}a75uJZ7GB;W^R3V(2~6-Cp{^R%9y=B{Jjj-CuGdy2gP5)gRq oC=?Az5QIMw`7dN@gG~L6Jn?t(!#|S~|LQ3T!jUfsmVCGW0SKq%o&W#< literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ace98290865c4bc41cec66eda25bac7a49c36c83 GIT binary patch literal 5814 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py new file mode 100644 index 00000000..9184a902 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py @@ -0,0 +1,30 @@ +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 f"{self.name!r} candidate (version {self.version} at {self.link})" diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py new file mode 100644 index 00000000..0af884bd --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py @@ -0,0 +1,235 @@ +""" PEP 610 """ +import json +import re +import urllib.parse +from typing import Any, Dict, Iterable, Optional, Type, TypeVar, Union + +__all__ = [ + "DirectUrl", + "DirectUrlValidationError", + "DirInfo", + "ArchiveInfo", + "VcsInfo", +] + +T = TypeVar("T") + +DIRECT_URL_METADATA_NAME = "direct_url.json" +ENV_VAR_RE = re.compile(r"^\$\{[A-Za-z0-9-_]+\}(:\$\{[A-Za-z0-9-_]+\})?$") + + +class DirectUrlValidationError(Exception): + pass + + +def _get( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> Optional[T]: + """Get value from dictionary and verify expected type.""" + if key not in d: + return default + value = d[key] + if not isinstance(value, expected_type): + raise DirectUrlValidationError( + f"{value!r} has unexpected type for {key} (expected {expected_type})" + ) + return value + + +def _get_required( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> T: + value = _get(d, expected_type, key, default) + if value is None: + raise DirectUrlValidationError(f"{key} must have a value") + return value + + +def _exactly_one_of(infos: Iterable[Optional["InfoType"]]) -> "InfoType": + infos = [info for info in infos if info is not None] + if not infos: + raise DirectUrlValidationError( + "missing one of archive_info, dir_info, vcs_info" + ) + if len(infos) > 1: + raise DirectUrlValidationError( + "more than one of archive_info, dir_info, vcs_info" + ) + assert infos[0] is not None + return infos[0] + + +def _filter_none(**kwargs: Any) -> Dict[str, Any]: + """Make dict excluding None values.""" + return {k: v for k, v in kwargs.items() if v is not None} + + +class VcsInfo: + name = "vcs_info" + + def __init__( + self, + vcs: str, + commit_id: str, + requested_revision: Optional[str] = None, + ) -> None: + self.vcs = vcs + self.requested_revision = requested_revision + self.commit_id = commit_id + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["VcsInfo"]: + if d is None: + return None + return cls( + vcs=_get_required(d, str, "vcs"), + commit_id=_get_required(d, str, "commit_id"), + requested_revision=_get(d, str, "requested_revision"), + ) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none( + vcs=self.vcs, + requested_revision=self.requested_revision, + commit_id=self.commit_id, + ) + + +class ArchiveInfo: + name = "archive_info" + + def __init__( + self, + hash: Optional[str] = None, + hashes: Optional[Dict[str, str]] = None, + ) -> None: + # set hashes before hash, since the hash setter will further populate hashes + self.hashes = hashes + self.hash = hash + + @property + def hash(self) -> Optional[str]: + return self._hash + + @hash.setter + def hash(self, value: Optional[str]) -> None: + if value is not None: + # Auto-populate the hashes key to upgrade to the new format automatically. + # We don't back-populate the legacy hash key from hashes. + try: + hash_name, hash_value = value.split("=", 1) + except ValueError: + raise DirectUrlValidationError( + f"invalid archive_info.hash format: {value!r}" + ) + if self.hashes is None: + self.hashes = {hash_name: hash_value} + elif hash_name not in self.hashes: + self.hashes = self.hashes.copy() + self.hashes[hash_name] = hash_value + self._hash = value + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["ArchiveInfo"]: + if d is None: + return None + return cls(hash=_get(d, str, "hash"), hashes=_get(d, dict, "hashes")) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(hash=self.hash, hashes=self.hashes) + + +class DirInfo: + name = "dir_info" + + def __init__( + self, + editable: bool = False, + ) -> None: + self.editable = editable + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["DirInfo"]: + if d is None: + return None + return cls(editable=_get_required(d, bool, "editable", default=False)) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(editable=self.editable or None) + + +InfoType = Union[ArchiveInfo, DirInfo, VcsInfo] + + +class DirectUrl: + def __init__( + self, + url: str, + info: InfoType, + subdirectory: Optional[str] = None, + ) -> None: + self.url = url + self.info = info + self.subdirectory = subdirectory + + def _remove_auth_from_netloc(self, netloc: str) -> str: + if "@" not in netloc: + return netloc + user_pass, netloc_no_user_pass = netloc.split("@", 1) + if ( + isinstance(self.info, VcsInfo) + and self.info.vcs == "git" + and user_pass == "git" + ): + return netloc + if ENV_VAR_RE.match(user_pass): + return netloc + return netloc_no_user_pass + + @property + def redacted_url(self) -> str: + """url with user:password part removed unless it is formed with + environment variables as specified in PEP 610, or it is ``git`` + in the case of a git URL. + """ + purl = urllib.parse.urlsplit(self.url) + netloc = self._remove_auth_from_netloc(purl.netloc) + surl = urllib.parse.urlunsplit( + (purl.scheme, netloc, purl.path, purl.query, purl.fragment) + ) + return surl + + def validate(self) -> None: + self.from_dict(self.to_dict()) + + @classmethod + def from_dict(cls, d: Dict[str, Any]) -> "DirectUrl": + return DirectUrl( + url=_get_required(d, str, "url"), + subdirectory=_get(d, str, "subdirectory"), + info=_exactly_one_of( + [ + ArchiveInfo._from_dict(_get(d, dict, "archive_info")), + DirInfo._from_dict(_get(d, dict, "dir_info")), + VcsInfo._from_dict(_get(d, dict, "vcs_info")), + ] + ), + ) + + def to_dict(self) -> Dict[str, Any]: + res = _filter_none( + url=self.redacted_url, + subdirectory=self.subdirectory, + ) + res[self.info.name] = self.info._to_dict() + return res + + @classmethod + def from_json(cls, s: str) -> "DirectUrl": + return cls.from_dict(json.loads(s)) + + def to_json(self) -> str: + return json.dumps(self.to_dict(), sort_keys=True) + + def is_local_editable(self) -> bool: + return isinstance(self.info, DirInfo) and self.info.editable diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py new file mode 100644 index 00000000..ccd11272 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py @@ -0,0 +1,78 @@ +from typing import FrozenSet, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import CommandError + + +class FormatControl: + """Helper for managing formats from which a package can be installed.""" + + __slots__ = ["no_binary", "only_binary"] + + def __init__( + self, + no_binary: Optional[Set[str]] = None, + only_binary: Optional[Set[str]] = None, + ) -> None: + if no_binary is None: + no_binary = set() + if only_binary is None: + only_binary = set() + + self.no_binary = no_binary + self.only_binary = only_binary + + def __eq__(self, other: object) -> bool: + if not isinstance(other, self.__class__): + return NotImplemented + + if self.__slots__ != other.__slots__: + return False + + return all(getattr(self, k) == getattr(other, k) for k in self.__slots__) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.no_binary}, {self.only_binary})" + + @staticmethod + def handle_mutual_excludes(value: str, target: Set[str], other: Set[str]) -> None: + if value.startswith("-"): + raise CommandError( + "--no-binary / --only-binary option requires 1 argument." + ) + new = value.split(",") + while ":all:" in new: + other.clear() + target.clear() + target.add(":all:") + del new[: new.index(":all:") + 1] + # Without a none, we want to discard everything as :all: covers it + if ":none:" not in new: + return + for name in new: + if name == ":none:": + target.clear() + continue + name = canonicalize_name(name) + other.discard(name) + target.add(name) + + def get_allowed_formats(self, canonical_name: str) -> FrozenSet[str]: + result = {"binary", "source"} + if canonical_name in self.only_binary: + result.discard("source") + elif canonical_name in self.no_binary: + result.discard("binary") + elif ":all:" in self.only_binary: + result.discard("source") + elif ":all:" in self.no_binary: + result.discard("binary") + return frozenset(result) + + def disallow_binaries(self) -> None: + self.handle_mutual_excludes( + ":all:", + self.no_binary, + self.only_binary, + ) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/index.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/index.py new file mode 100644 index 00000000..b94c3251 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/index.py @@ -0,0 +1,28 @@ +import urllib.parse + + +class PackageIndex: + """Represents a Package Index and provides easier access to endpoints""" + + __slots__ = ["url", "netloc", "simple_url", "pypi_url", "file_storage_domain"] + + def __init__(self, url: str, file_storage_domain: str) -> None: + super().__init__() + self.url = url + self.netloc = urllib.parse.urlsplit(url).netloc + self.simple_url = self._url_for_path("simple") + self.pypi_url = self._url_for_path("pypi") + + # This is part of a temporary hack used to block installs of PyPI + # packages which depend on external urls only necessary until PyPI can + # block such packages themselves + self.file_storage_domain = file_storage_domain + + def _url_for_path(self, path: str) -> str: + return urllib.parse.urljoin(self.url, path) + + +PyPI = PackageIndex("https://pypi.org/", file_storage_domain="files.pythonhosted.org") +TestPyPI = PackageIndex( + "https://test.pypi.org/", file_storage_domain="test-files.pythonhosted.org" +) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py new file mode 100644 index 00000000..b9c6330d --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py @@ -0,0 +1,56 @@ +from typing import Any, Dict, Sequence + +from pip._vendor.packaging.markers import default_environment + +from pip import __version__ +from pip._internal.req.req_install import InstallRequirement + + +class InstallationReport: + def __init__(self, install_requirements: Sequence[InstallRequirement]): + self._install_requirements = install_requirements + + @classmethod + def _install_req_to_dict(cls, ireq: InstallRequirement) -> Dict[str, Any]: + assert ireq.download_info, f"No download_info for {ireq}" + res = { + # PEP 610 json for the download URL. download_info.archive_info.hashes may + # be absent when the requirement was installed from the wheel cache + # and the cache entry was populated by an older pip version that did not + # record origin.json. + "download_info": ireq.download_info.to_dict(), + # is_direct is true if the requirement was a direct URL reference (which + # includes editable requirements), and false if the requirement was + # downloaded from a PEP 503 index or --find-links. + "is_direct": ireq.is_direct, + # is_yanked is true if the requirement was yanked from the index, but + # was still selected by pip to conform to PEP 592. + "is_yanked": ireq.link.is_yanked if ireq.link else False, + # requested is true if the requirement was specified by the user (aka + # top level requirement), and false if it was installed as a dependency of a + # requirement. https://peps.python.org/pep-0376/#requested + "requested": ireq.user_supplied, + # PEP 566 json encoding for metadata + # https://www.python.org/dev/peps/pep-0566/#json-compatible-metadata + "metadata": ireq.get_dist().metadata_dict, + } + if ireq.user_supplied and ireq.extras: + # For top level requirements, the list of requested extras, if any. + res["requested_extras"] = sorted(ireq.extras) + return res + + def to_dict(self) -> Dict[str, Any]: + return { + "version": "1", + "pip_version": __version__, + "install": [ + self._install_req_to_dict(ireq) for ireq in self._install_requirements + ], + # https://peps.python.org/pep-0508/#environment-markers + # TODO: currently, the resolver uses the default environment to evaluate + # environment markers, so that is what we report here. In the future, it + # should also take into account options such as --python-version or + # --platform, perhaps under the form of an environment_override field? + # https://github.com/pypa/pip/issues/11198 + "environment": default_environment(), + } diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/link.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/link.py new file mode 100644 index 00000000..73041b86 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/link.py @@ -0,0 +1,579 @@ +import functools +import itertools +import logging +import os +import posixpath +import re +import urllib.parse +from dataclasses import dataclass +from typing import ( + TYPE_CHECKING, + Any, + Dict, + List, + Mapping, + NamedTuple, + Optional, + Tuple, + Union, +) + +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + pairwise, + redact_auth_from_url, + split_auth_from_netloc, + splitext, +) +from pip._internal.utils.models import KeyBasedCompareMixin +from pip._internal.utils.urls import path_to_url, url_to_path + +if TYPE_CHECKING: + from pip._internal.index.collector import IndexContent + +logger = logging.getLogger(__name__) + + +# Order matters, earlier hashes have a precedence over later hashes for what +# we will pick to use. +_SUPPORTED_HASHES = ("sha512", "sha384", "sha256", "sha224", "sha1", "md5") + + +@dataclass(frozen=True) +class LinkHash: + """Links to content may have embedded hash values. This class parses those. + + `name` must be any member of `_SUPPORTED_HASHES`. + + This class can be converted to and from `ArchiveInfo`. While ArchiveInfo intends to + be JSON-serializable to conform to PEP 610, this class contains the logic for + parsing a hash name and value for correctness, and then checking whether that hash + conforms to a schema with `.is_hash_allowed()`.""" + + name: str + value: str + + _hash_url_fragment_re = re.compile( + # NB: we do not validate that the second group (.*) is a valid hex + # digest. Instead, we simply keep that string in this class, and then check it + # against Hashes when hash-checking is needed. This is easier to debug than + # proactively discarding an invalid hex digest, as we handle incorrect hashes + # and malformed hashes in the same place. + r"[#&]({choices})=([^&]*)".format( + choices="|".join(re.escape(hash_name) for hash_name in _SUPPORTED_HASHES) + ), + ) + + def __post_init__(self) -> None: + assert self.name in _SUPPORTED_HASHES + + @classmethod + @functools.lru_cache(maxsize=None) + def find_hash_url_fragment(cls, url: str) -> Optional["LinkHash"]: + """Search a string for a checksum algorithm name and encoded output value.""" + match = cls._hash_url_fragment_re.search(url) + if match is None: + return None + name, value = match.groups() + return cls(name=name, value=value) + + def as_dict(self) -> Dict[str, str]: + return {self.name: self.value} + + def as_hashes(self) -> Hashes: + """Return a Hashes instance which checks only for the current hash.""" + return Hashes({self.name: [self.value]}) + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the current hash is allowed by `hashes`. + """ + if hashes is None: + return False + return hashes.is_hash_allowed(self.name, hex_digest=self.value) + + +@dataclass(frozen=True) +class MetadataFile: + """Information about a core metadata file associated with a distribution.""" + + hashes: Optional[Dict[str, str]] + + def __post_init__(self) -> None: + if self.hashes is not None: + assert all(name in _SUPPORTED_HASHES for name in self.hashes) + + +def supported_hashes(hashes: Optional[Dict[str, str]]) -> Optional[Dict[str, str]]: + # Remove any unsupported hash types from the mapping. If this leaves no + # supported hashes, return None + if hashes is None: + return None + hashes = {n: v for n, v in hashes.items() if n in _SUPPORTED_HASHES} + if not hashes: + return None + return hashes + + +def _clean_url_path_part(part: str) -> str: + """ + Clean a "part" of a URL path (i.e. after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + return urllib.parse.quote(urllib.parse.unquote(part)) + + +def _clean_file_url_path(part: str) -> str: + """ + Clean the first part of a URL path that corresponds to a local + filesystem path (i.e. the first part after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + # Also, on Windows the path part might contain a drive letter which + # should not be quoted. On Linux where drive letters do not + # exist, the colon should be quoted. We rely on urllib.request + # to do the right thing here. + return urllib.request.pathname2url(urllib.request.url2pathname(part)) + + +# percent-encoded: / +_reserved_chars_re = re.compile("(@|%2F)", re.IGNORECASE) + + +def _clean_url_path(path: str, is_local_path: bool) -> str: + """ + Clean the path portion of a URL. + """ + if is_local_path: + clean_func = _clean_file_url_path + else: + clean_func = _clean_url_path_part + + # Split on the reserved characters prior to cleaning so that + # revision strings in VCS URLs are properly preserved. + parts = _reserved_chars_re.split(path) + + cleaned_parts = [] + for to_clean, reserved in pairwise(itertools.chain(parts, [""])): + cleaned_parts.append(clean_func(to_clean)) + # Normalize %xx escapes (e.g. %2f -> %2F) + cleaned_parts.append(reserved.upper()) + + return "".join(cleaned_parts) + + +def _ensure_quoted_url(url: str) -> str: + """ + Make sure a link is fully quoted. + For example, if ' ' occurs in the URL, it will be replaced with "%20", + and without double-quoting other characters. + """ + # Split the URL into parts according to the general structure + # `scheme://netloc/path;parameters?query#fragment`. + result = urllib.parse.urlparse(url) + # If the netloc is empty, then the URL refers to a local filesystem path. + is_local_path = not result.netloc + path = _clean_url_path(result.path, is_local_path=is_local_path) + return urllib.parse.urlunparse(result._replace(path=path)) + + +class Link(KeyBasedCompareMixin): + """Represents a parsed link from a Package Index's simple URL""" + + __slots__ = [ + "_parsed_url", + "_url", + "_hashes", + "comes_from", + "requires_python", + "yanked_reason", + "metadata_file_data", + "cache_link_parsing", + "egg_fragment", + ] + + def __init__( + self, + url: str, + comes_from: Optional[Union[str, "IndexContent"]] = None, + requires_python: Optional[str] = None, + yanked_reason: Optional[str] = None, + metadata_file_data: Optional[MetadataFile] = None, + cache_link_parsing: bool = True, + hashes: Optional[Mapping[str, str]] = None, + ) -> None: + """ + :param url: url of the resource pointed to (href of the link) + :param comes_from: instance of IndexContent where the link was found, + or string. + :param requires_python: String containing the `Requires-Python` + metadata field, specified in PEP 345. This may be specified by + a data-requires-python attribute in the HTML link tag, as + described in PEP 503. + :param yanked_reason: the reason the file has been yanked, if the + file has been yanked, or None if the file hasn't been yanked. + This is the value of the "data-yanked" attribute, if present, in + a simple repository HTML link. If the file has been yanked but + no reason was provided, this should be the empty string. See + PEP 592 for more information and the specification. + :param metadata_file_data: the metadata attached to the file, or None if + no such metadata is provided. This argument, if not None, indicates + that a separate metadata file exists, and also optionally supplies + hashes for that file. + :param cache_link_parsing: A flag that is used elsewhere to determine + whether resources retrieved from this link should be cached. PyPI + URLs should generally have this set to False, for example. + :param hashes: A mapping of hash names to digests to allow us to + determine the validity of a download. + """ + + # The comes_from, requires_python, and metadata_file_data arguments are + # only used by classmethods of this class, and are not used in client + # code directly. + + # url can be a UNC windows share + if url.startswith("\\\\"): + url = path_to_url(url) + + self._parsed_url = urllib.parse.urlsplit(url) + # Store the url as a private attribute to prevent accidentally + # trying to set a new value. + self._url = url + + link_hash = LinkHash.find_hash_url_fragment(url) + hashes_from_link = {} if link_hash is None else link_hash.as_dict() + if hashes is None: + self._hashes = hashes_from_link + else: + self._hashes = {**hashes, **hashes_from_link} + + self.comes_from = comes_from + self.requires_python = requires_python if requires_python else None + self.yanked_reason = yanked_reason + self.metadata_file_data = metadata_file_data + + super().__init__(key=url, defining_class=Link) + + self.cache_link_parsing = cache_link_parsing + self.egg_fragment = self._egg_fragment() + + @classmethod + def from_json( + cls, + file_data: Dict[str, Any], + page_url: str, + ) -> Optional["Link"]: + """ + Convert an pypi json document from a simple repository page into a Link. + """ + file_url = file_data.get("url") + if file_url is None: + return None + + url = _ensure_quoted_url(urllib.parse.urljoin(page_url, file_url)) + pyrequire = file_data.get("requires-python") + yanked_reason = file_data.get("yanked") + hashes = file_data.get("hashes", {}) + + # PEP 714: Indexes must use the name core-metadata, but + # clients should support the old name as a fallback for compatibility. + metadata_info = file_data.get("core-metadata") + if metadata_info is None: + metadata_info = file_data.get("dist-info-metadata") + + # The metadata info value may be a boolean, or a dict of hashes. + if isinstance(metadata_info, dict): + # The file exists, and hashes have been supplied + metadata_file_data = MetadataFile(supported_hashes(metadata_info)) + elif metadata_info: + # The file exists, but there are no hashes + metadata_file_data = MetadataFile(None) + else: + # False or not present: the file does not exist + metadata_file_data = None + + # The Link.yanked_reason expects an empty string instead of a boolean. + if yanked_reason and not isinstance(yanked_reason, str): + yanked_reason = "" + # The Link.yanked_reason expects None instead of False. + elif not yanked_reason: + yanked_reason = None + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + hashes=hashes, + metadata_file_data=metadata_file_data, + ) + + @classmethod + def from_element( + cls, + anchor_attribs: Dict[str, Optional[str]], + page_url: str, + base_url: str, + ) -> Optional["Link"]: + """ + Convert an anchor element's attributes in a simple repository page to a Link. + """ + href = anchor_attribs.get("href") + if not href: + return None + + url = _ensure_quoted_url(urllib.parse.urljoin(base_url, href)) + pyrequire = anchor_attribs.get("data-requires-python") + yanked_reason = anchor_attribs.get("data-yanked") + + # PEP 714: Indexes must use the name data-core-metadata, but + # clients should support the old name as a fallback for compatibility. + metadata_info = anchor_attribs.get("data-core-metadata") + if metadata_info is None: + metadata_info = anchor_attribs.get("data-dist-info-metadata") + # The metadata info value may be the string "true", or a string of + # the form "hashname=hashval" + if metadata_info == "true": + # The file exists, but there are no hashes + metadata_file_data = MetadataFile(None) + elif metadata_info is None: + # The file does not exist + metadata_file_data = None + else: + # The file exists, and hashes have been supplied + hashname, sep, hashval = metadata_info.partition("=") + if sep == "=": + metadata_file_data = MetadataFile(supported_hashes({hashname: hashval})) + else: + # Error - data is wrong. Treat as no hashes supplied. + logger.debug( + "Index returned invalid data-dist-info-metadata value: %s", + metadata_info, + ) + metadata_file_data = MetadataFile(None) + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + metadata_file_data=metadata_file_data, + ) + + def __str__(self) -> str: + if self.requires_python: + rp = f" (requires-python:{self.requires_python})" + else: + rp = "" + if self.comes_from: + return f"{redact_auth_from_url(self._url)} (from {self.comes_from}){rp}" + else: + return redact_auth_from_url(str(self._url)) + + def __repr__(self) -> str: + return f"" + + @property + def url(self) -> str: + return self._url + + @property + def filename(self) -> str: + path = self.path.rstrip("/") + name = posixpath.basename(path) + if not name: + # Make sure we don't leak auth information if the netloc + # includes a username and password. + netloc, user_pass = split_auth_from_netloc(self.netloc) + return netloc + + name = urllib.parse.unquote(name) + assert name, f"URL {self._url!r} produced no filename" + return name + + @property + def file_path(self) -> str: + return url_to_path(self.url) + + @property + def scheme(self) -> str: + return self._parsed_url.scheme + + @property + def netloc(self) -> str: + """ + This can contain auth information. + """ + return self._parsed_url.netloc + + @property + def path(self) -> str: + return urllib.parse.unquote(self._parsed_url.path) + + def splitext(self) -> Tuple[str, str]: + return splitext(posixpath.basename(self.path.rstrip("/"))) + + @property + def ext(self) -> str: + return self.splitext()[1] + + @property + def url_without_fragment(self) -> str: + scheme, netloc, path, query, fragment = self._parsed_url + return urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + + _egg_fragment_re = re.compile(r"[#&]egg=([^&]*)") + + # Per PEP 508. + _project_name_re = re.compile( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", re.IGNORECASE + ) + + def _egg_fragment(self) -> Optional[str]: + match = self._egg_fragment_re.search(self._url) + if not match: + return None + + # An egg fragment looks like a PEP 508 project name, along with + # an optional extras specifier. Anything else is invalid. + project_name = match.group(1) + if not self._project_name_re.match(project_name): + deprecated( + reason=f"{self} contains an egg fragment with a non-PEP 508 name", + replacement="to use the req @ url syntax, and remove the egg fragment", + gone_in="25.0", + issue=11617, + ) + + return project_name + + _subdirectory_fragment_re = re.compile(r"[#&]subdirectory=([^&]*)") + + @property + def subdirectory_fragment(self) -> Optional[str]: + match = self._subdirectory_fragment_re.search(self._url) + if not match: + return None + return match.group(1) + + def metadata_link(self) -> Optional["Link"]: + """Return a link to the associated core metadata file (if any).""" + if self.metadata_file_data is None: + return None + metadata_url = f"{self.url_without_fragment}.metadata" + if self.metadata_file_data.hashes is None: + return Link(metadata_url) + return Link(metadata_url, hashes=self.metadata_file_data.hashes) + + def as_hashes(self) -> Hashes: + return Hashes({k: [v] for k, v in self._hashes.items()}) + + @property + def hash(self) -> Optional[str]: + return next(iter(self._hashes.values()), None) + + @property + def hash_name(self) -> Optional[str]: + return next(iter(self._hashes), None) + + @property + def show_url(self) -> str: + return posixpath.basename(self._url.split("#", 1)[0].split("?", 1)[0]) + + @property + def is_file(self) -> bool: + return self.scheme == "file" + + def is_existing_dir(self) -> bool: + return self.is_file and os.path.isdir(self.file_path) + + @property + def is_wheel(self) -> bool: + return self.ext == WHEEL_EXTENSION + + @property + def is_vcs(self) -> bool: + from pip._internal.vcs import vcs + + return self.scheme in vcs.all_schemes + + @property + def is_yanked(self) -> bool: + return self.yanked_reason is not None + + @property + def has_hash(self) -> bool: + return bool(self._hashes) + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the link has a hash and it is allowed by `hashes`. + """ + if hashes is None: + return False + return any(hashes.is_hash_allowed(k, v) for k, v in self._hashes.items()) + + +class _CleanResult(NamedTuple): + """Convert link for equivalency check. + + This is used in the resolver to check whether two URL-specified requirements + likely point to the same distribution and can be considered equivalent. This + equivalency logic avoids comparing URLs literally, which can be too strict + (e.g. "a=1&b=2" vs "b=2&a=1") and produce conflicts unexpecting to users. + + Currently this does three things: + + 1. Drop the basic auth part. This is technically wrong since a server can + serve different content based on auth, but if it does that, it is even + impossible to guarantee two URLs without auth are equivalent, since + the user can input different auth information when prompted. So the + practical solution is to assume the auth doesn't affect the response. + 2. Parse the query to avoid the ordering issue. Note that ordering under the + same key in the query are NOT cleaned; i.e. "a=1&a=2" and "a=2&a=1" are + still considered different. + 3. Explicitly drop most of the fragment part, except ``subdirectory=`` and + hash values, since it should have no impact the downloaded content. Note + that this drops the "egg=" part historically used to denote the requested + project (and extras), which is wrong in the strictest sense, but too many + people are supplying it inconsistently to cause superfluous resolution + conflicts, so we choose to also ignore them. + """ + + parsed: urllib.parse.SplitResult + query: Dict[str, List[str]] + subdirectory: str + hashes: Dict[str, str] + + +def _clean_link(link: Link) -> _CleanResult: + parsed = link._parsed_url + netloc = parsed.netloc.rsplit("@", 1)[-1] + # According to RFC 8089, an empty host in file: means localhost. + if parsed.scheme == "file" and not netloc: + netloc = "localhost" + fragment = urllib.parse.parse_qs(parsed.fragment) + if "egg" in fragment: + logger.debug("Ignoring egg= fragment in %s", link) + try: + # If there are multiple subdirectory values, use the first one. + # This matches the behavior of Link.subdirectory_fragment. + subdirectory = fragment["subdirectory"][0] + except (IndexError, KeyError): + subdirectory = "" + # If there are multiple hash values under the same algorithm, use the + # first one. This matches the behavior of Link.hash_value. + hashes = {k: fragment[k][0] for k in _SUPPORTED_HASHES if k in fragment} + return _CleanResult( + parsed=parsed._replace(netloc=netloc, query="", fragment=""), + query=urllib.parse.parse_qs(parsed.query), + subdirectory=subdirectory, + hashes=hashes, + ) + + +@functools.lru_cache(maxsize=None) +def links_equivalent(link1: Link, link2: Link) -> bool: + return _clean_link(link1) == _clean_link(link2) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py new file mode 100644 index 00000000..f51190ac --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py @@ -0,0 +1,31 @@ +""" +For types associated with installation schemes. + +For a general overview of available schemes and their context, see +https://docs.python.org/3/install/index.html#alternate-installation. +""" + + +SCHEME_KEYS = ["platlib", "purelib", "headers", "scripts", "data"] + + +class Scheme: + """A Scheme holds paths which are used as the base directories for + artifacts associated with a Python package. + """ + + __slots__ = SCHEME_KEYS + + def __init__( + self, + platlib: str, + purelib: str, + headers: str, + scripts: str, + data: str, + ) -> None: + self.platlib = platlib + self.purelib = purelib + self.headers = headers + self.scripts = scripts + self.data = data diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py new file mode 100644 index 00000000..fe61e811 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py @@ -0,0 +1,132 @@ +import itertools +import logging +import os +import posixpath +import urllib.parse +from typing import List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.models.index import PyPI +from pip._internal.utils.compat import has_tls +from pip._internal.utils.misc import normalize_path, redact_auth_from_url + +logger = logging.getLogger(__name__) + + +class SearchScope: + + """ + Encapsulates the locations that pip is configured to search. + """ + + __slots__ = ["find_links", "index_urls", "no_index"] + + @classmethod + def create( + cls, + find_links: List[str], + index_urls: List[str], + no_index: bool, + ) -> "SearchScope": + """ + Create a SearchScope object after normalizing the `find_links`. + """ + # Build find_links. If an argument starts with ~, it may be + # a local file relative to a home directory. So try normalizing + # it and if it exists, use the normalized version. + # This is deliberately conservative - it might be fine just to + # blindly normalize anything starting with a ~... + built_find_links: List[str] = [] + for link in find_links: + if link.startswith("~"): + new_link = normalize_path(link) + if os.path.exists(new_link): + link = new_link + built_find_links.append(link) + + # If we don't have TLS enabled, then WARN if anyplace we're looking + # relies on TLS. + if not has_tls(): + for link in itertools.chain(index_urls, built_find_links): + parsed = urllib.parse.urlparse(link) + if parsed.scheme == "https": + logger.warning( + "pip is configured with locations that require " + "TLS/SSL, however the ssl module in Python is not " + "available." + ) + break + + return cls( + find_links=built_find_links, + index_urls=index_urls, + no_index=no_index, + ) + + def __init__( + self, + find_links: List[str], + index_urls: List[str], + no_index: bool, + ) -> None: + self.find_links = find_links + self.index_urls = index_urls + self.no_index = no_index + + def get_formatted_locations(self) -> str: + lines = [] + redacted_index_urls = [] + if self.index_urls and self.index_urls != [PyPI.simple_url]: + for url in self.index_urls: + redacted_index_url = redact_auth_from_url(url) + + # Parse the URL + purl = urllib.parse.urlsplit(redacted_index_url) + + # URL is generally invalid if scheme and netloc is missing + # there are issues with Python and URL parsing, so this test + # is a bit crude. See bpo-20271, bpo-23505. Python doesn't + # always parse invalid URLs correctly - it should raise + # exceptions for malformed URLs + if not purl.scheme and not purl.netloc: + logger.warning( + 'The index url "%s" seems invalid, please provide a scheme.', + redacted_index_url, + ) + + redacted_index_urls.append(redacted_index_url) + + lines.append( + "Looking in indexes: {}".format(", ".join(redacted_index_urls)) + ) + + if self.find_links: + lines.append( + "Looking in links: {}".format( + ", ".join(redact_auth_from_url(url) for url in self.find_links) + ) + ) + return "\n".join(lines) + + def get_index_urls_locations(self, project_name: str) -> List[str]: + """Returns the locations found via self.index_urls + + Checks the url_name on the main (first in the list) index and + use this url_name to produce all locations + """ + + def mkurl_pypi_url(url: str) -> str: + loc = posixpath.join( + url, urllib.parse.quote(canonicalize_name(project_name)) + ) + # For maximum compatibility with easy_install, ensure the path + # ends in a trailing slash. Although this isn't in the spec + # (and PyPI can handle it without the slash) some other index + # implementations might break if they relied on easy_install's + # behavior. + if not loc.endswith("/"): + loc = loc + "/" + return loc + + return [mkurl_pypi_url(url) for url in self.index_urls] diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py new file mode 100644 index 00000000..977bc4ca --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py @@ -0,0 +1,51 @@ +from typing import Optional + +from pip._internal.models.format_control import FormatControl + + +class SelectionPreferences: + """ + Encapsulates the candidate selection preferences for downloading + and installing files. + """ + + __slots__ = [ + "allow_yanked", + "allow_all_prereleases", + "format_control", + "prefer_binary", + "ignore_requires_python", + ] + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + def __init__( + self, + allow_yanked: bool, + allow_all_prereleases: bool = False, + format_control: Optional[FormatControl] = None, + prefer_binary: bool = False, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """Create a SelectionPreferences object. + + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param format_control: A FormatControl object or None. Used to control + the selection of source packages / binary packages when consulting + the index and links. + :param prefer_binary: Whether to prefer an old, but valid, binary + dist over a new source dist. + :param ignore_requires_python: Whether to ignore incompatible + "Requires-Python" values in links. Defaults to False. + """ + if ignore_requires_python is None: + ignore_requires_python = False + + self.allow_yanked = allow_yanked + self.allow_all_prereleases = allow_all_prereleases + self.format_control = format_control + self.prefer_binary = prefer_binary + self.ignore_requires_python = ignore_requires_python diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py new file mode 100644 index 00000000..67ea5da7 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py @@ -0,0 +1,122 @@ +import sys +from typing import List, Optional, Set, Tuple + +from pip._vendor.packaging.tags import Tag + +from pip._internal.utils.compatibility_tags import get_supported, version_info_to_nodot +from pip._internal.utils.misc import normalize_version_info + + +class TargetPython: + + """ + Encapsulates the properties of a Python interpreter one is targeting + for a package install, download, etc. + """ + + __slots__ = [ + "_given_py_version_info", + "abis", + "implementation", + "platforms", + "py_version", + "py_version_info", + "_valid_tags", + "_valid_tags_set", + ] + + def __init__( + self, + platforms: Optional[List[str]] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + abis: Optional[List[str]] = None, + implementation: Optional[str] = None, + ) -> None: + """ + :param platforms: A list of strings or None. If None, searches for + packages that are supported by the current system. Otherwise, will + find packages that can be built on the platforms passed in. These + packages will only be downloaded for distribution: they will + not be built locally. + :param py_version_info: An optional tuple of ints representing the + Python version information to use (e.g. `sys.version_info[:3]`). + This can have length 1, 2, or 3 when provided. + :param abis: A list of strings or None. This is passed to + compatibility_tags.py's get_supported() function as is. + :param implementation: A string or None. This is passed to + compatibility_tags.py's get_supported() function as is. + """ + # Store the given py_version_info for when we call get_supported(). + self._given_py_version_info = py_version_info + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + py_version = ".".join(map(str, py_version_info[:2])) + + self.abis = abis + self.implementation = implementation + self.platforms = platforms + self.py_version = py_version + self.py_version_info = py_version_info + + # This is used to cache the return value of get_(un)sorted_tags. + self._valid_tags: Optional[List[Tag]] = None + self._valid_tags_set: Optional[Set[Tag]] = None + + def format_given(self) -> str: + """ + Format the given, non-None attributes for display. + """ + display_version = None + if self._given_py_version_info is not None: + display_version = ".".join( + str(part) for part in self._given_py_version_info + ) + + key_values = [ + ("platforms", self.platforms), + ("version_info", display_version), + ("abis", self.abis), + ("implementation", self.implementation), + ] + return " ".join( + f"{key}={value!r}" for key, value in key_values if value is not None + ) + + def get_sorted_tags(self) -> List[Tag]: + """ + Return the supported PEP 425 tags to check wheel candidates against. + + The tags are returned in order of preference (most preferred first). + """ + if self._valid_tags is None: + # Pass versions=None if no py_version_info was given since + # versions=None uses special default logic. + py_version_info = self._given_py_version_info + if py_version_info is None: + version = None + else: + version = version_info_to_nodot(py_version_info) + + tags = get_supported( + version=version, + platforms=self.platforms, + abis=self.abis, + impl=self.implementation, + ) + self._valid_tags = tags + + return self._valid_tags + + def get_unsorted_tags(self) -> Set[Tag]: + """Exactly the same as get_sorted_tags, but returns a set. + + This is important for performance. + """ + if self._valid_tags_set is None: + self._valid_tags_set = set(self.get_sorted_tags()) + + return self._valid_tags_set diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py new file mode 100644 index 00000000..a5dc12bd --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py @@ -0,0 +1,92 @@ +"""Represents a wheel file and provides access to the various parts of the +name that have meaning. +""" +import re +from typing import Dict, Iterable, List + +from pip._vendor.packaging.tags import Tag + +from pip._internal.exceptions import InvalidWheelFilename + + +class Wheel: + """A wheel file""" + + wheel_file_re = re.compile( + r"""^(?P(?P[^\s-]+?)-(?P[^\s-]*?)) + ((-(?P\d[^-]*?))?-(?P[^\s-]+?)-(?P[^\s-]+?)-(?P[^\s-]+?) + \.whl|\.dist-info)$""", + re.VERBOSE, + ) + + def __init__(self, filename: str) -> None: + """ + :raises InvalidWheelFilename: when the filename is invalid for a wheel + """ + wheel_info = self.wheel_file_re.match(filename) + if not wheel_info: + raise InvalidWheelFilename(f"{filename} is not a valid wheel filename.") + self.filename = filename + self.name = wheel_info.group("name").replace("_", "-") + # we'll assume "_" means "-" due to wheel naming scheme + # (https://github.com/pypa/pip/issues/1150) + self.version = wheel_info.group("ver").replace("_", "-") + self.build_tag = wheel_info.group("build") + self.pyversions = wheel_info.group("pyver").split(".") + self.abis = wheel_info.group("abi").split(".") + self.plats = wheel_info.group("plat").split(".") + + # All the tag combinations from this file + self.file_tags = { + Tag(x, y, z) for x in self.pyversions for y in self.abis for z in self.plats + } + + def get_formatted_file_tags(self) -> List[str]: + """Return the wheel's tags as a sorted list of strings.""" + return sorted(str(tag) for tag in self.file_tags) + + def support_index_min(self, tags: List[Tag]) -> int: + """Return the lowest index that one of the wheel's file_tag combinations + achieves in the given list of supported tags. + + For example, if there are 8 supported tags and one of the file tags + is first in the list, then return 0. + + :param tags: the PEP 425 tags to check the wheel against, in order + with most preferred first. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + try: + return next(i for i, t in enumerate(tags) if t in self.file_tags) + except StopIteration: + raise ValueError() + + def find_most_preferred_tag( + self, tags: List[Tag], tag_to_priority: Dict[Tag, int] + ) -> int: + """Return the priority of the most preferred tag that one of the wheel's file + tag combinations achieves in the given list of supported tags using the given + tag_to_priority mapping, where lower priorities are more-preferred. + + This is used in place of support_index_min in some cases in order to avoid + an expensive linear scan of a large list of tags. + + :param tags: the PEP 425 tags to check the wheel against. + :param tag_to_priority: a mapping from tag to priority of that tag, where + lower is more preferred. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + return min( + tag_to_priority[tag] for tag in self.file_tags if tag in tag_to_priority + ) + + def supported(self, tags: Iterable[Tag]) -> bool: + """Return whether the wheel is compatible with one of the given tags. + + :param tags: the PEP 425 tags to check the wheel against. + """ + return not self.file_tags.isdisjoint(tags) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py new file mode 100644 index 00000000..b51bde91 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py @@ -0,0 +1,2 @@ +"""Contains purely network-related utilities. +""" diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c3a98811dbdfc639c2d6f66a05c6274050b41602 GIT binary patch literal 288 zcmY+AF-`+95JlG^f+$jY%55XGJ0i4*h8j8=C@kY0*wH$+<*|d7mP2p`&XOCXuhJ+u*EY-(o=U z$)q(^|1xem@O^BZg$>#b7>~jTo#lF!lqPBZ^YizCX;a c*RDwhZ^CKrG@Q!ACw@+Z5Wf>4reT`#5A)(zzW@LL literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..97fd139d34f0fafe6d7f87516f1f69d08a6d8ce4 GIT binary patch literal 22022 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ddddc8b004e4adf99c70a919a5d4db0dba072bde GIT binary patch literal 6549 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 X@UpCg;?L6$OOigH&U`_zAg1##ufgOc literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..02c7afbdb208f7eaf7a6325911018ffe28c1cf8b GIT binary patch literal 8581 zcmb_hYfKzhmcG?h{eII8G*7o5JQ_n|Y%;cNZ~Oop;yBnFli5wrBt7k}0vh*&+$xO0 z&4@`N4Xh#=q}4)ZXBB1?X|R&rVfN4ZXC@h~BJCeKorq3_C?1VhyCbc%Bv?ws?2kR? zR#!JL%s3luA@03(-*wM9-*?XKe{(u*1fK6b8yNc6YC?X8FZyFG7Pe+NLKcZgB1Ggw zLz0UaSk6aymJ1Pq<;I8+az1HFnIqo)#Kp>{ zq&ww_cv#t-^rk8z6|8JY`cnRgpOvl2%2ZXPij{52>Qo>SU}bxIP+wfiZL=KBi$sxKVi*%$0-iHLy{hAPI zVznO0FM6eBXf;bMtkoh`Kx?b$W3|oD+Yj#{u@c^^ighNj8tU3gGq|MYA(I$@x}#!^ z6cBM%m*jxDTBvI`kf(@P_ZkuF-!`xdj1~lbM(p97-f5 zIXIC}MuKBBGfX8}4kprKA|6vRR1VvIk8=%#c-8W>BGK55q@-G|jwy*uI+j$8gX3dK zDP&M9dae!(_6-b1d-|UrcqV%N=}4byc}|kYGHF=~acbkRq(sHyno)hBD3#KpL?sG6 zssX--O(mkfTF1lZwV;@e!Qdb}cb>9rg`l zV4vpxz6-s5&s|qNG?tL1=un16WhJJJ%c>i`j_oKK9~n>Il%cmBno}_)Dkr8S)lVfc z7FVLNab-kXVw@&bi#(Q0DAH|36>z+2qLMOB)A6F@*;yMQ<>7y81d>H!B}%C^OGb0xCgWK{V?T2aj-QVdR3R&C#nCC4Rpl&a+!X;Ld$2Pen0$`D8Wu!fA=4Q{{M`MeCH zI%6`N>{vqXlxe&(K0-6;j6601lIk2APmZS&9lPpe@n+}Pq%x98cixiHw>p!F8^!k% z;jZJIG8|sVSS)@sHY~}VV~MfOC~Q%ppg^5zP3WDvYJ|ro)#@lJ%ZQ?kfqoR_h2o(N zutxwGB0mAi4B0gBM*oJpV!nIv?84c#;IW*qEAKwOW;y=#hNJ4ImbXG{_VzCcXY_yK z_HFWzZ_5rC`AT&y`H8=aU*)=ZRY-zTsg9CH-iXmS3Q~Vcf^~op7k7zO7v40V<@OVC zS)ijOf$Gx|aV%Oc5trMhg|q`&7_63Su{13xPQ4~8ly+du^3iNPj$%B7<# zRyWC)1{3FhN(jKD1=K65fbFRQYIMlUbXqlm86-1tiUL=Ch{%9g84C6Sn3;+t(ttrD znTaT(ksp#M!gXd`0gQ?br@;CtijbmoDQdWCN@j+KC8`RE^iW3if<5&O4I!%DlCDU% zq@-%b4zN2_czWQ{RqDZ!sH7CNF=Sm1F1RZ0rsh&}`~z3Tx~nDUYMJF9dYhKxd2idy<=>ipg}|Zt z?DFxqZmzcHo6oH^oqv~GtGqaCduaC04}N5>-LSas+UM+R{-))rk1fX^>aRzZM?bQ3 zJv2Ml%?EPk19|hox1RdNm7iVt(0r^AXqaQ#2M*J4!uw!&!-#?m62MRQb`jEkql+&$E>U}A{X z1H;1M1ru^mN{uO#nqapb#gpzptYYE}nN*_$Pz2DC0#^&5Ni{!PELf4R!IWbuCQg-? z6&e!g8Te|7=cRHfO(g_)LG3GQ1q=cIY#*W0KInKA{^e&OVMt(g-F416*DVb>OGDmr zVCF(0aCGLvOgbl27Tlh@cjoRaozAgM<(L$c<1_R;O!UlzB99yg5CF_y=ASs zWld;dniSuuA_#lTz?Q%VS_CnSLdD((#s5tWPULn9mpYV^vSj(Jp~NVLvVuTu(Onb` zXb00mR*=6_R+~`-^*zu3VL!Ym=&S1M;0n|T94AbHKLKAS$XDRYU3(URS6FAC+M6dq zwkH(i4fc$ddlv!$V0ES_l$~+}0pxMEMD8-UxJ!V*iC^ih_ zmJaq04qglDZex3JD3$~VZ#Z}Z+|Qtrv7z>1XY~5YbAT#Q^(b1(OYkrMGbG>~TZqShcY1DmrvE{0VKLG~xwXb!Yf44R7duGJW z)`)dQ_@(2XW4-lMuJzRY#t$m;tyl7{XJ>inQ*ii~__?dIz-BJ+!%r=oT2kJ;{l@JN zeJvX<&)wm<;dNJI&ef>Z=3T8T-kj^`?xA3wGgmc)H_KWWx643F82&f#Wq-;*N701$ zJb0s^E567x!$LF0`Sv_nLpkOWg?Ef^7iXL1cNl32y8)|tP)XCkHg}jl1yfPPlfjTd zQw0;ipA<`hU{TVlk%f=+Y3zrVMA1P9cpShox;v^(iBW`5aI3UnY&T9;Xt5CXD7i|5 zFiysQ#Mc>8@K!Dc76OZn3ysVC@?Yk?Eh}6O{h)%q;_jKbGxJmLoV?#XdnRu`KhwJ* zpaUe-7VPesXEZ#7NlK3%k8GiqFA|AFIJmX}>XUfUAPFL%30yfC;mW}%nk18G#yYsz z5F}xUp%=7Tpw%)dgsiGfcZDUYeKGoz6yuD6U2ztkAVc9G6i~=n5`~iX08Wu;5g`c# z!1uU;d*Dn*i`t?(%Qp((VBdqNPL`5G<@IEoxnxF`D8!!$B^sUbl{XjGEAK$pEwo{< zAseX)&I+$P3k{)J;bTiJJ1k9R7Vy_&=n?JuiV~N=jS+msQ;NNSf8bn4OYv5DSV`f{N}XPtHHo~wyC=vrL_fXcML3yhYt}Ma zil_A6z!X*;$2szPr2tk7t52eG<1et4428fkI5EP8NQ$CG zlB!|i#Qf~S7nb13IIwEV=!p3oOORDQ)npG^}9)GuZi zvg_3?x$2e`*L_32`pm4O;I3Y(UvoFDS(?6nbbxr8za&O$MZxD^JiTyw%@@i!LK}{X zyI1F~7CgsR5B^KruiDm+_veoHe{kdxZ*aO`UT4K0HtjHI`>QHk2zRtCABJy!rRrjc z{JN#4r<;E-WbNtV-#dP~r=5Sl-3aCPyNx}6VFuuZ14KVR8dYu4XeuL)!=*x0bwr~t zkH?Z)3kBDY&>l=)!UP3DksayFklZ60++nm%zpE!xP>}l|c@6I0Ovbhc-nvaA`ZW72=uCr|Q`THl{>?j_&{Kgu zYnRC9CpZXsj~$F^L^oAtMz)J)FrYw9*a`y8JOhw}gbCpMPXNyRHz1u7tiyF;nREn* zPLYP;0n+&MuKoU`V=9d|?;stR_c5en*+DwyU8Dn4QzRW**19k0*d9wd!nYzFJM7w= zwGSDF41dQhascbA0-5Cgh=Pn+<9;;q4Jl~fvHMaGzlVa1KQ#Us3c90F&_D9`NLj0#` zOfr~^LBj6eb)d(bfjxtp{ft5b`=8@L8@PY}Nxo)*O=azu#Bc4I?cFq3omCsvp_L=Q z?6}u)-=D93a$b1kCxH{I-Ry0)f1|o)abjTtA$qxgWh7sHa<>0rW%IJKGPv5kexfgT zqAy>0Y4*~Fw{m`DS;%{v0BN1!mHI-%VZeTGc)qXT53c*0bN=S#@sIr-fc@SuV81gA zkXIjk^XwaE*Xxev>W;1q+`pKwJ2!i!P*JrMSU$TJIJQ=CEbln>MF=+gHC{@zeM!vD zszP;OacW^|t-2%U>Dcg8ExH%n1%G$JU%7aB;qtn_E$445_ydp3g0})(P;b>AHr+66 z`>R@96nFPO@_9IuS4_PwZm#O$NyD2L+)(^=xTe=&e9zJe<@Zind(Ii(C#QQ(8{a=| z#PT^F>VIP}_S&t#F`J;~!DJ5~@L0E-6zDkCbz{PKVFF8-yaE3*dJW%* z7XrqvLS@5}xbV^@kLAweEPr72&NnRyOVV=Bif_69jm%o0BUcg5SvwyYp_{fYt`_Q4 z%~6Pk;y`Imb}bby-b&GP&`ghFav778kfvDmHn@AJ|-*M##bLeN~%gELn)jH7ornx@E<;K~CVB zS9qMHd6mZrnm1hzu66aqCV}jO!z^2S?)fcz-E6FYB}X<1WUC^}?#o;Fw%I0do@E=( h<5@kzviqlSI?q?Gdan5k0?AiT9^|^dB#i1`9OR<4LP#+m|6vF1QCd#{YP#99Nbv9>^4 ztUb`q>Z+oyydPtcH?^j-I7=Ck!ta; zlXpw?a_fX3HN58t>}AkCKsVm8nXvojn*7bF`qx9LIWchVO)+sW5>UVKw;r}RQ7 zJ}F<2zn+v;?NVG#&dw$jO_uZqDWYn@2_+E=UYU~RXfUZnKO>ZWn_f8{QRT1}jLH+5 zUS+;0k;y5|&+9eeL|l`vYOzo}G$|{nsUHo+Wa*+D1L}}6cP0{*{Vv@;7@yM}!;!G2 zd(O&nSqW(gMR&Z8VRhmBtQJYcLs8v%F*yrxn_h7`Bn2X~)LD0%1>mj=hvJENBpixH zQgSekfdE@Sbbj>W$mqr3&?}clUki?%3ykQ(1zDX<#8ugE*K1FQRCyQ!DUtCc4Ww7T zA;%KR+?VM~^`=Q#Ge4RZ!2-f)6>mmn$7EGS7oc&!GBP+ka$!ubRYF*h;6y?Rs#-`( zs=8M(M+=6hlJOZeY;1;+^5)BC6$&>wnFBR)0oxq!w<)x1qrfc$*~bKfdPOi8OGwG6 zjB-^l`1NEcN}m}F{+!z+L{Gjoa7mRFbs(gMr{vj)I-n}yf$)@)h$qz9DOr&RW|Prm zEYi27PL*Z`X6Ll2M10_~9KSpejf|V`NBa*S8Bimd+&3Ev&tMPLf!WCHKrn)BRj?-m zaap^PP-X_AASq*=`e*0Z%vsWaNvTdG?{Vu6K@m~X9W-U#4jR(ks=tC$2H}98_0Dr+TsL=^Q~4`4p8E>N<2T1&wSR@Xf~^X5p!)^(31UbrB@{6+J`MH| ziFrhAN){(0SYnZ}k$CCC>-`lKBA$y=5miiLH5fOF3NfOn7@VkzT0%_3qjTbftc9l- z7Gg{go|u?muM8bSL<|>-#3S)ZF(zvvDWrvZ#p$G~iE=!VoSYItn5>IAFQ6WmMf3t~ zC&OU&eun1Ugs3JlR$&SuMHb@;4Yj6F=w&l~io{?z@I{OlOq8R3r|u=m1BN{hxkCa+ zX~YgFU6eFYQisIvG%C8Oq6dj?OHJrb_KA#?XuU+GlbUJcS<;Mx`Ua9~+~>7iMQf%Z zGnx17+u&TzGyHPb=Ps^pSLXEXv$xJ>FXU?vEI3h9yDux>>pOK<%l8fEy(5pS3HCAT z@rb2Q)JkCd?x8`O{bQSRu+kmIYvHLjOPk-r-WNGn;sbWsF#*jYJ0-j9k{q&Ia!M{p zW%ql|fFOG$r|g`tNy2-MJ0^-iMWNPHQdl21&J5C6HceuT)Lr z$h8v=Xb5MZ&g|<&pL%H@^n)Avfgs!yE~y?64XkWqy22;zNB>6I-HI8pdWYl#Op}SF z5m=g~15y+67O7coWnbiwTJYW`w*zXI)JlCZueOqT?Z&Lz0kcQ$z>4g`_`C7nBa1Ry z19P-atW5_->ncEqfa=5_c;#-{jXB#GtPAUCXX8{zUBKH@=s_#&lDbj1ch2SaEBi5- z&@Su@DT%&lWJb0)F&3Jgl_lb-5YvGZ04OTLKb0RL?;=|`lF;l|iIX%ruJtkwxH1(1 z4}lLD*Qmy*V7CdQWNNN{QG6P^F)Rg^6UXNm>q5eVe|in>`lD`8OeL~dmdYU|6Y@M>Y_xk(N@eJp#duYsE4{K6;<7Wb4Kl3*Ns_KyHf)eISw+V{E~ zpVX#w=lGl^tEuY2a9Ezz`j}u>p{o;dIkjhtJ|cqNq6+-=x`S{lEkLZ$dg+yh?Gp?q zBpLRLrRE)EIqH>$A;gGHx5JcB`lyc^HY80&Axm9%28p9|0ct584rwwfn2G5MGUHOW z!!Tne28<%uI^mgMDl!Wd<51=3M3JzSLo}zuNXm2vSyjXn!CpF73xh?bT?Gv|7tR8qi*ZxAj`8b-Z?lf)w|YqFxPf)`K7yO@@+%8%Ax!9eXISW`TFy# zRp$wXchUQa(8_GBa53rL#LwMM9`cb$Ej+sVY{!AAnO0i{( z^Yf`)Z-z9OLJ1}ilX1{>bdJOv5lugA=jQ=$*b%2uDw#B^+&*WrNzV`@F}6A9>#4=m z^=~eIb5+>0efj`1reCs}FPJ7EY!#S#3Yl>d%)SsvMbfLyAQrM{>n<^GFoiIuXs z>VhiEGokUQyq!j^me(+kO_GV%xCh>b?enAsWXnt|^3-J}h_a_dfDom4hoT8pX3Ndi zc+^~E-5I8a@~JE5fG*WoP8tmMJetgPegJx{SgcqRT5>|mCqmoy`TzgOr2Wh0R*>mU z^QK*3laMSb(Ot&-wlAQSO*QTK1=1LOf)7avsjPX$oL5{GMD`I7M9`(-Qu-}u(OP^| znM1?vMCq37pSOWK3VIKtnvbEiJlH!>Nk!MmbXmYu@Jq;DBx;PA78^MQgQ^%J3k)7sM2?3c&?4|-2orWa z8CPfJaAYC^;|o4e-(kZ>qkf@i)Ep}r*CJ7Iccp8>)U{pm8K|7f)5cN_>UVKJW?H6==EOb>lhO+L^7_B>7!T1S_voO|=DJ=usy$uA=EKLx+O;w8X4RR6&DU{t}VxcG*X$ z-$sji6$u=u8m@I$W;olk)^#M;btK<%bfJ2^W!G)bEzeIXvloB%&WGsRShJMONZGe;P2Cgr zLt|RPHKXOdJ*z^`cFxCSwn^BdWfHcOt?4sJR{p87)q>wHTdkG}%s@FyiHJmZB_<|R z8EXvr4(i$xte{-o{jHQQ#^ozw zXk1N1lbT!rDq)8)C=V7pVABREMq&G3E`q`*kPt0{IwH@)_^9Ir@;)d&b6gxFqM|5+ zIh6yn;F3HMN=7w5*aA}%)u}`>3KX(<>ZJJ0izNsS9~Xy`iUNPAFg>x4^)VSHE>E&4 zm3BIETpR(17soVuBvk~v;Bi@93=f7#+fqcZ{Nx$G-C&Ubwn6zS5|wtPzyM#v%XS8! zj%0nPWV=G5*K)PK0)1Z2Ue0^_SB3uV6k5=&UqZhxvgwxKHcT0lrfF%zWy@tLDdkO! zuuVfz<@T>3Nur@eZ9u}T0_$7yMfJ2rG0_q+;{BpF!WIF}r~UiD*09idM_JG#|@W+`%L-(DN4+VirA<@*jhzP%sWX!63L_R)WE8 z#4BMksn&AyssR6Onk$9%u5qM4n31?EC+sr(t%XWMB-`by;Vn)MkukX)n+8kTzJOnm z=D)|0x2%NG-x4bD66LGpC0ZmPqj3ufOrl~t30U3UCvb{w(r2_UIE)Wz&k60Bv0n?F z>?{2C(b3T@UqO4+jsNC*NM6INm~bJZq3p31exCQ>ROrXHn>@3>XcfwyBCAs1x|`PJ zk3e1FjPUkf*(t=Gnlp)zSy*(aBbui=;*5-=2KZjY_Lib%PxLL&rfb zQ;))5Hk`EoogIZOdqz}8E4q1rS@&39yp%r@PgeCjUp%rXM#m(IckO7&TW5WDObQt0 zzV;%pkXKNMV--iDxS3_QGiunuZnx;>7--AGX@yu-x+IDPin7zMhzpcsci`X6X@z)J z4+8LXAQE?2^s>F*2XB`joqP~7k4_w^!$TCkVYZEB(ZW_IGn`1p^4UV-WdtuJirDrm zqxe{6N00gi!)6u~86i74kq#`#`sY9FEEnSZ|zOMB*zLpI;@+a%QmdDkAdQ2!7=o9rB%1DiCRGf{V5l7GfzI@`*bG@d!~eVqAyH-TdI19vObEHDv9Vt z2p<-zbQxxb-=RCg37mHx#kVN*Y09%maDv6G1tKrDv`T_X)U!MYSqtezHh$2Wb4uJs zd}R>Jgk}s0$|(NBiZMcJC}!+kFB;JUT`nD5m$N8-G`Dl zCy3;C%`eWcu}DSM_p{ayTUXA0G`#8+^WJl-!a1gnbO#HxI$4}GTpD&Dcd{G*&EpV6 z1+|2V@&{o7N83~O*=U=0A>dHJo#rPIa-i!NZ5)LqEJ1gbpLau8l4xa5+6Fimgc83M zZr)ZB+Hj@|L30So7LI!d)HW~7d(uMMJu{4*@TA>o!3bMS*nZ42rRl*t#+Y}1(B|OK zZkuTXq>D-g7@8$!5GKKE&Zsn_FKhn;U)>JH%ao}jG=K#x=+jB-#sfJ$>|`CXj-C3l zvm%`NQUIY~x(+InYSB$24QbHx0d)13xNLD*mf+f12n+qG2PtC{e#Fqre+ZiB!2&;r zSnE}q=tM-psWROliQ+_!^uHy(F({ooZyAsg(^edz2^fZAH1sE88D(Psv;V~d1|thq zffD4Dwi6br_Ccedi!1BO z`}RNL?4G8@;f2A4udjP+mkz(5TyJX5)Mehf)wneE{hIaKx~0Jz&c(qEH{c)>s;Zal z??1m@->@{cwD0}b*I#`3?*5O4K03B4JZBi7OV4JU2x?~?Kdbz(a(Q^AF(*Fv-z-@4 z?&;Rk?fjO=M!~Kz&;GbSB>c&qDB3n)69<;4>?v9&xVlkfZEl**eafEVMUQz0u17jrqEd+b z#_1zN)%Jg=b`CYUVOs1(6%J~ZIpoNQpeN)jdHc_@>V(Do_Bng-pRq!QFFr;uD#h&K$9A)i6HMhP>_=}?gw98BP{ zuVcvp)T^IBLB7X5w7HzZMm_g3e}R8!uW`1mH#BXqyz`Kezi@)(4?NYIPPA``oU3NT zW^?+M!jCv)n|7-Lg3)N|Fq%3FO&uEoATvFitOLsJ1=!AvgV1yqU^^cQRnEPch7Ar` zR^Fs+V^^{JLqTv3WR7ld$d>IaTN&DHCu;a{xz(b z;Cz)|Z-mpp3LRZ$;mDU()Vo6~SAW@WR6Ow1Z8`~L!{>9JGkUNB^q8zO^9A*GTx0AH;-E-MDE-FWM&Rkk4bZ5{uAyy(urD(1GqMo9=(jH2DWn99>un_H_1#;+%xjbV=EVrcvF3;cR2GaeC&o}r=#sqEJtJ4? zo(4_@jLVkarr{|3VDQma-g+XOFs_ZBQho#wuokD1kbx`7^S|L*9#kG!J^0dU#mm>+ zzvFs;%kBLwxBpY_)Eal{Q*Qr%axZ+!4gZdNJIB5KTkhFUxeGb&!sjlY_hkK_bI3M? m8vYEQ32$(e6VX$?GHv9mBbPQ=#pAAN8{hi~z8`N8!T$kJ^Resz literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ad00e54e5884c5e467d5f01e99ac396962376b8b GIT binary patch literal 18808 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 XJZa?j->zIJYDgC~{EDL#!;1e8`f!|a literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c736927df57ccb029dd0635cebe874e7ef83a812 GIT binary patch literal 2287 zcmb7FO-vg{6rSDn+G}HM0@xS`un_a(Q0!8g2-36?GEP#Fx>6FP#z|{A-XUJF*Y3<3 zuw^6^<=~__z@?6qwnFNKHmQ_jPgSBEdguiN5o8sqNLAG4WN5#-BP7`a@?b!_WY;eFdfx8bcD2m?TOu5hle(SVrgBB$qNp zOesFX8$6dZrz{Z*&?bqOnTUWHY{k}bwh{KgHpzS(R>^{SNsz4LCdqcy6sf|daYm{F znH}3D0kgPTvVxY=ea6jF^;JIN$XR`kr@$j0tC>dRxT;xCVg-|!nkFEs4SpIv7Yd(? z22YKJN26yyj)XMf45pd1La~q0++nOvr^#e6ttdFI%4sD;NSfrG!|^!IsC^+No|a_g zvL?t9R#aKdX_ix=;gQgpvzm#(KAM?eHA|FmoY7CQJ9t<*__j5WmLNT|jQUDnKoe}m zaBo#j75etBmb6&W{GS5XbuVXa$B; zt5B*tqreo<9a|-nSC||+gjAuT^&-;B{GZ%%d$~Q2ZhSwDX1Mccn(UiH^ z-X_y@-{9bpp}u~39IEx`;>)?f7{!DJVl8JPwsi3j2dl2+0* zlfVQAGTCG{CHMVHMy1I>CZ{ISN?-~rQ-P#>X_p`H_rDjQvWojMvG`={GNyryoC!o_ zMa4vkB?HP11_N1DPEvm+r`3>{OmP$v72Wv_;(@cZ=!bj)(;V7xHOz${TMo>7OT7!d z-(=S;on;$mJ-Xp)EL~W*u?0Bc;1F;I-Vis%>&z4T}Q5;D085A zNe{rEe%Bo2&;!mJJj^}tF)$McNHtqLkyR$6RL#am@A&21G{spE{#6asYS_p7& zjtTv?-xvi(V(zdN(2StZ%?Qo11@>#U#4zZFU_v<#VDzd{0gSqs|BkRvlPWNKKq|15 zJr6s++TUA&)lVEi%ak8DDMKZRF_GXevzV$>tTgU-#0*JKK}QzV1Qw;38WW9-Q2z-) zk7EZGQ2J0{iW>HrG>*ikH8WKKKPk;Itg1x5lvVK#RG^Q?BtV9qTB5%#8o#sKE+9yQ zE^}5e8QoEmc90IiM^%{qLNDe}SvbUdHeD^HiwhUmT|FzVo(;RZ>_-RN%l*jh+eVFU z+cVT;^%O(p_fehatI@3^z`b~W6xo}eAu~8TYB%Z+mQF96Ua#+5sqb8zSgr3bh91>< z9@V%uY8$SPmaWKHSLVU?Z`uiguQ0qnZ$FsoqIk7x9E5#C8^G!$ah zZ8*rR=8Q&Tijs!5qids41G5?jo5msxV1n{z znBP&yGV1sfjXXggln_e5ST}h`F*`5a99edXD}4KN9&CsYLjD8M=_@Dz literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9bc168e7e60d3f33f9d18484c93551884b509e1b GIT binary patch literal 2978 zcmZuzO>7&-6`tk(^WT(3QL7^%@TQC!Pyq8PD?CM?kPiaU~)UhXn8 zOZ{P0xPgJvK!U&l0;#9EK!Buh4?XtSrpI1P$f$^ogSaSi=#8!%)Nn6-v&*Ft)eCUu zy_q+Uv)_F0oBdlV6-V&={Pn_OSw`re%!wYcZ|waYj4foKDl#}DW^q+6=wnqr=!L2X zJ#R@3xhgl5s=~22!BQLXYCNz-E73?+lYuQ+sYbe*<`9-i8scP2Xk@CHMz)#_<`wHu zBUjCFD26aspN=-O-{Zr#xzMW)$Iu02sMnDZ$7222{g}wAmm_Pxzs-kswXhy5B{oj1 zH7wGsS>{4{p6E7hI>arSji!Yg*miZ-bnN)Q*owJQ%umg~ed)Y5GkbpKCl}`~_~LvE z;!2#KpTq8|L$1y^wvB6S&3Qr`0yFVTX7e(p6o$ad65XU&TXcv2wf$E>DA{-RegVd>;dC&9Q$f|3!Bu$`8CfHS z1%t<;Az;Z64QWwnqeVdbda5c1^NOJYYJ!n4l17TfV8uv}Lbk=Yk-08b)izq=s`1OH zbjZ)aOS~1pG=OO1%}c~tF%4YQi&vfi;gtgz7FSH2h3>;~C0>NbS*QbG<-qn;(>Cy$ z)*_ZK(-1U2*#f`}-Nmliz`jJV+amT{P51^H>_FLX??Y%l;P^8D>Osj2CIiDm+8~z~0}qNReAZEkn=2{4NLx)zd_~ht z+jKR}m*6#lb-vhyGsnIHZfHrgwhZL+Wvy>0S|5y(vAizEfPNt!hoX#7No8!UGz z@JXv#I;EOM*_If{#cPj$Rrx8!gjRHxvuV-_CACUznK-sXo6DHsO0#9P8s@2QjZx!j zrMd1dJ9cFS+bb2=Z{PoJ`MKvS)O7Kwre3?MFJW3~n#~HloQsLATNOL3h)T$fa&w&w z!EQE={6Ce-5hP;}KwpIB(KYl?LTdVk+))bK<9C(md-?G#>!!7vf2Nav=F^Ki`4`%W z?#S`oky2-*)E3@Lb_>Va!uzQ`SdDyP87hh>%#@dP+pqxmB*E{rFm<&B$5RNO;Rkf%i1IphgI+yVXJABLl-{oYgR`F$_4q8yje3FH={(Md#J+EhKY&JOm# z6C&o0N5l1Fk+t6&;*;0bi~BK=;x(6%bH2p;0_cklRKdCdHR4M^9;`Puj?T`{Un*jzjbONUY)}E7 z=&OX$&{qaylI1KdG3lrg(=}_lXGPQ6{^GhPTFV zj&HlSe)g&H$5;O}c_;f)TfCP({DF1D+D%V&(o?taPWst4-;3qcTz6#Z*2bOu^X&`W zkt181H#fst?q-L&!%smq!)Q-Mh41Vkv5;=hK1`z2#P(ZvlhfTJ$J?*I_gZ&oWOrz~ zGcL$I^k`3nz9*sFa8G8If<`8LDzoA!m+!HtUJ}JKcQPkB>g0b? z;FF`#HcF%9EZDxx7zsrHmveB3l|zOz-utP(;KLUc6q_%Ft}nUkO;|ygqy`Z91-LKD zgZrWkq{L13_7PIm%q&Qi;oL=YKo# Tn~B}g)1A@NU&BX3i2MHlKGEdh literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/auth.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/auth.py new file mode 100644 index 00000000..94a82fa6 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/auth.py @@ -0,0 +1,561 @@ +"""Network Authentication Helpers + +Contains interface (MultiDomainBasicAuth) and associated glue code for +providing credentials in the context of network requests. +""" +import logging +import os +import shutil +import subprocess +import sysconfig +import typing +import urllib.parse +from abc import ABC, abstractmethod +from functools import lru_cache +from os.path import commonprefix +from pathlib import Path +from typing import Any, Dict, List, NamedTuple, Optional, Tuple + +from pip._vendor.requests.auth import AuthBase, HTTPBasicAuth +from pip._vendor.requests.models import Request, Response +from pip._vendor.requests.utils import get_netrc_auth + +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + ask, + ask_input, + ask_password, + remove_auth_from_url, + split_auth_netloc_from_url, +) +from pip._internal.vcs.versioncontrol import AuthInfo + +logger = getLogger(__name__) + +KEYRING_DISABLED = False + + +class Credentials(NamedTuple): + url: str + username: str + password: str + + +class KeyRingBaseProvider(ABC): + """Keyring base provider interface""" + + has_keyring: bool + + @abstractmethod + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + ... + + @abstractmethod + def save_auth_info(self, url: str, username: str, password: str) -> None: + ... + + +class KeyRingNullProvider(KeyRingBaseProvider): + """Keyring null provider""" + + has_keyring = False + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + return None + + +class KeyRingPythonProvider(KeyRingBaseProvider): + """Keyring interface which uses locally imported `keyring`""" + + has_keyring = True + + def __init__(self) -> None: + import keyring + + self.keyring = keyring + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + # Support keyring's get_credential interface which supports getting + # credentials without a username. This is only available for + # keyring>=15.2.0. + if hasattr(self.keyring, "get_credential"): + logger.debug("Getting credentials from keyring for %s", url) + cred = self.keyring.get_credential(url, username) + if cred is not None: + return cred.username, cred.password + return None + + if username is not None: + logger.debug("Getting password from keyring for %s", url) + password = self.keyring.get_password(url, username) + if password: + return username, password + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + self.keyring.set_password(url, username, password) + + +class KeyRingCliProvider(KeyRingBaseProvider): + """Provider which uses `keyring` cli + + Instead of calling the keyring package installed alongside pip + we call keyring on the command line which will enable pip to + use which ever installation of keyring is available first in + PATH. + """ + + has_keyring = True + + def __init__(self, cmd: str) -> None: + self.keyring = cmd + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + # This is the default implementation of keyring.get_credential + # https://github.com/jaraco/keyring/blob/97689324abcf01bd1793d49063e7ca01e03d7d07/keyring/backend.py#L134-L139 + if username is not None: + password = self._get_password(url, username) + if password is not None: + return username, password + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + return self._set_password(url, username, password) + + def _get_password(self, service_name: str, username: str) -> Optional[str]: + """Mirror the implementation of keyring.get_password using cli""" + if self.keyring is None: + return None + + cmd = [self.keyring, "get", service_name, username] + env = os.environ.copy() + env["PYTHONIOENCODING"] = "utf-8" + res = subprocess.run( + cmd, + stdin=subprocess.DEVNULL, + stdout=subprocess.PIPE, + env=env, + ) + if res.returncode: + return None + return res.stdout.decode("utf-8").strip(os.linesep) + + def _set_password(self, service_name: str, username: str, password: str) -> None: + """Mirror the implementation of keyring.set_password using cli""" + if self.keyring is None: + return None + env = os.environ.copy() + env["PYTHONIOENCODING"] = "utf-8" + subprocess.run( + [self.keyring, "set", service_name, username], + input=f"{password}{os.linesep}".encode("utf-8"), + env=env, + check=True, + ) + return None + + +@lru_cache(maxsize=None) +def get_keyring_provider(provider: str) -> KeyRingBaseProvider: + logger.verbose("Keyring provider requested: %s", provider) + + # keyring has previously failed and been disabled + if KEYRING_DISABLED: + provider = "disabled" + if provider in ["import", "auto"]: + try: + impl = KeyRingPythonProvider() + logger.verbose("Keyring provider set: import") + return impl + except ImportError: + pass + except Exception as exc: + # In the event of an unexpected exception + # we should warn the user + msg = "Installed copy of keyring fails with exception %s" + if provider == "auto": + msg = msg + ", trying to find a keyring executable as a fallback" + logger.warning(msg, exc, exc_info=logger.isEnabledFor(logging.DEBUG)) + if provider in ["subprocess", "auto"]: + cli = shutil.which("keyring") + if cli and cli.startswith(sysconfig.get_path("scripts")): + # all code within this function is stolen from shutil.which implementation + @typing.no_type_check + def PATH_as_shutil_which_determines_it() -> str: + path = os.environ.get("PATH", None) + if path is None: + try: + path = os.confstr("CS_PATH") + except (AttributeError, ValueError): + # os.confstr() or CS_PATH is not available + path = os.defpath + # bpo-35755: Don't use os.defpath if the PATH environment variable is + # set to an empty string + + return path + + scripts = Path(sysconfig.get_path("scripts")) + + paths = [] + for path in PATH_as_shutil_which_determines_it().split(os.pathsep): + p = Path(path) + try: + if not p.samefile(scripts): + paths.append(path) + except FileNotFoundError: + pass + + path = os.pathsep.join(paths) + + cli = shutil.which("keyring", path=path) + + if cli: + logger.verbose("Keyring provider set: subprocess with executable %s", cli) + return KeyRingCliProvider(cli) + + logger.verbose("Keyring provider set: disabled") + return KeyRingNullProvider() + + +class MultiDomainBasicAuth(AuthBase): + def __init__( + self, + prompting: bool = True, + index_urls: Optional[List[str]] = None, + keyring_provider: str = "auto", + ) -> None: + self.prompting = prompting + self.index_urls = index_urls + self.keyring_provider = keyring_provider # type: ignore[assignment] + self.passwords: Dict[str, AuthInfo] = {} + # When the user is prompted to enter credentials and keyring is + # available, we will offer to save them. If the user accepts, + # this value is set to the credentials they entered. After the + # request authenticates, the caller should call + # ``save_credentials`` to save these. + self._credentials_to_save: Optional[Credentials] = None + + @property + def keyring_provider(self) -> KeyRingBaseProvider: + return get_keyring_provider(self._keyring_provider) + + @keyring_provider.setter + def keyring_provider(self, provider: str) -> None: + # The free function get_keyring_provider has been decorated with + # functools.cache. If an exception occurs in get_keyring_auth that + # cache will be cleared and keyring disabled, take that into account + # if you want to remove this indirection. + self._keyring_provider = provider + + @property + def use_keyring(self) -> bool: + # We won't use keyring when --no-input is passed unless + # a specific provider is requested because it might require + # user interaction + return self.prompting or self._keyring_provider not in ["auto", "disabled"] + + def _get_keyring_auth( + self, + url: Optional[str], + username: Optional[str], + ) -> Optional[AuthInfo]: + """Return the tuple auth for a given url from keyring.""" + # Do nothing if no url was provided + if not url: + return None + + try: + return self.keyring_provider.get_auth_info(url, username) + except Exception as exc: + logger.warning( + "Keyring is skipped due to an exception: %s", + str(exc), + ) + global KEYRING_DISABLED + KEYRING_DISABLED = True + get_keyring_provider.cache_clear() + return None + + def _get_index_url(self, url: str) -> Optional[str]: + """Return the original index URL matching the requested URL. + + Cached or dynamically generated credentials may work against + the original index URL rather than just the netloc. + + The provided url should have had its username and password + removed already. If the original index url had credentials then + they will be included in the return value. + + Returns None if no matching index was found, or if --no-index + was specified by the user. + """ + if not url or not self.index_urls: + return None + + url = remove_auth_from_url(url).rstrip("/") + "/" + parsed_url = urllib.parse.urlsplit(url) + + candidates = [] + + for index in self.index_urls: + index = index.rstrip("/") + "/" + parsed_index = urllib.parse.urlsplit(remove_auth_from_url(index)) + if parsed_url == parsed_index: + return index + + if parsed_url.netloc != parsed_index.netloc: + continue + + candidate = urllib.parse.urlsplit(index) + candidates.append(candidate) + + if not candidates: + return None + + candidates.sort( + reverse=True, + key=lambda candidate: commonprefix( + [ + parsed_url.path, + candidate.path, + ] + ).rfind("/"), + ) + + return urllib.parse.urlunsplit(candidates[0]) + + def _get_new_credentials( + self, + original_url: str, + *, + allow_netrc: bool = True, + allow_keyring: bool = False, + ) -> AuthInfo: + """Find and return credentials for the specified URL.""" + # Split the credentials and netloc from the url. + url, netloc, url_user_password = split_auth_netloc_from_url( + original_url, + ) + + # Start with the credentials embedded in the url + username, password = url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in url for %s", netloc) + return url_user_password + + # Find a matching index url for this request + index_url = self._get_index_url(url) + if index_url: + # Split the credentials from the url. + index_info = split_auth_netloc_from_url(index_url) + if index_info: + index_url, _, index_url_user_password = index_info + logger.debug("Found index url %s", index_url) + + # If an index URL was found, try its embedded credentials + if index_url and index_url_user_password[0] is not None: + username, password = index_url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in index url for %s", netloc) + return index_url_user_password + + # Get creds from netrc if we still don't have them + if allow_netrc: + netrc_auth = get_netrc_auth(original_url) + if netrc_auth: + logger.debug("Found credentials in netrc for %s", netloc) + return netrc_auth + + # If we don't have a password and keyring is available, use it. + if allow_keyring: + # The index url is more specific than the netloc, so try it first + # fmt: off + kr_auth = ( + self._get_keyring_auth(index_url, username) or + self._get_keyring_auth(netloc, username) + ) + # fmt: on + if kr_auth: + logger.debug("Found credentials in keyring for %s", netloc) + return kr_auth + + return username, password + + def _get_url_and_credentials( + self, original_url: str + ) -> Tuple[str, Optional[str], Optional[str]]: + """Return the credentials to use for the provided URL. + + If allowed, netrc and keyring may be used to obtain the + correct credentials. + + Returns (url_without_credentials, username, password). Note + that even if the original URL contains credentials, this + function may return a different username and password. + """ + url, netloc, _ = split_auth_netloc_from_url(original_url) + + # Try to get credentials from original url + username, password = self._get_new_credentials(original_url) + + # If credentials not found, use any stored credentials for this netloc. + # Do this if either the username or the password is missing. + # This accounts for the situation in which the user has specified + # the username in the index url, but the password comes from keyring. + if (username is None or password is None) and netloc in self.passwords: + un, pw = self.passwords[netloc] + # It is possible that the cached credentials are for a different username, + # in which case the cache should be ignored. + if username is None or username == un: + username, password = un, pw + + if username is not None or password is not None: + # Convert the username and password if they're None, so that + # this netloc will show up as "cached" in the conditional above. + # Further, HTTPBasicAuth doesn't accept None, so it makes sense to + # cache the value that is going to be used. + username = username or "" + password = password or "" + + # Store any acquired credentials. + self.passwords[netloc] = (username, password) + + assert ( + # Credentials were found + (username is not None and password is not None) + # Credentials were not found + or (username is None and password is None) + ), f"Could not load credentials from url: {original_url}" + + return url, username, password + + def __call__(self, req: Request) -> Request: + # Get credentials for this request + url, username, password = self._get_url_and_credentials(req.url) + + # Set the url of the request to the url without any credentials + req.url = url + + if username is not None and password is not None: + # Send the basic auth with this request + req = HTTPBasicAuth(username, password)(req) + + # Attach a hook to handle 401 responses + req.register_hook("response", self.handle_401) + + return req + + # Factored out to allow for easy patching in tests + def _prompt_for_password( + self, netloc: str + ) -> Tuple[Optional[str], Optional[str], bool]: + username = ask_input(f"User for {netloc}: ") if self.prompting else None + if not username: + return None, None, False + if self.use_keyring: + auth = self._get_keyring_auth(netloc, username) + if auth and auth[0] is not None and auth[1] is not None: + return auth[0], auth[1], False + password = ask_password("Password: ") + return username, password, True + + # Factored out to allow for easy patching in tests + def _should_save_password_to_keyring(self) -> bool: + if ( + not self.prompting + or not self.use_keyring + or not self.keyring_provider.has_keyring + ): + return False + return ask("Save credentials to keyring [y/N]: ", ["y", "n"]) == "y" + + def handle_401(self, resp: Response, **kwargs: Any) -> Response: + # We only care about 401 responses, anything else we want to just + # pass through the actual response + if resp.status_code != 401: + return resp + + username, password = None, None + + # Query the keyring for credentials: + if self.use_keyring: + username, password = self._get_new_credentials( + resp.url, + allow_netrc=False, + allow_keyring=True, + ) + + # We are not able to prompt the user so simply return the response + if not self.prompting and not username and not password: + return resp + + parsed = urllib.parse.urlparse(resp.url) + + # Prompt the user for a new username and password + save = False + if not username and not password: + username, password, save = self._prompt_for_password(parsed.netloc) + + # Store the new username and password to use for future requests + self._credentials_to_save = None + if username is not None and password is not None: + self.passwords[parsed.netloc] = (username, password) + + # Prompt to save the password to keyring + if save and self._should_save_password_to_keyring(): + self._credentials_to_save = Credentials( + url=parsed.netloc, + username=username, + password=password, + ) + + # Consume content and release the original connection to allow our new + # request to reuse the same one. + # The result of the assignment isn't used, it's just needed to consume + # the content. + _ = resp.content + resp.raw.release_conn() + + # Add our new username and password to the request + req = HTTPBasicAuth(username or "", password or "")(resp.request) + req.register_hook("response", self.warn_on_401) + + # On successful request, save the credentials that were used to + # keyring. (Note that if the user responded "no" above, this member + # is not set and nothing will be saved.) + if self._credentials_to_save: + req.register_hook("response", self.save_credentials) + + # Send our new request + new_resp = resp.connection.send(req, **kwargs) + new_resp.history.append(resp) + + return new_resp + + def warn_on_401(self, resp: Response, **kwargs: Any) -> None: + """Response callback to warn about incorrect credentials.""" + if resp.status_code == 401: + logger.warning( + "401 Error, Credentials not correct for %s", + resp.request.url, + ) + + def save_credentials(self, resp: Response, **kwargs: Any) -> None: + """Response callback to save credentials on success.""" + assert ( + self.keyring_provider.has_keyring + ), "should never reach here without keyring" + + creds = self._credentials_to_save + self._credentials_to_save = None + if creds and resp.status_code < 400: + try: + logger.info("Saving credentials to keyring") + self.keyring_provider.save_auth_info( + creds.url, creds.username, creds.password + ) + except Exception: + logger.exception("Failed to save credentials") diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/cache.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/cache.py new file mode 100644 index 00000000..4d0fb545 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/cache.py @@ -0,0 +1,106 @@ +"""HTTP cache implementation. +""" + +import os +from contextlib import contextmanager +from datetime import datetime +from typing import BinaryIO, Generator, Optional, Union + +from pip._vendor.cachecontrol.cache import SeparateBodyBaseCache +from pip._vendor.cachecontrol.caches import SeparateBodyFileCache +from pip._vendor.requests.models import Response + +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import ensure_dir + + +def is_from_cache(response: Response) -> bool: + return getattr(response, "from_cache", False) + + +@contextmanager +def suppressed_cache_errors() -> Generator[None, None, None]: + """If we can't access the cache then we can just skip caching and process + requests as if caching wasn't enabled. + """ + try: + yield + except OSError: + pass + + +class SafeFileCache(SeparateBodyBaseCache): + """ + A file based cache which is safe to use even when the target directory may + not be accessible or writable. + + There is a race condition when two processes try to write and/or read the + same entry at the same time, since each entry consists of two separate + files (https://github.com/psf/cachecontrol/issues/324). We therefore have + additional logic that makes sure that both files to be present before + returning an entry; this fixes the read side of the race condition. + + For the write side, we assume that the server will only ever return the + same data for the same URL, which ought to be the case for files pip is + downloading. PyPI does not have a mechanism to swap out a wheel for + another wheel, for example. If this assumption is not true, the + CacheControl issue will need to be fixed. + """ + + def __init__(self, directory: str) -> None: + assert directory is not None, "Cache directory must not be None." + super().__init__() + self.directory = directory + + def _get_cache_path(self, name: str) -> str: + # From cachecontrol.caches.file_cache.FileCache._fn, brought into our + # class for backwards-compatibility and to avoid using a non-public + # method. + hashed = SeparateBodyFileCache.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> Optional[bytes]: + # The cache entry is only valid if both metadata and body exist. + metadata_path = self._get_cache_path(key) + body_path = metadata_path + ".body" + if not (os.path.exists(metadata_path) and os.path.exists(body_path)): + return None + with suppressed_cache_errors(): + with open(metadata_path, "rb") as f: + return f.read() + + def _write(self, path: str, data: bytes) -> None: + with suppressed_cache_errors(): + ensure_dir(os.path.dirname(path)) + + with adjacent_tmp_file(path) as f: + f.write(data) + + replace(f.name, path) + + def set( + self, key: str, value: bytes, expires: Union[int, datetime, None] = None + ) -> None: + path = self._get_cache_path(key) + self._write(path, value) + + def delete(self, key: str) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + os.remove(path) + with suppressed_cache_errors(): + os.remove(path + ".body") + + def get_body(self, key: str) -> Optional[BinaryIO]: + # The cache entry is only valid if both metadata and body exist. + metadata_path = self._get_cache_path(key) + body_path = metadata_path + ".body" + if not (os.path.exists(metadata_path) and os.path.exists(body_path)): + return None + with suppressed_cache_errors(): + return open(body_path, "rb") + + def set_body(self, key: str, body: bytes) -> None: + path = self._get_cache_path(key) + ".body" + self._write(path, body) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/download.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/download.py new file mode 100644 index 00000000..d1d43541 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/download.py @@ -0,0 +1,186 @@ +"""Download files with progress indicators. +""" +import email.message +import logging +import mimetypes +import os +from typing import Iterable, Optional, Tuple + +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.cli.progress_bars import get_download_progress_renderer +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.models.index import PyPI +from pip._internal.models.link import Link +from pip._internal.network.cache import is_from_cache +from pip._internal.network.session import PipSession +from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks +from pip._internal.utils.misc import format_size, redact_auth_from_url, splitext + +logger = logging.getLogger(__name__) + + +def _get_http_response_size(resp: Response) -> Optional[int]: + try: + return int(resp.headers["content-length"]) + except (ValueError, KeyError, TypeError): + return None + + +def _prepare_download( + resp: Response, + link: Link, + progress_bar: str, +) -> Iterable[bytes]: + total_length = _get_http_response_size(resp) + + if link.netloc == PyPI.file_storage_domain: + url = link.show_url + else: + url = link.url_without_fragment + + logged_url = redact_auth_from_url(url) + + if total_length: + logged_url = f"{logged_url} ({format_size(total_length)})" + + if is_from_cache(resp): + logger.info("Using cached %s", logged_url) + else: + logger.info("Downloading %s", logged_url) + + if logger.getEffectiveLevel() > logging.INFO: + show_progress = False + elif is_from_cache(resp): + show_progress = False + elif not total_length: + show_progress = True + elif total_length > (40 * 1000): + show_progress = True + else: + show_progress = False + + chunks = response_chunks(resp, CONTENT_CHUNK_SIZE) + + if not show_progress: + return chunks + + renderer = get_download_progress_renderer(bar_type=progress_bar, size=total_length) + return renderer(chunks) + + +def sanitize_content_filename(filename: str) -> str: + """ + Sanitize the "filename" value from a Content-Disposition header. + """ + return os.path.basename(filename) + + +def parse_content_disposition(content_disposition: str, default_filename: str) -> str: + """ + Parse the "filename" value from a Content-Disposition header, and + return the default filename if the result is empty. + """ + m = email.message.Message() + m["content-type"] = content_disposition + filename = m.get_param("filename") + if filename: + # We need to sanitize the filename to prevent directory traversal + # in case the filename contains ".." path parts. + filename = sanitize_content_filename(str(filename)) + return filename or default_filename + + +def _get_http_response_filename(resp: Response, link: Link) -> str: + """Get an ideal filename from the given HTTP response, falling back to + the link filename if not provided. + """ + filename = link.filename # fallback + # Have a look at the Content-Disposition header for a better guess + content_disposition = resp.headers.get("content-disposition") + if content_disposition: + filename = parse_content_disposition(content_disposition, filename) + ext: Optional[str] = splitext(filename)[1] + if not ext: + ext = mimetypes.guess_extension(resp.headers.get("content-type", "")) + if ext: + filename += ext + if not ext and link.url != resp.url: + ext = os.path.splitext(resp.url)[1] + if ext: + filename += ext + return filename + + +def _http_get_download(session: PipSession, link: Link) -> Response: + target_url = link.url.split("#", 1)[0] + resp = session.get(target_url, headers=HEADERS, stream=True) + raise_for_status(resp) + return resp + + +class Downloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__(self, link: Link, location: str) -> Tuple[str, str]: + """Download the file given by link into location.""" + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", e.response.status_code, link + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + return filepath, content_type + + +class BatchDownloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__( + self, links: Iterable[Link], location: str + ) -> Iterable[Tuple[Link, Tuple[str, str]]]: + """Download the files given by links into location.""" + for link in links: + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", + e.response.status_code, + link, + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + yield link, (filepath, content_type) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100644 index 00000000..82ec50d5 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py @@ -0,0 +1,210 @@ +"""Lazy ZIP over HTTP""" + +__all__ = ["HTTPRangeRequestUnsupported", "dist_from_wheel_url"] + +from bisect import bisect_left, bisect_right +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, Dict, Generator, List, Optional, Tuple +from zipfile import BadZipFile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.metadata import BaseDistribution, MemoryWheel, get_wheel_distribution +from pip._internal.network.session import PipSession +from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks + + +class HTTPRangeRequestUnsupported(Exception): + pass + + +def dist_from_wheel_url(name: str, url: str, session: PipSession) -> BaseDistribution: + """Return a distribution object from the given wheel URL. + + This uses HTTP range requests to only fetch the portion of the wheel + containing metadata, just enough for the object to be constructed. + If such requests are not supported, HTTPRangeRequestUnsupported + is raised. + """ + with LazyZipOverHTTP(url, session) as zf: + # For read-only ZIP files, ZipFile only needs methods read, + # seek, seekable and tell, not the whole IO protocol. + wheel = MemoryWheel(zf.name, zf) # type: ignore + # After context manager exit, wheel.name + # is an invalid file by intention. + return get_wheel_distribution(wheel, canonicalize_name(name)) + + +class LazyZipOverHTTP: + """File-like object mapped to a ZIP file over HTTP. + + This uses HTTP range requests to lazily fetch the file's content, + which is supposed to be fed to ZipFile. If such requests are not + supported by the server, raise HTTPRangeRequestUnsupported + during initialization. + """ + + def __init__( + self, url: str, session: PipSession, chunk_size: int = CONTENT_CHUNK_SIZE + ) -> None: + head = session.head(url, headers=HEADERS) + raise_for_status(head) + assert head.status_code == 200 + self._session, self._url, self._chunk_size = session, url, chunk_size + self._length = int(head.headers["Content-Length"]) + self._file = NamedTemporaryFile() + self.truncate(self._length) + self._left: List[int] = [] + self._right: List[int] = [] + if "bytes" not in head.headers.get("Accept-Ranges", "none"): + raise HTTPRangeRequestUnsupported("range request is not supported") + self._check_zip() + + @property + def mode(self) -> str: + """Opening mode, which is always rb.""" + return "rb" + + @property + def name(self) -> str: + """Path to the underlying file.""" + return self._file.name + + def seekable(self) -> bool: + """Return whether random access is supported, which is True.""" + return True + + def close(self) -> None: + """Close the file.""" + self._file.close() + + @property + def closed(self) -> bool: + """Whether the file is closed.""" + return self._file.closed + + def read(self, size: int = -1) -> bytes: + """Read up to size bytes from the object and return them. + + As a convenience, if size is unspecified or -1, + all bytes until EOF are returned. Fewer than + size bytes may be returned if EOF is reached. + """ + download_size = max(size, self._chunk_size) + start, length = self.tell(), self._length + stop = length if size < 0 else min(start + download_size, length) + start = max(0, stop - download_size) + self._download(start, stop - 1) + return self._file.read(size) + + def readable(self) -> bool: + """Return whether the file is readable, which is True.""" + return True + + def seek(self, offset: int, whence: int = 0) -> int: + """Change stream position and return the new absolute position. + + Seek to offset relative position indicated by whence: + * 0: Start of stream (the default). pos should be >= 0; + * 1: Current position - pos may be negative; + * 2: End of stream - pos usually negative. + """ + return self._file.seek(offset, whence) + + def tell(self) -> int: + """Return the current position.""" + return self._file.tell() + + def truncate(self, size: Optional[int] = None) -> int: + """Resize the stream to the given size in bytes. + + If size is unspecified resize to the current position. + The current stream position isn't changed. + + Return the new file size. + """ + return self._file.truncate(size) + + def writable(self) -> bool: + """Return False.""" + return False + + def __enter__(self) -> "LazyZipOverHTTP": + self._file.__enter__() + return self + + def __exit__(self, *exc: Any) -> None: + self._file.__exit__(*exc) + + @contextmanager + def _stay(self) -> Generator[None, None, None]: + """Return a context manager keeping the position. + + At the end of the block, seek back to original position. + """ + pos = self.tell() + try: + yield + finally: + self.seek(pos) + + def _check_zip(self) -> None: + """Check and download until the file is a valid ZIP.""" + end = self._length - 1 + for start in reversed(range(0, end, self._chunk_size)): + self._download(start, end) + with self._stay(): + try: + # For read-only ZIP files, ZipFile only needs + # methods read, seek, seekable and tell. + ZipFile(self) # type: ignore + except BadZipFile: + pass + else: + break + + def _stream_response( + self, start: int, end: int, base_headers: Dict[str, str] = HEADERS + ) -> Response: + """Return HTTP response to a range request from start to end.""" + headers = base_headers.copy() + headers["Range"] = f"bytes={start}-{end}" + # TODO: Get range requests to be correctly cached + headers["Cache-Control"] = "no-cache" + return self._session.get(self._url, headers=headers, stream=True) + + def _merge( + self, start: int, end: int, left: int, right: int + ) -> Generator[Tuple[int, int], None, None]: + """Return a generator of intervals to be fetched. + + Args: + start (int): Start of needed interval + end (int): End of needed interval + left (int): Index of first overlapping downloaded data + right (int): Index after last overlapping downloaded data + """ + lslice, rslice = self._left[left:right], self._right[left:right] + i = start = min([start] + lslice[:1]) + end = max([end] + rslice[-1:]) + for j, k in zip(lslice, rslice): + if j > i: + yield i, j - 1 + i = k + 1 + if i <= end: + yield i, end + self._left[left:right], self._right[left:right] = [start], [end] + + def _download(self, start: int, end: int) -> None: + """Download bytes from start to end inclusively.""" + with self._stay(): + left = bisect_left(self._right, start) + right = bisect_right(self._left, end) + for start, end in self._merge(start, end, left, right): + response = self._stream_response(start, end) + response.raise_for_status() + self.seek(start) + for chunk in response_chunks(response, self._chunk_size): + self._file.write(chunk) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/session.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/session.py new file mode 100644 index 00000000..f17efc52 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/session.py @@ -0,0 +1,520 @@ +"""PipSession and supporting code, containing all pip-specific +network request configuration and behavior. +""" + +import email.utils +import io +import ipaddress +import json +import logging +import mimetypes +import os +import platform +import shutil +import subprocess +import sys +import urllib.parse +import warnings +from typing import ( + TYPE_CHECKING, + Any, + Dict, + Generator, + List, + Mapping, + Optional, + Sequence, + Tuple, + Union, +) + +from pip._vendor import requests, urllib3 +from pip._vendor.cachecontrol import CacheControlAdapter as _BaseCacheControlAdapter +from pip._vendor.requests.adapters import DEFAULT_POOLBLOCK, BaseAdapter +from pip._vendor.requests.adapters import HTTPAdapter as _BaseHTTPAdapter +from pip._vendor.requests.models import PreparedRequest, Response +from pip._vendor.requests.structures import CaseInsensitiveDict +from pip._vendor.urllib3.connectionpool import ConnectionPool +from pip._vendor.urllib3.exceptions import InsecureRequestWarning + +from pip import __version__ +from pip._internal.metadata import get_default_environment +from pip._internal.models.link import Link +from pip._internal.network.auth import MultiDomainBasicAuth +from pip._internal.network.cache import SafeFileCache + +# Import ssl from compat so the initial import occurs in only one place. +from pip._internal.utils.compat import has_tls +from pip._internal.utils.glibc import libc_ver +from pip._internal.utils.misc import build_url_from_netloc, parse_netloc +from pip._internal.utils.urls import url_to_path + +if TYPE_CHECKING: + from ssl import SSLContext + + from pip._vendor.urllib3.poolmanager import PoolManager + + +logger = logging.getLogger(__name__) + +SecureOrigin = Tuple[str, str, Optional[Union[int, str]]] + + +# Ignore warning raised when using --trusted-host. +warnings.filterwarnings("ignore", category=InsecureRequestWarning) + + +SECURE_ORIGINS: List[SecureOrigin] = [ + # protocol, hostname, port + # Taken from Chrome's list of secure origins (See: http://bit.ly/1qrySKC) + ("https", "*", "*"), + ("*", "localhost", "*"), + ("*", "127.0.0.0/8", "*"), + ("*", "::1/128", "*"), + ("file", "*", None), + # ssh is always secure. + ("ssh", "*", "*"), +] + + +# These are environment variables present when running under various +# CI systems. For each variable, some CI systems that use the variable +# are indicated. The collection was chosen so that for each of a number +# of popular systems, at least one of the environment variables is used. +# This list is used to provide some indication of and lower bound for +# CI traffic to PyPI. Thus, it is okay if the list is not comprehensive. +# For more background, see: https://github.com/pypa/pip/issues/5499 +CI_ENVIRONMENT_VARIABLES = ( + # Azure Pipelines + "BUILD_BUILDID", + # Jenkins + "BUILD_ID", + # AppVeyor, CircleCI, Codeship, Gitlab CI, Shippable, Travis CI + "CI", + # Explicit environment variable. + "PIP_IS_CI", +) + + +def looks_like_ci() -> bool: + """ + Return whether it looks like pip is running under CI. + """ + # We don't use the method of checking for a tty (e.g. using isatty()) + # because some CI systems mimic a tty (e.g. Travis CI). Thus that + # method doesn't provide definitive information in either direction. + return any(name in os.environ for name in CI_ENVIRONMENT_VARIABLES) + + +def user_agent() -> str: + """ + Return a string representing the user agent. + """ + data: Dict[str, Any] = { + "installer": {"name": "pip", "version": __version__}, + "python": platform.python_version(), + "implementation": { + "name": platform.python_implementation(), + }, + } + + if data["implementation"]["name"] == "CPython": + data["implementation"]["version"] = platform.python_version() + elif data["implementation"]["name"] == "PyPy": + pypy_version_info = sys.pypy_version_info # type: ignore + if pypy_version_info.releaselevel == "final": + pypy_version_info = pypy_version_info[:3] + data["implementation"]["version"] = ".".join( + [str(x) for x in pypy_version_info] + ) + elif data["implementation"]["name"] == "Jython": + # Complete Guess + data["implementation"]["version"] = platform.python_version() + elif data["implementation"]["name"] == "IronPython": + # Complete Guess + data["implementation"]["version"] = platform.python_version() + + if sys.platform.startswith("linux"): + from pip._vendor import distro + + linux_distribution = distro.name(), distro.version(), distro.codename() + distro_infos: Dict[str, Any] = dict( + filter( + lambda x: x[1], + zip(["name", "version", "id"], linux_distribution), + ) + ) + libc = dict( + filter( + lambda x: x[1], + zip(["lib", "version"], libc_ver()), + ) + ) + if libc: + distro_infos["libc"] = libc + if distro_infos: + data["distro"] = distro_infos + + if sys.platform.startswith("darwin") and platform.mac_ver()[0]: + data["distro"] = {"name": "macOS", "version": platform.mac_ver()[0]} + + if platform.system(): + data.setdefault("system", {})["name"] = platform.system() + + if platform.release(): + data.setdefault("system", {})["release"] = platform.release() + + if platform.machine(): + data["cpu"] = platform.machine() + + if has_tls(): + import _ssl as ssl + + data["openssl_version"] = ssl.OPENSSL_VERSION + + setuptools_dist = get_default_environment().get_distribution("setuptools") + if setuptools_dist is not None: + data["setuptools_version"] = str(setuptools_dist.version) + + if shutil.which("rustc") is not None: + # If for any reason `rustc --version` fails, silently ignore it + try: + rustc_output = subprocess.check_output( + ["rustc", "--version"], stderr=subprocess.STDOUT, timeout=0.5 + ) + except Exception: + pass + else: + if rustc_output.startswith(b"rustc "): + # The format of `rustc --version` is: + # `b'rustc 1.52.1 (9bc8c42bb 2021-05-09)\n'` + # We extract just the middle (1.52.1) part + data["rustc_version"] = rustc_output.split(b" ")[1].decode() + + # Use None rather than False so as not to give the impression that + # pip knows it is not being run under CI. Rather, it is a null or + # inconclusive result. Also, we include some value rather than no + # value to make it easier to know that the check has been run. + data["ci"] = True if looks_like_ci() else None + + user_data = os.environ.get("PIP_USER_AGENT_USER_DATA") + if user_data is not None: + data["user_data"] = user_data + + return "{data[installer][name]}/{data[installer][version]} {json}".format( + data=data, + json=json.dumps(data, separators=(",", ":"), sort_keys=True), + ) + + +class LocalFSAdapter(BaseAdapter): + def send( + self, + request: PreparedRequest, + stream: bool = False, + timeout: Optional[Union[float, Tuple[float, float]]] = None, + verify: Union[bool, str] = True, + cert: Optional[Union[str, Tuple[str, str]]] = None, + proxies: Optional[Mapping[str, str]] = None, + ) -> Response: + pathname = url_to_path(request.url) + + resp = Response() + resp.status_code = 200 + resp.url = request.url + + try: + stats = os.stat(pathname) + except OSError as exc: + # format the exception raised as a io.BytesIO object, + # to return a better error message: + resp.status_code = 404 + resp.reason = type(exc).__name__ + resp.raw = io.BytesIO(f"{resp.reason}: {exc}".encode("utf8")) + else: + modified = email.utils.formatdate(stats.st_mtime, usegmt=True) + content_type = mimetypes.guess_type(pathname)[0] or "text/plain" + resp.headers = CaseInsensitiveDict( + { + "Content-Type": content_type, + "Content-Length": stats.st_size, + "Last-Modified": modified, + } + ) + + resp.raw = open(pathname, "rb") + resp.close = resp.raw.close + + return resp + + def close(self) -> None: + pass + + +class _SSLContextAdapterMixin: + """Mixin to add the ``ssl_context`` constructor argument to HTTP adapters. + + The additional argument is forwarded directly to the pool manager. This allows us + to dynamically decide what SSL store to use at runtime, which is used to implement + the optional ``truststore`` backend. + """ + + def __init__( + self, + *, + ssl_context: Optional["SSLContext"] = None, + **kwargs: Any, + ) -> None: + self._ssl_context = ssl_context + super().__init__(**kwargs) + + def init_poolmanager( + self, + connections: int, + maxsize: int, + block: bool = DEFAULT_POOLBLOCK, + **pool_kwargs: Any, + ) -> "PoolManager": + if self._ssl_context is not None: + pool_kwargs.setdefault("ssl_context", self._ssl_context) + return super().init_poolmanager( # type: ignore[misc] + connections=connections, + maxsize=maxsize, + block=block, + **pool_kwargs, + ) + + +class HTTPAdapter(_SSLContextAdapterMixin, _BaseHTTPAdapter): + pass + + +class CacheControlAdapter(_SSLContextAdapterMixin, _BaseCacheControlAdapter): + pass + + +class InsecureHTTPAdapter(HTTPAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class InsecureCacheControlAdapter(CacheControlAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class PipSession(requests.Session): + timeout: Optional[int] = None + + def __init__( + self, + *args: Any, + retries: int = 0, + cache: Optional[str] = None, + trusted_hosts: Sequence[str] = (), + index_urls: Optional[List[str]] = None, + ssl_context: Optional["SSLContext"] = None, + **kwargs: Any, + ) -> None: + """ + :param trusted_hosts: Domains not to emit warnings for when not using + HTTPS. + """ + super().__init__(*args, **kwargs) + + # Namespace the attribute with "pip_" just in case to prevent + # possible conflicts with the base class. + self.pip_trusted_origins: List[Tuple[str, Optional[int]]] = [] + + # Attach our User Agent to the request + self.headers["User-Agent"] = user_agent() + + # Attach our Authentication handler to the session + self.auth = MultiDomainBasicAuth(index_urls=index_urls) + + # Create our urllib3.Retry instance which will allow us to customize + # how we handle retries. + retries = urllib3.Retry( + # Set the total number of retries that a particular request can + # have. + total=retries, + # A 503 error from PyPI typically means that the Fastly -> Origin + # connection got interrupted in some way. A 503 error in general + # is typically considered a transient error so we'll go ahead and + # retry it. + # A 500 may indicate transient error in Amazon S3 + # A 502 may be a transient error from a CDN like CloudFlare or CloudFront + # A 520 or 527 - may indicate transient error in CloudFlare + status_forcelist=[500, 502, 503, 520, 527], + # Add a small amount of back off between failed requests in + # order to prevent hammering the service. + backoff_factor=0.25, + ) # type: ignore + + # Our Insecure HTTPAdapter disables HTTPS validation. It does not + # support caching so we'll use it for all http:// URLs. + # If caching is disabled, we will also use it for + # https:// hosts that we've marked as ignoring + # TLS errors for (trusted-hosts). + insecure_adapter = InsecureHTTPAdapter(max_retries=retries) + + # We want to _only_ cache responses on securely fetched origins or when + # the host is specified as trusted. We do this because + # we can't validate the response of an insecurely/untrusted fetched + # origin, and we don't want someone to be able to poison the cache and + # require manual eviction from the cache to fix it. + if cache: + secure_adapter = CacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ssl_context=ssl_context, + ) + self._trusted_host_adapter = InsecureCacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ) + else: + secure_adapter = HTTPAdapter(max_retries=retries, ssl_context=ssl_context) + self._trusted_host_adapter = insecure_adapter + + self.mount("https://", secure_adapter) + self.mount("http://", insecure_adapter) + + # Enable file:// urls + self.mount("file://", LocalFSAdapter()) + + for host in trusted_hosts: + self.add_trusted_host(host, suppress_logging=True) + + def update_index_urls(self, new_index_urls: List[str]) -> None: + """ + :param new_index_urls: New index urls to update the authentication + handler with. + """ + self.auth.index_urls = new_index_urls + + def add_trusted_host( + self, host: str, source: Optional[str] = None, suppress_logging: bool = False + ) -> None: + """ + :param host: It is okay to provide a host that has previously been + added. + :param source: An optional source string, for logging where the host + string came from. + """ + if not suppress_logging: + msg = f"adding trusted host: {host!r}" + if source is not None: + msg += f" (from {source})" + logger.info(msg) + + parsed_host, parsed_port = parse_netloc(host) + if parsed_host is None: + raise ValueError(f"Trusted host URL must include a host part: {host!r}") + if (parsed_host, parsed_port) not in self.pip_trusted_origins: + self.pip_trusted_origins.append((parsed_host, parsed_port)) + + self.mount( + build_url_from_netloc(host, scheme="http") + "/", self._trusted_host_adapter + ) + self.mount(build_url_from_netloc(host) + "/", self._trusted_host_adapter) + if not parsed_port: + self.mount( + build_url_from_netloc(host, scheme="http") + ":", + self._trusted_host_adapter, + ) + # Mount wildcard ports for the same host. + self.mount(build_url_from_netloc(host) + ":", self._trusted_host_adapter) + + def iter_secure_origins(self) -> Generator[SecureOrigin, None, None]: + yield from SECURE_ORIGINS + for host, port in self.pip_trusted_origins: + yield ("*", host, "*" if port is None else port) + + def is_secure_origin(self, location: Link) -> bool: + # Determine if this url used a secure transport mechanism + parsed = urllib.parse.urlparse(str(location)) + origin_protocol, origin_host, origin_port = ( + parsed.scheme, + parsed.hostname, + parsed.port, + ) + + # The protocol to use to see if the protocol matches. + # Don't count the repository type as part of the protocol: in + # cases such as "git+ssh", only use "ssh". (I.e., Only verify against + # the last scheme.) + origin_protocol = origin_protocol.rsplit("+", 1)[-1] + + # Determine if our origin is a secure origin by looking through our + # hardcoded list of secure origins, as well as any additional ones + # configured on this PackageFinder instance. + for secure_origin in self.iter_secure_origins(): + secure_protocol, secure_host, secure_port = secure_origin + if origin_protocol != secure_protocol and secure_protocol != "*": + continue + + try: + addr = ipaddress.ip_address(origin_host or "") + network = ipaddress.ip_network(secure_host) + except ValueError: + # We don't have both a valid address or a valid network, so + # we'll check this origin against hostnames. + if ( + origin_host + and origin_host.lower() != secure_host.lower() + and secure_host != "*" + ): + continue + else: + # We have a valid address and network, so see if the address + # is contained within the network. + if addr not in network: + continue + + # Check to see if the port matches. + if ( + origin_port != secure_port + and secure_port != "*" + and secure_port is not None + ): + continue + + # If we've gotten here, then this origin matches the current + # secure origin and we should return True + return True + + # If we've gotten to this point, then the origin isn't secure and we + # will not accept it as a valid location to search. We will however + # log a warning that we are ignoring it. + logger.warning( + "The repository located at %s is not a trusted or secure host and " + "is being ignored. If this repository is available via HTTPS we " + "recommend you use HTTPS instead, otherwise you may silence " + "this warning and allow it anyway with '--trusted-host %s'.", + origin_host, + origin_host, + ) + + return False + + def request(self, method: str, url: str, *args: Any, **kwargs: Any) -> Response: + # Allow setting a default timeout on a session + kwargs.setdefault("timeout", self.timeout) + # Allow setting a default proxies on a session + kwargs.setdefault("proxies", self.proxies) + + # Dispatch the actual request + return super().request(method, url, *args, **kwargs) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/utils.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/utils.py new file mode 100644 index 00000000..134848ae --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/utils.py @@ -0,0 +1,96 @@ +from typing import Dict, Generator + +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.exceptions import NetworkConnectionError + +# The following comments and HTTP headers were originally added by +# Donald Stufft in git commit 22c562429a61bb77172039e480873fb239dd8c03. +# +# We use Accept-Encoding: identity here because requests defaults to +# accepting compressed responses. This breaks in a variety of ways +# depending on how the server is configured. +# - Some servers will notice that the file isn't a compressible file +# and will leave the file alone and with an empty Content-Encoding +# - Some servers will notice that the file is already compressed and +# will leave the file alone, adding a Content-Encoding: gzip header +# - Some servers won't notice anything at all and will take a file +# that's already been compressed and compress it again, and set +# the Content-Encoding: gzip header +# By setting this to request only the identity encoding we're hoping +# to eliminate the third case. Hopefully there does not exist a server +# which when given a file will notice it is already compressed and that +# you're not asking for a compressed file and will then decompress it +# before sending because if that's the case I don't think it'll ever be +# possible to make this work. +HEADERS: Dict[str, str] = {"Accept-Encoding": "identity"} + + +def raise_for_status(resp: Response) -> None: + http_error_msg = "" + if isinstance(resp.reason, bytes): + # We attempt to decode utf-8 first because some servers + # choose to localize their reason strings. If the string + # isn't utf-8, we fall back to iso-8859-1 for all other + # encodings. + try: + reason = resp.reason.decode("utf-8") + except UnicodeDecodeError: + reason = resp.reason.decode("iso-8859-1") + else: + reason = resp.reason + + if 400 <= resp.status_code < 500: + http_error_msg = ( + f"{resp.status_code} Client Error: {reason} for url: {resp.url}" + ) + + elif 500 <= resp.status_code < 600: + http_error_msg = ( + f"{resp.status_code} Server Error: {reason} for url: {resp.url}" + ) + + if http_error_msg: + raise NetworkConnectionError(http_error_msg, response=resp) + + +def response_chunks( + response: Response, chunk_size: int = CONTENT_CHUNK_SIZE +) -> Generator[bytes, None, None]: + """Given a requests Response, provide the data chunks.""" + try: + # Special case for urllib3. + for chunk in response.raw.stream( + chunk_size, + # We use decode_content=False here because we don't + # want urllib3 to mess with the raw bytes we get + # from the server. If we decompress inside of + # urllib3 then we cannot verify the checksum + # because the checksum will be of the compressed + # file. This breakage will only occur if the + # server adds a Content-Encoding header, which + # depends on how the server was configured: + # - Some servers will notice that the file isn't a + # compressible file and will leave the file alone + # and with an empty Content-Encoding + # - Some servers will notice that the file is + # already compressed and will leave the file + # alone and will add a Content-Encoding: gzip + # header + # - Some servers won't notice anything at all and + # will take a file that's already been compressed + # and compress it again and set the + # Content-Encoding: gzip header + # + # By setting this not to decode automatically we + # hope to eliminate problems with the second case. + decode_content=False, + ): + yield chunk + except AttributeError: + # Standard file-like object. + while True: + chunk = response.raw.read(chunk_size) + if not chunk: + break + yield chunk diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py new file mode 100644 index 00000000..22ec8d2f --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py @@ -0,0 +1,62 @@ +"""xmlrpclib.Transport implementation +""" + +import logging +import urllib.parse +import xmlrpc.client +from typing import TYPE_CHECKING, Tuple + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status + +if TYPE_CHECKING: + from xmlrpc.client import _HostType, _Marshallable + + from _typeshed import SizedBuffer + +logger = logging.getLogger(__name__) + + +class PipXmlrpcTransport(xmlrpc.client.Transport): + """Provide a `xmlrpclib.Transport` implementation via a `PipSession` + object. + """ + + def __init__( + self, index_url: str, session: PipSession, use_datetime: bool = False + ) -> None: + super().__init__(use_datetime) + index_parts = urllib.parse.urlparse(index_url) + self._scheme = index_parts.scheme + self._session = session + + def request( + self, + host: "_HostType", + handler: str, + request_body: "SizedBuffer", + verbose: bool = False, + ) -> Tuple["_Marshallable", ...]: + assert isinstance(host, str) + parts = (self._scheme, host, handler, None, None, None) + url = urllib.parse.urlunparse(parts) + try: + headers = {"Content-Type": "text/xml"} + response = self._session.post( + url, + data=request_body, + headers=headers, + stream=True, + ) + raise_for_status(response) + self.verbose = verbose + return self.parse_response(response.raw) + except NetworkConnectionError as exc: + assert exc.response + logger.critical( + "HTTP error %s while getting %s", + exc.response.status_code, + url, + ) + raise diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1c301cd208e024ccc093422ad6cbac54a40ed0b2 GIT binary patch literal 231 zcmZ9GJqp4=5QVe;fC%)!p`mr5iQyxTG(xb{?d>9@D>Fcpno_^FUSnEsETfiw!di0Ew(O- z_MAH$lG;^({OAa}b06oPd*|MBzVqG7e`sp56L`M$HGllQPD1_}3;JWNW_F)(gxn({ z2@{bM4M{G{!P}TLq>N!>iVyQCQ`nR;hs`NV*pjk_ttngB#-S{qw5J?l2g{q1&Qw#l ziRI17=9DY!O1Z;sR<VhT z?@V^3y2ITZF%XHHAJr#ce@h1*!2IzEA2g7QL~Oc4#AeC-z*wynBwlh!Lfp`SGQE-w zN{(u&kCpsTHnP@!CTo)VuvC>9sMhs2)D1$v0co%*aR^Gi(xGbUu;^mtA*~!Yi0(Ul zIA9}Ur`RI(iXO=#8Kon$oK%%Sz0l`S+$?(Un8HUzpJb9ctF?#Yyx0o;k2Tby7MEm| zTx>>Wu?^afi|u+18>O+`5A8v%Ry2UV4k(8f4S}wu!>>n^2{D>WWYR(=E{IZAN{doD zmXKsDXQQ#3(OF5h{~NC5Ou(XAC!@(^^hQ!r`Kd%Kr}CE*a!$3+L{pM@Z6OQw)+5|u*Ph2%miaePmmEZz)d7jtu&bm$hWU?`cmQ7xYe zo;Vqj6FKR)Za1N9A{&CO$Vn6oB9zHWRGSVABgJk8vx~G9XN3v=%U($SfRvkrA}^FZ zZEN3EJpGUPe%hl;sb(tW7HE3Us#~BHSAKV#Az6Yf13E2pxhgIY@&Fp~SvKSi^ZFiX zRV)Q8GdwgtFlbd%>z}!IPafWIO>(l5enq9S_Ld%t_YznF!z-~d(^5$e_c2=UQ z<#v>&VO{`jj;hs0WPmMemSzCuQnG3UBUgFE7nMipACYXS?0l= z5X{)4w}Tsexz3X3sLcRQl;`#FD0g=-Z<;sj{p)WS;eF6<&D9(_Z=GlKsV;*#UDL8H zZ_ATg9Gw8Lv4iYBZvDNU{p;sldv#(-G>FCoSJQ6K+o?Bio<}hM!UN-4;|5)lBX{2f zps-<3nXf@Xz00x#=HRQB_1rw}>=&NAL*yRvIuyZL{UC4oEi(YEabv?Aeg<%5roJ3b zgFSh34k)MgJgmc;L4&uvMdt4QdxNxPUuk0%4F4Cj8}dd3!+?3|-Xw+(ArS`@s(PCM zUMnPIA(lzY;Hy9~>~?g{OL1Y3eWFY@D$A01Oi1LaZNd!+Gy!liY9r+4qB$W4v;rWI zDbdG3{}-ZZ5l{?+5F+G_OeQHs(?KS8O*Khx=V(+VNO*uDPzf4kNrs~FrnDGnR{Iff zB1uMmBGo7_L!=fXvQC9$)dYBk&;#GZ;D$EAGSUzvsyP*QT45c4N~C4gEN3Xt6i}9<0Vi`=dJ;8RQVAI$S#^MHJPB+L3r-!q@LSbpy(BVX zqB^U6fJ0?v)!ooht1$w+>+=NdfOt4D89hToN-fp!vW1a=M!2M}g5VkKaSCGh3VG%s zrlAeTWB&9`vwP)Y8R2qg=u~NFL>U?>4!!u4bemq~6zjmMb1nVZ;Lx96Uv+LDAAWGX zVDh}nPl?O+;_BqKcVPYM&)@jqjiNWWI#n?fx9|Ro zitA9hqi4-r_O{&{{qbnQ8z}b(KMVgfTPijT9oc`^BBO7DCy!v=xV)f$MWyRU6I=Z%pf`!oezq|T) z=n^2i^JC{=Wdy&zGDe)~j0W%QU6t8pM$RRldF{O?jo{*Z43WF1Bs zz;erm9Lli=IfxDj%f>p$=8g6GAMkmuffI47d>qb@cdQQ$dQaxK#wF=xi1=*VkqdzT z=H{gOsbf)?rP1u1a2w+Z`efaig=idT0kfVevquH9380{RCXi+z$DKjD3U^W~I-qW65ahh8P`R3TXDKpDc9amxE)B z^vL6o(L{65pBeq<@b0euhV`^-+- zUMRMn{oc&V^jgbj9Va(Ox4v8Km@e>b&&;Hyuh4gT^JdX~VdWB7yUn+4?I=6ji-#{g zGa796ipk_OSBS}EW?#F94B&kOv%b$Ev!Cq&J0}o?=aG9i*k3KkECZ9BuLXHfQhjvW zT{i6>*nt|_QHL3mShl1T>zutG3=?=XHM$25b~BK`72r?ZD$~3ZNN|@X39tRi# z(?QG~!sHwz0ZW4s*{TCUjId%BkIZUQ^ajL>Xbeuv;1D#3Ju&`#iS^QNU=t>b*nA5T zWtp)%s^nR+y041Lq-4eYE#+OU2>gKTxW`|vwMi`cK4Bu)4v$|aO{`9 zEwMCyO&Pyd9Dlty@_WVZH&z{MQ;M}?$J+9vrgxjx#80eUl_pSJaT8~2f%j==#A`7A z9;-upVOF;ZnMSLtQ&6xw4(#qF?aY@q+#*1HtgyH2PG}y%;0q5(A44MAfQI~jlv3Y+ z)CqK_3+$w3iFK9vnuT)&EafGh+`Xt-3!MQe@OZZ4NZ0B_K-)(X#ShlNprsnCflb8Y zQVe1~ox;XfAgQ5&z|erch7Fk9#l|couxVz}(Ou{c7X6_D-@4=Pe@ZN-wpC}@(O&2} zrZ|qVIC|iIUhy6)c}EoQ2%a9=Aeg#@b??vpANY%|BZc7kk6q`>?%tAnP;n2gCm*{{ z{o3971kMs|6&vWolSog2@7D04F*+gDW;^vd)FMpJH?~3}KDsBu4!l=A4(yFqhW*a$ zxf!)s$SrqE(|pBEw4L5_dlD4Im`L(7AzB!`}l^Zvr4TT>lZ zMC%;_C;!?hzTRP~_D#CAfTak(^XzPSBh1YHzPUO_$Cu}b)^zti4-Oh|&OGOYrG8;9 zirf`$*N($2Sz3%zu?9rxh13m+2A6u_jK7eDfGkP^JMO2Y+Yo^p@M`Hh0!DKrnla$Z z0A|qzxEG=*E-%3G8tx7>Dm^DHLX>7y7>3nV+)m`?pono4F8(l{>n++G5(fcsmiUvW zgD2pM3@(16awe@hsFY1cW9%Lgh_Wm%NUCKvlg0qJC-9@^pMw8gMCfVoEVQXN;ULs_ zGX%V)=HI$)yvN<+zz^GS#s128o721y?luxYmvOyf5_N!1xb83nhvAw7h`UA^H1B$D z8=IBV(%V@&zI5hyp!*H{LGSn1pq`z){}n^>$DS)&zCRwlFaE`qlJ~UYx$<8!8sPUk zySb&netTKF30V|sM*`tF7hID5zjtiEk>r4tj==n=hzTA5DB3+m7N*^v7^CS$Iu1qP zK}X>Qrw*E#2h7qgbzFN-9dHoB;|6{*5*iJ`&Z06*;LJ|se}QC$lmn+rfl(zeS`3Um zB|RpOVjYB&L1x?0x|S)m9aq|pKU{w7IJfO=+iCA#ORrC?XG(|8DTmG#2FELeJ3j(R z>uAMF+Rtt|H{Yoc!^_+y4qmOmv!S-T>_6}y?arp=N+@^ zy1WHbFuclL!|^(<<9J;{xx4Q_+np_*Cngx=$wBxeEzGgFFsxc45it{k`(F!QXW{Y9 zoLkJon<9`>Trut17x9ncZ45;gMllGfeQ-G&gd=EL%+R2=;?OhLctOXmi&bHN!J1{s z%p26M{l(x)J}FZq-z<2kJ^PDQU7uM>Rh52k9BjPYmo?_o#Zu53bL_y+g3?2!bK9dw=+uf!VWa0}6JT-6c{#eq#U=)M?@+>ff3ujyy)$%eDGqgu;;NpUr_unNZ{UUIx9$?#i+T5HvRA>i@ifgK{~1P+Pp zopE`Mkg)*Ie54y2dN9FDN;uAFKN^hF??VwIto%br!4f&{iGkzzT{Gca|41&C$R&kb z`VATVl#D^~Q}V)Z$TvR4;)_u8DLJ!a>s)Ow**XdjVWs)RiUWTFcxOGgF|8avTWCM4ct%!S*l~LOV8N%0wBNU{PZ#_l#WTF(s+gO( z-i@zpc5YoOoS0CKUf3m2Q5hgtxU1X~<1tPsw{%t5``GEtH@4(0>Cv^Vo61*SRgO)w z`W=&d*93Bv?{F=gd4n$;Kd%gZwL+lqD6)&M%8;9DExUb%*29W>sA9y@3lr?UW3sLu yP)z<^6I50XHFG^>f7ksP#ecM7#KPzld)LLFveI{e^K6DI1YVD(p5cq_*Z%92H`$d3n5)`ipQX*u6)YFzIQi@25){B%a$%+iy!9ci|B4|9Ay_ceh z05+SdQ>sy8YC029aWbMB&xjto6Ls2|s=ulvZsJbb6fig;d`(Z-sXJ-<3l^C;qx475 z-ir%>6fJe8T?u>lad!9Y*|WRfIm@5hY-R-Em7%(k3)>L-caqUURUxq|Q3%~cJmRSc z@~dCUPbqoYPs5jvFj3aeMstSSQ20w&D;r-z1)4xbC0ISRQpK8%Hs z6qvw~Ku`>f3*&qD?hF(Pu`nWFAr=xss<70!u%2kO9r8DkfQXLz>6ehe2rN(aK&hY; zly!kTP4ZKWmz8aSqXp)U$426^1$dr-!O2u)V+dpc331q~myH2MV1a;a4g{icej*}3 z+8PLaeIghkqJ$g+f{`78Krj}ION!vcKmZ$Htas5W#OTr0u9rj*cUMphjSAyou}j3E zuFxn5FD{Oc!o0f1Cn6Kkuy0+N$iLn-J|&IDV_la))?JbC#X^2h=dRsdVptM<o1F>JBJ9i6~gOFiIK7k)wtrqix?YZGp8a_$FbiCF%ER zZ8N8gN#g)|Z687@lf-I-W91_j3X>+S-;_D2!?vV(%&5_qzL>hcJ!wuFpjJ63OEn}# zROtG1EJ~tT8h;|$wA%LyiIhchXk}v+TB`Jwh}@M>w4NxGbbN=tNm1x}>`O+~X|!L;mtLd5Uwc{~xGL%34LoWicA-#2Lof2tzZCADdF(snI1MozU2 zfj5Kv3KzzcX0g8iWX0Hy4IM#N?2$UO(y=ZrRr>Olqzz>H1YOhiAcdaNlU0)fg=VSi zf&_Z3hRr$Cs8i0QGid-_nn+qVrzEN>4wj9+N9(!t_X<4L0yqNb2LCio1J3B{XW-Pc zjvdgrD}A+{52x@cgkA;hOu15(r5%*4)MmijUmt+=qOMmzWyKsx7hf@Uur!92l6s4& z;@Mm3UmK_RE!-b)!VI&BcYcQ=r%kDkq+#r^)?ewX&4+hgMekQ?GJx5^Zb?-ot2VnA zlKRUO%*$1_dQ}=1Ph2;JqwAe4nu1Gl7szIkrqIi9D}v0K>((pG%V?7ND`t}NRt@7V zz@(SK`dS`xGmCu}}n8Ipmbk%ZOf8wtmFA0V#RMJNd;EIuC;2v>Z7 zvl2R=ZyXB=yU!=#2@!5`-)LNv5)Gs{9uh>+#|z^EkjFw(g+81^(i>O^ya7DB~vM6A>O-D~Pq5YZDU(IIca&^PESxbgB0R z6&n#~%t>)h8Wp&g&YU92;N^Ijhk~%kO$Koc81W|h&Xh1<84Dp5gp1I72M6evDzd<{*A#?1==U7y00!L|p+__9y^RJk+Vxd>iOQ0(_>? zgBO2x{zvD3_Ueyb{mIv+kpeBDN9J{5%FAIwBD(>@Vt}p63JN@c{gRO(%FaO?PYAIx zdCDfmvLIx#QPVHkUNmqNunvG+kYq~;#0lmE0l~6`7e<00exBG-Y=kst0VBs`9T{(2 zHUk4#5+}pbC_q-Vi~*U;OazGZ5v2q>fn`ka8zz#5VJ0r(og}4?#4lYUc3K#$32Y%n zhJs?r`rtU(K-f)6buizkD6?bnFmx-%F~QFI%fZNmAbP76$gOT}vad0L3(A(k1RN+E zUbYp4rJ{RTM??V~DiUEpZ)ArM4NK5%Ag-8!qHKcF0NGQbY}1kfg5PDMmL(#If#pbI zV!z3?S}L$!wCZ$qYH!wctPtGFZ59;Gk@c#+;8%dG0e<3XIGX7mc8 zjdMq{)|Msf;f(cguCgg-bL3o&c>}V2g<3_dO+S4!Z${3VhlthfoMD&k%}aJ~#_nBc z&Dy(Wn2#-u^UPiAUs`k4s$56cjBPfwRMVcRY5&OR&6}XfLn|^?u9;C=`wx!JIM(#& znP-=F9LelB@otk5zcK*#wXH^mlkU~?y-O8 z_-n@l>*CI#LYE7B7aMoxJlhwj1$ut}-9vW{Wj%Xt4Xk*!zt1e3%C;X!w;xPEKyRUuZIk?PiyKBE= zhmPC&sFl`T%dMSvhwlvE+kH>Uw)QNw_GMc8vaJKT){eVFcZPmv(Qj?ZSD>vs7TSO4 zd)JrY_AhaVGu+_^wqJ6?pS85jN7H*xX11NmwhS$`oXfPF%eI{V$bCM?`O=+7)7)Ur z-8MgZH+m2FG zc5-H5wr$zrn%(!U#N3f@y|G+TbJKpqo~t^NtEz+lH;>;q{=JcR&Ms8{z@Oc+Gh4Om zw+7bf%IlypuwQYU`p9@3WIC5xYTlD+-ji+KmpOQLvF_YMMC*Jr)|{nw$+9hD*|xxc zWZAv!s-BHxU7jV^j*M$Z*42@H_2bH8`-kzMM;E42}!DCb8AQm zJK_4#YZRsL+u%-2Qg5U0GiS*KwK)Z?QFxi*1l`-4V0wFd!DVB(tU9b@b68Xk9`FTW zD|8OWSa4ExYthPtWGguh0|k1K+>D%hf6280IG>|IiTIZk?@fUS2Z87>;3pC|IE`|Z zwKsci^h}>xHaKTH-Z3m1+Hlon+C4IxQs=v4cr zXmDcE5pd_Gn5ZGeMvW;QSm?Sja@lPNNxIldpVUw9E%RCwtrhU-5Ra1*HuoriwNmur z04gu~6p}QrOBz61^xtPLQSTcxy*i7eqCX*7w93Z_DBciKMiWZv$F^=LhHR1s%_Fz# zhM;M+}I*>B| zuloX@6!d8MzK*woZ>n{}1Rx8wHjo%y;+c%ZGb!^M=Cg(GBqb5UK?yMaE|^PcmAqO_ z>C4+eV*1Uz2W7T@*}Tgorp~iu>A`p$_{W|+9{7&5wIFs7aBq3T5;LmbNoo?Q7SU6B zsQ}F??4k{t5a6H1bKcc)| zT1B08z+u8t);LlBSbK1g1NU5e!d$FsPwe%o{R=RNfVm*Y3lRbEC#M(&z^Bp%L>7*L zJi+XG>CEx&1moehKccoLUI2VaY$zU@;3zQ$H74UDTye5ud;*6QI}z-ucKDISAPYsB zs=@&ql3-eI;#oziU?U1KPQp{foC1pv-YeFLjI1G%tT+WmZeaZfH6W2M%&h{pf$t2uh z9RD&aO~K0m@hPdTpf7^=wYLu(ATHeUB&FoW#V?Z9v~Wdc;K@KF7dY8{T2PGzS3r4RD(Epx9%eNKl;4G) z_$k<v$!n8Kj^>P``5pSM;f~?1;;LS9c{48WLVMP=XZqxd!Id^NEJMCE>*|^@EF0}_S+9X1aX4qK z1ao4|z?#f}Xe*ikr041e9(?t|@ef~2*PKpQzW{i;!kkBpN>DX>GV9=$9Nvt>JAEwA zHt7!L?Db1_U&iiR7`@N_gYEBaS^MA&v$h|4Td2H;7aiScWB2d#&mn8`L!{H0%h+(Z zmGM0D$L71!zQG5R55gaQJzeu+y84VV>_aka-l()RJ>GJ~)igIc=bum9+kUS;kEnxP z5IJ|k>}N0D9Jw(vdtvUySx4T$*4Wo{h6?j(g}!|BSt2gerKq0cOUmfbnmk+ic9W@OcaAa#0?xG;Xa*WKTQe$v!7$T1(V zEQyVs13ka6-^9a%;s^~-%B{fk2|+ z@e5C@`xM%UK8Rp{+EI1=413+QyakNh?3R5q?4q$TS6KsPMo??`*p$zo+tfEl#S|&d z75X6N0h#UUKSM-hwV6jNMJH+O*i3SY8=6V6vE7$YiiOriSwVM&kkY|3V69YqDopBt zZj&cL4N9b#m_^dm3OLeMDaFvRQk%Dhb)w-hhSDAh0CLd7;0h%g0t=*Q3pv|lbLsgT zlfT1I4rApUhj(Zu6cN?aS81RqnxbQG0;NbqrJkV5Vqx-vkZ62-or=KZzeuaEK{Sn4 zz|`rz(K}=O*iyOd?o?a>*M?^LZ`7^S*3TTv)i>R4zSTT);$uhsXEg`!pZJjdSKB|? zvNh*#FyKR}?OfoqHG5{6e*++T%2-j|)mjplEhXA?Aq(4Tvqii_C7=gwNqL&&V6ngoWqbnnh%&=!l{WZE zsKw+hLfz`by9ZDzNeT$jI;+zV2!I0-wod)yOH!!%18H*Y2Fj<JMZc-S^LB97oc| zBZ}NX$CT#+i*ny%;&j6VsH>hx_F_C9!DKmb3LM2YYplZbSq zZc>hKtk8j#+Zr|r4{D&6GEBPFr>=tCv3$`mW}9INZ2<|@~~1=vTaED=V$hT*|M z_^(cQJ3a_yvVk~d0si4I$>{<4kPJCdFgXe^Q6E(RWdCEb?J+Twu^A${QGs3XcNcsd zcd9;rXx<5b{sJ439079E<`kMoL2*sgtp{&_cm&letKutys^psWG_V9gJ_zn;Wf3X} z#g_FH0N6SK!h=dpgaDd~CBL-X@Hizgs+n9D=ZX7c@iBzcnIi_owK>im73ycFEL`F*VHX&zf4N z^=o>Xs+&ErhTsFr)ZUS+b?0gtb6eYT)eX6(mRw`g=Z?!1<;ywi=UV5)Tiy(~bQw~z zQc;!Hkp!qIB;kn}l15~$njM&{ym35Z*^)OYWoG24%)?(ZK(!UsHs)9VTPr;(k;952)_43@L^M3dHZ2Xujn{@@A*~{e7+c< OJyaj{5Rq6>>i+?6B{7Ns literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..13f584a3a8dd07d53231c25835e53d4623949e6b GIT binary patch literal 25737 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 uiMr%~&y_ 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b3b0f09aa9fbae65aa8d967d003643c5b2fc1972 GIT binary patch literal 237 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cd4cfb2ec2180bdd9c694b4ac26a1b2e297862f7 GIT binary patch literal 1948 zcmZ`)-ES0C6u);qcegujX|XgE?L@G3jokr3NJv3lMG)m96cSk?u9e1txtzkXJL!lM0Z>kQ@7FLR#q+j$-$nk;AE)Qay_SJ*>fat zPK4pyyO!q>3YPxVax9p4X&Cqo#H5!wm>oVnn}O_N1#D){iKHABFxohN?uo=b@xhjcM1HaIAg1oMg7=s-(U2af4_ zEKw+lTQso6EZ=-m;m_suY0PsU!?QDZ1#XDfg^si=w#C_OoqO&W!DNpk9fTQ`)G)1jJrFZKDMLufFOJDdkTN^@@DB>gj9*Z@{8n!XhPp`4}H&r%Xu zlw%=|8(R(U35>5si@@7i;94~feXj!i>x+P8@TQrO>~y6_c|RvoWW`O&%b#pxUA~(g zHYdBIbQ@ykm`vz6Gb3-dFXfz~3XdR!ERkkIH>eaS=L+S;qCMQy*NqVS5u7|JcNJVx zvJK0;jon~6G`UtLyzdwX%Ja#`);GolMkq5ZW;aRXGJ{duu$$1rA&Z)X5+iDPE#IAZ zO2?czBU+4`VPMQd*BPGM$mIRieQy}djmbooB4$KxWSDLcLoqDR2&3%IVMcmzqYFIG zd^K83c4l`IF>`GVjZxqsJ0uG`vF)A;EwTb)pADXuN{798RG7i;6tPXGRz~F7p5ltGg3rphT-&Qw`V!SNozON-x*ftLBarZ_ z33YKo3c1XDi1M7&-6`olx$z5_uNv0&rvTUtoClT9-jFY;tWuZU_CqV*9uC3${7R6?@JEB%v z?y@sWD^jUIO$#Ie3^;9pMnw_Cy|u7`wx{M$ptep0dXcNNCblt0OK^VPd-LY!ec!zKV>{wMSi)@#nkuIPS;9_Nm9i4FlXj+>EoXzaWOr4& z%iS0Wh~R~hZ~>2Ma_9zb_sTg_CcS2g^v;Q9`UhgU&s2zLW;e7Z zWg&lP<@^-!bW`_qwL%<1b)ePHQeW_y zr}NnFF4ZmDe9^gLQP-&w#{-$-)`+9An&p7oe9Z58#bKUq+rbPkQtDFw=w8uGeYQqj zgD}=s4ulJPIa=3Cx@8j+d>^aoi$r6@tJgf&wV6gL70q(yTurAH1_oUQ%%ri%C5SSw zk!tONMTz0LblI29sF|SPh&o2+AcNyfKpBJo_E$jqA@U;Kf)MEU6%7;y;R3pb4WWVz z;oJQPt>Ok=i0?BEIwlV78NS-rz&{kO4v1(~0DFODy<|AT6dLGf=p!Mteg}JUsB1)0 zGq!jEAv(BcoVbt7qz0I?1(Vc-`$3@c+( zE+wir4|BK<`TrxnyGr>o^O7&P%um_?VDRfp#4*{D<;_zb9zSLi$4>y>tGeflHQk%{ z#Rb=L@-fN}(#LbYJO|iw^eW(!<3d%{-5(cUXN0n%&Ww3dvsjT)qiDHdBld1R4 zegExs{HNp*P&bwHca_o|1&p?osqL81m1-eDPVGoY$zFT@{pYVuyg#unUqAPYOFy63 zNL&>;PHCwGl7{6@kU33kr#O~1v7S246(hy?}5j@)%YG3 z;zqm?yBQBXttJ}i3<7@<|I9?lwliooDI+fvx@#nWNy$d?rgTGW%P^9Wnc}~2en8g-jqYjhV+hLrdFl5r6pkNTd_CL59be+qU`iiqpBLi5j9(tuxE1s6j*lnq#v%Bc^JSIUTNGurh$b7OO%c zNdcYI%fT(ofY>C=MPME|i>`x0V7>C}<+|hS^{$Xq3=LfW55aYIPvHX1LCrRarUqO-gDy<z(xre+dm_{lI!LgMPI78C)*r}HU40qM9xs2?}U zY`sD`d1x;$IOHkE4&`Zqa;#FGJOa|^Wje^)M|m;Ci(|Yv&I|sK@I{_0>65$}Cp;fB z?uADp_~-!F^mJYYL<{#xp9c9U__I4utf8HL6i>f9`Mt@eG|`m$no`$JQj8~d6x4g- zx^v6>G&gxScj-><(%R(x^eDIJJJCEm3`R;~?LtdIsoVpUiqGKBGDkKC&uwMKTS%5? z@F$g)AZ0+@J>2XaXby}tPn>TKo&1*^?>Y1^&Mh9s_^_QpqztY*J2L7m zeu*$2*kAZ$>C^s~|M2=|_vQb#VqCWSu!oOq&#-%dgI)Fl?CSSQX(V<#jZ6LU+nKHx z&Wg8>NnCPPF6ELNI8(|dH?ncw&c(oHqd#66mN$+j!DeG5UOJP^5BNzf`ET&zac!? zY*yIwVhSb>5ab^}&@_5G1>o|B4l?rKNyYgQVA7W>#G7nGRnjz`D>aRd@@>W7*%*M* z7iZzU7C`8iXd6^0fZ47zQFYC_O};_TgN$c+_5ljhz7>nBpguDKV7%Q6rR~1+v~sPr)le?DqHeHT@o)L3Jq1LM4%N^&{hQwHL6yQcVe%z-d$#9 zlR9#tAcPVL)MG0lq+C%slslL9$|X@NHEcnu1U+ywBvPev;mtaBTEwh&-h1=jy!Yn4 zZ|3JrCW&Bt{QjYZDFvb5h0qzPU1s}JU~V7_S=d3vHpN8@vgAm0xhP|?COb-9EvgZ( zII()X7{^FL1l4*v4)-Y0ZsE36Oj;^QSuvtoai9tKH6oK#4%7=tEBU2TOgC^o^`|gD zm&ak^yw7dVEjhp+mAn!oE7;C9A|sre#x7<{oW?DkpW{3S*S;fVyQUO?SkAli}aK2uHYqn$k7t zEcya#h<8nDLjRv(Nlp2d)Lz7hs~xo^H_^AqQofTrCAq3JaV_4_@6o2xv6w~}fsMAO z>u^oEDgB^!;#^fNEWVBmakCxE|7%OFzoXrwP5HB~zYowbnnVmQOBh{(95DJie?`88 zmhmv+5s<{b5kzwksq3Pa>9SqMiZ#(*R+mr%FQc}ne0=4bsI9u^68&A5ap>tq@<{-_ zsS}s$0khqT&Z|VfaQcEiJ$XW(7bwtu>Xo6vg=A8PaWQHf)BO^!>fF|%O}H_<5enzhN?y8g9;TO z342*Ezk4>bjp{HJo!E>*hT7>XWfI+qP$iUlG?Y9RD&pXwQuAy#AEN@ZR6r_9g9_jP zwxcT&CL=edxD!m+iR$V4(>3EGMkq5%tXw6&%?w7%M!8Bo*JD1Eix__31a*7jxiw}j z8h(RUJ=a(w?vmly^Skm?Ve(aj*_=%HaPQz6GQ+oh!?ayaC|qa5^9hYg%#7%GMwC~< zZ-jl%9M|-T4?U-cAk#Gb>_?ccq1JwsKC+R@Zz}nglu`Hpn#f*HucbEzUb#JbKQZ%1 z@Ay{s==#X|fsL1DHqx(e%Tix*HP(uu?7)M}*k)#Ied%7N@E20F>{d>HkQ?93jc@e~ zYze(kU=y!ThI(z-Z+KKD4YqK}in=AKH$2XMYPkKSu5)S^^NuuXZEIM^A z1l)F5VGmSolxY>h-)n;}VMbsuO)3f;%8b*f+~1>ZkP$ry)6>Lk-LnFRoT4v+C?0cm z8K#zuF@A`$50Um88hVUQJw|69X@jc=A83P{+ThKZd)mk~sCy2-yp_zfWT1~S!z~pk gG$VJo6&G9rrT4Wo!6i{FyITJI@=gjQdK4o33#7ljiU0rr literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2ac9e4f257f3ad579d2af29b722abbc3a423cd3e GIT binary patch literal 2056 zcmZuyTWl0n7(O$zGrO}pyU-iZD-+s+i)9A{ONDA;5#oiLs1K~c&2;B4fcxq>=nMmQUBY zZ0b)YelpAXiBqm;I<{_Qd4J1T&9sa$y?7qm#;cBV{)lc_nD{BSK4DU7+9f#BO=`A{ zNny(L$_4700a3-2>Lu*QY`u#8_;`4U-&)01#331hl)OO%$cE71zZN4+GolQ6WM9Mq-J7FRPs>xKBidb`8^VWc zH@=1Xkr$wd?GGT5osk~%JiUG@S{YIUHKd!XG2zfzuxLj5K-y?m9js*hDQ*f~5YD10 zt{?3~l$+w&84kWr-;4NOCb}Ig=mei45>=jNLA-(1{XdK9YZ|hN>CXa0sg8}+*KFzm zoX+6)Yk-6*wmr4R0Hu0mte!r4S{)wVtBx}OsxEPg0H<6ssX{vwz=W!M6L5Oqmo9sUf_mdJ?qff}2iGcfNwDXWBZ0yt;X8hE@`A`%$k zx6s=7YP%8~~`sJxt)G(i|6)Aca&5 zT-8F`B8PKs-ER+L@Z<*R0;?71^e-4LqGmf%`sP#Fg;=)9ZxP$?Co)%*S!KRs?>B>Y z5+lF03@v5`ZoGZt*!=Fp^UCOwz_%tZOHB!7I_{=-E~Izfn7p0N{f*LcPm@>DJ&U~q zcYF6Q^zL75?_AvVLQ_P22bPe~*LpSiNCctf9Z1PsIXHXp%INIqb@BT2?bPo1*zSLp zx1#p#4^cebbAR)eYsyun$#Wee58Agaws$PcVoU3ig0}TM>SlVFvVWTj$gVs}uQ8T; zkkauG@sIg1{B7(`;>DjgwKYXxuh2KakyFL`zN zA(RMvko;~)Tdn}vH5>v-SuLUhgF7Yc*$<)F7l=jK&DA{9qPcZghd7r@*gGD=KT!x^ zSSS$o9QgwENRZjD&=Sz_WWlhK7_B-+&B8B{0U+7mk)DI0DR3Nj4`uEl`4`mv2YTao zbnJoLb$RPuxobi0x;}DS9=Hf8-oZV)m`pbXm>;D3nNTDv6}b P<>E)@mQz5He$enAcx@Hm literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4bc78f24de85102d1c3ccce2c3fd28caa9afac57 GIT binary patch literal 3963 zcmb_fO>7&-6`tjCm%GbfiKPAV7`)~Knd>usS?@Vd6Xj6Fp6$p2cfegV!Q{G*e@`3I% z#gc!@Uy`OIfjt*ZxfGZRaM^DvC3Q;WvSezd;8d^_nhFWXhcKEOXid_&wJWGUapq6Gdvf%C(AJw8}X%CAcB0g3DQ2DVEEafUcKvH*l6> zyIQd=%cR+91BPVh3mBW(9GRuyC7REfW|mf`E5yoUO5OO3MM^n4o3~1(T-o4uZs-*) z($cJ|U8&lxOkfI9&ilNb;=KqxyPp3My1U43?jk}CYVGKv&k!8nJvgyX#6{5&XuuH- zu@*)MH1RsJ+y3Sx?(>!IVN$+Q zv3+@F2IuYKO+0~bV$%&Y7v)NqE|0(aeOJL{gU%Q2Lds867)u!FIwx&lns@y+zGYKC zywIV&T+O^oF`=0p%@=T`NHdh=Gx-9s$`-8@Fu|Eh)vT6^M_+kHjT@QDf?cr6nVYzL zGh-H~oBCM#_=yZH+W2TCm%ovl#WYhXRx;UQ*~SE7Is*YsaxA`SX1ZE5jf@w&CZ5gZ z7t)mlH@PQT38q!kCOxp?5M1^q@?d%+czo&7--7*h zCA1M6*;GcB{f!t3#g?w_M3EMItPXCfgIns*uV#N;x?lQ}I>rspZ7S!$FvJZTDvG`S zI6AT!9a*=xqetqYfi+_@bYOXs*>(@DPi_p2ZNyG)Dkqoy&w|mVtIuIQ$d$^u5~i+V z<5DGS6p8C+5AwUCoXH$NKL+G{3w{7g^t2(&F}pp@X-D&-fGnLI&w>L1P2)s z=Ks5XNL4W`Jt0uv4-~jx6Xr26Z?vz?DT7(zW9gJQABP zteNIOMgboVl0`jFaL&etUbgg^qKRo*oBWb7VQuPv99Xglz`l?x>%b4(M_RiAo_GN1 zqxphmQ6L(4L#UlPuYb6x5w_ha)s?A5U~X6TAi^<0*mk*r`5Y<3C|3kWuFs;bpMAXR zpR-{TCRVFk+WtlWsiB4f-GA}%MKFB( z%*vVD7gjE;DeJ=zg!`jg!NVK=!=xA1=Z1N%%vKh%d_Od5RY@LmghpmfYdU9UEuLf6rAjPFjC?y6fj7p-9Kj#$MKEL)$L~mwgolh-p)JaW&q0t0MaYB!yNzcj&_drS zw5ZrkYlP+k-niYp0UleiEg%)yZ8SSFYv7K|7b!lXdo>c} zi9XFer9?6cA4pQrxlzcscCpNp9SgWxoG+DO+na%LN-e05@(_j8m#Xz&>I~_S(s_ND z*7kY%R&N>WyDC4JHqK@g^YexqXjY4^gbA@o?X@d8U>C#t@>eGxrjse@Te%?>BrNy| ziwlosBm+-ZX9){cSG{~Ik2!LHj*8_XEszW|9Aqy8CRC;H$($@wA&+!M*y}^AYwr>H z4zt$05`dMjZiuZu3#pVs?LgA(wd@sCe4Q;@24>1q20Oo2^T?}vH)DCnPR@emcj2N> zp##q9L)|CpO0wQNT<;mG_wC@qeX$R$`LY@bFn;+W+0tK9wrTf!$4`sDi@tf* z_n9&R;%8@%jgLv6j|w1venMdKn8@VQ()jlRsRW6^AU9yqH0OAJh_bx^XE93{cM(QZ z?f{f>>2@iX&YQ(_GuSAP68GS%235Og()8~CRv1=!RJpHzqiOq}79M0?0jxqcn(%61 zC7WewGMn|{QKUBUk|0Y;{FHx#IPddNc&S_{Sw_{w7s)uh2hK+HU(hu~K@k3eBJlSV z4gLd-{T03Q6kU6!4lMURRtGlKfwi++>cJ(sA$JL}dUww%y_0H)AU{j=HYB(=WF)K4 z156t26OPn_(N%HfTtfu;S){8W!5vJ3kw$*9bBVO4n#3%%n)u L Generator[None, None, None]: + target = os.environ + + # Save values from the target and change them. + non_existent_marker = object() + saved_values: Dict[str, Union[object, str]] = {} + for name, new_value in changes.items(): + try: + saved_values[name] = target[name] + except KeyError: + saved_values[name] = non_existent_marker + target[name] = new_value + + try: + yield + finally: + # Restore original values in the target. + for name, original_value in saved_values.items(): + if original_value is non_existent_marker: + del target[name] + else: + assert isinstance(original_value, str) # for mypy + target[name] = original_value + + +@contextlib.contextmanager +def get_build_tracker() -> Generator["BuildTracker", None, None]: + root = os.environ.get("PIP_BUILD_TRACKER") + with contextlib.ExitStack() as ctx: + if root is None: + root = ctx.enter_context(TempDirectory(kind="build-tracker")).path + ctx.enter_context(update_env_context_manager(PIP_BUILD_TRACKER=root)) + logger.debug("Initialized build tracking at %s", root) + + with BuildTracker(root) as tracker: + yield tracker + + +class TrackerId(str): + """Uniquely identifying string provided to the build tracker.""" + + +class BuildTracker: + """Ensure that an sdist cannot request itself as a setup requirement. + + When an sdist is prepared, it identifies its setup requirements in the + context of ``BuildTracker.track()``. If a requirement shows up recursively, this + raises an exception. + + This stops fork bombs embedded in malicious packages.""" + + def __init__(self, root: str) -> None: + self._root = root + self._entries: Dict[TrackerId, InstallRequirement] = {} + logger.debug("Created build tracker: %s", self._root) + + def __enter__(self) -> "BuildTracker": + logger.debug("Entered build tracker: %s", self._root) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.cleanup() + + def _entry_path(self, key: TrackerId) -> str: + hashed = hashlib.sha224(key.encode()).hexdigest() + return os.path.join(self._root, hashed) + + def add(self, req: InstallRequirement, key: TrackerId) -> None: + """Add an InstallRequirement to build tracking.""" + + # Get the file to write information about this requirement. + entry_path = self._entry_path(key) + + # Try reading from the file. If it exists and can be read from, a build + # is already in progress, so a LookupError is raised. + try: + with open(entry_path) as fp: + contents = fp.read() + except FileNotFoundError: + pass + else: + message = "{} is already being built: {}".format(req.link, contents) + raise LookupError(message) + + # If we're here, req should really not be building already. + assert key not in self._entries + + # Start tracking this requirement. + with open(entry_path, "w", encoding="utf-8") as fp: + fp.write(str(req)) + self._entries[key] = req + + logger.debug("Added %s to build tracker %r", req, self._root) + + def remove(self, req: InstallRequirement, key: TrackerId) -> None: + """Remove an InstallRequirement from build tracking.""" + + # Delete the created file and the corresponding entry. + os.unlink(self._entry_path(key)) + del self._entries[key] + + logger.debug("Removed %s from build tracker %r", req, self._root) + + def cleanup(self) -> None: + for key, req in list(self._entries.items()): + self.remove(req, key) + + logger.debug("Removed build tracker: %r", self._root) + + @contextlib.contextmanager + def track(self, req: InstallRequirement, key: str) -> Generator[None, None, None]: + """Ensure that `key` cannot install itself as a setup requirement. + + :raises LookupError: If `key` was already provided in a parent invocation of + the context introduced by this method.""" + tracker_id = TrackerId(key) + self.add(req, tracker_id) + yield + self.remove(req, tracker_id) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py new file mode 100644 index 00000000..c66ac354 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py @@ -0,0 +1,39 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_metadata( + build_env: BuildEnvironment, backend: BuildBackendHookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 517. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that BuildBackendHookCaller implements a fallback for + # prepare_metadata_for_build_wheel, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message("Preparing metadata (pyproject.toml)") + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_wheel(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py new file mode 100644 index 00000000..27c69f0d --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py @@ -0,0 +1,41 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_editable_metadata( + build_env: BuildEnvironment, backend: BuildBackendHookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 660. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that BuildBackendHookCaller implements a fallback for + # prepare_metadata_for_build_wheel/editable, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message( + "Preparing editable metadata (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_editable(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py new file mode 100644 index 00000000..e60988d6 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py @@ -0,0 +1,74 @@ +"""Metadata generation logic for legacy source distributions. +""" + +import logging +import os + +from pip._internal.build_env import BuildEnvironment +from pip._internal.cli.spinners import open_spinner +from pip._internal.exceptions import ( + InstallationError, + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.setuptools_build import make_setuptools_egg_info_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +def _find_egg_info(directory: str) -> str: + """Find an .egg-info subdirectory in `directory`.""" + filenames = [f for f in os.listdir(directory) if f.endswith(".egg-info")] + + if not filenames: + raise InstallationError(f"No .egg-info directory found in {directory}") + + if len(filenames) > 1: + raise InstallationError( + "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.12/site-packages/pip/_internal/operations/build/wheel.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py new file mode 100644 index 00000000..064811ad --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py @@ -0,0 +1,37 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_pep517( + name: str, + backend: BuildBackendHookCaller, + metadata_directory: str, + tempd: str, +) -> Optional[str]: + """Build one InstallRequirement using the PEP 517 build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + assert metadata_directory is not None + try: + logger.debug("Destination directory: %s", tempd) + + runner = runner_with_spinner_message( + f"Building wheel for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + wheel_name = backend.build_wheel( + tempd, + metadata_directory=metadata_directory, + ) + except Exception: + logger.error("Failed building wheel for %s", name) + return None + return os.path.join(tempd, wheel_name) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py new file mode 100644 index 00000000..719d69dd --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py @@ -0,0 +1,46 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller, HookMissing + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_editable( + name: str, + backend: BuildBackendHookCaller, + metadata_directory: str, + tempd: str, +) -> Optional[str]: + """Build one InstallRequirement using the PEP 660 build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + assert metadata_directory is not None + try: + logger.debug("Destination directory: %s", tempd) + + runner = runner_with_spinner_message( + f"Building editable for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + wheel_name = backend.build_editable( + tempd, + metadata_directory=metadata_directory, + ) + except HookMissing as e: + logger.error( + "Cannot build editable %s because the build " + "backend does not have the %s hook", + name, + e, + ) + return None + except Exception: + logger.error("Failed building editable for %s", name) + return None + return os.path.join(tempd, wheel_name) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py new file mode 100644 index 00000000..c5f0492c --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py @@ -0,0 +1,102 @@ +import logging +import os.path +from typing import List, Optional + +from pip._internal.cli.spinners import open_spinner +from pip._internal.utils.setuptools_build import make_setuptools_bdist_wheel_args +from pip._internal.utils.subprocess import call_subprocess, format_command_args + +logger = logging.getLogger(__name__) + + +def format_command_result( + command_args: List[str], + command_output: str, +) -> str: + """Format command information for logging.""" + command_desc = format_command_args(command_args) + text = f"Command arguments: {command_desc}\n" + + if not command_output: + text += "Command output: None" + elif logger.getEffectiveLevel() > logging.DEBUG: + text += "Command output: [use --verbose to show]" + else: + if not command_output.endswith("\n"): + command_output += "\n" + text += f"Command output:\n{command_output}" + + return text + + +def get_legacy_build_wheel_path( + names: List[str], + temp_dir: str, + name: str, + command_args: List[str], + command_output: str, +) -> Optional[str]: + """Return the path to the wheel in the temporary build directory.""" + # Sort for determinism. + names = sorted(names) + if not names: + msg = ("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.12/site-packages/pip/_internal/operations/check.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/check.py new file mode 100644 index 00000000..90c6a58a --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/check.py @@ -0,0 +1,187 @@ +"""Validation of dependencies of packages +""" + +import logging +from typing import Callable, Dict, List, NamedTuple, Optional, Set, Tuple + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import LegacySpecifier +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import LegacyVersion + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.metadata import get_default_environment +from pip._internal.metadata.base import DistributionVersion +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.deprecation import deprecated + +logger = logging.getLogger(__name__) + + +class PackageDetails(NamedTuple): + version: DistributionVersion + dependencies: List[Requirement] + + +# Shorthands +PackageSet = Dict[NormalizedName, PackageDetails] +Missing = Tuple[NormalizedName, Requirement] +Conflicting = Tuple[NormalizedName, DistributionVersion, Requirement] + +MissingDict = Dict[NormalizedName, List[Missing]] +ConflictingDict = Dict[NormalizedName, List[Conflicting]] +CheckResult = Tuple[MissingDict, ConflictingDict] +ConflictDetails = Tuple[PackageSet, CheckResult] + + +def create_package_set_from_installed() -> Tuple[PackageSet, bool]: + """Converts a list of distributions into a PackageSet.""" + package_set = {} + problems = False + env = get_default_environment() + for dist in env.iter_installed_distributions(local_only=False, skip=()): + name = dist.canonical_name + try: + dependencies = list(dist.iter_dependencies()) + package_set[name] = PackageDetails(dist.version, dependencies) + except (OSError, ValueError) as e: + # Don't crash on unreadable or broken metadata. + logger.warning("Error parsing requirements for %s: %s", name, e) + problems = True + return package_set, problems + + +def check_package_set( + package_set: PackageSet, should_ignore: Optional[Callable[[str], bool]] = None +) -> CheckResult: + """Check if a package set is consistent + + If should_ignore is passed, it should be a callable that takes a + package name and returns a boolean. + """ + + warn_legacy_versions_and_specifiers(package_set) + + missing = {} + conflicting = {} + + for package_name, package_detail in package_set.items(): + # Info about dependencies of package_name + missing_deps: Set[Missing] = set() + conflicting_deps: Set[Conflicting] = set() + + if should_ignore and should_ignore(package_name): + continue + + for req in package_detail.dependencies: + name = canonicalize_name(req.name) + + # Check if it's missing + if name not in package_set: + missed = True + if req.marker is not None: + missed = req.marker.evaluate({"extra": ""}) + if missed: + missing_deps.add((name, req)) + continue + + # Check if there's a conflict + version = package_set[name].version + if not req.specifier.contains(version, prereleases=True): + conflicting_deps.add((name, version, req)) + + if missing_deps: + missing[package_name] = sorted(missing_deps, key=str) + if conflicting_deps: + conflicting[package_name] = sorted(conflicting_deps, key=str) + + return missing, conflicting + + +def check_install_conflicts(to_install: List[InstallRequirement]) -> ConflictDetails: + """For checking if the dependency graph would be consistent after \ + installing given requirements + """ + # Start from the current state + package_set, _ = create_package_set_from_installed() + # Install packages + would_be_installed = _simulate_installation_of(to_install, package_set) + + # Only warn about directly-dependent packages; create a whitelist of them + whitelist = _create_whitelist(would_be_installed, package_set) + + return ( + package_set, + check_package_set( + package_set, should_ignore=lambda name: name not in whitelist + ), + ) + + +def _simulate_installation_of( + to_install: List[InstallRequirement], package_set: PackageSet +) -> Set[NormalizedName]: + """Computes the version of packages after installing to_install.""" + # Keep track of packages that were installed + installed = set() + + # Modify it as installing requirement_set would (assuming no errors) + for inst_req in to_install: + abstract_dist = make_distribution_for_install_requirement(inst_req) + dist = abstract_dist.get_metadata_distribution() + name = dist.canonical_name + package_set[name] = PackageDetails(dist.version, list(dist.iter_dependencies())) + + installed.add(name) + + return installed + + +def _create_whitelist( + would_be_installed: Set[NormalizedName], package_set: PackageSet +) -> Set[NormalizedName]: + packages_affected = set(would_be_installed) + + for package_name in package_set: + if package_name in packages_affected: + continue + + for req in package_set[package_name].dependencies: + if canonicalize_name(req.name) in packages_affected: + packages_affected.add(package_name) + break + + return packages_affected + + +def warn_legacy_versions_and_specifiers(package_set: PackageSet) -> None: + for project_name, package_details in package_set.items(): + if isinstance(package_details.version, LegacyVersion): + deprecated( + reason=( + f"{project_name} {package_details.version} " + f"has a non-standard version number." + ), + replacement=( + f"to upgrade to a newer version of {project_name} " + f"or contact the author to suggest that they " + f"release a version with a conforming version number" + ), + issue=12063, + gone_in="24.1", + ) + for dep in package_details.dependencies: + if any(isinstance(spec, LegacySpecifier) for spec in dep.specifier): + deprecated( + reason=( + f"{project_name} {package_details.version} " + f"has a non-standard dependency specifier {dep}." + ), + replacement=( + f"to upgrade to a newer version of {project_name} " + f"or contact the author to suggest that they " + f"release a version with a conforming dependency specifiers" + ), + issue=12063, + gone_in="24.1", + ) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py new file mode 100644 index 00000000..35445684 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py @@ -0,0 +1,255 @@ +import collections +import logging +import os +from typing import Container, Dict, Generator, Iterable, List, NamedTuple, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, +) +from pip._internal.req.req_file import COMMENT_RE +from pip._internal.utils.direct_url_helpers import direct_url_as_pep440_direct_reference + +logger = logging.getLogger(__name__) + + +class _EditableInfo(NamedTuple): + requirement: str + comments: List[str] + + +def freeze( + requirement: Optional[List[str]] = None, + local_only: bool = False, + user_only: bool = False, + paths: Optional[List[str]] = None, + isolated: bool = False, + exclude_editable: bool = False, + skip: Container[str] = (), +) -> Generator[str, None, None]: + installations: Dict[str, FrozenRequirement] = {} + + dists = get_environment(paths).iter_installed_distributions( + local_only=local_only, + skip=(), + user_only=user_only, + ) + for dist in dists: + req = FrozenRequirement.from_dist(dist) + if exclude_editable and req.editable: + continue + installations[req.canonical_name] = req + + if requirement: + # the options that don't get turned into an InstallRequirement + # should only be emitted once, even if the same option is in multiple + # requirements files, so we need to keep track of what has been emitted + # so that we don't emit it again if it's seen again + emitted_options: Set[str] = set() + # keep track of which files a requirement is in so that we can + # give an accurate warning if a requirement appears multiple times. + req_files: Dict[str, List[str]] = collections.defaultdict(list) + for req_file_path in requirement: + with open(req_file_path) as req_file: + for line in req_file: + if ( + not line.strip() + or line.strip().startswith("#") + or line.startswith( + ( + "-r", + "--requirement", + "-f", + "--find-links", + "-i", + "--index-url", + "--pre", + "--trusted-host", + "--process-dependency-links", + "--extra-index-url", + "--use-feature", + ) + ) + ): + line = line.rstrip() + if line not in emitted_options: + emitted_options.add(line) + yield line + continue + + if line.startswith("-e") or line.startswith("--editable"): + if line.startswith("-e"): + line = line[2:].strip() + else: + line = line[len("--editable") :].strip().lstrip("=") + line_req = install_req_from_editable( + line, + isolated=isolated, + ) + else: + line_req = install_req_from_line( + COMMENT_RE.sub("", line).strip(), + isolated=isolated, + ) + + if not line_req.name: + logger.info( + "Skipping line in requirement file [%s] because " + "it's not clear what it would install: %s", + req_file_path, + line.strip(), + ) + logger.info( + " (add #egg=PackageName to the URL to avoid" + " this warning)" + ) + else: + line_req_canonical_name = canonicalize_name(line_req.name) + if line_req_canonical_name not in installations: + # either it's not installed, or it is installed + # but has been processed already + if not req_files[line_req.name]: + logger.warning( + "Requirement file [%s] contains %s, but " + "package %r is not installed", + req_file_path, + COMMENT_RE.sub("", line).strip(), + line_req.name, + ) + else: + req_files[line_req.name].append(req_file_path) + else: + yield str(installations[line_req_canonical_name]).rstrip() + del installations[line_req_canonical_name] + req_files[line_req.name].append(req_file_path) + + # Warn about requirements that were included multiple times (in a + # single requirements file or in different requirements files). + for name, files in req_files.items(): + if len(files) > 1: + logger.warning( + "Requirement %s included multiple times [%s]", + name, + ", ".join(sorted(set(files))), + ) + + yield ("## The following requirements were added by pip freeze:") + for installation in sorted(installations.values(), key=lambda x: x.name.lower()): + if installation.canonical_name not in skip: + yield str(installation).rstrip() + + +def _format_as_name_version(dist: BaseDistribution) -> str: + dist_version = dist.version + if isinstance(dist_version, Version): + return f"{dist.raw_name}=={dist_version}" + return f"{dist.raw_name}==={dist_version}" + + +def _get_editable_info(dist: BaseDistribution) -> _EditableInfo: + """ + Compute and return values (req, comments) for use in + FrozenRequirement.from_dist(). + """ + editable_project_location = dist.editable_project_location + assert editable_project_location + location = os.path.normcase(os.path.abspath(editable_project_location)) + + from pip._internal.vcs import RemoteNotFoundError, RemoteNotValidError, vcs + + vcs_backend = vcs.get_backend_for_dir(location) + + if vcs_backend is None: + display = _format_as_name_version(dist) + logger.debug( + 'No VCS found for editable requirement "%s" in: %r', + display, + location, + ) + return _EditableInfo( + requirement=location, + comments=[f"# Editable install with no version control ({display})"], + ) + + vcs_name = type(vcs_backend).__name__ + + try: + req = vcs_backend.get_src_requirement(location, dist.raw_name) + except RemoteNotFoundError: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + comments=[f"# Editable {vcs_name} install with no remote ({display})"], + ) + except RemoteNotValidError as ex: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + comments=[ + f"# Editable {vcs_name} install ({display}) with either a deleted " + f"local remote or invalid URI:", + f"# '{ex.url}'", + ], + ) + except BadCommand: + logger.warning( + "cannot determine version of editable source in %s " + "(%s command not found in path)", + location, + vcs_backend.name, + ) + return _EditableInfo(requirement=location, comments=[]) + except InstallationError as exc: + logger.warning("Error when trying to get requirement for VCS system %s", exc) + else: + return _EditableInfo(requirement=req, comments=[]) + + logger.warning("Could not determine repository location of %s", location) + + return _EditableInfo( + requirement=location, + comments=["## !! Could not determine repository location"], + ) + + +class FrozenRequirement: + def __init__( + self, + name: str, + req: str, + editable: bool, + comments: Iterable[str] = (), + ) -> None: + self.name = name + self.canonical_name = canonicalize_name(name) + self.req = req + self.editable = editable + self.comments = comments + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "FrozenRequirement": + editable = dist.editable + if editable: + req, comments = _get_editable_info(dist) + else: + comments = [] + direct_url = dist.direct_url + if direct_url: + # if PEP 610 metadata is present, use it + req = direct_url_as_pep440_direct_reference(direct_url, dist.raw_name) + else: + # name==version requirement + req = _format_as_name_version(dist) + + return cls(dist.raw_name, req, editable, comments=comments) + + def __str__(self) -> str: + req = self.req + if self.editable: + req = f"-e {req}" + return "\n".join(list(self.comments) + [str(req)]) + "\n" diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py new file mode 100644 index 00000000..24d6a5dd --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py @@ -0,0 +1,2 @@ +"""For modules related to installing packages. +""" diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1c68a2ee6e7e3b844fc38231af81deb523f23ab5 GIT binary patch literal 300 zcmY*VF-`+95VS)CQKa;gZX=OfL0Uvf2OSL*mN_rERUF&$`XU{Vpyds`g&)xJ0Yth~ z_>@b*G&{2^?au7yY&I1IPj}}p%Tm94afBSmZc@m*u;Nj4az1*!xD82df^8kLO6W{R zt8!4}IUDE5uT(Vk+N_YP>HS=OooQ`Dt@Vf4^(*&p@W7ZD4A%`tV&GIm-K5|H#|9HZ zY+bvd#lIfgHN-AA!NV5)792efdRbjw0aM1s@h(J)pvh-U-Z%&mlgSi3!(bA0nNrre eirs#4eMobYPK&)hHuqooIgwKSj-(u?agl!#Ra@`? literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..271691ec5c6eb236cc5c6d4af69dd81111a758a0 GIT binary patch literal 1851 zcmZuxO^6&t6t4cA?)l%{*-WyDNylW-5qFyWC_zM7(Ssx#!No%+hfZ&I?M!F;&#LZC zW*H%Zpg|AuAj#FEYz`vmJ!dZl1&6|5AbRlDAuEAB`Ko(%*DQHMz5d>-ntE05eXoA5 z)yfFu^3uUoQ9PdmzlLhXVeI-zPYK|4Z z6lgsy$EvRfdsP962n$!|b^`5vaeY%LtX{*_u#B6Bz;tyiO;C9kRq&Ks z#Z9*cqYk)%RksOv$`w~z?(}DJZ+a+pW;Wiwfcv&HG_dO>_KJ@UFQkd>`*z|*p%IhF z!IZvgcwO8zu27t$aW@_sE?&oe6kq9<|KaDk*b$lbLCpVR`%GKLAE!8Ua7SRxcT&%H z-wW405`_T{6Y!P2&;?}qQ6H=$fxU*UeCH&Jd}>YhwrtX;FyC-!B+p*alCK-RB(H<4X{^ zK#iq{CI(b2))W$xy#jbk6CVd#bZV&;F;GFBsE%+roS z_E0q}J{L4lW5Ckg^Pbb(jYVUlyrz1UHh3gqi! z!elRmKs?=qXP@x0cFK9oeKAOl&)2zXaMk2$3KWw$Qz<_YzhxoY-x&P*=5bioV7DY4#T_Tc4YYL>DV5L9e|r9x=Be+` z{wAOMtMbxVn;p03$L(X|#_YH@H9l}+t5&M2H{RWvM&;I*M;;?psgG+19wSAs|4}_W zZnnlRygqI%{9BT1^`{bepGvSKForMTZ9rsDtPQE@?xv=@+vJ3I9y|Q( zY?^pJ?M^n!S-?&{Z^a&Wt$f3rHSFkfm+rn+IiZ-|$H|3)aGGWDC&{u%o1aCZ36O9F z9=^N~-=QbqMTEco+uEDZTd9xVA{{XK!%x2jl}UmiJQf8(euV0OqWQnk*$3$K1GMx2 zz41_=`=b53K6hWAyL0YW{p1ZbQw^d1uyy3l^4Ck50ytAqZT8mk&84iwEe%y>Zk@Tg zkm=kiqt?N!!ci4f>RFAWI%>7E21iZQn8~I%nnq0{o8hR1j1$=`M+cBv-f9CPFT*MS E1GRVjQ2+n{ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d99629c2435b705c9e053cd1f3e8338b93414228 GIT binary patch literal 33887 zcmch=32`b5FNcZWFcKhul)WXA*d{*AzK zH#m{=a3U{ihItRqe2quLe62^ze8D3yU+2*=U+>W~-{3Ja-{dhd-|R6n-{P?_-|Df# z*ACl8GCUbP)gcVqM>0K`EUX)LjAVJTMzTHGBRQTN7N;N19m(_LjpTdsM+!UzBTkQV zq|j41QsgNbDfSePlz2);Ndq}$Uya>#Rt#b*s49y#JUGV+AyiIE;p&&W~FQ5K&)d~D>n z=Qz*#^CbtyE(c?C!gGS>G~5wR%zcRy^ZX~iqgCe8)2re9`l0_#o#LeLKlL3xp5{rU zaf$i<)8Em=WBUA6{yzU{f3^RN|MY;yiRb|>xt_CPk67S8Ejs;Y#6qMxo%pU7i(b-s z&WXkNTIesrmx6dsK`ePm@I1xx75YCjAc&=SKQET~Gm(+cim zSbI+o=*4=(J1U&xu=7`-67J%S5}k;=7N{;5N))YhorYu(&qFZBNAYv$%G|b@;a?W?B??P)|e+ zO52Ij{47-`Qtk3LCQ=QUIOU&sRNRg9d;E3cUika`d&K?z&xl?4JAm=*Wc@jaH!3kp z?8e+)^lOL0$_hz!#Y1cai^aq7u|4vV@SS)9&)}x|)Ve6oC)M`^>KmHW)E}EV(l;?a zJ|+cS17nhFa5NC~4G#~FUUd0JMc0Li!C{eJf|vZRiYu4={^1JOg~3suH0c`m^2%DVnbzQIx1GB7wC z^h*Q2;ecN@pjs3&Uhj}KJtt+`ne(R(c@I8u=-{!Q-XpTMYjjdJ9$@w2tMMS3=({lN zmxb=Z{-A6+;ve-(zTlW78+%YB`=o>@PB=ao2+D?D|CKY7<9^wAay&RVHtHLejeY*l zPoRZ)@x*gXK?)RAmS;|GdeJa&RF{TrNQyw3EySE zgxAcA{-D?YJPo4PKN^%KX%PB-qhq6k{l4MBDZh8rH$sEp=uw8(M-4b6Nn?~dpK_1* zhQ=iC$lxg4=loIt-!W2|2Ydm4H(DP%{s~E<5+_D{fy;9CV8DB2FnDQjlyadxW74F&Ex?8{DEaz> zD4pu{2FJXjf50~}jA6oJ@{SKr1TftG{)r%)>Ab1Iaql2T#ETM>@fcbQst@>;;lZo% zlr$C`>mM8LPu*T|NY34BL+lOC&jA~A9?e_)6#KuF6%I)nrYi3U**D4?Iz z)f;7jtq}8RfB%>yp7I4R$@YNM??tch?j5HHljsiwm7oC|VDzG2?Cpm^k0(3M#lo_ttGK0SsPqd^-nP#s|k+yo00IN7y4R zW8<{5FoA)VIBaNPtIa(=iH7-}^G}(m?`{enMiT=%I5XUuHS-<<+*=x1FZr=lMtkcG zveC5-m|d@I^?E-);Txtsf;YR@>l+;%3o4Z&LW|`u3m3-5hNXQdQQAe$ zescDbL$k)5E(8MkaQ=i_b5=)<)oa;#uV$<{a$mLG7kHCH$-|OwM=DuRrscx$SpVe! zHmP&~u>k$ahq}UM*^o znTvi*Gy$q{=?Fg7>!cn^c$5jxL~Upp4IxWa;qO}#7-^w_ZFXs59W&OqP>7h>eNsC`Y#2JlpT05AI| zuV5RyeA2~<5x}p2D>&vFmuP1UPrBfZx_qvKedk;Rt<2P~!BK`VFAie2xu{k*i3DZp0Kcob$3HY^+?7#x&^BhD;clKGnBgC)wnckH^iwcFQ7Tf zeTfey)-Da2x)-){(|m{@O0#m+wLh)F-bk!jwH2xBK43O+BA~6PRZHc$Ng-%e(+<&G zZF+`i7&bjYn;J2crG}Ee+8(u6*uT1vmUdOj*yJSBtD$r?iF&mZwktIl0Rlst9<|14 zVRP>`jHN;Cb$l#|KHC^}O~x zcZJ^^KWS9r>rGQno>ox5tFm0dBQC<+cxxd5(h?ktqZ2c&{`j^zBTe{Sg9B_=xUTpD zt~l0jwk0!DNAUoNSc* zK9TJmGm(zL05u4>Vln_)BuN|S72qf5f=r^^3hAWoHrYTW1pMQ&K*h`EJq6tq?`ap0qATtjPKJQgBNn_~Cv-k`A7dSKAeKTjxxYjY(ac%G1 z-i4|aOIbuH`_N>Y73aI7CTEP(>q-{Rt>qNnIC=eKG^cvjv}P|@wO2;$m5aw#>|55d z3mzDdh9$gj$)O!UD3LO(X8%S!&;7W;mGxqZ(jKJ&>KUm zH64+fj$4Lk&HhNvekwNi+85@&@apue@W6%w?`Lr4j6^Fmx+1i~m~qWIXPrO4Vk}d` zXI6}b4|Mn(({t9$2f1of9zMuWBOeAz(bd1I?B=xZ7IxLZ`$nU(mM!JSE`p6DWb;@K6HPA|n2P71yYnV~Bv+rbpdiqV{qf#}NeYowA=E z8w)n~1e#BQI0bT(&LNX51hF(h<7%-eWZm%C6{6y$aePVzxw#5eEujP=EXU&|Ody#= zNh{!h(6MA++da2CTu{HXEoyPETG}F(wy353R!zjRKP>EzqaLEo(|7qUin+lJ0&?O{ zlfLU}*SfjS0&h%fL)vt3TjZ(ZQX#(5fNpw1JmLutY1SO(CLV<7mH4HA$o7bgbQ7jOp->^wrRT|+gdQ}zG>YRp|;!OY3E ztelx+Yxza1`OT61=4gJ)$DE+sJ8N09raiOA7A&g;b&-O)_pJ3X6UvKW{}(NQ z9H|WpwaS_>#0O%-vLMvS5cQWZRkRZV{3M?wJkw2kFfrLG&<7Ic;!8ynOicNZ5oK?B z(xKu|0=-OYKP7hp#U_hQ$t}>5BkVL}PkvWJp%fH#6-yH0MnLHK|6X>2WBO0IO{l?K^kjGE+Est3Q6 zCDuL&&ryLB?bFtj_8ZmG;_WX_UuMXfwg;JNZq?_xQP&?-fRXZ(4Un31Nj!Yp-zixl`Zj z_5(3PGRcT}-{_<(j<>)M`&|&!xW-0Zr@GEO!34&NFc|zW_|#GGvkI}Va0G#5v};6> z1`~fUhLRz99vMS%k14vzOh|nULTKsAV8HL{MINQ(URj{J8C~})A{rsJU{t$HB5qlzG9WvIn|VVWBKP}Ai4)&ImZrDJWL63#%nJ!Myg-+qx8_}Z!bTGy3JgZ-CKL~1|X zQ~rY>Wd=pRD?VW0i&!N|M0TN)9lJjCkc*jP)G#KvP)S2PHUUwqb4^Ty*4921r>4 zA(WK@NGj_Br~xMs)JkGDjgaz>;CKOY9|}>lbczz9^l@2_2Kh%tNu*l*EI$di1K>w- zz~C2UEo5o3UfF4~Fa%mz)?#1Q+oc&wox!MP2+uD}GI6|-1ka3fHbWdv@^>^^wkXSu z$z!EC%4egQqm@YC1G13?QHyLE30(9tMj2x|h?N4YTD%1p%TFX_u!w3Kd`esq0L78+pHozd!^_c!v83#CGv;t? zE?&R5npYFat66+Lnzsc^fH7}=Dq^fyHP%FoHH%+(-`E;6ApiYLE-U9o;q}5BrPoUr z^-G$lqjA--HR9O%PQ~9ge6Jzu*z+5mHdlYwYP+xHOqOegIm4>4AYv?dE$j9CoB6BG z`iQfBsXXdziW-|&jcpNQ+dHTK_T2Z*y>Hwd(<0~0i5LejX61BQt3p9UC|Ea|(--r0 z#dmAps{L-uTP;7V{E_?n?r1|#)Oj>&Ja%8J(dof?RBc!t0Zu{WbU}N_fAD**NI5xiF;a2VaDuH$UIG1%9yTYWX*TZH!X}U4J|zr-gzo)ee%~@ zjmaF#Mq6UVyy+kx(_$PUH!)gfcYgVW1;=}a!Zo8q$-Yps>THfUo5SwCQRlw*jr;FD z`lT!CJg{Osh!vIR{D`2|dP&*qo|~T6pS}6)(&6O;(UOkUl0A`HSF08S`QSZ`*@*mT<=W1FTl^-=&ug0J+lGm5msH7(vE7)*z62ULo=?0T*<0n@I== zNi@FKfi`>T43|zSQ{>iEylZR#NE^q9Cr@`XL7v;pP;n0dB*Kz@AMhhmGGYMW7-yFN zQTRewFDSWPr>PX86o9-&T?)h?lsJO3Q&tq>U5vq3C;;F|0j6hd1B}pp5Ko^0?&iR zeFk$s&C^*F$z75{gCt8bpp9ew0$_cPu)frZLLmHNXEuT~i#OSldTgm==jN0}wtEiSRc_^q(mqoi5C9aqvyj#|6V;QPk2L7MfYF()VK= zgZD@EBf;T`Jduw>iK8F9#2*!~q#T|QF}dkUcPNU3RGL&gpI$oSXkDLD2T9O2J*mgF z;JmqXQm;=bHF5luEIKKThGZcj;S#~;Cubcp=r~o~BGI99y)n4}WHTcRMG2>b5>-zM z7Q<|&>+mMsAg6#bX_T|ncM#sRNU$`pKvMRrLDPA|EkStQzVfhPtSs;q43Gz4+F}Rrmggd;jhHsJrJ*dBlBu)qOhRJ{@(RdCzcW z-R`({W$wzg7w2AF2rfPqwKvZScP(~Wc&}+*H{3M5ZnGUcP|s`=mrNliH^xM z{{kRRp90zvM{i(ix-njP!Nj^tx7tKaNUzQgIQzs(#;oZ@fmXNrb=r{rATwkLC64GI zyD^3|&vBA7c?_RCcEmS9ElpkHOcG_9Hjg%>?Sqc>0g^mXM{OD9Mg6oXZAwETr6G~h z9MYwgv>HREka-}X9ss8AO^D{TkPvUdXj+1a!_$x@*;Earox8lqm*4`?CTGzlb=u#uE0A)&BADq)=RGVI$4hQ>Dn z#LAS`{9>o83xvhEYd{(s0nyQa30q60UT9+xo{lGG{9gPUD~s?NrBN{MuW0d2HN`0( zVt$CgP)L*@w0D5tC6EmMVQ5R?sG`$V9bg-r?RM$Q$gGGYXf@WGrEkK64#e0+;D6ab z%n*=1+uX8td~BSlJ}~$$El^h4#Il}IMS=PZ>4y~e@5rGoBmE!b5HOH45$qMOUMcvX~@QBbCicf*` zk0|#e`~~U&*P)t_$2GTr@v?*QGV8kdSuODbfme6T`(D|-Zq2&ZJJ%a7>bcXpVm-ND zSh^5e>RWcabuL=iHfvuitbD!sX7iH$R#~*L2k(}`g^LkO^?FI=N>%&vi+2pss#DRD zC+B)+4_`n0VOhmu>o=cYD*yA)eBXlOtLK)pW)H8Yiv(ACr;5!+|^b$j_@c^uxYI{`Mo>72`$)z9mb`Gbq+md=Gs+uk>BC%&*9l)bfZ z?NIOPp|g=gXQPLn`i)joqF-z33Y$t7HH!z{GuD1gF`!A}WXSIz11Zr5h^YI?Hfy&Q zq<#FLYy;7kfQQdwVLtAJRNYb21TR5-q&p=|Jw+vD4C%J0O`ag7J0OJgIww6W6orr` zRRRo%Dxe?iNmo)jybJXNoeCvI{pAiU?YhU*#(%OBh{zxzWXyoc-{iiPa=!G~@)D3w z9l5l*!8l#h#vxP@Ae1(kfM!EEYJZcyXad0<$3hUh;W!qMtORm@0fe~#s0%!Y5Fqd# z?y3RsG5tK5Q|Jp_NGDDFf0!prNVjpG9y21=Bre!6BDziE`G<}OWdCVLM2~UMrx}s7 z3N%4NbnFo`h6>ei(#JTaIYm?Zq1LZrGCD&_;1o!@9<0vH_c zl^utA`_7&|bgJi+_vEQFJtuqnru6vW+T&t~L^k_|p@YYOtSZ^w<9f@e8W@3Oys}1uIyIET`=I~`sUS%;36M#zk#iGHy+Qg9 zlrTFkp(koqB?x6RIu{o%%KT-ShQkZ_Xm)Cg)$bd+iBtiqCyurhoK?VZ)&?B}FPjGG z7f9*=vI;CK7|Y7p^R5lg4Zk`%bL4JeaahQY9pvr~S&+X&k+9y}6r|%kzR*e;qJuddG)bEeh9|+eSyxn?x>h^HB zvTwzB=59&VKRJ#q@Na9rYkbQX-g@{B|9;)kua<`$$7c0#)*QfNys2omYb`T>fxm8! zY4LWqu>AGLn~jU3%VM-}7rOQV1Yzm=5w6`4-qjna?FC*=G-WNLXr;I{TD(16)V|yw z?mQ9R*&DVJXANPSnJXv*x+^lTWo5rv@$I@d>cWjj?l|7BIQB|cjN)hQV7!aW5O!si zr)e5+r>Xp(DgRUHrxX^fV&TV@h}w1q;`}h0c~-zk@V0>(9Sf8 zd;1f(5FZI25J`ED)NO#jft~3TL3u(@`|-xPV4ST2H+bXtgScY6QBL+iDO}TgxL!!9 z)#Oc7OC7_vJ@AqVr2mB1jglME!yX(R40^p&c^f+8R^zEPfpTO70jK9&EwjRkv3Si{ zF)LinSaX&$FTZ$J_=;5#I3ya6EYw)m)#C^-QU(6zCmm@50G>Kz@hmF9PKr?e8DC@r zwlf1XZ2W0dQ-woDKoR!&kq*Y=FH#2yT|f)So_+0wxffRL)e(F3qPSYq8L8=v+INMG zyB_Uaf)3k{8T#X-Dd{L9wUg6)Fd@H4N=86e#Rmh@m&D3QM5UEyU@(cM-1MmRNM%W` zawv^#anR_R-?LDg6YCbWKrApYF^U>_y; zZ=8U$e<~I5=zEg7NVW*l1kiiRlfFIbctS-P|28YoUTsaUSbMc2u2`$-m7YcMVDShT zC{mtl6e4&cHNYXf3DrRy{!NU63%xA;ioVbekbLZO;1Vtd4bzF`_$0xeu?s^I*m_QC zfdfre1`OVyqz1qVwqyQ*-UK=o+@!$D?pI7@Z3GE)v4hkx1H{-tpk(B5PNtrmo%!~& zZ#)~#ZNurA5oa(f#?t#aT&kk$>+YNG6-)g(;(F$K=EWPM*GE^Z)pxVq@t$S|;fAqrlUwGfzi}Mz1;{yW{u>u~lq^yF6fhu(9 z$94JLIocoZ%kMVoev)TI_@_o)x5M;Pn}NbPy6zH#)P;m#;t#@;y2&|24$1SF+*~5U zRQfOE5Lv2B(LM_8B4O4#1xf5?MaWM^4Y1hi?V_NdtcPjp& zs%<8(+r3bGkArt#@6?^-l~Sp|e*7gK6*$~0MpO!p6GRR07g#M(3tyPz>-Dm^k10wJ z66@U{F{VNo0Kdu#*@UaOp+s%TKsu=2WzN2pA2p=NQt4Fj2|uNr2ELKT#*{15Q8B^5=fh{qq5EI zDFZ@#{3|pVE+ofb7_HaLbLMOIIs1yyxt?FXSoLl98}4ZS)&#}}nel5Xx{aIzaC((p zqT9Sn*tSTw89t_*vs1O$dC0 zPet={Al1Ht?;y)~2n#gdN)fA0a`oEYsp6hd2<`?&mDOYHqKhdYceDnW)#px(>PU{b`%ra>1#BRNAQGoQ)FbptHOaPkGy46*!(Q)Oy!0=KWdz=Sr9Ho;q~v^+DkUuaTLqSy7Z1`M z3G-6-1M)s1M_EjiTDEN%y$vF^#H@b~2{Gp=Sb36npGcGHi{%iWq^_2Ds+pYR?oA#n zB#AhcRQM84q=IrBC`bgSq1dA=N7gAC1i-TYK_7H%a#MksT;i2{P=SjJUD--YQE``` z#mBuyL$VF|F%8z@h0jKvzOS->28qH`48(V-T zOSj=W8>tODF2OY&MuDk24!5*mm4a@_;&v=<#rpNiZGA$9;H3x9ELWO8y6=Z65FiD{Vw5A_vL z(sU56(tJqF66Sqp#%8-I_g~^epcHAb z>T%j;s#zRaF}AJSbLOthg%(aMbwus0VPmVZ2C4mzQW9+4lT1+}g?hTbZu)TF6ipOZ){!ezLkBe|5m~GdLxYoStMwR z+5R~v6oGVYQ039JDJ^3KPNN*zq}+P}wJ4jFARUX)Z78}LE}ONrMghjd6M;1lnmFB47ZR%AsE2Gm>(JqsH81aYdFRWWFYkJJ_se@; z-n(Jzf%{eGkDZ+vaUPaf8A%;z2@=M1%;PJ2N3H3vsJyawkb7lMlG{>|@GCnZJEtp% zO}NlY?PQOrNy?rfhfQ2TR0IaIJ7@RI?j6uVaA2FZh=!DWLNYDPMnH%#Z52%^WtmgL zBz(}%YJk2hFIivNAzFi(iTZ7+>4I5me6psCyqFO;2cn1CiL8qtALGCrY4S?G~Hn4f4*K_ZkGI|2g$nFOOZJ?faNGd!IcEK!q$tf9eJ>6~DBB7IIMD-oaj2|dY1Px4ag$qQwx`B**q(*>v} z0}v%4%bs?o)Z+~0tLdi;gO!Q;b3=uR_}pN%8Xv4xLvxAyHYwWu37v~X-l7yO`63mW zP|IHFd}X(oBW7Su6YCOWQ0MG!%wI0%uXsZ%3lb%kq>OfPs3avmF?vCwfY`I)dus2J z`EoWEADWU25#m zZZ(wjlPQ6Zk}3BlQ>Y=aK%GT49%X7yjNz9th84jsHRaF&HI(#26{1sgzFnw}!E|M) z5~oe27+F`SLM?f^D%h>&86ph6=^5(T6oJ=Jm6|(#)jP4f#iCHv(6L8zd`cb1AI%{a ztE)}*r>ohTs7CE^ERI?I69L9_KxW`yGIsNOuvaaA=t(t{^j|C=>Px<p&D;uXNV=2c)T~ODcM)I`W7U~4twT0)!L?OgFZDj*sq4f z(jid|C;hqILl={8YADhE_*f-Mt_#%+4XUY#mwu!82n>e8k|wf zO|-a$wYVjv#alvK(zO`(76I=zKkCR2{mJGpU@xlGQdR%=?rWkw=&M0G^2hX5tV#57 zYw%^Yb)l_dts1|bk{wDvYJXUmjFxjWCtErNHlFAetL+xtWi9U3MI)-i}Q>&riO*Is1Q`4&cqpN08 zw^@ciuf4i6y%Zl`_CDqdfAw!3`{l%Azc|u=nbaxq_07Jo0NnQ|N&qfgu_FUuan<;^ zCLAdwbh>&;EdiSQq`Ck*HACRWQZ(PpbSxfEpJ4Sm6+1Q%{gXVHiH+DdsIHUZLqfeP zHM7DHcDl$w8683dAo3y>5jWJJz>niM#cW(WZ|c3Z)Kb79!n~KlL_#>#>FQ&O?{qni z-NR!h$JE}$rDUXY*F=qE1yO%UwGI`g7M$QyJ6%s*@?$L6RlEz6uyqw@V3XZ)onrDe zcEv$a>{kbf?n7Hl;YiFtD>3Yh16J=IObQbKQcWIwx(DmEGz8xN&O^nmlm*8OOa-aK544$mP!^v~r;lq@9DVFOk;JPRp7T(jFD3id}J!x?VHY zegcZ0X>>l>?T`3$q$+(fWzT@S7qYe=pe~6ZAkE77bDSaK<; znl;VWMvR3YShClw+1HNE9a}KGZ-saV*RQ1g)EuJVH^?!yh+qR z#&Xtj*~Tp5sYS{bnDHSU9UATp=TQa}!8+tYV3YI@k_8nL1WH9*eo2uIr8U9^$soy; zXpr!zgFr%A48zpvGXR;&9{NJLG|hB=eToGm_72;Q46G&8h+VkyLRW#=zEC=lvc)M6 z#OuTiNF*X;icb(XIx#X*AspEdzuYL9Xs`sN0jP*CsRFuN1e21ZV{A;kFp5YjR=(k> zEsq=h$L08sR622^SYqq;ip4$4jVt!OxRK`Aj-_PFp=DPEJ)s*J*E1HTmUi8;MKcfM zqFr_d&Pr_=F$Rgf+_5}i8nxP`GfB@B+jc4-nOr7iBi z)2iu4^|WdVi(jw3S-V=;5GkZvorN8<$JPr9+4T?WP3z(r#1(YR_IzNiLU`wjb^Cg@ zYq4l)@K!-I`#{)wfGr=~>kkN=HIE=Q#g zNta2$UC_6uVjTIm1|BdUcWg7O!^SFQft!(j!?Gs9HCukfKYl}lWi6zh2tqkn)30Hs zM(iM!v7l2xP|EQGjDI-Tbq38Vu~Atm65! zw$K`R7wM)hoFxMdp!q=#5@`m?6H2_DE<#3bmz#{QrJyJ%CPOb5HZ22}#wLbg6ah9p zz&?ns;laybC2DuaX?hsJ+}pC7;M3k(xAYQK^vc=M%cEmgaI04#`;jC;wX+JRU3H+* zljsvSXn&9D(cHkq1(nE!m5X?T7*Xq^yTa^nopBmeWgRq>>#dtX?AOpjc7;whpCj{O z%-XV|cubgBHXid&DskVUlz&dnFX7bN6jbEGR+4!bs*QtJ)FfLO!GgvyFkMV3U`Bx& z!T`7IP>y4hIRc6j1_3wOnvycW(7mFWNlOrrU3mcC z;D4Y2j{)#8jls5c&AoHgy)WY4_fyTkH@s{3_m+1pcb<&8Pew8u=lS{0g-|ThgjA&s zOP!I@_IV35z??-1yzumLQ?y{8f)}1%u3xe4-h>x^d%vE`DgBt!*|vfn$?fLg`+${u*P%Pm&i&Y0 zd!SYOF?3BkyITh4M)y@ytZ>u8PRcTGH`sV&X=Q zLh%vHq1=?yP*-#eG=LjpJ2#I;GN1a1zr>YqVlGm41Z~5q#>bHZX%gq4ra&bMR5+5U zxv7Q9h0lX0SuBs(t5)sJ5qtB}#i+eKY;0%LK>D%x5=!`e#sb>BaXy1iKvjS*YUu9f z^E{y-nB-B$D-B9cju+AzSz2~06t|@67~5u0*fs|Bm3xQVXw<%p)=4vPuyWa0ev=|- zKry())X6%s${yIDR+5X+iieeaauhK1W-{VN&A zGRKw3pnEp>8;TGR@_}Pv{0SXvvDGBaQ-~-zWsT_-#XwqU5}i-Ld=Om#BBDaM>!XF; zPnDl>sgRM@A5(T>ifrC15*a~~K5_j$ntUs*Ka%$Xo#EO-W)A7~&kFJT>#O#%h`nr4 zh}x@Xg*Dt?$K{+?cduGp5sPavZ^cr#R#3dqw{T&>G}p5RrDV^X=hbIcZ50t)#p3Q2 z+ZOtKW}$z<{OITQ6B0+2w=OKK7(FADV`K zPVOTdM;`=vXs8{*?uNj$1m5)#E|vD#oRfe~hZimcM#k&|3@jBNWH z#WBz(q+W(5#2{x6Oh9=sA&*md>!bvaFdH${OrKEBg|yfk7@Ls#p;`x`nWYXqe*L9Q zew^0dWt96{X5|EwMp^ZneM`>O`kj&bozePT(dymN(mfw@dQ;78?|Mbmw`$>`Xd{P z`5oIyU+&s>K*Ohpl>5=1RDLxrrlhYOSa3Uz;l@eY?D zp8^8`F*VuI23vts2RDAk#56cUzl{PbE3&|DE8xdbKsI~nI%Ry&AHnr@8es_6#$j5H z;rUv1DmRN$HzhnzlR#V`enG%qpxo?fiP&3~vGKQujoaB4gfa1p5V`ozkSZ*Alz!Y( zg#ImTyODT;NkiGSODRgP;On@-zkws`75n=eMw)gAiPrA@6wWvJ%{w>*edIwP`uHIi zpzoh)$nxIi3n|H+o(^NZs7ZI7XD*?Nv_S}!Hf?fO(`A*-$6QzUD;#aoCXi05rM}aK zqhIWSWS@a^3A6{vZy0=k0%Icm1Et7TZ*9hZvxR>2V3RmABXP4+kyX_^ZbCPv`%{|F zQ>a7PR3F+(7lIL+d+|9qxYJ?ESuV$g!&i>rCWtBLL)b_&&Kc(&H}bCMg`G_+#^!aS zeV)Iezph^p-Zz%uDu^kEW&2mAHT-2;my4g*b>(Qku@9klb97xLhIgF?gk@7tZ{L}& zkOG}#C8vg*0&+;K4(owHs>3*~ zk!TG{BzBdxxT`GDc9ts0DJQ3d96I@D`u55dfp&Ujn4C2?gI??5D0crK<7a< z;b(fRjADiDgW<6Y7hog9_?%A~#N}z&A*5dfqUFTy>B<7@FL74MTg0-Bi7!X+3qgah z2qvx3*SE>}2|3MhsId@qJkNkoMm#*?8^teDNs7X)g_3@YoFQ@+$f<-Q8*nFiC;(fI z0~F<>D5$miM8(jd7G^N$7fgI;VBDe)GnFX)Bc-Mj3t7*8RRDGr6(3e`n4PNneaeO+ z#IMK$h?|rwLXUP|=v| zNEM|jpB8TYmLk_7XPH@Q_;%w;y8t(iQyYd_E zlRJ|z3JYL^EqX01P)hj8KU@%CG9GojlSGAb?v?sZEtlyDxr^J^OvzrB(5soWlgaZT%vnM3Q2;)SP|s-uoAGe_4O+rrzQxYH1AJR1?}!a{C1 zzwVdC+m?6Ux)?1!92T7G#bsgF_Hf4&(c+$&Ll9c&p5os;iUT+J@3g^E9el{XT6U}% zOTuMaa2(g7j|h!nAun9e_>qw-X+>EB(c(i?ma{lqvMtH=0blM#K%yE>TQ@OZ1n!V+V$7hbr_Qiw@-Hye>F%I6_ z!QYT~-^De$SrfLQ35|Lf4M2%SHQ}0F;XS9Kg-;@4y|Co9p>V^VXyIOZQ)+LDTAODM z-ObE}i5uMs9!wYRm6_&DS1lhH3l?&eD|Ji3@4oQX3%IWt`hMtrt zZ|;1%Z@KE0u;h(Y?)eRem{_4k*Zx{RjZpiW{WL)ButREetlNsCw$d19F?I8cHR}%N zs-rIAsEaxpKH|)_Zhk$pU^TNgl3BZCT*=(}LGjjTaqGv(*Uis&ub0-XmTr%fZeJE} zSKSd;O8e%I$oZuoRBl^ti&pMfFs_%CzkcQBmDgXm`NGnrm9maVLC1Q7d#$)`scyBQ zGt$uc!)-t6_9c{GXIE_)^f*mG5Vc@mwR^9sr2S0L9T@Q5BmIqpD<^2NA zWM@CJa*iy}MssUm`tU<*;X>PD-nUEND2-aTU`5ccI?Wt<=>$wGSNAtxf_gmc|1Ld#wCb^h#XZe1j|E?mF=_Vznfx0|E6r&fd~e`zRM$2FlX zJ<*J#v)VP-Z`v2P+_V6*O=Wir%ii4cm;1sM+aiVAF#R9u?5n!ch^{n->wKlJ_2INl zSNb-tWx;!==ZBZ>2zSKr-qVq`zWWq)Ps{1cSkn7e4pw=OTt9N-`1Rw9`Ac=toYt8W z=xO}M@iW(-S!`Y|istT_>HWZzzmO3%)e>Z=UE0e`G8IRR1ci(>papfc$zDCXB2)q9 z7_-8LlK461>rFSC7N=L*d!vOXXYC)@iWW{r*&Sii6a2D$&04f-Est2s7aLY9+9DNg z(Teufian8vJ=nVyhgYnO+I)gf8j3AjG1ilnSI0VJ-!Sm|dhyNT#gXNwqs}f^zqL8$ z-HTOGTkS_6SRMFnJR(*d$=szY#=5&%rK?$Wk*vCU?v0xi4C~6Cs+5wp*7mv{|`i#`v}FMd#8nvij@TIScz%8H#1x6=&1Z znW%Hyim~;92{~A{2LTN&WMymNLN%@DkJ#RO_#g;yNuAWy;)j8Fj3ssW37)+;Smz%; zs8S1h7+kb(&*y0WzNz!PLH7@}U3KvOG1G{s_lmO4musVKE$7|Z_Z#^0yR>UU zr^l%Mz@R(tFnwU9G#}*X&X*cKDA%2DG<@LJo!?>jU>ANZ8NV~6^EeE$eUow-?q~LH z{Lw`soQcZ2Hw8yw-Jo&KDJ&YXNy#J1D$w84_@U+y{gMLx$QKxs&5t6@C2L90L;=QB zo}@*A5dS3z2dDWL_$!G+L}q*)zg1*9jI%N{7`H?`xr(|I) zT;g83uxv zm2{d*m-#{h%n9m4hPSofiOaJd<)k-r)@iuiEcN_$<1e92#?N(Ow(|_MpytUqnzqZN>(}&k{F3k)0mdd=cfWD)RG|Jl)1IVWmt;f zLz+kKzo&VFKayYYNzHmucG2xo6MVGM*d|0~hB7TnuThx@X4uf>L&b7j#wW8{^ z{1VvITdUql;lj#aJ508W2U;Y;E(ZBTxgTio8l#M~wd0Ww17)b|Ppw@R?VsoD)BTkZ zfgkC*jHY)51A^~bz(5=7A?DyRAsaYz1}17Q%LcDk9P9UbrK>b>pP@ec$nlfY1qXI_ z6|GHJvkth4uvZwzf1>pNH#s6XXDO+k?CZC;DL*`E^N+wFvs+c25|9cqCa|VK{77g( z;eHuMOl+d84^EQtE{WEQM8liH@6j4nE?qJPm_(IQCOO1kOLWanqT>cBhn!q;^2j0a zl48A)jA}3)py>NkA&16b0#0kYG%?4!og&cmZTjntr1dBKv-S{OT+N7x}FG#Ao$pWAJ+sT+?sfv;+4NlZY%sP@P=Sb}ElnE~6(v2mu{bImD%N7;=-g0Gv?p|pLU-6#{{2f3r zEPwI*M;e|N?&&!``)8bk{Wt%N%lsLa!Ty_m#@T+xA;$i5uIlGp`7gMw5pL@PO%|_t zz-@4T&0cFbzWSfJ)}M3Rf6ndvXRiI{+^z>2f!E+hF>;tW{uKWUZr3lkL%-n8MY(ei zG&){$kAw4TE5~p9r8e{DLfL&muXD^ke;-%$9kDFVTr``%YATGF3Kw=nO;t1cU)pl! zpIK}L*)#*2Vqjku4=&{{1(pvkJ^xl&xL`*lYv&B;Y=JMI&jw|}moF;b^7iu4>cEO#>cT4WEaO{*OpVzP1a_7e)wwjn0FL!mO+3I;M%$8Qp+ahMr&fw1wA8X@z z_aazAc(>3wc(=2uMedlQY z(M5AOry*i*jOh>qdN>1UW6m2h(3=sbW%CE;CSxXgGviy#LLn=sH_x_2bcOe9^tzuv z%JXH5;!^9fc4@~OqcM)&Z{^(T|Gx7c3qSB^s`-P(ehiC(II%Za_*6L->T!==AXWgHPRL<?HCZ%EpW98}1 z_p({+un~4ySNXySUl_xR-Le>np*>rcCc`^>A}vRuq{4#@hY>sWb#pUw`3%-d_;)k2 rV> None: + """Install a package in editable mode. Most arguments are pass-through + to setuptools. + """ + logger.info("Running setup.py develop for %s", name) + + args = make_setuptools_develop_args( + setup_py_path, + global_options=global_options, + no_user_config=isolated, + prefix=prefix, + home=home, + use_user_site=use_user_site, + ) + + with indent_log(): + with build_env: + call_subprocess( + args, + command_desc="python setup.py develop", + cwd=unpacked_source_directory, + ) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py new file mode 100644 index 00000000..f67180c9 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py @@ -0,0 +1,734 @@ +"""Support for installing and building the "wheel" binary package format. +""" + +import collections +import compileall +import contextlib +import csv +import importlib +import logging +import os.path +import re +import shutil +import sys +import warnings +from base64 import urlsafe_b64encode +from email.message import Message +from itertools import chain, filterfalse, starmap +from typing import ( + IO, + TYPE_CHECKING, + Any, + BinaryIO, + Callable, + Dict, + Generator, + Iterable, + Iterator, + List, + NewType, + Optional, + Sequence, + Set, + Tuple, + Union, + cast, +) +from zipfile import ZipFile, ZipInfo + +from pip._vendor.distlib.scripts import ScriptMaker +from pip._vendor.distlib.util import get_export_entry +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InstallationError +from pip._internal.locations import get_major_minor_version +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) +from pip._internal.models.direct_url import DIRECT_URL_METADATA_NAME, DirectUrl +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import captured_stdout, ensure_dir, hash_file, partition +from pip._internal.utils.unpacking import ( + current_umask, + is_within_directory, + set_extracted_file_to_default_mode_plus_executable, + zip_item_is_executable, +) +from pip._internal.utils.wheel import parse_wheel + +if TYPE_CHECKING: + from typing import Protocol + + class File(Protocol): + src_record_path: "RecordPath" + dest_path: str + changed: bool + + def save(self) -> None: + pass + + +logger = logging.getLogger(__name__) + +RecordPath = NewType("RecordPath", str) +InstalledCSVRow = Tuple[RecordPath, str, Union[int, str]] + + +def rehash(path: str, blocksize: int = 1 << 20) -> Tuple[str, str]: + """Return (encoded_digest, length) for path using hashlib.sha256()""" + h, length = hash_file(path, blocksize) + digest = "sha256=" + urlsafe_b64encode(h.digest()).decode("latin1").rstrip("=") + return (digest, str(length)) + + +def csv_io_kwargs(mode: str) -> Dict[str, Any]: + """Return keyword arguments to properly open a CSV file + in the given mode. + """ + return {"mode": mode, "newline": "", "encoding": "utf-8"} + + +def fix_script(path: str) -> bool: + """Replace #!python with #!/path/to/python + Return True if file was changed. + """ + # XXX RECORD hashes will need to be updated + assert os.path.isfile(path) + + with open(path, "rb") as script: + firstline = script.readline() + if not firstline.startswith(b"#!python"): + return False + exename = sys.executable.encode(sys.getfilesystemencoding()) + firstline = b"#!" + exename + os.linesep.encode("ascii") + rest = script.read() + with open(path, "wb") as script: + script.write(firstline) + script.write(rest) + return True + + +def wheel_root_is_purelib(metadata: Message) -> bool: + return metadata.get("Root-Is-Purelib", "").lower() == "true" + + +def get_entrypoints(dist: BaseDistribution) -> Tuple[Dict[str, str], Dict[str, str]]: + console_scripts = {} + gui_scripts = {} + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + console_scripts[entry_point.name] = entry_point.value + elif entry_point.group == "gui_scripts": + gui_scripts[entry_point.name] = entry_point.value + return console_scripts, gui_scripts + + +def message_about_scripts_not_on_PATH(scripts: Sequence[str]) -> Optional[str]: + """Determine if any scripts are not on PATH and format a warning. + Returns a warning message if one or more scripts are not on PATH, + otherwise None. + """ + if not scripts: + return None + + # Group scripts by the path they were installed in + grouped_by_dir: Dict[str, Set[str]] = collections.defaultdict(set) + for destfile in scripts: + parent_dir = os.path.dirname(destfile) + script_name = os.path.basename(destfile) + grouped_by_dir[parent_dir].add(script_name) + + # We don't want to warn for directories that are on PATH. + not_warn_dirs = [ + os.path.normcase(os.path.normpath(i)).rstrip(os.sep) + for i in os.environ.get("PATH", "").split(os.pathsep) + ] + # If an executable sits with sys.executable, we don't warn for it. + # This covers the case of venv invocations without activating the venv. + not_warn_dirs.append( + os.path.normcase(os.path.normpath(os.path.dirname(sys.executable))) + ) + warn_for: Dict[str, Set[str]] = { + parent_dir: scripts + for parent_dir, scripts in grouped_by_dir.items() + if os.path.normcase(os.path.normpath(parent_dir)) not in not_warn_dirs + } + if not warn_for: + return None + + # Format a message + msg_lines = [] + for parent_dir, dir_scripts in warn_for.items(): + sorted_scripts: List[str] = sorted(dir_scripts) + if len(sorted_scripts) == 1: + start_text = f"script {sorted_scripts[0]} is" + else: + start_text = "scripts {} are".format( + ", ".join(sorted_scripts[:-1]) + " and " + sorted_scripts[-1] + ) + + msg_lines.append( + f"The {start_text} installed in '{parent_dir}' which is not on PATH." + ) + + last_line_fmt = ( + "Consider adding {} to PATH or, if you prefer " + "to suppress this warning, use --no-warn-script-location." + ) + if len(msg_lines) == 1: + msg_lines.append(last_line_fmt.format("this directory")) + else: + msg_lines.append(last_line_fmt.format("these directories")) + + # Add a note if any directory starts with ~ + warn_for_tilde = any( + i[0] == "~" for i in os.environ.get("PATH", "").split(os.pathsep) if i + ) + if warn_for_tilde: + tilde_warning_msg = ( + "NOTE: The current PATH contains path(s) starting with `~`, " + "which may not be expanded by all applications." + ) + msg_lines.append(tilde_warning_msg) + + # Returns the formatted multiline message + return "\n".join(msg_lines) + + +def _normalized_outrows( + outrows: Iterable[InstalledCSVRow], +) -> List[Tuple[str, str, str]]: + """Normalize the given rows of a RECORD file. + + Items in each row are converted into str. Rows are then sorted to make + the value more predictable for tests. + + Each row is a 3-tuple (path, hash, size) and corresponds to a record of + a RECORD file (see PEP 376 and PEP 427 for details). For the rows + passed to this function, the size can be an integer as an int or string, + or the empty string. + """ + # Normally, there should only be one row per path, in which case the + # second and third elements don't come into play when sorting. + # However, in cases in the wild where a path might happen to occur twice, + # we don't want the sort operation to trigger an error (but still want + # determinism). Since the third element can be an int or string, we + # coerce each element to a string to avoid a TypeError in this case. + # For additional background, see-- + # https://github.com/pypa/pip/issues/5868 + return sorted( + (record_path, hash_, str(size)) for record_path, hash_, size in outrows + ) + + +def _record_to_fs_path(record_path: RecordPath, lib_dir: str) -> str: + return os.path.join(lib_dir, record_path) + + +def _fs_to_record_path(path: str, lib_dir: str) -> RecordPath: + # On Windows, do not handle relative paths if they belong to different + # logical disks + if os.path.splitdrive(path)[0].lower() == os.path.splitdrive(lib_dir)[0].lower(): + path = os.path.relpath(path, lib_dir) + + path = path.replace(os.path.sep, "/") + return cast("RecordPath", path) + + +def get_csv_rows_for_installed( + old_csv_rows: List[List[str]], + installed: Dict[RecordPath, RecordPath], + changed: Set[RecordPath], + generated: List[str], + lib_dir: str, +) -> List[InstalledCSVRow]: + """ + :param installed: A map from archive RECORD path to installation RECORD + path. + """ + installed_rows: List[InstalledCSVRow] = [] + for row in old_csv_rows: + if len(row) > 3: + logger.warning("RECORD line has more than three elements: %s", row) + old_record_path = cast("RecordPath", row[0]) + new_record_path = installed.pop(old_record_path, old_record_path) + if new_record_path in changed: + digest, length = rehash(_record_to_fs_path(new_record_path, lib_dir)) + else: + digest = row[1] if len(row) > 1 else "" + length = row[2] if len(row) > 2 else "" + installed_rows.append((new_record_path, digest, length)) + for f in generated: + path = _fs_to_record_path(f, lib_dir) + digest, length = rehash(f) + installed_rows.append((path, digest, length)) + return installed_rows + [ + (installed_record_path, "", "") for installed_record_path in installed.values() + ] + + +def get_console_script_specs(console: Dict[str, str]) -> List[str]: + """ + Given the mapping from entrypoint name to callable, return the relevant + console script specs. + """ + # Don't mutate caller's version + console = console.copy() + + scripts_to_generate = [] + + # Special case pip and setuptools to generate versioned wrappers + # + # The issue is that some projects (specifically, pip and setuptools) use + # code in setup.py to create "versioned" entry points - pip2.7 on Python + # 2.7, pip3.3 on Python 3.3, etc. But these entry points are baked into + # the wheel metadata at build time, and so if the wheel is installed with + # a *different* version of Python the entry points will be wrong. The + # correct fix for this is to enhance the metadata to be able to describe + # such versioned entry points, but that won't happen till Metadata 2.0 is + # available. + # In the meantime, projects using versioned entry points will either have + # incorrect versioned entry points, or they will not be able to distribute + # "universal" wheels (i.e., they will need a wheel per Python version). + # + # Because setuptools and pip are bundled with _ensurepip and virtualenv, + # we need to use universal wheels. So, as a stopgap until Metadata 2.0, we + # override the versioned entry points in the wheel and generate the + # correct ones. This code is purely a short-term measure until Metadata 2.0 + # is available. + # + # To add the level of hack in this section of code, in order to support + # ensurepip this code will look for an ``ENSUREPIP_OPTIONS`` environment + # variable which will control which version scripts get installed. + # + # ENSUREPIP_OPTIONS=altinstall + # - Only pipX.Y and easy_install-X.Y will be generated and installed + # ENSUREPIP_OPTIONS=install + # - pipX.Y, pipX, easy_install-X.Y will be generated and installed. Note + # that this option is technically if ENSUREPIP_OPTIONS is set and is + # not altinstall + # DEFAULT + # - The default behavior is to install pip, pipX, pipX.Y, easy_install + # and easy_install-X.Y. + pip_script = console.pop("pip", None) + if pip_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("pip = " + pip_script) + + if os.environ.get("ENSUREPIP_OPTIONS", "") != "altinstall": + scripts_to_generate.append(f"pip{sys.version_info[0]} = {pip_script}") + + scripts_to_generate.append(f"pip{get_major_minor_version()} = {pip_script}") + # Delete any other versioned pip entry points + pip_ep = [k for k in console if re.match(r"pip(\d+(\.\d+)?)?$", k)] + for k in pip_ep: + del console[k] + easy_install_script = console.pop("easy_install", None) + if easy_install_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("easy_install = " + easy_install_script) + + scripts_to_generate.append( + f"easy_install-{get_major_minor_version()} = {easy_install_script}" + ) + # Delete any other versioned easy_install entry points + easy_install_ep = [ + k for k in console if re.match(r"easy_install(-\d+\.\d+)?$", k) + ] + for k in easy_install_ep: + del console[k] + + # Generate the console entry points specified in the wheel + scripts_to_generate.extend(starmap("{} = {}".format, console.items())) + + return scripts_to_generate + + +class ZipBackedFile: + def __init__( + self, src_record_path: RecordPath, dest_path: str, zip_file: ZipFile + ) -> None: + self.src_record_path = src_record_path + self.dest_path = dest_path + self._zip_file = zip_file + self.changed = False + + def _getinfo(self) -> ZipInfo: + return self._zip_file.getinfo(self.src_record_path) + + def save(self) -> None: + # directory creation is lazy and after file filtering + # to ensure we don't install empty dirs; empty dirs can't be + # uninstalled. + parent_dir = os.path.dirname(self.dest_path) + ensure_dir(parent_dir) + + # When we open the output file below, any existing file is truncated + # before we start writing the new contents. This is fine in most + # cases, but can cause a segfault if pip has loaded a shared + # object (e.g. from pyopenssl through its vendored urllib3) + # Since the shared object is mmap'd an attempt to call a + # symbol in it will then cause a segfault. Unlinking the file + # allows writing of new contents while allowing the process to + # continue to use the old copy. + if os.path.exists(self.dest_path): + os.unlink(self.dest_path) + + zipinfo = self._getinfo() + + with self._zip_file.open(zipinfo) as f: + with open(self.dest_path, "wb") as dest: + shutil.copyfileobj(f, dest) + + if zip_item_is_executable(zipinfo): + set_extracted_file_to_default_mode_plus_executable(self.dest_path) + + +class ScriptFile: + def __init__(self, file: "File") -> None: + self._file = file + self.src_record_path = self._file.src_record_path + self.dest_path = self._file.dest_path + self.changed = False + + def save(self) -> None: + self._file.save() + self.changed = fix_script(self.dest_path) + + +class MissingCallableSuffix(InstallationError): + def __init__(self, entry_point: str) -> None: + super().__init__( + f"Invalid script entry point: {entry_point} - A callable " + "suffix is required. Cf https://packaging.python.org/" + "specifications/entry-points/#use-for-scripts for more " + "information." + ) + + +def _raise_for_invalid_entrypoint(specification: str) -> None: + entry = get_export_entry(specification) + if entry is not None and entry.suffix is None: + raise MissingCallableSuffix(str(entry)) + + +class PipScriptMaker(ScriptMaker): + def make( + self, specification: str, options: Optional[Dict[str, Any]] = None + ) -> List[str]: + _raise_for_invalid_entrypoint(specification) + return super().make(specification, options) + + +def _install_wheel( + name: str, + wheel_zip: ZipFile, + wheel_path: str, + scheme: Scheme, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + """Install a wheel. + + :param name: Name of the project to install + :param wheel_zip: open ZipFile for wheel being installed + :param scheme: Distutils scheme dictating the install directories + :param req_description: String used in place of the requirement, for + logging + :param pycompile: Whether to byte-compile installed Python files + :param warn_script_location: Whether to check that scripts are installed + into a directory on PATH + :raises UnsupportedWheel: + * when the directory holds an unpacked wheel with incompatible + Wheel-Version + * when the .dist-info dir does not match the wheel + """ + info_dir, metadata = parse_wheel(wheel_zip, name) + + if wheel_root_is_purelib(metadata): + lib_dir = scheme.purelib + else: + lib_dir = scheme.platlib + + # Record details of the files moved + # installed = files copied from the wheel to the destination + # changed = files changed while installing (scripts #! line typically) + # generated = files newly generated during the install (script wrappers) + installed: Dict[RecordPath, RecordPath] = {} + changed: Set[RecordPath] = set() + generated: List[str] = [] + + def record_installed( + srcfile: RecordPath, destfile: str, modified: bool = False + ) -> None: + """Map archive RECORD paths to installation RECORD paths.""" + newpath = _fs_to_record_path(destfile, lib_dir) + installed[srcfile] = newpath + if modified: + changed.add(newpath) + + def is_dir_path(path: RecordPath) -> bool: + return path.endswith("/") + + def assert_no_path_traversal(dest_dir_path: str, target_path: str) -> None: + if not is_within_directory(dest_dir_path, target_path): + message = ( + "The wheel {!r} has a file {!r} trying to install" + " outside the target directory {!r}" + ) + raise InstallationError( + message.format(wheel_path, target_path, dest_dir_path) + ) + + def root_scheme_file_maker( + zip_file: ZipFile, dest: str + ) -> Callable[[RecordPath], "File"]: + def make_root_scheme_file(record_path: RecordPath) -> "File": + normed_path = os.path.normpath(record_path) + dest_path = os.path.join(dest, normed_path) + assert_no_path_traversal(dest, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_root_scheme_file + + def data_scheme_file_maker( + zip_file: ZipFile, scheme: Scheme + ) -> Callable[[RecordPath], "File"]: + scheme_paths = {key: getattr(scheme, key) for key in SCHEME_KEYS} + + def make_data_scheme_file(record_path: RecordPath) -> "File": + normed_path = os.path.normpath(record_path) + try: + _, scheme_key, dest_subpath = normed_path.split(os.path.sep, 2) + except ValueError: + message = ( + "Unexpected file in {}: {!r}. .data directory contents" + " should be named like: '/'." + ).format(wheel_path, record_path) + raise InstallationError(message) + + try: + scheme_path = scheme_paths[scheme_key] + except KeyError: + valid_scheme_keys = ", ".join(sorted(scheme_paths)) + message = ( + "Unknown scheme key used in {}: {} (for file {!r}). .data" + " directory contents should be in subdirectories named" + " with a valid scheme key ({})" + ).format(wheel_path, scheme_key, record_path, valid_scheme_keys) + raise InstallationError(message) + + dest_path = os.path.join(scheme_path, dest_subpath) + assert_no_path_traversal(scheme_path, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_data_scheme_file + + def is_data_scheme_path(path: RecordPath) -> bool: + return path.split("/", 1)[0].endswith(".data") + + paths = cast(List[RecordPath], wheel_zip.namelist()) + file_paths = filterfalse(is_dir_path, paths) + root_scheme_paths, data_scheme_paths = partition(is_data_scheme_path, file_paths) + + make_root_scheme_file = root_scheme_file_maker(wheel_zip, lib_dir) + files: Iterator[File] = map(make_root_scheme_file, root_scheme_paths) + + def is_script_scheme_path(path: RecordPath) -> bool: + parts = path.split("/", 2) + return len(parts) > 2 and parts[0].endswith(".data") and parts[1] == "scripts" + + other_scheme_paths, script_scheme_paths = partition( + is_script_scheme_path, data_scheme_paths + ) + + make_data_scheme_file = data_scheme_file_maker(wheel_zip, scheme) + other_scheme_files = map(make_data_scheme_file, other_scheme_paths) + files = chain(files, other_scheme_files) + + # Get the defined entry points + distribution = get_wheel_distribution( + FilesystemWheel(wheel_path), + canonicalize_name(name), + ) + console, gui = get_entrypoints(distribution) + + def is_entrypoint_wrapper(file: "File") -> bool: + # EP, EP.exe and EP-script.py are scripts generated for + # entry point EP by setuptools + path = file.dest_path + name = os.path.basename(path) + if name.lower().endswith(".exe"): + matchname = name[:-4] + elif name.lower().endswith("-script.py"): + matchname = name[:-10] + elif name.lower().endswith(".pya"): + matchname = name[:-4] + else: + matchname = name + # Ignore setuptools-generated scripts + return matchname in console or matchname in gui + + script_scheme_files: Iterator[File] = map( + make_data_scheme_file, script_scheme_paths + ) + script_scheme_files = filterfalse(is_entrypoint_wrapper, script_scheme_files) + script_scheme_files = map(ScriptFile, script_scheme_files) + files = chain(files, script_scheme_files) + + for file in files: + file.save() + record_installed(file.src_record_path, file.dest_path, file.changed) + + def pyc_source_file_paths() -> Generator[str, None, None]: + # We de-duplicate installation paths, since there can be overlap (e.g. + # file in .data maps to same location as file in wheel root). + # Sorting installation paths makes it easier to reproduce and debug + # issues related to permissions on existing files. + for installed_path in sorted(set(installed.values())): + full_installed_path = os.path.join(lib_dir, installed_path) + if not os.path.isfile(full_installed_path): + continue + if not full_installed_path.endswith(".py"): + continue + yield full_installed_path + + def pyc_output_path(path: str) -> str: + """Return the path the pyc file would have been written to.""" + return importlib.util.cache_from_source(path) + + # Compile all of the pyc files for the installed files + if pycompile: + with captured_stdout() as stdout: + with warnings.catch_warnings(): + warnings.filterwarnings("ignore") + for path in pyc_source_file_paths(): + success = compileall.compile_file(path, force=True, quiet=True) + if success: + pyc_path = pyc_output_path(path) + assert os.path.exists(pyc_path) + pyc_record_path = cast( + "RecordPath", pyc_path.replace(os.path.sep, "/") + ) + record_installed(pyc_record_path, pyc_path) + logger.debug(stdout.getvalue()) + + maker = PipScriptMaker(None, scheme.scripts) + + # Ensure old scripts are overwritten. + # See https://github.com/pypa/pip/issues/1800 + maker.clobber = True + + # Ensure we don't generate any variants for scripts because this is almost + # never what somebody wants. + # See https://bitbucket.org/pypa/distlib/issue/35/ + maker.variants = {""} + + # This is required because otherwise distlib creates scripts that are not + # executable. + # See https://bitbucket.org/pypa/distlib/issue/32/ + maker.set_mode = True + + # Generate the console and GUI entry points specified in the wheel + scripts_to_generate = get_console_script_specs(console) + + gui_scripts_to_generate = list(starmap("{} = {}".format, gui.items())) + + generated_console_scripts = maker.make_multiple(scripts_to_generate) + generated.extend(generated_console_scripts) + + generated.extend(maker.make_multiple(gui_scripts_to_generate, {"gui": True})) + + if warn_script_location: + msg = message_about_scripts_not_on_PATH(generated_console_scripts) + if msg is not None: + logger.warning(msg) + + generated_file_mode = 0o666 & ~current_umask() + + @contextlib.contextmanager + def _generate_file(path: str, **kwargs: Any) -> Generator[BinaryIO, None, None]: + with adjacent_tmp_file(path, **kwargs) as f: + yield f + os.chmod(f.name, generated_file_mode) + replace(f.name, path) + + dest_info_dir = os.path.join(lib_dir, info_dir) + + # Record pip as the installer + installer_path = os.path.join(dest_info_dir, "INSTALLER") + with _generate_file(installer_path) as installer_file: + installer_file.write(b"pip\n") + generated.append(installer_path) + + # Record the PEP 610 direct URL reference + if direct_url is not None: + direct_url_path = os.path.join(dest_info_dir, DIRECT_URL_METADATA_NAME) + with _generate_file(direct_url_path) as direct_url_file: + direct_url_file.write(direct_url.to_json().encode("utf-8")) + generated.append(direct_url_path) + + # Record the REQUESTED file + if requested: + requested_path = os.path.join(dest_info_dir, "REQUESTED") + with open(requested_path, "wb"): + pass + generated.append(requested_path) + + record_text = distribution.read_text("RECORD") + record_rows = list(csv.reader(record_text.splitlines())) + + rows = get_csv_rows_for_installed( + record_rows, + installed=installed, + changed=changed, + generated=generated, + lib_dir=lib_dir, + ) + + # Record details of all files installed + record_path = os.path.join(dest_info_dir, "RECORD") + + with _generate_file(record_path, **csv_io_kwargs("w")) as record_file: + # Explicitly cast to typing.IO[str] as a workaround for the mypy error: + # "writer" has incompatible type "BinaryIO"; expected "_Writer" + writer = csv.writer(cast("IO[str]", record_file)) + writer.writerows(_normalized_outrows(rows)) + + +@contextlib.contextmanager +def req_error_context(req_description: str) -> Generator[None, None, None]: + try: + yield + except InstallationError as e: + message = f"For req: {req_description}. {e.args[0]}" + raise InstallationError(message) from e + + +def install_wheel( + name: str, + wheel_path: str, + scheme: Scheme, + req_description: str, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + with ZipFile(wheel_path, allowZip64=True) as z: + with req_error_context(req_description): + _install_wheel( + name=name, + wheel_zip=z, + wheel_path=wheel_path, + scheme=scheme, + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=direct_url, + requested=requested, + ) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py new file mode 100644 index 00000000..956717d1 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py @@ -0,0 +1,730 @@ +"""Prepares a distribution for installation +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import mimetypes +import os +import shutil +from pathlib import Path +from typing import Dict, Iterable, List, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.distributions.installed import InstalledDistribution +from pip._internal.exceptions import ( + DirectoryUrlHashUnsupported, + HashMismatch, + HashUnpinned, + InstallationError, + MetadataInconsistent, + NetworkConnectionError, + VcsHashUnsupported, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_metadata_distribution +from pip._internal.models.direct_url import ArchiveInfo +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.network.download import BatchDownloader, Downloader +from pip._internal.network.lazy_wheel import ( + HTTPRangeRequestUnsupported, + dist_from_wheel_url, +) +from pip._internal.network.session import PipSession +from pip._internal.operations.build.build_tracker import BuildTracker +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils._log import getLogger +from pip._internal.utils.direct_url_helpers import ( + direct_url_for_editable, + direct_url_from_link, +) +from pip._internal.utils.hashes import Hashes, MissingHashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ( + display_path, + hash_file, + hide_url, + redact_auth_from_requirement, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.unpacking import unpack_file +from pip._internal.vcs import vcs + +logger = getLogger(__name__) + + +def _get_prepared_distribution( + req: InstallRequirement, + build_tracker: BuildTracker, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, +) -> BaseDistribution: + """Prepare a distribution for installation.""" + abstract_dist = make_distribution_for_install_requirement(req) + tracker_id = abstract_dist.build_tracker_id + if tracker_id is not None: + with build_tracker.track(req, tracker_id): + abstract_dist.prepare_distribution_metadata( + finder, build_isolation, check_build_deps + ) + return abstract_dist.get_metadata_distribution() + + +def unpack_vcs_link(link: Link, location: str, verbosity: int) -> None: + vcs_backend = vcs.get_backend_for_scheme(link.scheme) + assert vcs_backend is not None + vcs_backend.unpack(location, url=hide_url(link.url), verbosity=verbosity) + + +class File: + def __init__(self, path: str, content_type: Optional[str]) -> None: + self.path = path + if content_type is None: + self.content_type = mimetypes.guess_type(path)[0] + else: + self.content_type = content_type + + +def get_http_url( + link: Link, + download: Downloader, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> File: + temp_dir = TempDirectory(kind="unpack", globally_managed=True) + # If a download dir is specified, is the file already downloaded there? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + content_type = None + else: + # let's download to a tmp dir + from_path, content_type = download(link, temp_dir.path) + if hashes: + hashes.check_against_path(from_path) + + return File(from_path, content_type) + + +def get_file_url( + link: Link, download_dir: Optional[str] = None, hashes: Optional[Hashes] = None +) -> File: + """Get file and optionally check its hash.""" + # If a download dir is specified, is the file already there and valid? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + else: + from_path = link.file_path + + # If --require-hashes is off, `hashes` is either empty, the + # link's embedded hash, or MissingHashes; it is required to + # match. If --require-hashes is on, we are satisfied by any + # hash in `hashes` matching: a URL-based or an option-based + # one; no internet-sourced hash will be in `hashes`. + if hashes: + hashes.check_against_path(from_path) + return File(from_path, None) + + +def unpack_url( + link: Link, + location: str, + download: Downloader, + verbosity: int, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> Optional[File]: + """Unpack link into location, downloading if required. + + :param hashes: A Hashes object, one of whose embedded hashes must match, + or HashMismatch will be raised. If the Hashes is empty, no matches are + required, and unhashable types of requirements (like VCS ones, which + would ordinarily raise HashUnsupported) are allowed. + """ + # non-editable vcs urls + if link.is_vcs: + unpack_vcs_link(link, location, verbosity=verbosity) + return None + + assert not link.is_existing_dir() + + # file urls + if link.is_file: + file = get_file_url(link, download_dir, hashes=hashes) + + # http urls + else: + file = get_http_url( + link, + download, + download_dir, + hashes=hashes, + ) + + # unpack the archive to the build dir location. even when only downloading + # archives, they have to be unpacked to parse dependencies, except wheels + if not link.is_wheel: + unpack_file(file.path, location, file.content_type) + + return file + + +def _check_download_dir( + link: Link, + download_dir: str, + hashes: Optional[Hashes], + warn_on_hash_mismatch: bool = True, +) -> Optional[str]: + """Check download_dir for previously downloaded file with correct hash + If a correct file is found return its path else None + """ + download_path = os.path.join(download_dir, link.filename) + + if not os.path.exists(download_path): + return None + + # If already downloaded, does its hash match? + logger.info("File was already downloaded %s", download_path) + if hashes: + try: + hashes.check_against_path(download_path) + except HashMismatch: + if warn_on_hash_mismatch: + logger.warning( + "Previously-downloaded file %s has bad hash. Re-downloading.", + download_path, + ) + os.unlink(download_path) + return None + return download_path + + +class RequirementPreparer: + """Prepares a Requirement""" + + def __init__( + self, + build_dir: str, + download_dir: Optional[str], + src_dir: str, + build_isolation: bool, + check_build_deps: bool, + build_tracker: BuildTracker, + session: PipSession, + progress_bar: str, + finder: PackageFinder, + require_hashes: bool, + use_user_site: bool, + lazy_wheel: bool, + verbosity: int, + legacy_resolver: bool, + ) -> None: + super().__init__() + + self.src_dir = src_dir + self.build_dir = build_dir + self.build_tracker = build_tracker + self._session = session + self._download = Downloader(session, progress_bar) + self._batch_download = BatchDownloader(session, progress_bar) + self.finder = finder + + # Where still-packed archives should be written to. If None, they are + # not saved, and are deleted immediately after unpacking. + self.download_dir = download_dir + + # Is build isolation allowed? + self.build_isolation = build_isolation + + # Should check build dependencies? + self.check_build_deps = check_build_deps + + # Should hash-checking be required? + self.require_hashes = require_hashes + + # Should install in user site-packages? + self.use_user_site = use_user_site + + # Should wheels be downloaded lazily? + self.use_lazy_wheel = lazy_wheel + + # How verbose should underlying tooling be? + self.verbosity = verbosity + + # Are we using the legacy resolver? + self.legacy_resolver = legacy_resolver + + # Memoized downloaded files, as mapping of url: path. + self._downloaded: Dict[str, str] = {} + + # Previous "header" printed for a link-based InstallRequirement + self._previous_requirement_header = ("", "") + + def _log_preparing_link(self, req: InstallRequirement) -> None: + """Provide context for the requirement being prepared.""" + if req.link.is_file and not req.is_wheel_from_cache: + message = "Processing %s" + information = str(display_path(req.link.file_path)) + else: + message = "Collecting %s" + information = redact_auth_from_requirement(req.req) if req.req else str(req) + + # If we used req.req, inject requirement source if available (this + # would already be included if we used req directly) + if req.req and req.comes_from: + if isinstance(req.comes_from, str): + comes_from: Optional[str] = req.comes_from + else: + comes_from = req.comes_from.from_path() + if comes_from: + information += f" (from {comes_from})" + + if (message, information) != self._previous_requirement_header: + self._previous_requirement_header = (message, information) + logger.info(message, information) + + if req.is_wheel_from_cache: + with indent_log(): + logger.info("Using cached %s", req.link.filename) + + def _ensure_link_req_src_dir( + self, req: InstallRequirement, parallel_builds: bool + ) -> None: + """Ensure source_dir of a linked InstallRequirement.""" + # Since source_dir is only set for editable requirements. + if req.link.is_wheel: + # We don't need to unpack wheels, so no need for a source + # directory. + return + assert req.source_dir is None + if req.link.is_existing_dir(): + # build local directories in-tree + req.source_dir = req.link.file_path + return + + # We always delete unpacked sdists after pip runs. + req.ensure_has_source_dir( + self.build_dir, + autodelete=True, + parallel_builds=parallel_builds, + ) + req.ensure_pristine_source_checkout() + + def _get_linked_req_hashes(self, req: InstallRequirement) -> Hashes: + # By the time this is called, the requirement's link should have + # been checked so we can tell what kind of requirements req is + # and raise some more informative errors than otherwise. + # (For example, we can raise VcsHashUnsupported for a VCS URL + # rather than HashMissing.) + if not self.require_hashes: + return req.hashes(trust_internet=True) + + # We could check these first 2 conditions inside unpack_url + # and save repetition of conditions, but then we would + # report less-useful error messages for unhashable + # requirements, complaining that there's no hash provided. + if req.link.is_vcs: + raise VcsHashUnsupported() + if req.link.is_existing_dir(): + raise DirectoryUrlHashUnsupported() + + # Unpinned packages are asking for trouble when a new version + # is uploaded. This isn't a security check, but it saves users + # a surprising hash mismatch in the future. + # file:/// URLs aren't pinnable, so don't complain about them + # not being pinned. + if not req.is_direct and not req.is_pinned: + raise HashUnpinned() + + # If known-good hashes are missing for this requirement, + # shim it with a facade object that will provoke hash + # computation and then raise a HashMissing exception + # showing the user what the hash should be. + return req.hashes(trust_internet=False) or MissingHashes() + + def _fetch_metadata_only( + self, + req: InstallRequirement, + ) -> Optional[BaseDistribution]: + if self.legacy_resolver: + logger.debug( + "Metadata-only fetching is not used in the legacy resolver", + ) + return None + if self.require_hashes: + logger.debug( + "Metadata-only fetching is not used as hash checking is required", + ) + return None + # Try PEP 658 metadata first, then fall back to lazy wheel if unavailable. + return self._fetch_metadata_using_link_data_attr( + req + ) or self._fetch_metadata_using_lazy_wheel(req.link) + + def _fetch_metadata_using_link_data_attr( + self, + req: InstallRequirement, + ) -> Optional[BaseDistribution]: + """Fetch metadata from the data-dist-info-metadata attribute, if possible.""" + # (1) Get the link to the metadata file, if provided by the backend. + metadata_link = req.link.metadata_link() + if metadata_link is None: + return None + assert req.req is not None + logger.verbose( + "Obtaining dependency information for %s from %s", + req.req, + metadata_link, + ) + # (2) Download the contents of the METADATA file, separate from the dist itself. + metadata_file = get_http_url( + metadata_link, + self._download, + hashes=metadata_link.as_hashes(), + ) + with open(metadata_file.path, "rb") as f: + metadata_contents = f.read() + # (3) Generate a dist just from those file contents. + metadata_dist = get_metadata_distribution( + metadata_contents, + req.link.filename, + req.req.name, + ) + # (4) Ensure the Name: field from the METADATA file matches the name from the + # install requirement. + # + # NB: raw_name will fall back to the name from the install requirement if + # the Name: field is not present, but it's noted in the raw_name docstring + # that that should NEVER happen anyway. + if canonicalize_name(metadata_dist.raw_name) != canonicalize_name(req.req.name): + raise MetadataInconsistent( + req, "Name", req.req.name, metadata_dist.raw_name + ) + return metadata_dist + + def _fetch_metadata_using_lazy_wheel( + self, + link: Link, + ) -> Optional[BaseDistribution]: + """Fetch metadata using lazy wheel, if possible.""" + # --use-feature=fast-deps must be provided. + if not self.use_lazy_wheel: + return None + if link.is_file or not link.is_wheel: + logger.debug( + "Lazy wheel is not used as %r does not point to a remote wheel", + link, + ) + return None + + wheel = Wheel(link.filename) + name = canonicalize_name(wheel.name) + logger.info( + "Obtaining dependency information from %s %s", + name, + wheel.version, + ) + url = link.url.split("#", 1)[0] + try: + return dist_from_wheel_url(name, url, self._session) + except HTTPRangeRequestUnsupported: + logger.debug("%s does not support range requests", url) + return None + + def _complete_partial_requirements( + self, + partially_downloaded_reqs: Iterable[InstallRequirement], + parallel_builds: bool = False, + ) -> None: + """Download any requirements which were only fetched by metadata.""" + # Download to a temporary directory. These will be copied over as + # needed for downstream 'download', 'wheel', and 'install' commands. + temp_dir = TempDirectory(kind="unpack", globally_managed=True).path + + # Map each link to the requirement that owns it. This allows us to set + # `req.local_file_path` on the appropriate requirement after passing + # all the links at once into BatchDownloader. + links_to_fully_download: Dict[Link, InstallRequirement] = {} + for req in partially_downloaded_reqs: + assert req.link + links_to_fully_download[req.link] = req + + batch_download = self._batch_download( + links_to_fully_download.keys(), + temp_dir, + ) + for link, (filepath, _) in batch_download: + logger.debug("Downloading link %s to %s", link, filepath) + req = links_to_fully_download[link] + # Record the downloaded file path so wheel reqs can extract a Distribution + # in .get_dist(). + req.local_file_path = filepath + # Record that the file is downloaded so we don't do it again in + # _prepare_linked_requirement(). + self._downloaded[req.link.url] = filepath + + # If this is an sdist, we need to unpack it after downloading, but the + # .source_dir won't be set up until we are in _prepare_linked_requirement(). + # Add the downloaded archive to the install requirement to unpack after + # preparing the source dir. + if not req.is_wheel: + req.needs_unpacked_archive(Path(filepath)) + + # This step is necessary to ensure all lazy wheels are processed + # successfully by the 'download', 'wheel', and 'install' commands. + for req in partially_downloaded_reqs: + self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool = False + ) -> BaseDistribution: + """Prepare a requirement to be obtained from req.link.""" + assert req.link + self._log_preparing_link(req) + with indent_log(): + # Check if the relevant file is already available + # in the download directory + file_path = None + if self.download_dir is not None and req.link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir( + req.link, + self.download_dir, + hashes, + # When a locally built wheel has been found in cache, we don't warn + # about re-downloading when the already downloaded wheel hash does + # not match. This is because the hash must be checked against the + # original link, not the cached link. It that case the already + # downloaded file will be removed and re-fetched from cache (which + # implies a hash check against the cache entry's origin.json). + warn_on_hash_mismatch=not req.is_wheel_from_cache, + ) + + if file_path is not None: + # The file is already available, so mark it as downloaded + self._downloaded[req.link.url] = file_path + else: + # The file is not available, attempt to fetch only metadata + metadata_dist = self._fetch_metadata_only(req) + if metadata_dist is not None: + req.needs_more_preparation = True + return metadata_dist + + # None of the optimizations worked, fully prepare the requirement + return self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirements_more( + self, reqs: Iterable[InstallRequirement], parallel_builds: bool = False + ) -> None: + """Prepare linked requirements more, if needed.""" + reqs = [req for req in reqs if req.needs_more_preparation] + for req in reqs: + # Determine if any of these requirements were already downloaded. + if self.download_dir is not None and req.link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir(req.link, self.download_dir, hashes) + if file_path is not None: + self._downloaded[req.link.url] = file_path + req.needs_more_preparation = False + + # Prepare requirements we found were already downloaded for some + # reason. The other downloads will be completed separately. + partially_downloaded_reqs: List[InstallRequirement] = [] + for req in reqs: + if req.needs_more_preparation: + partially_downloaded_reqs.append(req) + else: + self._prepare_linked_requirement(req, parallel_builds) + + # TODO: separate this part out from RequirementPreparer when the v1 + # resolver can be removed! + self._complete_partial_requirements( + partially_downloaded_reqs, + parallel_builds=parallel_builds, + ) + + def _prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool + ) -> BaseDistribution: + assert req.link + link = req.link + + hashes = self._get_linked_req_hashes(req) + + if hashes and req.is_wheel_from_cache: + assert req.download_info is not None + assert link.is_wheel + assert link.is_file + # We need to verify hashes, and we have found the requirement in the cache + # of locally built wheels. + if ( + isinstance(req.download_info.info, ArchiveInfo) + and req.download_info.info.hashes + and hashes.has_one_of(req.download_info.info.hashes) + ): + # At this point we know the requirement was built from a hashable source + # artifact, and we verified that the cache entry's hash of the original + # artifact matches one of the hashes we expect. We don't verify hashes + # against the cached wheel, because the wheel is not the original. + hashes = None + else: + logger.warning( + "The hashes of the source archive found in cache entry " + "don't match, ignoring cached built wheel " + "and re-downloading source." + ) + req.link = req.cached_wheel_source_link + link = req.link + + self._ensure_link_req_src_dir(req, parallel_builds) + + if link.is_existing_dir(): + local_file = None + elif link.url not in self._downloaded: + try: + local_file = unpack_url( + link, + req.source_dir, + self._download, + self.verbosity, + self.download_dir, + hashes, + ) + except NetworkConnectionError as exc: + raise InstallationError( + f"Could not install requirement {req} because of HTTP " + f"error {exc} for URL {link}" + ) + else: + file_path = self._downloaded[link.url] + if hashes: + hashes.check_against_path(file_path) + local_file = File(file_path, content_type=None) + + # If download_info is set, we got it from the wheel cache. + if req.download_info is None: + # Editables don't go through this function (see + # prepare_editable_requirement). + assert not req.editable + req.download_info = direct_url_from_link(link, req.source_dir) + # Make sure we have a hash in download_info. If we got it as part of the + # URL, it will have been verified and we can rely on it. Otherwise we + # compute it from the downloaded file. + # FIXME: https://github.com/pypa/pip/issues/11943 + if ( + isinstance(req.download_info.info, ArchiveInfo) + and not req.download_info.info.hashes + and local_file + ): + hash = hash_file(local_file.path)[0].hexdigest() + # We populate info.hash for backward compatibility. + # This will automatically populate info.hashes. + req.download_info.info.hash = f"sha256={hash}" + + # For use in later processing, + # preserve the file path on the requirement. + if local_file: + req.local_file_path = local_file.path + + dist = _get_prepared_distribution( + req, + self.build_tracker, + self.finder, + self.build_isolation, + self.check_build_deps, + ) + return dist + + def save_linked_requirement(self, req: InstallRequirement) -> None: + assert self.download_dir is not None + assert req.link is not None + link = req.link + if link.is_vcs or (link.is_existing_dir() and req.editable): + # Make a .zip of the source_dir we already created. + req.archive(self.download_dir) + return + + if link.is_existing_dir(): + logger.debug( + "Not copying link to destination directory " + "since it is a directory: %s", + link, + ) + return + if req.local_file_path is None: + # No distribution was downloaded for this requirement. + return + + download_location = os.path.join(self.download_dir, link.filename) + if not os.path.exists(download_location): + shutil.copy(req.local_file_path, download_location) + download_path = display_path(download_location) + logger.info("Saved %s", download_path) + + def prepare_editable_requirement( + self, + req: InstallRequirement, + ) -> BaseDistribution: + """Prepare an editable requirement.""" + assert req.editable, "cannot prepare a non-editable req as editable" + + logger.info("Obtaining %s", req) + + with indent_log(): + if self.require_hashes: + raise InstallationError( + f"The editable requirement {req} cannot be installed when " + "requiring hashes, because there is no single file to " + "hash." + ) + req.ensure_has_source_dir(self.src_dir) + req.update_editable() + assert req.source_dir + req.download_info = direct_url_for_editable(req.unpacked_source_directory) + + dist = _get_prepared_distribution( + req, + self.build_tracker, + self.finder, + self.build_isolation, + self.check_build_deps, + ) + + req.check_if_exists(self.use_user_site) + + return dist + + def prepare_installed_requirement( + self, + req: InstallRequirement, + skip_reason: str, + ) -> BaseDistribution: + """Prepare an already-installed requirement.""" + assert req.satisfied_by, "req should have been satisfied but isn't" + assert skip_reason is not None, ( + "did not get skip reason skipped but req.satisfied_by " + f"is set to {req.satisfied_by}" + ) + logger.info( + "Requirement %s: %s (%s)", skip_reason, req, req.satisfied_by.version + ) + with indent_log(): + if self.require_hashes: + logger.debug( + "Since it is already installed, we are trusting this " + "package without checking its hash. To ensure a " + "completely repeatable environment, install into an " + "empty virtualenv." + ) + return InstalledDistribution(req).get_metadata_distribution() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py new file mode 100644 index 00000000..8de36b87 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py @@ -0,0 +1,179 @@ +import importlib.util +import os +from collections import namedtuple +from typing import Any, List, Optional + +from pip._vendor import tomli +from pip._vendor.packaging.requirements import InvalidRequirement, Requirement + +from pip._internal.exceptions import ( + InstallationError, + InvalidPyProjectBuildRequires, + MissingPyProjectBuildRequires, +) + + +def _is_list_of_str(obj: Any) -> bool: + return isinstance(obj, list) and all(isinstance(item, str) for item in obj) + + +def make_pyproject_path(unpacked_source_directory: str) -> str: + return os.path.join(unpacked_source_directory, "pyproject.toml") + + +BuildSystemDetails = namedtuple( + "BuildSystemDetails", ["requires", "backend", "check", "backend_path"] +) + + +def load_pyproject_toml( + use_pep517: Optional[bool], pyproject_toml: str, setup_py: str, req_name: str +) -> Optional[BuildSystemDetails]: + """Load the pyproject.toml file. + + Parameters: + use_pep517 - Has the user requested PEP 517 processing? None + means the user hasn't explicitly specified. + pyproject_toml - Location of the project's pyproject.toml file + setup_py - Location of the project's setup.py file + req_name - The name of the requirement we're processing (for + error reporting) + + Returns: + None if we should use the legacy code path, otherwise a tuple + ( + requirements from pyproject.toml, + name of PEP 517 backend, + requirements we should check are installed after setting + up the build environment + directory paths to import the backend from (backend-path), + relative to the project root. + ) + """ + has_pyproject = os.path.isfile(pyproject_toml) + has_setup = os.path.isfile(setup_py) + + if not has_pyproject and not has_setup: + raise InstallationError( + f"{req_name} does not appear to be a Python project: " + f"neither 'setup.py' nor 'pyproject.toml' found." + ) + + if has_pyproject: + with open(pyproject_toml, encoding="utf-8") as f: + pp_toml = tomli.loads(f.read()) + build_system = pp_toml.get("build-system") + else: + build_system = None + + # The following cases must use PEP 517 + # We check for use_pep517 being non-None and falsey because that means + # the user explicitly requested --no-use-pep517. The value 0 as + # opposed to False can occur when the value is provided via an + # environment variable or config file option (due to the quirk of + # strtobool() returning an integer in pip's configuration code). + if has_pyproject and not has_setup: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project does not have a setup.py" + ) + use_pep517 = True + elif build_system and "build-backend" in build_system: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project specifies a build backend of {} " + "in pyproject.toml".format(build_system["build-backend"]) + ) + use_pep517 = True + + # If we haven't worked out whether to use PEP 517 yet, + # and the user hasn't explicitly stated a preference, + # we do so if the project has a pyproject.toml file + # or if we cannot import setuptools or wheels. + + # We fallback to PEP 517 when without setuptools or without the wheel package, + # so setuptools can be installed as a default build backend. + # For more info see: + # https://discuss.python.org/t/pip-without-setuptools-could-the-experience-be-improved/11810/9 + # https://github.com/pypa/pip/issues/8559 + elif use_pep517 is None: + use_pep517 = ( + has_pyproject + or not importlib.util.find_spec("setuptools") + or not importlib.util.find_spec("wheel") + ) + + # At this point, we know whether we're going to use PEP 517. + assert use_pep517 is not None + + # If we're using the legacy code path, there is nothing further + # for us to do here. + if not use_pep517: + return None + + if build_system is None: + # Either the user has a pyproject.toml with no build-system + # section, or the user has no pyproject.toml, but has opted in + # explicitly via --use-pep517. + # In the absence of any explicit backend specification, we + # assume the setuptools backend that most closely emulates the + # traditional direct setup.py execution, and require wheel and + # a version of setuptools that supports that backend. + + build_system = { + "requires": ["setuptools>=40.8.0"], + "build-backend": "setuptools.build_meta:__legacy__", + } + + # If we're using PEP 517, we have build system information (either + # from pyproject.toml, or defaulted by the code above). + # Note that at this point, we do not know if the user has actually + # specified a backend, though. + assert build_system is not None + + # Ensure that the build-system section in pyproject.toml conforms + # to PEP 518. + + # Specifying the build-system table but not the requires key is invalid + if "requires" not in build_system: + raise MissingPyProjectBuildRequires(package=req_name) + + # Error out if requires is not a list of strings + requires = build_system["requires"] + if not _is_list_of_str(requires): + raise InvalidPyProjectBuildRequires( + package=req_name, + reason="It is not a list of strings.", + ) + + # Each requirement must be valid as per PEP 508 + for requirement in requires: + try: + Requirement(requirement) + except InvalidRequirement as error: + raise InvalidPyProjectBuildRequires( + package=req_name, + reason=f"It contains an invalid requirement: {requirement!r}", + ) from error + + backend = build_system.get("build-backend") + backend_path = build_system.get("backend-path", []) + check: List[str] = [] + if backend is None: + # If the user didn't specify a backend, we assume they want to use + # the setuptools backend. But we can't be sure they have included + # a version of setuptools which supplies the backend. So we + # make a note to check that this requirement is present once + # we have set up the environment. + # This is quite a lot of work to check for a very specific case. But + # the problem is, that case is potentially quite common - projects that + # adopted PEP 518 early for the ability to specify requirements to + # execute setup.py, but never considered needing to mention the build + # tools themselves. The original PEP 518 code had a similar check (but + # implemented in a different way). + backend = "setuptools.build_meta:__legacy__" + check = ["setuptools>=40.8.0"] + + return BuildSystemDetails(requires, backend, check, backend_path) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py new file mode 100644 index 00000000..16de903a --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py @@ -0,0 +1,92 @@ +import collections +import logging +from typing import Generator, List, Optional, Sequence, Tuple + +from pip._internal.utils.logging import indent_log + +from .req_file import parse_requirements +from .req_install import InstallRequirement +from .req_set import RequirementSet + +__all__ = [ + "RequirementSet", + "InstallRequirement", + "parse_requirements", + "install_given_reqs", +] + +logger = logging.getLogger(__name__) + + +class InstallationResult: + def __init__(self, name: str) -> None: + self.name = name + + def __repr__(self) -> str: + return f"InstallationResult(name={self.name!r})" + + +def _validate_requirements( + requirements: List[InstallRequirement], +) -> Generator[Tuple[str, InstallRequirement], None, None]: + for req in requirements: + assert req.name, f"invalid to-be-installed requirement: {req}" + yield req.name, req + + +def install_given_reqs( + requirements: List[InstallRequirement], + global_options: Sequence[str], + root: Optional[str], + home: Optional[str], + prefix: Optional[str], + warn_script_location: bool, + use_user_site: bool, + pycompile: bool, +) -> List[InstallationResult]: + """ + Install everything in the given list. + + (to be called after having downloaded and unpacked the packages) + """ + to_install = collections.OrderedDict(_validate_requirements(requirements)) + + if to_install: + logger.info( + "Installing collected packages: %s", + ", ".join(to_install.keys()), + ) + + installed = [] + + with indent_log(): + for req_name, requirement in to_install.items(): + if requirement.should_reinstall: + logger.info("Attempting uninstall: %s", req_name) + with indent_log(): + uninstalled_pathset = requirement.uninstall(auto_confirm=True) + else: + uninstalled_pathset = None + + try: + requirement.install( + global_options, + root=root, + home=home, + prefix=prefix, + warn_script_location=warn_script_location, + use_user_site=use_user_site, + pycompile=pycompile, + ) + except Exception: + # if install did not succeed, rollback previous uninstall + if uninstalled_pathset and not requirement.install_succeeded: + uninstalled_pathset.rollback() + raise + else: + if uninstalled_pathset and requirement.install_succeeded: + uninstalled_pathset.commit() + + installed.append(InstallationResult(req_name)) + + return installed diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..291e7c75c885885c93ef747d485bc941ffa72ca0 GIT binary patch literal 3775 zcmahLTWlN0aqq=9#fL~)wkU_TtVkzYqMg9;yRHG-iBnqvBKIR~iUY-4iYFiMn7yNI zsT3jv`LO$d9Tcby1OfW^ao`jU`qj@g51?p&$jE_+i-S6712pIlWf^em{&eQZlVl}s zN8;Sf?(FW&>^$}_(P)SO{NP-F>GweW4H*x5yTodSBjg5AiOT6D-}!QR4tQSYD?(nV zhJx~eegFuU_q=zcueAuOZdZZG~M_t;l_f%r}7)NG^8u&Gr zkMo3bvpYQn*1t4)8+1U(_wwXov&4ODsxUqGgNBWif+z)jrPG% zvRYskRT#)>j8JX0(gcz)h_p zjIV*%rB+9QxIrkvTg~$-M+KEv1@M>%7K$oQg%YnyKudFi>|0Z(fTq1nt(tB-qEV<& z$H%B$W5#5$do}I>NDJ^=O}fX_xjIqY2}E;X_2j!8ivun5j%ZQ6x;EYApPktE zOwQ75I$kXlFBE2|m8)vioT3>vWpGhBa8phJRTy5vGVNOwRXz^T<*3^sz^r z%rHY`j-}vZ;W=5B28;?bT4jpz1cf`37{eCIgTe{<)~?^l@5;9Z-!C*`2OEKdYzxf5 zRl{C*oT4}(MX8u-O-DMSD6iEDdUr;!Y{t-jwhhp`#9iyE!eTgz2oJJ$0D6Cnxg2S6X{tj0A?1g>H&4Ojw(9&;y#?-2Y}OMt#dIB;p5oFqSl zXkOsz+_$;b3cZMK=iVmo@V8+V!W&PJt#c**7u*ewBR?GzAx?iQT;gPYa(-AdE*5l6 z&D!SpG#&5e7*(?yv^|{dTn^8&aDpRX>UH9|b47iMyG6l%Jk=SRGYCKHD4>6ke=U-> zkHj*+gz)2*Jwwer>SP2oyqDKM}if$YC6 zbj};OeNZK4baT3(E2dkBEJtLf3F%rkFQaFjidAG<6{}Iv4R9w~gGvNH zreL}_!RlPmtW-6f76Y)k2Uu?0p#C!$c!St$0Y8fdZvtEL2I|Bs>E3rCP!F(YZJ#GG zi`ldZR8Hk*@x)C~56nh44FT)juy=yjFtFh)1Z|8l7d*NB5JRvN2HGa@Bp|weMaZjQ z*+OU`To2D;N!tYM=>M@nsIRpyjyyq&@GNG`CQ!xqB+r(Gi0Z??b(;)c^({n#1hm5B z-2_l|`MOXS>r&lU_rK@A?e7S16UF$c5gaCX?5=l5ji`%l<5tw2(PSk35GA)GxAPlHIIW}8aUG)fw)Ov*ks41Qow zBN{=34WG$~#sJAlC)_;=8oK3#Ut%gWR`sM-wB3^A_~3~$L*Y@Q870#ZXHCs;#0zxJ zVps|s3Fe;MYEmYsmn#`)+r~z z!1QTwlH)5>tJF~4HX=veg35NG>i^RwCj<`gjtq7QI4S_8*llS}ctgE*de;=Cs!}c3 zWsBMtmJ|$uHRv=o9A=160ZWDOUL+5;ljPuXVzikUy(1t0AhIN%TS`nWzWAj-aW~L& zEqpcHisV|6__Z@v&s?9qVZLQ9^^Gh=MjuE*Fw_o_MDOC6zXyANl35`c=}2ohw>-SR zIlO;q_`rQK5IoY1?6~s6^$V@ow&mFFPh-39#`|uB-wHP}&;22ACw}5?`l+A4xjXMt<=ue z)&Wu%7e3wnLMt`0oSJB+CO%8;y%$L@ zM>5Sw=FVX5{lL=Tq0b_RR}O%}4+SuzeUwDf4Kej_|N8m=0Z*j{?-McF_hs+Xw|=yo zJNs$wth?vlW@_)9)HAJkx*de+M-N9f?D5Dt2HyT-_JnY%U-)pS_hi=p;d5c2KjQmO z?h!xQb_D2;v(ia9{PD0K={@qPwEvSd%74-?o!aS_x3Y2A!|`J?QVIrbHK<|{J#1=;-t8M-e@VSdry?jfOpD_fR>+nT{`HxDia zcP;uJ`Xuhq3IWuPOI)Uv>}zb1o5``Z0Ng#P=SuDRRAbwoMtV;(Hh#-~|9m5Ms3{#@ zm0-FZKft9otN`v_Dsyw{t#fS&Xb87(@AYS|j<@~D1w1Z@T!=)|*Qc(YYlo4Gkb$S# iQKWiEs=pmWDo*05b^@s+@r4?pOj8il;NzaO#6@J-P+nMCzYBpxP{RyRAy?mmH1ai1~%5R zQrUdxcK6Hx9Ic#9nw;CW?>+bSeV%*HcTVF!m6SL+T(3S~H}=dk9QQZ$U|dalWaEm! zakn^$8{s5gGKKgNp509&CU!TEnAu$z5pXw$EMe=2HEbKPh3zBuuw%p#c8)m1t`S$* zJ>ur64k1($E*&XlaZAV(E*mKemyeXQXKSb;Tscz7;&qC6dDZbWk~U3PGwx z-T|pjE|=U9r-rWG`gIXLN$a+QZ zmO7AjgvC1LBT^Th>{`EAnitPDv{z3nDAx_@-T3w3*Q-;xw^J6-SIOd7jpVy-8#yZV zv3?yvoA;p2k4rS_TADHHR%tJCje2eSA8-8s z)6aYhsKw?3xqP}Gjc3rIXjJM%2>W0L86z>Sf39l7iGn3%2YfZ zxfBQmrGnYYxC$OX>^L(ej|RtrpyxB?dUM!xKdC5DsziA4>Wfcj>}N3s6ayJr5xI!F z<>d)k4pF%m0}6V+wPw70`%(d^C#d=Z%IHM!lI$M~hGZmFAc+l1C=|F5lKoPU+Tt0P zV}2#S%#h@o3dAP-v8aDq387(DltV0IzBHDGvvIAKeKAf@2S7J&)rNO}9MxuW0 zS*0$ExE_AD@9Qe|MPEQ2osg%3YM-i%_Ki*`(MVLCqGjGUH65A`2Ya`qsnW&1sjIPx zXr%9w9J$mN3SQ8k_xtwl>r;arLYCFOI&pV;i_`i48Tw`-Tm-)WdH zO_x{Ps=Zm8DF1%Lyftg*+zp9?Nmol!Xvtc*h8^>z4_x&|$_DD?luiU&)&b2RTL)u^ z+`>Gl&iq<11dKCWjA+O#Y?ghGe&I>5)a|0b|IMKK5><=dn(?Zo_DXi z8WKmB5B})Lhez%{o@zY2>Ka^g9Z$KACxzn*jdR9~Ny#`P@@2iQ(ZY34?PjC$1YZ8t zyCas{2iPb2PKu!l?J713ADQmzBZ|FbnsYtFN#;2B4kroknT?TrlaHGw9Y!tryJRum zfjv{4!kVKH;^u3nxWL|EEAj?jX_oAgW73tc--yLZj98pE>ND;$7@-I+IcF^~Pmap` z4i~rJC%nU<7y3A0zFjka?xcUpCg## zHr-rD*9Yg`Kli}iwQhIK54~+)FD<(ZTv?t4q}|Me4cUUH_SQY&YEV; zu^fAu6i{m0HA%H?yW+WnRB^>}Y#^UXjHB4LHQ2{wZu{mdmU0_edA?xd=H4_}mZvph zvtS{LH!j3Yu}ULN!omHIy?e_cP-T?L-^a{2@~KAR`Rp=UO*yeTBlRSAz8B+Xfgn+Y zK^bL=^^_QqWPUH#GnN0N4wfdwd16nqJP!sYa0R1~8=F~c+&bA{v>|_2_ehq>=KQk} z%eQxuWRPvwU7Zom+G4b?*~J*KHEu&2ZSM&N1sJ~dOJ+b&8}g+k`y_4gZCC#2DX0&< zEk4FxM}R}an3xNW91)F$zJ*yqf{6|?-bWk1R}5^)jRe9P2i7wq;@4k#u7J9Lm1-2Z zcSM=EuQJ->qoeW^DLDlUP0hbly%gC!5sOU?_Vrx|1t#eCgd$&RlgG!84o9OG0?Mlw z0yF13)aeTlv!Po=m8(a=OI4^2el0QAB;TuQGz{^W&XDsgb;d#>`=EkV#y#W*AM(3r zOg-Yvw@JB+L}TbMQ#Xo^4i2H1!MT!_7E<=j*ebJt8zDoSLG_ zw4JMTUTQV5k+~Y3R{Xj&>ZgL<3MOJ^Oi@)6lr2FO>2~(Z$3cbv?X$YJrRP`c_RW_( zuvM+u8dA1~Ra?`VtutloT(;e}?OCsFOgz6@+r3tMC{=rC-VGu1L0MC}ta-g`=Tgav z^{4J1yZ@v#B|g4dc5JO|I8`>BwFy`u@jK3J zshIbqU8Oe;FC2dRu{Bpq%GI*uPqrUe`C78|&|kR*($($Bs$EN8TT++gWJS;X&?oNl ztPRCBot(RD(fsydoO~|NjmN(CSh}+I*5R9n-#v53f7`!W**lNZb!XbsI3LM!rskaw zc6KHvmrYrVsibGaEO?w~mcvQSs#~jUPgSwrY?>{gi*m3fYbOin4o~UsIR@&BVL$}v1(L8$p}GVz|-V3pdxH*G>D}0 zu^ zePtj!cS$*2PQ@|$ulZX%&;3!Oz+L74gBderddRn(hK@>AerU>=e0vzDl2wxQbk6k9 zab#SM$XBM6$7lAjF$6?}@!KLd2O|tO@*QEvh5EQJS0;g))D8syo%>>r`yD5gJ0Fx) zed4K1oV@eG?H87Z?l`rSG&`Sl^EzlIuH!GU|J=ejDpw z?{N)!%u$a&qg_Jyl*s!at>t|As26LBRU>>$?8s_C(d4hT9Eyno@QB zdY>Aa_!*PfcKRWI?zjK@AO7JV6jJ)V){GE^x|9*df)R;UfTW#X-$G_az_7jHzC~#-VQDc??jWe zzC{6fH)a=R6KC&xT0xK)O1!jq_0}6V-&n2f`lx@!vZCBQmZ}|G6xQ9f3E{rGIqk0a zeG6X8-u-zQUhw;JJpP`V@;L<$)e1EA#_`=JO3i<2<|!<-oT#;JSsgk2=U1Qw$401K z#c;r4Ts1Fts#d~=Akv!NgAgx4#CCA8oMMxwcw6m)n z5(dx3m~oL3ii!9*6>_K~@lmSdGNp@TovprFsT|Yvhm&jU6))kkv3_6Nia~cg~b|id$ddo2dcA zCXNSjk!7(r`^1?>N)9OF(GUZqncq=IVDfn=6pz?ZsENe6%q_y=RYnT{cCEEtOxJ9nv_#GW4+Nv};g zi5b(ROklAXO_l8)h0e^3H545mmw`t}@`dSfuZiIf88arQkey^I(A()z*{@HYANfic zfJ6q?5vVzOvT(@^F zoA29uAk8@3kaav|>9WfCX-GKLd$VStWZ&mztHU{O&X#g+&)hR#Y*uq_NNT+0B)@Ji zz2RPPC##R%Q~%07l&xSC*=ovrs1o}1q3am;i=D??&A)8n5so4$cNvQN265k8oXo-a z&5_|-Hp>DtrEB&CN?5a+(z)CfI0%LiyDw54<)nxe9TM#6f-)@H$+K1M6{)0|zbx z2hQ_EwgflW8z_dec=xGd){{(J0 zu`zGTvlR7c(1AY+T~Gnz)4<6Wko71I$=DGIR9j7C%6CAWq!J1OSX5g2R@|#CM^nO% zxs&s4^KU$`xstZptjX*c=GVRbD`!`|g9}5LH&5lf`7@VCQ?ovE;V53JT8b_ES6xSw z!qG1_JzQBUSOXQSXiIh+xp(&7@W(C5_LHj>PbS?@X3doKP^F#!eb*rO^ZMhJ=3%cr z;{^ZpPsvjU_8!XEgK9KHrrk{GcnBay$ge{p88<-diQJP@GaCf}#6We1)e4Y?hJsLgm#WGpyN@N5k7u$n;~P|4ZoC~u%q${YpPD0q{C?^1A`f`3K< zG1r_igbrj6er#D1P4Q(p>nvD^&SD5B*o_TK$R2kVGl#^jU_fRt8cW;(ikujL7wQ)b zCJ+?pfqY)%U_7Sc%Xpx|%tQ(r`Y^Q(a?XWJpN?wALDmMlY&RQ7_7^qK?ezRwh!L)vIbu4i_rVIT1}$ zcnhlpItBy27#NM=Ac1nNNj5zI-taIvEsaArhK-(H@1&{Mq%`u2&|hH4qwptzPCo|4 z7N{LFV*%9*!R|>d#^%LZ26o95c_P)I&~Bsos*Gh80Ln?S-B=VZ9%7e{K1NBgk4^YM zLSUou7zo9X;(d&@it3Rd<>m`to(RH91*;g~0mz%Wz&NcaBz)!|Row)3_95>Z_F4)g zJeY2$GFI&!Oc#bqOslZaY+L4M^Wdj>04fQ9@dhZ&m^$@oM6eaAIJ=Xqy;qu6-wIYx&`Y560gg{~+>y1o`od4z!O;w8hRgjfS8-4ahA3Z>Js|@xnGG{i&dK-PK1^ z8oShK>>Y;5`7Td{j7@?PW784l=A_kw&AhE5R-QFVe_tU1L;%)Mbmj@x@5{kZNQ{w# z7mWgY--}PaDE9a7Va9|4EdT>RmK5q-uH`yr<~(WGN5q*SVgRJ=77Uh8Jgqa5PRI_^ zQ}9yh1dSqgPF>Y)7`|9E9D?phY{v&Q<_Tu1R$4K^3Qg$D@d8m^+@-(*V(?$^9b&m8 z<1wU>wT@D@sm0zB#vJk-MtPEIrv;@ME6B8<(8?t9162S>3UFmCV@B=DBxTqx2NW`` zc+E@;W&9}PhUI~zMD3I|gAPnu1Ai*~j$0hcYe_Oe(#EKzxBYnt2rUvceSlo?nuN|E8COqcGw&|V!E_0QI)V~IliSEK}q+9 z*?`nH0jW18`tQ5Mtz2$V0w-JdG$i_0Jz~->61G2hb1*Tww0E^~*W7dKHs}12Ra;%+ z_^)lv_d5=*#6Ld%<2UYioPz36R<$lT-#UHmblU!G+V0-8m@QU%4>XchS5s1GV!Scq zA^^;C7rf3CL8|?;amJ$o-NEWx49L#YR{UWUziA=XQ%Z+oYhov+Z8uSW@D2x zBlwr%@^|%;CdNpp#m=Jk#|zHaC>|G59rEF8_D<>W-j$sC51Z(uPr=_^W*5WMZm zGugXXCv?qP@opP__5${pA3Jv}$Ex#XXKj(rykR|_vtzI^bD*X?6L#eBu32Z?dCgT& zpEK76Tim9k;h0d1hjn6!VDDg+_8NKdoNa2>E!kpZVr7?P&&S7vd47zS9M|37 z^GMEoI%xJ7^q}#8#&z92TN1ZibC|d|?zw)HGGw4MM)m-9#Y^Khs9o+n2HiDBXw zH1I%R+8a>OE+#8K`rzy<^II=)lj&qS)ht zYOB|*yn~E$3%?jv4}< z;lTn+8B-g5;>n=Ij0)uDFCINA9%I%t43y?t59u*y&KMMDY|f_uJ`IWhT*z4~lH0ay{i>_=7+Lf zTz%7>lG`OPx0dXMxvdd$-8+XD?di%!&1GWg%wJV{(@pzU23ET7ok%tuTO3+%*u6Zo z+OQ{CwI}O9F~GerFF3#0+{>`S5{Gx)Q-0&}!sQ#UFMt81JiF5kdlzl#vfBHNz02X% z#v`e+BR6g7@~T8hs(jZ+qZ=INbKQ4nlje1kGxe21#%p|L49I_}|q z={Y_yWHWmk6p{s$?^8f_Qw531|tooQS7;@Om~KHb{! zLHGOJ%Om&7S6d%T*>}zhNjT~>^{zGTPc`jdZ8`uK*iWD~)HE!d`mCl2Hmuc}zJ*f{ zDr)9!Y54jKE)2eXWbP!4A9K&IyGqFJwdQI}xfO-%HBB7CtZ!}rQ%Zg(#h3Q@4Oj4N%P0nD{B+x z?;oB&3CCHxo4FY+JeKJAwM+crOCP-Q{wvE@?p6Jw?q_xPcbx#~yRILe_~6w0r`Fp0 zQ|I`0QW2^2=9N54^D2{^Dxg*H$ZEg83WWIQqS#>s9rM_B*|| zdsnNv=ATUOY`-&ednOTDZe9NRkIsL1e))xD(~*Ve0mL`AtTpwfntItoee-?`G0C{m}yeJ%A0GC?DYh$I@d=2bO~o|;9U@sU}XXs4zX zIIY8$ZC~h?=$B?LAQ@Vr;9nANIfDoghz_nqToRTpuDbVaGZ@$_3_C$t^{tYd zCEINUFdb;-0@xKc>r2RDP@-E5GS0lzvBg|$!%Nw+K8+@9m3s@6S4+$aI(8Ma+T>-@ zV!7iccv@Q~^+jsbLwDr_+_IhkMp;C1Rr-sk7n5k?R!Fo>dFdM;+3=He4sE+2VMF>v zXn8NEEWOF+TzICxz!<%qsbH2hB_8IDfu3z?jchPFZJ8x`iL98#kqzHuQ(YFId^tj{^) zh95B%#Fv>7sB|I#u{nA%TcOtx!@4D@uD~oyYImlRls?E~QF#C2^TlWwyIY~7Q9IaQ zAR22#j=^J1TlZu`gIxD>B4K-Aj$*mjXtG|VR*?$--Scwx=mnsT=$I}WGZhZ%N9&anF*c~<5zbMN-<<5cBN6x!=ZdyR_F{f<8ehvRe}R&p(wcXyEi>{54m3rGUuwzU7V-Ac*$z=v#Hv#R=Mlf zmAkTLuDo%rtTk2Ex>nYaD(gsg9=ca?zwF3^>RON;9^%&qp855_GmFkbqNOVU^m>pWd35a@Lx5)*2=pYAS^Q3(B{1(jU6Z5w6L0<^M!vi}c4A^Pt4> zQ*6KRMfVFC>58pHzNoy%7uyHLk4mH#Tgyd{M$i&--*$l`=sbXA%hNbUm z5DDu#=unVq-(H%@RmH?8wp3X`llF?gMCmP#gF7BsvXB`s`e7FH)8r|?LIL1UoO%Hf zNL5y1;_k8=Pc1w}_LgHekHPceR`bnfd~uyFtGeaB>E4!J+qhQSovQ7IlDAgfk*e-U z*EOxx^`z>0puDZsbfs##Hf!B<47hb6YYWswBhOZh#Q1m~P6UU^i4&mFuWLK<;!AOg zyshM}UdBM`@r5op?w9g2oog9yqC04d@MokJ5yX&MY!z|E1T4@NSw%>#DSW#YXFR>` z(R5HZ6ip>=x9x(vkltbfoM%2_+DlIRVITVH3K09t5HIB+FL=q48bQj2_F*wRMDW3I zOs3Bxm^&=~2nVZ<{5Ld+!6%-Pb;pUQ5`-FpufDL>3=T;KTdI$~dd6p3`12y*qVTR@ zwRGjZvvl+EX>aNF{XhbjhH(_z6pZC}5=m}*Fh?k_r(km(qkJC)f584^HEyenSJ+;| zqUCh6X>H+Fqc5qAPk{e3XliMXy^RR=7zs)b29Er~{xf@W;JN$mwxyFFJoWxlAC2CX z@4NexFMZ=dWo>@f-FRi;l|OXn={wd_{^%Y|?`&J!IhfixxY<%po3Y&3jD?#_Km*xk z{4aa;(DQ@B>ij3Ux!k|ID@=81&GtS@s` z-SdHq(5?gc@{x(~xk_n;6NeR}7wB_GP1in+KkgvVYc;Tq9TKz>p@`6GVyX1^Nz`dL zDbYkg70}?eEr0w3?}rv+EUzT!_M-RdI3ieHWn5_mEtDI-Y7n4=H zmxd9{4PSpA(g1k;z`{V%wR6+VIiN^?V1M7f-0`E{4|`Yb1CS&vuItZ0M{rlnJ&(Vh zQCg9;6((syfadvpdieCPS3q#udn#k|Lq8hz`xRP28JiA6XgGKqC0S!vr@&DZ>YYOK ztdNqZ`5@aUMn}9t_V-LP{%nZPkH3B(MHL|0^tVJ%(r37I6Ti;17N;qgLRHh|h>vH) z;?y||UsXte$<#42rayo%g(Xl9V2RltKp)ll#9tz$tS$ugXs4lr6W^sTHvn*ZnEi^C>s*DR<;k?(nDF zAr^wh`#V8!ndWTxNXpqbU%TdLNI4o31FMeqIcwToz2+8EZgI`ME9Ks`>h7F#WUUUq zHDS(jxGh=;Oihc_rOTZa#w_{6}{(CwqZh7n&rvr_rtH#b;3>#pJZ zmKw8g?CHDLc5n1&T`cl>7k-Pg~zF9AQsZMhmSxB0`_d!rxk|5*LyK(g=Il=ry} z%F0IgdcJabG|S<(B5lwuJ5a-W5<^s*XK9FP^Zb6Fi*Np%Ly&DM;U8ZHRE=A5--!*n zXS=y0PXJJ8=IQVDw05Mc8`9mr^!`KX+9v#gi*#F8`o!?>YLT6;sLq;ke^6GJs7~(O zyRtvI^I)p}P^xUeC|+KlsJdC2bx>taxUXkj6vKCC&55&1ZMR=ZRdr@dD5;dIgx}GU zdFkwO+xxF9m8Kf|QWbl$9?C1@%B!>G6sy3;!P!cRRRMy}R#U8otJ#r|mi8}OmPc3m z@0ovmcsY{lI+|=dn%ePrs`^-#nwqWStaTgp6nla%cR_I QP*pF literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5dbf6e2ff12a4f69640c034c050d3d9271d4f193 GIT binary patch literal 21486 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 VQ&|k&4_v^Xii$t8!p8QV{|Cfo@Y4VQ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..750536581a79b874c8a6b9094ad295c9fce83818 GIT binary patch literal 7246 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d432e164783154ff41476bab30dfe62d7c8ad93c GIT binary patch literal 33003 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py new file mode 100644 index 00000000..7e2d0e5b --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py @@ -0,0 +1,576 @@ +"""Backing implementation for InstallRequirement's various constructors + +The idea here is that these formed a major chunk of InstallRequirement's size +so, moving them and support code dedicated to them outside of that class +helps creates for better understandability for the rest of the code. + +These are meant to be used elsewhere within pip to create instances of +InstallRequirement. +""" + +import copy +import logging +import os +import re +from typing import Collection, Dict, List, Optional, Set, Tuple, Union + +from pip._vendor.packaging.markers import Marker +from pip._vendor.packaging.requirements import InvalidRequirement, Requirement +from pip._vendor.packaging.specifiers import Specifier + +from pip._internal.exceptions import InstallationError +from pip._internal.models.index import PyPI, TestPyPI +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.req.req_file import ParsedRequirement +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.filetypes import is_archive_file +from pip._internal.utils.misc import is_installable_dir +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import is_url, vcs + +__all__ = [ + "install_req_from_editable", + "install_req_from_line", + "parse_editable", +] + +logger = logging.getLogger(__name__) +operators = Specifier._operators.keys() + + +def _strip_extras(path: str) -> Tuple[str, Optional[str]]: + m = re.match(r"^(.+)(\[[^\]]+\])$", path) + extras = None + if m: + path_no_extras = m.group(1) + extras = m.group(2) + else: + path_no_extras = path + + return path_no_extras, extras + + +def convert_extras(extras: Optional[str]) -> Set[str]: + if not extras: + return set() + return get_requirement("placeholder" + extras.lower()).extras + + +def _set_requirement_extras(req: Requirement, new_extras: Set[str]) -> Requirement: + """ + Returns a new requirement based on the given one, with the supplied extras. If the + given requirement already has extras those are replaced (or dropped if no new extras + are given). + """ + match: Optional[re.Match[str]] = re.fullmatch( + # see https://peps.python.org/pep-0508/#complete-grammar + r"([\w\t .-]+)(\[[^\]]*\])?(.*)", + str(req), + flags=re.ASCII, + ) + # ireq.req is a valid requirement so the regex should always match + assert ( + match is not None + ), f"regex match on requirement {req} failed, this should never happen" + pre: Optional[str] = match.group(1) + post: Optional[str] = match.group(3) + assert ( + pre is not None and post is not None + ), f"regex group selection for requirement {req} failed, this should never happen" + extras: str = "[%s]" % ",".join(sorted(new_extras)) if new_extras else "" + return Requirement(f"{pre}{extras}{post}") + + +def parse_editable(editable_req: str) -> Tuple[Optional[str], str, Set[str]]: + """Parses an editable requirement into: + - a requirement name + - an URL + - extras + - editable options + Accepted requirements: + svn+http://blahblah@rev#egg=Foobar[baz]&subdirectory=version_subdir + .[some_extra] + """ + + url = editable_req + + # If a file path is specified with extras, strip off the extras. + url_no_extras, extras = _strip_extras(url) + + if os.path.isdir(url_no_extras): + # Treating it as code that has already been checked out + url_no_extras = path_to_url(url_no_extras) + + if url_no_extras.lower().startswith("file:"): + package_name = Link(url_no_extras).egg_fragment + if extras: + return ( + package_name, + url_no_extras, + get_requirement("placeholder" + extras.lower()).extras, + ) + else: + return package_name, url_no_extras, set() + + for version_control in vcs: + if url.lower().startswith(f"{version_control}:"): + url = f"{version_control}+{url}" + break + + link = Link(url) + + if not link.is_vcs: + backends = ", ".join(vcs.all_schemes) + raise InstallationError( + f"{editable_req} is not a valid editable requirement. " + f"It should either be a path to a local project or a VCS URL " + f"(beginning with {backends})." + ) + + package_name = link.egg_fragment + if not package_name: + raise InstallationError( + "Could not detect requirement name for '{}', please specify one " + "with #egg=your_package_name".format(editable_req) + ) + return package_name, url, set() + + +def check_first_requirement_in_file(filename: str) -> None: + """Check if file is parsable as a requirements file. + + This is heavily based on ``pkg_resources.parse_requirements``, but + simplified to just check the first meaningful line. + + :raises InvalidRequirement: If the first meaningful line cannot be parsed + as an requirement. + """ + with open(filename, encoding="utf-8", errors="ignore") as f: + # Create a steppable iterator, so we can handle \-continuations. + lines = ( + line + for line in (line.strip() for line in f) + if line and not line.startswith("#") # Skip blank lines/comments. + ) + + for line in lines: + # Drop comments -- a hash without a space may be in a URL. + if " #" in line: + line = line[: line.find(" #")] + # If there is a line continuation, drop it, and append the next line. + if line.endswith("\\"): + line = line[:-2].strip() + next(lines, "") + Requirement(line) + return + + +def deduce_helpful_msg(req: str) -> str: + """Returns helpful msg in case requirements file does not exist, + or cannot be parsed. + + :params req: Requirements file path + """ + if not os.path.exists(req): + return f" File '{req}' does not exist." + msg = " The path does exist. " + # Try to parse and check if it is a requirements file. + try: + check_first_requirement_in_file(req) + except InvalidRequirement: + logger.debug("Cannot parse '%s' as requirements file", req) + else: + msg += ( + f"The argument you provided " + f"({req}) appears to be a" + f" requirements file. If that is the" + f" case, use the '-r' flag to install" + f" the packages specified within it." + ) + return msg + + +class RequirementParts: + def __init__( + self, + requirement: Optional[Requirement], + link: Optional[Link], + markers: Optional[Marker], + extras: Set[str], + ): + self.requirement = requirement + self.link = link + self.markers = markers + self.extras = extras + + +def parse_req_from_editable(editable_req: str) -> RequirementParts: + name, url, extras_override = parse_editable(editable_req) + + if name is not None: + try: + req: Optional[Requirement] = Requirement(name) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{name}'") + else: + req = None + + link = Link(url) + + return RequirementParts(req, link, None, extras_override) + + +# ---- The actual constructors follow ---- + + +def install_req_from_editable( + editable_req: str, + comes_from: Optional[Union[InstallRequirement, str]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + constraint: bool = False, + user_supplied: bool = False, + permit_editable_wheels: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + parts = parse_req_from_editable(editable_req) + + return InstallRequirement( + parts.requirement, + comes_from=comes_from, + user_supplied=user_supplied, + editable=True, + permit_editable_wheels=permit_editable_wheels, + link=parts.link, + constraint=constraint, + use_pep517=use_pep517, + isolated=isolated, + global_options=global_options, + hash_options=hash_options, + config_settings=config_settings, + extras=parts.extras, + ) + + +def _looks_like_path(name: str) -> bool: + """Checks whether the string "looks like" a path on the filesystem. + + This does not check whether the target actually exists, only judge from the + appearance. + + Returns true if any of the following conditions is true: + * a path separator is found (either os.path.sep or os.path.altsep); + * a dot is found (which represents the current directory). + """ + if os.path.sep in name: + return True + if os.path.altsep is not None and os.path.altsep in name: + return True + if name.startswith("."): + return True + return False + + +def _get_url_from_path(path: str, name: str) -> Optional[str]: + """ + First, it checks whether a provided path is an installable directory. If it + is, returns the path. + + If false, check if the path is an archive file (such as a .whl). + The function checks if the path is a file. If false, if the path has + an @, it will treat it as a PEP 440 URL requirement and return the path. + """ + if _looks_like_path(name) and os.path.isdir(path): + if is_installable_dir(path): + return path_to_url(path) + # TODO: The is_installable_dir test here might not be necessary + # now that it is done in load_pyproject_toml too. + raise InstallationError( + f"Directory {name!r} is not installable. Neither 'setup.py' " + "nor 'pyproject.toml' found." + ) + if not is_archive_file(path): + return None + if os.path.isfile(path): + return path_to_url(path) + urlreq_parts = name.split("@", 1) + if len(urlreq_parts) >= 2 and not _looks_like_path(urlreq_parts[0]): + # If the path contains '@' and the part before it does not look + # like a path, try to treat it as a PEP 440 URL req instead. + return None + logger.warning( + "Requirement %r looks like a filename, but the file does not exist", + name, + ) + return path_to_url(path) + + +def parse_req_from_line(name: str, line_source: Optional[str]) -> RequirementParts: + if is_url(name): + marker_sep = "; " + else: + marker_sep = ";" + if marker_sep in name: + name, markers_as_string = name.split(marker_sep, 1) + markers_as_string = markers_as_string.strip() + if not markers_as_string: + markers = None + else: + markers = Marker(markers_as_string) + else: + markers = None + name = name.strip() + req_as_string = None + path = os.path.normpath(os.path.abspath(name)) + link = None + extras_as_string = None + + if is_url(name): + link = Link(name) + else: + p, extras_as_string = _strip_extras(path) + url = _get_url_from_path(p, name) + if url is not None: + link = Link(url) + + # it's a local file, dir, or url + if link: + # Handle relative file URLs + if link.scheme == "file" and re.search(r"\.\./", link.url): + link = Link(path_to_url(os.path.normpath(os.path.abspath(link.path)))) + # wheel file + if link.is_wheel: + wheel = Wheel(link.filename) # can raise InvalidWheelFilename + req_as_string = f"{wheel.name}=={wheel.version}" + else: + # set the req to the egg fragment. when it's not there, this + # will become an 'unnamed' requirement + req_as_string = link.egg_fragment + + # a requirement specifier + else: + req_as_string = name + + extras = convert_extras(extras_as_string) + + def with_source(text: str) -> str: + if not line_source: + return text + return f"{text} (from {line_source})" + + def _parse_req_string(req_as_string: str) -> Requirement: + try: + req = get_requirement(req_as_string) + except InvalidRequirement: + if os.path.sep in req_as_string: + add_msg = "It looks like a path." + add_msg += deduce_helpful_msg(req_as_string) + elif "=" in req_as_string and not any( + op in req_as_string for op in operators + ): + add_msg = "= is not a valid operator. Did you mean == ?" + else: + add_msg = "" + msg = with_source(f"Invalid requirement: {req_as_string!r}") + if add_msg: + msg += f"\nHint: {add_msg}" + raise InstallationError(msg) + else: + # Deprecate extras after specifiers: "name>=1.0[extras]" + # This currently works by accident because _strip_extras() parses + # any extras in the end of the string and those are saved in + # RequirementParts + for spec in req.specifier: + spec_str = str(spec) + if spec_str.endswith("]"): + msg = f"Extras after version '{spec_str}'." + raise InstallationError(msg) + return req + + if req_as_string is not None: + req: Optional[Requirement] = _parse_req_string(req_as_string) + else: + req = None + + return RequirementParts(req, link, markers, extras) + + +def install_req_from_line( + name: str, + comes_from: Optional[Union[str, InstallRequirement]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + constraint: bool = False, + line_source: Optional[str] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + """Creates an InstallRequirement from a name, which might be a + requirement, directory containing 'setup.py', filename, or URL. + + :param line_source: An optional string describing where the line is from, + for logging purposes in case of an error. + """ + parts = parse_req_from_line(name, line_source) + + return InstallRequirement( + parts.requirement, + comes_from, + link=parts.link, + markers=parts.markers, + use_pep517=use_pep517, + isolated=isolated, + global_options=global_options, + hash_options=hash_options, + config_settings=config_settings, + constraint=constraint, + extras=parts.extras, + user_supplied=user_supplied, + ) + + +def install_req_from_req_string( + req_string: str, + comes_from: Optional[InstallRequirement] = None, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, +) -> InstallRequirement: + try: + req = get_requirement(req_string) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{req_string}'") + + domains_not_allowed = [ + PyPI.file_storage_domain, + TestPyPI.file_storage_domain, + ] + if ( + req.url + and comes_from + and comes_from.link + and comes_from.link.netloc in domains_not_allowed + ): + # Explicitly disallow pypi packages that depend on external urls + raise InstallationError( + "Packages installed from PyPI cannot depend on packages " + "which are not also hosted on PyPI.\n" + f"{comes_from.name} depends on {req} " + ) + + return InstallRequirement( + req, + comes_from, + isolated=isolated, + use_pep517=use_pep517, + user_supplied=user_supplied, + ) + + +def install_req_from_parsed_requirement( + parsed_req: ParsedRequirement, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + if parsed_req.is_editable: + req = install_req_from_editable( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + constraint=parsed_req.constraint, + isolated=isolated, + user_supplied=user_supplied, + config_settings=config_settings, + ) + + else: + req = install_req_from_line( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + isolated=isolated, + global_options=( + parsed_req.options.get("global_options", []) + if parsed_req.options + else [] + ), + hash_options=( + parsed_req.options.get("hashes", {}) if parsed_req.options else {} + ), + constraint=parsed_req.constraint, + line_source=parsed_req.line_source, + user_supplied=user_supplied, + config_settings=config_settings, + ) + return req + + +def install_req_from_link_and_ireq( + link: Link, ireq: InstallRequirement +) -> InstallRequirement: + return InstallRequirement( + req=ireq.req, + comes_from=ireq.comes_from, + editable=ireq.editable, + link=link, + markers=ireq.markers, + use_pep517=ireq.use_pep517, + isolated=ireq.isolated, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + config_settings=ireq.config_settings, + user_supplied=ireq.user_supplied, + ) + + +def install_req_drop_extras(ireq: InstallRequirement) -> InstallRequirement: + """ + Creates a new InstallationRequirement using the given template but without + any extras. Sets the original requirement as the new one's parent + (comes_from). + """ + return InstallRequirement( + req=( + _set_requirement_extras(ireq.req, set()) if ireq.req is not None else None + ), + comes_from=ireq, + editable=ireq.editable, + link=ireq.link, + markers=ireq.markers, + use_pep517=ireq.use_pep517, + isolated=ireq.isolated, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + constraint=ireq.constraint, + extras=[], + config_settings=ireq.config_settings, + user_supplied=ireq.user_supplied, + permit_editable_wheels=ireq.permit_editable_wheels, + ) + + +def install_req_extend_extras( + ireq: InstallRequirement, + extras: Collection[str], +) -> InstallRequirement: + """ + Returns a copy of an installation requirement with some additional extras. + Makes a shallow copy of the ireq object. + """ + result = copy.copy(ireq) + result.extras = {*ireq.extras, *extras} + result.req = ( + _set_requirement_extras(ireq.req, result.extras) + if ireq.req is not None + else None + ) + return result diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py new file mode 100644 index 00000000..1ef3d5ef --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py @@ -0,0 +1,554 @@ +""" +Requirements file parsing +""" + +import logging +import optparse +import os +import re +import shlex +import urllib.parse +from optparse import Values +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Dict, + Generator, + Iterable, + List, + Optional, + Tuple, +) + +from pip._internal.cli import cmdoptions +from pip._internal.exceptions import InstallationError, RequirementsFileParseError +from pip._internal.models.search_scope import SearchScope +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status +from pip._internal.utils.encoding import auto_decode +from pip._internal.utils.urls import get_url_scheme + +if TYPE_CHECKING: + # NoReturn introduced in 3.6.2; imported only for type checking to maintain + # pip compatibility with older patch versions of Python 3.6 + from typing import NoReturn + + from pip._internal.index.package_finder import PackageFinder + +__all__ = ["parse_requirements"] + +ReqFileLines = Iterable[Tuple[int, str]] + +LineParser = Callable[[str], Tuple[str, Values]] + +SCHEME_RE = re.compile(r"^(http|https|file):", re.I) +COMMENT_RE = re.compile(r"(^|\s+)#.*$") + +# Matches environment variable-style values in '${MY_VARIABLE_1}' with the +# variable name consisting of only uppercase letters, digits or the '_' +# (underscore). This follows the POSIX standard defined in IEEE Std 1003.1, +# 2013 Edition. +ENV_VAR_RE = re.compile(r"(?P\$\{(?P[A-Z0-9_]+)\})") + +SUPPORTED_OPTIONS: List[Callable[..., optparse.Option]] = [ + cmdoptions.index_url, + cmdoptions.extra_index_url, + cmdoptions.no_index, + cmdoptions.constraints, + cmdoptions.requirements, + cmdoptions.editable, + cmdoptions.find_links, + cmdoptions.no_binary, + cmdoptions.only_binary, + cmdoptions.prefer_binary, + cmdoptions.require_hashes, + cmdoptions.pre, + cmdoptions.trusted_host, + cmdoptions.use_new_feature, +] + +# options to be passed to requirements +SUPPORTED_OPTIONS_REQ: List[Callable[..., optparse.Option]] = [ + cmdoptions.global_options, + cmdoptions.hash, + cmdoptions.config_settings, +] + +SUPPORTED_OPTIONS_EDITABLE_REQ: List[Callable[..., optparse.Option]] = [ + cmdoptions.config_settings, +] + + +# the 'dest' string values +SUPPORTED_OPTIONS_REQ_DEST = [str(o().dest) for o in SUPPORTED_OPTIONS_REQ] +SUPPORTED_OPTIONS_EDITABLE_REQ_DEST = [ + str(o().dest) for o in SUPPORTED_OPTIONS_EDITABLE_REQ +] + +logger = logging.getLogger(__name__) + + +class ParsedRequirement: + def __init__( + self, + requirement: str, + is_editable: bool, + comes_from: str, + constraint: bool, + options: Optional[Dict[str, Any]] = None, + line_source: Optional[str] = None, + ) -> None: + self.requirement = requirement + self.is_editable = is_editable + self.comes_from = comes_from + self.options = options + self.constraint = constraint + self.line_source = line_source + + +class ParsedLine: + def __init__( + self, + filename: str, + lineno: int, + args: str, + opts: Values, + constraint: bool, + ) -> None: + self.filename = filename + self.lineno = lineno + self.opts = opts + self.constraint = constraint + + if args: + self.is_requirement = True + self.is_editable = False + self.requirement = args + elif opts.editables: + self.is_requirement = True + self.is_editable = True + # We don't support multiple -e on one line + self.requirement = opts.editables[0] + else: + self.is_requirement = False + + +def parse_requirements( + filename: str, + session: PipSession, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + constraint: bool = False, +) -> Generator[ParsedRequirement, None, None]: + """Parse a requirements file and yield ParsedRequirement instances. + + :param filename: Path or url of requirements file. + :param session: PipSession instance. + :param finder: Instance of pip.index.PackageFinder. + :param options: cli options. + :param constraint: If true, parsing a constraint file rather than + requirements file. + """ + line_parser = get_line_parser(finder) + parser = RequirementsFileParser(session, line_parser) + + for parsed_line in parser.parse(filename, constraint): + parsed_req = handle_line( + parsed_line, options=options, finder=finder, session=session + ) + if parsed_req is not None: + yield parsed_req + + +def preprocess(content: str) -> ReqFileLines: + """Split, filter, and join lines, and return a line iterator + + :param content: the content of the requirements file + """ + lines_enum: ReqFileLines = enumerate(content.splitlines(), start=1) + lines_enum = join_lines(lines_enum) + lines_enum = ignore_comments(lines_enum) + lines_enum = expand_env_variables(lines_enum) + return lines_enum + + +def handle_requirement_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, +) -> ParsedRequirement: + # preserve for the nested code path + line_comes_from = "{} {} (line {})".format( + "-c" if line.constraint else "-r", + line.filename, + line.lineno, + ) + + assert line.is_requirement + + # get the options that apply to requirements + if line.is_editable: + supported_dest = SUPPORTED_OPTIONS_EDITABLE_REQ_DEST + else: + supported_dest = SUPPORTED_OPTIONS_REQ_DEST + req_options = {} + for dest in supported_dest: + if dest in line.opts.__dict__ and line.opts.__dict__[dest]: + req_options[dest] = line.opts.__dict__[dest] + + line_source = f"line {line.lineno} of {line.filename}" + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + options=req_options, + line_source=line_source, + ) + + +def handle_option_line( + opts: Values, + filename: str, + lineno: int, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + session: Optional[PipSession] = None, +) -> None: + if opts.hashes: + logger.warning( + "%s line %s has --hash but no requirement, and will be ignored.", + filename, + lineno, + ) + + if options: + # percolate options upward + if opts.require_hashes: + options.require_hashes = opts.require_hashes + if opts.features_enabled: + options.features_enabled.extend( + f for f in opts.features_enabled if f not in options.features_enabled + ) + + # set finder options + if finder: + find_links = finder.find_links + index_urls = finder.index_urls + no_index = finder.search_scope.no_index + if opts.no_index is True: + no_index = True + index_urls = [] + if opts.index_url and not no_index: + index_urls = [opts.index_url] + if opts.extra_index_urls and not no_index: + index_urls.extend(opts.extra_index_urls) + if opts.find_links: + # FIXME: it would be nice to keep track of the source + # of the find_links: support a find-links local path + # relative to a requirements file. + value = opts.find_links[0] + req_dir = os.path.dirname(os.path.abspath(filename)) + relative_to_reqs_file = os.path.join(req_dir, value) + if os.path.exists(relative_to_reqs_file): + value = relative_to_reqs_file + find_links.append(value) + + if session: + # We need to update the auth urls in session + session.update_index_urls(index_urls) + + search_scope = SearchScope( + find_links=find_links, + index_urls=index_urls, + no_index=no_index, + ) + finder.search_scope = search_scope + + if opts.pre: + finder.set_allow_all_prereleases() + + if opts.prefer_binary: + finder.set_prefer_binary() + + if session: + for host in opts.trusted_hosts or []: + source = f"line {lineno} of {filename}" + session.add_trusted_host(host, source=source) + + +def handle_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, + finder: Optional["PackageFinder"] = None, + session: Optional[PipSession] = None, +) -> Optional[ParsedRequirement]: + """Handle a single parsed requirements line; This can result in + creating/yielding requirements, or updating the finder. + + :param line: The parsed line to be processed. + :param options: CLI options. + :param finder: The finder - updated by non-requirement lines. + :param session: The session - updated by non-requirement lines. + + Returns a ParsedRequirement object if the line is a requirement line, + otherwise returns None. + + For lines that contain requirements, the only options that have an effect + are from SUPPORTED_OPTIONS_REQ, and they are scoped to the + requirement. Other options from SUPPORTED_OPTIONS may be present, but are + ignored. + + For lines that do not contain requirements, the only options that have an + effect are from SUPPORTED_OPTIONS. Options from SUPPORTED_OPTIONS_REQ may + be present, but are ignored. These lines may contain multiple options + (although our docs imply only one is supported), and all our parsed and + affect the finder. + """ + + if line.is_requirement: + parsed_req = handle_requirement_line(line, options) + return parsed_req + else: + handle_option_line( + line.opts, + line.filename, + line.lineno, + finder, + options, + session, + ) + return None + + +class RequirementsFileParser: + def __init__( + self, + session: PipSession, + line_parser: LineParser, + ) -> None: + self._session = session + self._line_parser = line_parser + + def parse( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + """Parse a given file, yielding parsed lines.""" + yield from self._parse_and_recurse(filename, constraint) + + def _parse_and_recurse( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + for line in self._parse_file(filename, constraint): + if not line.is_requirement and ( + line.opts.requirements or line.opts.constraints + ): + # parse a nested requirements file + if line.opts.requirements: + req_path = line.opts.requirements[0] + nested_constraint = False + else: + req_path = line.opts.constraints[0] + nested_constraint = True + + # original file is over http + if SCHEME_RE.search(filename): + # do a url join so relative paths work + req_path = urllib.parse.urljoin(filename, req_path) + # original file and nested file are paths + elif not SCHEME_RE.search(req_path): + # do a join so relative paths work + req_path = os.path.join( + os.path.dirname(filename), + req_path, + ) + + yield from self._parse_and_recurse(req_path, nested_constraint) + else: + yield line + + def _parse_file( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + _, content = get_file_content(filename, self._session) + + lines_enum = preprocess(content) + + for line_number, line in lines_enum: + try: + args_str, opts = self._line_parser(line) + except OptionParsingError as e: + # add offending line + msg = f"Invalid requirement: {line}\n{e.msg}" + raise RequirementsFileParseError(msg) + + yield ParsedLine( + filename, + line_number, + args_str, + opts, + constraint, + ) + + +def get_line_parser(finder: Optional["PackageFinder"]) -> LineParser: + def parse_line(line: str) -> Tuple[str, Values]: + # Build new parser for each line since it accumulates appendable + # options. + parser = build_parser() + defaults = parser.get_default_values() + defaults.index_url = None + if finder: + defaults.format_control = finder.format_control + + args_str, options_str = break_args_options(line) + + try: + options = shlex.split(options_str) + except ValueError as e: + raise OptionParsingError(f"Could not split options: {options_str}") from e + + opts, _ = parser.parse_args(options, defaults) + + return args_str, opts + + return parse_line + + +def break_args_options(line: str) -> Tuple[str, str]: + """Break up the line into an args and options string. We only want to shlex + (and then optparse) the options, not the args. args can contain markers + which are corrupted by shlex. + """ + tokens = line.split(" ") + args = [] + options = tokens[:] + for token in tokens: + if token.startswith("-") or token.startswith("--"): + break + else: + args.append(token) + options.pop(0) + return " ".join(args), " ".join(options) + + +class OptionParsingError(Exception): + def __init__(self, msg: str) -> None: + self.msg = msg + + +def build_parser() -> optparse.OptionParser: + """ + Return a parser for parsing requirement lines + """ + parser = optparse.OptionParser(add_help_option=False) + + option_factories = SUPPORTED_OPTIONS + SUPPORTED_OPTIONS_REQ + for option_factory in option_factories: + option = option_factory() + parser.add_option(option) + + # By default optparse sys.exits on parsing errors. We want to wrap + # that in our own exception. + def parser_exit(self: Any, msg: str) -> "NoReturn": + raise OptionParsingError(msg) + + # NOTE: mypy disallows assigning to a method + # https://github.com/python/mypy/issues/2427 + parser.exit = parser_exit # type: ignore + + return parser + + +def join_lines(lines_enum: ReqFileLines) -> ReqFileLines: + """Joins a line ending in '\' with the previous line (except when following + comments). The joined line takes on the index of the first line. + """ + primary_line_number = None + new_line: List[str] = [] + for line_number, line in lines_enum: + if not line.endswith("\\") or COMMENT_RE.match(line): + if COMMENT_RE.match(line): + # this ensures comments are always matched later + line = " " + line + if new_line: + new_line.append(line) + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + new_line = [] + else: + yield line_number, line + else: + if not new_line: + primary_line_number = line_number + new_line.append(line.strip("\\")) + + # last line contains \ + if new_line: + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + + # TODO: handle space after '\'. + + +def ignore_comments(lines_enum: ReqFileLines) -> ReqFileLines: + """ + Strips comments and filter empty lines. + """ + for line_number, line in lines_enum: + line = COMMENT_RE.sub("", line) + line = line.strip() + if line: + yield line_number, line + + +def expand_env_variables(lines_enum: ReqFileLines) -> ReqFileLines: + """Replace all environment variables that can be retrieved via `os.getenv`. + + The only allowed format for environment variables defined in the + requirement file is `${MY_VARIABLE_1}` to ensure two things: + + 1. Strings that contain a `$` aren't accidentally (partially) expanded. + 2. Ensure consistency across platforms for requirement files. + + These points are the result of a discussion on the `github pull + request #3514 `_. + + Valid characters in variable names follow the `POSIX standard + `_ and are limited + to uppercase letter, digits and the `_` (underscore). + """ + for line_number, line in lines_enum: + for env_var, var_name in ENV_VAR_RE.findall(line): + value = os.getenv(var_name) + if not value: + continue + + line = line.replace(env_var, value) + + yield line_number, line + + +def get_file_content(url: str, session: PipSession) -> Tuple[str, str]: + """Gets the content of a file; it may be a filename, file: URL, or + http: URL. Returns (location, content). Content is unicode. + Respects # -*- coding: declarations on the retrieved files. + + :param url: File path or url. + :param session: PipSession instance. + """ + scheme = get_url_scheme(url) + + # Pip has special support for file:// URLs (LocalFSAdapter). + if scheme in ["http", "https", "file"]: + resp = session.get(url) + raise_for_status(resp) + return resp.url, resp.text + + # Assume this is a bare path. + try: + with open(url, "rb") as f: + content = auto_decode(f.read()) + except OSError as exc: + raise InstallationError(f"Could not open requirements file: {exc}") + return url, content diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py new file mode 100644 index 00000000..a65611c3 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py @@ -0,0 +1,923 @@ +import functools +import logging +import os +import shutil +import sys +import uuid +import zipfile +from optparse import Values +from pathlib import Path +from typing import Any, Collection, Dict, Iterable, List, Optional, Sequence, Union + +from pip._vendor.packaging.markers import Marker +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment, NoOpBuildEnvironment +from pip._internal.exceptions import InstallationError, PreviousBuildDirError +from pip._internal.locations import get_scheme +from pip._internal.metadata import ( + BaseDistribution, + get_default_environment, + get_directory_distribution, + get_wheel_distribution, +) +from pip._internal.metadata.base import FilesystemWheel +from pip._internal.models.direct_url import DirectUrl +from pip._internal.models.link import Link +from pip._internal.operations.build.metadata import generate_metadata +from pip._internal.operations.build.metadata_editable import generate_editable_metadata +from pip._internal.operations.build.metadata_legacy import ( + generate_metadata as generate_metadata_legacy, +) +from pip._internal.operations.install.editable_legacy import ( + install_editable as install_editable_legacy, +) +from pip._internal.operations.install.wheel import install_wheel +from pip._internal.pyproject import load_pyproject_toml, make_pyproject_path +from pip._internal.req.req_uninstall import UninstallPathSet +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + ConfiguredBuildBackendHookCaller, + ask_path_exists, + backup_dir, + display_path, + hide_url, + is_installable_dir, + redact_auth_from_requirement, + redact_auth_from_url, +) +from pip._internal.utils.packaging import safe_extra +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.unpacking import unpack_file +from pip._internal.utils.virtualenv import running_under_virtualenv +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + + +class InstallRequirement: + """ + Represents something that may be installed later on, may have information + about where to fetch the relevant requirement and also contains logic for + installing the said requirement. + """ + + def __init__( + self, + req: Optional[Requirement], + comes_from: Optional[Union[str, "InstallRequirement"]], + editable: bool = False, + link: Optional[Link] = None, + markers: Optional[Marker] = None, + use_pep517: Optional[bool] = None, + isolated: bool = False, + *, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + constraint: bool = False, + extras: Collection[str] = (), + user_supplied: bool = False, + permit_editable_wheels: bool = False, + ) -> None: + assert req is None or isinstance(req, Requirement), req + self.req = req + self.comes_from = comes_from + self.constraint = constraint + self.editable = editable + self.permit_editable_wheels = permit_editable_wheels + + # source_dir is the local directory where the linked requirement is + # located, or unpacked. In case unpacking is needed, creating and + # populating source_dir is done by the RequirementPreparer. Note this + # is not necessarily the directory where pyproject.toml or setup.py is + # located - that one is obtained via unpacked_source_directory. + self.source_dir: Optional[str] = None + if self.editable: + assert link + if link.is_file: + self.source_dir = os.path.normpath(os.path.abspath(link.file_path)) + + # original_link is the direct URL that was provided by the user for the + # requirement, either directly or via a constraints file. + if link is None and req and req.url: + # PEP 508 URL requirement + link = Link(req.url) + self.link = self.original_link = link + + # When this InstallRequirement is a wheel obtained from the cache of locally + # built wheels, this is the source link corresponding to the cache entry, which + # was used to download and build the cached wheel. + self.cached_wheel_source_link: Optional[Link] = None + + # Information about the location of the artifact that was downloaded . This + # property is guaranteed to be set in resolver results. + self.download_info: Optional[DirectUrl] = None + + # Path to any downloaded or already-existing package. + self.local_file_path: Optional[str] = None + if self.link and self.link.is_file: + self.local_file_path = self.link.file_path + + if extras: + self.extras = extras + elif req: + self.extras = req.extras + else: + self.extras = set() + if markers is None and req: + markers = req.marker + self.markers = markers + + # This holds the Distribution object if this requirement is already installed. + self.satisfied_by: Optional[BaseDistribution] = None + # Whether the installation process should try to uninstall an existing + # distribution before installing this requirement. + self.should_reinstall = False + # Temporary build location + self._temp_build_dir: Optional[TempDirectory] = None + # Set to True after successful installation + self.install_succeeded: Optional[bool] = None + # Supplied options + self.global_options = global_options if global_options else [] + self.hash_options = hash_options if hash_options else {} + self.config_settings = config_settings + # Set to True after successful preparation of this requirement + self.prepared = False + # User supplied requirement are explicitly requested for installation + # by the user via CLI arguments or requirements files, as opposed to, + # e.g. dependencies, extras or constraints. + self.user_supplied = user_supplied + + self.isolated = isolated + self.build_env: BuildEnvironment = NoOpBuildEnvironment() + + # For PEP 517, the directory where we request the project metadata + # gets stored. We need this to pass to build_wheel, so the backend + # can ensure that the wheel matches the metadata (see the PEP for + # details). + self.metadata_directory: Optional[str] = None + + # The static build requirements (from pyproject.toml) + self.pyproject_requires: Optional[List[str]] = None + + # Build requirements that we will check are available + self.requirements_to_check: List[str] = [] + + # The PEP 517 backend we should use to build the project + self.pep517_backend: Optional[BuildBackendHookCaller] = None + + # Are we using PEP 517 for this requirement? + # After pyproject.toml has been loaded, the only valid values are True + # and False. Before loading, None is valid (meaning "use the default"). + # Setting an explicit value before loading pyproject.toml is supported, + # but after loading this flag should be treated as read only. + self.use_pep517 = use_pep517 + + # If config settings are provided, enforce PEP 517. + if self.config_settings: + if self.use_pep517 is False: + logger.warning( + "--no-use-pep517 ignored for %s " + "because --config-settings are specified.", + self, + ) + self.use_pep517 = True + + # This requirement needs more preparation before it can be built + self.needs_more_preparation = False + + # This requirement needs to be unpacked before it can be installed. + self._archive_source: Optional[Path] = None + + def __str__(self) -> str: + if self.req: + s = redact_auth_from_requirement(self.req) + if self.link: + s += f" from {redact_auth_from_url(self.link.url)}" + elif self.link: + s = redact_auth_from_url(self.link.url) + else: + s = "" + if self.satisfied_by is not None: + if self.satisfied_by.location is not None: + location = display_path(self.satisfied_by.location) + else: + location = "" + s += f" in {location}" + if self.comes_from: + if isinstance(self.comes_from, str): + comes_from: Optional[str] = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += f" (from {comes_from})" + return s + + def __repr__(self) -> str: + return "<{} object: {} editable={!r}>".format( + self.__class__.__name__, str(self), self.editable + ) + + def format_debug(self) -> str: + """An un-tested helper for getting state, for debugging.""" + attributes = vars(self) + names = sorted(attributes) + + state = (f"{attr}={attributes[attr]!r}" for attr in sorted(names)) + return "<{name} object: {{{state}}}>".format( + name=self.__class__.__name__, + state=", ".join(state), + ) + + # Things that are valid for all kinds of requirements? + @property + def name(self) -> Optional[str]: + if self.req is None: + return None + return self.req.name + + @functools.lru_cache() # use cached_property in python 3.8+ + def supports_pyproject_editable(self) -> bool: + if not self.use_pep517: + return False + assert self.pep517_backend + with self.build_env: + runner = runner_with_spinner_message( + "Checking if build backend supports build_editable" + ) + with self.pep517_backend.subprocess_runner(runner): + return "build_editable" in self.pep517_backend._supported_features() + + @property + def specifier(self) -> SpecifierSet: + assert self.req is not None + return self.req.specifier + + @property + def is_direct(self) -> bool: + """Whether this requirement was specified as a direct URL.""" + return self.original_link is not None + + @property + def is_pinned(self) -> bool: + """Return whether I am pinned to an exact version. + + For example, some-package==1.2 is pinned; some-package>1.2 is not. + """ + assert self.req is not None + specifiers = self.req.specifier + return len(specifiers) == 1 and next(iter(specifiers)).operator in {"==", "==="} + + def match_markers(self, extras_requested: Optional[Iterable[str]] = None) -> bool: + if not extras_requested: + # Provide an extra to safely evaluate the markers + # without matching any extra + extras_requested = ("",) + if self.markers is not None: + return any( + self.markers.evaluate({"extra": extra}) + # TODO: Remove these two variants when packaging is upgraded to + # support the marker comparison logic specified in PEP 685. + or self.markers.evaluate({"extra": safe_extra(extra)}) + or self.markers.evaluate({"extra": canonicalize_name(extra)}) + for extra in extras_requested + ) + else: + return True + + @property + def has_hash_options(self) -> bool: + """Return whether any known-good hashes are specified as options. + + These activate --require-hashes mode; hashes specified as part of a + URL do not. + + """ + return bool(self.hash_options) + + def hashes(self, trust_internet: bool = True) -> Hashes: + """Return a hash-comparer that considers my option- and URL-based + hashes to be known-good. + + Hashes in URLs--ones embedded in the requirements file, not ones + downloaded from an index server--are almost peers with ones from + flags. They satisfy --require-hashes (whether it was implicitly or + explicitly activated) but do not activate it. md5 and sha224 are not + allowed in flags, which should nudge people toward good algos. We + always OR all hashes together, even ones from URLs. + + :param trust_internet: Whether to trust URL-based (#md5=...) hashes + downloaded from the internet, as by populate_link() + + """ + good_hashes = self.hash_options.copy() + if trust_internet: + link = self.link + elif self.is_direct and self.user_supplied: + link = self.original_link + else: + link = None + if link and link.hash: + assert link.hash_name is not None + good_hashes.setdefault(link.hash_name, []).append(link.hash) + return Hashes(good_hashes) + + def from_path(self) -> Optional[str]: + """Format a nice indicator to show where this "comes from" """ + if self.req is None: + return None + s = str(self.req) + if self.comes_from: + comes_from: Optional[str] + if isinstance(self.comes_from, str): + comes_from = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += "->" + comes_from + return s + + def ensure_build_location( + self, build_dir: str, autodelete: bool, parallel_builds: bool + ) -> str: + assert build_dir is not None + if self._temp_build_dir is not None: + assert self._temp_build_dir.path + return self._temp_build_dir.path + if self.req is None: + # Some systems have /tmp as a symlink which confuses custom + # builds (such as numpy). Thus, we ensure that the real path + # is returned. + self._temp_build_dir = TempDirectory( + kind=tempdir_kinds.REQ_BUILD, globally_managed=True + ) + + return self._temp_build_dir.path + + # This is the only remaining place where we manually determine the path + # for the temporary directory. It is only needed for editables where + # it is the value of the --src option. + + # When parallel builds are enabled, add a UUID to the build directory + # name so multiple builds do not interfere with each other. + dir_name: str = canonicalize_name(self.req.name) + if parallel_builds: + dir_name = f"{dir_name}_{uuid.uuid4().hex}" + + # FIXME: Is there a better place to create the build_dir? (hg and bzr + # need this) + if not os.path.exists(build_dir): + logger.debug("Creating directory %s", build_dir) + os.makedirs(build_dir) + actual_build_dir = os.path.join(build_dir, dir_name) + # `None` indicates that we respect the globally-configured deletion + # settings, which is what we actually want when auto-deleting. + delete_arg = None if autodelete else False + return TempDirectory( + path=actual_build_dir, + delete=delete_arg, + kind=tempdir_kinds.REQ_BUILD, + globally_managed=True, + ).path + + def _set_requirement(self) -> None: + """Set requirement after generating metadata.""" + assert self.req is None + assert self.metadata is not None + assert self.source_dir is not None + + # Construct a Requirement object from the generated metadata + if isinstance(parse_version(self.metadata["Version"]), Version): + op = "==" + else: + op = "===" + + self.req = Requirement( + "".join( + [ + self.metadata["Name"], + op, + self.metadata["Version"], + ] + ) + ) + + def warn_on_mismatching_name(self) -> None: + assert self.req is not None + metadata_name = canonicalize_name(self.metadata["Name"]) + if canonicalize_name(self.req.name) == metadata_name: + # Everything is fine. + return + + # If we're here, there's a mismatch. Log a warning about it. + logger.warning( + "Generating metadata for package %s " + "produced metadata for project name %s. Fix your " + "#egg=%s fragments.", + self.name, + metadata_name, + self.name, + ) + self.req = Requirement(metadata_name) + + def check_if_exists(self, use_user_site: bool) -> None: + """Find an installed distribution that satisfies or conflicts + with this requirement, and set self.satisfied_by or + self.should_reinstall appropriately. + """ + if self.req is None: + return + existing_dist = get_default_environment().get_distribution(self.req.name) + if not existing_dist: + return + + version_compatible = self.req.specifier.contains( + existing_dist.version, + prereleases=True, + ) + if not version_compatible: + self.satisfied_by = None + if use_user_site: + if existing_dist.in_usersite: + self.should_reinstall = True + elif running_under_virtualenv() and existing_dist.in_site_packages: + raise InstallationError( + f"Will not install to the user site because it will " + f"lack sys.path precedence to {existing_dist.raw_name} " + f"in {existing_dist.location}" + ) + else: + self.should_reinstall = True + else: + if self.editable: + self.should_reinstall = True + # when installing editables, nothing pre-existing should ever + # satisfy + self.satisfied_by = None + else: + self.satisfied_by = existing_dist + + # Things valid for wheels + @property + def is_wheel(self) -> bool: + if not self.link: + return False + return self.link.is_wheel + + @property + def is_wheel_from_cache(self) -> bool: + # When True, it means that this InstallRequirement is a local wheel file in the + # cache of locally built wheels. + return self.cached_wheel_source_link is not None + + # Things valid for sdists + @property + def unpacked_source_directory(self) -> str: + assert self.source_dir, f"No source dir for {self}" + return os.path.join( + self.source_dir, self.link and self.link.subdirectory_fragment or "" + ) + + @property + def setup_py_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_py = os.path.join(self.unpacked_source_directory, "setup.py") + + return setup_py + + @property + def setup_cfg_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_cfg = os.path.join(self.unpacked_source_directory, "setup.cfg") + + return setup_cfg + + @property + def pyproject_toml_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + return make_pyproject_path(self.unpacked_source_directory) + + def load_pyproject_toml(self) -> None: + """Load the pyproject.toml file. + + After calling this routine, all of the attributes related to PEP 517 + processing for this requirement have been set. In particular, the + use_pep517 attribute can be used to determine whether we should + follow the PEP 517 or legacy (setup.py) code path. + """ + pyproject_toml_data = load_pyproject_toml( + self.use_pep517, self.pyproject_toml_path, self.setup_py_path, str(self) + ) + + if pyproject_toml_data is None: + assert not self.config_settings + self.use_pep517 = False + return + + self.use_pep517 = True + requires, backend, check, backend_path = pyproject_toml_data + self.requirements_to_check = check + self.pyproject_requires = requires + self.pep517_backend = ConfiguredBuildBackendHookCaller( + self, + self.unpacked_source_directory, + backend, + backend_path=backend_path, + ) + + def isolated_editable_sanity_check(self) -> None: + """Check that an editable requirement if valid for use with PEP 517/518. + + This verifies that an editable that has a pyproject.toml either supports PEP 660 + or as a setup.py or a setup.cfg + """ + if ( + self.editable + and self.use_pep517 + and not self.supports_pyproject_editable() + and not os.path.isfile(self.setup_py_path) + and not os.path.isfile(self.setup_cfg_path) + ): + raise InstallationError( + f"Project {self} has a 'pyproject.toml' and its build " + f"backend is missing the 'build_editable' hook. Since it does not " + f"have a 'setup.py' nor a 'setup.cfg', " + f"it cannot be installed in editable mode. " + f"Consider using a build backend that supports PEP 660." + ) + + def prepare_metadata(self) -> None: + """Ensure that project metadata is available. + + Under PEP 517 and PEP 660, call the backend hook to prepare the metadata. + Under legacy processing, call setup.py egg-info. + """ + assert self.source_dir, f"No source dir for {self}" + details = self.name or f"from {self.link}" + + if self.use_pep517: + assert self.pep517_backend is not None + if ( + self.editable + and self.permit_editable_wheels + and self.supports_pyproject_editable() + ): + self.metadata_directory = generate_editable_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata_legacy( + build_env=self.build_env, + setup_py_path=self.setup_py_path, + source_dir=self.unpacked_source_directory, + isolated=self.isolated, + details=details, + ) + + # Act on the newly generated metadata, based on the name and version. + if not self.name: + self._set_requirement() + else: + self.warn_on_mismatching_name() + + self.assert_source_matches_version() + + @property + def metadata(self) -> Any: + if not hasattr(self, "_metadata"): + self._metadata = self.get_dist().metadata + + return self._metadata + + def get_dist(self) -> BaseDistribution: + if self.metadata_directory: + return get_directory_distribution(self.metadata_directory) + elif self.local_file_path and self.is_wheel: + assert self.req is not None + return get_wheel_distribution( + FilesystemWheel(self.local_file_path), + canonicalize_name(self.req.name), + ) + raise AssertionError( + f"InstallRequirement {self} has no metadata directory and no wheel: " + f"can't make a distribution." + ) + + def assert_source_matches_version(self) -> None: + assert self.source_dir, f"No source dir for {self}" + version = self.metadata["version"] + if self.req and self.req.specifier and version not in self.req.specifier: + logger.warning( + "Requested %s, but installing version %s", + self, + version, + ) + else: + logger.debug( + "Source in %s has version %s, which satisfies requirement %s", + display_path(self.source_dir), + version, + self, + ) + + # For both source distributions and editables + def ensure_has_source_dir( + self, + parent_dir: str, + autodelete: bool = False, + parallel_builds: bool = False, + ) -> None: + """Ensure that a source_dir is set. + + This will create a temporary build dir if the name of the requirement + isn't known yet. + + :param parent_dir: The ideal pip parent_dir for the source_dir. + Generally src_dir for editables and build_dir for sdists. + :return: self.source_dir + """ + if self.source_dir is None: + self.source_dir = self.ensure_build_location( + parent_dir, + autodelete=autodelete, + parallel_builds=parallel_builds, + ) + + def needs_unpacked_archive(self, archive_source: Path) -> None: + assert self._archive_source is None + self._archive_source = archive_source + + def ensure_pristine_source_checkout(self) -> None: + """Ensure the source directory has not yet been built in.""" + assert self.source_dir is not None + if self._archive_source is not None: + unpack_file(str(self._archive_source), self.source_dir) + elif is_installable_dir(self.source_dir): + # If a checkout exists, it's unwise to keep going. + # version inconsistencies are logged later, but do not fail + # the installation. + raise PreviousBuildDirError( + f"pip can't proceed with requirements '{self}' due to a " + f"pre-existing build directory ({self.source_dir}). This is likely " + "due to a previous installation that failed . pip is " + "being responsible and not assuming it can delete this. " + "Please delete it and try again." + ) + + # For editable installations + def update_editable(self) -> None: + if not self.link: + logger.debug( + "Cannot update repository at %s; repository location is unknown", + self.source_dir, + ) + return + assert self.editable + assert self.source_dir + if self.link.scheme == "file": + # Static paths don't get updated + return + vcs_backend = vcs.get_backend_for_scheme(self.link.scheme) + # Editable requirements are validated in Requirement constructors. + # So here, if it's neither a path nor a valid VCS URL, it's a bug. + assert vcs_backend, f"Unsupported VCS URL {self.link.url}" + hidden_url = hide_url(self.link.url) + vcs_backend.obtain(self.source_dir, url=hidden_url, verbosity=0) + + # Top-level Actions + def uninstall( + self, auto_confirm: bool = False, verbose: bool = False + ) -> Optional[UninstallPathSet]: + """ + Uninstall the distribution currently satisfying this requirement. + + Prompts before removing or modifying files unless + ``auto_confirm`` is True. + + Refuses to delete or modify files outside of ``sys.prefix`` - + thus uninstallation within a virtual environment can only + modify that virtual environment, even if the virtualenv is + linked to global site-packages. + + """ + assert self.req + dist = get_default_environment().get_distribution(self.req.name) + if not dist: + logger.warning("Skipping %s as it is not installed.", self.name) + return None + logger.info("Found existing installation: %s", dist) + + uninstalled_pathset = UninstallPathSet.from_dist(dist) + uninstalled_pathset.remove(auto_confirm, verbose) + return uninstalled_pathset + + def _get_archive_name(self, path: str, parentdir: str, rootdir: str) -> str: + def _clean_zip_name(name: str, prefix: str) -> str: + assert name.startswith( + prefix + os.path.sep + ), f"name {name!r} doesn't start with prefix {prefix!r}" + name = name[len(prefix) + 1 :] + name = name.replace(os.path.sep, "/") + return name + + assert self.req is not None + path = os.path.join(parentdir, path) + name = _clean_zip_name(path, rootdir) + return self.req.name + "/" + name + + def archive(self, build_dir: Optional[str]) -> None: + """Saves archive to provided build_dir. + + Used for saving downloaded VCS requirements as part of `pip download`. + """ + assert self.source_dir + if build_dir is None: + return + + create_archive = True + archive_name = "{}-{}.zip".format(self.name, self.metadata["version"]) + archive_path = os.path.join(build_dir, archive_name) + + if os.path.exists(archive_path): + response = ask_path_exists( + f"The file {display_path(archive_path)} exists. (i)gnore, (w)ipe, " + "(b)ackup, (a)bort ", + ("i", "w", "b", "a"), + ) + if response == "i": + create_archive = False + elif response == "w": + logger.warning("Deleting %s", display_path(archive_path)) + os.remove(archive_path) + elif response == "b": + dest_file = backup_dir(archive_path) + logger.warning( + "Backing up %s to %s", + display_path(archive_path), + display_path(dest_file), + ) + shutil.move(archive_path, dest_file) + elif response == "a": + sys.exit(-1) + + if not create_archive: + return + + zip_output = zipfile.ZipFile( + archive_path, + "w", + zipfile.ZIP_DEFLATED, + allowZip64=True, + ) + with zip_output: + dir = os.path.normcase(os.path.abspath(self.unpacked_source_directory)) + for dirpath, dirnames, filenames in os.walk(dir): + for dirname in dirnames: + dir_arcname = self._get_archive_name( + dirname, + parentdir=dirpath, + rootdir=dir, + ) + zipdir = zipfile.ZipInfo(dir_arcname + "/") + zipdir.external_attr = 0x1ED << 16 # 0o755 + zip_output.writestr(zipdir, "") + for filename in filenames: + file_arcname = self._get_archive_name( + filename, + parentdir=dirpath, + rootdir=dir, + ) + filename = os.path.join(dirpath, filename) + zip_output.write(filename, file_arcname) + + logger.info("Saved %s", display_path(archive_path)) + + def install( + self, + global_options: Optional[Sequence[str]] = None, + root: Optional[str] = None, + home: Optional[str] = None, + prefix: Optional[str] = None, + warn_script_location: bool = True, + use_user_site: bool = False, + pycompile: bool = True, + ) -> None: + assert self.req is not None + scheme = get_scheme( + self.req.name, + user=use_user_site, + home=home, + root=root, + isolated=self.isolated, + prefix=prefix, + ) + + if self.editable and not self.is_wheel: + if self.config_settings: + logger.warning( + "--config-settings ignored for legacy editable install of %s. " + "Consider upgrading to a version of setuptools " + "that supports PEP 660 (>= 64).", + self, + ) + install_editable_legacy( + global_options=global_options if global_options is not None else [], + prefix=prefix, + home=home, + use_user_site=use_user_site, + name=self.req.name, + setup_py_path=self.setup_py_path, + isolated=self.isolated, + build_env=self.build_env, + unpacked_source_directory=self.unpacked_source_directory, + ) + self.install_succeeded = True + return + + assert self.is_wheel + assert self.local_file_path + + install_wheel( + self.req.name, + self.local_file_path, + scheme=scheme, + req_description=str(self.req), + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=self.download_info if self.is_direct else None, + requested=self.user_supplied, + ) + self.install_succeeded = True + + +def check_invalid_constraint_type(req: InstallRequirement) -> str: + # Check for unsupported forms + problem = "" + if not req.name: + problem = "Unnamed requirements are not allowed as constraints" + elif req.editable: + problem = "Editable requirements are not allowed as constraints" + elif req.extras: + problem = "Constraints cannot have extras" + + if problem: + deprecated( + reason=( + "Constraints are only allowed to take the form of a package " + "name and a version specifier. Other forms were originally " + "permitted as an accident of the implementation, but were " + "undocumented. The new implementation of the resolver no " + "longer supports these forms." + ), + replacement="replacing the constraint with a requirement", + # No plan yet for when the new resolver becomes default + gone_in=None, + issue=8210, + ) + + return problem + + +def _has_option(options: Values, reqs: List[InstallRequirement], option: str) -> bool: + if getattr(options, option, None): + return True + for req in reqs: + if getattr(req, option, None): + return True + return False + + +def check_legacy_setup_py_options( + options: Values, + reqs: List[InstallRequirement], +) -> None: + has_build_options = _has_option(options, reqs, "build_options") + has_global_options = _has_option(options, reqs, "global_options") + if has_build_options or has_global_options: + deprecated( + reason="--build-option and --global-option are deprecated.", + issue=11859, + replacement="to use --config-settings", + gone_in="24.2", + ) + logger.warning( + "Implying --no-binary=:all: due to the presence of " + "--build-option / --global-option. " + ) + options.format_control.disallow_binaries() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py new file mode 100644 index 00000000..bf36114e --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py @@ -0,0 +1,119 @@ +import logging +from collections import OrderedDict +from typing import Dict, List + +from pip._vendor.packaging.specifiers import LegacySpecifier +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import LegacyVersion + +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.deprecation import deprecated + +logger = logging.getLogger(__name__) + + +class RequirementSet: + def __init__(self, check_supported_wheels: bool = True) -> None: + """Create a RequirementSet.""" + + self.requirements: Dict[str, InstallRequirement] = OrderedDict() + self.check_supported_wheels = check_supported_wheels + + self.unnamed_requirements: List[InstallRequirement] = [] + + def __str__(self) -> str: + requirements = sorted( + (req for req in self.requirements.values() if not req.comes_from), + key=lambda req: canonicalize_name(req.name or ""), + ) + return " ".join(str(req.req) for req in requirements) + + def __repr__(self) -> str: + requirements = sorted( + self.requirements.values(), + key=lambda req: canonicalize_name(req.name or ""), + ) + + format_string = "<{classname} object; {count} requirement(s): {reqs}>" + return format_string.format( + classname=self.__class__.__name__, + count=len(requirements), + reqs=", ".join(str(req.req) for req in requirements), + ) + + def add_unnamed_requirement(self, install_req: InstallRequirement) -> None: + assert not install_req.name + self.unnamed_requirements.append(install_req) + + def add_named_requirement(self, install_req: InstallRequirement) -> None: + assert install_req.name + + project_name = canonicalize_name(install_req.name) + self.requirements[project_name] = install_req + + def has_requirement(self, name: str) -> bool: + project_name = canonicalize_name(name) + + return ( + project_name in self.requirements + and not self.requirements[project_name].constraint + ) + + def get_requirement(self, name: str) -> InstallRequirement: + project_name = canonicalize_name(name) + + if project_name in self.requirements: + return self.requirements[project_name] + + raise KeyError(f"No project with the name {name!r}") + + @property + def all_requirements(self) -> List[InstallRequirement]: + return self.unnamed_requirements + list(self.requirements.values()) + + @property + def requirements_to_install(self) -> List[InstallRequirement]: + """Return the list of requirements that need to be installed. + + TODO remove this property together with the legacy resolver, since the new + resolver only returns requirements that need to be installed. + """ + return [ + install_req + for install_req in self.all_requirements + if not install_req.constraint and not install_req.satisfied_by + ] + + def warn_legacy_versions_and_specifiers(self) -> None: + for req in self.requirements_to_install: + version = req.get_dist().version + if isinstance(version, LegacyVersion): + deprecated( + reason=( + f"pip has selected the non standard version {version} " + f"of {req}. In the future this version will be " + f"ignored as it isn't standard compliant." + ), + replacement=( + "set or update constraints to select another version " + "or contact the package author to fix the version number" + ), + issue=12063, + gone_in="24.1", + ) + for dep in req.get_dist().iter_dependencies(): + if any(isinstance(spec, LegacySpecifier) for spec in dep.specifier): + deprecated( + reason=( + f"pip has selected {req} {version} which has non " + f"standard dependency specifier {dep}. " + f"In the future this version of {req} will be " + f"ignored as it isn't standard compliant." + ), + replacement=( + "set or update constraints to select another version " + "or contact the package author to fix the version number" + ), + issue=12063, + gone_in="24.1", + ) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py new file mode 100644 index 00000000..707fde1b --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py @@ -0,0 +1,649 @@ +import functools +import os +import sys +import sysconfig +from importlib.util import cache_from_source +from typing import Any, Callable, Dict, Generator, Iterable, List, Optional, Set, Tuple + +from pip._internal.exceptions import UninstallationError +from pip._internal.locations import get_bin_prefix, get_bin_user +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.egg_link import egg_link_path_from_location +from pip._internal.utils.logging import getLogger, indent_log +from pip._internal.utils.misc import ask, normalize_path, renames, rmtree +from pip._internal.utils.temp_dir import AdjacentTempDirectory, TempDirectory +from pip._internal.utils.virtualenv import running_under_virtualenv + +logger = getLogger(__name__) + + +def _script_names( + bin_dir: str, script_name: str, is_gui: bool +) -> Generator[str, None, None]: + """Create the fully qualified name of the files created by + {console,gui}_scripts for the given ``dist``. + Returns the list of file names + """ + exe_name = os.path.join(bin_dir, script_name) + yield exe_name + if not WINDOWS: + return + yield f"{exe_name}.exe" + yield f"{exe_name}.exe.manifest" + if is_gui: + yield f"{exe_name}-script.pyw" + else: + yield f"{exe_name}-script.py" + + +def _unique( + fn: Callable[..., Generator[Any, None, None]] +) -> Callable[..., Generator[Any, None, None]]: + @functools.wraps(fn) + def unique(*args: Any, **kw: Any) -> Generator[Any, None, None]: + seen: Set[Any] = set() + for item in fn(*args, **kw): + if item not in seen: + seen.add(item) + yield item + + return unique + + +@_unique +def uninstallation_paths(dist: BaseDistribution) -> Generator[str, None, None]: + """ + Yield all the uninstallation paths for dist based on RECORD-without-.py[co] + + Yield paths to all the files in RECORD. For each .py file in RECORD, add + the .pyc and .pyo in the same directory. + + UninstallPathSet.add() takes care of the __pycache__ .py[co]. + + If RECORD is not found, raises UninstallationError, + with possible information from the INSTALLER file. + + https://packaging.python.org/specifications/recording-installed-packages/ + """ + location = dist.location + assert location is not None, "not installed" + + entries = dist.iter_declared_entries() + if entries is None: + msg = f"Cannot uninstall {dist}, RECORD file not found." + installer = dist.installer + if not installer or installer == "pip": + dep = f"{dist.raw_name}=={dist.version}" + msg += ( + " You might be able to recover from this via: " + f"'pip install --force-reinstall --no-deps {dep}'." + ) + else: + msg += f" Hint: The package was installed by {installer}." + raise UninstallationError(msg) + + for entry in entries: + path = os.path.join(location, entry) + yield path + if path.endswith(".py"): + dn, fn = os.path.split(path) + base = fn[:-3] + path = os.path.join(dn, base + ".pyc") + yield path + path = os.path.join(dn, base + ".pyo") + yield path + + +def compact(paths: Iterable[str]) -> Set[str]: + """Compact a path set to contain the minimal number of paths + necessary to contain all paths in the set. If /a/path/ and + /a/path/to/a/file.txt are both in the set, leave only the + shorter path.""" + + sep = os.path.sep + short_paths: Set[str] = set() + for path in sorted(paths, key=len): + should_skip = any( + path.startswith(shortpath.rstrip("*")) + and path[len(shortpath.rstrip("*").rstrip(sep))] == sep + for shortpath in short_paths + ) + if not should_skip: + short_paths.add(path) + return short_paths + + +def compress_for_rename(paths: Iterable[str]) -> Set[str]: + """Returns a set containing the paths that need to be renamed. + + This set may include directories when the original sequence of paths + included every file on disk. + """ + case_map = {os.path.normcase(p): p for p in paths} + remaining = set(case_map) + unchecked = sorted({os.path.split(p)[0] for p in case_map.values()}, key=len) + wildcards: Set[str] = set() + + def norm_join(*a: str) -> str: + return os.path.normcase(os.path.join(*a)) + + for root in unchecked: + if any(os.path.normcase(root).startswith(w) for w in wildcards): + # This directory has already been handled. + continue + + all_files: Set[str] = set() + all_subdirs: Set[str] = set() + for dirname, subdirs, files in os.walk(root): + all_subdirs.update(norm_join(root, dirname, d) for d in subdirs) + all_files.update(norm_join(root, dirname, f) for f in files) + # If all the files we found are in our remaining set of files to + # remove, then remove them from the latter set and add a wildcard + # for the directory. + if not (all_files - remaining): + remaining.difference_update(all_files) + wildcards.add(root + os.sep) + + return set(map(case_map.__getitem__, remaining)) | wildcards + + +def compress_for_output_listing(paths: Iterable[str]) -> Tuple[Set[str], Set[str]]: + """Returns a tuple of 2 sets of which paths to display to user + + The first set contains paths that would be deleted. Files of a package + are not added and the top-level directory of the package has a '*' added + at the end - to signify that all it's contents are removed. + + The second set contains files that would have been skipped in the above + folders. + """ + + will_remove = set(paths) + will_skip = set() + + # Determine folders and files + folders = set() + files = set() + for path in will_remove: + if path.endswith(".pyc"): + continue + if path.endswith("__init__.py") or ".dist-info" in path: + folders.add(os.path.dirname(path)) + files.add(path) + + _normcased_files = set(map(os.path.normcase, files)) + + folders = compact(folders) + + # This walks the tree using os.walk to not miss extra folders + # that might get added. + for folder in folders: + for dirpath, _, dirfiles in os.walk(folder): + for fname in dirfiles: + if fname.endswith(".pyc"): + continue + + file_ = os.path.join(dirpath, fname) + if ( + os.path.isfile(file_) + and os.path.normcase(file_) not in _normcased_files + ): + # We are skipping this file. Add it to the set. + will_skip.add(file_) + + will_remove = files | {os.path.join(folder, "*") for folder in folders} + + return will_remove, will_skip + + +class StashedUninstallPathSet: + """A set of file rename operations to stash files while + tentatively uninstalling them.""" + + def __init__(self) -> None: + # Mapping from source file root to [Adjacent]TempDirectory + # for files under that directory. + self._save_dirs: Dict[str, TempDirectory] = {} + # (old path, new path) tuples for each move that may need + # to be undone. + self._moves: List[Tuple[str, str]] = [] + + def _get_directory_stash(self, path: str) -> str: + """Stashes a directory. + + Directories are stashed adjacent to their original location if + possible, or else moved/copied into the user's temp dir.""" + + try: + save_dir: TempDirectory = AdjacentTempDirectory(path) + except OSError: + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[os.path.normcase(path)] = save_dir + + return save_dir.path + + def _get_file_stash(self, path: str) -> str: + """Stashes a file. + + If no root has been provided, one will be created for the directory + in the user's temp directory.""" + path = os.path.normcase(path) + head, old_head = os.path.dirname(path), None + save_dir = None + + while head != old_head: + try: + save_dir = self._save_dirs[head] + break + except KeyError: + pass + head, old_head = os.path.dirname(head), head + else: + # Did not find any suitable root + head = os.path.dirname(path) + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[head] = save_dir + + relpath = os.path.relpath(path, head) + if relpath and relpath != os.path.curdir: + return os.path.join(save_dir.path, relpath) + return save_dir.path + + def stash(self, path: str) -> str: + """Stashes the directory or file and returns its new location. + Handle symlinks as files to avoid modifying the symlink targets. + """ + path_is_dir = os.path.isdir(path) and not os.path.islink(path) + if path_is_dir: + new_path = self._get_directory_stash(path) + else: + new_path = self._get_file_stash(path) + + self._moves.append((path, new_path)) + if path_is_dir and os.path.isdir(new_path): + # If we're moving a directory, we need to + # remove the destination first or else it will be + # moved to inside the existing directory. + # We just created new_path ourselves, so it will + # be removable. + os.rmdir(new_path) + renames(path, new_path) + return new_path + + def commit(self) -> None: + """Commits the uninstall by removing stashed files.""" + for save_dir in self._save_dirs.values(): + save_dir.cleanup() + self._moves = [] + self._save_dirs = {} + + def rollback(self) -> None: + """Undoes the uninstall by moving stashed files back.""" + for p in self._moves: + logger.info("Moving to %s\n from %s", *p) + + for new_path, path in self._moves: + try: + logger.debug("Replacing %s from %s", new_path, path) + if os.path.isfile(new_path) or os.path.islink(new_path): + os.unlink(new_path) + elif os.path.isdir(new_path): + rmtree(new_path) + renames(path, new_path) + except OSError as ex: + logger.error("Failed to restore %s", new_path) + logger.debug("Exception: %s", ex) + + self.commit() + + @property + def can_rollback(self) -> bool: + return bool(self._moves) + + +class UninstallPathSet: + """A set of file paths to be removed in the uninstallation of a + requirement.""" + + def __init__(self, dist: BaseDistribution) -> None: + self._paths: Set[str] = set() + self._refuse: Set[str] = set() + self._pth: Dict[str, UninstallPthEntries] = {} + self._dist = dist + self._moved_paths = StashedUninstallPathSet() + # Create local cache of normalize_path results. Creating an UninstallPathSet + # can result in hundreds/thousands of redundant calls to normalize_path with + # the same args, which hurts performance. + self._normalize_path_cached = functools.lru_cache()(normalize_path) + + def _permitted(self, path: str) -> bool: + """ + Return True if the given path is one we are permitted to + remove/modify, False otherwise. + + """ + # aka is_local, but caching normalized sys.prefix + if not running_under_virtualenv(): + return True + return path.startswith(self._normalize_path_cached(sys.prefix)) + + def add(self, path: str) -> None: + head, tail = os.path.split(path) + + # we normalize the head to resolve parent directory symlinks, but not + # the tail, since we only want to uninstall symlinks, not their targets + path = os.path.join(self._normalize_path_cached(head), os.path.normcase(tail)) + + if not os.path.exists(path): + return + if self._permitted(path): + self._paths.add(path) + else: + self._refuse.add(path) + + # __pycache__ files can show up after 'installed-files.txt' is created, + # due to imports + if os.path.splitext(path)[1] == ".py": + self.add(cache_from_source(path)) + + def add_pth(self, pth_file: str, entry: str) -> None: + pth_file = self._normalize_path_cached(pth_file) + if self._permitted(pth_file): + if pth_file not in self._pth: + self._pth[pth_file] = UninstallPthEntries(pth_file) + self._pth[pth_file].add(entry) + else: + self._refuse.add(pth_file) + + def remove(self, auto_confirm: bool = False, verbose: bool = False) -> None: + """Remove paths in ``self._paths`` with confirmation (unless + ``auto_confirm`` is True).""" + + if not self._paths: + logger.info( + "Can't uninstall '%s'. No files were found to uninstall.", + self._dist.raw_name, + ) + return + + dist_name_version = f"{self._dist.raw_name}-{self._dist.version}" + logger.info("Uninstalling %s:", dist_name_version) + + with indent_log(): + if auto_confirm or self._allowed_to_proceed(verbose): + moved = self._moved_paths + + for_rename = compress_for_rename(self._paths) + + for path in sorted(compact(for_rename)): + moved.stash(path) + logger.verbose("Removing file or directory %s", path) + + for pth in self._pth.values(): + pth.remove() + + logger.info("Successfully uninstalled %s", dist_name_version) + + def _allowed_to_proceed(self, verbose: bool) -> bool: + """Display which files would be deleted and prompt for confirmation""" + + def _display(msg: str, paths: Iterable[str]) -> None: + if not paths: + return + + logger.info(msg) + with indent_log(): + for path in sorted(compact(paths)): + logger.info(path) + + if not verbose: + will_remove, will_skip = compress_for_output_listing(self._paths) + else: + # In verbose mode, display all the files that are going to be + # deleted. + will_remove = set(self._paths) + will_skip = set() + + _display("Would remove:", will_remove) + _display("Would not remove (might be manually added):", will_skip) + _display("Would not remove (outside of prefix):", self._refuse) + if verbose: + _display("Will actually move:", compress_for_rename(self._paths)) + + return ask("Proceed (Y/n)? ", ("y", "n", "")) != "n" + + def rollback(self) -> None: + """Rollback the changes previously made by remove().""" + if not self._moved_paths.can_rollback: + logger.error( + "Can't roll back %s; was not uninstalled", + self._dist.raw_name, + ) + return + logger.info("Rolling back uninstall of %s", self._dist.raw_name) + self._moved_paths.rollback() + for pth in self._pth.values(): + pth.rollback() + + def commit(self) -> None: + """Remove temporary save dir: rollback will no longer be possible.""" + self._moved_paths.commit() + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "UninstallPathSet": + dist_location = dist.location + info_location = dist.info_location + if dist_location is None: + logger.info( + "Not uninstalling %s since it is not installed", + dist.canonical_name, + ) + return cls(dist) + + normalized_dist_location = normalize_path(dist_location) + if not dist.local: + logger.info( + "Not uninstalling %s at %s, outside environment %s", + dist.canonical_name, + normalized_dist_location, + sys.prefix, + ) + return cls(dist) + + if normalized_dist_location in { + p + for p in {sysconfig.get_path("stdlib"), sysconfig.get_path("platstdlib")} + if p + }: + logger.info( + "Not uninstalling %s at %s, as it is in the standard library.", + dist.canonical_name, + normalized_dist_location, + ) + return cls(dist) + + paths_to_remove = cls(dist) + develop_egg_link = egg_link_path_from_location(dist.raw_name) + + # Distribution is installed with metadata in a "flat" .egg-info + # directory. This means it is not a modern .dist-info installation, an + # egg, or legacy editable. + setuptools_flat_installation = ( + dist.installed_with_setuptools_egg_info + and info_location is not None + and os.path.exists(info_location) + # If dist is editable and the location points to a ``.egg-info``, + # we are in fact in the legacy editable case. + and not info_location.endswith(f"{dist.setuptools_filename}.egg-info") + ) + + # Uninstall cases order do matter as in the case of 2 installs of the + # same package, pip needs to uninstall the currently detected version + if setuptools_flat_installation: + if info_location is not None: + paths_to_remove.add(info_location) + installed_files = dist.iter_declared_entries() + if installed_files is not None: + for installed_file in installed_files: + paths_to_remove.add(os.path.join(dist_location, installed_file)) + # FIXME: need a test for this elif block + # occurs with --single-version-externally-managed/--record outside + # of pip + elif dist.is_file("top_level.txt"): + try: + namespace_packages = dist.read_text("namespace_packages.txt") + except FileNotFoundError: + namespaces = [] + else: + namespaces = namespace_packages.splitlines(keepends=False) + for top_level_pkg in [ + p + for p in dist.read_text("top_level.txt").splitlines() + if p and p not in namespaces + ]: + path = os.path.join(dist_location, top_level_pkg) + paths_to_remove.add(path) + paths_to_remove.add(f"{path}.py") + paths_to_remove.add(f"{path}.pyc") + paths_to_remove.add(f"{path}.pyo") + + elif dist.installed_by_distutils: + raise UninstallationError( + "Cannot uninstall {!r}. It is a distutils installed project " + "and thus we cannot accurately determine which files belong " + "to it which would lead to only a partial uninstall.".format( + dist.raw_name, + ) + ) + + elif dist.installed_as_egg: + # package installed by easy_install + # We cannot match on dist.egg_name because it can slightly vary + # i.e. setuptools-0.6c11-py2.6.egg vs setuptools-0.6rc11-py2.6.egg + paths_to_remove.add(dist_location) + easy_install_egg = os.path.split(dist_location)[1] + easy_install_pth = os.path.join( + os.path.dirname(dist_location), + "easy-install.pth", + ) + paths_to_remove.add_pth(easy_install_pth, "./" + easy_install_egg) + + elif dist.installed_with_dist_info: + for path in uninstallation_paths(dist): + paths_to_remove.add(path) + + elif develop_egg_link: + # PEP 660 modern editable is handled in the ``.dist-info`` case + # above, so this only covers the setuptools-style editable. + with open(develop_egg_link) as fh: + link_pointer = os.path.normcase(fh.readline().strip()) + normalized_link_pointer = paths_to_remove._normalize_path_cached( + link_pointer + ) + assert os.path.samefile( + normalized_link_pointer, normalized_dist_location + ), ( + f"Egg-link {develop_egg_link} (to {link_pointer}) does not match " + f"installed location of {dist.raw_name} (at {dist_location})" + ) + paths_to_remove.add(develop_egg_link) + easy_install_pth = os.path.join( + os.path.dirname(develop_egg_link), "easy-install.pth" + ) + paths_to_remove.add_pth(easy_install_pth, dist_location) + + else: + logger.debug( + "Not sure how to uninstall: %s - Check: %s", + dist, + dist_location, + ) + + if dist.in_usersite: + bin_dir = get_bin_user() + else: + bin_dir = get_bin_prefix() + + # find distutils scripts= scripts + try: + for script in dist.iter_distutils_script_names(): + paths_to_remove.add(os.path.join(bin_dir, script)) + if WINDOWS: + paths_to_remove.add(os.path.join(bin_dir, f"{script}.bat")) + except (FileNotFoundError, NotADirectoryError): + pass + + # find console_scripts and gui_scripts + def iter_scripts_to_remove( + dist: BaseDistribution, + bin_dir: str, + ) -> Generator[str, None, None]: + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + yield from _script_names(bin_dir, entry_point.name, False) + elif entry_point.group == "gui_scripts": + yield from _script_names(bin_dir, entry_point.name, True) + + for s in iter_scripts_to_remove(dist, bin_dir): + paths_to_remove.add(s) + + return paths_to_remove + + +class UninstallPthEntries: + def __init__(self, pth_file: str) -> None: + self.file = pth_file + self.entries: Set[str] = set() + self._saved_lines: Optional[List[bytes]] = None + + def add(self, entry: str) -> None: + entry = os.path.normcase(entry) + # On Windows, os.path.normcase converts the entry to use + # backslashes. This is correct for entries that describe absolute + # paths outside of site-packages, but all the others use forward + # slashes. + # os.path.splitdrive is used instead of os.path.isabs because isabs + # treats non-absolute paths with drive letter markings like c:foo\bar + # as absolute paths. It also does not recognize UNC paths if they don't + # have more than "\\sever\share". Valid examples: "\\server\share\" or + # "\\server\share\folder". + if WINDOWS and not os.path.splitdrive(entry)[0]: + entry = entry.replace("\\", "/") + self.entries.add(entry) + + def remove(self) -> None: + logger.verbose("Removing pth entries from %s:", self.file) + + # If the file doesn't exist, log a warning and return + if not os.path.isfile(self.file): + logger.warning("Cannot remove entries from nonexistent file %s", self.file) + return + with open(self.file, "rb") as fh: + # windows uses '\r\n' with py3k, but uses '\n' with py2.x + lines = fh.readlines() + self._saved_lines = lines + if any(b"\r\n" in line for line in lines): + endline = "\r\n" + else: + endline = "\n" + # handle missing trailing newline + if lines and not lines[-1].endswith(endline.encode("utf-8")): + lines[-1] = lines[-1] + endline.encode("utf-8") + for entry in self.entries: + try: + logger.verbose("Removing entry: %s", entry) + lines.remove((entry + endline).encode("utf-8")) + except ValueError: + pass + with open(self.file, "wb") as fh: + fh.writelines(lines) + + def rollback(self) -> bool: + if self._saved_lines is None: + logger.error("Cannot roll back changes to %s, none were made", self.file) + return False + logger.debug("Rolling %s back to previous state", self.file) + with open(self.file, "wb") as fh: + fh.writelines(self._saved_lines) + return True diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..66fd2d145ac3423903cebd9fbaa5441b6cc1f7f0 GIT binary patch literal 231 zcmZ9GK?=e^3`ILuL4@wTf{Qk&Tk!_EbLFDc8tu^O%#chAy?|Hn44%bfcmnCJE2rQ_ zKP378kwBhNGz+|ryZL39uc7^`8+&pO+F&8}kAOx#b;C}7g99TmWSkdhB?D6qc|k@S zwgnP`tyNvg_=oYi1lzj8XlPJ3pycVB*U54PEFH!+%ggMF3|3l5rFKX#H zWbJOLW~-4~zJw{crTj(kyMs|ye*QtzOM#7 z)l6}J63qt7Il5wP4gDLw$yYYH8ed8CdvO*ORYGt_h*V&E3<*&~(8RvtJS?X z&NB%@I=)0PStuPT>Q22W(j=8x69hO}J8H+_!XZuu>rU3qn`z>7An7J;67RQR3p$-as4 zZiUE`b3<~pH&)#)pZQ5!h0-GBO6`cU@@^I;Yl3dcK$nR~&EO~(|BMm`)S_pfN)K2R*wXW|5=2FR!85)j8*%+59$} x|H_s>v8y{Xb01Cn-NoMc+;-)B&$!U5UGEv!zw6p*t;bINs+9S;9}G>A`!|3bKgR$7 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py new file mode 100644 index 00000000..42dade18 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py @@ -0,0 +1,20 @@ +from typing import Callable, List, Optional + +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet + +InstallRequirementProvider = Callable[ + [str, Optional[InstallRequirement]], InstallRequirement +] + + +class BaseResolver: + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + raise NotImplementedError() + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + raise NotImplementedError() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d4703c42309029f7b33037810223d8026e1d6008 GIT binary patch literal 238 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py new file mode 100644 index 00000000..5ddb848a --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py @@ -0,0 +1,598 @@ +"""Dependency Resolution + +The dependency resolution in pip is performed as follows: + +for top-level requirements: + a. only one spec allowed per project, regardless of conflicts or not. + otherwise a "double requirement" exception is raised + b. they override sub-dependency requirements. +for sub-dependencies + a. "first found, wins" (where the order is breadth first) +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import sys +from collections import defaultdict +from itertools import chain +from typing import DefaultDict, Iterable, List, Optional, Set, Tuple + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.requirements import Requirement + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + HashError, + HashErrors, + InstallationError, + NoneMetadataError, + UnsupportedPythonVersion, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.utils import compatibility_tags +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.direct_url_helpers import direct_url_from_link +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import normalize_version_info +from pip._internal.utils.packaging import check_requires_python + +logger = logging.getLogger(__name__) + +DiscoveredDependencies = DefaultDict[str, List[InstallRequirement]] + + +def _check_dist_requires_python( + dist: BaseDistribution, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> None: + """ + Check whether the given Python version is compatible with a distribution's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + + :raises UnsupportedPythonVersion: When the given Python version isn't + compatible. + """ + # This idiosyncratically converts the SpecifierSet to str and let + # check_requires_python then parse it again into SpecifierSet. But this + # is the legacy resolver so I'm just not going to bother refactoring. + try: + requires_python = str(dist.requires_python) + except FileNotFoundError as e: + raise NoneMetadataError(dist, str(e)) + try: + is_compatible = check_requires_python( + requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier as exc: + logger.warning( + "Package %r has an invalid Requires-Python: %s", dist.raw_name, exc + ) + return + + if is_compatible: + return + + version = ".".join(map(str, version_info)) + if ignore_requires_python: + logger.debug( + "Ignoring failed Requires-Python check for package %r: %s not in %r", + dist.raw_name, + version, + requires_python, + ) + return + + raise UnsupportedPythonVersion( + "Package {!r} requires a different Python: {} not in {!r}".format( + dist.raw_name, version, requires_python + ) + ) + + +class Resolver(BaseResolver): + """Resolves which packages need to be installed/uninstalled to perform \ + the requested operation without breaking the requirements of any package. + """ + + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + self._py_version_info = py_version_info + + self.preparer = preparer + self.finder = finder + self.wheel_cache = wheel_cache + + self.upgrade_strategy = upgrade_strategy + self.force_reinstall = force_reinstall + self.ignore_dependencies = ignore_dependencies + self.ignore_installed = ignore_installed + self.ignore_requires_python = ignore_requires_python + self.use_user_site = use_user_site + self._make_install_req = make_install_req + + self._discovered_dependencies: DiscoveredDependencies = defaultdict(list) + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + """Resolve what operations need to be done + + As a side-effect of this method, the packages (and their dependencies) + are downloaded, unpacked and prepared for installation. This + preparation is done by ``pip.operations.prepare``. + + Once PyPI has static dependency metadata available, it would be + possible to move the preparation to become a step separated from + dependency resolution. + """ + requirement_set = RequirementSet(check_supported_wheels=check_supported_wheels) + for req in root_reqs: + if req.constraint: + check_invalid_constraint_type(req) + self._add_requirement_to_set(requirement_set, req) + + # Actually prepare the files, and collect any exceptions. Most hash + # exceptions cannot be checked ahead of time, because + # _populate_link() needs to be called before we can make decisions + # based on link type. + discovered_reqs: List[InstallRequirement] = [] + hash_errors = HashErrors() + for req in chain(requirement_set.all_requirements, discovered_reqs): + try: + discovered_reqs.extend(self._resolve_one(requirement_set, req)) + except HashError as exc: + exc.req = req + hash_errors.append(exc) + + if hash_errors: + raise hash_errors + + return requirement_set + + def _add_requirement_to_set( + self, + requirement_set: RequirementSet, + install_req: InstallRequirement, + parent_req_name: Optional[str] = None, + extras_requested: Optional[Iterable[str]] = None, + ) -> Tuple[List[InstallRequirement], Optional[InstallRequirement]]: + """Add install_req as a requirement to install. + + :param parent_req_name: The name of the requirement that needed this + added. The name is used because when multiple unnamed requirements + resolve to the same name, we could otherwise end up with dependency + links that point outside the Requirements set. parent_req must + already be added. Note that None implies that this is a user + supplied requirement, vs an inferred one. + :param extras_requested: an iterable of extras used to evaluate the + environment markers. + :return: Additional requirements to scan. That is either [] if + the requirement is not applicable, or [install_req] if the + requirement is applicable and has just been added. + """ + # If the markers do not match, ignore this requirement. + if not install_req.match_markers(extras_requested): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + install_req.name, + install_req.markers, + ) + return [], None + + # If the wheel is not supported, raise an error. + # Should check this after filtering out based on environment markers to + # allow specifying different wheels based on the environment/OS, in a + # single requirements file. + if install_req.link and install_req.link.is_wheel: + wheel = Wheel(install_req.link.filename) + tags = compatibility_tags.get_supported() + if requirement_set.check_supported_wheels and not wheel.supported(tags): + raise InstallationError( + f"{wheel.filename} is not a supported wheel on this platform." + ) + + # This next bit is really a sanity check. + assert ( + not install_req.user_supplied or parent_req_name is None + ), "a user supplied req shouldn't have a parent" + + # Unnamed requirements are scanned again and the requirement won't be + # added as a dependency until after scanning. + if not install_req.name: + requirement_set.add_unnamed_requirement(install_req) + return [install_req], None + + try: + existing_req: Optional[ + InstallRequirement + ] = requirement_set.get_requirement(install_req.name) + except KeyError: + existing_req = None + + has_conflicting_requirement = ( + parent_req_name is None + and existing_req + and not existing_req.constraint + and existing_req.extras == install_req.extras + and existing_req.req + and install_req.req + and existing_req.req.specifier != install_req.req.specifier + ) + if has_conflicting_requirement: + raise InstallationError( + "Double requirement given: {} (already in {}, name={!r})".format( + install_req, existing_req, install_req.name + ) + ) + + # When no existing requirement exists, add the requirement as a + # dependency and it will be scanned again after. + if not existing_req: + requirement_set.add_named_requirement(install_req) + # We'd want to rescan this requirement later + return [install_req], install_req + + # Assume there's no need to scan, and that we've already + # encountered this for scanning. + if install_req.constraint or not existing_req.constraint: + return [], existing_req + + does_not_satisfy_constraint = install_req.link and not ( + existing_req.link and install_req.link.path == existing_req.link.path + ) + if does_not_satisfy_constraint: + raise InstallationError( + f"Could not satisfy constraints for '{install_req.name}': " + "installation from path or url cannot be " + "constrained to a version" + ) + # If we're now installing a constraint, mark the existing + # object for real installation. + existing_req.constraint = False + # If we're now installing a user supplied requirement, + # mark the existing object as such. + if install_req.user_supplied: + existing_req.user_supplied = True + existing_req.extras = tuple( + sorted(set(existing_req.extras) | set(install_req.extras)) + ) + logger.debug( + "Setting %s extras to: %s", + existing_req, + existing_req.extras, + ) + # Return the existing requirement for addition to the parent and + # scanning again. + return [existing_req], existing_req + + def _is_upgrade_allowed(self, req: InstallRequirement) -> bool: + if self.upgrade_strategy == "to-satisfy-only": + return False + elif self.upgrade_strategy == "eager": + return True + else: + assert self.upgrade_strategy == "only-if-needed" + return req.user_supplied or req.constraint + + def _set_req_to_reinstall(self, req: InstallRequirement) -> None: + """ + Set a requirement to be installed. + """ + # Don't uninstall the conflict if doing a user install and the + # conflict is not a user install. + if not self.use_user_site or req.satisfied_by.in_usersite: + req.should_reinstall = True + req.satisfied_by = None + + def _check_skip_installed( + self, req_to_install: InstallRequirement + ) -> Optional[str]: + """Check if req_to_install should be skipped. + + This will check if the req is installed, and whether we should upgrade + or reinstall it, taking into account all the relevant user options. + + After calling this req_to_install will only have satisfied_by set to + None if the req_to_install is to be upgraded/reinstalled etc. Any + other value will be a dist recording the current thing installed that + satisfies the requirement. + + Note that for vcs urls and the like we can't assess skipping in this + routine - we simply identify that we need to pull the thing down, + then later on it is pulled down and introspected to assess upgrade/ + reinstalls etc. + + :return: A text reason for why it was skipped, or None. + """ + if self.ignore_installed: + return None + + req_to_install.check_if_exists(self.use_user_site) + if not req_to_install.satisfied_by: + return None + + if self.force_reinstall: + self._set_req_to_reinstall(req_to_install) + return None + + if not self._is_upgrade_allowed(req_to_install): + if self.upgrade_strategy == "only-if-needed": + return "already satisfied, skipping upgrade" + return "already satisfied" + + # Check for the possibility of an upgrade. For link-based + # requirements we have to pull the tree down and inspect to assess + # the version #, so it's handled way down. + if not req_to_install.link: + try: + self.finder.find_requirement(req_to_install, upgrade=True) + except BestVersionAlreadyInstalled: + # Then the best version is installed. + return "already up-to-date" + except DistributionNotFound: + # No distribution found, so we squash the error. It will + # be raised later when we re-try later to do the install. + # Why don't we just raise here? + pass + + self._set_req_to_reinstall(req_to_install) + return None + + def _find_requirement_link(self, req: InstallRequirement) -> Optional[Link]: + upgrade = self._is_upgrade_allowed(req) + best_candidate = self.finder.find_requirement(req, upgrade) + if not best_candidate: + return None + + # Log a warning per PEP 592 if necessary before returning. + link = best_candidate.link + if link.is_yanked: + reason = link.yanked_reason or "" + msg = ( + # Mark this as a unicode string to prevent + # "UnicodeEncodeError: 'ascii' codec can't encode character" + # in Python 2 when the reason contains non-ascii characters. + "The candidate selected for download or install is a " + f"yanked version: {best_candidate}\n" + f"Reason for being yanked: {reason}" + ) + logger.warning(msg) + + return link + + def _populate_link(self, req: InstallRequirement) -> None: + """Ensure that if a link can be found for this, that it is found. + + Note that req.link may still be None - if the requirement is already + installed and not needed to be upgraded based on the return value of + _is_upgrade_allowed(). + + If preparer.require_hashes is True, don't use the wheel cache, because + cached wheels, always built locally, have different hashes than the + files downloaded from the index server and thus throw false hash + mismatches. Furthermore, cached wheels at present have undeterministic + contents due to file modification times. + """ + if req.link is None: + req.link = self._find_requirement_link(req) + + if self.wheel_cache is None or self.preparer.require_hashes: + return + cache_entry = self.wheel_cache.get_cache_entry( + link=req.link, + package_name=req.name, + supported_tags=get_supported(), + ) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + if req.link is req.original_link and cache_entry.persistent: + req.cached_wheel_source_link = req.link + if cache_entry.origin is not None: + req.download_info = cache_entry.origin + else: + # Legacy cache entry that does not have origin.json. + # download_info may miss the archive_info.hashes field. + req.download_info = direct_url_from_link( + req.link, link_is_in_wheel_cache=cache_entry.persistent + ) + req.link = cache_entry.link + + def _get_dist_for(self, req: InstallRequirement) -> BaseDistribution: + """Takes a InstallRequirement and returns a single AbstractDist \ + representing a prepared variant of the same. + """ + if req.editable: + return self.preparer.prepare_editable_requirement(req) + + # satisfied_by is only evaluated by calling _check_skip_installed, + # so it must be None here. + assert req.satisfied_by is None + skip_reason = self._check_skip_installed(req) + + if req.satisfied_by: + return self.preparer.prepare_installed_requirement(req, skip_reason) + + # We eagerly populate the link, since that's our "legacy" behavior. + self._populate_link(req) + dist = self.preparer.prepare_linked_requirement(req) + + # NOTE + # The following portion is for determining if a certain package is + # going to be re-installed/upgraded or not and reporting to the user. + # This should probably get cleaned up in a future refactor. + + # req.req is only avail after unpack for URL + # pkgs repeat check_if_exists to uninstall-on-upgrade + # (#14) + if not self.ignore_installed: + req.check_if_exists(self.use_user_site) + + if req.satisfied_by: + should_modify = ( + self.upgrade_strategy != "to-satisfy-only" + or self.force_reinstall + or self.ignore_installed + or req.link.scheme == "file" + ) + if should_modify: + self._set_req_to_reinstall(req) + else: + logger.info( + "Requirement already satisfied (use --upgrade to upgrade): %s", + req, + ) + return dist + + def _resolve_one( + self, + requirement_set: RequirementSet, + req_to_install: InstallRequirement, + ) -> List[InstallRequirement]: + """Prepare a single requirements file. + + :return: A list of additional InstallRequirements to also install. + """ + # Tell user what we are doing for this requirement: + # obtain (editable), skipping, processing (local url), collecting + # (remote url or package name) + if req_to_install.constraint or req_to_install.prepared: + return [] + + req_to_install.prepared = True + + # Parse and return dependencies + dist = self._get_dist_for(req_to_install) + # This will raise UnsupportedPythonVersion if the given Python + # version isn't compatible with the distribution's Requires-Python. + _check_dist_requires_python( + dist, + version_info=self._py_version_info, + ignore_requires_python=self.ignore_requires_python, + ) + + more_reqs: List[InstallRequirement] = [] + + def add_req(subreq: Requirement, extras_requested: Iterable[str]) -> None: + # This idiosyncratically converts the Requirement to str and let + # make_install_req then parse it again into Requirement. But this is + # the legacy resolver so I'm just not going to bother refactoring. + sub_install_req = self._make_install_req(str(subreq), req_to_install) + parent_req_name = req_to_install.name + to_scan_again, add_to_parent = self._add_requirement_to_set( + requirement_set, + sub_install_req, + parent_req_name=parent_req_name, + extras_requested=extras_requested, + ) + if parent_req_name and add_to_parent: + self._discovered_dependencies[parent_req_name].append(add_to_parent) + more_reqs.extend(to_scan_again) + + with indent_log(): + # We add req_to_install before its dependencies, so that we + # can refer to it when adding dependencies. + if not requirement_set.has_requirement(req_to_install.name): + # 'unnamed' requirements will get added here + # 'unnamed' requirements can only come from being directly + # provided by the user. + assert req_to_install.user_supplied + self._add_requirement_to_set( + requirement_set, req_to_install, parent_req_name=None + ) + + if not self.ignore_dependencies: + if req_to_install.extras: + logger.debug( + "Installing extra requirements: %r", + ",".join(req_to_install.extras), + ) + missing_requested = sorted( + set(req_to_install.extras) - set(dist.iter_provided_extras()) + ) + for missing in missing_requested: + logger.warning( + "%s %s does not provide the extra '%s'", + dist.raw_name, + dist.version, + missing, + ) + + available_requested = sorted( + set(dist.iter_provided_extras()) & set(req_to_install.extras) + ) + for subreq in dist.iter_dependencies(available_requested): + add_req(subreq, extras_requested=available_requested) + + return more_reqs + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Create the installation order. + + The installation order is topological - requirements are installed + before the requiring thing. We break cycles at an arbitrary point, + and make no other guarantees. + """ + # The current implementation, which we may change at any point + # installs the user specified things in the order given, except when + # dependencies must come earlier to achieve topological order. + order = [] + ordered_reqs: Set[InstallRequirement] = set() + + def schedule(req: InstallRequirement) -> None: + if req.satisfied_by or req in ordered_reqs: + return + if req.constraint: + return + ordered_reqs.add(req) + for dep in self._discovered_dependencies[req.name]: + schedule(dep) + order.append(req) + + for install_req in req_set.requirements.values(): + schedule(install_req) + return order diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f5f8a4c5192e767f2d38ff03143676a90b567a92 GIT binary patch literal 242 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 TqPBr|AGGcklGh0k?)(1+=;~;1 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8227d02a82591ad217bf68bf71bb5bd390cd4d33 GIT binary patch literal 30411 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 MXM4br%lhH}1(nW7_y7O^ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6cfcf53c1cf16d05b23c277ab2adcdb92e47951a GIT binary patch literal 6242 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 P3q4Dlcl?vUlkfRIFim=l literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..349896bb84478d7c4f1ca9c658c4c099c82b88ab GIT binary patch literal 10412 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 PPJZy-sef?LcsTzFjD@_J literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8952e97205a687641f3c280322542a7cde9f2713 GIT binary patch literal 11447 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 str: + if not extras: + return project + extras_expr = ",".join(sorted(extras)) + return f"{project}[{extras_expr}]" + + +class Constraint: + def __init__( + self, specifier: SpecifierSet, hashes: Hashes, links: FrozenSet[Link] + ) -> None: + self.specifier = specifier + self.hashes = hashes + self.links = links + + @classmethod + def empty(cls) -> "Constraint": + return Constraint(SpecifierSet(), Hashes(), frozenset()) + + @classmethod + def from_ireq(cls, ireq: InstallRequirement) -> "Constraint": + links = frozenset([ireq.link]) if ireq.link else frozenset() + return Constraint(ireq.specifier, ireq.hashes(trust_internet=False), links) + + def __bool__(self) -> bool: + return bool(self.specifier) or bool(self.hashes) or bool(self.links) + + def __and__(self, other: InstallRequirement) -> "Constraint": + if not isinstance(other, InstallRequirement): + return NotImplemented + specifier = self.specifier & other.specifier + hashes = self.hashes & other.hashes(trust_internet=False) + links = self.links + if other.link: + links = links.union([other.link]) + return Constraint(specifier, hashes, links) + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + # Reject if there are any mismatched URL constraints on this package. + if self.links and not all(_match_link(link, candidate) for link in self.links): + return False + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class Requirement: + @property + def project_name(self) -> NormalizedName: + """The "project name" of a requirement. + + This is different from ``name`` if this requirement contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Subclass should override") + + @property + def name(self) -> str: + """The name identifying this requirement in the resolver. + + This is different from ``project_name`` if this requirement contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Subclass should override") + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + return False + + def get_candidate_lookup(self) -> CandidateLookup: + raise NotImplementedError("Subclass should override") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") + + +def _match_link(link: Link, candidate: "Candidate") -> bool: + if candidate.source_link: + return links_equivalent(link, candidate.source_link) + return False + + +class Candidate: + @property + def project_name(self) -> NormalizedName: + """The "project name" of the candidate. + + This is different from ``name`` if this candidate contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Override in subclass") + + @property + def name(self) -> str: + """The name identifying this candidate in the resolver. + + This is different from ``project_name`` if this candidate contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Override in subclass") + + @property + def version(self) -> CandidateVersion: + raise NotImplementedError("Override in subclass") + + @property + def is_installed(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def is_editable(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def source_link(self) -> Optional[Link]: + raise NotImplementedError("Override in subclass") + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + raise NotImplementedError("Override in subclass") + + def get_install_requirement(self) -> Optional[InstallRequirement]: + raise NotImplementedError("Override in subclass") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100644 index 00000000..4125cda2 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py @@ -0,0 +1,597 @@ +import logging +import sys +from typing import TYPE_CHECKING, Any, FrozenSet, Iterable, Optional, Tuple, Union, cast + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import ( + HashError, + InstallationSubprocessError, + MetadataInconsistent, +) +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link, links_equivalent +from pip._internal.models.wheel import Wheel +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, +) +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.direct_url_helpers import direct_url_from_link +from pip._internal.utils.misc import normalize_version_info + +from .base import Candidate, CandidateVersion, Requirement, format_name + +if TYPE_CHECKING: + from .factory import Factory + +logger = logging.getLogger(__name__) + +BaseCandidate = Union[ + "AlreadyInstalledCandidate", + "EditableCandidate", + "LinkCandidate", +] + +# Avoid conflicting with the PyPI package "Python". +REQUIRES_PYTHON_IDENTIFIER = cast(NormalizedName, "") + + +def as_base_candidate(candidate: Candidate) -> Optional[BaseCandidate]: + """The runtime version of BaseCandidate.""" + base_candidate_classes = ( + AlreadyInstalledCandidate, + EditableCandidate, + LinkCandidate, + ) + if isinstance(candidate, base_candidate_classes): + return candidate + return None + + +def make_install_req_from_link( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert not template.editable, "template is editable" + if template.req: + line = str(template.req) + else: + line = link.url + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.original_link = template.original_link + ireq.link = link + ireq.extras = template.extras + return ireq + + +def make_install_req_from_editable( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert template.editable, "template not editable" + ireq = install_req_from_editable( + link.url, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + permit_editable_wheels=template.permit_editable_wheels, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.extras = template.extras + return ireq + + +def _make_install_req_from_dist( + dist: BaseDistribution, template: InstallRequirement +) -> InstallRequirement: + if template.req: + line = str(template.req) + elif template.link: + line = f"{dist.canonical_name} @ {template.link.url}" + else: + line = f"{dist.canonical_name}=={dist.version}" + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.satisfied_by = dist + return ireq + + +class _InstallRequirementBackedCandidate(Candidate): + """A candidate backed by an ``InstallRequirement``. + + This represents a package request with the target not being already + in the environment, and needs to be fetched and installed. The backing + ``InstallRequirement`` is responsible for most of the leg work; this + class exposes appropriate information to the resolver. + + :param link: The link passed to the ``InstallRequirement``. The backing + ``InstallRequirement`` will use this link to fetch the distribution. + :param source_link: The link this candidate "originates" from. This is + different from ``link`` when the link is found in the wheel cache. + ``link`` would point to the wheel cache, while this points to the + found remote link (e.g. from pypi.org). + """ + + dist: BaseDistribution + is_installed = False + + def __init__( + self, + link: Link, + source_link: Link, + ireq: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + self._link = link + self._source_link = source_link + self._factory = factory + self._ireq = ireq + self._name = name + self._version = version + self.dist = self._prepare() + + def __str__(self) -> str: + return f"{self.name} {self.version}" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._link)!r})" + + def __hash__(self) -> int: + return hash((self.__class__, self._link)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return links_equivalent(self._link, other._link) + return False + + @property + def source_link(self) -> Optional[Link]: + return self._source_link + + @property + def project_name(self) -> NormalizedName: + """The normalised name of the project the candidate refers to""" + if self._name is None: + self._name = self.dist.canonical_name + return self._name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + if self._version is None: + self._version = self.dist.version + return self._version + + def format_for_error(self) -> str: + return "{} {} (from {})".format( + self.name, + self.version, + self._link.file_path if self._link.is_file else self._link, + ) + + def _prepare_distribution(self) -> BaseDistribution: + raise NotImplementedError("Override in subclass") + + def _check_metadata_consistency(self, dist: BaseDistribution) -> None: + """Check for consistency of project name and version of dist.""" + if self._name is not None and self._name != dist.canonical_name: + raise MetadataInconsistent( + self._ireq, + "name", + self._name, + dist.canonical_name, + ) + if self._version is not None and self._version != dist.version: + raise MetadataInconsistent( + self._ireq, + "version", + str(self._version), + str(dist.version), + ) + + def _prepare(self) -> BaseDistribution: + try: + dist = self._prepare_distribution() + except HashError as e: + # Provide HashError the underlying ireq that caused it. This + # provides context for the resulting error message to show the + # offending line to the user. + e.req = self._ireq + raise + except InstallationSubprocessError as exc: + # The output has been presented already, so don't duplicate it. + exc.context = "See above for output." + raise + + self._check_metadata_consistency(dist) + return dist + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + requires = self.dist.iter_dependencies() if with_requires else () + for r in requires: + yield from self._factory.make_requirements_from_spec(str(r), self._ireq) + yield self._factory.make_requires_python_requirement(self.dist.requires_python) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return self._ireq + + +class LinkCandidate(_InstallRequirementBackedCandidate): + is_editable = False + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + source_link = link + cache_entry = factory.get_wheel_cache_entry(source_link, name) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + link = cache_entry.link + ireq = make_install_req_from_link(link, template) + assert ireq.link == link + if ireq.link.is_wheel and not ireq.link.is_file: + wheel = Wheel(ireq.link.filename) + wheel_name = canonicalize_name(wheel.name) + assert name == wheel_name, f"{name!r} != {wheel_name!r} for wheel" + # Version may not be present for PEP 508 direct URLs + if version is not None: + wheel_version = Version(wheel.version) + assert version == wheel_version, "{!r} != {!r} for wheel {}".format( + version, wheel_version, name + ) + + if cache_entry is not None: + assert ireq.link.is_wheel + assert ireq.link.is_file + if cache_entry.persistent and template.link is template.original_link: + ireq.cached_wheel_source_link = source_link + if cache_entry.origin is not None: + ireq.download_info = cache_entry.origin + else: + # Legacy cache entry that does not have origin.json. + # download_info may miss the archive_info.hashes field. + ireq.download_info = direct_url_from_link( + source_link, link_is_in_wheel_cache=cache_entry.persistent + ) + + super().__init__( + link=link, + source_link=source_link, + ireq=ireq, + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + preparer = self._factory.preparer + return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) + + +class EditableCandidate(_InstallRequirementBackedCandidate): + is_editable = True + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + super().__init__( + link=link, + source_link=link, + ireq=make_install_req_from_editable(link, template), + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + return self._factory.preparer.prepare_editable_requirement(self._ireq) + + +class AlreadyInstalledCandidate(Candidate): + is_installed = True + source_link = None + + def __init__( + self, + dist: BaseDistribution, + template: InstallRequirement, + factory: "Factory", + ) -> None: + self.dist = dist + self._ireq = _make_install_req_from_dist(dist, template) + self._factory = factory + self._version = None + + # This is just logging some messages, so we can do it eagerly. + # The returned dist would be exactly the same as self.dist because we + # set satisfied_by in _make_install_req_from_dist. + # TODO: Supply reason based on force_reinstall and upgrade_strategy. + skip_reason = "already satisfied" + factory.preparer.prepare_installed_requirement(self._ireq, skip_reason) + + def __str__(self) -> str: + return str(self.dist) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.dist!r})" + + def __hash__(self) -> int: + return hash((self.__class__, self.name, self.version)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.name == other.name and self.version == other.version + return False + + @property + def project_name(self) -> NormalizedName: + return self.dist.canonical_name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + if self._version is None: + self._version = self.dist.version + return self._version + + @property + def is_editable(self) -> bool: + return self.dist.editable + + def format_for_error(self) -> str: + return f"{self.name} {self.version} (Installed)" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + if not with_requires: + return + for r in self.dist.iter_dependencies(): + yield from self._factory.make_requirements_from_spec(str(r), self._ireq) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None + + +class ExtrasCandidate(Candidate): + """A candidate that has 'extras', indicating additional dependencies. + + Requirements can be for a project with dependencies, something like + foo[extra]. The extras don't affect the project/version being installed + directly, but indicate that we need additional dependencies. We model that + by having an artificial ExtrasCandidate that wraps the "base" candidate. + + The ExtrasCandidate differs from the base in the following ways: + + 1. It has a unique name, of the form foo[extra]. This causes the resolver + to treat it as a separate node in the dependency graph. + 2. When we're getting the candidate's dependencies, + a) We specify that we want the extra dependencies as well. + b) We add a dependency on the base candidate. + See below for why this is needed. + 3. We return None for the underlying InstallRequirement, as the base + candidate will provide it, and we don't want to end up with duplicates. + + The dependency on the base candidate is needed so that the resolver can't + decide that it should recommend foo[extra1] version 1.0 and foo[extra2] + version 2.0. Having those candidates depend on foo=1.0 and foo=2.0 + respectively forces the resolver to recognise that this is a conflict. + """ + + def __init__( + self, + base: BaseCandidate, + extras: FrozenSet[str], + *, + comes_from: Optional[InstallRequirement] = None, + ) -> None: + """ + :param comes_from: the InstallRequirement that led to this candidate if it + differs from the base's InstallRequirement. This will often be the + case in the sense that this candidate's requirement has the extras + while the base's does not. Unlike the InstallRequirement backed + candidates, this requirement is used solely for reporting purposes, + it does not do any leg work. + """ + self.base = base + self.extras = frozenset(canonicalize_name(e) for e in extras) + # If any extras are requested in their non-normalized forms, keep track + # of their raw values. This is needed when we look up dependencies + # since PEP 685 has not been implemented for marker-matching, and using + # the non-normalized extra for lookup ensures the user can select a + # non-normalized extra in a package with its non-normalized form. + # TODO: Remove this attribute when packaging is upgraded to support the + # marker comparison logic specified in PEP 685. + self._unnormalized_extras = extras.difference(self.extras) + self._comes_from = comes_from if comes_from is not None else self.base._ireq + + def __str__(self) -> str: + name, rest = str(self.base).split(" ", 1) + return "{}[{}] {}".format(name, ",".join(self.extras), rest) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}(base={self.base!r}, extras={self.extras!r})" + + def __hash__(self) -> int: + return hash((self.base, self.extras)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.base == other.base and self.extras == other.extras + return False + + @property + def project_name(self) -> NormalizedName: + return self.base.project_name + + @property + def name(self) -> str: + """The normalised name of the project the candidate refers to""" + return format_name(self.base.project_name, self.extras) + + @property + def version(self) -> CandidateVersion: + return self.base.version + + def format_for_error(self) -> str: + return "{} [{}]".format( + self.base.format_for_error(), ", ".join(sorted(self.extras)) + ) + + @property + def is_installed(self) -> bool: + return self.base.is_installed + + @property + def is_editable(self) -> bool: + return self.base.is_editable + + @property + def source_link(self) -> Optional[Link]: + return self.base.source_link + + def _warn_invalid_extras( + self, + requested: FrozenSet[str], + valid: FrozenSet[str], + ) -> None: + """Emit warnings for invalid extras being requested. + + This emits a warning for each requested extra that is not in the + candidate's ``Provides-Extra`` list. + """ + invalid_extras_to_warn = frozenset( + extra + for extra in requested + if extra not in valid + # If an extra is requested in an unnormalized form, skip warning + # about the normalized form being missing. + and extra in self.extras + ) + if not invalid_extras_to_warn: + return + for extra in sorted(invalid_extras_to_warn): + logger.warning( + "%s %s does not provide the extra '%s'", + self.base.name, + self.version, + extra, + ) + + def _calculate_valid_requested_extras(self) -> FrozenSet[str]: + """Get a list of valid extras requested by this candidate. + + The user (or upstream dependant) may have specified extras that the + candidate doesn't support. Any unsupported extras are dropped, and each + cause a warning to be logged here. + """ + requested_extras = self.extras.union(self._unnormalized_extras) + valid_extras = frozenset( + extra + for extra in requested_extras + if self.base.dist.is_extra_provided(extra) + ) + self._warn_invalid_extras(requested_extras, valid_extras) + return valid_extras + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + factory = self.base._factory + + # Add a dependency on the exact base + # (See note 2b in the class docstring) + yield factory.make_requirement_from_candidate(self.base) + if not with_requires: + return + + valid_extras = self._calculate_valid_requested_extras() + for r in self.base.dist.iter_dependencies(valid_extras): + yield from factory.make_requirements_from_spec( + str(r), + self._comes_from, + valid_extras, + ) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + # We don't return anything here, because we always + # depend on the base candidate, and we'll get the + # install requirement from that. + return None + + +class RequiresPythonCandidate(Candidate): + is_installed = False + source_link = None + + def __init__(self, py_version_info: Optional[Tuple[int, ...]]) -> None: + if py_version_info is not None: + version_info = normalize_version_info(py_version_info) + else: + version_info = sys.version_info[:3] + self._version = Version(".".join(str(c) for c in version_info)) + + # We don't need to implement __eq__() and __ne__() since there is always + # only one RequiresPythonCandidate in a resolution, i.e. the host Python. + # The built-in object.__eq__() and object.__ne__() do exactly what we want. + + def __str__(self) -> str: + return f"Python {self._version}" + + @property + def project_name(self) -> NormalizedName: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def name(self) -> str: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def version(self) -> CandidateVersion: + return self._version + + def format_for_error(self) -> str: + return f"Python {self.version}" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + return () + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100644 index 00000000..4adeb430 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py @@ -0,0 +1,812 @@ +import contextlib +import functools +import logging +from typing import ( + TYPE_CHECKING, + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Mapping, + NamedTuple, + Optional, + Sequence, + Set, + Tuple, + TypeVar, + cast, +) + +from pip._vendor.packaging.requirements import InvalidRequirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.resolvelib import ResolutionImpossible + +from pip._internal.cache import CacheEntry, WheelCache +from pip._internal.exceptions import ( + DistributionNotFound, + InstallationError, + MetadataInconsistent, + UnsupportedPythonVersion, + UnsupportedWheel, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_default_environment +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import ( + install_req_drop_extras, + install_req_from_link_and_ireq, +) +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.resolution.base import InstallRequirementProvider +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import Candidate, CandidateVersion, Constraint, Requirement +from .candidates import ( + AlreadyInstalledCandidate, + BaseCandidate, + EditableCandidate, + ExtrasCandidate, + LinkCandidate, + RequiresPythonCandidate, + as_base_candidate, +) +from .found_candidates import FoundCandidates, IndexCandidateInfo +from .requirements import ( + ExplicitRequirement, + RequiresPythonRequirement, + SpecifierRequirement, + SpecifierWithoutExtrasRequirement, + UnsatisfiableRequirement, +) + +if TYPE_CHECKING: + from typing import Protocol + + class ConflictCause(Protocol): + requirement: RequiresPythonRequirement + parent: Candidate + + +logger = logging.getLogger(__name__) + +C = TypeVar("C") +Cache = Dict[Link, C] + + +class CollectedRootRequirements(NamedTuple): + requirements: List[Requirement] + constraints: Dict[str, Constraint] + user_requested: Dict[str, int] + + +class Factory: + def __init__( + self, + finder: PackageFinder, + preparer: RequirementPreparer, + make_install_req: InstallRequirementProvider, + wheel_cache: Optional[WheelCache], + use_user_site: bool, + force_reinstall: bool, + ignore_installed: bool, + ignore_requires_python: bool, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + self._finder = finder + self.preparer = preparer + self._wheel_cache = wheel_cache + self._python_candidate = RequiresPythonCandidate(py_version_info) + self._make_install_req_from_spec = make_install_req + self._use_user_site = use_user_site + self._force_reinstall = force_reinstall + self._ignore_requires_python = ignore_requires_python + + self._build_failures: Cache[InstallationError] = {} + self._link_candidate_cache: Cache[LinkCandidate] = {} + self._editable_candidate_cache: Cache[EditableCandidate] = {} + self._installed_candidate_cache: Dict[str, AlreadyInstalledCandidate] = {} + self._extras_candidate_cache: Dict[ + Tuple[int, FrozenSet[NormalizedName]], ExtrasCandidate + ] = {} + + if not ignore_installed: + env = get_default_environment() + self._installed_dists = { + dist.canonical_name: dist + for dist in env.iter_installed_distributions(local_only=False) + } + else: + self._installed_dists = {} + + @property + def force_reinstall(self) -> bool: + return self._force_reinstall + + def _fail_if_link_is_unsupported_wheel(self, link: Link) -> None: + if not link.is_wheel: + return + wheel = Wheel(link.filename) + if wheel.supported(self._finder.target_python.get_unsorted_tags()): + return + msg = f"{link.filename} is not a supported wheel on this platform." + raise UnsupportedWheel(msg) + + def _make_extras_candidate( + self, + base: BaseCandidate, + extras: FrozenSet[str], + *, + comes_from: Optional[InstallRequirement] = None, + ) -> ExtrasCandidate: + cache_key = (id(base), frozenset(canonicalize_name(e) for e in extras)) + try: + candidate = self._extras_candidate_cache[cache_key] + except KeyError: + candidate = ExtrasCandidate(base, extras, comes_from=comes_from) + self._extras_candidate_cache[cache_key] = candidate + return candidate + + def _make_candidate_from_dist( + self, + dist: BaseDistribution, + extras: FrozenSet[str], + template: InstallRequirement, + ) -> Candidate: + try: + base = self._installed_candidate_cache[dist.canonical_name] + except KeyError: + base = AlreadyInstalledCandidate(dist, template, factory=self) + self._installed_candidate_cache[dist.canonical_name] = base + if not extras: + return base + return self._make_extras_candidate(base, extras, comes_from=template) + + def _make_candidate_from_link( + self, + link: Link, + extras: FrozenSet[str], + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[CandidateVersion], + ) -> Optional[Candidate]: + base: Optional[BaseCandidate] = self._make_base_candidate_from_link( + link, template, name, version + ) + if not extras or base is None: + return base + return self._make_extras_candidate(base, extras, comes_from=template) + + def _make_base_candidate_from_link( + self, + link: Link, + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[CandidateVersion], + ) -> Optional[BaseCandidate]: + # TODO: Check already installed candidate, and use it if the link and + # editable flag match. + + if link in self._build_failures: + # We already tried this candidate before, and it does not build. + # Don't bother trying again. + return None + + if template.editable: + if link not in self._editable_candidate_cache: + try: + self._editable_candidate_cache[link] = EditableCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + + return self._editable_candidate_cache[link] + else: + if link not in self._link_candidate_cache: + try: + self._link_candidate_cache[link] = LinkCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + return self._link_candidate_cache[link] + + def _iter_found_candidates( + self, + ireqs: Sequence[InstallRequirement], + specifier: SpecifierSet, + hashes: Hashes, + prefers_installed: bool, + incompatible_ids: Set[int], + ) -> Iterable[Candidate]: + if not ireqs: + return () + + # The InstallRequirement implementation requires us to give it a + # "template". Here we just choose the first requirement to represent + # all of them. + # Hopefully the Project model can correct this mismatch in the future. + template = ireqs[0] + assert template.req, "Candidates found on index must be PEP 508" + name = canonicalize_name(template.req.name) + + extras: FrozenSet[str] = frozenset() + for ireq in ireqs: + assert ireq.req, "Candidates found on index must be PEP 508" + specifier &= ireq.req.specifier + hashes &= ireq.hashes(trust_internet=False) + extras |= frozenset(ireq.extras) + + def _get_installed_candidate() -> Optional[Candidate]: + """Get the candidate for the currently-installed version.""" + # If --force-reinstall is set, we want the version from the index + # instead, so we "pretend" there is nothing installed. + if self._force_reinstall: + return None + try: + installed_dist = self._installed_dists[name] + except KeyError: + return None + # Don't use the installed distribution if its version does not fit + # the current dependency graph. + if not specifier.contains(installed_dist.version, prereleases=True): + return None + candidate = self._make_candidate_from_dist( + dist=installed_dist, + extras=extras, + template=template, + ) + # The candidate is a known incompatibility. Don't use it. + if id(candidate) in incompatible_ids: + return None + return candidate + + def iter_index_candidate_infos() -> Iterator[IndexCandidateInfo]: + result = self._finder.find_best_candidate( + project_name=name, + specifier=specifier, + hashes=hashes, + ) + icans = list(result.iter_applicable()) + + # PEP 592: Yanked releases are ignored unless the specifier + # explicitly pins a version (via '==' or '===') that can be + # solely satisfied by a yanked release. + all_yanked = all(ican.link.is_yanked for ican in icans) + + def is_pinned(specifier: SpecifierSet) -> bool: + for sp in specifier: + if sp.operator == "===": + return True + if sp.operator != "==": + continue + if sp.version.endswith(".*"): + continue + return True + return False + + pinned = is_pinned(specifier) + + # PackageFinder returns earlier versions first, so we reverse. + for ican in reversed(icans): + if not (all_yanked and pinned) and ican.link.is_yanked: + continue + func = functools.partial( + self._make_candidate_from_link, + link=ican.link, + extras=extras, + template=template, + name=name, + version=ican.version, + ) + yield ican.version, func + + return FoundCandidates( + iter_index_candidate_infos, + _get_installed_candidate(), + prefers_installed, + incompatible_ids, + ) + + def _iter_explicit_candidates_from_base( + self, + base_requirements: Iterable[Requirement], + extras: FrozenSet[str], + ) -> Iterator[Candidate]: + """Produce explicit candidates from the base given an extra-ed package. + + :param base_requirements: Requirements known to the resolver. The + requirements are guaranteed to not have extras. + :param extras: The extras to inject into the explicit requirements' + candidates. + """ + for req in base_requirements: + lookup_cand, _ = req.get_candidate_lookup() + if lookup_cand is None: # Not explicit. + continue + # We've stripped extras from the identifier, and should always + # get a BaseCandidate here, unless there's a bug elsewhere. + base_cand = as_base_candidate(lookup_cand) + assert base_cand is not None, "no extras here" + yield self._make_extras_candidate(base_cand, extras) + + def _iter_candidates_from_constraints( + self, + identifier: str, + constraint: Constraint, + template: InstallRequirement, + ) -> Iterator[Candidate]: + """Produce explicit candidates from constraints. + + This creates "fake" InstallRequirement objects that are basically clones + of what "should" be the template, but with original_link set to link. + """ + for link in constraint.links: + self._fail_if_link_is_unsupported_wheel(link) + candidate = self._make_base_candidate_from_link( + link, + template=install_req_from_link_and_ireq(link, template), + name=canonicalize_name(identifier), + version=None, + ) + if candidate: + yield candidate + + def find_candidates( + self, + identifier: str, + requirements: Mapping[str, Iterable[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + constraint: Constraint, + prefers_installed: bool, + ) -> Iterable[Candidate]: + # Collect basic lookup information from the requirements. + explicit_candidates: Set[Candidate] = set() + ireqs: List[InstallRequirement] = [] + for req in requirements[identifier]: + cand, ireq = req.get_candidate_lookup() + if cand is not None: + explicit_candidates.add(cand) + if ireq is not None: + ireqs.append(ireq) + + # If the current identifier contains extras, add requires and explicit + # candidates from entries from extra-less identifier. + with contextlib.suppress(InvalidRequirement): + parsed_requirement = get_requirement(identifier) + if parsed_requirement.name != identifier: + explicit_candidates.update( + self._iter_explicit_candidates_from_base( + requirements.get(parsed_requirement.name, ()), + frozenset(parsed_requirement.extras), + ), + ) + for req in requirements.get(parsed_requirement.name, []): + _, ireq = req.get_candidate_lookup() + if ireq is not None: + ireqs.append(ireq) + + # Add explicit candidates from constraints. We only do this if there are + # known ireqs, which represent requirements not already explicit. If + # there are no ireqs, we're constraining already-explicit requirements, + # which is handled later when we return the explicit candidates. + if ireqs: + try: + explicit_candidates.update( + self._iter_candidates_from_constraints( + identifier, + constraint, + template=ireqs[0], + ), + ) + except UnsupportedWheel: + # If we're constrained to install a wheel incompatible with the + # target architecture, no candidates will ever be valid. + return () + + # Since we cache all the candidates, incompatibility identification + # can be made quicker by comparing only the id() values. + incompat_ids = {id(c) for c in incompatibilities.get(identifier, ())} + + # If none of the requirements want an explicit candidate, we can ask + # the finder for candidates. + if not explicit_candidates: + return self._iter_found_candidates( + ireqs, + constraint.specifier, + constraint.hashes, + prefers_installed, + incompat_ids, + ) + + return ( + c + for c in explicit_candidates + if id(c) not in incompat_ids + and constraint.is_satisfied_by(c) + and all(req.is_satisfied_by(c) for req in requirements[identifier]) + ) + + def _make_requirements_from_install_req( + self, ireq: InstallRequirement, requested_extras: Iterable[str] + ) -> Iterator[Requirement]: + """ + Returns requirement objects associated with the given InstallRequirement. In + most cases this will be a single object but the following special cases exist: + - the InstallRequirement has markers that do not apply -> result is empty + - the InstallRequirement has both a constraint (or link) and extras + -> result is split in two requirement objects: one with the constraint + (or link) and one with the extra. This allows centralized constraint + handling for the base, resulting in fewer candidate rejections. + """ + if not ireq.match_markers(requested_extras): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + ireq.name, + ireq.markers, + ) + elif not ireq.link: + if ireq.extras and ireq.req is not None and ireq.req.specifier: + yield SpecifierWithoutExtrasRequirement(ireq) + yield SpecifierRequirement(ireq) + else: + self._fail_if_link_is_unsupported_wheel(ireq.link) + # Always make the link candidate for the base requirement to make it + # available to `find_candidates` for explicit candidate lookup for any + # set of extras. + # The extras are required separately via a second requirement. + cand = self._make_base_candidate_from_link( + ireq.link, + template=install_req_drop_extras(ireq) if ireq.extras else ireq, + name=canonicalize_name(ireq.name) if ireq.name else None, + version=None, + ) + if cand is None: + # There's no way we can satisfy a URL requirement if the underlying + # candidate fails to build. An unnamed URL must be user-supplied, so + # we fail eagerly. If the URL is named, an unsatisfiable requirement + # can make the resolver do the right thing, either backtrack (and + # maybe find some other requirement that's buildable) or raise a + # ResolutionImpossible eventually. + if not ireq.name: + raise self._build_failures[ireq.link] + yield UnsatisfiableRequirement(canonicalize_name(ireq.name)) + else: + # require the base from the link + yield self.make_requirement_from_candidate(cand) + if ireq.extras: + # require the extras on top of the base candidate + yield self.make_requirement_from_candidate( + self._make_extras_candidate(cand, frozenset(ireq.extras)) + ) + + def collect_root_requirements( + self, root_ireqs: List[InstallRequirement] + ) -> CollectedRootRequirements: + collected = CollectedRootRequirements([], {}, {}) + for i, ireq in enumerate(root_ireqs): + if ireq.constraint: + # Ensure we only accept valid constraints + problem = check_invalid_constraint_type(ireq) + if problem: + raise InstallationError(problem) + if not ireq.match_markers(): + continue + assert ireq.name, "Constraint must be named" + name = canonicalize_name(ireq.name) + if name in collected.constraints: + collected.constraints[name] &= ireq + else: + collected.constraints[name] = Constraint.from_ireq(ireq) + else: + reqs = list( + self._make_requirements_from_install_req( + ireq, + requested_extras=(), + ) + ) + if not reqs: + continue + template = reqs[0] + if ireq.user_supplied and template.name not in collected.user_requested: + collected.user_requested[template.name] = i + collected.requirements.extend(reqs) + # Put requirements with extras at the end of the root requires. This does not + # affect resolvelib's picking preference but it does affect its initial criteria + # population: by putting extras at the end we enable the candidate finder to + # present resolvelib with a smaller set of candidates to resolvelib, already + # taking into account any non-transient constraints on the associated base. This + # means resolvelib will have fewer candidates to visit and reject. + # Python's list sort is stable, meaning relative order is kept for objects with + # the same key. + collected.requirements.sort(key=lambda r: r.name != r.project_name) + return collected + + def make_requirement_from_candidate( + self, candidate: Candidate + ) -> ExplicitRequirement: + return ExplicitRequirement(candidate) + + def make_requirements_from_spec( + self, + specifier: str, + comes_from: Optional[InstallRequirement], + requested_extras: Iterable[str] = (), + ) -> Iterator[Requirement]: + """ + Returns requirement objects associated with the given specifier. In most cases + this will be a single object but the following special cases exist: + - the specifier has markers that do not apply -> result is empty + - the specifier has both a constraint and extras -> result is split + in two requirement objects: one with the constraint and one with the + extra. This allows centralized constraint handling for the base, + resulting in fewer candidate rejections. + """ + ireq = self._make_install_req_from_spec(specifier, comes_from) + return self._make_requirements_from_install_req(ireq, requested_extras) + + def make_requires_python_requirement( + self, + specifier: SpecifierSet, + ) -> Optional[Requirement]: + if self._ignore_requires_python: + return None + # Don't bother creating a dependency for an empty Requires-Python. + if not str(specifier): + return None + return RequiresPythonRequirement(specifier, self._python_candidate) + + def get_wheel_cache_entry( + self, link: Link, name: Optional[str] + ) -> Optional[CacheEntry]: + """Look up the link in the wheel cache. + + If ``preparer.require_hashes`` is True, don't use the wheel cache, + because cached wheels, always built locally, have different hashes + than the files downloaded from the index server and thus throw false + hash mismatches. Furthermore, cached wheels at present have + nondeterministic contents due to file modification times. + """ + if self._wheel_cache is None: + return None + return self._wheel_cache.get_cache_entry( + link=link, + package_name=name, + supported_tags=get_supported(), + ) + + def get_dist_to_uninstall(self, candidate: Candidate) -> Optional[BaseDistribution]: + # TODO: Are there more cases this needs to return True? Editable? + dist = self._installed_dists.get(candidate.project_name) + if dist is None: # Not installed, no uninstallation required. + return None + + # We're installing into global site. The current installation must + # be uninstalled, no matter it's in global or user site, because the + # user site installation has precedence over global. + if not self._use_user_site: + return dist + + # We're installing into user site. Remove the user site installation. + if dist.in_usersite: + return dist + + # We're installing into user site, but the installed incompatible + # package is in global site. We can't uninstall that, and would let + # the new user installation to "shadow" it. But shadowing won't work + # in virtual environments, so we error out. + if running_under_virtualenv() and dist.in_site_packages: + message = ( + f"Will not install to the user site because it will lack " + f"sys.path precedence to {dist.raw_name} in {dist.location}" + ) + raise InstallationError(message) + return None + + def _report_requires_python_error( + self, causes: Sequence["ConflictCause"] + ) -> UnsupportedPythonVersion: + assert causes, "Requires-Python error reported with no cause" + + version = self._python_candidate.version + + if len(causes) == 1: + specifier = str(causes[0].requirement.specifier) + message = ( + f"Package {causes[0].parent.name!r} requires a different " + f"Python: {version} not in {specifier!r}" + ) + return UnsupportedPythonVersion(message) + + message = f"Packages require a different Python. {version} not in:" + for cause in causes: + package = cause.parent.format_for_error() + specifier = str(cause.requirement.specifier) + message += f"\n{specifier!r} (required by {package})" + return UnsupportedPythonVersion(message) + + def _report_single_requirement_conflict( + self, req: Requirement, parent: Optional[Candidate] + ) -> DistributionNotFound: + if parent is None: + req_disp = str(req) + else: + req_disp = f"{req} (from {parent.name})" + + cands = self._finder.find_all_candidates(req.project_name) + skipped_by_requires_python = self._finder.requires_python_skipped_reasons() + + versions_set: Set[CandidateVersion] = set() + yanked_versions_set: Set[CandidateVersion] = set() + for c in cands: + is_yanked = c.link.is_yanked if c.link else False + if is_yanked: + yanked_versions_set.add(c.version) + else: + versions_set.add(c.version) + + versions = [str(v) for v in sorted(versions_set)] + yanked_versions = [str(v) for v in sorted(yanked_versions_set)] + + if yanked_versions: + # Saying "version X is yanked" isn't entirely accurate. + # https://github.com/pypa/pip/issues/11745#issuecomment-1402805842 + logger.critical( + "Ignored the following yanked versions: %s", + ", ".join(yanked_versions) or "none", + ) + if skipped_by_requires_python: + logger.critical( + "Ignored the following versions that require a different python " + "version: %s", + "; ".join(skipped_by_requires_python) or "none", + ) + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req_disp, + ", ".join(versions) or "none", + ) + if str(req) == "requirements.txt": + logger.info( + "HINT: You are attempting to install a package literally " + 'named "requirements.txt" (which cannot exist). Consider ' + "using the '-r' flag to install the packages listed in " + "requirements.txt" + ) + + return DistributionNotFound(f"No matching distribution found for {req}") + + def get_installation_error( + self, + e: "ResolutionImpossible[Requirement, Candidate]", + constraints: Dict[str, Constraint], + ) -> InstallationError: + assert e.causes, "Installation error reported with no cause" + + # If one of the things we can't solve is "we need Python X.Y", + # that is what we report. + requires_python_causes = [ + cause + for cause in e.causes + if isinstance(cause.requirement, RequiresPythonRequirement) + and not cause.requirement.is_satisfied_by(self._python_candidate) + ] + if requires_python_causes: + # The comprehension above makes sure all Requirement instances are + # RequiresPythonRequirement, so let's cast for convenience. + return self._report_requires_python_error( + cast("Sequence[ConflictCause]", requires_python_causes), + ) + + # Otherwise, we have a set of causes which can't all be satisfied + # at once. + + # The simplest case is when we have *one* cause that can't be + # satisfied. We just report that case. + if len(e.causes) == 1: + req, parent = e.causes[0] + if req.name not in constraints: + return self._report_single_requirement_conflict(req, parent) + + # OK, we now have a list of requirements that can't all be + # satisfied at once. + + # A couple of formatting helpers + def text_join(parts: List[str]) -> str: + if len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def describe_trigger(parent: Candidate) -> str: + ireq = parent.get_install_requirement() + if not ireq or not ireq.comes_from: + return f"{parent.name}=={parent.version}" + if isinstance(ireq.comes_from, InstallRequirement): + return str(ireq.comes_from.name) + return str(ireq.comes_from) + + triggers = set() + for req, parent in e.causes: + if parent is None: + # This is a root requirement, so we can report it directly + trigger = req.format_for_error() + else: + trigger = describe_trigger(parent) + triggers.add(trigger) + + if triggers: + info = text_join(sorted(triggers)) + else: + info = "the requested packages" + + msg = ( + f"Cannot install {info} because these package versions " + "have conflicting dependencies." + ) + logger.critical(msg) + msg = "\nThe conflict is caused by:" + + relevant_constraints = set() + for req, parent in e.causes: + if req.name in constraints: + relevant_constraints.add(req.name) + msg = msg + "\n " + if parent: + msg = msg + f"{parent.name} {parent.version} depends on " + else: + msg = msg + "The user requested " + msg = msg + req.format_for_error() + for key in relevant_constraints: + spec = constraints[key].specifier + msg += f"\n The user requested (constraint) {key}{spec}" + + msg = ( + msg + + "\n\n" + + "To fix this you could try to:\n" + + "1. loosen the range of package versions you've specified\n" + + "2. remove package versions to allow pip attempt to solve " + + "the dependency conflict\n" + ) + + logger.info(msg) + + return DistributionNotFound( + "ResolutionImpossible: for help visit " + "https://pip.pypa.io/en/latest/topics/dependency-resolution/" + "#dealing-with-dependency-conflicts" + ) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100644 index 00000000..8663097b --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py @@ -0,0 +1,155 @@ +"""Utilities to lazily create and visit candidates found. + +Creating and visiting a candidate is a *very* costly operation. It involves +fetching, extracting, potentially building modules from source, and verifying +distribution metadata. It is therefore crucial for performance to keep +everything here lazy all the way down, so we only touch candidates that we +absolutely need, and not "download the world" when we only need one version of +something. +""" + +import functools +from collections.abc import Sequence +from typing import TYPE_CHECKING, Any, Callable, Iterator, Optional, Set, Tuple + +from pip._vendor.packaging.version import _BaseVersion + +from .base import Candidate + +IndexCandidateInfo = Tuple[_BaseVersion, Callable[[], Optional[Candidate]]] + +if TYPE_CHECKING: + SequenceCandidate = Sequence[Candidate] +else: + # For compatibility: Python before 3.9 does not support using [] on the + # Sequence class. + # + # >>> from collections.abc import Sequence + # >>> Sequence[str] + # Traceback (most recent call last): + # File "", line 1, in + # TypeError: 'ABCMeta' object is not subscriptable + # + # TODO: Remove this block after dropping Python 3.8 support. + SequenceCandidate = Sequence + + +def _iter_built(infos: Iterator[IndexCandidateInfo]) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the package is not already installed. Candidates + from index come later in their normal ordering. + """ + versions_found: Set[_BaseVersion] = set() + for version, func in infos: + if version in versions_found: + continue + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_prepended( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers the already-installed + candidate and NOT to upgrade. The installed candidate is therefore + always yielded first, and candidates from index come later in their + normal ordering, except skipped when the version is already installed. + """ + yield installed + versions_found: Set[_BaseVersion] = {installed.version} + for version, func in infos: + if version in versions_found: + continue + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_inserted( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers to upgrade an + already-installed package. Candidates from index are returned in their + normal ordering, except replaced when the version is already installed. + + The implementation iterates through and yields other candidates, inserting + the installed candidate exactly once before we start yielding older or + equivalent candidates, or after all other candidates if they are all newer. + """ + versions_found: Set[_BaseVersion] = set() + for version, func in infos: + if version in versions_found: + continue + # If the installed candidate is better, yield it first. + if installed.version >= version: + yield installed + versions_found.add(installed.version) + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + # If the installed candidate is older than all other candidates. + if installed.version not in versions_found: + yield installed + + +class FoundCandidates(SequenceCandidate): + """A lazy sequence to provide candidates to the resolver. + + The intended usage is to return this from `find_matches()` so the resolver + can iterate through the sequence multiple times, but only access the index + page when remote packages are actually needed. This improve performances + when suitable candidates are already installed on disk. + """ + + def __init__( + self, + get_infos: Callable[[], Iterator[IndexCandidateInfo]], + installed: Optional[Candidate], + prefers_installed: bool, + incompatible_ids: Set[int], + ): + self._get_infos = get_infos + self._installed = installed + self._prefers_installed = prefers_installed + self._incompatible_ids = incompatible_ids + + def __getitem__(self, index: Any) -> Any: + # Implemented to satisfy the ABC check. This is not needed by the + # resolver, and should not be used by the provider either (for + # performance reasons). + raise NotImplementedError("don't do this") + + def __iter__(self) -> Iterator[Candidate]: + infos = self._get_infos() + if not self._installed: + iterator = _iter_built(infos) + elif self._prefers_installed: + iterator = _iter_built_with_prepended(self._installed, infos) + else: + iterator = _iter_built_with_inserted(self._installed, infos) + return (c for c in iterator if id(c) not in self._incompatible_ids) + + def __len__(self) -> int: + # Implemented to satisfy the ABC check. This is not needed by the + # resolver, and should not be used by the provider either (for + # performance reasons). + raise NotImplementedError("don't do this") + + @functools.lru_cache(maxsize=1) + def __bool__(self) -> bool: + if self._prefers_installed and self._installed: + return True + return any(self) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 00000000..315fb9c8 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py @@ -0,0 +1,255 @@ +import collections +import math +from typing import ( + TYPE_CHECKING, + Dict, + Iterable, + Iterator, + Mapping, + Sequence, + TypeVar, + Union, +) + +from pip._vendor.resolvelib.providers import AbstractProvider + +from .base import Candidate, Constraint, Requirement +from .candidates import REQUIRES_PYTHON_IDENTIFIER +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.providers import Preference + from pip._vendor.resolvelib.resolvers import RequirementInformation + + PreferenceInformation = RequirementInformation[Requirement, Candidate] + + _ProviderBase = AbstractProvider[Requirement, Candidate, str] +else: + _ProviderBase = AbstractProvider + +# Notes on the relationship between the provider, the factory, and the +# candidate and requirement classes. +# +# The provider is a direct implementation of the resolvelib class. Its role +# is to deliver the API that resolvelib expects. +# +# Rather than work with completely abstract "requirement" and "candidate" +# concepts as resolvelib does, pip has concrete classes implementing these two +# ideas. The API of Requirement and Candidate objects are defined in the base +# classes, but essentially map fairly directly to the equivalent provider +# methods. In particular, `find_matches` and `is_satisfied_by` are +# requirement methods, and `get_dependencies` is a candidate method. +# +# The factory is the interface to pip's internal mechanisms. It is stateless, +# and is created by the resolver and held as a property of the provider. It is +# responsible for creating Requirement and Candidate objects, and provides +# services to those objects (access to pip's finder and preparer). + + +D = TypeVar("D") +V = TypeVar("V") + + +def _get_with_identifier( + mapping: Mapping[str, V], + identifier: str, + default: D, +) -> Union[D, V]: + """Get item from a package name lookup mapping with a resolver identifier. + + This extra logic is needed when the target mapping is keyed by package + name, which cannot be directly looked up with an identifier (which may + contain requested extras). Additional logic is added to also look up a value + by "cleaning up" the extras from the identifier. + """ + if identifier in mapping: + return mapping[identifier] + # HACK: Theoretically we should check whether this identifier is a valid + # "NAME[EXTRAS]" format, and parse out the name part with packaging or + # some regular expression. But since pip's resolver only spits out three + # kinds of identifiers: normalized PEP 503 names, normalized names plus + # extras, and Requires-Python, we can cheat a bit here. + name, open_bracket, _ = identifier.partition("[") + if open_bracket and name in mapping: + return mapping[name] + return default + + +class PipProvider(_ProviderBase): + """Pip's provider implementation for resolvelib. + + :params constraints: A mapping of constraints specified by the user. Keys + are canonicalized project names. + :params ignore_dependencies: Whether the user specified ``--no-deps``. + :params upgrade_strategy: The user-specified upgrade strategy. + :params user_requested: A set of canonicalized package names that the user + supplied for pip to install/upgrade. + """ + + def __init__( + self, + factory: Factory, + constraints: Dict[str, Constraint], + ignore_dependencies: bool, + upgrade_strategy: str, + user_requested: Dict[str, int], + ) -> None: + self._factory = factory + self._constraints = constraints + self._ignore_dependencies = ignore_dependencies + self._upgrade_strategy = upgrade_strategy + self._user_requested = user_requested + self._known_depths: Dict[str, float] = collections.defaultdict(lambda: math.inf) + + def identify(self, requirement_or_candidate: Union[Requirement, Candidate]) -> str: + return requirement_or_candidate.name + + def get_preference( + self, + identifier: str, + resolutions: Mapping[str, Candidate], + candidates: Mapping[str, Iterator[Candidate]], + information: Mapping[str, Iterable["PreferenceInformation"]], + backtrack_causes: Sequence["PreferenceInformation"], + ) -> "Preference": + """Produce a sort key for given requirement based on preference. + + The lower the return value is, the more preferred this group of + arguments is. + + Currently pip considers the following in order: + + * Prefer if any of the known requirements is "direct", e.g. points to an + explicit URL. + * If equal, prefer if any requirement is "pinned", i.e. contains + operator ``===`` or ``==``. + * If equal, calculate an approximate "depth" and resolve requirements + closer to the user-specified requirements first. If the depth cannot + by determined (eg: due to no matching parents), it is considered + infinite. + * Order user-specified requirements by the order they are specified. + * If equal, prefers "non-free" requirements, i.e. contains at least one + operator, such as ``>=`` or ``<``. + * If equal, order alphabetically for consistency (helps debuggability). + """ + try: + next(iter(information[identifier])) + except StopIteration: + # There is no information for this identifier, so there's no known + # candidates. + has_information = False + else: + has_information = True + + if has_information: + lookups = (r.get_candidate_lookup() for r, _ in information[identifier]) + candidate, ireqs = zip(*lookups) + else: + candidate, ireqs = None, () + + operators = [ + specifier.operator + for specifier_set in (ireq.specifier for ireq in ireqs if ireq) + for specifier in specifier_set + ] + + direct = candidate is not None + pinned = any(op[:2] == "==" for op in operators) + unfree = bool(operators) + + try: + requested_order: Union[int, float] = self._user_requested[identifier] + except KeyError: + requested_order = math.inf + if has_information: + parent_depths = ( + self._known_depths[parent.name] if parent is not None else 0.0 + for _, parent in information[identifier] + ) + inferred_depth = min(d for d in parent_depths) + 1.0 + else: + inferred_depth = math.inf + else: + inferred_depth = 1.0 + self._known_depths[identifier] = inferred_depth + + requested_order = self._user_requested.get(identifier, math.inf) + + # Requires-Python has only one candidate and the check is basically + # free, so we always do it first to avoid needless work if it fails. + requires_python = identifier == REQUIRES_PYTHON_IDENTIFIER + + # Prefer the causes of backtracking on the assumption that the problem + # resolving the dependency tree is related to the failures that caused + # the backtracking + backtrack_cause = self.is_backtrack_cause(identifier, backtrack_causes) + + return ( + not requires_python, + not direct, + not pinned, + not backtrack_cause, + inferred_depth, + requested_order, + not unfree, + identifier, + ) + + def find_matches( + self, + identifier: str, + requirements: Mapping[str, Iterator[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + ) -> Iterable[Candidate]: + def _eligible_for_upgrade(identifier: str) -> bool: + """Are upgrades allowed for this project? + + This checks the upgrade strategy, and whether the project was one + that the user specified in the command line, in order to decide + whether we should upgrade if there's a newer version available. + + (Note that we don't need access to the `--upgrade` flag, because + an upgrade strategy of "to-satisfy-only" means that `--upgrade` + was not specified). + """ + if self._upgrade_strategy == "eager": + return True + elif self._upgrade_strategy == "only-if-needed": + user_order = _get_with_identifier( + self._user_requested, + identifier, + default=None, + ) + return user_order is not None + return False + + constraint = _get_with_identifier( + self._constraints, + identifier, + default=Constraint.empty(), + ) + return self._factory.find_candidates( + identifier=identifier, + requirements=requirements, + constraint=constraint, + prefers_installed=(not _eligible_for_upgrade(identifier)), + incompatibilities=incompatibilities, + ) + + def is_satisfied_by(self, requirement: Requirement, candidate: Candidate) -> bool: + return requirement.is_satisfied_by(candidate) + + def get_dependencies(self, candidate: Candidate) -> Sequence[Requirement]: + with_requires = not self._ignore_dependencies + return [r for r in candidate.iter_dependencies(with_requires) if r is not None] + + @staticmethod + def is_backtrack_cause( + identifier: str, backtrack_causes: Sequence["PreferenceInformation"] + ) -> bool: + for backtrack_cause in backtrack_causes: + if identifier == backtrack_cause.requirement.name: + return True + if backtrack_cause.parent and identifier == backtrack_cause.parent.name: + return True + return False diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 00000000..12adeff7 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py @@ -0,0 +1,80 @@ +from collections import defaultdict +from logging import getLogger +from typing import Any, DefaultDict + +from pip._vendor.resolvelib.reporters import BaseReporter + +from .base import Candidate, Requirement + +logger = getLogger(__name__) + + +class PipReporter(BaseReporter): + def __init__(self) -> None: + self.reject_count_by_package: DefaultDict[str, int] = defaultdict(int) + + self._messages_at_reject_count = { + 1: ( + "pip is looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 8: ( + "pip is still looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 13: ( + "This is taking longer than usual. You might need to provide " + "the dependency resolver with stricter constraints to reduce " + "runtime. See https://pip.pypa.io/warnings/backtracking for " + "guidance. If you want to abort this run, press Ctrl + C." + ), + } + + def rejecting_candidate(self, criterion: Any, candidate: Candidate) -> None: + self.reject_count_by_package[candidate.name] += 1 + + count = self.reject_count_by_package[candidate.name] + if count not in self._messages_at_reject_count: + return + + message = self._messages_at_reject_count[count] + logger.info("INFO: %s", message.format(package_name=candidate.name)) + + msg = "Will try a different candidate, due to conflict:" + for req_info in criterion.information: + req, parent = req_info.requirement, req_info.parent + # Inspired by Factory.get_installation_error + msg += "\n " + if parent: + msg += f"{parent.name} {parent.version} depends on " + else: + msg += "The user requested " + msg += req.format_for_error() + logger.debug(msg) + + +class PipDebuggingReporter(BaseReporter): + """A reporter that does an info log for every event it sees.""" + + def starting(self) -> None: + logger.info("Reporter.starting()") + + def starting_round(self, index: int) -> None: + logger.info("Reporter.starting_round(%r)", index) + + def ending_round(self, index: int, state: Any) -> None: + logger.info("Reporter.ending_round(%r, state)", index) + + def ending(self, state: Any) -> None: + logger.info("Reporter.ending(%r)", state) + + def adding_requirement(self, requirement: Requirement, parent: Candidate) -> None: + logger.info("Reporter.adding_requirement(%r, %r)", requirement, parent) + + def rejecting_candidate(self, criterion: Any, candidate: Candidate) -> None: + logger.info("Reporter.rejecting_candidate(%r, %r)", criterion, candidate) + + def pinning(self, candidate: Candidate) -> None: + logger.info("Reporter.pinning(%r)", candidate) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 00000000..4af4a9f2 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py @@ -0,0 +1,166 @@ +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.req.constructors import install_req_drop_extras +from pip._internal.req.req_install import InstallRequirement + +from .base import Candidate, CandidateLookup, Requirement, format_name + + +class ExplicitRequirement(Requirement): + def __init__(self, candidate: Candidate) -> None: + self.candidate = candidate + + def __str__(self) -> str: + return str(self.candidate) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.candidate!r})" + + @property + def project_name(self) -> NormalizedName: + # No need to canonicalize - the candidate did this + return self.candidate.project_name + + @property + def name(self) -> str: + # No need to canonicalize - the candidate did this + return self.candidate.name + + def format_for_error(self) -> str: + return self.candidate.format_for_error() + + def get_candidate_lookup(self) -> CandidateLookup: + return self.candidate, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return candidate == self.candidate + + +class SpecifierRequirement(Requirement): + def __init__(self, ireq: InstallRequirement) -> None: + assert ireq.link is None, "This is a link, not a specifier" + self._ireq = ireq + self._extras = frozenset(canonicalize_name(e) for e in self._ireq.extras) + + def __str__(self) -> str: + return str(self._ireq.req) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._ireq.req)!r})" + + @property + def project_name(self) -> NormalizedName: + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + return canonicalize_name(self._ireq.req.name) + + @property + def name(self) -> str: + return format_name(self.project_name, self._extras) + + def format_for_error(self) -> str: + # Convert comma-separated specifiers into "A, B, ..., F and G" + # This makes the specifier a bit more "human readable", without + # risking a change in meaning. (Hopefully! Not all edge cases have + # been checked) + parts = [s.strip() for s in str(self).split(",")] + if len(parts) == 0: + return "" + elif len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def get_candidate_lookup(self) -> CandidateLookup: + return None, self._ireq + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self.name, ( + f"Internal issue: Candidate is not for this requirement " + f"{candidate.name} vs {self.name}" + ) + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + spec = self._ireq.req.specifier + return spec.contains(candidate.version, prereleases=True) + + +class SpecifierWithoutExtrasRequirement(SpecifierRequirement): + """ + Requirement backed by an install requirement on a base package. + Trims extras from its install requirement if there are any. + """ + + def __init__(self, ireq: InstallRequirement) -> None: + assert ireq.link is None, "This is a link, not a specifier" + self._ireq = install_req_drop_extras(ireq) + self._extras = frozenset(canonicalize_name(e) for e in self._ireq.extras) + + +class RequiresPythonRequirement(Requirement): + """A requirement representing Requires-Python metadata.""" + + def __init__(self, specifier: SpecifierSet, match: Candidate) -> None: + self.specifier = specifier + self._candidate = match + + def __str__(self) -> str: + return f"Python {self.specifier}" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self.specifier)!r})" + + @property + def project_name(self) -> NormalizedName: + return self._candidate.project_name + + @property + def name(self) -> str: + return self._candidate.name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + if self.specifier.contains(self._candidate.version, prereleases=True): + return self._candidate, None + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self._candidate.name, "Not Python candidate" + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class UnsatisfiableRequirement(Requirement): + """A requirement that cannot be satisfied.""" + + def __init__(self, name: NormalizedName) -> None: + self._name = name + + def __str__(self) -> str: + return f"{self._name} (unavailable)" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._name)!r})" + + @property + def project_name(self) -> NormalizedName: + return self._name + + @property + def name(self) -> str: + return self._name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return False diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100644 index 00000000..c12beef0 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py @@ -0,0 +1,317 @@ +import contextlib +import functools +import logging +import os +from typing import TYPE_CHECKING, Dict, List, Optional, Set, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.resolvelib import BaseReporter, ResolutionImpossible +from pip._vendor.resolvelib import Resolver as RLResolver +from pip._vendor.resolvelib.structs import DirectedGraph + +from pip._internal.cache import WheelCache +from pip._internal.index.package_finder import PackageFinder +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import install_req_extend_extras +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.resolution.resolvelib.provider import PipProvider +from pip._internal.resolution.resolvelib.reporter import ( + PipDebuggingReporter, + PipReporter, +) +from pip._internal.utils.packaging import get_requirement + +from .base import Candidate, Requirement +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.resolvers import Result as RLResult + + Result = RLResult[Requirement, Candidate, str] + + +logger = logging.getLogger(__name__) + + +class Resolver(BaseResolver): + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ): + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + self.factory = Factory( + finder=finder, + preparer=preparer, + make_install_req=make_install_req, + wheel_cache=wheel_cache, + use_user_site=use_user_site, + force_reinstall=force_reinstall, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + py_version_info=py_version_info, + ) + self.ignore_dependencies = ignore_dependencies + self.upgrade_strategy = upgrade_strategy + self._result: Optional[Result] = None + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + collected = self.factory.collect_root_requirements(root_reqs) + provider = PipProvider( + factory=self.factory, + constraints=collected.constraints, + ignore_dependencies=self.ignore_dependencies, + upgrade_strategy=self.upgrade_strategy, + user_requested=collected.user_requested, + ) + if "PIP_RESOLVER_DEBUG" in os.environ: + reporter: BaseReporter = PipDebuggingReporter() + else: + reporter = PipReporter() + resolver: RLResolver[Requirement, Candidate, str] = RLResolver( + provider, + reporter, + ) + + try: + limit_how_complex_resolution_can_be = 200000 + result = self._result = resolver.resolve( + collected.requirements, max_rounds=limit_how_complex_resolution_can_be + ) + + except ResolutionImpossible as e: + error = self.factory.get_installation_error( + cast("ResolutionImpossible[Requirement, Candidate]", e), + collected.constraints, + ) + raise error from e + + req_set = RequirementSet(check_supported_wheels=check_supported_wheels) + # process candidates with extras last to ensure their base equivalent is + # already in the req_set if appropriate. + # Python's sort is stable so using a binary key function keeps relative order + # within both subsets. + for candidate in sorted( + result.mapping.values(), key=lambda c: c.name != c.project_name + ): + ireq = candidate.get_install_requirement() + if ireq is None: + if candidate.name != candidate.project_name: + # extend existing req's extras + with contextlib.suppress(KeyError): + req = req_set.get_requirement(candidate.project_name) + req_set.add_named_requirement( + install_req_extend_extras( + req, get_requirement(candidate.name).extras + ) + ) + continue + + # Check if there is already an installation under the same name, + # and set a flag for later stages to uninstall it, if needed. + installed_dist = self.factory.get_dist_to_uninstall(candidate) + if installed_dist is None: + # There is no existing installation -- nothing to uninstall. + ireq.should_reinstall = False + elif self.factory.force_reinstall: + # The --force-reinstall flag is set -- reinstall. + ireq.should_reinstall = True + elif installed_dist.version != candidate.version: + # The installation is different in version -- reinstall. + ireq.should_reinstall = True + elif candidate.is_editable or installed_dist.editable: + # The incoming distribution is editable, or different in + # editable-ness to installation -- reinstall. + ireq.should_reinstall = True + elif candidate.source_link and candidate.source_link.is_file: + # The incoming distribution is under file:// + if candidate.source_link.is_wheel: + # is a local wheel -- do nothing. + logger.info( + "%s is already installed with the same version as the " + "provided wheel. Use --force-reinstall to force an " + "installation of the wheel.", + ireq.name, + ) + continue + + # is a local sdist or path -- reinstall + ireq.should_reinstall = True + else: + continue + + link = candidate.source_link + if link and link.is_yanked: + # The reason can contain non-ASCII characters, Unicode + # is required for Python 2. + msg = ( + "The candidate selected for download or install is a " + "yanked version: {name!r} candidate (version {version} " + "at {link})\nReason for being yanked: {reason}" + ).format( + name=candidate.name, + version=candidate.version, + link=link, + reason=link.yanked_reason or "", + ) + logger.warning(msg) + + req_set.add_named_requirement(ireq) + + reqs = req_set.all_requirements + self.factory.preparer.prepare_linked_requirements_more(reqs) + for req in reqs: + req.prepared = True + req.needs_more_preparation = False + return req_set + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Get order for installation of requirements in RequirementSet. + + The returned list contains a requirement before another that depends on + it. This helps ensure that the environment is kept consistent as they + get installed one-by-one. + + The current implementation creates a topological ordering of the + dependency graph, giving more weight to packages with less + or no dependencies, while breaking any cycles in the graph at + arbitrary points. We make no guarantees about where the cycle + would be broken, other than it *would* be broken. + """ + assert self._result is not None, "must call resolve() first" + + if not req_set.requirements: + # Nothing is left to install, so we do not need an order. + return [] + + graph = self._result.graph + weights = get_topological_weights(graph, set(req_set.requirements.keys())) + + sorted_items = sorted( + req_set.requirements.items(), + key=functools.partial(_req_set_item_sorter, weights=weights), + reverse=True, + ) + return [ireq for _, ireq in sorted_items] + + +def get_topological_weights( + graph: "DirectedGraph[Optional[str]]", requirement_keys: Set[str] +) -> Dict[Optional[str], int]: + """Assign weights to each node based on how "deep" they are. + + This implementation may change at any point in the future without prior + notice. + + We first simplify the dependency graph by pruning any leaves and giving them + the highest weight: a package without any dependencies should be installed + first. This is done again and again in the same way, giving ever less weight + to the newly found leaves. The loop stops when no leaves are left: all + remaining packages have at least one dependency left in the graph. + + Then we continue with the remaining graph, by taking the length for the + longest path to any node from root, ignoring any paths that contain a single + node twice (i.e. cycles). This is done through a depth-first search through + the graph, while keeping track of the path to the node. + + Cycles in the graph result would result in node being revisited while also + being on its own path. In this case, take no action. This helps ensure we + don't get stuck in a cycle. + + When assigning weight, the longer path (i.e. larger length) is preferred. + + We are only interested in the weights of packages that are in the + requirement_keys. + """ + path: Set[Optional[str]] = set() + weights: Dict[Optional[str], int] = {} + + def visit(node: Optional[str]) -> None: + if node in path: + # We hit a cycle, so we'll break it here. + return + + # Time to visit the children! + path.add(node) + for child in graph.iter_children(node): + visit(child) + path.remove(node) + + if node not in requirement_keys: + return + + last_known_parent_count = weights.get(node, 0) + weights[node] = max(last_known_parent_count, len(path)) + + # Simplify the graph, pruning leaves that have no dependencies. + # This is needed for large graphs (say over 200 packages) because the + # `visit` function is exponentially slower then, taking minutes. + # See https://github.com/pypa/pip/issues/10557 + # We will loop until we explicitly break the loop. + while True: + leaves = set() + for key in graph: + if key is None: + continue + for _child in graph.iter_children(key): + # This means we have at least one child + break + else: + # No child. + leaves.add(key) + if not leaves: + # We are done simplifying. + break + # Calculate the weight for the leaves. + weight = len(graph) - 1 + for leaf in leaves: + if leaf not in requirement_keys: + continue + weights[leaf] = weight + # Remove the leaves from the graph, making it simpler. + for leaf in leaves: + graph.remove(leaf) + + # Visit the remaining graph. + # `None` is guaranteed to be the root node by resolvelib. + visit(None) + + # Sanity check: all requirement keys should be in the weights, + # and no other keys should be in the weights. + difference = set(weights.keys()).difference(requirement_keys) + assert not difference, difference + + return weights + + +def _req_set_item_sorter( + item: Tuple[str, InstallRequirement], + weights: Dict[Optional[str], int], +) -> Tuple[int, str]: + """Key function used to sort install requirements for installation. + + Based on the "weight" mapping calculated in ``get_installation_order()``. + The canonical package name is returned as the second member as a tie- + breaker to ensure the result is predictable, which is useful in tests. + """ + name = canonicalize_name(item[0]) + return weights[name], name diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py new file mode 100644 index 00000000..0f64ae0e --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py @@ -0,0 +1,248 @@ +import datetime +import functools +import hashlib +import json +import logging +import optparse +import os.path +import sys +from dataclasses import dataclass +from typing import Any, Callable, Dict, Optional + +from pip._vendor.packaging.version import parse as parse_version +from pip._vendor.rich.console import Group +from pip._vendor.rich.markup import escape +from pip._vendor.rich.text import Text + +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import get_default_environment +from pip._internal.metadata.base import DistributionVersion +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.entrypoints import ( + get_best_invocation_for_this_pip, + get_best_invocation_for_this_python, +) +from pip._internal.utils.filesystem import adjacent_tmp_file, check_path_owner, replace +from pip._internal.utils.misc import ensure_dir + +_WEEK = datetime.timedelta(days=7) + +logger = logging.getLogger(__name__) + + +def _get_statefile_name(key: str) -> str: + key_bytes = key.encode() + name = hashlib.sha224(key_bytes).hexdigest() + return name + + +def _convert_date(isodate: str) -> datetime.datetime: + """Convert an ISO format string to a date. + + Handles the format 2020-01-22T14:24:01Z (trailing Z) + which is not supported by older versions of fromisoformat. + """ + return datetime.datetime.fromisoformat(isodate.replace("Z", "+00:00")) + + +class SelfCheckState: + def __init__(self, cache_dir: str) -> None: + self._state: Dict[str, Any] = {} + self._statefile_path = None + + # Try to load the existing state + if cache_dir: + self._statefile_path = os.path.join( + cache_dir, "selfcheck", _get_statefile_name(self.key) + ) + try: + with open(self._statefile_path, encoding="utf-8") as statefile: + self._state = json.load(statefile) + except (OSError, ValueError, KeyError): + # Explicitly suppressing exceptions, since we don't want to + # error out if the cache file is invalid. + pass + + @property + def key(self) -> str: + return sys.prefix + + def get(self, current_time: datetime.datetime) -> Optional[str]: + """Check if we have a not-outdated version loaded already.""" + if not self._state: + return None + + if "last_check" not in self._state: + return None + + if "pypi_version" not in self._state: + return None + + # Determine if we need to refresh the state + last_check = _convert_date(self._state["last_check"]) + time_since_last_check = current_time - last_check + if time_since_last_check > _WEEK: + return None + + return self._state["pypi_version"] + + def set(self, pypi_version: str, current_time: datetime.datetime) -> None: + # If we do not have a path to cache in, don't bother saving. + if not self._statefile_path: + return + + # Check to make sure that we own the directory + if not check_path_owner(os.path.dirname(self._statefile_path)): + return + + # Now that we've ensured the directory is owned by this user, we'll go + # ahead and make sure that all our directories are created. + ensure_dir(os.path.dirname(self._statefile_path)) + + state = { + # Include the key so it's easy to tell which pip wrote the + # file. + "key": self.key, + "last_check": current_time.isoformat(), + "pypi_version": pypi_version, + } + + text = json.dumps(state, sort_keys=True, separators=(",", ":")) + + with adjacent_tmp_file(self._statefile_path) as f: + f.write(text.encode()) + + try: + # Since we have a prefix-specific state file, we can just + # overwrite whatever is there, no need to check. + replace(f.name, self._statefile_path) + except OSError: + # Best effort. + pass + + +@dataclass +class UpgradePrompt: + old: str + new: str + + def __rich__(self) -> Group: + if WINDOWS: + pip_cmd = f"{get_best_invocation_for_this_python()} -m pip" + else: + pip_cmd = get_best_invocation_for_this_pip() + + notice = "[bold][[reset][blue]notice[reset][bold]][reset]" + return Group( + Text(), + Text.from_markup( + f"{notice} A new release of pip is available: " + f"[red]{self.old}[reset] -> [green]{self.new}[reset]" + ), + Text.from_markup( + f"{notice} To update, run: " + f"[green]{escape(pip_cmd)} install --upgrade pip" + ), + ) + + +def was_installed_by_pip(pkg: str) -> bool: + """Checks whether pkg was installed by pip + + This is used not to display the upgrade message when pip is in fact + installed by system package manager, such as dnf on Fedora. + """ + dist = get_default_environment().get_distribution(pkg) + return dist is not None and "pip" == dist.installer + + +def _get_current_remote_pip_version( + session: PipSession, options: optparse.Values +) -> Optional[str]: + # Lets use PackageFinder to see what the latest pip version is + link_collector = LinkCollector.create( + session, + options=options, + suppress_no_index=True, + ) + + # Pass allow_yanked=False so we don't suggest upgrading to a + # yanked version. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=False, # Explicitly set to False + ) + + finder = PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + best_candidate = finder.find_best_candidate("pip").best_candidate + if best_candidate is None: + return None + + return str(best_candidate.version) + + +def _self_version_check_logic( + *, + state: SelfCheckState, + current_time: datetime.datetime, + local_version: DistributionVersion, + get_remote_version: Callable[[], Optional[str]], +) -> Optional[UpgradePrompt]: + remote_version_str = state.get(current_time) + if remote_version_str is None: + remote_version_str = get_remote_version() + if remote_version_str is None: + logger.debug("No remote pip version found") + return None + state.set(remote_version_str, current_time) + + remote_version = parse_version(remote_version_str) + logger.debug("Remote version of pip: %s", remote_version) + logger.debug("Local version of pip: %s", local_version) + + pip_installed_by_pip = was_installed_by_pip("pip") + logger.debug("Was pip installed by pip? %s", pip_installed_by_pip) + if not pip_installed_by_pip: + return None # Only suggest upgrade if pip is installed by pip. + + local_version_is_older = ( + local_version < remote_version + and local_version.base_version != remote_version.base_version + ) + if local_version_is_older: + return UpgradePrompt(old=str(local_version), new=remote_version_str) + + return None + + +def pip_self_version_check(session: PipSession, options: optparse.Values) -> None: + """Check for an update for pip. + + Limit the frequency of checks to once per week. State is stored either in + the active virtualenv or in the user's USER_CACHE_DIR keyed off the prefix + of the pip script path. + """ + installed_dist = get_default_environment().get_distribution("pip") + if not installed_dist: + return + + try: + upgrade_prompt = _self_version_check_logic( + state=SelfCheckState(cache_dir=options.cache_dir), + current_time=datetime.datetime.now(datetime.timezone.utc), + local_version=installed_dist.version, + get_remote_version=functools.partial( + _get_current_remote_pip_version, session, options + ), + ) + if upgrade_prompt is not None: + logger.warning("%s", upgrade_prompt, extra={"rich": True}) + except Exception: + logger.warning("There was an error checking the latest version of pip.") + logger.debug("See below for error", exc_info=True) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2e4ac0be157fad945a5c628d986ede600f3b7820 GIT binary patch literal 226 zcmZ9Gu?@m75Jh7G5<*JP3KYo+Xb~GgM@3-;b6_iuWBHs&DVc&9n1wNz0HsTXBhkQ@ z?(YAmU)(cEW>L^_H@^(`HLQPi<3R3F8!g!W5xG%F-O%Z8a3FL9ISGkY5s(ugq^nFt zR-!|&wXRE*{xCWhU|TOM0}Yx6v^stBI$N%Ql*iQOqR6jEV3h@~j7Mj34YgOAfCr#F c=b3H$>87mCwZ^TRgpXJl8q7OpjJY_t4_p;MlK=n! literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..51590d52df7eb8e570b559e20e07cb9a2fc31720 GIT binary patch literal 4567 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 DUoA0o literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0bb97f23bf4c16d463c74550fad1acba36038bab GIT binary patch literal 2244 zcmaJCUu+X){JXoZyrEzq91Bqb#OYk;3e;7S%dK~9ue;qf-}jYL zvcV)Ku!LkoOg5uNqc0Lnc=b`9eDGysB#Xx$i29;Wm0@Cd^7ma^7-R8E?)!b;@BjDv zcfUj;5`y*7`yIJ60fc^Mm*(;{4y%8`VGijigLF>kEiS`(kk9ZQ6f!~{>B6^M#>XRr zD|#B6O6t(?-{k72OhES;Vvg5aKJjIOy5ErC9?JRj0Nld`q>JBinTR12UwT>tyA@x4 z7N-ZBn$K}W=FrBHx-_;Mp>rH=1rEL_Z=ff{I5N*w`FQyJdnsDZ9cx7r8W915}|APY^RD!(03zR9`+ zVSz&<$o5sxIbj4@Q8`5*B8o<` z1*2pVh2X4`EnvrXNU308Ln)Q5^0?Xc6prX)O390-0>;iNV5f2KNxZ&KAtp7tN?LYI z%Ns-ipA^-!sex_HQkXYH$vWc@)?IaBBmwW+qIT#Z@UTVt#3|2Q}H)U)5- zl$$_bAf5k;Z)(59#RV-6Ns(k&!(KbdEQz~_41Jf7Jp3`oAhPXHIpTp|fglg3F6Y7n=maOH#oM2_<`c1+D@A^EBK;s2*p-$yYf%(#n@T>6pv}>l%5-Js!t{lC z{ch{_KiXfMt6Zzh)9aJV?Rys6_gs0WCf0cc6ziNnIe%i|l@As=hnJ$Mg>Y&WoI*#K zqprU`;M_okDwRTU1 zAeNy`Gkd4^E=$`MrETB5x+LwsBc;Dj-8ysQ%#WuQyN=%JI{g#=xpKR*Fns#<#g7A? GqyGW#3?#V# literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6c4e067eeea179242307802b00d28641a6f8d032 GIT binary patch literal 5592 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b7623c8071e4f6d5b952e167fff2aa94dcee0c6d GIT binary patch literal 715 zcmZuvzi-n(6uz_1NmLwEsSIVR5e!7AIev%@SZLYO1+j#|a(&m@jpMWK&Z&Y@DM&1x zU~9*Ype~I34=kV#NGAp)CbmGBI`PgpLLi>>-uK?~z4yL*=lAXQ5(0VJTiy8q_|*mr zY1PjBIygs&p*~`mIT`L_=5mJ-P!F`h-JKR|z94-vb~>$R-A6(O`w7p3A}xabDAy{` zB8U?n4+5R=fJK@Ia7L#?-d*};$7~rg=8-hsP~E{n#dA-OJP9=kOU3m&MA=OZvj zNQ378Pyef(pb4Hhr}gXuGI1wluz}EH)WKUF*R<><>;(+5 zp7FE*&K*zM3Q4T7)1_Un@pjV@&y`ICR?eT(CyGl&BL!P2Qbm=FX`D!r3sodsa$1yG zIZW68$|*LW#aJgIr_gRhvvj+T?{sh7rYhBZy@=vLw96HR-P175HJ5pm(Nd?Gq6^O5 zVr*6_!eOey4EW1XCs8ijz_1CbZi1Pj&;F&Cy~Exof9<2ccIIE1Zq}LOYbV}`I`eN# zH@{q1es%Zo{s*!;hZ@xJOfw9bh{I6YAIP}C!H{hsva0(VBrif*`e4pm_lAO%8Gj&G rAhhpM4W79e2tgWYzH(WHqrs literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1ad15cb96480b0115361a2ade6e2c339093e13bc GIT binary patch literal 4217 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2efe9344d46bc31dde6738909827279251e69e7f GIT binary patch literal 3584 zcma)8U2Gf25#Hk+$-CoGB4vs{`Xg&ePAJzR6}bpd#7*ir1*9|*T03n(7dTM7lXxLQy9XUsy zPSJTL#pInSXWo@^S@U$xoo7?5#WOiB&!>2ccji2KAteCsk{QV@dnH!(F1jS{6DHLo z@z$7GWF!xadpRWeB(KcEJSBT0u)owJ`#^(PWToCuoGJgR5cmI=I2fl)cD|@91vQ%F|B7sy&#rw4uB6#J!fM7rc5OBnP#XTHdoa6$%4nIgm)i76lci9ZlBhKpRUAvG zLhD4+YM{s1e4FaTy49XE_rx=0hvZncAI4q=+TFsk^|&2k4M}+Di|r-)Js0H=deZcI z%}dUqZe4l`pKYUcig(Kn*sqHh4Vy3VrO&q0ruY|Sdbz(nwz>b`!jtBEQAoXh=}CgN zefuPuV-|f(U3!|Zt=Fb_q`T)54Ze4gCsEV(wM^p>L;@o@mj~N6ZLUn)l0>U{r;fWQ z?pjN}T~JqKtjE%^R%*ob0t|~vF^1*emLTf$vZ}{49V_b62TQO7IAus zxUOl$UJTm#9~19uGS(7lEt8dtik8rDCXvbFf?CjuSsBZTVkuY3D>q)4)1(K9;;No4 zsEHL>T}kAWh30sAa_Y5&rs(pGVmk96y(DW1xVMC;sJe`y{v=AelG76H(jjK$ToF8& zEUud49n)z|EXu{3H63dI=4qO@@0q04AYfcEw4fH+JQ)NO16FOodwZ7nP|Mm|z z-mUriHfE09{;i3f#CGD#*N@!SYwVS+wQA^9BlK!b2!1;MaK0);4I#QW@YTo{BL@TD zM!$(xr)G_**;CpP=1-7=;~#p?T!;^B&F;)^&wqLUh?}yk?0mHSk-?5{dTO5jPv3m_ zX4Mn@&J(Q({Z(Pe5QcVBkHtq~b$H4cp8BWo+P`}vyAzKSj}rT@AN5Wf?DPd2ZhzH1 z@|}C6#`>#l*kHrE(XW48y?)z(U*z@?`}Q-pkEm$7cOQT7=z~4wa5!m%k_MY34g{Yv z!Be;mWb#^}gflX^uuNx>ZI$5LAhm<^)>>ye+Xd&clE^k%5zl_BOu+YTNjGVs@;&~2b& zPvBSx?ed4h=&?7jD;;@9&z!X2sw3Lz!bE1yWO9H{W{~uvqCu32A7*7aCuY(R&Y5N% z21$fi_>=MJ9UF(p?1hH^)V`8#cmtKEg*a_h`;sbjnQqoQ`Xva|1#N8Y-+*@&rsAx) z$`0%s-F4geojZ4cMA(TH(qZ_LsTOk%b6D?G>B* z9Q}o^u$Ov8BFSoHcAv3t@^a7O&N+y7@}QWYp4mrAt*q&?Bw~35YJ5S3^;TwJa`M{AGYSI8%2T&lk#WcvIOM2D}keLq^ zD8waQw5z)*5Lw%YMm`dRX&^#>Ct|d9dchg_cZ#M1q>%#BfESJ+j!3@kET=6Pit~7k zSc{Qv96Hkjr?7o*9QYM7O^MdUG&HARMkAL+P^Zxv)gaJW4R9eZl3d0&L6R8Ju0rA1 zKy?>lg+Hu+ynY;vRD($)m^=u4JNV7uVer8M5#*X~2bg^bt!?zu3Lyc36ZE-W#9C_xZDbH8a|jT?6wNM$t)BKIqRYS ziY))FcsOU@04Ga1`6u`m>_uQh)1j-=6h%Epga1MI4$-~mXyQ3aK1V;Oy8=|`K&c}j zf72}TckPsn>XQuR`kIEzrd$WyDIs+q`X%*i>V!^Ge2wp^TXbk_@9v}b8vN{>MZb6U KoH;?p^6G!3wG1u* literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ff048da20c96f8cc0198eb3ecc110334e2ede4c7 GIT binary patch literal 3257 zcmbVO-ESMm5#Ku=KShalZCSG0SnDXM&D!L}R*)cWQnW~&)Py^BdX5&tV8EpJ4=&u=0 z_LoLwV%VD;_2!_r@ISp{(0ih*74!c>BNvK#WX!ulMwy?qr5pH`2R-A$m8{yf>?Nzt zM3fB$<5lc~v1uOqzU$Ykq3=NNvdd*?dCXsqPVdWAKd9EdVA1lTZ?by5>bd?B=#!0V zjR&o&=nB<3cF+rK3oVH<-0D<)tHq)eXENlzt)a=of<8{bfA9NHZ4o&dYwFN(q&S+R z_s9dB55-BWK;0w10qJ*oUB5+&hP4U`aumv|fxpbSq!wL(y=jX{%dwExJ9Xu4Mqhn7U80ht_<-!)DpD4RIhR-f{@!xTof>=#?%pM zE%a@iRaOcX0?Dq^4x_f^`+=ko02Bk?wJpzG8LnAmwuK|EqzzDRQOB*-7-znuUQl=K za!x7x8Kagb0_Y2tXf5Cr%>&;miUv#xFIIQ(-US4>~gys6{>Mdg;VfvfMxg>WvEuk7pF;fY$LUv`lK+keQLY$Fk^mr z`LCH*cE(Pvedkv{V3%MR9H+ZC`A*80~lo$T>%JM(fFaEC=)jYau8AmL!+ezaRSxzSngY`nMr-Up4xg^N2=GxrMrPQ(0u0+#o4B!7aRf-Q~*%AWxi zTcl0^7DIp#@&IOI;ot3PO@z~tB1f=^!=w?Jjwi*d#k|bKef+gA(KMQ|ugQPzz`Dt= zzwS$B9%t(aatE%(0PqO?L{A?=-;nwE1kH(9+W$5&m`6%40pN|HpZtpT7?vZYmyA83 zpr1Sr`qmU|pwR!ON_UE<5rret9#J7xSHZ0z0kfY&`W9Dc0JP3Ku7G^B5cq6J{%;}w zL8h6b!e+k3-9TJddt5C7<4fv7UZVSnTMYrACGTRYtGT{|Q;-bHZ{ND{X7$$1w{BcP z%LbjJM}k^-tvJx<2c<#w|9YAaE14TA=`!*EX*potzRmH$E;)gJ5%VMDLO9sa%=pbw z9AwPbAW6<%r4}51c223|kbi^FbLb+Yf#X0j77TpeLGPkBl#eZ+0yPXC2B7sfXh=<4EI* z=J*s!XRw;a3Ll5SfOspSBt}s1b0`}q^KYS;27B=xBTxwvSxja4w&hr1`V!kvt&;vT zWcu9djotLjqx6NH%=kurJ%8`cqs;7XVfIns**_I`@+UXu*XMtG_Hlmpv$4~o=A-=V z!Ren)J~Jf5ofDHthBIr%kPK&l49`q&)i>)~-ln(x{QajMo_TTY^@C(se_Z(X&eZvP z6G(Jya z-oGR&63Y2ex>~h7uUdr^Bl#c-Dhr_N{zw!-tK9G;^KvV2LXUlq7hwoFS+t<)Cp1m_ z8_B9)?(gKnKgrAg(G!~9&y(cSJH`cg7L4hu>3%-1r9QCx1U}o&{kcE5dnoqL=d=^| fXZr*`A71)+?xWHkiv4p>54zzq=>CF$sLc5<-=i)~ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..496aa5b9e073d9ea4540b745a9b5592e798db323 GIT binary patch literal 2186 zcma)7&2JM&6rcUf#&+U><2p$pY)C0_P;3$t1PuiVlJr9mssd7FK-R`Hj@Q}jZg<8& zB1a8Xr8-q55^;#7_K-slRP?~H|3fb}7D}`r_0SWCN*3XSdg#n1Ytt$RM&5b9_cia$ z+xOOgbaVs&T{o}vo&#V5+yD?j&H(9M%B4Av=hM7Lg|t8^Z-@(0 zT3V3PG6xVSboz(2C=_x$)pWHaK7yjBIq35(3MEg|-IDkS%AV#upKnpv=4pCb5+6au z)Aad#i^BFCKi8J-L=uuw7#Rd<27!X_eSYM_>qrVF&dV zVdr;Zx_gm}hhH+)Oq_Sc%Q_~mbiHUBXh|xP+{l?FnUT@cOYOUKWEM3cHS)Bnv0YJW ztf{5YK(2W4>XmDl-9KwV-JHAm(Z{!M;o+g1Be(7*Zl8#|BGicH$_^q$$IR{}$+7_w zeFXaK{Nue~!eri>1h>ZlxWxmo%q{aJP+(U7TP4oFFy?;jDFMPx^Hxg(xjs;6^W`mC z;(gyN&w*<|1T;o_OYbAtw1XTJ`T)(#q&W#C0g6!S15lnH0)WO35wDGzU!lYIZqbt9 z$D_7K-_>?mEQu@p=ipneBo@N0(|q)J4?vMM$bR>PZGK#@itk#9eeB2qKWbsW@lgCY z_c+|m0TOLm?=u*F-oDQ@5N}`l;Zh!D=T%LeT_gyrm^ieT)STr|5$!OQSZdaC9F!%- zq6!hAKqYykB6GLx0s)n-Y0WTZHF^#;H>|8?pu`*^wu5qr`a<7$h}vNkR}Fn0sg{k* zp}1<9>KBV7Z<(o?9oD3Qm$dzW!?u@<_k@G4q~WZtPsc+J>o+%miRKV|S0{N_Fp%lW z5YdE?D`DHvi5r}nxpZ~%vzbpaUrxC)Mw*k&yYif46>aRwyD7Te`{n2gcoDk?sS2W; zRy2s8d|Yy57Fw9K7F@-bx}u?*h>aPhwwNWy3ZlNbpS*#QgOfDxJhFA1#7;Ju%{!K9 zVLOi;l(dURaX}yXj|{{4r0ta>c?X$yl7>FJ$EOmbV@a$NG-A_2YjX%EZQV|0bdw;* z)Qn`2=mt*uc_r*cH>eefmDw$f(@!&F-%X9{T0|t$|c+AoXPO*}&NsQFSYNycRwFNUTRk%G2AC z-fHAnEp%)>DDThNyjWrdi zvA4}AcX?{JaV2lgXp<4g4QDc%X<9@hx@F=_#%;@53$|_`ht0b8#(o9P5rz-b?TvD7 z!Gc8top+LyWy67gr&~kdIPL}Lc+P(9&q3f%(BF`O9Qr_TJTU!KD+}Ij&F2>aBq3`L1DE} b?M>A?Ppt$Sau+ABp$4F2Q+UmYce8&1lS=u3 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3bfef0d5be827fba075c02040f7fd07dfb61e4b3 GIT binary patch literal 4024 zcmb7HU2GHC6~5yc|HS!moF6BfLb)VBWHuSM3segWNDxp$1OYW{X}v<$#B&{w8P81b z9Xl8~RVpDZs8oL-*eABKi@h2ReO6BLHX!hf9@Zx2>po<{1R$(UfvQAT0$yP1s$cmR!9r(IFJsw zt(X>}4d_xam<|?0>5#zpiF&vgNk`niq_-5K=_vGrYLJM9gnv!5E%Z10e(zKCS>XTM zuZI2u^#Pw|vjytXteEZ~QF>4ftC4&l9Sb0W3b?t)?~x7?dlc|Sr_gPb4a~xKxf`K* zq=pMa{=Q~gMUOyoyetN8^-8dN9;G|f4z-1ZNRV{B11tPfqog}0sjb(8=^p5JLt^85`5oviA)C*+rO zaN^>`2xb)~TZ)|@!NrnpYnD#%g^Haw4K{-9JkclyUf`ZAmodyKhKh?Ovt4>X9rhG~ zoiZn@xcq4bvw>Nnj$q(`GR#W396Xb=Tfw$gBtT>f*LarL9(zTz47_{KzG!lpkg}%O z1TN7Swm`Ms{T4OLnhIoak!16Vp|PSX#5si;oDc6>;M8SO)hGe(VczA{2Eqmg$y3v! zE_F*+vcx5jC%QF)=Lj~;xrQt~&E&l2mgt*G!k~L z>BP6E&P2LtvohyO; z5)2Y$pcbxWunakRK_?0*oe_fbwr#N^sno1y=Swqk)-0y1ilwArU&^zH)S*L%4|~R^ zmNk$75Xxy+8-l_mLnTzNxIA(TlA~NDWm8id>Y(O~4!WKDV0GNfk^7}AJ`q~^*ufXfMRj10tD5rF7rZGMsfAhT* zgS$p8C3{7gCCrsj#x;7tlvK&qbe7uUW3p9oBAJHHX&kufg!3}f%$ZG+Y8WiV+x6p2X{Ujf4InnX&s|7BVH;O8%l7Hi) z2JRLhe7sqsT&Zm&Dd=`Mn6}mQYk)yW>5HZW4$1K?#PXWakV3p!7H6Vby zHlWm2Bm}3^z(F=H%`|#q4lV?w7rcRtY zJq;+6=WY!slh?9&Cq%A7jAc%QDMcWy6K4nrW%$bg2g+tv;ju3RVLHPDQN}}(WZ3Bh z{uNrucsOR#iqqbhY48~3Ok^yD0`(ZA9~p%bAerG$b|QSjfGeHOoC#=~fpNBED}bs_ zyg{cq#kf83d;kjV~uS#%V($?&niLbZUN?|FBz^0>Dq^{n+Imc|#ym(DJp z{i6H9!2N;R=&_Za;|u3DBB-lpsc*4wHNLwZ-~GklgZ=mSKalUsj}uS2RtAr*#E-4U z$LjI1U!45qcCANIKmH`P-Urk-cA(gMD;)=F?FS!^*IJL(q@%P8p8Oid za+Gi}_P5a4im}_}cYwE>s8aC%3cxwP6u7;KQ2*DLs*Ba-iIu)lu+}fbeLp?<`S`u@)g2@C9V1|?PuQ<_j6IF@ z-H5G+P+M$a(p7g-m`e6JEj)3sO;cwc?=G_*a@Z9M(izIxqg=gC0-#FXjP-I>*JS<& z!p%FJf!7z^M1bc};L{#FwKdW&AdoYiU{NWUkhv5!049n#`R)v)u;v`$u5A;8r)ms< ziJEFDYf~O*AnUQIBSN;}W)iN)y2670FhLhL+`Q)-uE)QM94*38ogAmf;VciL>^W5H zq96#*Q0Ft$@(i^FkM{%uXcTF1HZhASs zd|-9xKz#`6!}X!VwL!>NK3ES+y@48ve-%Yi>(j68yj#9IQj_|Ccw+d@_f~uN)qD5V zhTpFpIk(a~_4lCoPUsJ9@pTckwB8Qi4BrXj=h=hhFk#UG5i-J%m0q>)&b>Vh^V`5H$aM@qGbKGwy{ykM@rV(!T(2_|=sF literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0b63ffbdc83f401960611260b297e682b73b04fc GIT binary patch literal 7486 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 ZYT37n`D``Eb)?NG-mzeQhLOI<{|)6IWoZBa literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7bb97ca8706376c35f415fd58b9f26531019d429 GIT binary patch literal 1195 zcmZ8f&2Q936rb_e?mDbD*(xZAi%B@(O0m@>LPC5gphZM#(<<3OWDbsF&t|81ZEMCG zSSz$E)I+OY7B1w-u@x8o3?zDBMWwEMsziI>wrbi-PRux)G|5Qwd++_;d-LARo44h% z3fOw^)l}m*0e}zOI9$?5*?Y~D7hnzezy?0_g#fk$TYy{_1FnE2!L% z{P7^HWEsGKnOtwj0b)v##sN;y<0O^LN6o+x z(xRET#N15h7?W(KW~SY;=bYMly|%o%^!4(pA*Y2rM4L%1T~Quah==%!a*?j zKk^(WQ&KsE9<^cSZI~@gy@OY)+`n6^efj@m5t%26G$C2VaojMBlKgK| z#~})HkphPz2aQKcn^6?xjsFTrmDA%4_KVkAk>3u`4RW5Dd{Fc`gP{l^{6~OL`cDDy z+}~jK&+1gSGMK*H)p~Nz+nw(QIs4#O}-xF!A!@zg*-!e*&+# BL4&wf$MGii?rLUD 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 gDTKJ-aBNqby7krYJ&j0`b literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4140882e6002744e84220a19e734f529d736edde GIT binary patch literal 34152 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3b9331399b68fa6ffb93305b2871517886383290 GIT binary patch literal 2743 zcmc&$J!~9B6rTO{`SPLk z@5sNj#95BPIz31 zYX*o_vLdYz3s&h^kpW2!R3_`vbWY|OQ1Dg|aBiw#UV-C1;_V;=e#$V6r=OX#f^lKm z!YQ)Q6{g^h=@fb32O=yo&dhMhTPnF@J9L6BnqfIA2EKWN`8Q0@ovY(h<0mIf;YMsM zw4FtJo(VH_L(_8oh;iTc%q6&I!c4E#cnEjN0-GCI*7DKaDnH&ZcVg5BK-?ma2L|t` zk1~fJ502eYf6NTjKuerv`T#Jyq*$-PVwFTq+X`8z-+M4L$Ah|khVU*>=Hyr{+M<{g zFemXW=mc&tcsEE48O{5IoSJ*kuNTBE@+8}P_wr`naJ6svVRodF8R3{ptOXI&*x4Qu zHgppDMOeT&lZ9sRps0@(DQfyGG$^29gt^h&jf514xqc7hOb{||M*)v@%krS`>vEDI zKM0NjKWn6U@|R(~d}NPPLC-$ePl z#}7da9NRg`iCGpu0$@in$3U@nGT?%F@BtKfG|xTid8p@qqc$LvJ)=e!JfjyG^{%yk zW#6d5<>-rznqA+m)+hFh8eNPXQOA0T0Rz$qKUDH8yr4)Ls#DI!v%5BQOozI8iCmPQ} z!gEPi?ZwJ^9bOy0*S9$|Ssj{uls)sLcc{`a^lP^NF5NshT0J;=zkf4# zu9`ddFgsPrOeI|g?=6t2ZkiAhzGQoKON(XEzyWouWeG2c1RNi7 zB-cRb?b33qYqd2XP<8_Ds2IaWEzY&~uCG}RW=qQEy(deiJlRo2GWE^QH*Hu@@O-mjj#nt;lOAJm5ltY N4@&3%Bp{Lx`~&UpK92wZ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ae78ec3d448224b5c9ba3aba614519169814847b GIT binary patch literal 2614 zcmai0OKcNI7@qYrek2Yd0TKb7gjT_TZ9>E=LX{{KfkXo$>BTg)C%a>NlYMn&o!|(h zsN&EgNR`N`0;v*IaA>6-a_qeqN3H}~T9vAms@|*y^}wnBjCY-YP`irf@y|d1`~N0C z_Vy+beAhqPQ#sRv(C=asd@+Bq`424aAq{DYfr_13DJpUwDu!SV8DTS0jF{14)QlBl zX1o|z1Yg+bF%!jvnJgydK4PTIbTO@<5TX$+N_!uNIy#DdKv5R<2dcMb+W%Pbd3IX)7cOh2gjP6%6;#O|+^s6xR;TwBXc@x~b=0qj7Dq(2-bx(pf4P`n_s@PWs@-FT${j+IvyY?q+=di_FfS@u8>q zUzt!Yg=f8?fC@?$IH4~!zxj0po)p+&MIs#OkAkNOz814Rq6)O5Y@;87QZK$ zGBB*7m;ETc`_4)$HP(!bu@P}4N(F+wW_uTzYQV7FcDIX3|ARh?76Lzo|M0yHi2}F| zut#FddGG|n0hI>9urOisI+(^9xD#K|%>>rO(g@S=xHNnmTg0RtFga^AFsoZ!z=ma8 zIbt|9V%1H`bQN#_kVb`4f;M7QAc{d$s&&E&Vj-#kIOC=9BeH`*iQn41Zn#*7TgEbJ zaBSGil)+m;HNTH%Yj9YpTdH_Z1fvGfrK`jR;T2|^xLkG?tB@6L*O^Lrxtzz-wo5@g zabbWP@Mqbs)GJVxgGa(y3K^#i?yCgc0g>XxDG7heWo(Os60KHChHfqT)DHTrWUhaD zHdiFMm7}@S`P|%LPbp=iOgs}zyZ~N^QNV!uycd<;Kq0*YUbbGG1gJ%#_&SB@9+CiC&|!gJcN4LDDDL zXs>$Cn6_3o==I9AHvWMD~j?Q^*={_&r#x6G|@s6f1=~RpsC*mhMOaYAI-D| zCRQ^q5+h&iewrBBNQ|tVY9-!XjkRNg%E@O#`_|OEbM3HLA3M1oUY}X-`K}=MFQSRf zDA3z^6dGC`eyR*^D1&P=KPjW_P+U21KiozzJxcv8rp+)4jY)cYFri#k?x<}f<~94J IoTVfG0*Xn=4gdfE literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8b2c7d40a578e01e89a767cb62ade6f3e900dbff GIT binary patch literal 4578 zcmaJ_&2JmW72hS7N2Z)W+WHeG9H=i|LM z@BQA#4E^VPKC8j=>5U_mr30Gw4;*x!(YW*Kx~^$YHL6kF)t1#)U)Euqa1-_9aXv0(xJXd;v1>xz~}ZhO&JT_m|Bf4gb*zYOo=iVg^gGp`);hFHN&7 z&A@B2q?)Z{>Ck7X<>8n*rlr{q7aayE{nWY7jOE-u>fU;q=3za*Zyk3X0ZpVHbhO(W z8_;Bg9su4E$$PL%gS5yxBeR~@g~Wu8N6 z%(GWqMgs2NV`boz+fj$Zz>UR&9ZD*xaKBFOQZTy_IkiWZemC#AEA> zlfW*o+Euw(XnWM=RLu8l3EQnX6zl;rU1oE_IQKcJGa>9MBkMI5+o&u6s5~ER^F)XU z(E(Y2g&=puhM2c`b?wu4?nsTo8Y2ylGVX4m8h1O0-JMg?yJ+-Qi11?_Nk4qlXTqBa z0U5_zg_aRf=1u_Wz_wQT?!0oRz2-X<@nfXoyRN^E+pgQ(gYQCDE+KW>b1F=PrMkV! z_yPfwBtWDBF+ygn@{F{#;)C{61BOOL8oD6h?VUA28*;GMk4ds!XA+x`DlRua%z}mMI$Ekg6QNAl4;g3eDuD@ctC0~|h z5si3$2}&miq`Zn#jSe)tl}4q)IHM)M5eAJgN^{5Nn6l)xvlh z4#7mX+wD~K2Szi=(@lfwRedwBX)rcuBJ4`Mm+2CBJ5B9He6Us%F^|quO{3Y7kdP9S zJ&8+N!LWT`lJWRM77jSjuS0F21gc;IlR&7Ll9ghe+d;r$f2&G^1+Z-6(KWAJwh-9d zj*ALL7NWTTwG9pj=wX$YK*Onn{S~OvN~o$UG4~+&3*-lsI_h{NYKg>t8Q>ap(E_0MM?blJ^XB!X($bHv z-H6gqoa=U2Nbxkdo?{?z6PqDuA_KM)0;3JBAm2PHegx7*(H7+z3mj1tyj(2Tps@KO zs6o^ggNECvJJ!IQpsU4TBdqyeaSiHV(REhh@rC(w=ZnG#nWfHTCW>&GD3+i;GY)_j zcknj)^j+8ukd zWxfe~!=qatz5?-Dl$R=XGkO#*4x!^o=a=BB^1t);B5*?9#u=t*O|7X@{qw{N%xZXK zh9)WGZ8h1+*k&gW4al_A;_c@NoFkv5IMgK4d6PV<<9Jxhn{(VGF~SWx%AeRc3MjfZQt3s@~pU< zJKr+SZ(TuzZ?ue~&_m4lIPjMHt5mm^y#p)%7n4LYK>?Gv9>GZAzz+jsl)|f;x0$jm zxP)=M))%1W!AF54EkEr5dZn9-e_FEUF z1I{YW{m7{Kbr$6zAytjXKreS(j%IgF=P-DxHB%f5b>hd`FZIFDXeK__yP=V8rYQgs z!;l7!49sAtr~rXN{}5-OSa)Yqk|s?v-I+9iXD$}v7{Zi~GL)?`*AF&_WFes}5SylD zDQmF0#8+Gk!g@1p$x4H?ir|t0J<|ueEF_a4nxDdkU?UxYWd;cQOdj+2 z*v`khW792j8j?3Nyqh_Ulc%0d?~cv1%$aTDtIPz>9NBrdGxM?=uThRwt5B3GzRc)2 zM?n`&GvLMXtIN>ri(YhE9O(~|%_L34XJxXfgFBKGzOg%C6;IE_f-Z}1WOnx3%vu)o ztrZ*Ut_*5J;X4i6sX{FQMKyY8p4^XSN1TFl28e$RuebmWM0XaV``Mj8UjAbE*4CAm zkgv-v{k_DgN_@7mdxcD9|>CQd*8-qZJYZX zguNa+j;76+9ll+5=mUGaO9n@89FNK1i%Ol8`($urqKZS<%WC;UkCz_ZXbDVsES?_yCSB=3>F{eR=TM&V?sdI|cpNa_pHg!|Nd!NuT@&F5%zv literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..468da4ff36fd71e110a69c4efc75c7876b34f1e6 GIT binary patch literal 8741 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 ANdN!< literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7aa562da3640adae54701fcba62b47b0cb13b4fc GIT binary patch literal 11137 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 IO~dnl04vtW_5c6? literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..195c05574fadafdde4feb222c518c5e1c6280544 GIT binary patch literal 2431 zcmah~T}<0n6u!0-C$XI$N`HZ^uKGvTmI$h?E1D{`uvK&&sHHy|Lqch6h=XIh_c~#) zWXh&J!1mB=n$%QV)%LAbC#{ct7_psaR#X;1mZq7wxIz;cj5AJf z$g(xlNa`yLXh0FTJ}}rnbbZ+2a#(kGtlBwjr0Aiye86z*kb-;|zv!B0@vS z>&3)XqGFOrl2lr?G?E}Vl}M$rX_&-Ht5{7~IX#!vPHfQ;Winw++iBBCEnL#bHQ_ zK07%ETL~=&gz~{pK31C$jAj#7xUSb(7(fI&lNMxHeWsCDu`MTMS}55zfg9I!wO77+ z`C^wWUrDQtlPOKtaypq;U0*kIrmZRsb1R8$(&ehx{jS4! z$YD)_qmZN%G)$bO0i6K2av2_;95Cbf;U-a?0Eih=Gn@ccZ{}2DI}$ZBl3BF}j^eEA zr~zC0WwMMV>RF^#W41{Vgxf$9gMTsvTM4ZRNQ&G#HFs)3Y_E##-=4d7{?7S(LwANA z_SZVPYhq8S|G5ymb$sslg79ipc(pS19shmgQDmXBuiDu+-(Tw-s0kNJeE_`D1x#OH z3$Q3uTwr|#kA3@JTi1gC5icNxEue2$g}cjn&H5>0Z@@4^8+O~u{3pCdA%`MUWQ!c^ zOo7Gz0;~8YJE8A6#b0ENwwDmXyuugQ8SoGKh%I`7lmN}?F6-sFB_mqnZ7V}xblWPh z1&(_5d=$A&aZeXma?0KSYk~8ul;GqjWEwAUiaUK3!Oi>t$RZtb_6{#hW~ax!q8e4cRpGX_*e~ zW@`Yphz#S)bY+T3B6k|5Ew3|iC#0LHq@FebvS@}K9i4g8FpU$g(lv+18X$5Kt1`Vo za+YOc+BT*k+i8u+mY%f7p*?!#6^bTzV6QU?cY3c-Y^+dNKm&wmj%;sYFfKX*v1!9i zX?7a#qPKR#<^*Y?bk1XnO-Hzv)N|_F7@HXHr3wkod%U)CI9)Xyp4eD3CY&%#e@z?H zRU3vhiTm76bC@xQH&h!w#%(`BGodAI_8z#Stw%lL<8Va#kNg2!3Dtv0irzXicV;md zUE^4ZuOrsq&n$;}pPqbrbiUPx# literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..095b294066851da8e1b303381578df753e8139de GIT binary patch literal 4511 zcmbVPTWk~A89p-}-*Yh}BtQ^*AR)n9VgmufMuCt*LQz>jB-(%Q8Lh04emYAnQtYRyMfyu}=9Ziz^k?+_Gw>W9xi)-T*2?6p zWtPc&R@Nwq+X0hUWmC_vmAw)G!3WRA6jV#d^1h>jSQBf4<@dz;I7O(-jpjUNt3$ap zh|mOzi*x$VEG?OPKl_sf~NoMk}qCrb}Vv=O3td)yu|CVo5xs@!$Sp&MB> z#P30-kM++=)5z(K`{#ahoyZEszhq$Kz`_DVFAKUvCY$4!>=pLETOg<1&I2iM7jBHcO+>J>gY%Jz}atUn%*Q?NCMUwrc$ z-0~*Q8Yat?zyR=;1Ou=G^ne0aa2(Rhm9#`MYF35pY2{@LPv?o=c)kn}#(b5QOC^H> zZd(SPA{?b}t5luRz->*V_)WNWv+la6BI1VP^;6UO8ggLHA~Mcly$m^OrxmFqWRUF)=yzVS3`ys!3E9*nI9cSEp;Tkp2qX{m~0bN3sc6pmCQDAxWew&yG4^Y8vxdKnvd9{XS| z_Q8{$N^Im~|9UjG7Txz?*Q2iGu9Y8G4xD__Svhd-%eKyH5XM(SsA53&FcG`{h z|2JL1WT!Nur-h)`TW_seS}X9MB=sI9dAQ)U3*SMS8znhNhBdYYm{QxI;Rzcg!aB}y zuJ(5aEWq;*>PEj~$*sQ&64s1$5R(~5SQK2C6BFjEz&D+U;{3X(vTOl)&B&=4=BtdY zZDOY!bQA*I6?~p~J)j69FfNernBE!z3`{)Ka3P=pM|9(|>st;V51E~yCUZAbc2H4) zJr{``l&7eZ5!tqOD9v+QI&HFFTz0^@FJ!+a)}1aIN*ZR``|9q_zk5HP_~b2F@nE_> z)FI>Va?KO4)irqNkD%gQv%O(#?>Og`!<2#2dFsr1CPtdc*-y|BI`$L2Cs8m%$SnH?RBGJMoEmv zC5PKGL~#f%Q`&Zx+g>N|b+wzPVB|00p@*OX^@dQW>sfH$%hsMsYwv2P_jR!ESup;x z^;o5KU^O)GDjMV3ig(yShM(Z2+;MEtBxaKB%7WVtShFS8#gN5hguxC2|GDe{F1Qi% zE^wnB))QnuGl4Rhz3fe5y4Xb3+u27Sg`X-IB$Ho}-;N!8+ZEr2hQSBR8aZo@KrbU0 z^iNO$?-7I-sO1F;^Z)1z6!{lA@G89bCJ&S?$-lGqu9u<}g>(a=E zPwW#{QFk@s7e92D;G8pG}V0(_^!M`&~SbJ4_=F6_y7O^ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..07e96135cf1fbde33bb8cd98e631731b3b9b142c GIT binary patch literal 5957 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 NWw%_9XpQa2e*gh7@|6Gp literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py new file mode 100644 index 00000000..e06947c0 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py @@ -0,0 +1,109 @@ +"""Functions brought over from jaraco.text. + +These functions are not supposed to be used within `pip._internal`. These are +helper functions brought over from `jaraco.text` to enable vendoring newer +copies of `pkg_resources` without having to vendor `jaraco.text` and its entire +dependency cone; something that our vendoring setup is not currently capable of +handling. + +License reproduced from original source below: + +Copyright Jason R. Coombs + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. +""" + +import functools +import itertools + + +def _nonblank(str): + return str and not str.startswith("#") + + +@functools.singledispatch +def yield_lines(iterable): + r""" + Yield valid lines of a string or iterable. + + >>> list(yield_lines('')) + [] + >>> list(yield_lines(['foo', 'bar'])) + ['foo', 'bar'] + >>> list(yield_lines('foo\nbar')) + ['foo', 'bar'] + >>> list(yield_lines('\nfoo\n#bar\nbaz #comment')) + ['foo', 'baz #comment'] + >>> list(yield_lines(['foo\nbar', 'baz', 'bing\n\n\n'])) + ['foo', 'bar', 'baz', 'bing'] + """ + return itertools.chain.from_iterable(map(yield_lines, iterable)) + + +@yield_lines.register(str) +def _(text): + return filter(_nonblank, map(str.strip, text.splitlines())) + + +def drop_comment(line): + """ + Drop comments. + + >>> drop_comment('foo # bar') + 'foo' + + A hash without a space may be in a URL. + + >>> drop_comment('http://example.com/foo#bar') + 'http://example.com/foo#bar' + """ + return line.partition(" #")[0] + + +def join_continuation(lines): + r""" + Join lines continued by a trailing backslash. + + >>> list(join_continuation(['foo \\', 'bar', 'baz'])) + ['foobar', 'baz'] + >>> list(join_continuation(['foo \\', 'bar', 'baz'])) + ['foobar', 'baz'] + >>> list(join_continuation(['foo \\', 'bar \\', 'baz'])) + ['foobarbaz'] + + Not sure why, but... + The character preceeding the backslash is also elided. + + >>> list(join_continuation(['goo\\', 'dly'])) + ['godly'] + + A terrible idea, but... + If no line is available to continue, suppress the lines. + + >>> list(join_continuation(['foo', 'bar\\', 'baz\\'])) + ['foo'] + """ + lines = iter(lines) + for item in lines: + while item.endswith("\\"): + try: + item = item[:-2].strip() + next(lines) + except StopIteration: + return + yield item diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py new file mode 100644 index 00000000..92c4c6a1 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py @@ -0,0 +1,38 @@ +"""Customize logging + +Defines custom logger class for the `logger.verbose(...)` method. + +init_logging() must be called before any other modules that call logging.getLogger. +""" + +import logging +from typing import Any, cast + +# custom log level for `--verbose` output +# between DEBUG and INFO +VERBOSE = 15 + + +class VerboseLogger(logging.Logger): + """Custom Logger, defining a verbose log-level + + VERBOSE is between INFO and DEBUG. + """ + + def verbose(self, msg: str, *args: Any, **kwargs: Any) -> None: + return self.log(VERBOSE, msg, *args, **kwargs) + + +def getLogger(name: str) -> VerboseLogger: + """logging.getLogger, but ensures our VerboseLogger class is returned""" + return cast(VerboseLogger, logging.getLogger(name)) + + +def init_logging() -> None: + """Register our VerboseLogger and VERBOSE log level. + + Should be called before any calls to getLogger(), + i.e. in pip._internal.__init__ + """ + logging.setLoggerClass(VerboseLogger) + logging.addLevelName(VERBOSE, "VERBOSE") diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py new file mode 100644 index 00000000..16933bf8 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py @@ -0,0 +1,52 @@ +""" +This code wraps the vendored appdirs module to so the return values are +compatible for the current pip code base. + +The intention is to rewrite current usages gradually, keeping the tests pass, +and eventually drop this after all usages are changed. +""" + +import os +import sys +from typing import List + +from pip._vendor import platformdirs as _appdirs + + +def user_cache_dir(appname: str) -> str: + return _appdirs.user_cache_dir(appname, appauthor=False) + + +def _macos_user_config_dir(appname: str, roaming: bool = True) -> str: + # Use ~/Application Support/pip, if the directory exists. + path = _appdirs.user_data_dir(appname, appauthor=False, roaming=roaming) + if os.path.isdir(path): + return path + + # Use a Linux-like ~/.config/pip, by default. + linux_like_path = "~/.config/" + if appname: + linux_like_path = os.path.join(linux_like_path, appname) + + return os.path.expanduser(linux_like_path) + + +def user_config_dir(appname: str, roaming: bool = True) -> str: + if sys.platform == "darwin": + return _macos_user_config_dir(appname, roaming) + + return _appdirs.user_config_dir(appname, appauthor=False, roaming=roaming) + + +# for the discussion regarding site_config_dir locations +# see +def site_config_dirs(appname: str) -> List[str]: + if sys.platform == "darwin": + return [_appdirs.site_data_dir(appname, appauthor=False, multipath=True)] + + dirval = _appdirs.site_config_dir(appname, appauthor=False, multipath=True) + if sys.platform == "win32": + return [dirval] + + # Unix-y system. Look in /etc as well. + return dirval.split(os.pathsep) + ["/etc"] diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py new file mode 100644 index 00000000..3f4d300c --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py @@ -0,0 +1,63 @@ +"""Stuff that differs in different Python versions and platform +distributions.""" + +import logging +import os +import sys + +__all__ = ["get_path_uid", "stdlib_pkgs", "WINDOWS"] + + +logger = logging.getLogger(__name__) + + +def has_tls() -> bool: + try: + import _ssl # noqa: F401 # ignore unused + + return True + except ImportError: + pass + + from pip._vendor.urllib3.util import IS_PYOPENSSL + + return IS_PYOPENSSL + + +def get_path_uid(path: str) -> int: + """ + Return path's uid. + + Does not follow symlinks: + https://github.com/pypa/pip/pull/935#discussion_r5307003 + + Placed this function in compat due to differences on AIX and + Jython, that should eventually go away. + + :raises OSError: When path is a symlink or can't be read. + """ + if hasattr(os, "O_NOFOLLOW"): + fd = os.open(path, os.O_RDONLY | os.O_NOFOLLOW) + file_uid = os.fstat(fd).st_uid + os.close(fd) + else: # AIX and Jython + # WARNING: time of check vulnerability, but best we can do w/o NOFOLLOW + if not os.path.islink(path): + # older versions of Jython don't have `os.fstat` + file_uid = os.stat(path).st_uid + else: + # raise OSError for parity with os.O_NOFOLLOW above + raise OSError(f"{path} is a symlink; Will not return uid for symlinks") + return file_uid + + +# packages in the stdlib that may have installation metadata, but should not be +# considered 'installed'. this theoretically could be determined based on +# dist.location (py27:`sysconfig.get_paths()['stdlib']`, +# py26:sysconfig.get_config_vars('LIBDEST')), but fear platform variation may +# make this ineffective, so hard-coding +stdlib_pkgs = {"python", "wsgiref", "argparse"} + + +# windows detection, covers cpython and ironpython +WINDOWS = sys.platform.startswith("win") or (sys.platform == "cli" and os.name == "nt") diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py new file mode 100644 index 00000000..b6ed9a78 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py @@ -0,0 +1,165 @@ +"""Generate and work with PEP 425 Compatibility Tags. +""" + +import re +from typing import List, Optional, Tuple + +from pip._vendor.packaging.tags import ( + PythonVersion, + Tag, + compatible_tags, + cpython_tags, + generic_tags, + interpreter_name, + interpreter_version, + mac_platforms, +) + +_osx_arch_pat = re.compile(r"(.+)_(\d+)_(\d+)_(.+)") + + +def version_info_to_nodot(version_info: Tuple[int, ...]) -> str: + # Only use up to the first two numbers. + return "".join(map(str, version_info[:2])) + + +def _mac_platforms(arch: str) -> List[str]: + match = _osx_arch_pat.match(arch) + if match: + name, major, minor, actual_arch = match.groups() + mac_version = (int(major), int(minor)) + arches = [ + # Since we have always only checked that the platform starts + # with "macosx", for backwards-compatibility we extract the + # actual prefix provided by the user in case they provided + # something like "macosxcustom_". It may be good to remove + # this as undocumented or deprecate it in the future. + "{}_{}".format(name, arch[len("macosx_") :]) + for arch in mac_platforms(mac_version, actual_arch) + ] + else: + # arch pattern didn't match (?!) + arches = [arch] + return arches + + +def _custom_manylinux_platforms(arch: str) -> List[str]: + arches = [arch] + arch_prefix, arch_sep, arch_suffix = arch.partition("_") + if arch_prefix == "manylinux2014": + # manylinux1/manylinux2010 wheels run on most manylinux2014 systems + # with the exception of wheels depending on ncurses. PEP 599 states + # manylinux1/manylinux2010 wheels should be considered + # manylinux2014 wheels: + # https://www.python.org/dev/peps/pep-0599/#backwards-compatibility-with-manylinux2010-wheels + if arch_suffix in {"i686", "x86_64"}: + arches.append("manylinux2010" + arch_sep + arch_suffix) + arches.append("manylinux1" + arch_sep + arch_suffix) + elif arch_prefix == "manylinux2010": + # manylinux1 wheels run on most manylinux2010 systems with the + # exception of wheels depending on ncurses. PEP 571 states + # manylinux1 wheels should be considered manylinux2010 wheels: + # https://www.python.org/dev/peps/pep-0571/#backwards-compatibility-with-manylinux1-wheels + arches.append("manylinux1" + arch_sep + arch_suffix) + return arches + + +def _get_custom_platforms(arch: str) -> List[str]: + arch_prefix, arch_sep, arch_suffix = arch.partition("_") + if arch.startswith("macosx"): + arches = _mac_platforms(arch) + elif arch_prefix in ["manylinux2014", "manylinux2010"]: + arches = _custom_manylinux_platforms(arch) + else: + arches = [arch] + return arches + + +def _expand_allowed_platforms(platforms: Optional[List[str]]) -> Optional[List[str]]: + if not platforms: + return None + + seen = set() + result = [] + + for p in platforms: + if p in seen: + continue + additions = [c for c in _get_custom_platforms(p) if c not in seen] + seen.update(additions) + result.extend(additions) + + return result + + +def _get_python_version(version: str) -> PythonVersion: + if len(version) > 1: + return int(version[0]), int(version[1:]) + else: + return (int(version[0]),) + + +def _get_custom_interpreter( + implementation: Optional[str] = None, version: Optional[str] = None +) -> str: + if implementation is None: + implementation = interpreter_name() + if version is None: + version = interpreter_version() + return f"{implementation}{version}" + + +def get_supported( + version: Optional[str] = None, + platforms: Optional[List[str]] = None, + impl: Optional[str] = None, + abis: Optional[List[str]] = None, +) -> List[Tag]: + """Return a list of supported tags for each version specified in + `versions`. + + :param version: a string version, of the form "33" or "32", + or None. The version will be assumed to support our ABI. + :param platform: specify a list of platforms you want valid + tags for, or None. If None, use the local system platform. + :param impl: specify the exact implementation you want valid + tags for, or None. If None, use the local interpreter impl. + :param abis: specify a list of abis you want valid + tags for, or None. If None, use the local interpreter abi. + """ + supported: List[Tag] = [] + + python_version: Optional[PythonVersion] = None + if version is not None: + python_version = _get_python_version(version) + + interpreter = _get_custom_interpreter(impl, version) + + platforms = _expand_allowed_platforms(platforms) + + is_cpython = (impl or interpreter_name()) == "cp" + if is_cpython: + supported.extend( + cpython_tags( + python_version=python_version, + abis=abis, + platforms=platforms, + ) + ) + else: + supported.extend( + generic_tags( + interpreter=interpreter, + abis=abis, + platforms=platforms, + ) + ) + supported.extend( + compatible_tags( + python_version=python_version, + interpreter=interpreter, + platforms=platforms, + ) + ) + + return supported diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py new file mode 100644 index 00000000..8668b3b0 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py @@ -0,0 +1,11 @@ +"""For when pip wants to check the date or time. +""" + +import datetime + + +def today_is_later_than(year: int, month: int, day: int) -> bool: + today = datetime.date.today() + given = datetime.date(year, month, day) + + return today > given diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py new file mode 100644 index 00000000..72bd6f25 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py @@ -0,0 +1,120 @@ +""" +A module that implements tooling to enable easy warnings about deprecations. +""" + +import logging +import warnings +from typing import Any, Optional, TextIO, Type, Union + +from pip._vendor.packaging.version import parse + +from pip import __version__ as current_version # NOTE: tests patch this name. + +DEPRECATION_MSG_PREFIX = "DEPRECATION: " + + +class PipDeprecationWarning(Warning): + pass + + +_original_showwarning: Any = None + + +# Warnings <-> Logging Integration +def _showwarning( + message: Union[Warning, str], + category: Type[Warning], + filename: str, + lineno: int, + file: Optional[TextIO] = None, + line: Optional[str] = None, +) -> None: + if file is not None: + if _original_showwarning is not None: + _original_showwarning(message, category, filename, lineno, file, line) + elif issubclass(category, PipDeprecationWarning): + # We use a specially named logger which will handle all of the + # deprecation messages for pip. + logger = logging.getLogger("pip._internal.deprecations") + logger.warning(message) + else: + _original_showwarning(message, category, filename, lineno, file, line) + + +def install_warning_logger() -> None: + # Enable our Deprecation Warnings + warnings.simplefilter("default", PipDeprecationWarning, append=True) + + global _original_showwarning + + if _original_showwarning is None: + _original_showwarning = warnings.showwarning + warnings.showwarning = _showwarning + + +def deprecated( + *, + reason: str, + replacement: Optional[str], + gone_in: Optional[str], + feature_flag: Optional[str] = None, + issue: Optional[int] = None, +) -> None: + """Helper to deprecate existing functionality. + + reason: + Textual reason shown to the user about why this functionality has + been deprecated. Should be a complete sentence. + replacement: + Textual suggestion shown to the user about what alternative + functionality they can use. + gone_in: + The version of pip does this functionality should get removed in. + Raises an error if pip's current version is greater than or equal to + this. + feature_flag: + Command-line flag of the form --use-feature={feature_flag} for testing + upcoming functionality. + issue: + Issue number on the tracker that would serve as a useful place for + users to find related discussion and provide feedback. + """ + + # Determine whether or not the feature is already gone in this version. + is_gone = gone_in is not None and parse(current_version) >= parse(gone_in) + + message_parts = [ + (reason, f"{DEPRECATION_MSG_PREFIX}{{}}"), + ( + gone_in, + "pip {} will enforce this behaviour change." + if not is_gone + else "Since pip {}, this is no longer supported.", + ), + ( + replacement, + "A possible replacement is {}.", + ), + ( + feature_flag, + "You can use the flag --use-feature={} to test the upcoming behaviour." + if not is_gone + else None, + ), + ( + issue, + "Discussion can be found at https://github.com/pypa/pip/issues/{}", + ), + ] + + message = " ".join( + format_str.format(value) + for value, format_str in message_parts + if format_str is not None and value is not None + ) + + # Raise as an error if this behaviour is deprecated. + if is_gone: + raise PipDeprecationWarning(message) + + warnings.warn(message, category=PipDeprecationWarning, stacklevel=2) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py new file mode 100644 index 00000000..0e8e5e16 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py @@ -0,0 +1,87 @@ +from typing import Optional + +from pip._internal.models.direct_url import ArchiveInfo, DirectUrl, DirInfo, VcsInfo +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + + +def direct_url_as_pep440_direct_reference(direct_url: DirectUrl, name: str) -> str: + """Convert a DirectUrl to a pip requirement string.""" + direct_url.validate() # if invalid, this is a pip bug + requirement = name + " @ " + fragments = [] + if isinstance(direct_url.info, VcsInfo): + requirement += "{}+{}@{}".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.12/site-packages/pip/_internal/utils/egg_link.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py new file mode 100644 index 00000000..4a384a63 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py @@ -0,0 +1,80 @@ +import os +import re +import sys +from typing import List, Optional + +from pip._internal.locations import site_packages, user_site +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) + +__all__ = [ + "egg_link_path_from_sys_path", + "egg_link_path_from_location", +] + + +def _egg_link_names(raw_name: str) -> List[str]: + """ + Convert a Name metadata value to a .egg-link name, by applying + the same substitution as pkg_resources's safe_name function. + Note: we cannot use canonicalize_name because it has a different logic. + + We also look for the raw name (without normalization) as setuptools 69 changed + the way it names .egg-link files (https://github.com/pypa/setuptools/issues/4167). + """ + return [ + re.sub("[^A-Za-z0-9.]+", "-", raw_name) + ".egg-link", + f"{raw_name}.egg-link", + ] + + +def egg_link_path_from_sys_path(raw_name: str) -> Optional[str]: + """ + Look for a .egg-link file for project name, by walking sys.path. + """ + egg_link_names = _egg_link_names(raw_name) + for path_item in sys.path: + for egg_link_name in egg_link_names: + egg_link = os.path.join(path_item, egg_link_name) + if os.path.isfile(egg_link): + return egg_link + return None + + +def egg_link_path_from_location(raw_name: str) -> Optional[str]: + """ + Return the path for the .egg-link file if it exists, otherwise, None. + + There's 3 scenarios: + 1) not in a virtualenv + try to find in site.USER_SITE, then site_packages + 2) in a no-global virtualenv + try to find in site_packages + 3) in a yes-global virtualenv + try to find in site_packages, then site.USER_SITE + (don't look in global location) + + For #1 and #3, there could be odd cases, where there's an egg-link in 2 + locations. + + This method will just return the first one found. + """ + sites: List[str] = [] + if running_under_virtualenv(): + sites.append(site_packages) + if not virtualenv_no_global() and user_site: + sites.append(user_site) + else: + if user_site: + sites.append(user_site) + sites.append(site_packages) + + egg_link_names = _egg_link_names(raw_name) + for site in sites: + for egg_link_name in egg_link_names: + egglink = os.path.join(site, egg_link_name) + if os.path.isfile(egglink): + return egglink + return None diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py new file mode 100644 index 00000000..008f06a7 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py @@ -0,0 +1,36 @@ +import codecs +import locale +import re +import sys +from typing import List, Tuple + +BOMS: List[Tuple[bytes, str]] = [ + (codecs.BOM_UTF8, "utf-8"), + (codecs.BOM_UTF16, "utf-16"), + (codecs.BOM_UTF16_BE, "utf-16-be"), + (codecs.BOM_UTF16_LE, "utf-16-le"), + (codecs.BOM_UTF32, "utf-32"), + (codecs.BOM_UTF32_BE, "utf-32-be"), + (codecs.BOM_UTF32_LE, "utf-32-le"), +] + +ENCODING_RE = re.compile(rb"coding[:=]\s*([-\w.]+)") + + +def auto_decode(data: bytes) -> str: + """Check a bytes string for a BOM to correctly detect the encoding + + Fallback to locale.getpreferredencoding(False) like open() on Python3""" + for bom, encoding in BOMS: + if data.startswith(bom): + return data[len(bom) :].decode(encoding) + # Lets check the first two lines as in PEP263 + for line in data.split(b"\n")[:2]: + if line[0:1] == b"#" and ENCODING_RE.search(line): + result = ENCODING_RE.search(line) + assert result is not None + encoding = result.groups()[0].decode("ascii") + return data.decode(encoding) + return data.decode( + locale.getpreferredencoding(False) or sys.getdefaultencoding(), + ) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py new file mode 100644 index 00000000..15013693 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py @@ -0,0 +1,84 @@ +import itertools +import os +import shutil +import sys +from typing import List, Optional + +from pip._internal.cli.main import main +from pip._internal.utils.compat import WINDOWS + +_EXECUTABLE_NAMES = [ + "pip", + f"pip{sys.version_info.major}", + f"pip{sys.version_info.major}.{sys.version_info.minor}", +] +if WINDOWS: + _allowed_extensions = {"", ".exe"} + _EXECUTABLE_NAMES = [ + "".join(parts) + for parts in itertools.product(_EXECUTABLE_NAMES, _allowed_extensions) + ] + + +def _wrapper(args: Optional[List[str]] = None) -> int: + """Central wrapper for all old entrypoints. + + Historically pip has had several entrypoints defined. Because of issues + arising from PATH, sys.path, multiple Pythons, their interactions, and most + of them having a pip installed, users suffer every time an entrypoint gets + moved. + + To alleviate this pain, and provide a mechanism for warning users and + directing them to an appropriate place for help, we now define all of + our old entrypoints as wrappers for the current one. + """ + sys.stderr.write( + "WARNING: pip is being invoked by an old script wrapper. This will " + "fail in a future version of pip.\n" + "Please see https://github.com/pypa/pip/issues/5599 for advice on " + "fixing the underlying issue.\n" + "To avoid this problem you can invoke Python with '-m pip' instead of " + "running pip directly.\n" + ) + return main(args) + + +def get_best_invocation_for_this_pip() -> str: + """Try to figure out the best way to invoke pip in the current environment.""" + binary_directory = "Scripts" if WINDOWS else "bin" + binary_prefix = os.path.join(sys.prefix, binary_directory) + + # Try to use pip[X[.Y]] names, if those executables for this environment are + # the first on PATH with that name. + path_parts = os.path.normcase(os.environ.get("PATH", "")).split(os.pathsep) + exe_are_in_PATH = os.path.normcase(binary_prefix) in path_parts + if exe_are_in_PATH: + for exe_name in _EXECUTABLE_NAMES: + found_executable = shutil.which(exe_name) + binary_executable = os.path.join(binary_prefix, exe_name) + if ( + found_executable + and os.path.exists(binary_executable) + and os.path.samefile( + found_executable, + binary_executable, + ) + ): + return exe_name + + # Use the `-m` invocation, if there's no "nice" invocation. + return f"{get_best_invocation_for_this_python()} -m pip" + + +def get_best_invocation_for_this_python() -> str: + """Try to figure out the best way to invoke the current Python.""" + exe = sys.executable + exe_name = os.path.basename(exe) + + # Try to use the basename, if it's the first executable. + found_executable = shutil.which(exe_name) + if found_executable and os.path.samefile(found_executable, exe): + return exe_name + + # Use the full executable name, because we couldn't find something simpler. + return exe diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py new file mode 100644 index 00000000..83c2df75 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py @@ -0,0 +1,153 @@ +import fnmatch +import os +import os.path +import random +import sys +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, BinaryIO, Generator, List, Union, cast + +from pip._vendor.tenacity import retry, stop_after_delay, wait_fixed + +from pip._internal.utils.compat import get_path_uid +from pip._internal.utils.misc import format_size + + +def check_path_owner(path: str) -> bool: + # If we don't have a way to check the effective uid of this process, then + # we'll just assume that we own the directory. + if sys.platform == "win32" or not hasattr(os, "geteuid"): + return True + + assert os.path.isabs(path) + + previous = None + while path != previous: + if os.path.lexists(path): + # Check if path is writable by current user. + if os.geteuid() == 0: + # Special handling for root user in order to handle properly + # cases where users use sudo without -H flag. + try: + path_uid = get_path_uid(path) + except OSError: + return False + return path_uid == 0 + else: + return os.access(path, os.W_OK) + else: + previous, path = path, os.path.dirname(path) + return False # assume we don't own the path + + +@contextmanager +def adjacent_tmp_file(path: str, **kwargs: Any) -> Generator[BinaryIO, None, None]: + """Return a file-like object pointing to a tmp file next to path. + + The file is created securely and is ensured to be written to disk + after the context reaches its end. + + kwargs will be passed to tempfile.NamedTemporaryFile to control + the way the temporary file will be opened. + """ + with NamedTemporaryFile( + delete=False, + dir=os.path.dirname(path), + prefix=os.path.basename(path), + suffix=".tmp", + **kwargs, + ) as f: + result = cast(BinaryIO, f) + try: + yield result + finally: + result.flush() + os.fsync(result.fileno()) + + +# Tenacity raises RetryError by default, explicitly raise the original exception +_replace_retry = retry(reraise=True, stop=stop_after_delay(1), wait=wait_fixed(0.25)) + +replace = _replace_retry(os.replace) + + +# test_writable_dir and _test_writable_dir_win are copied from Flit, +# with the author's agreement to also place them under pip's license. +def test_writable_dir(path: str) -> bool: + """Check if a directory is writable. + + Uses os.access() on POSIX, tries creating files on Windows. + """ + # If the directory doesn't exist, find the closest parent that does. + while not os.path.isdir(path): + parent = os.path.dirname(path) + if parent == path: + break # Should never get here, but infinite loops are bad + path = parent + + if os.name == "posix": + return os.access(path, os.W_OK) + + return _test_writable_dir_win(path) + + +def _test_writable_dir_win(path: str) -> bool: + # os.access doesn't work on Windows: http://bugs.python.org/issue2528 + # and we can't use tempfile: http://bugs.python.org/issue22107 + basename = "accesstest_deleteme_fishfingers_custard_" + alphabet = "abcdefghijklmnopqrstuvwxyz0123456789" + for _ in range(10): + name = basename + "".join(random.choice(alphabet) for _ in range(6)) + file = os.path.join(path, name) + try: + fd = os.open(file, os.O_RDWR | os.O_CREAT | os.O_EXCL) + except FileExistsError: + pass + except PermissionError: + # This could be because there's a directory with the same name. + # But it's highly unlikely there's a directory called that, + # so we'll assume it's because the parent dir is not writable. + # This could as well be because the parent dir is not readable, + # due to non-privileged user access. + return False + else: + os.close(fd) + os.unlink(file) + return True + + # This should never be reached + raise OSError("Unexpected condition testing for writable directory") + + +def find_files(path: str, pattern: str) -> List[str]: + """Returns a list of absolute paths of files beneath path, recursively, + with filenames which match the UNIX-style shell glob pattern.""" + result: List[str] = [] + for root, _, files in os.walk(path): + matches = fnmatch.filter(files, pattern) + result.extend(os.path.join(root, f) for f in matches) + return result + + +def file_size(path: str) -> Union[int, float]: + # If it's a symlink, return 0. + if os.path.islink(path): + return 0 + return os.path.getsize(path) + + +def format_file_size(path: str) -> str: + return format_size(file_size(path)) + + +def directory_size(path: str) -> Union[int, float]: + size = 0.0 + for root, _dirs, files in os.walk(path): + for filename in files: + file_path = os.path.join(root, filename) + size += file_size(file_path) + return size + + +def format_directory_size(path: str) -> str: + return format_size(directory_size(path)) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py new file mode 100644 index 00000000..59485701 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py @@ -0,0 +1,27 @@ +"""Filetype information. +""" + +from typing import Tuple + +from pip._internal.utils.misc import splitext + +WHEEL_EXTENSION = ".whl" +BZ2_EXTENSIONS: Tuple[str, ...] = (".tar.bz2", ".tbz") +XZ_EXTENSIONS: Tuple[str, ...] = ( + ".tar.xz", + ".txz", + ".tlz", + ".tar.lz", + ".tar.lzma", +) +ZIP_EXTENSIONS: Tuple[str, ...] = (".zip", WHEEL_EXTENSION) +TAR_EXTENSIONS: Tuple[str, ...] = (".tar.gz", ".tgz", ".tar") +ARCHIVE_EXTENSIONS = ZIP_EXTENSIONS + BZ2_EXTENSIONS + TAR_EXTENSIONS + XZ_EXTENSIONS + + +def is_archive_file(name: str) -> bool: + """Return True if `name` is a considered as an archive file.""" + ext = splitext(name)[1].lower() + if ext in ARCHIVE_EXTENSIONS: + return True + return False diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py new file mode 100644 index 00000000..81342afa --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py @@ -0,0 +1,88 @@ +import os +import sys +from typing import Optional, Tuple + + +def glibc_version_string() -> Optional[str]: + "Returns glibc version string, or None if not using glibc." + return glibc_version_string_confstr() or glibc_version_string_ctypes() + + +def glibc_version_string_confstr() -> Optional[str]: + "Primary implementation of glibc_version_string using os.confstr." + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module: + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c9d0921ff3d70e1127ca1b71/Lib/platform.py#L175-L183 + if sys.platform == "win32": + return None + try: + gnu_libc_version = os.confstr("CS_GNU_LIBC_VERSION") + if gnu_libc_version is None: + return None + # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17": + _, version = gnu_libc_version.split() + except (AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def glibc_version_string_ctypes() -> Optional[str]: + "Fallback implementation of glibc_version_string using ctypes." + + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + process_namespace = ctypes.CDLL(None) + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +# platform.libc_ver regularly returns completely nonsensical glibc +# versions. E.g. on my computer, platform says: +# +# ~$ python2.7 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.7') +# ~$ python3.5 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.9') +# +# But the truth is: +# +# ~$ ldd --version +# ldd (Debian GLIBC 2.22-11) 2.22 +# +# This is unfortunate, because it means that the linehaul data on libc +# versions that was generated by pip 8.1.2 and earlier is useless and +# misleading. Solution: instead of using platform, use our code that actually +# works. +def libc_ver() -> Tuple[str, str]: + """Try to determine the glibc version + + Returns a tuple of strings (lib, version) which default to empty strings + in case the lookup fails. + """ + glibc_version = glibc_version_string() + if glibc_version is None: + return ("", "") + else: + return ("glibc", glibc_version) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py new file mode 100644 index 00000000..843cffc6 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py @@ -0,0 +1,151 @@ +import hashlib +from typing import TYPE_CHECKING, BinaryIO, Dict, Iterable, List, Optional + +from pip._internal.exceptions import HashMismatch, HashMissing, InstallationError +from pip._internal.utils.misc import read_chunks + +if TYPE_CHECKING: + from hashlib import _Hash + + # NoReturn introduced in 3.6.2; imported only for type checking to maintain + # pip compatibility with older patch versions of Python 3.6 + from typing import NoReturn + + +# The recommended hash algo of the moment. Change this whenever the state of +# the art changes; it won't hurt backward compatibility. +FAVORITE_HASH = "sha256" + + +# Names of hashlib algorithms allowed by the --hash option and ``pip hash`` +# Currently, those are the ones at least as collision-resistant as sha256. +STRONG_HASHES = ["sha256", "sha384", "sha512"] + + +class Hashes: + """A wrapper that builds multiple hashes at once and checks them against + known-good values + + """ + + def __init__(self, hashes: Optional[Dict[str, List[str]]] = None) -> None: + """ + :param hashes: A dict of algorithm names pointing to lists of allowed + hex digests + """ + allowed = {} + if hashes is not None: + for alg, keys in hashes.items(): + # Make sure values are always sorted (to ease equality checks) + allowed[alg] = sorted(keys) + self._allowed = allowed + + def __and__(self, other: "Hashes") -> "Hashes": + if not isinstance(other, Hashes): + return NotImplemented + + # If either of the Hashes object is entirely empty (i.e. no hash + # specified at all), all hashes from the other object are allowed. + if not other: + return self + if not self: + return other + + # Otherwise only hashes that present in both objects are allowed. + new = {} + for alg, values in other._allowed.items(): + if alg not in self._allowed: + continue + new[alg] = [v for v in values if v in self._allowed[alg]] + return Hashes(new) + + @property + def digest_count(self) -> int: + return sum(len(digests) for digests in self._allowed.values()) + + def is_hash_allowed(self, hash_name: str, hex_digest: str) -> bool: + """Return whether the given hex digest is allowed.""" + return hex_digest in self._allowed.get(hash_name, []) + + def check_against_chunks(self, chunks: Iterable[bytes]) -> None: + """Check good hashes against ones built from iterable of chunks of + data. + + Raise HashMismatch if none match. + + """ + gots = {} + for hash_name in self._allowed.keys(): + try: + gots[hash_name] = hashlib.new(hash_name) + except (ValueError, TypeError): + raise InstallationError(f"Unknown hash name: {hash_name}") + + for chunk in chunks: + for hash in gots.values(): + hash.update(chunk) + + for hash_name, got in gots.items(): + if got.hexdigest() in self._allowed[hash_name]: + return + self._raise(gots) + + def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn": + raise HashMismatch(self._allowed, gots) + + def check_against_file(self, file: BinaryIO) -> None: + """Check good hashes against a file-like object + + Raise HashMismatch if none match. + + """ + return self.check_against_chunks(read_chunks(file)) + + def check_against_path(self, path: str) -> None: + with open(path, "rb") as file: + return self.check_against_file(file) + + def has_one_of(self, hashes: Dict[str, str]) -> bool: + """Return whether any of the given hashes are allowed.""" + for hash_name, hex_digest in hashes.items(): + if self.is_hash_allowed(hash_name, hex_digest): + return True + return False + + def __bool__(self) -> bool: + """Return whether I know any known-good hashes.""" + return bool(self._allowed) + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Hashes): + return NotImplemented + return self._allowed == other._allowed + + def __hash__(self) -> int: + return hash( + ",".join( + sorted( + ":".join((alg, digest)) + for alg, digest_list in self._allowed.items() + for digest in digest_list + ) + ) + ) + + +class MissingHashes(Hashes): + """A workalike for Hashes used when we're missing a hash for a requirement + + It computes the actual hash of the requirement and raises a HashMissing + exception showing it to the user. + + """ + + def __init__(self) -> None: + """Don't offer the ``hashes`` kwarg.""" + # Pass our favorite hash in to generate a "gotten hash". With the + # empty list, it will never match, so an error will always raise. + super().__init__(hashes={FAVORITE_HASH: []}) + + def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn": + raise HashMissing(gots[FAVORITE_HASH].hexdigest()) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py new file mode 100644 index 00000000..95982dfb --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py @@ -0,0 +1,348 @@ +import contextlib +import errno +import logging +import logging.handlers +import os +import sys +import threading +from dataclasses import dataclass +from io import TextIOWrapper +from logging import Filter +from typing import Any, ClassVar, Generator, List, Optional, TextIO, Type + +from pip._vendor.rich.console import ( + Console, + ConsoleOptions, + ConsoleRenderable, + RenderableType, + RenderResult, + RichCast, +) +from pip._vendor.rich.highlighter import NullHighlighter +from pip._vendor.rich.logging import RichHandler +from pip._vendor.rich.segment import Segment +from pip._vendor.rich.style import Style + +from pip._internal.utils._log import VERBOSE, getLogger +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import DEPRECATION_MSG_PREFIX +from pip._internal.utils.misc import ensure_dir + +_log_state = threading.local() +subprocess_logger = getLogger("pip.subprocessor") + + +class BrokenStdoutLoggingError(Exception): + """ + Raised if BrokenPipeError occurs for the stdout stream while logging. + """ + + +def _is_broken_pipe_error(exc_class: Type[BaseException], exc: BaseException) -> bool: + if exc_class is BrokenPipeError: + return True + + # On Windows, a broken pipe can show up as EINVAL rather than EPIPE: + # https://bugs.python.org/issue19612 + # https://bugs.python.org/issue30418 + if not WINDOWS: + return False + + return isinstance(exc, OSError) and exc.errno in (errno.EINVAL, errno.EPIPE) + + +@contextlib.contextmanager +def indent_log(num: int = 2) -> Generator[None, None, None]: + """ + A context manager which will cause the log output to be indented for any + log messages emitted inside it. + """ + # For thread-safety + _log_state.indentation = get_indentation() + _log_state.indentation += num + try: + yield + finally: + _log_state.indentation -= num + + +def get_indentation() -> int: + return getattr(_log_state, "indentation", 0) + + +class IndentingFormatter(logging.Formatter): + default_time_format = "%Y-%m-%dT%H:%M:%S" + + def __init__( + self, + *args: Any, + add_timestamp: bool = False, + **kwargs: Any, + ) -> None: + """ + A logging.Formatter that obeys the indent_log() context manager. + + :param add_timestamp: A bool indicating output lines should be prefixed + with their record's timestamp. + """ + self.add_timestamp = add_timestamp + super().__init__(*args, **kwargs) + + def get_message_start(self, formatted: str, levelno: int) -> str: + """ + Return the start of the formatted log message (not counting the + prefix to add to each line). + """ + if levelno < logging.WARNING: + return "" + if formatted.startswith(DEPRECATION_MSG_PREFIX): + # Then the message already has a prefix. We don't want it to + # look like "WARNING: DEPRECATION: ...." + return "" + if levelno < logging.ERROR: + return "WARNING: " + + return "ERROR: " + + def format(self, record: logging.LogRecord) -> str: + """ + Calls the standard formatter, but will indent all of the log message + lines by our current indentation level. + """ + formatted = super().format(record) + message_start = self.get_message_start(formatted, record.levelno) + formatted = message_start + formatted + + prefix = "" + if self.add_timestamp: + prefix = f"{self.formatTime(record)} " + prefix += " " * get_indentation() + formatted = "".join([prefix + line for line in formatted.splitlines(True)]) + return formatted + + +@dataclass +class IndentedRenderable: + renderable: RenderableType + indent: int + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + segments = console.render(self.renderable, options) + lines = Segment.split_lines(segments) + for line in lines: + yield Segment(" " * self.indent) + yield from line + yield Segment("\n") + + +class RichPipStreamHandler(RichHandler): + KEYWORDS: ClassVar[Optional[List[str]]] = [] + + def __init__(self, stream: Optional[TextIO], no_color: bool) -> None: + super().__init__( + console=Console(file=stream, no_color=no_color, soft_wrap=True), + show_time=False, + show_level=False, + show_path=False, + highlighter=NullHighlighter(), + ) + + # Our custom override on Rich's logger, to make things work as we need them to. + def emit(self, record: logging.LogRecord) -> None: + style: Optional[Style] = None + + # If we are given a diagnostic error to present, present it with indentation. + assert isinstance(record.args, tuple) + if getattr(record, "rich", False): + (rich_renderable,) = record.args + assert isinstance( + rich_renderable, (ConsoleRenderable, RichCast, str) + ), f"{rich_renderable} is not rich-console-renderable" + + renderable: RenderableType = IndentedRenderable( + rich_renderable, indent=get_indentation() + ) + else: + message = self.format(record) + renderable = self.render_message(record, message) + if record.levelno is not None: + if record.levelno >= logging.ERROR: + style = Style(color="red") + elif record.levelno >= logging.WARNING: + style = Style(color="yellow") + + try: + self.console.print(renderable, overflow="ignore", crop=False, style=style) + except Exception: + self.handleError(record) + + def handleError(self, record: logging.LogRecord) -> None: + """Called when logging is unable to log some output.""" + + exc_class, exc = sys.exc_info()[:2] + # If a broken pipe occurred while calling write() or flush() on the + # stdout stream in logging's Handler.emit(), then raise our special + # exception so we can handle it in main() instead of logging the + # broken pipe error and continuing. + if ( + exc_class + and exc + and self.console.file is sys.stdout + and _is_broken_pipe_error(exc_class, exc) + ): + raise BrokenStdoutLoggingError() + + return super().handleError(record) + + +class BetterRotatingFileHandler(logging.handlers.RotatingFileHandler): + def _open(self) -> TextIOWrapper: + ensure_dir(os.path.dirname(self.baseFilename)) + return super()._open() + + +class MaxLevelFilter(Filter): + def __init__(self, level: int) -> None: + self.level = level + + def filter(self, record: logging.LogRecord) -> bool: + return record.levelno < self.level + + +class ExcludeLoggerFilter(Filter): + + """ + A logging Filter that excludes records from a logger (or its children). + """ + + def filter(self, record: logging.LogRecord) -> bool: + # The base Filter class allows only records from a logger (or its + # children). + return not super().filter(record) + + +def setup_logging(verbosity: int, no_color: bool, user_log_file: Optional[str]) -> int: + """Configures and sets up all of the logging + + Returns the requested logging level, as its integer value. + """ + + # Determine the level to be logging at. + if verbosity >= 2: + level_number = logging.DEBUG + elif verbosity == 1: + level_number = VERBOSE + elif verbosity == -1: + level_number = logging.WARNING + elif verbosity == -2: + level_number = logging.ERROR + elif verbosity <= -3: + level_number = logging.CRITICAL + else: + level_number = logging.INFO + + level = logging.getLevelName(level_number) + + # The "root" logger should match the "console" level *unless* we also need + # to log to a user log file. + include_user_log = user_log_file is not None + if include_user_log: + additional_log_file = user_log_file + root_level = "DEBUG" + else: + additional_log_file = "/dev/null" + root_level = level + + # Disable any logging besides WARNING unless we have DEBUG level logging + # enabled for vendored libraries. + vendored_log_level = "WARNING" if level in ["INFO", "ERROR"] else "DEBUG" + + # Shorthands for clarity + log_streams = { + "stdout": "ext://sys.stdout", + "stderr": "ext://sys.stderr", + } + handler_classes = { + "stream": "pip._internal.utils.logging.RichPipStreamHandler", + "file": "pip._internal.utils.logging.BetterRotatingFileHandler", + } + handlers = ["console", "console_errors", "console_subprocess"] + ( + ["user_log"] if include_user_log else [] + ) + + logging.config.dictConfig( + { + "version": 1, + "disable_existing_loggers": False, + "filters": { + "exclude_warnings": { + "()": "pip._internal.utils.logging.MaxLevelFilter", + "level": logging.WARNING, + }, + "restrict_to_subprocess": { + "()": "logging.Filter", + "name": subprocess_logger.name, + }, + "exclude_subprocess": { + "()": "pip._internal.utils.logging.ExcludeLoggerFilter", + "name": subprocess_logger.name, + }, + }, + "formatters": { + "indent": { + "()": IndentingFormatter, + "format": "%(message)s", + }, + "indent_with_timestamp": { + "()": IndentingFormatter, + "format": "%(message)s", + "add_timestamp": True, + }, + }, + "handlers": { + "console": { + "level": level, + "class": handler_classes["stream"], + "no_color": no_color, + "stream": log_streams["stdout"], + "filters": ["exclude_subprocess", "exclude_warnings"], + "formatter": "indent", + }, + "console_errors": { + "level": "WARNING", + "class": handler_classes["stream"], + "no_color": no_color, + "stream": log_streams["stderr"], + "filters": ["exclude_subprocess"], + "formatter": "indent", + }, + # A handler responsible for logging to the console messages + # from the "subprocessor" logger. + "console_subprocess": { + "level": level, + "class": handler_classes["stream"], + "stream": log_streams["stderr"], + "no_color": no_color, + "filters": ["restrict_to_subprocess"], + "formatter": "indent", + }, + "user_log": { + "level": "DEBUG", + "class": handler_classes["file"], + "filename": additional_log_file, + "encoding": "utf-8", + "delay": True, + "formatter": "indent_with_timestamp", + }, + }, + "root": { + "level": root_level, + "handlers": handlers, + }, + "loggers": {"pip._vendor": {"level": vendored_log_level}}, + } + ) + + return level_number diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py new file mode 100644 index 00000000..1ad3f616 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py @@ -0,0 +1,783 @@ +import contextlib +import errno +import getpass +import hashlib +import io +import logging +import os +import posixpath +import shutil +import stat +import sys +import sysconfig +import urllib.parse +from functools import partial +from io import StringIO +from itertools import filterfalse, tee, zip_longest +from pathlib import Path +from types import FunctionType, TracebackType +from typing import ( + Any, + BinaryIO, + Callable, + ContextManager, + Dict, + Generator, + Iterable, + Iterator, + List, + Optional, + TextIO, + Tuple, + Type, + TypeVar, + Union, + cast, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.pyproject_hooks import BuildBackendHookCaller +from pip._vendor.tenacity import retry, stop_after_delay, wait_fixed + +from pip import __version__ +from pip._internal.exceptions import CommandError, ExternallyManagedEnvironment +from pip._internal.locations import get_major_minor_version +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.virtualenv import running_under_virtualenv + +__all__ = [ + "rmtree", + "display_path", + "backup_dir", + "ask", + "splitext", + "format_size", + "is_installable_dir", + "normalize_path", + "renames", + "get_prog", + "captured_stdout", + "ensure_dir", + "remove_auth_from_url", + "check_externally_managed", + "ConfiguredBuildBackendHookCaller", +] + +logger = logging.getLogger(__name__) + +T = TypeVar("T") +ExcInfo = Tuple[Type[BaseException], BaseException, TracebackType] +VersionInfo = Tuple[int, int, int] +NetlocTuple = Tuple[str, Tuple[Optional[str], Optional[str]]] +OnExc = Callable[[FunctionType, Path, BaseException], Any] +OnErr = Callable[[FunctionType, Path, ExcInfo], Any] + + +def get_pip_version() -> str: + pip_pkg_dir = os.path.join(os.path.dirname(__file__), "..", "..") + pip_pkg_dir = os.path.abspath(pip_pkg_dir) + + return f"pip {__version__} from {pip_pkg_dir} (python {get_major_minor_version()})" + + +def normalize_version_info(py_version_info: Tuple[int, ...]) -> Tuple[int, int, int]: + """ + Convert a tuple of ints representing a Python version to one of length + three. + + :param py_version_info: a tuple of ints representing a Python version, + or None to specify no version. The tuple can have any length. + + :return: a tuple of length three if `py_version_info` is non-None. + Otherwise, return `py_version_info` unchanged (i.e. None). + """ + if len(py_version_info) < 3: + py_version_info += (3 - len(py_version_info)) * (0,) + elif len(py_version_info) > 3: + py_version_info = py_version_info[:3] + + return cast("VersionInfo", py_version_info) + + +def ensure_dir(path: str) -> None: + """os.path.makedirs without EEXIST.""" + try: + os.makedirs(path) + except OSError as e: + # Windows can raise spurious ENOTEMPTY errors. See #6426. + if e.errno != errno.EEXIST and e.errno != errno.ENOTEMPTY: + raise + + +def get_prog() -> str: + try: + prog = os.path.basename(sys.argv[0]) + if prog in ("__main__.py", "-c"): + return f"{sys.executable} -m pip" + else: + return prog + except (AttributeError, TypeError, IndexError): + pass + return "pip" + + +# Retry every half second for up to 3 seconds +# Tenacity raises RetryError by default, explicitly raise the original exception +@retry(reraise=True, stop=stop_after_delay(3), wait=wait_fixed(0.5)) +def rmtree( + dir: str, + ignore_errors: bool = False, + onexc: Optional[OnExc] = None, +) -> None: + if ignore_errors: + onexc = _onerror_ignore + if onexc is None: + onexc = _onerror_reraise + handler: OnErr = partial( + # `[func, path, Union[ExcInfo, BaseException]] -> Any` is equivalent to + # `Union[([func, path, ExcInfo] -> Any), ([func, path, BaseException] -> Any)]`. + cast(Union[OnExc, OnErr], rmtree_errorhandler), + onexc=onexc, + ) + if sys.version_info >= (3, 12): + # See https://docs.python.org/3.12/whatsnew/3.12.html#shutil. + shutil.rmtree(dir, onexc=handler) # type: ignore + else: + shutil.rmtree(dir, onerror=handler) # type: ignore + + +def _onerror_ignore(*_args: Any) -> None: + pass + + +def _onerror_reraise(*_args: Any) -> None: + raise + + +def rmtree_errorhandler( + func: FunctionType, + path: Path, + exc_info: Union[ExcInfo, BaseException], + *, + onexc: OnExc = _onerror_reraise, +) -> None: + """ + `rmtree` error handler to 'force' a file remove (i.e. like `rm -f`). + + * If a file is readonly then it's write flag is set and operation is + retried. + + * `onerror` is the original callback from `rmtree(... onerror=onerror)` + that is chained at the end if the "rm -f" still fails. + """ + try: + st_mode = os.stat(path).st_mode + except OSError: + # it's equivalent to os.path.exists + return + + if not st_mode & stat.S_IWRITE: + # convert to read/write + try: + os.chmod(path, st_mode | stat.S_IWRITE) + except OSError: + pass + else: + # use the original function to repeat the operation + try: + func(path) + return + except OSError: + pass + + if not isinstance(exc_info, BaseException): + _, exc_info, _ = exc_info + onexc(func, path, exc_info) + + +def display_path(path: str) -> str: + """Gives the display value for a given path, making it relative to cwd + if possible.""" + path = os.path.normcase(os.path.abspath(path)) + if path.startswith(os.getcwd() + os.path.sep): + path = "." + path[len(os.getcwd()) :] + return path + + +def backup_dir(dir: str, ext: str = ".bak") -> str: + """Figure out the name of a directory to back up the given dir to + (adding .bak, .bak2, etc)""" + n = 1 + extension = ext + while os.path.exists(dir + extension): + n += 1 + extension = ext + str(n) + return dir + extension + + +def ask_path_exists(message: str, options: Iterable[str]) -> str: + for action in os.environ.get("PIP_EXISTS_ACTION", "").split(): + if action in options: + return action + return ask(message, options) + + +def _check_no_input(message: str) -> None: + """Raise an error if no input is allowed.""" + if os.environ.get("PIP_NO_INPUT"): + raise Exception( + f"No input was expected ($PIP_NO_INPUT set); question: {message}" + ) + + +def ask(message: str, options: Iterable[str]) -> str: + """Ask the message interactively, with the given possible responses""" + while 1: + _check_no_input(message) + response = input(message) + response = response.strip().lower() + if response not in options: + print( + "Your response ({!r}) was not one of the expected responses: " + "{}".format(response, ", ".join(options)) + ) + else: + return response + + +def ask_input(message: str) -> str: + """Ask for input interactively.""" + _check_no_input(message) + return input(message) + + +def ask_password(message: str) -> str: + """Ask for a password interactively.""" + _check_no_input(message) + return getpass.getpass(message) + + +def strtobool(val: str) -> int: + """Convert a string representation of truth to true (1) or false (0). + + True values are 'y', 'yes', 't', 'true', 'on', and '1'; false values + are 'n', 'no', 'f', 'false', 'off', and '0'. Raises ValueError if + 'val' is anything else. + """ + val = val.lower() + if val in ("y", "yes", "t", "true", "on", "1"): + return 1 + elif val in ("n", "no", "f", "false", "off", "0"): + return 0 + else: + raise ValueError(f"invalid truth value {val!r}") + + +def format_size(bytes: float) -> str: + if bytes > 1000 * 1000: + return f"{bytes / 1000.0 / 1000:.1f} MB" + elif bytes > 10 * 1000: + return f"{int(bytes / 1000)} kB" + elif bytes > 1000: + return f"{bytes / 1000.0:.1f} kB" + else: + return f"{int(bytes)} bytes" + + +def tabulate(rows: Iterable[Iterable[Any]]) -> Tuple[List[str], List[int]]: + """Return a list of formatted rows and a list of column sizes. + + For example:: + + >>> tabulate([['foobar', 2000], [0xdeadbeef]]) + (['foobar 2000', '3735928559'], [10, 4]) + """ + rows = [tuple(map(str, row)) for row in rows] + sizes = [max(map(len, col)) for col in zip_longest(*rows, fillvalue="")] + table = [" ".join(map(str.ljust, row, sizes)).rstrip() for row in rows] + return table, sizes + + +def is_installable_dir(path: str) -> bool: + """Is path is a directory containing pyproject.toml or setup.py? + + If pyproject.toml exists, this is a PEP 517 project. Otherwise we look for + a legacy setuptools layout by identifying setup.py. We don't check for the + setup.cfg because using it without setup.py is only available for PEP 517 + projects, which are already covered by the pyproject.toml check. + """ + if not os.path.isdir(path): + return False + if os.path.isfile(os.path.join(path, "pyproject.toml")): + return True + if os.path.isfile(os.path.join(path, "setup.py")): + return True + return False + + +def read_chunks( + file: BinaryIO, size: int = io.DEFAULT_BUFFER_SIZE +) -> Generator[bytes, None, None]: + """Yield pieces of data from a file-like object until EOF.""" + while True: + chunk = file.read(size) + if not chunk: + break + yield chunk + + +def normalize_path(path: str, resolve_symlinks: bool = True) -> str: + """ + Convert a path to its canonical, case-normalized, absolute version. + + """ + path = os.path.expanduser(path) + if resolve_symlinks: + path = os.path.realpath(path) + else: + path = os.path.abspath(path) + return os.path.normcase(path) + + +def splitext(path: str) -> Tuple[str, str]: + """Like os.path.splitext, but take off .tar too""" + base, ext = posixpath.splitext(path) + if base.lower().endswith(".tar"): + ext = base[-4:] + ext + base = base[:-4] + return base, ext + + +def renames(old: str, new: str) -> None: + """Like os.renames(), but handles renaming across devices.""" + # Implementation borrowed from os.renames(). + head, tail = os.path.split(new) + if head and tail and not os.path.exists(head): + os.makedirs(head) + + shutil.move(old, new) + + head, tail = os.path.split(old) + if head and tail: + try: + os.removedirs(head) + except OSError: + pass + + +def is_local(path: str) -> bool: + """ + Return True if path is within sys.prefix, if we're running in a virtualenv. + + If we're not in a virtualenv, all paths are considered "local." + + Caution: this function assumes the head of path has been normalized + with normalize_path. + """ + if not running_under_virtualenv(): + return True + return path.startswith(normalize_path(sys.prefix)) + + +def write_output(msg: Any, *args: Any) -> None: + logger.info(msg, *args) + + +class StreamWrapper(StringIO): + orig_stream: TextIO + + @classmethod + def from_stream(cls, orig_stream: TextIO) -> "StreamWrapper": + ret = cls() + ret.orig_stream = orig_stream + return ret + + # compileall.compile_dir() needs stdout.encoding to print to stdout + # type ignore is because TextIOBase.encoding is writeable + @property + def encoding(self) -> str: # type: ignore + return self.orig_stream.encoding + + +@contextlib.contextmanager +def captured_output(stream_name: str) -> Generator[StreamWrapper, None, None]: + """Return a context manager used by captured_stdout/stdin/stderr + that temporarily replaces the sys stream *stream_name* with a StringIO. + + Taken from Lib/support/__init__.py in the CPython repo. + """ + orig_stdout = getattr(sys, stream_name) + setattr(sys, stream_name, StreamWrapper.from_stream(orig_stdout)) + try: + yield getattr(sys, stream_name) + finally: + setattr(sys, stream_name, orig_stdout) + + +def captured_stdout() -> ContextManager[StreamWrapper]: + """Capture the output of sys.stdout: + + with captured_stdout() as stdout: + print('hello') + self.assertEqual(stdout.getvalue(), 'hello\n') + + Taken from Lib/support/__init__.py in the CPython repo. + """ + return captured_output("stdout") + + +def captured_stderr() -> ContextManager[StreamWrapper]: + """ + See captured_stdout(). + """ + return captured_output("stderr") + + +# Simulates an enum +def enum(*sequential: Any, **named: Any) -> Type[Any]: + enums = dict(zip(sequential, range(len(sequential))), **named) + reverse = {value: key for key, value in enums.items()} + enums["reverse_mapping"] = reverse + return type("Enum", (), enums) + + +def build_netloc(host: str, port: Optional[int]) -> str: + """ + Build a netloc from a host-port pair + """ + if port is None: + return host + if ":" in host: + # Only wrap host with square brackets when it is IPv6 + host = f"[{host}]" + return f"{host}:{port}" + + +def build_url_from_netloc(netloc: str, scheme: str = "https") -> str: + """ + Build a full URL from a netloc. + """ + if netloc.count(":") >= 2 and "@" not in netloc and "[" not in netloc: + # It must be a bare IPv6 address, so wrap it with brackets. + netloc = f"[{netloc}]" + return f"{scheme}://{netloc}" + + +def parse_netloc(netloc: str) -> Tuple[Optional[str], Optional[int]]: + """ + Return the host-port pair from a netloc. + """ + url = build_url_from_netloc(netloc) + parsed = urllib.parse.urlparse(url) + return parsed.hostname, parsed.port + + +def split_auth_from_netloc(netloc: str) -> NetlocTuple: + """ + Parse out and remove the auth information from a netloc. + + Returns: (netloc, (username, password)). + """ + if "@" not in netloc: + return netloc, (None, None) + + # Split from the right because that's how urllib.parse.urlsplit() + # behaves if more than one @ is present (which can be checked using + # the password attribute of urlsplit()'s return value). + auth, netloc = netloc.rsplit("@", 1) + pw: Optional[str] = None + if ":" in auth: + # Split from the left because that's how urllib.parse.urlsplit() + # behaves if more than one : is present (which again can be checked + # using the password attribute of the return value) + user, pw = auth.split(":", 1) + else: + user, pw = auth, None + + user = urllib.parse.unquote(user) + if pw is not None: + pw = urllib.parse.unquote(pw) + + return netloc, (user, pw) + + +def redact_netloc(netloc: str) -> str: + """ + Replace the sensitive data in a netloc with "****", if it exists. + + For example: + - "user:pass@example.com" returns "user:****@example.com" + - "accesstoken@example.com" returns "****@example.com" + """ + netloc, (user, password) = split_auth_from_netloc(netloc) + if user is None: + return netloc + if password is None: + user = "****" + password = "" + else: + user = urllib.parse.quote(user) + password = ":****" + return f"{user}{password}@{netloc}" + + +def _transform_url( + url: str, transform_netloc: Callable[[str], Tuple[Any, ...]] +) -> Tuple[str, NetlocTuple]: + """Transform and replace netloc in a url. + + transform_netloc is a function taking the netloc and returning a + tuple. The first element of this tuple is the new netloc. The + entire tuple is returned. + + Returns a tuple containing the transformed url as item 0 and the + original tuple returned by transform_netloc as item 1. + """ + purl = urllib.parse.urlsplit(url) + netloc_tuple = transform_netloc(purl.netloc) + # stripped url + url_pieces = (purl.scheme, netloc_tuple[0], purl.path, purl.query, purl.fragment) + surl = urllib.parse.urlunsplit(url_pieces) + return surl, cast("NetlocTuple", netloc_tuple) + + +def _get_netloc(netloc: str) -> NetlocTuple: + return split_auth_from_netloc(netloc) + + +def _redact_netloc(netloc: str) -> Tuple[str]: + return (redact_netloc(netloc),) + + +def split_auth_netloc_from_url( + url: str, +) -> Tuple[str, str, Tuple[Optional[str], Optional[str]]]: + """ + Parse a url into separate netloc, auth, and url with no auth. + + Returns: (url_without_auth, netloc, (username, password)) + """ + url_without_auth, (netloc, auth) = _transform_url(url, _get_netloc) + return url_without_auth, netloc, auth + + +def remove_auth_from_url(url: str) -> str: + """Return a copy of url with 'username:password@' removed.""" + # username/pass params are passed to subversion through flags + # and are not recognized in the url. + return _transform_url(url, _get_netloc)[0] + + +def redact_auth_from_url(url: str) -> str: + """Replace the password in a given url with ****.""" + return _transform_url(url, _redact_netloc)[0] + + +def redact_auth_from_requirement(req: Requirement) -> str: + """Replace the password in a given requirement url with ****.""" + if not req.url: + return str(req) + return str(req).replace(req.url, redact_auth_from_url(req.url)) + + +class HiddenText: + def __init__(self, secret: str, redacted: str) -> None: + self.secret = secret + self.redacted = redacted + + def __repr__(self) -> str: + return f"" + + def __str__(self) -> str: + return self.redacted + + # This is useful for testing. + def __eq__(self, other: Any) -> bool: + if type(self) != type(other): + return False + + # The string being used for redaction doesn't also have to match, + # just the raw, original string. + return self.secret == other.secret + + +def hide_value(value: str) -> HiddenText: + return HiddenText(value, redacted="****") + + +def hide_url(url: str) -> HiddenText: + redacted = redact_auth_from_url(url) + return HiddenText(url, redacted=redacted) + + +def protect_pip_from_modification_on_windows(modifying_pip: bool) -> None: + """Protection of pip.exe from modification on Windows + + On Windows, any operation modifying pip should be run as: + python -m pip ... + """ + pip_names = [ + "pip", + f"pip{sys.version_info.major}", + f"pip{sys.version_info.major}.{sys.version_info.minor}", + ] + + # See https://github.com/pypa/pip/issues/1299 for more discussion + should_show_use_python_msg = ( + modifying_pip and WINDOWS and os.path.basename(sys.argv[0]) in pip_names + ) + + if should_show_use_python_msg: + new_command = [sys.executable, "-m", "pip"] + sys.argv[1:] + raise CommandError( + "To modify pip, please run the following command:\n{}".format( + " ".join(new_command) + ) + ) + + +def check_externally_managed() -> None: + """Check whether the current environment is externally managed. + + If the ``EXTERNALLY-MANAGED`` config file is found, the current environment + is considered externally managed, and an ExternallyManagedEnvironment is + raised. + """ + if running_under_virtualenv(): + return + marker = os.path.join(sysconfig.get_path("stdlib"), "EXTERNALLY-MANAGED") + if not os.path.isfile(marker): + return + raise ExternallyManagedEnvironment.from_config(marker) + + +def is_console_interactive() -> bool: + """Is this console interactive?""" + return sys.stdin is not None and sys.stdin.isatty() + + +def hash_file(path: str, blocksize: int = 1 << 20) -> Tuple[Any, int]: + """Return (hash, length) for path using hashlib.sha256()""" + + h = hashlib.sha256() + length = 0 + with open(path, "rb") as f: + for block in read_chunks(f, size=blocksize): + length += len(block) + h.update(block) + return h, length + + +def pairwise(iterable: Iterable[Any]) -> Iterator[Tuple[Any, Any]]: + """ + Return paired elements. + + For example: + s -> (s0, s1), (s2, s3), (s4, s5), ... + """ + iterable = iter(iterable) + return zip_longest(iterable, iterable) + + +def partition( + pred: Callable[[T], bool], + iterable: Iterable[T], +) -> Tuple[Iterable[T], Iterable[T]]: + """ + Use a predicate to partition entries into false entries and true entries, + like + + partition(is_odd, range(10)) --> 0 2 4 6 8 and 1 3 5 7 9 + """ + t1, t2 = tee(iterable) + return filterfalse(pred, t1), filter(pred, t2) + + +class ConfiguredBuildBackendHookCaller(BuildBackendHookCaller): + def __init__( + self, + config_holder: Any, + source_dir: str, + build_backend: str, + backend_path: Optional[str] = None, + runner: Optional[Callable[..., None]] = None, + python_executable: Optional[str] = None, + ): + super().__init__( + source_dir, build_backend, backend_path, runner, python_executable + ) + self.config_holder = config_holder + + def build_wheel( + self, + wheel_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + metadata_directory: Optional[str] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_wheel( + wheel_directory, config_settings=cs, metadata_directory=metadata_directory + ) + + def build_sdist( + self, + sdist_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_sdist(sdist_directory, config_settings=cs) + + def build_editable( + self, + wheel_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + metadata_directory: Optional[str] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_editable( + wheel_directory, config_settings=cs, metadata_directory=metadata_directory + ) + + def get_requires_for_build_wheel( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_wheel(config_settings=cs) + + def get_requires_for_build_sdist( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_sdist(config_settings=cs) + + def get_requires_for_build_editable( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_editable(config_settings=cs) + + def prepare_metadata_for_build_wheel( + self, + metadata_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + _allow_fallback: bool = True, + ) -> str: + cs = self.config_holder.config_settings + return super().prepare_metadata_for_build_wheel( + metadata_directory=metadata_directory, + config_settings=cs, + _allow_fallback=_allow_fallback, + ) + + def prepare_metadata_for_build_editable( + self, + metadata_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + _allow_fallback: bool = True, + ) -> str: + cs = self.config_holder.config_settings + return super().prepare_metadata_for_build_editable( + metadata_directory=metadata_directory, + config_settings=cs, + _allow_fallback=_allow_fallback, + ) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/models.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/models.py new file mode 100644 index 00000000..b6bb21a8 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/models.py @@ -0,0 +1,39 @@ +"""Utilities for defining models +""" + +import operator +from typing import Any, Callable, Type + + +class KeyBasedCompareMixin: + """Provides comparison capabilities that is based on a key""" + + __slots__ = ["_compare_key", "_defining_class"] + + def __init__(self, key: Any, defining_class: Type["KeyBasedCompareMixin"]) -> None: + self._compare_key = key + self._defining_class = defining_class + + def __hash__(self) -> int: + return hash(self._compare_key) + + def __lt__(self, other: Any) -> bool: + return self._compare(other, operator.__lt__) + + def __le__(self, other: Any) -> bool: + return self._compare(other, operator.__le__) + + def __gt__(self, other: Any) -> bool: + return self._compare(other, operator.__gt__) + + def __ge__(self, other: Any) -> bool: + return self._compare(other, operator.__ge__) + + def __eq__(self, other: Any) -> bool: + return self._compare(other, operator.__eq__) + + def _compare(self, other: Any, method: Callable[[Any, Any], bool]) -> bool: + if not isinstance(other, self._defining_class): + return NotImplemented + + return method(self._compare_key, other._compare_key) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py new file mode 100644 index 00000000..b9f6af4d --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py @@ -0,0 +1,57 @@ +import functools +import logging +import re +from typing import NewType, Optional, Tuple, cast + +from pip._vendor.packaging import specifiers, version +from pip._vendor.packaging.requirements import Requirement + +NormalizedExtra = NewType("NormalizedExtra", str) + +logger = logging.getLogger(__name__) + + +def check_requires_python( + requires_python: Optional[str], version_info: Tuple[int, ...] +) -> bool: + """ + Check if the given Python version matches a "Requires-Python" specifier. + + :param version_info: A 3-tuple of ints representing a Python + major-minor-micro version to check (e.g. `sys.version_info[:3]`). + + :return: `True` if the given Python version satisfies the requirement. + Otherwise, return `False`. + + :raises InvalidSpecifier: If `requires_python` has an invalid format. + """ + if requires_python is None: + # The package provides no information + return True + requires_python_specifier = specifiers.SpecifierSet(requires_python) + + python_version = version.parse(".".join(map(str, version_info))) + return python_version in requires_python_specifier + + +@functools.lru_cache(maxsize=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.12/site-packages/pip/_internal/utils/setuptools_build.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py new file mode 100644 index 00000000..96d1b246 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py @@ -0,0 +1,146 @@ +import sys +import textwrap +from typing import List, Optional, Sequence + +# Shim to wrap setup.py invocation with setuptools +# Note that __file__ is handled via two {!r} *and* %r, to ensure that paths on +# Windows are correctly handled (it should be "C:\\Users" not "C:\Users"). +_SETUPTOOLS_SHIM = textwrap.dedent( + """ + exec(compile(''' + # This is -- a caller that pip uses to run setup.py + # + # - It imports setuptools before invoking setup.py, to enable projects that directly + # import from `distutils.core` to work with newer packaging standards. + # - It provides a clear error message when setuptools is not installed. + # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so + # setuptools doesn't think the script is `-c`. This avoids the following warning: + # manifest_maker: standard file '-c' not found". + # - It generates a shim setup.py, for handling setup.cfg-only projects. + import os, sys, tokenize + + try: + import setuptools + except ImportError as error: + print( + "ERROR: Can not execute `setup.py` since setuptools is not available in " + "the build environment.", + file=sys.stderr, + ) + sys.exit(1) + + __file__ = %r + sys.argv[0] = __file__ + + if os.path.exists(__file__): + filename = __file__ + with tokenize.open(__file__) as f: + setup_py_code = f.read() + else: + filename = "" + setup_py_code = "from setuptools import setup; setup()" + + exec(compile(setup_py_code, filename, "exec")) + ''' % ({!r},), "", "exec")) + """ +).rstrip() + + +def make_setuptools_shim_args( + setup_py_path: str, + global_options: Optional[Sequence[str]] = None, + no_user_config: bool = False, + unbuffered_output: bool = False, +) -> List[str]: + """ + Get setuptools command arguments with shim wrapped setup file invocation. + + :param setup_py_path: The path to setup.py to be wrapped. + :param global_options: Additional global options. + :param no_user_config: If True, disables personal user configuration. + :param unbuffered_output: If True, adds the unbuffered switch to the + argument list. + """ + args = [sys.executable] + if unbuffered_output: + args += ["-u"] + args += ["-c", _SETUPTOOLS_SHIM.format(setup_py_path)] + if global_options: + args += global_options + if no_user_config: + args += ["--no-user-cfg"] + return args + + +def make_setuptools_bdist_wheel_args( + setup_py_path: str, + global_options: Sequence[str], + build_options: Sequence[str], + destination_dir: str, +) -> List[str]: + # NOTE: Eventually, we'd want to also -S to the flags here, when we're + # isolating. Currently, it breaks Python in virtualenvs, because it + # relies on site.py to find parts of the standard library outside the + # virtualenv. + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["bdist_wheel", "-d", destination_dir] + args += build_options + return args + + +def make_setuptools_clean_args( + setup_py_path: str, + global_options: Sequence[str], +) -> List[str]: + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["clean", "--all"] + return args + + +def make_setuptools_develop_args( + setup_py_path: str, + *, + global_options: Sequence[str], + no_user_config: bool, + prefix: Optional[str], + home: Optional[str], + use_user_site: bool, +) -> List[str]: + assert not (use_user_site and prefix) + + args = make_setuptools_shim_args( + setup_py_path, + global_options=global_options, + no_user_config=no_user_config, + ) + + args += ["develop", "--no-deps"] + + if prefix: + args += ["--prefix", prefix] + if home is not None: + args += ["--install-dir", home] + + if use_user_site: + args += ["--user", "--prefix="] + + return args + + +def make_setuptools_egg_info_args( + setup_py_path: str, + egg_info_dir: Optional[str], + no_user_config: bool, +) -> List[str]: + args = make_setuptools_shim_args(setup_py_path, no_user_config=no_user_config) + + args += ["egg_info"] + + if egg_info_dir: + args += ["--egg-base", egg_info_dir] + + return args diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py new file mode 100644 index 00000000..79580b05 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py @@ -0,0 +1,260 @@ +import logging +import os +import shlex +import subprocess +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Iterable, + List, + Mapping, + Optional, + Union, +) + +from pip._vendor.rich.markup import escape + +from pip._internal.cli.spinners import SpinnerInterface, open_spinner +from pip._internal.exceptions import InstallationSubprocessError +from pip._internal.utils.logging import VERBOSE, subprocess_logger +from pip._internal.utils.misc import HiddenText + +if TYPE_CHECKING: + # Literal was introduced in Python 3.8. + # + # TODO: Remove `if TYPE_CHECKING` when dropping support for Python 3.7. + from typing import Literal + +CommandArgs = List[Union[str, HiddenText]] + + +def make_command(*args: Union[str, HiddenText, CommandArgs]) -> CommandArgs: + """ + Create a CommandArgs object. + """ + command_args: CommandArgs = [] + for arg in args: + # Check for list instead of CommandArgs since CommandArgs is + # only known during type-checking. + if isinstance(arg, list): + command_args.extend(arg) + else: + # Otherwise, arg is str or HiddenText. + command_args.append(arg) + + return command_args + + +def format_command_args(args: Union[List[str], CommandArgs]) -> str: + """ + Format command arguments for display. + """ + # For HiddenText arguments, display the redacted form by calling str(). + # Also, we don't apply str() to arguments that aren't HiddenText since + # this can trigger a UnicodeDecodeError in Python 2 if the argument + # has type unicode and includes a non-ascii character. (The type + # checker doesn't ensure the annotations are correct in all cases.) + return " ".join( + shlex.quote(str(arg)) if isinstance(arg, HiddenText) else shlex.quote(arg) + for arg in args + ) + + +def reveal_command_args(args: Union[List[str], CommandArgs]) -> List[str]: + """ + Return the arguments in their raw, unredacted form. + """ + return [arg.secret if isinstance(arg, HiddenText) else arg for arg in args] + + +def call_subprocess( + cmd: Union[List[str], CommandArgs], + show_stdout: bool = False, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + unset_environ: Optional[Iterable[str]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: Optional[bool] = True, + stdout_only: Optional[bool] = False, + *, + command_desc: str, +) -> str: + """ + Args: + show_stdout: if true, use INFO to log the subprocess's stderr and + stdout streams. Otherwise, use DEBUG. Defaults to False. + extra_ok_returncodes: an iterable of integer return codes that are + acceptable, in addition to 0. Defaults to None, which means []. + unset_environ: an iterable of environment variable names to unset + prior to calling subprocess.Popen(). + log_failed_cmd: if false, failed commands are not logged, only raised. + stdout_only: if true, return only stdout, else return both. When true, + logging of both stdout and stderr occurs when the subprocess has + terminated, else logging occurs as subprocess output is produced. + """ + if extra_ok_returncodes is None: + extra_ok_returncodes = [] + if unset_environ is None: + unset_environ = [] + # Most places in pip use show_stdout=False. What this means is-- + # + # - We connect the child's output (combined stderr and stdout) to a + # single pipe, which we read. + # - We log this output to stderr at DEBUG level as it is received. + # - If DEBUG logging isn't enabled (e.g. if --verbose logging wasn't + # requested), then we show a spinner so the user can still see the + # subprocess is in progress. + # - If the subprocess exits with an error, we log the output to stderr + # at ERROR level if it hasn't already been displayed to the console + # (e.g. if --verbose logging wasn't enabled). This way we don't log + # the output to the console twice. + # + # If show_stdout=True, then the above is still done, but with DEBUG + # replaced by INFO. + if show_stdout: + # Then log the subprocess output at INFO level. + log_subprocess: Callable[..., None] = subprocess_logger.info + used_level = logging.INFO + else: + # Then log the subprocess output using VERBOSE. This also ensures + # it will be logged to the log file (aka user_log), if enabled. + log_subprocess = subprocess_logger.verbose + used_level = VERBOSE + + # Whether the subprocess will be visible in the console. + showing_subprocess = subprocess_logger.getEffectiveLevel() <= used_level + + # Only use the spinner if we're not showing the subprocess output + # and we have a spinner. + use_spinner = not showing_subprocess and spinner is not None + + log_subprocess("Running command %s", command_desc) + env = os.environ.copy() + if extra_environ: + env.update(extra_environ) + for name in unset_environ: + env.pop(name, None) + try: + proc = subprocess.Popen( + # Convert HiddenText objects to the underlying str. + reveal_command_args(cmd), + stdin=subprocess.PIPE, + stdout=subprocess.PIPE, + stderr=subprocess.STDOUT if not stdout_only else subprocess.PIPE, + cwd=cwd, + env=env, + errors="backslashreplace", + ) + except Exception as exc: + if log_failed_cmd: + subprocess_logger.critical( + "Error %s while executing command %s", + exc, + command_desc, + ) + raise + all_output = [] + if not stdout_only: + assert proc.stdout + assert proc.stdin + proc.stdin.close() + # In this mode, stdout and stderr are in the same pipe. + while True: + line: str = proc.stdout.readline() + if not line: + break + line = line.rstrip() + all_output.append(line + "\n") + + # Show the line immediately. + log_subprocess(line) + # Update the spinner. + if use_spinner: + assert spinner + spinner.spin() + try: + proc.wait() + finally: + if proc.stdout: + proc.stdout.close() + output = "".join(all_output) + else: + # In this mode, stdout and stderr are in different pipes. + # We must use communicate() which is the only safe way to read both. + out, err = proc.communicate() + # log line by line to preserve pip log indenting + for out_line in out.splitlines(): + log_subprocess(out_line) + all_output.append(out) + for err_line in err.splitlines(): + log_subprocess(err_line) + all_output.append(err) + output = out + + proc_had_error = proc.returncode and proc.returncode not in extra_ok_returncodes + if use_spinner: + assert spinner + if proc_had_error: + spinner.finish("error") + else: + spinner.finish("done") + if proc_had_error: + if on_returncode == "raise": + error = InstallationSubprocessError( + command_description=command_desc, + exit_code=proc.returncode, + output_lines=all_output if not showing_subprocess else None, + ) + if log_failed_cmd: + subprocess_logger.error("%s", error, extra={"rich": True}) + subprocess_logger.verbose( + "[bold magenta]full command[/]: [blue]%s[/]", + escape(format_command_args(cmd)), + extra={"markup": True}, + ) + subprocess_logger.verbose( + "[bold magenta]cwd[/]: %s", + escape(cwd or "[inherit]"), + extra={"markup": True}, + ) + + raise error + elif on_returncode == "warn": + subprocess_logger.warning( + 'Command "%s" had error code %s in %s', + command_desc, + proc.returncode, + cwd, + ) + elif on_returncode == "ignore": + pass + else: + raise ValueError(f"Invalid value: on_returncode={on_returncode!r}") + return output + + +def runner_with_spinner_message(message: str) -> Callable[..., None]: + """Provide a subprocess_runner that shows a spinner message. + + Intended for use with for BuildBackendHookCaller. Thus, the runner has + an API that matches what's expected by BuildBackendHookCaller.subprocess_runner. + """ + + def runner( + cmd: List[str], + cwd: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + ) -> None: + with open_spinner(message) as spinner: + call_subprocess( + cmd, + command_desc=message, + cwd=cwd, + extra_environ=extra_environ, + spinner=spinner, + ) + + return runner diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py new file mode 100644 index 00000000..4eec5f37 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py @@ -0,0 +1,296 @@ +import errno +import itertools +import logging +import os.path +import tempfile +import traceback +from contextlib import ExitStack, contextmanager +from pathlib import Path +from typing import ( + Any, + Callable, + Dict, + Generator, + List, + Optional, + TypeVar, + Union, +) + +from pip._internal.utils.misc import enum, rmtree + +logger = logging.getLogger(__name__) + +_T = TypeVar("_T", bound="TempDirectory") + + +# Kinds of temporary directories. Only needed for ones that are +# globally-managed. +tempdir_kinds = enum( + BUILD_ENV="build-env", + EPHEM_WHEEL_CACHE="ephem-wheel-cache", + REQ_BUILD="req-build", +) + + +_tempdir_manager: Optional[ExitStack] = None + + +@contextmanager +def global_tempdir_manager() -> Generator[None, None, None]: + global _tempdir_manager + with ExitStack() as stack: + old_tempdir_manager, _tempdir_manager = _tempdir_manager, stack + try: + yield + finally: + _tempdir_manager = old_tempdir_manager + + +class TempDirectoryTypeRegistry: + """Manages temp directory behavior""" + + def __init__(self) -> None: + self._should_delete: Dict[str, bool] = {} + + def set_delete(self, kind: str, value: bool) -> None: + """Indicate whether a TempDirectory of the given kind should be + auto-deleted. + """ + self._should_delete[kind] = value + + def get_delete(self, kind: str) -> bool: + """Get configured auto-delete flag for a given TempDirectory type, + default True. + """ + return self._should_delete.get(kind, True) + + +_tempdir_registry: Optional[TempDirectoryTypeRegistry] = None + + +@contextmanager +def tempdir_registry() -> Generator[TempDirectoryTypeRegistry, None, None]: + """Provides a scoped global tempdir registry that can be used to dictate + whether directories should be deleted. + """ + global _tempdir_registry + old_tempdir_registry = _tempdir_registry + _tempdir_registry = TempDirectoryTypeRegistry() + try: + yield _tempdir_registry + finally: + _tempdir_registry = old_tempdir_registry + + +class _Default: + pass + + +_default = _Default() + + +class TempDirectory: + """Helper class that owns and cleans up a temporary directory. + + This class can be used as a context manager or as an OO representation of a + temporary directory. + + Attributes: + path + Location to the created temporary directory + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + Methods: + cleanup() + Deletes the temporary directory + + When used as a context manager, if the delete attribute is True, on + exiting the context the temporary directory is deleted. + """ + + def __init__( + self, + path: Optional[str] = None, + delete: Union[bool, None, _Default] = _default, + kind: str = "temp", + globally_managed: bool = False, + ignore_cleanup_errors: bool = True, + ): + super().__init__() + + if delete is _default: + if path is not None: + # If we were given an explicit directory, resolve delete option + # now. + delete = False + else: + # Otherwise, we wait until cleanup and see what + # tempdir_registry says. + delete = None + + # The only time we specify path is in for editables where it + # is the value of the --src option. + if path is None: + path = self._create(kind) + + self._path = path + self._deleted = False + self.delete = delete + self.kind = kind + self.ignore_cleanup_errors = ignore_cleanup_errors + + if globally_managed: + assert _tempdir_manager is not None + _tempdir_manager.enter_context(self) + + @property + def path(self) -> str: + assert not self._deleted, f"Attempted to access deleted path: {self._path}" + return self._path + + def __repr__(self) -> str: + return f"<{self.__class__.__name__} {self.path!r}>" + + def __enter__(self: _T) -> _T: + return self + + def __exit__(self, exc: Any, value: Any, tb: Any) -> None: + if self.delete is not None: + delete = self.delete + elif _tempdir_registry: + delete = _tempdir_registry.get_delete(self.kind) + else: + delete = True + + if delete: + self.cleanup() + + def _create(self, kind: str) -> str: + """Create a temporary directory and store its path in self.path""" + # We realpath here because some systems have their default tmpdir + # symlinked to another directory. This tends to confuse build + # scripts, so we canonicalize the path by traversing potential + # symlinks here. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + logger.debug("Created temporary directory: %s", path) + return path + + def cleanup(self) -> None: + """Remove the temporary directory created and reset state""" + self._deleted = True + if not os.path.exists(self._path): + return + + errors: List[BaseException] = [] + + def onerror( + func: Callable[..., Any], + path: Path, + exc_val: BaseException, + ) -> None: + """Log a warning for a `rmtree` error and continue""" + formatted_exc = "\n".join( + traceback.format_exception_only(type(exc_val), exc_val) + ) + formatted_exc = formatted_exc.rstrip() # remove trailing new line + if func in (os.unlink, os.remove, os.rmdir): + logger.debug( + "Failed to remove a temporary file '%s' due to %s.\n", + path, + formatted_exc, + ) + else: + logger.debug("%s failed with %s.", func.__qualname__, formatted_exc) + errors.append(exc_val) + + if self.ignore_cleanup_errors: + try: + # first try with tenacity; retrying to handle ephemeral errors + rmtree(self._path, ignore_errors=False) + except OSError: + # last pass ignore/log all errors + rmtree(self._path, onexc=onerror) + if errors: + logger.warning( + "Failed to remove contents in a temporary directory '%s'.\n" + "You can safely remove it manually.", + self._path, + ) + else: + rmtree(self._path) + + +class AdjacentTempDirectory(TempDirectory): + """Helper class that creates a temporary directory adjacent to a real one. + + Attributes: + original + The original directory to create a temp directory for. + path + After calling create() or entering, contains the full + path to the temporary directory. + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + """ + + # The characters that may be used to name the temp directory + # We always prepend a ~ and then rotate through these until + # a usable name is found. + # pkg_resources raises a different error for .dist-info folder + # with leading '-' and invalid metadata + LEADING_CHARS = "-~.=%0123456789" + + def __init__(self, original: str, delete: Optional[bool] = None) -> None: + self.original = original.rstrip("/\\") + super().__init__(delete=delete) + + @classmethod + def _generate_names(cls, name: str) -> Generator[str, None, None]: + """Generates a series of temporary names. + + The algorithm replaces the leading characters in the name + with ones that are valid filesystem characters, but are not + valid package names (for both Python and pip definitions of + package). + """ + for i in range(1, len(name)): + for candidate in itertools.combinations_with_replacement( + cls.LEADING_CHARS, i - 1 + ): + new_name = "~" + "".join(candidate) + name[i:] + if new_name != name: + yield new_name + + # If we make it this far, we will have to make a longer name + for i in range(len(cls.LEADING_CHARS)): + for candidate in itertools.combinations_with_replacement( + cls.LEADING_CHARS, i + ): + new_name = "~" + "".join(candidate) + name + if new_name != name: + yield new_name + + def _create(self, kind: str) -> str: + root, name = os.path.split(self.original) + for candidate in self._generate_names(name): + path = os.path.join(root, candidate) + try: + os.mkdir(path) + except OSError as ex: + # Continue if the name exists already + if ex.errno != errno.EEXIST: + raise + else: + path = os.path.realpath(path) + break + else: + # Final fallback on the default behavior. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + + logger.debug("Created temporary directory: %s", path) + return path diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py new file mode 100644 index 00000000..78b5c13c --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py @@ -0,0 +1,257 @@ +"""Utilities related archives. +""" + +import logging +import os +import shutil +import stat +import tarfile +import zipfile +from typing import Iterable, List, Optional +from zipfile import ZipInfo + +from pip._internal.exceptions import InstallationError +from pip._internal.utils.filetypes import ( + BZ2_EXTENSIONS, + TAR_EXTENSIONS, + XZ_EXTENSIONS, + ZIP_EXTENSIONS, +) +from pip._internal.utils.misc import ensure_dir + +logger = logging.getLogger(__name__) + + +SUPPORTED_EXTENSIONS = ZIP_EXTENSIONS + TAR_EXTENSIONS + +try: + import bz2 # noqa + + SUPPORTED_EXTENSIONS += BZ2_EXTENSIONS +except ImportError: + logger.debug("bz2 module is not available") + +try: + # Only for Python 3.3+ + import lzma # noqa + + SUPPORTED_EXTENSIONS += XZ_EXTENSIONS +except ImportError: + logger.debug("lzma module is not available") + + +def current_umask() -> int: + """Get the current umask which involves having to set it temporarily.""" + mask = os.umask(0) + os.umask(mask) + return mask + + +def split_leading_dir(path: str) -> List[str]: + path = path.lstrip("/").lstrip("\\") + if "/" in path and ( + ("\\" in path and path.find("/") < path.find("\\")) or "\\" not in path + ): + return path.split("/", 1) + elif "\\" in path: + return path.split("\\", 1) + else: + return [path, ""] + + +def has_leading_dir(paths: Iterable[str]) -> bool: + """Returns true if all the paths have the same leading path name + (i.e., everything is in one subdirectory in an archive)""" + common_prefix = None + for path in paths: + prefix, rest = split_leading_dir(path) + if not prefix: + return False + elif common_prefix is None: + common_prefix = prefix + elif prefix != common_prefix: + return False + return True + + +def is_within_directory(directory: str, target: str) -> bool: + """ + Return true if the absolute path of target is within the directory + """ + abs_directory = os.path.abspath(directory) + abs_target = os.path.abspath(target) + + prefix = os.path.commonprefix([abs_directory, abs_target]) + return prefix == abs_directory + + +def set_extracted_file_to_default_mode_plus_executable(path: str) -> None: + """ + Make file present at path have execute for user/group/world + (chmod +x) is no-op on windows per python docs + """ + os.chmod(path, (0o777 & ~current_umask() | 0o111)) + + +def zip_item_is_executable(info: ZipInfo) -> bool: + mode = info.external_attr >> 16 + # if mode and regular file and any execute permissions for + # user/group/world? + return bool(mode and stat.S_ISREG(mode) and mode & 0o111) + + +def unzip_file(filename: str, location: str, flatten: bool = True) -> None: + """ + Unzip the file (with path `filename`) to the destination `location`. All + files are written based on system defaults and umask (i.e. permissions are + not preserved), except that regular file members with any execute + permissions (user, group, or world) have "chmod +x" applied after being + written. Note that for windows, any execute changes using os.chmod are + no-ops per the python docs. + """ + ensure_dir(location) + zipfp = open(filename, "rb") + try: + zip = zipfile.ZipFile(zipfp, allowZip64=True) + leading = has_leading_dir(zip.namelist()) and flatten + for info in zip.infolist(): + name = info.filename + fn = name + if leading: + fn = split_leading_dir(name)[1] + fn = os.path.join(location, fn) + dir = os.path.dirname(fn) + if not is_within_directory(location, fn): + message = ( + "The zip file ({}) has a file ({}) trying to install " + "outside target directory ({})" + ) + raise InstallationError(message.format(filename, fn, location)) + if fn.endswith("/") or fn.endswith("\\"): + # A directory + ensure_dir(fn) + else: + ensure_dir(dir) + # Don't use read() to avoid allocating an arbitrarily large + # chunk of memory for the file's content + fp = zip.open(name) + try: + with open(fn, "wb") as destfp: + shutil.copyfileobj(fp, destfp) + finally: + fp.close() + if zip_item_is_executable(info): + set_extracted_file_to_default_mode_plus_executable(fn) + finally: + zipfp.close() + + +def untar_file(filename: str, location: str) -> None: + """ + Untar the file (with path `filename`) to the destination `location`. + All files are written based on system defaults and umask (i.e. permissions + are not preserved), except that regular file members with any execute + permissions (user, group, or world) have "chmod +x" applied after being + written. Note that for windows, any execute changes using os.chmod are + no-ops per the python docs. + """ + ensure_dir(location) + if filename.lower().endswith(".gz") or filename.lower().endswith(".tgz"): + mode = "r:gz" + elif filename.lower().endswith(BZ2_EXTENSIONS): + mode = "r:bz2" + elif filename.lower().endswith(XZ_EXTENSIONS): + mode = "r:xz" + elif filename.lower().endswith(".tar"): + mode = "r" + else: + logger.warning( + "Cannot determine compression type for file %s", + filename, + ) + mode = "r:*" + tar = tarfile.open(filename, mode, encoding="utf-8") + try: + leading = has_leading_dir([member.name for member in tar.getmembers()]) + for member in tar.getmembers(): + fn = member.name + if leading: + fn = split_leading_dir(fn)[1] + path = os.path.join(location, fn) + if not is_within_directory(location, path): + message = ( + "The tar file ({}) has a file ({}) trying to install " + "outside target directory ({})" + ) + raise InstallationError(message.format(filename, path, location)) + if member.isdir(): + ensure_dir(path) + elif member.issym(): + try: + tar._extract_member(member, path) + except Exception as exc: + # Some corrupt tar files seem to produce this + # (specifically bad symlinks) + logger.warning( + "In the tar file %s the member %s is invalid: %s", + filename, + member.name, + exc, + ) + continue + else: + try: + fp = tar.extractfile(member) + except (KeyError, AttributeError) as exc: + # Some corrupt tar files seem to produce this + # (specifically bad symlinks) + logger.warning( + "In the tar file %s the member %s is invalid: %s", + filename, + member.name, + exc, + ) + continue + ensure_dir(os.path.dirname(path)) + assert fp is not None + with open(path, "wb") as destfp: + shutil.copyfileobj(fp, destfp) + fp.close() + # Update the timestamp (useful for cython compiled files) + tar.utime(member, path) + # member have any execute permissions for user/group/world? + if member.mode & 0o111: + set_extracted_file_to_default_mode_plus_executable(path) + finally: + tar.close() + + +def unpack_file( + filename: str, + location: str, + content_type: Optional[str] = None, +) -> None: + filename = os.path.realpath(filename) + if ( + content_type == "application/zip" + or filename.lower().endswith(ZIP_EXTENSIONS) + or zipfile.is_zipfile(filename) + ): + unzip_file(filename, location, flatten=not filename.endswith(".whl")) + elif ( + content_type == "application/x-gzip" + or tarfile.is_tarfile(filename) + or filename.lower().endswith(TAR_EXTENSIONS + BZ2_EXTENSIONS + XZ_EXTENSIONS) + ): + untar_file(filename, location) + else: + # FIXME: handle? + # FIXME: magic signatures? + logger.critical( + "Cannot unpack file %s (downloaded from %s, content-type: %s); " + "cannot detect archive format", + filename, + location, + content_type, + ) + raise InstallationError(f"Cannot determine archive format of {location}") diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py new file mode 100644 index 00000000..6ba2e04f --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py @@ -0,0 +1,62 @@ +import os +import string +import urllib.parse +import urllib.request +from typing import Optional + +from .compat import WINDOWS + + +def get_url_scheme(url: str) -> Optional[str]: + if ":" not in url: + return None + return url.split(":", 1)[0].lower() + + +def path_to_url(path: str) -> str: + """ + Convert a path to a file: URL. The path will be made absolute and have + quoted path parts. + """ + path = os.path.normpath(os.path.abspath(path)) + url = urllib.parse.urljoin("file:", urllib.request.pathname2url(path)) + return url + + +def url_to_path(url: str) -> str: + """ + Convert a file: URL to a path. + """ + assert url.startswith( + "file:" + ), f"You can only turn file: urls into filenames (not {url!r})" + + _, netloc, path, _, _ = urllib.parse.urlsplit(url) + + if not netloc or netloc == "localhost": + # According to RFC 8089, same as empty authority. + netloc = "" + elif WINDOWS: + # If we have a UNC path, prepend UNC share notation. + netloc = "\\\\" + netloc + else: + raise ValueError( + f"non-local file URIs are not supported on this platform: {url!r}" + ) + + path = urllib.request.url2pathname(netloc + path) + + # On Windows, urlsplit parses the path as something like "/C:/Users/foo". + # This creates issues for path-related functions like io.open(), so we try + # to detect and strip the leading slash. + if ( + WINDOWS + and not netloc # Not UNC. + and len(path) >= 3 + and path[0] == "/" # Leading slash to strip. + and path[1] in string.ascii_letters # Drive letter. + and path[2:4] in (":", ":/") # Colon + end of string, or colon + absolute path. + ): + path = path[1:] + + return path diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py new file mode 100644 index 00000000..882e36f5 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py @@ -0,0 +1,104 @@ +import logging +import os +import re +import site +import sys +from typing import List, Optional + +logger = logging.getLogger(__name__) +_INCLUDE_SYSTEM_SITE_PACKAGES_REGEX = re.compile( + r"include-system-site-packages\s*=\s*(?Ptrue|false)" +) + + +def _running_under_venv() -> bool: + """Checks if sys.base_prefix and sys.prefix match. + + This handles PEP 405 compliant virtual environments. + """ + return sys.prefix != getattr(sys, "base_prefix", sys.prefix) + + +def _running_under_legacy_virtualenv() -> bool: + """Checks if sys.real_prefix is set. + + This handles virtual environments created with pypa's virtualenv. + """ + # pypa/virtualenv case + return hasattr(sys, "real_prefix") + + +def running_under_virtualenv() -> bool: + """True if we're running inside a virtual environment, False otherwise.""" + return _running_under_venv() or _running_under_legacy_virtualenv() + + +def _get_pyvenv_cfg_lines() -> Optional[List[str]]: + """Reads {sys.prefix}/pyvenv.cfg and returns its contents as list of lines + + Returns None, if it could not read/access the file. + """ + pyvenv_cfg_file = os.path.join(sys.prefix, "pyvenv.cfg") + try: + # Although PEP 405 does not specify, the built-in venv module always + # writes with UTF-8. (pypa/pip#8717) + with open(pyvenv_cfg_file, encoding="utf-8") as f: + return f.read().splitlines() # avoids trailing newlines + except OSError: + return None + + +def _no_global_under_venv() -> bool: + """Check `{sys.prefix}/pyvenv.cfg` for system site-packages inclusion + + PEP 405 specifies that when system site-packages are not supposed to be + visible from a virtual environment, `pyvenv.cfg` must contain the following + line: + + include-system-site-packages = false + + Additionally, log a warning if accessing the file fails. + """ + cfg_lines = _get_pyvenv_cfg_lines() + if cfg_lines is None: + # We're not in a "sane" venv, so assume there is no system + # site-packages access (since that's PEP 405's default state). + logger.warning( + "Could not access 'pyvenv.cfg' despite a virtual environment " + "being active. Assuming global site-packages is not accessible " + "in this environment." + ) + return True + + for line in cfg_lines: + match = _INCLUDE_SYSTEM_SITE_PACKAGES_REGEX.match(line) + if match is not None and match.group("value") == "false": + return True + return False + + +def _no_global_under_legacy_virtualenv() -> bool: + """Check if "no-global-site-packages.txt" exists beside site.py + + This mirrors logic in pypa/virtualenv for determining whether system + site-packages are visible in the virtual environment. + """ + site_mod_dir = os.path.dirname(os.path.abspath(site.__file__)) + no_global_site_packages_file = os.path.join( + site_mod_dir, + "no-global-site-packages.txt", + ) + return os.path.exists(no_global_site_packages_file) + + +def virtualenv_no_global() -> bool: + """Returns a boolean, whether running in venv with no system site-packages.""" + # PEP 405 compliance needs to be checked first since virtualenv >=20 would + # return True for both checks, but is only able to use the PEP 405 config. + if _running_under_venv(): + return _no_global_under_venv() + + if _running_under_legacy_virtualenv(): + return _no_global_under_legacy_virtualenv() + + return False diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py new file mode 100644 index 00000000..3551f8f1 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py @@ -0,0 +1,134 @@ +"""Support functions for working with wheel files. +""" + +import logging +from email.message import Message +from email.parser import Parser +from typing import Tuple +from zipfile import BadZipFile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import UnsupportedWheel + +VERSION_COMPATIBLE = (1, 0) + + +logger = logging.getLogger(__name__) + + +def parse_wheel(wheel_zip: ZipFile, name: str) -> Tuple[str, Message]: + """Extract information from the provided wheel, ensuring it meets basic + standards. + + Returns the name of the .dist-info directory and the parsed WHEEL metadata. + """ + try: + info_dir = wheel_dist_info_dir(wheel_zip, name) + metadata = wheel_metadata(wheel_zip, info_dir) + version = wheel_version(metadata) + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {str(e)}") + + check_compatibility(version, name) + + return info_dir, metadata + + +def wheel_dist_info_dir(source: ZipFile, name: str) -> str: + """Returns the name of the contained .dist-info directory. + + Raises AssertionError or UnsupportedWheel if not found, >1 found, or + it doesn't match the provided name. + """ + # Zip file path separators must be / + subdirs = {p.split("/", 1)[0] for p in source.namelist()} + + info_dirs = [s for s in subdirs if s.endswith(".dist-info")] + + if not info_dirs: + raise UnsupportedWheel(".dist-info directory not found") + + if len(info_dirs) > 1: + raise UnsupportedWheel( + "multiple .dist-info directories found: {}".format(", ".join(info_dirs)) + ) + + info_dir = info_dirs[0] + + info_dir_name = canonicalize_name(info_dir) + canonical_name = canonicalize_name(name) + if not info_dir_name.startswith(canonical_name): + raise UnsupportedWheel( + f".dist-info directory {info_dir!r} does not start with {canonical_name!r}" + ) + + return info_dir + + +def read_wheel_metadata_file(source: ZipFile, path: str) -> bytes: + try: + return source.read(path) + # BadZipFile for general corruption, KeyError for missing entry, + # and RuntimeError for password-protected files + except (BadZipFile, KeyError, RuntimeError) as e: + raise UnsupportedWheel(f"could not read {path!r} file: {e!r}") + + +def wheel_metadata(source: ZipFile, dist_info_dir: str) -> Message: + """Return the WHEEL metadata of an extracted wheel, if possible. + Otherwise, raise UnsupportedWheel. + """ + path = f"{dist_info_dir}/WHEEL" + # Zip file path separators must be / + wheel_contents = read_wheel_metadata_file(source, path) + + try: + wheel_text = wheel_contents.decode() + except UnicodeDecodeError as e: + raise UnsupportedWheel(f"error decoding {path!r}: {e!r}") + + # FeedParser (used by Parser) does not raise any exceptions. The returned + # message may have .defects populated, but for backwards-compatibility we + # currently ignore them. + return Parser().parsestr(wheel_text) + + +def wheel_version(wheel_data: Message) -> Tuple[int, ...]: + """Given WHEEL metadata, return the parsed Wheel-Version. + Otherwise, raise UnsupportedWheel. + """ + version_text = wheel_data["Wheel-Version"] + if version_text is None: + raise UnsupportedWheel("WHEEL is missing Wheel-Version") + + version = version_text.strip() + + try: + return tuple(map(int, version.split("."))) + except ValueError: + raise UnsupportedWheel(f"invalid Wheel-Version: {version!r}") + + +def check_compatibility(version: Tuple[int, ...], name: str) -> None: + """Raises errors or warns if called with an incompatible Wheel-Version. + + pip should refuse to install a Wheel-Version that's a major series + ahead of what it's compatible with (e.g 2.0 > 1.1); and warn when + installing a version only minor version ahead (e.g 1.2 > 1.1). + + version: a 2-tuple representing a Wheel-Version (Major, Minor) + name: name of wheel or package to raise exception about + + :raises UnsupportedWheel: when an incompatible Wheel-Version is given + """ + if version[0] > VERSION_COMPATIBLE[0]: + raise UnsupportedWheel( + "{}'s Wheel-Version ({}) is not compatible with this version " + "of pip".format(name, ".".join(map(str, version))) + ) + elif version > VERSION_COMPATIBLE: + logger.warning( + "Installing from a newer Wheel-Version (%s)", + ".".join(map(str, version)), + ) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py new file mode 100644 index 00000000..b6beddbe --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py @@ -0,0 +1,15 @@ +# Expose a limited set of classes and functions so callers outside of +# the vcs package don't need to import deeper than `pip._internal.vcs`. +# (The test directory may still need to import from a vcs sub-package.) +# Import all vcs modules to register each VCS in the VcsSupport object. +import pip._internal.vcs.bazaar +import pip._internal.vcs.git +import pip._internal.vcs.mercurial +import pip._internal.vcs.subversion # noqa: F401 +from pip._internal.vcs.versioncontrol import ( # noqa: F401 + RemoteNotFoundError, + RemoteNotValidError, + is_url, + make_vcs_requirement_url, + vcs, +) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9fb734a68afc9b0359e9bf86ac74993357b1724f GIT binary patch literal 565 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 GR{a-#61MaJ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e89abe0fd55d8c188e96fa9fe98ac4fa8aad3bab GIT binary patch literal 19021 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 YGU?+?4U3lVd%x?=pZS<;WJ~e?0bD0z(f|Me literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..713d64733775dbdba712b0f601d1ac5d70d7a246 GIT binary patch literal 7646 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8470e2c25a809408fa7e67cfd37b955fb2d4ffd8 GIT binary patch literal 12512 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 Z3hVN-RtWJfFyC>!<;aG9P5H=s{0|?JxMKhS literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..64d78be3a41bc85c919e4de018ed255edebdf97a GIT binary patch literal 29044 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 List[str]: + return ["-r", rev] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Checking out %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flag = "--quiet" + elif verbosity == 1: + flag = "" + else: + flag = f"-{'v'*verbosity}" + cmd_args = make_command( + "checkout", "--lightweight", flag, rev_options.to_args(), url, dest + ) + self.run_command(cmd_args) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(make_command("switch", url), cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + output = self.run_command( + make_command("info"), show_stdout=False, stdout_only=True, cwd=dest + ) + if output.startswith("Standalone "): + # Older versions of pip used to create standalone branches. + # Convert the standalone branch to a checkout by calling "bzr bind". + cmd_args = make_command("bind", "-q", url) + self.run_command(cmd_args, cwd=dest) + + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing bzr+ from bzr+ssh:// re-add it + url, rev, user_pass = super().get_url_rev_and_auth(url) + if url.startswith("ssh://"): + url = "bzr+" + url + return url, rev, user_pass + + @classmethod + def get_remote_url(cls, location: str) -> str: + urls = cls.run_command( + ["info"], show_stdout=False, stdout_only=True, cwd=location + ) + for line in urls.splitlines(): + line = line.strip() + for x in ("checkout of branch: ", "parent branch: "): + if line.startswith(x): + repo = line.split(x)[1] + if cls._is_local_repository(repo): + return path_to_url(repo) + return repo + raise RemoteNotFoundError + + @classmethod + def get_revision(cls, location: str) -> str: + revision = cls.run_command( + ["revno"], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return revision.splitlines()[-1] + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + +vcs.register(Bazaar) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py new file mode 100644 index 00000000..8c242cf8 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py @@ -0,0 +1,526 @@ +import logging +import os.path +import pathlib +import re +import urllib.parse +import urllib.request +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path, hide_url +from pip._internal.utils.subprocess import make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RemoteNotValidError, + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +urlsplit = urllib.parse.urlsplit +urlunsplit = urllib.parse.urlunsplit + + +logger = logging.getLogger(__name__) + + +GIT_VERSION_REGEX = re.compile( + r"^git version " # Prefix. + r"(\d+)" # Major. + r"\.(\d+)" # Dot, minor. + r"(?:\.(\d+))?" # Optional dot, patch. + r".*$" # Suffix, including any pre- and post-release segments we don't care about. +) + +HASH_REGEX = re.compile("^[a-fA-F0-9]{40}$") + +# SCP (Secure copy protocol) shorthand. e.g. 'git@example.com:foo/bar.git' +SCP_REGEX = re.compile( + r"""^ + # Optional user, e.g. 'git@' + (\w+@)? + # Server, e.g. 'github.com'. + ([^/:]+): + # The server-side path. e.g. 'user/project.git'. Must start with an + # alphanumeric character so as not to be confusable with a Windows paths + # like 'C:/foo/bar' or 'C:\foo\bar'. + (\w[^:]*) + $""", + re.VERBOSE, +) + + +def looks_like_hash(sha: str) -> bool: + return bool(HASH_REGEX.match(sha)) + + +class Git(VersionControl): + name = "git" + dirname = ".git" + repo_name = "clone" + schemes = ( + "git+http", + "git+https", + "git+ssh", + "git+git", + "git+file", + ) + # Prevent the user's environment variables from interfering with pip: + # https://github.com/pypa/pip/issues/1130 + unset_environ = ("GIT_DIR", "GIT_WORK_TREE") + default_arg_rev = "HEAD" + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [rev] + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + _, rev_options = self.get_url_rev_options(hide_url(url)) + if not rev_options.rev: + return False + if not self.is_commit_id_equal(dest, rev_options.rev): + # the current commit is different from rev, + # which means rev was something else than a commit hash + return False + # return False in the rare case rev is both a commit hash + # and a tag or a branch; we don't want to cache in that case + # because that branch/tag could point to something else in the future + is_tag_or_branch = bool(self.get_revision_sha(dest, rev_options.rev)[0]) + return not is_tag_or_branch + + def get_git_version(self) -> Tuple[int, ...]: + version = self.run_command( + ["version"], + command_desc="git version", + show_stdout=False, + stdout_only=True, + ) + match = GIT_VERSION_REGEX.match(version) + if not match: + logger.warning("Can't parse git version: %s", version) + return () + return (int(match.group(1)), int(match.group(2))) + + @classmethod + def get_current_branch(cls, location: str) -> Optional[str]: + """ + Return the current branch, or None if HEAD isn't at a branch + (e.g. detached HEAD). + """ + # git-symbolic-ref exits with empty stdout if "HEAD" is a detached + # HEAD rather than a symbolic ref. In addition, the -q causes the + # command to exit with status code 1 instead of 128 in this case + # and to suppress the message to stderr. + args = ["symbolic-ref", "-q", "HEAD"] + output = cls.run_command( + args, + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + ref = output.strip() + + if ref.startswith("refs/heads/"): + return ref[len("refs/heads/") :] + + return None + + @classmethod + def get_revision_sha(cls, dest: str, rev: str) -> Tuple[Optional[str], bool]: + """ + Return (sha_or_none, is_branch), where sha_or_none is a commit hash + if the revision names a remote branch or tag, otherwise None. + + Args: + dest: the repository directory. + rev: the revision name. + """ + # Pass rev to pre-filter the list. + output = cls.run_command( + ["show-ref", rev], + cwd=dest, + show_stdout=False, + stdout_only=True, + on_returncode="ignore", + ) + refs = {} + # NOTE: We do not use splitlines here since that would split on other + # unicode separators, which can be maliciously used to install a + # different revision. + for line in output.strip().split("\n"): + line = line.rstrip("\r") + if not line: + continue + try: + ref_sha, ref_name = line.split(" ", maxsplit=2) + except ValueError: + # Include the offending line to simplify troubleshooting if + # this error ever occurs. + raise ValueError(f"unexpected show-ref line: {line!r}") + + refs[ref_name] = ref_sha + + branch_ref = f"refs/remotes/origin/{rev}" + tag_ref = f"refs/tags/{rev}" + + sha = refs.get(branch_ref) + if sha is not None: + return (sha, True) + + sha = refs.get(tag_ref) + + return (sha, False) + + @classmethod + def _should_fetch(cls, dest: str, rev: str) -> bool: + """ + Return true if rev is a ref or is a commit that we don't have locally. + + Branches and tags are not considered in this method because they are + assumed to be always available locally (which is a normal outcome of + ``git clone`` and ``git fetch --tags``). + """ + if rev.startswith("refs/"): + # Always fetch remote refs. + return True + + if not looks_like_hash(rev): + # Git fetch would fail with abbreviated commits. + return False + + if cls.has_commit(dest, rev): + # Don't fetch if we have the commit locally. + return False + + return True + + @classmethod + def resolve_revision( + cls, dest: str, url: HiddenText, rev_options: RevOptions + ) -> RevOptions: + """ + Resolve a revision to a new RevOptions object with the SHA1 of the + branch, tag, or ref if found. + + Args: + rev_options: a RevOptions object. + """ + rev = rev_options.arg_rev + # The arg_rev property's implementation for Git ensures that the + # rev return value is always non-None. + assert rev is not None + + sha, is_branch = cls.get_revision_sha(dest, rev) + + if sha is not None: + rev_options = rev_options.make_new(sha) + rev_options.branch_name = rev if is_branch else None + + return rev_options + + # Do not show a warning for the common case of something that has + # the form of a Git commit hash. + if not looks_like_hash(rev): + logger.warning( + "Did not find branch or tag '%s', assuming revision or ref.", + rev, + ) + + if not cls._should_fetch(dest, rev): + return rev_options + + # fetch the requested revision + cls.run_command( + make_command("fetch", "-q", url, rev_options.to_args()), + cwd=dest, + ) + # Change the revision to the SHA of the ref we fetched + sha = cls.get_revision(dest, rev="FETCH_HEAD") + rev_options = rev_options.make_new(sha) + + return rev_options + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the current commit hash equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + if not name: + # Then avoid an unnecessary subprocess call. + return False + + return cls.get_revision(dest) == name + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info("Cloning %s%s to %s", url, rev_display, display_path(dest)) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + else: + flags = ("--verbose", "--progress") + if self.get_git_version() >= (2, 17): + # Git added support for partial clone in 2.17 + # https://git-scm.com/docs/partial-clone + # Speeds up cloning by functioning without a complete copy of repository + self.run_command( + make_command( + "clone", + "--filter=blob:none", + *flags, + url, + dest, + ) + ) + else: + self.run_command(make_command("clone", *flags, url, dest)) + + if rev_options.rev: + # Then a specific revision was requested. + rev_options = self.resolve_revision(dest, url, rev_options) + branch_name = getattr(rev_options, "branch_name", None) + logger.debug("Rev options %s, branch_name %s", rev_options, branch_name) + if branch_name is None: + # Only do a checkout if the current commit id doesn't match + # the requested revision. + if not self.is_commit_id_equal(dest, rev_options.rev): + cmd_args = make_command( + "checkout", + "-q", + rev_options.to_args(), + ) + self.run_command(cmd_args, cwd=dest) + elif self.get_current_branch(dest) != branch_name: + # Then a specific branch was requested, and that branch + # is not yet checked out. + track_branch = f"origin/{branch_name}" + cmd_args = [ + "checkout", + "-b", + branch_name, + "--track", + track_branch, + ] + self.run_command(cmd_args, cwd=dest) + else: + sha = self.get_revision(dest) + rev_options = rev_options.make_new(sha) + + logger.info("Resolved %s to commit %s", url, rev_options.rev) + + #: repo may contain submodules + self.update_submodules(dest) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command( + make_command("config", "remote.origin.url", url), + cwd=dest, + ) + cmd_args = make_command("checkout", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + self.update_submodules(dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + # First fetch changes from the default remote + if self.get_git_version() >= (1, 9): + # fetch tags in addition to everything else + self.run_command(["fetch", "-q", "--tags"], cwd=dest) + else: + self.run_command(["fetch", "-q"], cwd=dest) + # Then reset to wanted revision (maybe even origin/master) + rev_options = self.resolve_revision(dest, url, rev_options) + cmd_args = make_command("reset", "--hard", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + #: update submodules + self.update_submodules(dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return URL of the first remote encountered. + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + # We need to pass 1 for extra_ok_returncodes since the command + # exits with return code 1 if there are no matching lines. + stdout = cls.run_command( + ["config", "--get-regexp", r"remote\..*\.url"], + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + remotes = stdout.splitlines() + try: + found_remote = remotes[0] + except IndexError: + raise RemoteNotFoundError + + for remote in remotes: + if remote.startswith("remote.origin.url "): + found_remote = remote + break + url = found_remote.split(" ")[1] + return cls._git_remote_to_pip_url(url.strip()) + + @staticmethod + def _git_remote_to_pip_url(url: str) -> str: + """ + Convert a remote url from what git uses to what pip accepts. + + There are 3 legal forms **url** may take: + + 1. A fully qualified url: ssh://git@example.com/foo/bar.git + 2. A local project.git folder: /path/to/bare/repository.git + 3. SCP shorthand for form 1: git@example.com:foo/bar.git + + Form 1 is output as-is. Form 2 must be converted to URI and form 3 must + be converted to form 1. + + See the corresponding test test_git_remote_url_to_pip() for examples of + sample inputs/outputs. + """ + if re.match(r"\w+://", url): + # This is already valid. Pass it though as-is. + return url + if os.path.exists(url): + # A local bare remote (git clone --mirror). + # Needs a file:// prefix. + return pathlib.PurePath(url).as_uri() + scp_match = SCP_REGEX.match(url) + if scp_match: + # Add an ssh:// prefix and replace the ':' with a '/'. + return scp_match.expand(r"ssh://\1\2/\3") + # Otherwise, bail out. + raise RemoteNotValidError(url) + + @classmethod + def has_commit(cls, location: str, rev: str) -> bool: + """ + Check if rev is a commit that is available in the local repository. + """ + try: + cls.run_command( + ["rev-parse", "-q", "--verify", "sha^" + rev], + cwd=location, + log_failed_cmd=False, + ) + except InstallationError: + return False + else: + return True + + @classmethod + def get_revision(cls, location: str, rev: Optional[str] = None) -> str: + if rev is None: + rev = "HEAD" + current_rev = cls.run_command( + ["rev-parse", rev], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return current_rev.strip() + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + git_dir = cls.run_command( + ["rev-parse", "--git-dir"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if not os.path.isabs(git_dir): + git_dir = os.path.join(location, git_dir) + repo_root = os.path.abspath(os.path.join(git_dir, "..")) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Prefixes stub URLs like 'user@hostname:user/repo.git' with 'ssh://'. + That's required because although they use SSH they sometimes don't + work with a ssh:// scheme (e.g. GitHub). But we need a scheme for + parsing. Hence we remove it again afterwards and return it as a stub. + """ + # Works around an apparent Git bug + # (see https://article.gmane.org/gmane.comp.version-control.git/146500) + scheme, netloc, path, query, fragment = urlsplit(url) + if scheme.endswith("file"): + initial_slashes = path[: -len(path.lstrip("/"))] + newpath = initial_slashes + urllib.request.url2pathname(path).replace( + "\\", "/" + ).lstrip("/") + after_plus = scheme.find("+") + 1 + url = scheme[:after_plus] + urlunsplit( + (scheme[after_plus:], netloc, newpath, query, fragment), + ) + + if "://" not in url: + assert "file:" not in url + url = url.replace("git+", "git+ssh://") + url, rev, user_pass = super().get_url_rev_and_auth(url) + url = url.replace("ssh://", "") + else: + url, rev, user_pass = super().get_url_rev_and_auth(url) + + return url, rev, user_pass + + @classmethod + def update_submodules(cls, location: str) -> None: + if not os.path.exists(os.path.join(location, ".gitmodules")): + return + cls.run_command( + ["submodule", "update", "--init", "--recursive", "-q"], + cwd=location, + ) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["rev-parse", "--show-toplevel"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under git control " + "because git is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + @staticmethod + def should_add_vcs_url_prefix(repo_url: str) -> bool: + """In either https or ssh form, requirements must be prefixed with git+.""" + return True + + +vcs.register(Git) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py new file mode 100644 index 00000000..c183d41d --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py @@ -0,0 +1,163 @@ +import configparser +import logging +import os +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Mercurial(VersionControl): + name = "hg" + dirname = ".hg" + repo_name = "clone" + schemes = ( + "hg+file", + "hg+http", + "hg+https", + "hg+ssh", + "hg+static-http", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [f"--rev={rev}"] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Cloning hg %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + elif verbosity == 2: + flags = ("--verbose",) + else: + flags = ("--verbose", "--debug") + self.run_command(make_command("clone", "--noupdate", *flags, url, dest)) + self.run_command( + make_command("update", *flags, rev_options.to_args()), + cwd=dest, + ) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + repo_config = os.path.join(dest, self.dirname, "hgrc") + config = configparser.RawConfigParser() + try: + config.read(repo_config) + config.set("paths", "default", url.secret) + with open(repo_config, "w") as config_file: + config.write(config_file) + except (OSError, configparser.NoSectionError) as exc: + logger.warning("Could not switch Mercurial repository to %s: %s", url, exc) + else: + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(["pull", "-q"], cwd=dest) + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + url = cls.run_command( + ["showconfig", "paths.default"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if cls._is_local_repository(url): + url = path_to_url(url) + return url.strip() + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the repository-local changeset revision number, as an integer. + """ + current_revision = cls.run_command( + ["parents", "--template={rev}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_revision + + @classmethod + def get_requirement_revision(cls, location: str) -> str: + """ + Return the changeset identification hash, as a 40-character + hexadecimal string + """ + current_rev_hash = cls.run_command( + ["parents", "--template={node}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_rev_hash + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + repo_root = cls.run_command( + ["root"], show_stdout=False, stdout_only=True, cwd=location + ).strip() + if not os.path.isabs(repo_root): + repo_root = os.path.abspath(os.path.join(location, repo_root)) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["root"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under hg control " + "because hg is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + +vcs.register(Mercurial) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py new file mode 100644 index 00000000..16d93a67 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py @@ -0,0 +1,324 @@ +import logging +import os +import re +from typing import List, Optional, Tuple + +from pip._internal.utils.misc import ( + HiddenText, + display_path, + is_console_interactive, + is_installable_dir, + split_auth_from_netloc, +) +from pip._internal.utils.subprocess import CommandArgs, make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RevOptions, + VersionControl, + vcs, +) + +logger = logging.getLogger(__name__) + +_svn_xml_url_re = re.compile('url="([^"]+)"') +_svn_rev_re = re.compile(r'committed-rev="(\d+)"') +_svn_info_xml_rev_re = re.compile(r'\s*revision="(\d+)"') +_svn_info_xml_url_re = re.compile(r"(.*)") + + +class Subversion(VersionControl): + name = "svn" + dirname = ".svn" + repo_name = "checkout" + schemes = ("svn+ssh", "svn+http", "svn+https", "svn+svn", "svn+file") + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + return True + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the maximum revision for all files under a given location + """ + # Note: taken from setuptools.command.egg_info + revision = 0 + + for base, dirs, _ in os.walk(location): + if cls.dirname not in dirs: + dirs[:] = [] + continue # no sense walking uncontrolled subdirs + dirs.remove(cls.dirname) + entries_fn = os.path.join(base, cls.dirname, "entries") + if not os.path.exists(entries_fn): + # FIXME: should we warn? + continue + + dirurl, localrev = cls._get_svn_url_rev(base) + + if base == location: + assert dirurl is not None + base = dirurl + "/" # save the root url + elif not dirurl or not dirurl.startswith(base): + dirs[:] = [] + continue # not part of the same svn tree, skip it + revision = max(revision, localrev) + return str(revision) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + This override allows the auth information to be passed to svn via the + --username and --password options instead of via the URL. + """ + if scheme == "ssh": + # The --username and --password options can't be used for + # svn+ssh URLs, so keep the auth information in the URL. + return super().get_netloc_and_auth(netloc, scheme) + + return split_auth_from_netloc(netloc) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing svn+ from svn+ssh:// re-add it + url, rev, user_pass = super().get_url_rev_and_auth(url) + if url.startswith("ssh://"): + url = "svn+" + url + return url, rev, user_pass + + @staticmethod + def make_rev_args( + username: Optional[str], password: Optional[HiddenText] + ) -> CommandArgs: + extra_args: CommandArgs = [] + if username: + extra_args += ["--username", username] + if password: + extra_args += ["--password", password] + + return extra_args + + @classmethod + def get_remote_url(cls, location: str) -> str: + # In cases where the source is in a subdirectory, we have to look up in + # the location until we find a valid project root. + orig_location = location + while not is_installable_dir(location): + last_location = location + location = os.path.dirname(location) + if location == last_location: + # We've traversed up to the root of the filesystem without + # finding a Python project. + logger.warning( + "Could not find Python project for directory %s (tried all " + "parent directories)", + orig_location, + ) + raise RemoteNotFoundError + + url, _rev = cls._get_svn_url_rev(location) + if url is None: + raise RemoteNotFoundError + + return url + + @classmethod + def _get_svn_url_rev(cls, location: str) -> Tuple[Optional[str], int]: + from pip._internal.exceptions import InstallationError + + entries_path = os.path.join(location, cls.dirname, "entries") + if os.path.exists(entries_path): + with open(entries_path) as f: + data = f.read() + else: # subversion >= 1.7 does not have the 'entries' file + data = "" + + url = None + if data.startswith("8") or data.startswith("9") or data.startswith("10"): + entries = list(map(str.splitlines, data.split("\n\x0c\n"))) + del entries[0][0] # get rid of the '8' + url = entries[0][3] + revs = [int(d[9]) for d in entries if len(d) > 9 and d[9]] + [0] + elif data.startswith("= 1.7 + # Note that using get_remote_call_options is not necessary here + # because `svn info` is being run against a local directory. + # We don't need to worry about making sure interactive mode + # is being used to prompt for passwords, because passwords + # are only potentially needed for remote server requests. + xml = cls.run_command( + ["info", "--xml", location], + show_stdout=False, + stdout_only=True, + ) + match = _svn_info_xml_url_re.search(xml) + assert match is not None + url = match.group(1) + revs = [int(m.group(1)) for m in _svn_info_xml_rev_re.finditer(xml)] + except InstallationError: + url, revs = None, [] + + if revs: + rev = max(revs) + else: + rev = 0 + + return url, rev + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + def __init__(self, use_interactive: Optional[bool] = None) -> None: + if use_interactive is None: + use_interactive = is_console_interactive() + self.use_interactive = use_interactive + + # This member is used to cache the fetched version of the current + # ``svn`` client. + # Special value definitions: + # None: Not evaluated yet. + # Empty tuple: Could not parse version. + self._vcs_version: Optional[Tuple[int, ...]] = None + + super().__init__() + + def call_vcs_version(self) -> Tuple[int, ...]: + """Query the version of the currently installed Subversion client. + + :return: A tuple containing the parts of the version information or + ``()`` if the version returned from ``svn`` could not be parsed. + :raises: BadCommand: If ``svn`` is not installed. + """ + # Example versions: + # svn, version 1.10.3 (r1842928) + # compiled Feb 25 2019, 14:20:39 on x86_64-apple-darwin17.0.0 + # svn, version 1.7.14 (r1542130) + # compiled Mar 28 2018, 08:49:13 on x86_64-pc-linux-gnu + # svn, version 1.12.0-SlikSvn (SlikSvn/1.12.0) + # compiled May 28 2019, 13:44:56 on x86_64-microsoft-windows6.2 + version_prefix = "svn, version " + version = self.run_command(["--version"], show_stdout=False, stdout_only=True) + if not version.startswith(version_prefix): + return () + + version = version[len(version_prefix) :].split()[0] + version_list = version.partition("-")[0].split(".") + try: + parsed_version = tuple(map(int, version_list)) + except ValueError: + return () + + return parsed_version + + def get_vcs_version(self) -> Tuple[int, ...]: + """Return the version of the currently installed Subversion client. + + If the version of the Subversion client has already been queried, + a cached value will be used. + + :return: A tuple containing the parts of the version information or + ``()`` if the version returned from ``svn`` could not be parsed. + :raises: BadCommand: If ``svn`` is not installed. + """ + if self._vcs_version is not None: + # Use cached version, if available. + # If parsing the version failed previously (empty tuple), + # do not attempt to parse it again. + return self._vcs_version + + vcs_version = self.call_vcs_version() + self._vcs_version = vcs_version + return vcs_version + + def get_remote_call_options(self) -> CommandArgs: + """Return options to be used on calls to Subversion that contact the server. + + These options are applicable for the following ``svn`` subcommands used + in this class. + + - checkout + - switch + - update + + :return: A list of command line arguments to pass to ``svn``. + """ + if not self.use_interactive: + # --non-interactive switch is available since Subversion 0.14.4. + # Subversion < 1.8 runs in interactive mode by default. + return ["--non-interactive"] + + svn_version = self.get_vcs_version() + # By default, Subversion >= 1.8 runs in non-interactive mode if + # stdin is not a TTY. Since that is how pip invokes SVN, in + # call_subprocess(), pip must pass --force-interactive to ensure + # the user can be prompted for a password, if required. + # SVN added the --force-interactive option in SVN 1.8. Since + # e.g. RHEL/CentOS 7, which is supported until 2024, ships with + # SVN 1.7, pip should continue to support SVN 1.7. Therefore, pip + # can't safely add the option if the SVN version is < 1.8 (or unknown). + if svn_version >= (1, 8): + return ["--force-interactive"] + + return [] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Checking out %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + 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.12/site-packages/pip/_internal/vcs/versioncontrol.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100644 index 00000000..46ca2799 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py @@ -0,0 +1,705 @@ +"""Handles all VCS (version control) support""" + +import logging +import os +import shutil +import sys +import urllib.parse +from typing import ( + TYPE_CHECKING, + Any, + Dict, + Iterable, + Iterator, + List, + Mapping, + Optional, + Tuple, + Type, + Union, +) + +from pip._internal.cli.spinners import SpinnerInterface +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import ( + HiddenText, + ask_path_exists, + backup_dir, + display_path, + hide_url, + hide_value, + is_installable_dir, + rmtree, +) +from pip._internal.utils.subprocess import ( + CommandArgs, + call_subprocess, + format_command_args, + make_command, +) +from pip._internal.utils.urls import get_url_scheme + +if TYPE_CHECKING: + # Literal was introduced in Python 3.8. + # + # TODO: Remove `if TYPE_CHECKING` when dropping support for Python 3.7. + from typing import Literal + + +__all__ = ["vcs"] + + +logger = logging.getLogger(__name__) + +AuthInfo = Tuple[Optional[str], Optional[str]] + + +def is_url(name: str) -> bool: + """ + Return true if the name looks like a URL. + """ + scheme = get_url_scheme(name) + if scheme is None: + return False + return scheme in ["http", "https", "file", "ftp"] + vcs.all_schemes + + +def make_vcs_requirement_url( + repo_url: str, rev: str, project_name: str, subdir: Optional[str] = None +) -> str: + """ + Return the URL for a VCS requirement. + + Args: + repo_url: the remote VCS url, with any needed VCS prefix (e.g. "git+"). + project_name: the (unescaped) project name. + """ + egg_project_name = project_name.replace("-", "_") + req = f"{repo_url}@{rev}#egg={egg_project_name}" + if subdir: + req += f"&subdirectory={subdir}" + + return req + + +def find_path_to_project_root_from_repo_root( + location: str, repo_root: str +) -> Optional[str]: + """ + Find the the Python project's root by searching up the filesystem from + `location`. Return the path to project root relative to `repo_root`. + Return None if the project root is `repo_root`, or cannot be found. + """ + # find project root. + orig_location = location + while not is_installable_dir(location): + last_location = location + location = os.path.dirname(location) + if location == last_location: + # We've traversed up to the root of the filesystem without + # finding a Python project. + logger.warning( + "Could not find a Python project for directory %s (tried all " + "parent directories)", + orig_location, + ) + return None + + if os.path.samefile(repo_root, location): + return None + + return os.path.relpath(location, repo_root) + + +class RemoteNotFoundError(Exception): + pass + + +class RemoteNotValidError(Exception): + def __init__(self, url: str): + super().__init__(url) + self.url = url + + +class RevOptions: + + """ + Encapsulates a VCS-specific revision to install, along with any VCS + install options. + + Instances of this class should be treated as if immutable. + """ + + def __init__( + self, + vc_class: Type["VersionControl"], + rev: Optional[str] = None, + extra_args: Optional[CommandArgs] = None, + ) -> None: + """ + Args: + vc_class: a VersionControl subclass. + rev: the name of the revision to install. + extra_args: a list of extra options. + """ + if extra_args is None: + extra_args = [] + + self.extra_args = extra_args + self.rev = rev + self.vc_class = vc_class + self.branch_name: Optional[str] = None + + def __repr__(self) -> str: + return f"" + + @property + def arg_rev(self) -> Optional[str]: + if self.rev is None: + return self.vc_class.default_arg_rev + + return self.rev + + def to_args(self) -> CommandArgs: + """ + Return the VCS-specific command arguments. + """ + args: CommandArgs = [] + rev = self.arg_rev + if rev is not None: + args += self.vc_class.get_base_rev_args(rev) + args += self.extra_args + + return args + + def to_display(self) -> str: + if not self.rev: + return "" + + return f" (to revision {self.rev})" + + def make_new(self, rev: str) -> "RevOptions": + """ + Make a copy of the current instance, but with a new rev. + + Args: + rev: the name of the revision for the new object. + """ + return self.vc_class.make_rev_options(rev, extra_args=self.extra_args) + + +class VcsSupport: + _registry: Dict[str, "VersionControl"] = {} + schemes = ["ssh", "git", "hg", "bzr", "sftp", "svn"] + + def __init__(self) -> None: + # Register more schemes with urlparse for various version control + # systems + urllib.parse.uses_netloc.extend(self.schemes) + super().__init__() + + def __iter__(self) -> Iterator[str]: + return self._registry.__iter__() + + @property + def backends(self) -> List["VersionControl"]: + return list(self._registry.values()) + + @property + def dirnames(self) -> List[str]: + return [backend.dirname for backend in self.backends] + + @property + def all_schemes(self) -> List[str]: + schemes: List[str] = [] + for backend in self.backends: + schemes.extend(backend.schemes) + return schemes + + def register(self, cls: Type["VersionControl"]) -> None: + if not hasattr(cls, "name"): + logger.warning("Cannot register VCS %s", cls.__name__) + return + if cls.name not in self._registry: + self._registry[cls.name] = cls() + logger.debug("Registered VCS backend: %s", cls.name) + + def unregister(self, name: str) -> None: + if name in self._registry: + del self._registry[name] + + def get_backend_for_dir(self, location: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object if a repository of that type is found + at the given directory. + """ + vcs_backends = {} + for vcs_backend in self._registry.values(): + repo_path = vcs_backend.get_repository_root(location) + if not repo_path: + continue + logger.debug("Determine that %s uses VCS: %s", location, vcs_backend.name) + vcs_backends[repo_path] = vcs_backend + + if not vcs_backends: + return None + + # Choose the VCS in the inner-most directory. Since all repository + # roots found here would be either `location` or one of its + # parents, the longest path should have the most path components, + # i.e. the backend representing the inner-most repository. + inner_most_repo_path = max(vcs_backends, key=len) + return vcs_backends[inner_most_repo_path] + + def get_backend_for_scheme(self, scheme: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + for vcs_backend in self._registry.values(): + if scheme in vcs_backend.schemes: + return vcs_backend + return None + + def get_backend(self, name: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + name = name.lower() + return self._registry.get(name) + + +vcs = VcsSupport() + + +class VersionControl: + name = "" + dirname = "" + repo_name = "" + # List of supported schemes for this Version Control + schemes: Tuple[str, ...] = () + # Iterable of environment variable names to pass to call_subprocess(). + unset_environ: Tuple[str, ...] = () + default_arg_rev: Optional[str] = None + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + """ + Return whether the vcs prefix (e.g. "git+") should be added to a + repository's remote url when used in a requirement. + """ + return not remote_url.lower().startswith(f"{cls.name}:") + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + return None + + @classmethod + def get_requirement_revision(cls, repo_dir: str) -> str: + """ + Return the revision string that should be used in a requirement. + """ + return cls.get_revision(repo_dir) + + @classmethod + def get_src_requirement(cls, repo_dir: str, project_name: str) -> str: + """ + Return the requirement string to use to redownload the files + currently at the given repository directory. + + Args: + project_name: the (unescaped) project name. + + The return value has a form similar to the following: + + {repository_url}@{revision}#egg={project_name} + """ + repo_url = cls.get_remote_url(repo_dir) + + if cls.should_add_vcs_url_prefix(repo_url): + repo_url = f"{cls.name}+{repo_url}" + + revision = cls.get_requirement_revision(repo_dir) + subdir = cls.get_subdirectory(repo_dir) + req = make_vcs_requirement_url(repo_url, revision, project_name, subdir=subdir) + + return req + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + """ + Return the base revision arguments for a vcs command. + + Args: + rev: the name of a revision to install. Cannot be None. + """ + raise NotImplementedError + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + """ + Return true if the commit hash checked out at dest matches + the revision in url. + + Always return False, if the VCS does not support immutable commit + hashes. + + This method does not check if there are local uncommitted changes + in dest after checkout, as pip currently has no use case for that. + """ + return False + + @classmethod + def make_rev_options( + cls, rev: Optional[str] = None, extra_args: Optional[CommandArgs] = None + ) -> RevOptions: + """ + Return a RevOptions object. + + Args: + rev: the name of a revision to install. + extra_args: a list of extra options. + """ + return RevOptions(cls, rev, extra_args=extra_args) + + @classmethod + def _is_local_repository(cls, repo: str) -> bool: + """ + posix absolute paths start with os.path.sep, + win32 ones start with drive (like c:\\folder) + """ + drive, tail = os.path.splitdrive(repo) + return repo.startswith(os.path.sep) or bool(drive) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + Parse the repository URL's netloc, and return the new netloc to use + along with auth information. + + Args: + netloc: the original repository URL netloc. + scheme: the repository URL's scheme without the vcs prefix. + + This is mainly for the Subversion class to override, so that auth + information can be provided via the --username and --password options + instead of through the URL. For other subclasses like Git without + such an option, auth information must stay in the URL. + + Returns: (netloc, (username, password)). + """ + return netloc, (None, None) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Parse the repository URL to use, and return the URL, revision, + and auth info to use. + + Returns: (url, rev, (username, password)). + """ + scheme, netloc, path, query, frag = urllib.parse.urlsplit(url) + if "+" not in scheme: + raise ValueError( + f"Sorry, {url!r} is a malformed VCS url. " + "The format is +://, " + "e.g. svn+http://myrepo/svn/MyApp#egg=MyApp" + ) + # Remove the vcs prefix. + scheme = scheme.split("+", 1)[1] + netloc, user_pass = cls.get_netloc_and_auth(netloc, scheme) + rev = None + if "@" in path: + path, rev = path.rsplit("@", 1) + if not rev: + raise InstallationError( + f"The URL {url!r} has an empty revision (after @) " + "which is not supported. Include a revision after @ " + "or remove @ from the URL." + ) + url = urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + return url, rev, user_pass + + @staticmethod + def make_rev_args( + username: Optional[str], password: Optional[HiddenText] + ) -> CommandArgs: + """ + Return the RevOptions "extra arguments" to use in obtain(). + """ + return [] + + def get_url_rev_options(self, url: HiddenText) -> Tuple[HiddenText, RevOptions]: + """ + Return the URL and RevOptions object to use in obtain(), + as a tuple (url, rev_options). + """ + secret_url, rev, user_pass = self.get_url_rev_and_auth(url.secret) + username, secret_password = user_pass + password: Optional[HiddenText] = None + if secret_password is not None: + password = hide_value(secret_password) + extra_args = self.make_rev_args(username, password) + rev_options = self.make_rev_options(rev, extra_args=extra_args) + + return hide_url(secret_url), rev_options + + @staticmethod + def normalize_url(url: str) -> str: + """ + Normalize a URL for comparison by unquoting it and removing any + trailing slash. + """ + return urllib.parse.unquote(url).rstrip("/") + + @classmethod + def compare_urls(cls, url1: str, url2: str) -> bool: + """ + Compare two repo URLs for identity, ignoring incidental differences. + """ + return cls.normalize_url(url1) == cls.normalize_url(url2) + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + """ + Fetch a revision from a repository, in the case that this is the + first fetch from the repository. + + Args: + dest: the directory to fetch the repository to. + rev_options: a RevOptions object. + verbosity: verbosity level. + """ + raise NotImplementedError + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Switch the repo at ``dest`` to point to ``URL``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Update an already-existing repo to the given ``rev_options``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the id of the current commit equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + raise NotImplementedError + + def obtain(self, dest: str, url: HiddenText, verbosity: int) -> None: + """ + Install or update in editable mode the package represented by this + VersionControl object. + + :param dest: the repository directory in which to install or update. + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + url, rev_options = self.get_url_rev_options(url) + + if not os.path.exists(dest): + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + rev_display = rev_options.to_display() + if self.is_repository_directory(dest): + existing_url = self.get_remote_url(dest) + if self.compare_urls(existing_url, url.secret): + logger.debug( + "%s in %s exists, and has correct URL (%s)", + self.repo_name.title(), + display_path(dest), + url, + ) + if not self.is_commit_id_equal(dest, rev_options.rev): + logger.info( + "Updating %s %s%s", + display_path(dest), + self.repo_name, + rev_display, + ) + self.update(dest, url, rev_options) + else: + logger.info("Skipping because already up-to-date.") + return + + logger.warning( + "%s %s in %s exists with URL %s", + self.name, + self.repo_name, + display_path(dest), + existing_url, + ) + prompt = ("(s)witch, (i)gnore, (w)ipe, (b)ackup ", ("s", "i", "w", "b")) + else: + logger.warning( + "Directory %s already exists, and is not a %s %s.", + dest, + self.name, + self.repo_name, + ) + # https://github.com/python/mypy/issues/1174 + prompt = ("(i)gnore, (w)ipe, (b)ackup ", ("i", "w", "b")) # type: ignore + + logger.warning( + "The plan is to install the %s repository %s", + self.name, + url, + ) + response = ask_path_exists(f"What to do? {prompt[0]}", prompt[1]) + + if response == "a": + sys.exit(-1) + + if response == "w": + logger.warning("Deleting %s", display_path(dest)) + rmtree(dest) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + if response == "b": + dest_dir = backup_dir(dest) + logger.warning("Backing up %s to %s", display_path(dest), dest_dir) + shutil.move(dest, dest_dir) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + # Do nothing if the response is "i". + if response == "s": + logger.info( + "Switching %s %s to %s%s", + self.repo_name, + display_path(dest), + url, + rev_display, + ) + self.switch(dest, url, rev_options) + + def unpack(self, location: str, url: HiddenText, verbosity: int) -> None: + """ + Clean up current location and download the url repository + (and vcs infos) into location + + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + if os.path.exists(location): + rmtree(location) + self.obtain(location, url=url, verbosity=verbosity) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return the url used at location + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + raise NotImplementedError + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the current commit id of the files at the given location. + """ + raise NotImplementedError + + @classmethod + def run_command( + cls, + cmd: Union[List[str], CommandArgs], + show_stdout: bool = True, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + command_desc: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: bool = True, + stdout_only: bool = False, + ) -> str: + """ + Run a VCS subcommand + This is simply a wrapper around call_subprocess that adds the VCS + command name, and checks that the VCS is available + """ + cmd = make_command(cls.name, *cmd) + if command_desc is None: + command_desc = format_command_args(cmd) + try: + return call_subprocess( + cmd, + show_stdout, + cwd, + on_returncode=on_returncode, + extra_ok_returncodes=extra_ok_returncodes, + command_desc=command_desc, + extra_environ=extra_environ, + unset_environ=cls.unset_environ, + spinner=spinner, + log_failed_cmd=log_failed_cmd, + stdout_only=stdout_only, + ) + except FileNotFoundError: + # errno.ENOENT = no such file or directory + # In other words, the VCS executable isn't available + raise BadCommand( + f"Cannot find command {cls.name!r} - do you have " + f"{cls.name!r} installed and in your PATH?" + ) + except PermissionError: + # errno.EACCES = Permission denied + # This error occurs, for instance, when the command is installed + # only for another user. So, the current user don't have + # permission to call the other user command. + raise BadCommand( + f"No permission to execute {cls.name!r} - install it " + f"locally, globally (ask admin), or check your PATH. " + f"See possible solutions at " + f"https://pip.pypa.io/en/latest/reference/pip_freeze/" + f"#fixing-permission-denied." + ) + + @classmethod + def is_repository_directory(cls, path: str) -> bool: + """ + Return whether a directory path is a repository directory. + """ + logger.debug("Checking in %s for %s (%s)...", path, cls.dirname, cls.name) + return os.path.exists(os.path.join(path, cls.dirname)) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + """ + Return the "root" (top-level) directory controlled by the vcs, + or `None` if the directory is not in any. + + It is meant to be overridden to implement smarter detection + mechanisms for specific vcs. + + This can do more than is_repository_directory() alone. For + example, the Git override checks that Git is actually available. + """ + if cls.is_repository_directory(location): + return location + return None diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py new file mode 100644 index 00000000..b1debe34 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py @@ -0,0 +1,354 @@ +"""Orchestrator for building wheels from InstallRequirements. +""" + +import logging +import os.path +import re +import shutil +from typing import Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name, canonicalize_version +from pip._vendor.packaging.version import InvalidVersion, Version + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import InvalidWheelFilename, UnsupportedWheel +from pip._internal.metadata import FilesystemWheel, get_wheel_distribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.build.wheel import build_wheel_pep517 +from pip._internal.operations.build.wheel_editable import build_wheel_editable +from pip._internal.operations.build.wheel_legacy import build_wheel_legacy +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ensure_dir, hash_file +from pip._internal.utils.setuptools_build import make_setuptools_clean_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + +_egg_info_re = re.compile(r"([a-z0-9_.]+)-([a-z0-9_.!+-]+)", re.IGNORECASE) + +BuildResult = Tuple[List[InstallRequirement], List[InstallRequirement]] + + +def _contains_egg_info(s: str) -> bool: + """Determine whether the string looks like an egg_info. + + :param s: The string to parse. E.g. foo-2.1 + """ + return bool(_egg_info_re.search(s)) + + +def _should_build( + req: InstallRequirement, + need_wheel: bool, +) -> bool: + """Return whether an InstallRequirement should be built into a wheel.""" + if req.constraint: + # never build requirements that are merely constraints + return False + if req.is_wheel: + if need_wheel: + logger.info( + "Skipping %s, due to already being wheel.", + req.name, + ) + return False + + if need_wheel: + # i.e. pip wheel, not pip install + return True + + # From this point, this concerns the pip install command only + # (need_wheel=False). + + if not req.source_dir: + return False + + if req.editable: + # we only build PEP 660 editable requirements + return req.supports_pyproject_editable() + + return True + + +def should_build_for_wheel_command( + req: InstallRequirement, +) -> bool: + return _should_build(req, need_wheel=True) + + +def should_build_for_install_command( + req: InstallRequirement, +) -> bool: + return _should_build(req, need_wheel=False) + + +def _should_cache( + req: InstallRequirement, +) -> Optional[bool]: + """ + Return whether a built InstallRequirement can be stored in the persistent + wheel cache, assuming the wheel cache is available, and _should_build() + has determined a wheel needs to be built. + """ + if req.editable or not req.source_dir: + # never cache editable requirements + return False + + if req.link and req.link.is_vcs: + # VCS checkout. Do not cache + # unless it points to an immutable commit hash. + assert not req.editable + assert req.source_dir + vcs_backend = vcs.get_backend_for_scheme(req.link.scheme) + assert vcs_backend + if vcs_backend.is_immutable_rev_checkout(req.link.url, req.source_dir): + return True + return False + + assert req.link + base, ext = req.link.splitext() + if _contains_egg_info(base): + return True + + # Otherwise, do not cache. + return False + + +def _get_cache_dir( + req: InstallRequirement, + wheel_cache: WheelCache, +) -> str: + """Return the persistent or temporary cache directory where the built + wheel need to be stored. + """ + cache_available = bool(wheel_cache.cache_dir) + assert req.link + if cache_available and _should_cache(req): + cache_dir = wheel_cache.get_path_for_link(req.link) + else: + cache_dir = wheel_cache.get_ephem_path_for_link(req.link) + return cache_dir + + +def _verify_one(req: InstallRequirement, wheel_path: str) -> None: + canonical_name = canonicalize_name(req.name or "") + w = Wheel(os.path.basename(wheel_path)) + if canonicalize_name(w.name) != canonical_name: + raise InvalidWheelFilename( + f"Wheel has unexpected file name: expected {canonical_name!r}, " + f"got {w.name!r}", + ) + dist = get_wheel_distribution(FilesystemWheel(wheel_path), canonical_name) + dist_verstr = str(dist.version) + if canonicalize_version(dist_verstr) != canonicalize_version(w.version): + raise InvalidWheelFilename( + f"Wheel has unexpected file name: expected {dist_verstr!r}, " + f"got {w.version!r}", + ) + metadata_version_value = dist.metadata_version + if metadata_version_value is None: + raise UnsupportedWheel("Missing Metadata-Version") + try: + metadata_version = Version(metadata_version_value) + except InvalidVersion: + msg = f"Invalid Metadata-Version: {metadata_version_value}" + raise UnsupportedWheel(msg) + if metadata_version >= Version("1.2") and not isinstance(dist.version, Version): + raise UnsupportedWheel( + f"Metadata 1.2 mandates PEP 440 version, but {dist_verstr!r} is not" + ) + + +def _build_one( + req: InstallRequirement, + output_dir: str, + verify: bool, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + """Build one wheel. + + :return: The filename of the built wheel, or None if the build failed. + """ + artifact = "editable" if editable else "wheel" + try: + ensure_dir(output_dir) + except OSError as e: + logger.warning( + "Building %s for %s failed: %s", + artifact, + req.name, + e, + ) + return None + + # Install build deps into temporary directory (PEP 518) + with req.build_env: + wheel_path = _build_one_inside_env( + req, output_dir, build_options, global_options, editable + ) + if wheel_path and verify: + try: + _verify_one(req, wheel_path) + except (InvalidWheelFilename, UnsupportedWheel) as e: + logger.warning("Built %s for %s is invalid: %s", artifact, req.name, e) + return None + return wheel_path + + +def _build_one_inside_env( + req: InstallRequirement, + output_dir: str, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + with TempDirectory(kind="wheel") as temp_dir: + assert req.name + if req.use_pep517: + assert req.metadata_directory + assert req.pep517_backend + if global_options: + logger.warning( + "Ignoring --global-option when building %s using PEP 517", req.name + ) + if build_options: + logger.warning( + "Ignoring --build-option when building %s using PEP 517", req.name + ) + if editable: + wheel_path = build_wheel_editable( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_pep517( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_legacy( + name=req.name, + setup_py_path=req.setup_py_path, + source_dir=req.unpacked_source_directory, + global_options=global_options, + build_options=build_options, + tempd=temp_dir.path, + ) + + if wheel_path is not None: + wheel_name = os.path.basename(wheel_path) + dest_path = os.path.join(output_dir, wheel_name) + try: + wheel_hash, length = hash_file(wheel_path) + shutil.move(wheel_path, dest_path) + logger.info( + "Created wheel for %s: filename=%s size=%d sha256=%s", + req.name, + wheel_name, + length, + wheel_hash.hexdigest(), + ) + logger.info("Stored in directory: %s", output_dir) + return dest_path + except Exception as e: + logger.warning( + "Building wheel for %s failed: %s", + req.name, + e, + ) + # Ignore return, we can't do anything else useful. + if not req.use_pep517: + _clean_one_legacy(req, global_options) + return None + + +def _clean_one_legacy(req: InstallRequirement, global_options: List[str]) -> bool: + clean_args = make_setuptools_clean_args( + req.setup_py_path, + global_options=global_options, + ) + + logger.info("Running setup.py clean for %s", req.name) + try: + call_subprocess( + clean_args, command_desc="python setup.py clean", cwd=req.source_dir + ) + return True + except Exception: + logger.error("Failed cleaning build dir for %s", req.name) + return False + + +def build( + requirements: Iterable[InstallRequirement], + wheel_cache: WheelCache, + verify: bool, + build_options: List[str], + global_options: List[str], +) -> BuildResult: + """Build wheels. + + :return: The list of InstallRequirement that succeeded to build and + the list of InstallRequirement that failed to build. + """ + if not requirements: + return [], [] + + # Build the wheels. + logger.info( + "Building wheels for collected packages: %s", + ", ".join(req.name for req in requirements), # type: ignore + ) + + with indent_log(): + build_successes, build_failures = [], [] + for req in requirements: + assert req.name + cache_dir = _get_cache_dir(req, wheel_cache) + wheel_file = _build_one( + req, + cache_dir, + verify, + build_options, + global_options, + req.editable and req.permit_editable_wheels, + ) + if wheel_file: + # Record the download origin in the cache + if req.download_info is not None: + # download_info is guaranteed to be set because when we build an + # InstallRequirement it has been through the preparer before, but + # let's be cautious. + wheel_cache.record_download_origin(cache_dir, req.download_info) + # Update the link for this. + req.link = Link(path_to_url(wheel_file)) + req.local_file_path = req.link.file_path + assert req.link.is_wheel + build_successes.append(req) + else: + build_failures.append(req) + + # notify success/failure + if build_successes: + logger.info( + "Successfully built %s", + " ".join([req.name for req in build_successes]), # type: ignore + ) + if build_failures: + logger.info( + "Failed to build %s", + " ".join([req.name for req in build_failures]), # type: ignore + ) + # Return a list of requirements that failed to build + return build_successes, build_failures diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/__init__.py new file mode 100644 index 00000000..c1884baf --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/__init__.py @@ -0,0 +1,121 @@ +""" +pip._vendor is for vendoring dependencies of pip to prevent needing pip to +depend on something external. + +Files inside of pip._vendor should be considered immutable and should only be +updated to versions from upstream. +""" +from __future__ import absolute_import + +import glob +import os.path +import sys + +# Downstream redistributors which have debundled our dependencies should also +# patch this value to be true. This will trigger the additional patching +# to cause things like "six" to be available as pip. +DEBUNDLED = False + +# By default, look in this directory for a bunch of .whl files which we will +# add to the beginning of sys.path before attempting to import anything. This +# is done to support downstream re-distributors like Debian and Fedora who +# wish to create their own Wheels for our dependencies to aid in debundling. +WHEEL_DIR = os.path.abspath(os.path.dirname(__file__)) + + +# Define a small helper function to alias our vendored modules to the real ones +# if the vendored ones do not exist. This idea of this was taken from +# https://github.com/kennethreitz/requests/pull/2567. +def vendored(modulename): + vendored_name = "{0}.{1}".format(__name__, modulename) + + try: + __import__(modulename, globals(), locals(), level=0) + except ImportError: + # We can just silently allow import failures to pass here. If we + # got to this point it means that ``import pip._vendor.whatever`` + # failed and so did ``import whatever``. Since we're importing this + # upfront in an attempt to alias imports, not erroring here will + # just mean we get a regular import error whenever pip *actually* + # tries to import one of these modules to use it, which actually + # gives us a better error message than we would have otherwise + # gotten. + pass + else: + sys.modules[vendored_name] = sys.modules[modulename] + base, head = vendored_name.rsplit(".", 1) + setattr(sys.modules[base], head, sys.modules[modulename]) + + +# If we're operating in a debundled setup, then we want to go ahead and trigger +# the aliasing of our vendored libraries as well as looking for wheels to add +# to our sys.path. This will cause all of this code to be a no-op typically +# however downstream redistributors can enable it in a consistent way across +# all platforms. +if DEBUNDLED: + # Actually look inside of WHEEL_DIR to find .whl files and add them to the + # front of our sys.path. + sys.path[:] = glob.glob(os.path.join(WHEEL_DIR, "*.whl")) + sys.path + + # Actually alias all of our vendored dependencies. + vendored("cachecontrol") + vendored("certifi") + vendored("colorama") + vendored("distlib") + vendored("distro") + vendored("six") + vendored("six.moves") + vendored("six.moves.urllib") + vendored("six.moves.urllib.parse") + vendored("packaging") + vendored("packaging.version") + vendored("packaging.specifiers") + vendored("pep517") + vendored("pkg_resources") + vendored("platformdirs") + vendored("progress") + vendored("requests") + vendored("requests.exceptions") + vendored("requests.packages") + vendored("requests.packages.urllib3") + vendored("requests.packages.urllib3._collections") + vendored("requests.packages.urllib3.connection") + vendored("requests.packages.urllib3.connectionpool") + vendored("requests.packages.urllib3.contrib") + vendored("requests.packages.urllib3.contrib.ntlmpool") + vendored("requests.packages.urllib3.contrib.pyopenssl") + vendored("requests.packages.urllib3.exceptions") + vendored("requests.packages.urllib3.fields") + vendored("requests.packages.urllib3.filepost") + vendored("requests.packages.urllib3.packages") + vendored("requests.packages.urllib3.packages.ordered_dict") + vendored("requests.packages.urllib3.packages.six") + vendored("requests.packages.urllib3.packages.ssl_match_hostname") + vendored("requests.packages.urllib3.packages.ssl_match_hostname." + "_implementation") + vendored("requests.packages.urllib3.poolmanager") + vendored("requests.packages.urllib3.request") + vendored("requests.packages.urllib3.response") + vendored("requests.packages.urllib3.util") + vendored("requests.packages.urllib3.util.connection") + vendored("requests.packages.urllib3.util.request") + vendored("requests.packages.urllib3.util.response") + vendored("requests.packages.urllib3.util.retry") + vendored("requests.packages.urllib3.util.ssl_") + vendored("requests.packages.urllib3.util.timeout") + vendored("requests.packages.urllib3.util.url") + vendored("resolvelib") + vendored("rich") + vendored("rich.console") + vendored("rich.highlighter") + vendored("rich.logging") + vendored("rich.markup") + vendored("rich.progress") + vendored("rich.segment") + vendored("rich.style") + vendored("rich.text") + vendored("rich.traceback") + vendored("tenacity") + vendored("tomli") + vendored("truststore") + vendored("urllib3") diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..461b623d273780db3210cf1770981cdd47da0fb6 GIT binary patch literal 4727 zcmbW3OKjZ68OMjavrp|>wjO@T589GtuN`wO%knFVlPFTGpnjkQ+{AL41x1dul(|c0 zIBR>HW8D! z9XI0>@u0;MiJ(nRBy~KIB8i#xQJ9zQ42&RNt0=og9YUmSUTS!wb|R-IK0yiXQDYTyM2`rwl9-}Cdui^`Pj-aNb<*?#0Alh_vmpw-h*H+c|8@)Q)+Np;Ecdo zft$}8-k%ft^8&9ExLx4&0&ftwL*PzgyN3}TsCvP}tSm|P`9=dy-7+fd6^Rd%cjVP)P$t}#NZs;OkN zZyP2=F{+NClQ39wWT$M^OkJKNvStMWN_5$%RBB9}G>NQMbvcw+RkIGdY|YkH1|pcw z6+#^YZj+~|Rgr79!zfWJO7;g{=n9hGu1-3ZS!1MRRBVf~b8l;5oee4>uc&eOJ^KK> za0*B>%XLL zd0j_az_Er#8V1dEX{LSUy_|HcC!)E&5A(kfyAfv_BHbEsV|?uE@ikPz4Cndk!6l(O z>P4)hK?wCB8kf*T@LomN;uq0XsgOM9ran4!L-}an2IVUXyOS^>namfG@&jM?Le@`0 z4pvm=r%R=(S|O#9pDl$u2X<=Ov?f*4@sp;d@iy+%9Y0mE^ctj>pQMg$8q7~QgsF^C zzwMo1&&MdWXaW1#hL8vL^NmC&dN7WUCsl{|xJ*>t;X5S5^`c(9;6Qp6RYxlm+i;2w z)rwk~T2;%j%Y>4mT{CMH1cX%6U>I6=FTnnn?>JtZU3gLZ=tL2i}&uki(MyY&o1Hi z#EA4b-EsTmAFlqs{-A$;-(Pk;N)JEZjQR_Iy7c*_hg%o+4F5KMtLv#R}$b-&5_k7v&aAKkG#-sF` z|9Rena+{u_Od|iJ17-3{onXCictYLXIU=L4D_$KB90m9RLtT`ygZO*EJVY^$HNi9IxM%+K4Gr%RMLR*hM@{c$%mozdpHTmHutKE|NiziO9Kg7qXeu~PrEYsc9QpqSR@%}X>N|l-LVnMhAYisSg1?Pz4m~M+_S+LFp< zOxTx2CVo@F5bG@V+8f&#_%^P?I5B-F|uplKUbXvJohWYZ6 z{&&vLgk^YG9e7mY7ya$up#S-yJPjyYRoX*LhF8I zSr)f=CwM3&n%3SmLN@2tBH_Y-jMm-WHNx?oYPI!2C}vcMRco1dfey-;pXIg2gmVun zAEt&@c60onF9rCCyFQ?@F9e% zx3tEYJXK>g3ggg22|JJ zAcm8E3O)`YYUbVXv9U9y(RY3k9C|*Uv5e}M=oth;bR+z|NDnto@Kf|SApc}=egj_; zOL0k(p2U(8{`Wd0?fo9LeTUY4hq6mql<%0$EagzX{nqK5r*ECVdH(LmXQ%I-{_Om{ z^Y_OWw+$`kj?QMD<~pPi>FE)K^Giw8x$Sn}ox-PuP&=XZKo4vak>?qAU(dw5sS)9c|r-V=o=d3ZbLXvk=&u>Cr}+rz!Voy`#YJX{Do zLmoaF7=s=@5*Wukd^|7?d3Yc&PI&laV4U>utAWuJ7d?C^@C32Qc%{dZYe1tbGjm02+ J=rPF2{{sH>`py6V literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dd0fb78a1f1549549206064435ab484695a7aee6 GIT binary patch literal 41304 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 Vx#b6CCUUDBmm4iVXfVP3{{W6LYTf_< literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..98c5c6caac95f813398409a2ff5e5595eb52fb40 GIT binary patch literal 122072 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b93c4cf7c63428e5e8c0cc7c4528b8e9832f7405 GIT binary patch literal 2681 zcmaJ@O>7fK6rS~t?X}l-9FjmNNiaBt_<$`6Y7uSI(ioCLFsMMKx|LR2?_#f6uie=- zm90cF6%|w*3R0zT=mAcsf&;y@*Pbd>z2GLu=_-+0Q4YOD3cYaZo7vsip`oLA=FOWo zZ{NJ{{p8nZG>l+;e0uoeF9C#}(2X~I4#BPe0K@`PkizMx!sR)R(mvgn_rc2Rd2%`l(T8ZUj98v=$0=hz=t1sWj&cbjO z&&Pp|E8dpzs91VD?_O{)YaGk7v@p{ z5(2(0n5s3aURHHGNMEcOMcbb}{@#UYJ9^F{s$7|o4Fw)*hh;@^Y4Ag^lN+5CZ4HW%G4TGscK{{tH$Mwu6^q6 z52X*jmN7L;Jpg{cBo|dPQ`2f03B;5t$rLDl1qZ*3RH!KFTEmXQOX@YreFYf=!?wfE zOvBVdD>!`Z%#}0WOfQ_ib$SW!U5O2KV##(axfpx3H4Ud7Jk-WRH;a$)*gD)mn~
      Pl8dGt1`st_*P4KLsHE13W?EXI87x^=?Pw;`6ewW= zl?sv|*hy$a5~|h?o>NT|^3nEJs&&J%!!A5DbmGo8x}22H4$4m6+1P}OCVgNcK?bNQ zv8Y-S<$^kr0L}>f%nxA#7-M@@g#H`ioxz9WKaD@*eSLw}^s@kp40gm_ZE@G4INHiC zW8vD#D<`ivZtn-Ayl5UTrTiGSNb6M(2i zi_y{6iDer3JKA{1ZU3Y3$wzp{5`Je{?C*#pZE<8#9D9Vv{>ML)kp5fy=f8=;0(=W^ zfG0Ns6HIf5SFYxL)<#lze&c8wY!Tw~{2X77dK$XxoUa_~?mP;(agXk*8M@`Rd5c?83~g8J2mFiT-U@&#Vb3 z6zvG3ZDDkcNB$uY^$&G$vW=5>viD~1&ORLfapL=lCHy9w2*aJ=zIJfm9qZoQ-MOXU z;T0izU3)AH{{?IHvEam?El3izNs^#=1PGLRV%RuWHPn=k90K#2aj(Ot-BRQp5E?0| z?RHp_F4p0iDoKQlC7#m1cURHjRrLCwe0&w}eTt{n13b5T jJrd&L>%)v1Jb89SdKc0A%qi?2G>b6kS(t literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9e4d88ca39bf6346219b6ef70e32535e771fe059 GIT binary patch literal 6496 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 DkkT^y literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..094ebde59e0b6fe984f65e70b23cfc9febf5b63f GIT binary patch literal 16178 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..83354632ed17df3cd076f60177389016dd702a9e GIT binary patch literal 6726 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cabfeb700418a32a28a19f5e59ba3d5f5c3f5895 GIT binary patch literal 6440 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1aae90f736f3dbead39c450d62738bf3843883c8 GIT binary patch literal 1709 zcmaJ>-EZ4e6u&oi9LK5i)zEcq*}Aqc3@ip#piB%gLbZ=-5mLtku2AIKca539xYrpp za-|@F0BP^7_zOVgiGPDP)CXg!(h!;uZ6!Uh@5j7D4 z#Ni8+o3-8tpY)Q>}O7l%l{>rvRU{t zt5vrprT8bifCA%!?z&!}2bSj&B@@f{KKfv_)ws3VSi9Z48A}b%wvoZClsnnbjW%j{ zZh$@ehN=4j!c?7q-!g*KL&IPzPHiunc-YT1VK@ zZL5oL(-8Y9PIrcB%Hh#>6zqZ!_M`v~?fV1Z!VvDjQ1~1Yn(81kwC@NR5DFm-Ga(o9 zVK&VD2=|4)bw>=rC$zZ#TxKQ|_Xi#zID^BDbJl^vHC8fqzX^yCMUGB89^_8Y*Vd$63egxPg+7 zd4i~eZ0Z0PnZ3leGTSPQDeL`W^0f`j)S@ zD9!Y+n#MfHh58xReIMbvza39BMp_M@ryr2a+0?yR>)x(d|cT-=p4YRJ-&` zZROy(mEPT7i?fj^N41O5K-V$=Dj9cN)@x09+!tLU03McqfNtfqore@wlWuLS?}sK(0!BdxyLgt8l*w3XweEMQ0<~J0ebi!sy0_dd%u@lg$%yA^!Rmv8)kh0fAGA=v z9WR_oOV6Z@8y7}Mm`yci?H4bOsK;M%IwzQYjsJ&vGF$`~7<1uFpQj@^!6IPY^#i~& z3{TVTSbW>@%#MxT!I!DXzB6Q(ZV3k={7VFI@elCw6Y%aKSpJPGAM#62_?1Jxame2| zmVK&LqXCi>=RFY#z1eJv( o&yWPlOG$yD32^ReA~RG3wdJJ5P#H|uQ(s9H2vbidsV)utZ}*AY;Q#;t literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py new file mode 100644 index 00000000..2c84208a --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py @@ -0,0 +1,70 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import logging +from argparse import ArgumentParser +from typing import TYPE_CHECKING + +from pip._vendor import requests + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.cache import DictCache +from pip._vendor.cachecontrol.controller import logger + +if TYPE_CHECKING: + from argparse import Namespace + + from pip._vendor.cachecontrol.controller import CacheController + + +def setup_logging() -> None: + logger.setLevel(logging.DEBUG) + handler = logging.StreamHandler() + logger.addHandler(handler) + + +def get_session() -> requests.Session: + adapter = CacheControlAdapter( + DictCache(), cache_etags=True, serializer=None, heuristic=None + ) + sess = requests.Session() + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + sess.cache_controller = adapter.controller # type: ignore[attr-defined] + return sess + + +def get_args() -> Namespace: + parser = ArgumentParser() + parser.add_argument("url", help="The URL to try and cache") + return parser.parse_args() + + +def main() -> None: + args = get_args() + sess = get_session() + + # Make a request to get a response + resp = sess.get(args.url) + + # Turn on logging + setup_logging() + + # try setting the cache + cache_controller: CacheController = ( + sess.cache_controller # type: ignore[attr-defined] + ) + cache_controller.cache_response(resp.request, resp.raw) + + # Now try to get it + if cache_controller.cached_request(resp.request): + print("Cached!") + else: + print("Not cached :(") + + +if __name__ == "__main__": + main() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py new file mode 100644 index 00000000..3e83e308 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py @@ -0,0 +1,161 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import functools +import types +import zlib +from typing import TYPE_CHECKING, Any, Collection, Mapping + +from pip._vendor.requests.adapters import HTTPAdapter + +from pip._vendor.cachecontrol.cache import DictCache +from pip._vendor.cachecontrol.controller import PERMANENT_REDIRECT_STATUSES, CacheController +from pip._vendor.cachecontrol.filewrapper import CallbackFileWrapper + +if TYPE_CHECKING: + from pip._vendor.requests import PreparedRequest, Response + from pip._vendor.urllib3 import HTTPResponse + + from pip._vendor.cachecontrol.cache import BaseCache + from pip._vendor.cachecontrol.heuristics import BaseHeuristic + from pip._vendor.cachecontrol.serialize import Serializer + + +class CacheControlAdapter(HTTPAdapter): + invalidating_methods = {"PUT", "PATCH", "DELETE"} + + def __init__( + self, + cache: BaseCache | None = None, + cache_etags: bool = True, + controller_class: type[CacheController] | None = None, + serializer: Serializer | None = None, + heuristic: BaseHeuristic | None = None, + cacheable_methods: Collection[str] | None = None, + *args: Any, + **kw: Any, + ) -> None: + super().__init__(*args, **kw) + self.cache = DictCache() if cache is None else cache + self.heuristic = heuristic + self.cacheable_methods = cacheable_methods or ("GET",) + + controller_factory = controller_class or CacheController + self.controller = controller_factory( + self.cache, cache_etags=cache_etags, serializer=serializer + ) + + def send( + self, + request: PreparedRequest, + stream: bool = False, + timeout: None | float | tuple[float, float] | tuple[float, None] = None, + verify: bool | str = True, + cert: (None | bytes | str | tuple[bytes | str, bytes | str]) = None, + proxies: Mapping[str, str] | None = None, + cacheable_methods: Collection[str] | None = None, + ) -> Response: + """ + Send a request. Use the request information to see if it + exists in the cache and cache the response if we need to and can. + """ + cacheable = cacheable_methods or self.cacheable_methods + if request.method in cacheable: + try: + cached_response = self.controller.cached_request(request) + except zlib.error: + cached_response = None + if cached_response: + return self.build_response(request, cached_response, from_cache=True) + + # check for etags and add headers if appropriate + request.headers.update(self.controller.conditional_headers(request)) + + resp = super().send(request, stream, timeout, verify, cert, proxies) + + return resp + + def build_response( + self, + request: PreparedRequest, + response: HTTPResponse, + from_cache: bool = False, + cacheable_methods: Collection[str] | None = None, + ) -> Response: + """ + Build a response by making a request or using the cache. + + This will end up calling send and returning a potentially + cached response + """ + cacheable = cacheable_methods or self.cacheable_methods + if not from_cache and request.method in cacheable: + # Check for any heuristics that might update headers + # before trying to cache. + if self.heuristic: + response = self.heuristic.apply(response) + + # apply any expiration heuristics + if response.status == 304: + # We must have sent an ETag request. This could mean + # that we've been expired already or that we simply + # have an etag. In either case, we want to try and + # update the cache if that is the case. + cached_response = self.controller.update_cached_response( + request, response + ) + + if cached_response is not response: + from_cache = True + + # We are done with the server response, read a + # possible response body (compliant servers will + # not return one, but we cannot be 100% sure) and + # release the connection back to the pool. + response.read(decode_content=False) + response.release_conn() + + response = cached_response + + # We always cache the 301 responses + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + self.controller.cache_response(request, response) + else: + # Wrap the response file with a wrapper that will cache the + # response when the stream has been consumed. + response._fp = CallbackFileWrapper( # type: ignore[attr-defined] + response._fp, # type: ignore[attr-defined] + functools.partial( + self.controller.cache_response, request, response + ), + ) + if response.chunked: + super_update_chunk_length = response._update_chunk_length # type: ignore[attr-defined] + + def _update_chunk_length(self: HTTPResponse) -> None: + super_update_chunk_length() + if self.chunk_left == 0: + self._fp._close() # type: ignore[attr-defined] + + response._update_chunk_length = types.MethodType( # type: ignore[attr-defined] + _update_chunk_length, response + ) + + resp: Response = super().build_response(request, response) # type: ignore[no-untyped-call] + + # See if we should invalidate the cache. + if request.method in self.invalidating_methods and resp.ok: + assert request.url is not None + cache_url = self.controller.cache_url(request.url) + self.cache.delete(cache_url) + + # Give the request a from_cache attr to let people use it + resp.from_cache = from_cache # type: ignore[attr-defined] + + return resp + + def close(self) -> None: + self.cache.close() + super().close() # type: ignore[no-untyped-call] diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py new file mode 100644 index 00000000..3293b005 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py @@ -0,0 +1,74 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The cache object API for implementing caches. The default is a thread +safe in-memory dictionary. +""" +from __future__ import annotations + +from threading import Lock +from typing import IO, TYPE_CHECKING, MutableMapping + +if TYPE_CHECKING: + from datetime import datetime + + +class BaseCache: + def get(self, key: str) -> bytes | None: + raise NotImplementedError() + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + raise NotImplementedError() + + def delete(self, key: str) -> None: + raise NotImplementedError() + + def close(self) -> None: + pass + + +class DictCache(BaseCache): + def __init__(self, init_dict: MutableMapping[str, bytes] | None = None) -> None: + self.lock = Lock() + self.data = init_dict or {} + + def get(self, key: str) -> bytes | None: + return self.data.get(key, None) + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + with self.lock: + self.data.update({key: value}) + + def delete(self, key: str) -> None: + with self.lock: + if key in self.data: + self.data.pop(key) + + +class SeparateBodyBaseCache(BaseCache): + """ + In this variant, the body is not stored mixed in with the metadata, but is + passed in (as a bytes-like object) in a separate call to ``set_body()``. + + That is, the expected interaction pattern is:: + + cache.set(key, serialized_metadata) + cache.set_body(key) + + Similarly, the body should be loaded separately via ``get_body()``. + """ + + def set_body(self, key: str, body: bytes) -> None: + raise NotImplementedError() + + def get_body(self, key: str) -> IO[bytes] | None: + """ + Return the body as file-like object. + """ + raise NotImplementedError() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py new file mode 100644 index 00000000..24ff469f --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from pip._vendor.cachecontrol.caches.file_cache import FileCache, SeparateBodyFileCache +from pip._vendor.cachecontrol.caches.redis_cache import RedisCache + +__all__ = ["FileCache", "SeparateBodyFileCache", "RedisCache"] diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..48a3b7643aad32c1ee355cb4faee215b8377b965 GIT binary patch literal 470 zcmah`Jx{|h5Vez(LPRHo#7`ig<^-&$Ly_2E03o3;SRr;Bt4?g$DN;s$05dxqzlDDg zi3KJ$qz*`(u-ou8al_NSv){ct-BYg@A{$pHTO+^-y*lz0UYpFeZE}w&qFA5;C%Etu z4?FG&zX*~5qcNiX15P@15Ov<1Eb^MQV=mZHn&qt7JZCD^X~l+;*5Bm_H{lth+$=st zzV@w92M#(GPNS7(M{yOC8&*=Op>O|Kk8=pKb3Z_t;|_9T|!bJ z2zf*^OVRueE)3HKQe!O@H(+!IS*~R%jmnv3pr&G4@cy5gp%YMbmCF+B$TuMPb;}Rp zy?rpeVttinlXT1s*cqYS41RC6BnAlKC9epHRXtxlEF_%@Hqh&KI(sK%HY~jR7~_u+ R;Y<9ChA-jZwyWJaKLH#%jMo4F literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e2ee8618e7dfa203e0092c55ecfad28ce9cd00c9 GIT binary patch literal 7745 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py new file mode 100644 index 00000000..1fd28013 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py @@ -0,0 +1,181 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import hashlib +import os +from textwrap import dedent +from typing import IO, TYPE_CHECKING + +from pip._vendor.cachecontrol.cache import BaseCache, SeparateBodyBaseCache +from pip._vendor.cachecontrol.controller import CacheController + +if TYPE_CHECKING: + from datetime import datetime + + from filelock import BaseFileLock + + +def _secure_open_write(filename: str, fmode: int) -> IO[bytes]: + # We only want to write to this file, so open it in write only mode + flags = os.O_WRONLY + + # os.O_CREAT | os.O_EXCL will fail if the file already exists, so we only + # will open *new* files. + # We specify this because we want to ensure that the mode we pass is the + # mode of the file. + flags |= os.O_CREAT | os.O_EXCL + + # Do not follow symlinks to prevent someone from making a symlink that + # we follow and insecurely open a cache file. + if hasattr(os, "O_NOFOLLOW"): + flags |= os.O_NOFOLLOW + + # On Windows we'll mark this file as binary + if hasattr(os, "O_BINARY"): + flags |= os.O_BINARY + + # Before we open our file, we want to delete any existing file that is + # there + try: + os.remove(filename) + except OSError: + # The file must not exist already, so we can just skip ahead to opening + pass + + # Open our file, the use of os.O_CREAT | os.O_EXCL will ensure that if a + # race condition happens between the os.remove and this line, that an + # error will be raised. Because we utilize a lockfile this should only + # happen if someone is attempting to attack us. + fd = os.open(filename, flags, fmode) + try: + return os.fdopen(fd, "wb") + + except: + # An error occurred wrapping our FD in a file object + os.close(fd) + raise + + +class _FileCacheMixin: + """Shared implementation for both FileCache variants.""" + + def __init__( + self, + directory: str, + forever: bool = False, + filemode: int = 0o0600, + dirmode: int = 0o0700, + lock_class: type[BaseFileLock] | None = None, + ) -> None: + try: + if lock_class is None: + from filelock import FileLock + + lock_class = FileLock + except ImportError: + notice = dedent( + """ + NOTE: In order to use the FileCache you must have + filelock installed. You can install it via pip: + pip install filelock + """ + ) + raise ImportError(notice) + + self.directory = directory + self.forever = forever + self.filemode = filemode + self.dirmode = dirmode + self.lock_class = lock_class + + @staticmethod + def encode(x: str) -> str: + return hashlib.sha224(x.encode()).hexdigest() + + def _fn(self, name: str) -> str: + # NOTE: This method should not change as some may depend on it. + # See: https://github.com/ionrock/cachecontrol/issues/63 + hashed = self.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> bytes | None: + name = self._fn(key) + try: + with open(name, "rb") as fh: + return fh.read() + + except FileNotFoundError: + return None + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + name = self._fn(key) + self._write(name, value) + + def _write(self, path: str, data: bytes) -> None: + """ + Safely write the data to the given path. + """ + # Make sure the directory exists + try: + os.makedirs(os.path.dirname(path), self.dirmode) + except OSError: + pass + + with self.lock_class(path + ".lock"): + # Write our actual file + with _secure_open_write(path, self.filemode) as fh: + fh.write(data) + + def _delete(self, key: str, suffix: str) -> None: + name = self._fn(key) + suffix + if not self.forever: + try: + os.remove(name) + except FileNotFoundError: + pass + + +class FileCache(_FileCacheMixin, BaseCache): + """ + Traditional FileCache: body is stored in memory, so not suitable for large + downloads. + """ + + def delete(self, key: str) -> None: + self._delete(key, "") + + +class SeparateBodyFileCache(_FileCacheMixin, SeparateBodyBaseCache): + """ + Memory-efficient FileCache: body is stored in a separate file, reducing + peak memory usage. + """ + + def get_body(self, key: str) -> IO[bytes] | None: + name = self._fn(key) + ".body" + try: + return open(name, "rb") + except FileNotFoundError: + return None + + def set_body(self, key: str, body: bytes) -> None: + name = self._fn(key) + ".body" + self._write(name, body) + + def delete(self, key: str) -> None: + self._delete(key, "") + self._delete(key, ".body") + + +def url_to_file_path(url: str, filecache: FileCache) -> str: + """Return the file cache path based on the URL. + + This does not ensure the file exists! + """ + key = CacheController.cache_url(url) + return filecache._fn(key) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py new file mode 100644 index 00000000..f4f68c47 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py @@ -0,0 +1,48 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + + +from datetime import datetime, timezone +from typing import TYPE_CHECKING + +from pip._vendor.cachecontrol.cache import BaseCache + +if TYPE_CHECKING: + from redis import Redis + + +class RedisCache(BaseCache): + def __init__(self, conn: Redis[bytes]) -> None: + self.conn = conn + + def get(self, key: str) -> bytes | None: + return self.conn.get(key) + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + if not expires: + self.conn.set(key, value) + elif isinstance(expires, datetime): + now_utc = datetime.now(timezone.utc) + if expires.tzinfo is None: + now_utc = now_utc.replace(tzinfo=None) + delta = expires - now_utc + self.conn.setex(key, int(delta.total_seconds()), value) + else: + self.conn.setex(key, expires, value) + + def delete(self, key: str) -> None: + self.conn.delete(key) + + def clear(self) -> None: + """Helper for clearing all the keys in a database. Use with + caution!""" + for key in self.conn.keys(): + self.conn.delete(key) + + def close(self) -> None: + """Redis uses connection pooling, no need to close the connection.""" + pass diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py new file mode 100644 index 00000000..586b9f97 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py @@ -0,0 +1,494 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The httplib2 algorithms ported for use with requests. +""" +from __future__ import annotations + +import calendar +import logging +import re +import time +from email.utils import parsedate_tz +from typing import TYPE_CHECKING, Collection, Mapping + +from pip._vendor.requests.structures import CaseInsensitiveDict + +from pip._vendor.cachecontrol.cache import DictCache, SeparateBodyBaseCache +from pip._vendor.cachecontrol.serialize import Serializer + +if TYPE_CHECKING: + from typing import Literal + + from pip._vendor.requests import PreparedRequest + from pip._vendor.urllib3 import HTTPResponse + + from pip._vendor.cachecontrol.cache import BaseCache + +logger = logging.getLogger(__name__) + +URI = re.compile(r"^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?") + +PERMANENT_REDIRECT_STATUSES = (301, 308) + + +def parse_uri(uri: str) -> tuple[str, str, str, str, str]: + """Parses a URI using the regex given in Appendix B of RFC 3986. + + (scheme, authority, path, query, fragment) = parse_uri(uri) + """ + match = URI.match(uri) + assert match is not None + groups = match.groups() + return (groups[1], groups[3], groups[4], groups[6], groups[8]) + + +class CacheController: + """An interface to see if request should cached or not.""" + + def __init__( + self, + cache: BaseCache | None = None, + cache_etags: bool = True, + serializer: Serializer | None = None, + status_codes: Collection[int] | None = None, + ): + self.cache = DictCache() if cache is None else cache + self.cache_etags = cache_etags + self.serializer = serializer or Serializer() + self.cacheable_status_codes = status_codes or (200, 203, 300, 301, 308) + + @classmethod + def _urlnorm(cls, uri: str) -> str: + """Normalize the URL to create a safe key for the cache""" + (scheme, authority, path, query, fragment) = parse_uri(uri) + if not scheme or not authority: + raise Exception("Only absolute URIs are allowed. uri = %s" % uri) + + scheme = scheme.lower() + authority = authority.lower() + + if not path: + path = "/" + + # Could do syntax based normalization of the URI before + # computing the digest. See Section 6.2.2 of Std 66. + request_uri = query and "?".join([path, query]) or path + defrag_uri = scheme + "://" + authority + request_uri + + return defrag_uri + + @classmethod + def cache_url(cls, uri: str) -> str: + return cls._urlnorm(uri) + + def parse_cache_control(self, headers: Mapping[str, str]) -> dict[str, int | None]: + known_directives = { + # https://tools.ietf.org/html/rfc7234#section-5.2 + "max-age": (int, True), + "max-stale": (int, False), + "min-fresh": (int, True), + "no-cache": (None, False), + "no-store": (None, False), + "no-transform": (None, False), + "only-if-cached": (None, False), + "must-revalidate": (None, False), + "public": (None, False), + "private": (None, False), + "proxy-revalidate": (None, False), + "s-maxage": (int, True), + } + + cc_headers = headers.get("cache-control", headers.get("Cache-Control", "")) + + retval: dict[str, int | None] = {} + + for cc_directive in cc_headers.split(","): + if not cc_directive.strip(): + continue + + parts = cc_directive.split("=", 1) + directive = parts[0].strip() + + try: + typ, required = known_directives[directive] + except KeyError: + logger.debug("Ignoring unknown cache-control directive: %s", directive) + continue + + if not typ or not required: + retval[directive] = None + if typ: + try: + retval[directive] = typ(parts[1].strip()) + except IndexError: + if required: + logger.debug( + "Missing value for cache-control " "directive: %s", + directive, + ) + except ValueError: + logger.debug( + "Invalid value for cache-control directive " "%s, must be %s", + directive, + typ.__name__, + ) + + return retval + + def _load_from_cache(self, request: PreparedRequest) -> HTTPResponse | None: + """ + Load a cached response, or return None if it's not available. + """ + cache_url = request.url + assert cache_url is not None + cache_data = self.cache.get(cache_url) + if cache_data is None: + logger.debug("No cache entry available") + return None + + if isinstance(self.cache, SeparateBodyBaseCache): + body_file = self.cache.get_body(cache_url) + else: + body_file = None + + result = self.serializer.loads(request, cache_data, body_file) + if result is None: + logger.warning("Cache entry deserialization failed, entry ignored") + return result + + def cached_request(self, request: PreparedRequest) -> HTTPResponse | Literal[False]: + """ + Return a cached response if it exists in the cache, otherwise + return False. + """ + assert request.url is not None + cache_url = self.cache_url(request.url) + logger.debug('Looking up "%s" in the cache', cache_url) + cc = self.parse_cache_control(request.headers) + + # Bail out if the request insists on fresh data + if "no-cache" in cc: + logger.debug('Request header has "no-cache", cache bypassed') + return False + + if "max-age" in cc and cc["max-age"] == 0: + logger.debug('Request header has "max_age" as 0, cache bypassed') + return False + + # Check whether we can load the response from the cache: + resp = self._load_from_cache(request) + if not resp: + return False + + # If we have a cached permanent redirect, return it immediately. We + # don't need to test our response for other headers b/c it is + # intrinsically "cacheable" as it is Permanent. + # + # See: + # https://tools.ietf.org/html/rfc7231#section-6.4.2 + # + # Client can try to refresh the value by repeating the request + # with cache busting headers as usual (ie no-cache). + if int(resp.status) in PERMANENT_REDIRECT_STATUSES: + msg = ( + "Returning cached permanent redirect response " + "(ignoring date and etag information)" + ) + logger.debug(msg) + return resp + + headers: CaseInsensitiveDict[str] = CaseInsensitiveDict(resp.headers) + if not headers or "date" not in headers: + if "etag" not in headers: + # Without date or etag, the cached response can never be used + # and should be deleted. + logger.debug("Purging cached response: no date or etag") + self.cache.delete(cache_url) + logger.debug("Ignoring cached response: no date") + return False + + now = time.time() + time_tuple = parsedate_tz(headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + current_age = max(0, now - date) + logger.debug("Current age based on date: %i", current_age) + + # TODO: There is an assumption that the result will be a + # urllib3 response object. This may not be best since we + # could probably avoid instantiating or constructing the + # response until we know we need it. + resp_cc = self.parse_cache_control(headers) + + # determine freshness + freshness_lifetime = 0 + + # Check the max-age pragma in the cache control header + max_age = resp_cc.get("max-age") + if max_age is not None: + freshness_lifetime = max_age + logger.debug("Freshness lifetime from max-age: %i", freshness_lifetime) + + # If there isn't a max-age, check for an expires header + elif "expires" in headers: + expires = parsedate_tz(headers["expires"]) + if expires is not None: + expire_time = calendar.timegm(expires[:6]) - date + freshness_lifetime = max(0, expire_time) + logger.debug("Freshness lifetime from expires: %i", freshness_lifetime) + + # Determine if we are setting freshness limit in the + # request. Note, this overrides what was in the response. + max_age = cc.get("max-age") + if max_age is not None: + freshness_lifetime = max_age + logger.debug( + "Freshness lifetime from request max-age: %i", freshness_lifetime + ) + + min_fresh = cc.get("min-fresh") + if min_fresh is not None: + # adjust our current age by our min fresh + current_age += min_fresh + logger.debug("Adjusted current age from min-fresh: %i", current_age) + + # Return entry if it is fresh enough + if freshness_lifetime > current_age: + logger.debug('The response is "fresh", returning cached response') + logger.debug("%i > %i", freshness_lifetime, current_age) + return resp + + # we're not fresh. If we don't have an Etag, clear it out + if "etag" not in headers: + logger.debug('The cached response is "stale" with no etag, purging') + self.cache.delete(cache_url) + + # return the original handler + return False + + def conditional_headers(self, request: PreparedRequest) -> dict[str, str]: + resp = self._load_from_cache(request) + new_headers = {} + + if resp: + headers: CaseInsensitiveDict[str] = CaseInsensitiveDict(resp.headers) + + if "etag" in headers: + new_headers["If-None-Match"] = headers["ETag"] + + if "last-modified" in headers: + new_headers["If-Modified-Since"] = headers["Last-Modified"] + + return new_headers + + def _cache_set( + self, + cache_url: str, + request: PreparedRequest, + response: HTTPResponse, + body: bytes | None = None, + expires_time: int | None = None, + ) -> None: + """ + Store the data in the cache. + """ + if isinstance(self.cache, SeparateBodyBaseCache): + # We pass in the body separately; just put a placeholder empty + # string in the metadata. + self.cache.set( + cache_url, + self.serializer.dumps(request, response, b""), + expires=expires_time, + ) + # body is None can happen when, for example, we're only updating + # headers, as is the case in update_cached_response(). + if body is not None: + self.cache.set_body(cache_url, body) + else: + self.cache.set( + cache_url, + self.serializer.dumps(request, response, body), + expires=expires_time, + ) + + def cache_response( + self, + request: PreparedRequest, + response: HTTPResponse, + body: bytes | None = None, + status_codes: Collection[int] | None = None, + ) -> None: + """ + Algorithm for caching requests. + + This assumes a requests Response object. + """ + # From httplib2: Don't cache 206's since we aren't going to + # handle byte range requests + cacheable_status_codes = status_codes or self.cacheable_status_codes + if response.status not in cacheable_status_codes: + logger.debug( + "Status code %s not in %s", response.status, cacheable_status_codes + ) + return + + response_headers: CaseInsensitiveDict[str] = CaseInsensitiveDict( + response.headers + ) + + if "date" in response_headers: + time_tuple = parsedate_tz(response_headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + else: + date = 0 + + # If we've been given a body, our response has a Content-Length, that + # Content-Length is valid then we can check to see if the body we've + # been given matches the expected size, and if it doesn't we'll just + # skip trying to cache it. + if ( + body is not None + and "content-length" in response_headers + and response_headers["content-length"].isdigit() + and int(response_headers["content-length"]) != len(body) + ): + return + + cc_req = self.parse_cache_control(request.headers) + cc = self.parse_cache_control(response_headers) + + assert request.url is not None + cache_url = self.cache_url(request.url) + logger.debug('Updating cache with response from "%s"', cache_url) + + # Delete it from the cache if we happen to have it stored there + no_store = False + if "no-store" in cc: + no_store = True + logger.debug('Response header has "no-store"') + if "no-store" in cc_req: + no_store = True + logger.debug('Request header has "no-store"') + if no_store and self.cache.get(cache_url): + logger.debug('Purging existing cache entry to honor "no-store"') + self.cache.delete(cache_url) + if no_store: + return + + # https://tools.ietf.org/html/rfc7234#section-4.1: + # A Vary header field-value of "*" always fails to match. + # Storing such a response leads to a deserialization warning + # during cache lookup and is not allowed to ever be served, + # so storing it can be avoided. + if "*" in response_headers.get("vary", ""): + logger.debug('Response header has "Vary: *"') + return + + # If we've been given an etag, then keep the response + if self.cache_etags and "etag" in response_headers: + expires_time = 0 + if response_headers.get("expires"): + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires[:6]) - date + + expires_time = max(expires_time, 14 * 86400) + + logger.debug(f"etag object cached for {expires_time} seconds") + logger.debug("Caching due to etag") + self._cache_set(cache_url, request, response, body, expires_time) + + # Add to the cache any permanent redirects. We do this before looking + # that the Date headers. + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + logger.debug("Caching permanent redirect") + self._cache_set(cache_url, request, response, b"") + + # Add to the cache if the response headers demand it. If there + # is no date header then we can't do anything about expiring + # the cache. + elif "date" in response_headers: + time_tuple = parsedate_tz(response_headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + # cache when there is a max-age > 0 + max_age = cc.get("max-age") + if max_age is not None and max_age > 0: + logger.debug("Caching b/c date exists and max-age > 0") + expires_time = max_age + self._cache_set( + cache_url, + request, + response, + body, + expires_time, + ) + + # If the request can expire, it means we should cache it + # in the meantime. + elif "expires" in response_headers: + if response_headers["expires"]: + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires[:6]) - date + else: + expires_time = None + + logger.debug( + "Caching b/c of expires header. expires in {} seconds".format( + expires_time + ) + ) + self._cache_set( + cache_url, + request, + response, + body, + expires_time, + ) + + def update_cached_response( + self, request: PreparedRequest, response: HTTPResponse + ) -> HTTPResponse: + """On a 304 we will get a new set of headers that we want to + update our cached value with, assuming we have one. + + This should only ever be called when we've sent an ETag and + gotten a 304 as the response. + """ + assert request.url is not None + cache_url = self.cache_url(request.url) + cached_response = self._load_from_cache(request) + + if not cached_response: + # we didn't have a cached response + return response + + # Lets update our headers with the headers from the new request: + # http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-26#section-4.1 + # + # The server isn't supposed to send headers that would make + # the cached body invalid. But... just in case, we'll be sure + # to strip out ones we know that might be problmatic due to + # typical assumptions. + excluded_headers = ["content-length"] + + cached_response.headers.update( + { + k: v + for k, v in response.headers.items() # type: ignore[no-untyped-call] + if k.lower() not in excluded_headers + } + ) + + # we want a 200 b/c we have content via the cache + cached_response.status = 200 + + # update our cache + self._cache_set(cache_url, request, cached_response) + + return cached_response diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100644 index 00000000..25143902 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py @@ -0,0 +1,119 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import mmap +from tempfile import NamedTemporaryFile +from typing import TYPE_CHECKING, Any, Callable + +if TYPE_CHECKING: + from http.client import HTTPResponse + + +class CallbackFileWrapper: + """ + Small wrapper around a fp object which will tee everything read into a + buffer, and when that file is closed it will execute a callback with the + contents of that buffer. + + All attributes are proxied to the underlying file object. + + This class uses members with a double underscore (__) leading prefix so as + not to accidentally shadow an attribute. + + The data is stored in a temporary file until it is all available. As long + as the temporary files directory is disk-based (sometimes it's a + memory-backed-``tmpfs`` on Linux), data will be unloaded to disk if memory + pressure is high. For small files the disk usually won't be used at all, + it'll all be in the filesystem memory cache, so there should be no + performance impact. + """ + + def __init__( + self, fp: HTTPResponse, callback: Callable[[bytes], None] | None + ) -> None: + self.__buf = NamedTemporaryFile("rb+", delete=True) + self.__fp = fp + self.__callback = callback + + def __getattr__(self, name: str) -> Any: + # The vaguaries of garbage collection means that self.__fp is + # not always set. By using __getattribute__ and the private + # name[0] allows looking up the attribute value and raising an + # AttributeError when it doesn't exist. This stop thigns from + # infinitely recursing calls to getattr in the case where + # self.__fp hasn't been set. + # + # [0] https://docs.python.org/2/reference/expressions.html#atom-identifiers + fp = self.__getattribute__("_CallbackFileWrapper__fp") + return getattr(fp, name) + + def __is_fp_closed(self) -> bool: + try: + return self.__fp.fp is None + + except AttributeError: + pass + + try: + closed: bool = self.__fp.closed + return closed + + except AttributeError: + pass + + # We just don't cache it then. + # TODO: Add some logging here... + return False + + def _close(self) -> None: + if self.__callback: + if self.__buf.tell() == 0: + # Empty file: + result = b"" + else: + # Return the data without actually loading it into memory, + # relying on Python's buffer API and mmap(). mmap() just gives + # a view directly into the filesystem's memory cache, so it + # doesn't result in duplicate memory use. + self.__buf.seek(0, 0) + result = memoryview( + mmap.mmap(self.__buf.fileno(), 0, access=mmap.ACCESS_READ) + ) + self.__callback(result) + + # We assign this to None here, because otherwise we can get into + # really tricky problems where the CPython interpreter dead locks + # because the callback is holding a reference to something which + # has a __del__ method. Setting this to None breaks the cycle + # and allows the garbage collector to do it's thing normally. + self.__callback = None + + # Closing the temporary file releases memory and frees disk space. + # Important when caching big files. + self.__buf.close() + + def read(self, amt: int | None = None) -> bytes: + data: bytes = self.__fp.read(amt) + if data: + # We may be dealing with b'', a sign that things are over: + # it's passed e.g. after we've already closed self.__buf. + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data + + def _safe_read(self, amt: int) -> bytes: + data: bytes = self.__fp._safe_read(amt) # type: ignore[attr-defined] + if amt == 2 and data == b"\r\n": + # urllib executes this read to toss the CRLF at the end + # of the chunk. + return data + + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100644 index 00000000..b9d72ca4 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py @@ -0,0 +1,154 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import calendar +import time +from datetime import datetime, timedelta, timezone +from email.utils import formatdate, parsedate, parsedate_tz +from typing import TYPE_CHECKING, Any, Mapping + +if TYPE_CHECKING: + from pip._vendor.urllib3 import HTTPResponse + +TIME_FMT = "%a, %d %b %Y %H:%M:%S GMT" + + +def expire_after(delta: timedelta, date: datetime | None = None) -> datetime: + date = date or datetime.now(timezone.utc) + return date + delta + + +def datetime_to_header(dt: datetime) -> str: + return formatdate(calendar.timegm(dt.timetuple())) + + +class BaseHeuristic: + def warning(self, response: HTTPResponse) -> str | None: + """ + Return a valid 1xx warning header value describing the cache + adjustments. + + The response is provided too allow warnings like 113 + http://tools.ietf.org/html/rfc7234#section-5.5.4 where we need + to explicitly say response is over 24 hours old. + """ + return '110 - "Response is Stale"' + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + """Update the response headers with any new headers. + + NOTE: This SHOULD always include some Warning header to + signify that the response was cached by the client, not + by way of the provided headers. + """ + return {} + + def apply(self, response: HTTPResponse) -> HTTPResponse: + updated_headers = self.update_headers(response) + + if updated_headers: + response.headers.update(updated_headers) + warning_header_value = self.warning(response) + if warning_header_value is not None: + response.headers.update({"Warning": warning_header_value}) + + return response + + +class OneDayCache(BaseHeuristic): + """ + Cache the response by providing an expires 1 day in the + future. + """ + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + headers = {} + + if "expires" not in response.headers: + date = parsedate(response.headers["date"]) + expires = expire_after(timedelta(days=1), date=datetime(*date[:6], tzinfo=timezone.utc)) # type: ignore[misc] + headers["expires"] = datetime_to_header(expires) + headers["cache-control"] = "public" + return headers + + +class ExpiresAfter(BaseHeuristic): + """ + Cache **all** requests for a defined time period. + """ + + def __init__(self, **kw: Any) -> None: + self.delta = timedelta(**kw) + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + expires = expire_after(self.delta) + return {"expires": datetime_to_header(expires), "cache-control": "public"} + + def warning(self, response: HTTPResponse) -> str | None: + tmpl = "110 - Automatically cached for %s. Response might be stale" + return tmpl % self.delta + + +class LastModified(BaseHeuristic): + """ + If there is no Expires header already, fall back on Last-Modified + using the heuristic from + http://tools.ietf.org/html/rfc7234#section-4.2.2 + to calculate a reasonable value. + + Firefox also does something like this per + https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching_FAQ + http://lxr.mozilla.org/mozilla-release/source/netwerk/protocol/http/nsHttpResponseHead.cpp#397 + Unlike mozilla we limit this to 24-hr. + """ + + cacheable_by_default_statuses = { + 200, + 203, + 204, + 206, + 300, + 301, + 404, + 405, + 410, + 414, + 501, + } + + def update_headers(self, resp: HTTPResponse) -> dict[str, str]: + headers: Mapping[str, str] = resp.headers + + if "expires" in headers: + return {} + + if "cache-control" in headers and headers["cache-control"] != "public": + return {} + + if resp.status not in self.cacheable_by_default_statuses: + return {} + + if "date" not in headers or "last-modified" not in headers: + return {} + + time_tuple = parsedate_tz(headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + last_modified = parsedate(headers["last-modified"]) + if last_modified is None: + return {} + + now = time.time() + current_age = max(0, now - date) + delta = date - calendar.timegm(last_modified) + freshness_lifetime = max(0, min(delta / 10, 24 * 3600)) + if freshness_lifetime <= current_age: + return {} + + expires = date + freshness_lifetime + return {"expires": time.strftime(TIME_FMT, time.gmtime(expires))} + + def warning(self, resp: HTTPResponse) -> str | None: + return None diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/py.typed b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py new file mode 100644 index 00000000..f9e967c3 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py @@ -0,0 +1,206 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import io +from typing import IO, TYPE_CHECKING, Any, Mapping, cast + +from pip._vendor import msgpack +from pip._vendor.requests.structures import CaseInsensitiveDict +from pip._vendor.urllib3 import HTTPResponse + +if TYPE_CHECKING: + from pip._vendor.requests import PreparedRequest + + +class Serializer: + serde_version = "4" + + def dumps( + self, + request: PreparedRequest, + response: HTTPResponse, + body: bytes | None = None, + ) -> bytes: + response_headers: CaseInsensitiveDict[str] = CaseInsensitiveDict( + response.headers + ) + + if body is None: + # When a body isn't passed in, we'll read the response. We + # also update the response with a new file handler to be + # sure it acts as though it was never read. + body = response.read(decode_content=False) + response._fp = io.BytesIO(body) # type: ignore[attr-defined] + response.length_remaining = len(body) + + data = { + "response": { + "body": body, # Empty bytestring if body is stored separately + "headers": {str(k): str(v) for k, v in response.headers.items()}, # type: ignore[no-untyped-call] + "status": response.status, + "version": response.version, + "reason": str(response.reason), + "decode_content": response.decode_content, + } + } + + # Construct our vary headers + data["vary"] = {} + if "vary" in response_headers: + varied_headers = response_headers["vary"].split(",") + for header in varied_headers: + header = str(header).strip() + header_value = request.headers.get(header, None) + if header_value is not None: + header_value = str(header_value) + data["vary"][header] = header_value + + return b",".join([f"cc={self.serde_version}".encode(), self.serialize(data)]) + + def serialize(self, data: dict[str, Any]) -> bytes: + return cast(bytes, msgpack.dumps(data, use_bin_type=True)) + + def loads( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + # Short circuit if we've been given an empty set of data + if not data: + return None + + # Determine what version of the serializer the data was serialized + # with + try: + ver, data = data.split(b",", 1) + except ValueError: + ver = b"cc=0" + + # Make sure that our "ver" is actually a version and isn't a false + # positive from a , being in the data stream. + if ver[:3] != b"cc=": + data = ver + data + ver = b"cc=0" + + # Get the version number out of the cc=N + verstr = ver.split(b"=", 1)[-1].decode("ascii") + + # Dispatch to the actual load method for the given version + try: + return getattr(self, f"_loads_v{verstr}")(request, data, body_file) # type: ignore[no-any-return] + + except AttributeError: + # This is a version we don't have a loads function for, so we'll + # just treat it as a miss and return None + return None + + def prepare_response( + self, + request: PreparedRequest, + cached: Mapping[str, Any], + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + """Verify our vary headers match and construct a real urllib3 + HTTPResponse object. + """ + # Special case the '*' Vary value as it means we cannot actually + # determine if the cached response is suitable for this request. + # This case is also handled in the controller code when creating + # a cache entry, but is left here for backwards compatibility. + if "*" in cached.get("vary", {}): + return None + + # Ensure that the Vary headers for the cached response match our + # request + for header, value in cached.get("vary", {}).items(): + if request.headers.get(header, None) != value: + return None + + body_raw = cached["response"].pop("body") + + headers: CaseInsensitiveDict[str] = CaseInsensitiveDict( + data=cached["response"]["headers"] + ) + if headers.get("transfer-encoding", "") == "chunked": + headers.pop("transfer-encoding") + + cached["response"]["headers"] = headers + + try: + body: IO[bytes] + if body_file is None: + body = io.BytesIO(body_raw) + else: + body = body_file + except TypeError: + # This can happen if cachecontrol serialized to v1 format (pickle) + # using Python 2. A Python 2 str(byte string) will be unpickled as + # a Python 3 str (unicode string), which will cause the above to + # fail with: + # + # TypeError: 'str' does not support the buffer interface + body = io.BytesIO(body_raw.encode("utf8")) + + # Discard any `strict` parameter serialized by older version of cachecontrol. + cached["response"].pop("strict", None) + + return HTTPResponse(body=body, preload_content=False, **cached["response"]) + + def _loads_v0( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> None: + # The original legacy cache data. This doesn't contain enough + # information to construct everything we need, so we'll treat this as + # a miss. + return None + + def _loads_v1( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + # The "v1" pickled cache format. This is no longer supported + # for security reasons, so we treat it as a miss. + return None + + def _loads_v2( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + # The "v2" compressed base64 cache format. + # This has been removed due to age and poor size/performance + # characteristics, so we treat it as a miss. + return None + + def _loads_v3( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> None: + # Due to Python 2 encoding issues, it's impossible to know for sure + # exactly how to load v3 entries, thus we'll treat these as a miss so + # that they get rewritten out as v4 entries. + return None + + def _loads_v4( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + try: + cached = msgpack.loads(data, raw=False) + except ValueError: + return None + + return self.prepare_response(request, cached, body_file) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100644 index 00000000..f618bc36 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py @@ -0,0 +1,43 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +from typing import TYPE_CHECKING, Collection + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.cache import DictCache + +if TYPE_CHECKING: + from pip._vendor import requests + + from pip._vendor.cachecontrol.cache import BaseCache + from pip._vendor.cachecontrol.controller import CacheController + from pip._vendor.cachecontrol.heuristics import BaseHeuristic + from pip._vendor.cachecontrol.serialize import Serializer + + +def CacheControl( + sess: requests.Session, + cache: BaseCache | None = None, + cache_etags: bool = True, + serializer: Serializer | None = None, + heuristic: BaseHeuristic | None = None, + controller_class: type[CacheController] | None = None, + adapter_class: type[CacheControlAdapter] | None = None, + cacheable_methods: Collection[str] | None = None, +) -> requests.Session: + cache = DictCache() if cache is None else cache + adapter_class = adapter_class or CacheControlAdapter + adapter = adapter_class( + cache, + cache_etags=cache_etags, + serializer=serializer, + heuristic=heuristic, + controller_class=controller_class, + cacheable_methods=cacheable_methods, + ) + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + return sess diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py new file mode 100644 index 00000000..8ce89cef --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py @@ -0,0 +1,4 @@ +from .core import contents, where + +__all__ = ["contents", "where"] +__version__ = "2023.07.22" diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py new file mode 100644 index 00000000..00376349 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py @@ -0,0 +1,12 @@ +import argparse + +from pip._vendor.certifi import contents, where + +parser = argparse.ArgumentParser() +parser.add_argument("-c", "--contents", action="store_true") +args = parser.parse_args() + +if args.contents: + print(contents()) +else: + print(where()) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b34b77ddf801eeee7c520268df15624c36a5c11c GIT binary patch literal 353 zcmY*Uu};G<5Vez(mPTbmAQoWE&|FCe7Q`RG#u6l~V7rag#J23TRhj4?bmJTN78XX7 z1tcamq;8#Xq$0r$@9w?3)4O}=^}5K#?bYGv&gIXB{D!wJ)+erbLJTonpc1FJ^imHa z<}rWlr9KPNV9|rQgy1O%q7jp!dTj;4tHp~T@vy8r(`3^9G0f~%QhKO@sPy7Z z{{$ueCteJ#q>h)02k|EK){D-hyA6T^Gw*xf_ukv@?WaZ~0O~xx-`f16;t!qF$F9K1 zp#pCK1{fxwucMK`)aVXvJD z5zps%#2Z-)zD9gWIq=mr>dFZ`(;yhbN;Chbb=+UNaHC^LFV3@qWQCCS(;?wx$LPj8 zLAQHO2cpP12@7754wOz57c|d0f%GCiU=bHYHW_8TaGPW}=e?Nlf^Jf-cjMZ$T)N8# zWvV{$Kv#3=%)7X}5MdmuA#+Uzb5`dejt!O|5Qfr`U4OFdx z!Z3|!7KS}GKK0hp9G3~X!&j6e{j0?z_53y=gx|pOPk@g7_N&&+Z%_U9fq!MsIRefM zG^e2X=H9!T?{`0g<{?-+avL+ZHFaAD?&Uq}*mPg6KVSc9`LD0<-}qu(`mWH`{cA5a I_(e7RFAa#URR910 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b4889a0690359ecb3496d32771d20af5e3d1c880 GIT binary patch literal 2884 zcmb7GO>7%g5Ptg?uN~W)#EzRL(3rHPb!qJWQCd+-ONA1tA&p2{Q3G9>-F35$?X}+9 zG)+lS4jj@`gFv)G95`^P${{y6azx@{*GQ=rkSc+MdUHvoN;xsJ-nAVFNQ|{J^Y*=Y zJ8$NjdHyjH2@#-o-x|n&+e652IPj_4Q#Ousgxn!I$r7E@`68F)46Y#h%i2;G=H4TO z?u1ohQ7DO7u_R?Bj_7=@3!Z>38FHT2yFM1PK~E2W9$Mu8Wk0#KUl8`|&W1~oY~&yN zg*x`@Ztmy$8O=srsbm$9;bKpzH`~h*qt{Rhd)i+68v3>q2H6;_koAZ+iU&!M=>2-s zi0O(E*Lz?N=kY8dz3*cw8}ZH(>+mDq^dptHVT3e;+GgHNR~ADbwI~#tnKfCmWa;xo zBS{T=o|akCo;8wYnc2BwF=v}rIa#!{refujS`K$gSBz59qDj+cNzE$TM%iZR&|^Hs zWQu<*fP9RZOYu%1$JD%8G#m*zbGn+J(QvI#5-4c1@ddCu#P;8lyQY_ZC$L5)mhzBpepN4LCV`dp^6XwO>Z4ET60 zQ#3#D#z)hKk7Sr>8>5w+HkZ3i#=(_dc-R?W%j9Vf z2@h1eho2_M(8$+&tNUN8kDOi~8LN$q{SdB?T&xdXS~>sA(5^2(TpvDG8$MPaK3*Ss zWo6=bWvD6-(LUH@OX4xPZsIS20*Uw1N}$I56ckzjfF&NaQ(S0)!k+_M;TzGnhNMZ8 z6x$0$2sjdi(=_jKj%<`QOE=3`Q-YfvifC|x)X3?oZCtl0p4xSo#&AaVVNQo&n1YAx z2ewRpQR3D919j!4b>&!1Ikxs*U3p_&nW!lf)l2VJm5I7?r7B->cS`XT5Azs73zZ=v z7U&=hG(kZKnL_LTd4(zc`c{jfv zDy9idz><5M8^^yphpBS&H37;7q7U;mP~Dkc3xB`xlX9UdUub5AbEJ!9=yf-`EtZ~w zyiAyLh7<5g#gVDOta%DWg3a0KGAOku(^|oXmssL%+OC7r>2f=1e)yO8Z#X}BFO!?% zlDHj={nZ+;!?mXq--094WH&iX7`MQ40_tp4Mk zg2QX^hp`=ZPJVLo(^sDfFn)$F|3tRQu+4tnb4XZ|P6oDz_X@1&gm=M%GrVrmc5$&W z(k}T$ezT)XZ@bGjrLcr8#{1$lRO6)EA5xOTTZ}#r+dBc>q~%=6aAeiJz*N-{v4f{L zhs!hUR9>{ON4kN|gTk;i0LsGA+he!JZeO@{;mh%Qc<&1LyV84m;nu?KrCUpP&)!|C zD+jCcK^J^m!t;NTPhY^VZ*5jCURRFs#_YI zO<;@6315RN2g*P-%X!O*nWc(FZMZ|yKK@zzKBI19z-H0x4sICSio@{HVPuFQdJvc+ z*^3pt{Xsy}rMvN6=q>k;#|+FkfvM)L)!yZ#W5JnBm~E^UFxq%{dW@&q~Slr*E`L2G|fOXj&RbHXEw!c$V7_%EcW~=KKCdZTYYmqzNZ%7 z^OaVOr)tpy%VQ6f`0DiC(Q5y`nzDa+ywOK?CLbntJqZS+;fK8g4FTk%zQKkB5?qKS h8UfT~(i?B!nns9(A{*VPB?M^{T?f$!b^73@_AkN1RFD7w literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem new file mode 100644 index 00000000..02123695 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem @@ -0,0 +1,4635 @@ + +# Issuer: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA +# Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA +# Label: "GlobalSign Root CA" +# Serial: 4835703278459707669005204 +# MD5 Fingerprint: 3e:45:52:15:09:51:92:e1:b7:5d:37:9f:b1:87:29:8a +# SHA1 Fingerprint: b1:bc:96:8b:d4:f4:9d:62:2a:a8:9a:81:f2:15:01:52:a4:1d:82:9c +# SHA256 Fingerprint: eb:d4:10:40:e4:bb:3e:c7:42:c9:e3:81:d3:1e:f2:a4:1a:48:b6:68:5c:96:e7:ce:f3:c1:df:6c:d4:33:1c:99 +-----BEGIN CERTIFICATE----- +MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG +A1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv +b3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw +MDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i +YWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT +aWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ +jc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp +xy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp +1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG +snUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ +U26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8 +9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0B +AQUFAAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOz +yj1hTdNGCbM+w6DjY1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE +38NflNUVyRRBnMRddWQVDf9VMOyGj/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymP +AbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhHhm4qxFYxldBniYUr+WymXUad +DKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveCX4XSQRjbgbME +HMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A== +-----END CERTIFICATE----- + +# Issuer: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited +# Subject: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited +# Label: "Entrust.net Premium 2048 Secure Server CA" +# Serial: 946069240 +# MD5 Fingerprint: ee:29:31:bc:32:7e:9a:e6:e8:b5:f7:51:b4:34:71:90 +# SHA1 Fingerprint: 50:30:06:09:1d:97:d4:f5:ae:39:f7:cb:e7:92:7d:7d:65:2d:34:31 +# SHA256 Fingerprint: 6d:c4:71:72:e0:1c:bc:b0:bf:62:58:0d:89:5f:e2:b8:ac:9a:d4:f8:73:80:1e:0c:10:b9:c8:37:d2:1e:b1:77 +-----BEGIN CERTIFICATE----- +MIIEKjCCAxKgAwIBAgIEOGPe+DANBgkqhkiG9w0BAQUFADCBtDEUMBIGA1UEChML +RW50cnVzdC5uZXQxQDA+BgNVBAsUN3d3dy5lbnRydXN0Lm5ldC9DUFNfMjA0OCBp +bmNvcnAuIGJ5IHJlZi4gKGxpbWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAxOTk5 +IEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNVBAMTKkVudHJ1c3QubmV0IENlcnRp +ZmljYXRpb24gQXV0aG9yaXR5ICgyMDQ4KTAeFw05OTEyMjQxNzUwNTFaFw0yOTA3 +MjQxNDE1MTJaMIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3 +LmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxp +YWIuKTElMCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEG +A1UEAxMqRW50cnVzdC5uZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgp +MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArU1LqRKGsuqjIAcVFmQq +K0vRvwtKTY7tgHalZ7d4QMBzQshowNtTK91euHaYNZOLGp18EzoOH1u3Hs/lJBQe +sYGpjX24zGtLA/ECDNyrpUAkAH90lKGdCCmziAv1h3edVc3kw37XamSrhRSGlVuX +MlBvPci6Zgzj/L24ScF2iUkZ/cCovYmjZy/Gn7xxGWC4LeksyZB2ZnuU4q941mVT +XTzWnLLPKQP5L6RQstRIzgUyVYr9smRMDuSYB3Xbf9+5CFVghTAp+XtIpGmG4zU/ +HoZdenoVve8AjhUiVBcAkCaTvA5JaJG/+EfTnZVCwQ5N328mz8MYIWJmQ3DW1cAH +4QIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQUVeSB0RGAvtiJuQijMfmhJAkWuXAwDQYJKoZIhvcNAQEFBQADggEBADub +j1abMOdTmXx6eadNl9cZlZD7Bh/KM3xGY4+WZiT6QBshJ8rmcnPyT/4xmf3IDExo +U8aAghOY+rat2l098c5u9hURlIIM7j+VrxGrD9cv3h8Dj1csHsm7mhpElesYT6Yf +zX1XEC+bBAlahLVu2B064dae0Wx5XnkcFMXj0EyTO2U87d89vqbllRrDtRnDvV5b +u/8j72gZyxKTJ1wDLW8w0B62GqzeWvfRqqgnpv55gcR5mTNXuhKwqeBCbJPKVt7+ +bYQLCIt+jerXmCHG8+c8eS9enNFMFY3h7CI3zJpDC5fcgJCNs2ebb0gIFVbPv/Er +fF6adulZkMV8gzURZVE= +-----END CERTIFICATE----- + +# Issuer: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust +# Subject: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust +# Label: "Baltimore CyberTrust Root" +# Serial: 33554617 +# MD5 Fingerprint: ac:b6:94:a5:9c:17:e0:d7:91:52:9b:b1:97:06:a6:e4 +# SHA1 Fingerprint: d4:de:20:d0:5e:66:fc:53:fe:1a:50:88:2c:78:db:28:52:ca:e4:74 +# SHA256 Fingerprint: 16:af:57:a9:f6:76:b0:ab:12:60:95:aa:5e:ba:de:f2:2a:b3:11:19:d6:44:ac:95:cd:4b:93:db:f3:f2:6a:eb +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJ +RTESMBAGA1UEChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYD +VQQDExlCYWx0aW1vcmUgQ3liZXJUcnVzdCBSb290MB4XDTAwMDUxMjE4NDYwMFoX +DTI1MDUxMjIzNTkwMFowWjELMAkGA1UEBhMCSUUxEjAQBgNVBAoTCUJhbHRpbW9y +ZTETMBEGA1UECxMKQ3liZXJUcnVzdDEiMCAGA1UEAxMZQmFsdGltb3JlIEN5YmVy +VHJ1c3QgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKMEuyKr +mD1X6CZymrV51Cni4eiVgLGw41uOKymaZN+hXe2wCQVt2yguzmKiYv60iNoS6zjr +IZ3AQSsBUnuId9Mcj8e6uYi1agnnc+gRQKfRzMpijS3ljwumUNKoUMMo6vWrJYeK +mpYcqWe4PwzV9/lSEy/CG9VwcPCPwBLKBsua4dnKM3p31vjsufFoREJIE9LAwqSu +XmD+tqYF/LTdB1kC1FkYmGP1pWPgkAx9XbIGevOF6uvUA65ehD5f/xXtabz5OTZy +dc93Uk3zyZAsuT3lySNTPx8kmCFcB5kpvcY67Oduhjprl3RjM71oGDHweI12v/ye +jl0qhqdNkNwnGjkCAwEAAaNFMEMwHQYDVR0OBBYEFOWdWTCCR1jMrPoIVDaGezq1 +BE3wMBIGA1UdEwEB/wQIMAYBAf8CAQMwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3 +DQEBBQUAA4IBAQCFDF2O5G9RaEIFoN27TyclhAO992T9Ldcw46QQF+vaKSm2eT92 +9hkTI7gQCvlYpNRhcL0EYWoSihfVCr3FvDB81ukMJY2GQE/szKN+OMY3EU/t3Wgx +jkzSswF07r51XgdIGn9w/xZchMB5hbgF/X++ZRGjD8ACtPhSNzkE1akxehi/oCr0 +Epn3o0WC4zxe9Z2etciefC7IpJ5OCBRLbf1wbWsaY71k5h+3zvDyny67G7fyUIhz +ksLi4xaNmjICq44Y3ekQEe5+NauQrz4wlHrQMz2nZQ/1/I6eYs9HRCwBXbsdtTLS +R9I4LtD+gdwyah617jzV/OeBHRnDJELqYzmp +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc. +# Subject: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc. +# Label: "Entrust Root Certification Authority" +# Serial: 1164660820 +# MD5 Fingerprint: d6:a5:c3:ed:5d:dd:3e:00:c1:3d:87:92:1f:1d:3f:e4 +# SHA1 Fingerprint: b3:1e:b1:b7:40:e3:6c:84:02:da:dc:37:d4:4d:f5:d4:67:49:52:f9 +# SHA256 Fingerprint: 73:c1:76:43:4f:1b:c6:d5:ad:f4:5b:0e:76:e7:27:28:7c:8d:e5:76:16:c1:e6:e6:14:1a:2b:2c:bc:7d:8e:4c +-----BEGIN CERTIFICATE----- +MIIEkTCCA3mgAwIBAgIERWtQVDANBgkqhkiG9w0BAQUFADCBsDELMAkGA1UEBhMC +VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xOTA3BgNVBAsTMHd3dy5lbnRydXN0 +Lm5ldC9DUFMgaXMgaW5jb3Jwb3JhdGVkIGJ5IHJlZmVyZW5jZTEfMB0GA1UECxMW +KGMpIDIwMDYgRW50cnVzdCwgSW5jLjEtMCsGA1UEAxMkRW50cnVzdCBSb290IENl +cnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA2MTEyNzIwMjM0MloXDTI2MTEyNzIw +NTM0MlowgbAxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMTkw +NwYDVQQLEzB3d3cuZW50cnVzdC5uZXQvQ1BTIGlzIGluY29ycG9yYXRlZCBieSBy +ZWZlcmVuY2UxHzAdBgNVBAsTFihjKSAyMDA2IEVudHJ1c3QsIEluYy4xLTArBgNV +BAMTJEVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASIwDQYJ +KoZIhvcNAQEBBQADggEPADCCAQoCggEBALaVtkNC+sZtKm9I35RMOVcF7sN5EUFo +Nu3s/poBj6E4KPz3EEZmLk0eGrEaTsbRwJWIsMn/MYszA9u3g3s+IIRe7bJWKKf4 +4LlAcTfFy0cOlypowCKVYhXbR9n10Cv/gkvJrT7eTNuQgFA/CYqEAOwwCj0Yzfv9 +KlmaI5UXLEWeH25DeW0MXJj+SKfFI0dcXv1u5x609mhF0YaDW6KKjbHjKYD+JXGI +rb68j6xSlkuqUY3kEzEZ6E5Nn9uss2rVvDlUccp6en+Q3X0dgNmBu1kmwhH+5pPi +94DkZfs0Nw4pgHBNrziGLp5/V6+eF67rHMsoIV+2HNjnogQi+dPa2MsCAwEAAaOB +sDCBrTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zArBgNVHRAEJDAi +gA8yMDA2MTEyNzIwMjM0MlqBDzIwMjYxMTI3MjA1MzQyWjAfBgNVHSMEGDAWgBRo +kORnpKZTgMeGZqTx90tD+4S9bTAdBgNVHQ4EFgQUaJDkZ6SmU4DHhmak8fdLQ/uE +vW0wHQYJKoZIhvZ9B0EABBAwDhsIVjcuMTo0LjADAgSQMA0GCSqGSIb3DQEBBQUA +A4IBAQCT1DCw1wMgKtD5Y+iRDAUgqV8ZyntyTtSx29CW+1RaGSwMCPeyvIWonX9t +O1KzKtvn1ISMY/YPyyYBkVBs9F8U4pN0wBOeMDpQ47RgxRzwIkSNcUesyBrJ6Zua +AGAT/3B+XxFNSRuzFVJ7yVTav52Vr2ua2J7p8eRDjeIRRDq/r72DQnNSi6q7pynP +9WQcCk3RvKqsnyrQ/39/2n3qse0wJcGE2jTSW3iDVuycNsMm4hH2Z0kdkquM++v/ +eu6FSqdQgPCnXEqULl8FmTxSQeDNtGPPAUO6nIPcj2A781q0tHuu2guQOHXvgR1m +0vdXcDazv/wor3ElhVsT/h5/WrQ8 +-----END CERTIFICATE----- + +# Issuer: CN=AAA Certificate Services O=Comodo CA Limited +# Subject: CN=AAA Certificate Services O=Comodo CA Limited +# Label: "Comodo AAA Services root" +# Serial: 1 +# MD5 Fingerprint: 49:79:04:b0:eb:87:19:ac:47:b0:bc:11:51:9b:74:d0 +# SHA1 Fingerprint: d1:eb:23:a4:6d:17:d6:8f:d9:25:64:c2:f1:f1:60:17:64:d8:e3:49 +# SHA256 Fingerprint: d7:a7:a0:fb:5d:7e:27:31:d7:71:e9:48:4e:bc:de:f7:1d:5f:0c:3e:0a:29:48:78:2b:c8:3e:e0:ea:69:9e:f4 +-----BEGIN CERTIFICATE----- +MIIEMjCCAxqgAwIBAgIBATANBgkqhkiG9w0BAQUFADB7MQswCQYDVQQGEwJHQjEb +MBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow +GAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEhMB8GA1UEAwwYQUFBIENlcnRpZmlj +YXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVowezEL +MAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE +BwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMM +GEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEBBQADggEP +ADCCAQoCggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr+GB+O5AL686tdUIoWMQua +BtDFcCLNSS1UY8y2bmhGC1Pqy0wkwLxyTurxFa70VJoSCsN6sjNg4tqJVfMiWPPe +3M/vg4aijJRPn2jymJBGhCfHdr/jzDUsi14HZGWCwEiwqJH5YZ92IFCokcdmtet4 +YgNW8IoaE+oxox6gmf049vYnMlhvB/VruPsUK6+3qszWY19zjNoFmag4qMsXeDZR +rOme9Hg6jc8P2ULimAyrL58OAd7vn5lJ8S3frHRNG5i1R8XlKdH5kBjHYpy+g8cm +ez6KJcfA3Z3mNWgQIJ2P2N7Sw4ScDV7oL8kCAwEAAaOBwDCBvTAdBgNVHQ4EFgQU +oBEKIz6W8Qfs4q8p74Klf9AwpLQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQF +MAMBAf8wewYDVR0fBHQwcjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20v +QUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNqA0oDKGMGh0dHA6Ly9jcmwuY29t +b2RvLm5ldC9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2VzLmNybDANBgkqhkiG9w0BAQUF +AAOCAQEACFb8AvCb6P+k+tZ7xkSAzk/ExfYAWMymtrwUSWgEdujm7l3sAg9g1o1Q +GE8mTgHj5rCl7r+8dFRBv/38ErjHT1r0iWAFf2C3BUrz9vHCv8S5dIa2LX1rzNLz +Rt0vxuBqw8M0Ayx9lt1awg6nCpnBBYurDC/zXDrPbDdVCYfeU0BsWO/8tqtlbgT2 +G9w84FoVxp7Z8VlIMCFlA2zs6SFz7JsDoeA3raAVGI/6ugLOpyypEBMs1OUIJqsi +l2D4kF501KKaU73yqWjgom7C12yxow+ev+to51byrvLjKzg6CYG1a4XXvi3tPxq3 +smPi9WIsgtRqAEFQ8TmDn5XpNpaYbg== +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 2 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 2 O=QuoVadis Limited +# Label: "QuoVadis Root CA 2" +# Serial: 1289 +# MD5 Fingerprint: 5e:39:7b:dd:f8:ba:ec:82:e9:ac:62:ba:0c:54:00:2b +# SHA1 Fingerprint: ca:3a:fb:cf:12:40:36:4b:44:b2:16:20:88:80:48:39:19:93:7c:f7 +# SHA256 Fingerprint: 85:a0:dd:7d:d7:20:ad:b7:ff:05:f8:3d:54:2b:20:9d:c7:ff:45:28:f7:d6:77:b1:83:89:fe:a5:e5:c4:9e:86 +-----BEGIN CERTIFICATE----- +MIIFtzCCA5+gAwIBAgICBQkwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x +GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv +b3QgQ0EgMjAeFw0wNjExMjQxODI3MDBaFw0zMTExMjQxODIzMzNaMEUxCzAJBgNV +BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W +YWRpcyBSb290IENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCa +GMpLlA0ALa8DKYrwD4HIrkwZhR0In6spRIXzL4GtMh6QRr+jhiYaHv5+HBg6XJxg +Fyo6dIMzMH1hVBHL7avg5tKifvVrbxi3Cgst/ek+7wrGsxDp3MJGF/hd/aTa/55J +WpzmM+Yklvc/ulsrHHo1wtZn/qtmUIttKGAr79dgw8eTvI02kfN/+NsRE8Scd3bB +rrcCaoF6qUWD4gXmuVbBlDePSHFjIuwXZQeVikvfj8ZaCuWw419eaxGrDPmF60Tp ++ARz8un+XJiM9XOva7R+zdRcAitMOeGylZUtQofX1bOQQ7dsE/He3fbE+Ik/0XX1 +ksOR1YqI0JDs3G3eicJlcZaLDQP9nL9bFqyS2+r+eXyt66/3FsvbzSUr5R/7mp/i +Ucw6UwxI5g69ybR2BlLmEROFcmMDBOAENisgGQLodKcftslWZvB1JdxnwQ5hYIiz +PtGo/KPaHbDRsSNU30R2be1B2MGyIrZTHN81Hdyhdyox5C315eXbyOD/5YDXC2Og +/zOhD7osFRXql7PSorW+8oyWHhqPHWykYTe5hnMz15eWniN9gqRMgeKh0bpnX5UH +oycR7hYQe7xFSkyyBNKr79X9DFHOUGoIMfmR2gyPZFwDwzqLID9ujWc9Otb+fVuI +yV77zGHcizN300QyNQliBJIWENieJ0f7OyHj+OsdWwIDAQABo4GwMIGtMA8GA1Ud +EwEB/wQFMAMBAf8wCwYDVR0PBAQDAgEGMB0GA1UdDgQWBBQahGK8SEwzJQTU7tD2 +A8QZRtGUazBuBgNVHSMEZzBlgBQahGK8SEwzJQTU7tD2A8QZRtGUa6FJpEcwRTEL +MAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMT +ElF1b1ZhZGlzIFJvb3QgQ0EgMoICBQkwDQYJKoZIhvcNAQEFBQADggIBAD4KFk2f +BluornFdLwUvZ+YTRYPENvbzwCYMDbVHZF34tHLJRqUDGCdViXh9duqWNIAXINzn +g/iN/Ae42l9NLmeyhP3ZRPx3UIHmfLTJDQtyU/h2BwdBR5YM++CCJpNVjP4iH2Bl +fF/nJrP3MpCYUNQ3cVX2kiF495V5+vgtJodmVjB3pjd4M1IQWK4/YY7yarHvGH5K +WWPKjaJW1acvvFYfzznB4vsKqBUsfU16Y8Zsl0Q80m/DShcK+JDSV6IZUaUtl0Ha +B0+pUNqQjZRG4T7wlP0QADj1O+hA4bRuVhogzG9Yje0uRY/W6ZM/57Es3zrWIozc +hLsib9D45MY56QSIPMO661V6bYCZJPVsAfv4l7CUW+v90m/xd2gNNWQjrLhVoQPR +TUIZ3Ph1WVaj+ahJefivDrkRoHy3au000LYmYjgahwz46P0u05B/B5EqHdZ+XIWD +mbA4CD/pXvk1B+TJYm5Xf6dQlfe6yJvmjqIBxdZmv3lh8zwc4bmCXF2gw+nYSL0Z +ohEUGW6yhhtoPkg3Goi3XZZenMfvJ2II4pEZXNLxId26F0KCl3GBUzGpn/Z9Yr9y +4aOTHcyKJloJONDO1w2AFrR4pTqHTI2KpdVGl/IsELm8VCLAAVBpQ570su9t+Oza +8eOx79+Rj1QqCyXBJhnEUhAFZdWCEOrCMc0u +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 3" +# Serial: 1478 +# MD5 Fingerprint: 31:85:3c:62:94:97:63:b9:aa:fd:89:4e:af:6f:e0:cf +# SHA1 Fingerprint: 1f:49:14:f7:d8:74:95:1d:dd:ae:02:c0:be:fd:3a:2d:82:75:51:85 +# SHA256 Fingerprint: 18:f1:fc:7f:20:5d:f8:ad:dd:eb:7f:e0:07:dd:57:e3:af:37:5a:9c:4d:8d:73:54:6b:f4:f1:fe:d1:e1:8d:35 +-----BEGIN CERTIFICATE----- +MIIGnTCCBIWgAwIBAgICBcYwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x +GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv +b3QgQ0EgMzAeFw0wNjExMjQxOTExMjNaFw0zMTExMjQxOTA2NDRaMEUxCzAJBgNV +BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W +YWRpcyBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDM +V0IWVJzmmNPTTe7+7cefQzlKZbPoFog02w1ZkXTPkrgEQK0CSzGrvI2RaNggDhoB +4hp7Thdd4oq3P5kazethq8Jlph+3t723j/z9cI8LoGe+AaJZz3HmDyl2/7FWeUUr +H556VOijKTVopAFPD6QuN+8bv+OPEKhyq1hX51SGyMnzW9os2l2ObjyjPtr7guXd +8lyyBTNvijbO0BNO/79KDDRMpsMhvVAEVeuxu537RR5kFd5VAYwCdrXLoT9Cabwv +vWhDFlaJKjdhkf2mrk7AyxRllDdLkgbvBNDInIjbC3uBr7E9KsRlOni27tyAsdLT +mZw67mtaa7ONt9XOnMK+pUsvFrGeaDsGb659n/je7Mwpp5ijJUMv7/FfJuGITfhe +btfZFG4ZM2mnO4SJk8RTVROhUXhA+LjJou57ulJCg54U7QVSWllWp5f8nT8KKdjc +T5EOE7zelaTfi5m+rJsziO+1ga8bxiJTyPbH7pcUsMV8eFLI8M5ud2CEpukqdiDt +WAEXMJPpGovgc2PZapKUSU60rUqFxKMiMPwJ7Wgic6aIDFUhWMXhOp8q3crhkODZ +c6tsgLjoC2SToJyMGf+z0gzskSaHirOi4XCPLArlzW1oUevaPwV/izLmE1xr/l9A +4iLItLRkT9a6fUg+qGkM17uGcclzuD87nSVL2v9A6wIDAQABo4IBlTCCAZEwDwYD +VR0TAQH/BAUwAwEB/zCB4QYDVR0gBIHZMIHWMIHTBgkrBgEEAb5YAAMwgcUwgZMG +CCsGAQUFBwICMIGGGoGDQW55IHVzZSBvZiB0aGlzIENlcnRpZmljYXRlIGNvbnN0 +aXR1dGVzIGFjY2VwdGFuY2Ugb2YgdGhlIFF1b1ZhZGlzIFJvb3QgQ0EgMyBDZXJ0 +aWZpY2F0ZSBQb2xpY3kgLyBDZXJ0aWZpY2F0aW9uIFByYWN0aWNlIFN0YXRlbWVu +dC4wLQYIKwYBBQUHAgEWIWh0dHA6Ly93d3cucXVvdmFkaXNnbG9iYWwuY29tL2Nw +czALBgNVHQ8EBAMCAQYwHQYDVR0OBBYEFPLAE+CCQz777i9nMpY1XNu4ywLQMG4G +A1UdIwRnMGWAFPLAE+CCQz777i9nMpY1XNu4ywLQoUmkRzBFMQswCQYDVQQGEwJC +TTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDEbMBkGA1UEAxMSUXVvVmFkaXMg +Um9vdCBDQSAzggIFxjANBgkqhkiG9w0BAQUFAAOCAgEAT62gLEz6wPJv92ZVqyM0 +7ucp2sNbtrCD2dDQ4iH782CnO11gUyeim/YIIirnv6By5ZwkajGxkHon24QRiSem +d1o417+shvzuXYO8BsbRd2sPbSQvS3pspweWyuOEn62Iix2rFo1bZhfZFvSLgNLd ++LJ2w/w4E6oM3kJpK27zPOuAJ9v1pkQNn1pVWQvVDVJIxa6f8i+AxeoyUDUSly7B +4f/xI4hROJ/yZlZ25w9Rl6VSDE1JUZU2Pb+iSwwQHYaZTKrzchGT5Or2m9qoXadN +t54CrnMAyNojA+j56hl0YgCUyyIgvpSnWbWCar6ZeXqp8kokUvd0/bpO5qgdAm6x +DYBEwa7TIzdfu4V8K5Iu6H6li92Z4b8nby1dqnuH/grdS/yO9SbkbnBCbjPsMZ57 +k8HkyWkaPcBrTiJt7qtYTcbQQcEr6k8Sh17rRdhs9ZgC06DYVYoGmRmioHfRMJ6s +zHXug/WwYjnPbFfiTNKRCw51KBuav/0aQ/HKd/s7j2G4aSgWQgRecCocIdiP4b0j +Wy10QJLZYxkNc91pvGJHvOB0K7Lrfb5BG7XARsWhIstfTsEokt4YutUqKLsRixeT +mJlglFwjz1onl14LBQaTNx47aTbrqZ5hHY8y2o4M1nQ+ewkk2gF3R8Q7zTSMmfXK +4SVhM7JZG+Ju1zdXtg2pEto= +-----END CERTIFICATE----- + +# Issuer: O=SECOM Trust.net OU=Security Communication RootCA1 +# Subject: O=SECOM Trust.net OU=Security Communication RootCA1 +# Label: "Security Communication Root CA" +# Serial: 0 +# MD5 Fingerprint: f1:bc:63:6a:54:e0:b5:27:f5:cd:e7:1a:e3:4d:6e:4a +# SHA1 Fingerprint: 36:b1:2b:49:f9:81:9e:d7:4c:9e:bc:38:0f:c6:56:8f:5d:ac:b2:f7 +# SHA256 Fingerprint: e7:5e:72:ed:9f:56:0e:ec:6e:b4:80:00:73:a4:3f:c3:ad:19:19:5a:39:22:82:01:78:95:97:4a:99:02:6b:6c +-----BEGIN CERTIFICATE----- +MIIDWjCCAkKgAwIBAgIBADANBgkqhkiG9w0BAQUFADBQMQswCQYDVQQGEwJKUDEY +MBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYDVQQLEx5TZWN1cml0eSBDb21t +dW5pY2F0aW9uIFJvb3RDQTEwHhcNMDMwOTMwMDQyMDQ5WhcNMjMwOTMwMDQyMDQ5 +WjBQMQswCQYDVQQGEwJKUDEYMBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYD +VQQLEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTEwggEiMA0GCSqGSIb3 +DQEBAQUAA4IBDwAwggEKAoIBAQCzs/5/022x7xZ8V6UMbXaKL0u/ZPtM7orw8yl8 +9f/uKuDp6bpbZCKamm8sOiZpUQWZJtzVHGpxxpp9Hp3dfGzGjGdnSj74cbAZJ6kJ +DKaVv0uMDPpVmDvY6CKhS3E4eayXkmmziX7qIWgGmBSWh9JhNrxtJ1aeV+7AwFb9 +Ms+k2Y7CI9eNqPPYJayX5HA49LY6tJ07lyZDo6G8SVlyTCMwhwFY9k6+HGhWZq/N +QV3Is00qVUarH9oe4kA92819uZKAnDfdDJZkndwi92SL32HeFZRSFaB9UslLqCHJ +xrHty8OVYNEP8Ktw+N/LTX7s1vqr2b1/VPKl6Xn62dZ2JChzAgMBAAGjPzA9MB0G +A1UdDgQWBBSgc0mZaNyFW2XjmygvV5+9M7wHSDALBgNVHQ8EBAMCAQYwDwYDVR0T +AQH/BAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEAaECpqLvkT115swW1F7NgE+vG +kl3g0dNq/vu+m22/xwVtWSDEHPC32oRYAmP6SBbvT6UL90qY8j+eG61Ha2POCEfr +Uj94nK9NrvjVT8+amCoQQTlSxN3Zmw7vkwGusi7KaEIkQmywszo+zenaSMQVy+n5 +Bw+SUEmK3TGXX8npN6o7WWWXlDLJs58+OmJYxUmtYg5xpTKqL8aJdkNAExNnPaJU +JRDL8Try2frbSVa7pv6nQTXD4IhhyYjH3zYQIphZ6rBK+1YWc26sTfcioU+tHXot +RSflMMFe8toTyyVCUZVHA4xsIcx0Qu1T/zOLjw9XARYvz6buyXAiFL39vmwLAw== +-----END CERTIFICATE----- + +# Issuer: CN=XRamp Global Certification Authority O=XRamp Security Services Inc OU=www.xrampsecurity.com +# Subject: CN=XRamp Global Certification Authority O=XRamp Security Services Inc OU=www.xrampsecurity.com +# Label: "XRamp Global CA Root" +# Serial: 107108908803651509692980124233745014957 +# MD5 Fingerprint: a1:0b:44:b3:ca:10:d8:00:6e:9d:0f:d8:0f:92:0a:d1 +# SHA1 Fingerprint: b8:01:86:d1:eb:9c:86:a5:41:04:cf:30:54:f3:4c:52:b7:e5:58:c6 +# SHA256 Fingerprint: ce:cd:dc:90:50:99:d8:da:df:c5:b1:d2:09:b7:37:cb:e2:c1:8c:fb:2c:10:c0:ff:0b:cf:0d:32:86:fc:1a:a2 +-----BEGIN CERTIFICATE----- +MIIEMDCCAxigAwIBAgIQUJRs7Bjq1ZxN1ZfvdY+grTANBgkqhkiG9w0BAQUFADCB +gjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3dy54cmFtcHNlY3VyaXR5LmNvbTEk +MCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2VydmljZXMgSW5jMS0wKwYDVQQDEyRY +UmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQxMTAxMTcx +NDA0WhcNMzUwMTAxMDUzNzE5WjCBgjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3 +dy54cmFtcHNlY3VyaXR5LmNvbTEkMCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2Vy +dmljZXMgSW5jMS0wKwYDVQQDEyRYUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBB +dXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYJB69FbS6 +38eMpSe2OAtp87ZOqCwuIR1cRN8hXX4jdP5efrRKt6atH67gBhbim1vZZ3RrXYCP +KZ2GG9mcDZhtdhAoWORlsH9KmHmf4MMxfoArtYzAQDsRhtDLooY2YKTVMIJt2W7Q +DxIEM5dfT2Fa8OT5kavnHTu86M/0ay00fOJIYRyO82FEzG+gSqmUsE3a56k0enI4 +qEHMPJQRfevIpoy3hsvKMzvZPTeL+3o+hiznc9cKV6xkmxnr9A8ECIqsAxcZZPRa +JSKNNCyy9mgdEm3Tih4U2sSPpuIjhdV6Db1q4Ons7Be7QhtnqiXtRYMh/MHJfNVi +PvryxS3T/dRlAgMBAAGjgZ8wgZwwEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0P +BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMZPoj0GY4QJnM5i5ASs +jVy16bYbMDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwueHJhbXBzZWN1cml0 +eS5jb20vWEdDQS5jcmwwEAYJKwYBBAGCNxUBBAMCAQEwDQYJKoZIhvcNAQEFBQAD +ggEBAJEVOQMBG2f7Shz5CmBbodpNl2L5JFMn14JkTpAuw0kbK5rc/Kh4ZzXxHfAR +vbdI4xD2Dd8/0sm2qlWkSLoC295ZLhVbO50WfUfXN+pfTXYSNrsf16GBBEYgoyxt +qZ4Bfj8pzgCT3/3JknOJiWSe5yvkHJEs0rnOfc5vMZnT5r7SHpDwCRR5XCOrTdLa +IR9NmXmd4c8nnxCbHIgNsIpkQTG4DmyQJKSbXHGPurt+HBvbaoAPIbzp26a3QPSy +i6mx5O+aGtA9aZnuqCij4Tyz8LIRnM98QObd50N9otg6tamN8jSZxNQQ4Qb9CYQQ +O+7ETPTsJ3xCwnR8gooJybQDJbw= +-----END CERTIFICATE----- + +# Issuer: O=The Go Daddy Group, Inc. OU=Go Daddy Class 2 Certification Authority +# Subject: O=The Go Daddy Group, Inc. OU=Go Daddy Class 2 Certification Authority +# Label: "Go Daddy Class 2 CA" +# Serial: 0 +# MD5 Fingerprint: 91:de:06:25:ab:da:fd:32:17:0c:bb:25:17:2a:84:67 +# SHA1 Fingerprint: 27:96:ba:e6:3f:18:01:e2:77:26:1b:a0:d7:77:70:02:8f:20:ee:e4 +# SHA256 Fingerprint: c3:84:6b:f2:4b:9e:93:ca:64:27:4c:0e:c6:7c:1e:cc:5e:02:4f:fc:ac:d2:d7:40:19:35:0e:81:fe:54:6a:e4 +-----BEGIN CERTIFICATE----- +MIIEADCCAuigAwIBAgIBADANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEh +MB8GA1UEChMYVGhlIEdvIERhZGR5IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBE +YWRkeSBDbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA0MDYyOTE3 +MDYyMFoXDTM0MDYyOTE3MDYyMFowYzELMAkGA1UEBhMCVVMxITAfBgNVBAoTGFRo +ZSBHbyBEYWRkeSBHcm91cCwgSW5jLjExMC8GA1UECxMoR28gRGFkZHkgQ2xhc3Mg +MiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASAwDQYJKoZIhvcNAQEBBQADggEN +ADCCAQgCggEBAN6d1+pXGEmhW+vXX0iG6r7d/+TvZxz0ZWizV3GgXne77ZtJ6XCA +PVYYYwhv2vLM0D9/AlQiVBDYsoHUwHU9S3/Hd8M+eKsaA7Ugay9qK7HFiH7Eux6w +wdhFJ2+qN1j3hybX2C32qRe3H3I2TqYXP2WYktsqbl2i/ojgC95/5Y0V4evLOtXi +EqITLdiOr18SPaAIBQi2XKVlOARFmR6jYGB0xUGlcmIbYsUfb18aQr4CUWWoriMY +avx4A6lNf4DD+qta/KFApMoZFv6yyO9ecw3ud72a9nmYvLEHZ6IVDd2gWMZEewo+ +YihfukEHU1jPEX44dMX4/7VpkI+EdOqXG68CAQOjgcAwgb0wHQYDVR0OBBYEFNLE +sNKR1EwRcbNhyz2h/t2oatTjMIGNBgNVHSMEgYUwgYKAFNLEsNKR1EwRcbNhyz2h +/t2oatTjoWekZTBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYVGhlIEdvIERhZGR5 +IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRpZmlj +YXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD +ggEBADJL87LKPpH8EsahB4yOd6AzBhRckB4Y9wimPQoZ+YeAEW5p5JYXMP80kWNy +OO7MHAGjHZQopDH2esRU1/blMVgDoszOYtuURXO1v0XJJLXVggKtI3lpjbi2Tc7P +TMozI+gciKqdi0FuFskg5YmezTvacPd+mSYgFFQlq25zheabIZ0KbIIOqPjCDPoQ +HmyW74cNxA9hi63ugyuV+I6ShHI56yDqg+2DzZduCLzrTia2cyvk0/ZM/iZx4mER +dEr/VxqHD3VILs9RaRegAhJhldXRQLIQTO7ErBBDpqWeCtWVYpoNz4iCxTIM5Cuf +ReYNnyicsbkqWletNw+vHX/bvZ8= +-----END CERTIFICATE----- + +# Issuer: O=Starfield Technologies, Inc. OU=Starfield Class 2 Certification Authority +# Subject: O=Starfield Technologies, Inc. OU=Starfield Class 2 Certification Authority +# Label: "Starfield Class 2 CA" +# Serial: 0 +# MD5 Fingerprint: 32:4a:4b:bb:c8:63:69:9b:be:74:9a:c6:dd:1d:46:24 +# SHA1 Fingerprint: ad:7e:1c:28:b0:64:ef:8f:60:03:40:20:14:c3:d0:e3:37:0e:b5:8a +# SHA256 Fingerprint: 14:65:fa:20:53:97:b8:76:fa:a6:f0:a9:95:8e:55:90:e4:0f:cc:7f:aa:4f:b7:c2:c8:67:75:21:fb:5f:b6:58 +-----BEGIN CERTIFICATE----- +MIIEDzCCAvegAwIBAgIBADANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJVUzEl +MCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMp +U3RhcmZpZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQw +NjI5MTczOTE2WhcNMzQwNjI5MTczOTE2WjBoMQswCQYDVQQGEwJVUzElMCMGA1UE +ChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMpU3RhcmZp +ZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEgMA0GCSqGSIb3 +DQEBAQUAA4IBDQAwggEIAoIBAQC3Msj+6XGmBIWtDBFk385N78gDGIc/oav7PKaf +8MOh2tTYbitTkPskpD6E8J7oX+zlJ0T1KKY/e97gKvDIr1MvnsoFAZMej2YcOadN ++lq2cwQlZut3f+dZxkqZJRRU6ybH838Z1TBwj6+wRir/resp7defqgSHo9T5iaU0 +X9tDkYI22WY8sbi5gv2cOj4QyDvvBmVmepsZGD3/cVE8MC5fvj13c7JdBmzDI1aa +K4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o/WSNF4Azbl5KXZnJHoe0nRrA +1W4TNSNe35tfPe/W93bC6j67eA0cQmdrBNj41tpvi/JEoAGrAgEDo4HFMIHCMB0G +A1UdDgQWBBS/X7fRzt0fhvRbVazc1xDCDqmI5zCBkgYDVR0jBIGKMIGHgBS/X7fR +zt0fhvRbVazc1xDCDqmI56FspGowaDELMAkGA1UEBhMCVVMxJTAjBgNVBAoTHFN0 +YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAsTKVN0YXJmaWVsZCBD +bGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8w +DQYJKoZIhvcNAQEFBQADggEBAAWdP4id0ckaVaGsafPzWdqbAYcaT1epoXkJKtv3 +L7IezMdeatiDh6GX70k1PncGQVhiv45YuApnP+yz3SFmH8lU+nLMPUxA2IGvd56D +eruix/U0F47ZEUD0/CwqTRV/p2JdLiXTAAsgGh1o+Re49L2L7ShZ3U0WixeDyLJl +xy16paq8U4Zt3VekyvggQQto8PT7dL5WXXp59fkdheMtlb71cZBDzI0fmgAKhynp +VSJYACPq4xJDKVtHCN2MQWplBqjlIapBtJUhlbl90TSrE9atvNziPTnNvT51cKEY +WQPJIrSPnNVeKtelttQKbfi3QBFGmh95DmK/D5fs4C8fF5Q= +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Assured ID Root CA" +# Serial: 17154717934120587862167794914071425081 +# MD5 Fingerprint: 87:ce:0b:7b:2a:0e:49:00:e1:58:71:9b:37:a8:93:72 +# SHA1 Fingerprint: 05:63:b8:63:0d:62:d7:5a:bb:c8:ab:1e:4b:df:b5:a8:99:b2:4d:43 +# SHA256 Fingerprint: 3e:90:99:b5:01:5e:8f:48:6c:00:bc:ea:9d:11:1e:e7:21:fa:ba:35:5a:89:bc:f1:df:69:56:1e:3d:c6:32:5c +-----BEGIN CERTIFICATE----- +MIIDtzCCAp+gAwIBAgIQDOfg5RfYRv6P5WD8G/AwOTANBgkqhkiG9w0BAQUFADBl +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv +b3QgQ0EwHhcNMDYxMTEwMDAwMDAwWhcNMzExMTEwMDAwMDAwWjBlMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl +cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0EwggEi +MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCtDhXO5EOAXLGH87dg+XESpa7c +JpSIqvTO9SA5KFhgDPiA2qkVlTJhPLWxKISKityfCgyDF3qPkKyK53lTXDGEKvYP +mDI2dsze3Tyoou9q+yHyUmHfnyDXH+Kx2f4YZNISW1/5WBg1vEfNoTb5a3/UsDg+ +wRvDjDPZ2C8Y/igPs6eD1sNuRMBhNZYW/lmci3Zt1/GiSw0r/wty2p5g0I6QNcZ4 +VYcgoc/lbQrISXwxmDNsIumH0DJaoroTghHtORedmTpyoeb6pNnVFzF1roV9Iq4/ +AUaG9ih5yLHa5FcXxH4cDrC0kqZWs72yl+2qp/C3xag/lRbQ/6GW6whfGHdPAgMB +AAGjYzBhMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBRF66Kv9JLLgjEtUYunpyGd823IDzAfBgNVHSMEGDAWgBRF66Kv9JLLgjEtUYun +pyGd823IDzANBgkqhkiG9w0BAQUFAAOCAQEAog683+Lt8ONyc3pklL/3cmbYMuRC +dWKuh+vy1dneVrOfzM4UKLkNl2BcEkxY5NM9g0lFWJc1aRqoR+pWxnmrEthngYTf +fwk8lOa4JiwgvT2zKIn3X/8i4peEH+ll74fg38FnSbNd67IJKusm7Xi+fT8r87cm +NW1fiQG2SVufAQWbqz0lwcy2f8Lxb4bG+mRo64EtlOtCt/qMHt1i8b5QZ7dsvfPx +H2sMNgcWfzd8qVttevESRmCD1ycEvkvOl77DZypoEd+A5wwzZr8TDRRu838fYxAe ++o0bJW1sj6W3YQGx0qMmoRBxna3iw/nDmVG3KwcIzi7mULKn+gpFL6Lw8g== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Global Root CA" +# Serial: 10944719598952040374951832963794454346 +# MD5 Fingerprint: 79:e4:a9:84:0d:7d:3a:96:d7:c0:4f:e2:43:4c:89:2e +# SHA1 Fingerprint: a8:98:5d:3a:65:e5:e5:c4:b2:d7:d6:6d:40:c6:dd:2f:b1:9c:54:36 +# SHA256 Fingerprint: 43:48:a0:e9:44:4c:78:cb:26:5e:05:8d:5e:89:44:b4:d8:4f:96:62:bd:26:db:25:7f:89:34:a4:43:c7:01:61 +-----BEGIN CERTIFICATE----- +MIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBh +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBD +QTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAwMDAwMDBaMGExCzAJBgNVBAYTAlVT +MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j +b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENBMIIBIjANBgkqhkiG +9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4jvhEXLeqKTTo1eqUKKPC3eQyaKl7hLOllsB +CSDMAZOnTjC3U/dDxGkAV53ijSLdhwZAAIEJzs4bg7/fzTtxRuLWZscFs3YnFo97 +nh6Vfe63SKMI2tavegw5BmV/Sl0fvBf4q77uKNd0f3p4mVmFaG5cIzJLv07A6Fpt +43C/dxC//AH2hdmoRBBYMql1GNXRor5H4idq9Joz+EkIYIvUX7Q6hL+hqkpMfT7P +T19sdl6gSzeRntwi5m3OFBqOasv+zbMUZBfHWymeMr/y7vrTC0LUq7dBMtoM1O/4 +gdW7jVg/tRvoSSiicNoxBN33shbyTApOB6jtSj1etX+jkMOvJwIDAQABo2MwYTAO +BgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUA95QNVbR +TLtm8KPiGxvDl7I90VUwHwYDVR0jBBgwFoAUA95QNVbRTLtm8KPiGxvDl7I90VUw +DQYJKoZIhvcNAQEFBQADggEBAMucN6pIExIK+t1EnE9SsPTfrgT1eXkIoyQY/Esr +hMAtudXH/vTBH1jLuG2cenTnmCmrEbXjcKChzUyImZOMkXDiqw8cvpOp/2PV5Adg +06O/nVsJ8dWO41P0jmP6P6fbtGbfYmbW0W5BjfIttep3Sp+dWOIrWcBAI+0tKIJF +PnlUkiaY4IBIqDfv8NZ5YBberOgOzW6sRBc4L0na4UU+Krk2U886UAb3LujEV0ls +YSEY1QSteDwsOoBrp+uvFRTp2InBuThs4pFsiv9kuXclVzDAGySj4dzp30d8tbQk +CAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4= +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert High Assurance EV Root CA" +# Serial: 3553400076410547919724730734378100087 +# MD5 Fingerprint: d4:74:de:57:5c:39:b2:d3:9c:85:83:c5:c0:65:49:8a +# SHA1 Fingerprint: 5f:b7:ee:06:33:e2:59:db:ad:0c:4c:9a:e6:d3:8f:1a:61:c7:dc:25 +# SHA256 Fingerprint: 74:31:e5:f4:c3:c1:ce:46:90:77:4f:0b:61:e0:54:40:88:3b:a9:a0:1e:d0:0b:a6:ab:d7:80:6e:d3:b1:18:cf +-----BEGIN CERTIFICATE----- +MIIDxTCCAq2gAwIBAgIQAqxcJmoLQJuPC3nyrkYldzANBgkqhkiG9w0BAQUFADBs +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSswKQYDVQQDEyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5j +ZSBFViBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTMxMTExMDAwMDAwMFowbDEL +MAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3 +LmRpZ2ljZXJ0LmNvbTErMCkGA1UEAxMiRGlnaUNlcnQgSGlnaCBBc3N1cmFuY2Ug +RVYgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMbM5XPm ++9S75S0tMqbf5YE/yc0lSbZxKsPVlDRnogocsF9ppkCxxLeyj9CYpKlBWTrT3JTW +PNt0OKRKzE0lgvdKpVMSOO7zSW1xkX5jtqumX8OkhPhPYlG++MXs2ziS4wblCJEM +xChBVfvLWokVfnHoNb9Ncgk9vjo4UFt3MRuNs8ckRZqnrG0AFFoEt7oT61EKmEFB +Ik5lYYeBQVCmeVyJ3hlKV9Uu5l0cUyx+mM0aBhakaHPQNAQTXKFx01p8VdteZOE3 +hzBWBOURtCmAEvF5OYiiAhF8J2a3iLd48soKqDirCmTCv2ZdlYTBoSUeh10aUAsg +EsxBu24LUTi4S8sCAwEAAaNjMGEwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFLE+w2kD+L9HAdSYJhoIAu9jZCvDMB8GA1UdIwQYMBaA +FLE+w2kD+L9HAdSYJhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3Nec +nzyIZgYIVyHbIUf4KmeqvxgydkAQV8GK83rZEWWONfqe/EW1ntlMMUu4kehDLI6z +eM7b41N5cdblIZQB2lWHmiRk9opmzN6cN82oNLFpmyPInngiK3BD41VHMWEZ71jF +hS9OMPagMRYjyOfiZRYzy78aG6A9+MpeizGLYAiJLQwGXFK3xPkKmNEVX58Svnw2 +Yzi9RKR/5CYrCsSXaQ3pjOLAEFe4yHYSkVXySGnYvCoCWw9E1CAx2/S6cCZdkGCe +vEsXCS+0yx5DaMkHJ8HSXPfqIbloEpw8nL+e/IBcm2PN7EeqJSdnoDfzAIJ9VNep ++OkuE6N36B9K +-----END CERTIFICATE----- + +# Issuer: CN=SwissSign Gold CA - G2 O=SwissSign AG +# Subject: CN=SwissSign Gold CA - G2 O=SwissSign AG +# Label: "SwissSign Gold CA - G2" +# Serial: 13492815561806991280 +# MD5 Fingerprint: 24:77:d9:a8:91:d1:3b:fa:88:2d:c2:ff:f8:cd:33:93 +# SHA1 Fingerprint: d8:c5:38:8a:b7:30:1b:1b:6e:d4:7a:e6:45:25:3a:6f:9f:1a:27:61 +# SHA256 Fingerprint: 62:dd:0b:e9:b9:f5:0a:16:3e:a0:f8:e7:5c:05:3b:1e:ca:57:ea:55:c8:68:8f:64:7c:68:81:f2:c8:35:7b:95 +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=SwissSign Silver CA - G2 O=SwissSign AG +# Subject: CN=SwissSign Silver CA - G2 O=SwissSign AG +# Label: "SwissSign Silver CA - G2" +# Serial: 5700383053117599563 +# MD5 Fingerprint: e0:06:a1:c9:7d:cf:c9:fc:0d:c0:56:75:96:d8:62:13 +# SHA1 Fingerprint: 9b:aa:e5:9f:56:ee:21:cb:43:5a:be:25:93:df:a7:f0:40:d1:1d:cb +# SHA256 Fingerprint: be:6c:4d:a2:bb:b9:ba:59:b6:f3:93:97:68:37:42:46:c3:c0:05:99:3f:a9:8f:02:0d:1d:ed:be:d4:8a:81:d5 +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=SecureTrust CA O=SecureTrust Corporation +# Subject: CN=SecureTrust CA O=SecureTrust Corporation +# Label: "SecureTrust CA" +# Serial: 17199774589125277788362757014266862032 +# MD5 Fingerprint: dc:32:c3:a7:6d:25:57:c7:68:09:9d:ea:2d:a9:a2:d1 +# SHA1 Fingerprint: 87:82:c6:c3:04:35:3b:cf:d2:96:92:d2:59:3e:7d:44:d9:34:ff:11 +# SHA256 Fingerprint: f1:c1:b5:0a:e5:a2:0d:d8:03:0e:c9:f6:bc:24:82:3d:d3:67:b5:25:57:59:b4:e7:1b:61:fc:e9:f7:37:5d:73 +-----BEGIN CERTIFICATE----- +MIIDuDCCAqCgAwIBAgIQDPCOXAgWpa1Cf/DrJxhZ0DANBgkqhkiG9w0BAQUFADBI +MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x +FzAVBgNVBAMTDlNlY3VyZVRydXN0IENBMB4XDTA2MTEwNzE5MzExOFoXDTI5MTIz +MTE5NDA1NVowSDELMAkGA1UEBhMCVVMxIDAeBgNVBAoTF1NlY3VyZVRydXN0IENv +cnBvcmF0aW9uMRcwFQYDVQQDEw5TZWN1cmVUcnVzdCBDQTCCASIwDQYJKoZIhvcN +AQEBBQADggEPADCCAQoCggEBAKukgeWVzfX2FI7CT8rU4niVWJxB4Q2ZQCQXOZEz +Zum+4YOvYlyJ0fwkW2Gz4BERQRwdbvC4u/jep4G6pkjGnx29vo6pQT64lO0pGtSO +0gMdA+9tDWccV9cGrcrI9f4Or2YlSASWC12juhbDCE/RRvgUXPLIXgGZbf2IzIao +wW8xQmxSPmjL8xk037uHGFaAJsTQ3MBv396gwpEWoGQRS0S8Hvbn+mPeZqx2pHGj +7DaUaHp3pLHnDi+BeuK1cobvomuL8A/b01k/unK8RCSc43Oz969XL0Imnal0ugBS +8kvNU3xHCzaFDmapCJcWNFfBZveA4+1wVMeT4C4oFVmHursCAwEAAaOBnTCBmjAT +BgkrBgEEAYI3FAIEBh4EAEMAQTALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB +/zAdBgNVHQ4EFgQUQjK2FvoE/f5dS3rD/fdMQB1aQ68wNAYDVR0fBC0wKzApoCeg +JYYjaHR0cDovL2NybC5zZWN1cmV0cnVzdC5jb20vU1RDQS5jcmwwEAYJKwYBBAGC +NxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBADDtT0rhWDpSclu1pqNlGKa7UTt3 +6Z3q059c4EVlew3KW+JwULKUBRSuSceNQQcSc5R+DCMh/bwQf2AQWnL1mA6s7Ll/ +3XpvXdMc9P+IBWlCqQVxyLesJugutIxq/3HcuLHfmbx8IVQr5Fiiu1cprp6poxkm +D5kuCLDv/WnPmRoJjeOnnyvJNjR7JLN4TJUXpAYmHrZkUjZfYGfZnMUFdAvnZyPS +CPyI6a6Lf+Ew9Dd+/cYy2i2eRDAwbO4H3tI0/NL/QPZL9GZGBlSm8jIKYyYwa5vR +3ItHuuG51WLQoqD0ZwV4KWMabwTW+MZMo5qxN7SN5ShLHZ4swrhovO0C7jE= +-----END CERTIFICATE----- + +# Issuer: CN=Secure Global CA O=SecureTrust Corporation +# Subject: CN=Secure Global CA O=SecureTrust Corporation +# Label: "Secure Global CA" +# Serial: 9751836167731051554232119481456978597 +# MD5 Fingerprint: cf:f4:27:0d:d4:ed:dc:65:16:49:6d:3d:da:bf:6e:de +# SHA1 Fingerprint: 3a:44:73:5a:e5:81:90:1f:24:86:61:46:1e:3b:9c:c4:5f:f5:3a:1b +# SHA256 Fingerprint: 42:00:f5:04:3a:c8:59:0e:bb:52:7d:20:9e:d1:50:30:29:fb:cb:d4:1c:a1:b5:06:ec:27:f1:5a:de:7d:ac:69 +-----BEGIN CERTIFICATE----- +MIIDvDCCAqSgAwIBAgIQB1YipOjUiolN9BPI8PjqpTANBgkqhkiG9w0BAQUFADBK +MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x +GTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwHhcNMDYxMTA3MTk0MjI4WhcNMjkx +MjMxMTk1MjA2WjBKMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3Qg +Q29ycG9yYXRpb24xGTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwggEiMA0GCSqG +SIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvNS7YrGxVaQZx5RNoJLNP2MwhR/jxYDiJ +iQPpvepeRlMJ3Fz1Wuj3RSoC6zFh1ykzTM7HfAo3fg+6MpjhHZevj8fcyTiW89sa +/FHtaMbQbqR8JNGuQsiWUGMu4P51/pinX0kuleM5M2SOHqRfkNJnPLLZ/kG5VacJ +jnIFHovdRIWCQtBJwB1g8NEXLJXr9qXBkqPFwqcIYA1gBBCWeZ4WNOaptvolRTnI +HmX5k/Wq8VLcmZg9pYYaDDUz+kulBAYVHDGA76oYa8J719rO+TMg1fW9ajMtgQT7 +sFzUnKPiXB3jqUJ1XnvUd+85VLrJChgbEplJL4hL/VBi0XPnj3pDAgMBAAGjgZ0w +gZowEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgGGMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFK9EBMJBfkiD2045AuzshHrmzsmkMDQGA1UdHwQtMCsw +KaAnoCWGI2h0dHA6Ly9jcmwuc2VjdXJldHJ1c3QuY29tL1NHQ0EuY3JsMBAGCSsG +AQQBgjcVAQQDAgEAMA0GCSqGSIb3DQEBBQUAA4IBAQBjGghAfaReUw132HquHw0L +URYD7xh8yOOvaliTFGCRsoTciE6+OYo68+aCiV0BN7OrJKQVDpI1WkpEXk5X+nXO +H0jOZvQ8QCaSmGwb7iRGDBezUqXbpZGRzzfTb+cnCDpOGR86p1hcF895P4vkp9Mm +I50mD1hp/Ed+stCNi5O/KU9DaXR2Z0vPB4zmAve14bRDtUstFJ/53CYNv6ZHdAbY +iNE6KTCEztI5gGIbqMdXSbxqVVFnFUq+NQfk1XWYN3kwFNspnWzFacxHVaIw98xc +f8LDmBxrThaA63p4ZUWiABqvDA1VZDRIuJK58bRQKfJPIx/abKwfROHdI3hRW8cW +-----END CERTIFICATE----- + +# Issuer: CN=COMODO Certification Authority O=COMODO CA Limited +# Subject: CN=COMODO Certification Authority O=COMODO CA Limited +# Label: "COMODO Certification Authority" +# Serial: 104350513648249232941998508985834464573 +# MD5 Fingerprint: 5c:48:dc:f7:42:72:ec:56:94:6d:1c:cc:71:35:80:75 +# SHA1 Fingerprint: 66:31:bf:9e:f7:4f:9e:b6:c9:d5:a6:0c:ba:6a:be:d1:f7:bd:ef:7b +# SHA256 Fingerprint: 0c:2c:d6:3d:f7:80:6f:a3:99:ed:e8:09:11:6b:57:5b:f8:79:89:f0:65:18:f9:80:8c:86:05:03:17:8b:af:66 +-----BEGIN CERTIFICATE----- +MIIEHTCCAwWgAwIBAgIQToEtioJl4AsC7j41AkblPTANBgkqhkiG9w0BAQUFADCB +gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV +BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEyMDEwMDAw +MDBaFw0yOTEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl +YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P +RE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0 +aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3 +UcEbVASY06m/weaKXTuH+7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI +2GqGd0S7WWaXUF601CxwRM/aN5VCaTwwxHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8 +Q5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV4EajcNxo2f8ESIl33rXp ++2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA1KGzqSX+ +DT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5O +nKVIrLsm9wIDAQABo4GOMIGLMB0GA1UdDgQWBBQLWOWLxkwVN6RAqTCpIb5HNlpW +/zAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zBJBgNVHR8EQjBAMD6g +PKA6hjhodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01PRE9DZXJ0aWZpY2F0aW9u +QXV0aG9yaXR5LmNybDANBgkqhkiG9w0BAQUFAAOCAQEAPpiem/Yb6dc5t3iuHXIY +SdOH5EOC6z/JqvWote9VfCFSZfnVDeFs9D6Mk3ORLgLETgdxb8CPOGEIqB6BCsAv +IC9Bi5HcSEW88cbeunZrM8gALTFGTO3nnc+IlP8zwFboJIYmuNg4ON8qa90SzMc/ +RxdMosIGlgnW2/4/PEZB31jiVg88O8EckzXZOFKs7sjsLjBOlDW0JB9LeGna8gI4 +zJVSk/BwJVmcIGfE7vmLV2H0knZ9P4SNVbfo5azV8fUZVqZa+5Acr5Pr5RzUZ5dd +BA6+C4OmF4O5MBKgxTMVBbkN+8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO+IB +ZQ== +-----END CERTIFICATE----- + +# Issuer: CN=COMODO ECC Certification Authority O=COMODO CA Limited +# Subject: CN=COMODO ECC Certification Authority O=COMODO CA Limited +# Label: "COMODO ECC Certification Authority" +# Serial: 41578283867086692638256921589707938090 +# MD5 Fingerprint: 7c:62:ff:74:9d:31:53:5e:68:4a:d5:78:aa:1e:bf:23 +# SHA1 Fingerprint: 9f:74:4e:9f:2b:4d:ba:ec:0f:31:2c:50:b6:56:3b:8e:2d:93:c3:11 +# SHA256 Fingerprint: 17:93:92:7a:06:14:54:97:89:ad:ce:2f:8f:34:f7:f0:b6:6d:0f:3a:e3:a3:b8:4d:21:ec:15:db:ba:4f:ad:c7 +-----BEGIN CERTIFICATE----- +MIICiTCCAg+gAwIBAgIQH0evqmIAcFBUTAGem2OZKjAKBggqhkjOPQQDAzCBhTEL +MAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE +BxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMT +IkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwMzA2MDAw +MDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdy +ZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09N +T0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlv +biBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQDR3svdcmCFYX7deSR +FtSrYpn1PlILBs5BAH+X4QokPB0BBO490o0JlwzgdeT6+3eKKvUDYEs2ixYjFq0J +cfRK9ChQtP6IHG4/bC8vCVlbpVsLM5niwz2J+Wos77LTBumjQjBAMB0GA1UdDgQW +BBR1cacZSBm8nZ3qQUfflMRId5nTeTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ +BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjEA7wNbeqy3eApyt4jf/7VGFAkK+qDm +fQjGGoe9GKhzvSbKYAydzpmfz1wPMOG+FDHqAjAU9JM8SaczepBGR7NjfRObTrdv +GDeAU/7dIOA1mjbRxwG55tzd8/8dLDoWV9mSOdY= +-----END CERTIFICATE----- + +# Issuer: CN=Certigna O=Dhimyotis +# Subject: CN=Certigna O=Dhimyotis +# Label: "Certigna" +# Serial: 18364802974209362175 +# MD5 Fingerprint: ab:57:a6:5b:7d:42:82:19:b5:d8:58:26:28:5e:fd:ff +# SHA1 Fingerprint: b1:2e:13:63:45:86:a4:6f:1a:b2:60:68:37:58:2d:c4:ac:fd:94:97 +# SHA256 Fingerprint: e3:b6:a2:db:2e:d7:ce:48:84:2f:7a:c5:32:41:c7:b7:1d:54:14:4b:fb:40:c1:1f:3f:1d:0b:42:f5:ee:a1:2d +-----BEGIN CERTIFICATE----- +MIIDqDCCApCgAwIBAgIJAP7c4wEPyUj/MA0GCSqGSIb3DQEBBQUAMDQxCzAJBgNV +BAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hMB4X +DTA3MDYyOTE1MTMwNVoXDTI3MDYyOTE1MTMwNVowNDELMAkGA1UEBhMCRlIxEjAQ +BgNVBAoMCURoaW15b3RpczERMA8GA1UEAwwIQ2VydGlnbmEwggEiMA0GCSqGSIb3 +DQEBAQUAA4IBDwAwggEKAoIBAQDIaPHJ1tazNHUmgh7stL7qXOEm7RFHYeGifBZ4 +QCHkYJ5ayGPhxLGWkv8YbWkj4Sti993iNi+RB7lIzw7sebYs5zRLcAglozyHGxny +gQcPOJAZ0xH+hrTy0V4eHpbNgGzOOzGTtvKg0KmVEn2lmsxryIRWijOp5yIVUxbw +zBfsV1/pogqYCd7jX5xv3EjjhQsVWqa6n6xI4wmy9/Qy3l40vhx4XUJbzg4ij02Q +130yGLMLLGq/jj8UEYkgDncUtT2UCIf3JR7VsmAA7G8qKCVuKj4YYxclPz5EIBb2 +JsglrgVKtOdjLPOMFlN+XPsRGgjBRmKfIrjxwo1p3Po6WAbfAgMBAAGjgbwwgbkw +DwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUGu3+QTmQtCRZvgHyUtVF9lo53BEw +ZAYDVR0jBF0wW4AUGu3+QTmQtCRZvgHyUtVF9lo53BGhOKQ2MDQxCzAJBgNVBAYT +AkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hggkA/tzj +AQ/JSP8wDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIABzANBgkqhkiG +9w0BAQUFAAOCAQEAhQMeknH2Qq/ho2Ge6/PAD/Kl1NqV5ta+aDY9fm4fTIrv0Q8h +bV6lUmPOEvjvKtpv6zf+EwLHyzs+ImvaYS5/1HI93TDhHkxAGYwP15zRgzB7mFnc +fca5DClMoTOi62c6ZYTTluLtdkVwj7Ur3vkj1kluPBS1xp81HlDQwY9qcEQCYsuu +HWhBp6pX6FOqB9IG9tUUBguRA3UsbHK1YZWaDYu5Def131TN3ubY1gkIl2PlwS6w +t0QmwCbAr1UwnjvVNioZBPRcHv/PLLf/0P2HQBHVESO7SMAhqaQoLf0V+LBOK/Qw +WyH8EZE0vkHve52Xdf+XlcCWWC/qu0bXu+TZLg== +-----END CERTIFICATE----- + +# Issuer: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority +# Subject: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority +# Label: "ePKI Root Certification Authority" +# Serial: 28956088682735189655030529057352760477 +# MD5 Fingerprint: 1b:2e:00:ca:26:06:90:3d:ad:fe:6f:15:68:d3:6b:b3 +# SHA1 Fingerprint: 67:65:0d:f1:7e:8e:7e:5b:82:40:a4:f4:56:4b:cf:e2:3d:69:c6:f0 +# SHA256 Fingerprint: c0:a6:f4:dc:63:a2:4b:fd:cf:54:ef:2a:6a:08:2a:0a:72:de:35:80:3e:2f:f5:ff:52:7a:e5:d8:72:06:df:d5 +-----BEGIN CERTIFICATE----- +MIIFsDCCA5igAwIBAgIQFci9ZUdcr7iXAF7kBtK8nTANBgkqhkiG9w0BAQUFADBe +MQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0 +ZC4xKjAoBgNVBAsMIWVQS0kgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe +Fw0wNDEyMjAwMjMxMjdaFw0zNDEyMjAwMjMxMjdaMF4xCzAJBgNVBAYTAlRXMSMw +IQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEqMCgGA1UECwwhZVBL +SSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEF +AAOCAg8AMIICCgKCAgEA4SUP7o3biDN1Z82tH306Tm2d0y8U82N0ywEhajfqhFAH +SyZbCUNsIZ5qyNUD9WBpj8zwIuQf5/dqIjG3LBXy4P4AakP/h2XGtRrBp0xtInAh +ijHyl3SJCRImHJ7K2RKilTza6We/CKBk49ZCt0Xvl/T29de1ShUCWH2YWEtgvM3X +DZoTM1PRYfl61dd4s5oz9wCGzh1NlDivqOx4UXCKXBCDUSH3ET00hl7lSM2XgYI1 +TBnsZfZrxQWh7kcT1rMhJ5QQCtkkO7q+RBNGMD+XPNjX12ruOzjjK9SXDrkb5wdJ +fzcq+Xd4z1TtW0ado4AOkUPB1ltfFLqfpo0kR0BZv3I4sjZsN/+Z0V0OWQqraffA +sgRFelQArr5T9rXn4fg8ozHSqf4hUmTFpmfwdQcGlBSBVcYn5AGPF8Fqcde+S/uU +WH1+ETOxQvdibBjWzwloPn9s9h6PYq2lY9sJpx8iQkEeb5mKPtf5P0B6ebClAZLS +nT0IFaUQAS2zMnaolQ2zepr7BxB4EW/hj8e6DyUadCrlHJhBmd8hh+iVBmoKs2pH +dmX2Os+PYhcZewoozRrSgx4hxyy/vv9haLdnG7t4TY3OZ+XkwY63I2binZB1NJip +NiuKmpS5nezMirH4JYlcWrYvjB9teSSnUmjDhDXiZo1jDiVN1Rmy5nk3pyKdVDEC +AwEAAaNqMGgwHQYDVR0OBBYEFB4M97Zn8uGSJglFwFU5Lnc/QkqiMAwGA1UdEwQF +MAMBAf8wOQYEZyoHAAQxMC8wLQIBADAJBgUrDgMCGgUAMAcGBWcqAwAABBRFsMLH +ClZ87lt4DJX5GFPBphzYEDANBgkqhkiG9w0BAQUFAAOCAgEACbODU1kBPpVJufGB +uvl2ICO1J2B01GqZNF5sAFPZn/KmsSQHRGoqxqWOeBLoR9lYGxMqXnmbnwoqZ6Yl +PwZpVnPDimZI+ymBV3QGypzqKOg4ZyYr8dW1P2WT+DZdjo2NQCCHGervJ8A9tDkP +JXtoUHRVnAxZfVo9QZQlUgjgRywVMRnVvwdVxrsStZf0X4OFunHB2WyBEXYKCrC/ +gpf36j36+uwtqSiUO1bd0lEursC9CBWMd1I0ltabrNMdjmEPNXubrjlpC2JgQCA2 +j6/7Nu4tCEoduL+bXPjqpRugc6bY+G7gMwRfaKonh+3ZwZCc7b3jajWvY9+rGNm6 +5ulK6lCKD2GTHuItGeIwlDWSXQ62B68ZgI9HkFFLLk3dheLSClIKF5r8GrBQAuUB +o2M3IUxExJtRmREOc5wGj1QupyheRDmHVi03vYVElOEMSyycw5KFNGHLD7ibSkNS +/jQ6fbjpKdx2qcgw+BRxgMYeNkh0IkFch4LoGHGLQYlE535YW6i4jRPpp2zDR+2z +Gp1iro2C6pSe3VkQw63d4k3jMdXH7OjysP6SHhYKGvzZ8/gntsm+HbRsZJB/9OTE +W9c3rkIO3aQab3yIVMUWbuF6aC74Or8NpDyJO3inTmODBCEIZ43ygknQW/2xzQ+D +hNQ+IIX3Sj0rnP0qCglN6oH4EZw= +-----END CERTIFICATE----- + +# Issuer: O=certSIGN OU=certSIGN ROOT CA +# Subject: O=certSIGN OU=certSIGN ROOT CA +# Label: "certSIGN ROOT CA" +# Serial: 35210227249154 +# MD5 Fingerprint: 18:98:c0:d6:e9:3a:fc:f9:b0:f5:0c:f7:4b:01:44:17 +# SHA1 Fingerprint: fa:b7:ee:36:97:26:62:fb:2d:b0:2a:f6:bf:03:fd:e8:7c:4b:2f:9b +# SHA256 Fingerprint: ea:a9:62:c4:fa:4a:6b:af:eb:e4:15:19:6d:35:1c:cd:88:8d:4f:53:f3:fa:8a:e6:d7:c4:66:a9:4e:60:42:bb +-----BEGIN CERTIFICATE----- +MIIDODCCAiCgAwIBAgIGIAYFFnACMA0GCSqGSIb3DQEBBQUAMDsxCzAJBgNVBAYT +AlJPMREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBD +QTAeFw0wNjA3MDQxNzIwMDRaFw0zMTA3MDQxNzIwMDRaMDsxCzAJBgNVBAYTAlJP +MREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBDQTCC +ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALczuX7IJUqOtdu0KBuqV5Do +0SLTZLrTk+jUrIZhQGpgV2hUhE28alQCBf/fm5oqrl0Hj0rDKH/v+yv6efHHrfAQ +UySQi2bJqIirr1qjAOm+ukbuW3N7LBeCgV5iLKECZbO9xSsAfsT8AzNXDe3i+s5d +RdY4zTW2ssHQnIFKquSyAVwdj1+ZxLGt24gh65AIgoDzMKND5pCCrlUoSe1b16kQ +OA7+j0xbm0bqQfWwCHTD0IgztnzXdN/chNFDDnU5oSVAKOp4yw4sLjmdjItuFhwv +JoIQ4uNllAoEwF73XVv4EOLQunpL+943AAAaWyjj0pxzPjKHmKHJUS/X3qwzs08C +AwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAcYwHQYDVR0O +BBYEFOCMm9slSbPxfIbWskKHC9BroNnkMA0GCSqGSIb3DQEBBQUAA4IBAQA+0hyJ +LjX8+HXd5n9liPRyTMks1zJO890ZeUe9jjtbkw9QSSQTaxQGcu8J06Gh40CEyecY +MnQ8SG4Pn0vU9x7Tk4ZkVJdjclDVVc/6IJMCopvDI5NOFlV2oHB5bc0hH88vLbwZ +44gx+FkagQnIl6Z0x2DEW8xXjrJ1/RsCCdtZb3KTafcxQdaIOL+Hsr0Wefmq5L6I +Jd1hJyMctTEHBDa0GpC9oHRxUIltvBTjD4au8as+x6AJzKNI0eDbZOeStc+vckNw +i/nDhDwTqn6Sm1dTk/pwwpEOMfmbZ13pljheX7NzTogVZ96edhBiIL5VaZVDADlN +9u6wWk5JRFRYX0KD +-----END CERTIFICATE----- + +# Issuer: CN=NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny O=NetLock Kft. OU=Tan\xfas\xedtv\xe1nykiad\xf3k (Certification Services) +# Subject: CN=NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny O=NetLock Kft. OU=Tan\xfas\xedtv\xe1nykiad\xf3k (Certification Services) +# Label: "NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny" +# Serial: 80544274841616 +# MD5 Fingerprint: c5:a1:b7:ff:73:dd:d6:d7:34:32:18:df:fc:3c:ad:88 +# SHA1 Fingerprint: 06:08:3f:59:3f:15:a1:04:a0:69:a4:6b:a9:03:d0:06:b7:97:09:91 +# SHA256 Fingerprint: 6c:61:da:c3:a2:de:f0:31:50:6b:e0:36:d2:a6:fe:40:19:94:fb:d1:3d:f9:c8:d4:66:59:92:74:c4:46:ec:98 +-----BEGIN CERTIFICATE----- +MIIEFTCCAv2gAwIBAgIGSUEs5AAQMA0GCSqGSIb3DQEBCwUAMIGnMQswCQYDVQQG +EwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFTATBgNVBAoMDE5ldExvY2sgS2Z0LjE3 +MDUGA1UECwwuVGFuw7pzw610dsOhbnlraWFkw7NrIChDZXJ0aWZpY2F0aW9uIFNl +cnZpY2VzKTE1MDMGA1UEAwwsTmV0TG9jayBBcmFueSAoQ2xhc3MgR29sZCkgRsWR +dGFuw7pzw610dsOhbnkwHhcNMDgxMjExMTUwODIxWhcNMjgxMjA2MTUwODIxWjCB +pzELMAkGA1UEBhMCSFUxETAPBgNVBAcMCEJ1ZGFwZXN0MRUwEwYDVQQKDAxOZXRM +b2NrIEtmdC4xNzA1BgNVBAsMLlRhbsO6c8OtdHbDoW55a2lhZMOzayAoQ2VydGlm +aWNhdGlvbiBTZXJ2aWNlcykxNTAzBgNVBAMMLE5ldExvY2sgQXJhbnkgKENsYXNz +IEdvbGQpIEbFkXRhbsO6c8OtdHbDoW55MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A +MIIBCgKCAQEAxCRec75LbRTDofTjl5Bu0jBFHjzuZ9lk4BqKf8owyoPjIMHj9DrT +lF8afFttvzBPhCf2nx9JvMaZCpDyD/V/Q4Q3Y1GLeqVw/HpYzY6b7cNGbIRwXdrz +AZAj/E4wqX7hJ2Pn7WQ8oLjJM2P+FpD/sLj916jAwJRDC7bVWaaeVtAkH3B5r9s5 +VA1lddkVQZQBr17s9o3x/61k/iCa11zr/qYfCGSji3ZVrR47KGAuhyXoqq8fxmRG +ILdwfzzeSNuWU7c5d+Qa4scWhHaXWy+7GRWF+GmF9ZmnqfI0p6m2pgP8b4Y9VHx2 +BJtr+UBdADTHLpl1neWIA6pN+APSQnbAGwIDAKiLo0UwQzASBgNVHRMBAf8ECDAG +AQH/AgEEMA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUzPpnk/C2uNClwB7zU/2M +U9+D15YwDQYJKoZIhvcNAQELBQADggEBAKt/7hwWqZw8UQCgwBEIBaeZ5m8BiFRh +bvG5GK1Krf6BQCOUL/t1fC8oS2IkgYIL9WHxHG64YTjrgfpioTtaYtOUZcTh5m2C ++C8lcLIhJsFyUR+MLMOEkMNaj7rP9KdlpeuY0fsFskZ1FSNqb4VjMIDw1Z4fKRzC +bLBQWV2QWzuoDTDPv31/zvGdg73JRm4gpvlhUbohL3u+pRVjodSVh/GeufOJ8z2F +uLjbvrW5KfnaNwUASZQDhETnv0Mxz3WLJdH0pmT1kvarBes96aULNmLazAZfNou2 +XjG4Kvte9nHfRCaexOYNkbQudZWAUWpLMKawYqGT8ZvYzsRjdT9ZR7E= +-----END CERTIFICATE----- + +# Issuer: CN=SecureSign RootCA11 O=Japan Certification Services, Inc. +# Subject: CN=SecureSign RootCA11 O=Japan Certification Services, Inc. +# Label: "SecureSign RootCA11" +# Serial: 1 +# MD5 Fingerprint: b7:52:74:e2:92:b4:80:93:f2:75:e4:cc:d7:f2:ea:26 +# SHA1 Fingerprint: 3b:c4:9f:48:f8:f3:73:a0:9c:1e:bd:f8:5b:b1:c3:65:c7:d8:11:b3 +# SHA256 Fingerprint: bf:0f:ee:fb:9e:3a:58:1a:d5:f9:e9:db:75:89:98:57:43:d2:61:08:5c:4d:31:4f:6f:5d:72:59:aa:42:16:12 +-----BEGIN CERTIFICATE----- +MIIDbTCCAlWgAwIBAgIBATANBgkqhkiG9w0BAQUFADBYMQswCQYDVQQGEwJKUDEr +MCkGA1UEChMiSmFwYW4gQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcywgSW5jLjEcMBoG +A1UEAxMTU2VjdXJlU2lnbiBSb290Q0ExMTAeFw0wOTA0MDgwNDU2NDdaFw0yOTA0 +MDgwNDU2NDdaMFgxCzAJBgNVBAYTAkpQMSswKQYDVQQKEyJKYXBhbiBDZXJ0aWZp +Y2F0aW9uIFNlcnZpY2VzLCBJbmMuMRwwGgYDVQQDExNTZWN1cmVTaWduIFJvb3RD +QTExMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA/XeqpRyQBTvLTJsz +i1oURaTnkBbR31fSIRCkF/3frNYfp+TbfPfs37gD2pRY/V1yfIw/XwFndBWW4wI8 +h9uuywGOwvNmxoVF9ALGOrVisq/6nL+k5tSAMJjzDbaTj6nU2DbysPyKyiyhFTOV +MdrAG/LuYpmGYz+/3ZMqg6h2uRMft85OQoWPIucuGvKVCbIFtUROd6EgvanyTgp9 +UK31BQ1FT0Zx/Sg+U/sE2C3XZR1KG/rPO7AxmjVuyIsG0wCR8pQIZUyxNAYAeoni +8McDWc/V1uinMrPmmECGxc0nEovMe863ETxiYAcjPitAbpSACW22s293bzUIUPsC +h8U+iQIDAQABo0IwQDAdBgNVHQ4EFgQUW/hNT7KlhtQ60vFjmqC+CfZXt94wDgYD +VR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEB +AKChOBZmLqdWHyGcBvod7bkixTgm2E5P7KN/ed5GIaGHd48HCJqypMWvDzKYC3xm +KbabfSVSSUOrTC4rbnpwrxYO4wJs+0LmGJ1F2FXI6Dvd5+H0LgscNFxsWEr7jIhQ +X5Ucv+2rIrVls4W6ng+4reV6G4pQOh29Dbx7VFALuUKvVaAYga1lme++5Jy/xIWr +QbJUb9wlze144o4MjQlJ3WN7WmmWAiGovVJZ6X01y8hSyn+B/tlr0/cR7SXf+Of5 +pPpyl4RTDaXQMhhRdlkUbA/r7F+AjHVDg8OFmP9Mni0N5HeDk061lgeLKBObjBmN +QSdJQO7e5iNEOdyhIta6A/I= +-----END CERTIFICATE----- + +# Issuer: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd. +# Subject: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd. +# Label: "Microsec e-Szigno Root CA 2009" +# Serial: 14014712776195784473 +# MD5 Fingerprint: f8:49:f4:03:bc:44:2d:83:be:48:69:7d:29:64:fc:b1 +# SHA1 Fingerprint: 89:df:74:fe:5c:f4:0f:4a:80:f9:e3:37:7d:54:da:91:e1:01:31:8e +# SHA256 Fingerprint: 3c:5f:81:fe:a5:fa:b8:2c:64:bf:a2:ea:ec:af:cd:e8:e0:77:fc:86:20:a7:ca:e5:37:16:3d:f3:6e:db:f3:78 +-----BEGIN CERTIFICATE----- +MIIECjCCAvKgAwIBAgIJAMJ+QwRORz8ZMA0GCSqGSIb3DQEBCwUAMIGCMQswCQYD +VQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0 +ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3ppZ25vIFJvb3QgQ0EgMjAwOTEfMB0G +CSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5odTAeFw0wOTA2MTYxMTMwMThaFw0y +OTEyMzAxMTMwMThaMIGCMQswCQYDVQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3Qx +FjAUBgNVBAoMDU1pY3Jvc2VjIEx0ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3pp +Z25vIFJvb3QgQ0EgMjAwOTEfMB0GCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5o +dTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOn4j/NjrdqG2KfgQvvP +kd6mJviZpWNwrZuuyjNAfW2WbqEORO7hE52UQlKavXWFdCyoDh2Tthi3jCyoz/tc +cbna7P7ofo/kLx2yqHWH2Leh5TvPmUpG0IMZfcChEhyVbUr02MelTTMuhTlAdX4U +fIASmFDHQWe4oIBhVKZsTh/gnQ4H6cm6M+f+wFUoLAKApxn1ntxVUwOXewdI/5n7 +N4okxFnMUBBjjqqpGrCEGob5X7uxUG6k0QrM1XF+H6cbfPVTbiJfyyvm1HxdrtbC +xkzlBQHZ7Vf8wSN5/PrIJIOV87VqUQHQd9bpEqH5GoP7ghu5sJf0dgYzQ0mg/wu1 ++rUCAwEAAaOBgDB+MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G +A1UdDgQWBBTLD8bfQkPMPcu1SCOhGnqmKrs0aDAfBgNVHSMEGDAWgBTLD8bfQkPM +Pcu1SCOhGnqmKrs0aDAbBgNVHREEFDASgRBpbmZvQGUtc3ppZ25vLmh1MA0GCSqG +SIb3DQEBCwUAA4IBAQDJ0Q5eLtXMs3w+y/w9/w0olZMEyL/azXm4Q5DwpL7v8u8h +mLzU1F0G9u5C7DBsoKqpyvGvivo/C3NqPuouQH4frlRheesuCDfXI/OMn74dseGk +ddug4lQUsbocKaQY9hK6ohQU4zE1yED/t+AFdlfBHFny+L/k7SViXITwfn4fs775 +tyERzAMBVnCnEJIeGzSBHq2cGsMEPO0CYdYeBvNfOofyK/FFh+U9rNHHV4S9a67c +2Pm2G2JwCz02yULyMtd6YebS2z3PyKnJm9zbWETXbzivf3jTo60adbocwTZ8jx5t +HMN1Rq41Bab2XD0h7lbwyYIiLXpUq3DDfSJlgnCW +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3 +# Label: "GlobalSign Root CA - R3" +# Serial: 4835703278459759426209954 +# MD5 Fingerprint: c5:df:b8:49:ca:05:13:55:ee:2d:ba:1a:c3:3e:b0:28 +# SHA1 Fingerprint: d6:9b:56:11:48:f0:1c:77:c5:45:78:c1:09:26:df:5b:85:69:76:ad +# SHA256 Fingerprint: cb:b5:22:d7:b7:f1:27:ad:6a:01:13:86:5b:df:1c:d4:10:2e:7d:07:59:af:63:5a:7c:f4:72:0d:c9:63:c5:3b +-----BEGIN CERTIFICATE----- +MIIDXzCCAkegAwIBAgILBAAAAAABIVhTCKIwDQYJKoZIhvcNAQELBQAwTDEgMB4G +A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjMxEzARBgNVBAoTCkdsb2JhbFNp +Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDkwMzE4MTAwMDAwWhcNMjkwMzE4 +MTAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMzETMBEG +A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAMwldpB5BngiFvXAg7aEyiie/QV2EcWtiHL8 +RgJDx7KKnQRfJMsuS+FggkbhUqsMgUdwbN1k0ev1LKMPgj0MK66X17YUhhB5uzsT +gHeMCOFJ0mpiLx9e+pZo34knlTifBtc+ycsmWQ1z3rDI6SYOgxXG71uL0gRgykmm +KPZpO/bLyCiR5Z2KYVc3rHQU3HTgOu5yLy6c+9C7v/U9AOEGM+iCK65TpjoWc4zd +QQ4gOsC0p6Hpsk+QLjJg6VfLuQSSaGjlOCZgdbKfd/+RFO+uIEn8rUAVSNECMWEZ +XriX7613t2Saer9fwRPvm2L7DWzgVGkWqQPabumDk3F2xmmFghcCAwEAAaNCMEAw +DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI/wS3+o +LkUkrk1Q+mOai97i3Ru8MA0GCSqGSIb3DQEBCwUAA4IBAQBLQNvAUKr+yAzv95ZU +RUm7lgAJQayzE4aGKAczymvmdLm6AC2upArT9fHxD4q/c2dKg8dEe3jgr25sbwMp +jjM5RcOO5LlXbKr8EpbsU8Yt5CRsuZRj+9xTaGdWPoO4zzUhw8lo/s7awlOqzJCK +6fBdRoyV3XpYKBovHd7NADdBj+1EbddTKJd+82cEHhXXipa0095MJ6RMG3NzdvQX +mcIfeg7jLQitChws/zyrVQ4PkX4268NXSb7hLi18YIvDQVETI53O9zJrlAGomecs +Mx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7rkpeDMdmztcpH +WD9f +-----END CERTIFICATE----- + +# Issuer: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 +# Subject: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 +# Label: "Autoridad de Certificacion Firmaprofesional CIF A62634068" +# Serial: 6047274297262753887 +# MD5 Fingerprint: 73:3a:74:7a:ec:bb:a3:96:a6:c2:e4:e2:c8:9b:c0:c3 +# SHA1 Fingerprint: ae:c5:fb:3f:c8:e1:bf:c4:e5:4f:03:07:5a:9a:e8:00:b7:f7:b6:fa +# SHA256 Fingerprint: 04:04:80:28:bf:1f:28:64:d4:8f:9a:d4:d8:32:94:36:6a:82:88:56:55:3f:3b:14:30:3f:90:14:7f:5d:40:ef +-----BEGIN CERTIFICATE----- +MIIGFDCCA/ygAwIBAgIIU+w77vuySF8wDQYJKoZIhvcNAQEFBQAwUTELMAkGA1UE +BhMCRVMxQjBABgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1h +cHJvZmVzaW9uYWwgQ0lGIEE2MjYzNDA2ODAeFw0wOTA1MjAwODM4MTVaFw0zMDEy +MzEwODM4MTVaMFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUg +Q2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBBNjI2MzQwNjgwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDDUtd9 +thDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL/UR5GLXMnE42QQM +cas9UX4PB99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7/DhHf9qFD0sefG +L9ItWY16Ck6WaVICqjaY7Pz6FIMMNx/Jkjd/14Et5cS54D40/mf0PmbR0/RAz15i +NA9wBj4gGFrO93IbJWyTdBSTo3OxDqqHECNZXyAFGUftaI6SEspd/NYrspI8IM/h +X68gvqB2f3bl7BqGYTM+53u0P6APjqK5am+5hyZvQWyIplD9amML9ZMWGxmPsu2b +m8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctXMbScyJCy +Z/QYFpM6/EfY0XiWMR+6KwxfXZmtY4laJCB22N/9q06mIqqdXuYnin1oKaPnirja +EbsXLZmdEyRG98Xi2J+Of8ePdG1asuhy9azuJBCtLxTa/y2aRnFHvkLfuwHb9H/T +KI8xWVvTyQKmtFLKbpf7Q8UIJm+K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF +6NkBiDkal4ZkQdU7hwxu+g/GvUgUvzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVh +OSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMBIGA1UdEwEB/wQIMAYBAf8CAQEwDgYD +VR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRlzeurNR4APn7VdMActHNHDhpkLzCBpgYD +VR0gBIGeMIGbMIGYBgRVHSAAMIGPMC8GCCsGAQUFBwIBFiNodHRwOi8vd3d3LmZp +cm1hcHJvZmVzaW9uYWwuY29tL2NwczBcBggrBgEFBQcCAjBQHk4AUABhAHMAZQBv +ACAAZABlACAAbABhACAAQgBvAG4AYQBuAG8AdgBhACAANAA3ACAAQgBhAHIAYwBl +AGwAbwBuAGEAIAAwADgAMAAxADcwDQYJKoZIhvcNAQEFBQADggIBABd9oPm03cXF +661LJLWhAqvdpYhKsg9VSytXjDvlMd3+xDLx51tkljYyGOylMnfX40S2wBEqgLk9 +am58m9Ot/MPWo+ZkKXzR4Tgegiv/J2Wv+xYVxC5xhOW1//qkR71kMrv2JYSiJ0L1 +ILDCExARzRAVukKQKtJE4ZYm6zFIEv0q2skGz3QeqUvVhyj5eTSSPi5E6PaPT481 +PyWzOdxjKpBrIF/EUhJOlywqrJ2X3kjyo2bbwtKDlaZmp54lD+kLM5FlClrD2VQS +3a/DTg4fJl4N3LON7NWBcN7STyQF82xO9UxJZo3R/9ILJUFI/lGExkKvgATP0H5k +SeTy36LssUzAKh3ntLFlosS88Zj0qnAHY7S42jtM+kAiMFsRpvAFDsYCA0irhpuF +3dvd6qJ2gHN99ZwExEWN57kci57q13XRcrHedUTnQn3iV2t93Jm8PYMo6oCTjcVM +ZcFwgbg4/EMxsvYDNEeyrPsiBsse3RdHHF9mudMaotoRsaS8I8nkvof/uZS2+F0g +StRf571oe2XyFR7SOqkt6dhrJKyXWERHrVkY8SFlcN7ONGCoQPHzPKTDKCOM/icz +Q0CgFzzr6juwcqajuUpLXhZI9LK8yIySxZ2frHI2vDSANGupi5LAuBft7HZT9SQB +jLMi6Et8Vcad+qMUu2WFbm5PEn4KPJ2V +-----END CERTIFICATE----- + +# Issuer: CN=Izenpe.com O=IZENPE S.A. +# Subject: CN=Izenpe.com O=IZENPE S.A. +# Label: "Izenpe.com" +# Serial: 917563065490389241595536686991402621 +# MD5 Fingerprint: a6:b0:cd:85:80:da:5c:50:34:a3:39:90:2f:55:67:73 +# SHA1 Fingerprint: 2f:78:3d:25:52:18:a7:4a:65:39:71:b5:2c:a2:9c:45:15:6f:e9:19 +# SHA256 Fingerprint: 25:30:cc:8e:98:32:15:02:ba:d9:6f:9b:1f:ba:1b:09:9e:2d:29:9e:0f:45:48:bb:91:4f:36:3b:c0:d4:53:1f +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc. +# Subject: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc. +# Label: "Go Daddy Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: 80:3a:bc:22:c1:e6:fb:8d:9b:3b:27:4a:32:1b:9a:01 +# SHA1 Fingerprint: 47:be:ab:c9:22:ea:e8:0e:78:78:34:62:a7:9f:45:c2:54:fd:e6:8b +# SHA256 Fingerprint: 45:14:0b:32:47:eb:9c:c8:c5:b4:f0:d7:b5:30:91:f7:32:92:08:9e:6e:5a:63:e2:74:9d:d3:ac:a9:19:8e:da +-----BEGIN CERTIFICATE----- +MIIDxTCCAq2gAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoT +EUdvRGFkZHkuY29tLCBJbmMuMTEwLwYDVQQDEyhHbyBEYWRkeSBSb290IENlcnRp +ZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIz +NTk1OVowgYMxCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6b25hMRMwEQYDVQQH +EwpTY290dHNkYWxlMRowGAYDVQQKExFHb0RhZGR5LmNvbSwgSW5jLjExMC8GA1UE +AxMoR28gRGFkZHkgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIw +DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL9xYgjx+lk09xvJGKP3gElY6SKD +E6bFIEMBO4Tx5oVJnyfq9oQbTqC023CYxzIBsQU+B07u9PpPL1kwIuerGVZr4oAH +/PMWdYA5UXvl+TW2dE6pjYIT5LY/qQOD+qK+ihVqf94Lw7YZFAXK6sOoBJQ7Rnwy +DfMAZiLIjWltNowRGLfTshxgtDj6AozO091GB94KPutdfMh8+7ArU6SSYmlRJQVh +GkSBjCypQ5Yj36w6gZoOKcUcqeldHraenjAKOc7xiID7S13MMuyFYkMlNAJWJwGR +tDtwKj9useiciAF9n9T521NtYJ2/LOdYq7hfRvzOxBsDPAnrSTFcaUaz4EcCAwEA +AaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE +FDqahQcQZyi27/a9BUFuIMGU2g/eMA0GCSqGSIb3DQEBCwUAA4IBAQCZ21151fmX +WWcDYfF+OwYxdS2hII5PZYe096acvNjpL9DbWu7PdIxztDhC2gV7+AJ1uP2lsdeu +9tfeE8tTEH6KRtGX+rcuKxGrkLAngPnon1rpN5+r5N9ss4UXnT3ZJE95kTXWXwTr +gIOrmgIttRD02JDHBHNA7XIloKmf7J6raBKZV8aPEjoJpL1E/QYVN8Gb5DKj7Tjo +2GTzLH4U/ALqn83/B2gX2yKQOC16jdFU8WnjXzPKej17CuPKf1855eJ1usV2GDPO +LPAvTK33sefOT6jEm0pUBsV/fdUID+Ic/n4XuKxe9tQWskMJDE32p2u0mYRlynqI +4uJEvlz36hz1 +-----END CERTIFICATE----- + +# Issuer: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Subject: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Label: "Starfield Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: d6:39:81:c6:52:7e:96:69:fc:fc:ca:66:ed:05:f2:96 +# SHA1 Fingerprint: b5:1c:06:7c:ee:2b:0c:3d:f8:55:ab:2d:92:f4:fe:39:d4:e7:0f:0e +# SHA256 Fingerprint: 2c:e1:cb:0b:f9:d2:f9:e1:02:99:3f:be:21:51:52:c3:b2:dd:0c:ab:de:1c:68:e5:31:9b:83:91:54:db:b7:f5 +-----BEGIN CERTIFICATE----- +MIID3TCCAsWgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT +HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAMTKVN0YXJmaWVs +ZCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAw +MFoXDTM3MTIzMTIzNTk1OVowgY8xCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6 +b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFyZmllbGQgVGVj +aG5vbG9naWVzLCBJbmMuMTIwMAYDVQQDEylTdGFyZmllbGQgUm9vdCBDZXJ0aWZp +Y2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC +ggEBAL3twQP89o/8ArFvW59I2Z154qK3A2FWGMNHttfKPTUuiUP3oWmb3ooa/RMg +nLRJdzIpVv257IzdIvpy3Cdhl+72WoTsbhm5iSzchFvVdPtrX8WJpRBSiUZV9Lh1 +HOZ/5FSuS/hVclcCGfgXcVnrHigHdMWdSL5stPSksPNkN3mSwOxGXn/hbVNMYq/N +Hwtjuzqd+/x5AJhhdM8mgkBj87JyahkNmcrUDnXMN/uLicFZ8WJ/X7NfZTD4p7dN +dloedl40wOiWVpmKs/B/pM293DIxfJHP4F8R+GuqSVzRmZTRouNjWwl2tVZi4Ut0 +HZbUJtQIBFnQmA4O5t78w+wfkPECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO +BgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFHwMMh+n2TB/xH1oo2Kooc6rB1snMA0G +CSqGSIb3DQEBCwUAA4IBAQARWfolTwNvlJk7mh+ChTnUdgWUXuEok21iXQnCoKjU +sHU48TRqneSfioYmUeYs0cYtbpUgSpIB7LiKZ3sx4mcujJUDJi5DnUox9g61DLu3 +4jd/IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUwF5okxBDgBPfg +8n/Uqgr/Qh037ZTlZFkSIHc40zI+OIF1lnP6aI+xy84fxez6nH7PfrHxBy22/L/K +pL/QlwVKvOoYKAKQvVR4CSFx09F9HdkWsKlhPdAKACL8x3vLCWRFCztAgfd9fDL1 +mMpYjn0q7pBZc2T5NnReJaH1ZgUufzkVqSr7UIuOhWn0 +-----END CERTIFICATE----- + +# Issuer: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Subject: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Label: "Starfield Services Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: 17:35:74:af:7b:61:1c:eb:f4:f9:3c:e2:ee:40:f9:a2 +# SHA1 Fingerprint: 92:5a:8f:8d:2c:6d:04:e0:66:5f:59:6a:ff:22:d8:63:e8:25:6f:3f +# SHA256 Fingerprint: 56:8d:69:05:a2:c8:87:08:a4:b3:02:51:90:ed:cf:ed:b1:97:4a:60:6a:13:c6:e5:29:0f:cb:2a:e6:3e:da:b5 +-----BEGIN CERTIFICATE----- +MIID7zCCAtegAwIBAgIBADANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT +HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVs +ZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5 +MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgZgxCzAJBgNVBAYTAlVTMRAwDgYD +VQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFy +ZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTswOQYDVQQDEzJTdGFyZmllbGQgU2Vy +dmljZXMgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBANUMOsQq+U7i9b4Zl1+OiFOxHz/Lz58gE20p +OsgPfTz3a3Y4Y9k2YKibXlwAgLIvWX/2h/klQ4bnaRtSmpDhcePYLQ1Ob/bISdm2 +8xpWriu2dBTrz/sm4xq6HZYuajtYlIlHVv8loJNwU4PahHQUw2eeBGg6345AWh1K +Ts9DkTvnVtYAcMtS7nt9rjrnvDH5RfbCYM8TWQIrgMw0R9+53pBlbQLPLJGmpufe +hRhJfGZOozptqbXuNC66DQO4M99H67FrjSXZm86B0UVGMpZwh94CDklDhbZsc7tk +6mFBrMnUVN+HL8cisibMn1lUaJ/8viovxFUcdUBgF4UCVTmLfwUCAwEAAaNCMEAw +DwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJxfAN+q +AdcwKziIorhtSpzyEZGDMA0GCSqGSIb3DQEBCwUAA4IBAQBLNqaEd2ndOxmfZyMI +bw5hyf2E3F/YNoHN2BtBLZ9g3ccaaNnRbobhiCPPE95Dz+I0swSdHynVv/heyNXB +ve6SbzJ08pGCL72CQnqtKrcgfU28elUSwhXqvfdqlS5sdJ/PHLTyxQGjhdByPq1z +qwubdQxtRbeOlKyWN7Wg0I8VRw7j6IPdj/3vQQF3zCepYoUz8jcI73HPdwbeyBkd +iEDPfUYd/x7H4c7/I9vG+o1VTqkC50cRRj70/b17KSa7qWFiNyi2LSr2EIZkyXCn +0q23KXB56jzaYyWf/Wi3MOxw+3WKt21gZ7IeyLnp2KhvAotnDU0mV3HaIPzBSlCN +sSi6 +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Commercial O=AffirmTrust +# Subject: CN=AffirmTrust Commercial O=AffirmTrust +# Label: "AffirmTrust Commercial" +# Serial: 8608355977964138876 +# MD5 Fingerprint: 82:92:ba:5b:ef:cd:8a:6f:a6:3d:55:f9:84:f6:d6:b7 +# SHA1 Fingerprint: f9:b5:b6:32:45:5f:9c:be:ec:57:5f:80:dc:e9:6e:2c:c7:b2:78:b7 +# SHA256 Fingerprint: 03:76:ab:1d:54:c5:f9:80:3c:e4:b2:e2:01:a0:ee:7e:ef:7b:57:b6:36:e8:a9:3c:9b:8d:48:60:c9:6f:5f:a7 +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIId3cGJyapsXwwDQYJKoZIhvcNAQELBQAwRDELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz +dCBDb21tZXJjaWFsMB4XDTEwMDEyOTE0MDYwNloXDTMwMTIzMTE0MDYwNlowRDEL +MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp +cm1UcnVzdCBDb21tZXJjaWFsMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEA9htPZwcroRX1BiLLHwGy43NFBkRJLLtJJRTWzsO3qyxPxkEylFf6EqdbDuKP +Hx6GGaeqtS25Xw2Kwq+FNXkyLbscYjfysVtKPcrNcV/pQr6U6Mje+SJIZMblq8Yr +ba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL +MeIrJmqbTFeurCA+ukV6BfO9m2kVrn1OIGPENXY6BwLJN/3HR+7o8XYdcxXyl6S1 +yHp52UKqK39c/s4mT6NmgTWvRLpUHhwwMmWd5jyTXlBOeuM61G7MGvv50jeuJCqr +VwMiKA1JdX+3KNp1v47j3A55MQIDAQABo0IwQDAdBgNVHQ4EFgQUnZPGU4teyq8/ +nx4P5ZmVvCT2lI8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ +KoZIhvcNAQELBQADggEBAFis9AQOzcAN/wr91LoWXym9e2iZWEnStB03TX8nfUYG +XUPGhi4+c7ImfU+TqbbEKpqrIZcUsd6M06uJFdhrJNTxFq7YpFzUf1GO7RgBsZNj +vbz4YYCanrHOQnDiqX0GJX0nof5v7LMeJNrjS1UaADs1tDvZ110w/YETifLCBivt +Z8SOyUOyXGsViQK8YvxO8rUzqrJv0wqiUOP2O+guRMLbZjipM1ZI8W0bM40NjD9g +N53Tym1+NH4Nn3J2ixufcv1SNUFFApYvHLKac0khsUlHRUe072o0EclNmsxZt9YC +nlpOZbWUrhvfKbAW8b8Angc6F2S1BLUjIZkKlTuXfO8= +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Networking O=AffirmTrust +# Subject: CN=AffirmTrust Networking O=AffirmTrust +# Label: "AffirmTrust Networking" +# Serial: 8957382827206547757 +# MD5 Fingerprint: 42:65:ca:be:01:9a:9a:4c:a9:8c:41:49:cd:c0:d5:7f +# SHA1 Fingerprint: 29:36:21:02:8b:20:ed:02:f5:66:c5:32:d1:d6:ed:90:9f:45:00:2f +# SHA256 Fingerprint: 0a:81:ec:5a:92:97:77:f1:45:90:4a:f3:8d:5d:50:9f:66:b5:e2:c5:8f:cd:b5:31:05:8b:0e:17:f3:f0:b4:1b +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIIfE8EORzUmS0wDQYJKoZIhvcNAQEFBQAwRDELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz +dCBOZXR3b3JraW5nMB4XDTEwMDEyOTE0MDgyNFoXDTMwMTIzMTE0MDgyNFowRDEL +MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp +cm1UcnVzdCBOZXR3b3JraW5nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEAtITMMxcua5Rsa2FSoOujz3mUTOWUgJnLVWREZY9nZOIG41w3SfYvm4SEHi3y +YJ0wTsyEheIszx6e/jarM3c1RNg1lho9Nuh6DtjVR6FqaYvZ/Ls6rnla1fTWcbua +kCNrmreIdIcMHl+5ni36q1Mr3Lt2PpNMCAiMHqIjHNRqrSK6mQEubWXLviRmVSRL +QESxG9fhwoXA3hA/Pe24/PHxI1Pcv2WXb9n5QHGNfb2V1M6+oF4nI979ptAmDgAp +6zxG8D1gvz9Q0twmQVGeFDdCBKNwV6gbh+0t+nvujArjqWaJGctB+d1ENmHP4ndG +yH329JKBNv3bNPFyfvMMFr20FQIDAQABo0IwQDAdBgNVHQ4EFgQUBx/S55zawm6i +QLSwelAQUHTEyL0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ +KoZIhvcNAQEFBQADggEBAIlXshZ6qML91tmbmzTCnLQyFE2npN/svqe++EPbkTfO +tDIuUFUaNU52Q3Eg75N3ThVwLofDwR1t3Mu1J9QsVtFSUzpE0nPIxBsFZVpikpzu +QY0x2+c06lkh1QF612S4ZDnNye2v7UsDSKegmQGA3GWjNq5lWUhPgkvIZfFXHeVZ +Lgo/bNjR9eUJtGxUAArgFU2HdW23WJZa3W3SAKD0m0i+wzekujbgfIeFlxoVot4u +olu9rxj5kFDNcFn4J2dHy8egBzp90SxdbBk6ZrV9/ZFvgrG+CJPbFEfxojfHRZ48 +x3evZKiT3/Zpg4Jg8klCNO1aAFSFHBY2kgxc+qatv9s= +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Premium O=AffirmTrust +# Subject: CN=AffirmTrust Premium O=AffirmTrust +# Label: "AffirmTrust Premium" +# Serial: 7893706540734352110 +# MD5 Fingerprint: c4:5d:0e:48:b6:ac:28:30:4e:0a:bc:f9:38:16:87:57 +# SHA1 Fingerprint: d8:a6:33:2c:e0:03:6f:b1:85:f6:63:4f:7d:6a:06:65:26:32:28:27 +# SHA256 Fingerprint: 70:a7:3f:7f:37:6b:60:07:42:48:90:45:34:b1:14:82:d5:bf:0e:69:8e:cc:49:8d:f5:25:77:eb:f2:e9:3b:9a +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIIbYwURrGmCu4wDQYJKoZIhvcNAQEMBQAwQTELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVz +dCBQcmVtaXVtMB4XDTEwMDEyOTE0MTAzNloXDTQwMTIzMTE0MTAzNlowQTELMAkG +A1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1U +cnVzdCBQcmVtaXVtMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxBLf +qV/+Qd3d9Z+K4/as4Tx4mrzY8H96oDMq3I0gW64tb+eT2TZwamjPjlGjhVtnBKAQ +JG9dKILBl1fYSCkTtuG+kU3fhQxTGJoeJKJPj/CihQvL9Cl/0qRY7iZNyaqoe5rZ ++jjeRFcV5fiMyNlI4g0WJx0eyIOFJbe6qlVBzAMiSy2RjYvmia9mx+n/K+k8rNrS +s8PhaJyJ+HoAVt70VZVs+7pk3WKL3wt3MutizCaam7uqYoNMtAZ6MMgpv+0GTZe5 +HMQxK9VfvFMSF5yZVylmd2EhMQcuJUmdGPLu8ytxjLW6OQdJd/zvLpKQBY0tL3d7 +70O/Nbua2Plzpyzy0FfuKE4mX4+QaAkvuPjcBukumj5Rp9EixAqnOEhss/n/fauG +V+O61oV4d7pD6kh/9ti+I20ev9E2bFhc8e6kGVQa9QPSdubhjL08s9NIS+LI+H+S +qHZGnEJlPqQewQcDWkYtuJfzt9WyVSHvutxMAJf7FJUnM7/oQ0dG0giZFmA7mn7S +5u046uwBHjxIVkkJx0w3AJ6IDsBz4W9m6XJHMD4Q5QsDyZpCAGzFlH5hxIrff4Ia +C1nEWTJ3s7xgaVY5/bQGeyzWZDbZvUjthB9+pSKPKrhC9IK31FOQeE4tGv2Bb0TX +OwF0lkLgAOIua+rF7nKsu7/+6qqo+Nz2snmKtmcCAwEAAaNCMEAwHQYDVR0OBBYE +FJ3AZ6YMItkm9UWrpmVSESfYRaxjMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ +BAQDAgEGMA0GCSqGSIb3DQEBDAUAA4ICAQCzV00QYk465KzquByvMiPIs0laUZx2 +KI15qldGF9X1Uva3ROgIRL8YhNILgM3FEv0AVQVhh0HctSSePMTYyPtwni94loMg +Nt58D2kTiKV1NpgIpsbfrM7jWNa3Pt668+s0QNiigfV4Py/VpfzZotReBA4Xrf5B +8OWycvpEgjNC6C1Y91aMYj+6QrCcDFx+LmUmXFNPALJ4fqENmS2NuB2OosSw/WDQ +MKSOyARiqcTtNd56l+0OOF6SL5Nwpamcb6d9Ex1+xghIsV5n61EIJenmJWtSKZGc +0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK+4w1IX2COPKpVJEZNZOUbWo6xbLQ +u4mGk+ibyQ86p3q4ofB4Rvr8Ny/lioTz3/4E2aFooC8k4gmVBtWVyuEklut89pMF +u+1z6S3RdTnX5yTb2E5fQ4+e0BQ5v1VwSJlXMbSc7kqYA5YwH2AG7hsj/oFgIxpH +YoWlzBk0gG+zrBrjn/B7SK3VAdlntqlyk+otZrWyuOQ9PLLvTIzq6we/qzWaVYa8 +GKa1qF60g2xraUDTn9zxw2lrueFtCfTxqlB2Cnp9ehehVZZCmTEJ3WARjQUwfuaO +RtGdFNrHF+QFlozEJLUbzxQHskD4o55BhrwE0GuWyCqANP2/7waj3VjFhT0+j/6e +KeC2uAloGRwYQw== +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Premium ECC O=AffirmTrust +# Subject: CN=AffirmTrust Premium ECC O=AffirmTrust +# Label: "AffirmTrust Premium ECC" +# Serial: 8401224907861490260 +# MD5 Fingerprint: 64:b0:09:55:cf:b1:d5:99:e2:be:13:ab:a6:5d:ea:4d +# SHA1 Fingerprint: b8:23:6b:00:2f:1d:16:86:53:01:55:6c:11:a4:37:ca:eb:ff:c3:bb +# SHA256 Fingerprint: bd:71:fd:f6:da:97:e4:cf:62:d1:64:7a:dd:25:81:b0:7d:79:ad:f8:39:7e:b4:ec:ba:9c:5e:84:88:82:14:23 +-----BEGIN CERTIFICATE----- +MIIB/jCCAYWgAwIBAgIIdJclisc/elQwCgYIKoZIzj0EAwMwRTELMAkGA1UEBhMC +VVMxFDASBgNVBAoMC0FmZmlybVRydXN0MSAwHgYDVQQDDBdBZmZpcm1UcnVzdCBQ +cmVtaXVtIEVDQzAeFw0xMDAxMjkxNDIwMjRaFw00MDEyMzExNDIwMjRaMEUxCzAJ +BgNVBAYTAlVTMRQwEgYDVQQKDAtBZmZpcm1UcnVzdDEgMB4GA1UEAwwXQWZmaXJt +VHJ1c3QgUHJlbWl1bSBFQ0MwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQNMF4bFZ0D +0KF5Nbc6PJJ6yhUczWLznCZcBz3lVPqj1swS6vQUX+iOGasvLkjmrBhDeKzQN8O9 +ss0s5kfiGuZjuD0uL3jET9v0D6RoTFVya5UdThhClXjMNzyR4ptlKymjQjBAMB0G +A1UdDgQWBBSaryl6wBE1NSZRMADDav5A1a7WPDAPBgNVHRMBAf8EBTADAQH/MA4G +A1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNnADBkAjAXCfOHiFBar8jAQr9HX/Vs +aobgxCd05DhT1wV/GzTjxi+zygk8N53X57hG8f2h4nECMEJZh0PUUd+60wkyWs6I +flc9nF9Ca/UHLbXwgpP5WW+uZPpY5Yse42O+tYHNbwKMeQ== +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Network CA" +# Serial: 279744 +# MD5 Fingerprint: d5:e9:81:40:c5:18:69:fc:46:2c:89:75:62:0f:aa:78 +# SHA1 Fingerprint: 07:e0:32:e0:20:b7:2c:3f:19:2f:06:28:a2:59:3a:19:a7:0f:06:9e +# SHA256 Fingerprint: 5c:58:46:8d:55:f5:8e:49:7e:74:39:82:d2:b5:00:10:b6:d1:65:37:4a:cf:83:a7:d4:a3:2d:b7:68:c4:40:8e +-----BEGIN CERTIFICATE----- +MIIDuzCCAqOgAwIBAgIDBETAMA0GCSqGSIb3DQEBBQUAMH4xCzAJBgNVBAYTAlBM +MSIwIAYDVQQKExlVbml6ZXRvIFRlY2hub2xvZ2llcyBTLkEuMScwJQYDVQQLEx5D +ZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxIjAgBgNVBAMTGUNlcnR1bSBU +cnVzdGVkIE5ldHdvcmsgQ0EwHhcNMDgxMDIyMTIwNzM3WhcNMjkxMjMxMTIwNzM3 +WjB+MQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dpZXMg +Uy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSIw +IAYDVQQDExlDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENBMIIBIjANBgkqhkiG9w0B +AQEFAAOCAQ8AMIIBCgKCAQEA4/t9o3K6wvDJFIf1awFO4W5AB7ptJ11/91sts1rH +UV+rpDKmYYe2bg+G0jACl/jXaVehGDldamR5xgFZrDwxSjh80gTSSyjoIF87B6LM +TXPb865Px1bVWqeWifrzq2jUI4ZZJ88JJ7ysbnKDHDBy3+Ci6dLhdHUZvSqeexVU +BBvXQzmtVSjF4hq79MDkrjhJM8x2hZ85RdKknvISjFH4fOQtf/WsX+sWn7Et0brM +kUJ3TCXJkDhv2/DM+44el1k+1WBO5gUo7Ul5E0u6SNsv+XLTOcr+H9g0cvW0QM8x +AcPs3hEtF10fuFDRXhmnad4HMyjKUJX5p1TLVIZQRan5SQIDAQABo0IwQDAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBQIds3LB/8k9sXN7buQvOKEN0Z19zAOBgNV +HQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQEFBQADggEBAKaorSLOAT2mo/9i0Eidi15y +sHhE49wcrwn9I0j6vSrEuVUEtRCjjSfeC4Jj0O7eDDd5QVsisrCaQVymcODU0HfL +I9MA4GxWL+FpDQ3Zqr8hgVDZBqWo/5U30Kr+4rP1mS1FhIrlQgnXdAIv94nYmem8 +J9RHjboNRhx3zxSkHLmkMcScKHQDNP8zGSal6Q10tz6XxnboJ5ajZt3hrvJBW8qY +VoNzcOSGGtIxQbovvi0TWnZvTuhOgQ4/WwMioBK+ZlgRSssDxLQqKi2WF+A5VLxI +03YnnZotBqbJ7DnSq9ufmgsnAjUpsUCV5/nonFWIGUbWtzT1fs45mtk48VH3Tyw= +-----END CERTIFICATE----- + +# Issuer: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA +# Subject: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA +# Label: "TWCA Root Certification Authority" +# Serial: 1 +# MD5 Fingerprint: aa:08:8f:f6:f9:7b:b7:f2:b1:a7:1e:9b:ea:ea:bd:79 +# SHA1 Fingerprint: cf:9e:87:6d:d3:eb:fc:42:26:97:a3:b5:a3:7a:a0:76:a9:06:23:48 +# SHA256 Fingerprint: bf:d8:8f:e1:10:1c:41:ae:3e:80:1b:f8:be:56:35:0e:e9:ba:d1:a6:b9:bd:51:5e:dc:5c:6d:5b:87:11:ac:44 +-----BEGIN CERTIFICATE----- +MIIDezCCAmOgAwIBAgIBATANBgkqhkiG9w0BAQUFADBfMQswCQYDVQQGEwJUVzES +MBAGA1UECgwJVEFJV0FOLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFU +V0NBIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwODI4MDcyNDMz +WhcNMzAxMjMxMTU1OTU5WjBfMQswCQYDVQQGEwJUVzESMBAGA1UECgwJVEFJV0FO +LUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFUV0NBIFJvb3QgQ2VydGlm +aWNhdGlvbiBBdXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +AQCwfnK4pAOU5qfeCTiRShFAh6d8WWQUe7UREN3+v9XAu1bihSX0NXIP+FPQQeFE +AcK0HMMxQhZHhTMidrIKbw/lJVBPhYa+v5guEGcevhEFhgWQxFnQfHgQsIBct+HH +K3XLfJ+utdGdIzdjp9xCoi2SBBtQwXu4PhvJVgSLL1KbralW6cH/ralYhzC2gfeX +RfwZVzsrb+RH9JlF/h3x+JejiB03HFyP4HYlmlD4oFT/RJB2I9IyxsOrBr/8+7/z +rX2SYgJbKdM1o5OaQ2RgXbL6Mv87BK9NQGr5x+PvI/1ry+UPizgN7gr8/g+YnzAx +3WxSZfmLgb4i4RxYA7qRG4kHAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqOFsmjd6LWvJPelSDGRjjCDWmujANBgkq +hkiG9w0BAQUFAAOCAQEAPNV3PdrfibqHDAhUaiBQkr6wQT25JmSDCi/oQMCXKCeC +MErJk/9q56YAf4lCmtYR5VPOL8zy2gXE/uJQxDqGfczafhAJO5I1KlOy/usrBdls +XebQ79NqZp4VKIV66IIArB6nCWlWQtNoURi+VJq/REG6Sb4gumlc7rh3zc5sH62D +lhh9DrUUOYTxKOkto557HnpyWoOzeW/vtPzQCqVYT0bf+215WfKEIlKuD8z7fDvn +aspHYcN6+NOSBB+4IIThNlQWx0DeO4pz3N/GCUzf7Nr/1FNCocnyYh0igzyXxfkZ +YiesZSLX0zzG5Y6yU8xJzrww/nsOM5D77dIUkR8Hrw== +-----END CERTIFICATE----- + +# Issuer: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2 +# Subject: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2 +# Label: "Security Communication RootCA2" +# Serial: 0 +# MD5 Fingerprint: 6c:39:7d:a4:0e:55:59:b2:3f:d6:41:b1:12:50:de:43 +# SHA1 Fingerprint: 5f:3b:8c:f2:f8:10:b3:7d:78:b4:ce:ec:19:19:c3:73:34:b9:c7:74 +# SHA256 Fingerprint: 51:3b:2c:ec:b8:10:d4:cd:e5:dd:85:39:1a:df:c6:c2:dd:60:d8:7b:b7:36:d2:b5:21:48:4a:a4:7a:0e:be:f6 +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIBADANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJKUDEl +MCMGA1UEChMcU0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UECxMe +U2VjdXJpdHkgQ29tbXVuaWNhdGlvbiBSb290Q0EyMB4XDTA5MDUyOTA1MDAzOVoX +DTI5MDUyOTA1MDAzOVowXTELMAkGA1UEBhMCSlAxJTAjBgNVBAoTHFNFQ09NIFRy +dXN0IFN5c3RlbXMgQ08uLExURC4xJzAlBgNVBAsTHlNlY3VyaXR5IENvbW11bmlj +YXRpb24gUm9vdENBMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANAV +OVKxUrO6xVmCxF1SrjpDZYBLx/KWvNs2l9amZIyoXvDjChz335c9S672XewhtUGr +zbl+dp+++T42NKA7wfYxEUV0kz1XgMX5iZnK5atq1LXaQZAQwdbWQonCv/Q4EpVM +VAX3NuRFg3sUZdbcDE3R3n4MqzvEFb46VqZab3ZpUql6ucjrappdUtAtCms1FgkQ +hNBqyjoGADdH5H5XTz+L62e4iKrFvlNVspHEfbmwhRkGeC7bYRr6hfVKkaHnFtWO +ojnflLhwHyg/i/xAXmODPIMqGplrz95Zajv8bxbXH/1KEOtOghY6rCcMU/Gt1SSw +awNQwS08Ft1ENCcadfsCAwEAAaNCMEAwHQYDVR0OBBYEFAqFqXdlBZh8QIH4D5cs +OPEK7DzPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3 +DQEBCwUAA4IBAQBMOqNErLlFsceTfsgLCkLfZOoc7llsCLqJX2rKSpWeeo8HxdpF +coJxDjrSzG+ntKEju/Ykn8sX/oymzsLS28yN/HH8AynBbF0zX2S2ZTuJbxh2ePXc +okgfGT+Ok+vx+hfuzU7jBBJV1uXk3fs+BXziHV7Gp7yXT2g69ekuCkO2r1dcYmh8 +t/2jioSgrGK+KwmHNPBqAbubKVY8/gA3zyNs8U6qtnRGEmyR7jTV7JqR50S+kDFy +1UkC9gLl9B/rfNmWVan/7Ir5mUf/NVoCqgTLiluHcSmRvaS0eg29mvVXIwAHIRc/ +SjnRBUkLp7Y3gaVdjKozXoEofKd9J+sAro03 +-----END CERTIFICATE----- + +# Issuer: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967 +# Subject: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967 +# Label: "Actalis Authentication Root CA" +# Serial: 6271844772424770508 +# MD5 Fingerprint: 69:c1:0d:4f:07:a3:1b:c3:fe:56:3d:04:bc:11:f6:a6 +# SHA1 Fingerprint: f3:73:b3:87:06:5a:28:84:8a:f2:f3:4a:ce:19:2b:dd:c7:8e:9c:ac +# SHA256 Fingerprint: 55:92:60:84:ec:96:3a:64:b9:6e:2a:be:01:ce:0b:a8:6a:64:fb:fe:bc:c7:aa:b5:af:c1:55:b3:7f:d7:60:66 +-----BEGIN CERTIFICATE----- +MIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UE +BhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8w +MzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290 +IENBMB4XDTExMDkyMjExMjIwMloXDTMwMDkyMjExMjIwMlowazELMAkGA1UEBhMC +SVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1 +ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENB +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNv +UTufClrJwkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX +4ay8IMKx4INRimlNAJZaby/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9 +KK3giq0itFZljoZUj5NDKd45RnijMCO6zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/ +gCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1fYVEiVRvjRuPjPdA1Yprb +rxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2oxgkg4YQ +51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2F +be8lEfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxe +KF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4F +v6MGn8i1zeQf1xcGDXqVdFUNaBr8EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbn +fpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5jF66CyCU3nuDuP/jVo23Eek7 +jPKxwV2dpAtMK9myGPW1n0sCAwEAAaNjMGEwHQYDVR0OBBYEFFLYiDrIn3hm7Ynz +ezhwlMkCAjbQMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbt +ifN7OHCUyQICNtAwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAL +e3KHwGCmSUyIWOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70 +jsNjLiNmsGe+b7bAEzlgqqI0JZN1Ut6nna0Oh4lScWoWPBkdg/iaKWW+9D+a2fDz +WochcYBNy+A4mz+7+uAwTc+G02UQGRjRlwKxK3JCaKygvU5a2hi/a5iB0P2avl4V +SM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU+Xlff1ANATIGk0k9j +pwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4/aC4yyX +X04fkZT6/iyj2HYauE2yOE+b+h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842/6+Ok +fcvHlXHo2qN8xcL4dJIEG4aspCJTQLas/kx2z/uUMsA1n3Y/buWQbqCmJqK4LL7R +K4X9p2jIugErsWx0Hbhzlefut8cl8ABMALJ+tguLHPPAUJ4lueAI3jZm/zel0btU +ZCzJJ7VLkn5l/9Mt4blOvH+kQSGQQXemOR/qnuOf0GZvBeyqdn6/axag67XH/JJU +LysRJyU3eExRarDzzFhdFPFqSBX/wge2sY0PjlxQRrM9vwGYT7JZVEc+NHt4bVaT +LnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8+2ydDKXhlg== +-----END CERTIFICATE----- + +# Issuer: CN=Buypass Class 2 Root CA O=Buypass AS-983163327 +# Subject: CN=Buypass Class 2 Root CA O=Buypass AS-983163327 +# Label: "Buypass Class 2 Root CA" +# Serial: 2 +# MD5 Fingerprint: 46:a7:d2:fe:45:fb:64:5a:a8:59:90:9b:78:44:9b:29 +# SHA1 Fingerprint: 49:0a:75:74:de:87:0a:47:fe:58:ee:f6:c7:6b:eb:c6:0b:12:40:99 +# SHA256 Fingerprint: 9a:11:40:25:19:7c:5b:b9:5d:94:e6:3d:55:cd:43:79:08:47:b6:46:b2:3c:df:11:ad:a4:a0:0e:ff:15:fb:48 +-----BEGIN CERTIFICATE----- +MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd +MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg +Q2xhc3MgMiBSb290IENBMB4XDTEwMTAyNjA4MzgwM1oXDTQwMTAyNjA4MzgwM1ow +TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw +HgYDVQQDDBdCdXlwYXNzIENsYXNzIDIgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB +BQADggIPADCCAgoCggIBANfHXvfBB9R3+0Mh9PT1aeTuMgHbo4Yf5FkNuud1g1Lr +6hxhFUi7HQfKjK6w3Jad6sNgkoaCKHOcVgb/S2TwDCo3SbXlzwx87vFKu3MwZfPV +L4O2fuPn9Z6rYPnT8Z2SdIrkHJasW4DptfQxh6NR/Md+oW+OU3fUl8FVM5I+GC91 +1K2GScuVr1QGbNgGE41b/+EmGVnAJLqBcXmQRFBoJJRfuLMR8SlBYaNByyM21cHx +MlAQTn/0hpPshNOOvEu/XAFOBz3cFIqUCqTqc/sLUegTBxj6DvEr0VQVfTzh97QZ +QmdiXnfgolXsttlpF9U6r0TtSsWe5HonfOV116rLJeffawrbD02TTqigzXsu8lkB +arcNuAeBfos4GzjmCleZPe4h6KP1DBbdi+w0jpwqHAAVF41og9JwnxgIzRFo1clr +Us3ERo/ctfPYV3Me6ZQ5BL/T3jjetFPsaRyifsSP5BtwrfKi+fv3FmRmaZ9JUaLi +FRhnBkp/1Wy1TbMz4GHrXb7pmA8y1x1LPC5aAVKRCfLf6o3YBkBjqhHk/sM3nhRS +P/TizPJhk9H9Z2vXUq6/aKtAQ6BXNVN48FP4YUIHZMbXb5tMOA1jrGKvNouicwoN +9SG9dKpN6nIDSdvHXx1iY8f93ZHsM+71bbRuMGjeyNYmsHVee7QHIJihdjK4TWxP +AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMmAd+BikoL1Rpzz +uvdMw964o605MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAU18h +9bqwOlI5LJKwbADJ784g7wbylp7ppHR/ehb8t/W2+xUbP6umwHJdELFx7rxP462s +A20ucS6vxOOto70MEae0/0qyexAQH6dXQbLArvQsWdZHEIjzIVEpMMpghq9Gqx3t +OluwlN5E40EIosHsHdb9T7bWR9AUC8rmyrV7d35BH16Dx7aMOZawP5aBQW9gkOLo ++fsicdl9sz1Gv7SEr5AcD48Saq/v7h56rgJKihcrdv6sVIkkLE8/trKnToyokZf7 +KcZ7XC25y2a2t6hbElGFtQl+Ynhw/qlqYLYdDnkM/crqJIByw5c/8nerQyIKx+u2 +DISCLIBrQYoIwOula9+ZEsuK1V6ADJHgJgg2SMX6OBE1/yWDLfJ6v9r9jv6ly0Us +H8SIU653DtmadsWOLB2jutXsMq7Aqqz30XpN69QH4kj3Io6wpJ9qzo6ysmD0oyLQ +I+uUWnpp3Q+/QFesa1lQ2aOZ4W7+jQF5JyMV3pKdewlNWudLSDBaGOYKbeaP4NK7 +5t98biGCwWg5TbSYWGZizEqQXsP6JwSxeRV0mcy+rSDeJmAc61ZRpqPq5KM/p/9h +3PFaTWwyI0PurKju7koSCTxdccK+efrCh2gdC/1cacwG0Jp9VJkqyTkaGa9LKkPz +Y11aWOIv4x3kqdbQCtCev9eBCfHJxyYNrJgWVqA= +-----END CERTIFICATE----- + +# Issuer: CN=Buypass Class 3 Root CA O=Buypass AS-983163327 +# Subject: CN=Buypass Class 3 Root CA O=Buypass AS-983163327 +# Label: "Buypass Class 3 Root CA" +# Serial: 2 +# MD5 Fingerprint: 3d:3b:18:9e:2c:64:5a:e8:d5:88:ce:0e:f9:37:c2:ec +# SHA1 Fingerprint: da:fa:f7:fa:66:84:ec:06:8f:14:50:bd:c7:c2:81:a5:bc:a9:64:57 +# SHA256 Fingerprint: ed:f7:eb:bc:a2:7a:2a:38:4d:38:7b:7d:40:10:c6:66:e2:ed:b4:84:3e:4c:29:b4:ae:1d:5b:93:32:e6:b2:4d +-----BEGIN CERTIFICATE----- +MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd +MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg +Q2xhc3MgMyBSb290IENBMB4XDTEwMTAyNjA4Mjg1OFoXDTQwMTAyNjA4Mjg1OFow +TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw +HgYDVQQDDBdCdXlwYXNzIENsYXNzIDMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB +BQADggIPADCCAgoCggIBAKXaCpUWUOOV8l6ddjEGMnqb8RB2uACatVI2zSRHsJ8Y +ZLya9vrVediQYkwiL944PdbgqOkcLNt4EemOaFEVcsfzM4fkoF0LXOBXByow9c3E +N3coTRiR5r/VUv1xLXA+58bEiuPwKAv0dpihi4dVsjoT/Lc+JzeOIuOoTyrvYLs9 +tznDDgFHmV0ST9tD+leh7fmdvhFHJlsTmKtdFoqwNxxXnUX/iJY2v7vKB3tvh2PX +0DJq1l1sDPGzbjniazEuOQAnFN44wOwZZoYS6J1yFhNkUsepNxz9gjDthBgd9K5c +/3ATAOux9TN6S9ZV+AWNS2mw9bMoNlwUxFFzTWsL8TQH2xc519woe2v1n/MuwU8X +KhDzzMro6/1rqy6any2CbgTUUgGTLT2G/H783+9CHaZr77kgxve9oKeV/afmiSTY +zIw0bOIjL9kSGiG5VZFvC5F5GQytQIgLcOJ60g7YaEi7ghM5EFjp2CoHxhLbWNvS +O1UQRwUVZ2J+GGOmRj8JDlQyXr8NYnon74Do29lLBlo3WiXQCBJ31G8JUJc9yB3D +34xFMFbG02SrZvPAXpacw8Tvw3xrizp5f7NJzz3iiZ+gMEuFuZyUJHmPfWupRWgP +K9Dx2hzLabjKSWJtyNBjYt1gD1iqj6G8BaVmos8bdrKEZLFMOVLAMLrwjEsCsLa3 +AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFEe4zf/lb+74suwv +Tg75JbCOPGvDMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAACAj +QTUEkMJAYmDv4jVM1z+s4jSQuKFvdvoWFqRINyzpkMLyPPgKn9iB5btb2iUspKdV +cSQy9sgL8rxq+JOssgfCX5/bzMiKqr5qb+FJEMwx14C7u8jYog5kV+qi9cKpMRXS +IGrs/CIBKM+GuIAeqcwRpTzyFrNHnfzSgCHEy9BHcEGhyoMZCCxt8l13nIoUE9Q2 +HJLw5QY33KbmkJs4j1xrG0aGQ0JfPgEHU1RdZX33inOhmlRaHylDFCfChQ+1iHsa +O5S3HWCntZznKWlXWpuTekMwGwPXYshApqr8ZORK15FTAaggiG6cX0S5y2CBNOxv +033aSF/rtJC8LakcC6wc1aJoIIAE1vyxjy+7SjENSoYc6+I2KSb12tjE8nVhz36u +dmNKekBlk4f4HoCMhuWG1o8O/FMsYOgWYRqiPkN7zTlgVGr18okmAWiDSKIz6MkE +kbIRNBE+6tBDGR8Dk5AM/1E9V/RBbuHLoL7ryWPNbczk+DaqaJ3tvV2XcEQNtg41 +3OEMXbugUZTLfhbrES+jkkXITHHZvMmZUldGL1DPvTVp9D0VzgalLA8+9oG6lLvD +u79leNKGef9JOxqDDPDeeOzI8k1MGt6CKfjBWtrt7uYnXuhF0J0cUahoq0Tj0Itq +4/g7u9xN12TyUb7mqqta6THuBrxzvxNiCp/HuZc= +-----END CERTIFICATE----- + +# Issuer: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Subject: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Label: "T-TeleSec GlobalRoot Class 3" +# Serial: 1 +# MD5 Fingerprint: ca:fb:40:a8:4e:39:92:8a:1d:fe:8e:2f:c4:27:ea:ef +# SHA1 Fingerprint: 55:a6:72:3e:cb:f2:ec:cd:c3:23:74:70:19:9d:2a:be:11:e3:81:d1 +# SHA256 Fingerprint: fd:73:da:d3:1c:64:4f:f1:b4:3b:ef:0c:cd:da:96:71:0b:9c:d9:87:5e:ca:7e:31:70:7a:f3:e9:6d:52:2b:bd +-----BEGIN CERTIFICATE----- +MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx +KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd +BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl +YyBHbG9iYWxSb290IENsYXNzIDMwHhcNMDgxMDAxMTAyOTU2WhcNMzMxMDAxMjM1 +OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy +aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 +ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDMwggEiMA0G +CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9dZPwYiJvJK7genasfb3ZJNW4t/zN +8ELg63iIVl6bmlQdTQyK9tPPcPRStdiTBONGhnFBSivwKixVA9ZIw+A5OO3yXDw/ +RLyTPWGrTs0NvvAgJ1gORH8EGoel15YUNpDQSXuhdfsaa3Ox+M6pCSzyU9XDFES4 +hqX2iys52qMzVNn6chr3IhUciJFrf2blw2qAsCTz34ZFiP0Zf3WHHx+xGwpzJFu5 +ZeAsVMhg02YXP+HMVDNzkQI6pn97djmiH5a2OK61yJN0HZ65tOVgnS9W0eDrXltM +EnAMbEQgqxHY9Bn20pxSN+f6tsIxO0rUFJmtxxr1XV/6B7h8DR/Wgx6zAgMBAAGj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS1 +A/d2O2GCahKqGFPrAyGUv/7OyjANBgkqhkiG9w0BAQsFAAOCAQEAVj3vlNW92nOy +WL6ukK2YJ5f+AbGwUgC4TeQbIXQbfsDuXmkqJa9c1h3a0nnJ85cp4IaH3gRZD/FZ +1GSFS5mvJQQeyUapl96Cshtwn5z2r3Ex3XsFpSzTucpH9sry9uetuUg/vBa3wW30 +6gmv7PO15wWeph6KU1HWk4HMdJP2udqmJQV0eVp+QD6CSyYRMG7hP0HHRwA11fXT +91Q+gT3aSWqas+8QPebrb9HIIkfLzM8BMZLZGOMivgkeGj5asuRrDFR6fUNOuIml +e9eiPZaGzPImNC1qkp2aGtAw4l1OBLBfiyB+d8E9lYLRRpo7PHi4b6HQDWSieB4p +TpPDpFQUWw== +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH +# Subject: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH +# Label: "D-TRUST Root Class 3 CA 2 2009" +# Serial: 623603 +# MD5 Fingerprint: cd:e0:25:69:8d:47:ac:9c:89:35:90:f7:fd:51:3d:2f +# SHA1 Fingerprint: 58:e8:ab:b0:36:15:33:fb:80:f7:9b:1b:6d:29:d3:ff:8d:5f:00:f0 +# SHA256 Fingerprint: 49:e7:a4:42:ac:f0:ea:62:87:05:00:54:b5:25:64:b6:50:e4:f4:9e:42:e3:48:d6:aa:38:e0:39:e9:57:b1:c1 +-----BEGIN CERTIFICATE----- +MIIEMzCCAxugAwIBAgIDCYPzMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNVBAYTAkRF +MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBD +bGFzcyAzIENBIDIgMjAwOTAeFw0wOTExMDUwODM1NThaFw0yOTExMDUwODM1NTha +ME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMM +HkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTCCASIwDQYJKoZIhvcNAQEB +BQADggEPADCCAQoCggEBANOySs96R+91myP6Oi/WUEWJNTrGa9v+2wBoqOADER03 +UAifTUpolDWzU9GUY6cgVq/eUXjsKj3zSEhQPgrfRlWLJ23DEE0NkVJD2IfgXU42 +tSHKXzlABF9bfsyjxiupQB7ZNoTWSPOSHjRGICTBpFGOShrvUD9pXRl/RcPHAY9R +ySPocq60vFYJfxLLHLGvKZAKyVXMD9O0Gu1HNVpK7ZxzBCHQqr0ME7UAyiZsxGsM +lFqVlNpQmvH/pStmMaTJOKDfHR+4CS7zp+hnUquVH+BGPtikw8paxTGA6Eian5Rp +/hnd2HN8gcqW3o7tszIFZYQ05ub9VxC1X3a/L7AQDcUCAwEAAaOCARowggEWMA8G +A1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3aFMSfMN4hvR5COfyrYyNJ4PGEMA4G +A1UdDwEB/wQEAwIBBjCB0wYDVR0fBIHLMIHIMIGAoH6gfIZ6bGRhcDovL2RpcmVj +dG9yeS5kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTIwUm9vdCUyMENsYXNzJTIwMyUy +MENBJTIwMiUyMDIwMDksTz1ELVRydXN0JTIwR21iSCxDPURFP2NlcnRpZmljYXRl +cmV2b2NhdGlvbmxpc3QwQ6BBoD+GPWh0dHA6Ly93d3cuZC10cnVzdC5uZXQvY3Js +L2QtdHJ1c3Rfcm9vdF9jbGFzc18zX2NhXzJfMjAwOS5jcmwwDQYJKoZIhvcNAQEL +BQADggEBAH+X2zDI36ScfSF6gHDOFBJpiBSVYEQBrLLpME+bUMJm2H6NMLVwMeni +acfzcNsgFYbQDfC+rAF1hM5+n02/t2A7nPPKHeJeaNijnZflQGDSNiH+0LS4F9p0 +o3/U37CYAqxva2ssJSRyoWXuJVrl5jLn8t+rSfrzkGkj2wTZ51xY/GXUl77M/C4K +zCUqNQT4YJEVdT1B/yMfGchs64JTBKbkTCJNjYy6zltz7GRUUG3RnFX7acM2w4y8 +PIWmawomDeCTmGCufsYkl4phX5GOZpIJhzbNi5stPvZR1FDUWSi9g/LMKHtThm3Y +Johw1+qRzT65ysCQblrGXnRl11z+o+I= +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH +# Subject: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH +# Label: "D-TRUST Root Class 3 CA 2 EV 2009" +# Serial: 623604 +# MD5 Fingerprint: aa:c6:43:2c:5e:2d:cd:c4:34:c0:50:4f:11:02:4f:b6 +# SHA1 Fingerprint: 96:c9:1b:0b:95:b4:10:98:42:fa:d0:d8:22:79:fe:60:fa:b9:16:83 +# SHA256 Fingerprint: ee:c5:49:6b:98:8c:e9:86:25:b9:34:09:2e:ec:29:08:be:d0:b0:f3:16:c2:d4:73:0c:84:ea:f1:f3:d3:48:81 +-----BEGIN CERTIFICATE----- +MIIEQzCCAyugAwIBAgIDCYP0MA0GCSqGSIb3DQEBCwUAMFAxCzAJBgNVBAYTAkRF +MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBD +bGFzcyAzIENBIDIgRVYgMjAwOTAeFw0wOTExMDUwODUwNDZaFw0yOTExMDUwODUw +NDZaMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNV +BAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAwOTCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAJnxhDRwui+3MKCOvXwEz75ivJn9gpfSegpn +ljgJ9hBOlSJzmY3aFS3nBfwZcyK3jpgAvDw9rKFs+9Z5JUut8Mxk2og+KbgPCdM0 +3TP1YtHhzRnp7hhPTFiu4h7WDFsVWtg6uMQYZB7jM7K1iXdODL/ZlGsTl28So/6Z +qQTMFexgaDbtCHu39b+T7WYxg4zGcTSHThfqr4uRjRxWQa4iN1438h3Z0S0NL2lR +p75mpoo6Kr3HGrHhFPC+Oh25z1uxav60sUYgovseO3Dvk5h9jHOW8sXvhXCtKSb8 +HgQ+HKDYD8tSg2J87otTlZCpV6LqYQXY+U3EJ/pure3511H3a6UCAwEAAaOCASQw +ggEgMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFNOUikxiEyoZLsyvcop9Ntea +HNxnMA4GA1UdDwEB/wQEAwIBBjCB3QYDVR0fBIHVMIHSMIGHoIGEoIGBhn9sZGFw +Oi8vZGlyZWN0b3J5LmQtdHJ1c3QubmV0L0NOPUQtVFJVU1QlMjBSb290JTIwQ2xh +c3MlMjAzJTIwQ0ElMjAyJTIwRVYlMjAyMDA5LE89RC1UcnVzdCUyMEdtYkgsQz1E +RT9jZXJ0aWZpY2F0ZXJldm9jYXRpb25saXN0MEagRKBChkBodHRwOi8vd3d3LmQt +dHJ1c3QubmV0L2NybC9kLXRydXN0X3Jvb3RfY2xhc3NfM19jYV8yX2V2XzIwMDku +Y3JsMA0GCSqGSIb3DQEBCwUAA4IBAQA07XtaPKSUiO8aEXUHL7P+PPoeUSbrh/Yp +3uDx1MYkCenBz1UbtDDZzhr+BlGmFaQt77JLvyAoJUnRpjZ3NOhk31KxEcdzes05 +nsKtjHEh8lprr988TlWvsoRlFIm5d8sqMb7Po23Pb0iUMkZv53GMoKaEGTcH8gNF +CSuGdXzfX2lXANtu2KZyIktQ1HWYVt+3GP9DQ1CuekR78HlR10M9p9OB0/DJT7na +xpeG0ILD5EJt/rDiZE4OJudANCa1CInXCGNjOCd1HjPqbqjdn5lPdE2BiYBL3ZqX +KVwvvoFBuYz/6n1gBp7N1z3TLqMVvKjmJuVvw9y4AyHqnxbxLFS1 +-----END CERTIFICATE----- + +# Issuer: CN=CA Disig Root R2 O=Disig a.s. +# Subject: CN=CA Disig Root R2 O=Disig a.s. +# Label: "CA Disig Root R2" +# Serial: 10572350602393338211 +# MD5 Fingerprint: 26:01:fb:d8:27:a7:17:9a:45:54:38:1a:43:01:3b:03 +# SHA1 Fingerprint: b5:61:eb:ea:a4:de:e4:25:4b:69:1a:98:a5:57:47:c2:34:c7:d9:71 +# SHA256 Fingerprint: e2:3d:4a:03:6d:7b:70:e9:f5:95:b1:42:20:79:d2:b9:1e:df:bb:1f:b6:51:a0:63:3e:aa:8a:9d:c5:f8:07:03 +-----BEGIN CERTIFICATE----- +MIIFaTCCA1GgAwIBAgIJAJK4iNuwisFjMA0GCSqGSIb3DQEBCwUAMFIxCzAJBgNV +BAYTAlNLMRMwEQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMu +MRkwFwYDVQQDExBDQSBEaXNpZyBSb290IFIyMB4XDTEyMDcxOTA5MTUzMFoXDTQy +MDcxOTA5MTUzMFowUjELMAkGA1UEBhMCU0sxEzARBgNVBAcTCkJyYXRpc2xhdmEx +EzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERpc2lnIFJvb3QgUjIw +ggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCio8QACdaFXS1tFPbCw3Oe +NcJxVX6B+6tGUODBfEl45qt5WDza/3wcn9iXAng+a0EE6UG9vgMsRfYvZNSrXaNH +PWSb6WiaxswbP7q+sos0Ai6YVRn8jG+qX9pMzk0DIaPY0jSTVpbLTAwAFjxfGs3I +x2ymrdMxp7zo5eFm1tL7A7RBZckQrg4FY8aAamkw/dLukO8NJ9+flXP04SXabBbe +QTg06ov80egEFGEtQX6sx3dOy1FU+16SGBsEWmjGycT6txOgmLcRK7fWV8x8nhfR +yyX+hk4kLlYMeE2eARKmK6cBZW58Yh2EhN/qwGu1pSqVg8NTEQxzHQuyRpDRQjrO +QG6Vrf/GlK1ul4SOfW+eioANSW1z4nuSHsPzwfPrLgVv2RvPN3YEyLRa5Beny912 +H9AZdugsBbPWnDTYltxhh5EF5EQIM8HauQhl1K6yNg3ruji6DOWbnuuNZt2Zz9aJ +QfYEkoopKW1rOhzndX0CcQ7zwOe9yxndnWCywmZgtrEE7snmhrmaZkCo5xHtgUUD +i/ZnWejBBhG93c+AAk9lQHhcR1DIm+YfgXvkRKhbhZri3lrVx/k6RGZL5DJUfORs +nLMOPReisjQS1n6yqEm70XooQL6iFh/f5DcfEXP7kAplQ6INfPgGAVUzfbANuPT1 +rqVCV3w2EYx7XsQDnYx5nQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1Ud +DwEB/wQEAwIBBjAdBgNVHQ4EFgQUtZn4r7CU9eMg1gqtzk5WpC5uQu0wDQYJKoZI +hvcNAQELBQADggIBACYGXnDnZTPIgm7ZnBc6G3pmsgH2eDtpXi/q/075KMOYKmFM +tCQSin1tERT3nLXK5ryeJ45MGcipvXrA1zYObYVybqjGom32+nNjf7xueQgcnYqf +GopTpti72TVVsRHFqQOzVju5hJMiXn7B9hJSi+osZ7z+Nkz1uM/Rs0mSO9MpDpkb +lvdhuDvEK7Z4bLQjb/D907JedR+Zlais9trhxTF7+9FGs9K8Z7RiVLoJ92Owk6Ka ++elSLotgEqv89WBW7xBci8QaQtyDW2QOy7W81k/BfDxujRNt+3vrMNDcTa/F1bal +TFtxyegxvug4BkihGuLq0t4SOVga/4AOgnXmt8kHbA7v/zjxmHHEt38OFdAlab0i +nSvtBfZGR6ztwPDUO+Ls7pZbkBNOHlY667DvlruWIxG68kOGdGSVyCh13x01utI3 +gzhTODY7z2zp+WsO0PsE6E9312UBeIYMej4hYvF/Y3EMyZ9E26gnonW+boE+18Dr +G5gPcFw0sorMwIUY6256s/daoQe/qUKS82Ail+QUoQebTnbAjn39pCXHR+3/H3Os +zMOl6W8KjptlwlCFtaOgUxLMVYdh84GuEEZhvUQhuMI9dM9+JDX6HAcOmz0iyu8x +L4ysEr3vQCj8KWefshNPZiTEUxnpHikV7+ZtsH8tZ/3zbBt1RqPlShfppNcL +-----END CERTIFICATE----- + +# Issuer: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV +# Subject: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV +# Label: "ACCVRAIZ1" +# Serial: 6828503384748696800 +# MD5 Fingerprint: d0:a0:5a:ee:05:b6:09:94:21:a1:7d:f1:b2:29:82:02 +# SHA1 Fingerprint: 93:05:7a:88:15:c6:4f:ce:88:2f:fa:91:16:52:28:78:bc:53:64:17 +# SHA256 Fingerprint: 9a:6e:c0:12:e1:a7:da:9d:be:34:19:4d:47:8a:d7:c0:db:18:22:fb:07:1d:f1:29:81:49:6e:d1:04:38:41:13 +-----BEGIN CERTIFICATE----- +MIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UE +AwwJQUNDVlJBSVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQsw +CQYDVQQGEwJFUzAeFw0xMTA1MDUwOTM3MzdaFw0zMDEyMzEwOTM3MzdaMEIxEjAQ +BgNVBAMMCUFDQ1ZSQUlaMTEQMA4GA1UECwwHUEtJQUNDVjENMAsGA1UECgwEQUND +VjELMAkGA1UEBhMCRVMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCb +qau/YUqXry+XZpp0X9DZlv3P4uRm7x8fRzPCRKPfmt4ftVTdFXxpNRFvu8gMjmoY +HtiP2Ra8EEg2XPBjs5BaXCQ316PWywlxufEBcoSwfdtNgM3802/J+Nq2DoLSRYWo +G2ioPej0RGy9ocLLA76MPhMAhN9KSMDjIgro6TenGEyxCQ0jVn8ETdkXhBilyNpA +lHPrzg5XPAOBOp0KoVdDaaxXbXmQeOW1tDvYvEyNKKGno6e6Ak4l0Squ7a4DIrhr +IA8wKFSVf+DuzgpmndFALW4ir50awQUZ0m/A8p/4e7MCQvtQqR0tkw8jq8bBD5L/ +0KIV9VMJcRz/RROE5iZe+OCIHAr8Fraocwa48GOEAqDGWuzndN9wrqODJerWx5eH +k6fGioozl2A3ED6XPm4pFdahD9GILBKfb6qkxkLrQaLjlUPTAYVtjrs78yM2x/47 +4KElB0iryYl0/wiPgL/AlmXz7uxLaL2diMMxs0Dx6M/2OLuc5NF/1OVYm3z61PMO +m3WR5LpSLhl+0fXNWhn8ugb2+1KoS5kE3fj5tItQo05iifCHJPqDQsGH+tUtKSpa +cXpkatcnYGMN285J9Y0fkIkyF/hzQ7jSWpOGYdbhdQrqeWZ2iE9x6wQl1gpaepPl +uUsXQA+xtrn13k/c4LOsOxFwYIRKQ26ZIMApcQrAZQIDAQABo4ICyzCCAscwfQYI +KwYBBQUHAQEEcTBvMEwGCCsGAQUFBzAChkBodHRwOi8vd3d3LmFjY3YuZXMvZmls +ZWFkbWluL0FyY2hpdm9zL2NlcnRpZmljYWRvcy9yYWl6YWNjdjEuY3J0MB8GCCsG +AQUFBzABhhNodHRwOi8vb2NzcC5hY2N2LmVzMB0GA1UdDgQWBBTSh7Tj3zcnk1X2 +VuqB5TbMjB4/vTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNKHtOPfNyeT +VfZW6oHlNsyMHj+9MIIBcwYDVR0gBIIBajCCAWYwggFiBgRVHSAAMIIBWDCCASIG +CCsGAQUFBwICMIIBFB6CARAAQQB1AHQAbwByAGkAZABhAGQAIABkAGUAIABDAGUA +cgB0AGkAZgBpAGMAYQBjAGkA8wBuACAAUgBhAO0AegAgAGQAZQAgAGwAYQAgAEEA +QwBDAFYAIAAoAEEAZwBlAG4AYwBpAGEAIABkAGUAIABUAGUAYwBuAG8AbABvAGcA +7QBhACAAeQAgAEMAZQByAHQAaQBmAGkAYwBhAGMAaQDzAG4AIABFAGwAZQBjAHQA +cgDzAG4AaQBjAGEALAAgAEMASQBGACAAUQA0ADYAMAAxADEANQA2AEUAKQAuACAA +QwBQAFMAIABlAG4AIABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBjAGMAdgAuAGUA +czAwBggrBgEFBQcCARYkaHR0cDovL3d3dy5hY2N2LmVzL2xlZ2lzbGFjaW9uX2Mu +aHRtMFUGA1UdHwROMEwwSqBIoEaGRGh0dHA6Ly93d3cuYWNjdi5lcy9maWxlYWRt +aW4vQXJjaGl2b3MvY2VydGlmaWNhZG9zL3JhaXphY2N2MV9kZXIuY3JsMA4GA1Ud +DwEB/wQEAwIBBjAXBgNVHREEEDAOgQxhY2N2QGFjY3YuZXMwDQYJKoZIhvcNAQEF +BQADggIBAJcxAp/n/UNnSEQU5CmH7UwoZtCPNdpNYbdKl02125DgBS4OxnnQ8pdp +D70ER9m+27Up2pvZrqmZ1dM8MJP1jaGo/AaNRPTKFpV8M9xii6g3+CfYCS0b78gU +JyCpZET/LtZ1qmxNYEAZSUNUY9rizLpm5U9EelvZaoErQNV/+QEnWCzI7UiRfD+m +AM/EKXMRNt6GGT6d7hmKG9Ww7Y49nCrADdg9ZuM8Db3VlFzi4qc1GwQA9j9ajepD +vV+JHanBsMyZ4k0ACtrJJ1vnE5Bc5PUzolVt3OAJTS+xJlsndQAJxGJ3KQhfnlms +tn6tn1QwIgPBHnFk/vk4CpYY3QIUrCPLBhwepH2NDd4nQeit2hW3sCPdK6jT2iWH +7ehVRE2I9DZ+hJp4rPcOVkkO1jMl1oRQQmwgEh0q1b688nCBpHBgvgW1m54ERL5h +I6zppSSMEYCUWqKiuUnSwdzRp+0xESyeGabu4VXhwOrPDYTkF7eifKXeVSUG7szA +h1xA2syVP1XgNce4hL60Xc16gwFy7ofmXx2utYXGJt/mwZrpHgJHnyqobalbz+xF +d3+YJ5oyXSrjhO7FmGYvliAd3djDJ9ew+f7Zfc3Qn48LFFhRny+Lwzgt3uiP1o2H +pPVWQxaZLPSkVrQ0uGE3ycJYgBugl6H8WY3pEfbRD0tVNEYqi4Y7 +-----END CERTIFICATE----- + +# Issuer: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA +# Subject: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA +# Label: "TWCA Global Root CA" +# Serial: 3262 +# MD5 Fingerprint: f9:03:7e:cf:e6:9e:3c:73:7a:2a:90:07:69:ff:2b:96 +# SHA1 Fingerprint: 9c:bb:48:53:f6:a4:f6:d3:52:a4:e8:32:52:55:60:13:f5:ad:af:65 +# SHA256 Fingerprint: 59:76:90:07:f7:68:5d:0f:cd:50:87:2f:9f:95:d5:75:5a:5b:2b:45:7d:81:f3:69:2b:61:0a:98:67:2f:0e:1b +-----BEGIN CERTIFICATE----- +MIIFQTCCAymgAwIBAgICDL4wDQYJKoZIhvcNAQELBQAwUTELMAkGA1UEBhMCVFcx +EjAQBgNVBAoTCVRBSVdBTi1DQTEQMA4GA1UECxMHUm9vdCBDQTEcMBoGA1UEAxMT +VFdDQSBHbG9iYWwgUm9vdCBDQTAeFw0xMjA2MjcwNjI4MzNaFw0zMDEyMzExNTU5 +NTlaMFExCzAJBgNVBAYTAlRXMRIwEAYDVQQKEwlUQUlXQU4tQ0ExEDAOBgNVBAsT +B1Jvb3QgQ0ExHDAaBgNVBAMTE1RXQ0EgR2xvYmFsIFJvb3QgQ0EwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCwBdvI64zEbooh745NnHEKH1Jw7W2CnJfF +10xORUnLQEK1EjRsGcJ0pDFfhQKX7EMzClPSnIyOt7h52yvVavKOZsTuKwEHktSz +0ALfUPZVr2YOy+BHYC8rMjk1Ujoog/h7FsYYuGLWRyWRzvAZEk2tY/XTP3VfKfCh +MBwqoJimFb3u/Rk28OKRQ4/6ytYQJ0lM793B8YVwm8rqqFpD/G2Gb3PpN0Wp8DbH +zIh1HrtsBv+baz4X7GGqcXzGHaL3SekVtTzWoWH1EfcFbx39Eb7QMAfCKbAJTibc +46KokWofwpFFiFzlmLhxpRUZyXx1EcxwdE8tmx2RRP1WKKD+u4ZqyPpcC1jcxkt2 +yKsi2XMPpfRaAok/T54igu6idFMqPVMnaR1sjjIsZAAmY2E2TqNGtz99sy2sbZCi +laLOz9qC5wc0GZbpuCGqKX6mOL6OKUohZnkfs8O1CWfe1tQHRvMq2uYiN2DLgbYP +oA/pyJV/v1WRBXrPPRXAb94JlAGD1zQbzECl8LibZ9WYkTunhHiVJqRaCPgrdLQA +BDzfuBSO6N+pjWxnkjMdwLfS7JLIvgm/LCkFbwJrnu+8vyq8W8BQj0FwcYeyTbcE +qYSjMq+u7msXi7Kx/mzhkIyIqJdIzshNy/MGz19qCkKxHh53L46g5pIOBvwFItIm +4TFRfTLcDwIDAQABoyMwITAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB +/zANBgkqhkiG9w0BAQsFAAOCAgEAXzSBdu+WHdXltdkCY4QWwa6gcFGn90xHNcgL +1yg9iXHZqjNB6hQbbCEAwGxCGX6faVsgQt+i0trEfJdLjbDorMjupWkEmQqSpqsn +LhpNgb+E1HAerUf+/UqdM+DyucRFCCEK2mlpc3INvjT+lIutwx4116KD7+U4x6WF +H6vPNOw/KP4M8VeGTslV9xzU2KV9Bnpv1d8Q34FOIWWxtuEXeZVFBs5fzNxGiWNo +RI2T9GRwoD2dKAXDOXC4Ynsg/eTb6QihuJ49CcdP+yz4k3ZB3lLg4VfSnQO8d57+ +nile98FRYB/e2guyLXW3Q0iT5/Z5xoRdgFlglPx4mI88k1HtQJAH32RjJMtOcQWh +15QaiDLxInQirqWm2BJpTGCjAu4r7NRjkgtevi92a6O2JryPA9gK8kxkRr05YuWW +6zRjESjMlfGt7+/cgFhI6Uu46mWs6fyAtbXIRfmswZ/ZuepiiI7E8UuDEq3mi4TW +nsLrgxifarsbJGAzcMzs9zLzXNl5fe+epP7JI8Mk7hWSsT2RTyaGvWZzJBPqpK5j +wa19hAM8EHiGG3njxPPyBJUgriOCxLM6AGK/5jYk4Ve6xx6QddVfP5VhK8E7zeWz +aGHQRiapIVJpLesux+t3zqY6tQMzT3bR51xUAV3LePTJDL/PEo4XLSNolOer/qmy +KwbQBM0= +-----END CERTIFICATE----- + +# Issuer: CN=TeliaSonera Root CA v1 O=TeliaSonera +# Subject: CN=TeliaSonera Root CA v1 O=TeliaSonera +# Label: "TeliaSonera Root CA v1" +# Serial: 199041966741090107964904287217786801558 +# MD5 Fingerprint: 37:41:49:1b:18:56:9a:26:f5:ad:c2:66:fb:40:a5:4c +# SHA1 Fingerprint: 43:13:bb:96:f1:d5:86:9b:c1:4e:6a:92:f6:cf:f6:34:69:87:82:37 +# SHA256 Fingerprint: dd:69:36:fe:21:f8:f0:77:c1:23:a1:a5:21:c1:22:24:f7:22:55:b7:3e:03:a7:26:06:93:e8:a2:4b:0f:a3:89 +-----BEGIN CERTIFICATE----- +MIIFODCCAyCgAwIBAgIRAJW+FqD3LkbxezmCcvqLzZYwDQYJKoZIhvcNAQEFBQAw +NzEUMBIGA1UECgwLVGVsaWFTb25lcmExHzAdBgNVBAMMFlRlbGlhU29uZXJhIFJv +b3QgQ0EgdjEwHhcNMDcxMDE4MTIwMDUwWhcNMzIxMDE4MTIwMDUwWjA3MRQwEgYD +VQQKDAtUZWxpYVNvbmVyYTEfMB0GA1UEAwwWVGVsaWFTb25lcmEgUm9vdCBDQSB2 +MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMK+6yfwIaPzaSZVfp3F +VRaRXP3vIb9TgHot0pGMYzHw7CTww6XScnwQbfQ3t+XmfHnqjLWCi65ItqwA3GV1 +7CpNX8GH9SBlK4GoRz6JI5UwFpB/6FcHSOcZrr9FZ7E3GwYq/t75rH2D+1665I+X +Z75Ljo1kB1c4VWk0Nj0TSO9P4tNmHqTPGrdeNjPUtAa9GAH9d4RQAEX1jF3oI7x+ +/jXh7VB7qTCNGdMJjmhnXb88lxhTuylixcpecsHHltTbLaC0H2kD7OriUPEMPPCs +81Mt8Bz17Ww5OXOAFshSsCPN4D7c3TxHoLs1iuKYaIu+5b9y7tL6pe0S7fyYGKkm +dtwoSxAgHNN/Fnct7W+A90m7UwW7XWjH1Mh1Fj+JWov3F0fUTPHSiXk+TT2YqGHe +Oh7S+F4D4MHJHIzTjU3TlTazN19jY5szFPAtJmtTfImMMsJu7D0hADnJoWjiUIMu +sDor8zagrC/kb2HCUQk5PotTubtn2txTuXZZNp1D5SDgPTJghSJRt8czu90VL6R4 +pgd7gUY2BIbdeTXHlSw7sKMXNeVzH7RcWe/a6hBle3rQf5+ztCo3O3CLm1u5K7fs +slESl1MpWtTwEhDcTwK7EpIvYtQ/aUN8Ddb8WHUBiJ1YFkveupD/RwGJBmr2X7KQ +arMCpgKIv7NHfirZ1fpoeDVNAgMBAAGjPzA9MA8GA1UdEwEB/wQFMAMBAf8wCwYD +VR0PBAQDAgEGMB0GA1UdDgQWBBTwj1k4ALP1j5qWDNXr+nuqF+gTEjANBgkqhkiG +9w0BAQUFAAOCAgEAvuRcYk4k9AwI//DTDGjkk0kiP0Qnb7tt3oNmzqjMDfz1mgbl +dxSR651Be5kqhOX//CHBXfDkH1e3damhXwIm/9fH907eT/j3HEbAek9ALCI18Bmx +0GtnLLCo4MBANzX2hFxc469CeP6nyQ1Q6g2EdvZR74NTxnr/DlZJLo961gzmJ1Tj +TQpgcmLNkQfWpb/ImWvtxBnmq0wROMVvMeJuScg/doAmAyYp4Db29iBT4xdwNBed +Y2gea+zDTYa4EzAvXUYNR0PVG6pZDrlcjQZIrXSHX8f8MVRBE+LHIQ6e4B4N4cB7 +Q4WQxYpYxmUKeFfyxiMPAdkgS94P+5KFdSpcc41teyWRyu5FrgZLAMzTsVlQ2jqI +OylDRl6XK1TOU2+NSueW+r9xDkKLfP0ooNBIytrEgUy7onOTJsjrDNYmiLbAJM+7 +vVvrdX3pCI6GMyx5dwlppYn8s3CQh3aP0yK7Qs69cwsgJirQmz1wHiRszYd2qReW +t88NkvuOGKmYSdGe/mBEciG5Ge3C9THxOUiIkCR1VBatzvT4aRRkOfujuLpwQMcn +HL/EVlP6Y2XQ8xwOFvVrhlhNGNTkDY6lnVuR3HYkUD/GKvvZt5y11ubQ2egZixVx +SK236thZiNSQvxaz2emsWWFUyBy6ysHK4bkgTI86k4mloMy/0/Z1pHWWbVY= +-----END CERTIFICATE----- + +# Issuer: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Subject: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Label: "T-TeleSec GlobalRoot Class 2" +# Serial: 1 +# MD5 Fingerprint: 2b:9b:9e:e4:7b:6c:1f:00:72:1a:cc:c1:77:79:df:6a +# SHA1 Fingerprint: 59:0d:2d:7d:88:4f:40:2e:61:7e:a5:62:32:17:65:cf:17:d8:94:e9 +# SHA256 Fingerprint: 91:e2:f5:78:8d:58:10:eb:a7:ba:58:73:7d:e1:54:8a:8e:ca:cd:01:45:98:bc:0b:14:3e:04:1b:17:05:25:52 +-----BEGIN CERTIFICATE----- +MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx +KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd +BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl +YyBHbG9iYWxSb290IENsYXNzIDIwHhcNMDgxMDAxMTA0MDE0WhcNMzMxMDAxMjM1 +OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy +aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 +ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwggEiMA0G +CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCqX9obX+hzkeXaXPSi5kfl82hVYAUd +AqSzm1nzHoqvNK38DcLZSBnuaY/JIPwhqgcZ7bBcrGXHX+0CfHt8LRvWurmAwhiC +FoT6ZrAIxlQjgeTNuUk/9k9uN0goOA/FvudocP05l03Sx5iRUKrERLMjfTlH6VJi +1hKTXrcxlkIF+3anHqP1wvzpesVsqXFP6st4vGCvx9702cu+fjOlbpSD8DT6Iavq +jnKgP6TeMFvvhk1qlVtDRKgQFRzlAVfFmPHmBiiRqiDFt1MmUUOyCxGVWOHAD3bZ +wI18gfNycJ5v/hqO2V81xrJvNHy+SE/iWjnX2J14np+GPgNeGYtEotXHAgMBAAGj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS/ +WSA2AHmgoCJrjNXyYdK4LMuCSjANBgkqhkiG9w0BAQsFAAOCAQEAMQOiYQsfdOhy +NsZt+U2e+iKo4YFWz827n+qrkRk4r6p8FU3ztqONpfSO9kSpp+ghla0+AGIWiPAC +uvxhI+YzmzB6azZie60EI4RYZeLbK4rnJVM3YlNfvNoBYimipidx5joifsFvHZVw +IEoHNN/q/xWA5brXethbdXwFeilHfkCoMRN3zUA7tFFHei4R40cR3p1m0IvVVGb6 +g1XqfMIpiRvpb7PO4gWEyS8+eIVibslfwXhjdFjASBgMmTnrpMwatXlajRWc2BQN +9noHV8cigwUtPJslJj0Ys6lDfMjIq2SPDqO/nBudMNva0Bkuqjzx+zOAduTNrRlP +BSeOE6Fuwg== +-----END CERTIFICATE----- + +# Issuer: CN=Atos TrustedRoot 2011 O=Atos +# Subject: CN=Atos TrustedRoot 2011 O=Atos +# Label: "Atos TrustedRoot 2011" +# Serial: 6643877497813316402 +# MD5 Fingerprint: ae:b9:c4:32:4b:ac:7f:5d:66:cc:77:94:bb:2a:77:56 +# SHA1 Fingerprint: 2b:b1:f5:3e:55:0c:1d:c5:f1:d4:e6:b7:6a:46:4b:55:06:02:ac:21 +# SHA256 Fingerprint: f3:56:be:a2:44:b7:a9:1e:b3:5d:53:ca:9a:d7:86:4a:ce:01:8e:2d:35:d5:f8:f9:6d:df:68:a6:f4:1a:a4:74 +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIIXDPLYixfszIwDQYJKoZIhvcNAQELBQAwPDEeMBwGA1UE +AwwVQXRvcyBUcnVzdGVkUm9vdCAyMDExMQ0wCwYDVQQKDARBdG9zMQswCQYDVQQG +EwJERTAeFw0xMTA3MDcxNDU4MzBaFw0zMDEyMzEyMzU5NTlaMDwxHjAcBgNVBAMM +FUF0b3MgVHJ1c3RlZFJvb3QgMjAxMTENMAsGA1UECgwEQXRvczELMAkGA1UEBhMC +REUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCVhTuXbyo7LjvPpvMp +Nb7PGKw+qtn4TaA+Gke5vJrf8v7MPkfoepbCJI419KkM/IL9bcFyYie96mvr54rM +VD6QUM+A1JX76LWC1BTFtqlVJVfbsVD2sGBkWXppzwO3bw2+yj5vdHLqqjAqc2K+ +SZFhyBH+DgMq92og3AIVDV4VavzjgsG1xZ1kCWyjWZgHJ8cblithdHFsQ/H3NYkQ +4J7sVaE3IqKHBAUsR320HLliKWYoyrfhk/WklAOZuXCFteZI6o1Q/NnezG8HDt0L +cp2AMBYHlT8oDv3FdU9T1nSatCQujgKRz3bFmx5VdJx4IbHwLfELn8LVlhgf8FQi +eowHAgMBAAGjfTB7MB0GA1UdDgQWBBSnpQaxLKYJYO7Rl+lwrrw7GWzbITAPBgNV +HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFKelBrEspglg7tGX6XCuvDsZbNshMBgG +A1UdIAQRMA8wDQYLKwYBBAGwLQMEAQEwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3 +DQEBCwUAA4IBAQAmdzTblEiGKkGdLD4GkGDEjKwLVLgfuXvTBznk+j57sj1O7Z8j +vZfza1zv7v1Apt+hk6EKhqzvINB5Ab149xnYJDE0BAGmuhWawyfc2E8PzBhj/5kP +DpFrdRbhIfzYJsdHt6bPWHJxfrrhTZVHO8mvbaG0weyJ9rQPOLXiZNwlz6bb65pc +maHFCN795trV1lpFDMS3wrUU77QR/w4VtfX128a961qn8FYiqTxlVMYVqL2Gns2D +lmh6cYGJ4Qvh6hEbaAjMaZ7snkGeRDImeuKHCnE96+RapNLbxc3G3mB/ufNPRJLv +KrcYPqcZ2Qt9sTdBQrC6YB3y/gkRsPCHe6ed +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 1 G3" +# Serial: 687049649626669250736271037606554624078720034195 +# MD5 Fingerprint: a4:bc:5b:3f:fe:37:9a:fa:64:f0:e2:fa:05:3d:0b:ab +# SHA1 Fingerprint: 1b:8e:ea:57:96:29:1a:c9:39:ea:b8:0a:81:1a:73:73:c0:93:79:67 +# SHA256 Fingerprint: 8a:86:6f:d1:b2:76:b5:7e:57:8e:92:1c:65:82:8a:2b:ed:58:e9:f2:f2:88:05:41:34:b7:f1:f4:bf:c9:cc:74 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIUeFhfLq0sGUvjNwc1NBMotZbUZZMwDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMSBHMzAeFw0xMjAxMTIxNzI3NDRaFw00 +MjAxMTIxNzI3NDRaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDEgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCgvlAQjunybEC0BJyFuTHK3C3kEakEPBtV +wedYMB0ktMPvhd6MLOHBPd+C5k+tR4ds7FtJwUrVu4/sh6x/gpqG7D0DmVIB0jWe +rNrwU8lmPNSsAgHaJNM7qAJGr6Qc4/hzWHa39g6QDbXwz8z6+cZM5cOGMAqNF341 +68Xfuw6cwI2H44g4hWf6Pser4BOcBRiYz5P1sZK0/CPTz9XEJ0ngnjybCKOLXSoh +4Pw5qlPafX7PGglTvF0FBM+hSo+LdoINofjSxxR3W5A2B4GbPgb6Ul5jxaYA/qXp +UhtStZI5cgMJYr2wYBZupt0lwgNm3fME0UDiTouG9G/lg6AnhF4EwfWQvTA9xO+o +abw4m6SkltFi2mnAAZauy8RRNOoMqv8hjlmPSlzkYZqn0ukqeI1RPToV7qJZjqlc +3sX5kCLliEVx3ZGZbHqfPT2YfF72vhZooF6uCyP8Wg+qInYtyaEQHeTTRCOQiJ/G +KubX9ZqzWB4vMIkIG1SitZgj7Ah3HJVdYdHLiZxfokqRmu8hqkkWCKi9YSgxyXSt +hfbZxbGL0eUQMk1fiyA6PEkfM4VZDdvLCXVDaXP7a3F98N/ETH3Goy7IlXnLc6KO +Tk0k+17kBL5yG6YnLUlamXrXXAkgt3+UuU/xDRxeiEIbEbfnkduebPRq34wGmAOt +zCjvpUfzUwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQUo5fW816iEOGrRZ88F2Q87gFwnMwwDQYJKoZIhvcNAQELBQAD +ggIBABj6W3X8PnrHX3fHyt/PX8MSxEBd1DKquGrX1RUVRpgjpeaQWxiZTOOtQqOC +MTaIzen7xASWSIsBx40Bz1szBpZGZnQdT+3Btrm0DWHMY37XLneMlhwqI2hrhVd2 +cDMT/uFPpiN3GPoajOi9ZcnPP/TJF9zrx7zABC4tRi9pZsMbj/7sPtPKlL92CiUN +qXsCHKnQO18LwIE6PWThv6ctTr1NxNgpxiIY0MWscgKCP6o6ojoilzHdCGPDdRS5 +YCgtW2jgFqlmgiNR9etT2DGbe+m3nUvriBbP+V04ikkwj+3x6xn0dxoxGE1nVGwv +b2X52z3sIexe9PSLymBlVNFxZPT5pqOBMzYzcfCkeF9OrYMh3jRJjehZrJ3ydlo2 +8hP0r+AJx2EqbPfgna67hkooby7utHnNkDPDs3b69fBsnQGQ+p6Q9pxyz0fawx/k +NSBT8lTR32GDpgLiJTjehTItXnOQUl1CxM49S+H5GYQd1aJQzEH7QRTDvdbJWqNj +ZgKAvQU6O0ec7AAmTPWIUb+oI38YB7AL7YsmoWTTYUrrXJ/es69nA7Mf3W1daWhp +q1467HxpvMc7hU6eFbm0FU/DlXpY18ls6Wy58yljXrQs8C097Vpl4KlbQMJImYFt +nh8GKjwStIsPm6Ik8KaN1nrgS7ZklmOVhMJKzRwuJIczYOXD +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 2 G3" +# Serial: 390156079458959257446133169266079962026824725800 +# MD5 Fingerprint: af:0c:86:6e:bf:40:2d:7f:0b:3e:12:50:ba:12:3d:06 +# SHA1 Fingerprint: 09:3c:61:f3:8b:8b:dc:7d:55:df:75:38:02:05:00:e1:25:f5:c8:36 +# SHA256 Fingerprint: 8f:e4:fb:0a:f9:3a:4d:0d:67:db:0b:eb:b2:3e:37:c7:1b:f3:25:dc:bc:dd:24:0e:a0:4d:af:58:b4:7e:18:40 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIURFc0JFuBiZs18s64KztbpybwdSgwDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMiBHMzAeFw0xMjAxMTIxODU5MzJaFw00 +MjAxMTIxODU5MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDIgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQChriWyARjcV4g/Ruv5r+LrI3HimtFhZiFf +qq8nUeVuGxbULX1QsFN3vXg6YOJkApt8hpvWGo6t/x8Vf9WVHhLL5hSEBMHfNrMW +n4rjyduYNM7YMxcoRvynyfDStNVNCXJJ+fKH46nafaF9a7I6JaltUkSs+L5u+9ym +c5GQYaYDFCDy54ejiK2toIz/pgslUiXnFgHVy7g1gQyjO/Dh4fxaXc6AcW34Sas+ +O7q414AB+6XrW7PFXmAqMaCvN+ggOp+oMiwMzAkd056OXbxMmO7FGmh77FOm6RQ1 +o9/NgJ8MSPsc9PG/Srj61YxxSscfrf5BmrODXfKEVu+lV0POKa2Mq1W/xPtbAd0j +IaFYAI7D0GoT7RPjEiuA3GfmlbLNHiJuKvhB1PLKFAeNilUSxmn1uIZoL1NesNKq +IcGY5jDjZ1XHm26sGahVpkUG0CM62+tlXSoREfA7T8pt9DTEceT/AFr2XK4jYIVz +8eQQsSWu1ZK7E8EM4DnatDlXtas1qnIhO4M15zHfeiFuuDIIfR0ykRVKYnLP43eh +vNURG3YBZwjgQQvD6xVu+KQZ2aKrr+InUlYrAoosFCT5v0ICvybIxo/gbjh9Uy3l +7ZizlWNof/k19N+IxWA1ksB8aRxhlRbQ694Lrz4EEEVlWFA4r0jyWbYW8jwNkALG +cC4BrTwV1wIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQU7edvdlq/YOxJW8ald7tyFnGbxD0wDQYJKoZIhvcNAQELBQAD +ggIBAJHfgD9DCX5xwvfrs4iP4VGyvD11+ShdyLyZm3tdquXK4Qr36LLTn91nMX66 +AarHakE7kNQIXLJgapDwyM4DYvmL7ftuKtwGTTwpD4kWilhMSA/ohGHqPHKmd+RC +roijQ1h5fq7KpVMNqT1wvSAZYaRsOPxDMuHBR//47PERIjKWnML2W2mWeyAMQ0Ga +W/ZZGYjeVYg3UQt4XAoeo0L9x52ID8DyeAIkVJOviYeIyUqAHerQbj5hLja7NQ4n +lv1mNDthcnPxFlxHBlRJAHpYErAK74X9sbgzdWqTHBLmYF5vHX/JHyPLhGGfHoJE ++V+tYlUkmlKY7VHnoX6XOuYvHxHaU4AshZ6rNRDbIl9qxV6XU/IyAgkwo1jwDQHV +csaxfGl7w/U2Rcxhbl5MlMVerugOXou/983g7aEOGzPuVBj+D77vfoRrQ+NwmNtd +dbINWQeFFSM51vHfqSYP1kjHs6Yi9TM3WpVHn3u6GBVv/9YUZINJ0gpnIdsPNWNg +KCLjsZWDzYWm3S8P52dSbrsvhXz1SnPnxT7AvSESBT/8twNJAlvIJebiVDj1eYeM +HVOyToV7BjjHLPj4sHKNJeV3UvQDHEimUF+IIDBu8oJDqz2XhOdT+yHBTw8imoa4 +WSr2Rz0ZiC3oheGe7IUIarFsNMkd7EgrO3jtZsSOeWmD3n+M +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 3 G3" +# Serial: 268090761170461462463995952157327242137089239581 +# MD5 Fingerprint: df:7d:b9:ad:54:6f:68:a1:df:89:57:03:97:43:b0:d7 +# SHA1 Fingerprint: 48:12:bd:92:3c:a8:c4:39:06:e7:30:6d:27:96:e6:a4:cf:22:2e:7d +# SHA256 Fingerprint: 88:ef:81:de:20:2e:b0:18:45:2e:43:f8:64:72:5c:ea:5f:bd:1f:c2:d9:d2:05:73:07:09:c5:d8:b8:69:0f:46 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIULvWbAiin23r/1aOp7r0DoM8Sah0wDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMyBHMzAeFw0xMjAxMTIyMDI2MzJaFw00 +MjAxMTIyMDI2MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDMgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCzyw4QZ47qFJenMioKVjZ/aEzHs286IxSR +/xl/pcqs7rN2nXrpixurazHb+gtTTK/FpRp5PIpM/6zfJd5O2YIyC0TeytuMrKNu +FoM7pmRLMon7FhY4futD4tN0SsJiCnMK3UmzV9KwCoWdcTzeo8vAMvMBOSBDGzXR +U7Ox7sWTaYI+FrUoRqHe6okJ7UO4BUaKhvVZR74bbwEhELn9qdIoyhA5CcoTNs+c +ra1AdHkrAj80//ogaX3T7mH1urPnMNA3I4ZyYUUpSFlob3emLoG+B01vr87ERROR +FHAGjx+f+IdpsQ7vw4kZ6+ocYfx6bIrc1gMLnia6Et3UVDmrJqMz6nWB2i3ND0/k +A9HvFZcba5DFApCTZgIhsUfei5pKgLlVj7WiL8DWM2fafsSntARE60f75li59wzw +eyuxwHApw0BiLTtIadwjPEjrewl5qW3aqDCYz4ByA4imW0aucnl8CAMhZa634Ryl +sSqiMd5mBPfAdOhx3v89WcyWJhKLhZVXGqtrdQtEPREoPHtht+KPZ0/l7DxMYIBp +VzgeAVuNVejH38DMdyM0SXV89pgR6y3e7UEuFAUCf+D+IOs15xGsIs5XPd7JMG0Q +A4XN8f+MFrXBsj6IbGB/kE+V9/YtrQE5BwT6dYB9v0lQ7e/JxHwc64B+27bQ3RP+ +ydOc17KXqQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQUxhfQvKjqAkPyGwaZXSuQILnXnOQwDQYJKoZIhvcNAQELBQAD +ggIBADRh2Va1EodVTd2jNTFGu6QHcrxfYWLopfsLN7E8trP6KZ1/AvWkyaiTt3px +KGmPc+FSkNrVvjrlt3ZqVoAh313m6Tqe5T72omnHKgqwGEfcIHB9UqM+WXzBusnI +FUBhynLWcKzSt/Ac5IYp8M7vaGPQtSCKFWGafoaYtMnCdvvMujAWzKNhxnQT5Wvv +oxXqA/4Ti2Tk08HS6IT7SdEQTXlm66r99I0xHnAUrdzeZxNMgRVhvLfZkXdxGYFg +u/BYpbWcC/ePIlUnwEsBbTuZDdQdm2NnL9DuDcpmvJRPpq3t/O5jrFc/ZSXPsoaP +0Aj/uHYUbt7lJ+yreLVTubY/6CD50qi+YUbKh4yE8/nxoGibIh6BJpsQBJFxwAYf +3KDTuVan45gtf4Od34wrnDKOMpTwATwiKp9Dwi7DmDkHOHv8XgBCH/MyJnmDhPbl +8MFREsALHgQjDFSlTC9JxUrRtm5gDWv8a4uFJGS3iQ6rJUdbPM9+Sb3H6QrG2vd+ +DhcI00iX0HGS8A85PjRqHH3Y8iKuu2n0M7SmSFXRDw4m6Oy2Cy2nhTXN/VnIn9HN +PlopNLk9hM6xZdRZkZFWdSHBd575euFgndOtBBj0fOtek49TSiIp+EgrPk2GrFt/ +ywaZWWDYWGWVjUTR939+J399roD1B0y2PpxxVJkES/1Y+Zj0 +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Assured ID Root G2" +# Serial: 15385348160840213938643033620894905419 +# MD5 Fingerprint: 92:38:b9:f8:63:24:82:65:2c:57:33:e6:fe:81:8f:9d +# SHA1 Fingerprint: a1:4b:48:d9:43:ee:0a:0e:40:90:4f:3c:e0:a4:c0:91:93:51:5d:3f +# SHA256 Fingerprint: 7d:05:eb:b6:82:33:9f:8c:94:51:ee:09:4e:eb:fe:fa:79:53:a1:14:ed:b2:f4:49:49:45:2f:ab:7d:2f:c1:85 +-----BEGIN CERTIFICATE----- +MIIDljCCAn6gAwIBAgIQC5McOtY5Z+pnI7/Dr5r0SzANBgkqhkiG9w0BAQsFADBl +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv +b3QgRzIwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl +cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIwggEi +MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZ5ygvUj82ckmIkzTz+GoeMVSA +n61UQbVH35ao1K+ALbkKz3X9iaV9JPrjIgwrvJUXCzO/GU1BBpAAvQxNEP4Htecc +biJVMWWXvdMX0h5i89vqbFCMP4QMls+3ywPgym2hFEwbid3tALBSfK+RbLE4E9Hp +EgjAALAcKxHad3A2m67OeYfcgnDmCXRwVWmvo2ifv922ebPynXApVfSr/5Vh88lA +bx3RvpO704gqu52/clpWcTs/1PPRCv4o76Pu2ZmvA9OPYLfykqGxvYmJHzDNw6Yu +YjOuFgJ3RFrngQo8p0Quebg/BLxcoIfhG69Rjs3sLPr4/m3wOnyqi+RnlTGNAgMB +AAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQW +BBTOw0q5mVXyuNtgv6l+vVa1lzan1jANBgkqhkiG9w0BAQsFAAOCAQEAyqVVjOPI +QW5pJ6d1Ee88hjZv0p3GeDgdaZaikmkuOGybfQTUiaWxMTeKySHMq2zNixya1r9I +0jJmwYrA8y8678Dj1JGG0VDjA9tzd29KOVPt3ibHtX2vK0LRdWLjSisCx1BL4Gni +lmwORGYQRI+tBev4eaymG+g3NJ1TyWGqolKvSnAWhsI6yLETcDbYz+70CjTVW0z9 +B5yiutkBclzzTcHdDrEcDcRjvq30FPuJ7KJBDkzMyFdA0G4Dqs0MjomZmWzwPDCv +ON9vvKO+KSAnq3T/EyJ43pdSVR6DtVQgA+6uwE9W3jfMw3+qBCe703e4YtsXfJwo +IhNzbM8m9Yop5w== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Assured ID Root G3" +# Serial: 15459312981008553731928384953135426796 +# MD5 Fingerprint: 7c:7f:65:31:0c:81:df:8d:ba:3e:99:e2:5c:ad:6e:fb +# SHA1 Fingerprint: f5:17:a2:4f:9a:48:c6:c9:f8:a2:00:26:9f:dc:0f:48:2c:ab:30:89 +# SHA256 Fingerprint: 7e:37:cb:8b:4c:47:09:0c:ab:36:55:1b:a6:f4:5d:b8:40:68:0f:ba:16:6a:95:2d:b1:00:71:7f:43:05:3f:c2 +-----BEGIN CERTIFICATE----- +MIICRjCCAc2gAwIBAgIQC6Fa+h3foLVJRK/NJKBs7DAKBggqhkjOPQQDAzBlMQsw +CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu +ZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3Qg +RzMwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu +Y29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAAQZ57ysRGXtzbg/WPuNsVepRC0FFfLvC/8QdJ+1YlJf +Zn4f5dwbRXkLzMZTCp2NXQLZqVneAlr2lSoOjThKiknGvMYDOAdfVdp+CW7if17Q +RSAPWXYQ1qAk8C3eNvJsKTmjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ +BAQDAgGGMB0GA1UdDgQWBBTL0L2p4ZgFUaFNN6KDec6NHSrkhDAKBggqhkjOPQQD +AwNnADBkAjAlpIFFAmsSS3V0T8gj43DydXLefInwz5FyYZ5eEJJZVrmDxxDnOOlY +JjZ91eQ0hjkCMHw2U/Aw5WJjOpnitqM7mzT6HtoQknFekROn3aRukswy1vUhZscv +6pZjamVFkpUBtA== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Global Root G2" +# Serial: 4293743540046975378534879503202253541 +# MD5 Fingerprint: e4:a6:8a:c8:54:ac:52:42:46:0a:fd:72:48:1b:2a:44 +# SHA1 Fingerprint: df:3c:24:f9:bf:d6:66:76:1b:26:80:73:fe:06:d1:cc:8d:4f:82:a4 +# SHA256 Fingerprint: cb:3c:cb:b7:60:31:e5:e0:13:8f:8d:d3:9a:23:f9:de:47:ff:c3:5e:43:c1:14:4c:ea:27:d4:6a:5a:b1:cb:5f +-----BEGIN CERTIFICATE----- +MIIDjjCCAnagAwIBAgIQAzrx5qcRqaC7KGSxHQn65TANBgkqhkiG9w0BAQsFADBh +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBH +MjAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVT +MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j +b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEcyMIIBIjANBgkqhkiG +9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuzfNNNx7a8myaJCtSnX/RrohCgiN9RlUyfuI +2/Ou8jqJkTx65qsGGmvPrC3oXgkkRLpimn7Wo6h+4FR1IAWsULecYxpsMNzaHxmx +1x7e/dfgy5SDN67sH0NO3Xss0r0upS/kqbitOtSZpLYl6ZtrAGCSYP9PIUkY92eQ +q2EGnI/yuum06ZIya7XzV+hdG82MHauVBJVJ8zUtluNJbd134/tJS7SsVQepj5Wz +tCO7TG1F8PapspUwtP1MVYwnSlcUfIKdzXOS0xZKBgyMUNGPHgm+F6HmIcr9g+UQ +vIOlCsRnKPZzFBQ9RnbDhxSJITRNrw9FDKZJobq7nMWxM4MphQIDAQABo0IwQDAP +BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUTiJUIBiV +5uNu5g/6+rkS7QYXjzkwDQYJKoZIhvcNAQELBQADggEBAGBnKJRvDkhj6zHd6mcY +1Yl9PMWLSn/pvtsrF9+wX3N3KjITOYFnQoQj8kVnNeyIv/iPsGEMNKSuIEyExtv4 +NeF22d+mQrvHRAiGfzZ0JFrabA0UWTW98kndth/Jsw1HKj2ZL7tcu7XUIOGZX1NG +Fdtom/DzMNU+MeKNhJ7jitralj41E6Vf8PlwUHBHQRFXGU7Aj64GxJUTFy8bJZ91 +8rGOmaFvE7FBcf6IKshPECBV1/MUReXgRPTqh5Uykw7+U0b6LJ3/iyK5S9kJRaTe +pLiaWN0bfVKfjllDiIGknibVb63dDcY3fe0Dkhvld1927jyNxF1WW6LZZm6zNTfl +MrY= +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Global Root G3" +# Serial: 7089244469030293291760083333884364146 +# MD5 Fingerprint: f5:5d:a4:50:a5:fb:28:7e:1e:0f:0d:cc:96:57:56:ca +# SHA1 Fingerprint: 7e:04:de:89:6a:3e:66:6d:00:e6:87:d3:3f:fa:d9:3b:e8:3d:34:9e +# SHA256 Fingerprint: 31:ad:66:48:f8:10:41:38:c7:38:f3:9e:a4:32:01:33:39:3e:3a:18:cc:02:29:6e:f9:7c:2a:c9:ef:67:31:d0 +-----BEGIN CERTIFICATE----- +MIICPzCCAcWgAwIBAgIQBVVWvPJepDU1w6QP1atFcjAKBggqhkjOPQQDAzBhMQsw +CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu +ZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMzAe +Fw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVTMRUw +EwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5jb20x +IDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEczMHYwEAYHKoZIzj0CAQYF +K4EEACIDYgAE3afZu4q4C/sLfyHS8L6+c/MzXRq8NOrexpu80JX28MzQC7phW1FG +fp4tn+6OYwwX7Adw9c+ELkCDnOg/QW07rdOkFFk2eJ0DQ+4QE2xy3q6Ip6FrtUPO +Z9wj/wMco+I+o0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAd +BgNVHQ4EFgQUs9tIpPmhxdiuNkHMEWNpYim8S8YwCgYIKoZIzj0EAwMDaAAwZQIx +AK288mw/EkrRLTnDCgmXc/SINoyIJ7vmiI1Qhadj+Z4y3maTD/HMsQmP3Wyr+mt/ +oAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34VOKa5Vt8 +sycX +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Trusted Root G4" +# Serial: 7451500558977370777930084869016614236 +# MD5 Fingerprint: 78:f2:fc:aa:60:1f:2f:b4:eb:c9:37:ba:53:2e:75:49 +# SHA1 Fingerprint: dd:fb:16:cd:49:31:c9:73:a2:03:7d:3f:c8:3a:4d:7d:77:5d:05:e4 +# SHA256 Fingerprint: 55:2f:7b:dc:f1:a7:af:9e:6c:e6:72:01:7f:4f:12:ab:f7:72:40:c7:8e:76:1a:c2:03:d1:d9:d2:0a:c8:99:88 +-----BEGIN CERTIFICATE----- +MIIFkDCCA3igAwIBAgIQBZsbV56OITLiOQe9p3d1XDANBgkqhkiG9w0BAQwFADBi +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3Qg +RzQwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBiMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu +Y29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQC/5pBzaN675F1KPDAiMGkz7MKnJS7JIT3y +ithZwuEppz1Yq3aaza57G4QNxDAf8xukOBbrVsaXbR2rsnnyyhHS5F/WBTxSD1If +xp4VpX6+n6lXFllVcq9ok3DCsrp1mWpzMpTREEQQLt+C8weE5nQ7bXHiLQwb7iDV +ySAdYyktzuxeTsiT+CFhmzTrBcZe7FsavOvJz82sNEBfsXpm7nfISKhmV1efVFiO +DCu3T6cw2Vbuyntd463JT17lNecxy9qTXtyOj4DatpGYQJB5w3jHtrHEtWoYOAMQ +jdjUN6QuBX2I9YI+EJFwq1WCQTLX2wRzKm6RAXwhTNS8rhsDdV14Ztk6MUSaM0C/ +CNdaSaTC5qmgZ92kJ7yhTzm1EVgX9yRcRo9k98FpiHaYdj1ZXUJ2h4mXaXpI8OCi +EhtmmnTK3kse5w5jrubU75KSOp493ADkRSWJtppEGSt+wJS00mFt6zPZxd9LBADM +fRyVw4/3IbKyEbe7f/LVjHAsQWCqsWMYRJUadmJ+9oCw++hkpjPRiQfhvbfmQ6QY +uKZ3AeEPlAwhHbJUKSWJbOUOUlFHdL4mrLZBdd56rF+NP8m800ERElvlEFDrMcXK +chYiCd98THU/Y+whX8QgUWtvsauGi0/C1kVfnSD8oR7FwI+isX4KJpn15GkvmB0t +9dmpsh3lGwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +hjAdBgNVHQ4EFgQU7NfjgtJxXWRM3y5nP+e6mK4cD08wDQYJKoZIhvcNAQEMBQAD +ggIBALth2X2pbL4XxJEbw6GiAI3jZGgPVs93rnD5/ZpKmbnJeFwMDF/k5hQpVgs2 +SV1EY+CtnJYYZhsjDT156W1r1lT40jzBQ0CuHVD1UvyQO7uYmWlrx8GnqGikJ9yd ++SeuMIW59mdNOj6PWTkiU0TryF0Dyu1Qen1iIQqAyHNm0aAFYF/opbSnr6j3bTWc +fFqK1qI4mfN4i/RN0iAL3gTujJtHgXINwBQy7zBZLq7gcfJW5GqXb5JQbZaNaHqa +sjYUegbyJLkJEVDXCLG4iXqEI2FCKeWjzaIgQdfRnGTZ6iahixTXTBmyUEFxPT9N +cCOGDErcgdLMMpSEDQgJlxxPwO5rIHQw0uA5NBCFIRUBCOhVMt5xSdkoF1BN5r5N +0XWs0Mr7QbhDparTwwVETyw2m+L64kW4I1NsBm9nVX9GtUw/bihaeSbSpKhil9Ie +4u1Ki7wb/UdKDd9nZn6yW0HQO+T0O/QEY+nvwlQAUaCKKsnOeMzV6ocEGLPOr0mI +r/OSmbaz5mEP0oUA51Aa5BuVnRmhuZyxm7EAHu/QD09CbMkKvO5D+jpxpchNJqU1 +/YldvIViHTLSoCtU7ZpXwdv6EM8Zt4tKG48BtieVU+i2iW1bvGjUI+iLUaJW+fCm +gKDWHrO8Dw9TdSmq6hN35N6MgSGtBxBHEa2HPQfRdbzP82Z+ +-----END CERTIFICATE----- + +# Issuer: CN=COMODO RSA Certification Authority O=COMODO CA Limited +# Subject: CN=COMODO RSA Certification Authority O=COMODO CA Limited +# Label: "COMODO RSA Certification Authority" +# Serial: 101909084537582093308941363524873193117 +# MD5 Fingerprint: 1b:31:b0:71:40:36:cc:14:36:91:ad:c4:3e:fd:ec:18 +# SHA1 Fingerprint: af:e5:d2:44:a8:d1:19:42:30:ff:47:9f:e2:f8:97:bb:cd:7a:8c:b4 +# SHA256 Fingerprint: 52:f0:e1:c4:e5:8e:c6:29:29:1b:60:31:7f:07:46:71:b8:5d:7e:a8:0d:5b:07:27:34:63:53:4b:32:b4:02:34 +-----BEGIN CERTIFICATE----- +MIIF2DCCA8CgAwIBAgIQTKr5yttjb+Af907YWwOGnTANBgkqhkiG9w0BAQwFADCB +hTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNV +BAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMTE5 +MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgT +EkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMR +Q09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNh +dGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCR +6FSS0gpWsawNJN3Fz0RndJkrN6N9I3AAcbxT38T6KhKPS38QVr2fcHK3YX/JSw8X +pz3jsARh7v8Rl8f0hj4K+j5c+ZPmNHrZFGvnnLOFoIJ6dq9xkNfs/Q36nGz637CC +9BR++b7Epi9Pf5l/tfxnQ3K9DADWietrLNPtj5gcFKt+5eNu/Nio5JIk2kNrYrhV +/erBvGy2i/MOjZrkm2xpmfh4SDBF1a3hDTxFYPwyllEnvGfDyi62a+pGx8cgoLEf +Zd5ICLqkTqnyg0Y3hOvozIFIQ2dOciqbXL1MGyiKXCJ7tKuY2e7gUYPDCUZObT6Z ++pUX2nwzV0E8jVHtC7ZcryxjGt9XyD+86V3Em69FmeKjWiS0uqlWPc9vqv9JWL7w +qP/0uK3pN/u6uPQLOvnoQ0IeidiEyxPx2bvhiWC4jChWrBQdnArncevPDt09qZah +SL0896+1DSJMwBGB7FY79tOi4lu3sgQiUpWAk2nojkxl8ZEDLXB0AuqLZxUpaVIC +u9ffUGpVRr+goyhhf3DQw6KqLCGqR84onAZFdr+CGCe01a60y1Dma/RMhnEw6abf +Fobg2P9A3fvQQoh/ozM6LlweQRGBY84YcWsr7KaKtzFcOmpH4MN5WdYgGq/yapiq +crxXStJLnbsQ/LBMQeXtHT1eKJ2czL+zUdqnR+WEUwIDAQABo0IwQDAdBgNVHQ4E +FgQUu69+Aj36pvE8hI6t7jiY7NkyMtQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB +/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAArx1UaEt65Ru2yyTUEUAJNMnMvl +wFTPoCWOAvn9sKIN9SCYPBMtrFaisNZ+EZLpLrqeLppysb0ZRGxhNaKatBYSaVqM +4dc+pBroLwP0rmEdEBsqpIt6xf4FpuHA1sj+nq6PK7o9mfjYcwlYRm6mnPTXJ9OV +2jeDchzTc+CiR5kDOF3VSXkAKRzH7JsgHAckaVd4sjn8OoSgtZx8jb8uk2Intzna +FxiuvTwJaP+EmzzV1gsD41eeFPfR60/IvYcjt7ZJQ3mFXLrrkguhxuhoqEwWsRqZ +CuhTLJK7oQkYdQxlqHvLI7cawiiFwxv/0Cti76R7CZGYZ4wUAc1oBmpjIXUDgIiK +boHGhfKppC3n9KUkEEeDys30jXlYsQab5xoq2Z0B15R97QNKyvDb6KkBPvVWmcke +jkk9u+UJueBPSZI9FoJAzMxZxuY67RIuaTxslbH9qh17f4a+Hg4yRvv7E491f0yL +S0Zj/gA0QHDBw7mh3aZw4gSzQbzpgJHqZJx64SIDqZxubw5lT2yHh17zbqD5daWb +QOhTsiedSrnAdyGN/4fy3ryM7xfft0kL0fJuMAsaDk527RH89elWsn2/x20Kk4yl +0MC2Hb46TpSi125sC8KKfPog88Tk5c0NqMuRkrF8hey1FGlmDoLnzc7ILaZRfyHB +NVOFBkpdn627G190 +-----END CERTIFICATE----- + +# Issuer: CN=USERTrust RSA Certification Authority O=The USERTRUST Network +# Subject: CN=USERTrust RSA Certification Authority O=The USERTRUST Network +# Label: "USERTrust RSA Certification Authority" +# Serial: 2645093764781058787591871645665788717 +# MD5 Fingerprint: 1b:fe:69:d1:91:b7:19:33:a3:72:a8:0f:e1:55:e5:b5 +# SHA1 Fingerprint: 2b:8f:1b:57:33:0d:bb:a2:d0:7a:6c:51:f7:0e:e9:0d:da:b9:ad:8e +# SHA256 Fingerprint: e7:93:c9:b0:2f:d8:aa:13:e2:1c:31:22:8a:cc:b0:81:19:64:3b:74:9c:89:89:64:b1:74:6d:46:c3:d4:cb:d2 +-----BEGIN CERTIFICATE----- +MIIF3jCCA8agAwIBAgIQAf1tMPyjylGoG7xkDjUDLTANBgkqhkiG9w0BAQwFADCB +iDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0pl +cnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNV +BAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAw +MjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNV +BAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU +aGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2Vy +dGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK +AoICAQCAEmUXNg7D2wiz0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ/MPans9s/B +3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2jY0K2dvKpOyuR+OJv0OwWIJAJPuLodMkY +tJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFnRghRy4YUVD+8M/5+bJz/ +Fp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O+T23LLb2 +VN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT +79uq/nROacdrjGCT3sTHDN/hMq7MkztReJVni+49Vv4M0GkPGw/zJSZrM233bkf6 +c0Plfg6lZrEpfDKEY1WJxA3Bk1QwGROs0303p+tdOmw1XNtB1xLaqUkL39iAigmT +Yo61Zs8liM2EuLE/pDkP2QKe6xJMlXzzawWpXhaDzLhn4ugTncxbgtNMs+1b/97l +c6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8yexDJtC/QV9AqURE9JnnV4ee +UB9XVKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+eLf8ZxXhyVeE +Hg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo0IwQDAd +BgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgEGMA8G +A1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAFzUfA3P9wF9QZllDHPF +Up/L+M+ZBn8b2kMVn54CVVeWFPFSPCeHlCjtHzoBN6J2/FNQwISbxmtOuowhT6KO +VWKR82kV2LyI48SqC/3vqOlLVSoGIG1VeCkZ7l8wXEskEVX/JJpuXior7gtNn3/3 +ATiUFJVDBwn7YKnuHKsSjKCaXqeYalltiz8I+8jRRa8YFWSQEg9zKC7F4iRO/Fjs +8PRF/iKz6y+O0tlFYQXBl2+odnKPi4w2r78NBc5xjeambx9spnFixdjQg3IM8WcR +iQycE0xyNN+81XHfqnHd4blsjDwSXWXavVcStkNr/+XeTWYRUc+ZruwXtuhxkYze +Sf7dNXGiFSeUHM9h4ya7b6NnJSFd5t0dCy5oGzuCr+yDZ4XUmFF0sbmZgIn/f3gZ +XHlKYC6SQK5MNyosycdiyA5d9zZbyuAlJQG03RoHnHcAP9Dc1ew91Pq7P8yF1m9/ +qS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9cJ2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRB +VXyNWQKV3WKdwrnuWih0hKWbt5DHDAff9Yk2dDLWKMGwsAvgnEzDHNb842m1R0aB +L6KCq9NjRHDEjf8tM7qtj3u1cIiuPhnPQCjY/MiQu12ZIvVS5ljFH4gxQ+6IHdfG +jjxDah2nGN59PRbxYvnKkKj9 +-----END CERTIFICATE----- + +# Issuer: CN=USERTrust ECC Certification Authority O=The USERTRUST Network +# Subject: CN=USERTrust ECC Certification Authority O=The USERTRUST Network +# Label: "USERTrust ECC Certification Authority" +# Serial: 123013823720199481456569720443997572134 +# MD5 Fingerprint: fa:68:bc:d9:b5:7f:ad:fd:c9:1d:06:83:28:cc:24:c1 +# SHA1 Fingerprint: d1:cb:ca:5d:b2:d5:2a:7f:69:3b:67:4d:e5:f0:5a:1d:0c:95:7d:f0 +# SHA256 Fingerprint: 4f:f4:60:d5:4b:9c:86:da:bf:bc:fc:57:12:e0:40:0d:2b:ed:3f:bc:4d:4f:bd:aa:86:e0:6a:dc:d2:a9:ad:7a +-----BEGIN CERTIFICATE----- +MIICjzCCAhWgAwIBAgIQXIuZxVqUxdJxVt7NiYDMJjAKBggqhkjOPQQDAzCBiDEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNl +eSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMT +JVVTRVJUcnVzdCBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMjAx +MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgT +Ck5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUg +VVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBFQ0MgQ2VydGlm +aWNhdGlvbiBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQarFRaqflo +I+d61SRvU8Za2EurxtW20eZzca7dnNYMYf3boIkDuAUU7FfO7l0/4iGzzvfUinng +o4N+LZfQYcTxmdwlkWOrfzCjtHDix6EznPO/LlxTsV+zfTJ/ijTjeXmjQjBAMB0G +A1UdDgQWBBQ64QmG1M8ZwpZ2dEl23OA1xmNjmjAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjA2Z6EWCNzklwBBHU6+4WMB +zzuqQhFkoJ2UOQIReVx7Hfpkue4WQrO/isIJxOzksU0CMQDpKmFHjFJKS04YcPbW +RNZu9YO6bVi9JNlWSOrvxKJGgYhqOkbRqZtNyWHa0V1Xahg= +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5 +# Label: "GlobalSign ECC Root CA - R5" +# Serial: 32785792099990507226680698011560947931244 +# MD5 Fingerprint: 9f:ad:3b:1c:02:1e:8a:ba:17:74:38:81:0c:a2:bc:08 +# SHA1 Fingerprint: 1f:24:c6:30:cd:a4:18:ef:20:69:ff:ad:4f:dd:5f:46:3a:1b:69:aa +# SHA256 Fingerprint: 17:9f:bc:14:8a:3d:d0:0f:d2:4e:a1:34:58:cc:43:bf:a7:f5:9c:81:82:d7:83:a5:13:f6:eb:ec:10:0c:89:24 +-----BEGIN CERTIFICATE----- +MIICHjCCAaSgAwIBAgIRYFlJ4CYuu1X5CneKcflK2GwwCgYIKoZIzj0EAwMwUDEk +MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpH +bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX +DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD +QSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu +MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAER0UOlvt9Xb/pOdEh+J8LttV7HpI6SFkc +8GIxLcB6KP4ap1yztsyX50XUWPrRd21DosCHZTQKH3rd6zwzocWdTaRvQZU4f8ke +hOvRnkmSh5SHDDqFSmafnVmTTZdhBoZKo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUPeYpSJvqB8ohREom3m7e0oPQn1kwCgYI +KoZIzj0EAwMDaAAwZQIxAOVpEslu28YxuglB4Zf4+/2a4n0Sye18ZNPLBSWLVtmg +515dTguDnFt2KaAJJiFqYgIwcdK1j1zqO+F4CYWodZI7yFz9SO8NdCKoCOJuxUnO +xwy8p2Fp8fc74SrL+SvzZpA3 +-----END CERTIFICATE----- + +# Issuer: CN=IdenTrust Commercial Root CA 1 O=IdenTrust +# Subject: CN=IdenTrust Commercial Root CA 1 O=IdenTrust +# Label: "IdenTrust Commercial Root CA 1" +# Serial: 13298821034946342390520003877796839426 +# MD5 Fingerprint: b3:3e:77:73:75:ee:a0:d3:e3:7e:49:63:49:59:bb:c7 +# SHA1 Fingerprint: df:71:7e:aa:4a:d9:4e:c9:55:84:99:60:2d:48:de:5f:bc:f0:3a:25 +# SHA256 Fingerprint: 5d:56:49:9b:e4:d2:e0:8b:cf:ca:d0:8a:3e:38:72:3d:50:50:3b:de:70:69:48:e4:2f:55:60:30:19:e5:28:ae +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIQCgFCgAAAAUUjyES1AAAAAjANBgkqhkiG9w0BAQsFADBK +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScwJQYDVQQDEx5JZGVu +VHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwHhcNMTQwMTE2MTgxMjIzWhcNMzQw +MTE2MTgxMjIzWjBKMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScw +JQYDVQQDEx5JZGVuVHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCnUBneP5k91DNG8W9RYYKyqU+PZ4ldhNlT +3Qwo2dfw/66VQ3KZ+bVdfIrBQuExUHTRgQ18zZshq0PirK1ehm7zCYofWjK9ouuU ++ehcCuz/mNKvcbO0U59Oh++SvL3sTzIwiEsXXlfEU8L2ApeN2WIrvyQfYo3fw7gp +S0l4PJNgiCL8mdo2yMKi1CxUAGc1bnO/AljwpN3lsKImesrgNqUZFvX9t++uP0D1 +bVoE/c40yiTcdCMbXTMTEl3EASX2MN0CXZ/g1Ue9tOsbobtJSdifWwLziuQkkORi +T0/Br4sOdBeo0XKIanoBScy0RnnGF7HamB4HWfp1IYVl3ZBWzvurpWCdxJ35UrCL +vYf5jysjCiN2O/cz4ckA82n5S6LgTrx+kzmEB/dEcH7+B1rlsazRGMzyNeVJSQjK +Vsk9+w8YfYs7wRPCTY/JTw436R+hDmrfYi7LNQZReSzIJTj0+kuniVyc0uMNOYZK +dHzVWYfCP04MXFL0PfdSgvHqo6z9STQaKPNBiDoT7uje/5kdX7rL6B7yuVBgwDHT +c+XvvqDtMwt0viAgxGds8AgDelWAf0ZOlqf0Hj7h9tgJ4TNkK2PXMl6f+cB7D3hv +l7yTmvmcEpB4eoCHFddydJxVdHixuuFucAS6T6C6aMN7/zHwcz09lCqxC0EOoP5N +iGVreTO01wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB +/zAdBgNVHQ4EFgQU7UQZwNPwBovupHu+QucmVMiONnYwDQYJKoZIhvcNAQELBQAD +ggIBAA2ukDL2pkt8RHYZYR4nKM1eVO8lvOMIkPkp165oCOGUAFjvLi5+U1KMtlwH +6oi6mYtQlNeCgN9hCQCTrQ0U5s7B8jeUeLBfnLOic7iPBZM4zY0+sLj7wM+x8uwt +LRvM7Kqas6pgghstO8OEPVeKlh6cdbjTMM1gCIOQ045U8U1mwF10A0Cj7oV+wh93 +nAbowacYXVKV7cndJZ5t+qntozo00Fl72u1Q8zW/7esUTTHHYPTa8Yec4kjixsU3 ++wYQ+nVZZjFHKdp2mhzpgq7vmrlR94gjmmmVYjzlVYA211QC//G5Xc7UI2/YRYRK +W2XviQzdFKcgyxilJbQN+QHwotL0AMh0jqEqSI5l2xPE4iUXfeu+h1sXIFRRk0pT +AwvsXcoz7WL9RccvW9xYoIA55vrX/hMUpu09lEpCdNTDd1lzzY9GvlU47/rokTLq +l1gEIt44w8y8bckzOmoKaT+gyOpyj4xjhiO9bTyWnpXgSUyqorkqG5w2gXjtw+hG +4iZZRHUe2XWJUc0QhJ1hYMtd+ZciTY6Y5uN/9lu7rs3KSoFrXgvzUeF0K+l+J6fZ +mUlO+KWA2yUPHGNiiskzZ2s8EIPGrd6ozRaOjfAHN3Gf8qv8QfXBi+wAN10J5U6A +7/qxXDgGpRtK4dw4LTzcqx+QGtVKnO7RcGzM7vRX+Bi6hG6H +-----END CERTIFICATE----- + +# Issuer: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust +# Subject: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust +# Label: "IdenTrust Public Sector Root CA 1" +# Serial: 13298821034946342390521976156843933698 +# MD5 Fingerprint: 37:06:a5:b0:fc:89:9d:ba:f4:6b:8c:1a:64:cd:d5:ba +# SHA1 Fingerprint: ba:29:41:60:77:98:3f:f4:f3:ef:f2:31:05:3b:2e:ea:6d:4d:45:fd +# SHA256 Fingerprint: 30:d0:89:5a:9a:44:8a:26:20:91:63:55:22:d1:f5:20:10:b5:86:7a:ca:e1:2c:78:ef:95:8f:d4:f4:38:9f:2f +-----BEGIN CERTIFICATE----- +MIIFZjCCA06gAwIBAgIQCgFCgAAAAUUjz0Z8AAAAAjANBgkqhkiG9w0BAQsFADBN +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MSowKAYDVQQDEyFJZGVu +VHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwHhcNMTQwMTE2MTc1MzMyWhcN +MzQwMTE2MTc1MzMyWjBNMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0 +MSowKAYDVQQDEyFJZGVuVHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2IpT8pEiv6EdrCvsnduTyP4o7 +ekosMSqMjbCpwzFrqHd2hCa2rIFCDQjrVVi7evi8ZX3yoG2LqEfpYnYeEe4IFNGy +RBb06tD6Hi9e28tzQa68ALBKK0CyrOE7S8ItneShm+waOh7wCLPQ5CQ1B5+ctMlS +bdsHyo+1W/CD80/HLaXIrcuVIKQxKFdYWuSNG5qrng0M8gozOSI5Cpcu81N3uURF +/YTLNiCBWS2ab21ISGHKTN9T0a9SvESfqy9rg3LvdYDaBjMbXcjaY8ZNzaxmMc3R +3j6HEDbhuaR672BQssvKplbgN6+rNBM5Jeg5ZuSYeqoSmJxZZoY+rfGwyj4GD3vw +EUs3oERte8uojHH01bWRNszwFcYr3lEXsZdMUD2xlVl8BX0tIdUAvwFnol57plzy +9yLxkA2T26pEUWbMfXYD62qoKjgZl3YNa4ph+bz27nb9cCvdKTz4Ch5bQhyLVi9V +GxyhLrXHFub4qjySjmm2AcG1hp2JDws4lFTo6tyePSW8Uybt1as5qsVATFSrsrTZ +2fjXctscvG29ZV/viDUqZi/u9rNl8DONfJhBaUYPQxxp+pu10GFqzcpL2UyQRqsV +WaFHVCkugyhfHMKiq3IXAAaOReyL4jM9f9oZRORicsPfIsbyVtTdX5Vy7W1f90gD +W/3FKqD2cyOEEBsB5wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQU43HgntinQtnbcZFrlJPrw6PRFKMwDQYJKoZIhvcN +AQELBQADggIBAEf63QqwEZE4rU1d9+UOl1QZgkiHVIyqZJnYWv6IAcVYpZmxI1Qj +t2odIFflAWJBF9MJ23XLblSQdf4an4EKwt3X9wnQW3IV5B4Jaj0z8yGa5hV+rVHV +DRDtfULAj+7AmgjVQdZcDiFpboBhDhXAuM/FSRJSzL46zNQuOAXeNf0fb7iAaJg9 +TaDKQGXSc3z1i9kKlT/YPyNtGtEqJBnZhbMX73huqVjRI9PHE+1yJX9dsXNw0H8G +lwmEKYBhHfpe/3OsoOOJuBxxFcbeMX8S3OFtm6/n6J91eEyrRjuazr8FGF1NFTwW +mhlQBJqymm9li1JfPFgEKCXAZmExfrngdbkaqIHWchezxQMxNRF4eKLg6TCMf4Df +WN88uieW4oA0beOY02QnrEh+KHdcxiVhJfiFDGX6xDIvpZgF5PgLZxYWxoK4Mhn5 ++bl53B/N66+rDt0b20XkeucC4pVd/GnwU2lhlXV5C15V5jgclKlZM57IcXR5f1GJ +tshquDDIajjDbp7hNxbqBWJMWxJH7ae0s1hWx0nzfxJoCTFx8G34Tkf71oXuxVhA +GaQdp/lLQzfcaFpPz+vCZHTetBXZ9FRUGi8c15dxVJCO2SCdUyt/q4/i6jC8UDfv +8Ue1fXwsBOxonbRJRBD0ckscZOf85muQ3Wl9af0AVqW3rLatt8o+Ae+c +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - G2" +# Serial: 1246989352 +# MD5 Fingerprint: 4b:e2:c9:91:96:65:0c:f4:0e:5a:93:92:a0:0a:fe:b2 +# SHA1 Fingerprint: 8c:f4:27:fd:79:0c:3a:d1:66:06:8d:e8:1e:57:ef:bb:93:22:72:d4 +# SHA256 Fingerprint: 43:df:57:74:b0:3e:7f:ef:5f:e4:0d:93:1a:7b:ed:f1:bb:2e:6b:42:73:8c:4e:6d:38:41:10:3d:3a:a7:f3:39 +-----BEGIN CERTIFICATE----- +MIIEPjCCAyagAwIBAgIESlOMKDANBgkqhkiG9w0BAQsFADCBvjELMAkGA1UEBhMC +VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50 +cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3Qs +IEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVz +dCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIwHhcNMDkwNzA3MTcy +NTU0WhcNMzAxMjA3MTc1NTU0WjCBvjELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUVu +dHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwt +dGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0 +aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmlj +YXRpb24gQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK +AoIBAQC6hLZy254Ma+KZ6TABp3bqMriVQRrJ2mFOWHLP/vaCeb9zYQYKpSfYs1/T +RU4cctZOMvJyig/3gxnQaoCAAEUesMfnmr8SVycco2gvCoe9amsOXmXzHHfV1IWN +cCG0szLni6LVhjkCsbjSR87kyUnEO6fe+1R9V77w6G7CebI6C1XiUJgWMhNcL3hW +wcKUs/Ja5CeanyTXxuzQmyWC48zCxEXFjJd6BmsqEZ+pCm5IO2/b1BEZQvePB7/1 +U1+cPvQXLOZprE4yTGJ36rfo5bs0vBmLrpxR57d+tVOxMyLlbc9wPBr64ptntoP0 +jaWvYkxN4FisZDQSA/i2jZRjJKRxAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAP +BgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqciZ60B7vfec7aVHUbI2fkBJmqzAN +BgkqhkiG9w0BAQsFAAOCAQEAeZ8dlsa2eT8ijYfThwMEYGprmi5ZiXMRrEPR9RP/ +jTkrwPK9T3CMqS/qF8QLVJ7UG5aYMzyorWKiAHarWWluBh1+xLlEjZivEtRh2woZ +Rkfz6/djwUAFQKXSt/S1mja/qYh2iARVBCuch38aNzx+LaUa2NSJXsq9rD1s2G2v +1fN2D807iDginWyTmsQ9v4IbZT+mD12q/OWyFcq1rca8PdCE6OoGcrBNOTJ4vz4R +nAuknZoh8/CbCzB428Hch0P+vGOaysXCHMnHjf87ElgI5rY97HosTvuDls4MPGmH +VHOkc8KT/1EQrBVUAdj8BbGJoX90g5pJ19xOe4pIb4tF9g== +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - EC1" +# Serial: 51543124481930649114116133369 +# MD5 Fingerprint: b6:7e:1d:f0:58:c5:49:6c:24:3b:3d:ed:98:18:ed:bc +# SHA1 Fingerprint: 20:d8:06:40:df:9b:25:f5:12:25:3a:11:ea:f7:59:8a:eb:14:b5:47 +# SHA256 Fingerprint: 02:ed:0e:b2:8c:14:da:45:16:5c:56:67:91:70:0d:64:51:d7:fb:56:f0:b2:ab:1d:3b:8e:b0:70:e5:6e:df:f5 +-----BEGIN CERTIFICATE----- +MIIC+TCCAoCgAwIBAgINAKaLeSkAAAAAUNCR+TAKBggqhkjOPQQDAzCBvzELMAkG +A1UEBhMCVVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3 +d3cuZW50cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDEyIEVu +dHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEzMDEGA1UEAxMq +RW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRUMxMB4XDTEy +MTIxODE1MjUzNloXDTM3MTIxODE1NTUzNlowgb8xCzAJBgNVBAYTAlVTMRYwFAYD +VQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3QubmV0 +L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxMiBFbnRydXN0LCBJbmMuIC0g +Zm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMzAxBgNVBAMTKkVudHJ1c3QgUm9vdCBD +ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEVDMTB2MBAGByqGSM49AgEGBSuBBAAi +A2IABIQTydC6bUF74mzQ61VfZgIaJPRbiWlH47jCffHyAsWfoPZb1YsGGYZPUxBt +ByQnoaD41UcZYUx9ypMn6nQM72+WCf5j7HBdNq1nd67JnXxVRDqiY1Ef9eNi1KlH +Bz7MIKNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0O +BBYEFLdj5xrdjekIplWDpOBqUEFlEUJJMAoGCCqGSM49BAMDA2cAMGQCMGF52OVC +R98crlOZF7ZvHH3hvxGU0QOIdeSNiaSKd0bebWHvAvX7td/M/k7//qnmpwIwW5nX +hTcGtXsI/esni0qU+eH6p44mCOh8kmhtc9hvJqwhAriZtyZBWyVgrtBIGu4G +-----END CERTIFICATE----- + +# Issuer: CN=CFCA EV ROOT O=China Financial Certification Authority +# Subject: CN=CFCA EV ROOT O=China Financial Certification Authority +# Label: "CFCA EV ROOT" +# Serial: 407555286 +# MD5 Fingerprint: 74:e1:b6:ed:26:7a:7a:44:30:33:94:ab:7b:27:81:30 +# SHA1 Fingerprint: e2:b8:29:4b:55:84:ab:6b:58:c2:90:46:6c:ac:3f:b8:39:8f:84:83 +# SHA256 Fingerprint: 5c:c3:d7:8e:4e:1d:5e:45:54:7a:04:e6:87:3e:64:f9:0c:f9:53:6d:1c:cc:2e:f8:00:f3:55:c4:c5:fd:70:fd +-----BEGIN CERTIFICATE----- +MIIFjTCCA3WgAwIBAgIEGErM1jANBgkqhkiG9w0BAQsFADBWMQswCQYDVQQGEwJD +TjEwMC4GA1UECgwnQ2hpbmEgRmluYW5jaWFsIENlcnRpZmljYXRpb24gQXV0aG9y +aXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJPT1QwHhcNMTIwODA4MDMwNzAxWhcNMjkx +MjMxMDMwNzAxWjBWMQswCQYDVQQGEwJDTjEwMC4GA1UECgwnQ2hpbmEgRmluYW5j +aWFsIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJP +T1QwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDXXWvNED8fBVnVBU03 +sQ7smCuOFR36k0sXgiFxEFLXUWRwFsJVaU2OFW2fvwwbwuCjZ9YMrM8irq93VCpL +TIpTUnrD7i7es3ElweldPe6hL6P3KjzJIx1qqx2hp/Hz7KDVRM8Vz3IvHWOX6Jn5 +/ZOkVIBMUtRSqy5J35DNuF++P96hyk0g1CXohClTt7GIH//62pCfCqktQT+x8Rgp +7hZZLDRJGqgG16iI0gNyejLi6mhNbiyWZXvKWfry4t3uMCz7zEasxGPrb382KzRz +EpR/38wmnvFyXVBlWY9ps4deMm/DGIq1lY+wejfeWkU7xzbh72fROdOXW3NiGUgt +hxwG+3SYIElz8AXSG7Ggo7cbcNOIabla1jj0Ytwli3i/+Oh+uFzJlU9fpy25IGvP +a931DfSCt/SyZi4QKPaXWnuWFo8BGS1sbn85WAZkgwGDg8NNkt0yxoekN+kWzqot +aK8KgWU6cMGbrU1tVMoqLUuFG7OA5nBFDWteNfB/O7ic5ARwiRIlk9oKmSJgamNg +TnYGmE69g60dWIolhdLHZR4tjsbftsbhf4oEIRUpdPA+nJCdDC7xij5aqgwJHsfV +PKPtl8MeNPo4+QgO48BdK4PRVmrJtqhUUy54Mmc9gn900PvhtgVguXDbjgv5E1hv +cWAQUhC5wUEJ73IfZzF4/5YFjQIDAQABo2MwYTAfBgNVHSMEGDAWgBTj/i39KNAL +tbq2osS/BqoFjJP7LzAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAd +BgNVHQ4EFgQU4/4t/SjQC7W6tqLEvwaqBYyT+y8wDQYJKoZIhvcNAQELBQADggIB +ACXGumvrh8vegjmWPfBEp2uEcwPenStPuiB/vHiyz5ewG5zz13ku9Ui20vsXiObT +ej/tUxPQ4i9qecsAIyjmHjdXNYmEwnZPNDatZ8POQQaIxffu2Bq41gt/UP+TqhdL +jOztUmCypAbqTuv0axn96/Ua4CUqmtzHQTb3yHQFhDmVOdYLO6Qn+gjYXB74BGBS +ESgoA//vU2YApUo0FmZ8/Qmkrp5nGm9BC2sGE5uPhnEFtC+NiWYzKXZUmhH4J/qy +P5Hgzg0b8zAarb8iXRvTvyUFTeGSGn+ZnzxEk8rUQElsgIfXBDrDMlI1Dlb4pd19 +xIsNER9Tyx6yF7Zod1rg1MvIB671Oi6ON7fQAUtDKXeMOZePglr4UeWJoBjnaH9d +Ci77o0cOPaYjesYBx4/IXr9tgFa+iiS6M+qf4TIRnvHST4D2G0CvOJ4RUHlzEhLN +5mydLIhyPDCBBpEi6lmt2hkuIsKNuYyH4Ga8cyNfIWRjgEj1oDwYPZTISEEdQLpe +/v5WOaHIz16eGWRGENoXkbcFgKyLmZJ956LYBws2J+dIeWCKw9cTXPhyQN9Ky8+Z +AAoACxGV2lZFA4gKn2fQ1XmxqI1AbQ3CekD6819kR5LLU7m7Wc5P/dAVUwHY3+vZ +5nbv0CO7O6l5s9UCKc2Jo5YPSjXnTkLAdc0Hz+Ys63su +-----END CERTIFICATE----- + +# Issuer: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed +# Subject: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed +# Label: "OISTE WISeKey Global Root GB CA" +# Serial: 157768595616588414422159278966750757568 +# MD5 Fingerprint: a4:eb:b9:61:28:2e:b7:2f:98:b0:35:26:90:99:51:1d +# SHA1 Fingerprint: 0f:f9:40:76:18:d3:d7:6a:4b:98:f0:a8:35:9e:0c:fd:27:ac:cc:ed +# SHA256 Fingerprint: 6b:9c:08:e8:6e:b0:f7:67:cf:ad:65:cd:98:b6:21:49:e5:49:4a:67:f5:84:5e:7b:d1:ed:01:9f:27:b8:6b:d6 +-----BEGIN CERTIFICATE----- +MIIDtTCCAp2gAwIBAgIQdrEgUnTwhYdGs/gjGvbCwDANBgkqhkiG9w0BAQsFADBt +MQswCQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUg +Rm91bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9i +YWwgUm9vdCBHQiBDQTAeFw0xNDEyMDExNTAwMzJaFw0zOTEyMDExNTEwMzFaMG0x +CzAJBgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBG +b3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2Jh +bCBSb290IEdCIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2Be3 +HEokKtaXscriHvt9OO+Y9bI5mE4nuBFde9IllIiCFSZqGzG7qFshISvYD06fWvGx +WuR51jIjK+FTzJlFXHtPrby/h0oLS5daqPZI7H17Dc0hBt+eFf1Biki3IPShehtX +1F1Q/7pn2COZH8g/497/b1t3sWtuuMlk9+HKQUYOKXHQuSP8yYFfTvdv37+ErXNk +u7dCjmn21HYdfp2nuFeKUWdy19SouJVUQHMD9ur06/4oQnc/nSMbsrY9gBQHTC5P +99UKFg29ZkM3fiNDecNAhvVMKdqOmq0NpQSHiB6F4+lT1ZvIiwNjeOvgGUpuuy9r +M2RYk61pv48b74JIxwIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUw +AwEB/zAdBgNVHQ4EFgQUNQ/INmNe4qPs+TtmFc5RUuORmj0wEAYJKwYBBAGCNxUB +BAMCAQAwDQYJKoZIhvcNAQELBQADggEBAEBM+4eymYGQfp3FsLAmzYh7KzKNbrgh +cViXfa43FK8+5/ea4n32cZiZBKpDdHij40lhPnOMTZTg+XHEthYOU3gf1qKHLwI5 +gSk8rxWYITD+KJAAjNHhy/peyP34EEY7onhCkRd0VQreUGdNZtGn//3ZwLWoo4rO +ZvUPQ82nK1d7Y0Zqqi5S2PTt4W2tKZB4SLrhI6qjiey1q5bAtEuiHZeeevJuQHHf +aPFlTc58Bd9TZaml8LGXBHAVRgOY1NK/VLSgWH1Sb9pWJmLU2NuJMW8c8CLC02Ic +Nc1MaRVUGpCY3useX8p3x8uOPUNpnJpY0CQ73xtAln41rYHHTnG6iBM= +-----END CERTIFICATE----- + +# Issuer: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A. +# Subject: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A. +# Label: "SZAFIR ROOT CA2" +# Serial: 357043034767186914217277344587386743377558296292 +# MD5 Fingerprint: 11:64:c1:89:b0:24:b1:8c:b1:07:7e:89:9e:51:9e:99 +# SHA1 Fingerprint: e2:52:fa:95:3f:ed:db:24:60:bd:6e:28:f3:9c:cc:cf:5e:b3:3f:de +# SHA256 Fingerprint: a1:33:9d:33:28:1a:0b:56:e5:57:d3:d3:2b:1c:e7:f9:36:7e:b0:94:bd:5f:a7:2a:7e:50:04:c8:de:d7:ca:fe +-----BEGIN CERTIFICATE----- +MIIDcjCCAlqgAwIBAgIUPopdB+xV0jLVt+O2XwHrLdzk1uQwDQYJKoZIhvcNAQEL +BQAwUTELMAkGA1UEBhMCUEwxKDAmBgNVBAoMH0tyYWpvd2EgSXpiYSBSb3psaWN6 +ZW5pb3dhIFMuQS4xGDAWBgNVBAMMD1NaQUZJUiBST09UIENBMjAeFw0xNTEwMTkw +NzQzMzBaFw0zNTEwMTkwNzQzMzBaMFExCzAJBgNVBAYTAlBMMSgwJgYDVQQKDB9L +cmFqb3dhIEl6YmEgUm96bGljemVuaW93YSBTLkEuMRgwFgYDVQQDDA9TWkFGSVIg +Uk9PVCBDQTIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC3vD5QqEvN +QLXOYeeWyrSh2gwisPq1e3YAd4wLz32ohswmUeQgPYUM1ljj5/QqGJ3a0a4m7utT +3PSQ1hNKDJA8w/Ta0o4NkjrcsbH/ON7Dui1fgLkCvUqdGw+0w8LBZwPd3BucPbOw +3gAeqDRHu5rr/gsUvTaE2g0gv/pby6kWIK05YO4vdbbnl5z5Pv1+TW9NL++IDWr6 +3fE9biCloBK0TXC5ztdyO4mTp4CEHCdJckm1/zuVnsHMyAHs6A6KCpbns6aH5db5 +BSsNl0BwPLqsdVqc1U2dAgrSS5tmS0YHF2Wtn2yIANwiieDhZNRnvDF5YTy7ykHN +XGoAyDw4jlivAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD +AgEGMB0GA1UdDgQWBBQuFqlKGLXLzPVvUPMjX/hd56zwyDANBgkqhkiG9w0BAQsF +AAOCAQEAtXP4A9xZWx126aMqe5Aosk3AM0+qmrHUuOQn/6mWmc5G4G18TKI4pAZw +8PRBEew/R40/cof5O/2kbytTAOD/OblqBw7rHRz2onKQy4I9EYKL0rufKq8h5mOG +nXkZ7/e7DDWQw4rtTw/1zBLZpD67oPwglV9PJi8RI4NOdQcPv5vRtB3pEAT+ymCP +oky4rc/hkA/NrgrHXXu3UNLUYfrVFdvXn4dRVOul4+vJhaAlIDf7js4MNIThPIGy +d05DpYhfhmehPea0XGG2Ptv+tyjFogeutcrKjSoS75ftwjCkySp6+/NNIxuZMzSg +LvWpCz/UXeHPhJ/iGcJfitYgHuNztw== +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Network CA 2" +# Serial: 44979900017204383099463764357512596969 +# MD5 Fingerprint: 6d:46:9e:d9:25:6d:08:23:5b:5e:74:7d:1e:27:db:f2 +# SHA1 Fingerprint: d3:dd:48:3e:2b:bf:4c:05:e8:af:10:f5:fa:76:26:cf:d3:dc:30:92 +# SHA256 Fingerprint: b6:76:f2:ed:da:e8:77:5c:d3:6c:b0:f6:3c:d1:d4:60:39:61:f4:9e:62:65:ba:01:3a:2f:03:07:b6:d0:b8:04 +-----BEGIN CERTIFICATE----- +MIIF0jCCA7qgAwIBAgIQIdbQSk8lD8kyN/yqXhKN6TANBgkqhkiG9w0BAQ0FADCB +gDELMAkGA1UEBhMCUEwxIjAgBgNVBAoTGVVuaXpldG8gVGVjaG5vbG9naWVzIFMu +QS4xJzAlBgNVBAsTHkNlcnR1bSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEkMCIG +A1UEAxMbQ2VydHVtIFRydXN0ZWQgTmV0d29yayBDQSAyMCIYDzIwMTExMDA2MDgz +OTU2WhgPMjA0NjEwMDYwODM5NTZaMIGAMQswCQYDVQQGEwJQTDEiMCAGA1UEChMZ +VW5pemV0byBUZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRp +ZmljYXRpb24gQXV0aG9yaXR5MSQwIgYDVQQDExtDZXJ0dW0gVHJ1c3RlZCBOZXR3 +b3JrIENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC9+Xj45tWA +DGSdhhuWZGc/IjoedQF97/tcZ4zJzFxrqZHmuULlIEub2pt7uZld2ZuAS9eEQCsn +0+i6MLs+CRqnSZXvK0AkwpfHp+6bJe+oCgCXhVqqndwpyeI1B+twTUrWwbNWuKFB +OJvR+zF/j+Bf4bE/D44WSWDXBo0Y+aomEKsq09DRZ40bRr5HMNUuctHFY9rnY3lE +fktjJImGLjQ/KUxSiyqnwOKRKIm5wFv5HdnnJ63/mgKXwcZQkpsCLL2puTRZCr+E +Sv/f/rOf69me4Jgj7KZrdxYq28ytOxykh9xGc14ZYmhFV+SQgkK7QtbwYeDBoz1m +o130GO6IyY0XRSmZMnUCMe4pJshrAua1YkV/NxVaI2iJ1D7eTiew8EAMvE0Xy02i +sx7QBlrd9pPPV3WZ9fqGGmd4s7+W/jTcvedSVuWz5XV710GRBdxdaeOVDUO5/IOW +OZV7bIBaTxNyxtd9KXpEulKkKtVBRgkg/iKgtlswjbyJDNXXcPiHUv3a76xRLgez +Tv7QCdpw75j6VuZt27VXS9zlLCUVyJ4ueE742pyehizKV/Ma5ciSixqClnrDvFAS +adgOWkaLOusm+iPJtrCBvkIApPjW/jAux9JG9uWOdf3yzLnQh1vMBhBgu4M1t15n +3kfsmUjxpKEV/q2MYo45VU85FrmxY53/twIDAQABo0IwQDAPBgNVHRMBAf8EBTAD +AQH/MB0GA1UdDgQWBBS2oVQ5AsOgP46KvPrU+Bym0ToO/TAOBgNVHQ8BAf8EBAMC +AQYwDQYJKoZIhvcNAQENBQADggIBAHGlDs7k6b8/ONWJWsQCYftMxRQXLYtPU2sQ +F/xlhMcQSZDe28cmk4gmb3DWAl45oPePq5a1pRNcgRRtDoGCERuKTsZPpd1iHkTf +CVn0W3cLN+mLIMb4Ck4uWBzrM9DPhmDJ2vuAL55MYIR4PSFk1vtBHxgP58l1cb29 +XN40hz5BsA72udY/CROWFC/emh1auVbONTqwX3BNXuMp8SMoclm2q8KMZiYcdywm +djWLKKdpoPk79SPdhRB0yZADVpHnr7pH1BKXESLjokmUbOe3lEu6LaTaM4tMpkT/ +WjzGHWTYtTHkpjx6qFcL2+1hGsvxznN3Y6SHb0xRONbkX8eftoEq5IVIeVheO/jb +AoJnwTnbw3RLPTYe+SmTiGhbqEQZIfCn6IENLOiTNrQ3ssqwGyZ6miUfmpqAnksq +P/ujmv5zMnHCnsZy4YpoJ/HkD7TETKVhk/iXEAcqMCWpuchxuO9ozC1+9eB+D4Ko +b7a6bINDd82Kkhehnlt4Fj1F4jNy3eFmypnTycUm/Q1oBEauttmbjL4ZvrHG8hnj +XALKLNhvSgfZyTXaQHXyxKcZb55CEJh15pWLYLztxRLXis7VmFxWlgPF7ncGNf/P +5O4/E2Hu29othfDNrp2yGAlFw5Khchf8R7agCyzxxN5DaAhqXzvwdmP7zAYspsbi +DrW5viSP +-----END CERTIFICATE----- + +# Issuer: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Subject: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Label: "Hellenic Academic and Research Institutions RootCA 2015" +# Serial: 0 +# MD5 Fingerprint: ca:ff:e2:db:03:d9:cb:4b:e9:0f:ad:84:fd:7b:18:ce +# SHA1 Fingerprint: 01:0c:06:95:a6:98:19:14:ff:bf:5f:c6:b0:b6:95:ea:29:e9:12:a6 +# SHA256 Fingerprint: a0:40:92:9a:02:ce:53:b4:ac:f4:f2:ff:c6:98:1c:e4:49:6f:75:5e:6d:45:fe:0b:2a:69:2b:cd:52:52:3f:36 +-----BEGIN CERTIFICATE----- +MIIGCzCCA/OgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBpjELMAkGA1UEBhMCR1Ix +DzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5k +IFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxQDA+BgNVBAMT +N0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgUm9v +dENBIDIwMTUwHhcNMTUwNzA3MTAxMTIxWhcNNDAwNjMwMTAxMTIxWjCBpjELMAkG +A1UEBhMCR1IxDzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNh +ZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkx +QDA+BgNVBAMTN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1 +dGlvbnMgUm9vdENBIDIwMTUwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC +AQDC+Kk/G4n8PDwEXT2QNrCROnk8ZlrvbTkBSRq0t89/TSNTt5AA4xMqKKYx8ZEA +4yjsriFBzh/a/X0SWwGDD7mwX5nh8hKDgE0GPt+sr+ehiGsxr/CL0BgzuNtFajT0 +AoAkKAoCFZVedioNmToUW/bLy1O8E00BiDeUJRtCvCLYjqOWXjrZMts+6PAQZe10 +4S+nfK8nNLspfZu2zwnI5dMK/IhlZXQK3HMcXM1AsRzUtoSMTFDPaI6oWa7CJ06C +ojXdFPQf/7J31Ycvqm59JCfnxssm5uX+Zwdj2EUN3TpZZTlYepKZcj2chF6IIbjV +9Cz82XBST3i4vTwri5WY9bPRaM8gFH5MXF/ni+X1NYEZN9cRCLdmvtNKzoNXADrD +gfgXy5I2XdGj2HUb4Ysn6npIQf1FGQatJ5lOwXBH3bWfgVMS5bGMSF0xQxfjjMZ6 +Y5ZLKTBOhE5iGV48zpeQpX8B653g+IuJ3SWYPZK2fu/Z8VFRfS0myGlZYeCsargq +NhEEelC9MoS+L9xy1dcdFkfkR2YgP/SWxa+OAXqlD3pk9Q0Yh9muiNX6hME6wGko +LfINaFGq46V3xqSQDqE3izEjR8EJCOtu93ib14L8hCCZSRm2Ekax+0VVFqmjZayc +Bw/qa9wfLgZy7IaIEuQt218FL+TwA9MmM+eAws1CoRc0CwIDAQABo0IwQDAPBgNV +HRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUcRVnyMjJvXVd +ctA4GGqd83EkVAswDQYJKoZIhvcNAQELBQADggIBAHW7bVRLqhBYRjTyYtcWNl0I +XtVsyIe9tC5G8jH4fOpCtZMWVdyhDBKg2mF+D1hYc2Ryx+hFjtyp8iY/xnmMsVMI +M4GwVhO+5lFc2JsKT0ucVlMC6U/2DWDqTUJV6HwbISHTGzrMd/K4kPFox/la/vot +9L/J9UUbzjgQKjeKeaO04wlshYaT/4mWJ3iBj2fjRnRUjtkNaeJK9E10A/+yd+2V +Z5fkscWrv2oj6NSU4kQoYsRL4vDY4ilrGnB+JGGTe08DMiUNRSQrlrRGar9KC/ea +j8GsGsVn82800vpzY4zvFrCopEYq+OsS7HK07/grfoxSwIuEVPkvPuNVqNxmsdnh +X9izjFk0WaSrT2y7HxjbdavYy5LNlDhhDgcGH0tGEPEVvo2FXDtKK4F5D7Rpn0lQ +l033DlZdwJVqwjbDG2jJ9SrcR5q+ss7FJej6A7na+RZukYT1HCjI/CbM1xyQVqdf +bzoEvM14iQuODy+jqk+iGxI9FghAD/FGTNeqewjBCvVtJ94Cj8rDtSvK6evIIVM4 +pcw72Hc3MKJP2W/R8kCtQXoXxdZKNYm3QdV8hn9VTYNKpXMgwDqvkPGaJI7ZjnHK +e7iG2rKPmT4dEw0SEe7Uq/DpFXYC5ODfqiAeW2GFZECpkJcNrVPSWh2HagCXZWK0 +vm9qp/UsQu0yrbYhnr68 +-----END CERTIFICATE----- + +# Issuer: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Subject: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Label: "Hellenic Academic and Research Institutions ECC RootCA 2015" +# Serial: 0 +# MD5 Fingerprint: 81:e5:b4:17:eb:c2:f5:e1:4b:0d:41:7b:49:92:fe:ef +# SHA1 Fingerprint: 9f:f1:71:8d:92:d5:9a:f3:7d:74:97:b4:bc:6f:84:68:0b:ba:b6:66 +# SHA256 Fingerprint: 44:b5:45:aa:8a:25:e6:5a:73:ca:15:dc:27:fc:36:d2:4c:1c:b9:95:3a:06:65:39:b1:15:82:dc:48:7b:48:33 +-----BEGIN CERTIFICATE----- +MIICwzCCAkqgAwIBAgIBADAKBggqhkjOPQQDAjCBqjELMAkGA1UEBhMCR1IxDzAN +BgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl +c2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxRDBCBgNVBAMTO0hl +bGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgRUNDIFJv +b3RDQSAyMDE1MB4XDTE1MDcwNzEwMzcxMloXDTQwMDYzMDEwMzcxMlowgaoxCzAJ +BgNVBAYTAkdSMQ8wDQYDVQQHEwZBdGhlbnMxRDBCBgNVBAoTO0hlbGxlbmljIEFj +YWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ2VydC4gQXV0aG9yaXR5 +MUQwQgYDVQQDEztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0 +dXRpb25zIEVDQyBSb290Q0EgMjAxNTB2MBAGByqGSM49AgEGBSuBBAAiA2IABJKg +QehLgoRc4vgxEZmGZE4JJS+dQS8KrjVPdJWyUWRrjWvmP3CV8AVER6ZyOFB2lQJa +jq4onvktTpnvLEhvTCUp6NFxW98dwXU3tNf6e3pCnGoKVlp8aQuqgAkkbH7BRqNC +MEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFLQi +C4KZJAEOnLvkDv2/+5cgk5kqMAoGCCqGSM49BAMCA2cAMGQCMGfOFmI4oqxiRaep +lSTAGiecMjvAwNW6qef4BENThe5SId6d9SWDPp5YSy/XZxMOIQIwBeF1Ad5o7Sof +TUwJCA3sS61kFyjndc5FZXIhF8siQQ6ME5g4mlRtm8rifOoCWCKR +-----END CERTIFICATE----- + +# Issuer: CN=ISRG Root X1 O=Internet Security Research Group +# Subject: CN=ISRG Root X1 O=Internet Security Research Group +# Label: "ISRG Root X1" +# Serial: 172886928669790476064670243504169061120 +# MD5 Fingerprint: 0c:d2:f9:e0:da:17:73:e9:ed:86:4d:a5:e3:70:e7:4e +# SHA1 Fingerprint: ca:bd:2a:79:a1:07:6a:31:f2:1d:25:36:35:cb:03:9d:43:29:a5:e8 +# SHA256 Fingerprint: 96:bc:ec:06:26:49:76:f3:74:60:77:9a:cf:28:c5:a7:cf:e8:a3:c0:aa:e1:1a:8f:fc:ee:05:c0:bd:df:08:c6 +-----BEGIN CERTIFICATE----- +MIIFazCCA1OgAwIBAgIRAIIQz7DSQONZRGPgu2OCiwAwDQYJKoZIhvcNAQELBQAw +TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh +cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMTUwNjA0MTEwNDM4 +WhcNMzUwNjA0MTEwNDM4WjBPMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJu +ZXQgU2VjdXJpdHkgUmVzZWFyY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBY +MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK3oJHP0FDfzm54rVygc +h77ct984kIxuPOZXoHj3dcKi/vVqbvYATyjb3miGbESTtrFj/RQSa78f0uoxmyF+ +0TM8ukj13Xnfs7j/EvEhmkvBioZxaUpmZmyPfjxwv60pIgbz5MDmgK7iS4+3mX6U +A5/TR5d8mUgjU+g4rk8Kb4Mu0UlXjIB0ttov0DiNewNwIRt18jA8+o+u3dpjq+sW +T8KOEUt+zwvo/7V3LvSye0rgTBIlDHCNAymg4VMk7BPZ7hm/ELNKjD+Jo2FR3qyH +B5T0Y3HsLuJvW5iB4YlcNHlsdu87kGJ55tukmi8mxdAQ4Q7e2RCOFvu396j3x+UC +B5iPNgiV5+I3lg02dZ77DnKxHZu8A/lJBdiB3QW0KtZB6awBdpUKD9jf1b0SHzUv +KBds0pjBqAlkd25HN7rOrFleaJ1/ctaJxQZBKT5ZPt0m9STJEadao0xAH0ahmbWn +OlFuhjuefXKnEgV4We0+UXgVCwOPjdAvBbI+e0ocS3MFEvzG6uBQE3xDk3SzynTn +jh8BCNAw1FtxNrQHusEwMFxIt4I7mKZ9YIqioymCzLq9gwQbooMDQaHWBfEbwrbw +qHyGO0aoSCqI3Haadr8faqU9GY/rOPNk3sgrDQoo//fb4hVC1CLQJ13hef4Y53CI +rU7m2Ys6xt0nUW7/vGT1M0NPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBR5tFnme7bl5AFzgAiIyBpY9umbbjANBgkq +hkiG9w0BAQsFAAOCAgEAVR9YqbyyqFDQDLHYGmkgJykIrGF1XIpu+ILlaS/V9lZL +ubhzEFnTIZd+50xx+7LSYK05qAvqFyFWhfFQDlnrzuBZ6brJFe+GnY+EgPbk6ZGQ +3BebYhtF8GaV0nxvwuo77x/Py9auJ/GpsMiu/X1+mvoiBOv/2X/qkSsisRcOj/KK +NFtY2PwByVS5uCbMiogziUwthDyC3+6WVwW6LLv3xLfHTjuCvjHIInNzktHCgKQ5 +ORAzI4JMPJ+GslWYHb4phowim57iaztXOoJwTdwJx4nLCgdNbOhdjsnvzqvHu7Ur +TkXWStAmzOVyyghqpZXjFaH3pO3JLF+l+/+sKAIuvtd7u+Nxe5AW0wdeRlN8NwdC +jNPElpzVmbUq4JUagEiuTDkHzsxHpFKVK7q4+63SM1N95R1NbdWhscdCb+ZAJzVc +oyi3B43njTOQ5yOf+1CceWxG1bQVs5ZufpsMljq4Ui0/1lvh+wjChP4kqKOJ2qxq +4RgqsahDYVvTH9w7jXbyLeiNdd8XM2w9U/t7y0Ff/9yi0GE44Za4rF2LN9d11TPA +mRGunUHBcnWEvgJBQl9nJEiU0Zsnvgc/ubhPgXRR4Xq37Z0j4r7g1SgEEzwxA57d +emyPxgcYxn/eR44/KJ4EBs+lVDR3veyJm+kXQ99b21/+jh5Xos1AnX5iItreGCc= +-----END CERTIFICATE----- + +# Issuer: O=FNMT-RCM OU=AC RAIZ FNMT-RCM +# Subject: O=FNMT-RCM OU=AC RAIZ FNMT-RCM +# Label: "AC RAIZ FNMT-RCM" +# Serial: 485876308206448804701554682760554759 +# MD5 Fingerprint: e2:09:04:b4:d3:bd:d1:a0:14:fd:1a:d2:47:c4:57:1d +# SHA1 Fingerprint: ec:50:35:07:b2:15:c4:95:62:19:e2:a8:9a:5b:42:99:2c:4c:2c:20 +# SHA256 Fingerprint: eb:c5:57:0c:29:01:8c:4d:67:b1:aa:12:7b:af:12:f7:03:b4:61:1e:bc:17:b7:da:b5:57:38:94:17:9b:93:fa +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIPXZONMGc2yAYdGsdUhGkHMA0GCSqGSIb3DQEBCwUAMDsx +CzAJBgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJ +WiBGTk1ULVJDTTAeFw0wODEwMjkxNTU5NTZaFw0zMDAxMDEwMDAwMDBaMDsxCzAJ +BgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJWiBG +Tk1ULVJDTTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALpxgHpMhm5/ +yBNtwMZ9HACXjywMI7sQmkCpGreHiPibVmr75nuOi5KOpyVdWRHbNi63URcfqQgf +BBckWKo3Shjf5TnUV/3XwSyRAZHiItQDwFj8d0fsjz50Q7qsNI1NOHZnjrDIbzAz +WHFctPVrbtQBULgTfmxKo0nRIBnuvMApGGWn3v7v3QqQIecaZ5JCEJhfTzC8PhxF +tBDXaEAUwED653cXeuYLj2VbPNmaUtu1vZ5Gzz3rkQUCwJaydkxNEJY7kvqcfw+Z +374jNUUeAlz+taibmSXaXvMiwzn15Cou08YfxGyqxRxqAQVKL9LFwag0Jl1mpdIC +IfkYtwb1TplvqKtMUejPUBjFd8g5CSxJkjKZqLsXF3mwWsXmo8RZZUc1g16p6DUL +mbvkzSDGm0oGObVo/CK67lWMK07q87Hj/LaZmtVC+nFNCM+HHmpxffnTtOmlcYF7 +wk5HlqX2doWjKI/pgG6BU6VtX7hI+cL5NqYuSf+4lsKMB7ObiFj86xsc3i1w4peS +MKGJ47xVqCfWS+2QrYv6YyVZLag13cqXM7zlzced0ezvXg5KkAYmY6252TUtB7p2 +ZSysV4999AeU14ECll2jB0nVetBX+RvnU0Z1qrB5QstocQjpYL05ac70r8NWQMet +UqIJ5G+GR4of6ygnXYMgrwTJbFaai0b1AgMBAAGjgYMwgYAwDwYDVR0TAQH/BAUw +AwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFPd9xf3E6Jobd2Sn9R2gzL+H +YJptMD4GA1UdIAQ3MDUwMwYEVR0gADArMCkGCCsGAQUFBwIBFh1odHRwOi8vd3d3 +LmNlcnQuZm5tdC5lcy9kcGNzLzANBgkqhkiG9w0BAQsFAAOCAgEAB5BK3/MjTvDD +nFFlm5wioooMhfNzKWtN/gHiqQxjAb8EZ6WdmF/9ARP67Jpi6Yb+tmLSbkyU+8B1 +RXxlDPiyN8+sD8+Nb/kZ94/sHvJwnvDKuO+3/3Y3dlv2bojzr2IyIpMNOmqOFGYM +LVN0V2Ue1bLdI4E7pWYjJ2cJj+F3qkPNZVEI7VFY/uY5+ctHhKQV8Xa7pO6kO8Rf +77IzlhEYt8llvhjho6Tc+hj507wTmzl6NLrTQfv6MooqtyuGC2mDOL7Nii4LcK2N +JpLuHvUBKwrZ1pebbuCoGRw6IYsMHkCtA+fdZn71uSANA+iW+YJF1DngoABd15jm +fZ5nc8OaKveri6E6FO80vFIOiZiaBECEHX5FaZNXzuvO+FB8TxxuBEOb+dY7Ixjp +6o7RTUaN8Tvkasq6+yO3m/qZASlaWFot4/nUbQ4mrcFuNLwy+AwF+mWj2zs3gyLp +1txyM/1d8iC9djwj2ij3+RvrWWTV3F9yfiD8zYm1kGdNYno/Tq0dwzn+evQoFt9B +9kiABdcPUXmsEKvU7ANm5mqwujGSQkBqvjrTcuFqN1W8rB2Vt2lh8kORdOag0wok +RqEIr9baRRmW1FMdW4R58MD3R++Lj8UGrp1MYp3/RgT408m2ECVAdf4WqslKYIYv +uu8wd+RU4riEmViAqhOLUTpPSPaLtrM= +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 1 O=Amazon +# Subject: CN=Amazon Root CA 1 O=Amazon +# Label: "Amazon Root CA 1" +# Serial: 143266978916655856878034712317230054538369994 +# MD5 Fingerprint: 43:c6:bf:ae:ec:fe:ad:2f:18:c6:88:68:30:fc:c8:e6 +# SHA1 Fingerprint: 8d:a7:f9:65:ec:5e:fc:37:91:0f:1c:6e:59:fd:c1:cc:6a:6e:de:16 +# SHA256 Fingerprint: 8e:cd:e6:88:4f:3d:87:b1:12:5b:a3:1a:c3:fc:b1:3d:70:16:de:7f:57:cc:90:4f:e1:cb:97:c6:ae:98:19:6e +-----BEGIN CERTIFICATE----- +MIIDQTCCAimgAwIBAgITBmyfz5m/jAo54vB4ikPmljZbyjANBgkqhkiG9w0BAQsF +ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 +b24gUm9vdCBDQSAxMB4XDTE1MDUyNjAwMDAwMFoXDTM4MDExNzAwMDAwMFowOTEL +MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv +b3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXj +ca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM +9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qw +IFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6 +VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L +93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQm +jgSubJrIqg0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC +AYYwHQYDVR0OBBYEFIQYzIU07LwMlJQuCFmcx7IQTgoIMA0GCSqGSIb3DQEBCwUA +A4IBAQCY8jdaQZChGsV2USggNiMOruYou6r4lK5IpDB/G/wkjUu0yKGX9rbxenDI +U5PMCCjjmCXPI6T53iHTfIUJrU6adTrCC2qJeHZERxhlbI1Bjjt/msv0tadQ1wUs +N+gDS63pYaACbvXy8MWy7Vu33PqUXHeeE6V/Uq2V8viTO96LXFvKWlJbYK8U90vv +o/ufQJVtMVT8QtPHRh8jrdkPSHCa2XV4cdFyQzR1bldZwgJcJmApzyMZFo6IQ6XU +5MsI+yMRQ+hDKXJioaldXgjUkK642M4UwtBV8ob2xJNDd2ZhwLnoQdeXeGADbkpy +rqXRfboQnoZsG4q5WTP468SQvvG5 +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 2 O=Amazon +# Subject: CN=Amazon Root CA 2 O=Amazon +# Label: "Amazon Root CA 2" +# Serial: 143266982885963551818349160658925006970653239 +# MD5 Fingerprint: c8:e5:8d:ce:a8:42:e2:7a:c0:2a:5c:7c:9e:26:bf:66 +# SHA1 Fingerprint: 5a:8c:ef:45:d7:a6:98:59:76:7a:8c:8b:44:96:b5:78:cf:47:4b:1a +# SHA256 Fingerprint: 1b:a5:b2:aa:8c:65:40:1a:82:96:01:18:f8:0b:ec:4f:62:30:4d:83:ce:c4:71:3a:19:c3:9c:01:1e:a4:6d:b4 +-----BEGIN CERTIFICATE----- +MIIFQTCCAymgAwIBAgITBmyf0pY1hp8KD+WGePhbJruKNzANBgkqhkiG9w0BAQwF +ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 +b24gUm9vdCBDQSAyMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTEL +MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv +b3QgQ0EgMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK2Wny2cSkxK +gXlRmeyKy2tgURO8TW0G/LAIjd0ZEGrHJgw12MBvIITplLGbhQPDW9tK6Mj4kHbZ +W0/jTOgGNk3Mmqw9DJArktQGGWCsN0R5hYGCrVo34A3MnaZMUnbqQ523BNFQ9lXg +1dKmSYXpN+nKfq5clU1Imj+uIFptiJXZNLhSGkOQsL9sBbm2eLfq0OQ6PBJTYv9K +8nu+NQWpEjTj82R0Yiw9AElaKP4yRLuH3WUnAnE72kr3H9rN9yFVkE8P7K6C4Z9r +2UXTu/Bfh+08LDmG2j/e7HJV63mjrdvdfLC6HM783k81ds8P+HgfajZRRidhW+me +z/CiVX18JYpvL7TFz4QuK/0NURBs+18bvBt+xa47mAExkv8LV/SasrlX6avvDXbR +8O70zoan4G7ptGmh32n2M8ZpLpcTnqWHsFcQgTfJU7O7f/aS0ZzQGPSSbtqDT6Zj +mUyl+17vIWR6IF9sZIUVyzfpYgwLKhbcAS4y2j5L9Z469hdAlO+ekQiG+r5jqFoz +7Mt0Q5X5bGlSNscpb/xVA1wf+5+9R+vnSUeVC06JIglJ4PVhHvG/LopyboBZ/1c6 ++XUyo05f7O0oYtlNc/LMgRdg7c3r3NunysV+Ar3yVAhU/bQtCSwXVEqY0VThUWcI +0u1ufm8/0i2BWSlmy5A5lREedCf+3euvAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMB +Af8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSwDPBMMPQFWAJI/TPlUq9LhONm +UjANBgkqhkiG9w0BAQwFAAOCAgEAqqiAjw54o+Ci1M3m9Zh6O+oAA7CXDpO8Wqj2 +LIxyh6mx/H9z/WNxeKWHWc8w4Q0QshNabYL1auaAn6AFC2jkR2vHat+2/XcycuUY ++gn0oJMsXdKMdYV2ZZAMA3m3MSNjrXiDCYZohMr/+c8mmpJ5581LxedhpxfL86kS +k5Nrp+gvU5LEYFiwzAJRGFuFjWJZY7attN6a+yb3ACfAXVU3dJnJUH/jWS5E4ywl +7uxMMne0nxrpS10gxdr9HIcWxkPo1LsmmkVwXqkLN1PiRnsn/eBG8om3zEK2yygm +btmlyTrIQRNg91CMFa6ybRoVGld45pIq2WWQgj9sAq+uEjonljYE1x2igGOpm/Hl +urR8FLBOybEfdF849lHqm/osohHUqS0nGkWxr7JOcQ3AWEbWaQbLU8uz/mtBzUF+ +fUwPfHJ5elnNXkoOrJupmHN5fLT0zLm4BwyydFy4x2+IoZCn9Kr5v2c69BoVYh63 +n749sSmvZ6ES8lgQGVMDMBu4Gon2nL2XA46jCfMdiyHxtN/kHNGfZQIG6lzWE7OE +76KlXIx3KadowGuuQNKotOrN8I1LOJwZmhsoVLiJkO/KdYE+HvJkJMcYr07/R54H +9jVlpNMKVv/1F2Rs76giJUmTtt8AF9pYfl3uxRuw0dFfIRDH+fO6AgonB8Xx1sfT +4PsJYGw= +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 3 O=Amazon +# Subject: CN=Amazon Root CA 3 O=Amazon +# Label: "Amazon Root CA 3" +# Serial: 143266986699090766294700635381230934788665930 +# MD5 Fingerprint: a0:d4:ef:0b:f7:b5:d8:49:95:2a:ec:f5:c4:fc:81:87 +# SHA1 Fingerprint: 0d:44:dd:8c:3c:8c:1a:1a:58:75:64:81:e9:0f:2e:2a:ff:b3:d2:6e +# SHA256 Fingerprint: 18:ce:6c:fe:7b:f1:4e:60:b2:e3:47:b8:df:e8:68:cb:31:d0:2e:bb:3a:da:27:15:69:f5:03:43:b4:6d:b3:a4 +-----BEGIN CERTIFICATE----- +MIIBtjCCAVugAwIBAgITBmyf1XSXNmY/Owua2eiedgPySjAKBggqhkjOPQQDAjA5 +MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g +Um9vdCBDQSAzMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG +A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg +Q0EgMzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABCmXp8ZBf8ANm+gBG1bG8lKl +ui2yEujSLtf6ycXYqm0fc4E7O5hrOXwzpcVOho6AF2hiRVd9RFgdszflZwjrZt6j +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSr +ttvXBp43rDCGB5Fwx5zEGbF4wDAKBggqhkjOPQQDAgNJADBGAiEA4IWSoxe3jfkr +BqWTrBqYaGFy+uGh0PsceGCmQ5nFuMQCIQCcAu/xlJyzlvnrxir4tiz+OpAUFteM +YyRIHN8wfdVoOw== +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 4 O=Amazon +# Subject: CN=Amazon Root CA 4 O=Amazon +# Label: "Amazon Root CA 4" +# Serial: 143266989758080763974105200630763877849284878 +# MD5 Fingerprint: 89:bc:27:d5:eb:17:8d:06:6a:69:d5:fd:89:47:b4:cd +# SHA1 Fingerprint: f6:10:84:07:d6:f8:bb:67:98:0c:c2:e2:44:c2:eb:ae:1c:ef:63:be +# SHA256 Fingerprint: e3:5d:28:41:9e:d0:20:25:cf:a6:90:38:cd:62:39:62:45:8d:a5:c6:95:fb:de:a3:c2:2b:0b:fb:25:89:70:92 +-----BEGIN CERTIFICATE----- +MIIB8jCCAXigAwIBAgITBmyf18G7EEwpQ+Vxe3ssyBrBDjAKBggqhkjOPQQDAzA5 +MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g +Um9vdCBDQSA0MB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG +A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg +Q0EgNDB2MBAGByqGSM49AgEGBSuBBAAiA2IABNKrijdPo1MN/sGKe0uoe0ZLY7Bi +9i0b2whxIdIA6GO9mif78DluXeo9pcmBqqNbIJhFXRbb/egQbeOc4OO9X4Ri83Bk +M6DLJC9wuoihKqB1+IGuYgbEgds5bimwHvouXKNCMEAwDwYDVR0TAQH/BAUwAwEB +/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFNPsxzplbszh2naaVvuc84ZtV+WB +MAoGCCqGSM49BAMDA2gAMGUCMDqLIfG9fhGt0O9Yli/W651+kI0rz2ZVwyzjKKlw +CkcO8DdZEv8tmZQoTipPNU0zWgIxAOp1AE47xDqUEpHJWEadIRNyp4iciuRMStuW +1KyLa2tJElMzrdfkviT8tQp21KW8EA== +-----END CERTIFICATE----- + +# Issuer: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM +# Subject: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM +# Label: "TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1" +# Serial: 1 +# MD5 Fingerprint: dc:00:81:dc:69:2f:3e:2f:b0:3b:f6:3d:5a:91:8e:49 +# SHA1 Fingerprint: 31:43:64:9b:ec:ce:27:ec:ed:3a:3f:0b:8f:0d:e4:e8:91:dd:ee:ca +# SHA256 Fingerprint: 46:ed:c3:68:90:46:d5:3a:45:3f:b3:10:4a:b8:0d:ca:ec:65:8b:26:60:ea:16:29:dd:7e:86:79:90:64:87:16 +-----BEGIN CERTIFICATE----- +MIIEYzCCA0ugAwIBAgIBATANBgkqhkiG9w0BAQsFADCB0jELMAkGA1UEBhMCVFIx +GDAWBgNVBAcTD0dlYnplIC0gS29jYWVsaTFCMEAGA1UEChM5VHVya2l5ZSBCaWxp +bXNlbCB2ZSBUZWtub2xvamlrIEFyYXN0aXJtYSBLdXJ1bXUgLSBUVUJJVEFLMS0w +KwYDVQQLEyRLYW11IFNlcnRpZmlrYXN5b24gTWVya2V6aSAtIEthbXUgU00xNjA0 +BgNVBAMTLVRVQklUQUsgS2FtdSBTTSBTU0wgS29rIFNlcnRpZmlrYXNpIC0gU3Vy +dW0gMTAeFw0xMzExMjUwODI1NTVaFw00MzEwMjUwODI1NTVaMIHSMQswCQYDVQQG +EwJUUjEYMBYGA1UEBxMPR2ViemUgLSBLb2NhZWxpMUIwQAYDVQQKEzlUdXJraXll +IEJpbGltc2VsIHZlIFRla25vbG9qaWsgQXJhc3Rpcm1hIEt1cnVtdSAtIFRVQklU +QUsxLTArBgNVBAsTJEthbXUgU2VydGlmaWthc3lvbiBNZXJrZXppIC0gS2FtdSBT +TTE2MDQGA1UEAxMtVFVCSVRBSyBLYW11IFNNIFNTTCBLb2sgU2VydGlmaWthc2kg +LSBTdXJ1bSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr3UwM6q7 +a9OZLBI3hNmNe5eA027n/5tQlT6QlVZC1xl8JoSNkvoBHToP4mQ4t4y86Ij5iySr +LqP1N+RAjhgleYN1Hzv/bKjFxlb4tO2KRKOrbEz8HdDc72i9z+SqzvBV96I01INr +N3wcwv61A+xXzry0tcXtAA9TNypN9E8Mg/uGz8v+jE69h/mniyFXnHrfA2eJLJ2X +YacQuFWQfw4tJzh03+f92k4S400VIgLI4OD8D62K18lUUMw7D8oWgITQUVbDjlZ/ +iSIzL+aFCr2lqBs23tPcLG07xxO9WSMs5uWk99gL7eqQQESolbuT1dCANLZGeA4f +AJNG4e7p+exPFwIDAQABo0IwQDAdBgNVHQ4EFgQUZT/HiobGPN08VFw1+DrtUgxH +V8gwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL +BQADggEBACo/4fEyjq7hmFxLXs9rHmoJ0iKpEsdeV31zVmSAhHqT5Am5EM2fKifh +AHe+SMg1qIGf5LgsyX8OsNJLN13qudULXjS99HMpw+0mFZx+CFOKWI3QSyjfwbPf +IPP54+M638yclNhOT8NrF7f3cuitZjO1JVOr4PhMqZ398g26rrnZqsZr+ZO7rqu4 +lzwDGrpDxpa5RXI4s6ehlj2Re37AIVNMh+3yC1SVUZPVIqUNivGTDj5UDrDYyU7c +8jEyVupk+eq1nRZmQnLzf9OxMUP8pI4X8W0jq5Rm+K37DwhuJi1/FwcJsoz7UMCf +lo3Ptv0AnVoUmr8CRPXBwp8iXqIPoeM= +-----END CERTIFICATE----- + +# Issuer: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD. +# Subject: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD. +# Label: "GDCA TrustAUTH R5 ROOT" +# Serial: 9009899650740120186 +# MD5 Fingerprint: 63:cc:d9:3d:34:35:5c:6f:53:a3:e2:08:70:48:1f:b4 +# SHA1 Fingerprint: 0f:36:38:5b:81:1a:25:c3:9b:31:4e:83:ca:e9:34:66:70:cc:74:b4 +# SHA256 Fingerprint: bf:ff:8f:d0:44:33:48:7d:6a:8a:a6:0c:1a:29:76:7a:9f:c2:bb:b0:5e:42:0f:71:3a:13:b9:92:89:1d:38:93 +-----BEGIN CERTIFICATE----- +MIIFiDCCA3CgAwIBAgIIfQmX/vBH6nowDQYJKoZIhvcNAQELBQAwYjELMAkGA1UE +BhMCQ04xMjAwBgNVBAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZ +IENPLixMVEQuMR8wHQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMB4XDTE0 +MTEyNjA1MTMxNVoXDTQwMTIzMTE1NTk1OVowYjELMAkGA1UEBhMCQ04xMjAwBgNV +BAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZIENPLixMVEQuMR8w +HQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMIICIjANBgkqhkiG9w0BAQEF +AAOCAg8AMIICCgKCAgEA2aMW8Mh0dHeb7zMNOwZ+Vfy1YI92hhJCfVZmPoiC7XJj +Dp6L3TQsAlFRwxn9WVSEyfFrs0yw6ehGXTjGoqcuEVe6ghWinI9tsJlKCvLriXBj +TnnEt1u9ol2x8kECK62pOqPseQrsXzrj/e+APK00mxqriCZ7VqKChh/rNYmDf1+u +KU49tm7srsHwJ5uu4/Ts765/94Y9cnrrpftZTqfrlYwiOXnhLQiPzLyRuEH3FMEj +qcOtmkVEs7LXLM3GKeJQEK5cy4KOFxg2fZfmiJqwTTQJ9Cy5WmYqsBebnh52nUpm +MUHfP/vFBu8btn4aRjb3ZGM74zkYI+dndRTVdVeSN72+ahsmUPI2JgaQxXABZG12 +ZuGR224HwGGALrIuL4xwp9E7PLOR5G62xDtw8mySlwnNR30YwPO7ng/Wi64HtloP +zgsMR6flPri9fcebNaBhlzpBdRfMK5Z3KpIhHtmVdiBnaM8Nvd/WHwlqmuLMc3Gk +L30SgLdTMEZeS1SZD2fJpcjyIMGC7J0R38IC+xo70e0gmu9lZJIQDSri3nDxGGeC +jGHeuLzRL5z7D9Ar7Rt2ueQ5Vfj4oR24qoAATILnsn8JuLwwoC8N9VKejveSswoA +HQBUlwbgsQfZxw9cZX08bVlX5O2ljelAU58VS6Bx9hoh49pwBiFYFIeFd3mqgnkC +AwEAAaNCMEAwHQYDVR0OBBYEFOLJQJ9NzuiaoXzPDj9lxSmIahlRMA8GA1UdEwEB +/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQDRSVfg +p8xoWLoBDysZzY2wYUWsEe1jUGn4H3++Fo/9nesLqjJHdtJnJO29fDMylyrHBYZm +DRd9FBUb1Ov9H5r2XpdptxolpAqzkT9fNqyL7FeoPueBihhXOYV0GkLH6VsTX4/5 +COmSdI31R9KrO9b7eGZONn356ZLpBN79SWP8bfsUcZNnL0dKt7n/HipzcEYwv1ry +L3ml4Y0M2fmyYzeMN2WFcGpcWwlyua1jPLHd+PwyvzeG5LuOmCd+uh8W4XAR8gPf +JWIyJyYYMoSf/wA6E7qaTfRPuBRwIrHKK5DOKcFw9C+df/KQHtZa37dG/OaG+svg +IHZ6uqbL9XzeYqWxi+7egmaKTjowHz+Ay60nugxe19CxVsp3cbK1daFQqUBDF8Io +2c9Si1vIY9RCPqAzekYu9wogRlR+ak8x8YF+QnQ4ZXMn7sZ8uI7XpTrXmKGcjBBV +09tL7ECQ8s1uV9JiDnxXk7Gnbc2dg7sq5+W2O3FYrf3RRbxake5TFW/TRQl1brqQ +XR4EzzffHqhmsYzmIGrv/EhOdJhCrylvLmrH+33RZjEizIYAfmaDDEL0vTSSwxrq +T8p+ck0LcIymSLumoRT2+1hEmRSuqguTaaApJUqlyyvdimYHFngVV3Eb7PVHhPOe +MTd61X8kreS8/f3MboPoDKi3QWwH3b08hpcv0g== +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com Root Certification Authority RSA O=SSL Corporation +# Subject: CN=SSL.com Root Certification Authority RSA O=SSL Corporation +# Label: "SSL.com Root Certification Authority RSA" +# Serial: 8875640296558310041 +# MD5 Fingerprint: 86:69:12:c0:70:f1:ec:ac:ac:c2:d5:bc:a5:5b:a1:29 +# SHA1 Fingerprint: b7:ab:33:08:d1:ea:44:77:ba:14:80:12:5a:6f:bd:a9:36:49:0c:bb +# SHA256 Fingerprint: 85:66:6a:56:2e:e0:be:5c:e9:25:c1:d8:89:0a:6f:76:a8:7e:c1:6d:4d:7d:5f:29:ea:74:19:cf:20:12:3b:69 +-----BEGIN CERTIFICATE----- +MIIF3TCCA8WgAwIBAgIIeyyb0xaAMpkwDQYJKoZIhvcNAQELBQAwfDELMAkGA1UE +BhMCVVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQK +DA9TU0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eSBSU0EwHhcNMTYwMjEyMTczOTM5WhcNNDEwMjEyMTcz +OTM5WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv +dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNv +bSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFJTQTCCAiIwDQYJKoZIhvcN +AQEBBQADggIPADCCAgoCggIBAPkP3aMrfcvQKv7sZ4Wm5y4bunfh4/WvpOz6Sl2R +xFdHaxh3a3by/ZPkPQ/CFp4LZsNWlJ4Xg4XOVu/yFv0AYvUiCVToZRdOQbngT0aX +qhvIuG5iXmmxX9sqAn78bMrzQdjt0Oj8P2FI7bADFB0QDksZ4LtO7IZl/zbzXmcC +C52GVWH9ejjt/uIZALdvoVBidXQ8oPrIJZK0bnoix/geoeOy3ZExqysdBP+lSgQ3 +6YWkMyv94tZVNHwZpEpox7Ko07fKoZOI68GXvIz5HdkihCR0xwQ9aqkpk8zruFvh +/l8lqjRYyMEjVJ0bmBHDOJx+PYZspQ9AhnwC9FwCTyjLrnGfDzrIM/4RJTXq/LrF +YD3ZfBjVsqnTdXgDciLKOsMf7yzlLqn6niy2UUb9rwPW6mBo6oUWNmuF6R7As93E +JNyAKoFBbZQ+yODJgUEAnl6/f8UImKIYLEJAs/lvOCdLToD0PYFH4Ih86hzOtXVc +US4cK38acijnALXRdMbX5J+tB5O2UzU1/Dfkw/ZdFr4hc96SCvigY2q8lpJqPvi8 +ZVWb3vUNiSYE/CUapiVpy8JtynziWV+XrOvvLsi81xtZPCvM8hnIk2snYxnP/Okm ++Mpxm3+T/jRnhE6Z6/yzeAkzcLpmpnbtG3PrGqUNxCITIJRWCk4sbE6x/c+cCbqi +M+2HAgMBAAGjYzBhMB0GA1UdDgQWBBTdBAkHovV6fVJTEpKV7jiAJQ2mWTAPBgNV +HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFN0ECQei9Xp9UlMSkpXuOIAlDaZZMA4G +A1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAIBgRlCn7Jp0cHh5wYfGV +cpNxJK1ok1iOMq8bs3AD/CUrdIWQPXhq9LmLpZc7tRiRux6n+UBbkflVma8eEdBc +Hadm47GUBwwyOabqG7B52B2ccETjit3E+ZUfijhDPwGFpUenPUayvOUiaPd7nNgs +PgohyC0zrL/FgZkxdMF1ccW+sfAjRfSda/wZY52jvATGGAslu1OJD7OAUN5F7kR/ +q5R4ZJjT9ijdh9hwZXT7DrkT66cPYakylszeu+1jTBi7qUD3oFRuIIhxdRjqerQ0 +cuAjJ3dctpDqhiVAq+8zD8ufgr6iIPv2tS0a5sKFsXQP+8hlAqRSAUfdSSLBv9jr +a6x+3uxjMxW3IwiPxg+NQVrdjsW5j+VFP3jbutIbQLH+cU0/4IGiul607BXgk90I +H37hVZkLId6Tngr75qNJvTYw/ud3sqB1l7UtgYgXZSD32pAAn8lSzDLKNXz1PQ/Y +K9f1JmzJBjSWFupwWRoyeXkLtoh/D1JIPb9s2KJELtFOt3JY04kTlf5Eq/jXixtu +nLwsoFvVagCvXzfh1foQC5ichucmj87w7G6KVwuA406ywKBjYZC6VWg3dGq2ktuf +oYYitmUnDuy2n0Jg5GfCtdpBC8TTi2EbvPofkSvXRAdeuims2cXp71NIWuuA8ShY +Ic2wBlX7Jz9TkHCpBB5XJ7k= +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com Root Certification Authority ECC O=SSL Corporation +# Subject: CN=SSL.com Root Certification Authority ECC O=SSL Corporation +# Label: "SSL.com Root Certification Authority ECC" +# Serial: 8495723813297216424 +# MD5 Fingerprint: 2e:da:e4:39:7f:9c:8f:37:d1:70:9f:26:17:51:3a:8e +# SHA1 Fingerprint: c3:19:7c:39:24:e6:54:af:1b:c4:ab:20:95:7a:e2:c3:0e:13:02:6a +# SHA256 Fingerprint: 34:17:bb:06:cc:60:07:da:1b:96:1c:92:0b:8a:b4:ce:3f:ad:82:0e:4a:a3:0b:9a:cb:c4:a7:4e:bd:ce:bc:65 +-----BEGIN CERTIFICATE----- +MIICjTCCAhSgAwIBAgIIdebfy8FoW6gwCgYIKoZIzj0EAwIwfDELMAkGA1UEBhMC +VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T +U0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZpY2F0 +aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNDAzWhcNNDEwMjEyMTgxNDAz +WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hvdXN0 +b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNvbSBS +b290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49AgEGBSuB +BAAiA2IABEVuqVDEpiM2nl8ojRfLliJkP9x6jh3MCLOicSS6jkm5BBtHllirLZXI +7Z4INcgn64mMU1jrYor+8FsPazFSY0E7ic3s7LaNGdM0B9y7xgZ/wkWV7Mt/qCPg +CemB+vNH06NjMGEwHQYDVR0OBBYEFILRhXMw5zUE044CkvvlpNHEIejNMA8GA1Ud +EwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUgtGFczDnNQTTjgKS++Wk0cQh6M0wDgYD +VR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2cAMGQCMG/n61kRpGDPYbCWe+0F+S8T +kdzt5fxQaxFGRrMcIQBiu77D5+jNB5n5DQtdcj7EqgIwH7y6C+IwJPt8bYBVCpk+ +gA0z5Wajs6O7pdWLjwkspl1+4vAHCGht0nxpbl/f5Wpl +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation +# Subject: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation +# Label: "SSL.com EV Root Certification Authority RSA R2" +# Serial: 6248227494352943350 +# MD5 Fingerprint: e1:1e:31:58:1a:ae:54:53:02:f6:17:6a:11:7b:4d:95 +# SHA1 Fingerprint: 74:3a:f0:52:9b:d0:32:a0:f4:4a:83:cd:d4:ba:a9:7b:7c:2e:c4:9a +# SHA256 Fingerprint: 2e:7b:f1:6c:c2:24:85:a7:bb:e2:aa:86:96:75:07:61:b0:ae:39:be:3b:2f:e9:d0:cc:6d:4e:f7:34:91:42:5c +-----BEGIN CERTIFICATE----- +MIIF6zCCA9OgAwIBAgIIVrYpzTS8ePYwDQYJKoZIhvcNAQELBQAwgYIxCzAJBgNV +BAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UE +CgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQDDC5TU0wuY29tIEVWIFJvb3QgQ2Vy +dGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIyMB4XDTE3MDUzMTE4MTQzN1oXDTQy +MDUzMDE4MTQzN1owgYIxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4G +A1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQD +DC5TU0wuY29tIEVWIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIy +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAjzZlQOHWTcDXtOlG2mvq +M0fNTPl9fb69LT3w23jhhqXZuglXaO1XPqDQCEGD5yhBJB/jchXQARr7XnAjssuf +OePPxU7Gkm0mxnu7s9onnQqG6YE3Bf7wcXHswxzpY6IXFJ3vG2fThVUCAtZJycxa +4bH3bzKfydQ7iEGonL3Lq9ttewkfokxykNorCPzPPFTOZw+oz12WGQvE43LrrdF9 +HSfvkusQv1vrO6/PgN3B0pYEW3p+pKk8OHakYo6gOV7qd89dAFmPZiw+B6KjBSYR +aZfqhbcPlgtLyEDhULouisv3D5oi53+aNxPN8k0TayHRwMwi8qFG9kRpnMphNQcA +b9ZhCBHqurj26bNg5U257J8UZslXWNvNh2n4ioYSA0e/ZhN2rHd9NCSFg83XqpyQ +Gp8hLH94t2S42Oim9HizVcuE0jLEeK6jj2HdzghTreyI/BXkmg3mnxp3zkyPuBQV +PWKchjgGAGYS5Fl2WlPAApiiECtoRHuOec4zSnaqW4EWG7WK2NAAe15itAnWhmMO +pgWVSbooi4iTsjQc2KRVbrcc0N6ZVTsj9CLg+SlmJuwgUHfbSguPvuUCYHBBXtSu +UDkiFCbLsjtzdFVHB3mBOagwE0TlBIqulhMlQg+5U8Sb/M3kHN48+qvWBkofZ6aY +MBzdLNvcGJVXZsb/XItW9XcCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNV +HSMEGDAWgBT5YLvU49U09rj1BoAlp3PbRmmonjAdBgNVHQ4EFgQU+WC71OPVNPa4 +9QaAJadz20ZpqJ4wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQBW +s47LCp1Jjr+kxJG7ZhcFUZh1++VQLHqe8RT6q9OKPv+RKY9ji9i0qVQBDb6Thi/5 +Sm3HXvVX+cpVHBK+Rw82xd9qt9t1wkclf7nxY/hoLVUE0fKNsKTPvDxeH3jnpaAg +cLAExbf3cqfeIg29MyVGjGSSJuM+LmOW2puMPfgYCdcDzH2GguDKBAdRUNf/ktUM +79qGn5nX67evaOI5JpS6aLe/g9Pqemc9YmeuJeVy6OLk7K4S9ksrPJ/psEDzOFSz +/bdoyNrGj1E8svuR3Bznm53htw1yj+KkxKl4+esUrMZDBcJlOSgYAsOCsp0FvmXt +ll9ldDz7CTUue5wT/RsPXcdtgTpWD8w74a8CLyKsRspGPKAcTNZEtF4uXBVmCeEm +Kf7GUmG6sXP/wwyc5WxqlD8UykAWlYTzWamsX0xhk23RO8yilQwipmdnRC652dKK +QbNmC1r7fSOl8hqw/96bg5Qu0T/fkreRrwU7ZcegbLHNYhLDkBvjJc40vG93drEQ +w/cFGsDWr3RiSBd3kmmQYRzelYB0VI8YHMPzA9C/pEN1hlMYegouCRw2n5H9gooi +S9EOUCXdywMMF8mDAAhONU2Ki+3wApRmLER/y5UnlhetCTCstnEXbosX9hwJ1C07 +mKVx01QT2WDz9UtmT/rx7iASjbSsV7FFY6GsdqnC+w== +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation +# Subject: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation +# Label: "SSL.com EV Root Certification Authority ECC" +# Serial: 3182246526754555285 +# MD5 Fingerprint: 59:53:22:65:83:42:01:54:c0:ce:42:b9:5a:7c:f2:90 +# SHA1 Fingerprint: 4c:dd:51:a3:d1:f5:20:32:14:b0:c6:c5:32:23:03:91:c7:46:42:6d +# SHA256 Fingerprint: 22:a2:c1:f7:bd:ed:70:4c:c1:e7:01:b5:f4:08:c3:10:88:0f:e9:56:b5:de:2a:4a:44:f9:9c:87:3a:25:a7:c8 +-----BEGIN CERTIFICATE----- +MIIClDCCAhqgAwIBAgIILCmcWxbtBZUwCgYIKoZIzj0EAwIwfzELMAkGA1UEBhMC +VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T +U0wgQ29ycG9yYXRpb24xNDAyBgNVBAMMK1NTTC5jb20gRVYgUm9vdCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNTIzWhcNNDEwMjEyMTgx +NTIzWjB/MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv +dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjE0MDIGA1UEAwwrU1NMLmNv +bSBFViBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49 +AgEGBSuBBAAiA2IABKoSR5CYG/vvw0AHgyBO8TCCogbR8pKGYfL2IWjKAMTH6kMA +VIbc/R/fALhBYlzccBYy3h+Z1MzFB8gIH2EWB1E9fVwHU+M1OIzfzZ/ZLg1Kthku +WnBaBu2+8KGwytAJKaNjMGEwHQYDVR0OBBYEFFvKXuXe0oGqzagtZFG22XKbl+ZP +MA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUW8pe5d7SgarNqC1kUbbZcpuX +5k8wDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2gAMGUCMQCK5kCJN+vp1RPZ +ytRrJPOwPYdGWBrssd9v+1a6cGvHOMzosYxPD/fxZ3YOg9AeUY8CMD32IygmTMZg +h5Mmm7I1HrrW9zzRHM76JTymGoEVW/MSD2zuZYrJh6j5B+BimoxcSg== +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6 +# Label: "GlobalSign Root CA - R6" +# Serial: 1417766617973444989252670301619537 +# MD5 Fingerprint: 4f:dd:07:e4:d4:22:64:39:1e:0c:37:42:ea:d1:c6:ae +# SHA1 Fingerprint: 80:94:64:0e:b5:a7:a1:ca:11:9c:1f:dd:d5:9f:81:02:63:a7:fb:d1 +# SHA256 Fingerprint: 2c:ab:ea:fe:37:d0:6c:a2:2a:ba:73:91:c0:03:3d:25:98:29:52:c4:53:64:73:49:76:3a:3a:b5:ad:6c:cf:69 +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIORea7A4Mzw4VlSOb/RVEwDQYJKoZIhvcNAQEMBQAwTDEg +MB4GA1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjYxEzARBgNVBAoTCkdsb2Jh +bFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTQxMjEwMDAwMDAwWhcNMzQx +MjEwMDAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSNjET +MBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAJUH6HPKZvnsFMp7PPcNCPG0RQssgrRI +xutbPK6DuEGSMxSkb3/pKszGsIhrxbaJ0cay/xTOURQh7ErdG1rG1ofuTToVBu1k +ZguSgMpE3nOUTvOniX9PeGMIyBJQbUJmL025eShNUhqKGoC3GYEOfsSKvGRMIRxD +aNc9PIrFsmbVkJq3MQbFvuJtMgamHvm566qjuL++gmNQ0PAYid/kD3n16qIfKtJw +LnvnvJO7bVPiSHyMEAc4/2ayd2F+4OqMPKq0pPbzlUoSB239jLKJz9CgYXfIWHSw +1CM69106yqLbnQneXUQtkPGBzVeS+n68UARjNN9rkxi+azayOeSsJDa38O+2HBNX +k7besvjihbdzorg1qkXy4J02oW9UivFyVm4uiMVRQkQVlO6jxTiWm05OWgtH8wY2 +SXcwvHE35absIQh1/OZhFj931dmRl4QKbNQCTXTAFO39OfuD8l4UoQSwC+n+7o/h +bguyCLNhZglqsQY6ZZZZwPA1/cnaKI0aEYdwgQqomnUdnjqGBQCe24DWJfncBZ4n +WUx2OVvq+aWh2IMP0f/fMBH5hc8zSPXKbWQULHpYT9NLCEnFlWQaYw55PfWzjMpY +rZxCRXluDocZXFSxZba/jJvcE+kNb7gu3GduyYsRtYQUigAZcIN5kZeR1Bonvzce +MgfYFGM8KEyvAgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTAD +AQH/MB0GA1UdDgQWBBSubAWjkxPioufi1xzWx/B/yGdToDAfBgNVHSMEGDAWgBSu +bAWjkxPioufi1xzWx/B/yGdToDANBgkqhkiG9w0BAQwFAAOCAgEAgyXt6NH9lVLN +nsAEoJFp5lzQhN7craJP6Ed41mWYqVuoPId8AorRbrcWc+ZfwFSY1XS+wc3iEZGt +Ixg93eFyRJa0lV7Ae46ZeBZDE1ZXs6KzO7V33EByrKPrmzU+sQghoefEQzd5Mr61 +55wsTLxDKZmOMNOsIeDjHfrYBzN2VAAiKrlNIC5waNrlU/yDXNOd8v9EDERm8tLj +vUYAGm0CuiVdjaExUd1URhxN25mW7xocBFymFe944Hn+Xds+qkxV/ZoVqW/hpvvf +cDDpw+5CRu3CkwWJ+n1jez/QcYF8AOiYrg54NMMl+68KnyBr3TsTjxKM4kEaSHpz +oHdpx7Zcf4LIHv5YGygrqGytXm3ABdJ7t+uA/iU3/gKbaKxCXcPu9czc8FB10jZp +nOZ7BN9uBmm23goJSFmH63sUYHpkqmlD75HHTOwY3WzvUy2MmeFe8nI+z1TIvWfs +pA9MRf/TuTAjB0yPEL+GltmZWrSZVxykzLsViVO6LAUP5MSeGbEYNNVMnbrt9x+v +JJUEeKgDu+6B5dpffItKoZB0JaezPkvILFa9x8jvOOJckvB595yEunQtYQEgfn7R +8k8HWV+LLUNS60YMlOH1Zkd5d9VUWx+tJDfLRVpOoERIyNiwmcUVhAn21klJwGW4 +5hpxbqCo8YLoRT5s1gLXCmeDBVrJpBA= +-----END CERTIFICATE----- + +# Issuer: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed +# Subject: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed +# Label: "OISTE WISeKey Global Root GC CA" +# Serial: 44084345621038548146064804565436152554 +# MD5 Fingerprint: a9:d6:b9:2d:2f:93:64:f8:a5:69:ca:91:e9:68:07:23 +# SHA1 Fingerprint: e0:11:84:5e:34:de:be:88:81:b9:9c:f6:16:26:d1:96:1f:c3:b9:31 +# SHA256 Fingerprint: 85:60:f9:1c:36:24:da:ba:95:70:b5:fe:a0:db:e3:6f:f1:1a:83:23:be:94:86:85:4f:b3:f3:4a:55:71:19:8d +-----BEGIN CERTIFICATE----- +MIICaTCCAe+gAwIBAgIQISpWDK7aDKtARb8roi066jAKBggqhkjOPQQDAzBtMQsw +CQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUgRm91 +bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9iYWwg +Um9vdCBHQyBDQTAeFw0xNzA1MDkwOTQ4MzRaFw00MjA1MDkwOTU4MzNaMG0xCzAJ +BgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBGb3Vu +ZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2JhbCBS +b290IEdDIENBMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAETOlQwMYPchi82PG6s4ni +eUqjFqdrVCTbUf/q9Akkwwsin8tqJ4KBDdLArzHkdIJuyiXZjHWd8dvQmqJLIX4W +p2OQ0jnUsYd4XxiWD1AbNTcPasbc2RNNpI6QN+a9WzGRo1QwUjAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUSIcUrOPDnpBgOtfKie7T +rYy0UGYwEAYJKwYBBAGCNxUBBAMCAQAwCgYIKoZIzj0EAwMDaAAwZQIwJsdpW9zV +57LnyAyMjMPdeYwbY9XJUpROTYJKcx6ygISpJcBMWm1JKWB4E+J+SOtkAjEA2zQg +Mgj/mkkCtojeFK9dbJlxjRo/i9fgojaGHAeCOnZT/cKi7e97sIBPWA9LUzm9 +-----END CERTIFICATE----- + +# Issuer: CN=UCA Global G2 Root O=UniTrust +# Subject: CN=UCA Global G2 Root O=UniTrust +# Label: "UCA Global G2 Root" +# Serial: 124779693093741543919145257850076631279 +# MD5 Fingerprint: 80:fe:f0:c4:4a:f0:5c:62:32:9f:1c:ba:78:a9:50:f8 +# SHA1 Fingerprint: 28:f9:78:16:19:7a:ff:18:25:18:aa:44:fe:c1:a0:ce:5c:b6:4c:8a +# SHA256 Fingerprint: 9b:ea:11:c9:76:fe:01:47:64:c1:be:56:a6:f9:14:b5:a5:60:31:7a:bd:99:88:39:33:82:e5:16:1a:a0:49:3c +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIQXd+x2lqj7V2+WmUgZQOQ7zANBgkqhkiG9w0BAQsFADA9 +MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxGzAZBgNVBAMMElVDQSBH +bG9iYWwgRzIgUm9vdDAeFw0xNjAzMTEwMDAwMDBaFw00MDEyMzEwMDAwMDBaMD0x +CzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDEbMBkGA1UEAwwSVUNBIEds +b2JhbCBHMiBSb290MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxeYr +b3zvJgUno4Ek2m/LAfmZmqkywiKHYUGRO8vDaBsGxUypK8FnFyIdK+35KYmToni9 +kmugow2ifsqTs6bRjDXVdfkX9s9FxeV67HeToI8jrg4aA3++1NDtLnurRiNb/yzm +VHqUwCoV8MmNsHo7JOHXaOIxPAYzRrZUEaalLyJUKlgNAQLx+hVRZ2zA+te2G3/R +VogvGjqNO7uCEeBHANBSh6v7hn4PJGtAnTRnvI3HLYZveT6OqTwXS3+wmeOwcWDc +C/Vkw85DvG1xudLeJ1uK6NjGruFZfc8oLTW4lVYa8bJYS7cSN8h8s+1LgOGN+jIj +tm+3SJUIsUROhYw6AlQgL9+/V087OpAh18EmNVQg7Mc/R+zvWr9LesGtOxdQXGLY +D0tK3Cv6brxzks3sx1DoQZbXqX5t2Okdj4q1uViSukqSKwxW/YDrCPBeKW4bHAyv +j5OJrdu9o54hyokZ7N+1wxrrFv54NkzWbtA+FxyQF2smuvt6L78RHBgOLXMDj6Dl +NaBa4kx1HXHhOThTeEDMg5PXCp6dW4+K5OXgSORIskfNTip1KnvyIvbJvgmRlld6 +iIis7nCs+dwp4wwcOxJORNanTrAmyPPZGpeRaOrvjUYG0lZFWJo8DA+DuAUlwznP +O6Q0ibd5Ei9Hxeepl2n8pndntd978XplFeRhVmUCAwEAAaNCMEAwDgYDVR0PAQH/ +BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFIHEjMz15DD/pQwIX4wV +ZyF0Ad/fMA0GCSqGSIb3DQEBCwUAA4ICAQATZSL1jiutROTL/7lo5sOASD0Ee/oj +L3rtNtqyzm325p7lX1iPyzcyochltq44PTUbPrw7tgTQvPlJ9Zv3hcU2tsu8+Mg5 +1eRfB70VVJd0ysrtT7q6ZHafgbiERUlMjW+i67HM0cOU2kTC5uLqGOiiHycFutfl +1qnN3e92mI0ADs0b+gO3joBYDic/UvuUospeZcnWhNq5NXHzJsBPd+aBJ9J3O5oU +b3n09tDh05S60FdRvScFDcH9yBIw7m+NESsIndTUv4BFFJqIRNow6rSn4+7vW4LV +PtateJLbXDzz2K36uGt/xDYotgIVilQsnLAXc47QN6MUPJiVAAwpBVueSUmxX8fj +y88nZY41F7dXyDDZQVu5FLbowg+UMaeUmMxq67XhJ/UQqAHojhJi6IjMtX9Gl8Cb +EGY4GjZGXyJoPd/JxhMnq1MGrKI8hgZlb7F+sSlEmqO6SWkoaY/X5V+tBIZkbxqg +DMUIYs6Ao9Dz7GjevjPHF1t/gMRMTLGmhIrDO7gJzRSBuhjjVFc2/tsvfEehOjPI ++Vg7RE+xygKJBJYoaMVLuCaJu9YzL1DV/pqJuhgyklTGW+Cd+V7lDSKb9triyCGy +YiGqhkCyLmTTX8jjfhFnRR8F/uOi77Oos/N9j/gMHyIfLXC0uAE0djAA5SN4p1bX +UB+K+wb1whnw0A== +-----END CERTIFICATE----- + +# Issuer: CN=UCA Extended Validation Root O=UniTrust +# Subject: CN=UCA Extended Validation Root O=UniTrust +# Label: "UCA Extended Validation Root" +# Serial: 106100277556486529736699587978573607008 +# MD5 Fingerprint: a1:f3:5f:43:c6:34:9b:da:bf:8c:7e:05:53:ad:96:e2 +# SHA1 Fingerprint: a3:a1:b0:6f:24:61:23:4a:e3:36:a5:c2:37:fc:a6:ff:dd:f0:d7:3a +# SHA256 Fingerprint: d4:3a:f9:b3:54:73:75:5c:96:84:fc:06:d7:d8:cb:70:ee:5c:28:e7:73:fb:29:4e:b4:1e:e7:17:22:92:4d:24 +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgIQT9Irj/VkyDOeTzRYZiNwYDANBgkqhkiG9w0BAQsFADBH +MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNVBAMMHFVDQSBF +eHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwHhcNMTUwMzEzMDAwMDAwWhcNMzgxMjMx +MDAwMDAwWjBHMQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNV +BAMMHFVDQSBFeHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCpCQcoEwKwmeBkqh5DFnpzsZGgdT6o+uM4AHrsiWog +D4vFsJszA1qGxliG1cGFu0/GnEBNyr7uaZa4rYEwmnySBesFK5pI0Lh2PpbIILvS +sPGP2KxFRv+qZ2C0d35qHzwaUnoEPQc8hQ2E0B92CvdqFN9y4zR8V05WAT558aop +O2z6+I9tTcg1367r3CTueUWnhbYFiN6IXSV8l2RnCdm/WhUFhvMJHuxYMjMR83dk +sHYf5BA1FxvyDrFspCqjc/wJHx4yGVMR59mzLC52LqGj3n5qiAno8geK+LLNEOfi +c0CTuwjRP+H8C5SzJe98ptfRr5//lpr1kXuYC3fUfugH0mK1lTnj8/FtDw5lhIpj +VMWAtuCeS31HJqcBCF3RiJ7XwzJE+oJKCmhUfzhTA8ykADNkUVkLo4KRel7sFsLz +KuZi2irbWWIQJUoqgQtHB0MGcIfS+pMRKXpITeuUx3BNr2fVUbGAIAEBtHoIppB/ +TuDvB0GHr2qlXov7z1CymlSvw4m6WC31MJixNnI5fkkE/SmnTHnkBVfblLkWU41G +sx2VYVdWf6/wFlthWG82UBEL2KwrlRYaDh8IzTY0ZRBiZtWAXxQgXy0MoHgKaNYs +1+lvK9JKBZP8nm9rZ/+I8U6laUpSNwXqxhaN0sSZ0YIrO7o1dfdRUVjzyAfd5LQD +fwIDAQABo0IwQDAdBgNVHQ4EFgQU2XQ65DA9DfcS3H5aBZ8eNJr34RQwDwYDVR0T +AQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQELBQADggIBADaN +l8xCFWQpN5smLNb7rhVpLGsaGvdftvkHTFnq88nIua7Mui563MD1sC3AO6+fcAUR +ap8lTwEpcOPlDOHqWnzcSbvBHiqB9RZLcpHIojG5qtr8nR/zXUACE/xOHAbKsxSQ +VBcZEhrxH9cMaVr2cXj0lH2RC47skFSOvG+hTKv8dGT9cZr4QQehzZHkPJrgmzI5 +c6sq1WnIeJEmMX3ixzDx/BR4dxIOE/TdFpS/S2d7cFOFyrC78zhNLJA5wA3CXWvp +4uXViI3WLL+rG761KIcSF3Ru/H38j9CHJrAb+7lsq+KePRXBOy5nAliRn+/4Qh8s +t2j1da3Ptfb/EX3C8CSlrdP6oDyp+l3cpaDvRKS+1ujl5BOWF3sGPjLtx7dCvHaj +2GU4Kzg1USEODm8uNBNA4StnDG1KQTAYI1oyVZnJF+A83vbsea0rWBmirSwiGpWO +vpaQXUJXxPkUAzUrHC1RVwinOt4/5Mi0A3PCwSaAuwtCH60NryZy2sy+s6ODWA2C +xR9GUeOcGMyNm43sSet1UNWMKFnKdDTajAshqx7qG+XH/RU+wBeq+yNuJkbL+vmx +cmtpzyKEC2IPrNkZAJSidjzULZrtBJ4tBmIQN1IchXIbJ+XMxjHsN+xjWZsLHXbM +fjKaiJUINlK73nZfdklJrX+9ZSCyycErdhh2n1ax +-----END CERTIFICATE----- + +# Issuer: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036 +# Subject: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036 +# Label: "Certigna Root CA" +# Serial: 269714418870597844693661054334862075617 +# MD5 Fingerprint: 0e:5c:30:62:27:eb:5b:bc:d7:ae:62:ba:e9:d5:df:77 +# SHA1 Fingerprint: 2d:0d:52:14:ff:9e:ad:99:24:01:74:20:47:6e:6c:85:27:27:f5:43 +# SHA256 Fingerprint: d4:8d:3d:23:ee:db:50:a4:59:e5:51:97:60:1c:27:77:4b:9d:7b:18:c9:4d:5a:05:95:11:a1:02:50:b9:31:68 +-----BEGIN CERTIFICATE----- +MIIGWzCCBEOgAwIBAgIRAMrpG4nxVQMNo+ZBbcTjpuEwDQYJKoZIhvcNAQELBQAw +WjELMAkGA1UEBhMCRlIxEjAQBgNVBAoMCURoaW15b3RpczEcMBoGA1UECwwTMDAw +MiA0ODE0NjMwODEwMDAzNjEZMBcGA1UEAwwQQ2VydGlnbmEgUm9vdCBDQTAeFw0x +MzEwMDEwODMyMjdaFw0zMzEwMDEwODMyMjdaMFoxCzAJBgNVBAYTAkZSMRIwEAYD +VQQKDAlEaGlteW90aXMxHDAaBgNVBAsMEzAwMDIgNDgxNDYzMDgxMDAwMzYxGTAX +BgNVBAMMEENlcnRpZ25hIFJvb3QgQ0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAw +ggIKAoICAQDNGDllGlmx6mQWDoyUJJV8g9PFOSbcDO8WV43X2KyjQn+Cyu3NW9sO +ty3tRQgXstmzy9YXUnIo245Onoq2C/mehJpNdt4iKVzSs9IGPjA5qXSjklYcoW9M +CiBtnyN6tMbaLOQdLNyzKNAT8kxOAkmhVECe5uUFoC2EyP+YbNDrihqECB63aCPu +I9Vwzm1RaRDuoXrC0SIxwoKF0vJVdlB8JXrJhFwLrN1CTivngqIkicuQstDuI7pm +TLtipPlTWmR7fJj6o0ieD5Wupxj0auwuA0Wv8HT4Ks16XdG+RCYyKfHx9WzMfgIh +C59vpD++nVPiz32pLHxYGpfhPTc3GGYo0kDFUYqMwy3OU4gkWGQwFsWq4NYKpkDf +ePb1BHxpE4S80dGnBs8B92jAqFe7OmGtBIyT46388NtEbVncSVmurJqZNjBBe3Yz +IoejwpKGbvlw7q6Hh5UbxHq9MfPU0uWZ/75I7HX1eBYdpnDBfzwboZL7z8g81sWT +Co/1VTp2lc5ZmIoJlXcymoO6LAQ6l73UL77XbJuiyn1tJslV1c/DeVIICZkHJC1k +JWumIWmbat10TWuXekG9qxf5kBdIjzb5LdXF2+6qhUVB+s06RbFo5jZMm5BX7CO5 +hwjCxAnxl4YqKE3idMDaxIzb3+KhF1nOJFl0Mdp//TBt2dzhauH8XwIDAQABo4IB +GjCCARYwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE +FBiHVuBud+4kNTxOc5of1uHieX4rMB8GA1UdIwQYMBaAFBiHVuBud+4kNTxOc5of +1uHieX4rMEQGA1UdIAQ9MDswOQYEVR0gADAxMC8GCCsGAQUFBwIBFiNodHRwczov +L3d3d3cuY2VydGlnbmEuZnIvYXV0b3JpdGVzLzBtBgNVHR8EZjBkMC+gLaArhilo +dHRwOi8vY3JsLmNlcnRpZ25hLmZyL2NlcnRpZ25hcm9vdGNhLmNybDAxoC+gLYYr +aHR0cDovL2NybC5kaGlteW90aXMuY29tL2NlcnRpZ25hcm9vdGNhLmNybDANBgkq +hkiG9w0BAQsFAAOCAgEAlLieT/DjlQgi581oQfccVdV8AOItOoldaDgvUSILSo3L +6btdPrtcPbEo/uRTVRPPoZAbAh1fZkYJMyjhDSSXcNMQH+pkV5a7XdrnxIxPTGRG +HVyH41neQtGbqH6mid2PHMkwgu07nM3A6RngatgCdTer9zQoKJHyBApPNeNgJgH6 +0BGM+RFq7q89w1DTj18zeTyGqHNFkIwgtnJzFyO+B2XleJINugHA64wcZr+shncB +lA2c5uk5jR+mUYyZDDl34bSb+hxnV29qao6pK0xXeXpXIs/NX2NGjVxZOob4Mkdi +o2cNGJHc+6Zr9UhhcyNZjgKnvETq9Emd8VRY+WCv2hikLyhF3HqgiIZd8zvn/yk1 +gPxkQ5Tm4xxvvq0OKmOZK8l+hfZx6AYDlf7ej0gcWtSS6Cvu5zHbugRqh5jnxV/v +faci9wHYTfmJ0A6aBVmknpjZbyvKcL5kwlWj9Omvw5Ip3IgWJJk8jSaYtlu3zM63 +Nwf9JtmYhST/WSMDmu2dnajkXjjO11INb9I/bbEFa0nOipFGc/T2L/Coc3cOZayh +jWZSaX5LaAzHHjcng6WMxwLkFM1JAbBzs/3GkDpv0mztO+7skb6iQ12LAEpmJURw +3kAP+HwV96LOPNdeE4yBFxgX0b3xdxA61GU5wSesVywlVP+i2k+KYTlerj1KjL0= +-----END CERTIFICATE----- + +# Issuer: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI +# Subject: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI +# Label: "emSign Root CA - G1" +# Serial: 235931866688319308814040 +# MD5 Fingerprint: 9c:42:84:57:dd:cb:0b:a7:2e:95:ad:b6:f3:da:bc:ac +# SHA1 Fingerprint: 8a:c7:ad:8f:73:ac:4e:c1:b5:75:4d:a5:40:f4:fc:cf:7c:b5:8e:8c +# SHA256 Fingerprint: 40:f6:af:03:46:a9:9a:a1:cd:1d:55:5a:4e:9c:ce:62:c7:f9:63:46:03:ee:40:66:15:83:3d:c8:c8:d0:03:67 +-----BEGIN CERTIFICATE----- +MIIDlDCCAnygAwIBAgIKMfXkYgxsWO3W2DANBgkqhkiG9w0BAQsFADBnMQswCQYD +VQQGEwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBU +ZWNobm9sb2dpZXMgTGltaXRlZDEcMBoGA1UEAxMTZW1TaWduIFJvb3QgQ0EgLSBH +MTAeFw0xODAyMTgxODMwMDBaFw00MzAyMTgxODMwMDBaMGcxCzAJBgNVBAYTAklO +MRMwEQYDVQQLEwplbVNpZ24gUEtJMSUwIwYDVQQKExxlTXVkaHJhIFRlY2hub2xv +Z2llcyBMaW1pdGVkMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEcxMIIBIjAN +BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0u76WaK7p1b1TST0Bsew+eeuGQz +f2N4aLTNLnF115sgxk0pvLZoYIr3IZpWNVrzdr3YzZr/k1ZLpVkGoZM0Kd0WNHVO +8oG0x5ZOrRkVUkr+PHB1cM2vK6sVmjM8qrOLqs1D/fXqcP/tzxE7lM5OMhbTI0Aq +d7OvPAEsbO2ZLIvZTmmYsvePQbAyeGHWDV/D+qJAkh1cF+ZwPjXnorfCYuKrpDhM +tTk1b+oDafo6VGiFbdbyL0NVHpENDtjVaqSW0RM8LHhQ6DqS0hdW5TUaQBw+jSzt +Od9C4INBdN+jzcKGYEho42kLVACL5HZpIQ15TjQIXhTCzLG3rdd8cIrHhQIDAQAB +o0IwQDAdBgNVHQ4EFgQU++8Nhp6w492pufEhF38+/PB3KxowDgYDVR0PAQH/BAQD +AgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAFn/8oz1h31x +PaOfG1vR2vjTnGs2vZupYeveFix0PZ7mddrXuqe8QhfnPZHr5X3dPpzxz5KsbEjM +wiI/aTvFthUvozXGaCocV685743QNcMYDHsAVhzNixl03r4PEuDQqqE/AjSxcM6d +GNYIAwlG7mDgfrbESQRRfXBgvKqy/3lyeqYdPV8q+Mri/Tm3R7nrft8EI6/6nAYH +6ftjk4BAtcZsCjEozgyfz7MjNYBBjWzEN3uBL4ChQEKF6dk4jeihU80Bv2noWgby +RQuQ+q7hv53yrlc8pa6yVvSLZUDp/TGBLPQ5Cdjua6e0ph0VpZj3AYHYhX3zUVxx +iN66zB+Afko= +-----END CERTIFICATE----- + +# Issuer: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI +# Subject: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI +# Label: "emSign ECC Root CA - G3" +# Serial: 287880440101571086945156 +# MD5 Fingerprint: ce:0b:72:d1:9f:88:8e:d0:50:03:e8:e3:b8:8b:67:40 +# SHA1 Fingerprint: 30:43:fa:4f:f2:57:dc:a0:c3:80:ee:2e:58:ea:78:b2:3f:e6:bb:c1 +# SHA256 Fingerprint: 86:a1:ec:ba:08:9c:4a:8d:3b:be:27:34:c6:12:ba:34:1d:81:3e:04:3c:f9:e8:a8:62:cd:5c:57:a3:6b:be:6b +-----BEGIN CERTIFICATE----- +MIICTjCCAdOgAwIBAgIKPPYHqWhwDtqLhDAKBggqhkjOPQQDAzBrMQswCQYDVQQG +EwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNo +bm9sb2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0g +RzMwHhcNMTgwMjE4MTgzMDAwWhcNNDMwMjE4MTgzMDAwWjBrMQswCQYDVQQGEwJJ +TjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNobm9s +b2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0gRzMw +djAQBgcqhkjOPQIBBgUrgQQAIgNiAAQjpQy4LRL1KPOxst3iAhKAnjlfSU2fySU0 +WXTsuwYc58Byr+iuL+FBVIcUqEqy6HyC5ltqtdyzdc6LBtCGI79G1Y4PPwT01xyS +fvalY8L1X44uT6EYGQIrMgqCZH0Wk9GjQjBAMB0GA1UdDgQWBBR8XQKEE9TMipuB +zhccLikenEhjQjAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggq +hkjOPQQDAwNpADBmAjEAvvNhzwIQHWSVB7gYboiFBS+DCBeQyh+KTOgNG3qxrdWB +CUfvO6wIBHxcmbHtRwfSAjEAnbpV/KlK6O3t5nYBQnvI+GDZjVGLVTv7jHvrZQnD ++JbNR6iC8hZVdyR+EhCVBCyj +-----END CERTIFICATE----- + +# Issuer: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI +# Subject: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI +# Label: "emSign Root CA - C1" +# Serial: 825510296613316004955058 +# MD5 Fingerprint: d8:e3:5d:01:21:fa:78:5a:b0:df:ba:d2:ee:2a:5f:68 +# SHA1 Fingerprint: e7:2e:f1:df:fc:b2:09:28:cf:5d:d4:d5:67:37:b1:51:cb:86:4f:01 +# SHA256 Fingerprint: 12:56:09:aa:30:1d:a0:a2:49:b9:7a:82:39:cb:6a:34:21:6f:44:dc:ac:9f:39:54:b1:42:92:f2:e8:c8:60:8f +-----BEGIN CERTIFICATE----- +MIIDczCCAlugAwIBAgILAK7PALrEzzL4Q7IwDQYJKoZIhvcNAQELBQAwVjELMAkG +A1UEBhMCVVMxEzARBgNVBAsTCmVtU2lnbiBQS0kxFDASBgNVBAoTC2VNdWRocmEg +SW5jMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEMxMB4XDTE4MDIxODE4MzAw +MFoXDTQzMDIxODE4MzAwMFowVjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln +biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMRwwGgYDVQQDExNlbVNpZ24gUm9v +dCBDQSAtIEMxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz+upufGZ +BczYKCFK83M0UYRWEPWgTywS4/oTmifQz/l5GnRfHXk5/Fv4cI7gklL35CX5VIPZ +HdPIWoU/Xse2B+4+wM6ar6xWQio5JXDWv7V7Nq2s9nPczdcdioOl+yuQFTdrHCZH +3DspVpNqs8FqOp099cGXOFgFixwR4+S0uF2FHYP+eF8LRWgYSKVGczQ7/g/IdrvH +GPMF0Ybzhe3nudkyrVWIzqa2kbBPrH4VI5b2P/AgNBbeCsbEBEV5f6f9vtKppa+c +xSMq9zwhbL2vj07FOrLzNBL834AaSaTUqZX3noleoomslMuoaJuvimUnzYnu3Yy1 +aylwQ6BpC+S5DwIDAQABo0IwQDAdBgNVHQ4EFgQU/qHgcB4qAzlSWkK+XJGFehiq +TbUwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL +BQADggEBAMJKVvoVIXsoounlHfv4LcQ5lkFMOycsxGwYFYDGrK9HWS8mC+M2sO87 +/kOXSTKZEhVb3xEp/6tT+LvBeA+snFOvV71ojD1pM/CjoCNjO2RnIkSt1XHLVip4 +kqNPEjE2NuLe/gDEo2APJ62gsIq1NnpSob0n9CAnYuhNlCQT5AoE6TyrLshDCUrG +YQTlSTR+08TI9Q/Aqum6VF7zYytPT1DU/rl7mYw9wC68AivTxEDkigcxHpvOJpkT ++xHqmiIMERnHXhuBUDDIlhJu58tBf5E7oke3VIAb3ADMmpDqw8NQBmIMMMAVSKeo +WXzhriKi4gp6D/piq1JM4fHfyr6DDUI= +-----END CERTIFICATE----- + +# Issuer: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI +# Subject: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI +# Label: "emSign ECC Root CA - C3" +# Serial: 582948710642506000014504 +# MD5 Fingerprint: 3e:53:b3:a3:81:ee:d7:10:f8:d3:b0:1d:17:92:f5:d5 +# SHA1 Fingerprint: b6:af:43:c2:9b:81:53:7d:f6:ef:6b:c3:1f:1f:60:15:0c:ee:48:66 +# SHA256 Fingerprint: bc:4d:80:9b:15:18:9d:78:db:3e:1d:8c:f4:f9:72:6a:79:5d:a1:64:3c:a5:f1:35:8e:1d:db:0e:dc:0d:7e:b3 +-----BEGIN CERTIFICATE----- +MIICKzCCAbGgAwIBAgIKe3G2gla4EnycqDAKBggqhkjOPQQDAzBaMQswCQYDVQQG +EwJVUzETMBEGA1UECxMKZW1TaWduIFBLSTEUMBIGA1UEChMLZU11ZGhyYSBJbmMx +IDAeBgNVBAMTF2VtU2lnbiBFQ0MgUm9vdCBDQSAtIEMzMB4XDTE4MDIxODE4MzAw +MFoXDTQzMDIxODE4MzAwMFowWjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln +biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMSAwHgYDVQQDExdlbVNpZ24gRUND +IFJvb3QgQ0EgLSBDMzB2MBAGByqGSM49AgEGBSuBBAAiA2IABP2lYa57JhAd6bci +MK4G9IGzsUJxlTm801Ljr6/58pc1kjZGDoeVjbk5Wum739D+yAdBPLtVb4Ojavti +sIGJAnB9SMVK4+kiVCJNk7tCDK93nCOmfddhEc5lx/h//vXyqaNCMEAwHQYDVR0O +BBYEFPtaSNCAIEDyqOkAB2kZd6fmw/TPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMB +Af8EBTADAQH/MAoGCCqGSM49BAMDA2gAMGUCMQC02C8Cif22TGK6Q04ThHK1rt0c +3ta13FaPWEBaLd4gTCKDypOofu4SQMfWh0/434UCMBwUZOR8loMRnLDRWmFLpg9J +0wD8ofzkpf9/rdcw0Md3f76BB1UwUCAU9Vc4CqgxUQ== +-----END CERTIFICATE----- + +# Issuer: CN=Hongkong Post Root CA 3 O=Hongkong Post +# Subject: CN=Hongkong Post Root CA 3 O=Hongkong Post +# Label: "Hongkong Post Root CA 3" +# Serial: 46170865288971385588281144162979347873371282084 +# MD5 Fingerprint: 11:fc:9f:bd:73:30:02:8a:fd:3f:f3:58:b9:cb:20:f0 +# SHA1 Fingerprint: 58:a2:d0:ec:20:52:81:5b:c1:f3:f8:64:02:24:4e:c2:8e:02:4b:02 +# SHA256 Fingerprint: 5a:2f:c0:3f:0c:83:b0:90:bb:fa:40:60:4b:09:88:44:6c:76:36:18:3d:f9:84:6e:17:10:1a:44:7f:b8:ef:d6 +-----BEGIN CERTIFICATE----- +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 +mpv0 +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - G4 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2015 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - G4 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2015 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - G4" +# Serial: 289383649854506086828220374796556676440 +# MD5 Fingerprint: 89:53:f1:83:23:b7:7c:8e:05:f1:8c:71:38:4e:1f:88 +# SHA1 Fingerprint: 14:88:4e:86:26:37:b0:26:af:59:62:5c:40:77:ec:35:29:ba:96:01 +# SHA256 Fingerprint: db:35:17:d1:f6:73:2a:2d:5a:b9:7c:53:3e:c7:07:79:ee:32:70:a6:2f:b4:ac:42:38:37:24:60:e6:f0:1e:88 +-----BEGIN CERTIFICATE----- +MIIGSzCCBDOgAwIBAgIRANm1Q3+vqTkPAAAAAFVlrVgwDQYJKoZIhvcNAQELBQAw +gb4xCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQL +Ex9TZWUgd3d3LmVudHJ1c3QubmV0L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykg +MjAxNSBFbnRydXN0LCBJbmMuIC0gZm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMjAw +BgNVBAMTKUVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEc0 +MB4XDTE1MDUyNzExMTExNloXDTM3MTIyNzExNDExNlowgb4xCzAJBgNVBAYTAlVT +MRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1 +c3QubmV0L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxNSBFbnRydXN0LCBJ +bmMuIC0gZm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMjAwBgNVBAMTKUVudHJ1c3Qg +Um9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEc0MIICIjANBgkqhkiG9w0B +AQEFAAOCAg8AMIICCgKCAgEAsewsQu7i0TD/pZJH4i3DumSXbcr3DbVZwbPLqGgZ +2K+EbTBwXX7zLtJTmeH+H17ZSK9dE43b/2MzTdMAArzE+NEGCJR5WIoV3imz/f3E +T+iq4qA7ec2/a0My3dl0ELn39GjUu9CH1apLiipvKgS1sqbHoHrmSKvS0VnM1n4j +5pds8ELl3FFLFUHtSUrJ3hCX1nbB76W1NhSXNdh4IjVS70O92yfbYVaCNNzLiGAM +C1rlLAHGVK/XqsEQe9IFWrhAnoanw5CGAlZSCXqc0ieCU0plUmr1POeo8pyvi73T +DtTUXm6Hnmo9RR3RXRv06QqsYJn7ibT/mCzPfB3pAqoEmh643IhuJbNsZvc8kPNX +wbMv9W3y+8qh+CmdRouzavbmZwe+LGcKKh9asj5XxNMhIWNlUpEbsZmOeX7m640A +2Vqq6nPopIICR5b+W45UYaPrL0swsIsjdXJ8ITzI9vF01Bx7owVV7rtNOzK+mndm +nqxpkCIHH2E6lr7lmk/MBTwoWdPBDFSoWWG9yHJM6Nyfh3+9nEg2XpWjDrk4JFX8 +dWbrAuMINClKxuMrLzOg2qOGpRKX/YAr2hRC45K9PvJdXmd0LhyIRyk0X+IyqJwl +N4y6mACXi0mWHv0liqzc2thddG5msP9E36EYxr5ILzeUePiVSj9/E15dWf10hkNj +c0kCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD +VR0OBBYEFJ84xFYjwznooHFs6FRM5Og6sb9nMA0GCSqGSIb3DQEBCwUAA4ICAQAS +5UKme4sPDORGpbZgQIeMJX6tuGguW8ZAdjwD+MlZ9POrYs4QjbRaZIxowLByQzTS +Gwv2LFPSypBLhmb8qoMi9IsabyZIrHZ3CL/FmFz0Jomee8O5ZDIBf9PD3Vht7LGr +hFV0d4QEJ1JrhkzO3bll/9bGXp+aEJlLdWr+aumXIOTkdnrG0CSqkM0gkLpHZPt/ +B7NTeLUKYvJzQ85BK4FqLoUWlFPUa19yIqtRLULVAJyZv967lDtX/Zr1hstWO1uI +AeV8KEsD+UmDfLJ/fOPtjqF/YFOOVZ1QNBIPt5d7bIdKROf1beyAN/BYGW5KaHbw +H5Lk6rWS02FREAutp9lfx1/cH6NcjKF+m7ee01ZvZl4HliDtC3T7Zk6LERXpgUl+ +b7DUUH8i119lAg2m9IUe2K4GS0qn0jFmwvjO5QimpAKWRGhXxNUzzxkvFMSUHHuk +2fCfDrGA4tGeEWSpiBE6doLlYsKA2KSD7ZPvfC+QsDJMlhVoSFLUmQjAJOgc47Ol +IQ6SwJAfzyBfyjs4x7dtOvPmRLgOMWuIjnDrnBdSqEGULoe256YSxXXfW8AKbnuk +5F6G+TaU33fD6Q3AOfF5u0aOq0NZJ7cguyPpVkAh7DE9ZapD8j3fcEThuk0mEDuY +n/PIjhs4ViFqUZPTkcpG2om3PVODLAgfi49T3f+sHw== +-----END CERTIFICATE----- + +# Issuer: CN=Microsoft ECC Root Certificate Authority 2017 O=Microsoft Corporation +# Subject: CN=Microsoft ECC Root Certificate Authority 2017 O=Microsoft Corporation +# Label: "Microsoft ECC Root Certificate Authority 2017" +# Serial: 136839042543790627607696632466672567020 +# MD5 Fingerprint: dd:a1:03:e6:4a:93:10:d1:bf:f0:19:42:cb:fe:ed:67 +# SHA1 Fingerprint: 99:9a:64:c3:7f:f4:7d:9f:ab:95:f1:47:69:89:14:60:ee:c4:c3:c5 +# SHA256 Fingerprint: 35:8d:f3:9d:76:4a:f9:e1:b7:66:e9:c9:72:df:35:2e:e1:5c:fa:c2:27:af:6a:d1:d7:0e:8e:4a:6e:dc:ba:02 +-----BEGIN CERTIFICATE----- +MIICWTCCAd+gAwIBAgIQZvI9r4fei7FK6gxXMQHC7DAKBggqhkjOPQQDAzBlMQsw +CQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYD +VQQDEy1NaWNyb3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIw +MTcwHhcNMTkxMjE4MjMwNjQ1WhcNNDIwNzE4MjMxNjA0WjBlMQswCQYDVQQGEwJV +UzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1NaWNy +b3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAATUvD0CQnVBEyPNgASGAlEvaqiBYgtlzPbKnR5vSmZR +ogPZnZH6thaxjG7efM3beaYvzrvOcS/lpaso7GMEZpn4+vKTEAXhgShC48Zo9OYb +hGBKia/teQ87zvH2RPUBeMCjVDBSMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBTIy5lycFIM+Oa+sgRXKSrPQhDtNTAQBgkrBgEEAYI3 +FQEEAwIBADAKBggqhkjOPQQDAwNoADBlAjBY8k3qDPlfXu5gKcs68tvWMoQZP3zV +L8KxzJOuULsJMsbG7X7JNpQS5GiFBqIb0C8CMQCZ6Ra0DvpWSNSkMBaReNtUjGUB +iudQZsIxtzm6uBoiB078a1QWIP8rtedMDE2mT3M= +-----END CERTIFICATE----- + +# Issuer: CN=Microsoft RSA Root Certificate Authority 2017 O=Microsoft Corporation +# Subject: CN=Microsoft RSA Root Certificate Authority 2017 O=Microsoft Corporation +# Label: "Microsoft RSA Root Certificate Authority 2017" +# Serial: 40975477897264996090493496164228220339 +# MD5 Fingerprint: 10:ff:00:ff:cf:c9:f8:c7:7a:c0:ee:35:8e:c9:0f:47 +# SHA1 Fingerprint: 73:a5:e6:4a:3b:ff:83:16:ff:0e:dc:cc:61:8a:90:6e:4e:ae:4d:74 +# SHA256 Fingerprint: c7:41:f7:0f:4b:2a:8d:88:bf:2e:71:c1:41:22:ef:53:ef:10:eb:a0:cf:a5:e6:4c:fa:20:f4:18:85:30:73:e0 +-----BEGIN CERTIFICATE----- +MIIFqDCCA5CgAwIBAgIQHtOXCV/YtLNHcB6qvn9FszANBgkqhkiG9w0BAQwFADBl +MQswCQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYw +NAYDVQQDEy1NaWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5 +IDIwMTcwHhcNMTkxMjE4MjI1MTIyWhcNNDIwNzE4MjMwMDIzWjBlMQswCQYDVQQG +EwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1N +aWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKW76UM4wplZEWCpW9R2LBifOZ +Nt9GkMml7Xhqb0eRaPgnZ1AzHaGm++DlQ6OEAlcBXZxIQIJTELy/xztokLaCLeX0 +ZdDMbRnMlfl7rEqUrQ7eS0MdhweSE5CAg2Q1OQT85elss7YfUJQ4ZVBcF0a5toW1 +HLUX6NZFndiyJrDKxHBKrmCk3bPZ7Pw71VdyvD/IybLeS2v4I2wDwAW9lcfNcztm +gGTjGqwu+UcF8ga2m3P1eDNbx6H7JyqhtJqRjJHTOoI+dkC0zVJhUXAoP8XFWvLJ +jEm7FFtNyP9nTUwSlq31/niol4fX/V4ggNyhSyL71Imtus5Hl0dVe49FyGcohJUc +aDDv70ngNXtk55iwlNpNhTs+VcQor1fznhPbRiefHqJeRIOkpcrVE7NLP8TjwuaG +YaRSMLl6IE9vDzhTyzMMEyuP1pq9KsgtsRx9S1HKR9FIJ3Jdh+vVReZIZZ2vUpC6 +W6IYZVcSn2i51BVrlMRpIpj0M+Dt+VGOQVDJNE92kKz8OMHY4Xu54+OU4UZpyw4K +UGsTuqwPN1q3ErWQgR5WrlcihtnJ0tHXUeOrO8ZV/R4O03QK0dqq6mm4lyiPSMQH ++FJDOvTKVTUssKZqwJz58oHhEmrARdlns87/I6KJClTUFLkqqNfs+avNJVgyeY+Q +W5g5xAgGwax/Dj0ApQIDAQABo1QwUjAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQUCctZf4aycI8awznjwNnpv7tNsiMwEAYJKwYBBAGC +NxUBBAMCAQAwDQYJKoZIhvcNAQEMBQADggIBAKyvPl3CEZaJjqPnktaXFbgToqZC +LgLNFgVZJ8og6Lq46BrsTaiXVq5lQ7GPAJtSzVXNUzltYkyLDVt8LkS/gxCP81OC +gMNPOsduET/m4xaRhPtthH80dK2Jp86519efhGSSvpWhrQlTM93uCupKUY5vVau6 +tZRGrox/2KJQJWVggEbbMwSubLWYdFQl3JPk+ONVFT24bcMKpBLBaYVu32TxU5nh +SnUgnZUP5NbcA/FZGOhHibJXWpS2qdgXKxdJ5XbLwVaZOjex/2kskZGT4d9Mozd2 +TaGf+G0eHdP67Pv0RR0Tbc/3WeUiJ3IrhvNXuzDtJE3cfVa7o7P4NHmJweDyAmH3 +pvwPuxwXC65B2Xy9J6P9LjrRk5Sxcx0ki69bIImtt2dmefU6xqaWM/5TkshGsRGR +xpl/j8nWZjEgQRCHLQzWwa80mMpkg/sTV9HB8Dx6jKXB/ZUhoHHBk2dxEuqPiApp +GWSZI1b7rCoucL5mxAyE7+WL85MB+GqQk2dLsmijtWKP6T+MejteD+eMuMZ87zf9 +dOLITzNy4ZQ5bb0Sr74MTnB8G2+NszKTc0QWbej09+CVgI+WXTik9KveCjCHk9hN +AHFiRSdLOkKEW39lt2c0Ui2cFmuqqNh7o0JMcccMyj6D5KbvtwEwXlGjefVwaaZB +RA+GsCyRxj3qrg+E +-----END CERTIFICATE----- + +# Issuer: CN=e-Szigno Root CA 2017 O=Microsec Ltd. +# Subject: CN=e-Szigno Root CA 2017 O=Microsec Ltd. +# Label: "e-Szigno Root CA 2017" +# Serial: 411379200276854331539784714 +# MD5 Fingerprint: de:1f:f6:9e:84:ae:a7:b4:21:ce:1e:58:7d:d1:84:98 +# SHA1 Fingerprint: 89:d4:83:03:4f:9e:9a:48:80:5f:72:37:d4:a9:a6:ef:cb:7c:1f:d1 +# SHA256 Fingerprint: be:b0:0b:30:83:9b:9b:c3:2c:32:e4:44:79:05:95:06:41:f2:64:21:b1:5e:d0:89:19:8b:51:8a:e2:ea:1b:99 +-----BEGIN CERTIFICATE----- +MIICQDCCAeWgAwIBAgIMAVRI7yH9l1kN9QQKMAoGCCqGSM49BAMCMHExCzAJBgNV +BAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMgTHRk +LjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25vIFJv +b3QgQ0EgMjAxNzAeFw0xNzA4MjIxMjA3MDZaFw00MjA4MjIxMjA3MDZaMHExCzAJ +BgNVBAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMg +THRkLjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25v +IFJvb3QgQ0EgMjAxNzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJbcPYrYsHtv +xie+RJCxs1YVe45DJH0ahFnuY2iyxl6H0BVIHqiQrb1TotreOpCmYF9oMrWGQd+H +Wyx7xf58etqjYzBhMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G +A1UdDgQWBBSHERUI0arBeAyxr87GyZDvvzAEwDAfBgNVHSMEGDAWgBSHERUI0arB +eAyxr87GyZDvvzAEwDAKBggqhkjOPQQDAgNJADBGAiEAtVfd14pVCzbhhkT61Nlo +jbjcI4qKDdQvfepz7L9NbKgCIQDLpbQS+ue16M9+k/zzNY9vTlp8tLxOsvxyqltZ ++efcMQ== +-----END CERTIFICATE----- + +# Issuer: O=CERTSIGN SA OU=certSIGN ROOT CA G2 +# Subject: O=CERTSIGN SA OU=certSIGN ROOT CA G2 +# Label: "certSIGN Root CA G2" +# Serial: 313609486401300475190 +# MD5 Fingerprint: 8c:f1:75:8a:c6:19:cf:94:b7:f7:65:20:87:c3:97:c7 +# SHA1 Fingerprint: 26:f9:93:b4:ed:3d:28:27:b0:b9:4b:a7:e9:15:1d:a3:8d:92:e5:32 +# SHA256 Fingerprint: 65:7c:fe:2f:a7:3f:aa:38:46:25:71:f3:32:a2:36:3a:46:fc:e7:02:09:51:71:07:02:cd:fb:b6:ee:da:33:05 +-----BEGIN CERTIFICATE----- +MIIFRzCCAy+gAwIBAgIJEQA0tk7GNi02MA0GCSqGSIb3DQEBCwUAMEExCzAJBgNV +BAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJR04g +Uk9PVCBDQSBHMjAeFw0xNzAyMDYwOTI3MzVaFw00MjAyMDYwOTI3MzVaMEExCzAJ +BgNVBAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJ +R04gUk9PVCBDQSBHMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMDF +dRmRfUR0dIf+DjuW3NgBFszuY5HnC2/OOwppGnzC46+CjobXXo9X69MhWf05N0Iw +vlDqtg+piNguLWkh59E3GE59kdUWX2tbAMI5Qw02hVK5U2UPHULlj88F0+7cDBrZ +uIt4ImfkabBoxTzkbFpG583H+u/E7Eu9aqSs/cwoUe+StCmrqzWaTOTECMYmzPhp +n+Sc8CnTXPnGFiWeI8MgwT0PPzhAsP6CRDiqWhqKa2NYOLQV07YRaXseVO6MGiKs +cpc/I1mbySKEwQdPzH/iV8oScLumZfNpdWO9lfsbl83kqK/20U6o2YpxJM02PbyW +xPFsqa7lzw1uKA2wDrXKUXt4FMMgL3/7FFXhEZn91QqhngLjYl/rNUssuHLoPj1P +rCy7Lobio3aP5ZMqz6WryFyNSwb/EkaseMsUBzXgqd+L6a8VTxaJW732jcZZroiF +DsGJ6x9nxUWO/203Nit4ZoORUSs9/1F3dmKh7Gc+PoGD4FapUB8fepmrY7+EF3fx +DTvf95xhszWYijqy7DwaNz9+j5LP2RIUZNoQAhVB/0/E6xyjyfqZ90bp4RjZsbgy +LcsUDFDYg2WD7rlcz8sFWkz6GZdr1l0T08JcVLwyc6B49fFtHsufpaafItzRUZ6C +eWRgKRM+o/1Pcmqr4tTluCRVLERLiohEnMqE0yo7AgMBAAGjQjBAMA8GA1UdEwEB +/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBSCIS1mxteg4BXrzkwJ +d8RgnlRuAzANBgkqhkiG9w0BAQsFAAOCAgEAYN4auOfyYILVAzOBywaK8SJJ6ejq +kX/GM15oGQOGO0MBzwdw5AgeZYWR5hEit/UCI46uuR59H35s5r0l1ZUa8gWmr4UC +b6741jH/JclKyMeKqdmfS0mbEVeZkkMR3rYzpMzXjWR91M08KCy0mpbqTfXERMQl +qiCA2ClV9+BB/AYm/7k29UMUA2Z44RGx2iBfRgB4ACGlHgAoYXhvqAEBj500mv/0 +OJD7uNGzcgbJceaBxXntC6Z58hMLnPddDnskk7RI24Zf3lCGeOdA5jGokHZwYa+c +NywRtYK3qq4kNFtyDGkNzVmf9nGvnAvRCjj5BiKDUyUM/FHE5r7iOZULJK2v0ZXk +ltd0ZGtxTgI8qoXzIKNDOXZbbFD+mpwUHmUUihW9o4JFWklWatKcsWMy5WHgUyIO +pwpJ6st+H6jiYoD2EEVSmAYY3qXNL3+q1Ok+CHLsIwMCPKaq2LxndD0UF/tUSxfj +03k9bWtJySgOLnRQvwzZRjoQhsmnP+mg7H/rpXdYaXHmgwo38oZJar55CJD2AhZk +PuXaTH4MNMn5X7azKFGnpyuqSfqNZSlO42sTp5SjLVFteAxEy9/eCG/Oo2Sr05WE +1LlSVHJ7liXMvGnjSG4N0MedJ5qq+BOS3R7fY581qRY27Iy4g/Q9iY/NtBde17MX +QRBdJ3NghVdJIgc= +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global Certification Authority" +# Serial: 1846098327275375458322922162 +# MD5 Fingerprint: f8:1c:18:2d:2f:ba:5f:6d:a1:6c:bc:c7:ab:91:c7:0e +# SHA1 Fingerprint: 2f:8f:36:4f:e1:58:97:44:21:59:87:a5:2a:9a:d0:69:95:26:7f:b5 +# SHA256 Fingerprint: 97:55:20:15:f5:dd:fc:3c:87:88:c0:06:94:45:55:40:88:94:45:00:84:f1:00:86:70:86:bc:1a:2b:b5:8d:c8 +-----BEGIN CERTIFICATE----- +MIIF2jCCA8KgAwIBAgIMBfcOhtpJ80Y1LrqyMA0GCSqGSIb3DQEBCwUAMIGIMQsw +CQYDVQQGEwJVUzERMA8GA1UECAwISWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28x +ITAfBgNVBAoMGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1 +c3R3YXZlIEdsb2JhbCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xNzA4MjMx +OTM0MTJaFw00MjA4MjMxOTM0MTJaMIGIMQswCQYDVQQGEwJVUzERMA8GA1UECAwI +SWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28xITAfBgNVBAoMGFRydXN0d2F2ZSBI +b2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1c3R3YXZlIEdsb2JhbCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIB +ALldUShLPDeS0YLOvR29zd24q88KPuFd5dyqCblXAj7mY2Hf8g+CY66j96xz0Xzn +swuvCAAJWX/NKSqIk4cXGIDtiLK0thAfLdZfVaITXdHG6wZWiYj+rDKd/VzDBcdu +7oaJuogDnXIhhpCujwOl3J+IKMujkkkP7NAP4m1ET4BqstTnoApTAbqOl5F2brz8 +1Ws25kCI1nsvXwXoLG0R8+eyvpJETNKXpP7ScoFDB5zpET71ixpZfR9oWN0EACyW +80OzfpgZdNmcc9kYvkHHNHnZ9GLCQ7mzJ7Aiy/k9UscwR7PJPrhq4ufogXBeQotP +JqX+OsIgbrv4Fo7NDKm0G2x2EOFYeUY+VM6AqFcJNykbmROPDMjWLBz7BegIlT1l +RtzuzWniTY+HKE40Cz7PFNm73bZQmq131BnW2hqIyE4bJ3XYsgjxroMwuREOzYfw +hI0Vcnyh78zyiGG69Gm7DIwLdVcEuE4qFC49DxweMqZiNu5m4iK4BUBjECLzMx10 +coos9TkpoNPnG4CELcU9402x/RpvumUHO1jsQkUm+9jaJXLE9gCxInm943xZYkqc +BW89zubWR2OZxiRvchLIrH+QtAuRcOi35hYQcRfO3gZPSEF9NUqjifLJS3tBEW1n +twiYTOURGa5CgNz7kAXU+FDKvuStx8KU1xad5hePrzb7AgMBAAGjQjBAMA8GA1Ud +EwEB/wQFMAMBAf8wHQYDVR0OBBYEFJngGWcNYtt2s9o9uFvo/ULSMQ6HMA4GA1Ud +DwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAmHNw4rDT7TnsTGDZqRKGFx6W +0OhUKDtkLSGm+J1WE2pIPU/HPinbbViDVD2HfSMF1OQc3Og4ZYbFdada2zUFvXfe +uyk3QAUHw5RSn8pk3fEbK9xGChACMf1KaA0HZJDmHvUqoai7PF35owgLEQzxPy0Q +lG/+4jSHg9bP5Rs1bdID4bANqKCqRieCNqcVtgimQlRXtpla4gt5kNdXElE1GYhB +aCXUNxeEFfsBctyV3lImIJgm4nb1J2/6ADtKYdkNy1GTKv0WBpanI5ojSP5RvbbE +sLFUzt5sQa0WZ37b/TjNuThOssFgy50X31ieemKyJo90lZvkWx3SD92YHJtZuSPT +MaCm/zjdzyBP6VhWOmfD0faZmZ26NraAL4hHT4a/RDqA5Dccprrql5gR0IRiR2Qe +qu5AvzSxnI9O4fKSTx+O856X3vOmeWqJcU9LJxdI/uz0UA9PSX3MReO9ekDFQdxh +VicGaeVyQYHTtgGJoC86cnn+OjC/QezHYj6RS8fZMXZC+fc8Y+wmjHMMfRod6qh8 +h6jCJ3zhM0EPz8/8AKAigJ5Kp28AsEFFtyLKaEjFQqKu3R3y4G5OBVixwJAWKqQ9 +EEC+j2Jjg6mcgn0tAumDMHzLJ8n9HmYAsC7TIS+OMxZsmO0QqAfWzJPP29FpHOTK +yeC2nOnOcXHebD8WpHk= +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global ECC P256 Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global ECC P256 Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global ECC P256 Certification Authority" +# Serial: 4151900041497450638097112925 +# MD5 Fingerprint: 5b:44:e3:8d:5d:36:86:26:e8:0d:05:d2:59:a7:83:54 +# SHA1 Fingerprint: b4:90:82:dd:45:0c:be:8b:5b:b1:66:d3:e2:a4:08:26:cd:ed:42:cf +# SHA256 Fingerprint: 94:5b:bc:82:5e:a5:54:f4:89:d1:fd:51:a7:3d:df:2e:a6:24:ac:70:19:a0:52:05:22:5c:22:a7:8c:cf:a8:b4 +-----BEGIN CERTIFICATE----- +MIICYDCCAgegAwIBAgIMDWpfCD8oXD5Rld9dMAoGCCqGSM49BAMCMIGRMQswCQYD +VQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf +BgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3 +YXZlIEdsb2JhbCBFQ0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x +NzA4MjMxOTM1MTBaFw00MjA4MjMxOTM1MTBaMIGRMQswCQYDVQQGEwJVUzERMA8G +A1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0 +d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF +Q0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTBZMBMGByqGSM49AgEGCCqG +SM49AwEHA0IABH77bOYj43MyCMpg5lOcunSNGLB4kFKA3TjASh3RqMyTpJcGOMoN +FWLGjgEqZZ2q3zSRLoHB5DOSMcT9CTqmP62jQzBBMA8GA1UdEwEB/wQFMAMBAf8w +DwYDVR0PAQH/BAUDAwcGADAdBgNVHQ4EFgQUo0EGrJBt0UrrdaVKEJmzsaGLSvcw +CgYIKoZIzj0EAwIDRwAwRAIgB+ZU2g6gWrKuEZ+Hxbb/ad4lvvigtwjzRM4q3wgh +DDcCIC0mA6AFvWvR9lz4ZcyGbbOcNEhjhAnFjXca4syc4XR7 +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global ECC P384 Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global ECC P384 Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global ECC P384 Certification Authority" +# Serial: 2704997926503831671788816187 +# MD5 Fingerprint: ea:cf:60:c4:3b:b9:15:29:40:a1:97:ed:78:27:93:d6 +# SHA1 Fingerprint: e7:f3:a3:c8:cf:6f:c3:04:2e:6d:0e:67:32:c5:9e:68:95:0d:5e:d2 +# SHA256 Fingerprint: 55:90:38:59:c8:c0:c3:eb:b8:75:9e:ce:4e:25:57:22:5f:f5:75:8b:bd:38:eb:d4:82:76:60:1e:1b:d5:80:97 +-----BEGIN CERTIFICATE----- +MIICnTCCAiSgAwIBAgIMCL2Fl2yZJ6SAaEc7MAoGCCqGSM49BAMDMIGRMQswCQYD +VQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf +BgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3 +YXZlIEdsb2JhbCBFQ0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x +NzA4MjMxOTM2NDNaFw00MjA4MjMxOTM2NDNaMIGRMQswCQYDVQQGEwJVUzERMA8G +A1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0 +d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF +Q0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTB2MBAGByqGSM49AgEGBSuB +BAAiA2IABGvaDXU1CDFHBa5FmVXxERMuSvgQMSOjfoPTfygIOiYaOs+Xgh+AtycJ +j9GOMMQKmw6sWASr9zZ9lCOkmwqKi6vr/TklZvFe/oyujUF5nQlgziip04pt89ZF +1PKYhDhloKNDMEEwDwYDVR0TAQH/BAUwAwEB/zAPBgNVHQ8BAf8EBQMDBwYAMB0G +A1UdDgQWBBRVqYSJ0sEyvRjLbKYHTsjnnb6CkDAKBggqhkjOPQQDAwNnADBkAjA3 +AZKXRRJ+oPM+rRk6ct30UJMDEr5E0k9BpIycnR+j9sKS50gU/k6bpZFXrsY3crsC +MGclCrEMXu6pY5Jv5ZAL/mYiykf9ijH3g/56vxC+GCsej/YpHpRZ744hN8tRmKVu +Sw== +-----END CERTIFICATE----- + +# Issuer: CN=NAVER Global Root Certification Authority O=NAVER BUSINESS PLATFORM Corp. +# Subject: CN=NAVER Global Root Certification Authority O=NAVER BUSINESS PLATFORM Corp. +# Label: "NAVER Global Root Certification Authority" +# Serial: 9013692873798656336226253319739695165984492813 +# MD5 Fingerprint: c8:7e:41:f6:25:3b:f5:09:b3:17:e8:46:3d:bf:d0:9b +# SHA1 Fingerprint: 8f:6b:f2:a9:27:4a:da:14:a0:c4:f4:8e:61:27:f9:c0:1e:78:5d:d1 +# SHA256 Fingerprint: 88:f4:38:dc:f8:ff:d1:fa:8f:42:91:15:ff:e5:f8:2a:e1:e0:6e:0c:70:c3:75:fa:ad:71:7b:34:a4:9e:72:65 +-----BEGIN CERTIFICATE----- +MIIFojCCA4qgAwIBAgIUAZQwHqIL3fXFMyqxQ0Rx+NZQTQ0wDQYJKoZIhvcNAQEM +BQAwaTELMAkGA1UEBhMCS1IxJjAkBgNVBAoMHU5BVkVSIEJVU0lORVNTIFBMQVRG +T1JNIENvcnAuMTIwMAYDVQQDDClOQVZFUiBHbG9iYWwgUm9vdCBDZXJ0aWZpY2F0 +aW9uIEF1dGhvcml0eTAeFw0xNzA4MTgwODU4NDJaFw0zNzA4MTgyMzU5NTlaMGkx +CzAJBgNVBAYTAktSMSYwJAYDVQQKDB1OQVZFUiBCVVNJTkVTUyBQTEFURk9STSBD +b3JwLjEyMDAGA1UEAwwpTkFWRVIgR2xvYmFsIFJvb3QgQ2VydGlmaWNhdGlvbiBB +dXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC21PGTXLVA +iQqrDZBbUGOukJR0F0Vy1ntlWilLp1agS7gvQnXp2XskWjFlqxcX0TM62RHcQDaH +38dq6SZeWYp34+hInDEW+j6RscrJo+KfziFTowI2MMtSAuXaMl3Dxeb57hHHi8lE +HoSTGEq0n+USZGnQJoViAbbJAh2+g1G7XNr4rRVqmfeSVPc0W+m/6imBEtRTkZaz +kVrd/pBzKPswRrXKCAfHcXLJZtM0l/aM9BhK4dA9WkW2aacp+yPOiNgSnABIqKYP +szuSjXEOdMWLyEz59JuOuDxp7W87UC9Y7cSw0BwbagzivESq2M0UXZR4Yb8Obtoq +vC8MC3GmsxY/nOb5zJ9TNeIDoKAYv7vxvvTWjIcNQvcGufFt7QSUqP620wbGQGHf +nZ3zVHbOUzoBppJB7ASjjw2i1QnK1sua8e9DXcCrpUHPXFNwcMmIpi3Ua2FzUCaG +YQ5fG8Ir4ozVu53BA0K6lNpfqbDKzE0K70dpAy8i+/Eozr9dUGWokG2zdLAIx6yo +0es+nPxdGoMuK8u180SdOqcXYZaicdNwlhVNt0xz7hlcxVs+Qf6sdWA7G2POAN3a +CJBitOUt7kinaxeZVL6HSuOpXgRM6xBtVNbv8ejyYhbLgGvtPe31HzClrkvJE+2K +AQHJuFFYwGY6sWZLxNUxAmLpdIQM201GLQIDAQABo0IwQDAdBgNVHQ4EFgQU0p+I +36HNLL3s9TsBAZMzJ7LrYEswDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMB +Af8wDQYJKoZIhvcNAQEMBQADggIBADLKgLOdPVQG3dLSLvCkASELZ0jKbY7gyKoN +qo0hV4/GPnrK21HUUrPUloSlWGB/5QuOH/XcChWB5Tu2tyIvCZwTFrFsDDUIbatj +cu3cvuzHV+YwIHHW1xDBE1UBjCpD5EHxzzp6U5LOogMFDTjfArsQLtk70pt6wKGm ++LUx5vR1yblTmXVHIloUFcd4G7ad6Qz4G3bxhYTeodoS76TiEJd6eN4MUZeoIUCL +hr0N8F5OSza7OyAfikJW4Qsav3vQIkMsRIz75Sq0bBwcupTgE34h5prCy8VCZLQe +lHsIJchxzIdFV4XTnyliIoNRlwAYl3dqmJLJfGBs32x9SuRwTMKeuB330DTHD8z7 +p/8Dvq1wkNoL3chtl1+afwkyQf3NosxabUzyqkn+Zvjp2DXrDige7kgvOtB5CTh8 +piKCk5XQA76+AqAF3SAi428diDRgxuYKuQl1C/AH6GmWNcf7I4GOODm4RStDeKLR +LBT/DShycpWbXgnbiUSYqqFJu3FS8r/2/yehNq+4tneI3TqkbZs0kNwUXTC/t+sX +5Ie3cdCh13cV1ELX8vMxmV2b3RZtP+oGI/hGoiLtk/bdmuYqh7GYVPEi92tF4+KO +dh2ajcQGjTa3FPOdVGm3jjzVpG2Tgbet9r1ke8LJaDmgkpzNNIaRkPpkUZ3+/uul +9XXeifdy +-----END CERTIFICATE----- + +# Issuer: CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS O=FNMT-RCM OU=Ceres +# Subject: CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS O=FNMT-RCM OU=Ceres +# Label: "AC RAIZ FNMT-RCM SERVIDORES SEGUROS" +# Serial: 131542671362353147877283741781055151509 +# MD5 Fingerprint: 19:36:9c:52:03:2f:d2:d1:bb:23:cc:dd:1e:12:55:bb +# SHA1 Fingerprint: 62:ff:d9:9e:c0:65:0d:03:ce:75:93:d2:ed:3f:2d:32:c9:e3:e5:4a +# SHA256 Fingerprint: 55:41:53:b1:3d:2c:f9:dd:b7:53:bf:be:1a:4e:0a:e0:8d:0a:a4:18:70:58:fe:60:a2:b8:62:b2:e4:b8:7b:cb +-----BEGIN CERTIFICATE----- +MIICbjCCAfOgAwIBAgIQYvYybOXE42hcG2LdnC6dlTAKBggqhkjOPQQDAzB4MQsw +CQYDVQQGEwJFUzERMA8GA1UECgwIRk5NVC1SQ00xDjAMBgNVBAsMBUNlcmVzMRgw +FgYDVQRhDA9WQVRFUy1RMjgyNjAwNEoxLDAqBgNVBAMMI0FDIFJBSVogRk5NVC1S +Q00gU0VSVklET1JFUyBTRUdVUk9TMB4XDTE4MTIyMDA5MzczM1oXDTQzMTIyMDA5 +MzczM1oweDELMAkGA1UEBhMCRVMxETAPBgNVBAoMCEZOTVQtUkNNMQ4wDAYDVQQL +DAVDZXJlczEYMBYGA1UEYQwPVkFURVMtUTI4MjYwMDRKMSwwKgYDVQQDDCNBQyBS +QUlaIEZOTVQtUkNNIFNFUlZJRE9SRVMgU0VHVVJPUzB2MBAGByqGSM49AgEGBSuB +BAAiA2IABPa6V1PIyqvfNkpSIeSX0oNnnvBlUdBeh8dHsVnyV0ebAAKTRBdp20LH +sbI6GA60XYyzZl2hNPk2LEnb80b8s0RpRBNm/dfF/a82Tc4DTQdxz69qBdKiQ1oK +Um8BA06Oi6NCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD +VR0OBBYEFAG5L++/EYZg8k/QQW6rcx/n0m5JMAoGCCqGSM49BAMDA2kAMGYCMQCu +SuMrQMN0EfKVrRYj3k4MGuZdpSRea0R7/DjiT8ucRRcRTBQnJlU5dUoDzBOQn5IC +MQD6SmxgiHPz7riYYqnOK8LZiqZwMR2vsJRM60/G49HzYqc8/5MuB1xJAWdpEgJy +v+c= +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign Root R46 O=GlobalSign nv-sa +# Subject: CN=GlobalSign Root R46 O=GlobalSign nv-sa +# Label: "GlobalSign Root R46" +# Serial: 1552617688466950547958867513931858518042577 +# MD5 Fingerprint: c4:14:30:e4:fa:66:43:94:2a:6a:1b:24:5f:19:d0:ef +# SHA1 Fingerprint: 53:a2:b0:4b:ca:6b:d6:45:e6:39:8a:8e:c4:0d:d2:bf:77:c3:a2:90 +# SHA256 Fingerprint: 4f:a3:12:6d:8d:3a:11:d1:c4:85:5a:4f:80:7c:ba:d6:cf:91:9d:3a:5a:88:b0:3b:ea:2c:63:72:d9:3c:40:c9 +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgISEdK7udcjGJ5AXwqdLdDfJWfRMA0GCSqGSIb3DQEBDAUA +MEYxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYD +VQQDExNHbG9iYWxTaWduIFJvb3QgUjQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMy +MDAwMDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYt +c2ExHDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBSNDYwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCsrHQy6LNl5brtQyYdpokNRbopiLKkHWPd08EsCVeJ +OaFV6Wc0dwxu5FUdUiXSE2te4R2pt32JMl8Nnp8semNgQB+msLZ4j5lUlghYruQG +vGIFAha/r6gjA7aUD7xubMLL1aa7DOn2wQL7Id5m3RerdELv8HQvJfTqa1VbkNud +316HCkD7rRlr+/fKYIje2sGP1q7Vf9Q8g+7XFkyDRTNrJ9CG0Bwta/OrffGFqfUo +0q3v84RLHIf8E6M6cqJaESvWJ3En7YEtbWaBkoe0G1h6zD8K+kZPTXhc+CtI4wSE +y132tGqzZfxCnlEmIyDLPRT5ge1lFgBPGmSXZgjPjHvjK8Cd+RTyG/FWaha/LIWF +zXg4mutCagI0GIMXTpRW+LaCtfOW3T3zvn8gdz57GSNrLNRyc0NXfeD412lPFzYE ++cCQYDdF3uYM2HSNrpyibXRdQr4G9dlkbgIQrImwTDsHTUB+JMWKmIJ5jqSngiCN +I/onccnfxkF0oE32kRbcRoxfKWMxWXEM2G/CtjJ9++ZdU6Z+Ffy7dXxd7Pj2Fxzs +x2sZy/N78CsHpdlseVR2bJ0cpm4O6XkMqCNqo98bMDGfsVR7/mrLZqrcZdCinkqa +ByFrgY/bxFn63iLABJzjqls2k+g9vXqhnQt2sQvHnf3PmKgGwvgqo6GDoLclcqUC +4wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQUA1yrc4GHqMywptWU4jaWSf8FmSwwDQYJKoZIhvcNAQEMBQADggIBAHx4 +7PYCLLtbfpIrXTncvtgdokIzTfnvpCo7RGkerNlFo048p9gkUbJUHJNOxO97k4Vg +JuoJSOD1u8fpaNK7ajFxzHmuEajwmf3lH7wvqMxX63bEIaZHU1VNaL8FpO7XJqti +2kM3S+LGteWygxk6x9PbTZ4IevPuzz5i+6zoYMzRx6Fcg0XERczzF2sUyQQCPtIk +pnnpHs6i58FZFZ8d4kuaPp92CC1r2LpXFNqD6v6MVenQTqnMdzGxRBF6XLE+0xRF +FRhiJBPSy03OXIPBNvIQtQ6IbbjhVp+J3pZmOUdkLG5NrmJ7v2B0GbhWrJKsFjLt +rWhV/pi60zTe9Mlhww6G9kuEYO4Ne7UyWHmRVSyBQ7N0H3qqJZ4d16GLuc1CLgSk +ZoNNiTW2bKg2SnkheCLQQrzRQDGQob4Ez8pn7fXwgNNgyYMqIgXQBztSvwyeqiv5 +u+YfjyW6hY0XHgL+XVAEV8/+LbzvXMAaq7afJMbfc2hIkCwU9D9SGuTSyxTDYWnP +4vkYxboznxSjBF25cfe1lNj2M8FawTSLfJvdkzrnE6JwYZ+vj+vYxXX4M2bUdGc6 +N3ec592kD3ZDZopD8p/7DEJ4Y9HiD2971KE9dJeFt0g5QdYg/NA6s/rob8SKunE3 +vouXsXgxT7PntgMTzlSdriVZzH81Xwj3QEUxeCp6 +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign Root E46 O=GlobalSign nv-sa +# Subject: CN=GlobalSign Root E46 O=GlobalSign nv-sa +# Label: "GlobalSign Root E46" +# Serial: 1552617690338932563915843282459653771421763 +# MD5 Fingerprint: b5:b8:66:ed:de:08:83:e3:c9:e2:01:34:06:ac:51:6f +# SHA1 Fingerprint: 39:b4:6c:d5:fe:80:06:eb:e2:2f:4a:bb:08:33:a0:af:db:b9:dd:84 +# SHA256 Fingerprint: cb:b9:c4:4d:84:b8:04:3e:10:50:ea:31:a6:9f:51:49:55:d7:bf:d2:e2:c6:b4:93:01:01:9a:d6:1d:9f:50:58 +-----BEGIN CERTIFICATE----- +MIICCzCCAZGgAwIBAgISEdK7ujNu1LzmJGjFDYQdmOhDMAoGCCqGSM49BAMDMEYx +CzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYDVQQD +ExNHbG9iYWxTaWduIFJvb3QgRTQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMyMDAw +MDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2Ex +HDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBFNDYwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAAScDrHPt+ieUnd1NPqlRqetMhkytAepJ8qUuwzSChDH2omwlwxwEwkBjtjq +R+q+soArzfwoDdusvKSGN+1wCAB16pMLey5SnCNoIwZD7JIvU4Tb+0cUB+hflGdd +yXqBPCCjQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud +DgQWBBQxCpCPtsad0kRLgLWi5h+xEk8blTAKBggqhkjOPQQDAwNoADBlAjEA31SQ +7Zvvi5QCkxeCmb6zniz2C5GMn0oUsfZkvLtoURMMA/cVi4RguYv/Uo7njLwcAjA8 ++RHUjE7AwWHCFUyqqx0LMV87HOIAl0Qx5v5zli/altP+CAezNIm8BZ/3Hobui3A= +-----END CERTIFICATE----- + +# Issuer: CN=GLOBALTRUST 2020 O=e-commerce monitoring GmbH +# Subject: CN=GLOBALTRUST 2020 O=e-commerce monitoring GmbH +# Label: "GLOBALTRUST 2020" +# Serial: 109160994242082918454945253 +# MD5 Fingerprint: 8a:c7:6f:cb:6d:e3:cc:a2:f1:7c:83:fa:0e:78:d7:e8 +# SHA1 Fingerprint: d0:67:c1:13:51:01:0c:aa:d0:c7:6a:65:37:31:16:26:4f:53:71:a2 +# SHA256 Fingerprint: 9a:29:6a:51:82:d1:d4:51:a2:e3:7f:43:9b:74:da:af:a2:67:52:33:29:f9:0f:9a:0d:20:07:c3:34:e2:3c:9a +-----BEGIN CERTIFICATE----- +MIIFgjCCA2qgAwIBAgILWku9WvtPilv6ZeUwDQYJKoZIhvcNAQELBQAwTTELMAkG +A1UEBhMCQVQxIzAhBgNVBAoTGmUtY29tbWVyY2UgbW9uaXRvcmluZyBHbWJIMRkw +FwYDVQQDExBHTE9CQUxUUlVTVCAyMDIwMB4XDTIwMDIxMDAwMDAwMFoXDTQwMDYx +MDAwMDAwMFowTTELMAkGA1UEBhMCQVQxIzAhBgNVBAoTGmUtY29tbWVyY2UgbW9u +aXRvcmluZyBHbWJIMRkwFwYDVQQDExBHTE9CQUxUUlVTVCAyMDIwMIICIjANBgkq +hkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAri5WrRsc7/aVj6B3GyvTY4+ETUWiD59b +RatZe1E0+eyLinjF3WuvvcTfk0Uev5E4C64OFudBc/jbu9G4UeDLgztzOG53ig9Z +YybNpyrOVPu44sB8R85gfD+yc/LAGbaKkoc1DZAoouQVBGM+uq/ufF7MpotQsjj3 +QWPKzv9pj2gOlTblzLmMCcpL3TGQlsjMH/1WljTbjhzqLL6FLmPdqqmV0/0plRPw +yJiT2S0WR5ARg6I6IqIoV6Lr/sCMKKCmfecqQjuCgGOlYx8ZzHyyZqjC0203b+J+ +BlHZRYQfEs4kUmSFC0iAToexIiIwquuuvuAC4EDosEKAA1GqtH6qRNdDYfOiaxaJ +SaSjpCuKAsR49GiKweR6NrFvG5Ybd0mN1MkGco/PU+PcF4UgStyYJ9ORJitHHmkH +r96i5OTUawuzXnzUJIBHKWk7buis/UDr2O1xcSvy6Fgd60GXIsUf1DnQJ4+H4xj0 +4KlGDfV0OoIu0G4skaMxXDtG6nsEEFZegB31pWXogvziB4xiRfUg3kZwhqG8k9Me +dKZssCz3AwyIDMvUclOGvGBG85hqwvG/Q/lwIHfKN0F5VVJjjVsSn8VoxIidrPIw +q7ejMZdnrY8XD2zHc+0klGvIg5rQmjdJBKuxFshsSUktq6HQjJLyQUp5ISXbY9e2 +nKd+Qmn7OmMCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC +AQYwHQYDVR0OBBYEFNwuH9FhN3nkq9XVsxJxaD1qaJwiMB8GA1UdIwQYMBaAFNwu +H9FhN3nkq9XVsxJxaD1qaJwiMA0GCSqGSIb3DQEBCwUAA4ICAQCR8EICaEDuw2jA +VC/f7GLDw56KoDEoqoOOpFaWEhCGVrqXctJUMHytGdUdaG/7FELYjQ7ztdGl4wJC +XtzoRlgHNQIw4Lx0SsFDKv/bGtCwr2zD/cuz9X9tAy5ZVp0tLTWMstZDFyySCstd +6IwPS3BD0IL/qMy/pJTAvoe9iuOTe8aPmxadJ2W8esVCgmxcB9CpwYhgROmYhRZf ++I/KARDOJcP5YBugxZfD0yyIMaK9MOzQ0MAS8cE54+X1+NZK3TTN+2/BT+MAi1bi +kvcoskJ3ciNnxz8RFbLEAwW+uxF7Cr+obuf/WEPPm2eggAe2HcqtbepBEX4tdJP7 +wry+UUTF72glJ4DjyKDUEuzZpTcdN3y0kcra1LGWge9oXHYQSa9+pTeAsRxSvTOB +TI/53WXZFM2KJVj04sWDpQmQ1GwUY7VA3+vA/MRYfg0UFodUJ25W5HCEuGwyEn6C +MUO+1918oa2u1qsgEu8KwxCMSZY13At1XrFP1U80DhEgB3VDRemjEdqso5nCtnkn +4rnvyOL2NSl6dPrFf4IFYqYK6miyeUcGbvJXqBUzxvd4Sj1Ce2t+/vdG6tHrju+I +aFvowdlxfv1k7/9nR4hYJS8+hge9+6jlgqispdNpQ80xiEmEU5LAsTkbOYMBMMTy +qfrQA71yN2BWHzZ8vTmR9W0Nv3vXkg== +-----END CERTIFICATE----- + +# Issuer: CN=ANF Secure Server Root CA O=ANF Autoridad de Certificacion OU=ANF CA Raiz +# Subject: CN=ANF Secure Server Root CA O=ANF Autoridad de Certificacion OU=ANF CA Raiz +# Label: "ANF Secure Server Root CA" +# Serial: 996390341000653745 +# MD5 Fingerprint: 26:a6:44:5a:d9:af:4e:2f:b2:1d:b6:65:b0:4e:e8:96 +# SHA1 Fingerprint: 5b:6e:68:d0:cc:15:b6:a0:5f:1e:c1:5f:ae:02:fc:6b:2f:5d:6f:74 +# SHA256 Fingerprint: fb:8f:ec:75:91:69:b9:10:6b:1e:51:16:44:c6:18:c5:13:04:37:3f:6c:06:43:08:8d:8b:ef:fd:1b:99:75:99 +-----BEGIN CERTIFICATE----- +MIIF7zCCA9egAwIBAgIIDdPjvGz5a7EwDQYJKoZIhvcNAQELBQAwgYQxEjAQBgNV +BAUTCUc2MzI4NzUxMDELMAkGA1UEBhMCRVMxJzAlBgNVBAoTHkFORiBBdXRvcmlk +YWQgZGUgQ2VydGlmaWNhY2lvbjEUMBIGA1UECxMLQU5GIENBIFJhaXoxIjAgBgNV +BAMTGUFORiBTZWN1cmUgU2VydmVyIFJvb3QgQ0EwHhcNMTkwOTA0MTAwMDM4WhcN +MzkwODMwMTAwMDM4WjCBhDESMBAGA1UEBRMJRzYzMjg3NTEwMQswCQYDVQQGEwJF +UzEnMCUGA1UEChMeQU5GIEF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uMRQwEgYD +VQQLEwtBTkYgQ0EgUmFpejEiMCAGA1UEAxMZQU5GIFNlY3VyZSBTZXJ2ZXIgUm9v +dCBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANvrayvmZFSVgpCj +cqQZAZ2cC4Ffc0m6p6zzBE57lgvsEeBbphzOG9INgxwruJ4dfkUyYA8H6XdYfp9q +yGFOtibBTI3/TO80sh9l2Ll49a2pcbnvT1gdpd50IJeh7WhM3pIXS7yr/2WanvtH +2Vdy8wmhrnZEE26cLUQ5vPnHO6RYPUG9tMJJo8gN0pcvB2VSAKduyK9o7PQUlrZX +H1bDOZ8rbeTzPvY1ZNoMHKGESy9LS+IsJJ1tk0DrtSOOMspvRdOoiXsezx76W0OL +zc2oD2rKDF65nkeP8Nm2CgtYZRczuSPkdxl9y0oukntPLxB3sY0vaJxizOBQ+OyR +p1RMVwnVdmPF6GUe7m1qzwmd+nxPrWAI/VaZDxUse6mAq4xhj0oHdkLePfTdsiQz +W7i1o0TJrH93PB0j7IKppuLIBkwC/qxcmZkLLxCKpvR/1Yd0DVlJRfbwcVw5Kda/ +SiOL9V8BY9KHcyi1Swr1+KuCLH5zJTIdC2MKF4EA/7Z2Xue0sUDKIbvVgFHlSFJn +LNJhiQcND85Cd8BEc5xEUKDbEAotlRyBr+Qc5RQe8TZBAQIvfXOn3kLMTOmJDVb3 +n5HUA8ZsyY/b2BzgQJhdZpmYgG4t/wHFzstGH6wCxkPmrqKEPMVOHj1tyRRM4y5B +u8o5vzY8KhmqQYdOpc5LMnndkEl/AgMBAAGjYzBhMB8GA1UdIwQYMBaAFJxf0Gxj +o1+TypOYCK2Mh6UsXME3MB0GA1UdDgQWBBScX9BsY6Nfk8qTmAitjIelLFzBNzAO +BgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOC +AgEATh65isagmD9uw2nAalxJUqzLK114OMHVVISfk/CHGT0sZonrDUL8zPB1hT+L +9IBdeeUXZ701guLyPI59WzbLWoAAKfLOKyzxj6ptBZNscsdW699QIyjlRRA96Gej +rw5VD5AJYu9LWaL2U/HANeQvwSS9eS9OICI7/RogsKQOLHDtdD+4E5UGUcjohybK +pFtqFiGS3XNgnhAY3jyB6ugYw3yJ8otQPr0R4hUDqDZ9MwFsSBXXiJCZBMXM5gf0 +vPSQ7RPi6ovDj6MzD8EpTBNO2hVWcXNyglD2mjN8orGoGjR0ZVzO0eurU+AagNjq +OknkJjCb5RyKqKkVMoaZkgoQI1YS4PbOTOK7vtuNknMBZi9iPrJyJ0U27U1W45eZ +/zo1PqVUSlJZS2Db7v54EX9K3BR5YLZrZAPbFYPhor72I5dQ8AkzNqdxliXzuUJ9 +2zg/LFis6ELhDtjTO0wugumDLmsx2d1Hhk9tl5EuT+IocTUW0fJz/iUrB0ckYyfI ++PbZa/wSMVYIwFNCr5zQM378BvAxRAMU8Vjq8moNqRGyg77FGr8H6lnco4g175x2 +MjxNBiLOFeXdntiP2t7SxDnlF4HPOEfrf4htWRvfn0IUrn7PqLBmZdo3r5+qPeoo +tt7VMVgWglvquxl1AnMaykgaIZOQCo6ThKd9OyMYkomgjaw= +-----END CERTIFICATE----- + +# Issuer: CN=Certum EC-384 CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Subject: CN=Certum EC-384 CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Label: "Certum EC-384 CA" +# Serial: 160250656287871593594747141429395092468 +# MD5 Fingerprint: b6:65:b3:96:60:97:12:a1:ec:4e:e1:3d:a3:c6:c9:f1 +# SHA1 Fingerprint: f3:3e:78:3c:ac:df:f4:a2:cc:ac:67:55:69:56:d7:e5:16:3c:e1:ed +# SHA256 Fingerprint: 6b:32:80:85:62:53:18:aa:50:d1:73:c9:8d:8b:da:09:d5:7e:27:41:3d:11:4c:f7:87:a0:f5:d0:6c:03:0c:f6 +-----BEGIN CERTIFICATE----- +MIICZTCCAeugAwIBAgIQeI8nXIESUiClBNAt3bpz9DAKBggqhkjOPQQDAzB0MQsw +CQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBTLkEuMScw +JQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxGTAXBgNVBAMT +EENlcnR1bSBFQy0zODQgQ0EwHhcNMTgwMzI2MDcyNDU0WhcNNDMwMzI2MDcyNDU0 +WjB0MQswCQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBT +LkEuMScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxGTAX +BgNVBAMTEENlcnR1bSBFQy0zODQgQ0EwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAATE +KI6rGFtqvm5kN2PkzeyrOvfMobgOgknXhimfoZTy42B4mIF4Bk3y7JoOV2CDn7Tm +Fy8as10CW4kjPMIRBSqniBMY81CE1700LCeJVf/OTOffph8oxPBUw7l8t1Ot68Kj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI0GZnQkdjrzife81r1HfS+8 +EF9LMA4GA1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNoADBlAjADVS2m5hjEfO/J +UG7BJw+ch69u1RsIGL2SKcHvlJF40jocVYli5RsJHrpka/F2tNQCMQC0QoSZ/6vn +nvuRlydd3LBbMHHOXjgaatkl5+r3YZJW+OraNsKHZZYuciUvf9/DE8k= +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Root CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Root CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Root CA" +# Serial: 40870380103424195783807378461123655149 +# MD5 Fingerprint: 51:e1:c2:e7:fe:4c:84:af:59:0e:2f:f4:54:6f:ea:29 +# SHA1 Fingerprint: c8:83:44:c0:18:ae:9f:cc:f1:87:b7:8f:22:d1:c5:d7:45:84:ba:e5 +# SHA256 Fingerprint: fe:76:96:57:38:55:77:3e:37:a9:5e:7a:d4:d9:cc:96:c3:01:57:c1:5d:31:76:5b:a9:b1:57:04:e1:ae:78:fd +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=TunTrust Root CA O=Agence Nationale de Certification Electronique +# Subject: CN=TunTrust Root CA O=Agence Nationale de Certification Electronique +# Label: "TunTrust Root CA" +# Serial: 108534058042236574382096126452369648152337120275 +# MD5 Fingerprint: 85:13:b9:90:5b:36:5c:b6:5e:b8:5a:f8:e0:31:57:b4 +# SHA1 Fingerprint: cf:e9:70:84:0f:e0:73:0f:9d:f6:0c:7f:2c:4b:ee:20:46:34:9c:bb +# SHA256 Fingerprint: 2e:44:10:2a:b5:8c:b8:54:19:45:1c:8e:19:d9:ac:f3:66:2c:af:bc:61:4b:6a:53:96:0a:30:f7:d0:e2:eb:41 +-----BEGIN CERTIFICATE----- +MIIFszCCA5ugAwIBAgIUEwLV4kBMkkaGFmddtLu7sms+/BMwDQYJKoZIhvcNAQEL +BQAwYTELMAkGA1UEBhMCVE4xNzA1BgNVBAoMLkFnZW5jZSBOYXRpb25hbGUgZGUg +Q2VydGlmaWNhdGlvbiBFbGVjdHJvbmlxdWUxGTAXBgNVBAMMEFR1blRydXN0IFJv +b3QgQ0EwHhcNMTkwNDI2MDg1NzU2WhcNNDQwNDI2MDg1NzU2WjBhMQswCQYDVQQG +EwJUTjE3MDUGA1UECgwuQWdlbmNlIE5hdGlvbmFsZSBkZSBDZXJ0aWZpY2F0aW9u +IEVsZWN0cm9uaXF1ZTEZMBcGA1UEAwwQVHVuVHJ1c3QgUm9vdCBDQTCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAMPN0/y9BFPdDCA61YguBUtB9YOCfvdZ +n56eY+hz2vYGqU8ftPkLHzmMmiDQfgbU7DTZhrx1W4eI8NLZ1KMKsmwb60ksPqxd +2JQDoOw05TDENX37Jk0bbjBU2PWARZw5rZzJJQRNmpA+TkBuimvNKWfGzC3gdOgF +VwpIUPp6Q9p+7FuaDmJ2/uqdHYVy7BG7NegfJ7/Boce7SBbdVtfMTqDhuazb1YMZ +GoXRlJfXyqNlC/M4+QKu3fZnz8k/9YosRxqZbwUN/dAdgjH8KcwAWJeRTIAAHDOF +li/LQcKLEITDCSSJH7UP2dl3RxiSlGBcx5kDPP73lad9UKGAwqmDrViWVSHbhlnU +r8a83YFuB9tgYv7sEG7aaAH0gxupPqJbI9dkxt/con3YS7qC0lH4Zr8GRuR5KiY2 +eY8fTpkdso8MDhz/yV3A/ZAQprE38806JG60hZC/gLkMjNWb1sjxVj8agIl6qeIb +MlEsPvLfe/ZdeikZjuXIvTZxi11Mwh0/rViizz1wTaZQmCXcI/m4WEEIcb9PuISg +jwBUFfyRbVinljvrS5YnzWuioYasDXxU5mZMZl+QviGaAkYt5IPCgLnPSz7ofzwB +7I9ezX/SKEIBlYrilz0QIX32nRzFNKHsLA4KUiwSVXAkPcvCFDVDXSdOvsC9qnyW +5/yeYa1E0wCXAgMBAAGjYzBhMB0GA1UdDgQWBBQGmpsfU33x9aTI04Y+oXNZtPdE +ITAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFAaamx9TffH1pMjThj6hc1m0 +90QhMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAqgVutt0Vyb+z +xiD2BkewhpMl0425yAA/l/VSJ4hxyXT968pk21vvHl26v9Hr7lxpuhbI87mP0zYu +QEkHDVneixCwSQXi/5E/S7fdAo74gShczNxtr18UnH1YeA32gAm56Q6XKRm4t+v4 +FstVEuTGfbvE7Pi1HE4+Z7/FXxttbUcoqgRYYdZ2vyJ/0Adqp2RT8JeNnYA/u8EH +22Wv5psymsNUk8QcCMNE+3tjEUPRahphanltkE8pjkcFwRJpadbGNjHh/PqAulxP +xOu3Mqz4dWEX1xAZufHSCe96Qp1bWgvUxpVOKs7/B9dPfhgGiPEZtdmYu65xxBzn +dFlY7wyJz4sfdZMaBBSSSFCp61cpABbjNhzI+L/wM9VBD8TMPN3pM0MBkRArHtG5 +Xc0yGYuPjCB31yLEQtyEFpslbei0VXF/sHyz03FJuc9SpAQ/3D2gu68zngowYI7b +nV2UqL1g52KAdoGDDIzMMEZJ4gzSqK/rYXHv5yJiqfdcZGyfFoxnNidF9Ql7v/YQ +CvGwjVRDjAS6oz/v4jXH+XTgbzRB0L9zZVcg+ZtnemZoJE6AZb0QmQZZ8mWvuMZH +u/2QeItBcy6vVR/cO5JyboTT0GFMDcx2V+IthSIVNg3rAZ3r2OvEhJn7wAzMMujj +d9qDRIueVSjAi1jTkD5OGwDxFa2DK5o= +-----END CERTIFICATE----- + +# Issuer: CN=HARICA TLS RSA Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Subject: CN=HARICA TLS RSA Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Label: "HARICA TLS RSA Root CA 2021" +# Serial: 76817823531813593706434026085292783742 +# MD5 Fingerprint: 65:47:9b:58:86:dd:2c:f0:fc:a2:84:1f:1e:96:c4:91 +# SHA1 Fingerprint: 02:2d:05:82:fa:88:ce:14:0c:06:79:de:7f:14:10:e9:45:d7:a5:6d +# SHA256 Fingerprint: d9:5d:0e:8e:da:79:52:5b:f9:be:b1:1b:14:d2:10:0d:32:94:98:5f:0c:62:d9:fa:bd:9c:d9:99:ec:cb:7b:1d +-----BEGIN CERTIFICATE----- +MIIFpDCCA4ygAwIBAgIQOcqTHO9D88aOk8f0ZIk4fjANBgkqhkiG9w0BAQsFADBs +MQswCQYDVQQGEwJHUjE3MDUGA1UECgwuSGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl +c2VhcmNoIEluc3RpdHV0aW9ucyBDQTEkMCIGA1UEAwwbSEFSSUNBIFRMUyBSU0Eg +Um9vdCBDQSAyMDIxMB4XDTIxMDIxOTEwNTUzOFoXDTQ1MDIxMzEwNTUzN1owbDEL +MAkGA1UEBhMCR1IxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNl +YXJjaCBJbnN0aXR1dGlvbnMgQ0ExJDAiBgNVBAMMG0hBUklDQSBUTFMgUlNBIFJv +b3QgQ0EgMjAyMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAIvC569l +mwVnlskNJLnQDmT8zuIkGCyEf3dRywQRNrhe7Wlxp57kJQmXZ8FHws+RFjZiPTgE +4VGC/6zStGndLuwRo0Xua2s7TL+MjaQenRG56Tj5eg4MmOIjHdFOY9TnuEFE+2uv +a9of08WRiFukiZLRgeaMOVig1mlDqa2YUlhu2wr7a89o+uOkXjpFc5gH6l8Cct4M +pbOfrqkdtx2z/IpZ525yZa31MJQjB/OCFks1mJxTuy/K5FrZx40d/JiZ+yykgmvw +Kh+OC19xXFyuQnspiYHLA6OZyoieC0AJQTPb5lh6/a6ZcMBaD9YThnEvdmn8kN3b +LW7R8pv1GmuebxWMevBLKKAiOIAkbDakO/IwkfN4E8/BPzWr8R0RI7VDIp4BkrcY +AuUR0YLbFQDMYTfBKnya4dC6s1BG7oKsnTH4+yPiAwBIcKMJJnkVU2DzOFytOOqB +AGMUuTNe3QvboEUHGjMJ+E20pwKmafTCWQWIZYVWrkvL4N48fS0ayOn7H6NhStYq +E613TBoYm5EPWNgGVMWX+Ko/IIqmhaZ39qb8HOLubpQzKoNQhArlT4b4UEV4AIHr +W2jjJo3Me1xR9BQsQL4aYB16cmEdH2MtiKrOokWQCPxrvrNQKlr9qEgYRtaQQJKQ +CoReaDH46+0N0x3GfZkYVVYnZS6NRcUk7M7jAgMBAAGjQjBAMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFApII6ZgpJIKM+qTW8VX6iVNvRLuMA4GA1UdDwEB/wQE +AwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAPpBIqm5iFSVmewzVjIuJndftTgfvnNAU +X15QvWiWkKQUEapobQk1OUAJ2vQJLDSle1mESSmXdMgHHkdt8s4cUCbjnj1AUz/3 +f5Z2EMVGpdAgS1D0NTsY9FVqQRtHBmg8uwkIYtlfVUKqrFOFrJVWNlar5AWMxaja +H6NpvVMPxP/cyuN+8kyIhkdGGvMA9YCRotxDQpSbIPDRzbLrLFPCU3hKTwSUQZqP +JzLB5UkZv/HywouoCjkxKLR9YjYsTewfM7Z+d21+UPCfDtcRj88YxeMn/ibvBZ3P +zzfF0HvaO7AWhAw6k9a+F9sPPg4ZeAnHqQJyIkv3N3a6dcSFA1pj1bF1BcK5vZSt +jBWZp5N99sXzqnTPBIWUmAD04vnKJGW/4GKvyMX6ssmeVkjaef2WdhW+o45WxLM0 +/L5H9MG0qPzVMIho7suuyWPEdr6sOBjhXlzPrjoiUevRi7PzKzMHVIf6tLITe7pT +BGIBnfHAT+7hOtSLIBD6Alfm78ELt5BGnBkpjNxvoEppaZS3JGWg/6w/zgH7IS79 +aPib8qXPMThcFarmlwDB31qlpzmq6YR/PFGoOtmUW4y/Twhx5duoXNTSpv4Ao8YW +xw/ogM4cKGR0GQjTQuPOAF1/sdwTsOEFy9EgqoZ0njnnkf3/W9b3raYvAwtt41dU +63ZTGI0RmLo= +-----END CERTIFICATE----- + +# Issuer: CN=HARICA TLS ECC Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Subject: CN=HARICA TLS ECC Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Label: "HARICA TLS ECC Root CA 2021" +# Serial: 137515985548005187474074462014555733966 +# MD5 Fingerprint: ae:f7:4c:e5:66:35:d1:b7:9b:8c:22:93:74:d3:4b:b0 +# SHA1 Fingerprint: bc:b0:c1:9d:e9:98:92:70:19:38:57:e9:8d:a7:b4:5d:6e:ee:01:48 +# SHA256 Fingerprint: 3f:99:cc:47:4a:cf:ce:4d:fe:d5:87:94:66:5e:47:8d:15:47:73:9f:2e:78:0f:1b:b4:ca:9b:13:30:97:d4:01 +-----BEGIN CERTIFICATE----- +MIICVDCCAdugAwIBAgIQZ3SdjXfYO2rbIvT/WeK/zjAKBggqhkjOPQQDAzBsMQsw +CQYDVQQGEwJHUjE3MDUGA1UECgwuSGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJlc2Vh +cmNoIEluc3RpdHV0aW9ucyBDQTEkMCIGA1UEAwwbSEFSSUNBIFRMUyBFQ0MgUm9v +dCBDQSAyMDIxMB4XDTIxMDIxOTExMDExMFoXDTQ1MDIxMzExMDEwOVowbDELMAkG +A1UEBhMCR1IxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJj +aCBJbnN0aXR1dGlvbnMgQ0ExJDAiBgNVBAMMG0hBUklDQSBUTFMgRUNDIFJvb3Qg +Q0EgMjAyMTB2MBAGByqGSM49AgEGBSuBBAAiA2IABDgI/rGgltJ6rK9JOtDA4MM7 +KKrxcm1lAEeIhPyaJmuqS7psBAqIXhfyVYf8MLA04jRYVxqEU+kw2anylnTDUR9Y +STHMmE5gEYd103KUkE+bECUqqHgtvpBBWJAVcqeht6NCMEAwDwYDVR0TAQH/BAUw +AwEB/zAdBgNVHQ4EFgQUyRtTgRL+BNUW0aq8mm+3oJUZbsowDgYDVR0PAQH/BAQD +AgGGMAoGCCqGSM49BAMDA2cAMGQCMBHervjcToiwqfAircJRQO9gcS3ujwLEXQNw +SaSS6sUUiHCm0w2wqsosQJz76YJumgIwK0eaB8bRwoF8yguWGEEbo/QwCZ61IygN +nxS2PFOiTAZpffpskcYqSUXm7LcT4Tps +-----END CERTIFICATE----- + +# Issuer: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 +# Subject: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 +# Label: "Autoridad de Certificacion Firmaprofesional CIF A62634068" +# Serial: 1977337328857672817 +# MD5 Fingerprint: 4e:6e:9b:54:4c:ca:b7:fa:48:e4:90:b1:15:4b:1c:a3 +# SHA1 Fingerprint: 0b:be:c2:27:22:49:cb:39:aa:db:35:5c:53:e3:8c:ae:78:ff:b6:fe +# SHA256 Fingerprint: 57:de:05:83:ef:d2:b2:6e:03:61:da:99:da:9d:f4:64:8d:ef:7e:e8:44:1c:3b:72:8a:fa:9b:cd:e0:f9:b2:6a +-----BEGIN CERTIFICATE----- +MIIGFDCCA/ygAwIBAgIIG3Dp0v+ubHEwDQYJKoZIhvcNAQELBQAwUTELMAkGA1UE +BhMCRVMxQjBABgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1h +cHJvZmVzaW9uYWwgQ0lGIEE2MjYzNDA2ODAeFw0xNDA5MjMxNTIyMDdaFw0zNjA1 +MDUxNTIyMDdaMFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUg +Q2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBBNjI2MzQwNjgwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDDUtd9 +thDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL/UR5GLXMnE42QQM +cas9UX4PB99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7/DhHf9qFD0sefG +L9ItWY16Ck6WaVICqjaY7Pz6FIMMNx/Jkjd/14Et5cS54D40/mf0PmbR0/RAz15i +NA9wBj4gGFrO93IbJWyTdBSTo3OxDqqHECNZXyAFGUftaI6SEspd/NYrspI8IM/h +X68gvqB2f3bl7BqGYTM+53u0P6APjqK5am+5hyZvQWyIplD9amML9ZMWGxmPsu2b +m8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctXMbScyJCy +Z/QYFpM6/EfY0XiWMR+6KwxfXZmtY4laJCB22N/9q06mIqqdXuYnin1oKaPnirja +EbsXLZmdEyRG98Xi2J+Of8ePdG1asuhy9azuJBCtLxTa/y2aRnFHvkLfuwHb9H/T +KI8xWVvTyQKmtFLKbpf7Q8UIJm+K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF +6NkBiDkal4ZkQdU7hwxu+g/GvUgUvzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVh +OSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMB0GA1UdDgQWBBRlzeurNR4APn7VdMAc +tHNHDhpkLzASBgNVHRMBAf8ECDAGAQH/AgEBMIGmBgNVHSAEgZ4wgZswgZgGBFUd +IAAwgY8wLwYIKwYBBQUHAgEWI2h0dHA6Ly93d3cuZmlybWFwcm9mZXNpb25hbC5j +b20vY3BzMFwGCCsGAQUFBwICMFAeTgBQAGEAcwBlAG8AIABkAGUAIABsAGEAIABC +AG8AbgBhAG4AbwB2AGEAIAA0ADcAIABCAGEAcgBjAGUAbABvAG4AYQAgADAAOAAw +ADEANzAOBgNVHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQELBQADggIBAHSHKAIrdx9m +iWTtj3QuRhy7qPj4Cx2Dtjqn6EWKB7fgPiDL4QjbEwj4KKE1soCzC1HA01aajTNF +Sa9J8OA9B3pFE1r/yJfY0xgsfZb43aJlQ3CTkBW6kN/oGbDbLIpgD7dvlAceHabJ +hfa9NPhAeGIQcDq+fUs5gakQ1JZBu/hfHAsdCPKxsIl68veg4MSPi3i1O1ilI45P +Vf42O+AMt8oqMEEgtIDNrvx2ZnOorm7hfNoD6JQg5iKj0B+QXSBTFCZX2lSX3xZE +EAEeiGaPcjiT3SC3NL7X8e5jjkd5KAb881lFJWAiMxujX6i6KtoaPc1A6ozuBRWV +1aUsIC+nmCjuRfzxuIgALI9C2lHVnOUTaHFFQ4ueCyE8S1wF3BqfmI7avSKecs2t +CsvMo2ebKHTEm9caPARYpoKdrcd7b/+Alun4jWq9GJAd/0kakFI3ky88Al2CdgtR +5xbHV/g4+afNmyJU72OwFW1TZQNKXkqgsqeOSQBZONXH9IBk9W6VULgRfhVwOEqw +f9DEMnDAGf/JOC0ULGb0QkTmVXYbgBVX/8Cnp6o5qtjTcNAuuuuUavpfNIbnYrX9 +ivAwhZTJryQCL2/W3Wf+47BVTwSYT6RBVuKT0Gro1vP7ZeDOdcQxWQzugsgMYDNK +GbqEZycPvEJdvSRUDewdcAZfpLz6IHxV +-----END CERTIFICATE----- + +# Issuer: CN=vTrus ECC Root CA O=iTrusChina Co.,Ltd. +# Subject: CN=vTrus ECC Root CA O=iTrusChina Co.,Ltd. +# Label: "vTrus ECC Root CA" +# Serial: 630369271402956006249506845124680065938238527194 +# MD5 Fingerprint: de:4b:c1:f5:52:8c:9b:43:e1:3e:8f:55:54:17:8d:85 +# SHA1 Fingerprint: f6:9c:db:b0:fc:f6:02:13:b6:52:32:a6:a3:91:3f:16:70:da:c3:e1 +# SHA256 Fingerprint: 30:fb:ba:2c:32:23:8e:2a:98:54:7a:f9:79:31:e5:50:42:8b:9b:3f:1c:8e:eb:66:33:dc:fa:86:c5:b2:7d:d3 +-----BEGIN CERTIFICATE----- +MIICDzCCAZWgAwIBAgIUbmq8WapTvpg5Z6LSa6Q75m0c1towCgYIKoZIzj0EAwMw +RzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28uLEx0ZC4xGjAY +BgNVBAMTEXZUcnVzIEVDQyBSb290IENBMB4XDTE4MDczMTA3MjY0NFoXDTQzMDcz +MTA3MjY0NFowRzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28u +LEx0ZC4xGjAYBgNVBAMTEXZUcnVzIEVDQyBSb290IENBMHYwEAYHKoZIzj0CAQYF +K4EEACIDYgAEZVBKrox5lkqqHAjDo6LN/llWQXf9JpRCux3NCNtzslt188+cToL0 +v/hhJoVs1oVbcnDS/dtitN9Ti72xRFhiQgnH+n9bEOf+QP3A2MMrMudwpremIFUd +e4BdS49nTPEQo0IwQDAdBgNVHQ4EFgQUmDnNvtiyjPeyq+GtJK97fKHbH88wDwYD +VR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwCgYIKoZIzj0EAwMDaAAwZQIw +V53dVvHH4+m4SVBrm2nDb+zDfSXkV5UTQJtS0zvzQBm8JsctBp61ezaf9SXUY2sA +AjEA6dPGnlaaKsyh2j/IZivTWJwghfqrkYpwcBE4YGQLYgmRWAD5Tfs0aNoJrSEG +GJTO +-----END CERTIFICATE----- + +# Issuer: CN=vTrus Root CA O=iTrusChina Co.,Ltd. +# Subject: CN=vTrus Root CA O=iTrusChina Co.,Ltd. +# Label: "vTrus Root CA" +# Serial: 387574501246983434957692974888460947164905180485 +# MD5 Fingerprint: b8:c9:37:df:fa:6b:31:84:64:c5:ea:11:6a:1b:75:fc +# SHA1 Fingerprint: 84:1a:69:fb:f5:cd:1a:25:34:13:3d:e3:f8:fc:b8:99:d0:c9:14:b7 +# SHA256 Fingerprint: 8a:71:de:65:59:33:6f:42:6c:26:e5:38:80:d0:0d:88:a1:8d:a4:c6:a9:1f:0d:cb:61:94:e2:06:c5:c9:63:87 +-----BEGIN CERTIFICATE----- +MIIFVjCCAz6gAwIBAgIUQ+NxE9izWRRdt86M/TX9b7wFjUUwDQYJKoZIhvcNAQEL +BQAwQzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28uLEx0ZC4x +FjAUBgNVBAMTDXZUcnVzIFJvb3QgQ0EwHhcNMTgwNzMxMDcyNDA1WhcNNDMwNzMx +MDcyNDA1WjBDMQswCQYDVQQGEwJDTjEcMBoGA1UEChMTaVRydXNDaGluYSBDby4s +THRkLjEWMBQGA1UEAxMNdlRydXMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEBBQAD +ggIPADCCAgoCggIBAL1VfGHTuB0EYgWgrmy3cLRB6ksDXhA/kFocizuwZotsSKYc +IrrVQJLuM7IjWcmOvFjai57QGfIvWcaMY1q6n6MLsLOaXLoRuBLpDLvPbmyAhykU +AyyNJJrIZIO1aqwTLDPxn9wsYTwaP3BVm60AUn/PBLn+NvqcwBauYv6WTEN+VRS+ +GrPSbcKvdmaVayqwlHeFXgQPYh1jdfdr58tbmnDsPmcF8P4HCIDPKNsFxhQnL4Z9 +8Cfe/+Z+M0jnCx5Y0ScrUw5XSmXX+6KAYPxMvDVTAWqXcoKv8R1w6Jz1717CbMdH +flqUhSZNO7rrTOiwCcJlwp2dCZtOtZcFrPUGoPc2BX70kLJrxLT5ZOrpGgrIDajt +J8nU57O5q4IikCc9Kuh8kO+8T/3iCiSn3mUkpF3qwHYw03dQ+A0Em5Q2AXPKBlim +0zvc+gRGE1WKyURHuFE5Gi7oNOJ5y1lKCn+8pu8fA2dqWSslYpPZUxlmPCdiKYZN +pGvu/9ROutW04o5IWgAZCfEF2c6Rsffr6TlP9m8EQ5pV9T4FFL2/s1m02I4zhKOQ +UqqzApVg+QxMaPnu1RcN+HFXtSXkKe5lXa/R7jwXC1pDxaWG6iSe4gUH3DRCEpHW +OXSuTEGC2/KmSNGzm/MzqvOmwMVO9fSddmPmAsYiS8GVP1BkLFTltvA8Kc9XAgMB +AAGjQjBAMB0GA1UdDgQWBBRUYnBj8XWEQ1iO0RYgscasGrz2iTAPBgNVHRMBAf8E +BTADAQH/MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAKbqSSaet +8PFww+SX8J+pJdVrnjT+5hpk9jprUrIQeBqfTNqK2uwcN1LgQkv7bHbKJAs5EhWd +nxEt/Hlk3ODg9d3gV8mlsnZwUKT+twpw1aA08XXXTUm6EdGz2OyC/+sOxL9kLX1j +bhd47F18iMjrjld22VkE+rxSH0Ws8HqA7Oxvdq6R2xCOBNyS36D25q5J08FsEhvM +Kar5CKXiNxTKsbhm7xqC5PD48acWabfbqWE8n/Uxy+QARsIvdLGx14HuqCaVvIiv +TDUHKgLKeBRtRytAVunLKmChZwOgzoy8sHJnxDHO2zTlJQNgJXtxmOTAGytfdELS +S8VZCAeHvsXDf+eW2eHcKJfWjwXj9ZtOyh1QRwVTsMo554WgicEFOwE30z9J4nfr +I8iIZjs9OXYhRvHsXyO466JmdXTBQPfYaJqT4i2pLr0cox7IdMakLXogqzu4sEb9 +b91fUlV1YvCXoHzXOP0l382gmxDPi7g4Xl7FtKYCNqEeXxzP4padKar9mK5S4fNB +UvupLnKWnyfjqnN9+BojZns7q2WwMgFLFT49ok8MKzWixtlnEjUwzXYuFrOZnk1P +Ti07NEPhmg4NpGaXutIcSkwsKouLgU9xGqndXHt7CMUADTdA43x7VF8vhV929ven +sBxXVsFy6K2ir40zSbofitzmdHxghm+Hl3s= +-----END CERTIFICATE----- + +# Issuer: CN=ISRG Root X2 O=Internet Security Research Group +# Subject: CN=ISRG Root X2 O=Internet Security Research Group +# Label: "ISRG Root X2" +# Serial: 87493402998870891108772069816698636114 +# MD5 Fingerprint: d3:9e:c4:1e:23:3c:a6:df:cf:a3:7e:6d:e0:14:e6:e5 +# SHA1 Fingerprint: bd:b1:b9:3c:d5:97:8d:45:c6:26:14:55:f8:db:95:c7:5a:d1:53:af +# SHA256 Fingerprint: 69:72:9b:8e:15:a8:6e:fc:17:7a:57:af:b7:17:1d:fc:64:ad:d2:8c:2f:ca:8c:f1:50:7e:34:45:3c:cb:14:70 +-----BEGIN CERTIFICATE----- +MIICGzCCAaGgAwIBAgIQQdKd0XLq7qeAwSxs6S+HUjAKBggqhkjOPQQDAzBPMQsw +CQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFyY2gg +R3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMjAeFw0yMDA5MDQwMDAwMDBaFw00 +MDA5MTcxNjAwMDBaME8xCzAJBgNVBAYTAlVTMSkwJwYDVQQKEyBJbnRlcm5ldCBT +ZWN1cml0eSBSZXNlYXJjaCBHcm91cDEVMBMGA1UEAxMMSVNSRyBSb290IFgyMHYw +EAYHKoZIzj0CAQYFK4EEACIDYgAEzZvVn4CDCuwJSvMWSj5cz3es3mcFDR0HttwW ++1qLFNvicWDEukWVEYmO6gbf9yoWHKS5xcUy4APgHoIYOIvXRdgKam7mAHf7AlF9 +ItgKbppbd9/w+kHsOdx1ymgHDB/qo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0T +AQH/BAUwAwEB/zAdBgNVHQ4EFgQUfEKWrt5LSDv6kviejM9ti6lyN5UwCgYIKoZI +zj0EAwMDaAAwZQIwe3lORlCEwkSHRhtFcP9Ymd70/aTSVaYgLXTWNLxBo1BfASdW +tL4ndQavEi51mI38AjEAi/V3bNTIZargCyzuFJ0nN6T5U6VR5CmD1/iQMVtCnwr1 +/q4AaOeMSQ+2b1tbFfLn +-----END CERTIFICATE----- + +# Issuer: CN=HiPKI Root CA - G1 O=Chunghwa Telecom Co., Ltd. +# Subject: CN=HiPKI Root CA - G1 O=Chunghwa Telecom Co., Ltd. +# Label: "HiPKI Root CA - G1" +# Serial: 60966262342023497858655262305426234976 +# MD5 Fingerprint: 69:45:df:16:65:4b:e8:68:9a:8f:76:5f:ff:80:9e:d3 +# SHA1 Fingerprint: 6a:92:e4:a8:ee:1b:ec:96:45:37:e3:29:57:49:cd:96:e3:e5:d2:60 +# SHA256 Fingerprint: f0:15:ce:3c:c2:39:bf:ef:06:4b:e9:f1:d2:c4:17:e1:a0:26:4a:0a:94:be:1f:0c:8d:12:18:64:eb:69:49:cc +-----BEGIN CERTIFICATE----- +MIIFajCCA1KgAwIBAgIQLd2szmKXlKFD6LDNdmpeYDANBgkqhkiG9w0BAQsFADBP +MQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0 +ZC4xGzAZBgNVBAMMEkhpUEtJIFJvb3QgQ0EgLSBHMTAeFw0xOTAyMjIwOTQ2MDRa +Fw0zNzEyMzExNTU5NTlaME8xCzAJBgNVBAYTAlRXMSMwIQYDVQQKDBpDaHVuZ2h3 +YSBUZWxlY29tIENvLiwgTHRkLjEbMBkGA1UEAwwSSGlQS0kgUm9vdCBDQSAtIEcx +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA9B5/UnMyDHPkvRN0o9Qw +qNCuS9i233VHZvR85zkEHmpwINJaR3JnVfSl6J3VHiGh8Ge6zCFovkRTv4354twv +Vcg3Px+kwJyz5HdcoEb+d/oaoDjq7Zpy3iu9lFc6uux55199QmQ5eiY29yTw1S+6 +lZgRZq2XNdZ1AYDgr/SEYYwNHl98h5ZeQa/rh+r4XfEuiAU+TCK72h8q3VJGZDnz +Qs7ZngyzsHeXZJzA9KMuH5UHsBffMNsAGJZMoYFL3QRtU6M9/Aes1MU3guvklQgZ +KILSQjqj2FPseYlgSGDIcpJQ3AOPgz+yQlda22rpEZfdhSi8MEyr48KxRURHH+CK +FgeW0iEPU8DtqX7UTuybCeyvQqww1r/REEXgphaypcXTT3OUM3ECoWqj1jOXTyFj +HluP2cFeRXF3D4FdXyGarYPM+l7WjSNfGz1BryB1ZlpK9p/7qxj3ccC2HTHsOyDr +y+K49a6SsvfhhEvyovKTmiKe0xRvNlS9H15ZFblzqMF8b3ti6RZsR1pl8w4Rm0bZ +/W3c1pzAtH2lsN0/Vm+h+fbkEkj9Bn8SV7apI09bA8PgcSojt/ewsTu8mL3WmKgM +a/aOEmem8rJY5AIJEzypuxC00jBF8ez3ABHfZfjcK0NVvxaXxA/VLGGEqnKG/uY6 +fsI/fe78LxQ+5oXdUG+3Se0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQU8ncX+l6o/vY9cdVouslGDDjYr7AwDgYDVR0PAQH/BAQDAgGGMA0GCSqG +SIb3DQEBCwUAA4ICAQBQUfB13HAE4/+qddRxosuej6ip0691x1TPOhwEmSKsxBHi +7zNKpiMdDg1H2DfHb680f0+BazVP6XKlMeJ45/dOlBhbQH3PayFUhuaVevvGyuqc +SE5XCV0vrPSltJczWNWseanMX/mF+lLFjfiRFOs6DRfQUsJ748JzjkZ4Bjgs6Fza +ZsT0pPBWGTMpWmWSBUdGSquEwx4noR8RkpkndZMPvDY7l1ePJlsMu5wP1G4wB9Tc +XzZoZjmDlicmisjEOf6aIW/Vcobpf2Lll07QJNBAsNB1CI69aO4I1258EHBGG3zg +iLKecoaZAeO/n0kZtCW+VmWuF2PlHt/o/0elv+EmBYTksMCv5wiZqAxeJoBF1Pho +L5aPruJKHJwWDBNvOIf2u8g0X5IDUXlwpt/L9ZlNec1OvFefQ05rLisY+GpzjLrF +Ne85akEez3GoorKGB1s6yeHvP2UEgEcyRHCVTjFnanRbEEV16rCf0OY1/k6fi8wr +kkVbbiVghUbN0aqwdmaTd5a+g744tiROJgvM7XpWGuDpWsZkrUx6AEhEL7lAuxM+ +vhV4nYWBSipX3tUZQ9rbyltHhoMLP7YNdnhzeSJesYAfz77RP1YQmCuVh6EfnWQU +YDksswBVLuT1sw5XxJFBAJw/6KXf6vb/yPCtbVKoF6ubYfwSUTXkJf2vqmqGOQ== +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R4 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R4 +# Label: "GlobalSign ECC Root CA - R4" +# Serial: 159662223612894884239637590694 +# MD5 Fingerprint: 26:29:f8:6d:e1:88:bf:a2:65:7f:aa:c4:cd:0f:7f:fc +# SHA1 Fingerprint: 6b:a0:b0:98:e1:71:ef:5a:ad:fe:48:15:80:77:10:f4:bd:6f:0b:28 +# SHA256 Fingerprint: b0:85:d7:0b:96:4f:19:1a:73:e4:af:0d:54:ae:7a:0e:07:aa:fd:af:9b:71:dd:08:62:13:8a:b7:32:5a:24:a2 +-----BEGIN CERTIFICATE----- +MIIB3DCCAYOgAwIBAgINAgPlfvU/k/2lCSGypjAKBggqhkjOPQQDAjBQMSQwIgYD +VQQLExtHbG9iYWxTaWduIEVDQyBSb290IENBIC0gUjQxEzARBgNVBAoTCkdsb2Jh +bFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTIxMTEzMDAwMDAwWhcNMzgw +MTE5MDMxNDA3WjBQMSQwIgYDVQQLExtHbG9iYWxTaWduIEVDQyBSb290IENBIC0g +UjQxEzARBgNVBAoTCkdsb2JhbFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wWTAT +BgcqhkjOPQIBBggqhkjOPQMBBwNCAAS4xnnTj2wlDp8uORkcA6SumuU5BwkWymOx +uYb4ilfBV85C+nOh92VC/x7BALJucw7/xyHlGKSq2XE/qNS5zowdo0IwQDAOBgNV +HQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUVLB7rUW44kB/ ++wpu+74zyTyjhNUwCgYIKoZIzj0EAwIDRwAwRAIgIk90crlgr/HmnKAWBVBfw147 +bmF0774BxL4YSFlhgjICICadVGNA3jdgUM/I2O2dgq43mLyjj0xMqTQrbO/7lZsm +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R1 O=Google Trust Services LLC +# Subject: CN=GTS Root R1 O=Google Trust Services LLC +# Label: "GTS Root R1" +# Serial: 159662320309726417404178440727 +# MD5 Fingerprint: 05:fe:d0:bf:71:a8:a3:76:63:da:01:e0:d8:52:dc:40 +# SHA1 Fingerprint: e5:8c:1c:c4:91:3b:38:63:4b:e9:10:6e:e3:ad:8e:6b:9d:d9:81:4a +# SHA256 Fingerprint: d9:47:43:2a:bd:e7:b7:fa:90:fc:2e:6b:59:10:1b:12:80:e0:e1:c7:e4:e4:0f:a3:c6:88:7f:ff:57:a7:f4:cf +-----BEGIN CERTIFICATE----- +MIIFVzCCAz+gAwIBAgINAgPlk28xsBNJiGuiFzANBgkqhkiG9w0BAQwFADBHMQsw +CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU +MBIGA1UEAxMLR1RTIFJvb3QgUjEwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw +MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp +Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjEwggIiMA0GCSqGSIb3DQEBAQUA +A4ICDwAwggIKAoICAQC2EQKLHuOhd5s73L+UPreVp0A8of2C+X0yBoJx9vaMf/vo +27xqLpeXo4xL+Sv2sfnOhB2x+cWX3u+58qPpvBKJXqeqUqv4IyfLpLGcY9vXmX7w +Cl7raKb0xlpHDU0QM+NOsROjyBhsS+z8CZDfnWQpJSMHobTSPS5g4M/SCYe7zUjw +TcLCeoiKu7rPWRnWr4+wB7CeMfGCwcDfLqZtbBkOtdh+JhpFAz2weaSUKK0Pfybl +qAj+lug8aJRT7oM6iCsVlgmy4HqMLnXWnOunVmSPlk9orj2XwoSPwLxAwAtcvfaH +szVsrBhQf4TgTM2S0yDpM7xSma8ytSmzJSq0SPly4cpk9+aCEI3oncKKiPo4Zor8 +Y/kB+Xj9e1x3+naH+uzfsQ55lVe0vSbv1gHR6xYKu44LtcXFilWr06zqkUspzBmk +MiVOKvFlRNACzqrOSbTqn3yDsEB750Orp2yjj32JgfpMpf/VjsPOS+C12LOORc92 +wO1AK/1TD7Cn1TsNsYqiA94xrcx36m97PtbfkSIS5r762DL8EGMUUXLeXdYWk70p +aDPvOmbsB4om3xPXV2V4J95eSRQAogB/mqghtqmxlbCluQ0WEdrHbEg8QOB+DVrN +VjzRlwW5y0vtOUucxD/SVRNuJLDWcfr0wbrM7Rv1/oFB2ACYPTrIrnqYNxgFlQID +AQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4E +FgQU5K8rJnEaK0gnhS9SZizv8IkTcT4wDQYJKoZIhvcNAQEMBQADggIBAJ+qQibb +C5u+/x6Wki4+omVKapi6Ist9wTrYggoGxval3sBOh2Z5ofmmWJyq+bXmYOfg6LEe +QkEzCzc9zolwFcq1JKjPa7XSQCGYzyI0zzvFIoTgxQ6KfF2I5DUkzps+GlQebtuy +h6f88/qBVRRiClmpIgUxPoLW7ttXNLwzldMXG+gnoot7TiYaelpkttGsN/H9oPM4 +7HLwEXWdyzRSjeZ2axfG34arJ45JK3VmgRAhpuo+9K4l/3wV3s6MJT/KYnAK9y8J +ZgfIPxz88NtFMN9iiMG1D53Dn0reWVlHxYciNuaCp+0KueIHoI17eko8cdLiA6Ef +MgfdG+RCzgwARWGAtQsgWSl4vflVy2PFPEz0tv/bal8xa5meLMFrUKTX5hgUvYU/ +Z6tGn6D/Qqc6f1zLXbBwHSs09dR2CQzreExZBfMzQsNhFRAbd03OIozUhfJFfbdT +6u9AWpQKXCBfTkBdYiJ23//OYb2MI3jSNwLgjt7RETeJ9r/tSQdirpLsQBqvFAnZ +0E6yove+7u7Y/9waLd64NnHi/Hm3lCXRSHNboTXns5lndcEZOitHTtNCjv0xyBZm +2tIMPNuzjsmhDYAPexZ3FL//2wmUspO8IFgV6dtxQ/PeEMMA3KgqlbbC1j+Qa3bb +bP6MvPJwNQzcmRk13NfIRmPVNnGuV/u3gm3c +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R2 O=Google Trust Services LLC +# Subject: CN=GTS Root R2 O=Google Trust Services LLC +# Label: "GTS Root R2" +# Serial: 159662449406622349769042896298 +# MD5 Fingerprint: 1e:39:c0:53:e6:1e:29:82:0b:ca:52:55:36:5d:57:dc +# SHA1 Fingerprint: 9a:44:49:76:32:db:de:fa:d0:bc:fb:5a:7b:17:bd:9e:56:09:24:94 +# SHA256 Fingerprint: 8d:25:cd:97:22:9d:bf:70:35:6b:da:4e:b3:cc:73:40:31:e2:4c:f0:0f:af:cf:d3:2d:c7:6e:b5:84:1c:7e:a8 +-----BEGIN CERTIFICATE----- +MIIFVzCCAz+gAwIBAgINAgPlrsWNBCUaqxElqjANBgkqhkiG9w0BAQwFADBHMQsw +CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU +MBIGA1UEAxMLR1RTIFJvb3QgUjIwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw +MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp +Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjIwggIiMA0GCSqGSIb3DQEBAQUA +A4ICDwAwggIKAoICAQDO3v2m++zsFDQ8BwZabFn3GTXd98GdVarTzTukk3LvCvpt +nfbwhYBboUhSnznFt+4orO/LdmgUud+tAWyZH8QiHZ/+cnfgLFuv5AS/T3KgGjSY +6Dlo7JUle3ah5mm5hRm9iYz+re026nO8/4Piy33B0s5Ks40FnotJk9/BW9BuXvAu +MC6C/Pq8tBcKSOWIm8Wba96wyrQD8Nr0kLhlZPdcTK3ofmZemde4wj7I0BOdre7k +RXuJVfeKH2JShBKzwkCX44ofR5GmdFrS+LFjKBC4swm4VndAoiaYecb+3yXuPuWg +f9RhD1FLPD+M2uFwdNjCaKH5wQzpoeJ/u1U8dgbuak7MkogwTZq9TwtImoS1mKPV ++3PBV2HdKFZ1E66HjucMUQkQdYhMvI35ezzUIkgfKtzra7tEscszcTJGr61K8Yzo +dDqs5xoic4DSMPclQsciOzsSrZYuxsN2B6ogtzVJV+mSSeh2FnIxZyuWfoqjx5RW +Ir9qS34BIbIjMt/kmkRtWVtd9QCgHJvGeJeNkP+byKq0rxFROV7Z+2et1VsRnTKa +G73VululycslaVNVJ1zgyjbLiGH7HrfQy+4W+9OmTN6SpdTi3/UGVN4unUu0kzCq +gc7dGtxRcw1PcOnlthYhGXmy5okLdWTK1au8CcEYof/UVKGFPP0UJAOyh9OktwID +AQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4E +FgQUu//KjiOfT5nK2+JopqUVJxce2Q4wDQYJKoZIhvcNAQEMBQADggIBAB/Kzt3H +vqGf2SdMC9wXmBFqiN495nFWcrKeGk6c1SuYJF2ba3uwM4IJvd8lRuqYnrYb/oM8 +0mJhwQTtzuDFycgTE1XnqGOtjHsB/ncw4c5omwX4Eu55MaBBRTUoCnGkJE+M3DyC +B19m3H0Q/gxhswWV7uGugQ+o+MePTagjAiZrHYNSVc61LwDKgEDg4XSsYPWHgJ2u +NmSRXbBoGOqKYcl3qJfEycel/FVL8/B/uWU9J2jQzGv6U53hkRrJXRqWbTKH7QMg +yALOWr7Z6v2yTcQvG99fevX4i8buMTolUVVnjWQye+mew4K6Ki3pHrTgSAai/Gev +HyICc/sgCq+dVEuhzf9gR7A/Xe8bVr2XIZYtCtFenTgCR2y59PYjJbigapordwj6 +xLEokCZYCDzifqrXPW+6MYgKBesntaFJ7qBFVHvmJ2WZICGoo7z7GJa7Um8M7YNR +TOlZ4iBgxcJlkoKM8xAfDoqXvneCbT+PHV28SSe9zE8P4c52hgQjxcCMElv924Sg +JPFI/2R80L5cFtHvma3AH/vLrrw4IgYmZNralw4/KBVEqE8AyvCazM90arQ+POuV +7LXTWtiBmelDGDfrs7vRWGJB82bSj6p4lVQgw1oudCvV0b4YacCs1aTPObpRhANl +6WLAYv7YTVWW4tAR+kg0Eeye7QUd5MjWHYbL +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R3 O=Google Trust Services LLC +# Subject: CN=GTS Root R3 O=Google Trust Services LLC +# Label: "GTS Root R3" +# Serial: 159662495401136852707857743206 +# MD5 Fingerprint: 3e:e7:9d:58:02:94:46:51:94:e5:e0:22:4a:8b:e7:73 +# SHA1 Fingerprint: ed:e5:71:80:2b:c8:92:b9:5b:83:3c:d2:32:68:3f:09:cd:a0:1e:46 +# SHA256 Fingerprint: 34:d8:a7:3e:e2:08:d9:bc:db:0d:95:65:20:93:4b:4e:40:e6:94:82:59:6e:8b:6f:73:c8:42:6b:01:0a:6f:48 +-----BEGIN CERTIFICATE----- +MIICCTCCAY6gAwIBAgINAgPluILrIPglJ209ZjAKBggqhkjOPQQDAzBHMQswCQYD +VQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIG +A1UEAxMLR1RTIFJvb3QgUjMwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAw +WjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2Vz +IExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjMwdjAQBgcqhkjOPQIBBgUrgQQAIgNi +AAQfTzOHMymKoYTey8chWEGJ6ladK0uFxh1MJ7x/JlFyb+Kf1qPKzEUURout736G +jOyxfi//qXGdGIRFBEFVbivqJn+7kAHjSxm65FSWRQmx1WyRRK2EE46ajA2ADDL2 +4CejQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBTB8Sa6oC2uhYHP0/EqEr24Cmf9vDAKBggqhkjOPQQDAwNpADBmAjEA9uEglRR7 +VKOQFhG/hMjqb2sXnh5GmCCbn9MN2azTL818+FsuVbu/3ZL3pAzcMeGiAjEA/Jdm +ZuVDFhOD3cffL74UOO0BzrEXGhF16b0DjyZ+hOXJYKaV11RZt+cRLInUue4X +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R4 O=Google Trust Services LLC +# Subject: CN=GTS Root R4 O=Google Trust Services LLC +# Label: "GTS Root R4" +# Serial: 159662532700760215368942768210 +# MD5 Fingerprint: 43:96:83:77:19:4d:76:b3:9d:65:52:e4:1d:22:a5:e8 +# SHA1 Fingerprint: 77:d3:03:67:b5:e0:0c:15:f6:0c:38:61:df:7c:e1:3b:92:46:4d:47 +# SHA256 Fingerprint: 34:9d:fa:40:58:c5:e2:63:12:3b:39:8a:e7:95:57:3c:4e:13:13:c8:3f:e6:8f:93:55:6c:d5:e8:03:1b:3c:7d +-----BEGIN CERTIFICATE----- +MIICCTCCAY6gAwIBAgINAgPlwGjvYxqccpBQUjAKBggqhkjOPQQDAzBHMQswCQYD +VQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIG +A1UEAxMLR1RTIFJvb3QgUjQwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAw +WjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2Vz +IExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjQwdjAQBgcqhkjOPQIBBgUrgQQAIgNi +AATzdHOnaItgrkO4NcWBMHtLSZ37wWHO5t5GvWvVYRg1rkDdc/eJkTBa6zzuhXyi +QHY7qca4R9gq55KRanPpsXI5nymfopjTX15YhmUPoYRlBtHci8nHc8iMai/lxKvR +HYqjQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBSATNbrdP9JNqPV2Py1PsVq8JQdjDAKBggqhkjOPQQDAwNpADBmAjEA6ED/g94D +9J+uHXqnLrmvT/aDHQ4thQEd0dlq7A/Cr8deVl5c1RxYIigL9zC2L7F8AjEA8GE8 +p/SgguMh1YQdc4acLa/KNJvxn7kjNuK8YAOdgLOaVsjh4rsUecrNIdSUtUlD +-----END CERTIFICATE----- + +# Issuer: CN=Telia Root CA v2 O=Telia Finland Oyj +# Subject: CN=Telia Root CA v2 O=Telia Finland Oyj +# Label: "Telia Root CA v2" +# Serial: 7288924052977061235122729490515358 +# MD5 Fingerprint: 0e:8f:ac:aa:82:df:85:b1:f4:dc:10:1c:fc:99:d9:48 +# SHA1 Fingerprint: b9:99:cd:d1:73:50:8a:c4:47:05:08:9c:8c:88:fb:be:a0:2b:40:cd +# SHA256 Fingerprint: 24:2b:69:74:2f:cb:1e:5b:2a:bf:98:89:8b:94:57:21:87:54:4e:5b:4d:99:11:78:65:73:62:1f:6a:74:b8:2c +-----BEGIN CERTIFICATE----- +MIIFdDCCA1ygAwIBAgIPAWdfJ9b+euPkrL4JWwWeMA0GCSqGSIb3DQEBCwUAMEQx +CzAJBgNVBAYTAkZJMRowGAYDVQQKDBFUZWxpYSBGaW5sYW5kIE95ajEZMBcGA1UE +AwwQVGVsaWEgUm9vdCBDQSB2MjAeFw0xODExMjkxMTU1NTRaFw00MzExMjkxMTU1 +NTRaMEQxCzAJBgNVBAYTAkZJMRowGAYDVQQKDBFUZWxpYSBGaW5sYW5kIE95ajEZ +MBcGA1UEAwwQVGVsaWEgUm9vdCBDQSB2MjCCAiIwDQYJKoZIhvcNAQEBBQADggIP +ADCCAgoCggIBALLQPwe84nvQa5n44ndp586dpAO8gm2h/oFlH0wnrI4AuhZ76zBq +AMCzdGh+sq/H1WKzej9Qyow2RCRj0jbpDIX2Q3bVTKFgcmfiKDOlyzG4OiIjNLh9 +vVYiQJ3q9HsDrWj8soFPmNB06o3lfc1jw6P23pLCWBnglrvFxKk9pXSW/q/5iaq9 +lRdU2HhE8Qx3FZLgmEKnpNaqIJLNwaCzlrI6hEKNfdWV5Nbb6WLEWLN5xYzTNTOD +n3WhUidhOPFZPY5Q4L15POdslv5e2QJltI5c0BE0312/UqeBAMN/mUWZFdUXyApT +7GPzmX3MaRKGwhfwAZ6/hLzRUssbkmbOpFPlob/E2wnW5olWK8jjfN7j/4nlNW4o +6GwLI1GpJQXrSPjdscr6bAhR77cYbETKJuFzxokGgeWKrLDiKca5JLNrRBH0pUPC +TEPlcDaMtjNXepUugqD0XBCzYYP2AgWGLnwtbNwDRm41k9V6lS/eINhbfpSQBGq6 +WT0EBXWdN6IOLj3rwaRSg/7Qa9RmjtzG6RJOHSpXqhC8fF6CfaamyfItufUXJ63R +DolUK5X6wK0dmBR4M0KGCqlztft0DbcbMBnEWg4cJ7faGND/isgFuvGqHKI3t+ZI +pEYslOqodmJHixBTB0hXbOKSTbauBcvcwUpej6w9GU7C7WB1K9vBykLVAgMBAAGj +YzBhMB8GA1UdIwQYMBaAFHKs5DN5qkWH9v2sHZ7Wxy+G2CQ5MB0GA1UdDgQWBBRy +rOQzeapFh/b9rB2e1scvhtgkOTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUw +AwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAoDtZpwmUPjaE0n4vOaWWl/oRrfxn83EJ +8rKJhGdEr7nv7ZbsnGTbMjBvZ5qsfl+yqwE2foH65IRe0qw24GtixX1LDoJt0nZi +0f6X+J8wfBj5tFJ3gh1229MdqfDBmgC9bXXYfef6xzijnHDoRnkDry5023X4blMM +A8iZGok1GTzTyVR8qPAs5m4HeW9q4ebqkYJpCh3DflminmtGFZhb069GHWLIzoBS +SRE/yQQSwxN8PzuKlts8oB4KtItUsiRnDe+Cy748fdHif64W1lZYudogsYMVoe+K +TTJvQS8TUoKU1xrBeKJR3Stwbbca+few4GeXVtt8YVMJAygCQMez2P2ccGrGKMOF +6eLtGpOg3kuYooQ+BXcBlj37tCAPnHICehIv1aO6UXivKitEZU61/Qrowc15h2Er +3oBXRb9n8ZuRXqWk7FlIEA04x7D6w0RtBPV4UBySllva9bguulvP5fBqnUsvWHMt +Ty3EHD70sz+rFQ47GUGKpMFXEmZxTPpT41frYpUJnlTd0cI8Vzy9OK2YZLe4A5pT +VmBds9hCG1xLEooc6+t9xnppxyd/pPiL8uSUZodL6ZQHCRJ5irLrdATczvREWeAW +ysUsWNc8e89ihmpQfTU2Zqf7N+cox9jQraVplI/owd8k+BsHMYeB2F326CjYSlKA +rBPuUBQemMc= +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST BR Root CA 1 2020 O=D-Trust GmbH +# Subject: CN=D-TRUST BR Root CA 1 2020 O=D-Trust GmbH +# Label: "D-TRUST BR Root CA 1 2020" +# Serial: 165870826978392376648679885835942448534 +# MD5 Fingerprint: b5:aa:4b:d5:ed:f7:e3:55:2e:8f:72:0a:f3:75:b8:ed +# SHA1 Fingerprint: 1f:5b:98:f0:e3:b5:f7:74:3c:ed:e6:b0:36:7d:32:cd:f4:09:41:67 +# SHA256 Fingerprint: e5:9a:aa:81:60:09:c2:2b:ff:5b:25:ba:d3:7d:f3:06:f0:49:79:7c:1f:81:d8:5a:b0:89:e6:57:bd:8f:00:44 +-----BEGIN CERTIFICATE----- +MIIC2zCCAmCgAwIBAgIQfMmPK4TX3+oPyWWa00tNljAKBggqhkjOPQQDAzBIMQsw +CQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlELVRS +VVNUIEJSIFJvb3QgQ0EgMSAyMDIwMB4XDTIwMDIxMTA5NDUwMFoXDTM1MDIxMTA5 +NDQ1OVowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEiMCAG +A1UEAxMZRC1UUlVTVCBCUiBSb290IENBIDEgMjAyMDB2MBAGByqGSM49AgEGBSuB +BAAiA2IABMbLxyjR+4T1mu9CFCDhQ2tuda38KwOE1HaTJddZO0Flax7mNCq7dPYS +zuht56vkPE4/RAiLzRZxy7+SmfSk1zxQVFKQhYN4lGdnoxwJGT11NIXe7WB9xwy0 +QVK5buXuQqOCAQ0wggEJMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFHOREKv/ +VbNafAkl1bK6CKBrqx9tMA4GA1UdDwEB/wQEAwIBBjCBxgYDVR0fBIG+MIG7MD6g +PKA6hjhodHRwOi8vY3JsLmQtdHJ1c3QubmV0L2NybC9kLXRydXN0X2JyX3Jvb3Rf +Y2FfMV8yMDIwLmNybDB5oHegdYZzbGRhcDovL2RpcmVjdG9yeS5kLXRydXN0Lm5l +dC9DTj1ELVRSVVNUJTIwQlIlMjBSb290JTIwQ0ElMjAxJTIwMjAyMCxPPUQtVHJ1 +c3QlMjBHbWJILEM9REU/Y2VydGlmaWNhdGVyZXZvY2F0aW9ubGlzdDAKBggqhkjO +PQQDAwNpADBmAjEAlJAtE/rhY/hhY+ithXhUkZy4kzg+GkHaQBZTQgjKL47xPoFW +wKrY7RjEsK70PvomAjEA8yjixtsrmfu3Ubgko6SUeho/5jbiA1czijDLgsfWFBHV +dWNbFJWcHwHP2NVypw87 +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST EV Root CA 1 2020 O=D-Trust GmbH +# Subject: CN=D-TRUST EV Root CA 1 2020 O=D-Trust GmbH +# Label: "D-TRUST EV Root CA 1 2020" +# Serial: 126288379621884218666039612629459926992 +# MD5 Fingerprint: 8c:2d:9d:70:9f:48:99:11:06:11:fb:e9:cb:30:c0:6e +# SHA1 Fingerprint: 61:db:8c:21:59:69:03:90:d8:7c:9c:12:86:54:cf:9d:3d:f4:dd:07 +# SHA256 Fingerprint: 08:17:0d:1a:a3:64:53:90:1a:2f:95:92:45:e3:47:db:0c:8d:37:ab:aa:bc:56:b8:1a:a1:00:dc:95:89:70:db +-----BEGIN CERTIFICATE----- +MIIC2zCCAmCgAwIBAgIQXwJB13qHfEwDo6yWjfv/0DAKBggqhkjOPQQDAzBIMQsw +CQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlELVRS +VVNUIEVWIFJvb3QgQ0EgMSAyMDIwMB4XDTIwMDIxMTEwMDAwMFoXDTM1MDIxMTA5 +NTk1OVowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEiMCAG +A1UEAxMZRC1UUlVTVCBFViBSb290IENBIDEgMjAyMDB2MBAGByqGSM49AgEGBSuB +BAAiA2IABPEL3YZDIBnfl4XoIkqbz52Yv7QFJsnL46bSj8WeeHsxiamJrSc8ZRCC +/N/DnU7wMyPE0jL1HLDfMxddxfCxivnvubcUyilKwg+pf3VlSSowZ/Rk99Yad9rD +wpdhQntJraOCAQ0wggEJMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFH8QARY3 +OqQo5FD4pPfsazK2/umLMA4GA1UdDwEB/wQEAwIBBjCBxgYDVR0fBIG+MIG7MD6g +PKA6hjhodHRwOi8vY3JsLmQtdHJ1c3QubmV0L2NybC9kLXRydXN0X2V2X3Jvb3Rf +Y2FfMV8yMDIwLmNybDB5oHegdYZzbGRhcDovL2RpcmVjdG9yeS5kLXRydXN0Lm5l +dC9DTj1ELVRSVVNUJTIwRVYlMjBSb290JTIwQ0ElMjAxJTIwMjAyMCxPPUQtVHJ1 +c3QlMjBHbWJILEM9REU/Y2VydGlmaWNhdGVyZXZvY2F0aW9ubGlzdDAKBggqhkjO +PQQDAwNpADBmAjEAyjzGKnXCXnViOTYAYFqLwZOZzNnbQTs7h5kXO9XMT8oi96CA +y/m0sRtW9XLS/BnRAjEAkfcwkz8QRitxpNA7RJvAKQIFskF3UfN5Wp6OFKBOQtJb +gfM0agPnIjhQW+0ZT0MW +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert TLS ECC P384 Root G5 O=DigiCert, Inc. +# Subject: CN=DigiCert TLS ECC P384 Root G5 O=DigiCert, Inc. +# Label: "DigiCert TLS ECC P384 Root G5" +# Serial: 13129116028163249804115411775095713523 +# MD5 Fingerprint: d3:71:04:6a:43:1c:db:a6:59:e1:a8:a3:aa:c5:71:ed +# SHA1 Fingerprint: 17:f3:de:5e:9f:0f:19:e9:8e:f6:1f:32:26:6e:20:c4:07:ae:30:ee +# SHA256 Fingerprint: 01:8e:13:f0:77:25:32:cf:80:9b:d1:b1:72:81:86:72:83:fc:48:c6:e1:3b:e9:c6:98:12:85:4a:49:0c:1b:05 +-----BEGIN CERTIFICATE----- +MIICGTCCAZ+gAwIBAgIQCeCTZaz32ci5PhwLBCou8zAKBggqhkjOPQQDAzBOMQsw +CQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xJjAkBgNVBAMTHURp +Z2lDZXJ0IFRMUyBFQ0MgUDM4NCBSb290IEc1MB4XDTIxMDExNTAwMDAwMFoXDTQ2 +MDExNDIzNTk1OVowTjELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDkRpZ2lDZXJ0LCBJ +bmMuMSYwJAYDVQQDEx1EaWdpQ2VydCBUTFMgRUNDIFAzODQgUm9vdCBHNTB2MBAG +ByqGSM49AgEGBSuBBAAiA2IABMFEoc8Rl1Ca3iOCNQfN0MsYndLxf3c1TzvdlHJS +7cI7+Oz6e2tYIOyZrsn8aLN1udsJ7MgT9U7GCh1mMEy7H0cKPGEQQil8pQgO4CLp +0zVozptjn4S1mU1YoI71VOeVyaNCMEAwHQYDVR0OBBYEFMFRRVBZqz7nLFr6ICIS +B4CIfBFqMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MAoGCCqGSM49 +BAMDA2gAMGUCMQCJao1H5+z8blUD2WdsJk6Dxv3J+ysTvLd6jLRl0mlpYxNjOyZQ +LgGheQaRnUi/wr4CMEfDFXuxoJGZSZOoPHzoRgaLLPIxAJSdYsiJvRmEFOml+wG4 +DXZDjC5Ty3zfDBeWUA== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert TLS RSA4096 Root G5 O=DigiCert, Inc. +# Subject: CN=DigiCert TLS RSA4096 Root G5 O=DigiCert, Inc. +# Label: "DigiCert TLS RSA4096 Root G5" +# Serial: 11930366277458970227240571539258396554 +# MD5 Fingerprint: ac:fe:f7:34:96:a9:f2:b3:b4:12:4b:e4:27:41:6f:e1 +# SHA1 Fingerprint: a7:88:49:dc:5d:7c:75:8c:8c:de:39:98:56:b3:aa:d0:b2:a5:71:35 +# SHA256 Fingerprint: 37:1a:00:dc:05:33:b3:72:1a:7e:eb:40:e8:41:9e:70:79:9d:2b:0a:0f:2c:1d:80:69:31:65:f7:ce:c4:ad:75 +-----BEGIN CERTIFICATE----- +MIIFZjCCA06gAwIBAgIQCPm0eKj6ftpqMzeJ3nzPijANBgkqhkiG9w0BAQwFADBN +MQswCQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xJTAjBgNVBAMT +HERpZ2lDZXJ0IFRMUyBSU0E0MDk2IFJvb3QgRzUwHhcNMjEwMTE1MDAwMDAwWhcN +NDYwMTE0MjM1OTU5WjBNMQswCQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQs +IEluYy4xJTAjBgNVBAMTHERpZ2lDZXJ0IFRMUyBSU0E0MDk2IFJvb3QgRzUwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCz0PTJeRGd/fxmgefM1eS87IE+ +ajWOLrfn3q/5B03PMJ3qCQuZvWxX2hhKuHisOjmopkisLnLlvevxGs3npAOpPxG0 +2C+JFvuUAT27L/gTBaF4HI4o4EXgg/RZG5Wzrn4DReW+wkL+7vI8toUTmDKdFqgp +wgscONyfMXdcvyej/Cestyu9dJsXLfKB2l2w4SMXPohKEiPQ6s+d3gMXsUJKoBZM +pG2T6T867jp8nVid9E6P/DsjyG244gXazOvswzH016cpVIDPRFtMbzCe88zdH5RD +nU1/cHAN1DrRN/BsnZvAFJNY781BOHW8EwOVfH/jXOnVDdXifBBiqmvwPXbzP6Po +sMH976pXTayGpxi0KcEsDr9kvimM2AItzVwv8n/vFfQMFawKsPHTDU9qTXeXAaDx +Zre3zu/O7Oyldcqs4+Fj97ihBMi8ez9dLRYiVu1ISf6nL3kwJZu6ay0/nTvEF+cd +Lvvyz6b84xQslpghjLSR6Rlgg/IwKwZzUNWYOwbpx4oMYIwo+FKbbuH2TbsGJJvX +KyY//SovcfXWJL5/MZ4PbeiPT02jP/816t9JXkGPhvnxd3lLG7SjXi/7RgLQZhNe +XoVPzthwiHvOAbWWl9fNff2C+MIkwcoBOU+NosEUQB+cZtUMCUbW8tDRSHZWOkPL +tgoRObqME2wGtZ7P6wIDAQABo0IwQDAdBgNVHQ4EFgQUUTMc7TZArxfTJc1paPKv +TiM+s0EwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcN +AQEMBQADggIBAGCmr1tfV9qJ20tQqcQjNSH/0GEwhJG3PxDPJY7Jv0Y02cEhJhxw +GXIeo8mH/qlDZJY6yFMECrZBu8RHANmfGBg7sg7zNOok992vIGCukihfNudd5N7H +PNtQOa27PShNlnx2xlv0wdsUpasZYgcYQF+Xkdycx6u1UQ3maVNVzDl92sURVXLF +O4uJ+DQtpBflF+aZfTCIITfNMBc9uPK8qHWgQ9w+iUuQrm0D4ByjoJYJu32jtyoQ +REtGBzRj7TG5BO6jm5qu5jF49OokYTurWGT/u4cnYiWB39yhL/btp/96j1EuMPik +AdKFOV8BmZZvWltwGUb+hmA+rYAQCd05JS9Yf7vSdPD3Rh9GOUrYU9DzLjtxpdRv +/PNn5AeP3SYZ4Y1b+qOTEZvpyDrDVWiakuFSdjjo4bq9+0/V77PnSIMx8IIh47a+ +p6tv75/fTM8BuGJqIz3nCU2AG3swpMPdB380vqQmsvZB6Akd4yCYqjdP//fx4ilw +MUc/dNAUFvohigLVigmUdy7yWSiLfFCSCmZ4OIN1xLVaqBHG5cGdZlXPU8Sv13WF +qUITVuwhd4GTWgzqltlJyqEI8pc7bZsEGCREjnwB8twl2F6GmrE52/WRMmrRpnCK +ovfepEWFJqgejF0pW8hL2JpqA15w8oVPbEtoL8pU9ozaMv7Da4M/OMZ+ +-----END CERTIFICATE----- + +# Issuer: CN=Certainly Root R1 O=Certainly +# Subject: CN=Certainly Root R1 O=Certainly +# Label: "Certainly Root R1" +# Serial: 188833316161142517227353805653483829216 +# MD5 Fingerprint: 07:70:d4:3e:82:87:a0:fa:33:36:13:f4:fa:33:e7:12 +# SHA1 Fingerprint: a0:50:ee:0f:28:71:f4:27:b2:12:6d:6f:50:96:25:ba:cc:86:42:af +# SHA256 Fingerprint: 77:b8:2c:d8:64:4c:43:05:f7:ac:c5:cb:15:6b:45:67:50:04:03:3d:51:c6:0c:62:02:a8:e0:c3:34:67:d3:a0 +-----BEGIN CERTIFICATE----- +MIIFRzCCAy+gAwIBAgIRAI4P+UuQcWhlM1T01EQ5t+AwDQYJKoZIhvcNAQELBQAw +PTELMAkGA1UEBhMCVVMxEjAQBgNVBAoTCUNlcnRhaW5seTEaMBgGA1UEAxMRQ2Vy +dGFpbmx5IFJvb3QgUjEwHhcNMjEwNDAxMDAwMDAwWhcNNDYwNDAxMDAwMDAwWjA9 +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJQ2VydGFpbmx5MRowGAYDVQQDExFDZXJ0 +YWlubHkgUm9vdCBSMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANA2 +1B/q3avk0bbm+yLA3RMNansiExyXPGhjZjKcA7WNpIGD2ngwEc/csiu+kr+O5MQT +vqRoTNoCaBZ0vrLdBORrKt03H2As2/X3oXyVtwxwhi7xOu9S98zTm/mLvg7fMbed +aFySpvXl8wo0tf97ouSHocavFwDvA5HtqRxOcT3Si2yJ9HiG5mpJoM610rCrm/b0 +1C7jcvk2xusVtyWMOvwlDbMicyF0yEqWYZL1LwsYpfSt4u5BvQF5+paMjRcCMLT5 +r3gajLQ2EBAHBXDQ9DGQilHFhiZ5shGIXsXwClTNSaa/ApzSRKft43jvRl5tcdF5 +cBxGX1HpyTfcX35pe0HfNEXgO4T0oYoKNp43zGJS4YkNKPl6I7ENPT2a/Z2B7yyQ +wHtETrtJ4A5KVpK8y7XdeReJkd5hiXSSqOMyhb5OhaRLWcsrxXiOcVTQAjeZjOVJ +6uBUcqQRBi8LjMFbvrWhsFNunLhgkR9Za/kt9JQKl7XsxXYDVBtlUrpMklZRNaBA +2CnbrlJ2Oy0wQJuK0EJWtLeIAaSHO1OWzaMWj/Nmqhexx2DgwUMFDO6bW2BvBlyH +Wyf5QBGenDPBt+U1VwV/J84XIIwc/PH72jEpSe31C4SnT8H2TsIonPru4K8H+zMR +eiFPCyEQtkA6qyI6BJyLm4SGcprSp6XEtHWRqSsjAgMBAAGjQjBAMA4GA1UdDwEB +/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTgqj8ljZ9EXME66C6u +d0yEPmcM9DANBgkqhkiG9w0BAQsFAAOCAgEAuVevuBLaV4OPaAszHQNTVfSVcOQr +PbA56/qJYv331hgELyE03fFo8NWWWt7CgKPBjcZq91l3rhVkz1t5BXdm6ozTaw3d +8VkswTOlMIAVRQdFGjEitpIAq5lNOo93r6kiyi9jyhXWx8bwPWz8HA2YEGGeEaIi +1wrykXprOQ4vMMM2SZ/g6Q8CRFA3lFV96p/2O7qUpUzpvD5RtOjKkjZUbVwlKNrd +rRT90+7iIgXr0PK3aBLXWopBGsaSpVo7Y0VPv+E6dyIvXL9G+VoDhRNCX8reU9di +taY1BMJH/5n9hN9czulegChB8n3nHpDYT3Y+gjwN/KUD+nsa2UUeYNrEjvn8K8l7 +lcUq/6qJ34IxD3L/DCfXCh5WAFAeDJDBlrXYFIW7pw0WwfgHJBu6haEaBQmAupVj +yTrsJZ9/nbqkRxWbRHDxakvWOF5D8xh+UG7pWijmZeZ3Gzr9Hb4DJqPb1OG7fpYn +Kx3upPvaJVQTA945xsMfTZDsjxtK0hzthZU4UHlG1sGQUDGpXJpuHfUzVounmdLy +yCwzk5Iwx06MZTMQZBf9JBeW0Y3COmor6xOLRPIh80oat3df1+2IpHLlOR+Vnb5n +wXARPbv0+Em34yaXOp/SX3z7wJl8OSngex2/DaeP0ik0biQVy96QXr8axGbqwua6 +OV+KmalBWQewLK8= +-----END CERTIFICATE----- + +# Issuer: CN=Certainly Root E1 O=Certainly +# Subject: CN=Certainly Root E1 O=Certainly +# Label: "Certainly Root E1" +# Serial: 8168531406727139161245376702891150584 +# MD5 Fingerprint: 0a:9e:ca:cd:3e:52:50:c6:36:f3:4b:a3:ed:a7:53:e9 +# SHA1 Fingerprint: f9:e1:6d:dc:01:89:cf:d5:82:45:63:3e:c5:37:7d:c2:eb:93:6f:2b +# SHA256 Fingerprint: b4:58:5f:22:e4:ac:75:6a:4e:86:12:a1:36:1c:5d:9d:03:1a:93:fd:84:fe:bb:77:8f:a3:06:8b:0f:c4:2d:c2 +-----BEGIN CERTIFICATE----- +MIIB9zCCAX2gAwIBAgIQBiUzsUcDMydc+Y2aub/M+DAKBggqhkjOPQQDAzA9MQsw +CQYDVQQGEwJVUzESMBAGA1UEChMJQ2VydGFpbmx5MRowGAYDVQQDExFDZXJ0YWlu +bHkgUm9vdCBFMTAeFw0yMTA0MDEwMDAwMDBaFw00NjA0MDEwMDAwMDBaMD0xCzAJ +BgNVBAYTAlVTMRIwEAYDVQQKEwlDZXJ0YWlubHkxGjAYBgNVBAMTEUNlcnRhaW5s +eSBSb290IEUxMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE3m/4fxzf7flHh4axpMCK ++IKXgOqPyEpeKn2IaKcBYhSRJHpcnqMXfYqGITQYUBsQ3tA3SybHGWCA6TS9YBk2 +QNYphwk8kXr2vBMj3VlOBF7PyAIcGFPBMdjaIOlEjeR2o0IwQDAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU8ygYy2R17ikq6+2uI1g4 +hevIIgcwCgYIKoZIzj0EAwMDaAAwZQIxALGOWiDDshliTd6wT99u0nCK8Z9+aozm +ut6Dacpps6kFtZaSF4fC0urQe87YQVt8rgIwRt7qy12a7DLCZRawTDBcMPPaTnOG +BtjOiQRINzf43TNRnXCve1XYAS59BWQOhriR +-----END CERTIFICATE----- + +# Issuer: CN=Security Communication RootCA3 O=SECOM Trust Systems CO.,LTD. +# Subject: CN=Security Communication RootCA3 O=SECOM Trust Systems CO.,LTD. +# Label: "Security Communication RootCA3" +# Serial: 16247922307909811815 +# MD5 Fingerprint: 1c:9a:16:ff:9e:5c:e0:4d:8a:14:01:f4:35:5d:29:26 +# SHA1 Fingerprint: c3:03:c8:22:74:92:e5:61:a2:9c:5f:79:91:2b:1e:44:13:91:30:3a +# SHA256 Fingerprint: 24:a5:5c:2a:b0:51:44:2d:06:17:76:65:41:23:9a:4a:d0:32:d7:c5:51:75:aa:34:ff:de:2f:bc:4f:5c:52:94 +-----BEGIN CERTIFICATE----- +MIIFfzCCA2egAwIBAgIJAOF8N0D9G/5nMA0GCSqGSIb3DQEBDAUAMF0xCzAJBgNV +BAYTAkpQMSUwIwYDVQQKExxTRUNPTSBUcnVzdCBTeXN0ZW1zIENPLixMVEQuMScw +JQYDVQQDEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTMwHhcNMTYwNjE2 +MDYxNzE2WhcNMzgwMTE4MDYxNzE2WjBdMQswCQYDVQQGEwJKUDElMCMGA1UEChMc +U0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UEAxMeU2VjdXJpdHkg +Q29tbXVuaWNhdGlvbiBSb290Q0EzMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC +CgKCAgEA48lySfcw3gl8qUCBWNO0Ot26YQ+TUG5pPDXC7ltzkBtnTCHsXzW7OT4r +CmDvu20rhvtxosis5FaU+cmvsXLUIKx00rgVrVH+hXShuRD+BYD5UpOzQD11EKzA +lrenfna84xtSGc4RHwsENPXY9Wk8d/Nk9A2qhd7gCVAEF5aEt8iKvE1y/By7z/MG +TfmfZPd+pmaGNXHIEYBMwXFAWB6+oHP2/D5Q4eAvJj1+XCO1eXDe+uDRpdYMQXF7 +9+qMHIjH7Iv10S9VlkZ8WjtYO/u62C21Jdp6Ts9EriGmnpjKIG58u4iFW/vAEGK7 +8vknR+/RiTlDxN/e4UG/VHMgly1s2vPUB6PmudhvrvyMGS7TZ2crldtYXLVqAvO4 +g160a75BflcJdURQVc1aEWEhCmHCqYj9E7wtiS/NYeCVvsq1e+F7NGcLH7YMx3we +GVPKp7FKFSBWFHA9K4IsD50VHUeAR/94mQ4xr28+j+2GaR57GIgUssL8gjMunEst ++3A7caoreyYn8xrC3PsXuKHqy6C0rtOUfnrQq8PsOC0RLoi/1D+tEjtCrI8Cbn3M +0V9hvqG8OmpI6iZVIhZdXw3/JzOfGAN0iltSIEdrRU0id4xVJ/CvHozJgyJUt5rQ +T9nO/NkuHJYosQLTA70lUhw0Zk8jq/R3gpYd0VcwCBEF/VfR2ccCAwEAAaNCMEAw +HQYDVR0OBBYEFGQUfPxYchamCik0FW8qy7z8r6irMA4GA1UdDwEB/wQEAwIBBjAP +BgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBDAUAA4ICAQDcAiMI4u8hOscNtybS +YpOnpSNyByCCYN8Y11StaSWSntkUz5m5UoHPrmyKO1o5yGwBQ8IibQLwYs1OY0PA +FNr0Y/Dq9HHuTofjcan0yVflLl8cebsjqodEV+m9NU1Bu0soo5iyG9kLFwfl9+qd +9XbXv8S2gVj/yP9kaWJ5rW4OH3/uHWnlt3Jxs/6lATWUVCvAUm2PVcTJ0rjLyjQI +UYWg9by0F1jqClx6vWPGOi//lkkZhOpn2ASxYfQAW0q3nHE3GYV5v4GwxxMOdnE+ +OoAGrgYWp421wsTL/0ClXI2lyTrtcoHKXJg80jQDdwj98ClZXSEIx2C/pHF7uNke +gr4Jr2VvKKu/S7XuPghHJ6APbw+LP6yVGPO5DtxnVW5inkYO0QR4ynKudtml+LLf +iAlhi+8kTtFZP1rUPcmTPCtk9YENFpb3ksP+MW/oKjJ0DvRMmEoYDjBU1cXrvMUV +nuiZIesnKwkK2/HmcBhWuwzkvvnoEKQTkrgc4NtnHVMDpCKn3F2SEDzq//wbEBrD +2NCcnWXL0CsnMQMeNuE9dnUM/0Umud1RvCPHX9jYhxBAEg09ODfnRDwYwFMJZI// +1ZqmfHAuc1Uh6N//g7kdPjIe1qZ9LPFm6Vwdp6POXiUyK+OVrCoHzrQoeIY8Laad +TdJ0MN1kURXbg4NR16/9M51NZg== +-----END CERTIFICATE----- + +# Issuer: CN=Security Communication ECC RootCA1 O=SECOM Trust Systems CO.,LTD. +# Subject: CN=Security Communication ECC RootCA1 O=SECOM Trust Systems CO.,LTD. +# Label: "Security Communication ECC RootCA1" +# Serial: 15446673492073852651 +# MD5 Fingerprint: 7e:43:b0:92:68:ec:05:43:4c:98:ab:5d:35:2e:7e:86 +# SHA1 Fingerprint: b8:0e:26:a9:bf:d2:b2:3b:c0:ef:46:c9:ba:c7:bb:f6:1d:0d:41:41 +# SHA256 Fingerprint: e7:4f:bd:a5:5b:d5:64:c4:73:a3:6b:44:1a:a7:99:c8:a6:8e:07:74:40:e8:28:8b:9f:a1:e5:0e:4b:ba:ca:11 +-----BEGIN CERTIFICATE----- +MIICODCCAb6gAwIBAgIJANZdm7N4gS7rMAoGCCqGSM49BAMDMGExCzAJBgNVBAYT +AkpQMSUwIwYDVQQKExxTRUNPTSBUcnVzdCBTeXN0ZW1zIENPLixMVEQuMSswKQYD +VQQDEyJTZWN1cml0eSBDb21tdW5pY2F0aW9uIEVDQyBSb290Q0ExMB4XDTE2MDYx +NjA1MTUyOFoXDTM4MDExODA1MTUyOFowYTELMAkGA1UEBhMCSlAxJTAjBgNVBAoT +HFNFQ09NIFRydXN0IFN5c3RlbXMgQ08uLExURC4xKzApBgNVBAMTIlNlY3VyaXR5 +IENvbW11bmljYXRpb24gRUNDIFJvb3RDQTEwdjAQBgcqhkjOPQIBBgUrgQQAIgNi +AASkpW9gAwPDvTH00xecK4R1rOX9PVdu12O/5gSJko6BnOPpR27KkBLIE+Cnnfdl +dB9sELLo5OnvbYUymUSxXv3MdhDYW72ixvnWQuRXdtyQwjWpS4g8EkdtXP9JTxpK +ULGjQjBAMB0GA1UdDgQWBBSGHOf+LaVKiwj+KBH6vqNm+GBZLzAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjAVXUI9/Lbu +9zuxNuie9sRGKEkz0FhDKmMpzE2xtHqiuQ04pV1IKv3LsnNdo4gIxwwCMQDAqy0O +be0YottT6SXbVQjgUMzfRGEWgqtJsLKB7HOHeLRMsmIbEvoWTSVLY70eN9k= +-----END CERTIFICATE----- + +# Issuer: CN=BJCA Global Root CA1 O=BEIJING CERTIFICATE AUTHORITY +# Subject: CN=BJCA Global Root CA1 O=BEIJING CERTIFICATE AUTHORITY +# Label: "BJCA Global Root CA1" +# Serial: 113562791157148395269083148143378328608 +# MD5 Fingerprint: 42:32:99:76:43:33:36:24:35:07:82:9b:28:f9:d0:90 +# SHA1 Fingerprint: d5:ec:8d:7b:4c:ba:79:f4:e7:e8:cb:9d:6b:ae:77:83:10:03:21:6a +# SHA256 Fingerprint: f3:89:6f:88:fe:7c:0a:88:27:66:a7:fa:6a:d2:74:9f:b5:7a:7f:3e:98:fb:76:9c:1f:a7:b0:9c:2c:44:d5:ae +-----BEGIN CERTIFICATE----- +MIIFdDCCA1ygAwIBAgIQVW9l47TZkGobCdFsPsBsIDANBgkqhkiG9w0BAQsFADBU +MQswCQYDVQQGEwJDTjEmMCQGA1UECgwdQkVJSklORyBDRVJUSUZJQ0FURSBBVVRI +T1JJVFkxHTAbBgNVBAMMFEJKQ0EgR2xvYmFsIFJvb3QgQ0ExMB4XDTE5MTIxOTAz +MTYxN1oXDTQ0MTIxMjAzMTYxN1owVDELMAkGA1UEBhMCQ04xJjAkBgNVBAoMHUJF +SUpJTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZMR0wGwYDVQQDDBRCSkNBIEdsb2Jh +bCBSb290IENBMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAPFmCL3Z +xRVhy4QEQaVpN3cdwbB7+sN3SJATcmTRuHyQNZ0YeYjjlwE8R4HyDqKYDZ4/N+AZ +spDyRhySsTphzvq3Rp4Dhtczbu33RYx2N95ulpH3134rhxfVizXuhJFyV9xgw8O5 +58dnJCNPYwpj9mZ9S1WnP3hkSWkSl+BMDdMJoDIwOvqfwPKcxRIqLhy1BDPapDgR +at7GGPZHOiJBhyL8xIkoVNiMpTAK+BcWyqw3/XmnkRd4OJmtWO2y3syJfQOcs4ll +5+M7sSKGjwZteAf9kRJ/sGsciQ35uMt0WwfCyPQ10WRjeulumijWML3mG90Vr4Tq +nMfK9Q7q8l0ph49pczm+LiRvRSGsxdRpJQaDrXpIhRMsDQa4bHlW/KNnMoH1V6XK +V0Jp6VwkYe/iMBhORJhVb3rCk9gZtt58R4oRTklH2yiUAguUSiz5EtBP6DF+bHq/ +pj+bOT0CFqMYs2esWz8sgytnOYFcuX6U1WTdno9uruh8W7TXakdI136z1C2OVnZO +z2nxbkRs1CTqjSShGL+9V/6pmTW12xB3uD1IutbB5/EjPtffhZ0nPNRAvQoMvfXn +jSXWgXSHRtQpdaJCbPdzied9v3pKH9MiyRVVz99vfFXQpIsHETdfg6YmV6YBW37+ +WGgHqel62bno/1Afq8K0wM7o6v0PvY1NuLxxAgMBAAGjQjBAMB0GA1UdDgQWBBTF +7+3M2I0hxkjk49cULqcWk+WYATAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQE +AwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAUoKsITQfI/Ki2Pm4rzc2IInRNwPWaZ+4 +YRC6ojGYWUfo0Q0lHhVBDOAqVdVXUsv45Mdpox1NcQJeXyFFYEhcCY5JEMEE3Kli +awLwQ8hOnThJdMkycFRtwUf8jrQ2ntScvd0g1lPJGKm1Vrl2i5VnZu69mP6u775u ++2D2/VnGKhs/I0qUJDAnyIm860Qkmss9vk/Ves6OF8tiwdneHg56/0OGNFK8YT88 +X7vZdrRTvJez/opMEi4r89fO4aL/3Xtw+zuhTaRjAv04l5U/BXCga99igUOLtFkN +SoxUnMW7gZ/NfaXvCyUeOiDbHPwfmGcCCtRzRBPbUYQaVQNW4AB+dAb/OMRyHdOo +P2gxXdMJxy6MW2Pg6Nwe0uxhHvLe5e/2mXZgLR6UcnHGCyoyx5JO1UbXHfmpGQrI ++pXObSOYqgs4rZpWDW+N8TEAiMEXnM0ZNjX+VVOg4DwzX5Ze4jLp3zO7Bkqp2IRz +znfSxqxx4VyjHQy7Ct9f4qNx2No3WqB4K/TUfet27fJhcKVlmtOJNBir+3I+17Q9 +eVzYH6Eze9mCUAyTF6ps3MKCuwJXNq+YJyo5UOGwifUll35HaBC07HPKs5fRJNz2 +YqAo07WjuGS3iGJCz51TzZm+ZGiPTx4SSPfSKcOYKMryMguTjClPPGAyzQWWYezy +r/6zcCwupvI= +-----END CERTIFICATE----- + +# Issuer: CN=BJCA Global Root CA2 O=BEIJING CERTIFICATE AUTHORITY +# Subject: CN=BJCA Global Root CA2 O=BEIJING CERTIFICATE AUTHORITY +# Label: "BJCA Global Root CA2" +# Serial: 58605626836079930195615843123109055211 +# MD5 Fingerprint: 5e:0a:f6:47:5f:a6:14:e8:11:01:95:3f:4d:01:eb:3c +# SHA1 Fingerprint: f4:27:86:eb:6e:b8:6d:88:31:67:02:fb:ba:66:a4:53:00:aa:7a:a6 +# SHA256 Fingerprint: 57:4d:f6:93:1e:27:80:39:66:7b:72:0a:fd:c1:60:0f:c2:7e:b6:6d:d3:09:29:79:fb:73:85:64:87:21:28:82 +-----BEGIN CERTIFICATE----- +MIICJTCCAaugAwIBAgIQLBcIfWQqwP6FGFkGz7RK6zAKBggqhkjOPQQDAzBUMQsw +CQYDVQQGEwJDTjEmMCQGA1UECgwdQkVJSklORyBDRVJUSUZJQ0FURSBBVVRIT1JJ +VFkxHTAbBgNVBAMMFEJKQ0EgR2xvYmFsIFJvb3QgQ0EyMB4XDTE5MTIxOTAzMTgy +MVoXDTQ0MTIxMjAzMTgyMVowVDELMAkGA1UEBhMCQ04xJjAkBgNVBAoMHUJFSUpJ +TkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZMR0wGwYDVQQDDBRCSkNBIEdsb2JhbCBS +b290IENBMjB2MBAGByqGSM49AgEGBSuBBAAiA2IABJ3LgJGNU2e1uVCxA/jlSR9B +IgmwUVJY1is0j8USRhTFiy8shP8sbqjV8QnjAyEUxEM9fMEsxEtqSs3ph+B99iK+ ++kpRuDCK/eHeGBIK9ke35xe/J4rUQUyWPGCWwf0VHKNCMEAwHQYDVR0OBBYEFNJK +sVF/BvDRgh9Obl+rg/xI1LCRMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD +AgEGMAoGCCqGSM49BAMDA2gAMGUCMBq8W9f+qdJUDkpd0m2xQNz0Q9XSSpkZElaA +94M04TVOSG0ED1cxMDAtsaqdAzjbBgIxAMvMh1PLet8gUXOQwKhbYdDFUDn9hf7B +43j4ptZLvZuHjw/l1lOWqzzIQNph91Oj9w== +-----END CERTIFICATE----- + +# Issuer: CN=Sectigo Public Server Authentication Root E46 O=Sectigo Limited +# Subject: CN=Sectigo Public Server Authentication Root E46 O=Sectigo Limited +# Label: "Sectigo Public Server Authentication Root E46" +# Serial: 88989738453351742415770396670917916916 +# MD5 Fingerprint: 28:23:f8:b2:98:5c:37:16:3b:3e:46:13:4e:b0:b3:01 +# SHA1 Fingerprint: ec:8a:39:6c:40:f0:2e:bc:42:75:d4:9f:ab:1c:1a:5b:67:be:d2:9a +# SHA256 Fingerprint: c9:0f:26:f0:fb:1b:40:18:b2:22:27:51:9b:5c:a2:b5:3e:2c:a5:b3:be:5c:f1:8e:fe:1b:ef:47:38:0c:53:83 +-----BEGIN CERTIFICATE----- +MIICOjCCAcGgAwIBAgIQQvLM2htpN0RfFf51KBC49DAKBggqhkjOPQQDAzBfMQsw +CQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1T +ZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBFNDYwHhcN +MjEwMzIyMDAwMDAwWhcNNDYwMzIxMjM1OTU5WjBfMQswCQYDVQQGEwJHQjEYMBYG +A1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1TZWN0aWdvIFB1YmxpYyBT +ZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBFNDYwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAAR2+pmpbiDt+dd34wc7qNs9Xzjoq1WmVk/WSOrsfy2qw7LFeeyZYX8QeccC +WvkEN/U0NSt3zn8gj1KjAIns1aeibVvjS5KToID1AZTc8GgHHs3u/iVStSBDHBv+ +6xnOQ6OjQjBAMB0GA1UdDgQWBBTRItpMWfFLXyY4qp3W7usNw/upYTAOBgNVHQ8B +Af8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNnADBkAjAn7qRa +qCG76UeXlImldCBteU/IvZNeWBj7LRoAasm4PdCkT0RHlAFWovgzJQxC36oCMB3q +4S6ILuH5px0CMk7yn2xVdOOurvulGu7t0vzCAxHrRVxgED1cf5kDW21USAGKcw== +-----END CERTIFICATE----- + +# Issuer: CN=Sectigo Public Server Authentication Root R46 O=Sectigo Limited +# Subject: CN=Sectigo Public Server Authentication Root R46 O=Sectigo Limited +# Label: "Sectigo Public Server Authentication Root R46" +# Serial: 156256931880233212765902055439220583700 +# MD5 Fingerprint: 32:10:09:52:00:d5:7e:6c:43:df:15:c0:b1:16:93:e5 +# SHA1 Fingerprint: ad:98:f9:f3:e4:7d:75:3b:65:d4:82:b3:a4:52:17:bb:6e:f5:e4:38 +# SHA256 Fingerprint: 7b:b6:47:a6:2a:ee:ac:88:bf:25:7a:a5:22:d0:1f:fe:a3:95:e0:ab:45:c7:3f:93:f6:56:54:ec:38:f2:5a:06 +-----BEGIN CERTIFICATE----- +MIIFijCCA3KgAwIBAgIQdY39i658BwD6qSWn4cetFDANBgkqhkiG9w0BAQwFADBf +MQswCQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQD +Ey1TZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBSNDYw +HhcNMjEwMzIyMDAwMDAwWhcNNDYwMzIxMjM1OTU5WjBfMQswCQYDVQQGEwJHQjEY +MBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1TZWN0aWdvIFB1Ymxp +YyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBSNDYwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCTvtU2UnXYASOgHEdCSe5jtrch/cSV1UgrJnwUUxDa +ef0rty2k1Cz66jLdScK5vQ9IPXtamFSvnl0xdE8H/FAh3aTPaE8bEmNtJZlMKpnz +SDBh+oF8HqcIStw+KxwfGExxqjWMrfhu6DtK2eWUAtaJhBOqbchPM8xQljeSM9xf +iOefVNlI8JhD1mb9nxc4Q8UBUQvX4yMPFF1bFOdLvt30yNoDN9HWOaEhUTCDsG3X +ME6WW5HwcCSrv0WBZEMNvSE6Lzzpng3LILVCJ8zab5vuZDCQOc2TZYEhMbUjUDM3 +IuM47fgxMMxF/mL50V0yeUKH32rMVhlATc6qu/m1dkmU8Sf4kaWD5QazYw6A3OAS +VYCmO2a0OYctyPDQ0RTp5A1NDvZdV3LFOxxHVp3i1fuBYYzMTYCQNFu31xR13NgE +SJ/AwSiItOkcyqex8Va3e0lMWeUgFaiEAin6OJRpmkkGj80feRQXEgyDet4fsZfu ++Zd4KKTIRJLpfSYFplhym3kT2BFfrsU4YjRosoYwjviQYZ4ybPUHNs2iTG7sijbt +8uaZFURww3y8nDnAtOFr94MlI1fZEoDlSfB1D++N6xybVCi0ITz8fAr/73trdf+L +HaAZBav6+CuBQug4urv7qv094PPK306Xlynt8xhW6aWWrL3DkJiy4Pmi1KZHQ3xt +zwIDAQABo0IwQDAdBgNVHQ4EFgQUVnNYZJX5khqwEioEYnmhQBWIIUkwDgYDVR0P +AQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAC9c +mTz8Bl6MlC5w6tIyMY208FHVvArzZJ8HXtXBc2hkeqK5Duj5XYUtqDdFqij0lgVQ +YKlJfp/imTYpE0RHap1VIDzYm/EDMrraQKFz6oOht0SmDpkBm+S8f74TlH7Kph52 +gDY9hAaLMyZlbcp+nv4fjFg4exqDsQ+8FxG75gbMY/qB8oFM2gsQa6H61SilzwZA +Fv97fRheORKkU55+MkIQpiGRqRxOF3yEvJ+M0ejf5lG5Nkc/kLnHvALcWxxPDkjB +JYOcCj+esQMzEhonrPcibCTRAUH4WAP+JWgiH5paPHxsnnVI84HxZmduTILA7rpX +DhjvLpr3Etiga+kFpaHpaPi8TD8SHkXoUsCjvxInebnMMTzD9joiFgOgyY9mpFui +TdaBJQbpdqQACj7LzTWb4OE4y2BThihCQRxEV+ioratF4yUQvNs+ZUH7G6aXD+u5 +dHn5HrwdVw1Hr8Mvn4dGp+smWg9WY7ViYG4A++MnESLn/pmPNPW56MORcr3Ywx65 +LvKRRFHQV80MNNVIIb/bE/FmJUNS0nAiNs2fxBx1IK1jcmMGDw4nztJqDby1ORrp +0XZ60Vzk50lJLVU3aPAaOpg+VBeHVOmmJ1CJeyAvP/+/oYtKR5j/K3tJPsMpRmAY +QqszKbrAKbkTidOIijlBO8n9pu0f9GBj39ItVQGL +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com TLS RSA Root CA 2022 O=SSL Corporation +# Subject: CN=SSL.com TLS RSA Root CA 2022 O=SSL Corporation +# Label: "SSL.com TLS RSA Root CA 2022" +# Serial: 148535279242832292258835760425842727825 +# MD5 Fingerprint: d8:4e:c6:59:30:d8:fe:a0:d6:7a:5a:2c:2c:69:78:da +# SHA1 Fingerprint: ec:2c:83:40:72:af:26:95:10:ff:0e:f2:03:ee:31:70:f6:78:9d:ca +# SHA256 Fingerprint: 8f:af:7d:2e:2c:b4:70:9b:b8:e0:b3:36:66:bf:75:a5:dd:45:b5:de:48:0f:8e:a8:d4:bf:e6:be:bc:17:f2:ed +-----BEGIN CERTIFICATE----- +MIIFiTCCA3GgAwIBAgIQb77arXO9CEDii02+1PdbkTANBgkqhkiG9w0BAQsFADBO +MQswCQYDVQQGEwJVUzEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMSUwIwYDVQQD +DBxTU0wuY29tIFRMUyBSU0EgUm9vdCBDQSAyMDIyMB4XDTIyMDgyNTE2MzQyMloX +DTQ2MDgxOTE2MzQyMVowTjELMAkGA1UEBhMCVVMxGDAWBgNVBAoMD1NTTCBDb3Jw +b3JhdGlvbjElMCMGA1UEAwwcU1NMLmNvbSBUTFMgUlNBIFJvb3QgQ0EgMjAyMjCC +AiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANCkCXJPQIgSYT41I57u9nTP +L3tYPc48DRAokC+X94xI2KDYJbFMsBFMF3NQ0CJKY7uB0ylu1bUJPiYYf7ISf5OY +t6/wNr/y7hienDtSxUcZXXTzZGbVXcdotL8bHAajvI9AI7YexoS9UcQbOcGV0ins +S657Lb85/bRi3pZ7QcacoOAGcvvwB5cJOYF0r/c0WRFXCsJbwST0MXMwgsadugL3 +PnxEX4MN8/HdIGkWCVDi1FW24IBydm5MR7d1VVm0U3TZlMZBrViKMWYPHqIbKUBO +L9975hYsLfy/7PO0+r4Y9ptJ1O4Fbtk085zx7AGL0SDGD6C1vBdOSHtRwvzpXGk3 +R2azaPgVKPC506QVzFpPulJwoxJF3ca6TvvC0PeoUidtbnm1jPx7jMEWTO6Af77w +dr5BUxIzrlo4QqvXDz5BjXYHMtWrifZOZ9mxQnUjbvPNQrL8VfVThxc7wDNY8VLS ++YCk8OjwO4s4zKTGkH8PnP2L0aPP2oOnaclQNtVcBdIKQXTbYxE3waWglksejBYS +d66UNHsef8JmAOSqg+qKkK3ONkRN0VHpvB/zagX9wHQfJRlAUW7qglFA35u5CCoG +AtUjHBPW6dvbxrB6y3snm/vg1UYk7RBLY0ulBY+6uB0rpvqR4pJSvezrZ5dtmi2f +gTIFZzL7SAg/2SW4BCUvAgMBAAGjYzBhMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0j +BBgwFoAU+y437uOEeicuzRk1sTN8/9REQrkwHQYDVR0OBBYEFPsuN+7jhHonLs0Z +NbEzfP/UREK5MA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAjYlt +hEUY8U+zoO9opMAdrDC8Z2awms22qyIZZtM7QbUQnRC6cm4pJCAcAZli05bg4vsM +QtfhWsSWTVTNj8pDU/0quOr4ZcoBwq1gaAafORpR2eCNJvkLTqVTJXojpBzOCBvf +R4iyrT7gJ4eLSYwfqUdYe5byiB0YrrPRpgqU+tvT5TgKa3kSM/tKWTcWQA673vWJ +DPFs0/dRa1419dvAJuoSc06pkZCmF8NsLzjUo3KUQyxi4U5cMj29TH0ZR6LDSeeW +P4+a0zvkEdiLA9z2tmBVGKaBUfPhqBVq6+AL8BQx1rmMRTqoENjwuSfr98t67wVy +lrXEj5ZzxOhWc5y8aVFjvO9nHEMaX3cZHxj4HCUp+UmZKbaSPaKDN7EgkaibMOlq +bLQjk2UEqxHzDh1TJElTHaE/nUiSEeJ9DU/1172iWD54nR4fK/4huxoTtrEoZP2w +AgDHbICivRZQIA9ygV/MlP+7mea6kMvq+cYMwq7FGc4zoWtcu358NFcXrfA/rs3q +r5nsLFR+jM4uElZI7xc7P0peYNLcdDa8pUNjyw9bowJWCZ4kLOGGgYz+qxcs+sji +Mho6/4UIyYOf8kpIEFR3N+2ivEC+5BB09+Rbu7nzifmPQdjH5FCQNYA+HLhNkNPU +98OwoX6EyneSMSy4kLGCenROmxMmtNVQZlR4rmA= +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com TLS ECC Root CA 2022 O=SSL Corporation +# Subject: CN=SSL.com TLS ECC Root CA 2022 O=SSL Corporation +# Label: "SSL.com TLS ECC Root CA 2022" +# Serial: 26605119622390491762507526719404364228 +# MD5 Fingerprint: 99:d7:5c:f1:51:36:cc:e9:ce:d9:19:2e:77:71:56:c5 +# SHA1 Fingerprint: 9f:5f:d9:1a:54:6d:f5:0c:71:f0:ee:7a:bd:17:49:98:84:73:e2:39 +# SHA256 Fingerprint: c3:2f:fd:9f:46:f9:36:d1:6c:36:73:99:09:59:43:4b:9a:d6:0a:af:bb:9e:7c:f3:36:54:f1:44:cc:1b:a1:43 +-----BEGIN CERTIFICATE----- +MIICOjCCAcCgAwIBAgIQFAP1q/s3ixdAW+JDsqXRxDAKBggqhkjOPQQDAzBOMQsw +CQYDVQQGEwJVUzEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMSUwIwYDVQQDDBxT +U0wuY29tIFRMUyBFQ0MgUm9vdCBDQSAyMDIyMB4XDTIyMDgyNTE2MzM0OFoXDTQ2 +MDgxOTE2MzM0N1owTjELMAkGA1UEBhMCVVMxGDAWBgNVBAoMD1NTTCBDb3Jwb3Jh +dGlvbjElMCMGA1UEAwwcU1NMLmNvbSBUTFMgRUNDIFJvb3QgQ0EgMjAyMjB2MBAG +ByqGSM49AgEGBSuBBAAiA2IABEUpNXP6wrgjzhR9qLFNoFs27iosU8NgCTWyJGYm +acCzldZdkkAZDsalE3D07xJRKF3nzL35PIXBz5SQySvOkkJYWWf9lCcQZIxPBLFN +SeR7T5v15wj4A4j3p8OSSxlUgaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSME +GDAWgBSJjy+j6CugFFR781a4Jl9nOAuc0DAdBgNVHQ4EFgQUiY8vo+groBRUe/NW +uCZfZzgLnNAwDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMDA2gAMGUCMFXjIlbp +15IkWE8elDIPDAI2wv2sdDJO4fscgIijzPvX6yv/N33w7deedWo1dlJF4AIxAMeN +b0Igj762TVntd00pxCAgRWSGOlDGxK0tk/UYfXLtqc/ErFc2KAhl3zx5Zn6g6g== +-----END CERTIFICATE----- + +# Issuer: CN=Atos TrustedRoot Root CA ECC TLS 2021 O=Atos +# Subject: CN=Atos TrustedRoot Root CA ECC TLS 2021 O=Atos +# Label: "Atos TrustedRoot Root CA ECC TLS 2021" +# Serial: 81873346711060652204712539181482831616 +# MD5 Fingerprint: 16:9f:ad:f1:70:ad:79:d6:ed:29:b4:d1:c5:79:70:a8 +# SHA1 Fingerprint: 9e:bc:75:10:42:b3:02:f3:81:f4:f7:30:62:d4:8f:c3:a7:51:b2:dd +# SHA256 Fingerprint: b2:fa:e5:3e:14:cc:d7:ab:92:12:06:47:01:ae:27:9c:1d:89:88:fa:cb:77:5f:a8:a0:08:91:4e:66:39:88:a8 +-----BEGIN CERTIFICATE----- +MIICFTCCAZugAwIBAgIQPZg7pmY9kGP3fiZXOATvADAKBggqhkjOPQQDAzBMMS4w +LAYDVQQDDCVBdG9zIFRydXN0ZWRSb290IFJvb3QgQ0EgRUNDIFRMUyAyMDIxMQ0w +CwYDVQQKDARBdG9zMQswCQYDVQQGEwJERTAeFw0yMTA0MjIwOTI2MjNaFw00MTA0 +MTcwOTI2MjJaMEwxLjAsBgNVBAMMJUF0b3MgVHJ1c3RlZFJvb3QgUm9vdCBDQSBF +Q0MgVExTIDIwMjExDTALBgNVBAoMBEF0b3MxCzAJBgNVBAYTAkRFMHYwEAYHKoZI +zj0CAQYFK4EEACIDYgAEloZYKDcKZ9Cg3iQZGeHkBQcfl+3oZIK59sRxUM6KDP/X +tXa7oWyTbIOiaG6l2b4siJVBzV3dscqDY4PMwL502eCdpO5KTlbgmClBk1IQ1SQ4 +AjJn8ZQSb+/Xxd4u/RmAo0IwQDAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBR2 +KCXWfeBmmnoJsmo7jjPXNtNPojAOBgNVHQ8BAf8EBAMCAYYwCgYIKoZIzj0EAwMD +aAAwZQIwW5kp85wxtolrbNa9d+F851F+uDrNozZffPc8dz7kUK2o59JZDCaOMDtu +CCrCp1rIAjEAmeMM56PDr9NJLkaCI2ZdyQAUEv049OGYa3cpetskz2VAv9LcjBHo +9H1/IISpQuQo +-----END CERTIFICATE----- + +# Issuer: CN=Atos TrustedRoot Root CA RSA TLS 2021 O=Atos +# Subject: CN=Atos TrustedRoot Root CA RSA TLS 2021 O=Atos +# Label: "Atos TrustedRoot Root CA RSA TLS 2021" +# Serial: 111436099570196163832749341232207667876 +# MD5 Fingerprint: d4:d3:46:b8:9a:c0:9c:76:5d:9e:3a:c3:b9:99:31:d2 +# SHA1 Fingerprint: 18:52:3b:0d:06:37:e4:d6:3a:df:23:e4:98:fb:5b:16:fb:86:74:48 +# SHA256 Fingerprint: 81:a9:08:8e:a5:9f:b3:64:c5:48:a6:f8:55:59:09:9b:6f:04:05:ef:bf:18:e5:32:4e:c9:f4:57:ba:00:11:2f +-----BEGIN CERTIFICATE----- +MIIFZDCCA0ygAwIBAgIQU9XP5hmTC/srBRLYwiqipDANBgkqhkiG9w0BAQwFADBM +MS4wLAYDVQQDDCVBdG9zIFRydXN0ZWRSb290IFJvb3QgQ0EgUlNBIFRMUyAyMDIx +MQ0wCwYDVQQKDARBdG9zMQswCQYDVQQGEwJERTAeFw0yMTA0MjIwOTIxMTBaFw00 +MTA0MTcwOTIxMDlaMEwxLjAsBgNVBAMMJUF0b3MgVHJ1c3RlZFJvb3QgUm9vdCBD +QSBSU0EgVExTIDIwMjExDTALBgNVBAoMBEF0b3MxCzAJBgNVBAYTAkRFMIICIjAN +BgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtoAOxHm9BYx9sKOdTSJNy/BBl01Z +4NH+VoyX8te9j2y3I49f1cTYQcvyAh5x5en2XssIKl4w8i1mx4QbZFc4nXUtVsYv +Ye+W/CBGvevUez8/fEc4BKkbqlLfEzfTFRVOvV98r61jx3ncCHvVoOX3W3WsgFWZ +kmGbzSoXfduP9LVq6hdKZChmFSlsAvFr1bqjM9xaZ6cF4r9lthawEO3NUDPJcFDs +GY6wx/J0W2tExn2WuZgIWWbeKQGb9Cpt0xU6kGpn8bRrZtkh68rZYnxGEFzedUln +nkL5/nWpo63/dgpnQOPF943HhZpZnmKaau1Fh5hnstVKPNe0OwANwI8f4UDErmwh +3El+fsqyjW22v5MvoVw+j8rtgI5Y4dtXz4U2OLJxpAmMkokIiEjxQGMYsluMWuPD +0xeqqxmjLBvk1cbiZnrXghmmOxYsL3GHX0WelXOTwkKBIROW1527k2gV+p2kHYzy +geBYBr3JtuP2iV2J+axEoctr+hbxx1A9JNr3w+SH1VbxT5Aw+kUJWdo0zuATHAR8 +ANSbhqRAvNncTFd+rrcztl524WWLZt+NyteYr842mIycg5kDcPOvdO3GDjbnvezB +c6eUWsuSZIKmAMFwoW4sKeFYV+xafJlrJaSQOoD0IJ2azsct+bJLKZWD6TWNp0lI +pw9MGZHQ9b8Q4HECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU +dEmZ0f+0emhFdcN+tNzMzjkz2ggwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEB +DAUAA4ICAQAjQ1MkYlxt/T7Cz1UAbMVWiLkO3TriJQ2VSpfKgInuKs1l+NsW4AmS +4BjHeJi78+xCUvuppILXTdiK/ORO/auQxDh1MoSf/7OwKwIzNsAQkG8dnK/haZPs +o0UvFJ/1TCplQ3IM98P4lYsU84UgYt1UU90s3BiVaU+DR3BAM1h3Egyi61IxHkzJ +qM7F78PRreBrAwA0JrRUITWXAdxfG/F851X6LWh3e9NpzNMOa7pNdkTWwhWaJuyw +xfW70Xp0wmzNxbVe9kzmWy2B27O3Opee7c9GslA9hGCZcbUztVdF5kJHdWoOsAgM +rr3e97sPWD2PAzHoPYJQyi9eDF20l74gNAf0xBLh7tew2VktafcxBPTy+av5EzH4 +AXcOPUIjJsyacmdRIXrMPIWo6iFqO9taPKU0nprALN+AnCng33eU0aKAQv9qTFsR +0PXNor6uzFFcw9VUewyu1rkGd4Di7wcaaMxZUa1+XGdrudviB0JbuAEFWDlN5LuY +o7Ey7Nmj1m+UI/87tyll5gfp77YZ6ufCOB0yiJA8EytuzO+rdwY0d4RPcuSBhPm5 +dDTedk+SKlOxJTnbPP/lPqYO5Wue/9vsL3SD3460s6neFE3/MaNFcyT6lSnMEpcE +oji2jbDwN/zIIX8/syQbPYtuzE2wFg2WHYMfRsCbvUOZ58SWLs5fyQ== +-----END CERTIFICATE----- diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py new file mode 100644 index 00000000..c3e54660 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py @@ -0,0 +1,108 @@ +""" +certifi.py +~~~~~~~~~~ + +This module returns the installation location of cacert.pem or its contents. +""" +import sys + + +if sys.version_info >= (3, 11): + + from importlib.resources import as_file, files + + _CACERT_CTX = None + _CACERT_PATH = None + + def where() -> str: + # This is slightly terrible, but we want to delay extracting the file + # in cases where we're inside of a zipimport situation until someone + # actually calls where(), but we don't want to re-extract the file + # on every call of where(), so we'll do it once then store it in a + # global variable. + global _CACERT_CTX + global _CACERT_PATH + if _CACERT_PATH is None: + # This is slightly janky, the importlib.resources API wants you to + # manage the cleanup of this file, so it doesn't actually return a + # path, it returns a context manager that will give you the path + # when you enter it and will do any cleanup when you leave it. In + # the common case of not needing a temporary file, it will just + # return the file system location and the __exit__() is a no-op. + # + # We also have to hold onto the actual context manager, because + # it will do the cleanup whenever it gets garbage collected, so + # we will also store that at the global level as well. + _CACERT_CTX = as_file(files("pip._vendor.certifi").joinpath("cacert.pem")) + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + + return _CACERT_PATH + + def contents() -> str: + return files("pip._vendor.certifi").joinpath("cacert.pem").read_text(encoding="ascii") + +elif sys.version_info >= (3, 7): + + from importlib.resources import path as get_path, read_text + + _CACERT_CTX = None + _CACERT_PATH = None + + def where() -> str: + # This is slightly terrible, but we want to delay extracting the + # file in cases where we're inside of a zipimport situation until + # someone actually calls where(), but we don't want to re-extract + # the file on every call of where(), so we'll do it once then store + # it in a global variable. + global _CACERT_CTX + global _CACERT_PATH + if _CACERT_PATH is None: + # This is slightly janky, the importlib.resources API wants you + # to manage the cleanup of this file, so it doesn't actually + # return a path, it returns a context manager that will give + # you the path when you enter it and will do any cleanup when + # you leave it. In the common case of not needing a temporary + # file, it will just return the file system location and the + # __exit__() is a no-op. + # + # We also have to hold onto the actual context manager, because + # it will do the cleanup whenever it gets garbage collected, so + # we will also store that at the global level as well. + _CACERT_CTX = get_path("pip._vendor.certifi", "cacert.pem") + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + + return _CACERT_PATH + + def contents() -> str: + return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") + +else: + import os + import types + from typing import Union + + Package = Union[types.ModuleType, str] + Resource = Union[str, "os.PathLike"] + + # This fallback will work for Python versions prior to 3.7 that lack the + # importlib.resources module but relies on the existing `where` function + # so won't address issues with environments like PyOxidizer that don't set + # __file__ on modules. + def read_text( + package: Package, + resource: Resource, + encoding: str = 'utf-8', + errors: str = 'strict' + ) -> str: + with open(where(), encoding=encoding) as data: + return data.read() + + # If we don't have importlib.resources, then we will just do the old logic + # of assuming we're on the filesystem and munge the path directly. + def where() -> str: + f = os.path.dirname(__file__) + + return os.path.join(f, "cacert.pem") + + def contents() -> str: + return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/py.typed b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py new file mode 100644 index 00000000..fe581623 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py @@ -0,0 +1,115 @@ +######################## BEGIN LICENSE BLOCK ######################## +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Union + +from .charsetgroupprober import CharSetGroupProber +from .charsetprober import CharSetProber +from .enums import InputState +from .resultdict import ResultDict +from .universaldetector import UniversalDetector +from .version import VERSION, __version__ + +__all__ = ["UniversalDetector", "detect", "detect_all", "__version__", "VERSION"] + + +def detect( + byte_str: Union[bytes, bytearray], should_rename_legacy: bool = False +) -> ResultDict: + """ + Detect the encoding of the given byte string. + + :param byte_str: The byte sequence to examine. + :type byte_str: ``bytes`` or ``bytearray`` + :param should_rename_legacy: Should we rename legacy encodings + to their more modern equivalents? + :type should_rename_legacy: ``bool`` + """ + if not isinstance(byte_str, bytearray): + if not isinstance(byte_str, bytes): + raise TypeError( + f"Expected object of type bytes or bytearray, got: {type(byte_str)}" + ) + byte_str = bytearray(byte_str) + detector = UniversalDetector(should_rename_legacy=should_rename_legacy) + detector.feed(byte_str) + return detector.close() + + +def detect_all( + byte_str: Union[bytes, bytearray], + ignore_threshold: bool = False, + should_rename_legacy: bool = False, +) -> List[ResultDict]: + """ + Detect all the possible encodings of the given byte string. + + :param byte_str: The byte sequence to examine. + :type byte_str: ``bytes`` or ``bytearray`` + :param ignore_threshold: Include encodings that are below + ``UniversalDetector.MINIMUM_THRESHOLD`` + in results. + :type ignore_threshold: ``bool`` + :param should_rename_legacy: Should we rename legacy encodings + to their more modern equivalents? + :type should_rename_legacy: ``bool`` + """ + if not isinstance(byte_str, bytearray): + if not isinstance(byte_str, bytes): + raise TypeError( + f"Expected object of type bytes or bytearray, got: {type(byte_str)}" + ) + byte_str = bytearray(byte_str) + + detector = UniversalDetector(should_rename_legacy=should_rename_legacy) + detector.feed(byte_str) + detector.close() + + if detector.input_state == InputState.HIGH_BYTE: + results: List[ResultDict] = [] + probers: List[CharSetProber] = [] + for prober in detector.charset_probers: + if isinstance(prober, CharSetGroupProber): + probers.extend(p for p in prober.probers) + else: + probers.append(prober) + for prober in probers: + if ignore_threshold or prober.get_confidence() > detector.MINIMUM_THRESHOLD: + charset_name = prober.charset_name or "" + lower_charset_name = charset_name.lower() + # Use Windows encoding name instead of ISO-8859 if we saw any + # extra Windows-specific bytes + if lower_charset_name.startswith("iso-8859") and detector.has_win_bytes: + charset_name = detector.ISO_WIN_MAP.get( + lower_charset_name, charset_name + ) + # Rename legacy encodings with superset encodings if asked + if should_rename_legacy: + charset_name = detector.LEGACY_MAP.get( + charset_name.lower(), charset_name + ) + results.append( + { + "encoding": charset_name, + "confidence": prober.get_confidence(), + "language": prober.language, + } + ) + if len(results) > 0: + return sorted(results, key=lambda result: -result["confidence"]) + + return [detector.result] diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..791ba476b574f3b069ded183c45c76b97882505d GIT binary patch literal 4603 zcmd59TTC3uv1i{ec7eqho5zm5fLYGo#W?0=Oyn3a9IrcLA9qBjVb~dV2hYx|duENX z773qD3a6Z8@)IM)kuK3mvE_^6Pya-Ulzc?W4{NyWW@IZU4=MMD4@XJ-mFk%t7TfqP zy8PTo(_LLvU0u~(T~+;uvN8{X@B3plbHA=c=&xj8emVsPI}f3`jX1pANgkvXpwyGuW)I!zo$scsX_qWeX;KS4jW znD7UbN>D9jeer=lm@V~U{iC(>;E3Y*}S zSXxNO;KE9rj6pJsL5CQ_2$G;OOfet@g2sW>{9tY_4jyE?0 zBg;bto9_o>H^)|6Hf^;9Z}3*%M|~UK+I3s)4y=Q;av>qXDKlyk^Kh0T7vH^jKqgmK z4*`#${nmv5%bpNm&04=U1X#Z+1VD(e&J&k==~E$r8Q*-B36=UQEeNercszlYZ1CGb zMsq;0C>PKb(yI%~V6#BRW zq=Zb4QlE9~;Tf`_tR1x4BwA%Dr2*t0De;<+DIKgjYT`=$m45J6>fzHph*Dv*)#Zq zz<#x}MB`i^qR-r>wUflJyG&}SPf(EbJZwMYZx6`?#iR#igP!QpvZ4sHVkrYcl>P=O zkVyWfc~GDGza_($gBT>jVJR+VxV`$TNmiv<$Y`^?C@<(n>r3q0%*?z}fknrL$A`x* zk1>~qE)Gl%O^o&z)7!oRbfh3b8YX3(vNzxFqwS0NvRF;LCbxboQ#=lWYhe;0qzq1)QT_`_z+y5g!xcA-WUq$al zHygS?FYn$muxr;oFK^yRvBDx((H3b3WLX3${Htycz8MO-=sX z)T47#h435saAz*unGc`Ih0hdfTJMfRP1;z!I{MUws#3^E zb))9^U9rdrvMXwcAzO`Yh34b=<}X1f^*^nSipuQ}*zoK) z@Fe%QNqWvlW3q-7M&qM9_mG3(Y?Q{NGRe+8LZiPDU(u+>*F!pjDyEICO)K9WX$)v zajRu)JVczuce?%x*WcrslOdstVT?OVZm(t|Zzbaypt~OlAG-EN@N@OT8!RL8eRu>2 zB$z0-pxL%k6!ou0M1}s2+Ml47C#e1jI{E~){TW66;(2@7x$Qy&)SJ{(YZX;j@CR21 z*1FfL8gu@pZ5?y=oZfHQ13Px$*ltG+;lh#Tr_MgA{v~$6Y*ioLwnGnxRU6tSJRsiT PS!vDL4?J_jP*?cBE%sUJ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..18c6dc6246c185d28d7083e427b7b9d6cf0aa1dc GIT binary patch literal 27234 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 m>iy#14i*`Orsy=Z-;Qs*fQ^9}$ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c5b60db0e8db09be492ab40ec5fef4fb7c10be22 GIT binary patch literal 1422 zcmah}&1>976n~?ymAAWb;$UaDy|@W!5XBZv2rVT|TRSDRWZi(tMLi5!Y3x-aY1J7i zbd3*&7`ldro{IA?1ouDbr6oBOVM8IO-b^=!kW=31BUzs^pf_*coA>p5Z}exo-2_}e z^g0{Q4S?tJP%ph=Cf^~m4?g%LgorqVNL~q*NOjbLS3@n*9lhYS(1;pNgMb3J!Pj@e zH<*5)mcATw)UeF|2%apGcUFSU>$d`t@}Qrk!7%3Wa$zQ6U&9j{8g*s9ntxr4`Fuo4Ci z@xf7ieGD7KS9V*D$~2!aeM9lpUG1Q&!wAu#w)<5BH}XneBPgG5_M&lw$N1POt92a za!s&sBcGwv3tb^76$)A{?!0Yhz5L}^ zduCqz$87!9+-p8+P0#{PHCYOZCQAhOVMHutE!SkkC-8*uvnUm^jf;E^Y2K1~B5*Wz zBer#6Dzj;YC9UK@?7+XX^ZYz=?+)5nl@A3mU%>19f^;zz*bLoxGeg);!BGpBU^tVW}yQ&P_xf=PDiLDn4x9k%@eOByU&a z;ju8J)FS+x3@Fq4s=$St@~R{krQ#-%m%DJHX!`td3yd?z3eguHd;bG&6SWo`8x_}m zd`YUhh3W;~?G_~z4rKvni|Lq}<8rj;%25~cKNFSznc^Yjvr)flM>$GdLX#UP75FUV zGbs};ke1ykig;z-D8aeOKSG(TPAnohRtX^|p8@&w2(BK%wIlfOh0!M6zs_Ab0o;pR FUjv-^Scm`s literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3c14a0908d407b3adc99cdc9413ad11a642cd261 GIT binary patch literal 9673 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 YBM|N#t>gSG0pVV+-oRJb8pFZ=0S+q~P5=M^ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..083d9d813e4de263d984b9eb0b75ee5a16bc8d16 GIT binary patch literal 4157 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 y;ou?>+W$uUelpUHWKgSA6Bb?K)hI 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 M0qZxu81-zQKVc5xp8x;= literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6c4f04f65eb6d2fa1c996872d4151d65355ec0f7 GIT binary patch literal 1431 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f15a055314369da37c8277a8422ebb3d593c2e98 GIT binary patch literal 4601 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..072c418ac9bc810eb425b8cf49e4b7e196f03322 GIT binary patch literal 4409 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5b21a7026968b8068021a660321fcd0a4d4ecc1b GIT binary patch literal 1425 zcmah}&1>976n~?Yw6e2nCvKgr+lz5XsVKH+atXAUv`#40S+~UGq8tWU8haJ%t23j} zH9q*T&^0vlRGfbyxc^BnEyttd?V6h!!=4?kIcB~HVJ6(6$Hir z0+SiXjmnp6^_#Z!55bd7iiLX**VZ504Ta?4RxZOd`6BV6z6b>>=ho67Om;S!zn@oPo(=EnPGgCUFn_b%d=I*`w{y6z^8%KxHeLVhvwJ>l= z0In7oL)a#PHfXsGrU!%>+gi{V=*MGg*L*A0C#20Gd{10!6Ku1%RK~5+C``^|&J$l1 zST7Y^eWM|gpUDx(S_6kGc(&HR z+v}SI`iTC9Z54*dGsX*x(l7}nrCj;v%1trlm+(^&bCrBCA564~da6%*XligKn6$M* z7cAN?rYQ9zPY6ndhE|IQZwAgo!MJcd;rCb;3P*6?@q0W?Qjzr-XHJ$!c^ocZkcnW| z$@;RFCe9OoUlGg`tVzm#OzgwM`)(0mGpZv1%V&Su){^QKajnx-7?hN&p z*3utV>!<0%>8Gs`TEK-iD?!<2h2atOiLGtynHX|;{lRm1PWWY%3)RX+K8Lhusaz2} zns_nW>r5s$sj>0yNKM57{55-xzlYra#x2bClrt~k^LU$IMKT%Kio9eeN9ZmhQcIVW zO-B(G%hvc5ZX5QL8WWW&rNuO*aT?^2;#-t{mwQpADS<951Rm!~_KOBSZGKJp`VdLc z9*>95qKHzP@GB@SQ@c}Q!Yy@GktL;AMe=$8=bCQJpS8f8In#*IdFKBMxQ!aM;LNPK zXV>4UUa7lf38h0-z~yo}Cg!*r?YU~yh5FOP)t{z(2*qr?HSR<;NnEv|Fi|S-S*T}H zC0wGcz$%M)V|`wMv&uh0nd-P$L~_<3gq+_7a{Cl+p2DqDSbAl)N$0n@kIw=3GS~kA DWp!Cz literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e5327f578c113b0b9c286f9e87594663472a2267 GIT binary patch literal 27239 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 G(EkJWEtydO literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bba43794f6c20f8e56aa63685faedfbdcf41e1a7 GIT binary patch literal 1438 zcmah}&1>976n~?ymEGMqb#StqUQA31qSzw#rG=0*aY~?Mor38_Jq%iD>{TOa)tOPq z8XtUc$Ql}YD$c(U-2bGPmgG=`O$$BsX1XzioccyurR!cgpf_)RZ{GJC{oHEJ0djj&|@4WbCor^*`?iw_r7=#Ou{d>iGLVBz~eK_hJi;y z@U+kz!4?U%{idfgBP7h+(n5XTIGSjC)_c^LLK`D^LOgpD9II$nj;lZli!+(?G*CI# zOLL9Gge!R927NwA2O{e;&fF}I^CVh6hl%i! zn+;`ukh+gq`q+)5-sHTta%0sMkz~u6A3XB6nQ*fxb17a62OKT?JY>?{?y2F*%JEpq zhP;W<>?}<8YNbwk2}NQB$=f|Rwp#~{U+wm5`|5G$lb;^G>f9U|-(NVse*4w+J0s(@ zeeE~9`NQnN?DOUrHQ-#M6;L)>Rq+sp#L+eitMd60UJ`y0aiN;I$mfw3O%*MckEVXY zb~@*xn-)1rPYuQ%{4sZhUqbHx9XHn1qruu=#_RlwGBM@aj{S5y$MXHBC^fvS?$<8c zrAtTSGl*_DGiqQ|$dnedlqQ2Pj}_mf^t;@TD@j@L!p08Zgvnu{<1^=N70O3Qiq>RM z0v5-VI)s0y9I606FKfeXbybmTN^lFw+kH6G40GYM3D$*EjhO8h!QX(}Sg(OoYr=J2 zEGbc^6urT_oic^epi1CkIVV#ST@CqsHS|LLb&~3@Q$C4eF6m7gQjHW>r70{#1wIh< zV5)%2TC4t)NxZXfR>ir+KSoStCl-;M>V%N9Pl0@P0;?ymb^=RptQP6~a>+RZ+{;-1 E0a?dcTmS$7 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d3c6d616f37dafd5897b2666ab60fa91fa35f5bf GIT binary patch literal 5845 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..68ce3830372f7ad378962a30fc02e81caa3778f4 GIT binary patch literal 22190 zcmY-1WtdghvbN#I-QC@#afjf92u^U_UO-gZ5V0UO#DTaF z58^`tNC=4_F(iSckPMPT3P=g5AT^|cw2%(cLk7qQnIJP{fvk`XvO^BY32{A&T%z2N z2l7Hb$PWdeAQXbaPy~uXF(?kvPy$LqDJTtPpe&Sw^02{M@<#ZHiu8gqF>ki_Ae+Qw zsOgiEMfACMsDieNPzfqS6{rf;U>Je#bnFqm4^62&fo?IM6j662UwF;FFt=->5JeOp zh7I;QDH*P0ujnIt8)fSgxDI0_j>2!=-Pm4>m)NKdHJ~Qcg4z&ET^x1Ad?1oiiN#gK zd%s^|oe#t~=dGioy}IIX21-k0f{41hN}?rN*;~!-S<85y>IHkfD4#JmzP)-nUWWSc z3JeS#1etyDlnh0K@NtBC;a5QrCc`hcP#}mF#SQ%hrNSr(zf+@va1|Bgkw_YTl7lRk zcc3tQ1{vW~$Oda6yu+xV4TQo`L0c#rA~K6gE>SK~_)MaLd{Et9A78%dEDKoHP!e8! zR1h9FDhLlA6_kPS1W`fwu%d!pFayH>Mg`$rM+H?vM3R%5ZTXR9vCvVlN|YuPjg${> zEodq`+1}=GNHA9Ps%+IzItcG3DyReVp)#b0FQ9ygNO`YH1t$C2%MTeK6NHZ=%C}Nf z&@e>g)$pQ&s-m%GbY&=fCQ(6ld#`y$uR{Z92#ugIG=Zkj44T6mA%a!}s=+Ieo78~t zQiB1OGhvIp6ij|#+03$o%b6s4CMqt`5G&pR?ATt?1?Z()$tUg5Ae@<#YPB1ytW9ckgYwS-pC8rncxXb0_~ z19XH0KF*y)ouLbKg>KLtdO%NzKriSGeV{M&gZ?l82Erg13`1aj_>qbX6%B*oFak!x zC>RZ6;E}`J2u~SF$lrnROCr)I{GdnPlzrh2#)^{L8z)MnZk{i#Ukn;=FP^r8kXZJV z;zO44VSD!E~4bGhr6YhB@#y%!PO0U3d@PhY#RG_y|6R zPvBGd3_gc1;7gbX^I-ujghj9zmcUY224BI~@C|$m-@*6r1N;a-!OyT9R=`SF1*>5V ztc7*39)5ve;Wzjl{(udz5jMeQ*aCmTU$7On!FKo?{(*ntKiB~~VHfO%J+K${!G1UZ z2jLJLh9htkj=^y_0Vm-UoQ5-S7S6$WxBwU75(ID=uE15e2G`*R+=N?j8}7hexCi&) z0X&39@ED%JQ+Ni?;RQs6e?yAIg4hrT;zB&=9ez1f>kFV-%ol*@JS6qmpYOd- zChFzoKkDmYiLZwbeS}(vf1`=Cfws^N;!{rIQ;|TFRFqJZ2olF+V-k=Il0yne38^48 zq=B@M4$?yg$OxGrGh~6RkPWg!4#)|)AUEWJypRv_LjfoVg`hALfuc|hibFJ%fRa!O zN<$ea3+13ZRDg<52`WPss0!8KC8!QHpeEFU+E54TLOpmH>ccDWD!c}-Lj!0Cji50! zfu_(5n!_8=0$M^VXbo+kEwqF7&;dF^C+G}apeuBP?$85zLIiq2Z|DPkp&#^z0Wc5- z!C)8yLtz*UhY>ImM!{$p18>4u7zg8F0!)NSFd3%6RG0>D!E~4bGhr6YhB@#y%!PO0 zU3d@PhY#RG_y|6RPvBGd3_gc1;7gbX^I-ujghj9zmcUY224BI~@C|$m-@*6r1N;a- z!OyT9R=`SF1*>5Vtc7*39)5ve;Wzjl{(udz5jMeQ*aCmTU$7On!FKo?{(*ntKiB~~ zVHfO%J+K${!G1UZ2jLJLh9htkj=^y_0Vm-UoQ5-S7S6$WxBwU75(ID=uE15e2G`*R z+=N?j8}7hexCi&)0X&39@ED%JQ+Ni?;RQs6|4CZ9Kvk#)FF|#v0X3l()P_1x7wW;wP#<1_SK&2y z9U4GGXatR+2{eUf&>Y@?7SIw}L2GCOZJ`~shYrvYIzeaX0$rgSbcY_$6C%(HdP5)R z3;m!!41j?!2nNFt7z)E+IE;XiFbYP)7d`JKZ zArT~oB#;!6L2^g|DIpc4hBS~C(m{I202v_@WQHt|6|zBg$N@Pa7vzRKkQeenekcG1 zp%4^?B2W~HL2-zN5>OIKL1`!hWuY9DhYC;;DnVta0#%_Jyad&u2GoRFP#fw%U8n~y zLw$G!UWM1-b!Y$$p%FBOCeRd`L34NmT0l!^1+AeCw1sxi9y&lr=medi3v`8U&>ea} zPl!M-=nZ|KFZ6@{FaQR^AQ%ioU?>cO;V=S5!YCLGW8h5~3*%rsOn`|n2`0l7mg|G+~!xC5u z%it^c8oq&V;XC*qet;k0C-@nb!wOglt6(*(fwiy>*26FGEBpq(!ym8#Ho_*@3|rt& z_zSkeHrNh-!$0sZ{0BQ=C+vdVum|?SKG+Wj;2<1=!*B$S!ZA1wC*UNUg41vYp8A#n#bRqBp%SV}3-IeauE8Qg4_xQevK;lcyV$j`BduEL3hnRQQX* z$nO$Ag^6I6pQ5LeU#nw_l3d|$AS0iMHtOADnMB(iSR2j=7Hg{|(a_w|5}9=T=W;HP zdJ11C8AN5d#0qx%>DXdq5hd|O+wILF@CR!HL<1$xJ7wi?FQ{SU1ZgQHAnbif>A!HnJV3wdrlrc1+s@ds(3;8y9p;wEW8QgP8jZ>w**EV+^`` zmcOGtT=9Jb_h;KR2kRsE=taIsIL66uo?0eXC@O zY(Cjip2tuEAHo8An_-=fR}`m$F))bo8eXbHQaB0exQa#UPs{uy>L^czFb>Ne@!BPuR2*s=}zTU-^fOmE}{_mV;Msi>xoE~4*ZPO12` zy;(Zekk4#dAr4Y{eTqsPv>YmtkyLU~dWniu^3%&Ck)FT~iOH0gz%a#UNwuPK2ueHe zbG?auOPy8sC1j>jTlAyj|0?={=m(ZvVHx>%9C{3?f(|{>G9kTxML9%^po+6qu(yMa zh-C_i!bM+-A<8s0|lFf+E>+wAx&lpN=8szf4* z{^rIp@|f&LW+ax)L|{JU0*<=eG702{CrT!WDpEey=eio^Uy?`F}4RLK;*!yP7~ zw+^i3>J?Fa*=w>_MW0JN;A*Gd^gMSLZM3(@y?nx29Cj~RmXtW`k?mI;SK@%Z#g+vq z5Axb3V{#R{=Pb{|1}B=r#%vv33_q@8pt=vu9U-wx6oH{BD&4} zP$kVcP2uiKSzec2WiN}~xUeQB(%W95mU}rUx?to+4%#TWXm69@!$kQU^{MP>4$hPB zM?RP0y0YJ?Yi-${=oxjfMf>I4k)w2Hlly zp?HeD#rCd=YC#WD#i(@U?}8)r){%-{nHYIb;XTCzxgTp;#B!x+cNzLsTTf1_+nWyK z)KxdPhGlJ1l_)RcZ?=wZMqcFLqDveoFH%ww&q>~7iCmd`|m zjeMP68+*6mYpw=EYuPEX>qY+TWTcvDb4e8t6?3dBZs?M_6drs$%WX;uIY)YRSJ=4E z&|Muv$k&x9?}j$T>@k$b-VWK1O`BqG4`h&NMRbD1BFpZUy%l#hvZUqv25liaM_W0{ z{S|jn5?Aj)xX#)G*?9!Efj=@687f-oIxE2$qIaQz>?Tspp(@;&iRXg$#yG;~ zRK7AiH|0M?d(`c<{MvH5x}^jfGXB6PsvG$Q27Mn!!4p@P%w8=vhPa_Zl*idC7q$hj zDw#^}ytWGD@6&6fF1x4NQ}!YG>!$g0bdjXIY=Y8?^D=%};uwL#daH(eL1*&aw55~% z(<#ds{teM9_Wok6xWkmEH-S`Jclw;6N9LxN=tX%MscecLOH8%*NZmSnXTxV1{Ay%0 zSDC}MV7cXC0$=H^YVO~%?X~UVr7Q;vj6AAtv1MB&CuHO3cw*W$dlik$V_Fd%KRN1P z$11A#8z?UuPu){(tqi(F`lib=up3AZEua2`sFN@YfMs*|M zYbVOY)nFxgWJhcJi=pP+clWo6DxzaLel&8JIxUa3Zro<;)jkny& zeH$I$DoG0@jR9rd5+2RkkVc|xN2@~QrE&LIL+Ta0_7aK zHQcpaYHnG2+ZBJo=~bv=uP#C<5xh@1o|2XJGN^kE zdQ!;&{_Jz)xM+(b4CSB~r*qV$kjUf0YB|CI%f<9kIzlJz|1%?3xEBl-jgk0CNh(n* zDsLMekNhtLmXdl7J$6ooy6OY zl~G4=(Vv{2khtnFYbB!fc4vGbFL}A|!Nz@2y|5(sJscD~Gp(PJ)jFy$w8DW6o zFB3f;>IHAOjc+X@F;7riYtd{YD}+%nNXc-$6V>Gp<%56h-ErPObVM6;hL`UR->B}I zE2(DMJgCM-otXP0bzL^ULEYdl9mCb7R&w2Pk^`2dcii%C(U*=IM_pTOE5efCDKDRJ z(9~Xpt9V?^4eNrhWcNsv3ipDImNz&^O+FnPMd%gKalnjx9@$J$03#T0sAL_L3>-9u z1+x2N_CzT}FGTw&cVO*h({@_^P9QD(>M{0kqO3e05{)!tlI2^JOSsAWY!q=DsdP-2 z&BXW`PJeL9K8gzvm}f=-9iuEKvyn}2A|rohtpk}kgL6D8!8{|K8VYgvn%te@y zM)X3I9R5%@NXZwLf10+!ppI^Bgyrw>rEErthl*F2(OtCK$XG=C$ySBJ_G-u`khtxJ z3Wm=pxXtN^P%3yVYN~ieSQm`8Y-Tx4TSczonftTl>r^H(G$@=K98w&|jLH(3p`c|7 zCiCfd$Fhw?CvBY}o=3LcUTw-B!gr9vUNOVla{9p8;(CG!JhBgY=`UM{d|%(sg}iVV zC330zP9i?}E(UFoC`zg%`2-T}EWhP`BKMQ|t7cIBusHb1-ZD}r)iskysO>D}o8G?% zy!@f$ZF?hqATmR5%Tb~cvi|>4kp=`35!hmHsw;Vmt0?kiWgpTz$!=~X2RVINZx!e& z@kmDkC;wi@7ZN=Q+<_U6kl2g?O2#W*uB4LU*XWhB{LAoVvj6xnrDS&vRMYmS;R8i4 z>1b{Fy5joee`6yhm71bg&8;2teAVTFWU`qEw34V6B6#FFud3;QEaxdXVeY5&;;LJ!D z_6pmA=cFcuR~M`omDO9=yBm=IiNJ9)z7us4jnMlSf8WD8gR)SrYk8U7Tkxy8@~l17 zcFR4lSNsyG=OKdOMsByvN+7l94hILJ2pbdJK?N#*$IRuv0c$r!ABeV^TU7BOZT)=w zW@$@iZbH3}p})jndmUt7(stg+U%2|f-eks;y0E+UrYSiXQ*3w%@~0){z&*Vq>6I3B zm;KS8syaSpZIZS=RN|<+r!9kMm_$2m^JNohizT~F_NLnyC9%~h?<*cjz8B@}l!wOH z^~ztSG64RS=oLo6JQthUULpb!#~MXBp|%5}K@w?|OxJdb{0-3|CGUzd+ly;iSG0hk z0IGktzpL24O(8Oxz+F*s%5il}F>;$@jWT1c=wFvJpXhuY zFNyAOpWMY(B%fSjhQxntq=NV1O&75!=0vic=)G%s-?S{@UeK7UcP+art}Oe8;v*bH zv({czo3%qu^pYd=HTOT(c0fhF^^KgV_n3|oTxGS);FO28{cSm#jW-=3r;aC(!ePd1 zdpE2LrgD{E$3Y{BfuD^WuH;jDzZ;a+vV!}2D*GChQ;^b$iaYNm%P(LT z<+~1(O144R8*DXvuWTcBmq1f^&y3ULFGD40;s^yKN_aAzEwj=4h0~R$-Lw3U-e>Br zNQ@GtHu3?d@wH`g5wRRAjl`>>ts#QH7&_%_3+W9a@F@(WlFi-){!Z!W7jtN$35@)j z$;_00Fk^+f`7lB8J&E%%kC9$=QWtgf2z!G_I5${e_^*n~z*k0AG9$jWsg@r}3=(~9 z?w6z*Ti&9V)?wmFRF)_}{uzO4mS@y;Ce;@c|4=E#H&qZ)AJZ-ZE&0+bG4$kD@Mc#xh6fAUJCHave!vkgv_zN+y{0 z++Hp!*<*%FWU?&j6&TIh>6j0v#H5&~5Y7$WBf6S{!Sph)wo=JGdmlRaAKLy_JVJ4- zFdGaLb)quB+((Xe&T^c0ce81)xtE5d?lY8;a&ybY^oom8IMzN=h4dD8B@-3bap(z_ zxg8-Z`H{S2q7q-?i5U~s{YPafm4cSzIf%#oA4&%DSI5Y5_Og2@|3E4CGSu91ls71O zV)>orUy6&{TjLxNBeU~-i0B)lFV)31agnyJV~E?GW3L5dc8-Ze z=PLd|TSs`{_>*87`Jvj*u#rW_Dl={yIoim^l+)0ANUEVkEhASr^kcU+!EKzO{EF-& zbqQh)19_?Jg@;BSCKWC559O>zc96|R>MsJ>?DbO8MB*nM zoKzMm86=U4z)FJ(Ssv6@mW?ZxFSGHFy_`Be7v&%|mee3^&&-%5`&@KG+bngTGxUCF zDEQnWDK4tv8q{Ri~sz{d!cs?IK%2c7$vW{+1}YZ(2=rk109G#_MkPMd&nm+llI0 zZlKabaSjh^F@KZUD5ztBY%ubX z`Ao+y(OK4J>ln#yEPCneErr|aaorl|W;T}JZPU^LM~E@G#WY4jFz|JVV$n^Djm z^ih1tvL1Y6#+0xm_>;BvvNgHyYerovV<^WntvUG< zN-o-~8wv!+%}5>|CTK2NC$S!$Fj-RDCL_Dp>uu!M_8KtRRP=2a1yjP_;0A%)4!G5^ z9vYNaTSLX4@sgfYEBs;grw&tKV_CyMQ*31m-F`9jGg!)w8>oPMP4ABi}MyKxXp_OQb&Fyk8~ zsVt+Ns4=|`I)?FAnYGoh1{x746iy4ya#~MsU&B8z?Hww!?bRbylvI6tqe9O?2OX1K z@pe%{9Tk0G`w^H1YmBTRdMrD~vL#%il85peP{^_hL-`a>^?cv-B5kx>!sN@2FkEk0 z%l931fT+0pi$i4#f8W~cYcDg=A1!xMne3YKQ0}RB40ML4_TF;9iHfUhD=2DDZ`#hw_>!I$a}KEFDJ0@_x@BX%8CmP^Fg-T*(Y3lPKQgSo`$mbfWU6MJrAm$_GCv-Wz%eE{HxfvJSmB)ZH;?zur19RAL6? zH~eqP56npJFl#-n-2|?Y?=L%@$}?VC+k4wyM8_J@4ChU&Be}hIseI`O%XrDf?h%*R zk4go&&QJlv-wXAE-_*?|l>)XBi0eaqT-!&KKd@Ji=b5H8u`H$dw!JLoRw6n9iiT~$ zHKJ*iwDwT?kecZT1qV)t)Ir(IJ{he}_;*6qYX56Q|#qdcwS~y2xQM}M; zaMQHPUaktHX6wywcp=jkvwL1|Vtf6y{Y@{vQ~s#qdxKsUbr5|l`;E2|qRrYyIL9MV z2~uAuuFURx>SBAe(T#G2zSEJ=Inq&iTSp?x)n@#vI6vc=CC2+WUy8W{hTfr)&vG`CKPwprsl8G! znYLKnca)FP>m(YoN8kV0yQp-8oh7g_auD*azVvZ_N&7j22`zk}Fb*wV-eaouh+~Bequ`JtCxxm#$ zC_tcwL=kUO59j!sjn3p>n2}T4Xrf6RaIx${@{Ni9L+Ty9%_RcMUtpDzqE6IN zZ>*TFa2>yzn}YIAUV0f>h(Jzz|H&59RxVryyWQFpZFRkgr6?C-D6J@ty~29ec>t}# zy#|Hi9LfGl{iYq7wQ5wqR*ly>)UMyOS(ExTn>VZ9utA3=HNyWnk~}6~qvmUMIy9}{ zy3UdG*0o-)(WFDOh8^lQsnfVa!zQ)sH2FH}PB=a4@%ZTGgS!nH9NlSfm!91QL z9@HheOV2_5`}H3@pl7#1-J%B!?K8A*q}c!28{D;b^nj5=diL)ZJ*->5VbOgeo&RTD zx_HS_(SsvHx)mGHsY~xpJ-Q8!9uOH2-61UN+J8`}+-XqPZbPDbMFw{t)NNq#0V5wL ztkSoC*P(s7RU70V2*dwG4bC3oW}H~DV%=;RD=K%sT~XO@#*a#!ethzq@tefW9D8?E J`awS4{|}?`?m7Sf literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fc3a868a3aa6f949120b46f9b61d6ca48dcaef1e GIT binary patch literal 83038 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 E3;66>Qvd(} literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e66c9fca830687e791612482a6b81ac8f1943701 GIT binary patch literal 39584 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ba222ca461e76c11b6de06eaae5c7fbb5554a348 GIT binary patch literal 83157 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 A>Hq)$ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..97bbbd2cf520b4819c8bb55d0e75ebd4265442f9 GIT binary patch literal 77534 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0025d439d838eb0e32dedb916f443a1ead29e35b GIT binary patch literal 83111 zcmeI52Vh-Cm4+o(x!ba1JMLBPmRowU<=$mm?oF08&z5Xik|nt}U<(PM1OkK-Isrm2 z3oLC}Frk;w6VpP+)MtfILfij8XHM?i=sioe6ISG1M1IXTGq;_0bY{-I*Ym#6t5^3t z{BPT;!FwLLBR}uQ1pD6*UwGsXyYuqy&U1M#zb5ZM{?`2byy`sHf&aO@yYgK}*9qEL zw2SMCa)Fe)iFTKo9#ZZprVQZr0+xYT!&@(9t9qN7Adi;fW;%bxf0NaJLi@uEed6J);=r94S=vTQR&bgJky z(dnYa(tn1V0z1r>{yUH0rFHGQSEpOgz_+x}8BfHh)W_8lngaqIHa9U^_Z%63DgJWO=BXeYVO5mFv0 zI!bi3^f&9uHH&q5r18?DNOXeqn<&RN>++~mq;;z7eVUY~ixx}I8B#Xua-U{hlwn%m`;u}eXV&d3*5!7Ytjqeiby*YlUDlX&S?(uiWWLLq$h!O##~0)>#{zRb>&FjbIqoaADeZ%wD4UXzl$8- ze3wV)E;X4V16%uuMJ+P0=F)tZTMUsSWVbH=M&s7ynP#&t+v3*cF(%4+X7XKr?w4X+ z?Co*iHS5~%yvKdFpbfsu^NPn^)>vfVd0E_LIUaY}v#oKLeepL2Z7uH7(wX8ewrwTu za_?qco~^}QwJuw;$6dD0md|Gn&r+vfVR#9XiWseMO&F;IrejC-;^YY>@w>0aroINtIHB;PWecZbASy~vL;eX7! z-CINk+NQP0(01#xXJlPc+`6o}T1K4KB7<6&*A^euxQ8*~4Q-FR+}C8;CcAanCzEw~ zyvVv{Px`R^M3JFK7VGjV%y(JNG-qIaZ#hTvUDm`$HP&3rx@@;mjpeQ~)?}J9WV0^o zv&|W337a!8npoUrecZa-OQyKXbDAli{w&eVa|X^E%(nb(zS}d4b$NWVF3Z_RHJ+En zUG~frcTtby*nF40GR?@ir|k1xUZ+I{_O!Umdb2L}oFVS=csAc<*&+k?GDU1QReZ$e zyWFGAciBHaXJBjGcP;Klzs4YIQVW}P`?T4*+^fwQT3VMiZJqD3Z#*(^->vy>w)rmiW|0AY)uwEsExsFCm&ceT zpHjBCt5MhHXJ*~LEv(BU+l-8RwfhXL&u(3wOWeAw=`Uw=u~Ch^%y(Iik7}%GEfc2I zTly}~cDx+jeD}&nHJ(jo>(XQGhZZ*L_G@8X?!)flgw|!fS(oM3A_Mzmwl4P?_g&VQ z@6rmHBE!Xfm(~ntWNKZiS(nGK$iVtck%9GgpMm{biwtH_vo6QAFzyzLb!mz0_Ziq4 zpEHEk(KtM&`InU&SXRK1;8qH%D`Z0a+pg_iZyWmgBz5qqP

      +Rq|yXkGSfOD-I@vRQYKSeN^_+;NTD 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8a297d097294787f09f1192209479bd81302eb60 GIT binary patch literal 105286 zcmeI52Y?;bb%uAjVEDTaLfPy=U(QF^;Sp}$I_119L+Z~Z|1!-XV1C+oI7tH z>fE_Q1^%~ia`$DueoR!^ zz@!)6^B^q`mTjedj@R-K*`cy0$eu|1>B^)EKNU$US$dYsv?qP4)2A!xQ+bzuZK>mB zy-Tl0?{c|=_KDu*n$B92^)8PVy~}-4?~=Od716s~bBNX)Dtnl0581z%ie-81jfKYQw3?z{J~%U6|)U9Rt?sEe_idY9Xxcj>d}U9Qi1musST>4CwD_;(V! z=4*O7dbh3fF3%G)1DD&%$L;j~W8UTZY-Zp)ir(ec1NH98X9n)uw0F5R=3O3X&tjJm z6}<~TW-$R+d1#@*wMRO&c-g+ywj?NPlNLu zq|X^M13!6pUBA7rYJ6?X3|!vTyYyc+cKQCJclnxQ^=^(+EX3I5t77bOpX0T4i0n{Z zpO|;C6;+M?q;LPUuEp4G@4U<7y|!5zm-{vyyWCo?s&W0> zWd^=4U)9L{XCX!J@pA=RpXg^DWZC7s~?eZTQ+vNrs**Q z&k?;#zako8oAxgD-^IHzOQe~hqw_A$P%bm@JTdQbpBTGbE;rug`j~gQoQ@fIq-GYFs`>*COU!zJqLL;6C`BhmDzmYqH~AY*l7pq*^tL@k<}a*zF|m z^0UMd8JDwT2CiwZsEM)5HJ!93>s_vovCHLZ?bDT3vCDUy^)C0ydY5am<6W+4Ix}!< z%)3}FQ`LCZ=w0r8jNVoBF4qjyn(TO&9*wcfeX^NBXOd^5SN*@yyPf4-9w~a4?>m?4ebF1vV_pEu@RE=TY3oH2H}TrPIG{y@b+HZ$NjyTmT{jbjF$Cu%jW z&&Dp-Wb-c9#4!Uu^RBVWJ^JaL>{(Ug{#ozxxJ}0{wkq$&TuUFDcd0F6>>eQR^4Qt? z4E(%tyvwcG%)m8GdzV|Y-o=_Gyvu!KX5cx?#V+@WnSsl(s&P41HNJM&F$32|?{Ya- zHO6~3c6qF9RpUO^k#X<-ioC3v z;49-jGVUK^m%hhuJZ$zp1NVt}7q5kP?H&VuJGj65iLqNP@A5pcs`02zS2b?kv#Q2p z#;Vq|cX_;6)wtYrX5jI9>N96!m!Empyvt+7*ySGC*yWmRX5g9_yF61icIoe!8Mrmx zBa1$@f6dnw@OAWVS9zDmE*HBzQn~vK+&`NcxMz%AE*BI{aYTkSO~kHwm#-*yf0tY1 z9Z2reQxSNSY>Zug^5|Xc)8v?eua9|mSMTyn(YsvEdY7-wW(FKVnZZY_-Rq@~gLnCv zUG(xO<@5yCzn685pDufcmuGmV{^ikn%i~_H@rW@u@CsyegZD3&%jpTO&*lam^8~5G zG@qv-I%+uBd6(yj-sN&zoikh4c;My3wT<)(u2FS+yI9%WKT{4SZ?lVNM z%4%V}SJgGfu8kGU(^lbP=Iy?VcljCLU0vf5;)s{a>754B`*W9!NA@FLa*SR2X>aNp zUkjhX#t|=Z0G$s3&-YZ0usqF5czq_RPE7vuW>g>z<4n_^z7vF1Kd$F4x4^<#LQ& zE|>Ri9GRuDd)WKnU4Gtz{2lWy-jVYzw`a!;e8;h>ak*UV@>M-`)TUz>uYHHH%cEz# z%QexvT#nvljchtIScZtP+v7d*F3%rhm&@;E?9$&&$1ZCoP@OD*=`}8bR)#&NnD`CDeDq$|i-VZZq_AVLM#MwC9Guv6?nW7TL za!?bDSIfRJa?>%xQSvTd7w_ZnsBuKb_3iYD%6XT2#@-K?vsI02V&27Zlo`0LTxQ_< z=v|&Ojv2UIZk`_Zk9n8N(YsjAXf?hb<9pb0-sSqNR^$HVyvy}jC9E@*@vC__W`?7i zh+Q79>AcIW*}G(Xr%ihoTjgE8uAFzdes8?X{j-^YYx>w2A7|>Ty3tQIdYA98+#O!N zGTvw4@;mV^^>7-wY3%me#k+hLF?P9JE_V4YqIbDZcFe%7alFf|Y2GEhKU$5W&_29> z6=Ij%PxrIpEJ&^ypf$(H9xHpCY@B1teFkey9FcL&5Uq)`ak%D0u0dwNvETYJ@7kIe zyS?9$cj=|*UHUTXU2gsJd6%EIx9$q~dt`i9@h%Sch<9M<6oY4>4R+S(ofmgHSf}wF?Ox0dGB&L z>s_viu}fd_hrXrdJxE-a=w16g+D|-8|Lq#T^aegTY#j6MZT#{oL=V&dvAc$2hH(SE zY?+tdwJaR7L%;pRyZq!n_gehYM(=Vt-s7deqoUw))A7q!MelOYI4XLh-{-wcFZ2$T z4Zrtc+(7?jy~{OmRL0lD*yZ}{og8k3mteDsf@@CDNH5L3R1=%R@2l5qjM11GxE#j} z7Q1{+xy-<=F?P9}%?!LIv8v$+%Da|lWow)iBQ# ztD5=N@-62ya70EMy*p?>^)7u7@8r<0@je;-l&xyqGgdV&$IQT2W#{8?O;%0NyXIl) zi8%62y*qe6^)5XT^R9W9o@+XGxwTwo;MEwS(OHaL9?i!tW7RyoYwWh#=e;oCfnQ*JSULF;dHA2JT;O zyvux$%?zw+X=WI*pLmxMyeH#b?w8HG^jy?xTrTHbzN&m?u&h99RgJz*y*qR-z00fH zQT>#r)dXYW&#fl@)Vt)p$-DIHAl+5SdY9{mXnoV(rEhKA%OyW%IAJfnOV8~)-ldQ6 zd10F#GjQwMjTyL4^e&I-s~V%#eqwz~WB0^;-n;y?dt24`n)ocX_b!)X>~f!`?~&nm zINT$%X!TX?Ev=>+5Wl~LaoJkG_3!RJ!~aKSV8-(EamagC)wpNOyIdYDRgKz&<*X8> zzvFlp%kpm2X#Cgm1M8a9#6BOl^gwULgRf}jSz7$Y!p3_HT$8P6ToXOZJ!9N@&vH3C zUNFy^=C%8e96K0?p74I+S^CE-U~*QY@i(dI`?}mest7K}nB}X6D2j*b>SgciTEx<$ zT%!K9<^3sU&9ksgj&Zq1xiK!|F~%(Si80IgjdyOi9A}Ae|5(Wwqx5CGXC5=|{^wc! zj^eklucB7zhJX5%RNs}PDtnL(x2&1jNSdiv;4fhLj}WfnQTB$#R|r~@6x{1k6D`huj9D(nY{2E14d}ag z|BK79f^j)!11`r3#^u=6!Er(bW0bOL*^kw;_ujMg$AQXFSfb2-wZnAAY!BH(b(EuIJINj?dxY%avSVb&CgX6X@yP_(iOHmJ zrpd_^@YG})?DS*??95~q?CfL??A&A??EGW_?80Ob?BZlT>={W7?3u|z*xFBj#)+cAdo}H`=XIho42CqpPV9!Y!Vb><>VAm%bV9!l9!fw(#Jx}(0*$ZSZ zl)Xsy;$$ZF{Ah9s?8lPvuz!_Y3j5c|*l?!5NiG9lo-Bs_cya~o-zH;V|1P-__V1Ic zU_X(Z0sF~hHtatnSHu2eG8Oipl8LbYoLmF@FUgs(|C-E&{kP;=*iR+b!Tx(v8_x6} z$@Sp>Om2YvujEG9PbW9Q{m1@`%T(h~LyNo&|ICT(E9l(dEY za?%d=D@l9UuO=PBnZA~E1b;p01pAGoGwe5$F0kK94uJi3av|I^IT&_U(j9hAatQ3axsFzjW@|5qf(WBJPD4%n-bJ7KR*?t;B0xf}M{?yXFWClrfATc!1IaV64<^sTK9oEM`*89+>?6qw;Y^#87r~DuFTp;ZybSw9 z@(S#e$*ZtWB|m`OlKc>MYw{!5ZOL}nr;{JUK9l?e_Sxj8u+JqwgMB{vIqVC`Yp^dS zCD@me9pOwbCp*EfB(KB1n*0Lx2gwlFA0|U#f0Ud6yFED(_Q%Oc*q@SlyV1JcNhW&N&OW5Be zzk+=;`8Disli$GpE_oC7_sMTz|B(C+_K(T$ude(A)z2UFFV701vy?;UD2L8d4qc!ex`;VcXR1*iU7|diFpr|%Fo&*C z4n0dbbft3WYUR)d<>z9D0j#=&j13w=sw6Oy5x+y%Y#nS!005GzNHFV}K_#26$3qfTuJD*rGAOR*eC+X$ie_Er z*M6tE_IuT}Kd7$#k#&t%fR&9`K(%d@YTF3bHq;x`HPxF_Rc~5{deaVjx2$Wun|i}< zvCr#GUT^Yxvv>7|qsA|*>U>32=c}wb`hEYJM(gY^08oe)3)k#!!mT7#uLRsxBje}Pz z`$c_2wbrN%w@&$bgL2JAWzL(G=WbEfzE#=oHs)@f={w3#w=3ITqO5qSa{Ohga#yIz zU8yQ}m8#s;s&dz;%3Z4}cb#(E^~%&YD0AMZI&hP!-*;L4bf)jA0)Af=u&CVns4B%B zs)l!}8s4R9c()YAJ*tHFsuJF(N_f9=@dK(X52`9Yq^kI^s^TN8iaOI~RmR6u86Q_= zd_tA+NoDb;q)E3Zmv2>7+9pN!v})5c%IVLlLOrL<{=Dkx3#z9ts-C{YN~$xxtQz); zRL85Vtk5@9oj+7H_>pSccGZL*tHS+6mEotVb3apk__?axYpOma)zTfRP&-v`UuPxI znSLRC`-W=vFIh2gmS3q_{95(zH>zB3st*5FwdHrJl)qOM`Gaa=T5V80Rc)xSMyakg zrEl7XdedI@rtNO(4gc~)UT^Yxlh>QQt2ewyv~TMhR?H1jIUAMZZ&r@KMS1;J<@MW` z*OkYj(ryzlFs+Rp$RqS`FU%yx7`h)7#A6c7Ntyq^-aj4!# zsTz%thC7ATNBU;E^iBIvZ#t;nwBJp=;a`i%>rGy7@_JLg-cS+j5B-}v@HrZEU$9a4 z1=s1m;07tQjZ$bg>%QPEQfIeHo!v%t7U~V}3*Ih;c8L_)rBY~@NugaKg?6PB+Er3$ zS4*K?BZYRY6xwxCXxB@j-Jtt|H%gt|Bz5*(sxzJGds0l_mtrbPF+D29bcYnvol;D9 zNip3mWps}!=Dn(z_o-suuZsDAD&~VyLJz50KCEi_2&-kNHM}qQm@4Mus+doxVm_&g z`IIW=7FEoxs+ikUF`rh&d`1=XSyjyEbVu-c>6RCyEM8=;#<5>wt`28=S$70q(LKah zRmb*^`)Ss{=@{xwN7b8-yQw$)3r~5y$?HvCZ_3vj=IOkDvuFJq*5<1;QomZGoi`!USsJSbU!EFPwRwNeU~HkP;by%!F&OX)-hjzBlSl$QolnZ^*c32ze{8E zyER6?M`QGRr33Dh0=Qo);Q`(Mc~EzY9@3cnVcl7Lgk$$mZ_ryoz3B=2xU|L-(g9CO zIXxxiv_8GcqpQ5(m+=}OzOrt_rge2ASJXDntXnsE zO;WdVdmn7xejE*UuGoGQ%^;cqG{@7NN^=6uF*K*q^rjg?)0gH*nie!i)AXVlNYj(1 zKh23WC()cj^Ff-SG#{Wjo#rDnAEp^h^C6mJX3G1Xxh_oM#c6vG+kf@blTpJ%lvEa+k4P-qdA1;aGH~83N%$TN6;Kbb0Ezh zY5oAyID&>BqLCk>k)N)S@4u1GYaC9)&)G=lH4cN>{(COT6~E(>KDIV+=k0$_!-HS@lR`4Y|9G+(A! zNwbP(HO*IO*3dN2oI~?fnns$nH0x--Mzfyg>ogl^&ZYSV%|@DU(rlvn7R`Ay-=;aA z<^q}vX)dC^~}X*Sb5O7j@a<1|muJW2Bu%@&%iG}~yNrg?_uS(@i)o~L<%=0%#9XkMmyh2~Y7 zAJF`e=0`N!X?{%e6PlmW{EX)3G_TQ=Xm-%-q zX8efBr=EQBwzf0YuU%VTi{$$C%Wj)C?6uR!tmj25UQ+x-@sq`WC|+Is$KpQ~|G9Wg z@n4GnTKu=-wZ%^ruPgq0@jr^!7yq+(L-D_gHx@r#ys7x##s4XOrue_b&lW#d{Cx2X z#V;1WRQz)BE5)xCzgGNu@f*c&7Qa>ecJb!oEyY`lw-vurynXXWH(#>(W1IhK^QD{r zdh_3GzHIa5n?Jt!ip_t!`R_Jgx%uxmU$yy@1KMuuv=qsHZQZ(>)wQeYwzXS{_qo1y zdEK@uuCH0Qre;lJQrB3ssiAO!&e+y*a_!QQn;Pp^uB=~rUWf5Brw%;z)RR6i@T4gN4%pVKp}t{I&4xO> zym1iUUQ)Mi(Ap*812i7*pjX<%$PlM=J?@LY9NS6|)n0SdFso<|f z#hV`=JbNuJ^I%-`6?F~uYX`4wTsnB^ipDjo*Q{+=QP)^ExMBUu^{eU!X4b7u&K}&b zY2Au7s|Vw%ZWz3>eo5dH1`QcH7(rDxu%UM8*@(xrgK_Z(hl`IR>*5b)KsMTMmqKz- z!=^XeorcBrE9*Yecw}Wo1^!>LcKtz>6{VJym6gv{j45>)HmtH+i!H6%lq!Z*wr{hg zU5Cqums)c11ueGbVyR6<`;J)OR?yC%y`Y0ZM?oip&Vnum2M7){s1g(mss&vQ4ia=T zI9Sl#;1I!~28RiH7#uD*!r(|jPlKZbM+r$7@irn)*3DexYRHSSZBD*Ub|zt;fl(N&Rw>2>b(2^ z@4VRdZmGa8jcQTRx@{i&imp8N<%az~_D8p{;2+Z}5B}k$Jn^%nG@Hafwv`3{xHft4 z=fQ8|sb&-W{ZH9ai&&paXz{yg}bS@72$VZpzoXCC}{@HemE-?6l(1%GmM9{hRmH?QC? z)g5iYzpQs2{CV&y{ucZzkI92S z5B_Er{Hu{Z7k7{kfb<*60qHlC1JZ9O2c+Ln4oJVD9FTrPIUxOpazOeG<$&}X z$^q#&lmpUlCCl{F__&PsN|4RQOMunh$;~{PV$&q%YjC{||nq7tRmizi43|{(1N}xA0%QFogdZi}S%xKKOCr zkD-CT@d?}y2R}87L-?OrlV|@t`@8UO7K5MKnh^d=YV+{V!@s$O|I*qJ{>joj{PXZ{ zZsA|IG=%@Mx_s=PkNsWvH;1wRj^%YB{8ucm99G#reag3e`jjsm(Z(KvYs+2SQ@()o zDPKVPlrJEC$`_D6lUj&#NTFl8st?|FX55Csoy zFrxGEdp>@*dsO-OJps%MKWty+I{ZK)*}U(jM} zE@CoG>o!>5R?yC%y`Y0ZM?oip&Vnum2M7){s1g(mss&vQ4ia?3x0heuvUISZyTKuX zLk$iS^e{MFaD>5;f}RFP362)*=q2cFTlxt48uSzNHy9w`--pLLI99;Fmkk&w;NK4h z3>NV3sRD)w`1d6NCkXiW_5ddd`1i*ErwI7>m;fIT@bA+AJ|y7Z>i~RM@DYR41(-~u zO~WgNm`o!aX^6=*#GRuJF_}hN#~NZXjc~jnCesKf8e%eyaIzsL(+H;;;^w4qx*;AR z5zaKk&3NH#LnM3QTthrRE1YkL;1@15#PhSl#fEr(R#;<*=VyhrhIoEfxYRHSSZ9dm zXSsFfazi{ntDWl&&kA_9;mUxk3|9wSW7rVz9K*(dYYo>0TyMA`;JJny18y=rFW~ux z7X-Y}@S=bh8xCt>?|Ha>`${7Mjx-zEq?>kZE`+yNTW7rsQt>LkT&qJlAkzz)gnd1w7yIf`Atq zUKH?R!(lDM^;JqOjR-i>aFnn`X|&;(uyw5AxUhA+;RIm2%d1Nh4JQc;J0}}X30tQc zPP470>4r1H)|rO0!q(Y_bHdiShVuf>H(U^QUTC-|;9|ow!p=2@XNIk{hD!o2HB7?J zb%x8r*5!sP0@fRz6?Q(`aAm+%hO2Gooofsm!q#&P8w0L2To-V?;f8?c8g2}@$?&{@ z=Nn!S@Iu3j0$yx5td(7q;jJt`3k#)@hNA+GHXIXhtl_wT;|(VSoM<>H;AF!o0jC;H zGu%1da7NfV({NV6*@klh&NZADaK7P!fC~*51zc=+M!*`wGXvHdE(y5QFbP;^xGdmu z!xaJR4bKXAw&BWvs|;5MTw~Y}@EpTN!<}ml*M+U?4L1Zl*KlLNO@`+MJm2twfEOBG z6!2ohVXb+63#H*U4jLh>DvdN86}FBx920P?;kba~4JQPgXgEn&Rhn!#C2XB)I4$6G z!x>@cnTE4$>(1GRbHdJZ4d;cO=Nm2vTNfHG3R@Q&o)NId@XWAtt>F@3b!n+#60pv2 zS-|CnD+1OVo)z$H!<7M78Lkev#;_saIfjh^*BY)1xZZGs;m&gnH-@d749^RAzTpJ{ zFEqR;;Khc+FtTM*9p1)%e*=y*92Ic1;h2D94aWr>Z#W^~M8in|CmT))IMr}k!0CoF z0?ss?6>zrUoPcu;=NaytZ@3_AU1+!{;9|ow0@fIw8L-xHNx-FsNx(Y8WdWBPt_WCf zcvir(4Oa$SWw<)v8pDQw=NL8yTx+;4;CjOi0natu7;ux}d4@aBH@qNhz0mNYfEODM zYa6bwNtY2q{Qeq_3OL$uOu(^*TjQ>vF>t0qYIV3V62R z%7Cj3R|i~U*bwj>!^VJX4c7%+FWj*q;JJny18%aN&m(@kx^%wb1pzNKyvTOmak1er zh*A9h?ik*VzrV$b9y`XgtLQ#xYte0#dOHNX0H76}x~`>;h7; z3rNK-AQiiSqczZ^*ah^qQD+}PUxR*vRP186RO|v$u?tAWE+7@VfK==PQn3q2#V#Nf zyMR>e0#dOHNX0I|i(Q}>yFf2?fnMwaz1RhMu?zHK7wE+<(2HH57rQ_&c7a~(0=?J; zda(=iVi)MeF3^izpclJ9FLr@m>;k>m1$way^kNt2#V*i`U7#1cKreQIUhD$B*adpA z3-n?a=*2G3i(Q}>yFf2?fnMwaz1RhMu?zHK7wE+<(2HH57rQ_&c7a~(0=?J;da(=i zVi)MeF3^izpclJ9FLr@m>;k>m1$way^kNt2#V*i`U7#1cKreQIUhD$B*adpA3-n?a z=*2G3i(Q}>yFf2?fnMwaz1RhMu?zHK7wE+<(2HH57rQ_&c7a~(0=?J;da(=iVi)Me zF3^izpclJ9FLr@m>;k>m1$way^kNt2#V*i`U7#1cKreQIUhD$B*adpA3-n?a=*2G3 zi(TLdNu_FuU7(5G>Jr5+(8O+aiDDOMVz;_Pu?sY@i<=pSCU&b!6ua1JVz;_Pu?sY@ zTP?8*G_hM;g^fR+lJtfhKmVOBB066T8(Vid~?I-Rcs>F3`kob%|mZ zXkxdzM6nArv5Uc!p^4q<62&gIn%J!_QS1Uu>{gd3c7Y~#t4kESKoh&wC5m03iQVcF z#V*jqZgq)b7ieO)T4EPyVz;_Pu?sY@TV0~q1)A8cE>Y|PP3&SYWoTlzx zOBB066T1*Y&_+NLySToFCU$Xs4NdIg`Wl+p#q~8bv5V_#Xkr)F*U-c+uCJkq-Rcs> zF3xLW7uVO&#BR03F1DK3#r3tVCU$Xs4NdIg`Wl+p#q~8bv5V_#Xkr)F*U*byoXCq^ zpclJ9FLr@m>;k>m1$way^kNriVz*GD*adpA3-n?a=*2EjVwZzud#%JSkYX2Gz1RhM zu?rj_sf3$VkV-%kyM+?PF3`kop+vC@G_eaYWN2cyP@>qyRuj9062&gi#BQNPu?sY@ zTPRWN0!{1|N))?56T5{H#V*jqZlOf63pBA?kk|#9*e#SOc7Y~#3nhwOpo!f=iDDOM zVz*GD*ae!{EtDvBfhKkfC5m03iQPhpVi#y)w@{+k1)A6`lqhzACUy%Yid~?I-9m|C z7ieO)P@>ocn%KqlH8inXC{gTUtBKu0iDDOMVz*GD*ae!{ElBJFP3#s*6uUqZyM+?P zF3`j-ZdO4X0lnA-n%KqlwXG(0aeWQF*u~CX>;g^f;%1fY?8Pp&da(;Mv0GK5*adpA z3-n?aXkxdjM6nC>Vi#y)w@P9cXkxdjM6nC>Vi#y)w@P9cXkxdjM6nArv0GK5*ae!{ z#q~8bv5V_#Xkr)F*U-c+uCJkqU0h#76T7&+h9-7#eT6~n;`$nz*v0j=oh5d0f01Gr z?@D49NU;kvv0ISX1)A6`NbL57j6IrS_lOg>Rvjs^d+M%Y_XzBDD8+8x*>z$U4eeCy z0#dOHNX0H76}x~`>;h7;3rNK-AQiiSRO|v$u?z5G7wE+<(2HH57rQ_&c7a~(0=?J; zda(=iVi)MeF3^izpclJ9FLr@m>;k>m1$way^kNt2#V*i`U7#1cKreQIUhD$B*adpA z3-n?a=*2G3i(Q}>yFf2?fnMwaz1RhMu?zHK7wE+<(2HH57rQ_&c7a~(0=?J;da(=i zVi)MeF3^izpclJ9FLr@m>;k>m1$way^kNt2#V*i`U7#1cKreQIUhD$B*adpA3-n?a z=*2G3i(Q}>yFf2?fnMwaz1RhMu?zHK7wE+<(2HH57rQ_&c7a~(0=?J;da(=iVi)Me zF3^izpclJ9FLr@m>;k>m1$way^kNt2#V*i`U7#1cKreQIUhD$B*adpA3-n?a=*2G3 zi(Q}>yFf2?fnMwaz1RhMu?zHK7wE+<(2HH57rQ_&c7bI(yC!zA)r(!A7rQ_&c7a~( z0=?J;da(=iVi)MeF3^izpclJ9FLr@m>;k>m1$way^kNt2#V*i`U7#1cKreQIUhD$B z*adpA3;c`f>_QAdgyCJi=bhbx#4e6pwzCT{Wasr_7dv~g3-n?a=*2G3i(Q}>yFf2? zfhKk_Shn+;*u`Mk(8O+4Dbv|Cv5VJwu?zHK7wE+>i$i&_3oP5&#mx*TCu}X-*)_3?ttNJ>cH7xCv5TF(*adpA3;Z*8c5$=H zKA^-d?)2=gvx}P^ zbFrI?U7KE;i(So#&ZjZ6CgfsQ!H`d5W-#PpSMwfsH;vgkyYSUJ5WCjd#cO?M7nqA( zxji$D**d#$&N~ph*4f2teP;ipf7x-ruyXf4TH+*LoZ^L(Xf$w@6bLi~iP`+DvkvkUZ{ zU7+vm0{h9>i=FpG>{@3R zJMW3uwazYf_MKgz@9YA7XBX%@yTGzy*E+k{YMtFb5xdse#a7?h1^Uh|(06u$*4f3) zDpQJoQDPUJdnb0$7TwpyZs_d7?Y^@M^qt+koW|TIoyOcJoyOe9Ph$q8)0hG2G-g0L zjTw+mV+N$tm;r^ip4kPY)0hG2G-g0LjTw+mV+N$tm;vcDWXkWOO;q@7(r+Svu9on1iM*#)GXT|nB|1*Dx_K-$>_q@7(r+Svv8&Mwe*c7eXL z3-p~`pzrJgeP;ipf7w9{?K;PK~`pz!UcXolkvkUZ{ zU7+vm0)1x}=sUYW-`NHF&Mwe*c7eXL3-p~`pzrJgz1Ri%&Mwe*c7eXL3-p~`pzrJg zeP;ipf7w9{?K;PK~`pz!UcXolkvkUZ{U7+vm0)1x}=sUYW-`NHF&Mwe*c7a~(0)1x} z=sUYW-`NHF&Mwe*c7eXL3-p~`pzrJgePL7)%*jXBV9VL+k893>o^)E?#S57lSF=YGN0iAw%oz7Br0+ zJ6mTLgJs)lon1_WG_=kxra>B7XBVA6L+k8f8l<6hcG3AWw9YQ3K^j_T7lSE7>+E7M zWoVsUOoKGE&MrC!hSu4|G&w`->|&anp>=lA`7^Z6E(Xhn*4f20IYaC07Br0+AK%0- z2Fte9I=h%AXK0;WOp`P8on5@v#4b8Rw$;QgI)8>HcI}y6?CixZ(2HH57rQ_|jTz|0 zF3^izpclJ9FLr@m>;k>m1$way^kNt2#V*i`U7#1cK;PK~`pz!UcXolkvkUZ{U7+vm z0{t{*pclJ9FLr@m>;ipf7w9{?K;PK~`pzy;Vi!;4va<{HVi)MeF3@*&fxfc~G_i|m z>JWcG6T6tEZfIf`H>(Uy>|$nyp^05gQ#UlRi)reHzO#!Xo7lx;2)5P4E~cp)n%J$@ zG-m8Bv5RTyh9-8=`7<=Ji_V{+iCsK~U}&9PJceLsVi%7g7@F9{ zV+e-U*~QHaL+k9~F$6;syLb%2&^o)-n#PQe;5)lO6T5f}!FHC|#oY@|W5!mA-H%sm z8Z*$uF0QX_^;k>m1$way^wXGuUhD#WXBX(FF$4WHW}u(O z4D{2Ofqoh@&`)Cq`f1ESKaCmar!fQlG-jZm#tihGU7+vm0)1x}=sUYW-`NHF&Mwe* zcKfu*basKhvx}X5XBX(FF$2BW1^Q=p`(T3dQJltn_z7F9j?gsbQ+A!kd^q+xgwvRN zr((BvDt3E&u?tAWE+7@VfK==PQn3q2#V#NfyMR>e0#dOHNX0H76}x~`>;h7;3rNK- zAQiiSRO|v$u?tAWE+7@VfK==PQn3q2#V#NfyMR>e0#dOHNX0H76}x~`>;h7;3-DqW z=*2G3i(Q}>yFf2?fnMwaz1RhMu?zHK7wE+<(2HH57rQ_&c7a~(0=?J;da(=iVi)Me zF3^izpclJ9FLr@m>;k>m1$way^kNt2#V*i`U7#1cKreQIUhD$B*adpA3-n?a=*2G3 zi(Q}>yFf2?fnMwaz1RhMu?zHK7wE+<(2HH57rQ_&c7a~(0=?J;da(=iVi)MeF3^iz zpclJ9FLr@m>;k>m1$way^kNt2#V*i`U7#1cKreQIUhD$B*adpA3-n?a=*2G3i(Q}> zyFf2?fnMwaz1RhMu?zHK7wE+<(2HH57rQ_&c7a~(0=?J;da(=iVi)MeF3^izpclJ9 zFLr@m>;k>m1$way^kNt2#V*i`U7#1cKreQIUhD$B*adpA3-n?a=%+CQeP;n_RKEO#I8NF3-r^Nfqoh@(06u$ei}2-Ph$p}*tO0s z(06u$zOxJTon4?8yFf2?fnMwaz1RhMu?zHK7wE+<(2HH57rQ_&c7a~(0=?J;da(=i zVi)MeF3^izpov}F%z#n^n%Kq73_}yUxS3&SViz|v3{C9fW`?1OU7N;?Lz&pMY0N+q zySSNQJDb?GY0TJaViz|vY^#agg1(>%TTSfZW`=Dwv5RN^3{C9XG-m8{dza0!{2%XBX%@yFe4WRT8^E6T8;g1^Uh|&^o(S61za(*#(-|t&-RUn%J$ui|4?qZQp753j7K_&+R|K0W{d literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..66a007c13f1c3463cd9c9812106b831f2b2a74ad GIT binary patch literal 77712 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..abdce9ec1cb307f67f63c9925d420f0fe8436d48 GIT binary patch literal 77551 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 fnp}~|l@~TUHI?{(D~eEJ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..22a38aa37885b9ad159d45a6af8dd4d04320d537 GIT binary patch literal 2392 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 Z15ZiMQ_}w2+0QV+)!G9u2qK2E{{U-Rv9$mI literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6aed0cc5c2e83b00fec47127773b51df962e6aa9 GIT binary patch literal 12301 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fb59fbf3f95cf61dbda98c250e4e3146284bac7d GIT binary patch literal 10014 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 OY4_^IFDZPI_WunqrX8LD literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f4e4972b95b0d53969758bab31c00d36b8761bc3 GIT binary patch literal 3210 zcma(TO>Y~=b#}Q+Ex)u9DN&;JWjTgz#+3-kc4HWVTvw7m0EcX~IP`g8k61ik% zmw`#pfY1sp1vsz+w2%V?s1H5Za1r!q^e^;cN@>Y19K=D8gHI)*8V!OT`ev3ZQ?iP5 zK)#vxF>mM1`&bbOUJmi-2GTmVkS1Z*QGyn$uic{-n@a3$PZkTjOy@ zn%BfF;b}`jQaYfz+o&F`1ADO#`_p^`Bw=45Eojn~knDuD3_3ip?y90YT(Wx!MSYf+ z9@aK@)z2JkLm2eK8k9&n`J%x|=o&=WpRcwj|4EYT>$>%uI2UEhgknGmd&iR@C)M;lQAP>;;}+X z-AJusBUZ>1VhV_9c>$VN~8R_ilSX^6!H>;FAMyQBC$( zZ{?DM)A@~`m{$)ZN{Dmf<^2=Rq#xs|VQL)ni9Lu)@ z_hf2g=XPgZ8mvi!pG(8c_Pf_%kPRB2 zC)pt^KMNOZDtao1%YAL9X=hB*T{L<((Mvh}|9#a$WB_)MLAtl?i&8eFuNEOd4msW- z{Uv_!14nBctu6 zP8?wY$}FFRokMT)obv#8_-*dSEcl_fP5Ter+3}}?j^K*FqTxiS*P~r5Q7x~I@0bv2 z&;v;a&@FLpadBahP_J9=_(DRNpR?SyfaSiGSfaReePKC1tK3Rh;!@(;V!{foLO!WQ zLa+`q6uvChSq*?vPE}i;*}25rOyXAjhSkYr^Ljd?VO_;maOvj4Vq#`Fp(JiD&H-|J z7U~K08X2XB;8aN2R?(-r40`;NFzj>|(im%Hxh;(;;R?tYbpV^F(H;2~c|AX>UTX}D z{9*c&>H5IM+Q7v>|7>sIz3T0TJn(6yJ~B}onb?&lUJSomAD*ZUPdpHQ=le%jZ;Lxw z8=2gdCmHubZTP}rF5SB)Pc%Y(JJTOe*F%?Tp-X$A_nuAcg{B%k{q>$RyFF(fkJft5 z|Gno-vloui>_`5t`&YKFd^%W<#A=b)t}oV*Lv{I7O+K|JpMGT4&ra9QPVdUohranz z4&5(rm!C_Kw+j+246HcNQUI?j?k@D-< zsc>Z|1xrwXAgF}+>Ss5;D))T$&#SL!DQLYknpdN|9RY!b_?$9x^V*{F{^G(vw`jQV7rox1EU;i^W@=3nFqFU6#(^VZ`IxK$#vgQ%{TOj+x3k${J{rWJ$$Yf zKKJ-^{oSb={K8W;|5WvQBNToZ{&?!Sf21MzRs-zr;2eHX6^{n#GlRAQMX|h!lFMtw zEM5B*<%41>YjemYkY&A_^)O3asHlH$?sqlcYpC~HMW)&sM5n6y)qec)0xN(&Om!cP`Y1E;bPm zo(=BPsd+{e!;i#&BbeA_u`|S@e#>o^3h)}X%?z~qrTw@ev{_m~J5yQG=j=B%d%Rg9 zhR2%0N=&P^*_N+g+LtN) z742U@%=`)_!~n|5A1G?4OgL#G#2tL^vCp;6J@?!CI!$7HeEq0@7xV8KSVm(}+_G3) zB{JzIl5~k8pIS@Gzbse2kbBf^)QwJa^p(EPH9~1+RVYvw8UungMGe6M>e3auUxQb{ zYcI{O06yayuJ*I_4iR%I5;JTse&#ea5rgTVv7X$}8@wqAKF9+gIJ067?X?^^8ZcOZ&TgF^HUERNT`@qkZ rI$H-mj>k=d5b|fGMVdDcl8w#r+AsR>C*Ar^x2}(VP`GUS)yVn_ubZLQ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py new file mode 100644 index 00000000..87d9f972 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py @@ -0,0 +1,386 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Big5 frequency table +# by Taiwan's Mandarin Promotion Council +# +# +# 128 --> 0.42261 +# 256 --> 0.57851 +# 512 --> 0.74851 +# 1024 --> 0.89384 +# 2048 --> 0.97583 +# +# Ideal Distribution Ratio = 0.74851/(1-0.74851) =2.98 +# Random Distribution Ration = 512/(5401-512)=0.105 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR + +BIG5_TYPICAL_DISTRIBUTION_RATIO = 0.75 + +# Char to FreqOrder table +BIG5_TABLE_SIZE = 5376 +# fmt: off +BIG5_CHAR_TO_FREQ_ORDER = ( + 1,1801,1506, 255,1431, 198, 9, 82, 6,5008, 177, 202,3681,1256,2821, 110, # 16 +3814, 33,3274, 261, 76, 44,2114, 16,2946,2187,1176, 659,3971, 26,3451,2653, # 32 +1198,3972,3350,4202, 410,2215, 302, 590, 361,1964, 8, 204, 58,4510,5009,1932, # 48 + 63,5010,5011, 317,1614, 75, 222, 159,4203,2417,1480,5012,3555,3091, 224,2822, # 64 +3682, 3, 10,3973,1471, 29,2787,1135,2866,1940, 873, 130,3275,1123, 312,5013, # 80 +4511,2052, 507, 252, 682,5014, 142,1915, 124, 206,2947, 34,3556,3204, 64, 604, # 96 +5015,2501,1977,1978, 155,1991, 645, 641,1606,5016,3452, 337, 72, 406,5017, 80, # 112 + 630, 238,3205,1509, 263, 939,1092,2654, 756,1440,1094,3453, 449, 69,2987, 591, # 128 + 179,2096, 471, 115,2035,1844, 60, 50,2988, 134, 806,1869, 734,2036,3454, 180, # 144 + 995,1607, 156, 537,2907, 688,5018, 319,1305, 779,2145, 514,2379, 298,4512, 359, # 160 +2502, 90,2716,1338, 663, 11, 906,1099,2553, 20,2441, 182, 532,1716,5019, 732, # 176 +1376,4204,1311,1420,3206, 25,2317,1056, 113, 399, 382,1950, 242,3455,2474, 529, # 192 +3276, 475,1447,3683,5020, 117, 21, 656, 810,1297,2300,2334,3557,5021, 126,4205, # 208 + 706, 456, 150, 613,4513, 71,1118,2037,4206, 145,3092, 85, 835, 486,2115,1246, # 224 +1426, 428, 727,1285,1015, 800, 106, 623, 303,1281,5022,2128,2359, 347,3815, 221, # 240 +3558,3135,5023,1956,1153,4207, 83, 296,1199,3093, 192, 624, 93,5024, 822,1898, # 256 +2823,3136, 795,2065, 991,1554,1542,1592, 27, 43,2867, 859, 139,1456, 860,4514, # 272 + 437, 712,3974, 164,2397,3137, 695, 211,3037,2097, 195,3975,1608,3559,3560,3684, # 288 +3976, 234, 811,2989,2098,3977,2233,1441,3561,1615,2380, 668,2077,1638, 305, 228, # 304 +1664,4515, 467, 415,5025, 262,2099,1593, 239, 108, 300, 200,1033, 512,1247,2078, # 320 +5026,5027,2176,3207,3685,2682, 593, 845,1062,3277, 88,1723,2038,3978,1951, 212, # 336 + 266, 152, 149, 468,1899,4208,4516, 77, 187,5028,3038, 37, 5,2990,5029,3979, # 352 +5030,5031, 39,2524,4517,2908,3208,2079, 55, 148, 74,4518, 545, 483,1474,1029, # 368 +1665, 217,1870,1531,3138,1104,2655,4209, 24, 172,3562, 900,3980,3563,3564,4519, # 384 + 32,1408,2824,1312, 329, 487,2360,2251,2717, 784,2683, 4,3039,3351,1427,1789, # 400 + 188, 109, 499,5032,3686,1717,1790, 888,1217,3040,4520,5033,3565,5034,3352,1520, # 416 +3687,3981, 196,1034, 775,5035,5036, 929,1816, 249, 439, 38,5037,1063,5038, 794, # 432 +3982,1435,2301, 46, 178,3278,2066,5039,2381,5040, 214,1709,4521, 804, 35, 707, # 448 + 324,3688,1601,2554, 140, 459,4210,5041,5042,1365, 839, 272, 978,2262,2580,3456, # 464 +2129,1363,3689,1423, 697, 100,3094, 48, 70,1231, 495,3139,2196,5043,1294,5044, # 480 +2080, 462, 586,1042,3279, 853, 256, 988, 185,2382,3457,1698, 434,1084,5045,3458, # 496 + 314,2625,2788,4522,2335,2336, 569,2285, 637,1817,2525, 757,1162,1879,1616,3459, # 512 + 287,1577,2116, 768,4523,1671,2868,3566,2526,1321,3816, 909,2418,5046,4211, 933, # 528 +3817,4212,2053,2361,1222,4524, 765,2419,1322, 786,4525,5047,1920,1462,1677,2909, # 544 +1699,5048,4526,1424,2442,3140,3690,2600,3353,1775,1941,3460,3983,4213, 309,1369, # 560 +1130,2825, 364,2234,1653,1299,3984,3567,3985,3986,2656, 525,1085,3041, 902,2001, # 576 +1475, 964,4527, 421,1845,1415,1057,2286, 940,1364,3141, 376,4528,4529,1381, 7, # 592 +2527, 983,2383, 336,1710,2684,1846, 321,3461, 559,1131,3042,2752,1809,1132,1313, # 608 + 265,1481,1858,5049, 352,1203,2826,3280, 167,1089, 420,2827, 776, 792,1724,3568, # 624 +4214,2443,3281,5050,4215,5051, 446, 229, 333,2753, 901,3818,1200,1557,4530,2657, # 640 +1921, 395,2754,2685,3819,4216,1836, 125, 916,3209,2626,4531,5052,5053,3820,5054, # 656 +5055,5056,4532,3142,3691,1133,2555,1757,3462,1510,2318,1409,3569,5057,2146, 438, # 672 +2601,2910,2384,3354,1068, 958,3043, 461, 311,2869,2686,4217,1916,3210,4218,1979, # 688 + 383, 750,2755,2627,4219, 274, 539, 385,1278,1442,5058,1154,1965, 384, 561, 210, # 704 + 98,1295,2556,3570,5059,1711,2420,1482,3463,3987,2911,1257, 129,5060,3821, 642, # 720 + 523,2789,2790,2658,5061, 141,2235,1333, 68, 176, 441, 876, 907,4220, 603,2602, # 736 + 710, 171,3464, 404, 549, 18,3143,2398,1410,3692,1666,5062,3571,4533,2912,4534, # 752 +5063,2991, 368,5064, 146, 366, 99, 871,3693,1543, 748, 807,1586,1185, 22,2263, # 768 + 379,3822,3211,5065,3212, 505,1942,2628,1992,1382,2319,5066, 380,2362, 218, 702, # 784 +1818,1248,3465,3044,3572,3355,3282,5067,2992,3694, 930,3283,3823,5068, 59,5069, # 800 + 585, 601,4221, 497,3466,1112,1314,4535,1802,5070,1223,1472,2177,5071, 749,1837, # 816 + 690,1900,3824,1773,3988,1476, 429,1043,1791,2236,2117, 917,4222, 447,1086,1629, # 832 +5072, 556,5073,5074,2021,1654, 844,1090, 105, 550, 966,1758,2828,1008,1783, 686, # 848 +1095,5075,2287, 793,1602,5076,3573,2603,4536,4223,2948,2302,4537,3825, 980,2503, # 864 + 544, 353, 527,4538, 908,2687,2913,5077, 381,2629,1943,1348,5078,1341,1252, 560, # 880 +3095,5079,3467,2870,5080,2054, 973, 886,2081, 143,4539,5081,5082, 157,3989, 496, # 896 +4224, 57, 840, 540,2039,4540,4541,3468,2118,1445, 970,2264,1748,1966,2082,4225, # 912 +3144,1234,1776,3284,2829,3695, 773,1206,2130,1066,2040,1326,3990,1738,1725,4226, # 928 + 279,3145, 51,1544,2604, 423,1578,2131,2067, 173,4542,1880,5083,5084,1583, 264, # 944 + 610,3696,4543,2444, 280, 154,5085,5086,5087,1739, 338,1282,3096, 693,2871,1411, # 960 +1074,3826,2445,5088,4544,5089,5090,1240, 952,2399,5091,2914,1538,2688, 685,1483, # 976 +4227,2475,1436, 953,4228,2055,4545, 671,2400, 79,4229,2446,3285, 608, 567,2689, # 992 +3469,4230,4231,1691, 393,1261,1792,2401,5092,4546,5093,5094,5095,5096,1383,1672, # 1008 +3827,3213,1464, 522,1119, 661,1150, 216, 675,4547,3991,1432,3574, 609,4548,2690, # 1024 +2402,5097,5098,5099,4232,3045, 0,5100,2476, 315, 231,2447, 301,3356,4549,2385, # 1040 +5101, 233,4233,3697,1819,4550,4551,5102, 96,1777,1315,2083,5103, 257,5104,1810, # 1056 +3698,2718,1139,1820,4234,2022,1124,2164,2791,1778,2659,5105,3097, 363,1655,3214, # 1072 +5106,2993,5107,5108,5109,3992,1567,3993, 718, 103,3215, 849,1443, 341,3357,2949, # 1088 +1484,5110,1712, 127, 67, 339,4235,2403, 679,1412, 821,5111,5112, 834, 738, 351, # 1104 +2994,2147, 846, 235,1497,1881, 418,1993,3828,2719, 186,1100,2148,2756,3575,1545, # 1120 +1355,2950,2872,1377, 583,3994,4236,2581,2995,5113,1298,3699,1078,2557,3700,2363, # 1136 + 78,3829,3830, 267,1289,2100,2002,1594,4237, 348, 369,1274,2197,2178,1838,4552, # 1152 +1821,2830,3701,2757,2288,2003,4553,2951,2758, 144,3358, 882,4554,3995,2759,3470, # 1168 +4555,2915,5114,4238,1726, 320,5115,3996,3046, 788,2996,5116,2831,1774,1327,2873, # 1184 +3997,2832,5117,1306,4556,2004,1700,3831,3576,2364,2660, 787,2023, 506, 824,3702, # 1200 + 534, 323,4557,1044,3359,2024,1901, 946,3471,5118,1779,1500,1678,5119,1882,4558, # 1216 + 165, 243,4559,3703,2528, 123, 683,4239, 764,4560, 36,3998,1793, 589,2916, 816, # 1232 + 626,1667,3047,2237,1639,1555,1622,3832,3999,5120,4000,2874,1370,1228,1933, 891, # 1248 +2084,2917, 304,4240,5121, 292,2997,2720,3577, 691,2101,4241,1115,4561, 118, 662, # 1264 +5122, 611,1156, 854,2386,1316,2875, 2, 386, 515,2918,5123,5124,3286, 868,2238, # 1280 +1486, 855,2661, 785,2216,3048,5125,1040,3216,3578,5126,3146, 448,5127,1525,5128, # 1296 +2165,4562,5129,3833,5130,4242,2833,3579,3147, 503, 818,4001,3148,1568, 814, 676, # 1312 +1444, 306,1749,5131,3834,1416,1030, 197,1428, 805,2834,1501,4563,5132,5133,5134, # 1328 +1994,5135,4564,5136,5137,2198, 13,2792,3704,2998,3149,1229,1917,5138,3835,2132, # 1344 +5139,4243,4565,2404,3580,5140,2217,1511,1727,1120,5141,5142, 646,3836,2448, 307, # 1360 +5143,5144,1595,3217,5145,5146,5147,3705,1113,1356,4002,1465,2529,2530,5148, 519, # 1376 +5149, 128,2133, 92,2289,1980,5150,4003,1512, 342,3150,2199,5151,2793,2218,1981, # 1392 +3360,4244, 290,1656,1317, 789, 827,2365,5152,3837,4566, 562, 581,4004,5153, 401, # 1408 +4567,2252, 94,4568,5154,1399,2794,5155,1463,2025,4569,3218,1944,5156, 828,1105, # 1424 +4245,1262,1394,5157,4246, 605,4570,5158,1784,2876,5159,2835, 819,2102, 578,2200, # 1440 +2952,5160,1502, 436,3287,4247,3288,2836,4005,2919,3472,3473,5161,2721,2320,5162, # 1456 +5163,2337,2068, 23,4571, 193, 826,3838,2103, 699,1630,4248,3098, 390,1794,1064, # 1472 +3581,5164,1579,3099,3100,1400,5165,4249,1839,1640,2877,5166,4572,4573, 137,4250, # 1488 + 598,3101,1967, 780, 104, 974,2953,5167, 278, 899, 253, 402, 572, 504, 493,1339, # 1504 +5168,4006,1275,4574,2582,2558,5169,3706,3049,3102,2253, 565,1334,2722, 863, 41, # 1520 +5170,5171,4575,5172,1657,2338, 19, 463,2760,4251, 606,5173,2999,3289,1087,2085, # 1536 +1323,2662,3000,5174,1631,1623,1750,4252,2691,5175,2878, 791,2723,2663,2339, 232, # 1552 +2421,5176,3001,1498,5177,2664,2630, 755,1366,3707,3290,3151,2026,1609, 119,1918, # 1568 +3474, 862,1026,4253,5178,4007,3839,4576,4008,4577,2265,1952,2477,5179,1125, 817, # 1584 +4254,4255,4009,1513,1766,2041,1487,4256,3050,3291,2837,3840,3152,5180,5181,1507, # 1600 +5182,2692, 733, 40,1632,1106,2879, 345,4257, 841,2531, 230,4578,3002,1847,3292, # 1616 +3475,5183,1263, 986,3476,5184, 735, 879, 254,1137, 857, 622,1300,1180,1388,1562, # 1632 +4010,4011,2954, 967,2761,2665,1349, 592,2134,1692,3361,3003,1995,4258,1679,4012, # 1648 +1902,2188,5185, 739,3708,2724,1296,1290,5186,4259,2201,2202,1922,1563,2605,2559, # 1664 +1871,2762,3004,5187, 435,5188, 343,1108, 596, 17,1751,4579,2239,3477,3709,5189, # 1680 +4580, 294,3582,2955,1693, 477, 979, 281,2042,3583, 643,2043,3710,2631,2795,2266, # 1696 +1031,2340,2135,2303,3584,4581, 367,1249,2560,5190,3585,5191,4582,1283,3362,2005, # 1712 + 240,1762,3363,4583,4584, 836,1069,3153, 474,5192,2149,2532, 268,3586,5193,3219, # 1728 +1521,1284,5194,1658,1546,4260,5195,3587,3588,5196,4261,3364,2693,1685,4262, 961, # 1744 +1673,2632, 190,2006,2203,3841,4585,4586,5197, 570,2504,3711,1490,5198,4587,2633, # 1760 +3293,1957,4588, 584,1514, 396,1045,1945,5199,4589,1968,2449,5200,5201,4590,4013, # 1776 + 619,5202,3154,3294, 215,2007,2796,2561,3220,4591,3221,4592, 763,4263,3842,4593, # 1792 +5203,5204,1958,1767,2956,3365,3712,1174, 452,1477,4594,3366,3155,5205,2838,1253, # 1808 +2387,2189,1091,2290,4264, 492,5206, 638,1169,1825,2136,1752,4014, 648, 926,1021, # 1824 +1324,4595, 520,4596, 997, 847,1007, 892,4597,3843,2267,1872,3713,2405,1785,4598, # 1840 +1953,2957,3103,3222,1728,4265,2044,3714,4599,2008,1701,3156,1551, 30,2268,4266, # 1856 +5207,2027,4600,3589,5208, 501,5209,4267, 594,3478,2166,1822,3590,3479,3591,3223, # 1872 + 829,2839,4268,5210,1680,3157,1225,4269,5211,3295,4601,4270,3158,2341,5212,4602, # 1888 +4271,5213,4015,4016,5214,1848,2388,2606,3367,5215,4603, 374,4017, 652,4272,4273, # 1904 + 375,1140, 798,5216,5217,5218,2366,4604,2269, 546,1659, 138,3051,2450,4605,5219, # 1920 +2254, 612,1849, 910, 796,3844,1740,1371, 825,3845,3846,5220,2920,2562,5221, 692, # 1936 + 444,3052,2634, 801,4606,4274,5222,1491, 244,1053,3053,4275,4276, 340,5223,4018, # 1952 +1041,3005, 293,1168, 87,1357,5224,1539, 959,5225,2240, 721, 694,4277,3847, 219, # 1968 +1478, 644,1417,3368,2666,1413,1401,1335,1389,4019,5226,5227,3006,2367,3159,1826, # 1984 + 730,1515, 184,2840, 66,4607,5228,1660,2958, 246,3369, 378,1457, 226,3480, 975, # 2000 +4020,2959,1264,3592, 674, 696,5229, 163,5230,1141,2422,2167, 713,3593,3370,4608, # 2016 +4021,5231,5232,1186, 15,5233,1079,1070,5234,1522,3224,3594, 276,1050,2725, 758, # 2032 +1126, 653,2960,3296,5235,2342, 889,3595,4022,3104,3007, 903,1250,4609,4023,3481, # 2048 +3596,1342,1681,1718, 766,3297, 286, 89,2961,3715,5236,1713,5237,2607,3371,3008, # 2064 +5238,2962,2219,3225,2880,5239,4610,2505,2533, 181, 387,1075,4024, 731,2190,3372, # 2080 +5240,3298, 310, 313,3482,2304, 770,4278, 54,3054, 189,4611,3105,3848,4025,5241, # 2096 +1230,1617,1850, 355,3597,4279,4612,3373, 111,4280,3716,1350,3160,3483,3055,4281, # 2112 +2150,3299,3598,5242,2797,4026,4027,3009, 722,2009,5243,1071, 247,1207,2343,2478, # 2128 +1378,4613,2010, 864,1437,1214,4614, 373,3849,1142,2220, 667,4615, 442,2763,2563, # 2144 +3850,4028,1969,4282,3300,1840, 837, 170,1107, 934,1336,1883,5244,5245,2119,4283, # 2160 +2841, 743,1569,5246,4616,4284, 582,2389,1418,3484,5247,1803,5248, 357,1395,1729, # 2176 +3717,3301,2423,1564,2241,5249,3106,3851,1633,4617,1114,2086,4285,1532,5250, 482, # 2192 +2451,4618,5251,5252,1492, 833,1466,5253,2726,3599,1641,2842,5254,1526,1272,3718, # 2208 +4286,1686,1795, 416,2564,1903,1954,1804,5255,3852,2798,3853,1159,2321,5256,2881, # 2224 +4619,1610,1584,3056,2424,2764, 443,3302,1163,3161,5257,5258,4029,5259,4287,2506, # 2240 +3057,4620,4030,3162,2104,1647,3600,2011,1873,4288,5260,4289, 431,3485,5261, 250, # 2256 + 97, 81,4290,5262,1648,1851,1558, 160, 848,5263, 866, 740,1694,5264,2204,2843, # 2272 +3226,4291,4621,3719,1687, 950,2479, 426, 469,3227,3720,3721,4031,5265,5266,1188, # 2288 + 424,1996, 861,3601,4292,3854,2205,2694, 168,1235,3602,4293,5267,2087,1674,4622, # 2304 +3374,3303, 220,2565,1009,5268,3855, 670,3010, 332,1208, 717,5269,5270,3603,2452, # 2320 +4032,3375,5271, 513,5272,1209,2882,3376,3163,4623,1080,5273,5274,5275,5276,2534, # 2336 +3722,3604, 815,1587,4033,4034,5277,3605,3486,3856,1254,4624,1328,3058,1390,4035, # 2352 +1741,4036,3857,4037,5278, 236,3858,2453,3304,5279,5280,3723,3859,1273,3860,4625, # 2368 +5281, 308,5282,4626, 245,4627,1852,2480,1307,2583, 430, 715,2137,2454,5283, 270, # 2384 + 199,2883,4038,5284,3606,2727,1753, 761,1754, 725,1661,1841,4628,3487,3724,5285, # 2400 +5286, 587, 14,3305, 227,2608, 326, 480,2270, 943,2765,3607, 291, 650,1884,5287, # 2416 +1702,1226, 102,1547, 62,3488, 904,4629,3489,1164,4294,5288,5289,1224,1548,2766, # 2432 + 391, 498,1493,5290,1386,1419,5291,2056,1177,4630, 813, 880,1081,2368, 566,1145, # 2448 +4631,2291,1001,1035,2566,2609,2242, 394,1286,5292,5293,2069,5294, 86,1494,1730, # 2464 +4039, 491,1588, 745, 897,2963, 843,3377,4040,2767,2884,3306,1768, 998,2221,2070, # 2480 + 397,1827,1195,1970,3725,3011,3378, 284,5295,3861,2507,2138,2120,1904,5296,4041, # 2496 +2151,4042,4295,1036,3490,1905, 114,2567,4296, 209,1527,5297,5298,2964,2844,2635, # 2512 +2390,2728,3164, 812,2568,5299,3307,5300,1559, 737,1885,3726,1210, 885, 28,2695, # 2528 +3608,3862,5301,4297,1004,1780,4632,5302, 346,1982,2222,2696,4633,3863,1742, 797, # 2544 +1642,4043,1934,1072,1384,2152, 896,4044,3308,3727,3228,2885,3609,5303,2569,1959, # 2560 +4634,2455,1786,5304,5305,5306,4045,4298,1005,1308,3728,4299,2729,4635,4636,1528, # 2576 +2610, 161,1178,4300,1983, 987,4637,1101,4301, 631,4046,1157,3229,2425,1343,1241, # 2592 +1016,2243,2570, 372, 877,2344,2508,1160, 555,1935, 911,4047,5307, 466,1170, 169, # 2608 +1051,2921,2697,3729,2481,3012,1182,2012,2571,1251,2636,5308, 992,2345,3491,1540, # 2624 +2730,1201,2071,2406,1997,2482,5309,4638, 528,1923,2191,1503,1874,1570,2369,3379, # 2640 +3309,5310, 557,1073,5311,1828,3492,2088,2271,3165,3059,3107, 767,3108,2799,4639, # 2656 +1006,4302,4640,2346,1267,2179,3730,3230, 778,4048,3231,2731,1597,2667,5312,4641, # 2672 +5313,3493,5314,5315,5316,3310,2698,1433,3311, 131, 95,1504,4049, 723,4303,3166, # 2688 +1842,3610,2768,2192,4050,2028,2105,3731,5317,3013,4051,1218,5318,3380,3232,4052, # 2704 +4304,2584, 248,1634,3864, 912,5319,2845,3732,3060,3865, 654, 53,5320,3014,5321, # 2720 +1688,4642, 777,3494,1032,4053,1425,5322, 191, 820,2121,2846, 971,4643, 931,3233, # 2736 + 135, 664, 783,3866,1998, 772,2922,1936,4054,3867,4644,2923,3234, 282,2732, 640, # 2752 +1372,3495,1127, 922, 325,3381,5323,5324, 711,2045,5325,5326,4055,2223,2800,1937, # 2768 +4056,3382,2224,2255,3868,2305,5327,4645,3869,1258,3312,4057,3235,2139,2965,4058, # 2784 +4059,5328,2225, 258,3236,4646, 101,1227,5329,3313,1755,5330,1391,3314,5331,2924, # 2800 +2057, 893,5332,5333,5334,1402,4305,2347,5335,5336,3237,3611,5337,5338, 878,1325, # 2816 +1781,2801,4647, 259,1385,2585, 744,1183,2272,4648,5339,4060,2509,5340, 684,1024, # 2832 +4306,5341, 472,3612,3496,1165,3315,4061,4062, 322,2153, 881, 455,1695,1152,1340, # 2848 + 660, 554,2154,4649,1058,4650,4307, 830,1065,3383,4063,4651,1924,5342,1703,1919, # 2864 +5343, 932,2273, 122,5344,4652, 947, 677,5345,3870,2637, 297,1906,1925,2274,4653, # 2880 +2322,3316,5346,5347,4308,5348,4309, 84,4310, 112, 989,5349, 547,1059,4064, 701, # 2896 +3613,1019,5350,4311,5351,3497, 942, 639, 457,2306,2456, 993,2966, 407, 851, 494, # 2912 +4654,3384, 927,5352,1237,5353,2426,3385, 573,4312, 680, 921,2925,1279,1875, 285, # 2928 + 790,1448,1984, 719,2168,5354,5355,4655,4065,4066,1649,5356,1541, 563,5357,1077, # 2944 +5358,3386,3061,3498, 511,3015,4067,4068,3733,4069,1268,2572,3387,3238,4656,4657, # 2960 +5359, 535,1048,1276,1189,2926,2029,3167,1438,1373,2847,2967,1134,2013,5360,4313, # 2976 +1238,2586,3109,1259,5361, 700,5362,2968,3168,3734,4314,5363,4315,1146,1876,1907, # 2992 +4658,2611,4070, 781,2427, 132,1589, 203, 147, 273,2802,2407, 898,1787,2155,4071, # 3008 +4072,5364,3871,2803,5365,5366,4659,4660,5367,3239,5368,1635,3872, 965,5369,1805, # 3024 +2699,1516,3614,1121,1082,1329,3317,4073,1449,3873, 65,1128,2848,2927,2769,1590, # 3040 +3874,5370,5371, 12,2668, 45, 976,2587,3169,4661, 517,2535,1013,1037,3240,5372, # 3056 +3875,2849,5373,3876,5374,3499,5375,2612, 614,1999,2323,3877,3110,2733,2638,5376, # 3072 +2588,4316, 599,1269,5377,1811,3735,5378,2700,3111, 759,1060, 489,1806,3388,3318, # 3088 +1358,5379,5380,2391,1387,1215,2639,2256, 490,5381,5382,4317,1759,2392,2348,5383, # 3104 +4662,3878,1908,4074,2640,1807,3241,4663,3500,3319,2770,2349, 874,5384,5385,3501, # 3120 +3736,1859, 91,2928,3737,3062,3879,4664,5386,3170,4075,2669,5387,3502,1202,1403, # 3136 +3880,2969,2536,1517,2510,4665,3503,2511,5388,4666,5389,2701,1886,1495,1731,4076, # 3152 +2370,4667,5390,2030,5391,5392,4077,2702,1216, 237,2589,4318,2324,4078,3881,4668, # 3168 +4669,2703,3615,3504, 445,4670,5393,5394,5395,5396,2771, 61,4079,3738,1823,4080, # 3184 +5397, 687,2046, 935, 925, 405,2670, 703,1096,1860,2734,4671,4081,1877,1367,2704, # 3200 +3389, 918,2106,1782,2483, 334,3320,1611,1093,4672, 564,3171,3505,3739,3390, 945, # 3216 +2641,2058,4673,5398,1926, 872,4319,5399,3506,2705,3112, 349,4320,3740,4082,4674, # 3232 +3882,4321,3741,2156,4083,4675,4676,4322,4677,2408,2047, 782,4084, 400, 251,4323, # 3248 +1624,5400,5401, 277,3742, 299,1265, 476,1191,3883,2122,4324,4325,1109, 205,5402, # 3264 +2590,1000,2157,3616,1861,5403,5404,5405,4678,5406,4679,2573, 107,2484,2158,4085, # 3280 +3507,3172,5407,1533, 541,1301, 158, 753,4326,2886,3617,5408,1696, 370,1088,4327, # 3296 +4680,3618, 579, 327, 440, 162,2244, 269,1938,1374,3508, 968,3063, 56,1396,3113, # 3312 +2107,3321,3391,5409,1927,2159,4681,3016,5410,3619,5411,5412,3743,4682,2485,5413, # 3328 +2804,5414,1650,4683,5415,2613,5416,5417,4086,2671,3392,1149,3393,4087,3884,4088, # 3344 +5418,1076, 49,5419, 951,3242,3322,3323, 450,2850, 920,5420,1812,2805,2371,4328, # 3360 +1909,1138,2372,3885,3509,5421,3243,4684,1910,1147,1518,2428,4685,3886,5422,4686, # 3376 +2393,2614, 260,1796,3244,5423,5424,3887,3324, 708,5425,3620,1704,5426,3621,1351, # 3392 +1618,3394,3017,1887, 944,4329,3395,4330,3064,3396,4331,5427,3744, 422, 413,1714, # 3408 +3325, 500,2059,2350,4332,2486,5428,1344,1911, 954,5429,1668,5430,5431,4089,2409, # 3424 +4333,3622,3888,4334,5432,2307,1318,2512,3114, 133,3115,2887,4687, 629, 31,2851, # 3440 +2706,3889,4688, 850, 949,4689,4090,2970,1732,2089,4335,1496,1853,5433,4091, 620, # 3456 +3245, 981,1242,3745,3397,1619,3746,1643,3326,2140,2457,1971,1719,3510,2169,5434, # 3472 +3246,5435,5436,3398,1829,5437,1277,4690,1565,2048,5438,1636,3623,3116,5439, 869, # 3488 +2852, 655,3890,3891,3117,4092,3018,3892,1310,3624,4691,5440,5441,5442,1733, 558, # 3504 +4692,3747, 335,1549,3065,1756,4336,3748,1946,3511,1830,1291,1192, 470,2735,2108, # 3520 +2806, 913,1054,4093,5443,1027,5444,3066,4094,4693, 982,2672,3399,3173,3512,3247, # 3536 +3248,1947,2807,5445, 571,4694,5446,1831,5447,3625,2591,1523,2429,5448,2090, 984, # 3552 +4695,3749,1960,5449,3750, 852, 923,2808,3513,3751, 969,1519, 999,2049,2325,1705, # 3568 +5450,3118, 615,1662, 151, 597,4095,2410,2326,1049, 275,4696,3752,4337, 568,3753, # 3584 +3626,2487,4338,3754,5451,2430,2275, 409,3249,5452,1566,2888,3514,1002, 769,2853, # 3600 + 194,2091,3174,3755,2226,3327,4339, 628,1505,5453,5454,1763,2180,3019,4096, 521, # 3616 +1161,2592,1788,2206,2411,4697,4097,1625,4340,4341, 412, 42,3119, 464,5455,2642, # 3632 +4698,3400,1760,1571,2889,3515,2537,1219,2207,3893,2643,2141,2373,4699,4700,3328, # 3648 +1651,3401,3627,5456,5457,3628,2488,3516,5458,3756,5459,5460,2276,2092, 460,5461, # 3664 +4701,5462,3020, 962, 588,3629, 289,3250,2644,1116, 52,5463,3067,1797,5464,5465, # 3680 +5466,1467,5467,1598,1143,3757,4342,1985,1734,1067,4702,1280,3402, 465,4703,1572, # 3696 + 510,5468,1928,2245,1813,1644,3630,5469,4704,3758,5470,5471,2673,1573,1534,5472, # 3712 +5473, 536,1808,1761,3517,3894,3175,2645,5474,5475,5476,4705,3518,2929,1912,2809, # 3728 +5477,3329,1122, 377,3251,5478, 360,5479,5480,4343,1529, 551,5481,2060,3759,1769, # 3744 +2431,5482,2930,4344,3330,3120,2327,2109,2031,4706,1404, 136,1468,1479, 672,1171, # 3760 +3252,2308, 271,3176,5483,2772,5484,2050, 678,2736, 865,1948,4707,5485,2014,4098, # 3776 +2971,5486,2737,2227,1397,3068,3760,4708,4709,1735,2931,3403,3631,5487,3895, 509, # 3792 +2854,2458,2890,3896,5488,5489,3177,3178,4710,4345,2538,4711,2309,1166,1010, 552, # 3808 + 681,1888,5490,5491,2972,2973,4099,1287,1596,1862,3179, 358, 453, 736, 175, 478, # 3824 +1117, 905,1167,1097,5492,1854,1530,5493,1706,5494,2181,3519,2292,3761,3520,3632, # 3840 +4346,2093,4347,5495,3404,1193,2489,4348,1458,2193,2208,1863,1889,1421,3331,2932, # 3856 +3069,2182,3521, 595,2123,5496,4100,5497,5498,4349,1707,2646, 223,3762,1359, 751, # 3872 +3121, 183,3522,5499,2810,3021, 419,2374, 633, 704,3897,2394, 241,5500,5501,5502, # 3888 + 838,3022,3763,2277,2773,2459,3898,1939,2051,4101,1309,3122,2246,1181,5503,1136, # 3904 +2209,3899,2375,1446,4350,2310,4712,5504,5505,4351,1055,2615, 484,3764,5506,4102, # 3920 + 625,4352,2278,3405,1499,4353,4103,5507,4104,4354,3253,2279,2280,3523,5508,5509, # 3936 +2774, 808,2616,3765,3406,4105,4355,3123,2539, 526,3407,3900,4356, 955,5510,1620, # 3952 +4357,2647,2432,5511,1429,3766,1669,1832, 994, 928,5512,3633,1260,5513,5514,5515, # 3968 +1949,2293, 741,2933,1626,4358,2738,2460, 867,1184, 362,3408,1392,5516,5517,4106, # 3984 +4359,1770,1736,3254,2934,4713,4714,1929,2707,1459,1158,5518,3070,3409,2891,1292, # 4000 +1930,2513,2855,3767,1986,1187,2072,2015,2617,4360,5519,2574,2514,2170,3768,2490, # 4016 +3332,5520,3769,4715,5521,5522, 666,1003,3023,1022,3634,4361,5523,4716,1814,2257, # 4032 + 574,3901,1603, 295,1535, 705,3902,4362, 283, 858, 417,5524,5525,3255,4717,4718, # 4048 +3071,1220,1890,1046,2281,2461,4107,1393,1599, 689,2575, 388,4363,5526,2491, 802, # 4064 +5527,2811,3903,2061,1405,2258,5528,4719,3904,2110,1052,1345,3256,1585,5529, 809, # 4080 +5530,5531,5532, 575,2739,3524, 956,1552,1469,1144,2328,5533,2329,1560,2462,3635, # 4096 +3257,4108, 616,2210,4364,3180,2183,2294,5534,1833,5535,3525,4720,5536,1319,3770, # 4112 +3771,1211,3636,1023,3258,1293,2812,5537,5538,5539,3905, 607,2311,3906, 762,2892, # 4128 +1439,4365,1360,4721,1485,3072,5540,4722,1038,4366,1450,2062,2648,4367,1379,4723, # 4144 +2593,5541,5542,4368,1352,1414,2330,2935,1172,5543,5544,3907,3908,4724,1798,1451, # 4160 +5545,5546,5547,5548,2936,4109,4110,2492,2351, 411,4111,4112,3637,3333,3124,4725, # 4176 +1561,2674,1452,4113,1375,5549,5550, 47,2974, 316,5551,1406,1591,2937,3181,5552, # 4192 +1025,2142,3125,3182, 354,2740, 884,2228,4369,2412, 508,3772, 726,3638, 996,2433, # 4208 +3639, 729,5553, 392,2194,1453,4114,4726,3773,5554,5555,2463,3640,2618,1675,2813, # 4224 + 919,2352,2975,2353,1270,4727,4115, 73,5556,5557, 647,5558,3259,2856,2259,1550, # 4240 +1346,3024,5559,1332, 883,3526,5560,5561,5562,5563,3334,2775,5564,1212, 831,1347, # 4256 +4370,4728,2331,3909,1864,3073, 720,3910,4729,4730,3911,5565,4371,5566,5567,4731, # 4272 +5568,5569,1799,4732,3774,2619,4733,3641,1645,2376,4734,5570,2938, 669,2211,2675, # 4288 +2434,5571,2893,5572,5573,1028,3260,5574,4372,2413,5575,2260,1353,5576,5577,4735, # 4304 +3183, 518,5578,4116,5579,4373,1961,5580,2143,4374,5581,5582,3025,2354,2355,3912, # 4320 + 516,1834,1454,4117,2708,4375,4736,2229,2620,1972,1129,3642,5583,2776,5584,2976, # 4336 +1422, 577,1470,3026,1524,3410,5585,5586, 432,4376,3074,3527,5587,2594,1455,2515, # 4352 +2230,1973,1175,5588,1020,2741,4118,3528,4737,5589,2742,5590,1743,1361,3075,3529, # 4368 +2649,4119,4377,4738,2295, 895, 924,4378,2171, 331,2247,3076, 166,1627,3077,1098, # 4384 +5591,1232,2894,2231,3411,4739, 657, 403,1196,2377, 542,3775,3412,1600,4379,3530, # 4400 +5592,4740,2777,3261, 576, 530,1362,4741,4742,2540,2676,3776,4120,5593, 842,3913, # 4416 +5594,2814,2032,1014,4121, 213,2709,3413, 665, 621,4380,5595,3777,2939,2435,5596, # 4432 +2436,3335,3643,3414,4743,4381,2541,4382,4744,3644,1682,4383,3531,1380,5597, 724, # 4448 +2282, 600,1670,5598,1337,1233,4745,3126,2248,5599,1621,4746,5600, 651,4384,5601, # 4464 +1612,4385,2621,5602,2857,5603,2743,2312,3078,5604, 716,2464,3079, 174,1255,2710, # 4480 +4122,3645, 548,1320,1398, 728,4123,1574,5605,1891,1197,3080,4124,5606,3081,3082, # 4496 +3778,3646,3779, 747,5607, 635,4386,4747,5608,5609,5610,4387,5611,5612,4748,5613, # 4512 +3415,4749,2437, 451,5614,3780,2542,2073,4388,2744,4389,4125,5615,1764,4750,5616, # 4528 +4390, 350,4751,2283,2395,2493,5617,4391,4126,2249,1434,4127, 488,4752, 458,4392, # 4544 +4128,3781, 771,1330,2396,3914,2576,3184,2160,2414,1553,2677,3185,4393,5618,2494, # 4560 +2895,2622,1720,2711,4394,3416,4753,5619,2543,4395,5620,3262,4396,2778,5621,2016, # 4576 +2745,5622,1155,1017,3782,3915,5623,3336,2313, 201,1865,4397,1430,5624,4129,5625, # 4592 +5626,5627,5628,5629,4398,1604,5630, 414,1866, 371,2595,4754,4755,3532,2017,3127, # 4608 +4756,1708, 960,4399, 887, 389,2172,1536,1663,1721,5631,2232,4130,2356,2940,1580, # 4624 +5632,5633,1744,4757,2544,4758,4759,5634,4760,5635,2074,5636,4761,3647,3417,2896, # 4640 +4400,5637,4401,2650,3418,2815, 673,2712,2465, 709,3533,4131,3648,4402,5638,1148, # 4656 + 502, 634,5639,5640,1204,4762,3649,1575,4763,2623,3783,5641,3784,3128, 948,3263, # 4672 + 121,1745,3916,1110,5642,4403,3083,2516,3027,4132,3785,1151,1771,3917,1488,4133, # 4688 +1987,5643,2438,3534,5644,5645,2094,5646,4404,3918,1213,1407,2816, 531,2746,2545, # 4704 +3264,1011,1537,4764,2779,4405,3129,1061,5647,3786,3787,1867,2897,5648,2018, 120, # 4720 +4406,4407,2063,3650,3265,2314,3919,2678,3419,1955,4765,4134,5649,3535,1047,2713, # 4736 +1266,5650,1368,4766,2858, 649,3420,3920,2546,2747,1102,2859,2679,5651,5652,2000, # 4752 +5653,1111,3651,2977,5654,2495,3921,3652,2817,1855,3421,3788,5655,5656,3422,2415, # 4768 +2898,3337,3266,3653,5657,2577,5658,3654,2818,4135,1460, 856,5659,3655,5660,2899, # 4784 +2978,5661,2900,3922,5662,4408, 632,2517, 875,3923,1697,3924,2296,5663,5664,4767, # 4800 +3028,1239, 580,4768,4409,5665, 914, 936,2075,1190,4136,1039,2124,5666,5667,5668, # 4816 +5669,3423,1473,5670,1354,4410,3925,4769,2173,3084,4137, 915,3338,4411,4412,3339, # 4832 +1605,1835,5671,2748, 398,3656,4413,3926,4138, 328,1913,2860,4139,3927,1331,4414, # 4848 +3029, 937,4415,5672,3657,4140,4141,3424,2161,4770,3425, 524, 742, 538,3085,1012, # 4864 +5673,5674,3928,2466,5675, 658,1103, 225,3929,5676,5677,4771,5678,4772,5679,3267, # 4880 +1243,5680,4142, 963,2250,4773,5681,2714,3658,3186,5682,5683,2596,2332,5684,4774, # 4896 +5685,5686,5687,3536, 957,3426,2547,2033,1931,2941,2467, 870,2019,3659,1746,2780, # 4912 +2781,2439,2468,5688,3930,5689,3789,3130,3790,3537,3427,3791,5690,1179,3086,5691, # 4928 +3187,2378,4416,3792,2548,3188,3131,2749,4143,5692,3428,1556,2549,2297, 977,2901, # 4944 +2034,4144,1205,3429,5693,1765,3430,3189,2125,1271, 714,1689,4775,3538,5694,2333, # 4960 +3931, 533,4417,3660,2184, 617,5695,2469,3340,3539,2315,5696,5697,3190,5698,5699, # 4976 +3932,1988, 618, 427,2651,3540,3431,5700,5701,1244,1690,5702,2819,4418,4776,5703, # 4992 +3541,4777,5704,2284,1576, 473,3661,4419,3432, 972,5705,3662,5706,3087,5707,5708, # 5008 +4778,4779,5709,3793,4145,4146,5710, 153,4780, 356,5711,1892,2902,4420,2144, 408, # 5024 + 803,2357,5712,3933,5713,4421,1646,2578,2518,4781,4782,3934,5714,3935,4422,5715, # 5040 +2416,3433, 752,5716,5717,1962,3341,2979,5718, 746,3030,2470,4783,4423,3794, 698, # 5056 +4784,1893,4424,3663,2550,4785,3664,3936,5719,3191,3434,5720,1824,1302,4147,2715, # 5072 +3937,1974,4425,5721,4426,3192, 823,1303,1288,1236,2861,3542,4148,3435, 774,3938, # 5088 +5722,1581,4786,1304,2862,3939,4787,5723,2440,2162,1083,3268,4427,4149,4428, 344, # 5104 +1173, 288,2316, 454,1683,5724,5725,1461,4788,4150,2597,5726,5727,4789, 985, 894, # 5120 +5728,3436,3193,5729,1914,2942,3795,1989,5730,2111,1975,5731,4151,5732,2579,1194, # 5136 + 425,5733,4790,3194,1245,3796,4429,5734,5735,2863,5736, 636,4791,1856,3940, 760, # 5152 +1800,5737,4430,2212,1508,4792,4152,1894,1684,2298,5738,5739,4793,4431,4432,2213, # 5168 + 479,5740,5741, 832,5742,4153,2496,5743,2980,2497,3797, 990,3132, 627,1815,2652, # 5184 +4433,1582,4434,2126,2112,3543,4794,5744, 799,4435,3195,5745,4795,2113,1737,3031, # 5200 +1018, 543, 754,4436,3342,1676,4796,4797,4154,4798,1489,5746,3544,5747,2624,2903, # 5216 +4155,5748,5749,2981,5750,5751,5752,5753,3196,4799,4800,2185,1722,5754,3269,3270, # 5232 +1843,3665,1715, 481, 365,1976,1857,5755,5756,1963,2498,4801,5757,2127,3666,3271, # 5248 + 433,1895,2064,2076,5758, 602,2750,5759,5760,5761,5762,5763,3032,1628,3437,5764, # 5264 +3197,4802,4156,2904,4803,2519,5765,2551,2782,5766,5767,5768,3343,4804,2905,5769, # 5280 +4805,5770,2864,4806,4807,1221,2982,4157,2520,5771,5772,5773,1868,1990,5774,5775, # 5296 +5776,1896,5777,5778,4808,1897,4158, 318,5779,2095,4159,4437,5780,5781, 485,5782, # 5312 + 938,3941, 553,2680, 116,5783,3942,3667,5784,3545,2681,2783,3438,3344,2820,5785, # 5328 +3668,2943,4160,1747,2944,2983,5786,5787, 207,5788,4809,5789,4810,2521,5790,3033, # 5344 + 890,3669,3943,5791,1878,3798,3439,5792,2186,2358,3440,1652,5793,5794,5795, 941, # 5360 +2299, 208,3546,4161,2020, 330,4438,3944,2906,2499,3799,4439,4811,5796,5797,5798, # 5376 +) +# fmt: on diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py new file mode 100644 index 00000000..ef09c60e --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import Big5DistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import BIG5_SM_MODEL + + +class Big5Prober(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(BIG5_SM_MODEL) + self.distribution_analyzer = Big5DistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "Big5" + + @property + def language(self) -> str: + return "Chinese" diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py new file mode 100644 index 00000000..176cb996 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py @@ -0,0 +1,261 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Tuple, Union + +from .big5freq import ( + BIG5_CHAR_TO_FREQ_ORDER, + BIG5_TABLE_SIZE, + BIG5_TYPICAL_DISTRIBUTION_RATIO, +) +from .euckrfreq import ( + EUCKR_CHAR_TO_FREQ_ORDER, + EUCKR_TABLE_SIZE, + EUCKR_TYPICAL_DISTRIBUTION_RATIO, +) +from .euctwfreq import ( + EUCTW_CHAR_TO_FREQ_ORDER, + EUCTW_TABLE_SIZE, + EUCTW_TYPICAL_DISTRIBUTION_RATIO, +) +from .gb2312freq import ( + GB2312_CHAR_TO_FREQ_ORDER, + GB2312_TABLE_SIZE, + GB2312_TYPICAL_DISTRIBUTION_RATIO, +) +from .jisfreq import ( + JIS_CHAR_TO_FREQ_ORDER, + JIS_TABLE_SIZE, + JIS_TYPICAL_DISTRIBUTION_RATIO, +) +from .johabfreq import JOHAB_TO_EUCKR_ORDER_TABLE + + +class CharDistributionAnalysis: + ENOUGH_DATA_THRESHOLD = 1024 + SURE_YES = 0.99 + SURE_NO = 0.01 + MINIMUM_DATA_THRESHOLD = 3 + + def __init__(self) -> None: + # Mapping table to get frequency order from char order (get from + # GetOrder()) + self._char_to_freq_order: Tuple[int, ...] = tuple() + self._table_size = 0 # Size of above table + # This is a constant value which varies from language to language, + # used in calculating confidence. See + # http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html + # for further detail. + self.typical_distribution_ratio = 0.0 + self._done = False + self._total_chars = 0 + self._freq_chars = 0 + self.reset() + + def reset(self) -> None: + """reset analyser, clear any state""" + # If this flag is set to True, detection is done and conclusion has + # been made + self._done = False + self._total_chars = 0 # Total characters encountered + # The number of characters whose frequency order is less than 512 + self._freq_chars = 0 + + def feed(self, char: Union[bytes, bytearray], char_len: int) -> None: + """feed a character with known length""" + if char_len == 2: + # we only care about 2-bytes character in our distribution analysis + order = self.get_order(char) + else: + order = -1 + if order >= 0: + self._total_chars += 1 + # order is valid + if order < self._table_size: + if 512 > self._char_to_freq_order[order]: + self._freq_chars += 1 + + def get_confidence(self) -> float: + """return confidence based on existing data""" + # if we didn't receive any character in our consideration range, + # return negative answer + if self._total_chars <= 0 or self._freq_chars <= self.MINIMUM_DATA_THRESHOLD: + return self.SURE_NO + + if self._total_chars != self._freq_chars: + r = self._freq_chars / ( + (self._total_chars - self._freq_chars) * self.typical_distribution_ratio + ) + if r < self.SURE_YES: + return r + + # normalize confidence (we don't want to be 100% sure) + return self.SURE_YES + + def got_enough_data(self) -> bool: + # It is not necessary to receive all data to draw conclusion. + # For charset detection, certain amount of data is enough + return self._total_chars > self.ENOUGH_DATA_THRESHOLD + + def get_order(self, _: Union[bytes, bytearray]) -> int: + # We do not handle characters based on the original encoding string, + # but convert this encoding string to a number, here called order. + # This allows multiple encodings of a language to share one frequency + # table. + return -1 + + +class EUCTWDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = EUCTW_CHAR_TO_FREQ_ORDER + self._table_size = EUCTW_TABLE_SIZE + self.typical_distribution_ratio = EUCTW_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for euc-TW encoding, we are interested + # first byte range: 0xc4 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char = byte_str[0] + if first_char >= 0xC4: + return 94 * (first_char - 0xC4) + byte_str[1] - 0xA1 + return -1 + + +class EUCKRDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = EUCKR_CHAR_TO_FREQ_ORDER + self._table_size = EUCKR_TABLE_SIZE + self.typical_distribution_ratio = EUCKR_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for euc-KR encoding, we are interested + # first byte range: 0xb0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char = byte_str[0] + if first_char >= 0xB0: + return 94 * (first_char - 0xB0) + byte_str[1] - 0xA1 + return -1 + + +class JOHABDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = EUCKR_CHAR_TO_FREQ_ORDER + self._table_size = EUCKR_TABLE_SIZE + self.typical_distribution_ratio = EUCKR_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + first_char = byte_str[0] + if 0x88 <= first_char < 0xD4: + code = first_char * 256 + byte_str[1] + return JOHAB_TO_EUCKR_ORDER_TABLE.get(code, -1) + return -1 + + +class GB2312DistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = GB2312_CHAR_TO_FREQ_ORDER + self._table_size = GB2312_TABLE_SIZE + self.typical_distribution_ratio = GB2312_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for GB2312 encoding, we are interested + # first byte range: 0xb0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if (first_char >= 0xB0) and (second_char >= 0xA1): + return 94 * (first_char - 0xB0) + second_char - 0xA1 + return -1 + + +class Big5DistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = BIG5_CHAR_TO_FREQ_ORDER + self._table_size = BIG5_TABLE_SIZE + self.typical_distribution_ratio = BIG5_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for big5 encoding, we are interested + # first byte range: 0xa4 -- 0xfe + # second byte range: 0x40 -- 0x7e , 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if first_char >= 0xA4: + if second_char >= 0xA1: + return 157 * (first_char - 0xA4) + second_char - 0xA1 + 63 + return 157 * (first_char - 0xA4) + second_char - 0x40 + return -1 + + +class SJISDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = JIS_CHAR_TO_FREQ_ORDER + self._table_size = JIS_TABLE_SIZE + self.typical_distribution_ratio = JIS_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for sjis encoding, we are interested + # first byte range: 0x81 -- 0x9f , 0xe0 -- 0xfe + # second byte range: 0x40 -- 0x7e, 0x81 -- oxfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if 0x81 <= first_char <= 0x9F: + order = 188 * (first_char - 0x81) + elif 0xE0 <= first_char <= 0xEF: + order = 188 * (first_char - 0xE0 + 31) + else: + return -1 + order = order + second_char - 0x40 + if second_char > 0x7F: + order = -1 + return order + + +class EUCJPDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = JIS_CHAR_TO_FREQ_ORDER + self._table_size = JIS_TABLE_SIZE + self.typical_distribution_ratio = JIS_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for euc-JP encoding, we are interested + # first byte range: 0xa0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + char = byte_str[0] + if char >= 0xA0: + return 94 * (char - 0xA1) + byte_str[1] - 0xA1 + return -1 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py new file mode 100644 index 00000000..6def56b4 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py @@ -0,0 +1,106 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Optional, Union + +from .charsetprober import CharSetProber +from .enums import LanguageFilter, ProbingState + + +class CharSetGroupProber(CharSetProber): + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self._active_num = 0 + self.probers: List[CharSetProber] = [] + self._best_guess_prober: Optional[CharSetProber] = None + + def reset(self) -> None: + super().reset() + self._active_num = 0 + for prober in self.probers: + prober.reset() + prober.active = True + self._active_num += 1 + self._best_guess_prober = None + + @property + def charset_name(self) -> Optional[str]: + if not self._best_guess_prober: + self.get_confidence() + if not self._best_guess_prober: + return None + return self._best_guess_prober.charset_name + + @property + def language(self) -> Optional[str]: + if not self._best_guess_prober: + self.get_confidence() + if not self._best_guess_prober: + return None + return self._best_guess_prober.language + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for prober in self.probers: + if not prober.active: + continue + state = prober.feed(byte_str) + if not state: + continue + if state == ProbingState.FOUND_IT: + self._best_guess_prober = prober + self._state = ProbingState.FOUND_IT + return self.state + if state == ProbingState.NOT_ME: + prober.active = False + self._active_num -= 1 + if self._active_num <= 0: + self._state = ProbingState.NOT_ME + return self.state + return self.state + + def get_confidence(self) -> float: + state = self.state + if state == ProbingState.FOUND_IT: + return 0.99 + if state == ProbingState.NOT_ME: + return 0.01 + best_conf = 0.0 + self._best_guess_prober = None + for prober in self.probers: + if not prober.active: + self.logger.debug("%s not active", prober.charset_name) + continue + conf = prober.get_confidence() + self.logger.debug( + "%s %s confidence = %s", prober.charset_name, prober.language, conf + ) + if best_conf < conf: + best_conf = conf + self._best_guess_prober = prober + if not self._best_guess_prober: + return 0.0 + return best_conf diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py new file mode 100644 index 00000000..a103ca11 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py @@ -0,0 +1,147 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +import logging +import re +from typing import Optional, Union + +from .enums import LanguageFilter, ProbingState + +INTERNATIONAL_WORDS_PATTERN = re.compile( + b"[a-zA-Z]*[\x80-\xFF]+[a-zA-Z]*[^a-zA-Z\x80-\xFF]?" +) + + +class CharSetProber: + + SHORTCUT_THRESHOLD = 0.95 + + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + self._state = ProbingState.DETECTING + self.active = True + self.lang_filter = lang_filter + self.logger = logging.getLogger(__name__) + + def reset(self) -> None: + self._state = ProbingState.DETECTING + + @property + def charset_name(self) -> Optional[str]: + return None + + @property + def language(self) -> Optional[str]: + raise NotImplementedError + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + raise NotImplementedError + + @property + def state(self) -> ProbingState: + return self._state + + def get_confidence(self) -> float: + return 0.0 + + @staticmethod + def filter_high_byte_only(buf: Union[bytes, bytearray]) -> bytes: + buf = re.sub(b"([\x00-\x7F])+", b" ", buf) + return buf + + @staticmethod + def filter_international_words(buf: Union[bytes, bytearray]) -> bytearray: + """ + We define three types of bytes: + alphabet: english alphabets [a-zA-Z] + international: international characters [\x80-\xFF] + marker: everything else [^a-zA-Z\x80-\xFF] + The input buffer can be thought to contain a series of words delimited + by markers. This function works to filter all words that contain at + least one international character. All contiguous sequences of markers + are replaced by a single space ascii character. + This filter applies to all scripts which do not use English characters. + """ + filtered = bytearray() + + # This regex expression filters out only words that have at-least one + # international character. The word may include one marker character at + # the end. + words = INTERNATIONAL_WORDS_PATTERN.findall(buf) + + for word in words: + filtered.extend(word[:-1]) + + # If the last character in the word is a marker, replace it with a + # space as markers shouldn't affect our analysis (they are used + # similarly across all languages and may thus have similar + # frequencies). + last_char = word[-1:] + if not last_char.isalpha() and last_char < b"\x80": + last_char = b" " + filtered.extend(last_char) + + return filtered + + @staticmethod + def remove_xml_tags(buf: Union[bytes, bytearray]) -> bytes: + """ + Returns a copy of ``buf`` that retains only the sequences of English + alphabet and high byte characters that are not between <> characters. + This filter can be applied to all scripts which contain both English + characters and extended ASCII characters, but is currently only used by + ``Latin1Prober``. + """ + filtered = bytearray() + in_tag = False + prev = 0 + buf = memoryview(buf).cast("c") + + for curr, buf_char in enumerate(buf): + # Check if we're coming out of or entering an XML tag + + # https://github.com/python/typeshed/issues/8182 + if buf_char == b">": # type: ignore[comparison-overlap] + prev = curr + 1 + in_tag = False + # https://github.com/python/typeshed/issues/8182 + elif buf_char == b"<": # type: ignore[comparison-overlap] + if curr > prev and not in_tag: + # Keep everything after last non-extended-ASCII, + # non-alphabetic character + filtered.extend(buf[prev:curr]) + # Output a space to delimit stretch we kept + filtered.extend(b" ") + in_tag = True + + # If we're not in a tag... + if not in_tag: + # Keep everything after last non-extended-ASCII, non-alphabetic + # character + filtered.extend(buf[prev:]) + + return filtered diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..acb475481e125e39c67eb9b19a34685ab2e5cf0f GIT binary patch literal 230 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 Optional[str]: + """ + Return a string describing the probable encoding of a file or + list of strings. + + :param lines: The lines to get the encoding of. + :type lines: Iterable of bytes + :param name: Name of file or collection of lines + :type name: str + :param should_rename_legacy: Should we rename legacy encodings to + their more modern equivalents? + :type should_rename_legacy: ``bool`` + """ + u = UniversalDetector(should_rename_legacy=should_rename_legacy) + for line in lines: + line = bytearray(line) + u.feed(line) + # shortcut out of the loop to save reading further - particularly useful if we read a BOM. + if u.done: + break + u.close() + result = u.result + if minimal: + return result["encoding"] + if result["encoding"]: + return f'{name}: {result["encoding"]} with confidence {result["confidence"]}' + return f"{name}: no result" + + +def main(argv: Optional[List[str]] = None) -> None: + """ + Handles command line arguments and gets things started. + + :param argv: List of arguments, as if specified on the command-line. + If None, ``sys.argv[1:]`` is used instead. + :type argv: list of str + """ + # Get command line arguments + parser = argparse.ArgumentParser( + description=( + "Takes one or more file paths and reports their detected encodings" + ) + ) + parser.add_argument( + "input", + help="File whose encoding we would like to determine. (default: stdin)", + type=argparse.FileType("rb"), + nargs="*", + default=[sys.stdin.buffer], + ) + parser.add_argument( + "--minimal", + help="Print only the encoding to standard output", + action="store_true", + ) + parser.add_argument( + "-l", + "--legacy", + help="Rename legacy encodings to more modern ones.", + action="store_true", + ) + parser.add_argument( + "--version", action="version", version=f"%(prog)s {__version__}" + ) + args = parser.parse_args(argv) + + for f in args.input: + if f.isatty(): + print( + "You are running chardetect interactively. Press " + "CTRL-D twice at the start of a blank line to signal the " + "end of your input. If you want help, run chardetect " + "--help\n", + file=sys.stderr, + ) + print( + description_of( + f, f.name, minimal=args.minimal, should_rename_legacy=args.legacy + ) + ) + + +if __name__ == "__main__": + main() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py new file mode 100644 index 00000000..8ed4a877 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py @@ -0,0 +1,90 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +import logging + +from .codingstatemachinedict import CodingStateMachineDict +from .enums import MachineState + + +class CodingStateMachine: + """ + A state machine to verify a byte sequence for a particular encoding. For + each byte the detector receives, it will feed that byte to every active + state machine available, one byte at a time. The state machine changes its + state based on its previous state and the byte it receives. There are 3 + states in a state machine that are of interest to an auto-detector: + + START state: This is the state to start with, or a legal byte sequence + (i.e. a valid code point) for character has been identified. + + ME state: This indicates that the state machine identified a byte sequence + that is specific to the charset it is designed for and that + there is no other possible encoding which can contain this byte + sequence. This will to lead to an immediate positive answer for + the detector. + + ERROR state: This indicates the state machine identified an illegal byte + sequence for that encoding. This will lead to an immediate + negative answer for this encoding. Detector will exclude this + encoding from consideration from here on. + """ + + def __init__(self, sm: CodingStateMachineDict) -> None: + self._model = sm + self._curr_byte_pos = 0 + self._curr_char_len = 0 + self._curr_state = MachineState.START + self.active = True + self.logger = logging.getLogger(__name__) + self.reset() + + def reset(self) -> None: + self._curr_state = MachineState.START + + def next_state(self, c: int) -> int: + # for each byte we get its class + # if it is first byte, we also get byte length + byte_class = self._model["class_table"][c] + if self._curr_state == MachineState.START: + self._curr_byte_pos = 0 + self._curr_char_len = self._model["char_len_table"][byte_class] + # from byte's class and state_table, we get its next state + curr_state = self._curr_state * self._model["class_factor"] + byte_class + self._curr_state = self._model["state_table"][curr_state] + self._curr_byte_pos += 1 + return self._curr_state + + def get_current_charlen(self) -> int: + return self._curr_char_len + + def get_coding_state_machine(self) -> str: + return self._model["name"] + + @property + def language(self) -> str: + return self._model["language"] diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py new file mode 100644 index 00000000..7a3c4c7e --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py @@ -0,0 +1,19 @@ +from typing import TYPE_CHECKING, Tuple + +if TYPE_CHECKING: + # TypedDict was introduced in Python 3.8. + # + # TODO: Remove the else block and TYPE_CHECKING check when dropping support + # for Python 3.7. + from typing import TypedDict + + class CodingStateMachineDict(TypedDict, total=False): + class_table: Tuple[int, ...] + class_factor: int + state_table: Tuple[int, ...] + char_len_table: Tuple[int, ...] + name: str + language: str # Optional key + +else: + CodingStateMachineDict = dict diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py new file mode 100644 index 00000000..fa7307ed --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py @@ -0,0 +1,49 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import EUCKRDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import CP949_SM_MODEL + + +class CP949Prober(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(CP949_SM_MODEL) + # NOTE: CP949 is a superset of EUC-KR, so the distribution should be + # not different. + self.distribution_analyzer = EUCKRDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "CP949" + + @property + def language(self) -> str: + return "Korean" diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py new file mode 100644 index 00000000..5e3e1982 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py @@ -0,0 +1,85 @@ +""" +All of the Enums that are used throughout the chardet package. + +:author: Dan Blanchard (dan.blanchard@gmail.com) +""" + +from enum import Enum, Flag + + +class InputState: + """ + This enum represents the different states a universal detector can be in. + """ + + PURE_ASCII = 0 + ESC_ASCII = 1 + HIGH_BYTE = 2 + + +class LanguageFilter(Flag): + """ + This enum represents the different language filters we can apply to a + ``UniversalDetector``. + """ + + NONE = 0x00 + CHINESE_SIMPLIFIED = 0x01 + CHINESE_TRADITIONAL = 0x02 + JAPANESE = 0x04 + KOREAN = 0x08 + NON_CJK = 0x10 + ALL = 0x1F + CHINESE = CHINESE_SIMPLIFIED | CHINESE_TRADITIONAL + CJK = CHINESE | JAPANESE | KOREAN + + +class ProbingState(Enum): + """ + This enum represents the different states a prober can be in. + """ + + DETECTING = 0 + FOUND_IT = 1 + NOT_ME = 2 + + +class MachineState: + """ + This enum represents the different states a state machine can be in. + """ + + START = 0 + ERROR = 1 + ITS_ME = 2 + + +class SequenceLikelihood: + """ + This enum represents the likelihood of a character following the previous one. + """ + + NEGATIVE = 0 + UNLIKELY = 1 + LIKELY = 2 + POSITIVE = 3 + + @classmethod + def get_num_categories(cls) -> int: + """:returns: The number of likelihood categories in the enum.""" + return 4 + + +class CharacterCategory: + """ + This enum represents the different categories language models for + ``SingleByteCharsetProber`` put characters into. + + Anything less than CONTROL is considered a letter. + """ + + UNDEFINED = 255 + LINE_BREAK = 254 + SYMBOL = 253 + DIGIT = 252 + CONTROL = 251 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py new file mode 100644 index 00000000..fd713830 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py @@ -0,0 +1,102 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Optional, Union + +from .charsetprober import CharSetProber +from .codingstatemachine import CodingStateMachine +from .enums import LanguageFilter, MachineState, ProbingState +from .escsm import ( + HZ_SM_MODEL, + ISO2022CN_SM_MODEL, + ISO2022JP_SM_MODEL, + ISO2022KR_SM_MODEL, +) + + +class EscCharSetProber(CharSetProber): + """ + This CharSetProber uses a "code scheme" approach for detecting encodings, + whereby easily recognizable escape or shift sequences are relied on to + identify these encodings. + """ + + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self.coding_sm = [] + if self.lang_filter & LanguageFilter.CHINESE_SIMPLIFIED: + self.coding_sm.append(CodingStateMachine(HZ_SM_MODEL)) + self.coding_sm.append(CodingStateMachine(ISO2022CN_SM_MODEL)) + if self.lang_filter & LanguageFilter.JAPANESE: + self.coding_sm.append(CodingStateMachine(ISO2022JP_SM_MODEL)) + if self.lang_filter & LanguageFilter.KOREAN: + self.coding_sm.append(CodingStateMachine(ISO2022KR_SM_MODEL)) + self.active_sm_count = 0 + self._detected_charset: Optional[str] = None + self._detected_language: Optional[str] = None + self._state = ProbingState.DETECTING + self.reset() + + def reset(self) -> None: + super().reset() + for coding_sm in self.coding_sm: + coding_sm.active = True + coding_sm.reset() + self.active_sm_count = len(self.coding_sm) + self._detected_charset = None + self._detected_language = None + + @property + def charset_name(self) -> Optional[str]: + return self._detected_charset + + @property + def language(self) -> Optional[str]: + return self._detected_language + + def get_confidence(self) -> float: + return 0.99 if self._detected_charset else 0.00 + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for c in byte_str: + for coding_sm in self.coding_sm: + if not coding_sm.active: + continue + coding_state = coding_sm.next_state(c) + if coding_state == MachineState.ERROR: + coding_sm.active = False + self.active_sm_count -= 1 + if self.active_sm_count <= 0: + self._state = ProbingState.NOT_ME + return self.state + elif coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + self._detected_charset = coding_sm.get_coding_state_machine() + self._detected_language = coding_sm.language + return self.state + + return self.state diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py new file mode 100644 index 00000000..11d4adf7 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py @@ -0,0 +1,261 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .codingstatemachinedict import CodingStateMachineDict +from .enums import MachineState + +# fmt: off +HZ_CLS = ( + 1, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 0, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 0, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 4, 0, 5, 2, 0, # 78 - 7f + 1, 1, 1, 1, 1, 1, 1, 1, # 80 - 87 + 1, 1, 1, 1, 1, 1, 1, 1, # 88 - 8f + 1, 1, 1, 1, 1, 1, 1, 1, # 90 - 97 + 1, 1, 1, 1, 1, 1, 1, 1, # 98 - 9f + 1, 1, 1, 1, 1, 1, 1, 1, # a0 - a7 + 1, 1, 1, 1, 1, 1, 1, 1, # a8 - af + 1, 1, 1, 1, 1, 1, 1, 1, # b0 - b7 + 1, 1, 1, 1, 1, 1, 1, 1, # b8 - bf + 1, 1, 1, 1, 1, 1, 1, 1, # c0 - c7 + 1, 1, 1, 1, 1, 1, 1, 1, # c8 - cf + 1, 1, 1, 1, 1, 1, 1, 1, # d0 - d7 + 1, 1, 1, 1, 1, 1, 1, 1, # d8 - df + 1, 1, 1, 1, 1, 1, 1, 1, # e0 - e7 + 1, 1, 1, 1, 1, 1, 1, 1, # e8 - ef + 1, 1, 1, 1, 1, 1, 1, 1, # f0 - f7 + 1, 1, 1, 1, 1, 1, 1, 1, # f8 - ff +) + +HZ_ST = ( +MachineState.START, MachineState.ERROR, 3, MachineState.START, MachineState.START, MachineState.START, MachineState.ERROR, MachineState.ERROR, # 00-07 +MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 08-0f +MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.START, MachineState.START, 4, MachineState.ERROR, # 10-17 + 5, MachineState.ERROR, 6, MachineState.ERROR, 5, 5, 4, MachineState.ERROR, # 18-1f + 4, MachineState.ERROR, 4, 4, 4, MachineState.ERROR, 4, MachineState.ERROR, # 20-27 + 4, MachineState.ITS_ME, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 28-2f +) +# fmt: on + +HZ_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0) + +HZ_SM_MODEL: CodingStateMachineDict = { + "class_table": HZ_CLS, + "class_factor": 6, + "state_table": HZ_ST, + "char_len_table": HZ_CHAR_LEN_TABLE, + "name": "HZ-GB-2312", + "language": "Chinese", +} + +# fmt: off +ISO2022CN_CLS = ( + 2, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 3, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 4, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 2, 2, 2, 2, 2, 2, 2, 2, # 80 - 87 + 2, 2, 2, 2, 2, 2, 2, 2, # 88 - 8f + 2, 2, 2, 2, 2, 2, 2, 2, # 90 - 97 + 2, 2, 2, 2, 2, 2, 2, 2, # 98 - 9f + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 2, # f8 - ff +) + +ISO2022CN_ST = ( + MachineState.START, 3, MachineState.ERROR, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 00-07 + MachineState.START, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 08-0f + MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 10-17 + MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 4, MachineState.ERROR, # 18-1f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 20-27 + 5, 6, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 28-2f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 30-37 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.START, # 38-3f +) +# fmt: on + +ISO2022CN_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0, 0, 0, 0) + +ISO2022CN_SM_MODEL: CodingStateMachineDict = { + "class_table": ISO2022CN_CLS, + "class_factor": 9, + "state_table": ISO2022CN_ST, + "char_len_table": ISO2022CN_CHAR_LEN_TABLE, + "name": "ISO-2022-CN", + "language": "Chinese", +} + +# fmt: off +ISO2022JP_CLS = ( + 2, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 2, 2, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 7, 0, 0, 0, # 20 - 27 + 3, 0, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 6, 0, 4, 0, 8, 0, 0, 0, # 40 - 47 + 0, 9, 5, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 2, 2, 2, 2, 2, 2, 2, 2, # 80 - 87 + 2, 2, 2, 2, 2, 2, 2, 2, # 88 - 8f + 2, 2, 2, 2, 2, 2, 2, 2, # 90 - 97 + 2, 2, 2, 2, 2, 2, 2, 2, # 98 - 9f + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 2, # f8 - ff +) + +ISO2022JP_ST = ( + MachineState.START, 3, MachineState.ERROR, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 00-07 + MachineState.START, MachineState.START, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 08-0f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 10-17 + MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, # 18-1f + MachineState.ERROR, 5, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 4, MachineState.ERROR, MachineState.ERROR, # 20-27 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 6, MachineState.ITS_ME, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, # 28-2f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, # 30-37 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 38-3f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.START, MachineState.START, # 40-47 +) +# fmt: on + +ISO2022JP_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0, 0, 0, 0, 0) + +ISO2022JP_SM_MODEL: CodingStateMachineDict = { + "class_table": ISO2022JP_CLS, + "class_factor": 10, + "state_table": ISO2022JP_ST, + "char_len_table": ISO2022JP_CHAR_LEN_TABLE, + "name": "ISO-2022-JP", + "language": "Japanese", +} + +# fmt: off +ISO2022KR_CLS = ( + 2, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 3, 0, 0, 0, # 20 - 27 + 0, 4, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 5, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 2, 2, 2, 2, 2, 2, 2, 2, # 80 - 87 + 2, 2, 2, 2, 2, 2, 2, 2, # 88 - 8f + 2, 2, 2, 2, 2, 2, 2, 2, # 90 - 97 + 2, 2, 2, 2, 2, 2, 2, 2, # 98 - 9f + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 2, # f8 - ff +) + +ISO2022KR_ST = ( + MachineState.START, 3, MachineState.ERROR, MachineState.START, MachineState.START, MachineState.START, MachineState.ERROR, MachineState.ERROR, # 00-07 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 08-0f + MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 4, MachineState.ERROR, MachineState.ERROR, # 10-17 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 5, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 18-1f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 20-27 +) +# fmt: on + +ISO2022KR_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0) + +ISO2022KR_SM_MODEL: CodingStateMachineDict = { + "class_table": ISO2022KR_CLS, + "class_factor": 6, + "state_table": ISO2022KR_ST, + "char_len_table": ISO2022KR_CHAR_LEN_TABLE, + "name": "ISO-2022-KR", + "language": "Korean", +} diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py new file mode 100644 index 00000000..39487f40 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py @@ -0,0 +1,102 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Union + +from .chardistribution import EUCJPDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .enums import MachineState, ProbingState +from .jpcntx import EUCJPContextAnalysis +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import EUCJP_SM_MODEL + + +class EUCJPProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(EUCJP_SM_MODEL) + self.distribution_analyzer = EUCJPDistributionAnalysis() + self.context_analyzer = EUCJPContextAnalysis() + self.reset() + + def reset(self) -> None: + super().reset() + self.context_analyzer.reset() + + @property + def charset_name(self) -> str: + return "EUC-JP" + + @property + def language(self) -> str: + return "Japanese" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + assert self.coding_sm is not None + assert self.distribution_analyzer is not None + + for i, byte in enumerate(byte_str): + # PY3K: byte_str is a byte array, so byte is an int, not a byte + coding_state = self.coding_sm.next_state(byte) + if coding_state == MachineState.ERROR: + self.logger.debug( + "%s %s prober hit error at byte %s", + self.charset_name, + self.language, + i, + ) + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte + self.context_analyzer.feed(self._last_char, char_len) + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.context_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + self.distribution_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if self.context_analyzer.got_enough_data() and ( + self.get_confidence() > self.SHORTCUT_THRESHOLD + ): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + assert self.distribution_analyzer is not None + + context_conf = self.context_analyzer.get_confidence() + distrib_conf = self.distribution_analyzer.get_confidence() + return max(context_conf, distrib_conf) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py new file mode 100644 index 00000000..7dc3b103 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py @@ -0,0 +1,196 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Sampling from about 20M text materials include literature and computer technology + +# 128 --> 0.79 +# 256 --> 0.92 +# 512 --> 0.986 +# 1024 --> 0.99944 +# 2048 --> 0.99999 +# +# Idea Distribution Ratio = 0.98653 / (1-0.98653) = 73.24 +# Random Distribution Ration = 512 / (2350-512) = 0.279. +# +# Typical Distribution Ratio + +EUCKR_TYPICAL_DISTRIBUTION_RATIO = 6.0 + +EUCKR_TABLE_SIZE = 2352 + +# Char to FreqOrder table , +# fmt: off +EUCKR_CHAR_TO_FREQ_ORDER = ( + 13, 130, 120,1396, 481,1719,1720, 328, 609, 212,1721, 707, 400, 299,1722, 87, +1397,1723, 104, 536,1117,1203,1724,1267, 685,1268, 508,1725,1726,1727,1728,1398, +1399,1729,1730,1731, 141, 621, 326,1057, 368,1732, 267, 488, 20,1733,1269,1734, + 945,1400,1735, 47, 904,1270,1736,1737, 773, 248,1738, 409, 313, 786, 429,1739, + 116, 987, 813,1401, 683, 75,1204, 145,1740,1741,1742,1743, 16, 847, 667, 622, + 708,1744,1745,1746, 966, 787, 304, 129,1747, 60, 820, 123, 676,1748,1749,1750, +1751, 617,1752, 626,1753,1754,1755,1756, 653,1757,1758,1759,1760,1761,1762, 856, + 344,1763,1764,1765,1766, 89, 401, 418, 806, 905, 848,1767,1768,1769, 946,1205, + 709,1770,1118,1771, 241,1772,1773,1774,1271,1775, 569,1776, 999,1777,1778,1779, +1780, 337, 751,1058, 28, 628, 254,1781, 177, 906, 270, 349, 891,1079,1782, 19, +1783, 379,1784, 315,1785, 629, 754,1402, 559,1786, 636, 203,1206,1787, 710, 567, +1788, 935, 814,1789,1790,1207, 766, 528,1791,1792,1208,1793,1794,1795,1796,1797, +1403,1798,1799, 533,1059,1404,1405,1156,1406, 936, 884,1080,1800, 351,1801,1802, +1803,1804,1805, 801,1806,1807,1808,1119,1809,1157, 714, 474,1407,1810, 298, 899, + 885,1811,1120, 802,1158,1812, 892,1813,1814,1408, 659,1815,1816,1121,1817,1818, +1819,1820,1821,1822, 319,1823, 594, 545,1824, 815, 937,1209,1825,1826, 573,1409, +1022,1827,1210,1828,1829,1830,1831,1832,1833, 556, 722, 807,1122,1060,1834, 697, +1835, 900, 557, 715,1836,1410, 540,1411, 752,1159, 294, 597,1211, 976, 803, 770, +1412,1837,1838, 39, 794,1413, 358,1839, 371, 925,1840, 453, 661, 788, 531, 723, + 544,1023,1081, 869, 91,1841, 392, 430, 790, 602,1414, 677,1082, 457,1415,1416, +1842,1843, 475, 327,1024,1417, 795, 121,1844, 733, 403,1418,1845,1846,1847, 300, + 119, 711,1212, 627,1848,1272, 207,1849,1850, 796,1213, 382,1851, 519,1852,1083, + 893,1853,1854,1855, 367, 809, 487, 671,1856, 663,1857,1858, 956, 471, 306, 857, +1859,1860,1160,1084,1861,1862,1863,1864,1865,1061,1866,1867,1868,1869,1870,1871, + 282, 96, 574,1872, 502,1085,1873,1214,1874, 907,1875,1876, 827, 977,1419,1420, +1421, 268,1877,1422,1878,1879,1880, 308,1881, 2, 537,1882,1883,1215,1884,1885, + 127, 791,1886,1273,1423,1887, 34, 336, 404, 643,1888, 571, 654, 894, 840,1889, + 0, 886,1274, 122, 575, 260, 908, 938,1890,1275, 410, 316,1891,1892, 100,1893, +1894,1123, 48,1161,1124,1025,1895, 633, 901,1276,1896,1897, 115, 816,1898, 317, +1899, 694,1900, 909, 734,1424, 572, 866,1425, 691, 85, 524,1010, 543, 394, 841, +1901,1902,1903,1026,1904,1905,1906,1907,1908,1909, 30, 451, 651, 988, 310,1910, +1911,1426, 810,1216, 93,1912,1913,1277,1217,1914, 858, 759, 45, 58, 181, 610, + 269,1915,1916, 131,1062, 551, 443,1000, 821,1427, 957, 895,1086,1917,1918, 375, +1919, 359,1920, 687,1921, 822,1922, 293,1923,1924, 40, 662, 118, 692, 29, 939, + 887, 640, 482, 174,1925, 69,1162, 728,1428, 910,1926,1278,1218,1279, 386, 870, + 217, 854,1163, 823,1927,1928,1929,1930, 834,1931, 78,1932, 859,1933,1063,1934, +1935,1936,1937, 438,1164, 208, 595,1938,1939,1940,1941,1219,1125,1942, 280, 888, +1429,1430,1220,1431,1943,1944,1945,1946,1947,1280, 150, 510,1432,1948,1949,1950, +1951,1952,1953,1954,1011,1087,1955,1433,1043,1956, 881,1957, 614, 958,1064,1065, +1221,1958, 638,1001, 860, 967, 896,1434, 989, 492, 553,1281,1165,1959,1282,1002, +1283,1222,1960,1961,1962,1963, 36, 383, 228, 753, 247, 454,1964, 876, 678,1965, +1966,1284, 126, 464, 490, 835, 136, 672, 529, 940,1088,1435, 473,1967,1968, 467, + 50, 390, 227, 587, 279, 378, 598, 792, 968, 240, 151, 160, 849, 882,1126,1285, + 639,1044, 133, 140, 288, 360, 811, 563,1027, 561, 142, 523,1969,1970,1971, 7, + 103, 296, 439, 407, 506, 634, 990,1972,1973,1974,1975, 645,1976,1977,1978,1979, +1980,1981, 236,1982,1436,1983,1984,1089, 192, 828, 618, 518,1166, 333,1127,1985, + 818,1223,1986,1987,1988,1989,1990,1991,1992,1993, 342,1128,1286, 746, 842,1994, +1995, 560, 223,1287, 98, 8, 189, 650, 978,1288,1996,1437,1997, 17, 345, 250, + 423, 277, 234, 512, 226, 97, 289, 42, 167,1998, 201,1999,2000, 843, 836, 824, + 532, 338, 783,1090, 182, 576, 436,1438,1439, 527, 500,2001, 947, 889,2002,2003, +2004,2005, 262, 600, 314, 447,2006, 547,2007, 693, 738,1129,2008, 71,1440, 745, + 619, 688,2009, 829,2010,2011, 147,2012, 33, 948,2013,2014, 74, 224,2015, 61, + 191, 918, 399, 637,2016,1028,1130, 257, 902,2017,2018,2019,2020,2021,2022,2023, +2024,2025,2026, 837,2027,2028,2029,2030, 179, 874, 591, 52, 724, 246,2031,2032, +2033,2034,1167, 969,2035,1289, 630, 605, 911,1091,1168,2036,2037,2038,1441, 912, +2039, 623,2040,2041, 253,1169,1290,2042,1442, 146, 620, 611, 577, 433,2043,1224, + 719,1170, 959, 440, 437, 534, 84, 388, 480,1131, 159, 220, 198, 679,2044,1012, + 819,1066,1443, 113,1225, 194, 318,1003,1029,2045,2046,2047,2048,1067,2049,2050, +2051,2052,2053, 59, 913, 112,2054, 632,2055, 455, 144, 739,1291,2056, 273, 681, + 499,2057, 448,2058,2059, 760,2060,2061, 970, 384, 169, 245,1132,2062,2063, 414, +1444,2064,2065, 41, 235,2066, 157, 252, 877, 568, 919, 789, 580,2067, 725,2068, +2069,1292,2070,2071,1445,2072,1446,2073,2074, 55, 588, 66,1447, 271,1092,2075, +1226,2076, 960,1013, 372,2077,2078,2079,2080,2081,1293,2082,2083,2084,2085, 850, +2086,2087,2088,2089,2090, 186,2091,1068, 180,2092,2093,2094, 109,1227, 522, 606, +2095, 867,1448,1093, 991,1171, 926, 353,1133,2096, 581,2097,2098,2099,1294,1449, +1450,2100, 596,1172,1014,1228,2101,1451,1295,1173,1229,2102,2103,1296,1134,1452, + 949,1135,2104,2105,1094,1453,1454,1455,2106,1095,2107,2108,2109,2110,2111,2112, +2113,2114,2115,2116,2117, 804,2118,2119,1230,1231, 805,1456, 405,1136,2120,2121, +2122,2123,2124, 720, 701,1297, 992,1457, 927,1004,2125,2126,2127,2128,2129,2130, + 22, 417,2131, 303,2132, 385,2133, 971, 520, 513,2134,1174, 73,1096, 231, 274, + 962,1458, 673,2135,1459,2136, 152,1137,2137,2138,2139,2140,1005,1138,1460,1139, +2141,2142,2143,2144, 11, 374, 844,2145, 154,1232, 46,1461,2146, 838, 830, 721, +1233, 106,2147, 90, 428, 462, 578, 566,1175, 352,2148,2149, 538,1234, 124,1298, +2150,1462, 761, 565,2151, 686,2152, 649,2153, 72, 173,2154, 460, 415,2155,1463, +2156,1235, 305,2157,2158,2159,2160,2161,2162, 579,2163,2164,2165,2166,2167, 747, +2168,2169,2170,2171,1464, 669,2172,2173,2174,2175,2176,1465,2177, 23, 530, 285, +2178, 335, 729,2179, 397,2180,2181,2182,1030,2183,2184, 698,2185,2186, 325,2187, +2188, 369,2189, 799,1097,1015, 348,2190,1069, 680,2191, 851,1466,2192,2193, 10, +2194, 613, 424,2195, 979, 108, 449, 589, 27, 172, 81,1031, 80, 774, 281, 350, +1032, 525, 301, 582,1176,2196, 674,1045,2197,2198,1467, 730, 762,2199,2200,2201, +2202,1468,2203, 993,2204,2205, 266,1070, 963,1140,2206,2207,2208, 664,1098, 972, +2209,2210,2211,1177,1469,1470, 871,2212,2213,2214,2215,2216,1471,2217,2218,2219, +2220,2221,2222,2223,2224,2225,2226,2227,1472,1236,2228,2229,2230,2231,2232,2233, +2234,2235,1299,2236,2237, 200,2238, 477, 373,2239,2240, 731, 825, 777,2241,2242, +2243, 521, 486, 548,2244,2245,2246,1473,1300, 53, 549, 137, 875, 76, 158,2247, +1301,1474, 469, 396,1016, 278, 712,2248, 321, 442, 503, 767, 744, 941,1237,1178, +1475,2249, 82, 178,1141,1179, 973,2250,1302,2251, 297,2252,2253, 570,2254,2255, +2256, 18, 450, 206,2257, 290, 292,1142,2258, 511, 162, 99, 346, 164, 735,2259, +1476,1477, 4, 554, 343, 798,1099,2260,1100,2261, 43, 171,1303, 139, 215,2262, +2263, 717, 775,2264,1033, 322, 216,2265, 831,2266, 149,2267,1304,2268,2269, 702, +1238, 135, 845, 347, 309,2270, 484,2271, 878, 655, 238,1006,1478,2272, 67,2273, + 295,2274,2275, 461,2276, 478, 942, 412,2277,1034,2278,2279,2280, 265,2281, 541, +2282,2283,2284,2285,2286, 70, 852,1071,2287,2288,2289,2290, 21, 56, 509, 117, + 432,2291,2292, 331, 980, 552,1101, 148, 284, 105, 393,1180,1239, 755,2293, 187, +2294,1046,1479,2295, 340,2296, 63,1047, 230,2297,2298,1305, 763,1306, 101, 800, + 808, 494,2299,2300,2301, 903,2302, 37,1072, 14, 5,2303, 79, 675,2304, 312, +2305,2306,2307,2308,2309,1480, 6,1307,2310,2311,2312, 1, 470, 35, 24, 229, +2313, 695, 210, 86, 778, 15, 784, 592, 779, 32, 77, 855, 964,2314, 259,2315, + 501, 380,2316,2317, 83, 981, 153, 689,1308,1481,1482,1483,2318,2319, 716,1484, +2320,2321,2322,2323,2324,2325,1485,2326,2327, 128, 57, 68, 261,1048, 211, 170, +1240, 31,2328, 51, 435, 742,2329,2330,2331, 635,2332, 264, 456,2333,2334,2335, + 425,2336,1486, 143, 507, 263, 943,2337, 363, 920,1487, 256,1488,1102, 243, 601, +1489,2338,2339,2340,2341,2342,2343,2344, 861,2345,2346,2347,2348,2349,2350, 395, +2351,1490,1491, 62, 535, 166, 225,2352,2353, 668, 419,1241, 138, 604, 928,2354, +1181,2355,1492,1493,2356,2357,2358,1143,2359, 696,2360, 387, 307,1309, 682, 476, +2361,2362, 332, 12, 222, 156,2363, 232,2364, 641, 276, 656, 517,1494,1495,1035, + 416, 736,1496,2365,1017, 586,2366,2367,2368,1497,2369, 242,2370,2371,2372,1498, +2373, 965, 713,2374,2375,2376,2377, 740, 982,1499, 944,1500,1007,2378,2379,1310, +1501,2380,2381,2382, 785, 329,2383,2384,1502,2385,2386,2387, 932,2388,1503,2389, +2390,2391,2392,1242,2393,2394,2395,2396,2397, 994, 950,2398,2399,2400,2401,1504, +1311,2402,2403,2404,2405,1049, 749,2406,2407, 853, 718,1144,1312,2408,1182,1505, +2409,2410, 255, 516, 479, 564, 550, 214,1506,1507,1313, 413, 239, 444, 339,1145, +1036,1508,1509,1314,1037,1510,1315,2411,1511,2412,2413,2414, 176, 703, 497, 624, + 593, 921, 302,2415, 341, 165,1103,1512,2416,1513,2417,2418,2419, 376,2420, 700, +2421,2422,2423, 258, 768,1316,2424,1183,2425, 995, 608,2426,2427,2428,2429, 221, +2430,2431,2432,2433,2434,2435,2436,2437, 195, 323, 726, 188, 897, 983,1317, 377, + 644,1050, 879,2438, 452,2439,2440,2441,2442,2443,2444, 914,2445,2446,2447,2448, + 915, 489,2449,1514,1184,2450,2451, 515, 64, 427, 495,2452, 583,2453, 483, 485, +1038, 562, 213,1515, 748, 666,2454,2455,2456,2457, 334,2458, 780, 996,1008, 705, +1243,2459,2460,2461,2462,2463, 114,2464, 493,1146, 366, 163,1516, 961,1104,2465, + 291,2466,1318,1105,2467,1517, 365,2468, 355, 951,1244,2469,1319,2470, 631,2471, +2472, 218,1320, 364, 320, 756,1518,1519,1321,1520,1322,2473,2474,2475,2476, 997, +2477,2478,2479,2480, 665,1185,2481, 916,1521,2482,2483,2484, 584, 684,2485,2486, + 797,2487,1051,1186,2488,2489,2490,1522,2491,2492, 370,2493,1039,1187, 65,2494, + 434, 205, 463,1188,2495, 125, 812, 391, 402, 826, 699, 286, 398, 155, 781, 771, + 585,2496, 590, 505,1073,2497, 599, 244, 219, 917,1018, 952, 646,1523,2498,1323, +2499,2500, 49, 984, 354, 741,2501, 625,2502,1324,2503,1019, 190, 357, 757, 491, + 95, 782, 868,2504,2505,2506,2507,2508,2509, 134,1524,1074, 422,1525, 898,2510, + 161,2511,2512,2513,2514, 769,2515,1526,2516,2517, 411,1325,2518, 472,1527,2519, +2520,2521,2522,2523,2524, 985,2525,2526,2527,2528,2529,2530, 764,2531,1245,2532, +2533, 25, 204, 311,2534, 496,2535,1052,2536,2537,2538,2539,2540,2541,2542, 199, + 704, 504, 468, 758, 657,1528, 196, 44, 839,1246, 272, 750,2543, 765, 862,2544, +2545,1326,2546, 132, 615, 933,2547, 732,2548,2549,2550,1189,1529,2551, 283,1247, +1053, 607, 929,2552,2553,2554, 930, 183, 872, 616,1040,1147,2555,1148,1020, 441, + 249,1075,2556,2557,2558, 466, 743,2559,2560,2561, 92, 514, 426, 420, 526,2562, +2563,2564,2565,2566,2567,2568, 185,2569,2570,2571,2572, 776,1530, 658,2573, 362, +2574, 361, 922,1076, 793,2575,2576,2577,2578,2579,2580,1531, 251,2581,2582,2583, +2584,1532, 54, 612, 237,1327,2585,2586, 275, 408, 647, 111,2587,1533,1106, 465, + 3, 458, 9, 38,2588, 107, 110, 890, 209, 26, 737, 498,2589,1534,2590, 431, + 202, 88,1535, 356, 287,1107, 660,1149,2591, 381,1536, 986,1150, 445,1248,1151, + 974,2592,2593, 846,2594, 446, 953, 184,1249,1250, 727,2595, 923, 193, 883,2596, +2597,2598, 102, 324, 539, 817,2599, 421,1041,2600, 832,2601, 94, 175, 197, 406, +2602, 459,2603,2604,2605,2606,2607, 330, 555,2608,2609,2610, 706,1108, 389,2611, +2612,2613,2614, 233,2615, 833, 558, 931, 954,1251,2616,2617,1537, 546,2618,2619, +1009,2620,2621,2622,1538, 690,1328,2623, 955,2624,1539,2625,2626, 772,2627,2628, +2629,2630,2631, 924, 648, 863, 603,2632,2633, 934,1540, 864, 865,2634, 642,1042, + 670,1190,2635,2636,2637,2638, 168,2639, 652, 873, 542,1054,1541,2640,2641,2642, # 512, 256 +) +# fmt: on diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py new file mode 100644 index 00000000..1fc5de04 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import EUCKRDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import EUCKR_SM_MODEL + + +class EUCKRProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(EUCKR_SM_MODEL) + self.distribution_analyzer = EUCKRDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "EUC-KR" + + @property + def language(self) -> str: + return "Korean" diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py new file mode 100644 index 00000000..4900ccc1 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py @@ -0,0 +1,388 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# EUCTW frequency table +# Converted from big5 work +# by Taiwan's Mandarin Promotion Council +# + +# 128 --> 0.42261 +# 256 --> 0.57851 +# 512 --> 0.74851 +# 1024 --> 0.89384 +# 2048 --> 0.97583 +# +# Idea Distribution Ratio = 0.74851/(1-0.74851) =2.98 +# Random Distribution Ration = 512/(5401-512)=0.105 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR + +EUCTW_TYPICAL_DISTRIBUTION_RATIO = 0.75 + +# Char to FreqOrder table +EUCTW_TABLE_SIZE = 5376 + +# fmt: off +EUCTW_CHAR_TO_FREQ_ORDER = ( + 1, 1800, 1506, 255, 1431, 198, 9, 82, 6, 7310, 177, 202, 3615, 1256, 2808, 110, # 2742 + 3735, 33, 3241, 261, 76, 44, 2113, 16, 2931, 2184, 1176, 659, 3868, 26, 3404, 2643, # 2758 + 1198, 3869, 3313, 4060, 410, 2211, 302, 590, 361, 1963, 8, 204, 58, 4296, 7311, 1931, # 2774 + 63, 7312, 7313, 317, 1614, 75, 222, 159, 4061, 2412, 1480, 7314, 3500, 3068, 224, 2809, # 2790 + 3616, 3, 10, 3870, 1471, 29, 2774, 1135, 2852, 1939, 873, 130, 3242, 1123, 312, 7315, # 2806 + 4297, 2051, 507, 252, 682, 7316, 142, 1914, 124, 206, 2932, 34, 3501, 3173, 64, 604, # 2822 + 7317, 2494, 1976, 1977, 155, 1990, 645, 641, 1606, 7318, 3405, 337, 72, 406, 7319, 80, # 2838 + 630, 238, 3174, 1509, 263, 939, 1092, 2644, 756, 1440, 1094, 3406, 449, 69, 2969, 591, # 2854 + 179, 2095, 471, 115, 2034, 1843, 60, 50, 2970, 134, 806, 1868, 734, 2035, 3407, 180, # 2870 + 995, 1607, 156, 537, 2893, 688, 7320, 319, 1305, 779, 2144, 514, 2374, 298, 4298, 359, # 2886 + 2495, 90, 2707, 1338, 663, 11, 906, 1099, 2545, 20, 2436, 182, 532, 1716, 7321, 732, # 2902 + 1376, 4062, 1311, 1420, 3175, 25, 2312, 1056, 113, 399, 382, 1949, 242, 3408, 2467, 529, # 2918 + 3243, 475, 1447, 3617, 7322, 117, 21, 656, 810, 1297, 2295, 2329, 3502, 7323, 126, 4063, # 2934 + 706, 456, 150, 613, 4299, 71, 1118, 2036, 4064, 145, 3069, 85, 835, 486, 2114, 1246, # 2950 + 1426, 428, 727, 1285, 1015, 800, 106, 623, 303, 1281, 7324, 2127, 2354, 347, 3736, 221, # 2966 + 3503, 3110, 7325, 1955, 1153, 4065, 83, 296, 1199, 3070, 192, 624, 93, 7326, 822, 1897, # 2982 + 2810, 3111, 795, 2064, 991, 1554, 1542, 1592, 27, 43, 2853, 859, 139, 1456, 860, 4300, # 2998 + 437, 712, 3871, 164, 2392, 3112, 695, 211, 3017, 2096, 195, 3872, 1608, 3504, 3505, 3618, # 3014 + 3873, 234, 811, 2971, 2097, 3874, 2229, 1441, 3506, 1615, 2375, 668, 2076, 1638, 305, 228, # 3030 + 1664, 4301, 467, 415, 7327, 262, 2098, 1593, 239, 108, 300, 200, 1033, 512, 1247, 2077, # 3046 + 7328, 7329, 2173, 3176, 3619, 2673, 593, 845, 1062, 3244, 88, 1723, 2037, 3875, 1950, 212, # 3062 + 266, 152, 149, 468, 1898, 4066, 4302, 77, 187, 7330, 3018, 37, 5, 2972, 7331, 3876, # 3078 + 7332, 7333, 39, 2517, 4303, 2894, 3177, 2078, 55, 148, 74, 4304, 545, 483, 1474, 1029, # 3094 + 1665, 217, 1869, 1531, 3113, 1104, 2645, 4067, 24, 172, 3507, 900, 3877, 3508, 3509, 4305, # 3110 + 32, 1408, 2811, 1312, 329, 487, 2355, 2247, 2708, 784, 2674, 4, 3019, 3314, 1427, 1788, # 3126 + 188, 109, 499, 7334, 3620, 1717, 1789, 888, 1217, 3020, 4306, 7335, 3510, 7336, 3315, 1520, # 3142 + 3621, 3878, 196, 1034, 775, 7337, 7338, 929, 1815, 249, 439, 38, 7339, 1063, 7340, 794, # 3158 + 3879, 1435, 2296, 46, 178, 3245, 2065, 7341, 2376, 7342, 214, 1709, 4307, 804, 35, 707, # 3174 + 324, 3622, 1601, 2546, 140, 459, 4068, 7343, 7344, 1365, 839, 272, 978, 2257, 2572, 3409, # 3190 + 2128, 1363, 3623, 1423, 697, 100, 3071, 48, 70, 1231, 495, 3114, 2193, 7345, 1294, 7346, # 3206 + 2079, 462, 586, 1042, 3246, 853, 256, 988, 185, 2377, 3410, 1698, 434, 1084, 7347, 3411, # 3222 + 314, 2615, 2775, 4308, 2330, 2331, 569, 2280, 637, 1816, 2518, 757, 1162, 1878, 1616, 3412, # 3238 + 287, 1577, 2115, 768, 4309, 1671, 2854, 3511, 2519, 1321, 3737, 909, 2413, 7348, 4069, 933, # 3254 + 3738, 7349, 2052, 2356, 1222, 4310, 765, 2414, 1322, 786, 4311, 7350, 1919, 1462, 1677, 2895, # 3270 + 1699, 7351, 4312, 1424, 2437, 3115, 3624, 2590, 3316, 1774, 1940, 3413, 3880, 4070, 309, 1369, # 3286 + 1130, 2812, 364, 2230, 1653, 1299, 3881, 3512, 3882, 3883, 2646, 525, 1085, 3021, 902, 2000, # 3302 + 1475, 964, 4313, 421, 1844, 1415, 1057, 2281, 940, 1364, 3116, 376, 4314, 4315, 1381, 7, # 3318 + 2520, 983, 2378, 336, 1710, 2675, 1845, 321, 3414, 559, 1131, 3022, 2742, 1808, 1132, 1313, # 3334 + 265, 1481, 1857, 7352, 352, 1203, 2813, 3247, 167, 1089, 420, 2814, 776, 792, 1724, 3513, # 3350 + 4071, 2438, 3248, 7353, 4072, 7354, 446, 229, 333, 2743, 901, 3739, 1200, 1557, 4316, 2647, # 3366 + 1920, 395, 2744, 2676, 3740, 4073, 1835, 125, 916, 3178, 2616, 4317, 7355, 7356, 3741, 7357, # 3382 + 7358, 7359, 4318, 3117, 3625, 1133, 2547, 1757, 3415, 1510, 2313, 1409, 3514, 7360, 2145, 438, # 3398 + 2591, 2896, 2379, 3317, 1068, 958, 3023, 461, 311, 2855, 2677, 4074, 1915, 3179, 4075, 1978, # 3414 + 383, 750, 2745, 2617, 4076, 274, 539, 385, 1278, 1442, 7361, 1154, 1964, 384, 561, 210, # 3430 + 98, 1295, 2548, 3515, 7362, 1711, 2415, 1482, 3416, 3884, 2897, 1257, 129, 7363, 3742, 642, # 3446 + 523, 2776, 2777, 2648, 7364, 141, 2231, 1333, 68, 176, 441, 876, 907, 4077, 603, 2592, # 3462 + 710, 171, 3417, 404, 549, 18, 3118, 2393, 1410, 3626, 1666, 7365, 3516, 4319, 2898, 4320, # 3478 + 7366, 2973, 368, 7367, 146, 366, 99, 871, 3627, 1543, 748, 807, 1586, 1185, 22, 2258, # 3494 + 379, 3743, 3180, 7368, 3181, 505, 1941, 2618, 1991, 1382, 2314, 7369, 380, 2357, 218, 702, # 3510 + 1817, 1248, 3418, 3024, 3517, 3318, 3249, 7370, 2974, 3628, 930, 3250, 3744, 7371, 59, 7372, # 3526 + 585, 601, 4078, 497, 3419, 1112, 1314, 4321, 1801, 7373, 1223, 1472, 2174, 7374, 749, 1836, # 3542 + 690, 1899, 3745, 1772, 3885, 1476, 429, 1043, 1790, 2232, 2116, 917, 4079, 447, 1086, 1629, # 3558 + 7375, 556, 7376, 7377, 2020, 1654, 844, 1090, 105, 550, 966, 1758, 2815, 1008, 1782, 686, # 3574 + 1095, 7378, 2282, 793, 1602, 7379, 3518, 2593, 4322, 4080, 2933, 2297, 4323, 3746, 980, 2496, # 3590 + 544, 353, 527, 4324, 908, 2678, 2899, 7380, 381, 2619, 1942, 1348, 7381, 1341, 1252, 560, # 3606 + 3072, 7382, 3420, 2856, 7383, 2053, 973, 886, 2080, 143, 4325, 7384, 7385, 157, 3886, 496, # 3622 + 4081, 57, 840, 540, 2038, 4326, 4327, 3421, 2117, 1445, 970, 2259, 1748, 1965, 2081, 4082, # 3638 + 3119, 1234, 1775, 3251, 2816, 3629, 773, 1206, 2129, 1066, 2039, 1326, 3887, 1738, 1725, 4083, # 3654 + 279, 3120, 51, 1544, 2594, 423, 1578, 2130, 2066, 173, 4328, 1879, 7386, 7387, 1583, 264, # 3670 + 610, 3630, 4329, 2439, 280, 154, 7388, 7389, 7390, 1739, 338, 1282, 3073, 693, 2857, 1411, # 3686 + 1074, 3747, 2440, 7391, 4330, 7392, 7393, 1240, 952, 2394, 7394, 2900, 1538, 2679, 685, 1483, # 3702 + 4084, 2468, 1436, 953, 4085, 2054, 4331, 671, 2395, 79, 4086, 2441, 3252, 608, 567, 2680, # 3718 + 3422, 4087, 4088, 1691, 393, 1261, 1791, 2396, 7395, 4332, 7396, 7397, 7398, 7399, 1383, 1672, # 3734 + 3748, 3182, 1464, 522, 1119, 661, 1150, 216, 675, 4333, 3888, 1432, 3519, 609, 4334, 2681, # 3750 + 2397, 7400, 7401, 7402, 4089, 3025, 0, 7403, 2469, 315, 231, 2442, 301, 3319, 4335, 2380, # 3766 + 7404, 233, 4090, 3631, 1818, 4336, 4337, 7405, 96, 1776, 1315, 2082, 7406, 257, 7407, 1809, # 3782 + 3632, 2709, 1139, 1819, 4091, 2021, 1124, 2163, 2778, 1777, 2649, 7408, 3074, 363, 1655, 3183, # 3798 + 7409, 2975, 7410, 7411, 7412, 3889, 1567, 3890, 718, 103, 3184, 849, 1443, 341, 3320, 2934, # 3814 + 1484, 7413, 1712, 127, 67, 339, 4092, 2398, 679, 1412, 821, 7414, 7415, 834, 738, 351, # 3830 + 2976, 2146, 846, 235, 1497, 1880, 418, 1992, 3749, 2710, 186, 1100, 2147, 2746, 3520, 1545, # 3846 + 1355, 2935, 2858, 1377, 583, 3891, 4093, 2573, 2977, 7416, 1298, 3633, 1078, 2549, 3634, 2358, # 3862 + 78, 3750, 3751, 267, 1289, 2099, 2001, 1594, 4094, 348, 369, 1274, 2194, 2175, 1837, 4338, # 3878 + 1820, 2817, 3635, 2747, 2283, 2002, 4339, 2936, 2748, 144, 3321, 882, 4340, 3892, 2749, 3423, # 3894 + 4341, 2901, 7417, 4095, 1726, 320, 7418, 3893, 3026, 788, 2978, 7419, 2818, 1773, 1327, 2859, # 3910 + 3894, 2819, 7420, 1306, 4342, 2003, 1700, 3752, 3521, 2359, 2650, 787, 2022, 506, 824, 3636, # 3926 + 534, 323, 4343, 1044, 3322, 2023, 1900, 946, 3424, 7421, 1778, 1500, 1678, 7422, 1881, 4344, # 3942 + 165, 243, 4345, 3637, 2521, 123, 683, 4096, 764, 4346, 36, 3895, 1792, 589, 2902, 816, # 3958 + 626, 1667, 3027, 2233, 1639, 1555, 1622, 3753, 3896, 7423, 3897, 2860, 1370, 1228, 1932, 891, # 3974 + 2083, 2903, 304, 4097, 7424, 292, 2979, 2711, 3522, 691, 2100, 4098, 1115, 4347, 118, 662, # 3990 + 7425, 611, 1156, 854, 2381, 1316, 2861, 2, 386, 515, 2904, 7426, 7427, 3253, 868, 2234, # 4006 + 1486, 855, 2651, 785, 2212, 3028, 7428, 1040, 3185, 3523, 7429, 3121, 448, 7430, 1525, 7431, # 4022 + 2164, 4348, 7432, 3754, 7433, 4099, 2820, 3524, 3122, 503, 818, 3898, 3123, 1568, 814, 676, # 4038 + 1444, 306, 1749, 7434, 3755, 1416, 1030, 197, 1428, 805, 2821, 1501, 4349, 7435, 7436, 7437, # 4054 + 1993, 7438, 4350, 7439, 7440, 2195, 13, 2779, 3638, 2980, 3124, 1229, 1916, 7441, 3756, 2131, # 4070 + 7442, 4100, 4351, 2399, 3525, 7443, 2213, 1511, 1727, 1120, 7444, 7445, 646, 3757, 2443, 307, # 4086 + 7446, 7447, 1595, 3186, 7448, 7449, 7450, 3639, 1113, 1356, 3899, 1465, 2522, 2523, 7451, 519, # 4102 + 7452, 128, 2132, 92, 2284, 1979, 7453, 3900, 1512, 342, 3125, 2196, 7454, 2780, 2214, 1980, # 4118 + 3323, 7455, 290, 1656, 1317, 789, 827, 2360, 7456, 3758, 4352, 562, 581, 3901, 7457, 401, # 4134 + 4353, 2248, 94, 4354, 1399, 2781, 7458, 1463, 2024, 4355, 3187, 1943, 7459, 828, 1105, 4101, # 4150 + 1262, 1394, 7460, 4102, 605, 4356, 7461, 1783, 2862, 7462, 2822, 819, 2101, 578, 2197, 2937, # 4166 + 7463, 1502, 436, 3254, 4103, 3255, 2823, 3902, 2905, 3425, 3426, 7464, 2712, 2315, 7465, 7466, # 4182 + 2332, 2067, 23, 4357, 193, 826, 3759, 2102, 699, 1630, 4104, 3075, 390, 1793, 1064, 3526, # 4198 + 7467, 1579, 3076, 3077, 1400, 7468, 4105, 1838, 1640, 2863, 7469, 4358, 4359, 137, 4106, 598, # 4214 + 3078, 1966, 780, 104, 974, 2938, 7470, 278, 899, 253, 402, 572, 504, 493, 1339, 7471, # 4230 + 3903, 1275, 4360, 2574, 2550, 7472, 3640, 3029, 3079, 2249, 565, 1334, 2713, 863, 41, 7473, # 4246 + 7474, 4361, 7475, 1657, 2333, 19, 463, 2750, 4107, 606, 7476, 2981, 3256, 1087, 2084, 1323, # 4262 + 2652, 2982, 7477, 1631, 1623, 1750, 4108, 2682, 7478, 2864, 791, 2714, 2653, 2334, 232, 2416, # 4278 + 7479, 2983, 1498, 7480, 2654, 2620, 755, 1366, 3641, 3257, 3126, 2025, 1609, 119, 1917, 3427, # 4294 + 862, 1026, 4109, 7481, 3904, 3760, 4362, 3905, 4363, 2260, 1951, 2470, 7482, 1125, 817, 4110, # 4310 + 4111, 3906, 1513, 1766, 2040, 1487, 4112, 3030, 3258, 2824, 3761, 3127, 7483, 7484, 1507, 7485, # 4326 + 2683, 733, 40, 1632, 1106, 2865, 345, 4113, 841, 2524, 230, 4364, 2984, 1846, 3259, 3428, # 4342 + 7486, 1263, 986, 3429, 7487, 735, 879, 254, 1137, 857, 622, 1300, 1180, 1388, 1562, 3907, # 4358 + 3908, 2939, 967, 2751, 2655, 1349, 592, 2133, 1692, 3324, 2985, 1994, 4114, 1679, 3909, 1901, # 4374 + 2185, 7488, 739, 3642, 2715, 1296, 1290, 7489, 4115, 2198, 2199, 1921, 1563, 2595, 2551, 1870, # 4390 + 2752, 2986, 7490, 435, 7491, 343, 1108, 596, 17, 1751, 4365, 2235, 3430, 3643, 7492, 4366, # 4406 + 294, 3527, 2940, 1693, 477, 979, 281, 2041, 3528, 643, 2042, 3644, 2621, 2782, 2261, 1031, # 4422 + 2335, 2134, 2298, 3529, 4367, 367, 1249, 2552, 7493, 3530, 7494, 4368, 1283, 3325, 2004, 240, # 4438 + 1762, 3326, 4369, 4370, 836, 1069, 3128, 474, 7495, 2148, 2525, 268, 3531, 7496, 3188, 1521, # 4454 + 1284, 7497, 1658, 1546, 4116, 7498, 3532, 3533, 7499, 4117, 3327, 2684, 1685, 4118, 961, 1673, # 4470 + 2622, 190, 2005, 2200, 3762, 4371, 4372, 7500, 570, 2497, 3645, 1490, 7501, 4373, 2623, 3260, # 4486 + 1956, 4374, 584, 1514, 396, 1045, 1944, 7502, 4375, 1967, 2444, 7503, 7504, 4376, 3910, 619, # 4502 + 7505, 3129, 3261, 215, 2006, 2783, 2553, 3189, 4377, 3190, 4378, 763, 4119, 3763, 4379, 7506, # 4518 + 7507, 1957, 1767, 2941, 3328, 3646, 1174, 452, 1477, 4380, 3329, 3130, 7508, 2825, 1253, 2382, # 4534 + 2186, 1091, 2285, 4120, 492, 7509, 638, 1169, 1824, 2135, 1752, 3911, 648, 926, 1021, 1324, # 4550 + 4381, 520, 4382, 997, 847, 1007, 892, 4383, 3764, 2262, 1871, 3647, 7510, 2400, 1784, 4384, # 4566 + 1952, 2942, 3080, 3191, 1728, 4121, 2043, 3648, 4385, 2007, 1701, 3131, 1551, 30, 2263, 4122, # 4582 + 7511, 2026, 4386, 3534, 7512, 501, 7513, 4123, 594, 3431, 2165, 1821, 3535, 3432, 3536, 3192, # 4598 + 829, 2826, 4124, 7514, 1680, 3132, 1225, 4125, 7515, 3262, 4387, 4126, 3133, 2336, 7516, 4388, # 4614 + 4127, 7517, 3912, 3913, 7518, 1847, 2383, 2596, 3330, 7519, 4389, 374, 3914, 652, 4128, 4129, # 4630 + 375, 1140, 798, 7520, 7521, 7522, 2361, 4390, 2264, 546, 1659, 138, 3031, 2445, 4391, 7523, # 4646 + 2250, 612, 1848, 910, 796, 3765, 1740, 1371, 825, 3766, 3767, 7524, 2906, 2554, 7525, 692, # 4662 + 444, 3032, 2624, 801, 4392, 4130, 7526, 1491, 244, 1053, 3033, 4131, 4132, 340, 7527, 3915, # 4678 + 1041, 2987, 293, 1168, 87, 1357, 7528, 1539, 959, 7529, 2236, 721, 694, 4133, 3768, 219, # 4694 + 1478, 644, 1417, 3331, 2656, 1413, 1401, 1335, 1389, 3916, 7530, 7531, 2988, 2362, 3134, 1825, # 4710 + 730, 1515, 184, 2827, 66, 4393, 7532, 1660, 2943, 246, 3332, 378, 1457, 226, 3433, 975, # 4726 + 3917, 2944, 1264, 3537, 674, 696, 7533, 163, 7534, 1141, 2417, 2166, 713, 3538, 3333, 4394, # 4742 + 3918, 7535, 7536, 1186, 15, 7537, 1079, 1070, 7538, 1522, 3193, 3539, 276, 1050, 2716, 758, # 4758 + 1126, 653, 2945, 3263, 7539, 2337, 889, 3540, 3919, 3081, 2989, 903, 1250, 4395, 3920, 3434, # 4774 + 3541, 1342, 1681, 1718, 766, 3264, 286, 89, 2946, 3649, 7540, 1713, 7541, 2597, 3334, 2990, # 4790 + 7542, 2947, 2215, 3194, 2866, 7543, 4396, 2498, 2526, 181, 387, 1075, 3921, 731, 2187, 3335, # 4806 + 7544, 3265, 310, 313, 3435, 2299, 770, 4134, 54, 3034, 189, 4397, 3082, 3769, 3922, 7545, # 4822 + 1230, 1617, 1849, 355, 3542, 4135, 4398, 3336, 111, 4136, 3650, 1350, 3135, 3436, 3035, 4137, # 4838 + 2149, 3266, 3543, 7546, 2784, 3923, 3924, 2991, 722, 2008, 7547, 1071, 247, 1207, 2338, 2471, # 4854 + 1378, 4399, 2009, 864, 1437, 1214, 4400, 373, 3770, 1142, 2216, 667, 4401, 442, 2753, 2555, # 4870 + 3771, 3925, 1968, 4138, 3267, 1839, 837, 170, 1107, 934, 1336, 1882, 7548, 7549, 2118, 4139, # 4886 + 2828, 743, 1569, 7550, 4402, 4140, 582, 2384, 1418, 3437, 7551, 1802, 7552, 357, 1395, 1729, # 4902 + 3651, 3268, 2418, 1564, 2237, 7553, 3083, 3772, 1633, 4403, 1114, 2085, 4141, 1532, 7554, 482, # 4918 + 2446, 4404, 7555, 7556, 1492, 833, 1466, 7557, 2717, 3544, 1641, 2829, 7558, 1526, 1272, 3652, # 4934 + 4142, 1686, 1794, 416, 2556, 1902, 1953, 1803, 7559, 3773, 2785, 3774, 1159, 2316, 7560, 2867, # 4950 + 4405, 1610, 1584, 3036, 2419, 2754, 443, 3269, 1163, 3136, 7561, 7562, 3926, 7563, 4143, 2499, # 4966 + 3037, 4406, 3927, 3137, 2103, 1647, 3545, 2010, 1872, 4144, 7564, 4145, 431, 3438, 7565, 250, # 4982 + 97, 81, 4146, 7566, 1648, 1850, 1558, 160, 848, 7567, 866, 740, 1694, 7568, 2201, 2830, # 4998 + 3195, 4147, 4407, 3653, 1687, 950, 2472, 426, 469, 3196, 3654, 3655, 3928, 7569, 7570, 1188, # 5014 + 424, 1995, 861, 3546, 4148, 3775, 2202, 2685, 168, 1235, 3547, 4149, 7571, 2086, 1674, 4408, # 5030 + 3337, 3270, 220, 2557, 1009, 7572, 3776, 670, 2992, 332, 1208, 717, 7573, 7574, 3548, 2447, # 5046 + 3929, 3338, 7575, 513, 7576, 1209, 2868, 3339, 3138, 4409, 1080, 7577, 7578, 7579, 7580, 2527, # 5062 + 3656, 3549, 815, 1587, 3930, 3931, 7581, 3550, 3439, 3777, 1254, 4410, 1328, 3038, 1390, 3932, # 5078 + 1741, 3933, 3778, 3934, 7582, 236, 3779, 2448, 3271, 7583, 7584, 3657, 3780, 1273, 3781, 4411, # 5094 + 7585, 308, 7586, 4412, 245, 4413, 1851, 2473, 1307, 2575, 430, 715, 2136, 2449, 7587, 270, # 5110 + 199, 2869, 3935, 7588, 3551, 2718, 1753, 761, 1754, 725, 1661, 1840, 4414, 3440, 3658, 7589, # 5126 + 7590, 587, 14, 3272, 227, 2598, 326, 480, 2265, 943, 2755, 3552, 291, 650, 1883, 7591, # 5142 + 1702, 1226, 102, 1547, 62, 3441, 904, 4415, 3442, 1164, 4150, 7592, 7593, 1224, 1548, 2756, # 5158 + 391, 498, 1493, 7594, 1386, 1419, 7595, 2055, 1177, 4416, 813, 880, 1081, 2363, 566, 1145, # 5174 + 4417, 2286, 1001, 1035, 2558, 2599, 2238, 394, 1286, 7596, 7597, 2068, 7598, 86, 1494, 1730, # 5190 + 3936, 491, 1588, 745, 897, 2948, 843, 3340, 3937, 2757, 2870, 3273, 1768, 998, 2217, 2069, # 5206 + 397, 1826, 1195, 1969, 3659, 2993, 3341, 284, 7599, 3782, 2500, 2137, 2119, 1903, 7600, 3938, # 5222 + 2150, 3939, 4151, 1036, 3443, 1904, 114, 2559, 4152, 209, 1527, 7601, 7602, 2949, 2831, 2625, # 5238 + 2385, 2719, 3139, 812, 2560, 7603, 3274, 7604, 1559, 737, 1884, 3660, 1210, 885, 28, 2686, # 5254 + 3553, 3783, 7605, 4153, 1004, 1779, 4418, 7606, 346, 1981, 2218, 2687, 4419, 3784, 1742, 797, # 5270 + 1642, 3940, 1933, 1072, 1384, 2151, 896, 3941, 3275, 3661, 3197, 2871, 3554, 7607, 2561, 1958, # 5286 + 4420, 2450, 1785, 7608, 7609, 7610, 3942, 4154, 1005, 1308, 3662, 4155, 2720, 4421, 4422, 1528, # 5302 + 2600, 161, 1178, 4156, 1982, 987, 4423, 1101, 4157, 631, 3943, 1157, 3198, 2420, 1343, 1241, # 5318 + 1016, 2239, 2562, 372, 877, 2339, 2501, 1160, 555, 1934, 911, 3944, 7611, 466, 1170, 169, # 5334 + 1051, 2907, 2688, 3663, 2474, 2994, 1182, 2011, 2563, 1251, 2626, 7612, 992, 2340, 3444, 1540, # 5350 + 2721, 1201, 2070, 2401, 1996, 2475, 7613, 4424, 528, 1922, 2188, 1503, 1873, 1570, 2364, 3342, # 5366 + 3276, 7614, 557, 1073, 7615, 1827, 3445, 2087, 2266, 3140, 3039, 3084, 767, 3085, 2786, 4425, # 5382 + 1006, 4158, 4426, 2341, 1267, 2176, 3664, 3199, 778, 3945, 3200, 2722, 1597, 2657, 7616, 4427, # 5398 + 7617, 3446, 7618, 7619, 7620, 3277, 2689, 1433, 3278, 131, 95, 1504, 3946, 723, 4159, 3141, # 5414 + 1841, 3555, 2758, 2189, 3947, 2027, 2104, 3665, 7621, 2995, 3948, 1218, 7622, 3343, 3201, 3949, # 5430 + 4160, 2576, 248, 1634, 3785, 912, 7623, 2832, 3666, 3040, 3786, 654, 53, 7624, 2996, 7625, # 5446 + 1688, 4428, 777, 3447, 1032, 3950, 1425, 7626, 191, 820, 2120, 2833, 971, 4429, 931, 3202, # 5462 + 135, 664, 783, 3787, 1997, 772, 2908, 1935, 3951, 3788, 4430, 2909, 3203, 282, 2723, 640, # 5478 + 1372, 3448, 1127, 922, 325, 3344, 7627, 7628, 711, 2044, 7629, 7630, 3952, 2219, 2787, 1936, # 5494 + 3953, 3345, 2220, 2251, 3789, 2300, 7631, 4431, 3790, 1258, 3279, 3954, 3204, 2138, 2950, 3955, # 5510 + 3956, 7632, 2221, 258, 3205, 4432, 101, 1227, 7633, 3280, 1755, 7634, 1391, 3281, 7635, 2910, # 5526 + 2056, 893, 7636, 7637, 7638, 1402, 4161, 2342, 7639, 7640, 3206, 3556, 7641, 7642, 878, 1325, # 5542 + 1780, 2788, 4433, 259, 1385, 2577, 744, 1183, 2267, 4434, 7643, 3957, 2502, 7644, 684, 1024, # 5558 + 4162, 7645, 472, 3557, 3449, 1165, 3282, 3958, 3959, 322, 2152, 881, 455, 1695, 1152, 1340, # 5574 + 660, 554, 2153, 4435, 1058, 4436, 4163, 830, 1065, 3346, 3960, 4437, 1923, 7646, 1703, 1918, # 5590 + 7647, 932, 2268, 122, 7648, 4438, 947, 677, 7649, 3791, 2627, 297, 1905, 1924, 2269, 4439, # 5606 + 2317, 3283, 7650, 7651, 4164, 7652, 4165, 84, 4166, 112, 989, 7653, 547, 1059, 3961, 701, # 5622 + 3558, 1019, 7654, 4167, 7655, 3450, 942, 639, 457, 2301, 2451, 993, 2951, 407, 851, 494, # 5638 + 4440, 3347, 927, 7656, 1237, 7657, 2421, 3348, 573, 4168, 680, 921, 2911, 1279, 1874, 285, # 5654 + 790, 1448, 1983, 719, 2167, 7658, 7659, 4441, 3962, 3963, 1649, 7660, 1541, 563, 7661, 1077, # 5670 + 7662, 3349, 3041, 3451, 511, 2997, 3964, 3965, 3667, 3966, 1268, 2564, 3350, 3207, 4442, 4443, # 5686 + 7663, 535, 1048, 1276, 1189, 2912, 2028, 3142, 1438, 1373, 2834, 2952, 1134, 2012, 7664, 4169, # 5702 + 1238, 2578, 3086, 1259, 7665, 700, 7666, 2953, 3143, 3668, 4170, 7667, 4171, 1146, 1875, 1906, # 5718 + 4444, 2601, 3967, 781, 2422, 132, 1589, 203, 147, 273, 2789, 2402, 898, 1786, 2154, 3968, # 5734 + 3969, 7668, 3792, 2790, 7669, 7670, 4445, 4446, 7671, 3208, 7672, 1635, 3793, 965, 7673, 1804, # 5750 + 2690, 1516, 3559, 1121, 1082, 1329, 3284, 3970, 1449, 3794, 65, 1128, 2835, 2913, 2759, 1590, # 5766 + 3795, 7674, 7675, 12, 2658, 45, 976, 2579, 3144, 4447, 517, 2528, 1013, 1037, 3209, 7676, # 5782 + 3796, 2836, 7677, 3797, 7678, 3452, 7679, 2602, 614, 1998, 2318, 3798, 3087, 2724, 2628, 7680, # 5798 + 2580, 4172, 599, 1269, 7681, 1810, 3669, 7682, 2691, 3088, 759, 1060, 489, 1805, 3351, 3285, # 5814 + 1358, 7683, 7684, 2386, 1387, 1215, 2629, 2252, 490, 7685, 7686, 4173, 1759, 2387, 2343, 7687, # 5830 + 4448, 3799, 1907, 3971, 2630, 1806, 3210, 4449, 3453, 3286, 2760, 2344, 874, 7688, 7689, 3454, # 5846 + 3670, 1858, 91, 2914, 3671, 3042, 3800, 4450, 7690, 3145, 3972, 2659, 7691, 3455, 1202, 1403, # 5862 + 3801, 2954, 2529, 1517, 2503, 4451, 3456, 2504, 7692, 4452, 7693, 2692, 1885, 1495, 1731, 3973, # 5878 + 2365, 4453, 7694, 2029, 7695, 7696, 3974, 2693, 1216, 237, 2581, 4174, 2319, 3975, 3802, 4454, # 5894 + 4455, 2694, 3560, 3457, 445, 4456, 7697, 7698, 7699, 7700, 2761, 61, 3976, 3672, 1822, 3977, # 5910 + 7701, 687, 2045, 935, 925, 405, 2660, 703, 1096, 1859, 2725, 4457, 3978, 1876, 1367, 2695, # 5926 + 3352, 918, 2105, 1781, 2476, 334, 3287, 1611, 1093, 4458, 564, 3146, 3458, 3673, 3353, 945, # 5942 + 2631, 2057, 4459, 7702, 1925, 872, 4175, 7703, 3459, 2696, 3089, 349, 4176, 3674, 3979, 4460, # 5958 + 3803, 4177, 3675, 2155, 3980, 4461, 4462, 4178, 4463, 2403, 2046, 782, 3981, 400, 251, 4179, # 5974 + 1624, 7704, 7705, 277, 3676, 299, 1265, 476, 1191, 3804, 2121, 4180, 4181, 1109, 205, 7706, # 5990 + 2582, 1000, 2156, 3561, 1860, 7707, 7708, 7709, 4464, 7710, 4465, 2565, 107, 2477, 2157, 3982, # 6006 + 3460, 3147, 7711, 1533, 541, 1301, 158, 753, 4182, 2872, 3562, 7712, 1696, 370, 1088, 4183, # 6022 + 4466, 3563, 579, 327, 440, 162, 2240, 269, 1937, 1374, 3461, 968, 3043, 56, 1396, 3090, # 6038 + 2106, 3288, 3354, 7713, 1926, 2158, 4467, 2998, 7714, 3564, 7715, 7716, 3677, 4468, 2478, 7717, # 6054 + 2791, 7718, 1650, 4469, 7719, 2603, 7720, 7721, 3983, 2661, 3355, 1149, 3356, 3984, 3805, 3985, # 6070 + 7722, 1076, 49, 7723, 951, 3211, 3289, 3290, 450, 2837, 920, 7724, 1811, 2792, 2366, 4184, # 6086 + 1908, 1138, 2367, 3806, 3462, 7725, 3212, 4470, 1909, 1147, 1518, 2423, 4471, 3807, 7726, 4472, # 6102 + 2388, 2604, 260, 1795, 3213, 7727, 7728, 3808, 3291, 708, 7729, 3565, 1704, 7730, 3566, 1351, # 6118 + 1618, 3357, 2999, 1886, 944, 4185, 3358, 4186, 3044, 3359, 4187, 7731, 3678, 422, 413, 1714, # 6134 + 3292, 500, 2058, 2345, 4188, 2479, 7732, 1344, 1910, 954, 7733, 1668, 7734, 7735, 3986, 2404, # 6150 + 4189, 3567, 3809, 4190, 7736, 2302, 1318, 2505, 3091, 133, 3092, 2873, 4473, 629, 31, 2838, # 6166 + 2697, 3810, 4474, 850, 949, 4475, 3987, 2955, 1732, 2088, 4191, 1496, 1852, 7737, 3988, 620, # 6182 + 3214, 981, 1242, 3679, 3360, 1619, 3680, 1643, 3293, 2139, 2452, 1970, 1719, 3463, 2168, 7738, # 6198 + 3215, 7739, 7740, 3361, 1828, 7741, 1277, 4476, 1565, 2047, 7742, 1636, 3568, 3093, 7743, 869, # 6214 + 2839, 655, 3811, 3812, 3094, 3989, 3000, 3813, 1310, 3569, 4477, 7744, 7745, 7746, 1733, 558, # 6230 + 4478, 3681, 335, 1549, 3045, 1756, 4192, 3682, 1945, 3464, 1829, 1291, 1192, 470, 2726, 2107, # 6246 + 2793, 913, 1054, 3990, 7747, 1027, 7748, 3046, 3991, 4479, 982, 2662, 3362, 3148, 3465, 3216, # 6262 + 3217, 1946, 2794, 7749, 571, 4480, 7750, 1830, 7751, 3570, 2583, 1523, 2424, 7752, 2089, 984, # 6278 + 4481, 3683, 1959, 7753, 3684, 852, 923, 2795, 3466, 3685, 969, 1519, 999, 2048, 2320, 1705, # 6294 + 7754, 3095, 615, 1662, 151, 597, 3992, 2405, 2321, 1049, 275, 4482, 3686, 4193, 568, 3687, # 6310 + 3571, 2480, 4194, 3688, 7755, 2425, 2270, 409, 3218, 7756, 1566, 2874, 3467, 1002, 769, 2840, # 6326 + 194, 2090, 3149, 3689, 2222, 3294, 4195, 628, 1505, 7757, 7758, 1763, 2177, 3001, 3993, 521, # 6342 + 1161, 2584, 1787, 2203, 2406, 4483, 3994, 1625, 4196, 4197, 412, 42, 3096, 464, 7759, 2632, # 6358 + 4484, 3363, 1760, 1571, 2875, 3468, 2530, 1219, 2204, 3814, 2633, 2140, 2368, 4485, 4486, 3295, # 6374 + 1651, 3364, 3572, 7760, 7761, 3573, 2481, 3469, 7762, 3690, 7763, 7764, 2271, 2091, 460, 7765, # 6390 + 4487, 7766, 3002, 962, 588, 3574, 289, 3219, 2634, 1116, 52, 7767, 3047, 1796, 7768, 7769, # 6406 + 7770, 1467, 7771, 1598, 1143, 3691, 4198, 1984, 1734, 1067, 4488, 1280, 3365, 465, 4489, 1572, # 6422 + 510, 7772, 1927, 2241, 1812, 1644, 3575, 7773, 4490, 3692, 7774, 7775, 2663, 1573, 1534, 7776, # 6438 + 7777, 4199, 536, 1807, 1761, 3470, 3815, 3150, 2635, 7778, 7779, 7780, 4491, 3471, 2915, 1911, # 6454 + 2796, 7781, 3296, 1122, 377, 3220, 7782, 360, 7783, 7784, 4200, 1529, 551, 7785, 2059, 3693, # 6470 + 1769, 2426, 7786, 2916, 4201, 3297, 3097, 2322, 2108, 2030, 4492, 1404, 136, 1468, 1479, 672, # 6486 + 1171, 3221, 2303, 271, 3151, 7787, 2762, 7788, 2049, 678, 2727, 865, 1947, 4493, 7789, 2013, # 6502 + 3995, 2956, 7790, 2728, 2223, 1397, 3048, 3694, 4494, 4495, 1735, 2917, 3366, 3576, 7791, 3816, # 6518 + 509, 2841, 2453, 2876, 3817, 7792, 7793, 3152, 3153, 4496, 4202, 2531, 4497, 2304, 1166, 1010, # 6534 + 552, 681, 1887, 7794, 7795, 2957, 2958, 3996, 1287, 1596, 1861, 3154, 358, 453, 736, 175, # 6550 + 478, 1117, 905, 1167, 1097, 7796, 1853, 1530, 7797, 1706, 7798, 2178, 3472, 2287, 3695, 3473, # 6566 + 3577, 4203, 2092, 4204, 7799, 3367, 1193, 2482, 4205, 1458, 2190, 2205, 1862, 1888, 1421, 3298, # 6582 + 2918, 3049, 2179, 3474, 595, 2122, 7800, 3997, 7801, 7802, 4206, 1707, 2636, 223, 3696, 1359, # 6598 + 751, 3098, 183, 3475, 7803, 2797, 3003, 419, 2369, 633, 704, 3818, 2389, 241, 7804, 7805, # 6614 + 7806, 838, 3004, 3697, 2272, 2763, 2454, 3819, 1938, 2050, 3998, 1309, 3099, 2242, 1181, 7807, # 6630 + 1136, 2206, 3820, 2370, 1446, 4207, 2305, 4498, 7808, 7809, 4208, 1055, 2605, 484, 3698, 7810, # 6646 + 3999, 625, 4209, 2273, 3368, 1499, 4210, 4000, 7811, 4001, 4211, 3222, 2274, 2275, 3476, 7812, # 6662 + 7813, 2764, 808, 2606, 3699, 3369, 4002, 4212, 3100, 2532, 526, 3370, 3821, 4213, 955, 7814, # 6678 + 1620, 4214, 2637, 2427, 7815, 1429, 3700, 1669, 1831, 994, 928, 7816, 3578, 1260, 7817, 7818, # 6694 + 7819, 1948, 2288, 741, 2919, 1626, 4215, 2729, 2455, 867, 1184, 362, 3371, 1392, 7820, 7821, # 6710 + 4003, 4216, 1770, 1736, 3223, 2920, 4499, 4500, 1928, 2698, 1459, 1158, 7822, 3050, 3372, 2877, # 6726 + 1292, 1929, 2506, 2842, 3701, 1985, 1187, 2071, 2014, 2607, 4217, 7823, 2566, 2507, 2169, 3702, # 6742 + 2483, 3299, 7824, 3703, 4501, 7825, 7826, 666, 1003, 3005, 1022, 3579, 4218, 7827, 4502, 1813, # 6758 + 2253, 574, 3822, 1603, 295, 1535, 705, 3823, 4219, 283, 858, 417, 7828, 7829, 3224, 4503, # 6774 + 4504, 3051, 1220, 1889, 1046, 2276, 2456, 4004, 1393, 1599, 689, 2567, 388, 4220, 7830, 2484, # 6790 + 802, 7831, 2798, 3824, 2060, 1405, 2254, 7832, 4505, 3825, 2109, 1052, 1345, 3225, 1585, 7833, # 6806 + 809, 7834, 7835, 7836, 575, 2730, 3477, 956, 1552, 1469, 1144, 2323, 7837, 2324, 1560, 2457, # 6822 + 3580, 3226, 4005, 616, 2207, 3155, 2180, 2289, 7838, 1832, 7839, 3478, 4506, 7840, 1319, 3704, # 6838 + 3705, 1211, 3581, 1023, 3227, 1293, 2799, 7841, 7842, 7843, 3826, 607, 2306, 3827, 762, 2878, # 6854 + 1439, 4221, 1360, 7844, 1485, 3052, 7845, 4507, 1038, 4222, 1450, 2061, 2638, 4223, 1379, 4508, # 6870 + 2585, 7846, 7847, 4224, 1352, 1414, 2325, 2921, 1172, 7848, 7849, 3828, 3829, 7850, 1797, 1451, # 6886 + 7851, 7852, 7853, 7854, 2922, 4006, 4007, 2485, 2346, 411, 4008, 4009, 3582, 3300, 3101, 4509, # 6902 + 1561, 2664, 1452, 4010, 1375, 7855, 7856, 47, 2959, 316, 7857, 1406, 1591, 2923, 3156, 7858, # 6918 + 1025, 2141, 3102, 3157, 354, 2731, 884, 2224, 4225, 2407, 508, 3706, 726, 3583, 996, 2428, # 6934 + 3584, 729, 7859, 392, 2191, 1453, 4011, 4510, 3707, 7860, 7861, 2458, 3585, 2608, 1675, 2800, # 6950 + 919, 2347, 2960, 2348, 1270, 4511, 4012, 73, 7862, 7863, 647, 7864, 3228, 2843, 2255, 1550, # 6966 + 1346, 3006, 7865, 1332, 883, 3479, 7866, 7867, 7868, 7869, 3301, 2765, 7870, 1212, 831, 1347, # 6982 + 4226, 4512, 2326, 3830, 1863, 3053, 720, 3831, 4513, 4514, 3832, 7871, 4227, 7872, 7873, 4515, # 6998 + 7874, 7875, 1798, 4516, 3708, 2609, 4517, 3586, 1645, 2371, 7876, 7877, 2924, 669, 2208, 2665, # 7014 + 2429, 7878, 2879, 7879, 7880, 1028, 3229, 7881, 4228, 2408, 7882, 2256, 1353, 7883, 7884, 4518, # 7030 + 3158, 518, 7885, 4013, 7886, 4229, 1960, 7887, 2142, 4230, 7888, 7889, 3007, 2349, 2350, 3833, # 7046 + 516, 1833, 1454, 4014, 2699, 4231, 4519, 2225, 2610, 1971, 1129, 3587, 7890, 2766, 7891, 2961, # 7062 + 1422, 577, 1470, 3008, 1524, 3373, 7892, 7893, 432, 4232, 3054, 3480, 7894, 2586, 1455, 2508, # 7078 + 2226, 1972, 1175, 7895, 1020, 2732, 4015, 3481, 4520, 7896, 2733, 7897, 1743, 1361, 3055, 3482, # 7094 + 2639, 4016, 4233, 4521, 2290, 895, 924, 4234, 2170, 331, 2243, 3056, 166, 1627, 3057, 1098, # 7110 + 7898, 1232, 2880, 2227, 3374, 4522, 657, 403, 1196, 2372, 542, 3709, 3375, 1600, 4235, 3483, # 7126 + 7899, 4523, 2767, 3230, 576, 530, 1362, 7900, 4524, 2533, 2666, 3710, 4017, 7901, 842, 3834, # 7142 + 7902, 2801, 2031, 1014, 4018, 213, 2700, 3376, 665, 621, 4236, 7903, 3711, 2925, 2430, 7904, # 7158 + 2431, 3302, 3588, 3377, 7905, 4237, 2534, 4238, 4525, 3589, 1682, 4239, 3484, 1380, 7906, 724, # 7174 + 2277, 600, 1670, 7907, 1337, 1233, 4526, 3103, 2244, 7908, 1621, 4527, 7909, 651, 4240, 7910, # 7190 + 1612, 4241, 2611, 7911, 2844, 7912, 2734, 2307, 3058, 7913, 716, 2459, 3059, 174, 1255, 2701, # 7206 + 4019, 3590, 548, 1320, 1398, 728, 4020, 1574, 7914, 1890, 1197, 3060, 4021, 7915, 3061, 3062, # 7222 + 3712, 3591, 3713, 747, 7916, 635, 4242, 4528, 7917, 7918, 7919, 4243, 7920, 7921, 4529, 7922, # 7238 + 3378, 4530, 2432, 451, 7923, 3714, 2535, 2072, 4244, 2735, 4245, 4022, 7924, 1764, 4531, 7925, # 7254 + 4246, 350, 7926, 2278, 2390, 2486, 7927, 4247, 4023, 2245, 1434, 4024, 488, 4532, 458, 4248, # 7270 + 4025, 3715, 771, 1330, 2391, 3835, 2568, 3159, 2159, 2409, 1553, 2667, 3160, 4249, 7928, 2487, # 7286 + 2881, 2612, 1720, 2702, 4250, 3379, 4533, 7929, 2536, 4251, 7930, 3231, 4252, 2768, 7931, 2015, # 7302 + 2736, 7932, 1155, 1017, 3716, 3836, 7933, 3303, 2308, 201, 1864, 4253, 1430, 7934, 4026, 7935, # 7318 + 7936, 7937, 7938, 7939, 4254, 1604, 7940, 414, 1865, 371, 2587, 4534, 4535, 3485, 2016, 3104, # 7334 + 4536, 1708, 960, 4255, 887, 389, 2171, 1536, 1663, 1721, 7941, 2228, 4027, 2351, 2926, 1580, # 7350 + 7942, 7943, 7944, 1744, 7945, 2537, 4537, 4538, 7946, 4539, 7947, 2073, 7948, 7949, 3592, 3380, # 7366 + 2882, 4256, 7950, 4257, 2640, 3381, 2802, 673, 2703, 2460, 709, 3486, 4028, 3593, 4258, 7951, # 7382 + 1148, 502, 634, 7952, 7953, 1204, 4540, 3594, 1575, 4541, 2613, 3717, 7954, 3718, 3105, 948, # 7398 + 3232, 121, 1745, 3837, 1110, 7955, 4259, 3063, 2509, 3009, 4029, 3719, 1151, 1771, 3838, 1488, # 7414 + 4030, 1986, 7956, 2433, 3487, 7957, 7958, 2093, 7959, 4260, 3839, 1213, 1407, 2803, 531, 2737, # 7430 + 2538, 3233, 1011, 1537, 7960, 2769, 4261, 3106, 1061, 7961, 3720, 3721, 1866, 2883, 7962, 2017, # 7446 + 120, 4262, 4263, 2062, 3595, 3234, 2309, 3840, 2668, 3382, 1954, 4542, 7963, 7964, 3488, 1047, # 7462 + 2704, 1266, 7965, 1368, 4543, 2845, 649, 3383, 3841, 2539, 2738, 1102, 2846, 2669, 7966, 7967, # 7478 + 1999, 7968, 1111, 3596, 2962, 7969, 2488, 3842, 3597, 2804, 1854, 3384, 3722, 7970, 7971, 3385, # 7494 + 2410, 2884, 3304, 3235, 3598, 7972, 2569, 7973, 3599, 2805, 4031, 1460, 856, 7974, 3600, 7975, # 7510 + 2885, 2963, 7976, 2886, 3843, 7977, 4264, 632, 2510, 875, 3844, 1697, 3845, 2291, 7978, 7979, # 7526 + 4544, 3010, 1239, 580, 4545, 4265, 7980, 914, 936, 2074, 1190, 4032, 1039, 2123, 7981, 7982, # 7542 + 7983, 3386, 1473, 7984, 1354, 4266, 3846, 7985, 2172, 3064, 4033, 915, 3305, 4267, 4268, 3306, # 7558 + 1605, 1834, 7986, 2739, 398, 3601, 4269, 3847, 4034, 328, 1912, 2847, 4035, 3848, 1331, 4270, # 7574 + 3011, 937, 4271, 7987, 3602, 4036, 4037, 3387, 2160, 4546, 3388, 524, 742, 538, 3065, 1012, # 7590 + 7988, 7989, 3849, 2461, 7990, 658, 1103, 225, 3850, 7991, 7992, 4547, 7993, 4548, 7994, 3236, # 7606 + 1243, 7995, 4038, 963, 2246, 4549, 7996, 2705, 3603, 3161, 7997, 7998, 2588, 2327, 7999, 4550, # 7622 + 8000, 8001, 8002, 3489, 3307, 957, 3389, 2540, 2032, 1930, 2927, 2462, 870, 2018, 3604, 1746, # 7638 + 2770, 2771, 2434, 2463, 8003, 3851, 8004, 3723, 3107, 3724, 3490, 3390, 3725, 8005, 1179, 3066, # 7654 + 8006, 3162, 2373, 4272, 3726, 2541, 3163, 3108, 2740, 4039, 8007, 3391, 1556, 2542, 2292, 977, # 7670 + 2887, 2033, 4040, 1205, 3392, 8008, 1765, 3393, 3164, 2124, 1271, 1689, 714, 4551, 3491, 8009, # 7686 + 2328, 3852, 533, 4273, 3605, 2181, 617, 8010, 2464, 3308, 3492, 2310, 8011, 8012, 3165, 8013, # 7702 + 8014, 3853, 1987, 618, 427, 2641, 3493, 3394, 8015, 8016, 1244, 1690, 8017, 2806, 4274, 4552, # 7718 + 8018, 3494, 8019, 8020, 2279, 1576, 473, 3606, 4275, 3395, 972, 8021, 3607, 8022, 3067, 8023, # 7734 + 8024, 4553, 4554, 8025, 3727, 4041, 4042, 8026, 153, 4555, 356, 8027, 1891, 2888, 4276, 2143, # 7750 + 408, 803, 2352, 8028, 3854, 8029, 4277, 1646, 2570, 2511, 4556, 4557, 3855, 8030, 3856, 4278, # 7766 + 8031, 2411, 3396, 752, 8032, 8033, 1961, 2964, 8034, 746, 3012, 2465, 8035, 4279, 3728, 698, # 7782 + 4558, 1892, 4280, 3608, 2543, 4559, 3609, 3857, 8036, 3166, 3397, 8037, 1823, 1302, 4043, 2706, # 7798 + 3858, 1973, 4281, 8038, 4282, 3167, 823, 1303, 1288, 1236, 2848, 3495, 4044, 3398, 774, 3859, # 7814 + 8039, 1581, 4560, 1304, 2849, 3860, 4561, 8040, 2435, 2161, 1083, 3237, 4283, 4045, 4284, 344, # 7830 + 1173, 288, 2311, 454, 1683, 8041, 8042, 1461, 4562, 4046, 2589, 8043, 8044, 4563, 985, 894, # 7846 + 8045, 3399, 3168, 8046, 1913, 2928, 3729, 1988, 8047, 2110, 1974, 8048, 4047, 8049, 2571, 1194, # 7862 + 425, 8050, 4564, 3169, 1245, 3730, 4285, 8051, 8052, 2850, 8053, 636, 4565, 1855, 3861, 760, # 7878 + 1799, 8054, 4286, 2209, 1508, 4566, 4048, 1893, 1684, 2293, 8055, 8056, 8057, 4287, 4288, 2210, # 7894 + 479, 8058, 8059, 832, 8060, 4049, 2489, 8061, 2965, 2490, 3731, 990, 3109, 627, 1814, 2642, # 7910 + 4289, 1582, 4290, 2125, 2111, 3496, 4567, 8062, 799, 4291, 3170, 8063, 4568, 2112, 1737, 3013, # 7926 + 1018, 543, 754, 4292, 3309, 1676, 4569, 4570, 4050, 8064, 1489, 8065, 3497, 8066, 2614, 2889, # 7942 + 4051, 8067, 8068, 2966, 8069, 8070, 8071, 8072, 3171, 4571, 4572, 2182, 1722, 8073, 3238, 3239, # 7958 + 1842, 3610, 1715, 481, 365, 1975, 1856, 8074, 8075, 1962, 2491, 4573, 8076, 2126, 3611, 3240, # 7974 + 433, 1894, 2063, 2075, 8077, 602, 2741, 8078, 8079, 8080, 8081, 8082, 3014, 1628, 3400, 8083, # 7990 + 3172, 4574, 4052, 2890, 4575, 2512, 8084, 2544, 2772, 8085, 8086, 8087, 3310, 4576, 2891, 8088, # 8006 + 4577, 8089, 2851, 4578, 4579, 1221, 2967, 4053, 2513, 8090, 8091, 8092, 1867, 1989, 8093, 8094, # 8022 + 8095, 1895, 8096, 8097, 4580, 1896, 4054, 318, 8098, 2094, 4055, 4293, 8099, 8100, 485, 8101, # 8038 + 938, 3862, 553, 2670, 116, 8102, 3863, 3612, 8103, 3498, 2671, 2773, 3401, 3311, 2807, 8104, # 8054 + 3613, 2929, 4056, 1747, 2930, 2968, 8105, 8106, 207, 8107, 8108, 2672, 4581, 2514, 8109, 3015, # 8070 + 890, 3614, 3864, 8110, 1877, 3732, 3402, 8111, 2183, 2353, 3403, 1652, 8112, 8113, 8114, 941, # 8086 + 2294, 208, 3499, 4057, 2019, 330, 4294, 3865, 2892, 2492, 3733, 4295, 8115, 8116, 8117, 8118, # 8102 +) +# fmt: on diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py new file mode 100644 index 00000000..a37ab189 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import EUCTWDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import EUCTW_SM_MODEL + + +class EUCTWProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(EUCTW_SM_MODEL) + self.distribution_analyzer = EUCTWDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "EUC-TW" + + @property + def language(self) -> str: + return "Taiwan" diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py new file mode 100644 index 00000000..b32bfc74 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py @@ -0,0 +1,284 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# GB2312 most frequently used character table +# +# Char to FreqOrder table , from hz6763 + +# 512 --> 0.79 -- 0.79 +# 1024 --> 0.92 -- 0.13 +# 2048 --> 0.98 -- 0.06 +# 6768 --> 1.00 -- 0.02 +# +# Ideal Distribution Ratio = 0.79135/(1-0.79135) = 3.79 +# Random Distribution Ration = 512 / (3755 - 512) = 0.157 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher that RDR + +GB2312_TYPICAL_DISTRIBUTION_RATIO = 0.9 + +GB2312_TABLE_SIZE = 3760 + +# fmt: off +GB2312_CHAR_TO_FREQ_ORDER = ( +1671, 749,1443,2364,3924,3807,2330,3921,1704,3463,2691,1511,1515, 572,3191,2205, +2361, 224,2558, 479,1711, 963,3162, 440,4060,1905,2966,2947,3580,2647,3961,3842, +2204, 869,4207, 970,2678,5626,2944,2956,1479,4048, 514,3595, 588,1346,2820,3409, + 249,4088,1746,1873,2047,1774, 581,1813, 358,1174,3590,1014,1561,4844,2245, 670, +1636,3112, 889,1286, 953, 556,2327,3060,1290,3141, 613, 185,3477,1367, 850,3820, +1715,2428,2642,2303,2732,3041,2562,2648,3566,3946,1349, 388,3098,2091,1360,3585, + 152,1687,1539, 738,1559, 59,1232,2925,2267,1388,1249,1741,1679,2960, 151,1566, +1125,1352,4271, 924,4296, 385,3166,4459, 310,1245,2850, 70,3285,2729,3534,3575, +2398,3298,3466,1960,2265, 217,3647, 864,1909,2084,4401,2773,1010,3269,5152, 853, +3051,3121,1244,4251,1895, 364,1499,1540,2313,1180,3655,2268, 562, 715,2417,3061, + 544, 336,3768,2380,1752,4075, 950, 280,2425,4382, 183,2759,3272, 333,4297,2155, +1688,2356,1444,1039,4540, 736,1177,3349,2443,2368,2144,2225, 565, 196,1482,3406, + 927,1335,4147, 692, 878,1311,1653,3911,3622,1378,4200,1840,2969,3149,2126,1816, +2534,1546,2393,2760, 737,2494, 13, 447, 245,2747, 38,2765,2129,2589,1079, 606, + 360, 471,3755,2890, 404, 848, 699,1785,1236, 370,2221,1023,3746,2074,2026,2023, +2388,1581,2119, 812,1141,3091,2536,1519, 804,2053, 406,1596,1090, 784, 548,4414, +1806,2264,2936,1100, 343,4114,5096, 622,3358, 743,3668,1510,1626,5020,3567,2513, +3195,4115,5627,2489,2991, 24,2065,2697,1087,2719, 48,1634, 315, 68, 985,2052, + 198,2239,1347,1107,1439, 597,2366,2172, 871,3307, 919,2487,2790,1867, 236,2570, +1413,3794, 906,3365,3381,1701,1982,1818,1524,2924,1205, 616,2586,2072,2004, 575, + 253,3099, 32,1365,1182, 197,1714,2454,1201, 554,3388,3224,2748, 756,2587, 250, +2567,1507,1517,3529,1922,2761,2337,3416,1961,1677,2452,2238,3153, 615, 911,1506, +1474,2495,1265,1906,2749,3756,3280,2161, 898,2714,1759,3450,2243,2444, 563, 26, +3286,2266,3769,3344,2707,3677, 611,1402, 531,1028,2871,4548,1375, 261,2948, 835, +1190,4134, 353, 840,2684,1900,3082,1435,2109,1207,1674, 329,1872,2781,4055,2686, +2104, 608,3318,2423,2957,2768,1108,3739,3512,3271,3985,2203,1771,3520,1418,2054, +1681,1153, 225,1627,2929, 162,2050,2511,3687,1954, 124,1859,2431,1684,3032,2894, + 585,4805,3969,2869,2704,2088,2032,2095,3656,2635,4362,2209, 256, 518,2042,2105, +3777,3657, 643,2298,1148,1779, 190, 989,3544, 414, 11,2135,2063,2979,1471, 403, +3678, 126, 770,1563, 671,2499,3216,2877, 600,1179, 307,2805,4937,1268,1297,2694, + 252,4032,1448,1494,1331,1394, 127,2256, 222,1647,1035,1481,3056,1915,1048, 873, +3651, 210, 33,1608,2516, 200,1520, 415, 102, 0,3389,1287, 817, 91,3299,2940, + 836,1814, 549,2197,1396,1669,2987,3582,2297,2848,4528,1070, 687, 20,1819, 121, +1552,1364,1461,1968,2617,3540,2824,2083, 177, 948,4938,2291, 110,4549,2066, 648, +3359,1755,2110,2114,4642,4845,1693,3937,3308,1257,1869,2123, 208,1804,3159,2992, +2531,2549,3361,2418,1350,2347,2800,2568,1291,2036,2680, 72, 842,1990, 212,1233, +1154,1586, 75,2027,3410,4900,1823,1337,2710,2676, 728,2810,1522,3026,4995, 157, + 755,1050,4022, 710, 785,1936,2194,2085,1406,2777,2400, 150,1250,4049,1206, 807, +1910, 534, 529,3309,1721,1660, 274, 39,2827, 661,2670,1578, 925,3248,3815,1094, +4278,4901,4252, 41,1150,3747,2572,2227,4501,3658,4902,3813,3357,3617,2884,2258, + 887, 538,4187,3199,1294,2439,3042,2329,2343,2497,1255, 107, 543,1527, 521,3478, +3568, 194,5062, 15, 961,3870,1241,1192,2664, 66,5215,3260,2111,1295,1127,2152, +3805,4135, 901,1164,1976, 398,1278, 530,1460, 748, 904,1054,1966,1426, 53,2909, + 509, 523,2279,1534, 536,1019, 239,1685, 460,2353, 673,1065,2401,3600,4298,2272, +1272,2363, 284,1753,3679,4064,1695, 81, 815,2677,2757,2731,1386, 859, 500,4221, +2190,2566, 757,1006,2519,2068,1166,1455, 337,2654,3203,1863,1682,1914,3025,1252, +1409,1366, 847, 714,2834,2038,3209, 964,2970,1901, 885,2553,1078,1756,3049, 301, +1572,3326, 688,2130,1996,2429,1805,1648,2930,3421,2750,3652,3088, 262,1158,1254, + 389,1641,1812, 526,1719, 923,2073,1073,1902, 468, 489,4625,1140, 857,2375,3070, +3319,2863, 380, 116,1328,2693,1161,2244, 273,1212,1884,2769,3011,1775,1142, 461, +3066,1200,2147,2212, 790, 702,2695,4222,1601,1058, 434,2338,5153,3640, 67,2360, +4099,2502, 618,3472,1329, 416,1132, 830,2782,1807,2653,3211,3510,1662, 192,2124, + 296,3979,1739,1611,3684, 23, 118, 324, 446,1239,1225, 293,2520,3814,3795,2535, +3116, 17,1074, 467,2692,2201, 387,2922, 45,1326,3055,1645,3659,2817, 958, 243, +1903,2320,1339,2825,1784,3289, 356, 576, 865,2315,2381,3377,3916,1088,3122,1713, +1655, 935, 628,4689,1034,1327, 441, 800, 720, 894,1979,2183,1528,5289,2702,1071, +4046,3572,2399,1571,3281, 79, 761,1103, 327, 134, 758,1899,1371,1615, 879, 442, + 215,2605,2579, 173,2048,2485,1057,2975,3317,1097,2253,3801,4263,1403,1650,2946, + 814,4968,3487,1548,2644,1567,1285, 2, 295,2636, 97, 946,3576, 832, 141,4257, +3273, 760,3821,3521,3156,2607, 949,1024,1733,1516,1803,1920,2125,2283,2665,3180, +1501,2064,3560,2171,1592, 803,3518,1416, 732,3897,4258,1363,1362,2458, 119,1427, + 602,1525,2608,1605,1639,3175, 694,3064, 10, 465, 76,2000,4846,4208, 444,3781, +1619,3353,2206,1273,3796, 740,2483, 320,1723,2377,3660,2619,1359,1137,1762,1724, +2345,2842,1850,1862, 912, 821,1866, 612,2625,1735,2573,3369,1093, 844, 89, 937, + 930,1424,3564,2413,2972,1004,3046,3019,2011, 711,3171,1452,4178, 428, 801,1943, + 432, 445,2811, 206,4136,1472, 730, 349, 73, 397,2802,2547, 998,1637,1167, 789, + 396,3217, 154,1218, 716,1120,1780,2819,4826,1931,3334,3762,2139,1215,2627, 552, +3664,3628,3232,1405,2383,3111,1356,2652,3577,3320,3101,1703, 640,1045,1370,1246, +4996, 371,1575,2436,1621,2210, 984,4033,1734,2638, 16,4529, 663,2755,3255,1451, +3917,2257,1253,1955,2234,1263,2951, 214,1229, 617, 485, 359,1831,1969, 473,2310, + 750,2058, 165, 80,2864,2419, 361,4344,2416,2479,1134, 796,3726,1266,2943, 860, +2715, 938, 390,2734,1313,1384, 248, 202, 877,1064,2854, 522,3907, 279,1602, 297, +2357, 395,3740, 137,2075, 944,4089,2584,1267,3802, 62,1533,2285, 178, 176, 780, +2440, 201,3707, 590, 478,1560,4354,2117,1075, 30, 74,4643,4004,1635,1441,2745, + 776,2596, 238,1077,1692,1912,2844, 605, 499,1742,3947, 241,3053, 980,1749, 936, +2640,4511,2582, 515,1543,2162,5322,2892,2993, 890,2148,1924, 665,1827,3581,1032, + 968,3163, 339,1044,1896, 270, 583,1791,1720,4367,1194,3488,3669, 43,2523,1657, + 163,2167, 290,1209,1622,3378, 550, 634,2508,2510, 695,2634,2384,2512,1476,1414, + 220,1469,2341,2138,2852,3183,2900,4939,2865,3502,1211,3680, 854,3227,1299,2976, +3172, 186,2998,1459, 443,1067,3251,1495, 321,1932,3054, 909, 753,1410,1828, 436, +2441,1119,1587,3164,2186,1258, 227, 231,1425,1890,3200,3942, 247, 959, 725,5254, +2741, 577,2158,2079, 929, 120, 174, 838,2813, 591,1115, 417,2024, 40,3240,1536, +1037, 291,4151,2354, 632,1298,2406,2500,3535,1825,1846,3451, 205,1171, 345,4238, + 18,1163, 811, 685,2208,1217, 425,1312,1508,1175,4308,2552,1033, 587,1381,3059, +2984,3482, 340,1316,4023,3972, 792,3176, 519, 777,4690, 918, 933,4130,2981,3741, + 90,3360,2911,2200,5184,4550, 609,3079,2030, 272,3379,2736, 363,3881,1130,1447, + 286, 779, 357,1169,3350,3137,1630,1220,2687,2391, 747,1277,3688,2618,2682,2601, +1156,3196,5290,4034,3102,1689,3596,3128, 874, 219,2783, 798, 508,1843,2461, 269, +1658,1776,1392,1913,2983,3287,2866,2159,2372, 829,4076, 46,4253,2873,1889,1894, + 915,1834,1631,2181,2318, 298, 664,2818,3555,2735, 954,3228,3117, 527,3511,2173, + 681,2712,3033,2247,2346,3467,1652, 155,2164,3382, 113,1994, 450, 899, 494, 994, +1237,2958,1875,2336,1926,3727, 545,1577,1550, 633,3473, 204,1305,3072,2410,1956, +2471, 707,2134, 841,2195,2196,2663,3843,1026,4940, 990,3252,4997, 368,1092, 437, +3212,3258,1933,1829, 675,2977,2893, 412, 943,3723,4644,3294,3283,2230,2373,5154, +2389,2241,2661,2323,1404,2524, 593, 787, 677,3008,1275,2059, 438,2709,2609,2240, +2269,2246,1446, 36,1568,1373,3892,1574,2301,1456,3962, 693,2276,5216,2035,1143, +2720,1919,1797,1811,2763,4137,2597,1830,1699,1488,1198,2090, 424,1694, 312,3634, +3390,4179,3335,2252,1214, 561,1059,3243,2295,2561, 975,5155,2321,2751,3772, 472, +1537,3282,3398,1047,2077,2348,2878,1323,3340,3076, 690,2906, 51, 369, 170,3541, +1060,2187,2688,3670,2541,1083,1683, 928,3918, 459, 109,4427, 599,3744,4286, 143, +2101,2730,2490, 82,1588,3036,2121, 281,1860, 477,4035,1238,2812,3020,2716,3312, +1530,2188,2055,1317, 843, 636,1808,1173,3495, 649, 181,1002, 147,3641,1159,2414, +3750,2289,2795, 813,3123,2610,1136,4368, 5,3391,4541,2174, 420, 429,1728, 754, +1228,2115,2219, 347,2223,2733, 735,1518,3003,2355,3134,1764,3948,3329,1888,2424, +1001,1234,1972,3321,3363,1672,1021,1450,1584, 226, 765, 655,2526,3404,3244,2302, +3665, 731, 594,2184, 319,1576, 621, 658,2656,4299,2099,3864,1279,2071,2598,2739, + 795,3086,3699,3908,1707,2352,2402,1382,3136,2475,1465,4847,3496,3865,1085,3004, +2591,1084, 213,2287,1963,3565,2250, 822, 793,4574,3187,1772,1789,3050, 595,1484, +1959,2770,1080,2650, 456, 422,2996, 940,3322,4328,4345,3092,2742, 965,2784, 739, +4124, 952,1358,2498,2949,2565, 332,2698,2378, 660,2260,2473,4194,3856,2919, 535, +1260,2651,1208,1428,1300,1949,1303,2942, 433,2455,2450,1251,1946, 614,1269, 641, +1306,1810,2737,3078,2912, 564,2365,1419,1415,1497,4460,2367,2185,1379,3005,1307, +3218,2175,1897,3063, 682,1157,4040,4005,1712,1160,1941,1399, 394, 402,2952,1573, +1151,2986,2404, 862, 299,2033,1489,3006, 346, 171,2886,3401,1726,2932, 168,2533, + 47,2507,1030,3735,1145,3370,1395,1318,1579,3609,4560,2857,4116,1457,2529,1965, + 504,1036,2690,2988,2405, 745,5871, 849,2397,2056,3081, 863,2359,3857,2096, 99, +1397,1769,2300,4428,1643,3455,1978,1757,3718,1440, 35,4879,3742,1296,4228,2280, + 160,5063,1599,2013, 166, 520,3479,1646,3345,3012, 490,1937,1545,1264,2182,2505, +1096,1188,1369,1436,2421,1667,2792,2460,1270,2122, 727,3167,2143, 806,1706,1012, +1800,3037, 960,2218,1882, 805, 139,2456,1139,1521, 851,1052,3093,3089, 342,2039, + 744,5097,1468,1502,1585,2087, 223, 939, 326,2140,2577, 892,2481,1623,4077, 982, +3708, 135,2131, 87,2503,3114,2326,1106, 876,1616, 547,2997,2831,2093,3441,4530, +4314, 9,3256,4229,4148, 659,1462,1986,1710,2046,2913,2231,4090,4880,5255,3392, +3274,1368,3689,4645,1477, 705,3384,3635,1068,1529,2941,1458,3782,1509, 100,1656, +2548, 718,2339, 408,1590,2780,3548,1838,4117,3719,1345,3530, 717,3442,2778,3220, +2898,1892,4590,3614,3371,2043,1998,1224,3483, 891, 635, 584,2559,3355, 733,1766, +1729,1172,3789,1891,2307, 781,2982,2271,1957,1580,5773,2633,2005,4195,3097,1535, +3213,1189,1934,5693,3262, 586,3118,1324,1598, 517,1564,2217,1868,1893,4445,3728, +2703,3139,1526,1787,1992,3882,2875,1549,1199,1056,2224,1904,2711,5098,4287, 338, +1993,3129,3489,2689,1809,2815,1997, 957,1855,3898,2550,3275,3057,1105,1319, 627, +1505,1911,1883,3526, 698,3629,3456,1833,1431, 746, 77,1261,2017,2296,1977,1885, + 125,1334,1600, 525,1798,1109,2222,1470,1945, 559,2236,1186,3443,2476,1929,1411, +2411,3135,1777,3372,2621,1841,1613,3229, 668,1430,1839,2643,2916, 195,1989,2671, +2358,1387, 629,3205,2293,5256,4439, 123,1310, 888,1879,4300,3021,3605,1003,1162, +3192,2910,2010, 140,2395,2859, 55,1082,2012,2901, 662, 419,2081,1438, 680,2774, +4654,3912,1620,1731,1625,5035,4065,2328, 512,1344, 802,5443,2163,2311,2537, 524, +3399, 98,1155,2103,1918,2606,3925,2816,1393,2465,1504,3773,2177,3963,1478,4346, + 180,1113,4655,3461,2028,1698, 833,2696,1235,1322,1594,4408,3623,3013,3225,2040, +3022, 541,2881, 607,3632,2029,1665,1219, 639,1385,1686,1099,2803,3231,1938,3188, +2858, 427, 676,2772,1168,2025, 454,3253,2486,3556, 230,1950, 580, 791,1991,1280, +1086,1974,2034, 630, 257,3338,2788,4903,1017, 86,4790, 966,2789,1995,1696,1131, + 259,3095,4188,1308, 179,1463,5257, 289,4107,1248, 42,3413,1725,2288, 896,1947, + 774,4474,4254, 604,3430,4264, 392,2514,2588, 452, 237,1408,3018, 988,4531,1970, +3034,3310, 540,2370,1562,1288,2990, 502,4765,1147, 4,1853,2708, 207, 294,2814, +4078,2902,2509, 684, 34,3105,3532,2551, 644, 709,2801,2344, 573,1727,3573,3557, +2021,1081,3100,4315,2100,3681, 199,2263,1837,2385, 146,3484,1195,2776,3949, 997, +1939,3973,1008,1091,1202,1962,1847,1149,4209,5444,1076, 493, 117,5400,2521, 972, +1490,2934,1796,4542,2374,1512,2933,2657, 413,2888,1135,2762,2314,2156,1355,2369, + 766,2007,2527,2170,3124,2491,2593,2632,4757,2437, 234,3125,3591,1898,1750,1376, +1942,3468,3138, 570,2127,2145,3276,4131, 962, 132,1445,4196, 19, 941,3624,3480, +3366,1973,1374,4461,3431,2629, 283,2415,2275, 808,2887,3620,2112,2563,1353,3610, + 955,1089,3103,1053, 96, 88,4097, 823,3808,1583, 399, 292,4091,3313, 421,1128, + 642,4006, 903,2539,1877,2082, 596, 29,4066,1790, 722,2157, 130, 995,1569, 769, +1485, 464, 513,2213, 288,1923,1101,2453,4316, 133, 486,2445, 50, 625, 487,2207, + 57, 423, 481,2962, 159,3729,1558, 491, 303, 482, 501, 240,2837, 112,3648,2392, +1783, 362, 8,3433,3422, 610,2793,3277,1390,1284,1654, 21,3823, 734, 367, 623, + 193, 287, 374,1009,1483, 816, 476, 313,2255,2340,1262,2150,2899,1146,2581, 782, +2116,1659,2018,1880, 255,3586,3314,1110,2867,2137,2564, 986,2767,5185,2006, 650, + 158, 926, 762, 881,3157,2717,2362,3587, 306,3690,3245,1542,3077,2427,1691,2478, +2118,2985,3490,2438, 539,2305, 983, 129,1754, 355,4201,2386, 827,2923, 104,1773, +2838,2771, 411,2905,3919, 376, 767, 122,1114, 828,2422,1817,3506, 266,3460,1007, +1609,4998, 945,2612,4429,2274, 726,1247,1964,2914,2199,2070,4002,4108, 657,3323, +1422, 579, 455,2764,4737,1222,2895,1670, 824,1223,1487,2525, 558, 861,3080, 598, +2659,2515,1967, 752,2583,2376,2214,4180, 977, 704,2464,4999,2622,4109,1210,2961, + 819,1541, 142,2284, 44, 418, 457,1126,3730,4347,4626,1644,1876,3671,1864, 302, +1063,5694, 624, 723,1984,3745,1314,1676,2488,1610,1449,3558,3569,2166,2098, 409, +1011,2325,3704,2306, 818,1732,1383,1824,1844,3757, 999,2705,3497,1216,1423,2683, +2426,2954,2501,2726,2229,1475,2554,5064,1971,1794,1666,2014,1343, 783, 724, 191, +2434,1354,2220,5065,1763,2752,2472,4152, 131, 175,2885,3434, 92,1466,4920,2616, +3871,3872,3866, 128,1551,1632, 669,1854,3682,4691,4125,1230, 188,2973,3290,1302, +1213, 560,3266, 917, 763,3909,3249,1760, 868,1958, 764,1782,2097, 145,2277,3774, +4462, 64,1491,3062, 971,2132,3606,2442, 221,1226,1617, 218, 323,1185,3207,3147, + 571, 619,1473,1005,1744,2281, 449,1887,2396,3685, 275, 375,3816,1743,3844,3731, + 845,1983,2350,4210,1377, 773, 967,3499,3052,3743,2725,4007,1697,1022,3943,1464, +3264,2855,2722,1952,1029,2839,2467, 84,4383,2215, 820,1391,2015,2448,3672, 377, +1948,2168, 797,2545,3536,2578,2645, 94,2874,1678, 405,1259,3071, 771, 546,1315, + 470,1243,3083, 895,2468, 981, 969,2037, 846,4181, 653,1276,2928, 14,2594, 557, +3007,2474, 156, 902,1338,1740,2574, 537,2518, 973,2282,2216,2433,1928, 138,2903, +1293,2631,1612, 646,3457, 839,2935, 111, 496,2191,2847, 589,3186, 149,3994,2060, +4031,2641,4067,3145,1870, 37,3597,2136,1025,2051,3009,3383,3549,1121,1016,3261, +1301, 251,2446,2599,2153, 872,3246, 637, 334,3705, 831, 884, 921,3065,3140,4092, +2198,1944, 246,2964, 108,2045,1152,1921,2308,1031, 203,3173,4170,1907,3890, 810, +1401,2003,1690, 506, 647,1242,2828,1761,1649,3208,2249,1589,3709,2931,5156,1708, + 498, 666,2613, 834,3817,1231, 184,2851,1124, 883,3197,2261,3710,1765,1553,2658, +1178,2639,2351, 93,1193, 942,2538,2141,4402, 235,1821, 870,1591,2192,1709,1871, +3341,1618,4126,2595,2334, 603, 651, 69, 701, 268,2662,3411,2555,1380,1606, 503, + 448, 254,2371,2646, 574,1187,2309,1770, 322,2235,1292,1801, 305, 566,1133, 229, +2067,2057, 706, 167, 483,2002,2672,3295,1820,3561,3067, 316, 378,2746,3452,1112, + 136,1981, 507,1651,2917,1117, 285,4591, 182,2580,3522,1304, 335,3303,1835,2504, +1795,1792,2248, 674,1018,2106,2449,1857,2292,2845, 976,3047,1781,2600,2727,1389, +1281, 52,3152, 153, 265,3950, 672,3485,3951,4463, 430,1183, 365, 278,2169, 27, +1407,1336,2304, 209,1340,1730,2202,1852,2403,2883, 979,1737,1062, 631,2829,2542, +3876,2592, 825,2086,2226,3048,3625, 352,1417,3724, 542, 991, 431,1351,3938,1861, +2294, 826,1361,2927,3142,3503,1738, 463,2462,2723, 582,1916,1595,2808, 400,3845, +3891,2868,3621,2254, 58,2492,1123, 910,2160,2614,1372,1603,1196,1072,3385,1700, +3267,1980, 696, 480,2430, 920, 799,1570,2920,1951,2041,4047,2540,1321,4223,2469, +3562,2228,1271,2602, 401,2833,3351,2575,5157, 907,2312,1256, 410, 263,3507,1582, + 996, 678,1849,2316,1480, 908,3545,2237, 703,2322, 667,1826,2849,1531,2604,2999, +2407,3146,2151,2630,1786,3711, 469,3542, 497,3899,2409, 858, 837,4446,3393,1274, + 786, 620,1845,2001,3311, 484, 308,3367,1204,1815,3691,2332,1532,2557,1842,2020, +2724,1927,2333,4440, 567, 22,1673,2728,4475,1987,1858,1144,1597, 101,1832,3601, + 12, 974,3783,4391, 951,1412, 1,3720, 453,4608,4041, 528,1041,1027,3230,2628, +1129, 875,1051,3291,1203,2262,1069,2860,2799,2149,2615,3278, 144,1758,3040, 31, + 475,1680, 366,2685,3184, 311,1642,4008,2466,5036,1593,1493,2809, 216,1420,1668, + 233, 304,2128,3284, 232,1429,1768,1040,2008,3407,2740,2967,2543, 242,2133, 778, +1565,2022,2620, 505,2189,2756,1098,2273, 372,1614, 708, 553,2846,2094,2278, 169, +3626,2835,4161, 228,2674,3165, 809,1454,1309, 466,1705,1095, 900,3423, 880,2667, +3751,5258,2317,3109,2571,4317,2766,1503,1342, 866,4447,1118, 63,2076, 314,1881, +1348,1061, 172, 978,3515,1747, 532, 511,3970, 6, 601, 905,2699,3300,1751, 276, +1467,3725,2668, 65,4239,2544,2779,2556,1604, 578,2451,1802, 992,2331,2624,1320, +3446, 713,1513,1013, 103,2786,2447,1661, 886,1702, 916, 654,3574,2031,1556, 751, +2178,2821,2179,1498,1538,2176, 271, 914,2251,2080,1325, 638,1953,2937,3877,2432, +2754, 95,3265,1716, 260,1227,4083, 775, 106,1357,3254, 426,1607, 555,2480, 772, +1985, 244,2546, 474, 495,1046,2611,1851,2061, 71,2089,1675,2590, 742,3758,2843, +3222,1433, 267,2180,2576,2826,2233,2092,3913,2435, 956,1745,3075, 856,2113,1116, + 451, 3,1988,2896,1398, 993,2463,1878,2049,1341,2718,2721,2870,2108, 712,2904, +4363,2753,2324, 277,2872,2349,2649, 384, 987, 435, 691,3000, 922, 164,3939, 652, +1500,1184,4153,2482,3373,2165,4848,2335,3775,3508,3154,2806,2830,1554,2102,1664, +2530,1434,2408, 893,1547,2623,3447,2832,2242,2532,3169,2856,3223,2078, 49,3770, +3469, 462, 318, 656,2259,3250,3069, 679,1629,2758, 344,1138,1104,3120,1836,1283, +3115,2154,1437,4448, 934, 759,1999, 794,2862,1038, 533,2560,1722,2342, 855,2626, +1197,1663,4476,3127, 85,4240,2528, 25,1111,1181,3673, 407,3470,4561,2679,2713, + 768,1925,2841,3986,1544,1165, 932, 373,1240,2146,1930,2673, 721,4766, 354,4333, + 391,2963, 187, 61,3364,1442,1102, 330,1940,1767, 341,3809,4118, 393,2496,2062, +2211, 105, 331, 300, 439, 913,1332, 626, 379,3304,1557, 328, 689,3952, 309,1555, + 931, 317,2517,3027, 325, 569, 686,2107,3084, 60,1042,1333,2794, 264,3177,4014, +1628, 258,3712, 7,4464,1176,1043,1778, 683, 114,1975, 78,1492, 383,1886, 510, + 386, 645,5291,2891,2069,3305,4138,3867,2939,2603,2493,1935,1066,1848,3588,1015, +1282,1289,4609, 697,1453,3044,2666,3611,1856,2412, 54, 719,1330, 568,3778,2459, +1748, 788, 492, 551,1191,1000, 488,3394,3763, 282,1799, 348,2016,1523,3155,2390, +1049, 382,2019,1788,1170, 729,2968,3523, 897,3926,2785,2938,3292, 350,2319,3238, +1718,1717,2655,3453,3143,4465, 161,2889,2980,2009,1421, 56,1908,1640,2387,2232, +1917,1874,2477,4921, 148, 83,3438, 592,4245,2882,1822,1055, 741, 115,1496,1624, + 381,1638,4592,1020, 516,3214, 458, 947,4575,1432, 211,1514,2926,1865,2142, 189, + 852,1221,1400,1486, 882,2299,4036, 351, 28,1122, 700,6479,6480,6481,6482,6483, #last 512 +) +# fmt: on diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py new file mode 100644 index 00000000..d423e731 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import GB2312DistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import GB2312_SM_MODEL + + +class GB2312Prober(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(GB2312_SM_MODEL) + self.distribution_analyzer = GB2312DistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "GB2312" + + @property + def language(self) -> str: + return "Chinese" diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py new file mode 100644 index 00000000..785d0057 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py @@ -0,0 +1,316 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Shy Shalom +# Portions created by the Initial Developer are Copyright (C) 2005 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Optional, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState +from .sbcharsetprober import SingleByteCharSetProber + +# This prober doesn't actually recognize a language or a charset. +# It is a helper prober for the use of the Hebrew model probers + +### General ideas of the Hebrew charset recognition ### +# +# Four main charsets exist in Hebrew: +# "ISO-8859-8" - Visual Hebrew +# "windows-1255" - Logical Hebrew +# "ISO-8859-8-I" - Logical Hebrew +# "x-mac-hebrew" - ?? Logical Hebrew ?? +# +# Both "ISO" charsets use a completely identical set of code points, whereas +# "windows-1255" and "x-mac-hebrew" are two different proper supersets of +# these code points. windows-1255 defines additional characters in the range +# 0x80-0x9F as some misc punctuation marks as well as some Hebrew-specific +# diacritics and additional 'Yiddish' ligature letters in the range 0xc0-0xd6. +# x-mac-hebrew defines similar additional code points but with a different +# mapping. +# +# As far as an average Hebrew text with no diacritics is concerned, all four +# charsets are identical with respect to code points. Meaning that for the +# main Hebrew alphabet, all four map the same values to all 27 Hebrew letters +# (including final letters). +# +# The dominant difference between these charsets is their directionality. +# "Visual" directionality means that the text is ordered as if the renderer is +# not aware of a BIDI rendering algorithm. The renderer sees the text and +# draws it from left to right. The text itself when ordered naturally is read +# backwards. A buffer of Visual Hebrew generally looks like so: +# "[last word of first line spelled backwards] [whole line ordered backwards +# and spelled backwards] [first word of first line spelled backwards] +# [end of line] [last word of second line] ... etc' " +# adding punctuation marks, numbers and English text to visual text is +# naturally also "visual" and from left to right. +# +# "Logical" directionality means the text is ordered "naturally" according to +# the order it is read. It is the responsibility of the renderer to display +# the text from right to left. A BIDI algorithm is used to place general +# punctuation marks, numbers and English text in the text. +# +# Texts in x-mac-hebrew are almost impossible to find on the Internet. From +# what little evidence I could find, it seems that its general directionality +# is Logical. +# +# To sum up all of the above, the Hebrew probing mechanism knows about two +# charsets: +# Visual Hebrew - "ISO-8859-8" - backwards text - Words and sentences are +# backwards while line order is natural. For charset recognition purposes +# the line order is unimportant (In fact, for this implementation, even +# word order is unimportant). +# Logical Hebrew - "windows-1255" - normal, naturally ordered text. +# +# "ISO-8859-8-I" is a subset of windows-1255 and doesn't need to be +# specifically identified. +# "x-mac-hebrew" is also identified as windows-1255. A text in x-mac-hebrew +# that contain special punctuation marks or diacritics is displayed with +# some unconverted characters showing as question marks. This problem might +# be corrected using another model prober for x-mac-hebrew. Due to the fact +# that x-mac-hebrew texts are so rare, writing another model prober isn't +# worth the effort and performance hit. +# +#### The Prober #### +# +# The prober is divided between two SBCharSetProbers and a HebrewProber, +# all of which are managed, created, fed data, inquired and deleted by the +# SBCSGroupProber. The two SBCharSetProbers identify that the text is in +# fact some kind of Hebrew, Logical or Visual. The final decision about which +# one is it is made by the HebrewProber by combining final-letter scores +# with the scores of the two SBCharSetProbers to produce a final answer. +# +# The SBCSGroupProber is responsible for stripping the original text of HTML +# tags, English characters, numbers, low-ASCII punctuation characters, spaces +# and new lines. It reduces any sequence of such characters to a single space. +# The buffer fed to each prober in the SBCS group prober is pure text in +# high-ASCII. +# The two SBCharSetProbers (model probers) share the same language model: +# Win1255Model. +# The first SBCharSetProber uses the model normally as any other +# SBCharSetProber does, to recognize windows-1255, upon which this model was +# built. The second SBCharSetProber is told to make the pair-of-letter +# lookup in the language model backwards. This in practice exactly simulates +# a visual Hebrew model using the windows-1255 logical Hebrew model. +# +# The HebrewProber is not using any language model. All it does is look for +# final-letter evidence suggesting the text is either logical Hebrew or visual +# Hebrew. Disjointed from the model probers, the results of the HebrewProber +# alone are meaningless. HebrewProber always returns 0.00 as confidence +# since it never identifies a charset by itself. Instead, the pointer to the +# HebrewProber is passed to the model probers as a helper "Name Prober". +# When the Group prober receives a positive identification from any prober, +# it asks for the name of the charset identified. If the prober queried is a +# Hebrew model prober, the model prober forwards the call to the +# HebrewProber to make the final decision. In the HebrewProber, the +# decision is made according to the final-letters scores maintained and Both +# model probers scores. The answer is returned in the form of the name of the +# charset identified, either "windows-1255" or "ISO-8859-8". + + +class HebrewProber(CharSetProber): + SPACE = 0x20 + # windows-1255 / ISO-8859-8 code points of interest + FINAL_KAF = 0xEA + NORMAL_KAF = 0xEB + FINAL_MEM = 0xED + NORMAL_MEM = 0xEE + FINAL_NUN = 0xEF + NORMAL_NUN = 0xF0 + FINAL_PE = 0xF3 + NORMAL_PE = 0xF4 + FINAL_TSADI = 0xF5 + NORMAL_TSADI = 0xF6 + + # Minimum Visual vs Logical final letter score difference. + # If the difference is below this, don't rely solely on the final letter score + # distance. + MIN_FINAL_CHAR_DISTANCE = 5 + + # Minimum Visual vs Logical model score difference. + # If the difference is below this, don't rely at all on the model score + # distance. + MIN_MODEL_DISTANCE = 0.01 + + VISUAL_HEBREW_NAME = "ISO-8859-8" + LOGICAL_HEBREW_NAME = "windows-1255" + + def __init__(self) -> None: + super().__init__() + self._final_char_logical_score = 0 + self._final_char_visual_score = 0 + self._prev = self.SPACE + self._before_prev = self.SPACE + self._logical_prober: Optional[SingleByteCharSetProber] = None + self._visual_prober: Optional[SingleByteCharSetProber] = None + self.reset() + + def reset(self) -> None: + self._final_char_logical_score = 0 + self._final_char_visual_score = 0 + # The two last characters seen in the previous buffer, + # mPrev and mBeforePrev are initialized to space in order to simulate + # a word delimiter at the beginning of the data + self._prev = self.SPACE + self._before_prev = self.SPACE + # These probers are owned by the group prober. + + def set_model_probers( + self, + logical_prober: SingleByteCharSetProber, + visual_prober: SingleByteCharSetProber, + ) -> None: + self._logical_prober = logical_prober + self._visual_prober = visual_prober + + def is_final(self, c: int) -> bool: + return c in [ + self.FINAL_KAF, + self.FINAL_MEM, + self.FINAL_NUN, + self.FINAL_PE, + self.FINAL_TSADI, + ] + + def is_non_final(self, c: int) -> bool: + # The normal Tsadi is not a good Non-Final letter due to words like + # 'lechotet' (to chat) containing an apostrophe after the tsadi. This + # apostrophe is converted to a space in FilterWithoutEnglishLetters + # causing the Non-Final tsadi to appear at an end of a word even + # though this is not the case in the original text. + # The letters Pe and Kaf rarely display a related behavior of not being + # a good Non-Final letter. Words like 'Pop', 'Winamp' and 'Mubarak' + # for example legally end with a Non-Final Pe or Kaf. However, the + # benefit of these letters as Non-Final letters outweighs the damage + # since these words are quite rare. + return c in [self.NORMAL_KAF, self.NORMAL_MEM, self.NORMAL_NUN, self.NORMAL_PE] + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + # Final letter analysis for logical-visual decision. + # Look for evidence that the received buffer is either logical Hebrew + # or visual Hebrew. + # The following cases are checked: + # 1) A word longer than 1 letter, ending with a final letter. This is + # an indication that the text is laid out "naturally" since the + # final letter really appears at the end. +1 for logical score. + # 2) A word longer than 1 letter, ending with a Non-Final letter. In + # normal Hebrew, words ending with Kaf, Mem, Nun, Pe or Tsadi, + # should not end with the Non-Final form of that letter. Exceptions + # to this rule are mentioned above in isNonFinal(). This is an + # indication that the text is laid out backwards. +1 for visual + # score + # 3) A word longer than 1 letter, starting with a final letter. Final + # letters should not appear at the beginning of a word. This is an + # indication that the text is laid out backwards. +1 for visual + # score. + # + # The visual score and logical score are accumulated throughout the + # text and are finally checked against each other in GetCharSetName(). + # No checking for final letters in the middle of words is done since + # that case is not an indication for either Logical or Visual text. + # + # We automatically filter out all 7-bit characters (replace them with + # spaces) so the word boundary detection works properly. [MAP] + + if self.state == ProbingState.NOT_ME: + # Both model probers say it's not them. No reason to continue. + return ProbingState.NOT_ME + + byte_str = self.filter_high_byte_only(byte_str) + + for cur in byte_str: + if cur == self.SPACE: + # We stand on a space - a word just ended + if self._before_prev != self.SPACE: + # next-to-last char was not a space so self._prev is not a + # 1 letter word + if self.is_final(self._prev): + # case (1) [-2:not space][-1:final letter][cur:space] + self._final_char_logical_score += 1 + elif self.is_non_final(self._prev): + # case (2) [-2:not space][-1:Non-Final letter][ + # cur:space] + self._final_char_visual_score += 1 + else: + # Not standing on a space + if ( + (self._before_prev == self.SPACE) + and (self.is_final(self._prev)) + and (cur != self.SPACE) + ): + # case (3) [-2:space][-1:final letter][cur:not space] + self._final_char_visual_score += 1 + self._before_prev = self._prev + self._prev = cur + + # Forever detecting, till the end or until both model probers return + # ProbingState.NOT_ME (handled above) + return ProbingState.DETECTING + + @property + def charset_name(self) -> str: + assert self._logical_prober is not None + assert self._visual_prober is not None + + # Make the decision: is it Logical or Visual? + # If the final letter score distance is dominant enough, rely on it. + finalsub = self._final_char_logical_score - self._final_char_visual_score + if finalsub >= self.MIN_FINAL_CHAR_DISTANCE: + return self.LOGICAL_HEBREW_NAME + if finalsub <= -self.MIN_FINAL_CHAR_DISTANCE: + return self.VISUAL_HEBREW_NAME + + # It's not dominant enough, try to rely on the model scores instead. + modelsub = ( + self._logical_prober.get_confidence() - self._visual_prober.get_confidence() + ) + if modelsub > self.MIN_MODEL_DISTANCE: + return self.LOGICAL_HEBREW_NAME + if modelsub < -self.MIN_MODEL_DISTANCE: + return self.VISUAL_HEBREW_NAME + + # Still no good, back to final letter distance, maybe it'll save the + # day. + if finalsub < 0.0: + return self.VISUAL_HEBREW_NAME + + # (finalsub > 0 - Logical) or (don't know what to do) default to + # Logical. + return self.LOGICAL_HEBREW_NAME + + @property + def language(self) -> str: + return "Hebrew" + + @property + def state(self) -> ProbingState: + assert self._logical_prober is not None + assert self._visual_prober is not None + + # Remain active as long as any of the model probers are active. + if (self._logical_prober.state == ProbingState.NOT_ME) and ( + self._visual_prober.state == ProbingState.NOT_ME + ): + return ProbingState.NOT_ME + return ProbingState.DETECTING diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py new file mode 100644 index 00000000..3293576e --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py @@ -0,0 +1,325 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Sampling from about 20M text materials include literature and computer technology +# +# Japanese frequency table, applied to both S-JIS and EUC-JP +# They are sorted in order. + +# 128 --> 0.77094 +# 256 --> 0.85710 +# 512 --> 0.92635 +# 1024 --> 0.97130 +# 2048 --> 0.99431 +# +# Ideal Distribution Ratio = 0.92635 / (1-0.92635) = 12.58 +# Random Distribution Ration = 512 / (2965+62+83+86-512) = 0.191 +# +# Typical Distribution Ratio, 25% of IDR + +JIS_TYPICAL_DISTRIBUTION_RATIO = 3.0 + +# Char to FreqOrder table , +JIS_TABLE_SIZE = 4368 + +# fmt: off +JIS_CHAR_TO_FREQ_ORDER = ( + 40, 1, 6, 182, 152, 180, 295,2127, 285, 381,3295,4304,3068,4606,3165,3510, # 16 +3511,1822,2785,4607,1193,2226,5070,4608, 171,2996,1247, 18, 179,5071, 856,1661, # 32 +1262,5072, 619, 127,3431,3512,3230,1899,1700, 232, 228,1294,1298, 284, 283,2041, # 48 +2042,1061,1062, 48, 49, 44, 45, 433, 434,1040,1041, 996, 787,2997,1255,4305, # 64 +2108,4609,1684,1648,5073,5074,5075,5076,5077,5078,3687,5079,4610,5080,3927,3928, # 80 +5081,3296,3432, 290,2285,1471,2187,5082,2580,2825,1303,2140,1739,1445,2691,3375, # 96 +1691,3297,4306,4307,4611, 452,3376,1182,2713,3688,3069,4308,5083,5084,5085,5086, # 112 +5087,5088,5089,5090,5091,5092,5093,5094,5095,5096,5097,5098,5099,5100,5101,5102, # 128 +5103,5104,5105,5106,5107,5108,5109,5110,5111,5112,4097,5113,5114,5115,5116,5117, # 144 +5118,5119,5120,5121,5122,5123,5124,5125,5126,5127,5128,5129,5130,5131,5132,5133, # 160 +5134,5135,5136,5137,5138,5139,5140,5141,5142,5143,5144,5145,5146,5147,5148,5149, # 176 +5150,5151,5152,4612,5153,5154,5155,5156,5157,5158,5159,5160,5161,5162,5163,5164, # 192 +5165,5166,5167,5168,5169,5170,5171,5172,5173,5174,5175,1472, 598, 618, 820,1205, # 208 +1309,1412,1858,1307,1692,5176,5177,5178,5179,5180,5181,5182,1142,1452,1234,1172, # 224 +1875,2043,2149,1793,1382,2973, 925,2404,1067,1241, 960,1377,2935,1491, 919,1217, # 240 +1865,2030,1406,1499,2749,4098,5183,5184,5185,5186,5187,5188,2561,4099,3117,1804, # 256 +2049,3689,4309,3513,1663,5189,3166,3118,3298,1587,1561,3433,5190,3119,1625,2998, # 272 +3299,4613,1766,3690,2786,4614,5191,5192,5193,5194,2161, 26,3377, 2,3929, 20, # 288 +3691, 47,4100, 50, 17, 16, 35, 268, 27, 243, 42, 155, 24, 154, 29, 184, # 304 + 4, 91, 14, 92, 53, 396, 33, 289, 9, 37, 64, 620, 21, 39, 321, 5, # 320 + 12, 11, 52, 13, 3, 208, 138, 0, 7, 60, 526, 141, 151,1069, 181, 275, # 336 +1591, 83, 132,1475, 126, 331, 829, 15, 69, 160, 59, 22, 157, 55,1079, 312, # 352 + 109, 38, 23, 25, 10, 19, 79,5195, 61, 382,1124, 8, 30,5196,5197,5198, # 368 +5199,5200,5201,5202,5203,5204,5205,5206, 89, 62, 74, 34,2416, 112, 139, 196, # 384 + 271, 149, 84, 607, 131, 765, 46, 88, 153, 683, 76, 874, 101, 258, 57, 80, # 400 + 32, 364, 121,1508, 169,1547, 68, 235, 145,2999, 41, 360,3027, 70, 63, 31, # 416 + 43, 259, 262,1383, 99, 533, 194, 66, 93, 846, 217, 192, 56, 106, 58, 565, # 432 + 280, 272, 311, 256, 146, 82, 308, 71, 100, 128, 214, 655, 110, 261, 104,1140, # 448 + 54, 51, 36, 87, 67,3070, 185,2618,2936,2020, 28,1066,2390,2059,5207,5208, # 464 +5209,5210,5211,5212,5213,5214,5215,5216,4615,5217,5218,5219,5220,5221,5222,5223, # 480 +5224,5225,5226,5227,5228,5229,5230,5231,5232,5233,5234,5235,5236,3514,5237,5238, # 496 +5239,5240,5241,5242,5243,5244,2297,2031,4616,4310,3692,5245,3071,5246,3598,5247, # 512 +4617,3231,3515,5248,4101,4311,4618,3808,4312,4102,5249,4103,4104,3599,5250,5251, # 528 +5252,5253,5254,5255,5256,5257,5258,5259,5260,5261,5262,5263,5264,5265,5266,5267, # 544 +5268,5269,5270,5271,5272,5273,5274,5275,5276,5277,5278,5279,5280,5281,5282,5283, # 560 +5284,5285,5286,5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299, # 576 +5300,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315, # 592 +5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329,5330,5331, # 608 +5332,5333,5334,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344,5345,5346,5347, # 624 +5348,5349,5350,5351,5352,5353,5354,5355,5356,5357,5358,5359,5360,5361,5362,5363, # 640 +5364,5365,5366,5367,5368,5369,5370,5371,5372,5373,5374,5375,5376,5377,5378,5379, # 656 +5380,5381, 363, 642,2787,2878,2788,2789,2316,3232,2317,3434,2011, 165,1942,3930, # 672 +3931,3932,3933,5382,4619,5383,4620,5384,5385,5386,5387,5388,5389,5390,5391,5392, # 688 +5393,5394,5395,5396,5397,5398,5399,5400,5401,5402,5403,5404,5405,5406,5407,5408, # 704 +5409,5410,5411,5412,5413,5414,5415,5416,5417,5418,5419,5420,5421,5422,5423,5424, # 720 +5425,5426,5427,5428,5429,5430,5431,5432,5433,5434,5435,5436,5437,5438,5439,5440, # 736 +5441,5442,5443,5444,5445,5446,5447,5448,5449,5450,5451,5452,5453,5454,5455,5456, # 752 +5457,5458,5459,5460,5461,5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472, # 768 +5473,5474,5475,5476,5477,5478,5479,5480,5481,5482,5483,5484,5485,5486,5487,5488, # 784 +5489,5490,5491,5492,5493,5494,5495,5496,5497,5498,5499,5500,5501,5502,5503,5504, # 800 +5505,5506,5507,5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520, # 816 +5521,5522,5523,5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536, # 832 +5537,5538,5539,5540,5541,5542,5543,5544,5545,5546,5547,5548,5549,5550,5551,5552, # 848 +5553,5554,5555,5556,5557,5558,5559,5560,5561,5562,5563,5564,5565,5566,5567,5568, # 864 +5569,5570,5571,5572,5573,5574,5575,5576,5577,5578,5579,5580,5581,5582,5583,5584, # 880 +5585,5586,5587,5588,5589,5590,5591,5592,5593,5594,5595,5596,5597,5598,5599,5600, # 896 +5601,5602,5603,5604,5605,5606,5607,5608,5609,5610,5611,5612,5613,5614,5615,5616, # 912 +5617,5618,5619,5620,5621,5622,5623,5624,5625,5626,5627,5628,5629,5630,5631,5632, # 928 +5633,5634,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648, # 944 +5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,5661,5662,5663,5664, # 960 +5665,5666,5667,5668,5669,5670,5671,5672,5673,5674,5675,5676,5677,5678,5679,5680, # 976 +5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696, # 992 +5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712, # 1008 +5713,5714,5715,5716,5717,5718,5719,5720,5721,5722,5723,5724,5725,5726,5727,5728, # 1024 +5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744, # 1040 +5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5758,5759,5760, # 1056 +5761,5762,5763,5764,5765,5766,5767,5768,5769,5770,5771,5772,5773,5774,5775,5776, # 1072 +5777,5778,5779,5780,5781,5782,5783,5784,5785,5786,5787,5788,5789,5790,5791,5792, # 1088 +5793,5794,5795,5796,5797,5798,5799,5800,5801,5802,5803,5804,5805,5806,5807,5808, # 1104 +5809,5810,5811,5812,5813,5814,5815,5816,5817,5818,5819,5820,5821,5822,5823,5824, # 1120 +5825,5826,5827,5828,5829,5830,5831,5832,5833,5834,5835,5836,5837,5838,5839,5840, # 1136 +5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5856, # 1152 +5857,5858,5859,5860,5861,5862,5863,5864,5865,5866,5867,5868,5869,5870,5871,5872, # 1168 +5873,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888, # 1184 +5889,5890,5891,5892,5893,5894,5895,5896,5897,5898,5899,5900,5901,5902,5903,5904, # 1200 +5905,5906,5907,5908,5909,5910,5911,5912,5913,5914,5915,5916,5917,5918,5919,5920, # 1216 +5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936, # 1232 +5937,5938,5939,5940,5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951,5952, # 1248 +5953,5954,5955,5956,5957,5958,5959,5960,5961,5962,5963,5964,5965,5966,5967,5968, # 1264 +5969,5970,5971,5972,5973,5974,5975,5976,5977,5978,5979,5980,5981,5982,5983,5984, # 1280 +5985,5986,5987,5988,5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000, # 1296 +6001,6002,6003,6004,6005,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016, # 1312 +6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032, # 1328 +6033,6034,6035,6036,6037,6038,6039,6040,6041,6042,6043,6044,6045,6046,6047,6048, # 1344 +6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063,6064, # 1360 +6065,6066,6067,6068,6069,6070,6071,6072,6073,6074,6075,6076,6077,6078,6079,6080, # 1376 +6081,6082,6083,6084,6085,6086,6087,6088,6089,6090,6091,6092,6093,6094,6095,6096, # 1392 +6097,6098,6099,6100,6101,6102,6103,6104,6105,6106,6107,6108,6109,6110,6111,6112, # 1408 +6113,6114,2044,2060,4621, 997,1235, 473,1186,4622, 920,3378,6115,6116, 379,1108, # 1424 +4313,2657,2735,3934,6117,3809, 636,3233, 573,1026,3693,3435,2974,3300,2298,4105, # 1440 + 854,2937,2463, 393,2581,2417, 539, 752,1280,2750,2480, 140,1161, 440, 708,1569, # 1456 + 665,2497,1746,1291,1523,3000, 164,1603, 847,1331, 537,1997, 486, 508,1693,2418, # 1472 +1970,2227, 878,1220, 299,1030, 969, 652,2751, 624,1137,3301,2619, 65,3302,2045, # 1488 +1761,1859,3120,1930,3694,3516, 663,1767, 852, 835,3695, 269, 767,2826,2339,1305, # 1504 + 896,1150, 770,1616,6118, 506,1502,2075,1012,2519, 775,2520,2975,2340,2938,4314, # 1520 +3028,2086,1224,1943,2286,6119,3072,4315,2240,1273,1987,3935,1557, 175, 597, 985, # 1536 +3517,2419,2521,1416,3029, 585, 938,1931,1007,1052,1932,1685,6120,3379,4316,4623, # 1552 + 804, 599,3121,1333,2128,2539,1159,1554,2032,3810, 687,2033,2904, 952, 675,1467, # 1568 +3436,6121,2241,1096,1786,2440,1543,1924, 980,1813,2228, 781,2692,1879, 728,1918, # 1584 +3696,4624, 548,1950,4625,1809,1088,1356,3303,2522,1944, 502, 972, 373, 513,2827, # 1600 + 586,2377,2391,1003,1976,1631,6122,2464,1084, 648,1776,4626,2141, 324, 962,2012, # 1616 +2177,2076,1384, 742,2178,1448,1173,1810, 222, 102, 301, 445, 125,2420, 662,2498, # 1632 + 277, 200,1476,1165,1068, 224,2562,1378,1446, 450,1880, 659, 791, 582,4627,2939, # 1648 +3936,1516,1274, 555,2099,3697,1020,1389,1526,3380,1762,1723,1787,2229, 412,2114, # 1664 +1900,2392,3518, 512,2597, 427,1925,2341,3122,1653,1686,2465,2499, 697, 330, 273, # 1680 + 380,2162, 951, 832, 780, 991,1301,3073, 965,2270,3519, 668,2523,2636,1286, 535, # 1696 +1407, 518, 671, 957,2658,2378, 267, 611,2197,3030,6123, 248,2299, 967,1799,2356, # 1712 + 850,1418,3437,1876,1256,1480,2828,1718,6124,6125,1755,1664,2405,6126,4628,2879, # 1728 +2829, 499,2179, 676,4629, 557,2329,2214,2090, 325,3234, 464, 811,3001, 992,2342, # 1744 +2481,1232,1469, 303,2242, 466,1070,2163, 603,1777,2091,4630,2752,4631,2714, 322, # 1760 +2659,1964,1768, 481,2188,1463,2330,2857,3600,2092,3031,2421,4632,2318,2070,1849, # 1776 +2598,4633,1302,2254,1668,1701,2422,3811,2905,3032,3123,2046,4106,1763,1694,4634, # 1792 +1604, 943,1724,1454, 917, 868,2215,1169,2940, 552,1145,1800,1228,1823,1955, 316, # 1808 +1080,2510, 361,1807,2830,4107,2660,3381,1346,1423,1134,4108,6127, 541,1263,1229, # 1824 +1148,2540, 545, 465,1833,2880,3438,1901,3074,2482, 816,3937, 713,1788,2500, 122, # 1840 +1575, 195,1451,2501,1111,6128, 859, 374,1225,2243,2483,4317, 390,1033,3439,3075, # 1856 +2524,1687, 266, 793,1440,2599, 946, 779, 802, 507, 897,1081, 528,2189,1292, 711, # 1872 +1866,1725,1167,1640, 753, 398,2661,1053, 246, 348,4318, 137,1024,3440,1600,2077, # 1888 +2129, 825,4319, 698, 238, 521, 187,2300,1157,2423,1641,1605,1464,1610,1097,2541, # 1904 +1260,1436, 759,2255,1814,2150, 705,3235, 409,2563,3304, 561,3033,2005,2564, 726, # 1920 +1956,2343,3698,4109, 949,3812,3813,3520,1669, 653,1379,2525, 881,2198, 632,2256, # 1936 +1027, 778,1074, 733,1957, 514,1481,2466, 554,2180, 702,3938,1606,1017,1398,6129, # 1952 +1380,3521, 921, 993,1313, 594, 449,1489,1617,1166, 768,1426,1360, 495,1794,3601, # 1968 +1177,3602,1170,4320,2344, 476, 425,3167,4635,3168,1424, 401,2662,1171,3382,1998, # 1984 +1089,4110, 477,3169, 474,6130,1909, 596,2831,1842, 494, 693,1051,1028,1207,3076, # 2000 + 606,2115, 727,2790,1473,1115, 743,3522, 630, 805,1532,4321,2021, 366,1057, 838, # 2016 + 684,1114,2142,4322,2050,1492,1892,1808,2271,3814,2424,1971,1447,1373,3305,1090, # 2032 +1536,3939,3523,3306,1455,2199, 336, 369,2331,1035, 584,2393, 902, 718,2600,6131, # 2048 +2753, 463,2151,1149,1611,2467, 715,1308,3124,1268, 343,1413,3236,1517,1347,2663, # 2064 +2093,3940,2022,1131,1553,2100,2941,1427,3441,2942,1323,2484,6132,1980, 872,2368, # 2080 +2441,2943, 320,2369,2116,1082, 679,1933,3941,2791,3815, 625,1143,2023, 422,2200, # 2096 +3816,6133, 730,1695, 356,2257,1626,2301,2858,2637,1627,1778, 937, 883,2906,2693, # 2112 +3002,1769,1086, 400,1063,1325,3307,2792,4111,3077, 456,2345,1046, 747,6134,1524, # 2128 + 884,1094,3383,1474,2164,1059, 974,1688,2181,2258,1047, 345,1665,1187, 358, 875, # 2144 +3170, 305, 660,3524,2190,1334,1135,3171,1540,1649,2542,1527, 927, 968,2793, 885, # 2160 +1972,1850, 482, 500,2638,1218,1109,1085,2543,1654,2034, 876, 78,2287,1482,1277, # 2176 + 861,1675,1083,1779, 724,2754, 454, 397,1132,1612,2332, 893, 672,1237, 257,2259, # 2192 +2370, 135,3384, 337,2244, 547, 352, 340, 709,2485,1400, 788,1138,2511, 540, 772, # 2208 +1682,2260,2272,2544,2013,1843,1902,4636,1999,1562,2288,4637,2201,1403,1533, 407, # 2224 + 576,3308,1254,2071, 978,3385, 170, 136,1201,3125,2664,3172,2394, 213, 912, 873, # 2240 +3603,1713,2202, 699,3604,3699, 813,3442, 493, 531,1054, 468,2907,1483, 304, 281, # 2256 +4112,1726,1252,2094, 339,2319,2130,2639, 756,1563,2944, 748, 571,2976,1588,2425, # 2272 +2715,1851,1460,2426,1528,1392,1973,3237, 288,3309, 685,3386, 296, 892,2716,2216, # 2288 +1570,2245, 722,1747,2217, 905,3238,1103,6135,1893,1441,1965, 251,1805,2371,3700, # 2304 +2601,1919,1078, 75,2182,1509,1592,1270,2640,4638,2152,6136,3310,3817, 524, 706, # 2320 +1075, 292,3818,1756,2602, 317, 98,3173,3605,3525,1844,2218,3819,2502, 814, 567, # 2336 + 385,2908,1534,6137, 534,1642,3239, 797,6138,1670,1529, 953,4323, 188,1071, 538, # 2352 + 178, 729,3240,2109,1226,1374,2000,2357,2977, 731,2468,1116,2014,2051,6139,1261, # 2368 +1593, 803,2859,2736,3443, 556, 682, 823,1541,6140,1369,2289,1706,2794, 845, 462, # 2384 +2603,2665,1361, 387, 162,2358,1740, 739,1770,1720,1304,1401,3241,1049, 627,1571, # 2400 +2427,3526,1877,3942,1852,1500, 431,1910,1503, 677, 297,2795, 286,1433,1038,1198, # 2416 +2290,1133,1596,4113,4639,2469,1510,1484,3943,6141,2442, 108, 712,4640,2372, 866, # 2432 +3701,2755,3242,1348, 834,1945,1408,3527,2395,3243,1811, 824, 994,1179,2110,1548, # 2448 +1453, 790,3003, 690,4324,4325,2832,2909,3820,1860,3821, 225,1748, 310, 346,1780, # 2464 +2470, 821,1993,2717,2796, 828, 877,3528,2860,2471,1702,2165,2910,2486,1789, 453, # 2480 + 359,2291,1676, 73,1164,1461,1127,3311, 421, 604, 314,1037, 589, 116,2487, 737, # 2496 + 837,1180, 111, 244, 735,6142,2261,1861,1362, 986, 523, 418, 581,2666,3822, 103, # 2512 + 855, 503,1414,1867,2488,1091, 657,1597, 979, 605,1316,4641,1021,2443,2078,2001, # 2528 +1209, 96, 587,2166,1032, 260,1072,2153, 173, 94, 226,3244, 819,2006,4642,4114, # 2544 +2203, 231,1744, 782, 97,2667, 786,3387, 887, 391, 442,2219,4326,1425,6143,2694, # 2560 + 633,1544,1202, 483,2015, 592,2052,1958,2472,1655, 419, 129,4327,3444,3312,1714, # 2576 +1257,3078,4328,1518,1098, 865,1310,1019,1885,1512,1734, 469,2444, 148, 773, 436, # 2592 +1815,1868,1128,1055,4329,1245,2756,3445,2154,1934,1039,4643, 579,1238, 932,2320, # 2608 + 353, 205, 801, 115,2428, 944,2321,1881, 399,2565,1211, 678, 766,3944, 335,2101, # 2624 +1459,1781,1402,3945,2737,2131,1010, 844, 981,1326,1013, 550,1816,1545,2620,1335, # 2640 +1008, 371,2881, 936,1419,1613,3529,1456,1395,2273,1834,2604,1317,2738,2503, 416, # 2656 +1643,4330, 806,1126, 229, 591,3946,1314,1981,1576,1837,1666, 347,1790, 977,3313, # 2672 + 764,2861,1853, 688,2429,1920,1462, 77, 595, 415,2002,3034, 798,1192,4115,6144, # 2688 +2978,4331,3035,2695,2582,2072,2566, 430,2430,1727, 842,1396,3947,3702, 613, 377, # 2704 + 278, 236,1417,3388,3314,3174, 757,1869, 107,3530,6145,1194, 623,2262, 207,1253, # 2720 +2167,3446,3948, 492,1117,1935, 536,1838,2757,1246,4332, 696,2095,2406,1393,1572, # 2736 +3175,1782, 583, 190, 253,1390,2230, 830,3126,3389, 934,3245,1703,1749,2979,1870, # 2752 +2545,1656,2204, 869,2346,4116,3176,1817, 496,1764,4644, 942,1504, 404,1903,1122, # 2768 +1580,3606,2945,1022, 515, 372,1735, 955,2431,3036,6146,2797,1110,2302,2798, 617, # 2784 +6147, 441, 762,1771,3447,3607,3608,1904, 840,3037, 86, 939,1385, 572,1370,2445, # 2800 +1336, 114,3703, 898, 294, 203,3315, 703,1583,2274, 429, 961,4333,1854,1951,3390, # 2816 +2373,3704,4334,1318,1381, 966,1911,2322,1006,1155, 309, 989, 458,2718,1795,1372, # 2832 +1203, 252,1689,1363,3177, 517,1936, 168,1490, 562, 193,3823,1042,4117,1835, 551, # 2848 + 470,4645, 395, 489,3448,1871,1465,2583,2641, 417,1493, 279,1295, 511,1236,1119, # 2864 + 72,1231,1982,1812,3004, 871,1564, 984,3449,1667,2696,2096,4646,2347,2833,1673, # 2880 +3609, 695,3246,2668, 807,1183,4647, 890, 388,2333,1801,1457,2911,1765,1477,1031, # 2896 +3316,3317,1278,3391,2799,2292,2526, 163,3450,4335,2669,1404,1802,6148,2323,2407, # 2912 +1584,1728,1494,1824,1269, 298, 909,3318,1034,1632, 375, 776,1683,2061, 291, 210, # 2928 +1123, 809,1249,1002,2642,3038, 206,1011,2132, 144, 975, 882,1565, 342, 667, 754, # 2944 +1442,2143,1299,2303,2062, 447, 626,2205,1221,2739,2912,1144,1214,2206,2584, 760, # 2960 +1715, 614, 950,1281,2670,2621, 810, 577,1287,2546,4648, 242,2168, 250,2643, 691, # 2976 + 123,2644, 647, 313,1029, 689,1357,2946,1650, 216, 771,1339,1306, 808,2063, 549, # 2992 + 913,1371,2913,2914,6149,1466,1092,1174,1196,1311,2605,2396,1783,1796,3079, 406, # 3008 +2671,2117,3949,4649, 487,1825,2220,6150,2915, 448,2348,1073,6151,2397,1707, 130, # 3024 + 900,1598, 329, 176,1959,2527,1620,6152,2275,4336,3319,1983,2191,3705,3610,2155, # 3040 +3706,1912,1513,1614,6153,1988, 646, 392,2304,1589,3320,3039,1826,1239,1352,1340, # 3056 +2916, 505,2567,1709,1437,2408,2547, 906,6154,2672, 384,1458,1594,1100,1329, 710, # 3072 + 423,3531,2064,2231,2622,1989,2673,1087,1882, 333, 841,3005,1296,2882,2379, 580, # 3088 +1937,1827,1293,2585, 601, 574, 249,1772,4118,2079,1120, 645, 901,1176,1690, 795, # 3104 +2207, 478,1434, 516,1190,1530, 761,2080, 930,1264, 355, 435,1552, 644,1791, 987, # 3120 + 220,1364,1163,1121,1538, 306,2169,1327,1222, 546,2645, 218, 241, 610,1704,3321, # 3136 +1984,1839,1966,2528, 451,6155,2586,3707,2568, 907,3178, 254,2947, 186,1845,4650, # 3152 + 745, 432,1757, 428,1633, 888,2246,2221,2489,3611,2118,1258,1265, 956,3127,1784, # 3168 +4337,2490, 319, 510, 119, 457,3612, 274,2035,2007,4651,1409,3128, 970,2758, 590, # 3184 +2800, 661,2247,4652,2008,3950,1420,1549,3080,3322,3951,1651,1375,2111, 485,2491, # 3200 +1429,1156,6156,2548,2183,1495, 831,1840,2529,2446, 501,1657, 307,1894,3247,1341, # 3216 + 666, 899,2156,1539,2549,1559, 886, 349,2208,3081,2305,1736,3824,2170,2759,1014, # 3232 +1913,1386, 542,1397,2948, 490, 368, 716, 362, 159, 282,2569,1129,1658,1288,1750, # 3248 +2674, 276, 649,2016, 751,1496, 658,1818,1284,1862,2209,2087,2512,3451, 622,2834, # 3264 + 376, 117,1060,2053,1208,1721,1101,1443, 247,1250,3179,1792,3952,2760,2398,3953, # 3280 +6157,2144,3708, 446,2432,1151,2570,3452,2447,2761,2835,1210,2448,3082, 424,2222, # 3296 +1251,2449,2119,2836, 504,1581,4338, 602, 817, 857,3825,2349,2306, 357,3826,1470, # 3312 +1883,2883, 255, 958, 929,2917,3248, 302,4653,1050,1271,1751,2307,1952,1430,2697, # 3328 +2719,2359, 354,3180, 777, 158,2036,4339,1659,4340,4654,2308,2949,2248,1146,2232, # 3344 +3532,2720,1696,2623,3827,6158,3129,1550,2698,1485,1297,1428, 637, 931,2721,2145, # 3360 + 914,2550,2587, 81,2450, 612, 827,2646,1242,4655,1118,2884, 472,1855,3181,3533, # 3376 +3534, 569,1353,2699,1244,1758,2588,4119,2009,2762,2171,3709,1312,1531,6159,1152, # 3392 +1938, 134,1830, 471,3710,2276,1112,1535,3323,3453,3535, 982,1337,2950, 488, 826, # 3408 + 674,1058,1628,4120,2017, 522,2399, 211, 568,1367,3454, 350, 293,1872,1139,3249, # 3424 +1399,1946,3006,1300,2360,3324, 588, 736,6160,2606, 744, 669,3536,3828,6161,1358, # 3440 + 199, 723, 848, 933, 851,1939,1505,1514,1338,1618,1831,4656,1634,3613, 443,2740, # 3456 +3829, 717,1947, 491,1914,6162,2551,1542,4121,1025,6163,1099,1223, 198,3040,2722, # 3472 + 370, 410,1905,2589, 998,1248,3182,2380, 519,1449,4122,1710, 947, 928,1153,4341, # 3488 +2277, 344,2624,1511, 615, 105, 161,1212,1076,1960,3130,2054,1926,1175,1906,2473, # 3504 + 414,1873,2801,6164,2309, 315,1319,3325, 318,2018,2146,2157, 963, 631, 223,4342, # 3520 +4343,2675, 479,3711,1197,2625,3712,2676,2361,6165,4344,4123,6166,2451,3183,1886, # 3536 +2184,1674,1330,1711,1635,1506, 799, 219,3250,3083,3954,1677,3713,3326,2081,3614, # 3552 +1652,2073,4657,1147,3041,1752, 643,1961, 147,1974,3955,6167,1716,2037, 918,3007, # 3568 +1994, 120,1537, 118, 609,3184,4345, 740,3455,1219, 332,1615,3830,6168,1621,2980, # 3584 +1582, 783, 212, 553,2350,3714,1349,2433,2082,4124, 889,6169,2310,1275,1410, 973, # 3600 + 166,1320,3456,1797,1215,3185,2885,1846,2590,2763,4658, 629, 822,3008, 763, 940, # 3616 +1990,2862, 439,2409,1566,1240,1622, 926,1282,1907,2764, 654,2210,1607, 327,1130, # 3632 +3956,1678,1623,6170,2434,2192, 686, 608,3831,3715, 903,3957,3042,6171,2741,1522, # 3648 +1915,1105,1555,2552,1359, 323,3251,4346,3457, 738,1354,2553,2311,2334,1828,2003, # 3664 +3832,1753,2351,1227,6172,1887,4125,1478,6173,2410,1874,1712,1847, 520,1204,2607, # 3680 + 264,4659, 836,2677,2102, 600,4660,3833,2278,3084,6174,4347,3615,1342, 640, 532, # 3696 + 543,2608,1888,2400,2591,1009,4348,1497, 341,1737,3616,2723,1394, 529,3252,1321, # 3712 + 983,4661,1515,2120, 971,2592, 924, 287,1662,3186,4349,2700,4350,1519, 908,1948, # 3728 +2452, 156, 796,1629,1486,2223,2055, 694,4126,1259,1036,3392,1213,2249,2742,1889, # 3744 +1230,3958,1015, 910, 408, 559,3617,4662, 746, 725, 935,4663,3959,3009,1289, 563, # 3760 + 867,4664,3960,1567,2981,2038,2626, 988,2263,2381,4351, 143,2374, 704,1895,6175, # 3776 +1188,3716,2088, 673,3085,2362,4352, 484,1608,1921,2765,2918, 215, 904,3618,3537, # 3792 + 894, 509, 976,3043,2701,3961,4353,2837,2982, 498,6176,6177,1102,3538,1332,3393, # 3808 +1487,1636,1637, 233, 245,3962, 383, 650, 995,3044, 460,1520,1206,2352, 749,3327, # 3824 + 530, 700, 389,1438,1560,1773,3963,2264, 719,2951,2724,3834, 870,1832,1644,1000, # 3840 + 839,2474,3717, 197,1630,3394, 365,2886,3964,1285,2133, 734, 922, 818,1106, 732, # 3856 + 480,2083,1774,3458, 923,2279,1350, 221,3086, 85,2233,2234,3835,1585,3010,2147, # 3872 +1387,1705,2382,1619,2475, 133, 239,2802,1991,1016,2084,2383, 411,2838,1113, 651, # 3888 +1985,1160,3328, 990,1863,3087,1048,1276,2647, 265,2627,1599,3253,2056, 150, 638, # 3904 +2019, 656, 853, 326,1479, 680,1439,4354,1001,1759, 413,3459,3395,2492,1431, 459, # 3920 +4355,1125,3329,2265,1953,1450,2065,2863, 849, 351,2678,3131,3254,3255,1104,1577, # 3936 + 227,1351,1645,2453,2193,1421,2887, 812,2121, 634, 95,2435, 201,2312,4665,1646, # 3952 +1671,2743,1601,2554,2702,2648,2280,1315,1366,2089,3132,1573,3718,3965,1729,1189, # 3968 + 328,2679,1077,1940,1136, 558,1283, 964,1195, 621,2074,1199,1743,3460,3619,1896, # 3984 +1916,1890,3836,2952,1154,2112,1064, 862, 378,3011,2066,2113,2803,1568,2839,6178, # 4000 +3088,2919,1941,1660,2004,1992,2194, 142, 707,1590,1708,1624,1922,1023,1836,1233, # 4016 +1004,2313, 789, 741,3620,6179,1609,2411,1200,4127,3719,3720,4666,2057,3721, 593, # 4032 +2840, 367,2920,1878,6180,3461,1521, 628,1168, 692,2211,2649, 300, 720,2067,2571, # 4048 +2953,3396, 959,2504,3966,3539,3462,1977, 701,6181, 954,1043, 800, 681, 183,3722, # 4064 +1803,1730,3540,4128,2103, 815,2314, 174, 467, 230,2454,1093,2134, 755,3541,3397, # 4080 +1141,1162,6182,1738,2039, 270,3256,2513,1005,1647,2185,3837, 858,1679,1897,1719, # 4096 +2954,2324,1806, 402, 670, 167,4129,1498,2158,2104, 750,6183, 915, 189,1680,1551, # 4112 + 455,4356,1501,2455, 405,1095,2955, 338,1586,1266,1819, 570, 641,1324, 237,1556, # 4128 +2650,1388,3723,6184,1368,2384,1343,1978,3089,2436, 879,3724, 792,1191, 758,3012, # 4144 +1411,2135,1322,4357, 240,4667,1848,3725,1574,6185, 420,3045,1546,1391, 714,4358, # 4160 +1967, 941,1864, 863, 664, 426, 560,1731,2680,1785,2864,1949,2363, 403,3330,1415, # 4176 +1279,2136,1697,2335, 204, 721,2097,3838, 90,6186,2085,2505, 191,3967, 124,2148, # 4192 +1376,1798,1178,1107,1898,1405, 860,4359,1243,1272,2375,2983,1558,2456,1638, 113, # 4208 +3621, 578,1923,2609, 880, 386,4130, 784,2186,2266,1422,2956,2172,1722, 497, 263, # 4224 +2514,1267,2412,2610, 177,2703,3542, 774,1927,1344, 616,1432,1595,1018, 172,4360, # 4240 +2325, 911,4361, 438,1468,3622, 794,3968,2024,2173,1681,1829,2957, 945, 895,3090, # 4256 + 575,2212,2476, 475,2401,2681, 785,2744,1745,2293,2555,1975,3133,2865, 394,4668, # 4272 +3839, 635,4131, 639, 202,1507,2195,2766,1345,1435,2572,3726,1908,1184,1181,2457, # 4288 +3727,3134,4362, 843,2611, 437, 916,4669, 234, 769,1884,3046,3047,3623, 833,6187, # 4304 +1639,2250,2402,1355,1185,2010,2047, 999, 525,1732,1290,1488,2612, 948,1578,3728, # 4320 +2413,2477,1216,2725,2159, 334,3840,1328,3624,2921,1525,4132, 564,1056, 891,4363, # 4336 +1444,1698,2385,2251,3729,1365,2281,2235,1717,6188, 864,3841,2515, 444, 527,2767, # 4352 +2922,3625, 544, 461,6189, 566, 209,2437,3398,2098,1065,2068,3331,3626,3257,2137, # 4368 #last 512 +) +# fmt: on diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py new file mode 100644 index 00000000..c1296999 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py @@ -0,0 +1,2382 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# The frequency data itself is the same as euc-kr. +# This is just a mapping table to euc-kr. + +JOHAB_TO_EUCKR_ORDER_TABLE = { + 0x8861: 0, + 0x8862: 1, + 0x8865: 2, + 0x8868: 3, + 0x8869: 4, + 0x886A: 5, + 0x886B: 6, + 0x8871: 7, + 0x8873: 8, + 0x8874: 9, + 0x8875: 10, + 0x8876: 11, + 0x8877: 12, + 0x8878: 13, + 0x8879: 14, + 0x887B: 15, + 0x887C: 16, + 0x887D: 17, + 0x8881: 18, + 0x8882: 19, + 0x8885: 20, + 0x8889: 21, + 0x8891: 22, + 0x8893: 23, + 0x8895: 24, + 0x8896: 25, + 0x8897: 26, + 0x88A1: 27, + 0x88A2: 28, + 0x88A5: 29, + 0x88A9: 30, + 0x88B5: 31, + 0x88B7: 32, + 0x88C1: 33, + 0x88C5: 34, + 0x88C9: 35, + 0x88E1: 36, + 0x88E2: 37, + 0x88E5: 38, + 0x88E8: 39, + 0x88E9: 40, + 0x88EB: 41, + 0x88F1: 42, + 0x88F3: 43, + 0x88F5: 44, + 0x88F6: 45, + 0x88F7: 46, + 0x88F8: 47, + 0x88FB: 48, + 0x88FC: 49, + 0x88FD: 50, + 0x8941: 51, + 0x8945: 52, + 0x8949: 53, + 0x8951: 54, + 0x8953: 55, + 0x8955: 56, + 0x8956: 57, + 0x8957: 58, + 0x8961: 59, + 0x8962: 60, + 0x8963: 61, + 0x8965: 62, + 0x8968: 63, + 0x8969: 64, + 0x8971: 65, + 0x8973: 66, + 0x8975: 67, + 0x8976: 68, + 0x8977: 69, + 0x897B: 70, + 0x8981: 71, + 0x8985: 72, + 0x8989: 73, + 0x8993: 74, + 0x8995: 75, + 0x89A1: 76, + 0x89A2: 77, + 0x89A5: 78, + 0x89A8: 79, + 0x89A9: 80, + 0x89AB: 81, + 0x89AD: 82, + 0x89B0: 83, + 0x89B1: 84, + 0x89B3: 85, + 0x89B5: 86, + 0x89B7: 87, + 0x89B8: 88, + 0x89C1: 89, + 0x89C2: 90, + 0x89C5: 91, + 0x89C9: 92, + 0x89CB: 93, + 0x89D1: 94, + 0x89D3: 95, + 0x89D5: 96, + 0x89D7: 97, + 0x89E1: 98, + 0x89E5: 99, + 0x89E9: 100, + 0x89F3: 101, + 0x89F6: 102, + 0x89F7: 103, + 0x8A41: 104, + 0x8A42: 105, + 0x8A45: 106, + 0x8A49: 107, + 0x8A51: 108, + 0x8A53: 109, + 0x8A55: 110, + 0x8A57: 111, + 0x8A61: 112, + 0x8A65: 113, + 0x8A69: 114, + 0x8A73: 115, + 0x8A75: 116, + 0x8A81: 117, + 0x8A82: 118, + 0x8A85: 119, + 0x8A88: 120, + 0x8A89: 121, + 0x8A8A: 122, + 0x8A8B: 123, + 0x8A90: 124, + 0x8A91: 125, + 0x8A93: 126, + 0x8A95: 127, + 0x8A97: 128, + 0x8A98: 129, + 0x8AA1: 130, + 0x8AA2: 131, + 0x8AA5: 132, + 0x8AA9: 133, + 0x8AB6: 134, + 0x8AB7: 135, + 0x8AC1: 136, + 0x8AD5: 137, + 0x8AE1: 138, + 0x8AE2: 139, + 0x8AE5: 140, + 0x8AE9: 141, + 0x8AF1: 142, + 0x8AF3: 143, + 0x8AF5: 144, + 0x8B41: 145, + 0x8B45: 146, + 0x8B49: 147, + 0x8B61: 148, + 0x8B62: 149, + 0x8B65: 150, + 0x8B68: 151, + 0x8B69: 152, + 0x8B6A: 153, + 0x8B71: 154, + 0x8B73: 155, + 0x8B75: 156, + 0x8B77: 157, + 0x8B81: 158, + 0x8BA1: 159, + 0x8BA2: 160, + 0x8BA5: 161, + 0x8BA8: 162, + 0x8BA9: 163, + 0x8BAB: 164, + 0x8BB1: 165, + 0x8BB3: 166, + 0x8BB5: 167, + 0x8BB7: 168, + 0x8BB8: 169, + 0x8BBC: 170, + 0x8C61: 171, + 0x8C62: 172, + 0x8C63: 173, + 0x8C65: 174, + 0x8C69: 175, + 0x8C6B: 176, + 0x8C71: 177, + 0x8C73: 178, + 0x8C75: 179, + 0x8C76: 180, + 0x8C77: 181, + 0x8C7B: 182, + 0x8C81: 183, + 0x8C82: 184, + 0x8C85: 185, + 0x8C89: 186, + 0x8C91: 187, + 0x8C93: 188, + 0x8C95: 189, + 0x8C96: 190, + 0x8C97: 191, + 0x8CA1: 192, + 0x8CA2: 193, + 0x8CA9: 194, + 0x8CE1: 195, + 0x8CE2: 196, + 0x8CE3: 197, + 0x8CE5: 198, + 0x8CE9: 199, + 0x8CF1: 200, + 0x8CF3: 201, + 0x8CF5: 202, + 0x8CF6: 203, + 0x8CF7: 204, + 0x8D41: 205, + 0x8D42: 206, + 0x8D45: 207, + 0x8D51: 208, + 0x8D55: 209, + 0x8D57: 210, + 0x8D61: 211, + 0x8D65: 212, + 0x8D69: 213, + 0x8D75: 214, + 0x8D76: 215, + 0x8D7B: 216, + 0x8D81: 217, + 0x8DA1: 218, + 0x8DA2: 219, + 0x8DA5: 220, + 0x8DA7: 221, + 0x8DA9: 222, + 0x8DB1: 223, + 0x8DB3: 224, + 0x8DB5: 225, + 0x8DB7: 226, + 0x8DB8: 227, + 0x8DB9: 228, + 0x8DC1: 229, + 0x8DC2: 230, + 0x8DC9: 231, + 0x8DD6: 232, + 0x8DD7: 233, + 0x8DE1: 234, + 0x8DE2: 235, + 0x8DF7: 236, + 0x8E41: 237, + 0x8E45: 238, + 0x8E49: 239, + 0x8E51: 240, + 0x8E53: 241, + 0x8E57: 242, + 0x8E61: 243, + 0x8E81: 244, + 0x8E82: 245, + 0x8E85: 246, + 0x8E89: 247, + 0x8E90: 248, + 0x8E91: 249, + 0x8E93: 250, + 0x8E95: 251, + 0x8E97: 252, + 0x8E98: 253, + 0x8EA1: 254, + 0x8EA9: 255, + 0x8EB6: 256, + 0x8EB7: 257, + 0x8EC1: 258, + 0x8EC2: 259, + 0x8EC5: 260, + 0x8EC9: 261, + 0x8ED1: 262, + 0x8ED3: 263, + 0x8ED6: 264, + 0x8EE1: 265, + 0x8EE5: 266, + 0x8EE9: 267, + 0x8EF1: 268, + 0x8EF3: 269, + 0x8F41: 270, + 0x8F61: 271, + 0x8F62: 272, + 0x8F65: 273, + 0x8F67: 274, + 0x8F69: 275, + 0x8F6B: 276, + 0x8F70: 277, + 0x8F71: 278, + 0x8F73: 279, + 0x8F75: 280, + 0x8F77: 281, + 0x8F7B: 282, + 0x8FA1: 283, + 0x8FA2: 284, + 0x8FA5: 285, + 0x8FA9: 286, + 0x8FB1: 287, + 0x8FB3: 288, + 0x8FB5: 289, + 0x8FB7: 290, + 0x9061: 291, + 0x9062: 292, + 0x9063: 293, + 0x9065: 294, + 0x9068: 295, + 0x9069: 296, + 0x906A: 297, + 0x906B: 298, + 0x9071: 299, + 0x9073: 300, + 0x9075: 301, + 0x9076: 302, + 0x9077: 303, + 0x9078: 304, + 0x9079: 305, + 0x907B: 306, + 0x907D: 307, + 0x9081: 308, + 0x9082: 309, + 0x9085: 310, + 0x9089: 311, + 0x9091: 312, + 0x9093: 313, + 0x9095: 314, + 0x9096: 315, + 0x9097: 316, + 0x90A1: 317, + 0x90A2: 318, + 0x90A5: 319, + 0x90A9: 320, + 0x90B1: 321, + 0x90B7: 322, + 0x90E1: 323, + 0x90E2: 324, + 0x90E4: 325, + 0x90E5: 326, + 0x90E9: 327, + 0x90EB: 328, + 0x90EC: 329, + 0x90F1: 330, + 0x90F3: 331, + 0x90F5: 332, + 0x90F6: 333, + 0x90F7: 334, + 0x90FD: 335, + 0x9141: 336, + 0x9142: 337, + 0x9145: 338, + 0x9149: 339, + 0x9151: 340, + 0x9153: 341, + 0x9155: 342, + 0x9156: 343, + 0x9157: 344, + 0x9161: 345, + 0x9162: 346, + 0x9165: 347, + 0x9169: 348, + 0x9171: 349, + 0x9173: 350, + 0x9176: 351, + 0x9177: 352, + 0x917A: 353, + 0x9181: 354, + 0x9185: 355, + 0x91A1: 356, + 0x91A2: 357, + 0x91A5: 358, + 0x91A9: 359, + 0x91AB: 360, + 0x91B1: 361, + 0x91B3: 362, + 0x91B5: 363, + 0x91B7: 364, + 0x91BC: 365, + 0x91BD: 366, + 0x91C1: 367, + 0x91C5: 368, + 0x91C9: 369, + 0x91D6: 370, + 0x9241: 371, + 0x9245: 372, + 0x9249: 373, + 0x9251: 374, + 0x9253: 375, + 0x9255: 376, + 0x9261: 377, + 0x9262: 378, + 0x9265: 379, + 0x9269: 380, + 0x9273: 381, + 0x9275: 382, + 0x9277: 383, + 0x9281: 384, + 0x9282: 385, + 0x9285: 386, + 0x9288: 387, + 0x9289: 388, + 0x9291: 389, + 0x9293: 390, + 0x9295: 391, + 0x9297: 392, + 0x92A1: 393, + 0x92B6: 394, + 0x92C1: 395, + 0x92E1: 396, + 0x92E5: 397, + 0x92E9: 398, + 0x92F1: 399, + 0x92F3: 400, + 0x9341: 401, + 0x9342: 402, + 0x9349: 403, + 0x9351: 404, + 0x9353: 405, + 0x9357: 406, + 0x9361: 407, + 0x9362: 408, + 0x9365: 409, + 0x9369: 410, + 0x936A: 411, + 0x936B: 412, + 0x9371: 413, + 0x9373: 414, + 0x9375: 415, + 0x9377: 416, + 0x9378: 417, + 0x937C: 418, + 0x9381: 419, + 0x9385: 420, + 0x9389: 421, + 0x93A1: 422, + 0x93A2: 423, + 0x93A5: 424, + 0x93A9: 425, + 0x93AB: 426, + 0x93B1: 427, + 0x93B3: 428, + 0x93B5: 429, + 0x93B7: 430, + 0x93BC: 431, + 0x9461: 432, + 0x9462: 433, + 0x9463: 434, + 0x9465: 435, + 0x9468: 436, + 0x9469: 437, + 0x946A: 438, + 0x946B: 439, + 0x946C: 440, + 0x9470: 441, + 0x9471: 442, + 0x9473: 443, + 0x9475: 444, + 0x9476: 445, + 0x9477: 446, + 0x9478: 447, + 0x9479: 448, + 0x947D: 449, + 0x9481: 450, + 0x9482: 451, + 0x9485: 452, + 0x9489: 453, + 0x9491: 454, + 0x9493: 455, + 0x9495: 456, + 0x9496: 457, + 0x9497: 458, + 0x94A1: 459, + 0x94E1: 460, + 0x94E2: 461, + 0x94E3: 462, + 0x94E5: 463, + 0x94E8: 464, + 0x94E9: 465, + 0x94EB: 466, + 0x94EC: 467, + 0x94F1: 468, + 0x94F3: 469, + 0x94F5: 470, + 0x94F7: 471, + 0x94F9: 472, + 0x94FC: 473, + 0x9541: 474, + 0x9542: 475, + 0x9545: 476, + 0x9549: 477, + 0x9551: 478, + 0x9553: 479, + 0x9555: 480, + 0x9556: 481, + 0x9557: 482, + 0x9561: 483, + 0x9565: 484, + 0x9569: 485, + 0x9576: 486, + 0x9577: 487, + 0x9581: 488, + 0x9585: 489, + 0x95A1: 490, + 0x95A2: 491, + 0x95A5: 492, + 0x95A8: 493, + 0x95A9: 494, + 0x95AB: 495, + 0x95AD: 496, + 0x95B1: 497, + 0x95B3: 498, + 0x95B5: 499, + 0x95B7: 500, + 0x95B9: 501, + 0x95BB: 502, + 0x95C1: 503, + 0x95C5: 504, + 0x95C9: 505, + 0x95E1: 506, + 0x95F6: 507, + 0x9641: 508, + 0x9645: 509, + 0x9649: 510, + 0x9651: 511, + 0x9653: 512, + 0x9655: 513, + 0x9661: 514, + 0x9681: 515, + 0x9682: 516, + 0x9685: 517, + 0x9689: 518, + 0x9691: 519, + 0x9693: 520, + 0x9695: 521, + 0x9697: 522, + 0x96A1: 523, + 0x96B6: 524, + 0x96C1: 525, + 0x96D7: 526, + 0x96E1: 527, + 0x96E5: 528, + 0x96E9: 529, + 0x96F3: 530, + 0x96F5: 531, + 0x96F7: 532, + 0x9741: 533, + 0x9745: 534, + 0x9749: 535, + 0x9751: 536, + 0x9757: 537, + 0x9761: 538, + 0x9762: 539, + 0x9765: 540, + 0x9768: 541, + 0x9769: 542, + 0x976B: 543, + 0x9771: 544, + 0x9773: 545, + 0x9775: 546, + 0x9777: 547, + 0x9781: 548, + 0x97A1: 549, + 0x97A2: 550, + 0x97A5: 551, + 0x97A8: 552, + 0x97A9: 553, + 0x97B1: 554, + 0x97B3: 555, + 0x97B5: 556, + 0x97B6: 557, + 0x97B7: 558, + 0x97B8: 559, + 0x9861: 560, + 0x9862: 561, + 0x9865: 562, + 0x9869: 563, + 0x9871: 564, + 0x9873: 565, + 0x9875: 566, + 0x9876: 567, + 0x9877: 568, + 0x987D: 569, + 0x9881: 570, + 0x9882: 571, + 0x9885: 572, + 0x9889: 573, + 0x9891: 574, + 0x9893: 575, + 0x9895: 576, + 0x9896: 577, + 0x9897: 578, + 0x98E1: 579, + 0x98E2: 580, + 0x98E5: 581, + 0x98E9: 582, + 0x98EB: 583, + 0x98EC: 584, + 0x98F1: 585, + 0x98F3: 586, + 0x98F5: 587, + 0x98F6: 588, + 0x98F7: 589, + 0x98FD: 590, + 0x9941: 591, + 0x9942: 592, + 0x9945: 593, + 0x9949: 594, + 0x9951: 595, + 0x9953: 596, + 0x9955: 597, + 0x9956: 598, + 0x9957: 599, + 0x9961: 600, + 0x9976: 601, + 0x99A1: 602, + 0x99A2: 603, + 0x99A5: 604, + 0x99A9: 605, + 0x99B7: 606, + 0x99C1: 607, + 0x99C9: 608, + 0x99E1: 609, + 0x9A41: 610, + 0x9A45: 611, + 0x9A81: 612, + 0x9A82: 613, + 0x9A85: 614, + 0x9A89: 615, + 0x9A90: 616, + 0x9A91: 617, + 0x9A97: 618, + 0x9AC1: 619, + 0x9AE1: 620, + 0x9AE5: 621, + 0x9AE9: 622, + 0x9AF1: 623, + 0x9AF3: 624, + 0x9AF7: 625, + 0x9B61: 626, + 0x9B62: 627, + 0x9B65: 628, + 0x9B68: 629, + 0x9B69: 630, + 0x9B71: 631, + 0x9B73: 632, + 0x9B75: 633, + 0x9B81: 634, + 0x9B85: 635, + 0x9B89: 636, + 0x9B91: 637, + 0x9B93: 638, + 0x9BA1: 639, + 0x9BA5: 640, + 0x9BA9: 641, + 0x9BB1: 642, + 0x9BB3: 643, + 0x9BB5: 644, + 0x9BB7: 645, + 0x9C61: 646, + 0x9C62: 647, + 0x9C65: 648, + 0x9C69: 649, + 0x9C71: 650, + 0x9C73: 651, + 0x9C75: 652, + 0x9C76: 653, + 0x9C77: 654, + 0x9C78: 655, + 0x9C7C: 656, + 0x9C7D: 657, + 0x9C81: 658, + 0x9C82: 659, + 0x9C85: 660, + 0x9C89: 661, + 0x9C91: 662, + 0x9C93: 663, + 0x9C95: 664, + 0x9C96: 665, + 0x9C97: 666, + 0x9CA1: 667, + 0x9CA2: 668, + 0x9CA5: 669, + 0x9CB5: 670, + 0x9CB7: 671, + 0x9CE1: 672, + 0x9CE2: 673, + 0x9CE5: 674, + 0x9CE9: 675, + 0x9CF1: 676, + 0x9CF3: 677, + 0x9CF5: 678, + 0x9CF6: 679, + 0x9CF7: 680, + 0x9CFD: 681, + 0x9D41: 682, + 0x9D42: 683, + 0x9D45: 684, + 0x9D49: 685, + 0x9D51: 686, + 0x9D53: 687, + 0x9D55: 688, + 0x9D57: 689, + 0x9D61: 690, + 0x9D62: 691, + 0x9D65: 692, + 0x9D69: 693, + 0x9D71: 694, + 0x9D73: 695, + 0x9D75: 696, + 0x9D76: 697, + 0x9D77: 698, + 0x9D81: 699, + 0x9D85: 700, + 0x9D93: 701, + 0x9D95: 702, + 0x9DA1: 703, + 0x9DA2: 704, + 0x9DA5: 705, + 0x9DA9: 706, + 0x9DB1: 707, + 0x9DB3: 708, + 0x9DB5: 709, + 0x9DB7: 710, + 0x9DC1: 711, + 0x9DC5: 712, + 0x9DD7: 713, + 0x9DF6: 714, + 0x9E41: 715, + 0x9E45: 716, + 0x9E49: 717, + 0x9E51: 718, + 0x9E53: 719, + 0x9E55: 720, + 0x9E57: 721, + 0x9E61: 722, + 0x9E65: 723, + 0x9E69: 724, + 0x9E73: 725, + 0x9E75: 726, + 0x9E77: 727, + 0x9E81: 728, + 0x9E82: 729, + 0x9E85: 730, + 0x9E89: 731, + 0x9E91: 732, + 0x9E93: 733, + 0x9E95: 734, + 0x9E97: 735, + 0x9EA1: 736, + 0x9EB6: 737, + 0x9EC1: 738, + 0x9EE1: 739, + 0x9EE2: 740, + 0x9EE5: 741, + 0x9EE9: 742, + 0x9EF1: 743, + 0x9EF5: 744, + 0x9EF7: 745, + 0x9F41: 746, + 0x9F42: 747, + 0x9F45: 748, + 0x9F49: 749, + 0x9F51: 750, + 0x9F53: 751, + 0x9F55: 752, + 0x9F57: 753, + 0x9F61: 754, + 0x9F62: 755, + 0x9F65: 756, + 0x9F69: 757, + 0x9F71: 758, + 0x9F73: 759, + 0x9F75: 760, + 0x9F77: 761, + 0x9F78: 762, + 0x9F7B: 763, + 0x9F7C: 764, + 0x9FA1: 765, + 0x9FA2: 766, + 0x9FA5: 767, + 0x9FA9: 768, + 0x9FB1: 769, + 0x9FB3: 770, + 0x9FB5: 771, + 0x9FB7: 772, + 0xA061: 773, + 0xA062: 774, + 0xA065: 775, + 0xA067: 776, + 0xA068: 777, + 0xA069: 778, + 0xA06A: 779, + 0xA06B: 780, + 0xA071: 781, + 0xA073: 782, + 0xA075: 783, + 0xA077: 784, + 0xA078: 785, + 0xA07B: 786, + 0xA07D: 787, + 0xA081: 788, + 0xA082: 789, + 0xA085: 790, + 0xA089: 791, + 0xA091: 792, + 0xA093: 793, + 0xA095: 794, + 0xA096: 795, + 0xA097: 796, + 0xA098: 797, + 0xA0A1: 798, + 0xA0A2: 799, + 0xA0A9: 800, + 0xA0B7: 801, + 0xA0E1: 802, + 0xA0E2: 803, + 0xA0E5: 804, + 0xA0E9: 805, + 0xA0EB: 806, + 0xA0F1: 807, + 0xA0F3: 808, + 0xA0F5: 809, + 0xA0F7: 810, + 0xA0F8: 811, + 0xA0FD: 812, + 0xA141: 813, + 0xA142: 814, + 0xA145: 815, + 0xA149: 816, + 0xA151: 817, + 0xA153: 818, + 0xA155: 819, + 0xA156: 820, + 0xA157: 821, + 0xA161: 822, + 0xA162: 823, + 0xA165: 824, + 0xA169: 825, + 0xA175: 826, + 0xA176: 827, + 0xA177: 828, + 0xA179: 829, + 0xA181: 830, + 0xA1A1: 831, + 0xA1A2: 832, + 0xA1A4: 833, + 0xA1A5: 834, + 0xA1A9: 835, + 0xA1AB: 836, + 0xA1B1: 837, + 0xA1B3: 838, + 0xA1B5: 839, + 0xA1B7: 840, + 0xA1C1: 841, + 0xA1C5: 842, + 0xA1D6: 843, + 0xA1D7: 844, + 0xA241: 845, + 0xA245: 846, + 0xA249: 847, + 0xA253: 848, + 0xA255: 849, + 0xA257: 850, + 0xA261: 851, + 0xA265: 852, + 0xA269: 853, + 0xA273: 854, + 0xA275: 855, + 0xA281: 856, + 0xA282: 857, + 0xA283: 858, + 0xA285: 859, + 0xA288: 860, + 0xA289: 861, + 0xA28A: 862, + 0xA28B: 863, + 0xA291: 864, + 0xA293: 865, + 0xA295: 866, + 0xA297: 867, + 0xA29B: 868, + 0xA29D: 869, + 0xA2A1: 870, + 0xA2A5: 871, + 0xA2A9: 872, + 0xA2B3: 873, + 0xA2B5: 874, + 0xA2C1: 875, + 0xA2E1: 876, + 0xA2E5: 877, + 0xA2E9: 878, + 0xA341: 879, + 0xA345: 880, + 0xA349: 881, + 0xA351: 882, + 0xA355: 883, + 0xA361: 884, + 0xA365: 885, + 0xA369: 886, + 0xA371: 887, + 0xA375: 888, + 0xA3A1: 889, + 0xA3A2: 890, + 0xA3A5: 891, + 0xA3A8: 892, + 0xA3A9: 893, + 0xA3AB: 894, + 0xA3B1: 895, + 0xA3B3: 896, + 0xA3B5: 897, + 0xA3B6: 898, + 0xA3B7: 899, + 0xA3B9: 900, + 0xA3BB: 901, + 0xA461: 902, + 0xA462: 903, + 0xA463: 904, + 0xA464: 905, + 0xA465: 906, + 0xA468: 907, + 0xA469: 908, + 0xA46A: 909, + 0xA46B: 910, + 0xA46C: 911, + 0xA471: 912, + 0xA473: 913, + 0xA475: 914, + 0xA477: 915, + 0xA47B: 916, + 0xA481: 917, + 0xA482: 918, + 0xA485: 919, + 0xA489: 920, + 0xA491: 921, + 0xA493: 922, + 0xA495: 923, + 0xA496: 924, + 0xA497: 925, + 0xA49B: 926, + 0xA4A1: 927, + 0xA4A2: 928, + 0xA4A5: 929, + 0xA4B3: 930, + 0xA4E1: 931, + 0xA4E2: 932, + 0xA4E5: 933, + 0xA4E8: 934, + 0xA4E9: 935, + 0xA4EB: 936, + 0xA4F1: 937, + 0xA4F3: 938, + 0xA4F5: 939, + 0xA4F7: 940, + 0xA4F8: 941, + 0xA541: 942, + 0xA542: 943, + 0xA545: 944, + 0xA548: 945, + 0xA549: 946, + 0xA551: 947, + 0xA553: 948, + 0xA555: 949, + 0xA556: 950, + 0xA557: 951, + 0xA561: 952, + 0xA562: 953, + 0xA565: 954, + 0xA569: 955, + 0xA573: 956, + 0xA575: 957, + 0xA576: 958, + 0xA577: 959, + 0xA57B: 960, + 0xA581: 961, + 0xA585: 962, + 0xA5A1: 963, + 0xA5A2: 964, + 0xA5A3: 965, + 0xA5A5: 966, + 0xA5A9: 967, + 0xA5B1: 968, + 0xA5B3: 969, + 0xA5B5: 970, + 0xA5B7: 971, + 0xA5C1: 972, + 0xA5C5: 973, + 0xA5D6: 974, + 0xA5E1: 975, + 0xA5F6: 976, + 0xA641: 977, + 0xA642: 978, + 0xA645: 979, + 0xA649: 980, + 0xA651: 981, + 0xA653: 982, + 0xA661: 983, + 0xA665: 984, + 0xA681: 985, + 0xA682: 986, + 0xA685: 987, + 0xA688: 988, + 0xA689: 989, + 0xA68A: 990, + 0xA68B: 991, + 0xA691: 992, + 0xA693: 993, + 0xA695: 994, + 0xA697: 995, + 0xA69B: 996, + 0xA69C: 997, + 0xA6A1: 998, + 0xA6A9: 999, + 0xA6B6: 1000, + 0xA6C1: 1001, + 0xA6E1: 1002, + 0xA6E2: 1003, + 0xA6E5: 1004, + 0xA6E9: 1005, + 0xA6F7: 1006, + 0xA741: 1007, + 0xA745: 1008, + 0xA749: 1009, + 0xA751: 1010, + 0xA755: 1011, + 0xA757: 1012, + 0xA761: 1013, + 0xA762: 1014, + 0xA765: 1015, + 0xA769: 1016, + 0xA771: 1017, + 0xA773: 1018, + 0xA775: 1019, + 0xA7A1: 1020, + 0xA7A2: 1021, + 0xA7A5: 1022, + 0xA7A9: 1023, + 0xA7AB: 1024, + 0xA7B1: 1025, + 0xA7B3: 1026, + 0xA7B5: 1027, + 0xA7B7: 1028, + 0xA7B8: 1029, + 0xA7B9: 1030, + 0xA861: 1031, + 0xA862: 1032, + 0xA865: 1033, + 0xA869: 1034, + 0xA86B: 1035, + 0xA871: 1036, + 0xA873: 1037, + 0xA875: 1038, + 0xA876: 1039, + 0xA877: 1040, + 0xA87D: 1041, + 0xA881: 1042, + 0xA882: 1043, + 0xA885: 1044, + 0xA889: 1045, + 0xA891: 1046, + 0xA893: 1047, + 0xA895: 1048, + 0xA896: 1049, + 0xA897: 1050, + 0xA8A1: 1051, + 0xA8A2: 1052, + 0xA8B1: 1053, + 0xA8E1: 1054, + 0xA8E2: 1055, + 0xA8E5: 1056, + 0xA8E8: 1057, + 0xA8E9: 1058, + 0xA8F1: 1059, + 0xA8F5: 1060, + 0xA8F6: 1061, + 0xA8F7: 1062, + 0xA941: 1063, + 0xA957: 1064, + 0xA961: 1065, + 0xA962: 1066, + 0xA971: 1067, + 0xA973: 1068, + 0xA975: 1069, + 0xA976: 1070, + 0xA977: 1071, + 0xA9A1: 1072, + 0xA9A2: 1073, + 0xA9A5: 1074, + 0xA9A9: 1075, + 0xA9B1: 1076, + 0xA9B3: 1077, + 0xA9B7: 1078, + 0xAA41: 1079, + 0xAA61: 1080, + 0xAA77: 1081, + 0xAA81: 1082, + 0xAA82: 1083, + 0xAA85: 1084, + 0xAA89: 1085, + 0xAA91: 1086, + 0xAA95: 1087, + 0xAA97: 1088, + 0xAB41: 1089, + 0xAB57: 1090, + 0xAB61: 1091, + 0xAB65: 1092, + 0xAB69: 1093, + 0xAB71: 1094, + 0xAB73: 1095, + 0xABA1: 1096, + 0xABA2: 1097, + 0xABA5: 1098, + 0xABA9: 1099, + 0xABB1: 1100, + 0xABB3: 1101, + 0xABB5: 1102, + 0xABB7: 1103, + 0xAC61: 1104, + 0xAC62: 1105, + 0xAC64: 1106, + 0xAC65: 1107, + 0xAC68: 1108, + 0xAC69: 1109, + 0xAC6A: 1110, + 0xAC6B: 1111, + 0xAC71: 1112, + 0xAC73: 1113, + 0xAC75: 1114, + 0xAC76: 1115, + 0xAC77: 1116, + 0xAC7B: 1117, + 0xAC81: 1118, + 0xAC82: 1119, + 0xAC85: 1120, + 0xAC89: 1121, + 0xAC91: 1122, + 0xAC93: 1123, + 0xAC95: 1124, + 0xAC96: 1125, + 0xAC97: 1126, + 0xACA1: 1127, + 0xACA2: 1128, + 0xACA5: 1129, + 0xACA9: 1130, + 0xACB1: 1131, + 0xACB3: 1132, + 0xACB5: 1133, + 0xACB7: 1134, + 0xACC1: 1135, + 0xACC5: 1136, + 0xACC9: 1137, + 0xACD1: 1138, + 0xACD7: 1139, + 0xACE1: 1140, + 0xACE2: 1141, + 0xACE3: 1142, + 0xACE4: 1143, + 0xACE5: 1144, + 0xACE8: 1145, + 0xACE9: 1146, + 0xACEB: 1147, + 0xACEC: 1148, + 0xACF1: 1149, + 0xACF3: 1150, + 0xACF5: 1151, + 0xACF6: 1152, + 0xACF7: 1153, + 0xACFC: 1154, + 0xAD41: 1155, + 0xAD42: 1156, + 0xAD45: 1157, + 0xAD49: 1158, + 0xAD51: 1159, + 0xAD53: 1160, + 0xAD55: 1161, + 0xAD56: 1162, + 0xAD57: 1163, + 0xAD61: 1164, + 0xAD62: 1165, + 0xAD65: 1166, + 0xAD69: 1167, + 0xAD71: 1168, + 0xAD73: 1169, + 0xAD75: 1170, + 0xAD76: 1171, + 0xAD77: 1172, + 0xAD81: 1173, + 0xAD85: 1174, + 0xAD89: 1175, + 0xAD97: 1176, + 0xADA1: 1177, + 0xADA2: 1178, + 0xADA3: 1179, + 0xADA5: 1180, + 0xADA9: 1181, + 0xADAB: 1182, + 0xADB1: 1183, + 0xADB3: 1184, + 0xADB5: 1185, + 0xADB7: 1186, + 0xADBB: 1187, + 0xADC1: 1188, + 0xADC2: 1189, + 0xADC5: 1190, + 0xADC9: 1191, + 0xADD7: 1192, + 0xADE1: 1193, + 0xADE5: 1194, + 0xADE9: 1195, + 0xADF1: 1196, + 0xADF5: 1197, + 0xADF6: 1198, + 0xAE41: 1199, + 0xAE45: 1200, + 0xAE49: 1201, + 0xAE51: 1202, + 0xAE53: 1203, + 0xAE55: 1204, + 0xAE61: 1205, + 0xAE62: 1206, + 0xAE65: 1207, + 0xAE69: 1208, + 0xAE71: 1209, + 0xAE73: 1210, + 0xAE75: 1211, + 0xAE77: 1212, + 0xAE81: 1213, + 0xAE82: 1214, + 0xAE85: 1215, + 0xAE88: 1216, + 0xAE89: 1217, + 0xAE91: 1218, + 0xAE93: 1219, + 0xAE95: 1220, + 0xAE97: 1221, + 0xAE99: 1222, + 0xAE9B: 1223, + 0xAE9C: 1224, + 0xAEA1: 1225, + 0xAEB6: 1226, + 0xAEC1: 1227, + 0xAEC2: 1228, + 0xAEC5: 1229, + 0xAEC9: 1230, + 0xAED1: 1231, + 0xAED7: 1232, + 0xAEE1: 1233, + 0xAEE2: 1234, + 0xAEE5: 1235, + 0xAEE9: 1236, + 0xAEF1: 1237, + 0xAEF3: 1238, + 0xAEF5: 1239, + 0xAEF7: 1240, + 0xAF41: 1241, + 0xAF42: 1242, + 0xAF49: 1243, + 0xAF51: 1244, + 0xAF55: 1245, + 0xAF57: 1246, + 0xAF61: 1247, + 0xAF62: 1248, + 0xAF65: 1249, + 0xAF69: 1250, + 0xAF6A: 1251, + 0xAF71: 1252, + 0xAF73: 1253, + 0xAF75: 1254, + 0xAF77: 1255, + 0xAFA1: 1256, + 0xAFA2: 1257, + 0xAFA5: 1258, + 0xAFA8: 1259, + 0xAFA9: 1260, + 0xAFB0: 1261, + 0xAFB1: 1262, + 0xAFB3: 1263, + 0xAFB5: 1264, + 0xAFB7: 1265, + 0xAFBC: 1266, + 0xB061: 1267, + 0xB062: 1268, + 0xB064: 1269, + 0xB065: 1270, + 0xB069: 1271, + 0xB071: 1272, + 0xB073: 1273, + 0xB076: 1274, + 0xB077: 1275, + 0xB07D: 1276, + 0xB081: 1277, + 0xB082: 1278, + 0xB085: 1279, + 0xB089: 1280, + 0xB091: 1281, + 0xB093: 1282, + 0xB096: 1283, + 0xB097: 1284, + 0xB0B7: 1285, + 0xB0E1: 1286, + 0xB0E2: 1287, + 0xB0E5: 1288, + 0xB0E9: 1289, + 0xB0EB: 1290, + 0xB0F1: 1291, + 0xB0F3: 1292, + 0xB0F6: 1293, + 0xB0F7: 1294, + 0xB141: 1295, + 0xB145: 1296, + 0xB149: 1297, + 0xB185: 1298, + 0xB1A1: 1299, + 0xB1A2: 1300, + 0xB1A5: 1301, + 0xB1A8: 1302, + 0xB1A9: 1303, + 0xB1AB: 1304, + 0xB1B1: 1305, + 0xB1B3: 1306, + 0xB1B7: 1307, + 0xB1C1: 1308, + 0xB1C2: 1309, + 0xB1C5: 1310, + 0xB1D6: 1311, + 0xB1E1: 1312, + 0xB1F6: 1313, + 0xB241: 1314, + 0xB245: 1315, + 0xB249: 1316, + 0xB251: 1317, + 0xB253: 1318, + 0xB261: 1319, + 0xB281: 1320, + 0xB282: 1321, + 0xB285: 1322, + 0xB289: 1323, + 0xB291: 1324, + 0xB293: 1325, + 0xB297: 1326, + 0xB2A1: 1327, + 0xB2B6: 1328, + 0xB2C1: 1329, + 0xB2E1: 1330, + 0xB2E5: 1331, + 0xB357: 1332, + 0xB361: 1333, + 0xB362: 1334, + 0xB365: 1335, + 0xB369: 1336, + 0xB36B: 1337, + 0xB370: 1338, + 0xB371: 1339, + 0xB373: 1340, + 0xB381: 1341, + 0xB385: 1342, + 0xB389: 1343, + 0xB391: 1344, + 0xB3A1: 1345, + 0xB3A2: 1346, + 0xB3A5: 1347, + 0xB3A9: 1348, + 0xB3B1: 1349, + 0xB3B3: 1350, + 0xB3B5: 1351, + 0xB3B7: 1352, + 0xB461: 1353, + 0xB462: 1354, + 0xB465: 1355, + 0xB466: 1356, + 0xB467: 1357, + 0xB469: 1358, + 0xB46A: 1359, + 0xB46B: 1360, + 0xB470: 1361, + 0xB471: 1362, + 0xB473: 1363, + 0xB475: 1364, + 0xB476: 1365, + 0xB477: 1366, + 0xB47B: 1367, + 0xB47C: 1368, + 0xB481: 1369, + 0xB482: 1370, + 0xB485: 1371, + 0xB489: 1372, + 0xB491: 1373, + 0xB493: 1374, + 0xB495: 1375, + 0xB496: 1376, + 0xB497: 1377, + 0xB4A1: 1378, + 0xB4A2: 1379, + 0xB4A5: 1380, + 0xB4A9: 1381, + 0xB4AC: 1382, + 0xB4B1: 1383, + 0xB4B3: 1384, + 0xB4B5: 1385, + 0xB4B7: 1386, + 0xB4BB: 1387, + 0xB4BD: 1388, + 0xB4C1: 1389, + 0xB4C5: 1390, + 0xB4C9: 1391, + 0xB4D3: 1392, + 0xB4E1: 1393, + 0xB4E2: 1394, + 0xB4E5: 1395, + 0xB4E6: 1396, + 0xB4E8: 1397, + 0xB4E9: 1398, + 0xB4EA: 1399, + 0xB4EB: 1400, + 0xB4F1: 1401, + 0xB4F3: 1402, + 0xB4F4: 1403, + 0xB4F5: 1404, + 0xB4F6: 1405, + 0xB4F7: 1406, + 0xB4F8: 1407, + 0xB4FA: 1408, + 0xB4FC: 1409, + 0xB541: 1410, + 0xB542: 1411, + 0xB545: 1412, + 0xB549: 1413, + 0xB551: 1414, + 0xB553: 1415, + 0xB555: 1416, + 0xB557: 1417, + 0xB561: 1418, + 0xB562: 1419, + 0xB563: 1420, + 0xB565: 1421, + 0xB569: 1422, + 0xB56B: 1423, + 0xB56C: 1424, + 0xB571: 1425, + 0xB573: 1426, + 0xB574: 1427, + 0xB575: 1428, + 0xB576: 1429, + 0xB577: 1430, + 0xB57B: 1431, + 0xB57C: 1432, + 0xB57D: 1433, + 0xB581: 1434, + 0xB585: 1435, + 0xB589: 1436, + 0xB591: 1437, + 0xB593: 1438, + 0xB595: 1439, + 0xB596: 1440, + 0xB5A1: 1441, + 0xB5A2: 1442, + 0xB5A5: 1443, + 0xB5A9: 1444, + 0xB5AA: 1445, + 0xB5AB: 1446, + 0xB5AD: 1447, + 0xB5B0: 1448, + 0xB5B1: 1449, + 0xB5B3: 1450, + 0xB5B5: 1451, + 0xB5B7: 1452, + 0xB5B9: 1453, + 0xB5C1: 1454, + 0xB5C2: 1455, + 0xB5C5: 1456, + 0xB5C9: 1457, + 0xB5D1: 1458, + 0xB5D3: 1459, + 0xB5D5: 1460, + 0xB5D6: 1461, + 0xB5D7: 1462, + 0xB5E1: 1463, + 0xB5E2: 1464, + 0xB5E5: 1465, + 0xB5F1: 1466, + 0xB5F5: 1467, + 0xB5F7: 1468, + 0xB641: 1469, + 0xB642: 1470, + 0xB645: 1471, + 0xB649: 1472, + 0xB651: 1473, + 0xB653: 1474, + 0xB655: 1475, + 0xB657: 1476, + 0xB661: 1477, + 0xB662: 1478, + 0xB665: 1479, + 0xB669: 1480, + 0xB671: 1481, + 0xB673: 1482, + 0xB675: 1483, + 0xB677: 1484, + 0xB681: 1485, + 0xB682: 1486, + 0xB685: 1487, + 0xB689: 1488, + 0xB68A: 1489, + 0xB68B: 1490, + 0xB691: 1491, + 0xB693: 1492, + 0xB695: 1493, + 0xB697: 1494, + 0xB6A1: 1495, + 0xB6A2: 1496, + 0xB6A5: 1497, + 0xB6A9: 1498, + 0xB6B1: 1499, + 0xB6B3: 1500, + 0xB6B6: 1501, + 0xB6B7: 1502, + 0xB6C1: 1503, + 0xB6C2: 1504, + 0xB6C5: 1505, + 0xB6C9: 1506, + 0xB6D1: 1507, + 0xB6D3: 1508, + 0xB6D7: 1509, + 0xB6E1: 1510, + 0xB6E2: 1511, + 0xB6E5: 1512, + 0xB6E9: 1513, + 0xB6F1: 1514, + 0xB6F3: 1515, + 0xB6F5: 1516, + 0xB6F7: 1517, + 0xB741: 1518, + 0xB742: 1519, + 0xB745: 1520, + 0xB749: 1521, + 0xB751: 1522, + 0xB753: 1523, + 0xB755: 1524, + 0xB757: 1525, + 0xB759: 1526, + 0xB761: 1527, + 0xB762: 1528, + 0xB765: 1529, + 0xB769: 1530, + 0xB76F: 1531, + 0xB771: 1532, + 0xB773: 1533, + 0xB775: 1534, + 0xB777: 1535, + 0xB778: 1536, + 0xB779: 1537, + 0xB77A: 1538, + 0xB77B: 1539, + 0xB77C: 1540, + 0xB77D: 1541, + 0xB781: 1542, + 0xB785: 1543, + 0xB789: 1544, + 0xB791: 1545, + 0xB795: 1546, + 0xB7A1: 1547, + 0xB7A2: 1548, + 0xB7A5: 1549, + 0xB7A9: 1550, + 0xB7AA: 1551, + 0xB7AB: 1552, + 0xB7B0: 1553, + 0xB7B1: 1554, + 0xB7B3: 1555, + 0xB7B5: 1556, + 0xB7B6: 1557, + 0xB7B7: 1558, + 0xB7B8: 1559, + 0xB7BC: 1560, + 0xB861: 1561, + 0xB862: 1562, + 0xB865: 1563, + 0xB867: 1564, + 0xB868: 1565, + 0xB869: 1566, + 0xB86B: 1567, + 0xB871: 1568, + 0xB873: 1569, + 0xB875: 1570, + 0xB876: 1571, + 0xB877: 1572, + 0xB878: 1573, + 0xB881: 1574, + 0xB882: 1575, + 0xB885: 1576, + 0xB889: 1577, + 0xB891: 1578, + 0xB893: 1579, + 0xB895: 1580, + 0xB896: 1581, + 0xB897: 1582, + 0xB8A1: 1583, + 0xB8A2: 1584, + 0xB8A5: 1585, + 0xB8A7: 1586, + 0xB8A9: 1587, + 0xB8B1: 1588, + 0xB8B7: 1589, + 0xB8C1: 1590, + 0xB8C5: 1591, + 0xB8C9: 1592, + 0xB8E1: 1593, + 0xB8E2: 1594, + 0xB8E5: 1595, + 0xB8E9: 1596, + 0xB8EB: 1597, + 0xB8F1: 1598, + 0xB8F3: 1599, + 0xB8F5: 1600, + 0xB8F7: 1601, + 0xB8F8: 1602, + 0xB941: 1603, + 0xB942: 1604, + 0xB945: 1605, + 0xB949: 1606, + 0xB951: 1607, + 0xB953: 1608, + 0xB955: 1609, + 0xB957: 1610, + 0xB961: 1611, + 0xB965: 1612, + 0xB969: 1613, + 0xB971: 1614, + 0xB973: 1615, + 0xB976: 1616, + 0xB977: 1617, + 0xB981: 1618, + 0xB9A1: 1619, + 0xB9A2: 1620, + 0xB9A5: 1621, + 0xB9A9: 1622, + 0xB9AB: 1623, + 0xB9B1: 1624, + 0xB9B3: 1625, + 0xB9B5: 1626, + 0xB9B7: 1627, + 0xB9B8: 1628, + 0xB9B9: 1629, + 0xB9BD: 1630, + 0xB9C1: 1631, + 0xB9C2: 1632, + 0xB9C9: 1633, + 0xB9D3: 1634, + 0xB9D5: 1635, + 0xB9D7: 1636, + 0xB9E1: 1637, + 0xB9F6: 1638, + 0xB9F7: 1639, + 0xBA41: 1640, + 0xBA45: 1641, + 0xBA49: 1642, + 0xBA51: 1643, + 0xBA53: 1644, + 0xBA55: 1645, + 0xBA57: 1646, + 0xBA61: 1647, + 0xBA62: 1648, + 0xBA65: 1649, + 0xBA77: 1650, + 0xBA81: 1651, + 0xBA82: 1652, + 0xBA85: 1653, + 0xBA89: 1654, + 0xBA8A: 1655, + 0xBA8B: 1656, + 0xBA91: 1657, + 0xBA93: 1658, + 0xBA95: 1659, + 0xBA97: 1660, + 0xBAA1: 1661, + 0xBAB6: 1662, + 0xBAC1: 1663, + 0xBAE1: 1664, + 0xBAE2: 1665, + 0xBAE5: 1666, + 0xBAE9: 1667, + 0xBAF1: 1668, + 0xBAF3: 1669, + 0xBAF5: 1670, + 0xBB41: 1671, + 0xBB45: 1672, + 0xBB49: 1673, + 0xBB51: 1674, + 0xBB61: 1675, + 0xBB62: 1676, + 0xBB65: 1677, + 0xBB69: 1678, + 0xBB71: 1679, + 0xBB73: 1680, + 0xBB75: 1681, + 0xBB77: 1682, + 0xBBA1: 1683, + 0xBBA2: 1684, + 0xBBA5: 1685, + 0xBBA8: 1686, + 0xBBA9: 1687, + 0xBBAB: 1688, + 0xBBB1: 1689, + 0xBBB3: 1690, + 0xBBB5: 1691, + 0xBBB7: 1692, + 0xBBB8: 1693, + 0xBBBB: 1694, + 0xBBBC: 1695, + 0xBC61: 1696, + 0xBC62: 1697, + 0xBC65: 1698, + 0xBC67: 1699, + 0xBC69: 1700, + 0xBC6C: 1701, + 0xBC71: 1702, + 0xBC73: 1703, + 0xBC75: 1704, + 0xBC76: 1705, + 0xBC77: 1706, + 0xBC81: 1707, + 0xBC82: 1708, + 0xBC85: 1709, + 0xBC89: 1710, + 0xBC91: 1711, + 0xBC93: 1712, + 0xBC95: 1713, + 0xBC96: 1714, + 0xBC97: 1715, + 0xBCA1: 1716, + 0xBCA5: 1717, + 0xBCB7: 1718, + 0xBCE1: 1719, + 0xBCE2: 1720, + 0xBCE5: 1721, + 0xBCE9: 1722, + 0xBCF1: 1723, + 0xBCF3: 1724, + 0xBCF5: 1725, + 0xBCF6: 1726, + 0xBCF7: 1727, + 0xBD41: 1728, + 0xBD57: 1729, + 0xBD61: 1730, + 0xBD76: 1731, + 0xBDA1: 1732, + 0xBDA2: 1733, + 0xBDA5: 1734, + 0xBDA9: 1735, + 0xBDB1: 1736, + 0xBDB3: 1737, + 0xBDB5: 1738, + 0xBDB7: 1739, + 0xBDB9: 1740, + 0xBDC1: 1741, + 0xBDC2: 1742, + 0xBDC9: 1743, + 0xBDD6: 1744, + 0xBDE1: 1745, + 0xBDF6: 1746, + 0xBE41: 1747, + 0xBE45: 1748, + 0xBE49: 1749, + 0xBE51: 1750, + 0xBE53: 1751, + 0xBE77: 1752, + 0xBE81: 1753, + 0xBE82: 1754, + 0xBE85: 1755, + 0xBE89: 1756, + 0xBE91: 1757, + 0xBE93: 1758, + 0xBE97: 1759, + 0xBEA1: 1760, + 0xBEB6: 1761, + 0xBEB7: 1762, + 0xBEE1: 1763, + 0xBF41: 1764, + 0xBF61: 1765, + 0xBF71: 1766, + 0xBF75: 1767, + 0xBF77: 1768, + 0xBFA1: 1769, + 0xBFA2: 1770, + 0xBFA5: 1771, + 0xBFA9: 1772, + 0xBFB1: 1773, + 0xBFB3: 1774, + 0xBFB7: 1775, + 0xBFB8: 1776, + 0xBFBD: 1777, + 0xC061: 1778, + 0xC062: 1779, + 0xC065: 1780, + 0xC067: 1781, + 0xC069: 1782, + 0xC071: 1783, + 0xC073: 1784, + 0xC075: 1785, + 0xC076: 1786, + 0xC077: 1787, + 0xC078: 1788, + 0xC081: 1789, + 0xC082: 1790, + 0xC085: 1791, + 0xC089: 1792, + 0xC091: 1793, + 0xC093: 1794, + 0xC095: 1795, + 0xC096: 1796, + 0xC097: 1797, + 0xC0A1: 1798, + 0xC0A5: 1799, + 0xC0A7: 1800, + 0xC0A9: 1801, + 0xC0B1: 1802, + 0xC0B7: 1803, + 0xC0E1: 1804, + 0xC0E2: 1805, + 0xC0E5: 1806, + 0xC0E9: 1807, + 0xC0F1: 1808, + 0xC0F3: 1809, + 0xC0F5: 1810, + 0xC0F6: 1811, + 0xC0F7: 1812, + 0xC141: 1813, + 0xC142: 1814, + 0xC145: 1815, + 0xC149: 1816, + 0xC151: 1817, + 0xC153: 1818, + 0xC155: 1819, + 0xC157: 1820, + 0xC161: 1821, + 0xC165: 1822, + 0xC176: 1823, + 0xC181: 1824, + 0xC185: 1825, + 0xC197: 1826, + 0xC1A1: 1827, + 0xC1A2: 1828, + 0xC1A5: 1829, + 0xC1A9: 1830, + 0xC1B1: 1831, + 0xC1B3: 1832, + 0xC1B5: 1833, + 0xC1B7: 1834, + 0xC1C1: 1835, + 0xC1C5: 1836, + 0xC1C9: 1837, + 0xC1D7: 1838, + 0xC241: 1839, + 0xC245: 1840, + 0xC249: 1841, + 0xC251: 1842, + 0xC253: 1843, + 0xC255: 1844, + 0xC257: 1845, + 0xC261: 1846, + 0xC271: 1847, + 0xC281: 1848, + 0xC282: 1849, + 0xC285: 1850, + 0xC289: 1851, + 0xC291: 1852, + 0xC293: 1853, + 0xC295: 1854, + 0xC297: 1855, + 0xC2A1: 1856, + 0xC2B6: 1857, + 0xC2C1: 1858, + 0xC2C5: 1859, + 0xC2E1: 1860, + 0xC2E5: 1861, + 0xC2E9: 1862, + 0xC2F1: 1863, + 0xC2F3: 1864, + 0xC2F5: 1865, + 0xC2F7: 1866, + 0xC341: 1867, + 0xC345: 1868, + 0xC349: 1869, + 0xC351: 1870, + 0xC357: 1871, + 0xC361: 1872, + 0xC362: 1873, + 0xC365: 1874, + 0xC369: 1875, + 0xC371: 1876, + 0xC373: 1877, + 0xC375: 1878, + 0xC377: 1879, + 0xC3A1: 1880, + 0xC3A2: 1881, + 0xC3A5: 1882, + 0xC3A8: 1883, + 0xC3A9: 1884, + 0xC3AA: 1885, + 0xC3B1: 1886, + 0xC3B3: 1887, + 0xC3B5: 1888, + 0xC3B7: 1889, + 0xC461: 1890, + 0xC462: 1891, + 0xC465: 1892, + 0xC469: 1893, + 0xC471: 1894, + 0xC473: 1895, + 0xC475: 1896, + 0xC477: 1897, + 0xC481: 1898, + 0xC482: 1899, + 0xC485: 1900, + 0xC489: 1901, + 0xC491: 1902, + 0xC493: 1903, + 0xC495: 1904, + 0xC496: 1905, + 0xC497: 1906, + 0xC4A1: 1907, + 0xC4A2: 1908, + 0xC4B7: 1909, + 0xC4E1: 1910, + 0xC4E2: 1911, + 0xC4E5: 1912, + 0xC4E8: 1913, + 0xC4E9: 1914, + 0xC4F1: 1915, + 0xC4F3: 1916, + 0xC4F5: 1917, + 0xC4F6: 1918, + 0xC4F7: 1919, + 0xC541: 1920, + 0xC542: 1921, + 0xC545: 1922, + 0xC549: 1923, + 0xC551: 1924, + 0xC553: 1925, + 0xC555: 1926, + 0xC557: 1927, + 0xC561: 1928, + 0xC565: 1929, + 0xC569: 1930, + 0xC571: 1931, + 0xC573: 1932, + 0xC575: 1933, + 0xC576: 1934, + 0xC577: 1935, + 0xC581: 1936, + 0xC5A1: 1937, + 0xC5A2: 1938, + 0xC5A5: 1939, + 0xC5A9: 1940, + 0xC5B1: 1941, + 0xC5B3: 1942, + 0xC5B5: 1943, + 0xC5B7: 1944, + 0xC5C1: 1945, + 0xC5C2: 1946, + 0xC5C5: 1947, + 0xC5C9: 1948, + 0xC5D1: 1949, + 0xC5D7: 1950, + 0xC5E1: 1951, + 0xC5F7: 1952, + 0xC641: 1953, + 0xC649: 1954, + 0xC661: 1955, + 0xC681: 1956, + 0xC682: 1957, + 0xC685: 1958, + 0xC689: 1959, + 0xC691: 1960, + 0xC693: 1961, + 0xC695: 1962, + 0xC697: 1963, + 0xC6A1: 1964, + 0xC6A5: 1965, + 0xC6A9: 1966, + 0xC6B7: 1967, + 0xC6C1: 1968, + 0xC6D7: 1969, + 0xC6E1: 1970, + 0xC6E2: 1971, + 0xC6E5: 1972, + 0xC6E9: 1973, + 0xC6F1: 1974, + 0xC6F3: 1975, + 0xC6F5: 1976, + 0xC6F7: 1977, + 0xC741: 1978, + 0xC745: 1979, + 0xC749: 1980, + 0xC751: 1981, + 0xC761: 1982, + 0xC762: 1983, + 0xC765: 1984, + 0xC769: 1985, + 0xC771: 1986, + 0xC773: 1987, + 0xC777: 1988, + 0xC7A1: 1989, + 0xC7A2: 1990, + 0xC7A5: 1991, + 0xC7A9: 1992, + 0xC7B1: 1993, + 0xC7B3: 1994, + 0xC7B5: 1995, + 0xC7B7: 1996, + 0xC861: 1997, + 0xC862: 1998, + 0xC865: 1999, + 0xC869: 2000, + 0xC86A: 2001, + 0xC871: 2002, + 0xC873: 2003, + 0xC875: 2004, + 0xC876: 2005, + 0xC877: 2006, + 0xC881: 2007, + 0xC882: 2008, + 0xC885: 2009, + 0xC889: 2010, + 0xC891: 2011, + 0xC893: 2012, + 0xC895: 2013, + 0xC896: 2014, + 0xC897: 2015, + 0xC8A1: 2016, + 0xC8B7: 2017, + 0xC8E1: 2018, + 0xC8E2: 2019, + 0xC8E5: 2020, + 0xC8E9: 2021, + 0xC8EB: 2022, + 0xC8F1: 2023, + 0xC8F3: 2024, + 0xC8F5: 2025, + 0xC8F6: 2026, + 0xC8F7: 2027, + 0xC941: 2028, + 0xC942: 2029, + 0xC945: 2030, + 0xC949: 2031, + 0xC951: 2032, + 0xC953: 2033, + 0xC955: 2034, + 0xC957: 2035, + 0xC961: 2036, + 0xC965: 2037, + 0xC976: 2038, + 0xC981: 2039, + 0xC985: 2040, + 0xC9A1: 2041, + 0xC9A2: 2042, + 0xC9A5: 2043, + 0xC9A9: 2044, + 0xC9B1: 2045, + 0xC9B3: 2046, + 0xC9B5: 2047, + 0xC9B7: 2048, + 0xC9BC: 2049, + 0xC9C1: 2050, + 0xC9C5: 2051, + 0xC9E1: 2052, + 0xCA41: 2053, + 0xCA45: 2054, + 0xCA55: 2055, + 0xCA57: 2056, + 0xCA61: 2057, + 0xCA81: 2058, + 0xCA82: 2059, + 0xCA85: 2060, + 0xCA89: 2061, + 0xCA91: 2062, + 0xCA93: 2063, + 0xCA95: 2064, + 0xCA97: 2065, + 0xCAA1: 2066, + 0xCAB6: 2067, + 0xCAC1: 2068, + 0xCAE1: 2069, + 0xCAE2: 2070, + 0xCAE5: 2071, + 0xCAE9: 2072, + 0xCAF1: 2073, + 0xCAF3: 2074, + 0xCAF7: 2075, + 0xCB41: 2076, + 0xCB45: 2077, + 0xCB49: 2078, + 0xCB51: 2079, + 0xCB57: 2080, + 0xCB61: 2081, + 0xCB62: 2082, + 0xCB65: 2083, + 0xCB68: 2084, + 0xCB69: 2085, + 0xCB6B: 2086, + 0xCB71: 2087, + 0xCB73: 2088, + 0xCB75: 2089, + 0xCB81: 2090, + 0xCB85: 2091, + 0xCB89: 2092, + 0xCB91: 2093, + 0xCB93: 2094, + 0xCBA1: 2095, + 0xCBA2: 2096, + 0xCBA5: 2097, + 0xCBA9: 2098, + 0xCBB1: 2099, + 0xCBB3: 2100, + 0xCBB5: 2101, + 0xCBB7: 2102, + 0xCC61: 2103, + 0xCC62: 2104, + 0xCC63: 2105, + 0xCC65: 2106, + 0xCC69: 2107, + 0xCC6B: 2108, + 0xCC71: 2109, + 0xCC73: 2110, + 0xCC75: 2111, + 0xCC76: 2112, + 0xCC77: 2113, + 0xCC7B: 2114, + 0xCC81: 2115, + 0xCC82: 2116, + 0xCC85: 2117, + 0xCC89: 2118, + 0xCC91: 2119, + 0xCC93: 2120, + 0xCC95: 2121, + 0xCC96: 2122, + 0xCC97: 2123, + 0xCCA1: 2124, + 0xCCA2: 2125, + 0xCCE1: 2126, + 0xCCE2: 2127, + 0xCCE5: 2128, + 0xCCE9: 2129, + 0xCCF1: 2130, + 0xCCF3: 2131, + 0xCCF5: 2132, + 0xCCF6: 2133, + 0xCCF7: 2134, + 0xCD41: 2135, + 0xCD42: 2136, + 0xCD45: 2137, + 0xCD49: 2138, + 0xCD51: 2139, + 0xCD53: 2140, + 0xCD55: 2141, + 0xCD57: 2142, + 0xCD61: 2143, + 0xCD65: 2144, + 0xCD69: 2145, + 0xCD71: 2146, + 0xCD73: 2147, + 0xCD76: 2148, + 0xCD77: 2149, + 0xCD81: 2150, + 0xCD89: 2151, + 0xCD93: 2152, + 0xCD95: 2153, + 0xCDA1: 2154, + 0xCDA2: 2155, + 0xCDA5: 2156, + 0xCDA9: 2157, + 0xCDB1: 2158, + 0xCDB3: 2159, + 0xCDB5: 2160, + 0xCDB7: 2161, + 0xCDC1: 2162, + 0xCDD7: 2163, + 0xCE41: 2164, + 0xCE45: 2165, + 0xCE61: 2166, + 0xCE65: 2167, + 0xCE69: 2168, + 0xCE73: 2169, + 0xCE75: 2170, + 0xCE81: 2171, + 0xCE82: 2172, + 0xCE85: 2173, + 0xCE88: 2174, + 0xCE89: 2175, + 0xCE8B: 2176, + 0xCE91: 2177, + 0xCE93: 2178, + 0xCE95: 2179, + 0xCE97: 2180, + 0xCEA1: 2181, + 0xCEB7: 2182, + 0xCEE1: 2183, + 0xCEE5: 2184, + 0xCEE9: 2185, + 0xCEF1: 2186, + 0xCEF5: 2187, + 0xCF41: 2188, + 0xCF45: 2189, + 0xCF49: 2190, + 0xCF51: 2191, + 0xCF55: 2192, + 0xCF57: 2193, + 0xCF61: 2194, + 0xCF65: 2195, + 0xCF69: 2196, + 0xCF71: 2197, + 0xCF73: 2198, + 0xCF75: 2199, + 0xCFA1: 2200, + 0xCFA2: 2201, + 0xCFA5: 2202, + 0xCFA9: 2203, + 0xCFB1: 2204, + 0xCFB3: 2205, + 0xCFB5: 2206, + 0xCFB7: 2207, + 0xD061: 2208, + 0xD062: 2209, + 0xD065: 2210, + 0xD069: 2211, + 0xD06E: 2212, + 0xD071: 2213, + 0xD073: 2214, + 0xD075: 2215, + 0xD077: 2216, + 0xD081: 2217, + 0xD082: 2218, + 0xD085: 2219, + 0xD089: 2220, + 0xD091: 2221, + 0xD093: 2222, + 0xD095: 2223, + 0xD096: 2224, + 0xD097: 2225, + 0xD0A1: 2226, + 0xD0B7: 2227, + 0xD0E1: 2228, + 0xD0E2: 2229, + 0xD0E5: 2230, + 0xD0E9: 2231, + 0xD0EB: 2232, + 0xD0F1: 2233, + 0xD0F3: 2234, + 0xD0F5: 2235, + 0xD0F7: 2236, + 0xD141: 2237, + 0xD142: 2238, + 0xD145: 2239, + 0xD149: 2240, + 0xD151: 2241, + 0xD153: 2242, + 0xD155: 2243, + 0xD157: 2244, + 0xD161: 2245, + 0xD162: 2246, + 0xD165: 2247, + 0xD169: 2248, + 0xD171: 2249, + 0xD173: 2250, + 0xD175: 2251, + 0xD176: 2252, + 0xD177: 2253, + 0xD181: 2254, + 0xD185: 2255, + 0xD189: 2256, + 0xD193: 2257, + 0xD1A1: 2258, + 0xD1A2: 2259, + 0xD1A5: 2260, + 0xD1A9: 2261, + 0xD1AE: 2262, + 0xD1B1: 2263, + 0xD1B3: 2264, + 0xD1B5: 2265, + 0xD1B7: 2266, + 0xD1BB: 2267, + 0xD1C1: 2268, + 0xD1C2: 2269, + 0xD1C5: 2270, + 0xD1C9: 2271, + 0xD1D5: 2272, + 0xD1D7: 2273, + 0xD1E1: 2274, + 0xD1E2: 2275, + 0xD1E5: 2276, + 0xD1F5: 2277, + 0xD1F7: 2278, + 0xD241: 2279, + 0xD242: 2280, + 0xD245: 2281, + 0xD249: 2282, + 0xD253: 2283, + 0xD255: 2284, + 0xD257: 2285, + 0xD261: 2286, + 0xD265: 2287, + 0xD269: 2288, + 0xD273: 2289, + 0xD275: 2290, + 0xD281: 2291, + 0xD282: 2292, + 0xD285: 2293, + 0xD289: 2294, + 0xD28E: 2295, + 0xD291: 2296, + 0xD295: 2297, + 0xD297: 2298, + 0xD2A1: 2299, + 0xD2A5: 2300, + 0xD2A9: 2301, + 0xD2B1: 2302, + 0xD2B7: 2303, + 0xD2C1: 2304, + 0xD2C2: 2305, + 0xD2C5: 2306, + 0xD2C9: 2307, + 0xD2D7: 2308, + 0xD2E1: 2309, + 0xD2E2: 2310, + 0xD2E5: 2311, + 0xD2E9: 2312, + 0xD2F1: 2313, + 0xD2F3: 2314, + 0xD2F5: 2315, + 0xD2F7: 2316, + 0xD341: 2317, + 0xD342: 2318, + 0xD345: 2319, + 0xD349: 2320, + 0xD351: 2321, + 0xD355: 2322, + 0xD357: 2323, + 0xD361: 2324, + 0xD362: 2325, + 0xD365: 2326, + 0xD367: 2327, + 0xD368: 2328, + 0xD369: 2329, + 0xD36A: 2330, + 0xD371: 2331, + 0xD373: 2332, + 0xD375: 2333, + 0xD377: 2334, + 0xD37B: 2335, + 0xD381: 2336, + 0xD385: 2337, + 0xD389: 2338, + 0xD391: 2339, + 0xD393: 2340, + 0xD397: 2341, + 0xD3A1: 2342, + 0xD3A2: 2343, + 0xD3A5: 2344, + 0xD3A9: 2345, + 0xD3B1: 2346, + 0xD3B3: 2347, + 0xD3B5: 2348, + 0xD3B7: 2349, +} diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py new file mode 100644 index 00000000..d7364ba6 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import JOHABDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import JOHAB_SM_MODEL + + +class JOHABProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(JOHAB_SM_MODEL) + self.distribution_analyzer = JOHABDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "Johab" + + @property + def language(self) -> str: + return "Korean" diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py new file mode 100644 index 00000000..2f53bdda --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py @@ -0,0 +1,238 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Tuple, Union + +# This is hiragana 2-char sequence table, the number in each cell represents its frequency category +# fmt: off +jp2_char_context = ( + (0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1), + (2, 4, 0, 4, 0, 3, 0, 4, 0, 3, 4, 4, 4, 2, 4, 3, 3, 4, 3, 2, 3, 3, 4, 2, 3, 3, 3, 2, 4, 1, 4, 3, 3, 1, 5, 4, 3, 4, 3, 4, 3, 5, 3, 0, 3, 5, 4, 2, 0, 3, 1, 0, 3, 3, 0, 3, 3, 0, 1, 1, 0, 4, 3, 0, 3, 3, 0, 4, 0, 2, 0, 3, 5, 5, 5, 5, 4, 0, 4, 1, 0, 3, 4), + (0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2), + (0, 4, 0, 5, 0, 5, 0, 4, 0, 4, 5, 4, 4, 3, 5, 3, 5, 1, 5, 3, 4, 3, 4, 4, 3, 4, 3, 3, 4, 3, 5, 4, 4, 3, 5, 5, 3, 5, 5, 5, 3, 5, 5, 3, 4, 5, 5, 3, 1, 3, 2, 0, 3, 4, 0, 4, 2, 0, 4, 2, 1, 5, 3, 2, 3, 5, 0, 4, 0, 2, 0, 5, 4, 4, 5, 4, 5, 0, 4, 0, 0, 4, 4), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 3, 0, 4, 0, 3, 0, 3, 0, 4, 5, 4, 3, 3, 3, 3, 4, 3, 5, 4, 4, 3, 5, 4, 4, 3, 4, 3, 4, 4, 4, 4, 5, 3, 4, 4, 3, 4, 5, 5, 4, 5, 5, 1, 4, 5, 4, 3, 0, 3, 3, 1, 3, 3, 0, 4, 4, 0, 3, 3, 1, 5, 3, 3, 3, 5, 0, 4, 0, 3, 0, 4, 4, 3, 4, 3, 3, 0, 4, 1, 1, 3, 4), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 4, 0, 3, 0, 3, 0, 4, 0, 3, 4, 4, 3, 2, 2, 1, 2, 1, 3, 1, 3, 3, 3, 3, 3, 4, 3, 1, 3, 3, 5, 3, 3, 0, 4, 3, 0, 5, 4, 3, 3, 5, 4, 4, 3, 4, 4, 5, 0, 1, 2, 0, 1, 2, 0, 2, 2, 0, 1, 0, 0, 5, 2, 2, 1, 4, 0, 3, 0, 1, 0, 4, 4, 3, 5, 4, 3, 0, 2, 1, 0, 4, 3), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 3, 0, 5, 0, 4, 0, 2, 1, 4, 4, 2, 4, 1, 4, 2, 4, 2, 4, 3, 3, 3, 4, 3, 3, 3, 3, 1, 4, 2, 3, 3, 3, 1, 4, 4, 1, 1, 1, 4, 3, 3, 2, 0, 2, 4, 3, 2, 0, 3, 3, 0, 3, 1, 1, 0, 0, 0, 3, 3, 0, 4, 2, 2, 3, 4, 0, 4, 0, 3, 0, 4, 4, 5, 3, 4, 4, 0, 3, 0, 0, 1, 4), + (1, 4, 0, 4, 0, 4, 0, 4, 0, 3, 5, 4, 4, 3, 4, 3, 5, 4, 3, 3, 4, 3, 5, 4, 4, 4, 4, 3, 4, 2, 4, 3, 3, 1, 5, 4, 3, 2, 4, 5, 4, 5, 5, 4, 4, 5, 4, 4, 0, 3, 2, 2, 3, 3, 0, 4, 3, 1, 3, 2, 1, 4, 3, 3, 4, 5, 0, 3, 0, 2, 0, 4, 5, 5, 4, 5, 4, 0, 4, 0, 0, 5, 4), + (0, 5, 0, 5, 0, 4, 0, 3, 0, 4, 4, 3, 4, 3, 3, 3, 4, 0, 4, 4, 4, 3, 4, 3, 4, 3, 3, 1, 4, 2, 4, 3, 4, 0, 5, 4, 1, 4, 5, 4, 4, 5, 3, 2, 4, 3, 4, 3, 2, 4, 1, 3, 3, 3, 2, 3, 2, 0, 4, 3, 3, 4, 3, 3, 3, 4, 0, 4, 0, 3, 0, 4, 5, 4, 4, 4, 3, 0, 4, 1, 0, 1, 3), + (0, 3, 1, 4, 0, 3, 0, 2, 0, 3, 4, 4, 3, 1, 4, 2, 3, 3, 4, 3, 4, 3, 4, 3, 4, 4, 3, 2, 3, 1, 5, 4, 4, 1, 4, 4, 3, 5, 4, 4, 3, 5, 5, 4, 3, 4, 4, 3, 1, 2, 3, 1, 2, 2, 0, 3, 2, 0, 3, 1, 0, 5, 3, 3, 3, 4, 3, 3, 3, 3, 4, 4, 4, 4, 5, 4, 2, 0, 3, 3, 2, 4, 3), + (0, 2, 0, 3, 0, 1, 0, 1, 0, 0, 3, 2, 0, 0, 2, 0, 1, 0, 2, 1, 3, 3, 3, 1, 2, 3, 1, 0, 1, 0, 4, 2, 1, 1, 3, 3, 0, 4, 3, 3, 1, 4, 3, 3, 0, 3, 3, 2, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 4, 1, 0, 2, 3, 2, 2, 2, 1, 3, 3, 3, 4, 4, 3, 2, 0, 3, 1, 0, 3, 3), + (0, 4, 0, 4, 0, 3, 0, 3, 0, 4, 4, 4, 3, 3, 3, 3, 3, 3, 4, 3, 4, 2, 4, 3, 4, 3, 3, 2, 4, 3, 4, 5, 4, 1, 4, 5, 3, 5, 4, 5, 3, 5, 4, 0, 3, 5, 5, 3, 1, 3, 3, 2, 2, 3, 0, 3, 4, 1, 3, 3, 2, 4, 3, 3, 3, 4, 0, 4, 0, 3, 0, 4, 5, 4, 4, 5, 3, 0, 4, 1, 0, 3, 4), + (0, 2, 0, 3, 0, 3, 0, 0, 0, 2, 2, 2, 1, 0, 1, 0, 0, 0, 3, 0, 3, 0, 3, 0, 1, 3, 1, 0, 3, 1, 3, 3, 3, 1, 3, 3, 3, 0, 1, 3, 1, 3, 4, 0, 0, 3, 1, 1, 0, 3, 2, 0, 0, 0, 0, 1, 3, 0, 1, 0, 0, 3, 3, 2, 0, 3, 0, 0, 0, 0, 0, 3, 4, 3, 4, 3, 3, 0, 3, 0, 0, 2, 3), + (2, 3, 0, 3, 0, 2, 0, 1, 0, 3, 3, 4, 3, 1, 3, 1, 1, 1, 3, 1, 4, 3, 4, 3, 3, 3, 0, 0, 3, 1, 5, 4, 3, 1, 4, 3, 2, 5, 5, 4, 4, 4, 4, 3, 3, 4, 4, 4, 0, 2, 1, 1, 3, 2, 0, 1, 2, 0, 0, 1, 0, 4, 1, 3, 3, 3, 0, 3, 0, 1, 0, 4, 4, 4, 5, 5, 3, 0, 2, 0, 0, 4, 4), + (0, 2, 0, 1, 0, 3, 1, 3, 0, 2, 3, 3, 3, 0, 3, 1, 0, 0, 3, 0, 3, 2, 3, 1, 3, 2, 1, 1, 0, 0, 4, 2, 1, 0, 2, 3, 1, 4, 3, 2, 0, 4, 4, 3, 1, 3, 1, 3, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 4, 1, 1, 1, 2, 0, 3, 0, 0, 0, 3, 4, 2, 4, 3, 2, 0, 1, 0, 0, 3, 3), + (0, 1, 0, 4, 0, 5, 0, 4, 0, 2, 4, 4, 2, 3, 3, 2, 3, 3, 5, 3, 3, 3, 4, 3, 4, 2, 3, 0, 4, 3, 3, 3, 4, 1, 4, 3, 2, 1, 5, 5, 3, 4, 5, 1, 3, 5, 4, 2, 0, 3, 3, 0, 1, 3, 0, 4, 2, 0, 1, 3, 1, 4, 3, 3, 3, 3, 0, 3, 0, 1, 0, 3, 4, 4, 4, 5, 5, 0, 3, 0, 1, 4, 5), + (0, 2, 0, 3, 0, 3, 0, 0, 0, 2, 3, 1, 3, 0, 4, 0, 1, 1, 3, 0, 3, 4, 3, 2, 3, 1, 0, 3, 3, 2, 3, 1, 3, 0, 2, 3, 0, 2, 1, 4, 1, 2, 2, 0, 0, 3, 3, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 2, 2, 0, 3, 2, 1, 3, 3, 0, 2, 0, 2, 0, 0, 3, 3, 1, 2, 4, 0, 3, 0, 2, 2, 3), + (2, 4, 0, 5, 0, 4, 0, 4, 0, 2, 4, 4, 4, 3, 4, 3, 3, 3, 1, 2, 4, 3, 4, 3, 4, 4, 5, 0, 3, 3, 3, 3, 2, 0, 4, 3, 1, 4, 3, 4, 1, 4, 4, 3, 3, 4, 4, 3, 1, 2, 3, 0, 4, 2, 0, 4, 1, 0, 3, 3, 0, 4, 3, 3, 3, 4, 0, 4, 0, 2, 0, 3, 5, 3, 4, 5, 2, 0, 3, 0, 0, 4, 5), + (0, 3, 0, 4, 0, 1, 0, 1, 0, 1, 3, 2, 2, 1, 3, 0, 3, 0, 2, 0, 2, 0, 3, 0, 2, 0, 0, 0, 1, 0, 1, 1, 0, 0, 3, 1, 0, 0, 0, 4, 0, 3, 1, 0, 2, 1, 3, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 4, 2, 2, 3, 1, 0, 3, 0, 0, 0, 1, 4, 4, 4, 3, 0, 0, 4, 0, 0, 1, 4), + (1, 4, 1, 5, 0, 3, 0, 3, 0, 4, 5, 4, 4, 3, 5, 3, 3, 4, 4, 3, 4, 1, 3, 3, 3, 3, 2, 1, 4, 1, 5, 4, 3, 1, 4, 4, 3, 5, 4, 4, 3, 5, 4, 3, 3, 4, 4, 4, 0, 3, 3, 1, 2, 3, 0, 3, 1, 0, 3, 3, 0, 5, 4, 4, 4, 4, 4, 4, 3, 3, 5, 4, 4, 3, 3, 5, 4, 0, 3, 2, 0, 4, 4), + (0, 2, 0, 3, 0, 1, 0, 0, 0, 1, 3, 3, 3, 2, 4, 1, 3, 0, 3, 1, 3, 0, 2, 2, 1, 1, 0, 0, 2, 0, 4, 3, 1, 0, 4, 3, 0, 4, 4, 4, 1, 4, 3, 1, 1, 3, 3, 1, 0, 2, 0, 0, 1, 3, 0, 0, 0, 0, 2, 0, 0, 4, 3, 2, 4, 3, 5, 4, 3, 3, 3, 4, 3, 3, 4, 3, 3, 0, 2, 1, 0, 3, 3), + (0, 2, 0, 4, 0, 3, 0, 2, 0, 2, 5, 5, 3, 4, 4, 4, 4, 1, 4, 3, 3, 0, 4, 3, 4, 3, 1, 3, 3, 2, 4, 3, 0, 3, 4, 3, 0, 3, 4, 4, 2, 4, 4, 0, 4, 5, 3, 3, 2, 2, 1, 1, 1, 2, 0, 1, 5, 0, 3, 3, 2, 4, 3, 3, 3, 4, 0, 3, 0, 2, 0, 4, 4, 3, 5, 5, 0, 0, 3, 0, 2, 3, 3), + (0, 3, 0, 4, 0, 3, 0, 1, 0, 3, 4, 3, 3, 1, 3, 3, 3, 0, 3, 1, 3, 0, 4, 3, 3, 1, 1, 0, 3, 0, 3, 3, 0, 0, 4, 4, 0, 1, 5, 4, 3, 3, 5, 0, 3, 3, 4, 3, 0, 2, 0, 1, 1, 1, 0, 1, 3, 0, 1, 2, 1, 3, 3, 2, 3, 3, 0, 3, 0, 1, 0, 1, 3, 3, 4, 4, 1, 0, 1, 2, 2, 1, 3), + (0, 1, 0, 4, 0, 4, 0, 3, 0, 1, 3, 3, 3, 2, 3, 1, 1, 0, 3, 0, 3, 3, 4, 3, 2, 4, 2, 0, 1, 0, 4, 3, 2, 0, 4, 3, 0, 5, 3, 3, 2, 4, 4, 4, 3, 3, 3, 4, 0, 1, 3, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 4, 2, 3, 3, 3, 0, 3, 0, 0, 0, 4, 4, 4, 5, 3, 2, 0, 3, 3, 0, 3, 5), + (0, 2, 0, 3, 0, 0, 0, 3, 0, 1, 3, 0, 2, 0, 0, 0, 1, 0, 3, 1, 1, 3, 3, 0, 0, 3, 0, 0, 3, 0, 2, 3, 1, 0, 3, 1, 0, 3, 3, 2, 0, 4, 2, 2, 0, 2, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 2, 0, 1, 0, 1, 0, 0, 0, 1, 3, 1, 2, 0, 0, 0, 1, 0, 0, 1, 4), + (0, 3, 0, 3, 0, 5, 0, 1, 0, 2, 4, 3, 1, 3, 3, 2, 1, 1, 5, 2, 1, 0, 5, 1, 2, 0, 0, 0, 3, 3, 2, 2, 3, 2, 4, 3, 0, 0, 3, 3, 1, 3, 3, 0, 2, 5, 3, 4, 0, 3, 3, 0, 1, 2, 0, 2, 2, 0, 3, 2, 0, 2, 2, 3, 3, 3, 0, 2, 0, 1, 0, 3, 4, 4, 2, 5, 4, 0, 3, 0, 0, 3, 5), + (0, 3, 0, 3, 0, 3, 0, 1, 0, 3, 3, 3, 3, 0, 3, 0, 2, 0, 2, 1, 1, 0, 2, 0, 1, 0, 0, 0, 2, 1, 0, 0, 1, 0, 3, 2, 0, 0, 3, 3, 1, 2, 3, 1, 0, 3, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 3, 1, 2, 3, 0, 3, 0, 1, 0, 3, 2, 1, 0, 4, 3, 0, 1, 1, 0, 3, 3), + (0, 4, 0, 5, 0, 3, 0, 3, 0, 4, 5, 5, 4, 3, 5, 3, 4, 3, 5, 3, 3, 2, 5, 3, 4, 4, 4, 3, 4, 3, 4, 5, 5, 3, 4, 4, 3, 4, 4, 5, 4, 4, 4, 3, 4, 5, 5, 4, 2, 3, 4, 2, 3, 4, 0, 3, 3, 1, 4, 3, 2, 4, 3, 3, 5, 5, 0, 3, 0, 3, 0, 5, 5, 5, 5, 4, 4, 0, 4, 0, 1, 4, 4), + (0, 4, 0, 4, 0, 3, 0, 3, 0, 3, 5, 4, 4, 2, 3, 2, 5, 1, 3, 2, 5, 1, 4, 2, 3, 2, 3, 3, 4, 3, 3, 3, 3, 2, 5, 4, 1, 3, 3, 5, 3, 4, 4, 0, 4, 4, 3, 1, 1, 3, 1, 0, 2, 3, 0, 2, 3, 0, 3, 0, 0, 4, 3, 1, 3, 4, 0, 3, 0, 2, 0, 4, 4, 4, 3, 4, 5, 0, 4, 0, 0, 3, 4), + (0, 3, 0, 3, 0, 3, 1, 2, 0, 3, 4, 4, 3, 3, 3, 0, 2, 2, 4, 3, 3, 1, 3, 3, 3, 1, 1, 0, 3, 1, 4, 3, 2, 3, 4, 4, 2, 4, 4, 4, 3, 4, 4, 3, 2, 4, 4, 3, 1, 3, 3, 1, 3, 3, 0, 4, 1, 0, 2, 2, 1, 4, 3, 2, 3, 3, 5, 4, 3, 3, 5, 4, 4, 3, 3, 0, 4, 0, 3, 2, 2, 4, 4), + (0, 2, 0, 1, 0, 0, 0, 0, 0, 1, 2, 1, 3, 0, 0, 0, 0, 0, 2, 0, 1, 2, 1, 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 1, 0, 1, 1, 3, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 0, 3, 4, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1), + (0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 4, 0, 4, 1, 4, 0, 3, 0, 4, 0, 3, 0, 4, 0, 3, 0, 3, 0, 4, 1, 5, 1, 4, 0, 0, 3, 0, 5, 0, 5, 2, 0, 1, 0, 0, 0, 2, 1, 4, 0, 1, 3, 0, 0, 3, 0, 0, 3, 1, 1, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0), + (1, 4, 0, 5, 0, 3, 0, 2, 0, 3, 5, 4, 4, 3, 4, 3, 5, 3, 4, 3, 3, 0, 4, 3, 3, 3, 3, 3, 3, 2, 4, 4, 3, 1, 3, 4, 4, 5, 4, 4, 3, 4, 4, 1, 3, 5, 4, 3, 3, 3, 1, 2, 2, 3, 3, 1, 3, 1, 3, 3, 3, 5, 3, 3, 4, 5, 0, 3, 0, 3, 0, 3, 4, 3, 4, 4, 3, 0, 3, 0, 2, 4, 3), + (0, 1, 0, 4, 0, 0, 0, 0, 0, 1, 4, 0, 4, 1, 4, 2, 4, 0, 3, 0, 1, 0, 1, 0, 0, 0, 0, 0, 2, 0, 3, 1, 1, 1, 0, 3, 0, 0, 0, 1, 2, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 3, 0, 0, 0, 0, 3, 2, 0, 2, 2, 0, 1, 0, 0, 0, 2, 3, 2, 3, 3, 0, 0, 0, 0, 2, 1, 0), + (0, 5, 1, 5, 0, 3, 0, 3, 0, 5, 4, 4, 5, 1, 5, 3, 3, 0, 4, 3, 4, 3, 5, 3, 4, 3, 3, 2, 4, 3, 4, 3, 3, 0, 3, 3, 1, 4, 4, 3, 4, 4, 4, 3, 4, 5, 5, 3, 2, 3, 1, 1, 3, 3, 1, 3, 1, 1, 3, 3, 2, 4, 5, 3, 3, 5, 0, 4, 0, 3, 0, 4, 4, 3, 5, 3, 3, 0, 3, 4, 0, 4, 3), + (0, 5, 0, 5, 0, 3, 0, 2, 0, 4, 4, 3, 5, 2, 4, 3, 3, 3, 4, 4, 4, 3, 5, 3, 5, 3, 3, 1, 4, 0, 4, 3, 3, 0, 3, 3, 0, 4, 4, 4, 4, 5, 4, 3, 3, 5, 5, 3, 2, 3, 1, 2, 3, 2, 0, 1, 0, 0, 3, 2, 2, 4, 4, 3, 1, 5, 0, 4, 0, 3, 0, 4, 3, 1, 3, 2, 1, 0, 3, 3, 0, 3, 3), + (0, 4, 0, 5, 0, 5, 0, 4, 0, 4, 5, 5, 5, 3, 4, 3, 3, 2, 5, 4, 4, 3, 5, 3, 5, 3, 4, 0, 4, 3, 4, 4, 3, 2, 4, 4, 3, 4, 5, 4, 4, 5, 5, 0, 3, 5, 5, 4, 1, 3, 3, 2, 3, 3, 1, 3, 1, 0, 4, 3, 1, 4, 4, 3, 4, 5, 0, 4, 0, 2, 0, 4, 3, 4, 4, 3, 3, 0, 4, 0, 0, 5, 5), + (0, 4, 0, 4, 0, 5, 0, 1, 1, 3, 3, 4, 4, 3, 4, 1, 3, 0, 5, 1, 3, 0, 3, 1, 3, 1, 1, 0, 3, 0, 3, 3, 4, 0, 4, 3, 0, 4, 4, 4, 3, 4, 4, 0, 3, 5, 4, 1, 0, 3, 0, 0, 2, 3, 0, 3, 1, 0, 3, 1, 0, 3, 2, 1, 3, 5, 0, 3, 0, 1, 0, 3, 2, 3, 3, 4, 4, 0, 2, 2, 0, 4, 4), + (2, 4, 0, 5, 0, 4, 0, 3, 0, 4, 5, 5, 4, 3, 5, 3, 5, 3, 5, 3, 5, 2, 5, 3, 4, 3, 3, 4, 3, 4, 5, 3, 2, 1, 5, 4, 3, 2, 3, 4, 5, 3, 4, 1, 2, 5, 4, 3, 0, 3, 3, 0, 3, 2, 0, 2, 3, 0, 4, 1, 0, 3, 4, 3, 3, 5, 0, 3, 0, 1, 0, 4, 5, 5, 5, 4, 3, 0, 4, 2, 0, 3, 5), + (0, 5, 0, 4, 0, 4, 0, 2, 0, 5, 4, 3, 4, 3, 4, 3, 3, 3, 4, 3, 4, 2, 5, 3, 5, 3, 4, 1, 4, 3, 4, 4, 4, 0, 3, 5, 0, 4, 4, 4, 4, 5, 3, 1, 3, 4, 5, 3, 3, 3, 3, 3, 3, 3, 0, 2, 2, 0, 3, 3, 2, 4, 3, 3, 3, 5, 3, 4, 1, 3, 3, 5, 3, 2, 0, 0, 0, 0, 4, 3, 1, 3, 3), + (0, 1, 0, 3, 0, 3, 0, 1, 0, 1, 3, 3, 3, 2, 3, 3, 3, 0, 3, 0, 0, 0, 3, 1, 3, 0, 0, 0, 2, 2, 2, 3, 0, 0, 3, 2, 0, 1, 2, 4, 1, 3, 3, 0, 0, 3, 3, 3, 0, 1, 0, 0, 2, 1, 0, 0, 3, 0, 3, 1, 0, 3, 0, 0, 1, 3, 0, 2, 0, 1, 0, 3, 3, 1, 3, 3, 0, 0, 1, 1, 0, 3, 3), + (0, 2, 0, 3, 0, 2, 1, 4, 0, 2, 2, 3, 1, 1, 3, 1, 1, 0, 2, 0, 3, 1, 2, 3, 1, 3, 0, 0, 1, 0, 4, 3, 2, 3, 3, 3, 1, 4, 2, 3, 3, 3, 3, 1, 0, 3, 1, 4, 0, 1, 1, 0, 1, 2, 0, 1, 1, 0, 1, 1, 0, 3, 1, 3, 2, 2, 0, 1, 0, 0, 0, 2, 3, 3, 3, 1, 0, 0, 0, 0, 0, 2, 3), + (0, 5, 0, 4, 0, 5, 0, 2, 0, 4, 5, 5, 3, 3, 4, 3, 3, 1, 5, 4, 4, 2, 4, 4, 4, 3, 4, 2, 4, 3, 5, 5, 4, 3, 3, 4, 3, 3, 5, 5, 4, 5, 5, 1, 3, 4, 5, 3, 1, 4, 3, 1, 3, 3, 0, 3, 3, 1, 4, 3, 1, 4, 5, 3, 3, 5, 0, 4, 0, 3, 0, 5, 3, 3, 1, 4, 3, 0, 4, 0, 1, 5, 3), + (0, 5, 0, 5, 0, 4, 0, 2, 0, 4, 4, 3, 4, 3, 3, 3, 3, 3, 5, 4, 4, 4, 4, 4, 4, 5, 3, 3, 5, 2, 4, 4, 4, 3, 4, 4, 3, 3, 4, 4, 5, 5, 3, 3, 4, 3, 4, 3, 3, 4, 3, 3, 3, 3, 1, 2, 2, 1, 4, 3, 3, 5, 4, 4, 3, 4, 0, 4, 0, 3, 0, 4, 4, 4, 4, 4, 1, 0, 4, 2, 0, 2, 4), + (0, 4, 0, 4, 0, 3, 0, 1, 0, 3, 5, 2, 3, 0, 3, 0, 2, 1, 4, 2, 3, 3, 4, 1, 4, 3, 3, 2, 4, 1, 3, 3, 3, 0, 3, 3, 0, 0, 3, 3, 3, 5, 3, 3, 3, 3, 3, 2, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 1, 0, 0, 3, 1, 2, 2, 3, 0, 3, 0, 2, 0, 4, 4, 3, 3, 4, 1, 0, 3, 0, 0, 2, 4), + (0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 2, 0, 0, 0, 0, 0, 1, 0, 2, 0, 1, 0, 0, 0, 0, 0, 3, 1, 3, 0, 3, 2, 0, 0, 0, 1, 0, 3, 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 4, 0, 2, 0, 0, 0, 0, 0, 0, 2), + (0, 2, 1, 3, 0, 2, 0, 2, 0, 3, 3, 3, 3, 1, 3, 1, 3, 3, 3, 3, 3, 3, 4, 2, 2, 1, 2, 1, 4, 0, 4, 3, 1, 3, 3, 3, 2, 4, 3, 5, 4, 3, 3, 3, 3, 3, 3, 3, 0, 1, 3, 0, 2, 0, 0, 1, 0, 0, 1, 0, 0, 4, 2, 0, 2, 3, 0, 3, 3, 0, 3, 3, 4, 2, 3, 1, 4, 0, 1, 2, 0, 2, 3), + (0, 3, 0, 3, 0, 1, 0, 3, 0, 2, 3, 3, 3, 0, 3, 1, 2, 0, 3, 3, 2, 3, 3, 2, 3, 2, 3, 1, 3, 0, 4, 3, 2, 0, 3, 3, 1, 4, 3, 3, 2, 3, 4, 3, 1, 3, 3, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 4, 1, 1, 0, 3, 0, 3, 1, 0, 2, 3, 3, 3, 3, 3, 1, 0, 0, 2, 0, 3, 3), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 2, 0, 3, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 3, 0, 3, 0, 3, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 2, 0, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 3), + (0, 2, 0, 3, 1, 3, 0, 3, 0, 2, 3, 3, 3, 1, 3, 1, 3, 1, 3, 1, 3, 3, 3, 1, 3, 0, 2, 3, 1, 1, 4, 3, 3, 2, 3, 3, 1, 2, 2, 4, 1, 3, 3, 0, 1, 4, 2, 3, 0, 1, 3, 0, 3, 0, 0, 1, 3, 0, 2, 0, 0, 3, 3, 2, 1, 3, 0, 3, 0, 2, 0, 3, 4, 4, 4, 3, 1, 0, 3, 0, 0, 3, 3), + (0, 2, 0, 1, 0, 2, 0, 0, 0, 1, 3, 2, 2, 1, 3, 0, 1, 1, 3, 0, 3, 2, 3, 1, 2, 0, 2, 0, 1, 1, 3, 3, 3, 0, 3, 3, 1, 1, 2, 3, 2, 3, 3, 1, 2, 3, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 2, 1, 2, 1, 3, 0, 3, 0, 0, 0, 3, 4, 4, 4, 3, 2, 0, 2, 0, 0, 2, 4), + (0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 3, 1, 0, 0, 0, 0, 0, 0, 0, 3), + (0, 3, 0, 3, 0, 2, 0, 3, 0, 3, 3, 3, 2, 3, 2, 2, 2, 0, 3, 1, 3, 3, 3, 2, 3, 3, 0, 0, 3, 0, 3, 2, 2, 0, 2, 3, 1, 4, 3, 4, 3, 3, 2, 3, 1, 5, 4, 4, 0, 3, 1, 2, 1, 3, 0, 3, 1, 1, 2, 0, 2, 3, 1, 3, 1, 3, 0, 3, 0, 1, 0, 3, 3, 4, 4, 2, 1, 0, 2, 1, 0, 2, 4), + (0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 4, 2, 5, 1, 4, 0, 2, 0, 2, 1, 3, 1, 4, 0, 2, 1, 0, 0, 2, 1, 4, 1, 1, 0, 3, 3, 0, 5, 1, 3, 2, 3, 3, 1, 0, 3, 2, 3, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 4, 0, 1, 0, 3, 0, 2, 0, 1, 0, 3, 3, 3, 4, 3, 3, 0, 0, 0, 0, 2, 3), + (0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 0, 1, 0, 0, 0, 0, 0, 3), + (0, 1, 0, 3, 0, 4, 0, 3, 0, 2, 4, 3, 1, 0, 3, 2, 2, 1, 3, 1, 2, 2, 3, 1, 1, 1, 2, 1, 3, 0, 1, 2, 0, 1, 3, 2, 1, 3, 0, 5, 5, 1, 0, 0, 1, 3, 2, 1, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 3, 4, 0, 1, 1, 1, 3, 2, 0, 2, 0, 1, 0, 2, 3, 3, 1, 2, 3, 0, 1, 0, 1, 0, 4), + (0, 0, 0, 1, 0, 3, 0, 3, 0, 2, 2, 1, 0, 0, 4, 0, 3, 0, 3, 1, 3, 0, 3, 0, 3, 0, 1, 0, 3, 0, 3, 1, 3, 0, 3, 3, 0, 0, 1, 2, 1, 1, 1, 0, 1, 2, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 1, 2, 0, 0, 2, 0, 0, 0, 0, 2, 3, 3, 3, 3, 0, 0, 0, 0, 1, 4), + (0, 0, 0, 3, 0, 3, 0, 0, 0, 0, 3, 1, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 2, 0, 2, 3, 0, 0, 2, 2, 3, 1, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 2, 0, 0, 0, 0, 2, 3), + (2, 4, 0, 5, 0, 5, 0, 4, 0, 3, 4, 3, 3, 3, 4, 3, 3, 3, 4, 3, 4, 4, 5, 4, 5, 5, 5, 2, 3, 0, 5, 5, 4, 1, 5, 4, 3, 1, 5, 4, 3, 4, 4, 3, 3, 4, 3, 3, 0, 3, 2, 0, 2, 3, 0, 3, 0, 0, 3, 3, 0, 5, 3, 2, 3, 3, 0, 3, 0, 3, 0, 3, 4, 5, 4, 5, 3, 0, 4, 3, 0, 3, 4), + (0, 3, 0, 3, 0, 3, 0, 3, 0, 3, 3, 4, 3, 2, 3, 2, 3, 0, 4, 3, 3, 3, 3, 3, 3, 3, 3, 0, 3, 2, 4, 3, 3, 1, 3, 4, 3, 4, 4, 4, 3, 4, 4, 3, 2, 4, 4, 1, 0, 2, 0, 0, 1, 1, 0, 2, 0, 0, 3, 1, 0, 5, 3, 2, 1, 3, 0, 3, 0, 1, 2, 4, 3, 2, 4, 3, 3, 0, 3, 2, 0, 4, 4), + (0, 3, 0, 3, 0, 1, 0, 0, 0, 1, 4, 3, 3, 2, 3, 1, 3, 1, 4, 2, 3, 2, 4, 2, 3, 4, 3, 0, 2, 2, 3, 3, 3, 0, 3, 3, 3, 0, 3, 4, 1, 3, 3, 0, 3, 4, 3, 3, 0, 1, 1, 0, 1, 0, 0, 0, 4, 0, 3, 0, 0, 3, 1, 2, 1, 3, 0, 4, 0, 1, 0, 4, 3, 3, 4, 3, 3, 0, 2, 0, 0, 3, 3), + (0, 3, 0, 4, 0, 1, 0, 3, 0, 3, 4, 3, 3, 0, 3, 3, 3, 1, 3, 1, 3, 3, 4, 3, 3, 3, 0, 0, 3, 1, 5, 3, 3, 1, 3, 3, 2, 5, 4, 3, 3, 4, 5, 3, 2, 5, 3, 4, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 1, 1, 0, 4, 2, 2, 1, 3, 0, 3, 0, 2, 0, 4, 4, 3, 5, 3, 2, 0, 1, 1, 0, 3, 4), + (0, 5, 0, 4, 0, 5, 0, 2, 0, 4, 4, 3, 3, 2, 3, 3, 3, 1, 4, 3, 4, 1, 5, 3, 4, 3, 4, 0, 4, 2, 4, 3, 4, 1, 5, 4, 0, 4, 4, 4, 4, 5, 4, 1, 3, 5, 4, 2, 1, 4, 1, 1, 3, 2, 0, 3, 1, 0, 3, 2, 1, 4, 3, 3, 3, 4, 0, 4, 0, 3, 0, 4, 4, 4, 3, 3, 3, 0, 4, 2, 0, 3, 4), + (1, 4, 0, 4, 0, 3, 0, 1, 0, 3, 3, 3, 1, 1, 3, 3, 2, 2, 3, 3, 1, 0, 3, 2, 2, 1, 2, 0, 3, 1, 2, 1, 2, 0, 3, 2, 0, 2, 2, 3, 3, 4, 3, 0, 3, 3, 1, 2, 0, 1, 1, 3, 1, 2, 0, 0, 3, 0, 1, 1, 0, 3, 2, 2, 3, 3, 0, 3, 0, 0, 0, 2, 3, 3, 4, 3, 3, 0, 1, 0, 0, 1, 4), + (0, 4, 0, 4, 0, 4, 0, 0, 0, 3, 4, 4, 3, 1, 4, 2, 3, 2, 3, 3, 3, 1, 4, 3, 4, 0, 3, 0, 4, 2, 3, 3, 2, 2, 5, 4, 2, 1, 3, 4, 3, 4, 3, 1, 3, 3, 4, 2, 0, 2, 1, 0, 3, 3, 0, 0, 2, 0, 3, 1, 0, 4, 4, 3, 4, 3, 0, 4, 0, 1, 0, 2, 4, 4, 4, 4, 4, 0, 3, 2, 0, 3, 3), + (0, 0, 0, 1, 0, 4, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 2, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2), + (0, 2, 0, 3, 0, 4, 0, 4, 0, 1, 3, 3, 3, 0, 4, 0, 2, 1, 2, 1, 1, 1, 2, 0, 3, 1, 1, 0, 1, 0, 3, 1, 0, 0, 3, 3, 2, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 2, 0, 2, 2, 0, 3, 1, 0, 0, 1, 0, 1, 1, 0, 1, 2, 0, 3, 0, 0, 0, 0, 1, 0, 0, 3, 3, 4, 3, 1, 0, 1, 0, 3, 0, 2), + (0, 0, 0, 3, 0, 5, 0, 0, 0, 0, 1, 0, 2, 0, 3, 1, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 4, 0, 0, 0, 2, 3, 0, 1, 4, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 3, 0, 0, 0, 0, 0, 3), + (0, 2, 0, 5, 0, 5, 0, 1, 0, 2, 4, 3, 3, 2, 5, 1, 3, 2, 3, 3, 3, 0, 4, 1, 2, 0, 3, 0, 4, 0, 2, 2, 1, 1, 5, 3, 0, 0, 1, 4, 2, 3, 2, 0, 3, 3, 3, 2, 0, 2, 4, 1, 1, 2, 0, 1, 1, 0, 3, 1, 0, 1, 3, 1, 2, 3, 0, 2, 0, 0, 0, 1, 3, 5, 4, 4, 4, 0, 3, 0, 0, 1, 3), + (0, 4, 0, 5, 0, 4, 0, 4, 0, 4, 5, 4, 3, 3, 4, 3, 3, 3, 4, 3, 4, 4, 5, 3, 4, 5, 4, 2, 4, 2, 3, 4, 3, 1, 4, 4, 1, 3, 5, 4, 4, 5, 5, 4, 4, 5, 5, 5, 2, 3, 3, 1, 4, 3, 1, 3, 3, 0, 3, 3, 1, 4, 3, 4, 4, 4, 0, 3, 0, 4, 0, 3, 3, 4, 4, 5, 0, 0, 4, 3, 0, 4, 5), + (0, 4, 0, 4, 0, 3, 0, 3, 0, 3, 4, 4, 4, 3, 3, 2, 4, 3, 4, 3, 4, 3, 5, 3, 4, 3, 2, 1, 4, 2, 4, 4, 3, 1, 3, 4, 2, 4, 5, 5, 3, 4, 5, 4, 1, 5, 4, 3, 0, 3, 2, 2, 3, 2, 1, 3, 1, 0, 3, 3, 3, 5, 3, 3, 3, 5, 4, 4, 2, 3, 3, 4, 3, 3, 3, 2, 1, 0, 3, 2, 1, 4, 3), + (0, 4, 0, 5, 0, 4, 0, 3, 0, 3, 5, 5, 3, 2, 4, 3, 4, 0, 5, 4, 4, 1, 4, 4, 4, 3, 3, 3, 4, 3, 5, 5, 2, 3, 3, 4, 1, 2, 5, 5, 3, 5, 5, 2, 3, 5, 5, 4, 0, 3, 2, 0, 3, 3, 1, 1, 5, 1, 4, 1, 0, 4, 3, 2, 3, 5, 0, 4, 0, 3, 0, 5, 4, 3, 4, 3, 0, 0, 4, 1, 0, 4, 4), + (1, 3, 0, 4, 0, 2, 0, 2, 0, 2, 5, 5, 3, 3, 3, 3, 3, 0, 4, 2, 3, 4, 4, 4, 3, 4, 0, 0, 3, 4, 5, 4, 3, 3, 3, 3, 2, 5, 5, 4, 5, 5, 5, 4, 3, 5, 5, 5, 1, 3, 1, 0, 1, 0, 0, 3, 2, 0, 4, 2, 0, 5, 2, 3, 2, 4, 1, 3, 0, 3, 0, 4, 5, 4, 5, 4, 3, 0, 4, 2, 0, 5, 4), + (0, 3, 0, 4, 0, 5, 0, 3, 0, 3, 4, 4, 3, 2, 3, 2, 3, 3, 3, 3, 3, 2, 4, 3, 3, 2, 2, 0, 3, 3, 3, 3, 3, 1, 3, 3, 3, 0, 4, 4, 3, 4, 4, 1, 1, 4, 4, 2, 0, 3, 1, 0, 1, 1, 0, 4, 1, 0, 2, 3, 1, 3, 3, 1, 3, 4, 0, 3, 0, 1, 0, 3, 1, 3, 0, 0, 1, 0, 2, 0, 0, 4, 4), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 3, 0, 3, 0, 2, 0, 3, 0, 1, 5, 4, 3, 3, 3, 1, 4, 2, 1, 2, 3, 4, 4, 2, 4, 4, 5, 0, 3, 1, 4, 3, 4, 0, 4, 3, 3, 3, 2, 3, 2, 5, 3, 4, 3, 2, 2, 3, 0, 0, 3, 0, 2, 1, 0, 1, 2, 0, 0, 0, 0, 2, 1, 1, 3, 1, 0, 2, 0, 4, 0, 3, 4, 4, 4, 5, 2, 0, 2, 0, 0, 1, 3), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 4, 2, 1, 1, 0, 1, 0, 3, 2, 0, 0, 3, 1, 1, 1, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 4, 0, 4, 2, 1, 0, 0, 0, 0, 0, 1), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 3, 1, 0, 0, 0, 2, 0, 2, 1, 0, 0, 1, 2, 1, 0, 1, 1, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 0, 0, 0, 0, 0, 1, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2), + (0, 4, 0, 4, 0, 4, 0, 3, 0, 4, 4, 3, 4, 2, 4, 3, 2, 0, 4, 4, 4, 3, 5, 3, 5, 3, 3, 2, 4, 2, 4, 3, 4, 3, 1, 4, 0, 2, 3, 4, 4, 4, 3, 3, 3, 4, 4, 4, 3, 4, 1, 3, 4, 3, 2, 1, 2, 1, 3, 3, 3, 4, 4, 3, 3, 5, 0, 4, 0, 3, 0, 4, 3, 3, 3, 2, 1, 0, 3, 0, 0, 3, 3), + (0, 4, 0, 3, 0, 3, 0, 3, 0, 3, 5, 5, 3, 3, 3, 3, 4, 3, 4, 3, 3, 3, 4, 4, 4, 3, 3, 3, 3, 4, 3, 5, 3, 3, 1, 3, 2, 4, 5, 5, 5, 5, 4, 3, 4, 5, 5, 3, 2, 2, 3, 3, 3, 3, 2, 3, 3, 1, 2, 3, 2, 4, 3, 3, 3, 4, 0, 4, 0, 2, 0, 4, 3, 2, 2, 1, 2, 0, 3, 0, 0, 4, 1), +) +# fmt: on + + +class JapaneseContextAnalysis: + NUM_OF_CATEGORY = 6 + DONT_KNOW = -1 + ENOUGH_REL_THRESHOLD = 100 + MAX_REL_THRESHOLD = 1000 + MINIMUM_DATA_THRESHOLD = 4 + + def __init__(self) -> None: + self._total_rel = 0 + self._rel_sample: List[int] = [] + self._need_to_skip_char_num = 0 + self._last_char_order = -1 + self._done = False + self.reset() + + def reset(self) -> None: + self._total_rel = 0 # total sequence received + # category counters, each integer counts sequence in its category + self._rel_sample = [0] * self.NUM_OF_CATEGORY + # if last byte in current buffer is not the last byte of a character, + # we need to know how many bytes to skip in next buffer + self._need_to_skip_char_num = 0 + self._last_char_order = -1 # The order of previous char + # If this flag is set to True, detection is done and conclusion has + # been made + self._done = False + + def feed(self, byte_str: Union[bytes, bytearray], num_bytes: int) -> None: + if self._done: + return + + # The buffer we got is byte oriented, and a character may span in more than one + # buffers. In case the last one or two byte in last buffer is not + # complete, we record how many byte needed to complete that character + # and skip these bytes here. We can choose to record those bytes as + # well and analyse the character once it is complete, but since a + # character will not make much difference, by simply skipping + # this character will simply our logic and improve performance. + i = self._need_to_skip_char_num + while i < num_bytes: + order, char_len = self.get_order(byte_str[i : i + 2]) + i += char_len + if i > num_bytes: + self._need_to_skip_char_num = i - num_bytes + self._last_char_order = -1 + else: + if (order != -1) and (self._last_char_order != -1): + self._total_rel += 1 + if self._total_rel > self.MAX_REL_THRESHOLD: + self._done = True + break + self._rel_sample[ + jp2_char_context[self._last_char_order][order] + ] += 1 + self._last_char_order = order + + def got_enough_data(self) -> bool: + return self._total_rel > self.ENOUGH_REL_THRESHOLD + + def get_confidence(self) -> float: + # This is just one way to calculate confidence. It works well for me. + if self._total_rel > self.MINIMUM_DATA_THRESHOLD: + return (self._total_rel - self._rel_sample[0]) / self._total_rel + return self.DONT_KNOW + + def get_order(self, _: Union[bytes, bytearray]) -> Tuple[int, int]: + return -1, 1 + + +class SJISContextAnalysis(JapaneseContextAnalysis): + def __init__(self) -> None: + super().__init__() + self._charset_name = "SHIFT_JIS" + + @property + def charset_name(self) -> str: + return self._charset_name + + def get_order(self, byte_str: Union[bytes, bytearray]) -> Tuple[int, int]: + if not byte_str: + return -1, 1 + # find out current char's byte length + first_char = byte_str[0] + if (0x81 <= first_char <= 0x9F) or (0xE0 <= first_char <= 0xFC): + char_len = 2 + if (first_char == 0x87) or (0xFA <= first_char <= 0xFC): + self._charset_name = "CP932" + else: + char_len = 1 + + # return its order if it is hiragana + if len(byte_str) > 1: + second_char = byte_str[1] + if (first_char == 202) and (0x9F <= second_char <= 0xF1): + return second_char - 0x9F, char_len + + return -1, char_len + + +class EUCJPContextAnalysis(JapaneseContextAnalysis): + def get_order(self, byte_str: Union[bytes, bytearray]) -> Tuple[int, int]: + if not byte_str: + return -1, 1 + # find out current char's byte length + first_char = byte_str[0] + if (first_char == 0x8E) or (0xA1 <= first_char <= 0xFE): + char_len = 2 + elif first_char == 0x8F: + char_len = 3 + else: + char_len = 1 + + # return its order if it is hiragana + if len(byte_str) > 1: + second_char = byte_str[1] + if (first_char == 0xA4) and (0xA1 <= second_char <= 0xF3): + return second_char - 0xA1, char_len + + return -1, char_len diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py new file mode 100644 index 00000000..99466821 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py @@ -0,0 +1,4649 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +BULGARIAN_LANG_MODEL = { + 63: { # 'e' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 1, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 45: { # '\xad' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 1, # 'М' + 36: 0, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 31: { # 'А' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 1, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 2, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 2, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 0, # 'и' + 26: 2, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 32: { # 'Б' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 1, # 'Щ' + 61: 2, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 35: { # 'В' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 2, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 2, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 43: { # 'Г' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 1, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 37: { # 'Д' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 2, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 44: { # 'Е' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 2, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 0, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 55: { # 'Ж' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 47: { # 'З' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 40: { # 'И' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 2, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 2, # 'Я' + 1: 1, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 3, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 0, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 59: { # 'Й' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 33: { # 'К' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 46: { # 'Л' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 2, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 38: { # 'М' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 36: { # 'Н' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 2, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 41: { # 'О' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 2, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 2, # 'ч' + 27: 0, # 'ш' + 24: 2, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 30: { # 'П' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 2, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 39: { # 'Р' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 2, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 28: { # 'С' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 3, # 'А' + 32: 2, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 34: { # 'Т' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 51: { # 'У' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 2, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 48: { # 'Ф' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 49: { # 'Х' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 53: { # 'Ц' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 50: { # 'Ч' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 54: { # 'Ш' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 57: { # 'Щ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 61: { # 'Ъ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 60: { # 'Ю' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 1, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 0, # 'е' + 23: 2, # 'ж' + 15: 1, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 56: { # 'Я' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 1, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 1: { # 'а' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 18: { # 'б' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 0, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 2, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 3, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 9: { # 'в' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 0, # 'в' + 20: 2, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 20: { # 'г' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 11: { # 'д' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 1, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 3: { # 'е' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 2, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 23: { # 'ж' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 15: { # 'з' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 2: { # 'и' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 1, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 26: { # 'й' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 12: { # 'к' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 3, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 10: { # 'л' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 1, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 3, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 14: { # 'м' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 6: { # 'н' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 2, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 3, # 'ф' + 25: 2, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 4: { # 'о' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 13: { # 'п' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 7: { # 'р' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 2, # 'ч' + 27: 3, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 8: { # 'с' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 5: { # 'т' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 19: { # 'у' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 2, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 2, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 29: { # 'ф' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 2, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 25: { # 'х' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 22: { # 'ц' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 21: { # 'ч' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 27: { # 'ш' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 24: { # 'щ' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 17: { # 'ъ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 1, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 3, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 2, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 52: { # 'ь' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 42: { # 'ю' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 1, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 1, # 'е' + 23: 2, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 1, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 16: { # 'я' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 1, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 3, # 'х' + 22: 2, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 2, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 58: { # 'є' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 62: { # '№' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +ISO_8859_5_BULGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 77, # 'A' + 66: 90, # 'B' + 67: 99, # 'C' + 68: 100, # 'D' + 69: 72, # 'E' + 70: 109, # 'F' + 71: 107, # 'G' + 72: 101, # 'H' + 73: 79, # 'I' + 74: 185, # 'J' + 75: 81, # 'K' + 76: 102, # 'L' + 77: 76, # 'M' + 78: 94, # 'N' + 79: 82, # 'O' + 80: 110, # 'P' + 81: 186, # 'Q' + 82: 108, # 'R' + 83: 91, # 'S' + 84: 74, # 'T' + 85: 119, # 'U' + 86: 84, # 'V' + 87: 96, # 'W' + 88: 111, # 'X' + 89: 187, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 65, # 'a' + 98: 69, # 'b' + 99: 70, # 'c' + 100: 66, # 'd' + 101: 63, # 'e' + 102: 68, # 'f' + 103: 112, # 'g' + 104: 103, # 'h' + 105: 92, # 'i' + 106: 194, # 'j' + 107: 104, # 'k' + 108: 95, # 'l' + 109: 86, # 'm' + 110: 87, # 'n' + 111: 71, # 'o' + 112: 116, # 'p' + 113: 195, # 'q' + 114: 85, # 'r' + 115: 93, # 's' + 116: 97, # 't' + 117: 113, # 'u' + 118: 196, # 'v' + 119: 197, # 'w' + 120: 198, # 'x' + 121: 199, # 'y' + 122: 200, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 194, # '\x80' + 129: 195, # '\x81' + 130: 196, # '\x82' + 131: 197, # '\x83' + 132: 198, # '\x84' + 133: 199, # '\x85' + 134: 200, # '\x86' + 135: 201, # '\x87' + 136: 202, # '\x88' + 137: 203, # '\x89' + 138: 204, # '\x8a' + 139: 205, # '\x8b' + 140: 206, # '\x8c' + 141: 207, # '\x8d' + 142: 208, # '\x8e' + 143: 209, # '\x8f' + 144: 210, # '\x90' + 145: 211, # '\x91' + 146: 212, # '\x92' + 147: 213, # '\x93' + 148: 214, # '\x94' + 149: 215, # '\x95' + 150: 216, # '\x96' + 151: 217, # '\x97' + 152: 218, # '\x98' + 153: 219, # '\x99' + 154: 220, # '\x9a' + 155: 221, # '\x9b' + 156: 222, # '\x9c' + 157: 223, # '\x9d' + 158: 224, # '\x9e' + 159: 225, # '\x9f' + 160: 81, # '\xa0' + 161: 226, # 'Ё' + 162: 227, # 'Ђ' + 163: 228, # 'Ѓ' + 164: 229, # 'Є' + 165: 230, # 'Ѕ' + 166: 105, # 'І' + 167: 231, # 'Ї' + 168: 232, # 'Ј' + 169: 233, # 'Љ' + 170: 234, # 'Њ' + 171: 235, # 'Ћ' + 172: 236, # 'Ќ' + 173: 45, # '\xad' + 174: 237, # 'Ў' + 175: 238, # 'Џ' + 176: 31, # 'А' + 177: 32, # 'Б' + 178: 35, # 'В' + 179: 43, # 'Г' + 180: 37, # 'Д' + 181: 44, # 'Е' + 182: 55, # 'Ж' + 183: 47, # 'З' + 184: 40, # 'И' + 185: 59, # 'Й' + 186: 33, # 'К' + 187: 46, # 'Л' + 188: 38, # 'М' + 189: 36, # 'Н' + 190: 41, # 'О' + 191: 30, # 'П' + 192: 39, # 'Р' + 193: 28, # 'С' + 194: 34, # 'Т' + 195: 51, # 'У' + 196: 48, # 'Ф' + 197: 49, # 'Х' + 198: 53, # 'Ц' + 199: 50, # 'Ч' + 200: 54, # 'Ш' + 201: 57, # 'Щ' + 202: 61, # 'Ъ' + 203: 239, # 'Ы' + 204: 67, # 'Ь' + 205: 240, # 'Э' + 206: 60, # 'Ю' + 207: 56, # 'Я' + 208: 1, # 'а' + 209: 18, # 'б' + 210: 9, # 'в' + 211: 20, # 'г' + 212: 11, # 'д' + 213: 3, # 'е' + 214: 23, # 'ж' + 215: 15, # 'з' + 216: 2, # 'и' + 217: 26, # 'й' + 218: 12, # 'к' + 219: 10, # 'л' + 220: 14, # 'м' + 221: 6, # 'н' + 222: 4, # 'о' + 223: 13, # 'п' + 224: 7, # 'р' + 225: 8, # 'с' + 226: 5, # 'т' + 227: 19, # 'у' + 228: 29, # 'ф' + 229: 25, # 'х' + 230: 22, # 'ц' + 231: 21, # 'ч' + 232: 27, # 'ш' + 233: 24, # 'щ' + 234: 17, # 'ъ' + 235: 75, # 'ы' + 236: 52, # 'ь' + 237: 241, # 'э' + 238: 42, # 'ю' + 239: 16, # 'я' + 240: 62, # '№' + 241: 242, # 'ё' + 242: 243, # 'ђ' + 243: 244, # 'ѓ' + 244: 58, # 'є' + 245: 245, # 'ѕ' + 246: 98, # 'і' + 247: 246, # 'ї' + 248: 247, # 'ј' + 249: 248, # 'љ' + 250: 249, # 'њ' + 251: 250, # 'ћ' + 252: 251, # 'ќ' + 253: 91, # '§' + 254: 252, # 'ў' + 255: 253, # 'џ' +} + +ISO_8859_5_BULGARIAN_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-5", + language="Bulgarian", + char_to_order_map=ISO_8859_5_BULGARIAN_CHAR_TO_ORDER, + language_model=BULGARIAN_LANG_MODEL, + typical_positive_ratio=0.969392, + keep_ascii_letters=False, + alphabet="АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя", +) + +WINDOWS_1251_BULGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 77, # 'A' + 66: 90, # 'B' + 67: 99, # 'C' + 68: 100, # 'D' + 69: 72, # 'E' + 70: 109, # 'F' + 71: 107, # 'G' + 72: 101, # 'H' + 73: 79, # 'I' + 74: 185, # 'J' + 75: 81, # 'K' + 76: 102, # 'L' + 77: 76, # 'M' + 78: 94, # 'N' + 79: 82, # 'O' + 80: 110, # 'P' + 81: 186, # 'Q' + 82: 108, # 'R' + 83: 91, # 'S' + 84: 74, # 'T' + 85: 119, # 'U' + 86: 84, # 'V' + 87: 96, # 'W' + 88: 111, # 'X' + 89: 187, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 65, # 'a' + 98: 69, # 'b' + 99: 70, # 'c' + 100: 66, # 'd' + 101: 63, # 'e' + 102: 68, # 'f' + 103: 112, # 'g' + 104: 103, # 'h' + 105: 92, # 'i' + 106: 194, # 'j' + 107: 104, # 'k' + 108: 95, # 'l' + 109: 86, # 'm' + 110: 87, # 'n' + 111: 71, # 'o' + 112: 116, # 'p' + 113: 195, # 'q' + 114: 85, # 'r' + 115: 93, # 's' + 116: 97, # 't' + 117: 113, # 'u' + 118: 196, # 'v' + 119: 197, # 'w' + 120: 198, # 'x' + 121: 199, # 'y' + 122: 200, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 206, # 'Ђ' + 129: 207, # 'Ѓ' + 130: 208, # '‚' + 131: 209, # 'ѓ' + 132: 210, # '„' + 133: 211, # '…' + 134: 212, # '†' + 135: 213, # '‡' + 136: 120, # '€' + 137: 214, # '‰' + 138: 215, # 'Љ' + 139: 216, # '‹' + 140: 217, # 'Њ' + 141: 218, # 'Ќ' + 142: 219, # 'Ћ' + 143: 220, # 'Џ' + 144: 221, # 'ђ' + 145: 78, # '‘' + 146: 64, # '’' + 147: 83, # '“' + 148: 121, # '”' + 149: 98, # '•' + 150: 117, # '–' + 151: 105, # '—' + 152: 222, # None + 153: 223, # '™' + 154: 224, # 'љ' + 155: 225, # '›' + 156: 226, # 'њ' + 157: 227, # 'ќ' + 158: 228, # 'ћ' + 159: 229, # 'џ' + 160: 88, # '\xa0' + 161: 230, # 'Ў' + 162: 231, # 'ў' + 163: 232, # 'Ј' + 164: 233, # '¤' + 165: 122, # 'Ґ' + 166: 89, # '¦' + 167: 106, # '§' + 168: 234, # 'Ё' + 169: 235, # '©' + 170: 236, # 'Є' + 171: 237, # '«' + 172: 238, # '¬' + 173: 45, # '\xad' + 174: 239, # '®' + 175: 240, # 'Ї' + 176: 73, # '°' + 177: 80, # '±' + 178: 118, # 'І' + 179: 114, # 'і' + 180: 241, # 'ґ' + 181: 242, # 'µ' + 182: 243, # '¶' + 183: 244, # '·' + 184: 245, # 'ё' + 185: 62, # '№' + 186: 58, # 'є' + 187: 246, # '»' + 188: 247, # 'ј' + 189: 248, # 'Ѕ' + 190: 249, # 'ѕ' + 191: 250, # 'ї' + 192: 31, # 'А' + 193: 32, # 'Б' + 194: 35, # 'В' + 195: 43, # 'Г' + 196: 37, # 'Д' + 197: 44, # 'Е' + 198: 55, # 'Ж' + 199: 47, # 'З' + 200: 40, # 'И' + 201: 59, # 'Й' + 202: 33, # 'К' + 203: 46, # 'Л' + 204: 38, # 'М' + 205: 36, # 'Н' + 206: 41, # 'О' + 207: 30, # 'П' + 208: 39, # 'Р' + 209: 28, # 'С' + 210: 34, # 'Т' + 211: 51, # 'У' + 212: 48, # 'Ф' + 213: 49, # 'Х' + 214: 53, # 'Ц' + 215: 50, # 'Ч' + 216: 54, # 'Ш' + 217: 57, # 'Щ' + 218: 61, # 'Ъ' + 219: 251, # 'Ы' + 220: 67, # 'Ь' + 221: 252, # 'Э' + 222: 60, # 'Ю' + 223: 56, # 'Я' + 224: 1, # 'а' + 225: 18, # 'б' + 226: 9, # 'в' + 227: 20, # 'г' + 228: 11, # 'д' + 229: 3, # 'е' + 230: 23, # 'ж' + 231: 15, # 'з' + 232: 2, # 'и' + 233: 26, # 'й' + 234: 12, # 'к' + 235: 10, # 'л' + 236: 14, # 'м' + 237: 6, # 'н' + 238: 4, # 'о' + 239: 13, # 'п' + 240: 7, # 'р' + 241: 8, # 'с' + 242: 5, # 'т' + 243: 19, # 'у' + 244: 29, # 'ф' + 245: 25, # 'х' + 246: 22, # 'ц' + 247: 21, # 'ч' + 248: 27, # 'ш' + 249: 24, # 'щ' + 250: 17, # 'ъ' + 251: 75, # 'ы' + 252: 52, # 'ь' + 253: 253, # 'э' + 254: 42, # 'ю' + 255: 16, # 'я' +} + +WINDOWS_1251_BULGARIAN_MODEL = SingleByteCharSetModel( + charset_name="windows-1251", + language="Bulgarian", + char_to_order_map=WINDOWS_1251_BULGARIAN_CHAR_TO_ORDER, + language_model=BULGARIAN_LANG_MODEL, + typical_positive_ratio=0.969392, + keep_ascii_letters=False, + alphabet="АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя", +) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py new file mode 100644 index 00000000..cfb8639e --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py @@ -0,0 +1,4397 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +GREEK_LANG_MODEL = { + 60: { # 'e' + 60: 2, # 'e' + 55: 1, # 'o' + 58: 2, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 55: { # 'o' + 60: 0, # 'e' + 55: 2, # 'o' + 58: 2, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 58: { # 't' + 60: 2, # 'e' + 55: 1, # 'o' + 58: 1, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 1, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 36: { # '·' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 61: { # 'Ά' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 1, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 1, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 46: { # 'Έ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 2, # 'β' + 20: 2, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 1, # 'σ' + 2: 2, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 54: { # 'Ό' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 31: { # 'Α' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 2, # 'Β' + 43: 2, # 'Γ' + 41: 1, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 2, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 1, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 2, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 2, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 1, # 'θ' + 5: 0, # 'ι' + 11: 2, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 2, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 51: { # 'Β' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 1, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 43: { # 'Γ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 1, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 41: { # 'Δ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 1, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 34: { # 'Ε' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 2, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 1, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 2, # 'Χ' + 57: 2, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 1, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 1, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 1, # 'ύ' + 27: 0, # 'ώ' + }, + 40: { # 'Η' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 2, # 'Θ' + 47: 0, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 52: { # 'Θ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 1, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 47: { # 'Ι' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 1, # 'Β' + 43: 1, # 'Γ' + 41: 2, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 2, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 1, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 1, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 44: { # 'Κ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 1, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 1, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 53: { # 'Λ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 2, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 2, # 'Σ' + 33: 0, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 1, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 38: { # 'Μ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 2, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 2, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 49: { # 'Ν' + 60: 2, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 1, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 1, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 59: { # 'Ξ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 39: { # 'Ο' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 1, # 'Β' + 43: 2, # 'Γ' + 41: 2, # 'Δ' + 34: 2, # 'Ε' + 40: 1, # 'Η' + 52: 2, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 2, # 'Φ' + 50: 2, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 1, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 35: { # 'Π' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 2, # 'Λ' + 38: 1, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 1, # 'έ' + 22: 1, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 3, # 'ώ' + }, + 48: { # 'Ρ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 1, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 1, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 37: { # 'Σ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 2, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 2, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 2, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 2, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 33: { # 'Τ' + 60: 0, # 'e' + 55: 1, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 2, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 45: { # 'Υ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 2, # 'Η' + 52: 2, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 1, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 56: { # 'Φ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 1, # 'ύ' + 27: 1, # 'ώ' + }, + 50: { # 'Χ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 1, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 1, # 'Ω' + 17: 2, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 57: { # 'Ω' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 2, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 17: { # 'ά' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 3, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 3, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 18: { # 'έ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 3, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 22: { # 'ή' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 15: { # 'ί' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 3, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 1, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 1: { # 'α' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 2, # 'ε' + 32: 3, # 'ζ' + 13: 1, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 29: { # 'β' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 2, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 3, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 20: { # 'γ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 21: { # 'δ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 3: { # 'ε' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 2, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 2, # 'ε' + 32: 2, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 32: { # 'ζ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 2, # 'ώ' + }, + 13: { # 'η' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 25: { # 'θ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 1, # 'λ' + 10: 3, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 5: { # 'ι' + 60: 0, # 'e' + 55: 1, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 0, # 'ύ' + 27: 3, # 'ώ' + }, + 11: { # 'κ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 16: { # 'λ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 1, # 'β' + 20: 2, # 'γ' + 21: 1, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 10: { # 'μ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 3, # 'φ' + 23: 0, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 6: { # 'ν' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 1, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 30: { # 'ξ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 3, # 'ύ' + 27: 1, # 'ώ' + }, + 4: { # 'ο' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 2, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 1, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 9: { # 'π' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 3, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 2, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 8: { # 'ρ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 1, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 3, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 14: { # 'ς' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 7: { # 'σ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 2: { # 'τ' + 60: 0, # 'e' + 55: 2, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 12: { # 'υ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 2, # 'ε' + 32: 2, # 'ζ' + 13: 2, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 2, # 'ώ' + }, + 28: { # 'φ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 1, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 23: { # 'χ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 42: { # 'ψ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 1, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 24: { # 'ω' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 1, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 19: { # 'ό' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 1, # 'ε' + 32: 2, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 1, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 26: { # 'ύ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 2, # 'β' + 20: 2, # 'γ' + 21: 1, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 27: { # 'ώ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 1, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 1, # 'η' + 25: 2, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 1, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 1, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1253_GREEK_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 82, # 'A' + 66: 100, # 'B' + 67: 104, # 'C' + 68: 94, # 'D' + 69: 98, # 'E' + 70: 101, # 'F' + 71: 116, # 'G' + 72: 102, # 'H' + 73: 111, # 'I' + 74: 187, # 'J' + 75: 117, # 'K' + 76: 92, # 'L' + 77: 88, # 'M' + 78: 113, # 'N' + 79: 85, # 'O' + 80: 79, # 'P' + 81: 118, # 'Q' + 82: 105, # 'R' + 83: 83, # 'S' + 84: 67, # 'T' + 85: 114, # 'U' + 86: 119, # 'V' + 87: 95, # 'W' + 88: 99, # 'X' + 89: 109, # 'Y' + 90: 188, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 72, # 'a' + 98: 70, # 'b' + 99: 80, # 'c' + 100: 81, # 'd' + 101: 60, # 'e' + 102: 96, # 'f' + 103: 93, # 'g' + 104: 89, # 'h' + 105: 68, # 'i' + 106: 120, # 'j' + 107: 97, # 'k' + 108: 77, # 'l' + 109: 86, # 'm' + 110: 69, # 'n' + 111: 55, # 'o' + 112: 78, # 'p' + 113: 115, # 'q' + 114: 65, # 'r' + 115: 66, # 's' + 116: 58, # 't' + 117: 76, # 'u' + 118: 106, # 'v' + 119: 103, # 'w' + 120: 87, # 'x' + 121: 107, # 'y' + 122: 112, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 255, # '€' + 129: 255, # None + 130: 255, # '‚' + 131: 255, # 'ƒ' + 132: 255, # '„' + 133: 255, # '…' + 134: 255, # '†' + 135: 255, # '‡' + 136: 255, # None + 137: 255, # '‰' + 138: 255, # None + 139: 255, # '‹' + 140: 255, # None + 141: 255, # None + 142: 255, # None + 143: 255, # None + 144: 255, # None + 145: 255, # '‘' + 146: 255, # '’' + 147: 255, # '“' + 148: 255, # '”' + 149: 255, # '•' + 150: 255, # '–' + 151: 255, # '—' + 152: 255, # None + 153: 255, # '™' + 154: 255, # None + 155: 255, # '›' + 156: 255, # None + 157: 255, # None + 158: 255, # None + 159: 255, # None + 160: 253, # '\xa0' + 161: 233, # '΅' + 162: 61, # 'Ά' + 163: 253, # '£' + 164: 253, # '¤' + 165: 253, # '¥' + 166: 253, # '¦' + 167: 253, # '§' + 168: 253, # '¨' + 169: 253, # '©' + 170: 253, # None + 171: 253, # '«' + 172: 253, # '¬' + 173: 74, # '\xad' + 174: 253, # '®' + 175: 253, # '―' + 176: 253, # '°' + 177: 253, # '±' + 178: 253, # '²' + 179: 253, # '³' + 180: 247, # '΄' + 181: 253, # 'µ' + 182: 253, # '¶' + 183: 36, # '·' + 184: 46, # 'Έ' + 185: 71, # 'Ή' + 186: 73, # 'Ί' + 187: 253, # '»' + 188: 54, # 'Ό' + 189: 253, # '½' + 190: 108, # 'Ύ' + 191: 123, # 'Ώ' + 192: 110, # 'ΐ' + 193: 31, # 'Α' + 194: 51, # 'Β' + 195: 43, # 'Γ' + 196: 41, # 'Δ' + 197: 34, # 'Ε' + 198: 91, # 'Ζ' + 199: 40, # 'Η' + 200: 52, # 'Θ' + 201: 47, # 'Ι' + 202: 44, # 'Κ' + 203: 53, # 'Λ' + 204: 38, # 'Μ' + 205: 49, # 'Ν' + 206: 59, # 'Ξ' + 207: 39, # 'Ο' + 208: 35, # 'Π' + 209: 48, # 'Ρ' + 210: 250, # None + 211: 37, # 'Σ' + 212: 33, # 'Τ' + 213: 45, # 'Υ' + 214: 56, # 'Φ' + 215: 50, # 'Χ' + 216: 84, # 'Ψ' + 217: 57, # 'Ω' + 218: 120, # 'Ϊ' + 219: 121, # 'Ϋ' + 220: 17, # 'ά' + 221: 18, # 'έ' + 222: 22, # 'ή' + 223: 15, # 'ί' + 224: 124, # 'ΰ' + 225: 1, # 'α' + 226: 29, # 'β' + 227: 20, # 'γ' + 228: 21, # 'δ' + 229: 3, # 'ε' + 230: 32, # 'ζ' + 231: 13, # 'η' + 232: 25, # 'θ' + 233: 5, # 'ι' + 234: 11, # 'κ' + 235: 16, # 'λ' + 236: 10, # 'μ' + 237: 6, # 'ν' + 238: 30, # 'ξ' + 239: 4, # 'ο' + 240: 9, # 'π' + 241: 8, # 'ρ' + 242: 14, # 'ς' + 243: 7, # 'σ' + 244: 2, # 'τ' + 245: 12, # 'υ' + 246: 28, # 'φ' + 247: 23, # 'χ' + 248: 42, # 'ψ' + 249: 24, # 'ω' + 250: 64, # 'ϊ' + 251: 75, # 'ϋ' + 252: 19, # 'ό' + 253: 26, # 'ύ' + 254: 27, # 'ώ' + 255: 253, # None +} + +WINDOWS_1253_GREEK_MODEL = SingleByteCharSetModel( + charset_name="windows-1253", + language="Greek", + char_to_order_map=WINDOWS_1253_GREEK_CHAR_TO_ORDER, + language_model=GREEK_LANG_MODEL, + typical_positive_ratio=0.982851, + keep_ascii_letters=False, + alphabet="ΆΈΉΊΌΎΏΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩάέήίαβγδεζηθικλμνξοπρςστυφχψωόύώ", +) + +ISO_8859_7_GREEK_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 82, # 'A' + 66: 100, # 'B' + 67: 104, # 'C' + 68: 94, # 'D' + 69: 98, # 'E' + 70: 101, # 'F' + 71: 116, # 'G' + 72: 102, # 'H' + 73: 111, # 'I' + 74: 187, # 'J' + 75: 117, # 'K' + 76: 92, # 'L' + 77: 88, # 'M' + 78: 113, # 'N' + 79: 85, # 'O' + 80: 79, # 'P' + 81: 118, # 'Q' + 82: 105, # 'R' + 83: 83, # 'S' + 84: 67, # 'T' + 85: 114, # 'U' + 86: 119, # 'V' + 87: 95, # 'W' + 88: 99, # 'X' + 89: 109, # 'Y' + 90: 188, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 72, # 'a' + 98: 70, # 'b' + 99: 80, # 'c' + 100: 81, # 'd' + 101: 60, # 'e' + 102: 96, # 'f' + 103: 93, # 'g' + 104: 89, # 'h' + 105: 68, # 'i' + 106: 120, # 'j' + 107: 97, # 'k' + 108: 77, # 'l' + 109: 86, # 'm' + 110: 69, # 'n' + 111: 55, # 'o' + 112: 78, # 'p' + 113: 115, # 'q' + 114: 65, # 'r' + 115: 66, # 's' + 116: 58, # 't' + 117: 76, # 'u' + 118: 106, # 'v' + 119: 103, # 'w' + 120: 87, # 'x' + 121: 107, # 'y' + 122: 112, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 255, # '\x80' + 129: 255, # '\x81' + 130: 255, # '\x82' + 131: 255, # '\x83' + 132: 255, # '\x84' + 133: 255, # '\x85' + 134: 255, # '\x86' + 135: 255, # '\x87' + 136: 255, # '\x88' + 137: 255, # '\x89' + 138: 255, # '\x8a' + 139: 255, # '\x8b' + 140: 255, # '\x8c' + 141: 255, # '\x8d' + 142: 255, # '\x8e' + 143: 255, # '\x8f' + 144: 255, # '\x90' + 145: 255, # '\x91' + 146: 255, # '\x92' + 147: 255, # '\x93' + 148: 255, # '\x94' + 149: 255, # '\x95' + 150: 255, # '\x96' + 151: 255, # '\x97' + 152: 255, # '\x98' + 153: 255, # '\x99' + 154: 255, # '\x9a' + 155: 255, # '\x9b' + 156: 255, # '\x9c' + 157: 255, # '\x9d' + 158: 255, # '\x9e' + 159: 255, # '\x9f' + 160: 253, # '\xa0' + 161: 233, # '‘' + 162: 90, # '’' + 163: 253, # '£' + 164: 253, # '€' + 165: 253, # '₯' + 166: 253, # '¦' + 167: 253, # '§' + 168: 253, # '¨' + 169: 253, # '©' + 170: 253, # 'ͺ' + 171: 253, # '«' + 172: 253, # '¬' + 173: 74, # '\xad' + 174: 253, # None + 175: 253, # '―' + 176: 253, # '°' + 177: 253, # '±' + 178: 253, # '²' + 179: 253, # '³' + 180: 247, # '΄' + 181: 248, # '΅' + 182: 61, # 'Ά' + 183: 36, # '·' + 184: 46, # 'Έ' + 185: 71, # 'Ή' + 186: 73, # 'Ί' + 187: 253, # '»' + 188: 54, # 'Ό' + 189: 253, # '½' + 190: 108, # 'Ύ' + 191: 123, # 'Ώ' + 192: 110, # 'ΐ' + 193: 31, # 'Α' + 194: 51, # 'Β' + 195: 43, # 'Γ' + 196: 41, # 'Δ' + 197: 34, # 'Ε' + 198: 91, # 'Ζ' + 199: 40, # 'Η' + 200: 52, # 'Θ' + 201: 47, # 'Ι' + 202: 44, # 'Κ' + 203: 53, # 'Λ' + 204: 38, # 'Μ' + 205: 49, # 'Ν' + 206: 59, # 'Ξ' + 207: 39, # 'Ο' + 208: 35, # 'Π' + 209: 48, # 'Ρ' + 210: 250, # None + 211: 37, # 'Σ' + 212: 33, # 'Τ' + 213: 45, # 'Υ' + 214: 56, # 'Φ' + 215: 50, # 'Χ' + 216: 84, # 'Ψ' + 217: 57, # 'Ω' + 218: 120, # 'Ϊ' + 219: 121, # 'Ϋ' + 220: 17, # 'ά' + 221: 18, # 'έ' + 222: 22, # 'ή' + 223: 15, # 'ί' + 224: 124, # 'ΰ' + 225: 1, # 'α' + 226: 29, # 'β' + 227: 20, # 'γ' + 228: 21, # 'δ' + 229: 3, # 'ε' + 230: 32, # 'ζ' + 231: 13, # 'η' + 232: 25, # 'θ' + 233: 5, # 'ι' + 234: 11, # 'κ' + 235: 16, # 'λ' + 236: 10, # 'μ' + 237: 6, # 'ν' + 238: 30, # 'ξ' + 239: 4, # 'ο' + 240: 9, # 'π' + 241: 8, # 'ρ' + 242: 14, # 'ς' + 243: 7, # 'σ' + 244: 2, # 'τ' + 245: 12, # 'υ' + 246: 28, # 'φ' + 247: 23, # 'χ' + 248: 42, # 'ψ' + 249: 24, # 'ω' + 250: 64, # 'ϊ' + 251: 75, # 'ϋ' + 252: 19, # 'ό' + 253: 26, # 'ύ' + 254: 27, # 'ώ' + 255: 253, # None +} + +ISO_8859_7_GREEK_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-7", + language="Greek", + char_to_order_map=ISO_8859_7_GREEK_CHAR_TO_ORDER, + language_model=GREEK_LANG_MODEL, + typical_positive_ratio=0.982851, + keep_ascii_letters=False, + alphabet="ΆΈΉΊΌΎΏΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩάέήίαβγδεζηθικλμνξοπρςστυφχψωόύώ", +) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py new file mode 100644 index 00000000..56d29758 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py @@ -0,0 +1,4380 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +HEBREW_LANG_MODEL = { + 50: { # 'a' + 50: 0, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 2, # 'l' + 54: 2, # 'n' + 49: 0, # 'o' + 51: 2, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 0, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 60: { # 'c' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 61: { # 'd' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 0, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 42: { # 'e' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 2, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 2, # 'l' + 54: 2, # 'n' + 49: 1, # 'o' + 51: 2, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 1, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 53: { # 'i' + 50: 1, # 'a' + 60: 2, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 0, # 'i' + 56: 1, # 'l' + 54: 2, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 56: { # 'l' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 2, # 'e' + 53: 2, # 'i' + 56: 2, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 54: { # 'n' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 49: { # 'o' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 2, # 'n' + 49: 1, # 'o' + 51: 2, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 51: { # 'r' + 50: 2, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 2, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 43: { # 's' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 2, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 2, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 44: { # 't' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 2, # 'e' + 53: 2, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 63: { # 'u' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 34: { # '\xa0' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 1, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 2, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 55: { # '´' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 2, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 1, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 48: { # '¼' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 39: { # '½' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 57: { # '¾' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 30: { # 'ְ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 2, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 0, # 'ף' + 18: 2, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 59: { # 'ֱ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 1, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 41: { # 'ֲ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 33: { # 'ִ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 2, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 37: { # 'ֵ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 1, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 36: { # 'ֶ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 1, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 2, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 31: { # 'ַ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 29: { # 'ָ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 2, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 35: { # 'ֹ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 62: { # 'ֻ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 1, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 28: { # 'ּ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 3, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 3, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 3, # 'ַ' + 29: 3, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 2, # 'ׁ' + 45: 1, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 2, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 2, # 'מ' + 23: 1, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 38: { # 'ׁ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 2, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 45: { # 'ׂ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 2, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 9: { # 'א' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 2, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 8: { # 'ב' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 1, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 20: { # 'ג' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 2, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 16: { # 'ד' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 3: { # 'ה' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 3, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 0, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 2: { # 'ו' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 3, # 'ֹ' + 62: 0, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 24: { # 'ז' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 1, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 1, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 14: { # 'ח' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 1, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 22: { # 'ט' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 1, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 2, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 1: { # 'י' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 25: { # 'ך' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 15: { # 'כ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 4: { # 'ל' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 3, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 11: { # 'ם' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 6: { # 'מ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 0, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 23: { # 'ן' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 12: { # 'נ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 19: { # 'ס' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 2, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 1, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 13: { # 'ע' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 1, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 26: { # 'ף' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 18: { # 'פ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 2, # 'ב' + 20: 3, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 27: { # 'ץ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 21: { # 'צ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 1, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 0, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 17: { # 'ק' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 7: { # 'ר' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 2, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 10: { # 'ש' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 3, # 'ׁ' + 45: 2, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 5: { # 'ת' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 1, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 32: { # '–' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 52: { # '’' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 47: { # '“' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 46: { # '”' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 58: { # '†' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 2, # '†' + 40: 0, # '…' + }, + 40: { # '…' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1255_HEBREW_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 69, # 'A' + 66: 91, # 'B' + 67: 79, # 'C' + 68: 80, # 'D' + 69: 92, # 'E' + 70: 89, # 'F' + 71: 97, # 'G' + 72: 90, # 'H' + 73: 68, # 'I' + 74: 111, # 'J' + 75: 112, # 'K' + 76: 82, # 'L' + 77: 73, # 'M' + 78: 95, # 'N' + 79: 85, # 'O' + 80: 78, # 'P' + 81: 121, # 'Q' + 82: 86, # 'R' + 83: 71, # 'S' + 84: 67, # 'T' + 85: 102, # 'U' + 86: 107, # 'V' + 87: 84, # 'W' + 88: 114, # 'X' + 89: 103, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 50, # 'a' + 98: 74, # 'b' + 99: 60, # 'c' + 100: 61, # 'd' + 101: 42, # 'e' + 102: 76, # 'f' + 103: 70, # 'g' + 104: 64, # 'h' + 105: 53, # 'i' + 106: 105, # 'j' + 107: 93, # 'k' + 108: 56, # 'l' + 109: 65, # 'm' + 110: 54, # 'n' + 111: 49, # 'o' + 112: 66, # 'p' + 113: 110, # 'q' + 114: 51, # 'r' + 115: 43, # 's' + 116: 44, # 't' + 117: 63, # 'u' + 118: 81, # 'v' + 119: 77, # 'w' + 120: 98, # 'x' + 121: 75, # 'y' + 122: 108, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 124, # '€' + 129: 202, # None + 130: 203, # '‚' + 131: 204, # 'ƒ' + 132: 205, # '„' + 133: 40, # '…' + 134: 58, # '†' + 135: 206, # '‡' + 136: 207, # 'ˆ' + 137: 208, # '‰' + 138: 209, # None + 139: 210, # '‹' + 140: 211, # None + 141: 212, # None + 142: 213, # None + 143: 214, # None + 144: 215, # None + 145: 83, # '‘' + 146: 52, # '’' + 147: 47, # '“' + 148: 46, # '”' + 149: 72, # '•' + 150: 32, # '–' + 151: 94, # '—' + 152: 216, # '˜' + 153: 113, # '™' + 154: 217, # None + 155: 109, # '›' + 156: 218, # None + 157: 219, # None + 158: 220, # None + 159: 221, # None + 160: 34, # '\xa0' + 161: 116, # '¡' + 162: 222, # '¢' + 163: 118, # '£' + 164: 100, # '₪' + 165: 223, # '¥' + 166: 224, # '¦' + 167: 117, # '§' + 168: 119, # '¨' + 169: 104, # '©' + 170: 125, # '×' + 171: 225, # '«' + 172: 226, # '¬' + 173: 87, # '\xad' + 174: 99, # '®' + 175: 227, # '¯' + 176: 106, # '°' + 177: 122, # '±' + 178: 123, # '²' + 179: 228, # '³' + 180: 55, # '´' + 181: 229, # 'µ' + 182: 230, # '¶' + 183: 101, # '·' + 184: 231, # '¸' + 185: 232, # '¹' + 186: 120, # '÷' + 187: 233, # '»' + 188: 48, # '¼' + 189: 39, # '½' + 190: 57, # '¾' + 191: 234, # '¿' + 192: 30, # 'ְ' + 193: 59, # 'ֱ' + 194: 41, # 'ֲ' + 195: 88, # 'ֳ' + 196: 33, # 'ִ' + 197: 37, # 'ֵ' + 198: 36, # 'ֶ' + 199: 31, # 'ַ' + 200: 29, # 'ָ' + 201: 35, # 'ֹ' + 202: 235, # None + 203: 62, # 'ֻ' + 204: 28, # 'ּ' + 205: 236, # 'ֽ' + 206: 126, # '־' + 207: 237, # 'ֿ' + 208: 238, # '׀' + 209: 38, # 'ׁ' + 210: 45, # 'ׂ' + 211: 239, # '׃' + 212: 240, # 'װ' + 213: 241, # 'ױ' + 214: 242, # 'ײ' + 215: 243, # '׳' + 216: 127, # '״' + 217: 244, # None + 218: 245, # None + 219: 246, # None + 220: 247, # None + 221: 248, # None + 222: 249, # None + 223: 250, # None + 224: 9, # 'א' + 225: 8, # 'ב' + 226: 20, # 'ג' + 227: 16, # 'ד' + 228: 3, # 'ה' + 229: 2, # 'ו' + 230: 24, # 'ז' + 231: 14, # 'ח' + 232: 22, # 'ט' + 233: 1, # 'י' + 234: 25, # 'ך' + 235: 15, # 'כ' + 236: 4, # 'ל' + 237: 11, # 'ם' + 238: 6, # 'מ' + 239: 23, # 'ן' + 240: 12, # 'נ' + 241: 19, # 'ס' + 242: 13, # 'ע' + 243: 26, # 'ף' + 244: 18, # 'פ' + 245: 27, # 'ץ' + 246: 21, # 'צ' + 247: 17, # 'ק' + 248: 7, # 'ר' + 249: 10, # 'ש' + 250: 5, # 'ת' + 251: 251, # None + 252: 252, # None + 253: 128, # '\u200e' + 254: 96, # '\u200f' + 255: 253, # None +} + +WINDOWS_1255_HEBREW_MODEL = SingleByteCharSetModel( + charset_name="windows-1255", + language="Hebrew", + char_to_order_map=WINDOWS_1255_HEBREW_CHAR_TO_ORDER, + language_model=HEBREW_LANG_MODEL, + typical_positive_ratio=0.984004, + keep_ascii_letters=False, + alphabet="אבגדהוזחטיךכלםמןנסעףפץצקרשתװױײ", +) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py new file mode 100644 index 00000000..09a0d326 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py @@ -0,0 +1,4649 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +HUNGARIAN_LANG_MODEL = { + 28: { # 'A' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 2, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 2, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 2, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 1, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 40: { # 'B' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 3, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 54: { # 'C' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 3, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 45: { # 'D' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 32: { # 'E' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 2, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 50: { # 'F' + 28: 1, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 0, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 49: { # 'G' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 2, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 38: { # 'H' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 0, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 1, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 2, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 39: { # 'I' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 2, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 53: { # 'J' + 28: 2, # 'A' + 40: 0, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 0, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 36: { # 'K' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 2, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 41: { # 'L' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 34: { # 'M' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 3, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 1, # 'ű' + }, + 35: { # 'N' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 2, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 2, # 'Y' + 52: 1, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 47: { # 'O' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 2, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 46: { # 'P' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 3, # 'á' + 15: 2, # 'é' + 30: 0, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 43: { # 'R' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 2, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 2, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 33: { # 'S' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 3, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 1, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 37: { # 'T' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 57: { # 'U' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 48: { # 'V' + 28: 2, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 55: { # 'Y' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 2, # 'Z' + 2: 1, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 52: { # 'Z' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 1, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 2: { # 'a' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 18: { # 'b' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 26: { # 'c' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 1, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 2, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 2, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 17: { # 'd' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 2, # 'k' + 6: 1, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 1: { # 'e' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 2, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 27: { # 'f' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 3, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 3, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 12: { # 'g' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 20: { # 'h' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 9: { # 'i' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 3, # 'ó' + 24: 1, # 'ö' + 31: 2, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 1, # 'ű' + }, + 22: { # 'j' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 1, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 1, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 7: { # 'k' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 1, # 'ú' + 29: 3, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 6: { # 'l' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 3, # 'ő' + 56: 1, # 'ű' + }, + 13: { # 'm' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 1, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 3, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 2, # 'ű' + }, + 4: { # 'n' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 1, # 'x' + 16: 3, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 8: { # 'o' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 23: { # 'p' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 10: { # 'r' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 2, # 'ű' + }, + 5: { # 's' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 3: { # 't' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 1, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 3, # 'ő' + 56: 2, # 'ű' + }, + 21: { # 'u' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 2, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 1, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 1, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 19: { # 'v' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 2, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 62: { # 'x' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 16: { # 'y' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 2, # 'ű' + }, + 11: { # 'z' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 51: { # 'Á' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 44: { # 'É' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 61: { # 'Í' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 0, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 58: { # 'Ó' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 2, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 59: { # 'Ö' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 60: { # 'Ú' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 2, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 63: { # 'Ü' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 14: { # 'á' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 15: { # 'é' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 30: { # 'í' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 25: { # 'ó' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 1, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 24: { # 'ö' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 0, # 'a' + 18: 3, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 31: { # 'ú' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 3, # 'j' + 7: 1, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 29: { # 'ü' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 0, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 42: { # 'ő' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 56: { # 'ű' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1250_HUNGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 28, # 'A' + 66: 40, # 'B' + 67: 54, # 'C' + 68: 45, # 'D' + 69: 32, # 'E' + 70: 50, # 'F' + 71: 49, # 'G' + 72: 38, # 'H' + 73: 39, # 'I' + 74: 53, # 'J' + 75: 36, # 'K' + 76: 41, # 'L' + 77: 34, # 'M' + 78: 35, # 'N' + 79: 47, # 'O' + 80: 46, # 'P' + 81: 72, # 'Q' + 82: 43, # 'R' + 83: 33, # 'S' + 84: 37, # 'T' + 85: 57, # 'U' + 86: 48, # 'V' + 87: 64, # 'W' + 88: 68, # 'X' + 89: 55, # 'Y' + 90: 52, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 2, # 'a' + 98: 18, # 'b' + 99: 26, # 'c' + 100: 17, # 'd' + 101: 1, # 'e' + 102: 27, # 'f' + 103: 12, # 'g' + 104: 20, # 'h' + 105: 9, # 'i' + 106: 22, # 'j' + 107: 7, # 'k' + 108: 6, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 8, # 'o' + 112: 23, # 'p' + 113: 67, # 'q' + 114: 10, # 'r' + 115: 5, # 's' + 116: 3, # 't' + 117: 21, # 'u' + 118: 19, # 'v' + 119: 65, # 'w' + 120: 62, # 'x' + 121: 16, # 'y' + 122: 11, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 161, # '€' + 129: 162, # None + 130: 163, # '‚' + 131: 164, # None + 132: 165, # '„' + 133: 166, # '…' + 134: 167, # '†' + 135: 168, # '‡' + 136: 169, # None + 137: 170, # '‰' + 138: 171, # 'Š' + 139: 172, # '‹' + 140: 173, # 'Ś' + 141: 174, # 'Ť' + 142: 175, # 'Ž' + 143: 176, # 'Ź' + 144: 177, # None + 145: 178, # '‘' + 146: 179, # '’' + 147: 180, # '“' + 148: 78, # '”' + 149: 181, # '•' + 150: 69, # '–' + 151: 182, # '—' + 152: 183, # None + 153: 184, # '™' + 154: 185, # 'š' + 155: 186, # '›' + 156: 187, # 'ś' + 157: 188, # 'ť' + 158: 189, # 'ž' + 159: 190, # 'ź' + 160: 191, # '\xa0' + 161: 192, # 'ˇ' + 162: 193, # '˘' + 163: 194, # 'Ł' + 164: 195, # '¤' + 165: 196, # 'Ą' + 166: 197, # '¦' + 167: 76, # '§' + 168: 198, # '¨' + 169: 199, # '©' + 170: 200, # 'Ş' + 171: 201, # '«' + 172: 202, # '¬' + 173: 203, # '\xad' + 174: 204, # '®' + 175: 205, # 'Ż' + 176: 81, # '°' + 177: 206, # '±' + 178: 207, # '˛' + 179: 208, # 'ł' + 180: 209, # '´' + 181: 210, # 'µ' + 182: 211, # '¶' + 183: 212, # '·' + 184: 213, # '¸' + 185: 214, # 'ą' + 186: 215, # 'ş' + 187: 216, # '»' + 188: 217, # 'Ľ' + 189: 218, # '˝' + 190: 219, # 'ľ' + 191: 220, # 'ż' + 192: 221, # 'Ŕ' + 193: 51, # 'Á' + 194: 83, # 'Â' + 195: 222, # 'Ă' + 196: 80, # 'Ä' + 197: 223, # 'Ĺ' + 198: 224, # 'Ć' + 199: 225, # 'Ç' + 200: 226, # 'Č' + 201: 44, # 'É' + 202: 227, # 'Ę' + 203: 228, # 'Ë' + 204: 229, # 'Ě' + 205: 61, # 'Í' + 206: 230, # 'Î' + 207: 231, # 'Ď' + 208: 232, # 'Đ' + 209: 233, # 'Ń' + 210: 234, # 'Ň' + 211: 58, # 'Ó' + 212: 235, # 'Ô' + 213: 66, # 'Ő' + 214: 59, # 'Ö' + 215: 236, # '×' + 216: 237, # 'Ř' + 217: 238, # 'Ů' + 218: 60, # 'Ú' + 219: 70, # 'Ű' + 220: 63, # 'Ü' + 221: 239, # 'Ý' + 222: 240, # 'Ţ' + 223: 241, # 'ß' + 224: 84, # 'ŕ' + 225: 14, # 'á' + 226: 75, # 'â' + 227: 242, # 'ă' + 228: 71, # 'ä' + 229: 82, # 'ĺ' + 230: 243, # 'ć' + 231: 73, # 'ç' + 232: 244, # 'č' + 233: 15, # 'é' + 234: 85, # 'ę' + 235: 79, # 'ë' + 236: 86, # 'ě' + 237: 30, # 'í' + 238: 77, # 'î' + 239: 87, # 'ď' + 240: 245, # 'đ' + 241: 246, # 'ń' + 242: 247, # 'ň' + 243: 25, # 'ó' + 244: 74, # 'ô' + 245: 42, # 'ő' + 246: 24, # 'ö' + 247: 248, # '÷' + 248: 249, # 'ř' + 249: 250, # 'ů' + 250: 31, # 'ú' + 251: 56, # 'ű' + 252: 29, # 'ü' + 253: 251, # 'ý' + 254: 252, # 'ţ' + 255: 253, # '˙' +} + +WINDOWS_1250_HUNGARIAN_MODEL = SingleByteCharSetModel( + charset_name="windows-1250", + language="Hungarian", + char_to_order_map=WINDOWS_1250_HUNGARIAN_CHAR_TO_ORDER, + language_model=HUNGARIAN_LANG_MODEL, + typical_positive_ratio=0.947368, + keep_ascii_letters=True, + alphabet="ABCDEFGHIJKLMNOPRSTUVZabcdefghijklmnoprstuvzÁÉÍÓÖÚÜáéíóöúüŐőŰű", +) + +ISO_8859_2_HUNGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 28, # 'A' + 66: 40, # 'B' + 67: 54, # 'C' + 68: 45, # 'D' + 69: 32, # 'E' + 70: 50, # 'F' + 71: 49, # 'G' + 72: 38, # 'H' + 73: 39, # 'I' + 74: 53, # 'J' + 75: 36, # 'K' + 76: 41, # 'L' + 77: 34, # 'M' + 78: 35, # 'N' + 79: 47, # 'O' + 80: 46, # 'P' + 81: 71, # 'Q' + 82: 43, # 'R' + 83: 33, # 'S' + 84: 37, # 'T' + 85: 57, # 'U' + 86: 48, # 'V' + 87: 64, # 'W' + 88: 68, # 'X' + 89: 55, # 'Y' + 90: 52, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 2, # 'a' + 98: 18, # 'b' + 99: 26, # 'c' + 100: 17, # 'd' + 101: 1, # 'e' + 102: 27, # 'f' + 103: 12, # 'g' + 104: 20, # 'h' + 105: 9, # 'i' + 106: 22, # 'j' + 107: 7, # 'k' + 108: 6, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 8, # 'o' + 112: 23, # 'p' + 113: 67, # 'q' + 114: 10, # 'r' + 115: 5, # 's' + 116: 3, # 't' + 117: 21, # 'u' + 118: 19, # 'v' + 119: 65, # 'w' + 120: 62, # 'x' + 121: 16, # 'y' + 122: 11, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 159, # '\x80' + 129: 160, # '\x81' + 130: 161, # '\x82' + 131: 162, # '\x83' + 132: 163, # '\x84' + 133: 164, # '\x85' + 134: 165, # '\x86' + 135: 166, # '\x87' + 136: 167, # '\x88' + 137: 168, # '\x89' + 138: 169, # '\x8a' + 139: 170, # '\x8b' + 140: 171, # '\x8c' + 141: 172, # '\x8d' + 142: 173, # '\x8e' + 143: 174, # '\x8f' + 144: 175, # '\x90' + 145: 176, # '\x91' + 146: 177, # '\x92' + 147: 178, # '\x93' + 148: 179, # '\x94' + 149: 180, # '\x95' + 150: 181, # '\x96' + 151: 182, # '\x97' + 152: 183, # '\x98' + 153: 184, # '\x99' + 154: 185, # '\x9a' + 155: 186, # '\x9b' + 156: 187, # '\x9c' + 157: 188, # '\x9d' + 158: 189, # '\x9e' + 159: 190, # '\x9f' + 160: 191, # '\xa0' + 161: 192, # 'Ą' + 162: 193, # '˘' + 163: 194, # 'Ł' + 164: 195, # '¤' + 165: 196, # 'Ľ' + 166: 197, # 'Ś' + 167: 75, # '§' + 168: 198, # '¨' + 169: 199, # 'Š' + 170: 200, # 'Ş' + 171: 201, # 'Ť' + 172: 202, # 'Ź' + 173: 203, # '\xad' + 174: 204, # 'Ž' + 175: 205, # 'Ż' + 176: 79, # '°' + 177: 206, # 'ą' + 178: 207, # '˛' + 179: 208, # 'ł' + 180: 209, # '´' + 181: 210, # 'ľ' + 182: 211, # 'ś' + 183: 212, # 'ˇ' + 184: 213, # '¸' + 185: 214, # 'š' + 186: 215, # 'ş' + 187: 216, # 'ť' + 188: 217, # 'ź' + 189: 218, # '˝' + 190: 219, # 'ž' + 191: 220, # 'ż' + 192: 221, # 'Ŕ' + 193: 51, # 'Á' + 194: 81, # 'Â' + 195: 222, # 'Ă' + 196: 78, # 'Ä' + 197: 223, # 'Ĺ' + 198: 224, # 'Ć' + 199: 225, # 'Ç' + 200: 226, # 'Č' + 201: 44, # 'É' + 202: 227, # 'Ę' + 203: 228, # 'Ë' + 204: 229, # 'Ě' + 205: 61, # 'Í' + 206: 230, # 'Î' + 207: 231, # 'Ď' + 208: 232, # 'Đ' + 209: 233, # 'Ń' + 210: 234, # 'Ň' + 211: 58, # 'Ó' + 212: 235, # 'Ô' + 213: 66, # 'Ő' + 214: 59, # 'Ö' + 215: 236, # '×' + 216: 237, # 'Ř' + 217: 238, # 'Ů' + 218: 60, # 'Ú' + 219: 69, # 'Ű' + 220: 63, # 'Ü' + 221: 239, # 'Ý' + 222: 240, # 'Ţ' + 223: 241, # 'ß' + 224: 82, # 'ŕ' + 225: 14, # 'á' + 226: 74, # 'â' + 227: 242, # 'ă' + 228: 70, # 'ä' + 229: 80, # 'ĺ' + 230: 243, # 'ć' + 231: 72, # 'ç' + 232: 244, # 'č' + 233: 15, # 'é' + 234: 83, # 'ę' + 235: 77, # 'ë' + 236: 84, # 'ě' + 237: 30, # 'í' + 238: 76, # 'î' + 239: 85, # 'ď' + 240: 245, # 'đ' + 241: 246, # 'ń' + 242: 247, # 'ň' + 243: 25, # 'ó' + 244: 73, # 'ô' + 245: 42, # 'ő' + 246: 24, # 'ö' + 247: 248, # '÷' + 248: 249, # 'ř' + 249: 250, # 'ů' + 250: 31, # 'ú' + 251: 56, # 'ű' + 252: 29, # 'ü' + 253: 251, # 'ý' + 254: 252, # 'ţ' + 255: 253, # '˙' +} + +ISO_8859_2_HUNGARIAN_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-2", + language="Hungarian", + char_to_order_map=ISO_8859_2_HUNGARIAN_CHAR_TO_ORDER, + language_model=HUNGARIAN_LANG_MODEL, + typical_positive_ratio=0.947368, + keep_ascii_letters=True, + alphabet="ABCDEFGHIJKLMNOPRSTUVZabcdefghijklmnoprstuvzÁÉÍÓÖÚÜáéíóöúüŐőŰű", +) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py new file mode 100644 index 00000000..39a53889 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py @@ -0,0 +1,5725 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +RUSSIAN_LANG_MODEL = { + 37: { # 'А' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 44: { # 'Б' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 33: { # 'В' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 0, # 'ю' + 16: 1, # 'я' + }, + 46: { # 'Г' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 41: { # 'Д' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 3, # 'ж' + 20: 1, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 48: { # 'Е' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 2, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 1, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 56: { # 'Ж' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 1, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 2, # 'ю' + 16: 0, # 'я' + }, + 51: { # 'З' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 1, # 'я' + }, + 42: { # 'И' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 2, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 60: { # 'Й' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 36: { # 'К' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 49: { # 'Л' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 1, # 'я' + }, + 38: { # 'М' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 1, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 31: { # 'Н' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 2, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 34: { # 'О' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 2, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 2, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 35: { # 'П' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 1, # 'с' + 6: 1, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 2, # 'я' + }, + 45: { # 'Р' + 37: 2, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 2, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 32: { # 'С' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 2, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 40: { # 'Т' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 52: { # 'У' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 1, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 1, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 53: { # 'Ф' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 1, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 55: { # 'Х' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 58: { # 'Ц' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 50: { # 'Ч' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 57: { # 'Ш' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 63: { # 'Щ' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 62: { # 'Ы' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 61: { # 'Ь' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 47: { # 'Э' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 59: { # 'Ю' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 43: { # 'Я' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 1, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 3: { # 'а' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 21: { # 'б' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 10: { # 'в' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 19: { # 'г' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 13: { # 'д' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 3, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 2: { # 'е' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 24: { # 'ж' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 1, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 20: { # 'з' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 4: { # 'и' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 23: { # 'й' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 11: { # 'к' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 3, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 8: { # 'л' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 3, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 12: { # 'м' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 5: { # 'н' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 2, # 'щ' + 54: 1, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 1: { # 'о' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 15: { # 'п' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 9: { # 'р' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 7: { # 'с' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 6: { # 'т' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 2, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 14: { # 'у' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 2, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 2, # 'я' + }, + 39: { # 'ф' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 26: { # 'х' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 3, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 28: { # 'ц' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 1, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 22: { # 'ч' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 3, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 25: { # 'ш' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 29: { # 'щ' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 2, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 54: { # 'ъ' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 18: { # 'ы' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 1, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 2, # 'я' + }, + 17: { # 'ь' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 0, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 0, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 30: { # 'э' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 27: { # 'ю' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 1, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 1, # 'я' + }, + 16: { # 'я' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 2, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 2, # 'ю' + 16: 2, # 'я' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +IBM866_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 37, # 'А' + 129: 44, # 'Б' + 130: 33, # 'В' + 131: 46, # 'Г' + 132: 41, # 'Д' + 133: 48, # 'Е' + 134: 56, # 'Ж' + 135: 51, # 'З' + 136: 42, # 'И' + 137: 60, # 'Й' + 138: 36, # 'К' + 139: 49, # 'Л' + 140: 38, # 'М' + 141: 31, # 'Н' + 142: 34, # 'О' + 143: 35, # 'П' + 144: 45, # 'Р' + 145: 32, # 'С' + 146: 40, # 'Т' + 147: 52, # 'У' + 148: 53, # 'Ф' + 149: 55, # 'Х' + 150: 58, # 'Ц' + 151: 50, # 'Ч' + 152: 57, # 'Ш' + 153: 63, # 'Щ' + 154: 70, # 'Ъ' + 155: 62, # 'Ы' + 156: 61, # 'Ь' + 157: 47, # 'Э' + 158: 59, # 'Ю' + 159: 43, # 'Я' + 160: 3, # 'а' + 161: 21, # 'б' + 162: 10, # 'в' + 163: 19, # 'г' + 164: 13, # 'д' + 165: 2, # 'е' + 166: 24, # 'ж' + 167: 20, # 'з' + 168: 4, # 'и' + 169: 23, # 'й' + 170: 11, # 'к' + 171: 8, # 'л' + 172: 12, # 'м' + 173: 5, # 'н' + 174: 1, # 'о' + 175: 15, # 'п' + 176: 191, # '░' + 177: 192, # '▒' + 178: 193, # '▓' + 179: 194, # '│' + 180: 195, # '┤' + 181: 196, # '╡' + 182: 197, # '╢' + 183: 198, # '╖' + 184: 199, # '╕' + 185: 200, # '╣' + 186: 201, # '║' + 187: 202, # '╗' + 188: 203, # '╝' + 189: 204, # '╜' + 190: 205, # '╛' + 191: 206, # '┐' + 192: 207, # '└' + 193: 208, # '┴' + 194: 209, # '┬' + 195: 210, # '├' + 196: 211, # '─' + 197: 212, # '┼' + 198: 213, # '╞' + 199: 214, # '╟' + 200: 215, # '╚' + 201: 216, # '╔' + 202: 217, # '╩' + 203: 218, # '╦' + 204: 219, # '╠' + 205: 220, # '═' + 206: 221, # '╬' + 207: 222, # '╧' + 208: 223, # '╨' + 209: 224, # '╤' + 210: 225, # '╥' + 211: 226, # '╙' + 212: 227, # '╘' + 213: 228, # '╒' + 214: 229, # '╓' + 215: 230, # '╫' + 216: 231, # '╪' + 217: 232, # '┘' + 218: 233, # '┌' + 219: 234, # '█' + 220: 235, # '▄' + 221: 236, # '▌' + 222: 237, # '▐' + 223: 238, # '▀' + 224: 9, # 'р' + 225: 7, # 'с' + 226: 6, # 'т' + 227: 14, # 'у' + 228: 39, # 'ф' + 229: 26, # 'х' + 230: 28, # 'ц' + 231: 22, # 'ч' + 232: 25, # 'ш' + 233: 29, # 'щ' + 234: 54, # 'ъ' + 235: 18, # 'ы' + 236: 17, # 'ь' + 237: 30, # 'э' + 238: 27, # 'ю' + 239: 16, # 'я' + 240: 239, # 'Ё' + 241: 68, # 'ё' + 242: 240, # 'Є' + 243: 241, # 'є' + 244: 242, # 'Ї' + 245: 243, # 'ї' + 246: 244, # 'Ў' + 247: 245, # 'ў' + 248: 246, # '°' + 249: 247, # '∙' + 250: 248, # '·' + 251: 249, # '√' + 252: 250, # '№' + 253: 251, # '¤' + 254: 252, # '■' + 255: 255, # '\xa0' +} + +IBM866_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="IBM866", + language="Russian", + char_to_order_map=IBM866_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +WINDOWS_1251_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # 'Ђ' + 129: 192, # 'Ѓ' + 130: 193, # '‚' + 131: 194, # 'ѓ' + 132: 195, # '„' + 133: 196, # '…' + 134: 197, # '†' + 135: 198, # '‡' + 136: 199, # '€' + 137: 200, # '‰' + 138: 201, # 'Љ' + 139: 202, # '‹' + 140: 203, # 'Њ' + 141: 204, # 'Ќ' + 142: 205, # 'Ћ' + 143: 206, # 'Џ' + 144: 207, # 'ђ' + 145: 208, # '‘' + 146: 209, # '’' + 147: 210, # '“' + 148: 211, # '”' + 149: 212, # '•' + 150: 213, # '–' + 151: 214, # '—' + 152: 215, # None + 153: 216, # '™' + 154: 217, # 'љ' + 155: 218, # '›' + 156: 219, # 'њ' + 157: 220, # 'ќ' + 158: 221, # 'ћ' + 159: 222, # 'џ' + 160: 223, # '\xa0' + 161: 224, # 'Ў' + 162: 225, # 'ў' + 163: 226, # 'Ј' + 164: 227, # '¤' + 165: 228, # 'Ґ' + 166: 229, # '¦' + 167: 230, # '§' + 168: 231, # 'Ё' + 169: 232, # '©' + 170: 233, # 'Є' + 171: 234, # '«' + 172: 235, # '¬' + 173: 236, # '\xad' + 174: 237, # '®' + 175: 238, # 'Ї' + 176: 239, # '°' + 177: 240, # '±' + 178: 241, # 'І' + 179: 242, # 'і' + 180: 243, # 'ґ' + 181: 244, # 'µ' + 182: 245, # '¶' + 183: 246, # '·' + 184: 68, # 'ё' + 185: 247, # '№' + 186: 248, # 'є' + 187: 249, # '»' + 188: 250, # 'ј' + 189: 251, # 'Ѕ' + 190: 252, # 'ѕ' + 191: 253, # 'ї' + 192: 37, # 'А' + 193: 44, # 'Б' + 194: 33, # 'В' + 195: 46, # 'Г' + 196: 41, # 'Д' + 197: 48, # 'Е' + 198: 56, # 'Ж' + 199: 51, # 'З' + 200: 42, # 'И' + 201: 60, # 'Й' + 202: 36, # 'К' + 203: 49, # 'Л' + 204: 38, # 'М' + 205: 31, # 'Н' + 206: 34, # 'О' + 207: 35, # 'П' + 208: 45, # 'Р' + 209: 32, # 'С' + 210: 40, # 'Т' + 211: 52, # 'У' + 212: 53, # 'Ф' + 213: 55, # 'Х' + 214: 58, # 'Ц' + 215: 50, # 'Ч' + 216: 57, # 'Ш' + 217: 63, # 'Щ' + 218: 70, # 'Ъ' + 219: 62, # 'Ы' + 220: 61, # 'Ь' + 221: 47, # 'Э' + 222: 59, # 'Ю' + 223: 43, # 'Я' + 224: 3, # 'а' + 225: 21, # 'б' + 226: 10, # 'в' + 227: 19, # 'г' + 228: 13, # 'д' + 229: 2, # 'е' + 230: 24, # 'ж' + 231: 20, # 'з' + 232: 4, # 'и' + 233: 23, # 'й' + 234: 11, # 'к' + 235: 8, # 'л' + 236: 12, # 'м' + 237: 5, # 'н' + 238: 1, # 'о' + 239: 15, # 'п' + 240: 9, # 'р' + 241: 7, # 'с' + 242: 6, # 'т' + 243: 14, # 'у' + 244: 39, # 'ф' + 245: 26, # 'х' + 246: 28, # 'ц' + 247: 22, # 'ч' + 248: 25, # 'ш' + 249: 29, # 'щ' + 250: 54, # 'ъ' + 251: 18, # 'ы' + 252: 17, # 'ь' + 253: 30, # 'э' + 254: 27, # 'ю' + 255: 16, # 'я' +} + +WINDOWS_1251_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="windows-1251", + language="Russian", + char_to_order_map=WINDOWS_1251_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +IBM855_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # 'ђ' + 129: 192, # 'Ђ' + 130: 193, # 'ѓ' + 131: 194, # 'Ѓ' + 132: 68, # 'ё' + 133: 195, # 'Ё' + 134: 196, # 'є' + 135: 197, # 'Є' + 136: 198, # 'ѕ' + 137: 199, # 'Ѕ' + 138: 200, # 'і' + 139: 201, # 'І' + 140: 202, # 'ї' + 141: 203, # 'Ї' + 142: 204, # 'ј' + 143: 205, # 'Ј' + 144: 206, # 'љ' + 145: 207, # 'Љ' + 146: 208, # 'њ' + 147: 209, # 'Њ' + 148: 210, # 'ћ' + 149: 211, # 'Ћ' + 150: 212, # 'ќ' + 151: 213, # 'Ќ' + 152: 214, # 'ў' + 153: 215, # 'Ў' + 154: 216, # 'џ' + 155: 217, # 'Џ' + 156: 27, # 'ю' + 157: 59, # 'Ю' + 158: 54, # 'ъ' + 159: 70, # 'Ъ' + 160: 3, # 'а' + 161: 37, # 'А' + 162: 21, # 'б' + 163: 44, # 'Б' + 164: 28, # 'ц' + 165: 58, # 'Ц' + 166: 13, # 'д' + 167: 41, # 'Д' + 168: 2, # 'е' + 169: 48, # 'Е' + 170: 39, # 'ф' + 171: 53, # 'Ф' + 172: 19, # 'г' + 173: 46, # 'Г' + 174: 218, # '«' + 175: 219, # '»' + 176: 220, # '░' + 177: 221, # '▒' + 178: 222, # '▓' + 179: 223, # '│' + 180: 224, # '┤' + 181: 26, # 'х' + 182: 55, # 'Х' + 183: 4, # 'и' + 184: 42, # 'И' + 185: 225, # '╣' + 186: 226, # '║' + 187: 227, # '╗' + 188: 228, # '╝' + 189: 23, # 'й' + 190: 60, # 'Й' + 191: 229, # '┐' + 192: 230, # '└' + 193: 231, # '┴' + 194: 232, # '┬' + 195: 233, # '├' + 196: 234, # '─' + 197: 235, # '┼' + 198: 11, # 'к' + 199: 36, # 'К' + 200: 236, # '╚' + 201: 237, # '╔' + 202: 238, # '╩' + 203: 239, # '╦' + 204: 240, # '╠' + 205: 241, # '═' + 206: 242, # '╬' + 207: 243, # '¤' + 208: 8, # 'л' + 209: 49, # 'Л' + 210: 12, # 'м' + 211: 38, # 'М' + 212: 5, # 'н' + 213: 31, # 'Н' + 214: 1, # 'о' + 215: 34, # 'О' + 216: 15, # 'п' + 217: 244, # '┘' + 218: 245, # '┌' + 219: 246, # '█' + 220: 247, # '▄' + 221: 35, # 'П' + 222: 16, # 'я' + 223: 248, # '▀' + 224: 43, # 'Я' + 225: 9, # 'р' + 226: 45, # 'Р' + 227: 7, # 'с' + 228: 32, # 'С' + 229: 6, # 'т' + 230: 40, # 'Т' + 231: 14, # 'у' + 232: 52, # 'У' + 233: 24, # 'ж' + 234: 56, # 'Ж' + 235: 10, # 'в' + 236: 33, # 'В' + 237: 17, # 'ь' + 238: 61, # 'Ь' + 239: 249, # '№' + 240: 250, # '\xad' + 241: 18, # 'ы' + 242: 62, # 'Ы' + 243: 20, # 'з' + 244: 51, # 'З' + 245: 25, # 'ш' + 246: 57, # 'Ш' + 247: 30, # 'э' + 248: 47, # 'Э' + 249: 29, # 'щ' + 250: 63, # 'Щ' + 251: 22, # 'ч' + 252: 50, # 'Ч' + 253: 251, # '§' + 254: 252, # '■' + 255: 255, # '\xa0' +} + +IBM855_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="IBM855", + language="Russian", + char_to_order_map=IBM855_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +KOI8_R_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # '─' + 129: 192, # '│' + 130: 193, # '┌' + 131: 194, # '┐' + 132: 195, # '└' + 133: 196, # '┘' + 134: 197, # '├' + 135: 198, # '┤' + 136: 199, # '┬' + 137: 200, # '┴' + 138: 201, # '┼' + 139: 202, # '▀' + 140: 203, # '▄' + 141: 204, # '█' + 142: 205, # '▌' + 143: 206, # '▐' + 144: 207, # '░' + 145: 208, # '▒' + 146: 209, # '▓' + 147: 210, # '⌠' + 148: 211, # '■' + 149: 212, # '∙' + 150: 213, # '√' + 151: 214, # '≈' + 152: 215, # '≤' + 153: 216, # '≥' + 154: 217, # '\xa0' + 155: 218, # '⌡' + 156: 219, # '°' + 157: 220, # '²' + 158: 221, # '·' + 159: 222, # '÷' + 160: 223, # '═' + 161: 224, # '║' + 162: 225, # '╒' + 163: 68, # 'ё' + 164: 226, # '╓' + 165: 227, # '╔' + 166: 228, # '╕' + 167: 229, # '╖' + 168: 230, # '╗' + 169: 231, # '╘' + 170: 232, # '╙' + 171: 233, # '╚' + 172: 234, # '╛' + 173: 235, # '╜' + 174: 236, # '╝' + 175: 237, # '╞' + 176: 238, # '╟' + 177: 239, # '╠' + 178: 240, # '╡' + 179: 241, # 'Ё' + 180: 242, # '╢' + 181: 243, # '╣' + 182: 244, # '╤' + 183: 245, # '╥' + 184: 246, # '╦' + 185: 247, # '╧' + 186: 248, # '╨' + 187: 249, # '╩' + 188: 250, # '╪' + 189: 251, # '╫' + 190: 252, # '╬' + 191: 253, # '©' + 192: 27, # 'ю' + 193: 3, # 'а' + 194: 21, # 'б' + 195: 28, # 'ц' + 196: 13, # 'д' + 197: 2, # 'е' + 198: 39, # 'ф' + 199: 19, # 'г' + 200: 26, # 'х' + 201: 4, # 'и' + 202: 23, # 'й' + 203: 11, # 'к' + 204: 8, # 'л' + 205: 12, # 'м' + 206: 5, # 'н' + 207: 1, # 'о' + 208: 15, # 'п' + 209: 16, # 'я' + 210: 9, # 'р' + 211: 7, # 'с' + 212: 6, # 'т' + 213: 14, # 'у' + 214: 24, # 'ж' + 215: 10, # 'в' + 216: 17, # 'ь' + 217: 18, # 'ы' + 218: 20, # 'з' + 219: 25, # 'ш' + 220: 30, # 'э' + 221: 29, # 'щ' + 222: 22, # 'ч' + 223: 54, # 'ъ' + 224: 59, # 'Ю' + 225: 37, # 'А' + 226: 44, # 'Б' + 227: 58, # 'Ц' + 228: 41, # 'Д' + 229: 48, # 'Е' + 230: 53, # 'Ф' + 231: 46, # 'Г' + 232: 55, # 'Х' + 233: 42, # 'И' + 234: 60, # 'Й' + 235: 36, # 'К' + 236: 49, # 'Л' + 237: 38, # 'М' + 238: 31, # 'Н' + 239: 34, # 'О' + 240: 35, # 'П' + 241: 43, # 'Я' + 242: 45, # 'Р' + 243: 32, # 'С' + 244: 40, # 'Т' + 245: 52, # 'У' + 246: 56, # 'Ж' + 247: 33, # 'В' + 248: 61, # 'Ь' + 249: 62, # 'Ы' + 250: 51, # 'З' + 251: 57, # 'Ш' + 252: 47, # 'Э' + 253: 63, # 'Щ' + 254: 50, # 'Ч' + 255: 70, # 'Ъ' +} + +KOI8_R_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="KOI8-R", + language="Russian", + char_to_order_map=KOI8_R_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +MACCYRILLIC_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 37, # 'А' + 129: 44, # 'Б' + 130: 33, # 'В' + 131: 46, # 'Г' + 132: 41, # 'Д' + 133: 48, # 'Е' + 134: 56, # 'Ж' + 135: 51, # 'З' + 136: 42, # 'И' + 137: 60, # 'Й' + 138: 36, # 'К' + 139: 49, # 'Л' + 140: 38, # 'М' + 141: 31, # 'Н' + 142: 34, # 'О' + 143: 35, # 'П' + 144: 45, # 'Р' + 145: 32, # 'С' + 146: 40, # 'Т' + 147: 52, # 'У' + 148: 53, # 'Ф' + 149: 55, # 'Х' + 150: 58, # 'Ц' + 151: 50, # 'Ч' + 152: 57, # 'Ш' + 153: 63, # 'Щ' + 154: 70, # 'Ъ' + 155: 62, # 'Ы' + 156: 61, # 'Ь' + 157: 47, # 'Э' + 158: 59, # 'Ю' + 159: 43, # 'Я' + 160: 191, # '†' + 161: 192, # '°' + 162: 193, # 'Ґ' + 163: 194, # '£' + 164: 195, # '§' + 165: 196, # '•' + 166: 197, # '¶' + 167: 198, # 'І' + 168: 199, # '®' + 169: 200, # '©' + 170: 201, # '™' + 171: 202, # 'Ђ' + 172: 203, # 'ђ' + 173: 204, # '≠' + 174: 205, # 'Ѓ' + 175: 206, # 'ѓ' + 176: 207, # '∞' + 177: 208, # '±' + 178: 209, # '≤' + 179: 210, # '≥' + 180: 211, # 'і' + 181: 212, # 'µ' + 182: 213, # 'ґ' + 183: 214, # 'Ј' + 184: 215, # 'Є' + 185: 216, # 'є' + 186: 217, # 'Ї' + 187: 218, # 'ї' + 188: 219, # 'Љ' + 189: 220, # 'љ' + 190: 221, # 'Њ' + 191: 222, # 'њ' + 192: 223, # 'ј' + 193: 224, # 'Ѕ' + 194: 225, # '¬' + 195: 226, # '√' + 196: 227, # 'ƒ' + 197: 228, # '≈' + 198: 229, # '∆' + 199: 230, # '«' + 200: 231, # '»' + 201: 232, # '…' + 202: 233, # '\xa0' + 203: 234, # 'Ћ' + 204: 235, # 'ћ' + 205: 236, # 'Ќ' + 206: 237, # 'ќ' + 207: 238, # 'ѕ' + 208: 239, # '–' + 209: 240, # '—' + 210: 241, # '“' + 211: 242, # '”' + 212: 243, # '‘' + 213: 244, # '’' + 214: 245, # '÷' + 215: 246, # '„' + 216: 247, # 'Ў' + 217: 248, # 'ў' + 218: 249, # 'Џ' + 219: 250, # 'џ' + 220: 251, # '№' + 221: 252, # 'Ё' + 222: 68, # 'ё' + 223: 16, # 'я' + 224: 3, # 'а' + 225: 21, # 'б' + 226: 10, # 'в' + 227: 19, # 'г' + 228: 13, # 'д' + 229: 2, # 'е' + 230: 24, # 'ж' + 231: 20, # 'з' + 232: 4, # 'и' + 233: 23, # 'й' + 234: 11, # 'к' + 235: 8, # 'л' + 236: 12, # 'м' + 237: 5, # 'н' + 238: 1, # 'о' + 239: 15, # 'п' + 240: 9, # 'р' + 241: 7, # 'с' + 242: 6, # 'т' + 243: 14, # 'у' + 244: 39, # 'ф' + 245: 26, # 'х' + 246: 28, # 'ц' + 247: 22, # 'ч' + 248: 25, # 'ш' + 249: 29, # 'щ' + 250: 54, # 'ъ' + 251: 18, # 'ы' + 252: 17, # 'ь' + 253: 30, # 'э' + 254: 27, # 'ю' + 255: 255, # '€' +} + +MACCYRILLIC_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="MacCyrillic", + language="Russian", + char_to_order_map=MACCYRILLIC_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +ISO_8859_5_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # '\x80' + 129: 192, # '\x81' + 130: 193, # '\x82' + 131: 194, # '\x83' + 132: 195, # '\x84' + 133: 196, # '\x85' + 134: 197, # '\x86' + 135: 198, # '\x87' + 136: 199, # '\x88' + 137: 200, # '\x89' + 138: 201, # '\x8a' + 139: 202, # '\x8b' + 140: 203, # '\x8c' + 141: 204, # '\x8d' + 142: 205, # '\x8e' + 143: 206, # '\x8f' + 144: 207, # '\x90' + 145: 208, # '\x91' + 146: 209, # '\x92' + 147: 210, # '\x93' + 148: 211, # '\x94' + 149: 212, # '\x95' + 150: 213, # '\x96' + 151: 214, # '\x97' + 152: 215, # '\x98' + 153: 216, # '\x99' + 154: 217, # '\x9a' + 155: 218, # '\x9b' + 156: 219, # '\x9c' + 157: 220, # '\x9d' + 158: 221, # '\x9e' + 159: 222, # '\x9f' + 160: 223, # '\xa0' + 161: 224, # 'Ё' + 162: 225, # 'Ђ' + 163: 226, # 'Ѓ' + 164: 227, # 'Є' + 165: 228, # 'Ѕ' + 166: 229, # 'І' + 167: 230, # 'Ї' + 168: 231, # 'Ј' + 169: 232, # 'Љ' + 170: 233, # 'Њ' + 171: 234, # 'Ћ' + 172: 235, # 'Ќ' + 173: 236, # '\xad' + 174: 237, # 'Ў' + 175: 238, # 'Џ' + 176: 37, # 'А' + 177: 44, # 'Б' + 178: 33, # 'В' + 179: 46, # 'Г' + 180: 41, # 'Д' + 181: 48, # 'Е' + 182: 56, # 'Ж' + 183: 51, # 'З' + 184: 42, # 'И' + 185: 60, # 'Й' + 186: 36, # 'К' + 187: 49, # 'Л' + 188: 38, # 'М' + 189: 31, # 'Н' + 190: 34, # 'О' + 191: 35, # 'П' + 192: 45, # 'Р' + 193: 32, # 'С' + 194: 40, # 'Т' + 195: 52, # 'У' + 196: 53, # 'Ф' + 197: 55, # 'Х' + 198: 58, # 'Ц' + 199: 50, # 'Ч' + 200: 57, # 'Ш' + 201: 63, # 'Щ' + 202: 70, # 'Ъ' + 203: 62, # 'Ы' + 204: 61, # 'Ь' + 205: 47, # 'Э' + 206: 59, # 'Ю' + 207: 43, # 'Я' + 208: 3, # 'а' + 209: 21, # 'б' + 210: 10, # 'в' + 211: 19, # 'г' + 212: 13, # 'д' + 213: 2, # 'е' + 214: 24, # 'ж' + 215: 20, # 'з' + 216: 4, # 'и' + 217: 23, # 'й' + 218: 11, # 'к' + 219: 8, # 'л' + 220: 12, # 'м' + 221: 5, # 'н' + 222: 1, # 'о' + 223: 15, # 'п' + 224: 9, # 'р' + 225: 7, # 'с' + 226: 6, # 'т' + 227: 14, # 'у' + 228: 39, # 'ф' + 229: 26, # 'х' + 230: 28, # 'ц' + 231: 22, # 'ч' + 232: 25, # 'ш' + 233: 29, # 'щ' + 234: 54, # 'ъ' + 235: 18, # 'ы' + 236: 17, # 'ь' + 237: 30, # 'э' + 238: 27, # 'ю' + 239: 16, # 'я' + 240: 239, # '№' + 241: 68, # 'ё' + 242: 240, # 'ђ' + 243: 241, # 'ѓ' + 244: 242, # 'є' + 245: 243, # 'ѕ' + 246: 244, # 'і' + 247: 245, # 'ї' + 248: 246, # 'ј' + 249: 247, # 'љ' + 250: 248, # 'њ' + 251: 249, # 'ћ' + 252: 250, # 'ќ' + 253: 251, # '§' + 254: 252, # 'ў' + 255: 255, # 'џ' +} + +ISO_8859_5_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-5", + language="Russian", + char_to_order_map=ISO_8859_5_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py new file mode 100644 index 00000000..489cad93 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py @@ -0,0 +1,4380 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +THAI_LANG_MODEL = { + 5: { # 'ก' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 3, # 'ฎ' + 57: 2, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 2, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 2, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 3, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 1, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 30: { # 'ข' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 0, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 2, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 2, # 'ี' + 40: 3, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 24: { # 'ค' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 2, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 3, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 8: { # 'ง' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 1, # 'ฉ' + 34: 2, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 2, # 'ศ' + 46: 1, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 3, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 26: { # 'จ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 3, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 52: { # 'ฉ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 1, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 34: { # 'ช' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 1, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 51: { # 'ซ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 3, # 'ึ' + 27: 2, # 'ื' + 32: 1, # 'ุ' + 35: 1, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 1, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 47: { # 'ญ' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 3, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 2, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 58: { # 'ฎ' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 1, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 57: { # 'ฏ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 49: { # 'ฐ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 53: { # 'ฑ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 55: { # 'ฒ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 43: { # 'ณ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 3, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 3, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 3, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 20: { # 'ด' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 2, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 1, # 'ึ' + 27: 2, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 2, # 'ๆ' + 37: 2, # '็' + 6: 1, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 19: { # 'ต' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 2, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 2, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 1, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 2, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 44: { # 'ถ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 3, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 14: { # 'ท' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 3, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 3, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 1, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 3, # 'ศ' + 46: 1, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 48: { # 'ธ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 2, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 2, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 3: { # 'น' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 2, # 'ถ' + 14: 3, # 'ท' + 48: 3, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 1, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 3, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 3, # 'โ' + 29: 3, # 'ใ' + 33: 3, # 'ไ' + 50: 2, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 17: { # 'บ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 1, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 2, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 2, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 25: { # 'ป' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 1, # 'ฎ' + 57: 3, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 1, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 2, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 1, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 39: { # 'ผ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 1, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 0, # 'ุ' + 35: 3, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 1, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 62: { # 'ฝ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 1, # 'ี' + 40: 2, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 1, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 31: { # 'พ' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 2, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 1, # 'ึ' + 27: 3, # 'ื' + 32: 1, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 0, # '่' + 7: 1, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 54: { # 'ฟ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 45: { # 'ภ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 2, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 9: { # 'ม' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 2, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 1, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 2, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 16: { # 'ย' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 2, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 1, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 2, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 2: { # 'ร' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 2, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 3, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 3, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 3, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 2, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 2, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 3, # 'เ' + 28: 3, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 61: { # 'ฤ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 2, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 15: { # 'ล' + 5: 2, # 'ก' + 30: 3, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 3, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 2, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 2, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 12: { # 'ว' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 2, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 42: { # 'ศ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 2, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 3, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 2, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 46: { # 'ษ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 2, # 'ฎ' + 57: 1, # 'ฏ' + 49: 2, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 18: { # 'ส' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 3, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 2, # 'ภ' + 9: 3, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 0, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 1, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 21: { # 'ห' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 4: { # 'อ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 63: { # 'ฯ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 22: { # 'ะ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 1, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 10: { # 'ั' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 3, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 2, # 'ฐ' + 53: 0, # 'ฑ' + 55: 3, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 1: { # 'า' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 1, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 2, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 3, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 3, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 36: { # 'ำ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 23: { # 'ิ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 3, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 2, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 3, # 'ศ' + 46: 2, # 'ษ' + 18: 2, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 13: { # 'ี' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 40: { # 'ึ' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 3, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 27: { # 'ื' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 32: { # 'ุ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 3, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 1, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 1, # 'ศ' + 46: 2, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 35: { # 'ู' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 11: { # 'เ' + 5: 3, # 'ก' + 30: 3, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 3, # 'ฉ' + 34: 3, # 'ช' + 51: 2, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 3, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 3, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 28: { # 'แ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 3, # 'ต' + 44: 2, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 3, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 41: { # 'โ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 1, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 29: { # 'ใ' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 33: { # 'ไ' + 5: 1, # 'ก' + 30: 2, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 1, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 2, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 50: { # 'ๆ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 37: { # '็' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 6: { # '่' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 7: { # '้' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 38: { # '์' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 1, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 56: { # '๑' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 2, # '๑' + 59: 1, # '๒' + 60: 1, # '๕' + }, + 59: { # '๒' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 1, # '๑' + 59: 1, # '๒' + 60: 3, # '๕' + }, + 60: { # '๕' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 2, # '๑' + 59: 1, # '๒' + 60: 0, # '๕' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +TIS_620_THAI_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 182, # 'A' + 66: 106, # 'B' + 67: 107, # 'C' + 68: 100, # 'D' + 69: 183, # 'E' + 70: 184, # 'F' + 71: 185, # 'G' + 72: 101, # 'H' + 73: 94, # 'I' + 74: 186, # 'J' + 75: 187, # 'K' + 76: 108, # 'L' + 77: 109, # 'M' + 78: 110, # 'N' + 79: 111, # 'O' + 80: 188, # 'P' + 81: 189, # 'Q' + 82: 190, # 'R' + 83: 89, # 'S' + 84: 95, # 'T' + 85: 112, # 'U' + 86: 113, # 'V' + 87: 191, # 'W' + 88: 192, # 'X' + 89: 193, # 'Y' + 90: 194, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 64, # 'a' + 98: 72, # 'b' + 99: 73, # 'c' + 100: 114, # 'd' + 101: 74, # 'e' + 102: 115, # 'f' + 103: 116, # 'g' + 104: 102, # 'h' + 105: 81, # 'i' + 106: 201, # 'j' + 107: 117, # 'k' + 108: 90, # 'l' + 109: 103, # 'm' + 110: 78, # 'n' + 111: 82, # 'o' + 112: 96, # 'p' + 113: 202, # 'q' + 114: 91, # 'r' + 115: 79, # 's' + 116: 84, # 't' + 117: 104, # 'u' + 118: 105, # 'v' + 119: 97, # 'w' + 120: 98, # 'x' + 121: 92, # 'y' + 122: 203, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 209, # '\x80' + 129: 210, # '\x81' + 130: 211, # '\x82' + 131: 212, # '\x83' + 132: 213, # '\x84' + 133: 88, # '\x85' + 134: 214, # '\x86' + 135: 215, # '\x87' + 136: 216, # '\x88' + 137: 217, # '\x89' + 138: 218, # '\x8a' + 139: 219, # '\x8b' + 140: 220, # '\x8c' + 141: 118, # '\x8d' + 142: 221, # '\x8e' + 143: 222, # '\x8f' + 144: 223, # '\x90' + 145: 224, # '\x91' + 146: 99, # '\x92' + 147: 85, # '\x93' + 148: 83, # '\x94' + 149: 225, # '\x95' + 150: 226, # '\x96' + 151: 227, # '\x97' + 152: 228, # '\x98' + 153: 229, # '\x99' + 154: 230, # '\x9a' + 155: 231, # '\x9b' + 156: 232, # '\x9c' + 157: 233, # '\x9d' + 158: 234, # '\x9e' + 159: 235, # '\x9f' + 160: 236, # None + 161: 5, # 'ก' + 162: 30, # 'ข' + 163: 237, # 'ฃ' + 164: 24, # 'ค' + 165: 238, # 'ฅ' + 166: 75, # 'ฆ' + 167: 8, # 'ง' + 168: 26, # 'จ' + 169: 52, # 'ฉ' + 170: 34, # 'ช' + 171: 51, # 'ซ' + 172: 119, # 'ฌ' + 173: 47, # 'ญ' + 174: 58, # 'ฎ' + 175: 57, # 'ฏ' + 176: 49, # 'ฐ' + 177: 53, # 'ฑ' + 178: 55, # 'ฒ' + 179: 43, # 'ณ' + 180: 20, # 'ด' + 181: 19, # 'ต' + 182: 44, # 'ถ' + 183: 14, # 'ท' + 184: 48, # 'ธ' + 185: 3, # 'น' + 186: 17, # 'บ' + 187: 25, # 'ป' + 188: 39, # 'ผ' + 189: 62, # 'ฝ' + 190: 31, # 'พ' + 191: 54, # 'ฟ' + 192: 45, # 'ภ' + 193: 9, # 'ม' + 194: 16, # 'ย' + 195: 2, # 'ร' + 196: 61, # 'ฤ' + 197: 15, # 'ล' + 198: 239, # 'ฦ' + 199: 12, # 'ว' + 200: 42, # 'ศ' + 201: 46, # 'ษ' + 202: 18, # 'ส' + 203: 21, # 'ห' + 204: 76, # 'ฬ' + 205: 4, # 'อ' + 206: 66, # 'ฮ' + 207: 63, # 'ฯ' + 208: 22, # 'ะ' + 209: 10, # 'ั' + 210: 1, # 'า' + 211: 36, # 'ำ' + 212: 23, # 'ิ' + 213: 13, # 'ี' + 214: 40, # 'ึ' + 215: 27, # 'ื' + 216: 32, # 'ุ' + 217: 35, # 'ู' + 218: 86, # 'ฺ' + 219: 240, # None + 220: 241, # None + 221: 242, # None + 222: 243, # None + 223: 244, # '฿' + 224: 11, # 'เ' + 225: 28, # 'แ' + 226: 41, # 'โ' + 227: 29, # 'ใ' + 228: 33, # 'ไ' + 229: 245, # 'ๅ' + 230: 50, # 'ๆ' + 231: 37, # '็' + 232: 6, # '่' + 233: 7, # '้' + 234: 67, # '๊' + 235: 77, # '๋' + 236: 38, # '์' + 237: 93, # 'ํ' + 238: 246, # '๎' + 239: 247, # '๏' + 240: 68, # '๐' + 241: 56, # '๑' + 242: 59, # '๒' + 243: 65, # '๓' + 244: 69, # '๔' + 245: 60, # '๕' + 246: 70, # '๖' + 247: 80, # '๗' + 248: 71, # '๘' + 249: 87, # '๙' + 250: 248, # '๚' + 251: 249, # '๛' + 252: 250, # None + 253: 251, # None + 254: 252, # None + 255: 253, # None +} + +TIS_620_THAI_MODEL = SingleByteCharSetModel( + charset_name="TIS-620", + language="Thai", + char_to_order_map=TIS_620_THAI_CHAR_TO_ORDER, + language_model=THAI_LANG_MODEL, + typical_positive_ratio=0.926386, + keep_ascii_letters=False, + alphabet="กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛", +) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py new file mode 100644 index 00000000..291857c2 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py @@ -0,0 +1,4380 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +TURKISH_LANG_MODEL = { + 23: { # 'A' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 37: { # 'B' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 47: { # 'C' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 39: { # 'D' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 0, # 'ş' + }, + 29: { # 'E' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 52: { # 'F' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 1, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 2, # 'ş' + }, + 36: { # 'G' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 2, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 1, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 45: { # 'H' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 2, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 2, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 53: { # 'I' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 60: { # 'J' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 16: { # 'K' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 1, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 49: { # 'L' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 2, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 20: { # 'M' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 0, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 46: { # 'N' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 42: { # 'O' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 2, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 48: { # 'P' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 44: { # 'R' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 35: { # 'S' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 1, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 2, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 31: { # 'T' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 2, # 't' + 14: 2, # 'u' + 32: 1, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 51: { # 'U' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 38: { # 'V' + 23: 1, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 1, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 62: { # 'W' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 43: { # 'Y' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 0, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 1, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 56: { # 'Z' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 1: { # 'a' + 23: 3, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 1, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 21: { # 'b' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 3, # 'g' + 25: 1, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 2, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 28: { # 'c' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 2, # 'T' + 51: 2, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 3, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 1, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 1, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 2, # 'ş' + }, + 12: { # 'd' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 2: { # 'e' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 18: { # 'f' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 1, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 1, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 27: { # 'g' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 25: { # 'h' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 3: { # 'i' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 1, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 3, # 'g' + 25: 1, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 24: { # 'j' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 10: { # 'k' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 2, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 5: { # 'l' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 1, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 2, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 13: { # 'm' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 2, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 4: { # 'n' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 15: { # 'o' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 2, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 2, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 2, # 'ş' + }, + 26: { # 'p' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 7: { # 'r' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 1, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 8: { # 's' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 9: { # 't' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 14: { # 'u' + 23: 3, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 2, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 2, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 32: { # 'v' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 57: { # 'w' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 1, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 58: { # 'x' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 11: { # 'y' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 22: { # 'z' + 23: 2, # 'A' + 37: 2, # 'B' + 47: 1, # 'C' + 39: 2, # 'D' + 29: 3, # 'E' + 52: 1, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 2, # 'N' + 42: 2, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 3, # 'T' + 51: 2, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 1, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 2, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 1, # 'Ş' + 19: 2, # 'ş' + }, + 63: { # '·' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 54: { # 'Ç' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 3, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 50: { # 'Ö' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 2, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 1, # 'N' + 42: 2, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 1, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 1, # 's' + 9: 2, # 't' + 14: 0, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 55: { # 'Ü' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 59: { # 'â' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 0, # 'ş' + }, + 33: { # 'ç' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 0, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 61: { # 'î' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 1, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 34: { # 'ö' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 1, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 3, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 1, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 17: { # 'ü' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 30: { # 'ğ' + 23: 0, # 'A' + 37: 2, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 2, # 'N' + 42: 2, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 3, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 2, # 'İ' + 6: 2, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 41: { # 'İ' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 2, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 6: { # 'ı' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 40: { # 'Ş' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 2, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 0, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 3, # 'f' + 27: 0, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 1, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 1, # 'ü' + 30: 2, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 2, # 'ş' + }, + 19: { # 'ş' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 2, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 1, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +ISO_8859_9_TURKISH_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 255, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 255, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 255, # ' ' + 33: 255, # '!' + 34: 255, # '"' + 35: 255, # '#' + 36: 255, # '$' + 37: 255, # '%' + 38: 255, # '&' + 39: 255, # "'" + 40: 255, # '(' + 41: 255, # ')' + 42: 255, # '*' + 43: 255, # '+' + 44: 255, # ',' + 45: 255, # '-' + 46: 255, # '.' + 47: 255, # '/' + 48: 255, # '0' + 49: 255, # '1' + 50: 255, # '2' + 51: 255, # '3' + 52: 255, # '4' + 53: 255, # '5' + 54: 255, # '6' + 55: 255, # '7' + 56: 255, # '8' + 57: 255, # '9' + 58: 255, # ':' + 59: 255, # ';' + 60: 255, # '<' + 61: 255, # '=' + 62: 255, # '>' + 63: 255, # '?' + 64: 255, # '@' + 65: 23, # 'A' + 66: 37, # 'B' + 67: 47, # 'C' + 68: 39, # 'D' + 69: 29, # 'E' + 70: 52, # 'F' + 71: 36, # 'G' + 72: 45, # 'H' + 73: 53, # 'I' + 74: 60, # 'J' + 75: 16, # 'K' + 76: 49, # 'L' + 77: 20, # 'M' + 78: 46, # 'N' + 79: 42, # 'O' + 80: 48, # 'P' + 81: 69, # 'Q' + 82: 44, # 'R' + 83: 35, # 'S' + 84: 31, # 'T' + 85: 51, # 'U' + 86: 38, # 'V' + 87: 62, # 'W' + 88: 65, # 'X' + 89: 43, # 'Y' + 90: 56, # 'Z' + 91: 255, # '[' + 92: 255, # '\\' + 93: 255, # ']' + 94: 255, # '^' + 95: 255, # '_' + 96: 255, # '`' + 97: 1, # 'a' + 98: 21, # 'b' + 99: 28, # 'c' + 100: 12, # 'd' + 101: 2, # 'e' + 102: 18, # 'f' + 103: 27, # 'g' + 104: 25, # 'h' + 105: 3, # 'i' + 106: 24, # 'j' + 107: 10, # 'k' + 108: 5, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 15, # 'o' + 112: 26, # 'p' + 113: 64, # 'q' + 114: 7, # 'r' + 115: 8, # 's' + 116: 9, # 't' + 117: 14, # 'u' + 118: 32, # 'v' + 119: 57, # 'w' + 120: 58, # 'x' + 121: 11, # 'y' + 122: 22, # 'z' + 123: 255, # '{' + 124: 255, # '|' + 125: 255, # '}' + 126: 255, # '~' + 127: 255, # '\x7f' + 128: 180, # '\x80' + 129: 179, # '\x81' + 130: 178, # '\x82' + 131: 177, # '\x83' + 132: 176, # '\x84' + 133: 175, # '\x85' + 134: 174, # '\x86' + 135: 173, # '\x87' + 136: 172, # '\x88' + 137: 171, # '\x89' + 138: 170, # '\x8a' + 139: 169, # '\x8b' + 140: 168, # '\x8c' + 141: 167, # '\x8d' + 142: 166, # '\x8e' + 143: 165, # '\x8f' + 144: 164, # '\x90' + 145: 163, # '\x91' + 146: 162, # '\x92' + 147: 161, # '\x93' + 148: 160, # '\x94' + 149: 159, # '\x95' + 150: 101, # '\x96' + 151: 158, # '\x97' + 152: 157, # '\x98' + 153: 156, # '\x99' + 154: 155, # '\x9a' + 155: 154, # '\x9b' + 156: 153, # '\x9c' + 157: 152, # '\x9d' + 158: 151, # '\x9e' + 159: 106, # '\x9f' + 160: 150, # '\xa0' + 161: 149, # '¡' + 162: 148, # '¢' + 163: 147, # '£' + 164: 146, # '¤' + 165: 145, # '¥' + 166: 144, # '¦' + 167: 100, # '§' + 168: 143, # '¨' + 169: 142, # '©' + 170: 141, # 'ª' + 171: 140, # '«' + 172: 139, # '¬' + 173: 138, # '\xad' + 174: 137, # '®' + 175: 136, # '¯' + 176: 94, # '°' + 177: 80, # '±' + 178: 93, # '²' + 179: 135, # '³' + 180: 105, # '´' + 181: 134, # 'µ' + 182: 133, # '¶' + 183: 63, # '·' + 184: 132, # '¸' + 185: 131, # '¹' + 186: 130, # 'º' + 187: 129, # '»' + 188: 128, # '¼' + 189: 127, # '½' + 190: 126, # '¾' + 191: 125, # '¿' + 192: 124, # 'À' + 193: 104, # 'Á' + 194: 73, # 'Â' + 195: 99, # 'Ã' + 196: 79, # 'Ä' + 197: 85, # 'Å' + 198: 123, # 'Æ' + 199: 54, # 'Ç' + 200: 122, # 'È' + 201: 98, # 'É' + 202: 92, # 'Ê' + 203: 121, # 'Ë' + 204: 120, # 'Ì' + 205: 91, # 'Í' + 206: 103, # 'Î' + 207: 119, # 'Ï' + 208: 68, # 'Ğ' + 209: 118, # 'Ñ' + 210: 117, # 'Ò' + 211: 97, # 'Ó' + 212: 116, # 'Ô' + 213: 115, # 'Õ' + 214: 50, # 'Ö' + 215: 90, # '×' + 216: 114, # 'Ø' + 217: 113, # 'Ù' + 218: 112, # 'Ú' + 219: 111, # 'Û' + 220: 55, # 'Ü' + 221: 41, # 'İ' + 222: 40, # 'Ş' + 223: 86, # 'ß' + 224: 89, # 'à' + 225: 70, # 'á' + 226: 59, # 'â' + 227: 78, # 'ã' + 228: 71, # 'ä' + 229: 82, # 'å' + 230: 88, # 'æ' + 231: 33, # 'ç' + 232: 77, # 'è' + 233: 66, # 'é' + 234: 84, # 'ê' + 235: 83, # 'ë' + 236: 110, # 'ì' + 237: 75, # 'í' + 238: 61, # 'î' + 239: 96, # 'ï' + 240: 30, # 'ğ' + 241: 67, # 'ñ' + 242: 109, # 'ò' + 243: 74, # 'ó' + 244: 87, # 'ô' + 245: 102, # 'õ' + 246: 34, # 'ö' + 247: 95, # '÷' + 248: 81, # 'ø' + 249: 108, # 'ù' + 250: 76, # 'ú' + 251: 72, # 'û' + 252: 17, # 'ü' + 253: 6, # 'ı' + 254: 19, # 'ş' + 255: 107, # 'ÿ' +} + +ISO_8859_9_TURKISH_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-9", + language="Turkish", + char_to_order_map=ISO_8859_9_TURKISH_CHAR_TO_ORDER, + language_model=TURKISH_LANG_MODEL, + typical_positive_ratio=0.97029, + keep_ascii_letters=True, + alphabet="ABCDEFGHIJKLMNOPRSTUVYZabcdefghijklmnoprstuvyzÂÇÎÖÛÜâçîöûüĞğİıŞş", +) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py new file mode 100644 index 00000000..59a01d91 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py @@ -0,0 +1,147 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState + +FREQ_CAT_NUM = 4 + +UDF = 0 # undefined +OTH = 1 # other +ASC = 2 # ascii capital letter +ASS = 3 # ascii small letter +ACV = 4 # accent capital vowel +ACO = 5 # accent capital other +ASV = 6 # accent small vowel +ASO = 7 # accent small other +CLASS_NUM = 8 # total classes + +# fmt: off +Latin1_CharToClass = ( + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 00 - 07 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 08 - 0F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 10 - 17 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 18 - 1F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 20 - 27 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 28 - 2F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 30 - 37 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 38 - 3F + OTH, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 40 - 47 + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 48 - 4F + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 50 - 57 + ASC, ASC, ASC, OTH, OTH, OTH, OTH, OTH, # 58 - 5F + OTH, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 60 - 67 + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 68 - 6F + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 70 - 77 + ASS, ASS, ASS, OTH, OTH, OTH, OTH, OTH, # 78 - 7F + OTH, UDF, OTH, ASO, OTH, OTH, OTH, OTH, # 80 - 87 + OTH, OTH, ACO, OTH, ACO, UDF, ACO, UDF, # 88 - 8F + UDF, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 90 - 97 + OTH, OTH, ASO, OTH, ASO, UDF, ASO, ACO, # 98 - 9F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A0 - A7 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A8 - AF + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B0 - B7 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B8 - BF + ACV, ACV, ACV, ACV, ACV, ACV, ACO, ACO, # C0 - C7 + ACV, ACV, ACV, ACV, ACV, ACV, ACV, ACV, # C8 - CF + ACO, ACO, ACV, ACV, ACV, ACV, ACV, OTH, # D0 - D7 + ACV, ACV, ACV, ACV, ACV, ACO, ACO, ACO, # D8 - DF + ASV, ASV, ASV, ASV, ASV, ASV, ASO, ASO, # E0 - E7 + ASV, ASV, ASV, ASV, ASV, ASV, ASV, ASV, # E8 - EF + ASO, ASO, ASV, ASV, ASV, ASV, ASV, OTH, # F0 - F7 + ASV, ASV, ASV, ASV, ASV, ASO, ASO, ASO, # F8 - FF +) + +# 0 : illegal +# 1 : very unlikely +# 2 : normal +# 3 : very likely +Latin1ClassModel = ( +# UDF OTH ASC ASS ACV ACO ASV ASO + 0, 0, 0, 0, 0, 0, 0, 0, # UDF + 0, 3, 3, 3, 3, 3, 3, 3, # OTH + 0, 3, 3, 3, 3, 3, 3, 3, # ASC + 0, 3, 3, 3, 1, 1, 3, 3, # ASS + 0, 3, 3, 3, 1, 2, 1, 2, # ACV + 0, 3, 3, 3, 3, 3, 3, 3, # ACO + 0, 3, 1, 3, 1, 1, 1, 3, # ASV + 0, 3, 1, 3, 1, 1, 3, 3, # ASO +) +# fmt: on + + +class Latin1Prober(CharSetProber): + def __init__(self) -> None: + super().__init__() + self._last_char_class = OTH + self._freq_counter: List[int] = [] + self.reset() + + def reset(self) -> None: + self._last_char_class = OTH + self._freq_counter = [0] * FREQ_CAT_NUM + super().reset() + + @property + def charset_name(self) -> str: + return "ISO-8859-1" + + @property + def language(self) -> str: + return "" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + byte_str = self.remove_xml_tags(byte_str) + for c in byte_str: + char_class = Latin1_CharToClass[c] + freq = Latin1ClassModel[(self._last_char_class * CLASS_NUM) + char_class] + if freq == 0: + self._state = ProbingState.NOT_ME + break + self._freq_counter[freq] += 1 + self._last_char_class = char_class + + return self.state + + def get_confidence(self) -> float: + if self.state == ProbingState.NOT_ME: + return 0.01 + + total = sum(self._freq_counter) + confidence = ( + 0.0 + if total < 0.01 + else (self._freq_counter[3] - self._freq_counter[1] * 20.0) / total + ) + confidence = max(confidence, 0.0) + # lower the confidence of latin1 so that other more accurate + # detector can take priority. + confidence *= 0.73 + return confidence diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py new file mode 100644 index 00000000..1425d10e --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py @@ -0,0 +1,162 @@ +######################## BEGIN LICENSE BLOCK ######################## +# This code was modified from latin1prober.py by Rob Speer . +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Rob Speer - adapt to MacRoman encoding +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState + +FREQ_CAT_NUM = 4 + +UDF = 0 # undefined +OTH = 1 # other +ASC = 2 # ascii capital letter +ASS = 3 # ascii small letter +ACV = 4 # accent capital vowel +ACO = 5 # accent capital other +ASV = 6 # accent small vowel +ASO = 7 # accent small other +ODD = 8 # character that is unlikely to appear +CLASS_NUM = 9 # total classes + +# The change from Latin1 is that we explicitly look for extended characters +# that are infrequently-occurring symbols, and consider them to always be +# improbable. This should let MacRoman get out of the way of more likely +# encodings in most situations. + +# fmt: off +MacRoman_CharToClass = ( + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 00 - 07 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 08 - 0F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 10 - 17 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 18 - 1F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 20 - 27 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 28 - 2F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 30 - 37 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 38 - 3F + OTH, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 40 - 47 + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 48 - 4F + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 50 - 57 + ASC, ASC, ASC, OTH, OTH, OTH, OTH, OTH, # 58 - 5F + OTH, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 60 - 67 + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 68 - 6F + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 70 - 77 + ASS, ASS, ASS, OTH, OTH, OTH, OTH, OTH, # 78 - 7F + ACV, ACV, ACO, ACV, ACO, ACV, ACV, ASV, # 80 - 87 + ASV, ASV, ASV, ASV, ASV, ASO, ASV, ASV, # 88 - 8F + ASV, ASV, ASV, ASV, ASV, ASV, ASO, ASV, # 90 - 97 + ASV, ASV, ASV, ASV, ASV, ASV, ASV, ASV, # 98 - 9F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, ASO, # A0 - A7 + OTH, OTH, ODD, ODD, OTH, OTH, ACV, ACV, # A8 - AF + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B0 - B7 + OTH, OTH, OTH, OTH, OTH, OTH, ASV, ASV, # B8 - BF + OTH, OTH, ODD, OTH, ODD, OTH, OTH, OTH, # C0 - C7 + OTH, OTH, OTH, ACV, ACV, ACV, ACV, ASV, # C8 - CF + OTH, OTH, OTH, OTH, OTH, OTH, OTH, ODD, # D0 - D7 + ASV, ACV, ODD, OTH, OTH, OTH, OTH, OTH, # D8 - DF + OTH, OTH, OTH, OTH, OTH, ACV, ACV, ACV, # E0 - E7 + ACV, ACV, ACV, ACV, ACV, ACV, ACV, ACV, # E8 - EF + ODD, ACV, ACV, ACV, ACV, ASV, ODD, ODD, # F0 - F7 + ODD, ODD, ODD, ODD, ODD, ODD, ODD, ODD, # F8 - FF +) + +# 0 : illegal +# 1 : very unlikely +# 2 : normal +# 3 : very likely +MacRomanClassModel = ( +# UDF OTH ASC ASS ACV ACO ASV ASO ODD + 0, 0, 0, 0, 0, 0, 0, 0, 0, # UDF + 0, 3, 3, 3, 3, 3, 3, 3, 1, # OTH + 0, 3, 3, 3, 3, 3, 3, 3, 1, # ASC + 0, 3, 3, 3, 1, 1, 3, 3, 1, # ASS + 0, 3, 3, 3, 1, 2, 1, 2, 1, # ACV + 0, 3, 3, 3, 3, 3, 3, 3, 1, # ACO + 0, 3, 1, 3, 1, 1, 1, 3, 1, # ASV + 0, 3, 1, 3, 1, 1, 3, 3, 1, # ASO + 0, 1, 1, 1, 1, 1, 1, 1, 1, # ODD +) +# fmt: on + + +class MacRomanProber(CharSetProber): + def __init__(self) -> None: + super().__init__() + self._last_char_class = OTH + self._freq_counter: List[int] = [] + self.reset() + + def reset(self) -> None: + self._last_char_class = OTH + self._freq_counter = [0] * FREQ_CAT_NUM + + # express the prior that MacRoman is a somewhat rare encoding; + # this can be done by starting out in a slightly improbable state + # that must be overcome + self._freq_counter[2] = 10 + + super().reset() + + @property + def charset_name(self) -> str: + return "MacRoman" + + @property + def language(self) -> str: + return "" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + byte_str = self.remove_xml_tags(byte_str) + for c in byte_str: + char_class = MacRoman_CharToClass[c] + freq = MacRomanClassModel[(self._last_char_class * CLASS_NUM) + char_class] + if freq == 0: + self._state = ProbingState.NOT_ME + break + self._freq_counter[freq] += 1 + self._last_char_class = char_class + + return self.state + + def get_confidence(self) -> float: + if self.state == ProbingState.NOT_ME: + return 0.01 + + total = sum(self._freq_counter) + confidence = ( + 0.0 + if total < 0.01 + else (self._freq_counter[3] - self._freq_counter[1] * 20.0) / total + ) + confidence = max(confidence, 0.0) + # lower the confidence of MacRoman so that other more accurate + # detector can take priority. + confidence *= 0.73 + return confidence diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py new file mode 100644 index 00000000..666307e8 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py @@ -0,0 +1,95 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# Proofpoint, Inc. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Optional, Union + +from .chardistribution import CharDistributionAnalysis +from .charsetprober import CharSetProber +from .codingstatemachine import CodingStateMachine +from .enums import LanguageFilter, MachineState, ProbingState + + +class MultiByteCharSetProber(CharSetProber): + """ + MultiByteCharSetProber + """ + + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self.distribution_analyzer: Optional[CharDistributionAnalysis] = None + self.coding_sm: Optional[CodingStateMachine] = None + self._last_char = bytearray(b"\0\0") + + def reset(self) -> None: + super().reset() + if self.coding_sm: + self.coding_sm.reset() + if self.distribution_analyzer: + self.distribution_analyzer.reset() + self._last_char = bytearray(b"\0\0") + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + assert self.coding_sm is not None + assert self.distribution_analyzer is not None + + for i, byte in enumerate(byte_str): + coding_state = self.coding_sm.next_state(byte) + if coding_state == MachineState.ERROR: + self.logger.debug( + "%s %s prober hit error at byte %s", + self.charset_name, + self.language, + i, + ) + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.distribution_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if self.distribution_analyzer.got_enough_data() and ( + self.get_confidence() > self.SHORTCUT_THRESHOLD + ): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + assert self.distribution_analyzer is not None + return self.distribution_analyzer.get_confidence() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py new file mode 100644 index 00000000..6cb9cc7b --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py @@ -0,0 +1,57 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# Proofpoint, Inc. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .big5prober import Big5Prober +from .charsetgroupprober import CharSetGroupProber +from .cp949prober import CP949Prober +from .enums import LanguageFilter +from .eucjpprober import EUCJPProber +from .euckrprober import EUCKRProber +from .euctwprober import EUCTWProber +from .gb2312prober import GB2312Prober +from .johabprober import JOHABProber +from .sjisprober import SJISProber +from .utf8prober import UTF8Prober + + +class MBCSGroupProber(CharSetGroupProber): + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self.probers = [ + UTF8Prober(), + SJISProber(), + EUCJPProber(), + GB2312Prober(), + EUCKRProber(), + CP949Prober(), + Big5Prober(), + EUCTWProber(), + JOHABProber(), + ] + self.reset() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py new file mode 100644 index 00000000..7bbe97e6 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py @@ -0,0 +1,661 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .codingstatemachinedict import CodingStateMachineDict +from .enums import MachineState + +# BIG5 + +# fmt: off +BIG5_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 #allow 0x00 as legal value + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 1, # 78 - 7f + 4, 4, 4, 4, 4, 4, 4, 4, # 80 - 87 + 4, 4, 4, 4, 4, 4, 4, 4, # 88 - 8f + 4, 4, 4, 4, 4, 4, 4, 4, # 90 - 97 + 4, 4, 4, 4, 4, 4, 4, 4, # 98 - 9f + 4, 3, 3, 3, 3, 3, 3, 3, # a0 - a7 + 3, 3, 3, 3, 3, 3, 3, 3, # a8 - af + 3, 3, 3, 3, 3, 3, 3, 3, # b0 - b7 + 3, 3, 3, 3, 3, 3, 3, 3, # b8 - bf + 3, 3, 3, 3, 3, 3, 3, 3, # c0 - c7 + 3, 3, 3, 3, 3, 3, 3, 3, # c8 - cf + 3, 3, 3, 3, 3, 3, 3, 3, # d0 - d7 + 3, 3, 3, 3, 3, 3, 3, 3, # d8 - df + 3, 3, 3, 3, 3, 3, 3, 3, # e0 - e7 + 3, 3, 3, 3, 3, 3, 3, 3, # e8 - ef + 3, 3, 3, 3, 3, 3, 3, 3, # f0 - f7 + 3, 3, 3, 3, 3, 3, 3, 0 # f8 - ff +) + +BIG5_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,#08-0f + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START#10-17 +) +# fmt: on + +BIG5_CHAR_LEN_TABLE = (0, 1, 1, 2, 0) + +BIG5_SM_MODEL: CodingStateMachineDict = { + "class_table": BIG5_CLS, + "class_factor": 5, + "state_table": BIG5_ST, + "char_len_table": BIG5_CHAR_LEN_TABLE, + "name": "Big5", +} + +# CP949 +# fmt: off +CP949_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, # 00 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, # 10 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 3f + 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, # 40 - 4f + 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 1, 1, 1, 1, 1, # 50 - 5f + 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, # 60 - 6f + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 1, 1, 1, 1, 1, # 70 - 7f + 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, # 80 - 8f + 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, # 90 - 9f + 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, # a0 - af + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, # b0 - bf + 7, 7, 7, 7, 7, 7, 9, 2, 2, 3, 2, 2, 2, 2, 2, 2, # c0 - cf + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, # d0 - df + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, # e0 - ef + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0, # f0 - ff +) + +CP949_ST = ( +#cls= 0 1 2 3 4 5 6 7 8 9 # previous state = + MachineState.ERROR,MachineState.START, 3,MachineState.ERROR,MachineState.START,MachineState.START, 4, 5,MachineState.ERROR, 6, # MachineState.START + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, # MachineState.ERROR + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME, # MachineState.ITS_ME + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START, # 3 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, # 4 + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, # 5 + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START, # 6 +) +# fmt: on + +CP949_CHAR_LEN_TABLE = (0, 1, 2, 0, 1, 1, 2, 2, 0, 2) + +CP949_SM_MODEL: CodingStateMachineDict = { + "class_table": CP949_CLS, + "class_factor": 10, + "state_table": CP949_ST, + "char_len_table": CP949_CHAR_LEN_TABLE, + "name": "CP949", +} + +# EUC-JP +# fmt: off +EUCJP_CLS = ( + 4, 4, 4, 4, 4, 4, 4, 4, # 00 - 07 + 4, 4, 4, 4, 4, 4, 5, 5, # 08 - 0f + 4, 4, 4, 4, 4, 4, 4, 4, # 10 - 17 + 4, 4, 4, 5, 4, 4, 4, 4, # 18 - 1f + 4, 4, 4, 4, 4, 4, 4, 4, # 20 - 27 + 4, 4, 4, 4, 4, 4, 4, 4, # 28 - 2f + 4, 4, 4, 4, 4, 4, 4, 4, # 30 - 37 + 4, 4, 4, 4, 4, 4, 4, 4, # 38 - 3f + 4, 4, 4, 4, 4, 4, 4, 4, # 40 - 47 + 4, 4, 4, 4, 4, 4, 4, 4, # 48 - 4f + 4, 4, 4, 4, 4, 4, 4, 4, # 50 - 57 + 4, 4, 4, 4, 4, 4, 4, 4, # 58 - 5f + 4, 4, 4, 4, 4, 4, 4, 4, # 60 - 67 + 4, 4, 4, 4, 4, 4, 4, 4, # 68 - 6f + 4, 4, 4, 4, 4, 4, 4, 4, # 70 - 77 + 4, 4, 4, 4, 4, 4, 4, 4, # 78 - 7f + 5, 5, 5, 5, 5, 5, 5, 5, # 80 - 87 + 5, 5, 5, 5, 5, 5, 1, 3, # 88 - 8f + 5, 5, 5, 5, 5, 5, 5, 5, # 90 - 97 + 5, 5, 5, 5, 5, 5, 5, 5, # 98 - 9f + 5, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 0, 0, 0, 0, 0, 0, 0, 0, # e0 - e7 + 0, 0, 0, 0, 0, 0, 0, 0, # e8 - ef + 0, 0, 0, 0, 0, 0, 0, 0, # f0 - f7 + 0, 0, 0, 0, 0, 0, 0, 5 # f8 - ff +) + +EUCJP_ST = ( + 3, 4, 3, 5,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.START,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#10-17 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 3,MachineState.ERROR,#18-1f + 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START#20-27 +) +# fmt: on + +EUCJP_CHAR_LEN_TABLE = (2, 2, 2, 3, 1, 0) + +EUCJP_SM_MODEL: CodingStateMachineDict = { + "class_table": EUCJP_CLS, + "class_factor": 6, + "state_table": EUCJP_ST, + "char_len_table": EUCJP_CHAR_LEN_TABLE, + "name": "EUC-JP", +} + +# EUC-KR +# fmt: off +EUCKR_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 1, 1, 1, 1, 1, 1, 1, 1, # 40 - 47 + 1, 1, 1, 1, 1, 1, 1, 1, # 48 - 4f + 1, 1, 1, 1, 1, 1, 1, 1, # 50 - 57 + 1, 1, 1, 1, 1, 1, 1, 1, # 58 - 5f + 1, 1, 1, 1, 1, 1, 1, 1, # 60 - 67 + 1, 1, 1, 1, 1, 1, 1, 1, # 68 - 6f + 1, 1, 1, 1, 1, 1, 1, 1, # 70 - 77 + 1, 1, 1, 1, 1, 1, 1, 1, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 0, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 3, 3, 3, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 3, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 0 # f8 - ff +) + +EUCKR_ST = ( + MachineState.ERROR,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START #08-0f +) +# fmt: on + +EUCKR_CHAR_LEN_TABLE = (0, 1, 2, 0) + +EUCKR_SM_MODEL: CodingStateMachineDict = { + "class_table": EUCKR_CLS, + "class_factor": 4, + "state_table": EUCKR_ST, + "char_len_table": EUCKR_CHAR_LEN_TABLE, + "name": "EUC-KR", +} + +# JOHAB +# fmt: off +JOHAB_CLS = ( + 4,4,4,4,4,4,4,4, # 00 - 07 + 4,4,4,4,4,4,0,0, # 08 - 0f + 4,4,4,4,4,4,4,4, # 10 - 17 + 4,4,4,0,4,4,4,4, # 18 - 1f + 4,4,4,4,4,4,4,4, # 20 - 27 + 4,4,4,4,4,4,4,4, # 28 - 2f + 4,3,3,3,3,3,3,3, # 30 - 37 + 3,3,3,3,3,3,3,3, # 38 - 3f + 3,1,1,1,1,1,1,1, # 40 - 47 + 1,1,1,1,1,1,1,1, # 48 - 4f + 1,1,1,1,1,1,1,1, # 50 - 57 + 1,1,1,1,1,1,1,1, # 58 - 5f + 1,1,1,1,1,1,1,1, # 60 - 67 + 1,1,1,1,1,1,1,1, # 68 - 6f + 1,1,1,1,1,1,1,1, # 70 - 77 + 1,1,1,1,1,1,1,2, # 78 - 7f + 6,6,6,6,8,8,8,8, # 80 - 87 + 8,8,8,8,8,8,8,8, # 88 - 8f + 8,7,7,7,7,7,7,7, # 90 - 97 + 7,7,7,7,7,7,7,7, # 98 - 9f + 7,7,7,7,7,7,7,7, # a0 - a7 + 7,7,7,7,7,7,7,7, # a8 - af + 7,7,7,7,7,7,7,7, # b0 - b7 + 7,7,7,7,7,7,7,7, # b8 - bf + 7,7,7,7,7,7,7,7, # c0 - c7 + 7,7,7,7,7,7,7,7, # c8 - cf + 7,7,7,7,5,5,5,5, # d0 - d7 + 5,9,9,9,9,9,9,5, # d8 - df + 9,9,9,9,9,9,9,9, # e0 - e7 + 9,9,9,9,9,9,9,9, # e8 - ef + 9,9,9,9,9,9,9,9, # f0 - f7 + 9,9,5,5,5,5,5,0 # f8 - ff +) + +JOHAB_ST = ( +# cls = 0 1 2 3 4 5 6 7 8 9 + MachineState.ERROR ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.ERROR ,MachineState.ERROR ,3 ,3 ,4 , # MachineState.START + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME, # MachineState.ITS_ME + MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR , # MachineState.ERROR + MachineState.ERROR ,MachineState.START ,MachineState.START ,MachineState.ERROR ,MachineState.ERROR ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.START , # 3 + MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START , # 4 +) +# fmt: on + +JOHAB_CHAR_LEN_TABLE = (0, 1, 1, 1, 1, 0, 0, 2, 2, 2) + +JOHAB_SM_MODEL: CodingStateMachineDict = { + "class_table": JOHAB_CLS, + "class_factor": 10, + "state_table": JOHAB_ST, + "char_len_table": JOHAB_CHAR_LEN_TABLE, + "name": "Johab", +} + +# EUC-TW +# fmt: off +EUCTW_CLS = ( + 2, 2, 2, 2, 2, 2, 2, 2, # 00 - 07 + 2, 2, 2, 2, 2, 2, 0, 0, # 08 - 0f + 2, 2, 2, 2, 2, 2, 2, 2, # 10 - 17 + 2, 2, 2, 0, 2, 2, 2, 2, # 18 - 1f + 2, 2, 2, 2, 2, 2, 2, 2, # 20 - 27 + 2, 2, 2, 2, 2, 2, 2, 2, # 28 - 2f + 2, 2, 2, 2, 2, 2, 2, 2, # 30 - 37 + 2, 2, 2, 2, 2, 2, 2, 2, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 2, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 6, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 3, 4, 4, 4, 4, 4, 4, # a0 - a7 + 5, 5, 1, 1, 1, 1, 1, 1, # a8 - af + 1, 1, 1, 1, 1, 1, 1, 1, # b0 - b7 + 1, 1, 1, 1, 1, 1, 1, 1, # b8 - bf + 1, 1, 3, 1, 3, 3, 3, 3, # c0 - c7 + 3, 3, 3, 3, 3, 3, 3, 3, # c8 - cf + 3, 3, 3, 3, 3, 3, 3, 3, # d0 - d7 + 3, 3, 3, 3, 3, 3, 3, 3, # d8 - df + 3, 3, 3, 3, 3, 3, 3, 3, # e0 - e7 + 3, 3, 3, 3, 3, 3, 3, 3, # e8 - ef + 3, 3, 3, 3, 3, 3, 3, 3, # f0 - f7 + 3, 3, 3, 3, 3, 3, 3, 0 # f8 - ff +) + +EUCTW_ST = ( + MachineState.ERROR,MachineState.ERROR,MachineState.START, 3, 3, 3, 4,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.START,MachineState.ERROR,#10-17 + MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.START,MachineState.START,#20-27 + MachineState.START,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START #28-2f +) +# fmt: on + +EUCTW_CHAR_LEN_TABLE = (0, 0, 1, 2, 2, 2, 3) + +EUCTW_SM_MODEL: CodingStateMachineDict = { + "class_table": EUCTW_CLS, + "class_factor": 7, + "state_table": EUCTW_ST, + "char_len_table": EUCTW_CHAR_LEN_TABLE, + "name": "x-euc-tw", +} + +# GB2312 +# fmt: off +GB2312_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 3, 3, 3, 3, 3, 3, 3, 3, # 30 - 37 + 3, 3, 1, 1, 1, 1, 1, 1, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 4, # 78 - 7f + 5, 6, 6, 6, 6, 6, 6, 6, # 80 - 87 + 6, 6, 6, 6, 6, 6, 6, 6, # 88 - 8f + 6, 6, 6, 6, 6, 6, 6, 6, # 90 - 97 + 6, 6, 6, 6, 6, 6, 6, 6, # 98 - 9f + 6, 6, 6, 6, 6, 6, 6, 6, # a0 - a7 + 6, 6, 6, 6, 6, 6, 6, 6, # a8 - af + 6, 6, 6, 6, 6, 6, 6, 6, # b0 - b7 + 6, 6, 6, 6, 6, 6, 6, 6, # b8 - bf + 6, 6, 6, 6, 6, 6, 6, 6, # c0 - c7 + 6, 6, 6, 6, 6, 6, 6, 6, # c8 - cf + 6, 6, 6, 6, 6, 6, 6, 6, # d0 - d7 + 6, 6, 6, 6, 6, 6, 6, 6, # d8 - df + 6, 6, 6, 6, 6, 6, 6, 6, # e0 - e7 + 6, 6, 6, 6, 6, 6, 6, 6, # e8 - ef + 6, 6, 6, 6, 6, 6, 6, 6, # f0 - f7 + 6, 6, 6, 6, 6, 6, 6, 0 # f8 - ff +) + +GB2312_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, 3,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,#10-17 + 4,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + MachineState.ERROR,MachineState.ERROR, 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,#20-27 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START #28-2f +) +# fmt: on + +# To be accurate, the length of class 6 can be either 2 or 4. +# But it is not necessary to discriminate between the two since +# it is used for frequency analysis only, and we are validating +# each code range there as well. So it is safe to set it to be +# 2 here. +GB2312_CHAR_LEN_TABLE = (0, 1, 1, 1, 1, 1, 2) + +GB2312_SM_MODEL: CodingStateMachineDict = { + "class_table": GB2312_CLS, + "class_factor": 7, + "state_table": GB2312_ST, + "char_len_table": GB2312_CHAR_LEN_TABLE, + "name": "GB2312", +} + +# Shift_JIS +# fmt: off +SJIS_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 1, # 78 - 7f + 3, 3, 3, 3, 3, 2, 2, 3, # 80 - 87 + 3, 3, 3, 3, 3, 3, 3, 3, # 88 - 8f + 3, 3, 3, 3, 3, 3, 3, 3, # 90 - 97 + 3, 3, 3, 3, 3, 3, 3, 3, # 98 - 9f + #0xa0 is illegal in sjis encoding, but some pages does + #contain such byte. We need to be more error forgiven. + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 3, 3, 3, 3, 3, 3, 3, 3, # e0 - e7 + 3, 3, 3, 3, 3, 4, 4, 4, # e8 - ef + 3, 3, 3, 3, 3, 3, 3, 3, # f0 - f7 + 3, 3, 3, 3, 3, 0, 0, 0, # f8 - ff +) + +SJIS_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START #10-17 +) +# fmt: on + +SJIS_CHAR_LEN_TABLE = (0, 1, 1, 2, 0, 0) + +SJIS_SM_MODEL: CodingStateMachineDict = { + "class_table": SJIS_CLS, + "class_factor": 6, + "state_table": SJIS_ST, + "char_len_table": SJIS_CHAR_LEN_TABLE, + "name": "Shift_JIS", +} + +# UCS2-BE +# fmt: off +UCS2BE_CLS = ( + 0, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 1, 0, 0, 2, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 3, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 3, 3, 3, 3, 3, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 0, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 0, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 0, 0, 0, 0, 0, 0, 0, # a0 - a7 + 0, 0, 0, 0, 0, 0, 0, 0, # a8 - af + 0, 0, 0, 0, 0, 0, 0, 0, # b0 - b7 + 0, 0, 0, 0, 0, 0, 0, 0, # b8 - bf + 0, 0, 0, 0, 0, 0, 0, 0, # c0 - c7 + 0, 0, 0, 0, 0, 0, 0, 0, # c8 - cf + 0, 0, 0, 0, 0, 0, 0, 0, # d0 - d7 + 0, 0, 0, 0, 0, 0, 0, 0, # d8 - df + 0, 0, 0, 0, 0, 0, 0, 0, # e0 - e7 + 0, 0, 0, 0, 0, 0, 0, 0, # e8 - ef + 0, 0, 0, 0, 0, 0, 0, 0, # f0 - f7 + 0, 0, 0, 0, 0, 0, 4, 5 # f8 - ff +) + +UCS2BE_ST = ( + 5, 7, 7,MachineState.ERROR, 4, 3,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME, 6, 6, 6, 6,MachineState.ERROR,MachineState.ERROR,#10-17 + 6, 6, 6, 6, 6,MachineState.ITS_ME, 6, 6,#18-1f + 6, 6, 6, 6, 5, 7, 7,MachineState.ERROR,#20-27 + 5, 8, 6, 6,MachineState.ERROR, 6, 6, 6,#28-2f + 6, 6, 6, 6,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START #30-37 +) +# fmt: on + +UCS2BE_CHAR_LEN_TABLE = (2, 2, 2, 0, 2, 2) + +UCS2BE_SM_MODEL: CodingStateMachineDict = { + "class_table": UCS2BE_CLS, + "class_factor": 6, + "state_table": UCS2BE_ST, + "char_len_table": UCS2BE_CHAR_LEN_TABLE, + "name": "UTF-16BE", +} + +# UCS2-LE +# fmt: off +UCS2LE_CLS = ( + 0, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 1, 0, 0, 2, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 3, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 3, 3, 3, 3, 3, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 0, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 0, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 0, 0, 0, 0, 0, 0, 0, # a0 - a7 + 0, 0, 0, 0, 0, 0, 0, 0, # a8 - af + 0, 0, 0, 0, 0, 0, 0, 0, # b0 - b7 + 0, 0, 0, 0, 0, 0, 0, 0, # b8 - bf + 0, 0, 0, 0, 0, 0, 0, 0, # c0 - c7 + 0, 0, 0, 0, 0, 0, 0, 0, # c8 - cf + 0, 0, 0, 0, 0, 0, 0, 0, # d0 - d7 + 0, 0, 0, 0, 0, 0, 0, 0, # d8 - df + 0, 0, 0, 0, 0, 0, 0, 0, # e0 - e7 + 0, 0, 0, 0, 0, 0, 0, 0, # e8 - ef + 0, 0, 0, 0, 0, 0, 0, 0, # f0 - f7 + 0, 0, 0, 0, 0, 0, 4, 5 # f8 - ff +) + +UCS2LE_ST = ( + 6, 6, 7, 6, 4, 3,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME, 5, 5, 5,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,#10-17 + 5, 5, 5,MachineState.ERROR, 5,MachineState.ERROR, 6, 6,#18-1f + 7, 6, 8, 8, 5, 5, 5,MachineState.ERROR,#20-27 + 5, 5, 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 5, 5,#28-2f + 5, 5, 5,MachineState.ERROR, 5,MachineState.ERROR,MachineState.START,MachineState.START #30-37 +) +# fmt: on + +UCS2LE_CHAR_LEN_TABLE = (2, 2, 2, 2, 2, 2) + +UCS2LE_SM_MODEL: CodingStateMachineDict = { + "class_table": UCS2LE_CLS, + "class_factor": 6, + "state_table": UCS2LE_ST, + "char_len_table": UCS2LE_CHAR_LEN_TABLE, + "name": "UTF-16LE", +} + +# UTF-8 +# fmt: off +UTF8_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 #allow 0x00 as a legal value + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 1, 1, 1, 1, 1, 1, 1, 1, # 40 - 47 + 1, 1, 1, 1, 1, 1, 1, 1, # 48 - 4f + 1, 1, 1, 1, 1, 1, 1, 1, # 50 - 57 + 1, 1, 1, 1, 1, 1, 1, 1, # 58 - 5f + 1, 1, 1, 1, 1, 1, 1, 1, # 60 - 67 + 1, 1, 1, 1, 1, 1, 1, 1, # 68 - 6f + 1, 1, 1, 1, 1, 1, 1, 1, # 70 - 77 + 1, 1, 1, 1, 1, 1, 1, 1, # 78 - 7f + 2, 2, 2, 2, 3, 3, 3, 3, # 80 - 87 + 4, 4, 4, 4, 4, 4, 4, 4, # 88 - 8f + 4, 4, 4, 4, 4, 4, 4, 4, # 90 - 97 + 4, 4, 4, 4, 4, 4, 4, 4, # 98 - 9f + 5, 5, 5, 5, 5, 5, 5, 5, # a0 - a7 + 5, 5, 5, 5, 5, 5, 5, 5, # a8 - af + 5, 5, 5, 5, 5, 5, 5, 5, # b0 - b7 + 5, 5, 5, 5, 5, 5, 5, 5, # b8 - bf + 0, 0, 6, 6, 6, 6, 6, 6, # c0 - c7 + 6, 6, 6, 6, 6, 6, 6, 6, # c8 - cf + 6, 6, 6, 6, 6, 6, 6, 6, # d0 - d7 + 6, 6, 6, 6, 6, 6, 6, 6, # d8 - df + 7, 8, 8, 8, 8, 8, 8, 8, # e0 - e7 + 8, 8, 8, 8, 8, 9, 8, 8, # e8 - ef + 10, 11, 11, 11, 11, 11, 11, 11, # f0 - f7 + 12, 13, 13, 13, 14, 15, 0, 0 # f8 - ff +) + +UTF8_ST = ( + MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 12, 10,#00-07 + 9, 11, 8, 7, 6, 5, 4, 3,#08-0f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#10-17 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#20-27 + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#28-2f + MachineState.ERROR,MachineState.ERROR, 5, 5, 5, 5,MachineState.ERROR,MachineState.ERROR,#30-37 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#38-3f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 5, 5, 5,MachineState.ERROR,MachineState.ERROR,#40-47 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#48-4f + MachineState.ERROR,MachineState.ERROR, 7, 7, 7, 7,MachineState.ERROR,MachineState.ERROR,#50-57 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#58-5f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 7, 7,MachineState.ERROR,MachineState.ERROR,#60-67 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#68-6f + MachineState.ERROR,MachineState.ERROR, 9, 9, 9, 9,MachineState.ERROR,MachineState.ERROR,#70-77 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#78-7f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 9,MachineState.ERROR,MachineState.ERROR,#80-87 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#88-8f + MachineState.ERROR,MachineState.ERROR, 12, 12, 12, 12,MachineState.ERROR,MachineState.ERROR,#90-97 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#98-9f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 12,MachineState.ERROR,MachineState.ERROR,#a0-a7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#a8-af + MachineState.ERROR,MachineState.ERROR, 12, 12, 12,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#b0-b7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#b8-bf + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,#c0-c7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR #c8-cf +) +# fmt: on + +UTF8_CHAR_LEN_TABLE = (0, 1, 0, 0, 0, 0, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6) + +UTF8_SM_MODEL: CodingStateMachineDict = { + "class_table": UTF8_CLS, + "class_factor": 16, + "state_table": UTF8_ST, + "char_len_table": UTF8_CHAR_LEN_TABLE, + "name": "UTF-8", +} diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..438712a2963d4a43f77da06114088766b5153ca4 GIT binary patch literal 235 zcmZ8bI|>3Z5Z(9z5$wH!g$`;f-atDmix4-X3HwQy$qIV~FW?zGi^uQ;vfWl@!A2j< z%zKZ=W1f@AIEgs!rswXyy7iA{5S@EcCo{2sB-D$l=`!sN4vfU0I5p@k15*mAAy+!~ z1_{Aec~#i?kHC$Lx*cr_r>h*dG>or_INXtUUkE|{$Uf_eL+1bh literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2795a357e22bc51249c3af77b718b88da382d778 GIT binary patch literal 9790 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 L7yykaq~`q}Qt2VN literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py new file mode 100644 index 00000000..eb40c5f0 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py @@ -0,0 +1,352 @@ +""" +Metadata about languages used by our model training code for our +SingleByteCharSetProbers. Could be used for other things in the future. + +This code is based on the language metadata from the uchardet project. +""" + +from string import ascii_letters +from typing import List, Optional + +# TODO: Add Ukrainian (KOI8-U) + + +class Language: + """Metadata about a language useful for training models + + :ivar name: The human name for the language, in English. + :type name: str + :ivar iso_code: 2-letter ISO 639-1 if possible, 3-letter ISO code otherwise, + or use another catalog as a last resort. + :type iso_code: str + :ivar use_ascii: Whether or not ASCII letters should be included in trained + models. + :type use_ascii: bool + :ivar charsets: The charsets we want to support and create data for. + :type charsets: list of str + :ivar alphabet: The characters in the language's alphabet. If `use_ascii` is + `True`, you only need to add those not in the ASCII set. + :type alphabet: str + :ivar wiki_start_pages: The Wikipedia pages to start from if we're crawling + Wikipedia for training data. + :type wiki_start_pages: list of str + """ + + def __init__( + self, + name: Optional[str] = None, + iso_code: Optional[str] = None, + use_ascii: bool = True, + charsets: Optional[List[str]] = None, + alphabet: Optional[str] = None, + wiki_start_pages: Optional[List[str]] = None, + ) -> None: + super().__init__() + self.name = name + self.iso_code = iso_code + self.use_ascii = use_ascii + self.charsets = charsets + if self.use_ascii: + if alphabet: + alphabet += ascii_letters + else: + alphabet = ascii_letters + elif not alphabet: + raise ValueError("Must supply alphabet if use_ascii is False") + self.alphabet = "".join(sorted(set(alphabet))) if alphabet else None + self.wiki_start_pages = wiki_start_pages + + def __repr__(self) -> str: + param_str = ", ".join( + f"{k}={v!r}" for k, v in self.__dict__.items() if not k.startswith("_") + ) + return f"{self.__class__.__name__}({param_str})" + + +LANGUAGES = { + "Arabic": Language( + name="Arabic", + iso_code="ar", + use_ascii=False, + # We only support encodings that use isolated + # forms, because the current recommendation is + # that the rendering system handles presentation + # forms. This means we purposefully skip IBM864. + charsets=["ISO-8859-6", "WINDOWS-1256", "CP720", "CP864"], + alphabet="ءآأؤإئابةتثجحخدذرزسشصضطظعغػؼؽؾؿـفقكلمنهوىيًٌٍَُِّ", + wiki_start_pages=["الصفحة_الرئيسية"], + ), + "Belarusian": Language( + name="Belarusian", + iso_code="be", + use_ascii=False, + charsets=["ISO-8859-5", "WINDOWS-1251", "IBM866", "MacCyrillic"], + alphabet="АБВГДЕЁЖЗІЙКЛМНОПРСТУЎФХЦЧШЫЬЭЮЯабвгдеёжзійклмнопрстуўфхцчшыьэюяʼ", + wiki_start_pages=["Галоўная_старонка"], + ), + "Bulgarian": Language( + name="Bulgarian", + iso_code="bg", + use_ascii=False, + charsets=["ISO-8859-5", "WINDOWS-1251", "IBM855"], + alphabet="АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя", + wiki_start_pages=["Начална_страница"], + ), + "Czech": Language( + name="Czech", + iso_code="cz", + use_ascii=True, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="áčďéěíňóřšťúůýžÁČĎÉĚÍŇÓŘŠŤÚŮÝŽ", + wiki_start_pages=["Hlavní_strana"], + ), + "Danish": Language( + name="Danish", + iso_code="da", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="æøåÆØÅ", + wiki_start_pages=["Forside"], + ), + "German": Language( + name="German", + iso_code="de", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="äöüßẞÄÖÜ", + wiki_start_pages=["Wikipedia:Hauptseite"], + ), + "Greek": Language( + name="Greek", + iso_code="el", + use_ascii=False, + charsets=["ISO-8859-7", "WINDOWS-1253"], + alphabet="αβγδεζηθικλμνξοπρσςτυφχψωάέήίόύώΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΣΤΥΦΧΨΩΆΈΉΊΌΎΏ", + wiki_start_pages=["Πύλη:Κύρια"], + ), + "English": Language( + name="English", + iso_code="en", + use_ascii=True, + charsets=["ISO-8859-1", "WINDOWS-1252", "MacRoman"], + wiki_start_pages=["Main_Page"], + ), + "Esperanto": Language( + name="Esperanto", + iso_code="eo", + # Q, W, X, and Y not used at all + use_ascii=False, + charsets=["ISO-8859-3"], + alphabet="abcĉdefgĝhĥijĵklmnoprsŝtuŭvzABCĈDEFGĜHĤIJĴKLMNOPRSŜTUŬVZ", + wiki_start_pages=["Vikipedio:Ĉefpaĝo"], + ), + "Spanish": Language( + name="Spanish", + iso_code="es", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ñáéíóúüÑÁÉÍÓÚÜ", + wiki_start_pages=["Wikipedia:Portada"], + ), + "Estonian": Language( + name="Estonian", + iso_code="et", + use_ascii=False, + charsets=["ISO-8859-4", "ISO-8859-13", "WINDOWS-1257"], + # C, F, Š, Q, W, X, Y, Z, Ž are only for + # loanwords + alphabet="ABDEGHIJKLMNOPRSTUVÕÄÖÜabdeghijklmnoprstuvõäöü", + wiki_start_pages=["Esileht"], + ), + "Finnish": Language( + name="Finnish", + iso_code="fi", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ÅÄÖŠŽåäöšž", + wiki_start_pages=["Wikipedia:Etusivu"], + ), + "French": Language( + name="French", + iso_code="fr", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="œàâçèéîïùûêŒÀÂÇÈÉÎÏÙÛÊ", + wiki_start_pages=["Wikipédia:Accueil_principal", "Bœuf (animal)"], + ), + "Hebrew": Language( + name="Hebrew", + iso_code="he", + use_ascii=False, + charsets=["ISO-8859-8", "WINDOWS-1255"], + alphabet="אבגדהוזחטיךכלםמןנסעףפץצקרשתװױײ", + wiki_start_pages=["עמוד_ראשי"], + ), + "Croatian": Language( + name="Croatian", + iso_code="hr", + # Q, W, X, Y are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="abcčćdđefghijklmnoprsštuvzžABCČĆDĐEFGHIJKLMNOPRSŠTUVZŽ", + wiki_start_pages=["Glavna_stranica"], + ), + "Hungarian": Language( + name="Hungarian", + iso_code="hu", + # Q, W, X, Y are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="abcdefghijklmnoprstuvzáéíóöőúüűABCDEFGHIJKLMNOPRSTUVZÁÉÍÓÖŐÚÜŰ", + wiki_start_pages=["Kezdőlap"], + ), + "Italian": Language( + name="Italian", + iso_code="it", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ÀÈÉÌÒÓÙàèéìòóù", + wiki_start_pages=["Pagina_principale"], + ), + "Lithuanian": Language( + name="Lithuanian", + iso_code="lt", + use_ascii=False, + charsets=["ISO-8859-13", "WINDOWS-1257", "ISO-8859-4"], + # Q, W, and X not used at all + alphabet="AĄBCČDEĘĖFGHIĮYJKLMNOPRSŠTUŲŪVZŽaąbcčdeęėfghiįyjklmnoprsštuųūvzž", + wiki_start_pages=["Pagrindinis_puslapis"], + ), + "Latvian": Language( + name="Latvian", + iso_code="lv", + use_ascii=False, + charsets=["ISO-8859-13", "WINDOWS-1257", "ISO-8859-4"], + # Q, W, X, Y are only for loanwords + alphabet="AĀBCČDEĒFGĢHIĪJKĶLĻMNŅOPRSŠTUŪVZŽaābcčdeēfgģhiījkķlļmnņoprsštuūvzž", + wiki_start_pages=["Sākumlapa"], + ), + "Macedonian": Language( + name="Macedonian", + iso_code="mk", + use_ascii=False, + charsets=["ISO-8859-5", "WINDOWS-1251", "MacCyrillic", "IBM855"], + alphabet="АБВГДЃЕЖЗЅИЈКЛЉМНЊОПРСТЌУФХЦЧЏШабвгдѓежзѕијклљмнњопрстќуфхцчџш", + wiki_start_pages=["Главна_страница"], + ), + "Dutch": Language( + name="Dutch", + iso_code="nl", + use_ascii=True, + charsets=["ISO-8859-1", "WINDOWS-1252", "MacRoman"], + wiki_start_pages=["Hoofdpagina"], + ), + "Polish": Language( + name="Polish", + iso_code="pl", + # Q and X are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="AĄBCĆDEĘFGHIJKLŁMNŃOÓPRSŚTUWYZŹŻaąbcćdeęfghijklłmnńoóprsśtuwyzźż", + wiki_start_pages=["Wikipedia:Strona_główna"], + ), + "Portuguese": Language( + name="Portuguese", + iso_code="pt", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ÁÂÃÀÇÉÊÍÓÔÕÚáâãàçéêíóôõú", + wiki_start_pages=["Wikipédia:Página_principal"], + ), + "Romanian": Language( + name="Romanian", + iso_code="ro", + use_ascii=True, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="ăâîșțĂÂÎȘȚ", + wiki_start_pages=["Pagina_principală"], + ), + "Russian": Language( + name="Russian", + iso_code="ru", + use_ascii=False, + charsets=[ + "ISO-8859-5", + "WINDOWS-1251", + "KOI8-R", + "MacCyrillic", + "IBM866", + "IBM855", + ], + alphabet="абвгдеёжзийклмнопрстуфхцчшщъыьэюяАБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ", + wiki_start_pages=["Заглавная_страница"], + ), + "Slovak": Language( + name="Slovak", + iso_code="sk", + use_ascii=True, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="áäčďéíĺľňóôŕšťúýžÁÄČĎÉÍĹĽŇÓÔŔŠŤÚÝŽ", + wiki_start_pages=["Hlavná_stránka"], + ), + "Slovene": Language( + name="Slovene", + iso_code="sl", + # Q, W, X, Y are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="abcčdefghijklmnoprsštuvzžABCČDEFGHIJKLMNOPRSŠTUVZŽ", + wiki_start_pages=["Glavna_stran"], + ), + # Serbian can be written in both Latin and Cyrillic, but there's no + # simple way to get the Latin alphabet pages from Wikipedia through + # the API, so for now we just support Cyrillic. + "Serbian": Language( + name="Serbian", + iso_code="sr", + alphabet="АБВГДЂЕЖЗИЈКЛЉМНЊОПРСТЋУФХЦЧЏШабвгдђежзијклљмнњопрстћуфхцчџш", + charsets=["ISO-8859-5", "WINDOWS-1251", "MacCyrillic", "IBM855"], + wiki_start_pages=["Главна_страна"], + ), + "Thai": Language( + name="Thai", + iso_code="th", + use_ascii=False, + charsets=["ISO-8859-11", "TIS-620", "CP874"], + alphabet="กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛", + wiki_start_pages=["หน้าหลัก"], + ), + "Turkish": Language( + name="Turkish", + iso_code="tr", + # Q, W, and X are not used by Turkish + use_ascii=False, + charsets=["ISO-8859-3", "ISO-8859-9", "WINDOWS-1254"], + alphabet="abcçdefgğhıijklmnoöprsştuüvyzâîûABCÇDEFGĞHIİJKLMNOÖPRSŞTUÜVYZÂÎÛ", + wiki_start_pages=["Ana_Sayfa"], + ), + "Vietnamese": Language( + name="Vietnamese", + iso_code="vi", + use_ascii=False, + # Windows-1258 is the only common 8-bit + # Vietnamese encoding supported by Python. + # From Wikipedia: + # For systems that lack support for Unicode, + # dozens of 8-bit Vietnamese code pages are + # available.[1] The most common are VISCII + # (TCVN 5712:1993), VPS, and Windows-1258.[3] + # Where ASCII is required, such as when + # ensuring readability in plain text e-mail, + # Vietnamese letters are often encoded + # according to Vietnamese Quoted-Readable + # (VIQR) or VSCII Mnemonic (VSCII-MNEM),[4] + # though usage of either variable-width + # scheme has declined dramatically following + # the adoption of Unicode on the World Wide + # Web. + charsets=["WINDOWS-1258"], + alphabet="aăâbcdđeêghiklmnoôơpqrstuưvxyAĂÂBCDĐEÊGHIKLMNOÔƠPQRSTUƯVXY", + wiki_start_pages=["Chữ_Quốc_ngữ"], + ), +} diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/py.typed b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py new file mode 100644 index 00000000..7d36e64c --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py @@ -0,0 +1,16 @@ +from typing import TYPE_CHECKING, Optional + +if TYPE_CHECKING: + # TypedDict was introduced in Python 3.8. + # + # TODO: Remove the else block and TYPE_CHECKING check when dropping support + # for Python 3.7. + from typing import TypedDict + + class ResultDict(TypedDict): + encoding: Optional[str] + confidence: float + language: Optional[str] + +else: + ResultDict = dict diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py new file mode 100644 index 00000000..0ffbcdd2 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py @@ -0,0 +1,162 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Dict, List, NamedTuple, Optional, Union + +from .charsetprober import CharSetProber +from .enums import CharacterCategory, ProbingState, SequenceLikelihood + + +class SingleByteCharSetModel(NamedTuple): + charset_name: str + language: str + char_to_order_map: Dict[int, int] + language_model: Dict[int, Dict[int, int]] + typical_positive_ratio: float + keep_ascii_letters: bool + alphabet: str + + +class SingleByteCharSetProber(CharSetProber): + SAMPLE_SIZE = 64 + SB_ENOUGH_REL_THRESHOLD = 1024 # 0.25 * SAMPLE_SIZE^2 + POSITIVE_SHORTCUT_THRESHOLD = 0.95 + NEGATIVE_SHORTCUT_THRESHOLD = 0.05 + + def __init__( + self, + model: SingleByteCharSetModel, + is_reversed: bool = False, + name_prober: Optional[CharSetProber] = None, + ) -> None: + super().__init__() + self._model = model + # TRUE if we need to reverse every pair in the model lookup + self._reversed = is_reversed + # Optional auxiliary prober for name decision + self._name_prober = name_prober + self._last_order = 255 + self._seq_counters: List[int] = [] + self._total_seqs = 0 + self._total_char = 0 + self._control_char = 0 + self._freq_char = 0 + self.reset() + + def reset(self) -> None: + super().reset() + # char order of last character + self._last_order = 255 + self._seq_counters = [0] * SequenceLikelihood.get_num_categories() + self._total_seqs = 0 + self._total_char = 0 + self._control_char = 0 + # characters that fall in our sampling range + self._freq_char = 0 + + @property + def charset_name(self) -> Optional[str]: + if self._name_prober: + return self._name_prober.charset_name + return self._model.charset_name + + @property + def language(self) -> Optional[str]: + if self._name_prober: + return self._name_prober.language + return self._model.language + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + # TODO: Make filter_international_words keep things in self.alphabet + if not self._model.keep_ascii_letters: + byte_str = self.filter_international_words(byte_str) + else: + byte_str = self.remove_xml_tags(byte_str) + if not byte_str: + return self.state + char_to_order_map = self._model.char_to_order_map + language_model = self._model.language_model + for char in byte_str: + order = char_to_order_map.get(char, CharacterCategory.UNDEFINED) + # XXX: This was SYMBOL_CAT_ORDER before, with a value of 250, but + # CharacterCategory.SYMBOL is actually 253, so we use CONTROL + # to make it closer to the original intent. The only difference + # is whether or not we count digits and control characters for + # _total_char purposes. + if order < CharacterCategory.CONTROL: + self._total_char += 1 + if order < self.SAMPLE_SIZE: + self._freq_char += 1 + if self._last_order < self.SAMPLE_SIZE: + self._total_seqs += 1 + if not self._reversed: + lm_cat = language_model[self._last_order][order] + else: + lm_cat = language_model[order][self._last_order] + self._seq_counters[lm_cat] += 1 + self._last_order = order + + charset_name = self._model.charset_name + if self.state == ProbingState.DETECTING: + if self._total_seqs > self.SB_ENOUGH_REL_THRESHOLD: + confidence = self.get_confidence() + if confidence > self.POSITIVE_SHORTCUT_THRESHOLD: + self.logger.debug( + "%s confidence = %s, we have a winner", charset_name, confidence + ) + self._state = ProbingState.FOUND_IT + elif confidence < self.NEGATIVE_SHORTCUT_THRESHOLD: + self.logger.debug( + "%s confidence = %s, below negative shortcut threshold %s", + charset_name, + confidence, + self.NEGATIVE_SHORTCUT_THRESHOLD, + ) + self._state = ProbingState.NOT_ME + + return self.state + + def get_confidence(self) -> float: + r = 0.01 + if self._total_seqs > 0: + r = ( + ( + self._seq_counters[SequenceLikelihood.POSITIVE] + + 0.25 * self._seq_counters[SequenceLikelihood.LIKELY] + ) + / self._total_seqs + / self._model.typical_positive_ratio + ) + # The more control characters (proportionnaly to the size + # of the text), the less confident we become in the current + # charset. + r = r * (self._total_char - self._control_char) / self._total_char + r = r * self._freq_char / self._total_char + if r >= 1.0: + r = 0.99 + return r diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py new file mode 100644 index 00000000..890ae846 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py @@ -0,0 +1,88 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .charsetgroupprober import CharSetGroupProber +from .hebrewprober import HebrewProber +from .langbulgarianmodel import ISO_8859_5_BULGARIAN_MODEL, WINDOWS_1251_BULGARIAN_MODEL +from .langgreekmodel import ISO_8859_7_GREEK_MODEL, WINDOWS_1253_GREEK_MODEL +from .langhebrewmodel import WINDOWS_1255_HEBREW_MODEL + +# from .langhungarianmodel import (ISO_8859_2_HUNGARIAN_MODEL, +# WINDOWS_1250_HUNGARIAN_MODEL) +from .langrussianmodel import ( + IBM855_RUSSIAN_MODEL, + IBM866_RUSSIAN_MODEL, + ISO_8859_5_RUSSIAN_MODEL, + KOI8_R_RUSSIAN_MODEL, + MACCYRILLIC_RUSSIAN_MODEL, + WINDOWS_1251_RUSSIAN_MODEL, +) +from .langthaimodel import TIS_620_THAI_MODEL +from .langturkishmodel import ISO_8859_9_TURKISH_MODEL +from .sbcharsetprober import SingleByteCharSetProber + + +class SBCSGroupProber(CharSetGroupProber): + def __init__(self) -> None: + super().__init__() + hebrew_prober = HebrewProber() + logical_hebrew_prober = SingleByteCharSetProber( + WINDOWS_1255_HEBREW_MODEL, is_reversed=False, name_prober=hebrew_prober + ) + # TODO: See if using ISO-8859-8 Hebrew model works better here, since + # it's actually the visual one + visual_hebrew_prober = SingleByteCharSetProber( + WINDOWS_1255_HEBREW_MODEL, is_reversed=True, name_prober=hebrew_prober + ) + hebrew_prober.set_model_probers(logical_hebrew_prober, visual_hebrew_prober) + # TODO: ORDER MATTERS HERE. I changed the order vs what was in master + # and several tests failed that did not before. Some thought + # should be put into the ordering, and we should consider making + # order not matter here, because that is very counter-intuitive. + self.probers = [ + SingleByteCharSetProber(WINDOWS_1251_RUSSIAN_MODEL), + SingleByteCharSetProber(KOI8_R_RUSSIAN_MODEL), + SingleByteCharSetProber(ISO_8859_5_RUSSIAN_MODEL), + SingleByteCharSetProber(MACCYRILLIC_RUSSIAN_MODEL), + SingleByteCharSetProber(IBM866_RUSSIAN_MODEL), + SingleByteCharSetProber(IBM855_RUSSIAN_MODEL), + SingleByteCharSetProber(ISO_8859_7_GREEK_MODEL), + SingleByteCharSetProber(WINDOWS_1253_GREEK_MODEL), + SingleByteCharSetProber(ISO_8859_5_BULGARIAN_MODEL), + SingleByteCharSetProber(WINDOWS_1251_BULGARIAN_MODEL), + # TODO: Restore Hungarian encodings (iso-8859-2 and windows-1250) + # after we retrain model. + # SingleByteCharSetProber(ISO_8859_2_HUNGARIAN_MODEL), + # SingleByteCharSetProber(WINDOWS_1250_HUNGARIAN_MODEL), + SingleByteCharSetProber(TIS_620_THAI_MODEL), + SingleByteCharSetProber(ISO_8859_9_TURKISH_MODEL), + hebrew_prober, + logical_hebrew_prober, + visual_hebrew_prober, + ] + self.reset() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py new file mode 100644 index 00000000..91df0779 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py @@ -0,0 +1,105 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Union + +from .chardistribution import SJISDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .enums import MachineState, ProbingState +from .jpcntx import SJISContextAnalysis +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import SJIS_SM_MODEL + + +class SJISProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(SJIS_SM_MODEL) + self.distribution_analyzer = SJISDistributionAnalysis() + self.context_analyzer = SJISContextAnalysis() + self.reset() + + def reset(self) -> None: + super().reset() + self.context_analyzer.reset() + + @property + def charset_name(self) -> str: + return self.context_analyzer.charset_name + + @property + def language(self) -> str: + return "Japanese" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + assert self.coding_sm is not None + assert self.distribution_analyzer is not None + + for i, byte in enumerate(byte_str): + coding_state = self.coding_sm.next_state(byte) + if coding_state == MachineState.ERROR: + self.logger.debug( + "%s %s prober hit error at byte %s", + self.charset_name, + self.language, + i, + ) + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte + self.context_analyzer.feed( + self._last_char[2 - char_len :], char_len + ) + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.context_analyzer.feed( + byte_str[i + 1 - char_len : i + 3 - char_len], char_len + ) + self.distribution_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if self.context_analyzer.got_enough_data() and ( + self.get_confidence() > self.SHORTCUT_THRESHOLD + ): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + assert self.distribution_analyzer is not None + + context_conf = self.context_analyzer.get_confidence() + distrib_conf = self.distribution_analyzer.get_confidence() + return max(context_conf, distrib_conf) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py new file mode 100644 index 00000000..30c441dc --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py @@ -0,0 +1,362 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### +""" +Module containing the UniversalDetector detector class, which is the primary +class a user of ``chardet`` should use. + +:author: Mark Pilgrim (initial port to Python) +:author: Shy Shalom (original C code) +:author: Dan Blanchard (major refactoring for 3.0) +:author: Ian Cordasco +""" + + +import codecs +import logging +import re +from typing import List, Optional, Union + +from .charsetgroupprober import CharSetGroupProber +from .charsetprober import CharSetProber +from .enums import InputState, LanguageFilter, ProbingState +from .escprober import EscCharSetProber +from .latin1prober import Latin1Prober +from .macromanprober import MacRomanProber +from .mbcsgroupprober import MBCSGroupProber +from .resultdict import ResultDict +from .sbcsgroupprober import SBCSGroupProber +from .utf1632prober import UTF1632Prober + + +class UniversalDetector: + """ + The ``UniversalDetector`` class underlies the ``chardet.detect`` function + and coordinates all of the different charset probers. + + To get a ``dict`` containing an encoding and its confidence, you can simply + run: + + .. code:: + + u = UniversalDetector() + u.feed(some_bytes) + u.close() + detected = u.result + + """ + + MINIMUM_THRESHOLD = 0.20 + HIGH_BYTE_DETECTOR = re.compile(b"[\x80-\xFF]") + ESC_DETECTOR = re.compile(b"(\033|~{)") + WIN_BYTE_DETECTOR = re.compile(b"[\x80-\x9F]") + ISO_WIN_MAP = { + "iso-8859-1": "Windows-1252", + "iso-8859-2": "Windows-1250", + "iso-8859-5": "Windows-1251", + "iso-8859-6": "Windows-1256", + "iso-8859-7": "Windows-1253", + "iso-8859-8": "Windows-1255", + "iso-8859-9": "Windows-1254", + "iso-8859-13": "Windows-1257", + } + # Based on https://encoding.spec.whatwg.org/#names-and-labels + # but altered to match Python names for encodings and remove mappings + # that break tests. + LEGACY_MAP = { + "ascii": "Windows-1252", + "iso-8859-1": "Windows-1252", + "tis-620": "ISO-8859-11", + "iso-8859-9": "Windows-1254", + "gb2312": "GB18030", + "euc-kr": "CP949", + "utf-16le": "UTF-16", + } + + def __init__( + self, + lang_filter: LanguageFilter = LanguageFilter.ALL, + should_rename_legacy: bool = False, + ) -> None: + self._esc_charset_prober: Optional[EscCharSetProber] = None + self._utf1632_prober: Optional[UTF1632Prober] = None + self._charset_probers: List[CharSetProber] = [] + self.result: ResultDict = { + "encoding": None, + "confidence": 0.0, + "language": None, + } + self.done = False + self._got_data = False + self._input_state = InputState.PURE_ASCII + self._last_char = b"" + self.lang_filter = lang_filter + self.logger = logging.getLogger(__name__) + self._has_win_bytes = False + self.should_rename_legacy = should_rename_legacy + self.reset() + + @property + def input_state(self) -> int: + return self._input_state + + @property + def has_win_bytes(self) -> bool: + return self._has_win_bytes + + @property + def charset_probers(self) -> List[CharSetProber]: + return self._charset_probers + + def reset(self) -> None: + """ + Reset the UniversalDetector and all of its probers back to their + initial states. This is called by ``__init__``, so you only need to + call this directly in between analyses of different documents. + """ + self.result = {"encoding": None, "confidence": 0.0, "language": None} + self.done = False + self._got_data = False + self._has_win_bytes = False + self._input_state = InputState.PURE_ASCII + self._last_char = b"" + if self._esc_charset_prober: + self._esc_charset_prober.reset() + if self._utf1632_prober: + self._utf1632_prober.reset() + for prober in self._charset_probers: + prober.reset() + + def feed(self, byte_str: Union[bytes, bytearray]) -> None: + """ + Takes a chunk of a document and feeds it through all of the relevant + charset probers. + + After calling ``feed``, you can check the value of the ``done`` + attribute to see if you need to continue feeding the + ``UniversalDetector`` more data, or if it has made a prediction + (in the ``result`` attribute). + + .. note:: + You should always call ``close`` when you're done feeding in your + document if ``done`` is not already ``True``. + """ + if self.done: + return + + if not byte_str: + return + + if not isinstance(byte_str, bytearray): + byte_str = bytearray(byte_str) + + # First check for known BOMs, since these are guaranteed to be correct + if not self._got_data: + # If the data starts with BOM, we know it is UTF + if byte_str.startswith(codecs.BOM_UTF8): + # EF BB BF UTF-8 with BOM + self.result = { + "encoding": "UTF-8-SIG", + "confidence": 1.0, + "language": "", + } + elif byte_str.startswith((codecs.BOM_UTF32_LE, codecs.BOM_UTF32_BE)): + # FF FE 00 00 UTF-32, little-endian BOM + # 00 00 FE FF UTF-32, big-endian BOM + self.result = {"encoding": "UTF-32", "confidence": 1.0, "language": ""} + elif byte_str.startswith(b"\xFE\xFF\x00\x00"): + # FE FF 00 00 UCS-4, unusual octet order BOM (3412) + self.result = { + # TODO: This encoding is not supported by Python. Should remove? + "encoding": "X-ISO-10646-UCS-4-3412", + "confidence": 1.0, + "language": "", + } + elif byte_str.startswith(b"\x00\x00\xFF\xFE"): + # 00 00 FF FE UCS-4, unusual octet order BOM (2143) + self.result = { + # TODO: This encoding is not supported by Python. Should remove? + "encoding": "X-ISO-10646-UCS-4-2143", + "confidence": 1.0, + "language": "", + } + elif byte_str.startswith((codecs.BOM_LE, codecs.BOM_BE)): + # FF FE UTF-16, little endian BOM + # FE FF UTF-16, big endian BOM + self.result = {"encoding": "UTF-16", "confidence": 1.0, "language": ""} + + self._got_data = True + if self.result["encoding"] is not None: + self.done = True + return + + # If none of those matched and we've only see ASCII so far, check + # for high bytes and escape sequences + if self._input_state == InputState.PURE_ASCII: + if self.HIGH_BYTE_DETECTOR.search(byte_str): + self._input_state = InputState.HIGH_BYTE + elif ( + self._input_state == InputState.PURE_ASCII + and self.ESC_DETECTOR.search(self._last_char + byte_str) + ): + self._input_state = InputState.ESC_ASCII + + self._last_char = byte_str[-1:] + + # next we will look to see if it is appears to be either a UTF-16 or + # UTF-32 encoding + if not self._utf1632_prober: + self._utf1632_prober = UTF1632Prober() + + if self._utf1632_prober.state == ProbingState.DETECTING: + if self._utf1632_prober.feed(byte_str) == ProbingState.FOUND_IT: + self.result = { + "encoding": self._utf1632_prober.charset_name, + "confidence": self._utf1632_prober.get_confidence(), + "language": "", + } + self.done = True + return + + # If we've seen escape sequences, use the EscCharSetProber, which + # uses a simple state machine to check for known escape sequences in + # HZ and ISO-2022 encodings, since those are the only encodings that + # use such sequences. + if self._input_state == InputState.ESC_ASCII: + if not self._esc_charset_prober: + self._esc_charset_prober = EscCharSetProber(self.lang_filter) + if self._esc_charset_prober.feed(byte_str) == ProbingState.FOUND_IT: + self.result = { + "encoding": self._esc_charset_prober.charset_name, + "confidence": self._esc_charset_prober.get_confidence(), + "language": self._esc_charset_prober.language, + } + self.done = True + # If we've seen high bytes (i.e., those with values greater than 127), + # we need to do more complicated checks using all our multi-byte and + # single-byte probers that are left. The single-byte probers + # use character bigram distributions to determine the encoding, whereas + # the multi-byte probers use a combination of character unigram and + # bigram distributions. + elif self._input_state == InputState.HIGH_BYTE: + if not self._charset_probers: + self._charset_probers = [MBCSGroupProber(self.lang_filter)] + # If we're checking non-CJK encodings, use single-byte prober + if self.lang_filter & LanguageFilter.NON_CJK: + self._charset_probers.append(SBCSGroupProber()) + self._charset_probers.append(Latin1Prober()) + self._charset_probers.append(MacRomanProber()) + for prober in self._charset_probers: + if prober.feed(byte_str) == ProbingState.FOUND_IT: + self.result = { + "encoding": prober.charset_name, + "confidence": prober.get_confidence(), + "language": prober.language, + } + self.done = True + break + if self.WIN_BYTE_DETECTOR.search(byte_str): + self._has_win_bytes = True + + def close(self) -> ResultDict: + """ + Stop analyzing the current document and come up with a final + prediction. + + :returns: The ``result`` attribute, a ``dict`` with the keys + `encoding`, `confidence`, and `language`. + """ + # Don't bother with checks if we're already done + if self.done: + return self.result + self.done = True + + if not self._got_data: + self.logger.debug("no data received!") + + # Default to ASCII if it is all we've seen so far + elif self._input_state == InputState.PURE_ASCII: + self.result = {"encoding": "ascii", "confidence": 1.0, "language": ""} + + # If we have seen non-ASCII, return the best that met MINIMUM_THRESHOLD + elif self._input_state == InputState.HIGH_BYTE: + prober_confidence = None + max_prober_confidence = 0.0 + max_prober = None + for prober in self._charset_probers: + if not prober: + continue + prober_confidence = prober.get_confidence() + if prober_confidence > max_prober_confidence: + max_prober_confidence = prober_confidence + max_prober = prober + if max_prober and (max_prober_confidence > self.MINIMUM_THRESHOLD): + charset_name = max_prober.charset_name + assert charset_name is not None + lower_charset_name = charset_name.lower() + confidence = max_prober.get_confidence() + # Use Windows encoding name instead of ISO-8859 if we saw any + # extra Windows-specific bytes + if lower_charset_name.startswith("iso-8859"): + if self._has_win_bytes: + charset_name = self.ISO_WIN_MAP.get( + lower_charset_name, charset_name + ) + # Rename legacy encodings with superset encodings if asked + if self.should_rename_legacy: + charset_name = self.LEGACY_MAP.get( + (charset_name or "").lower(), charset_name + ) + self.result = { + "encoding": charset_name, + "confidence": confidence, + "language": max_prober.language, + } + + # Log all prober confidences if none met MINIMUM_THRESHOLD + if self.logger.getEffectiveLevel() <= logging.DEBUG: + if self.result["encoding"] is None: + self.logger.debug("no probers hit minimum threshold") + for group_prober in self._charset_probers: + if not group_prober: + continue + if isinstance(group_prober, CharSetGroupProber): + for prober in group_prober.probers: + self.logger.debug( + "%s %s confidence = %s", + prober.charset_name, + prober.language, + prober.get_confidence(), + ) + else: + self.logger.debug( + "%s %s confidence = %s", + group_prober.charset_name, + group_prober.language, + group_prober.get_confidence(), + ) + return self.result diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py new file mode 100644 index 00000000..6bdec63d --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py @@ -0,0 +1,225 @@ +######################## BEGIN LICENSE BLOCK ######################## +# +# Contributor(s): +# Jason Zavaglia +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### +from typing import List, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState + + +class UTF1632Prober(CharSetProber): + """ + This class simply looks for occurrences of zero bytes, and infers + whether the file is UTF16 or UTF32 (low-endian or big-endian) + For instance, files looking like ( \0 \0 \0 [nonzero] )+ + have a good probability to be UTF32BE. Files looking like ( \0 [nonzero] )+ + may be guessed to be UTF16BE, and inversely for little-endian varieties. + """ + + # how many logical characters to scan before feeling confident of prediction + MIN_CHARS_FOR_DETECTION = 20 + # a fixed constant ratio of expected zeros or non-zeros in modulo-position. + EXPECTED_RATIO = 0.94 + + def __init__(self) -> None: + super().__init__() + self.position = 0 + self.zeros_at_mod = [0] * 4 + self.nonzeros_at_mod = [0] * 4 + self._state = ProbingState.DETECTING + self.quad = [0, 0, 0, 0] + self.invalid_utf16be = False + self.invalid_utf16le = False + self.invalid_utf32be = False + self.invalid_utf32le = False + self.first_half_surrogate_pair_detected_16be = False + self.first_half_surrogate_pair_detected_16le = False + self.reset() + + def reset(self) -> None: + super().reset() + self.position = 0 + self.zeros_at_mod = [0] * 4 + self.nonzeros_at_mod = [0] * 4 + self._state = ProbingState.DETECTING + self.invalid_utf16be = False + self.invalid_utf16le = False + self.invalid_utf32be = False + self.invalid_utf32le = False + self.first_half_surrogate_pair_detected_16be = False + self.first_half_surrogate_pair_detected_16le = False + self.quad = [0, 0, 0, 0] + + @property + def charset_name(self) -> str: + if self.is_likely_utf32be(): + return "utf-32be" + if self.is_likely_utf32le(): + return "utf-32le" + if self.is_likely_utf16be(): + return "utf-16be" + if self.is_likely_utf16le(): + return "utf-16le" + # default to something valid + return "utf-16" + + @property + def language(self) -> str: + return "" + + def approx_32bit_chars(self) -> float: + return max(1.0, self.position / 4.0) + + def approx_16bit_chars(self) -> float: + return max(1.0, self.position / 2.0) + + def is_likely_utf32be(self) -> bool: + approx_chars = self.approx_32bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + self.zeros_at_mod[0] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[1] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[2] / approx_chars > self.EXPECTED_RATIO + and self.nonzeros_at_mod[3] / approx_chars > self.EXPECTED_RATIO + and not self.invalid_utf32be + ) + + def is_likely_utf32le(self) -> bool: + approx_chars = self.approx_32bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + self.nonzeros_at_mod[0] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[1] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[2] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[3] / approx_chars > self.EXPECTED_RATIO + and not self.invalid_utf32le + ) + + def is_likely_utf16be(self) -> bool: + approx_chars = self.approx_16bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + (self.nonzeros_at_mod[1] + self.nonzeros_at_mod[3]) / approx_chars + > self.EXPECTED_RATIO + and (self.zeros_at_mod[0] + self.zeros_at_mod[2]) / approx_chars + > self.EXPECTED_RATIO + and not self.invalid_utf16be + ) + + def is_likely_utf16le(self) -> bool: + approx_chars = self.approx_16bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + (self.nonzeros_at_mod[0] + self.nonzeros_at_mod[2]) / approx_chars + > self.EXPECTED_RATIO + and (self.zeros_at_mod[1] + self.zeros_at_mod[3]) / approx_chars + > self.EXPECTED_RATIO + and not self.invalid_utf16le + ) + + def validate_utf32_characters(self, quad: List[int]) -> None: + """ + Validate if the quad of bytes is valid UTF-32. + + UTF-32 is valid in the range 0x00000000 - 0x0010FFFF + excluding 0x0000D800 - 0x0000DFFF + + https://en.wikipedia.org/wiki/UTF-32 + """ + if ( + quad[0] != 0 + or quad[1] > 0x10 + or (quad[0] == 0 and quad[1] == 0 and 0xD8 <= quad[2] <= 0xDF) + ): + self.invalid_utf32be = True + if ( + quad[3] != 0 + or quad[2] > 0x10 + or (quad[3] == 0 and quad[2] == 0 and 0xD8 <= quad[1] <= 0xDF) + ): + self.invalid_utf32le = True + + def validate_utf16_characters(self, pair: List[int]) -> None: + """ + Validate if the pair of bytes is valid UTF-16. + + UTF-16 is valid in the range 0x0000 - 0xFFFF excluding 0xD800 - 0xFFFF + with an exception for surrogate pairs, which must be in the range + 0xD800-0xDBFF followed by 0xDC00-0xDFFF + + https://en.wikipedia.org/wiki/UTF-16 + """ + if not self.first_half_surrogate_pair_detected_16be: + if 0xD8 <= pair[0] <= 0xDB: + self.first_half_surrogate_pair_detected_16be = True + elif 0xDC <= pair[0] <= 0xDF: + self.invalid_utf16be = True + else: + if 0xDC <= pair[0] <= 0xDF: + self.first_half_surrogate_pair_detected_16be = False + else: + self.invalid_utf16be = True + + if not self.first_half_surrogate_pair_detected_16le: + if 0xD8 <= pair[1] <= 0xDB: + self.first_half_surrogate_pair_detected_16le = True + elif 0xDC <= pair[1] <= 0xDF: + self.invalid_utf16le = True + else: + if 0xDC <= pair[1] <= 0xDF: + self.first_half_surrogate_pair_detected_16le = False + else: + self.invalid_utf16le = True + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for c in byte_str: + mod4 = self.position % 4 + self.quad[mod4] = c + if mod4 == 3: + self.validate_utf32_characters(self.quad) + self.validate_utf16_characters(self.quad[0:2]) + self.validate_utf16_characters(self.quad[2:4]) + if c == 0: + self.zeros_at_mod[mod4] += 1 + else: + self.nonzeros_at_mod[mod4] += 1 + self.position += 1 + return self.state + + @property + def state(self) -> ProbingState: + if self._state in {ProbingState.NOT_ME, ProbingState.FOUND_IT}: + # terminal, decided states + return self._state + if self.get_confidence() > 0.80: + self._state = ProbingState.FOUND_IT + elif self.position > 4 * 1024: + # if we get to 4kb into the file, and we can't conclude it's UTF, + # let's give up + self._state = ProbingState.NOT_ME + return self._state + + def get_confidence(self) -> float: + return ( + 0.85 + if ( + self.is_likely_utf16le() + or self.is_likely_utf16be() + or self.is_likely_utf32le() + or self.is_likely_utf32be() + ) + else 0.00 + ) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py new file mode 100644 index 00000000..d96354d9 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py @@ -0,0 +1,82 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Union + +from .charsetprober import CharSetProber +from .codingstatemachine import CodingStateMachine +from .enums import MachineState, ProbingState +from .mbcssm import UTF8_SM_MODEL + + +class UTF8Prober(CharSetProber): + ONE_CHAR_PROB = 0.5 + + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(UTF8_SM_MODEL) + self._num_mb_chars = 0 + self.reset() + + def reset(self) -> None: + super().reset() + self.coding_sm.reset() + self._num_mb_chars = 0 + + @property + def charset_name(self) -> str: + return "utf-8" + + @property + def language(self) -> str: + return "" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for c in byte_str: + coding_state = self.coding_sm.next_state(c) + if coding_state == MachineState.ERROR: + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + if self.coding_sm.get_current_charlen() >= 2: + self._num_mb_chars += 1 + + if self.state == ProbingState.DETECTING: + if self.get_confidence() > self.SHORTCUT_THRESHOLD: + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + unlike = 0.99 + if self._num_mb_chars < 6: + unlike *= self.ONE_CHAR_PROB**self._num_mb_chars + return 1.0 - unlike + return unlike diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py new file mode 100644 index 00000000..c5e9d85c --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py @@ -0,0 +1,9 @@ +""" +This module exists only to simplify retrieving the version number of chardet +from within setuptools and from chardet subpackages. + +:author: Dan Blanchard (dan.blanchard@gmail.com) +""" + +__version__ = "5.1.0" +VERSION = __version__.split(".") diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py new file mode 100644 index 00000000..383101cd --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py @@ -0,0 +1,7 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +from .initialise import init, deinit, reinit, colorama_text, just_fix_windows_console +from .ansi import Fore, Back, Style, Cursor +from .ansitowin32 import AnsiToWin32 + +__version__ = '0.4.6' + diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2123caacdcc641cf1a5269c1d9f754547b66fd37 GIT binary patch literal 527 zcmY*VJ#Q2-5Vdc;dmnq3A_`LIX;x9raEDSwNPvWBNCT%xPGK#(4rk(zmA!k(rGr1g zZ{W93A{t95NEC<;DP1bY`6x2Q^UNE0-pu;p1P@4JdJbgTUI^8=cHo_>1$x=x#TmpMI5+RL{Md$+rQo>(1 zi1jc+w8-VLlgCbLVVC*LjjtKbSHgK|4d-9cB~a+( z6i(2lQ=OK(_c&jl&}Q8(t)VMnR#eINxAlDbWJW<(>^5*~`9XNv$cBP2SmNlNW0doF y9p}?#eKpwEw(gX8=C)v^Xt{p~@Grp_|3Ql%XmNpdzN4L==+Uo@2cL4c3ElsxJDFAh literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e4fe0dd8544edc208a677740e9f4c1225dd6ab3d GIT binary patch literal 3985 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 J+6^D)>Oa#PMhO4_ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..90c4268fe92ae00d62456dc9a286d9dba835a259 GIT binary patch literal 16456 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 HGSL49oOWXD literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ee0c0aa9bd03cf5c9724f428d6a22a8d0412c88f GIT binary patch literal 3585 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 GN&gLj9KOK- literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..72b490debeb439cd9029054c1239e7b54deb9124 GIT binary patch literal 8161 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..26ca8a69649dd1f6092596d7cacece4c5d88ab0a GIT binary patch literal 9123 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 j`kpZkwtL6H^4(9JPq=H z4~BW);}!1_$KxpIu$`PX;Xgb0S33yFEo!2v*xe)Q1!}v_`wDwTVoQD^g)i5Mo^(HY@ik3;Wf%7wyuf z;lU=F*z}Q*m`IZ*#n3;Xe?Z^*v@Jw?)22;)XnZ5!lTSToX1}@G+{ZTDhjZqfnctb2 zJ9F>v%>3NgSWn=Y9&fvO$V138G>VU0DC|6h!ZOi_CL~D|wJRy4Tv1m_jEVx$L`_Oc zDLE>ql&F$&N8QXPC)HG4v`!#8nLAhvS=Lbx_}j{Mu@r4|krARPcZufKUF#zEN1OD0 znmYeJAyjn{U0g3T7f4RX3I4k0Xh-}mOP$mW^FrLvEh!aGq@TOM?-woUe0*l!k}hVb zZpl~8TvGQ7mS-q!BqlT066yZFnLlBlS;KuVejQr0Ap ziY9|}=M=x&QdvkC!b~v+hQb$#6WRF@#4`DU%vIKc4Gauw(J~Nl&_1NBaelMU$L6vhM`k4k}<=dF2s|TWahHEB^o)yQVdheESR(o z;xR*~^s!(`hMv4>;GjES-VaOx+6csrnOQxXFaidh3CzsWOgdv^XLYIvvJ1(DRHD1e zXK3?*Y|fm`qyxA0^zA@0aid`O_w@D!jD)FoXJLKgw{#C7JITeOEz?KD!bTJT(BNyH^DHCQy`YemO|U%i+UCa0F-?snS z(e=aphC29EZLq1>R0nqeNvf6}mxe9Wdc^6&yjT#tiiTvK$ z`9OS7&(zoT^bk0!CWS*{lNyH7EBAA0T63i-0Iu+8!oTj?GQRX$if97AAP4x;mr{Wj z9pG)g6-{!0Zz%U$ENQX>JnqVxM^hZ&aaC&`&Fuh>d#UEpR0nvQ-@jJp0RKi!=U{5} z4)8WKqj?EpZ||Y{?@N;c&!Ku7}6Qu3UpeVr(jGxyOe_!jZ`#OS*7Rxd<<+)_2OqVsw68`t)RUFI zww1Qk!40*i(r4Gsx8hr!+faKe+j&>Ks~>Nufl6P;O2_KrhT2!@vukJ9N6}ZHYd-2H z-V=H6i8UDa>57<7y#Bn`zXl^eRpqsB+m-irt-ty2q=#evEs(TIPjUoRi9V;U2H<-amG{8sx+nYJY4I!9@7)(PDrXdQ`$glKG7$n6Mo?;$D-$v1i z;xG!#E$9&xm?h9-DBeZ!9tt?{6Y58SM{#-rMHh;06g?0# z?@iaT7UR7$wXDUMXjfatd!iY!XLY5t-0fdZp9<(K)lfX7iw93CCFl*pBd@u4wGIX{6pG!=^EnWeSzPNQ%%(=GGPc%7yR$Ct%WbN?Y>gs*)ly@zbUdZUVpe@Dmda=g zNh~+SVtD(*YbYMis1F5xOSBgS-l04uEDXDPpm4cJn83rZfvxY7ZAp^PY&W>%!`t;O za%j7&MIPMg66HRQLkJE4FY;nB|9*DWVW|u0go*Ek;uQpyu#psps~!H2!33VNH|#;D znYn}4d+bt*-I7qub1AzW!DAgC*8r9VQQ%z%8}Li@ET8T<`XTu6{>m5uu_X$E@Ql>| zNsjzYj^@eHKghAanwr0vyFa(&d0H&IP|gZ{_da_;Ky7^~5UJtb;xD52H%a~K;+9CH HcGl59-^7xE literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d9fbe758bd63838405bae86f37a79fa06bd5b9ff GIT binary patch literal 18138 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%0ARXU;QTl6To$2iE<1_`hT@rXGNvE$ zA^XE<_4p~Ga)I)lAdeuRV0PW_K8T0$YVV^`m+AleM8af7tp1#t<^y$ef$fFB_Rnhy zfgPXs6arnJ|Ev($bN3Xa^!x|8hZyf8j^}k;uEU)!6NHNl8am*>{)4srf7A*G8>{lI zcIFHM--}5V(op9>S<19bQ6S^+f9WoOQbkdA46sK<0b_%LP*F_f0)Z1ZTr_M}Ckv}( zJgqt~MwoJ~D9@Y8xIG99x_7h{hHEag5VC| zOF`T+D>gqcy6DN`n+$MT4*k+Kd2mS}X%f@x0RA2=*g*7r`L}M-cQOcpt$T1Th3Mf(rMu z2I~;4hkvCJ4(Da^-@>{{e#&#*GZ$zs1e#|8t@pO>n-TUeIvhf1i6^dixCMNCBJx7> z6OT)1c@l64$GJt3xV-ng?K8rTZv@XhZ|C$sz$o_k!@^sKXM`h*4j6$Lj&eF4gdGbm zs9p3_3@$|W&j|0}h&Jri!$x#0IN|+?hXI$+{v^Pbz+O24%&UuG*)=1)!RGCl5jqzg z0<<8GE(C8bIPrb4n)TE>R0{|74hs%^Tx?-&ug?fOaWEU!&7K%D8NCufuVOLJ(h>%r z)*Uhi6Hy*-f}>8j{S+h~Z-7m6fcL=W>500=T;VFM?kHS#_a-kIQB%?9Rn)SW27Lu~ z>`_tMAA9TC=#?+@=nnwDT$$4wYs6gm<05$XLwXQi^yNQp*K*2rRc!ruR_Wu^x@DG}mAfk{j8IR6lsC_$>hq0Vs1&#liT9j99G!bgM-2q7cbfHIY+iDTRw6*^N6Di2BKTVLEKbtU8pgzVMO@yxi zS+<{gp$82kU_8Q%E@Kq?tVH*(nZwbB4ITgxq_CLyJUnaO9F@c8--(|b2wf8)MQ>1|8u){~*>T7$i?7jJ;-+Nmg`5-H`4YE?#`mXfd zYW=wVqxRb)v%c<%n)|-)Cr-b=ZJ~*TI+sX`f6t`%!N&Ue+Wr4k+rA|5o7OLq=9)bV zBH36sb?o}F8-3r@HrzN0Nwn5&pS6G5K6&gx%U0u|wqv%oYrZx()pxz`b}LqXJ~CUo z`yr+Y7<%cQ*W{e!Bk44`zcsFN1XDG!J3o zvITCeyU}Yc&UTfb?6{-+CO@5rRT>COYL*XhuyeNkMIH#V>@Z)SvE2IaNN@e&ZNk^v zgu}19`@>aq5LiLaAs9lyB&HdkSb#Q;PZciX2-YFE0RPH%0GG)VjEtUmIAN0!!gNlL z&j@=L9d8MHFlzZRd(z!i9E#B-epnleh3gHu9)%P*N*P68lA`Cz!b#0_qz>QT1!WefX&3cjc+X4drxot+vqN18CICR2)@>t#2ecE^YXm~6+4 zQ01h6k6-jacpv>aU_=$7OaNHmIga}S@q9}n1rmXnk8A$c8UCY4xb5GP(*<(+Te9_G zbnz80eR%OH!QZDx`FA;P&nMzjg1-w#9mMJTF#mhL?i;80^WFuX rIP3qkFd`6f!xO^c1fha6gfllkQ*hOjVowM8s>9#2m;Y)H2k`#@atII9 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7052972e46920730d637f4c674b4dde26989008b GIT binary patch literal 4939 zcmd^D&2JmW6`$qql1p-F(URd()=H7%4~14F(o$@9WXayNf|9~QZg`Sd2Su&uzFc6?Q6u!w)00KJoy;<(^ z!<6hcJ+%Yq&6_vFx3lwm?>A5TRVWl7(B6JM^6qOsLcYa;)5M0d^*$)KiAFRoOOn`o zvRuxS^yK&?&k>E+gshMglVZ-B^uk!wyjfpPN=i9@(w_??1G!)_n3Iz-%=vDTWXMB) zLNw_n(fqn+jklkY+@tqsfvYbNLM0E;`L)KwIa1y!oE4yYF{`Ha)H@}s z&(RAsb2*b&vuO0&&gSMWS+cF3FXUmAMo&%?K*7y#odj{4nC{#SIHEP&7PKpk*Rw~q zbYATuS>@o3s29wZH)E)#S&DL&*I;jApugemrP$96ofps{ozTcB!AjhS%DM$Fz+3J2rGk|kw~l$wHV(mvRnAO4I8h+mP1!N@23SN2tc zM{B{ca&W8?jQv%JZNVH#qi~vYMvXJmNs`k@(xY(@7QE&GDQG-MQ4>IVH4&sw^MaIE z==e)g)NcjOv9rQJXhQ@Kk|FX1D6NP%C;lFHqbnk&6YAs!x7OIB({sdx#IT#==LF%% zf8q&JrzJKZw8e6jx%g}dn*WjJ|9T*@%Q`0 zgyQ>OMOvC-Xlk-jmX+nVRxVct$E$J-(TO8EaYQG+O$WhS zcS!yLGu;y8SpwU{G-K_G*_NgJnsdZM)WV|P*07ix|lr-wV_-%KJe!-pbKF}N(= zC>hAInocR}3k&8d$KbO`*G{7_1MPaooPWcsvk!zVm@Qqmz0H2*d9{+@!KX)(w zKKW^~qQtB6@vg?Y2+QjP#A6iO1}6SeVsGLIfB%S>7;jH4BqT<3UxLyN$M-lB=UHnd zt!_luz}zJ{=XZpd$TO^Uqs2}fI>%3v+lRe2x$RDRA|pK;Gz^F)aIoM$;FM?gCfKy64d8c@Qokx>+{599WsW)AJNAY#~IZZXiK!Zyf}eAIph;{?ma( zNc^(|+WnB2*zdpJ>qEU?Og#U81uL>=3#@qVHh&I-)&}cPC#-h)-5YA0@l%*lwe|o!rIP0Iw|34<1UnOpgU!J zIMm(VUO!1K;fAkFn=!|Nk=+T%v~&bSEBPy3B2ahZZ)ErQa~DR@>&GD6OF{6TdboGs zlj+LdgO3RxI#oS%@=s>v&>1#(5Z+e{50}HkcO!o|{Mk@79B;AQdvR^Na_~ph@M$pK z?)h!cUFlx`+CXLaL^XV}?gL+SbXe!%5gPeAsOY+nte_Ng! z5kE^jH#Oi}_eh|x2P81B4~SETgX_aSw2X*TasT>@KD1AYQ)hOdu47P%?iBh@E191x zw4HG5R%u*ugBV_;(KL>rcC1&hVDD)Em3MyD=VR5` z(Z2ulJJbBhv~Ew+U`vIDyk!>vdr`xava^;YEYdkWisA^0&a55m%-YtE0@~sWyQFQ~ z$~ZVT{s^KaZ)Z5CaQo>!|5~u3yi`+OE-NqBl&P{ZRZ*s^@=UWRfBT-YHdGn>VQui0 z^584A!P)ZQY-RA(s(h~Lh5tOT8mK6fHRW_!IbBl{WhGHj&Q|5=XIWGC3;r3d4w*i~ zJ!Y~|G@d;%?dSjE7pHrD=c55jN~Q8@PEVz*Kq{3hXbV}?63I1XZ!Pz)7T8Pol!p+M?15RRKYzBB3f{1ShMDf(t z9#Nd(Y!~=L+!cPkNu{D;ilAE3LOx?6d=x{M3TO+e@Dax>T*r?%>?;Yy=&-~EGm|ws zsh!a{3ljD}8QbFox;lZv-Tbz6#y*4}Q=~tUCHh7NXz9oTg$f19dm%br$Uz52_ oFUQ5d^G3ND?l+O|2=*IqaYT@BE&h$~|GOaldUk^+!U5*}Uy7cZZU6uP literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..28a78b970413d5f9c5a5a0787546f6a3ef215df7 GIT binary patch literal 2523 zcmds3&u<$=6rS1j+H1#2(>Nwo2&tpA1PAI>T0syhNNx)$sp=vc4l##i>)j@9*IqNT zZt5zLLgWZlAT_-Z{)H%1;>Lwb&RklRL$nDJ5=DZWBS#8}IPl)?+Hukdl`CWIoA6osOJUw2ixVK`Uxg1_MOCZnJ!G>ceZ9oWFuwQQxR{fwD{tlBGJy3OcQltXL6} zq7#OJhE|xEn9MagHzq)b>cA8Xtk9&8nOGq!)Cq9Iyvea|VsBCTgd2=28qZA|r94+S z%PF~OW)&@7nl_lBl*(qgkUw((>e#XVaIIhlF959M5*1tRIWj zK_QuyfFrAFQ7ag#>O@qvVCiKO^{A?TUe-*ng+-w+lToyzXhRWf2*h~^M3vM9Ds_8( zu=zi-AN6*ev5GHp03Uc8a=mg7z}psX^v#U6<;2HI6Qx4v!SdX@2Os_j{6m|e7w&CpjsT?t>YD0NOz^X|6g>oKJW`4 z6OU2vVF4WoRaJHpSv$aMtidZDL%yh)NbqaWZ2-F-AUO3f+zR?&x~Io!SRF# zK((0JWv5_*9DL1!uM{3#y#~UIWWD9G9d%iC;XL%U8#%F=v*w76v$VvD^8Lb`W!yw;rMhU z#f(EooQ{tsFJ4Z6d{w=C?fS&~my#00Kz2fqeDaX1+?UUdZ}$u!n}&*3QH6}+r8)0) z36(0jX^jaKgyu31$qHo>zC3);kCgKBEwSpTxd-R0iKLH5&w?@q*#U#=m>d>;q&B1 ztV@HJ)!Yn#59dA)uA_%C#h!fL%a`x55$KE|z$+kXBBk_qa{3q2vq2&oB)lCIX!nx5 zO`zJA1sY#^8})ciCPL?y5TLQT2wDxbTGYit^c5cit=8pZ15Iqe$0T~%#kK^{+ywOx D5IyLy literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..024f3e1c8d8064c388a3fb3dbda918dacf775204 GIT binary patch literal 6647 zcmeHMO>7&-6`uVexg?h~YwO>xEG0H<29apVsqMl+4M|p16|vM>G+eWX1;t%ir1_WG zr4r`y@-_pstXrM5nt4kR5@tjOZ(oEyIfH# zDR9&xKs$%G^ZVv;-uHfH_{TuNN1*)RO54<(AR(V&!z`{^W$S&YJRmZWnKX&vmrXMn zHpXVS7?KrFxzmW&YDeV51{g?-Fb zxyORaAz8R}nh+|mMByISHf2bWDKf7TML0pIANV1EZ=L@Qvd}+6-sNtP87Ayq$5mrt zP8Xtzstv_eMdvf|WLEd7x03m5*|egnVOHm_!dXI|T>ZSW;hW z?18nM#f5*2(m|13Hh$iQz2GRVy?h6-m&eA>e*pXh8$a;?_<3#o0u5*3vyBBC#{9Oi zLq#zh(ET+9BU(x=2~>YP6Yrf#W;IYde$VzNYAP`Fzyn3ZZUNXq`C3ig#8SW=R%T{d z$?BhFXPFePYA8|-_k?I(bI4TU9d4GS{AO?cJIkfSddsZItO*i^?7GeYdH}Q9FWX~X z$lRs=l`T+$ZIZBSY&{2q>mDR-Bm$7ImttM_&kSf9O->dxMb$e-6m2M%RdZ=&B0&`; zJ6M>SQs`)QDyNH7(F!yx-HxXV3dJ9<`{SyrP;K~~LOiXzq^TTL;4>Kq({)QK8t4+Q z^Qw}b(!CilXwc=^eqF#SZmRRBLlw`y3(AXy$TeW6M&fE>TFEEXh)NTY#5B!ib83EC zp-LoQNEb56o^5@qd@GVKYSX!F%X4Hg*W0->qHL(9OpJ8NfbM$G*|BtjB0s zs0XB4xJLo11#HCu_oiKdd$ka&S(f1BR_#)}%uaiAca*}xQa}pp*B`tTHW?lEme~>n zsuCQlP1?ieIj5S;TKx;sektwPu1S zDzfkDqQ`MuMDqkEhVDfzwKW>9IfC1&e*praij)6xnpzuiDPA9k*^ zhd=CF6?&dEfBk`UUoz&~%(^<`qYJ;hv~+1zxCpZ<%_qyvC%4U86GQjL=EqjVV^77V zd*k!t?@w1cd&`}@PY#zm&z8lr&t0td8_xyOdi+7|er}r-`>y@<^lx&%%9X|8&wAPBODH$h@G1uF5Dz3qw=Ah2hC45KfPn_4?OzHbziv zuJ@a@U4roTVCuZi!7S{-6kLS!Iwym1)y;a>bw)~W%3b}Y&>9+w?5^_ylk$wMhhfJ0 zzo4w6|EG9j6zwt^7LBk@@!Tl-5Q-Al!nFz}mZ*mJ1{>795L3_q)9I=?x)V@UWZD6% ztq5(iv8yIx@qsB;KP_!&1fL4xz2JNh zhN1Ryk#to!Z8PXfd$`;luC$*ix1V`(;$z`_)mrS~6cZC8oc;|ej@H6xmP0mCX%8t4 z0hMtIsE{1i_S`keV^Ws2fFQN<1(Hg~wAL{}wb@3IEb%p$jTRdXd#XMgMWCot135a6 z$({if+J~J8$Zek3NT1$>Y&pTi1YC9{8yZ0ERC{m3!yCi`@(2K05!uF5w_+ z#eQih68Z*o?^GeiUY*B8eP0z0!la!l#NI2wgkC_>4P;v)`afzpVbgNZhdWpfrX9M= zxESqq?p{n{jQ5RFb7KZ$bblZCsJj_YHFZJb@y+`d`xk}hdIXc4sLfQafJpi&a6w~b*&J*us4F&Ei4#7EP<*@bXFw-gL=2DogHWYK$DK<%_ zY`1#|&TQ3r?iGjKaFdfE&>G&?+!K*t(O01K4@v4!TY-S4hXTRPsGss-U{=v@^$EL5$D%@whyEcR5y z^JVe;TClYe>?{X6AMqaqe-T{iIP%9brmx|oekA9STtspS$uN>pAWPL~Xk^M1{gpwmqILkj z?~=c|e9Qhuh6b?~LGIXH;&u|Dvis?4R?4qiwfH}~MZ;I8M4{B5Qk7n{Yc$uUW z{x0BgQ1^h>#rHm1zl)?B3BDz~5ZRqeE1&%VfxFY@41^YjBoMubAsQE6i0Y*uJk9a{m;DcqqjDo+40Yf k8IA}?{!SQN*;VGdkY)D^6~ot}aFP5jFyQC@;A4RP8;&iL_y7O^ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansi_test.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansi_test.py new file mode 100644 index 00000000..0a20c80f --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansi_test.py @@ -0,0 +1,76 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import sys +from unittest import TestCase, main + +from ..ansi import Back, Fore, Style +from ..ansitowin32 import AnsiToWin32 + +stdout_orig = sys.stdout +stderr_orig = sys.stderr + + +class AnsiTest(TestCase): + + def setUp(self): + # sanity check: stdout should be a file or StringIO object. + # It will only be AnsiToWin32 if init() has previously wrapped it + self.assertNotEqual(type(sys.stdout), AnsiToWin32) + self.assertNotEqual(type(sys.stderr), AnsiToWin32) + + def tearDown(self): + sys.stdout = stdout_orig + sys.stderr = stderr_orig + + + def testForeAttributes(self): + self.assertEqual(Fore.BLACK, '\033[30m') + self.assertEqual(Fore.RED, '\033[31m') + self.assertEqual(Fore.GREEN, '\033[32m') + self.assertEqual(Fore.YELLOW, '\033[33m') + self.assertEqual(Fore.BLUE, '\033[34m') + self.assertEqual(Fore.MAGENTA, '\033[35m') + self.assertEqual(Fore.CYAN, '\033[36m') + self.assertEqual(Fore.WHITE, '\033[37m') + self.assertEqual(Fore.RESET, '\033[39m') + + # Check the light, extended versions. + self.assertEqual(Fore.LIGHTBLACK_EX, '\033[90m') + self.assertEqual(Fore.LIGHTRED_EX, '\033[91m') + self.assertEqual(Fore.LIGHTGREEN_EX, '\033[92m') + self.assertEqual(Fore.LIGHTYELLOW_EX, '\033[93m') + self.assertEqual(Fore.LIGHTBLUE_EX, '\033[94m') + self.assertEqual(Fore.LIGHTMAGENTA_EX, '\033[95m') + self.assertEqual(Fore.LIGHTCYAN_EX, '\033[96m') + self.assertEqual(Fore.LIGHTWHITE_EX, '\033[97m') + + + def testBackAttributes(self): + self.assertEqual(Back.BLACK, '\033[40m') + self.assertEqual(Back.RED, '\033[41m') + self.assertEqual(Back.GREEN, '\033[42m') + self.assertEqual(Back.YELLOW, '\033[43m') + self.assertEqual(Back.BLUE, '\033[44m') + self.assertEqual(Back.MAGENTA, '\033[45m') + self.assertEqual(Back.CYAN, '\033[46m') + self.assertEqual(Back.WHITE, '\033[47m') + self.assertEqual(Back.RESET, '\033[49m') + + # Check the light, extended versions. + self.assertEqual(Back.LIGHTBLACK_EX, '\033[100m') + self.assertEqual(Back.LIGHTRED_EX, '\033[101m') + self.assertEqual(Back.LIGHTGREEN_EX, '\033[102m') + self.assertEqual(Back.LIGHTYELLOW_EX, '\033[103m') + self.assertEqual(Back.LIGHTBLUE_EX, '\033[104m') + self.assertEqual(Back.LIGHTMAGENTA_EX, '\033[105m') + self.assertEqual(Back.LIGHTCYAN_EX, '\033[106m') + self.assertEqual(Back.LIGHTWHITE_EX, '\033[107m') + + + def testStyleAttributes(self): + self.assertEqual(Style.DIM, '\033[2m') + self.assertEqual(Style.NORMAL, '\033[22m') + self.assertEqual(Style.BRIGHT, '\033[1m') + + +if __name__ == '__main__': + main() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py new file mode 100644 index 00000000..91ca551f --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py @@ -0,0 +1,294 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +from io import StringIO, TextIOWrapper +from unittest import TestCase, main +try: + from contextlib import ExitStack +except ImportError: + # python 2 + from contextlib2 import ExitStack + +try: + from unittest.mock import MagicMock, Mock, patch +except ImportError: + from mock import MagicMock, Mock, patch + +from ..ansitowin32 import AnsiToWin32, StreamWrapper +from ..win32 import ENABLE_VIRTUAL_TERMINAL_PROCESSING +from .utils import osname + + +class StreamWrapperTest(TestCase): + + def testIsAProxy(self): + mockStream = Mock() + wrapper = StreamWrapper(mockStream, None) + self.assertTrue( wrapper.random_attr is mockStream.random_attr ) + + def testDelegatesWrite(self): + mockStream = Mock() + mockConverter = Mock() + wrapper = StreamWrapper(mockStream, mockConverter) + wrapper.write('hello') + self.assertTrue(mockConverter.write.call_args, (('hello',), {})) + + def testDelegatesContext(self): + mockConverter = Mock() + s = StringIO() + with StreamWrapper(s, mockConverter) as fp: + fp.write(u'hello') + self.assertTrue(s.closed) + + def testProxyNoContextManager(self): + mockStream = MagicMock() + mockStream.__enter__.side_effect = AttributeError() + mockConverter = Mock() + with self.assertRaises(AttributeError) as excinfo: + with StreamWrapper(mockStream, mockConverter) as wrapper: + wrapper.write('hello') + + def test_closed_shouldnt_raise_on_closed_stream(self): + stream = StringIO() + stream.close() + wrapper = StreamWrapper(stream, None) + self.assertEqual(wrapper.closed, True) + + def test_closed_shouldnt_raise_on_detached_stream(self): + stream = TextIOWrapper(StringIO()) + stream.detach() + wrapper = StreamWrapper(stream, None) + self.assertEqual(wrapper.closed, True) + +class AnsiToWin32Test(TestCase): + + def testInit(self): + mockStdout = Mock() + auto = Mock() + stream = AnsiToWin32(mockStdout, autoreset=auto) + self.assertEqual(stream.wrapped, mockStdout) + self.assertEqual(stream.autoreset, auto) + + @patch('colorama.ansitowin32.winterm', None) + @patch('colorama.ansitowin32.winapi_test', lambda *_: True) + def testStripIsTrueOnWindows(self): + with osname('nt'): + mockStdout = Mock() + stream = AnsiToWin32(mockStdout) + self.assertTrue(stream.strip) + + def testStripIsFalseOffWindows(self): + with osname('posix'): + mockStdout = Mock(closed=False) + stream = AnsiToWin32(mockStdout) + self.assertFalse(stream.strip) + + def testWriteStripsAnsi(self): + mockStdout = Mock() + stream = AnsiToWin32(mockStdout) + stream.wrapped = Mock() + stream.write_and_convert = Mock() + stream.strip = True + + stream.write('abc') + + self.assertFalse(stream.wrapped.write.called) + self.assertEqual(stream.write_and_convert.call_args, (('abc',), {})) + + def testWriteDoesNotStripAnsi(self): + mockStdout = Mock() + stream = AnsiToWin32(mockStdout) + stream.wrapped = Mock() + stream.write_and_convert = Mock() + stream.strip = False + stream.convert = False + + stream.write('abc') + + self.assertFalse(stream.write_and_convert.called) + self.assertEqual(stream.wrapped.write.call_args, (('abc',), {})) + + def assert_autoresets(self, convert, autoreset=True): + stream = AnsiToWin32(Mock()) + stream.convert = convert + stream.reset_all = Mock() + stream.autoreset = autoreset + stream.winterm = Mock() + + stream.write('abc') + + self.assertEqual(stream.reset_all.called, autoreset) + + def testWriteAutoresets(self): + self.assert_autoresets(convert=True) + self.assert_autoresets(convert=False) + self.assert_autoresets(convert=True, autoreset=False) + self.assert_autoresets(convert=False, autoreset=False) + + def testWriteAndConvertWritesPlainText(self): + stream = AnsiToWin32(Mock()) + stream.write_and_convert( 'abc' ) + self.assertEqual( stream.wrapped.write.call_args, (('abc',), {}) ) + + def testWriteAndConvertStripsAllValidAnsi(self): + stream = AnsiToWin32(Mock()) + stream.call_win32 = Mock() + data = [ + 'abc\033[mdef', + 'abc\033[0mdef', + 'abc\033[2mdef', + 'abc\033[02mdef', + 'abc\033[002mdef', + 'abc\033[40mdef', + 'abc\033[040mdef', + 'abc\033[0;1mdef', + 'abc\033[40;50mdef', + 'abc\033[50;30;40mdef', + 'abc\033[Adef', + 'abc\033[0Gdef', + 'abc\033[1;20;128Hdef', + ] + for datum in data: + stream.wrapped.write.reset_mock() + stream.write_and_convert( datum ) + self.assertEqual( + [args[0] for args in stream.wrapped.write.call_args_list], + [ ('abc',), ('def',) ] + ) + + def testWriteAndConvertSkipsEmptySnippets(self): + stream = AnsiToWin32(Mock()) + stream.call_win32 = Mock() + stream.write_and_convert( '\033[40m\033[41m' ) + self.assertFalse( stream.wrapped.write.called ) + + def testWriteAndConvertCallsWin32WithParamsAndCommand(self): + stream = AnsiToWin32(Mock()) + stream.convert = True + stream.call_win32 = Mock() + stream.extract_params = Mock(return_value='params') + data = { + 'abc\033[adef': ('a', 'params'), + 'abc\033[;;bdef': ('b', 'params'), + 'abc\033[0cdef': ('c', 'params'), + 'abc\033[;;0;;Gdef': ('G', 'params'), + 'abc\033[1;20;128Hdef': ('H', 'params'), + } + for datum, expected in data.items(): + stream.call_win32.reset_mock() + stream.write_and_convert( datum ) + self.assertEqual( stream.call_win32.call_args[0], expected ) + + def test_reset_all_shouldnt_raise_on_closed_orig_stdout(self): + stream = StringIO() + converter = AnsiToWin32(stream) + stream.close() + + converter.reset_all() + + def test_wrap_shouldnt_raise_on_closed_orig_stdout(self): + stream = StringIO() + stream.close() + with \ + patch("colorama.ansitowin32.os.name", "nt"), \ + patch("colorama.ansitowin32.winapi_test", lambda: True): + converter = AnsiToWin32(stream) + self.assertTrue(converter.strip) + self.assertFalse(converter.convert) + + def test_wrap_shouldnt_raise_on_missing_closed_attr(self): + with \ + patch("colorama.ansitowin32.os.name", "nt"), \ + patch("colorama.ansitowin32.winapi_test", lambda: True): + converter = AnsiToWin32(object()) + self.assertTrue(converter.strip) + self.assertFalse(converter.convert) + + def testExtractParams(self): + stream = AnsiToWin32(Mock()) + data = { + '': (0,), + ';;': (0,), + '2': (2,), + ';;002;;': (2,), + '0;1': (0, 1), + ';;003;;456;;': (3, 456), + '11;22;33;44;55': (11, 22, 33, 44, 55), + } + for datum, expected in data.items(): + self.assertEqual(stream.extract_params('m', datum), expected) + + def testCallWin32UsesLookup(self): + listener = Mock() + stream = AnsiToWin32(listener) + stream.win32_calls = { + 1: (lambda *_, **__: listener(11),), + 2: (lambda *_, **__: listener(22),), + 3: (lambda *_, **__: listener(33),), + } + stream.call_win32('m', (3, 1, 99, 2)) + self.assertEqual( + [a[0][0] for a in listener.call_args_list], + [33, 11, 22] ) + + def test_osc_codes(self): + mockStdout = Mock() + stream = AnsiToWin32(mockStdout, convert=True) + with patch('colorama.ansitowin32.winterm') as winterm: + data = [ + '\033]0\x07', # missing arguments + '\033]0;foo\x08', # wrong OSC command + '\033]0;colorama_test_title\x07', # should work + '\033]1;colorama_test_title\x07', # wrong set command + '\033]2;colorama_test_title\x07', # should work + '\033]' + ';' * 64 + '\x08', # see issue #247 + ] + for code in data: + stream.write(code) + self.assertEqual(winterm.set_title.call_count, 2) + + def test_native_windows_ansi(self): + with ExitStack() as stack: + def p(a, b): + stack.enter_context(patch(a, b, create=True)) + # Pretend to be on Windows + p("colorama.ansitowin32.os.name", "nt") + p("colorama.ansitowin32.winapi_test", lambda: True) + p("colorama.win32.winapi_test", lambda: True) + p("colorama.winterm.win32.windll", "non-None") + p("colorama.winterm.get_osfhandle", lambda _: 1234) + + # Pretend that our mock stream has native ANSI support + p( + "colorama.winterm.win32.GetConsoleMode", + lambda _: ENABLE_VIRTUAL_TERMINAL_PROCESSING, + ) + SetConsoleMode = Mock() + p("colorama.winterm.win32.SetConsoleMode", SetConsoleMode) + + stdout = Mock() + stdout.closed = False + stdout.isatty.return_value = True + stdout.fileno.return_value = 1 + + # Our fake console says it has native vt support, so AnsiToWin32 should + # enable that support and do nothing else. + stream = AnsiToWin32(stdout) + SetConsoleMode.assert_called_with(1234, ENABLE_VIRTUAL_TERMINAL_PROCESSING) + self.assertFalse(stream.strip) + self.assertFalse(stream.convert) + self.assertFalse(stream.should_wrap()) + + # Now let's pretend we're on an old Windows console, that doesn't have + # native ANSI support. + p("colorama.winterm.win32.GetConsoleMode", lambda _: 0) + SetConsoleMode = Mock() + p("colorama.winterm.win32.SetConsoleMode", SetConsoleMode) + + stream = AnsiToWin32(stdout) + SetConsoleMode.assert_called_with(1234, ENABLE_VIRTUAL_TERMINAL_PROCESSING) + self.assertTrue(stream.strip) + self.assertTrue(stream.convert) + self.assertTrue(stream.should_wrap()) + + +if __name__ == '__main__': + main() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/initialise_test.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/initialise_test.py new file mode 100644 index 00000000..89f9b075 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/initialise_test.py @@ -0,0 +1,189 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import sys +from unittest import TestCase, main, skipUnless + +try: + from unittest.mock import patch, Mock +except ImportError: + from mock import patch, Mock + +from ..ansitowin32 import StreamWrapper +from ..initialise import init, just_fix_windows_console, _wipe_internal_state_for_tests +from .utils import osname, replace_by + +orig_stdout = sys.stdout +orig_stderr = sys.stderr + + +class InitTest(TestCase): + + @skipUnless(sys.stdout.isatty(), "sys.stdout is not a tty") + def setUp(self): + # sanity check + self.assertNotWrapped() + + def tearDown(self): + _wipe_internal_state_for_tests() + sys.stdout = orig_stdout + sys.stderr = orig_stderr + + def assertWrapped(self): + self.assertIsNot(sys.stdout, orig_stdout, 'stdout should be wrapped') + self.assertIsNot(sys.stderr, orig_stderr, 'stderr should be wrapped') + self.assertTrue(isinstance(sys.stdout, StreamWrapper), + 'bad stdout wrapper') + self.assertTrue(isinstance(sys.stderr, StreamWrapper), + 'bad stderr wrapper') + + def assertNotWrapped(self): + self.assertIs(sys.stdout, orig_stdout, 'stdout should not be wrapped') + self.assertIs(sys.stderr, orig_stderr, 'stderr should not be wrapped') + + @patch('colorama.initialise.reset_all') + @patch('colorama.ansitowin32.winapi_test', lambda *_: True) + @patch('colorama.ansitowin32.enable_vt_processing', lambda *_: False) + def testInitWrapsOnWindows(self, _): + with osname("nt"): + init() + self.assertWrapped() + + @patch('colorama.initialise.reset_all') + @patch('colorama.ansitowin32.winapi_test', lambda *_: False) + def testInitDoesntWrapOnEmulatedWindows(self, _): + with osname("nt"): + init() + self.assertNotWrapped() + + def testInitDoesntWrapOnNonWindows(self): + with osname("posix"): + init() + self.assertNotWrapped() + + def testInitDoesntWrapIfNone(self): + with replace_by(None): + init() + # We can't use assertNotWrapped here because replace_by(None) + # changes stdout/stderr already. + self.assertIsNone(sys.stdout) + self.assertIsNone(sys.stderr) + + def testInitAutoresetOnWrapsOnAllPlatforms(self): + with osname("posix"): + init(autoreset=True) + self.assertWrapped() + + def testInitWrapOffDoesntWrapOnWindows(self): + with osname("nt"): + init(wrap=False) + self.assertNotWrapped() + + def testInitWrapOffIncompatibleWithAutoresetOn(self): + self.assertRaises(ValueError, lambda: init(autoreset=True, wrap=False)) + + @patch('colorama.win32.SetConsoleTextAttribute') + @patch('colorama.initialise.AnsiToWin32') + def testAutoResetPassedOn(self, mockATW32, _): + with osname("nt"): + init(autoreset=True) + self.assertEqual(len(mockATW32.call_args_list), 2) + self.assertEqual(mockATW32.call_args_list[1][1]['autoreset'], True) + self.assertEqual(mockATW32.call_args_list[0][1]['autoreset'], True) + + @patch('colorama.initialise.AnsiToWin32') + def testAutoResetChangeable(self, mockATW32): + with osname("nt"): + init() + + init(autoreset=True) + self.assertEqual(len(mockATW32.call_args_list), 4) + self.assertEqual(mockATW32.call_args_list[2][1]['autoreset'], True) + self.assertEqual(mockATW32.call_args_list[3][1]['autoreset'], True) + + init() + self.assertEqual(len(mockATW32.call_args_list), 6) + self.assertEqual( + mockATW32.call_args_list[4][1]['autoreset'], False) + self.assertEqual( + mockATW32.call_args_list[5][1]['autoreset'], False) + + + @patch('colorama.initialise.atexit.register') + def testAtexitRegisteredOnlyOnce(self, mockRegister): + init() + self.assertTrue(mockRegister.called) + mockRegister.reset_mock() + init() + self.assertFalse(mockRegister.called) + + +class JustFixWindowsConsoleTest(TestCase): + def _reset(self): + _wipe_internal_state_for_tests() + sys.stdout = orig_stdout + sys.stderr = orig_stderr + + def tearDown(self): + self._reset() + + @patch("colorama.ansitowin32.winapi_test", lambda: True) + def testJustFixWindowsConsole(self): + if sys.platform != "win32": + # just_fix_windows_console should be a no-op + just_fix_windows_console() + self.assertIs(sys.stdout, orig_stdout) + self.assertIs(sys.stderr, orig_stderr) + else: + def fake_std(): + # Emulate stdout=not a tty, stderr=tty + # to check that we handle both cases correctly + stdout = Mock() + stdout.closed = False + stdout.isatty.return_value = False + stdout.fileno.return_value = 1 + sys.stdout = stdout + + stderr = Mock() + stderr.closed = False + stderr.isatty.return_value = True + stderr.fileno.return_value = 2 + sys.stderr = stderr + + for native_ansi in [False, True]: + with patch( + 'colorama.ansitowin32.enable_vt_processing', + lambda *_: native_ansi + ): + self._reset() + fake_std() + + # Regular single-call test + prev_stdout = sys.stdout + prev_stderr = sys.stderr + just_fix_windows_console() + self.assertIs(sys.stdout, prev_stdout) + if native_ansi: + self.assertIs(sys.stderr, prev_stderr) + else: + self.assertIsNot(sys.stderr, prev_stderr) + + # second call without resetting is always a no-op + prev_stdout = sys.stdout + prev_stderr = sys.stderr + just_fix_windows_console() + self.assertIs(sys.stdout, prev_stdout) + self.assertIs(sys.stderr, prev_stderr) + + self._reset() + fake_std() + + # If init() runs first, just_fix_windows_console should be a no-op + init() + prev_stdout = sys.stdout + prev_stderr = sys.stderr + just_fix_windows_console() + self.assertIs(prev_stdout, sys.stdout) + self.assertIs(prev_stderr, sys.stderr) + + +if __name__ == '__main__': + main() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/isatty_test.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/isatty_test.py new file mode 100644 index 00000000..0f84e4be --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/isatty_test.py @@ -0,0 +1,57 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import sys +from unittest import TestCase, main + +from ..ansitowin32 import StreamWrapper, AnsiToWin32 +from .utils import pycharm, replace_by, replace_original_by, StreamTTY, StreamNonTTY + + +def is_a_tty(stream): + return StreamWrapper(stream, None).isatty() + +class IsattyTest(TestCase): + + def test_TTY(self): + tty = StreamTTY() + self.assertTrue(is_a_tty(tty)) + with pycharm(): + self.assertTrue(is_a_tty(tty)) + + def test_nonTTY(self): + non_tty = StreamNonTTY() + self.assertFalse(is_a_tty(non_tty)) + with pycharm(): + self.assertFalse(is_a_tty(non_tty)) + + def test_withPycharm(self): + with pycharm(): + self.assertTrue(is_a_tty(sys.stderr)) + self.assertTrue(is_a_tty(sys.stdout)) + + def test_withPycharmTTYOverride(self): + tty = StreamTTY() + with pycharm(), replace_by(tty): + self.assertTrue(is_a_tty(tty)) + + def test_withPycharmNonTTYOverride(self): + non_tty = StreamNonTTY() + with pycharm(), replace_by(non_tty): + self.assertFalse(is_a_tty(non_tty)) + + def test_withPycharmNoneOverride(self): + with pycharm(): + with replace_by(None), replace_original_by(None): + self.assertFalse(is_a_tty(None)) + self.assertFalse(is_a_tty(StreamNonTTY())) + self.assertTrue(is_a_tty(StreamTTY())) + + def test_withPycharmStreamWrapped(self): + with pycharm(): + self.assertTrue(AnsiToWin32(StreamTTY()).stream.isatty()) + self.assertFalse(AnsiToWin32(StreamNonTTY()).stream.isatty()) + self.assertTrue(AnsiToWin32(sys.stdout).stream.isatty()) + self.assertTrue(AnsiToWin32(sys.stderr).stream.isatty()) + + +if __name__ == '__main__': + main() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/utils.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/utils.py new file mode 100644 index 00000000..472fafb4 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/utils.py @@ -0,0 +1,49 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +from contextlib import contextmanager +from io import StringIO +import sys +import os + + +class StreamTTY(StringIO): + def isatty(self): + return True + +class StreamNonTTY(StringIO): + def isatty(self): + return False + +@contextmanager +def osname(name): + orig = os.name + os.name = name + yield + os.name = orig + +@contextmanager +def replace_by(stream): + orig_stdout = sys.stdout + orig_stderr = sys.stderr + sys.stdout = stream + sys.stderr = stream + yield + sys.stdout = orig_stdout + sys.stderr = orig_stderr + +@contextmanager +def replace_original_by(stream): + orig_stdout = sys.__stdout__ + orig_stderr = sys.__stderr__ + sys.__stdout__ = stream + sys.__stderr__ = stream + yield + sys.__stdout__ = orig_stdout + sys.__stderr__ = orig_stderr + +@contextmanager +def pycharm(): + os.environ["PYCHARM_HOSTED"] = "1" + non_tty = StreamNonTTY() + with replace_by(non_tty), replace_original_by(non_tty): + yield + del os.environ["PYCHARM_HOSTED"] diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/winterm_test.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/winterm_test.py new file mode 100644 index 00000000..d0955f9e --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/winterm_test.py @@ -0,0 +1,131 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import sys +from unittest import TestCase, main, skipUnless + +try: + from unittest.mock import Mock, patch +except ImportError: + from mock import Mock, patch + +from ..winterm import WinColor, WinStyle, WinTerm + + +class WinTermTest(TestCase): + + @patch('colorama.winterm.win32') + def testInit(self, mockWin32): + mockAttr = Mock() + mockAttr.wAttributes = 7 + 6 * 16 + 8 + mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr + term = WinTerm() + self.assertEqual(term._fore, 7) + self.assertEqual(term._back, 6) + self.assertEqual(term._style, 8) + + @skipUnless(sys.platform.startswith("win"), "requires Windows") + def testGetAttrs(self): + term = WinTerm() + + term._fore = 0 + term._back = 0 + term._style = 0 + self.assertEqual(term.get_attrs(), 0) + + term._fore = WinColor.YELLOW + self.assertEqual(term.get_attrs(), WinColor.YELLOW) + + term._back = WinColor.MAGENTA + self.assertEqual( + term.get_attrs(), + WinColor.YELLOW + WinColor.MAGENTA * 16) + + term._style = WinStyle.BRIGHT + self.assertEqual( + term.get_attrs(), + WinColor.YELLOW + WinColor.MAGENTA * 16 + WinStyle.BRIGHT) + + @patch('colorama.winterm.win32') + def testResetAll(self, mockWin32): + mockAttr = Mock() + mockAttr.wAttributes = 1 + 2 * 16 + 8 + mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr + term = WinTerm() + + term.set_console = Mock() + term._fore = -1 + term._back = -1 + term._style = -1 + + term.reset_all() + + self.assertEqual(term._fore, 1) + self.assertEqual(term._back, 2) + self.assertEqual(term._style, 8) + self.assertEqual(term.set_console.called, True) + + @skipUnless(sys.platform.startswith("win"), "requires Windows") + def testFore(self): + term = WinTerm() + term.set_console = Mock() + term._fore = 0 + + term.fore(5) + + self.assertEqual(term._fore, 5) + self.assertEqual(term.set_console.called, True) + + @skipUnless(sys.platform.startswith("win"), "requires Windows") + def testBack(self): + term = WinTerm() + term.set_console = Mock() + term._back = 0 + + term.back(5) + + self.assertEqual(term._back, 5) + self.assertEqual(term.set_console.called, True) + + @skipUnless(sys.platform.startswith("win"), "requires Windows") + def testStyle(self): + term = WinTerm() + term.set_console = Mock() + term._style = 0 + + term.style(22) + + self.assertEqual(term._style, 22) + self.assertEqual(term.set_console.called, True) + + @patch('colorama.winterm.win32') + def testSetConsole(self, mockWin32): + mockAttr = Mock() + mockAttr.wAttributes = 0 + mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr + term = WinTerm() + term.windll = Mock() + + term.set_console() + + self.assertEqual( + mockWin32.SetConsoleTextAttribute.call_args, + ((mockWin32.STDOUT, term.get_attrs()), {}) + ) + + @patch('colorama.winterm.win32') + def testSetConsoleOnStderr(self, mockWin32): + mockAttr = Mock() + mockAttr.wAttributes = 0 + mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr + term = WinTerm() + term.windll = Mock() + + term.set_console(on_stderr=True) + + self.assertEqual( + mockWin32.SetConsoleTextAttribute.call_args, + ((mockWin32.STDERR, term.get_attrs()), {}) + ) + + +if __name__ == '__main__': + main() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/win32.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/win32.py new file mode 100644 index 00000000..841b0e27 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/win32.py @@ -0,0 +1,180 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. + +# from winbase.h +STDOUT = -11 +STDERR = -12 + +ENABLE_VIRTUAL_TERMINAL_PROCESSING = 0x0004 + +try: + import ctypes + from ctypes import LibraryLoader + windll = LibraryLoader(ctypes.WinDLL) + from ctypes import wintypes +except (AttributeError, ImportError): + windll = None + SetConsoleTextAttribute = lambda *_: None + winapi_test = lambda *_: None +else: + from ctypes import byref, Structure, c_char, POINTER + + COORD = wintypes._COORD + + class CONSOLE_SCREEN_BUFFER_INFO(Structure): + """struct in wincon.h.""" + _fields_ = [ + ("dwSize", COORD), + ("dwCursorPosition", COORD), + ("wAttributes", wintypes.WORD), + ("srWindow", wintypes.SMALL_RECT), + ("dwMaximumWindowSize", COORD), + ] + def __str__(self): + return '(%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d)' % ( + self.dwSize.Y, self.dwSize.X + , self.dwCursorPosition.Y, self.dwCursorPosition.X + , self.wAttributes + , self.srWindow.Top, self.srWindow.Left, self.srWindow.Bottom, self.srWindow.Right + , self.dwMaximumWindowSize.Y, self.dwMaximumWindowSize.X + ) + + _GetStdHandle = windll.kernel32.GetStdHandle + _GetStdHandle.argtypes = [ + wintypes.DWORD, + ] + _GetStdHandle.restype = wintypes.HANDLE + + _GetConsoleScreenBufferInfo = windll.kernel32.GetConsoleScreenBufferInfo + _GetConsoleScreenBufferInfo.argtypes = [ + wintypes.HANDLE, + POINTER(CONSOLE_SCREEN_BUFFER_INFO), + ] + _GetConsoleScreenBufferInfo.restype = wintypes.BOOL + + _SetConsoleTextAttribute = windll.kernel32.SetConsoleTextAttribute + _SetConsoleTextAttribute.argtypes = [ + wintypes.HANDLE, + wintypes.WORD, + ] + _SetConsoleTextAttribute.restype = wintypes.BOOL + + _SetConsoleCursorPosition = windll.kernel32.SetConsoleCursorPosition + _SetConsoleCursorPosition.argtypes = [ + wintypes.HANDLE, + COORD, + ] + _SetConsoleCursorPosition.restype = wintypes.BOOL + + _FillConsoleOutputCharacterA = windll.kernel32.FillConsoleOutputCharacterA + _FillConsoleOutputCharacterA.argtypes = [ + wintypes.HANDLE, + c_char, + wintypes.DWORD, + COORD, + POINTER(wintypes.DWORD), + ] + _FillConsoleOutputCharacterA.restype = wintypes.BOOL + + _FillConsoleOutputAttribute = windll.kernel32.FillConsoleOutputAttribute + _FillConsoleOutputAttribute.argtypes = [ + wintypes.HANDLE, + wintypes.WORD, + wintypes.DWORD, + COORD, + POINTER(wintypes.DWORD), + ] + _FillConsoleOutputAttribute.restype = wintypes.BOOL + + _SetConsoleTitleW = windll.kernel32.SetConsoleTitleW + _SetConsoleTitleW.argtypes = [ + wintypes.LPCWSTR + ] + _SetConsoleTitleW.restype = wintypes.BOOL + + _GetConsoleMode = windll.kernel32.GetConsoleMode + _GetConsoleMode.argtypes = [ + wintypes.HANDLE, + POINTER(wintypes.DWORD) + ] + _GetConsoleMode.restype = wintypes.BOOL + + _SetConsoleMode = windll.kernel32.SetConsoleMode + _SetConsoleMode.argtypes = [ + wintypes.HANDLE, + wintypes.DWORD + ] + _SetConsoleMode.restype = wintypes.BOOL + + def _winapi_test(handle): + csbi = CONSOLE_SCREEN_BUFFER_INFO() + success = _GetConsoleScreenBufferInfo( + handle, byref(csbi)) + return bool(success) + + def winapi_test(): + return any(_winapi_test(h) for h in + (_GetStdHandle(STDOUT), _GetStdHandle(STDERR))) + + def GetConsoleScreenBufferInfo(stream_id=STDOUT): + handle = _GetStdHandle(stream_id) + csbi = CONSOLE_SCREEN_BUFFER_INFO() + success = _GetConsoleScreenBufferInfo( + handle, byref(csbi)) + return csbi + + def SetConsoleTextAttribute(stream_id, attrs): + handle = _GetStdHandle(stream_id) + return _SetConsoleTextAttribute(handle, attrs) + + def SetConsoleCursorPosition(stream_id, position, adjust=True): + position = COORD(*position) + # If the position is out of range, do nothing. + if position.Y <= 0 or position.X <= 0: + return + # Adjust for Windows' SetConsoleCursorPosition: + # 1. being 0-based, while ANSI is 1-based. + # 2. expecting (x,y), while ANSI uses (y,x). + adjusted_position = COORD(position.Y - 1, position.X - 1) + if adjust: + # Adjust for viewport's scroll position + sr = GetConsoleScreenBufferInfo(STDOUT).srWindow + adjusted_position.Y += sr.Top + adjusted_position.X += sr.Left + # Resume normal processing + handle = _GetStdHandle(stream_id) + return _SetConsoleCursorPosition(handle, adjusted_position) + + def FillConsoleOutputCharacter(stream_id, char, length, start): + handle = _GetStdHandle(stream_id) + char = c_char(char.encode()) + length = wintypes.DWORD(length) + num_written = wintypes.DWORD(0) + # Note that this is hard-coded for ANSI (vs wide) bytes. + success = _FillConsoleOutputCharacterA( + handle, char, length, start, byref(num_written)) + return num_written.value + + def FillConsoleOutputAttribute(stream_id, attr, length, start): + ''' FillConsoleOutputAttribute( hConsole, csbi.wAttributes, dwConSize, coordScreen, &cCharsWritten )''' + handle = _GetStdHandle(stream_id) + attribute = wintypes.WORD(attr) + length = wintypes.DWORD(length) + num_written = wintypes.DWORD(0) + # Note that this is hard-coded for ANSI (vs wide) bytes. + return _FillConsoleOutputAttribute( + handle, attribute, length, start, byref(num_written)) + + def SetConsoleTitle(title): + return _SetConsoleTitleW(title) + + def GetConsoleMode(handle): + mode = wintypes.DWORD() + success = _GetConsoleMode(handle, byref(mode)) + if not success: + raise ctypes.WinError() + return mode.value + + def SetConsoleMode(handle, mode): + success = _SetConsoleMode(handle, mode) + if not success: + raise ctypes.WinError() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/winterm.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/winterm.py new file mode 100644 index 00000000..aad867e8 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/colorama/winterm.py @@ -0,0 +1,195 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +try: + from msvcrt import get_osfhandle +except ImportError: + def get_osfhandle(_): + raise OSError("This isn't windows!") + + +from . import win32 + +# from wincon.h +class WinColor(object): + BLACK = 0 + BLUE = 1 + GREEN = 2 + CYAN = 3 + RED = 4 + MAGENTA = 5 + YELLOW = 6 + GREY = 7 + +# from wincon.h +class WinStyle(object): + NORMAL = 0x00 # dim text, dim background + BRIGHT = 0x08 # bright text, dim background + BRIGHT_BACKGROUND = 0x80 # dim text, bright background + +class WinTerm(object): + + def __init__(self): + self._default = win32.GetConsoleScreenBufferInfo(win32.STDOUT).wAttributes + self.set_attrs(self._default) + self._default_fore = self._fore + self._default_back = self._back + self._default_style = self._style + # In order to emulate LIGHT_EX in windows, we borrow the BRIGHT style. + # So that LIGHT_EX colors and BRIGHT style do not clobber each other, + # we track them separately, since LIGHT_EX is overwritten by Fore/Back + # and BRIGHT is overwritten by Style codes. + self._light = 0 + + def get_attrs(self): + return self._fore + self._back * 16 + (self._style | self._light) + + def set_attrs(self, value): + self._fore = value & 7 + self._back = (value >> 4) & 7 + self._style = value & (WinStyle.BRIGHT | WinStyle.BRIGHT_BACKGROUND) + + def reset_all(self, on_stderr=None): + self.set_attrs(self._default) + self.set_console(attrs=self._default) + self._light = 0 + + def fore(self, fore=None, light=False, on_stderr=False): + if fore is None: + fore = self._default_fore + self._fore = fore + # Emulate LIGHT_EX with BRIGHT Style + if light: + self._light |= WinStyle.BRIGHT + else: + self._light &= ~WinStyle.BRIGHT + self.set_console(on_stderr=on_stderr) + + def back(self, back=None, light=False, on_stderr=False): + if back is None: + back = self._default_back + self._back = back + # Emulate LIGHT_EX with BRIGHT_BACKGROUND Style + if light: + self._light |= WinStyle.BRIGHT_BACKGROUND + else: + self._light &= ~WinStyle.BRIGHT_BACKGROUND + self.set_console(on_stderr=on_stderr) + + def style(self, style=None, on_stderr=False): + if style is None: + style = self._default_style + self._style = style + self.set_console(on_stderr=on_stderr) + + def set_console(self, attrs=None, on_stderr=False): + if attrs is None: + attrs = self.get_attrs() + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + win32.SetConsoleTextAttribute(handle, attrs) + + def get_position(self, handle): + position = win32.GetConsoleScreenBufferInfo(handle).dwCursorPosition + # Because Windows coordinates are 0-based, + # and win32.SetConsoleCursorPosition expects 1-based. + position.X += 1 + position.Y += 1 + return position + + def set_cursor_position(self, position=None, on_stderr=False): + if position is None: + # I'm not currently tracking the position, so there is no default. + # position = self.get_position() + return + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + win32.SetConsoleCursorPosition(handle, position) + + def cursor_adjust(self, x, y, on_stderr=False): + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + position = self.get_position(handle) + adjusted_position = (position.Y + y, position.X + x) + win32.SetConsoleCursorPosition(handle, adjusted_position, adjust=False) + + def erase_screen(self, mode=0, on_stderr=False): + # 0 should clear from the cursor to the end of the screen. + # 1 should clear from the cursor to the beginning of the screen. + # 2 should clear the entire screen, and move cursor to (1,1) + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + csbi = win32.GetConsoleScreenBufferInfo(handle) + # get the number of character cells in the current buffer + cells_in_screen = csbi.dwSize.X * csbi.dwSize.Y + # get number of character cells before current cursor position + cells_before_cursor = csbi.dwSize.X * csbi.dwCursorPosition.Y + csbi.dwCursorPosition.X + if mode == 0: + from_coord = csbi.dwCursorPosition + cells_to_erase = cells_in_screen - cells_before_cursor + elif mode == 1: + from_coord = win32.COORD(0, 0) + cells_to_erase = cells_before_cursor + elif mode == 2: + from_coord = win32.COORD(0, 0) + cells_to_erase = cells_in_screen + else: + # invalid mode + return + # fill the entire screen with blanks + win32.FillConsoleOutputCharacter(handle, ' ', cells_to_erase, from_coord) + # now set the buffer's attributes accordingly + win32.FillConsoleOutputAttribute(handle, self.get_attrs(), cells_to_erase, from_coord) + if mode == 2: + # put the cursor where needed + win32.SetConsoleCursorPosition(handle, (1, 1)) + + def erase_line(self, mode=0, on_stderr=False): + # 0 should clear from the cursor to the end of the line. + # 1 should clear from the cursor to the beginning of the line. + # 2 should clear the entire line. + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + csbi = win32.GetConsoleScreenBufferInfo(handle) + if mode == 0: + from_coord = csbi.dwCursorPosition + cells_to_erase = csbi.dwSize.X - csbi.dwCursorPosition.X + elif mode == 1: + from_coord = win32.COORD(0, csbi.dwCursorPosition.Y) + cells_to_erase = csbi.dwCursorPosition.X + elif mode == 2: + from_coord = win32.COORD(0, csbi.dwCursorPosition.Y) + cells_to_erase = csbi.dwSize.X + else: + # invalid mode + return + # fill the entire screen with blanks + win32.FillConsoleOutputCharacter(handle, ' ', cells_to_erase, from_coord) + # now set the buffer's attributes accordingly + win32.FillConsoleOutputAttribute(handle, self.get_attrs(), cells_to_erase, from_coord) + + def set_title(self, title): + win32.SetConsoleTitle(title) + + +def enable_vt_processing(fd): + if win32.windll is None or not win32.winapi_test(): + return False + + try: + handle = get_osfhandle(fd) + mode = win32.GetConsoleMode(handle) + win32.SetConsoleMode( + handle, + mode | win32.ENABLE_VIRTUAL_TERMINAL_PROCESSING, + ) + + mode = win32.GetConsoleMode(handle) + if mode & win32.ENABLE_VIRTUAL_TERMINAL_PROCESSING: + return True + # Can get TypeError in testsuite where 'fd' is a Mock() + except (OSError, TypeError): + return False diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py new file mode 100644 index 00000000..e999438f --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py @@ -0,0 +1,33 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import logging + +__version__ = '0.3.8' + + +class DistlibException(Exception): + pass + + +try: + from logging import NullHandler +except ImportError: # pragma: no cover + + class NullHandler(logging.Handler): + + def handle(self, record): + pass + + def emit(self, record): + pass + + def createLock(self): + self.lock = None + + +logger = logging.getLogger(__name__) +logger.addHandler(NullHandler()) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..129afccafa0718d0d546c9e86c186549911b1373 GIT binary patch literal 1304 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 BF_-`V literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a973a6ddaf1d155fe14effcc0d239b5818ebea71 GIT binary patch literal 66062 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..77304e2ab5bd6c5a898e8b759c0c7c13392b394b GIT binary patch literal 24401 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b583077b181f67aaebd57880a545db0bef7bfba1 GIT binary patch literal 60190 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e57250b344e57752024c5f91a135064f651e4402 GIT binary patch literal 15151 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 Wo8HeHy>`AKd;K@~ts<|k`+oprCDd#H literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7e7d9264803bf9df667978d72ed008baaf8a3ca4 GIT binary patch literal 7714 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b1a0270e4924867512437610698538be8d953017 GIT binary patch literal 41828 zcmd75d30M>njiQcb`T%|65zgpJHb_?sEyi8agnKovbA`j7mDJ8Bud=;0BV8BGRx(3 zQ7(4`+O8JZc8#F2XH1Q&r|5J~N}cYUxT>p@lj%$X5K<9Ft0(M<&!oFECx?<;T~*2? zXMW#(3qTUITs`??p2Umy-o5W`@7{0!zV{dD>1iB}myYJ0P5*%7{sUbohfzLxw5sK} z8=S!Pa{@1DM)*-pzlNuC?TEHti(lP{ZdBi|m+u++4J^;tZ)Crwev_aV3?t^zwEnbF zOTPu>^n!83I-1^}KAO>=F>33#v3sTw`)Fo=CObEeWQ{ud9iz^EC%aA?$sWz=&l%0_ z&*eD{=P_Q`qI5Lz>&gF=m#+E?G~7W>u)M_yR!`ce7y%vqh3sxR?q($2En;_VxNA?k zTg>ie;%-*b-I8;h;P@fmUn)5JT|#z$8Tw+n&?VKMoC-N=Un({&ldG1g6!QA3g#7+$ zp`gD;DD1Bliu&C`aetjq(qHeX6H5Km{|3R;-zb#zH+dR7P3%rH>fZ9H+;D%3r{#ht zxfjy8r%Gvu=Qb%({lpTrPb^XQ#1aipEYX}OvFWUpD`on(3Keg0{cS=e(ruoWF77%v zq#4HFD-|3!%}sF^MmNreGFunMH|7adLiMK_>HZY=p5~n@9cr8A`geMEUhr-#uhfN> z`Rke?Eow?528S*Vp7VHJ&vZZIZAwc!F*z|YF8aK#!I2TyXwn0tgSc7S(zK<) z)zZ{LNh>8=n_HV&T!UkRtF@`s-IVsXG|_H8Zl4?*9vT-s10%yek2pBu?ZeH?QIFS) z)&|asB)JQLLCxMg7Al1KF7bYQ@(jhjyR#Nn}X zy~pBKFFPCXU7hfF<7S`dijSS6e)I4c8k-P3K2({33~_MCH*n_az(vp1c-lFSZ-CwN zB9~oxht6Y`;+YtGTicd_=em!d=sngqaJ+jcdAZ1NiF;(n-5Z>T>*oPcH3HwSy{bXi zoXWf&9rk+B$8J#^7yTt2F46PaiiL9d2B6&nsMPo?tJ$`I2YsQZr^+zTVo@(%S6BJ8D!`Li5D%L^I}oOc)oN z1?jakD=VRC;;NX5ez2qnCtf|0x45{jR?JiG|5me?t;}BM_}JNz;US+iefv6mKF{cc z&*dA(JPryjEZNH<`k9!_v%{Vd!HbnW=yMH<9@mgu0Vc1hPt2m;>%hdP*87X{4lyl4eSX=830ujtl}uVCAB{F071^@j;>S z)bS&6^RYAD@ez*?AkFlQIDTnZptIu=1o67{VjESmjgsw@v{JGai907%2gMf3|JokK z(~b@TUg8g(u_w-@31IzAwDLGZ?O!8->cqyBA4qdF@NDmcLT(E}yEwSq;u=+(QalLq!|`aV`EHEg`u9;!EH!VzG+` zAFie21l`rhcV#k*rAUe}m__cQSR{RqhY8m-*W~(K(iZt!>)| zdV0H$be+IU(ll*}^Jl#@X)c#YnCP*2&pFSS=gNe*&tIj`Ijsz#jbH&a?HL�?o9q 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 B!5IJm literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c1558c1d1eb0e4524d9a7ac3c94fbc9a0e457f5a GIT binary patch literal 19615 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..12b7a293b121788a827a6ab0645642e1e70c361a GIT binary patch literal 88251 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c4e89982f1f6189b1defc3915a1d86968b6e0633 GIT binary patch literal 30398 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 DGH0b} literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c5a0458063ecf6eca0d0869777a2b94552c980a4 GIT binary patch literal 51894 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 'user[:passwd]', 'host[:port]'.""" + # global _userprog + # if _userprog is None: + # import re + # _userprog = re.compile('^(.*)@(.*)$') + + # match = _userprog.match(host) + # if match: return match.group(1, 2) + # return None, host + +else: # pragma: no cover + from io import StringIO + string_types = str, + text_type = str + from io import TextIOWrapper as file_type + import builtins + import configparser + from urllib.parse import (urlparse, urlunparse, urljoin, quote, unquote, + urlsplit, urlunsplit, splittype) + from urllib.request import (urlopen, urlretrieve, Request, url2pathname, + pathname2url, HTTPBasicAuthHandler, + HTTPPasswordMgr, HTTPHandler, + HTTPRedirectHandler, build_opener) + if ssl: + from urllib.request import HTTPSHandler + from urllib.error import HTTPError, URLError, ContentTooShortError + import http.client as httplib + import urllib.request as urllib2 + import xmlrpc.client as xmlrpclib + import queue + from html.parser import HTMLParser + import html.entities as htmlentitydefs + raw_input = input + from itertools import filterfalse + filter = filter + +try: + from ssl import match_hostname, CertificateError +except ImportError: # pragma: no cover + + class CertificateError(ValueError): + pass + + def _dnsname_match(dn, hostname, max_wildcards=1): + """Matching according to RFC 6125, section 6.4.3 + + http://tools.ietf.org/html/rfc6125#section-6.4.3 + """ + pats = [] + if not dn: + return False + + parts = dn.split('.') + leftmost, remainder = parts[0], parts[1:] + + wildcards = leftmost.count('*') + if wildcards > max_wildcards: + # Issue #17980: avoid denials of service by refusing more + # than one wildcard per fragment. A survey of established + # policy among SSL implementations showed it to be a + # reasonable choice. + raise CertificateError( + "too many wildcards in certificate DNS name: " + repr(dn)) + + # speed up common case w/o wildcards + if not wildcards: + return dn.lower() == hostname.lower() + + # RFC 6125, section 6.4.3, subitem 1. + # The client SHOULD NOT attempt to match a presented identifier in which + # the wildcard character comprises a label other than the left-most label. + if leftmost == '*': + # When '*' is a fragment by itself, it matches a non-empty dotless + # fragment. + pats.append('[^.]+') + elif leftmost.startswith('xn--') or hostname.startswith('xn--'): + # RFC 6125, section 6.4.3, subitem 3. + # The client SHOULD NOT attempt to match a presented identifier + # where the wildcard character is embedded within an A-label or + # U-label of an internationalized domain name. + pats.append(re.escape(leftmost)) + else: + # Otherwise, '*' matches any dotless string, e.g. www* + pats.append(re.escape(leftmost).replace(r'\*', '[^.]*')) + + # add the remaining fragments, ignore any wildcards + for frag in remainder: + pats.append(re.escape(frag)) + + pat = re.compile(r'\A' + r'\.'.join(pats) + r'\Z', re.IGNORECASE) + return pat.match(hostname) + + def match_hostname(cert, hostname): + """Verify that *cert* (in decoded format as returned by + SSLSocket.getpeercert()) matches the *hostname*. RFC 2818 and RFC 6125 + rules are followed, but IP addresses are not accepted for *hostname*. + + CertificateError is raised on failure. On success, the function + returns nothing. + """ + if not cert: + raise ValueError("empty or no certificate, match_hostname needs a " + "SSL socket or SSL context with either " + "CERT_OPTIONAL or CERT_REQUIRED") + dnsnames = [] + san = cert.get('subjectAltName', ()) + for key, value in san: + if key == 'DNS': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if not dnsnames: + # The subject is only checked when there is no dNSName entry + # in subjectAltName + for sub in cert.get('subject', ()): + for key, value in sub: + # XXX according to RFC 2818, the most specific Common Name + # must be used. + if key == 'commonName': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if len(dnsnames) > 1: + raise CertificateError("hostname %r " + "doesn't match either of %s" % + (hostname, ', '.join(map(repr, dnsnames)))) + elif len(dnsnames) == 1: + raise CertificateError("hostname %r " + "doesn't match %r" % + (hostname, dnsnames[0])) + else: + raise CertificateError("no appropriate commonName or " + "subjectAltName fields were found") + + +try: + from types import SimpleNamespace as Container +except ImportError: # pragma: no cover + + class Container(object): + """ + A generic container for when multiple values need to be returned + """ + + def __init__(self, **kwargs): + self.__dict__.update(kwargs) + + +try: + from shutil import which +except ImportError: # pragma: no cover + # Implementation from Python 3.3 + def which(cmd, mode=os.F_OK | os.X_OK, path=None): + """Given a command, mode, and a PATH string, return the path which + conforms to the given mode on the PATH, or None if there is no such + file. + + `mode` defaults to os.F_OK | os.X_OK. `path` defaults to the result + of os.environ.get("PATH"), or can be overridden with a custom search + path. + + """ + + # Check that a given file can be accessed with the correct mode. + # Additionally check that `file` is not a directory, as on Windows + # directories pass the os.access check. + def _access_check(fn, mode): + return (os.path.exists(fn) and os.access(fn, mode) + and not os.path.isdir(fn)) + + # If we're given a path with a directory part, look it up directly rather + # than referring to PATH directories. This includes checking relative to the + # current directory, e.g. ./script + if os.path.dirname(cmd): + if _access_check(cmd, mode): + return cmd + return None + + if path is None: + path = os.environ.get("PATH", os.defpath) + if not path: + return None + path = path.split(os.pathsep) + + if sys.platform == "win32": + # The current directory takes precedence on Windows. + if os.curdir not in path: + path.insert(0, os.curdir) + + # PATHEXT is necessary to check on Windows. + pathext = os.environ.get("PATHEXT", "").split(os.pathsep) + # See if the given file matches any of the expected path extensions. + # This will allow us to short circuit when given "python.exe". + # If it does match, only test that one, otherwise we have to try + # others. + if any(cmd.lower().endswith(ext.lower()) for ext in pathext): + files = [cmd] + else: + files = [cmd + ext for ext in pathext] + else: + # On other platforms you don't have things like PATHEXT to tell you + # what file suffixes are executable, so just pass on cmd as-is. + files = [cmd] + + seen = set() + for dir in path: + normdir = os.path.normcase(dir) + if normdir not in seen: + seen.add(normdir) + for thefile in files: + name = os.path.join(dir, thefile) + if _access_check(name, mode): + return name + return None + + +# ZipFile is a context manager in 2.7, but not in 2.6 + +from zipfile import ZipFile as BaseZipFile + +if hasattr(BaseZipFile, '__enter__'): # pragma: no cover + ZipFile = BaseZipFile +else: # pragma: no cover + from zipfile import ZipExtFile as BaseZipExtFile + + class ZipExtFile(BaseZipExtFile): + + def __init__(self, base): + self.__dict__.update(base.__dict__) + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + class ZipFile(BaseZipFile): + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + def open(self, *args, **kwargs): + base = BaseZipFile.open(self, *args, **kwargs) + return ZipExtFile(base) + + +try: + from platform import python_implementation +except ImportError: # pragma: no cover + + def python_implementation(): + """Return a string identifying the Python implementation.""" + if 'PyPy' in sys.version: + return 'PyPy' + if os.name == 'java': + return 'Jython' + if sys.version.startswith('IronPython'): + return 'IronPython' + return 'CPython' + + +import sysconfig + +try: + callable = callable +except NameError: # pragma: no cover + from collections.abc import Callable + + def callable(obj): + return isinstance(obj, Callable) + + +try: + fsencode = os.fsencode + fsdecode = os.fsdecode +except AttributeError: # pragma: no cover + # Issue #99: on some systems (e.g. containerised), + # sys.getfilesystemencoding() returns None, and we need a real value, + # so fall back to utf-8. From the CPython 2.7 docs relating to Unix and + # sys.getfilesystemencoding(): the return value is "the user’s preference + # according to the result of nl_langinfo(CODESET), or None if the + # nl_langinfo(CODESET) failed." + _fsencoding = sys.getfilesystemencoding() or 'utf-8' + if _fsencoding == 'mbcs': + _fserrors = 'strict' + else: + _fserrors = 'surrogateescape' + + def fsencode(filename): + if isinstance(filename, bytes): + return filename + elif isinstance(filename, text_type): + return filename.encode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + + def fsdecode(filename): + if isinstance(filename, text_type): + return filename + elif isinstance(filename, bytes): + return filename.decode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + + +try: + from tokenize import detect_encoding +except ImportError: # pragma: no cover + from codecs import BOM_UTF8, lookup + + cookie_re = re.compile(r"coding[:=]\s*([-\w.]+)") + + def _get_normal_name(orig_enc): + """Imitates get_normal_name in tokenizer.c.""" + # Only care about the first 12 characters. + enc = orig_enc[:12].lower().replace("_", "-") + if enc == "utf-8" or enc.startswith("utf-8-"): + return "utf-8" + if enc in ("latin-1", "iso-8859-1", "iso-latin-1") or \ + enc.startswith(("latin-1-", "iso-8859-1-", "iso-latin-1-")): + return "iso-8859-1" + return orig_enc + + def detect_encoding(readline): + """ + The detect_encoding() function is used to detect the encoding that should + be used to decode a Python source file. It requires one argument, readline, + in the same way as the tokenize() generator. + + It will call readline a maximum of twice, and return the encoding used + (as a string) and a list of any lines (left as bytes) it has read in. + + It detects the encoding from the presence of a utf-8 bom or an encoding + cookie as specified in pep-0263. If both a bom and a cookie are present, + but disagree, a SyntaxError will be raised. If the encoding cookie is an + invalid charset, raise a SyntaxError. Note that if a utf-8 bom is found, + 'utf-8-sig' is returned. + + If no encoding is specified, then the default of 'utf-8' will be returned. + """ + try: + filename = readline.__self__.name + except AttributeError: + filename = None + bom_found = False + encoding = None + default = 'utf-8' + + def read_or_stop(): + try: + return readline() + except StopIteration: + return b'' + + def find_cookie(line): + try: + # Decode as UTF-8. Either the line is an encoding declaration, + # in which case it should be pure ASCII, or it must be UTF-8 + # per default encoding. + line_string = line.decode('utf-8') + except UnicodeDecodeError: + msg = "invalid or missing encoding declaration" + if filename is not None: + msg = '{} for {!r}'.format(msg, filename) + raise SyntaxError(msg) + + matches = cookie_re.findall(line_string) + if not matches: + return None + encoding = _get_normal_name(matches[0]) + try: + codec = lookup(encoding) + except LookupError: + # This behaviour mimics the Python interpreter + if filename is None: + msg = "unknown encoding: " + encoding + else: + msg = "unknown encoding for {!r}: {}".format( + filename, encoding) + raise SyntaxError(msg) + + if bom_found: + if codec.name != 'utf-8': + # This behaviour mimics the Python interpreter + if filename is None: + msg = 'encoding problem: utf-8' + else: + msg = 'encoding problem for {!r}: utf-8'.format( + filename) + raise SyntaxError(msg) + encoding += '-sig' + return encoding + + first = read_or_stop() + if first.startswith(BOM_UTF8): + bom_found = True + first = first[3:] + default = 'utf-8-sig' + if not first: + return default, [] + + encoding = find_cookie(first) + if encoding: + return encoding, [first] + + second = read_or_stop() + if not second: + return default, [first] + + encoding = find_cookie(second) + if encoding: + return encoding, [first, second] + + return default, [first, second] + + +# For converting & <-> & etc. +try: + from html import escape +except ImportError: + from cgi import escape +if sys.version_info[:2] < (3, 4): + unescape = HTMLParser().unescape +else: + from html import unescape + +try: + from collections import ChainMap +except ImportError: # pragma: no cover + from collections import MutableMapping + + try: + from reprlib import recursive_repr as _recursive_repr + except ImportError: + + def _recursive_repr(fillvalue='...'): + ''' + Decorator to make a repr function return fillvalue for a recursive + call + ''' + + def decorating_function(user_function): + repr_running = set() + + def wrapper(self): + key = id(self), get_ident() + if key in repr_running: + return fillvalue + repr_running.add(key) + try: + result = user_function(self) + finally: + repr_running.discard(key) + return result + + # Can't use functools.wraps() here because of bootstrap issues + wrapper.__module__ = getattr(user_function, '__module__') + wrapper.__doc__ = getattr(user_function, '__doc__') + wrapper.__name__ = getattr(user_function, '__name__') + wrapper.__annotations__ = getattr(user_function, + '__annotations__', {}) + return wrapper + + return decorating_function + + class ChainMap(MutableMapping): + ''' + A ChainMap groups multiple dicts (or other mappings) together + to create a single, updateable view. + + The underlying mappings are stored in a list. That list is public and can + accessed or updated using the *maps* attribute. There is no other state. + + Lookups search the underlying mappings successively until a key is found. + In contrast, writes, updates, and deletions only operate on the first + mapping. + ''' + + def __init__(self, *maps): + '''Initialize a ChainMap by setting *maps* to the given mappings. + If no mappings are provided, a single empty dictionary is used. + + ''' + self.maps = list(maps) or [{}] # always at least one map + + def __missing__(self, key): + raise KeyError(key) + + def __getitem__(self, key): + for mapping in self.maps: + try: + return mapping[ + key] # can't use 'key in mapping' with defaultdict + except KeyError: + pass + return self.__missing__( + key) # support subclasses that define __missing__ + + def get(self, key, default=None): + return self[key] if key in self else default + + def __len__(self): + return len(set().union( + *self.maps)) # reuses stored hash values if possible + + def __iter__(self): + return iter(set().union(*self.maps)) + + def __contains__(self, key): + return any(key in m for m in self.maps) + + def __bool__(self): + return any(self.maps) + + @_recursive_repr() + def __repr__(self): + return '{0.__class__.__name__}({1})'.format( + self, ', '.join(map(repr, self.maps))) + + @classmethod + def fromkeys(cls, iterable, *args): + 'Create a ChainMap with a single dict created from the iterable.' + return cls(dict.fromkeys(iterable, *args)) + + def copy(self): + 'New ChainMap or subclass with a new copy of maps[0] and refs to maps[1:]' + return self.__class__(self.maps[0].copy(), *self.maps[1:]) + + __copy__ = copy + + def new_child(self): # like Django's Context.push() + 'New ChainMap with a new dict followed by all previous maps.' + return self.__class__({}, *self.maps) + + @property + def parents(self): # like Django's Context.pop() + 'New ChainMap from maps[1:].' + return self.__class__(*self.maps[1:]) + + def __setitem__(self, key, value): + self.maps[0][key] = value + + def __delitem__(self, key): + try: + del self.maps[0][key] + except KeyError: + raise KeyError( + 'Key not found in the first mapping: {!r}'.format(key)) + + def popitem(self): + 'Remove and return an item pair from maps[0]. Raise KeyError is maps[0] is empty.' + try: + return self.maps[0].popitem() + except KeyError: + raise KeyError('No keys found in the first mapping.') + + def pop(self, key, *args): + 'Remove *key* from maps[0] and return its value. Raise KeyError if *key* not in maps[0].' + try: + return self.maps[0].pop(key, *args) + except KeyError: + raise KeyError( + 'Key not found in the first mapping: {!r}'.format(key)) + + def clear(self): + 'Clear maps[0], leaving maps[1:] intact.' + self.maps[0].clear() + + +try: + from importlib.util import cache_from_source # Python >= 3.4 +except ImportError: # pragma: no cover + + def cache_from_source(path, debug_override=None): + assert path.endswith('.py') + if debug_override is None: + debug_override = __debug__ + if debug_override: + suffix = 'c' + else: + suffix = 'o' + return path + suffix + + +try: + from collections import OrderedDict +except ImportError: # pragma: no cover + # {{{ http://code.activestate.com/recipes/576693/ (r9) + # Backport of OrderedDict() class that runs on Python 2.4, 2.5, 2.6, 2.7 and pypy. + # Passes Python2.7's test suite and incorporates all the latest updates. + try: + from thread import get_ident as _get_ident + except ImportError: + from dummy_thread import get_ident as _get_ident + + try: + from _abcoll import KeysView, ValuesView, ItemsView + except ImportError: + pass + + class OrderedDict(dict): + 'Dictionary that remembers insertion order' + + # An inherited dict maps keys to values. + # The inherited dict provides __getitem__, __len__, __contains__, and get. + # The remaining methods are order-aware. + # Big-O running times for all methods are the same as for regular dictionaries. + + # The internal self.__map dictionary maps keys to links in a doubly linked list. + # The circular doubly linked list starts and ends with a sentinel element. + # The sentinel element never gets deleted (this simplifies the algorithm). + # Each link is stored as a list of length three: [PREV, NEXT, KEY]. + + def __init__(self, *args, **kwds): + '''Initialize an ordered dictionary. Signature is the same as for + regular dictionaries, but keyword arguments are not recommended + because their insertion order is arbitrary. + + ''' + if len(args) > 1: + raise TypeError('expected at most 1 arguments, got %d' % + len(args)) + try: + self.__root + except AttributeError: + self.__root = root = [] # sentinel node + root[:] = [root, root, None] + self.__map = {} + self.__update(*args, **kwds) + + def __setitem__(self, key, value, dict_setitem=dict.__setitem__): + 'od.__setitem__(i, y) <==> od[i]=y' + # Setting a new item creates a new link which goes at the end of the linked + # list, and the inherited dictionary is updated with the new key/value pair. + if key not in self: + root = self.__root + last = root[0] + last[1] = root[0] = self.__map[key] = [last, root, key] + dict_setitem(self, key, value) + + def __delitem__(self, key, dict_delitem=dict.__delitem__): + 'od.__delitem__(y) <==> del od[y]' + # Deleting an existing item uses self.__map to find the link which is + # then removed by updating the links in the predecessor and successor nodes. + dict_delitem(self, key) + link_prev, link_next, key = self.__map.pop(key) + link_prev[1] = link_next + link_next[0] = link_prev + + def __iter__(self): + 'od.__iter__() <==> iter(od)' + root = self.__root + curr = root[1] + while curr is not root: + yield curr[2] + curr = curr[1] + + def __reversed__(self): + 'od.__reversed__() <==> reversed(od)' + root = self.__root + curr = root[0] + while curr is not root: + yield curr[2] + curr = curr[0] + + def clear(self): + 'od.clear() -> None. Remove all items from od.' + try: + for node in self.__map.itervalues(): + del node[:] + root = self.__root + root[:] = [root, root, None] + self.__map.clear() + except AttributeError: + pass + dict.clear(self) + + def popitem(self, last=True): + '''od.popitem() -> (k, v), return and remove a (key, value) pair. + Pairs are returned in LIFO order if last is true or FIFO order if false. + + ''' + if not self: + raise KeyError('dictionary is empty') + root = self.__root + if last: + link = root[0] + link_prev = link[0] + link_prev[1] = root + root[0] = link_prev + else: + link = root[1] + link_next = link[1] + root[1] = link_next + link_next[0] = root + key = link[2] + del self.__map[key] + value = dict.pop(self, key) + return key, value + + # -- the following methods do not depend on the internal structure -- + + def keys(self): + 'od.keys() -> list of keys in od' + return list(self) + + def values(self): + 'od.values() -> list of values in od' + return [self[key] for key in self] + + def items(self): + 'od.items() -> list of (key, value) pairs in od' + return [(key, self[key]) for key in self] + + def iterkeys(self): + 'od.iterkeys() -> an iterator over the keys in od' + return iter(self) + + def itervalues(self): + 'od.itervalues -> an iterator over the values in od' + for k in self: + yield self[k] + + def iteritems(self): + 'od.iteritems -> an iterator over the (key, value) items in od' + for k in self: + yield (k, self[k]) + + def update(*args, **kwds): + '''od.update(E, **F) -> None. Update od from dict/iterable E and F. + + If E is a dict instance, does: for k in E: od[k] = E[k] + If E has a .keys() method, does: for k in E.keys(): od[k] = E[k] + Or if E is an iterable of items, does: for k, v in E: od[k] = v + In either case, this is followed by: for k, v in F.items(): od[k] = v + + ''' + if len(args) > 2: + raise TypeError('update() takes at most 2 positional ' + 'arguments (%d given)' % (len(args), )) + elif not args: + raise TypeError('update() takes at least 1 argument (0 given)') + self = args[0] + # Make progressively weaker assumptions about "other" + other = () + if len(args) == 2: + other = args[1] + if isinstance(other, dict): + for key in other: + self[key] = other[key] + elif hasattr(other, 'keys'): + for key in other.keys(): + self[key] = other[key] + else: + for key, value in other: + self[key] = value + for key, value in kwds.items(): + self[key] = value + + __update = update # let subclasses override update without breaking __init__ + + __marker = object() + + def pop(self, key, default=__marker): + '''od.pop(k[,d]) -> v, remove specified key and return the corresponding value. + If key is not found, d is returned if given, otherwise KeyError is raised. + + ''' + if key in self: + result = self[key] + del self[key] + return result + if default is self.__marker: + raise KeyError(key) + return default + + def setdefault(self, key, default=None): + 'od.setdefault(k[,d]) -> od.get(k,d), also set od[k]=d if k not in od' + if key in self: + return self[key] + self[key] = default + return default + + def __repr__(self, _repr_running=None): + 'od.__repr__() <==> repr(od)' + if not _repr_running: + _repr_running = {} + call_key = id(self), _get_ident() + if call_key in _repr_running: + return '...' + _repr_running[call_key] = 1 + try: + if not self: + return '%s()' % (self.__class__.__name__, ) + return '%s(%r)' % (self.__class__.__name__, self.items()) + finally: + del _repr_running[call_key] + + def __reduce__(self): + 'Return state information for pickling' + items = [[k, self[k]] for k in self] + inst_dict = vars(self).copy() + for k in vars(OrderedDict()): + inst_dict.pop(k, None) + if inst_dict: + return (self.__class__, (items, ), inst_dict) + return self.__class__, (items, ) + + def copy(self): + 'od.copy() -> a shallow copy of od' + return self.__class__(self) + + @classmethod + def fromkeys(cls, iterable, value=None): + '''OD.fromkeys(S[, v]) -> New ordered dictionary with keys from S + and values equal to v (which defaults to None). + + ''' + d = cls() + for key in iterable: + d[key] = value + return d + + def __eq__(self, other): + '''od.__eq__(y) <==> od==y. Comparison to another OD is order-sensitive + while comparison to a regular mapping is order-insensitive. + + ''' + if isinstance(other, OrderedDict): + return len(self) == len( + other) and self.items() == other.items() + return dict.__eq__(self, other) + + def __ne__(self, other): + return not self == other + + # -- the following methods are only used in Python 2.7 -- + + def viewkeys(self): + "od.viewkeys() -> a set-like object providing a view on od's keys" + return KeysView(self) + + def viewvalues(self): + "od.viewvalues() -> an object providing a view on od's values" + return ValuesView(self) + + def viewitems(self): + "od.viewitems() -> a set-like object providing a view on od's items" + return ItemsView(self) + + +try: + from logging.config import BaseConfigurator, valid_ident +except ImportError: # pragma: no cover + IDENTIFIER = re.compile('^[a-z_][a-z0-9_]*$', re.I) + + def valid_ident(s): + m = IDENTIFIER.match(s) + if not m: + raise ValueError('Not a valid Python identifier: %r' % s) + return True + + # The ConvertingXXX classes are wrappers around standard Python containers, + # and they serve to convert any suitable values in the container. The + # conversion converts base dicts, lists and tuples to their wrapped + # equivalents, whereas strings which match a conversion format are converted + # appropriately. + # + # Each wrapper should have a configurator attribute holding the actual + # configurator to use for conversion. + + class ConvertingDict(dict): + """A converting dictionary wrapper.""" + + def __getitem__(self, key): + value = dict.__getitem__(self, key) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def get(self, key, default=None): + value = dict.get(self, key, default) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, key, default=None): + value = dict.pop(self, key, default) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class ConvertingList(list): + """A converting list wrapper.""" + + def __getitem__(self, key): + value = list.__getitem__(self, key) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, idx=-1): + value = list.pop(self, idx) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + return result + + class ConvertingTuple(tuple): + """A converting tuple wrapper.""" + + def __getitem__(self, key): + value = tuple.__getitem__(self, key) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class BaseConfigurator(object): + """ + The configurator base class which defines some useful defaults. + """ + + CONVERT_PATTERN = re.compile(r'^(?P[a-z]+)://(?P.*)$') + + WORD_PATTERN = re.compile(r'^\s*(\w+)\s*') + DOT_PATTERN = re.compile(r'^\.\s*(\w+)\s*') + INDEX_PATTERN = re.compile(r'^\[\s*(\w+)\s*\]\s*') + DIGIT_PATTERN = re.compile(r'^\d+$') + + value_converters = { + 'ext': 'ext_convert', + 'cfg': 'cfg_convert', + } + + # We might want to use a different one, e.g. importlib + importer = staticmethod(__import__) + + def __init__(self, config): + self.config = ConvertingDict(config) + self.config.configurator = self + + def resolve(self, s): + """ + Resolve strings to objects using standard import and attribute + syntax. + """ + name = s.split('.') + used = name.pop(0) + try: + found = self.importer(used) + for frag in name: + used += '.' + frag + try: + found = getattr(found, frag) + except AttributeError: + self.importer(used) + found = getattr(found, frag) + return found + except ImportError: + e, tb = sys.exc_info()[1:] + v = ValueError('Cannot resolve %r: %s' % (s, e)) + v.__cause__, v.__traceback__ = e, tb + raise v + + def ext_convert(self, value): + """Default converter for the ext:// protocol.""" + return self.resolve(value) + + def cfg_convert(self, value): + """Default converter for the cfg:// protocol.""" + rest = value + m = self.WORD_PATTERN.match(rest) + if m is None: + raise ValueError("Unable to convert %r" % value) + else: + rest = rest[m.end():] + d = self.config[m.groups()[0]] + while rest: + m = self.DOT_PATTERN.match(rest) + if m: + d = d[m.groups()[0]] + else: + m = self.INDEX_PATTERN.match(rest) + if m: + idx = m.groups()[0] + if not self.DIGIT_PATTERN.match(idx): + d = d[idx] + else: + try: + n = int( + idx + ) # try as number first (most likely) + d = d[n] + except TypeError: + d = d[idx] + if m: + rest = rest[m.end():] + else: + raise ValueError('Unable to convert ' + '%r at %r' % (value, rest)) + # rest should be empty + return d + + def convert(self, value): + """ + Convert values to an appropriate type. dicts, lists and tuples are + replaced by their converting alternatives. Strings are checked to + see if they have a conversion format and are converted if they do. + """ + if not isinstance(value, ConvertingDict) and isinstance( + value, dict): + value = ConvertingDict(value) + value.configurator = self + elif not isinstance(value, ConvertingList) and isinstance( + value, list): + value = ConvertingList(value) + value.configurator = self + elif not isinstance(value, ConvertingTuple) and isinstance(value, tuple): + value = ConvertingTuple(value) + value.configurator = self + elif isinstance(value, string_types): + m = self.CONVERT_PATTERN.match(value) + if m: + d = m.groupdict() + prefix = d['prefix'] + converter = self.value_converters.get(prefix, None) + if converter: + suffix = d['suffix'] + converter = getattr(self, converter) + value = converter(suffix) + return value + + def configure_custom(self, config): + """Configure an object with a user-supplied factory.""" + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + kwargs = dict([(k, config[k]) for k in config if valid_ident(k)]) + result = c(**kwargs) + if props: + for name, value in props.items(): + setattr(result, name, value) + return result + + def as_tuple(self, value): + """Utility function which converts lists to tuples.""" + if isinstance(value, list): + value = tuple(value) + return value diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py new file mode 100644 index 00000000..eb3765f1 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py @@ -0,0 +1,1359 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""PEP 376 implementation.""" + +from __future__ import unicode_literals + +import base64 +import codecs +import contextlib +import hashlib +import logging +import os +import posixpath +import sys +import zipimport + +from . import DistlibException, resources +from .compat import StringIO +from .version import get_scheme, UnsupportedVersionError +from .metadata import (Metadata, METADATA_FILENAME, WHEEL_METADATA_FILENAME, + LEGACY_METADATA_FILENAME) +from .util import (parse_requirement, cached_property, parse_name_and_version, + read_exports, write_exports, CSVReader, CSVWriter) + +__all__ = [ + 'Distribution', 'BaseInstalledDistribution', 'InstalledDistribution', + 'EggInfoDistribution', 'DistributionPath' +] + +logger = logging.getLogger(__name__) + +EXPORTS_FILENAME = 'pydist-exports.json' +COMMANDS_FILENAME = 'pydist-commands.json' + +DIST_FILES = ('INSTALLER', METADATA_FILENAME, 'RECORD', 'REQUESTED', + 'RESOURCES', EXPORTS_FILENAME, 'SHARED') + +DISTINFO_EXT = '.dist-info' + + +class _Cache(object): + """ + A simple cache mapping names and .dist-info paths to distributions + """ + + def __init__(self): + """ + Initialise an instance. There is normally one for each DistributionPath. + """ + self.name = {} + self.path = {} + self.generated = False + + def clear(self): + """ + Clear the cache, setting it to its initial state. + """ + self.name.clear() + self.path.clear() + self.generated = False + + def add(self, dist): + """ + Add a distribution to the cache. + :param dist: The distribution to add. + """ + if dist.path not in self.path: + self.path[dist.path] = dist + self.name.setdefault(dist.key, []).append(dist) + + +class DistributionPath(object): + """ + Represents a set of distributions installed on a path (typically sys.path). + """ + + def __init__(self, path=None, include_egg=False): + """ + Create an instance from a path, optionally including legacy (distutils/ + setuptools/distribute) distributions. + :param path: The path to use, as a list of directories. If not specified, + sys.path is used. + :param include_egg: If True, this instance will look for and return legacy + distributions as well as those based on PEP 376. + """ + if path is None: + path = sys.path + self.path = path + self._include_dist = True + self._include_egg = include_egg + + self._cache = _Cache() + self._cache_egg = _Cache() + self._cache_enabled = True + self._scheme = get_scheme('default') + + def _get_cache_enabled(self): + return self._cache_enabled + + def _set_cache_enabled(self, value): + self._cache_enabled = value + + cache_enabled = property(_get_cache_enabled, _set_cache_enabled) + + def clear_cache(self): + """ + Clears the internal cache. + """ + self._cache.clear() + self._cache_egg.clear() + + def _yield_distributions(self): + """ + Yield .dist-info and/or .egg(-info) distributions. + """ + # We need to check if we've seen some resources already, because on + # some Linux systems (e.g. some Debian/Ubuntu variants) there are + # symlinks which alias other files in the environment. + seen = set() + for path in self.path: + finder = resources.finder_for_path(path) + if finder is None: + continue + r = finder.find('') + if not r or not r.is_container: + continue + rset = sorted(r.resources) + for entry in rset: + r = finder.find(entry) + if not r or r.path in seen: + continue + try: + if self._include_dist and entry.endswith(DISTINFO_EXT): + possible_filenames = [ + METADATA_FILENAME, WHEEL_METADATA_FILENAME, + LEGACY_METADATA_FILENAME + ] + for metadata_filename in possible_filenames: + metadata_path = posixpath.join( + entry, metadata_filename) + pydist = finder.find(metadata_path) + if pydist: + break + else: + continue + + with contextlib.closing(pydist.as_stream()) as stream: + metadata = Metadata(fileobj=stream, + scheme='legacy') + logger.debug('Found %s', r.path) + seen.add(r.path) + yield new_dist_class(r.path, + metadata=metadata, + env=self) + elif self._include_egg and entry.endswith( + ('.egg-info', '.egg')): + logger.debug('Found %s', r.path) + seen.add(r.path) + yield old_dist_class(r.path, self) + except Exception as e: + msg = 'Unable to read distribution at %s, perhaps due to bad metadata: %s' + logger.warning(msg, r.path, e) + import warnings + warnings.warn(msg % (r.path, e), stacklevel=2) + + def _generate_cache(self): + """ + Scan the path for distributions and populate the cache with + those that are found. + """ + gen_dist = not self._cache.generated + gen_egg = self._include_egg and not self._cache_egg.generated + if gen_dist or gen_egg: + for dist in self._yield_distributions(): + if isinstance(dist, InstalledDistribution): + self._cache.add(dist) + else: + self._cache_egg.add(dist) + + if gen_dist: + self._cache.generated = True + if gen_egg: + self._cache_egg.generated = True + + @classmethod + def distinfo_dirname(cls, name, version): + """ + The *name* and *version* parameters are converted into their + filename-escaped form, i.e. any ``'-'`` characters are replaced + with ``'_'`` other than the one in ``'dist-info'`` and the one + separating the name from the version number. + + :parameter name: is converted to a standard distribution name by replacing + any runs of non- alphanumeric characters with a single + ``'-'``. + :type name: string + :parameter version: is converted to a standard version string. Spaces + become dots, and all other non-alphanumeric characters + (except dots) become dashes, with runs of multiple + dashes condensed to a single dash. + :type version: string + :returns: directory name + :rtype: string""" + name = name.replace('-', '_') + return '-'.join([name, version]) + DISTINFO_EXT + + def get_distributions(self): + """ + Provides an iterator that looks for distributions and returns + :class:`InstalledDistribution` or + :class:`EggInfoDistribution` instances for each one of them. + + :rtype: iterator of :class:`InstalledDistribution` and + :class:`EggInfoDistribution` instances + """ + if not self._cache_enabled: + for dist in self._yield_distributions(): + yield dist + else: + self._generate_cache() + + for dist in self._cache.path.values(): + yield dist + + if self._include_egg: + for dist in self._cache_egg.path.values(): + yield dist + + def get_distribution(self, name): + """ + Looks for a named distribution on the path. + + This function only returns the first result found, as no more than one + value is expected. If nothing is found, ``None`` is returned. + + :rtype: :class:`InstalledDistribution`, :class:`EggInfoDistribution` + or ``None`` + """ + result = None + name = name.lower() + if not self._cache_enabled: + for dist in self._yield_distributions(): + if dist.key == name: + result = dist + break + else: + self._generate_cache() + + if name in self._cache.name: + result = self._cache.name[name][0] + elif self._include_egg and name in self._cache_egg.name: + result = self._cache_egg.name[name][0] + return result + + def provides_distribution(self, name, version=None): + """ + Iterates over all distributions to find which distributions provide *name*. + If a *version* is provided, it will be used to filter the results. + + This function only returns the first result found, since no more than + one values are expected. If the directory is not found, returns ``None``. + + :parameter version: a version specifier that indicates the version + required, conforming to the format in ``PEP-345`` + + :type name: string + :type version: string + """ + matcher = None + if version is not None: + try: + matcher = self._scheme.matcher('%s (%s)' % (name, version)) + except ValueError: + raise DistlibException('invalid name or version: %r, %r' % + (name, version)) + + for dist in self.get_distributions(): + # We hit a problem on Travis where enum34 was installed and doesn't + # have a provides attribute ... + if not hasattr(dist, 'provides'): + logger.debug('No "provides": %s', dist) + else: + provided = dist.provides + + for p in provided: + p_name, p_ver = parse_name_and_version(p) + if matcher is None: + if p_name == name: + yield dist + break + else: + if p_name == name and matcher.match(p_ver): + yield dist + break + + def get_file_path(self, name, relative_path): + """ + Return the path to a resource file. + """ + dist = self.get_distribution(name) + if dist is None: + raise LookupError('no distribution named %r found' % name) + return dist.get_resource_path(relative_path) + + def get_exported_entries(self, category, name=None): + """ + Return all of the exported entries in a particular category. + + :param category: The category to search for entries. + :param name: If specified, only entries with that name are returned. + """ + for dist in self.get_distributions(): + r = dist.exports + if category in r: + d = r[category] + if name is not None: + if name in d: + yield d[name] + else: + for v in d.values(): + yield v + + +class Distribution(object): + """ + A base class for distributions, whether installed or from indexes. + Either way, it must have some metadata, so that's all that's needed + for construction. + """ + + build_time_dependency = False + """ + Set to True if it's known to be only a build-time dependency (i.e. + not needed after installation). + """ + + requested = False + """A boolean that indicates whether the ``REQUESTED`` metadata file is + present (in other words, whether the package was installed by user + request or it was installed as a dependency).""" + + def __init__(self, metadata): + """ + Initialise an instance. + :param metadata: The instance of :class:`Metadata` describing this + distribution. + """ + self.metadata = metadata + self.name = metadata.name + self.key = self.name.lower() # for case-insensitive comparisons + self.version = metadata.version + self.locator = None + self.digest = None + self.extras = None # additional features requested + self.context = None # environment marker overrides + self.download_urls = set() + self.digests = {} + + @property + def source_url(self): + """ + The source archive download URL for this distribution. + """ + return self.metadata.source_url + + download_url = source_url # Backward compatibility + + @property + def name_and_version(self): + """ + A utility property which displays the name and version in parentheses. + """ + return '%s (%s)' % (self.name, self.version) + + @property + def provides(self): + """ + A set of distribution names and versions provided by this distribution. + :return: A set of "name (version)" strings. + """ + plist = self.metadata.provides + s = '%s (%s)' % (self.name, self.version) + if s not in plist: + plist.append(s) + return plist + + def _get_requirements(self, req_attr): + md = self.metadata + reqts = getattr(md, req_attr) + logger.debug('%s: got requirements %r from metadata: %r', self.name, + req_attr, reqts) + return set( + md.get_requirements(reqts, extras=self.extras, env=self.context)) + + @property + def run_requires(self): + return self._get_requirements('run_requires') + + @property + def meta_requires(self): + return self._get_requirements('meta_requires') + + @property + def build_requires(self): + return self._get_requirements('build_requires') + + @property + def test_requires(self): + return self._get_requirements('test_requires') + + @property + def dev_requires(self): + return self._get_requirements('dev_requires') + + def matches_requirement(self, req): + """ + Say if this instance matches (fulfills) a requirement. + :param req: The requirement to match. + :rtype req: str + :return: True if it matches, else False. + """ + # Requirement may contain extras - parse to lose those + # from what's passed to the matcher + r = parse_requirement(req) + scheme = get_scheme(self.metadata.scheme) + try: + matcher = scheme.matcher(r.requirement) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + result = False + for p in self.provides: + p_name, p_ver = parse_name_and_version(p) + if p_name != name: + continue + try: + result = matcher.match(p_ver) + break + except UnsupportedVersionError: + pass + return result + + def __repr__(self): + """ + Return a textual representation of this instance, + """ + if self.source_url: + suffix = ' [%s]' % self.source_url + else: + suffix = '' + return '' % (self.name, self.version, suffix) + + def __eq__(self, other): + """ + See if this distribution is the same as another. + :param other: The distribution to compare with. To be equal to one + another. distributions must have the same type, name, + version and source_url. + :return: True if it is the same, else False. + """ + if type(other) is not type(self): + result = False + else: + result = (self.name == other.name and self.version == other.version + and self.source_url == other.source_url) + return result + + def __hash__(self): + """ + Compute hash in a way which matches the equality test. + """ + return hash(self.name) + hash(self.version) + hash(self.source_url) + + +class BaseInstalledDistribution(Distribution): + """ + This is the base class for installed distributions (whether PEP 376 or + legacy). + """ + + hasher = None + + def __init__(self, metadata, path, env=None): + """ + Initialise an instance. + :param metadata: An instance of :class:`Metadata` which describes the + distribution. This will normally have been initialised + from a metadata file in the ``path``. + :param path: The path of the ``.dist-info`` or ``.egg-info`` + directory for the distribution. + :param env: This is normally the :class:`DistributionPath` + instance where this distribution was found. + """ + super(BaseInstalledDistribution, self).__init__(metadata) + self.path = path + self.dist_path = env + + def get_hash(self, data, hasher=None): + """ + Get the hash of some data, using a particular hash algorithm, if + specified. + + :param data: The data to be hashed. + :type data: bytes + :param hasher: The name of a hash implementation, supported by hashlib, + or ``None``. Examples of valid values are ``'sha1'``, + ``'sha224'``, ``'sha384'``, '``sha256'``, ``'md5'`` and + ``'sha512'``. If no hasher is specified, the ``hasher`` + attribute of the :class:`InstalledDistribution` instance + is used. If the hasher is determined to be ``None``, MD5 + is used as the hashing algorithm. + :returns: The hash of the data. If a hasher was explicitly specified, + the returned hash will be prefixed with the specified hasher + followed by '='. + :rtype: str + """ + if hasher is None: + hasher = self.hasher + if hasher is None: + hasher = hashlib.md5 + prefix = '' + else: + hasher = getattr(hashlib, hasher) + prefix = '%s=' % self.hasher + digest = hasher(data).digest() + digest = base64.urlsafe_b64encode(digest).rstrip(b'=').decode('ascii') + return '%s%s' % (prefix, digest) + + +class InstalledDistribution(BaseInstalledDistribution): + """ + Created with the *path* of the ``.dist-info`` directory provided to the + constructor. It reads the metadata contained in ``pydist.json`` when it is + instantiated., or uses a passed in Metadata instance (useful for when + dry-run mode is being used). + """ + + hasher = 'sha256' + + def __init__(self, path, metadata=None, env=None): + self.modules = [] + self.finder = finder = resources.finder_for_path(path) + if finder is None: + raise ValueError('finder unavailable for %s' % path) + if env and env._cache_enabled and path in env._cache.path: + metadata = env._cache.path[path].metadata + elif metadata is None: + r = finder.find(METADATA_FILENAME) + # Temporary - for Wheel 0.23 support + if r is None: + r = finder.find(WHEEL_METADATA_FILENAME) + # Temporary - for legacy support + if r is None: + r = finder.find(LEGACY_METADATA_FILENAME) + if r is None: + raise ValueError('no %s found in %s' % + (METADATA_FILENAME, path)) + with contextlib.closing(r.as_stream()) as stream: + metadata = Metadata(fileobj=stream, scheme='legacy') + + super(InstalledDistribution, self).__init__(metadata, path, env) + + if env and env._cache_enabled: + env._cache.add(self) + + r = finder.find('REQUESTED') + self.requested = r is not None + p = os.path.join(path, 'top_level.txt') + if os.path.exists(p): + with open(p, 'rb') as f: + data = f.read().decode('utf-8') + self.modules = data.splitlines() + + def __repr__(self): + return '' % ( + self.name, self.version, self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def _get_records(self): + """ + Get the list of installed files for the distribution + :return: A list of tuples of path, hash and size. Note that hash and + size might be ``None`` for some entries. The path is exactly + as stored in the file (which is as in PEP 376). + """ + results = [] + r = self.get_distinfo_resource('RECORD') + with contextlib.closing(r.as_stream()) as stream: + with CSVReader(stream=stream) as record_reader: + # Base location is parent dir of .dist-info dir + # base_location = os.path.dirname(self.path) + # base_location = os.path.abspath(base_location) + for row in record_reader: + missing = [None for i in range(len(row), 3)] + path, checksum, size = row + missing + # if not os.path.isabs(path): + # path = path.replace('/', os.sep) + # path = os.path.join(base_location, path) + results.append((path, checksum, size)) + return results + + @cached_property + def exports(self): + """ + Return the information exported by this distribution. + :return: A dictionary of exports, mapping an export category to a dict + of :class:`ExportEntry` instances describing the individual + export entries, and keyed by name. + """ + result = {} + r = self.get_distinfo_resource(EXPORTS_FILENAME) + if r: + result = self.read_exports() + return result + + def read_exports(self): + """ + Read exports data from a file in .ini format. + + :return: A dictionary of exports, mapping an export category to a list + of :class:`ExportEntry` instances describing the individual + export entries. + """ + result = {} + r = self.get_distinfo_resource(EXPORTS_FILENAME) + if r: + with contextlib.closing(r.as_stream()) as stream: + result = read_exports(stream) + return result + + def write_exports(self, exports): + """ + Write a dictionary of exports to a file in .ini format. + :param exports: A dictionary of exports, mapping an export category to + a list of :class:`ExportEntry` instances describing the + individual export entries. + """ + rf = self.get_distinfo_file(EXPORTS_FILENAME) + with open(rf, 'w') as f: + write_exports(exports, f) + + def get_resource_path(self, relative_path): + """ + NOTE: This API may change in the future. + + Return the absolute path to a resource file with the given relative + path. + + :param relative_path: The path, relative to .dist-info, of the resource + of interest. + :return: The absolute path where the resource is to be found. + """ + r = self.get_distinfo_resource('RESOURCES') + with contextlib.closing(r.as_stream()) as stream: + with CSVReader(stream=stream) as resources_reader: + for relative, destination in resources_reader: + if relative == relative_path: + return destination + raise KeyError('no resource file with relative path %r ' + 'is installed' % relative_path) + + def list_installed_files(self): + """ + Iterates over the ``RECORD`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: iterator of (path, hash, size) + """ + for result in self._get_records(): + yield result + + def write_installed_files(self, paths, prefix, dry_run=False): + """ + Writes the ``RECORD`` file, using the ``paths`` iterable passed in. Any + existing ``RECORD`` file is silently overwritten. + + prefix is used to determine when to write absolute paths. + """ + prefix = os.path.join(prefix, '') + base = os.path.dirname(self.path) + base_under_prefix = base.startswith(prefix) + base = os.path.join(base, '') + record_path = self.get_distinfo_file('RECORD') + logger.info('creating %s', record_path) + if dry_run: + return None + with CSVWriter(record_path) as writer: + for path in paths: + if os.path.isdir(path) or path.endswith(('.pyc', '.pyo')): + # do not put size and hash, as in PEP-376 + hash_value = size = '' + else: + size = '%d' % os.path.getsize(path) + with open(path, 'rb') as fp: + hash_value = self.get_hash(fp.read()) + if path.startswith(base) or (base_under_prefix + and path.startswith(prefix)): + path = os.path.relpath(path, base) + writer.writerow((path, hash_value, size)) + + # add the RECORD file itself + if record_path.startswith(base): + record_path = os.path.relpath(record_path, base) + writer.writerow((record_path, '', '')) + return record_path + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + base = os.path.dirname(self.path) + record_path = self.get_distinfo_file('RECORD') + for path, hash_value, size in self.list_installed_files(): + if not os.path.isabs(path): + path = os.path.join(base, path) + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + elif os.path.isfile(path): + actual_size = str(os.path.getsize(path)) + if size and actual_size != size: + mismatches.append((path, 'size', size, actual_size)) + elif hash_value: + if '=' in hash_value: + hasher = hash_value.split('=', 1)[0] + else: + hasher = None + + with open(path, 'rb') as f: + actual_hash = self.get_hash(f.read(), hasher) + if actual_hash != hash_value: + mismatches.append( + (path, 'hash', hash_value, actual_hash)) + return mismatches + + @cached_property + def shared_locations(self): + """ + A dictionary of shared locations whose keys are in the set 'prefix', + 'purelib', 'platlib', 'scripts', 'headers', 'data' and 'namespace'. + The corresponding value is the absolute path of that category for + this distribution, and takes into account any paths selected by the + user at installation time (e.g. via command-line arguments). In the + case of the 'namespace' key, this would be a list of absolute paths + for the roots of namespace packages in this distribution. + + The first time this property is accessed, the relevant information is + read from the SHARED file in the .dist-info directory. + """ + result = {} + shared_path = os.path.join(self.path, 'SHARED') + if os.path.isfile(shared_path): + with codecs.open(shared_path, 'r', encoding='utf-8') as f: + lines = f.read().splitlines() + for line in lines: + key, value = line.split('=', 1) + if key == 'namespace': + result.setdefault(key, []).append(value) + else: + result[key] = value + return result + + def write_shared_locations(self, paths, dry_run=False): + """ + Write shared location information to the SHARED file in .dist-info. + :param paths: A dictionary as described in the documentation for + :meth:`shared_locations`. + :param dry_run: If True, the action is logged but no file is actually + written. + :return: The path of the file written to. + """ + shared_path = os.path.join(self.path, 'SHARED') + logger.info('creating %s', shared_path) + if dry_run: + return None + lines = [] + for key in ('prefix', 'lib', 'headers', 'scripts', 'data'): + path = paths[key] + if os.path.isdir(paths[key]): + lines.append('%s=%s' % (key, path)) + for ns in paths.get('namespace', ()): + lines.append('namespace=%s' % ns) + + with codecs.open(shared_path, 'w', encoding='utf-8') as f: + f.write('\n'.join(lines)) + return shared_path + + def get_distinfo_resource(self, path): + if path not in DIST_FILES: + raise DistlibException('invalid path for a dist-info file: ' + '%r at %r' % (path, self.path)) + finder = resources.finder_for_path(self.path) + if finder is None: + raise DistlibException('Unable to get a finder for %s' % self.path) + return finder.find(path) + + def get_distinfo_file(self, path): + """ + Returns a path located under the ``.dist-info`` directory. Returns a + string representing the path. + + :parameter path: a ``'/'``-separated path relative to the + ``.dist-info`` directory or an absolute path; + If *path* is an absolute path and doesn't start + with the ``.dist-info`` directory path, + a :class:`DistlibException` is raised + :type path: str + :rtype: str + """ + # Check if it is an absolute path # XXX use relpath, add tests + if path.find(os.sep) >= 0: + # it's an absolute path? + distinfo_dirname, path = path.split(os.sep)[-2:] + if distinfo_dirname != self.path.split(os.sep)[-1]: + raise DistlibException( + 'dist-info file %r does not belong to the %r %s ' + 'distribution' % (path, self.name, self.version)) + + # The file must be relative + if path not in DIST_FILES: + raise DistlibException('invalid path for a dist-info file: ' + '%r at %r' % (path, self.path)) + + return os.path.join(self.path, path) + + def list_distinfo_files(self): + """ + Iterates over the ``RECORD`` entries and returns paths for each line if + the path is pointing to a file located in the ``.dist-info`` directory + or one of its subdirectories. + + :returns: iterator of paths + """ + base = os.path.dirname(self.path) + for path, checksum, size in self._get_records(): + # XXX add separator or use real relpath algo + if not os.path.isabs(path): + path = os.path.join(base, path) + if path.startswith(self.path): + yield path + + def __eq__(self, other): + return (isinstance(other, InstalledDistribution) + and self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + + +class EggInfoDistribution(BaseInstalledDistribution): + """Created with the *path* of the ``.egg-info`` directory or file provided + to the constructor. It reads the metadata contained in the file itself, or + if the given path happens to be a directory, the metadata is read from the + file ``PKG-INFO`` under that directory.""" + + requested = True # as we have no way of knowing, assume it was + shared_locations = {} + + def __init__(self, path, env=None): + + def set_name_and_version(s, n, v): + s.name = n + s.key = n.lower() # for case-insensitive comparisons + s.version = v + + self.path = path + self.dist_path = env + if env and env._cache_enabled and path in env._cache_egg.path: + metadata = env._cache_egg.path[path].metadata + set_name_and_version(self, metadata.name, metadata.version) + else: + metadata = self._get_metadata(path) + + # Need to be set before caching + set_name_and_version(self, metadata.name, metadata.version) + + if env and env._cache_enabled: + env._cache_egg.add(self) + super(EggInfoDistribution, self).__init__(metadata, path, env) + + def _get_metadata(self, path): + requires = None + + def parse_requires_data(data): + """Create a list of dependencies from a requires.txt file. + + *data*: the contents of a setuptools-produced requires.txt file. + """ + reqs = [] + lines = data.splitlines() + for line in lines: + line = line.strip() + # sectioned files have bare newlines (separating sections) + if not line: # pragma: no cover + continue + if line.startswith('['): # pragma: no cover + logger.warning( + 'Unexpected line: quitting requirement scan: %r', line) + break + r = parse_requirement(line) + if not r: # pragma: no cover + logger.warning('Not recognised as a requirement: %r', line) + continue + if r.extras: # pragma: no cover + logger.warning('extra requirements in requires.txt are ' + 'not supported') + if not r.constraints: + reqs.append(r.name) + else: + cons = ', '.join('%s%s' % c for c in r.constraints) + reqs.append('%s (%s)' % (r.name, cons)) + return reqs + + def parse_requires_path(req_path): + """Create a list of dependencies from a requires.txt file. + + *req_path*: the path to a setuptools-produced requires.txt file. + """ + + reqs = [] + try: + with codecs.open(req_path, 'r', 'utf-8') as fp: + reqs = parse_requires_data(fp.read()) + except IOError: + pass + return reqs + + tl_path = tl_data = None + if path.endswith('.egg'): + if os.path.isdir(path): + p = os.path.join(path, 'EGG-INFO') + meta_path = os.path.join(p, 'PKG-INFO') + metadata = Metadata(path=meta_path, scheme='legacy') + req_path = os.path.join(p, 'requires.txt') + tl_path = os.path.join(p, 'top_level.txt') + requires = parse_requires_path(req_path) + else: + # FIXME handle the case where zipfile is not available + zipf = zipimport.zipimporter(path) + fileobj = StringIO( + zipf.get_data('EGG-INFO/PKG-INFO').decode('utf8')) + metadata = Metadata(fileobj=fileobj, scheme='legacy') + try: + data = zipf.get_data('EGG-INFO/requires.txt') + tl_data = zipf.get_data('EGG-INFO/top_level.txt').decode( + 'utf-8') + requires = parse_requires_data(data.decode('utf-8')) + except IOError: + requires = None + elif path.endswith('.egg-info'): + if os.path.isdir(path): + req_path = os.path.join(path, 'requires.txt') + requires = parse_requires_path(req_path) + path = os.path.join(path, 'PKG-INFO') + tl_path = os.path.join(path, 'top_level.txt') + metadata = Metadata(path=path, scheme='legacy') + else: + raise DistlibException('path must end with .egg-info or .egg, ' + 'got %r' % path) + + if requires: + metadata.add_requirements(requires) + # look for top-level modules in top_level.txt, if present + if tl_data is None: + if tl_path is not None and os.path.exists(tl_path): + with open(tl_path, 'rb') as f: + tl_data = f.read().decode('utf-8') + if not tl_data: + tl_data = [] + else: + tl_data = tl_data.splitlines() + self.modules = tl_data + return metadata + + def __repr__(self): + return '' % (self.name, self.version, + self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + for path, _, _ in self.list_installed_files(): + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + return mismatches + + def list_installed_files(self): + """ + Iterates over the ``installed-files.txt`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: a list of (path, hash, size) + """ + + def _md5(path): + f = open(path, 'rb') + try: + content = f.read() + finally: + f.close() + return hashlib.md5(content).hexdigest() + + def _size(path): + return os.stat(path).st_size + + record_path = os.path.join(self.path, 'installed-files.txt') + result = [] + if os.path.exists(record_path): + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + p = os.path.normpath(os.path.join(self.path, line)) + # "./" is present as a marker between installed files + # and installation metadata files + if not os.path.exists(p): + logger.warning('Non-existent file: %s', p) + if p.endswith(('.pyc', '.pyo')): + continue + # otherwise fall through and fail + if not os.path.isdir(p): + result.append((p, _md5(p), _size(p))) + result.append((record_path, None, None)) + return result + + def list_distinfo_files(self, absolute=False): + """ + Iterates over the ``installed-files.txt`` entries and returns paths for + each line if the path is pointing to a file located in the + ``.egg-info`` directory or one of its subdirectories. + + :parameter absolute: If *absolute* is ``True``, each returned path is + transformed into a local absolute path. Otherwise the + raw value from ``installed-files.txt`` is returned. + :type absolute: boolean + :returns: iterator of paths + """ + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + skip = True + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + if line == './': + skip = False + continue + if not skip: + p = os.path.normpath(os.path.join(self.path, line)) + if p.startswith(self.path): + if absolute: + yield p + else: + yield line + + def __eq__(self, other): + return (isinstance(other, EggInfoDistribution) + and self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + + +new_dist_class = InstalledDistribution +old_dist_class = EggInfoDistribution + + +class DependencyGraph(object): + """ + Represents a dependency graph between distributions. + + The dependency relationships are stored in an ``adjacency_list`` that maps + distributions to a list of ``(other, label)`` tuples where ``other`` + is a distribution and the edge is labeled with ``label`` (i.e. the version + specifier, if such was provided). Also, for more efficient traversal, for + every distribution ``x``, a list of predecessors is kept in + ``reverse_list[x]``. An edge from distribution ``a`` to + distribution ``b`` means that ``a`` depends on ``b``. If any missing + dependencies are found, they are stored in ``missing``, which is a + dictionary that maps distributions to a list of requirements that were not + provided by any other distributions. + """ + + def __init__(self): + self.adjacency_list = {} + self.reverse_list = {} + self.missing = {} + + def add_distribution(self, distribution): + """Add the *distribution* to the graph. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + """ + self.adjacency_list[distribution] = [] + self.reverse_list[distribution] = [] + # self.missing[distribution] = [] + + def add_edge(self, x, y, label=None): + """Add an edge from distribution *x* to distribution *y* with the given + *label*. + + :type x: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type y: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type label: ``str`` or ``None`` + """ + self.adjacency_list[x].append((y, label)) + # multiple edges are allowed, so be careful + if x not in self.reverse_list[y]: + self.reverse_list[y].append(x) + + def add_missing(self, distribution, requirement): + """ + Add a missing *requirement* for the given *distribution*. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + :type requirement: ``str`` + """ + logger.debug('%s missing %r', distribution, requirement) + self.missing.setdefault(distribution, []).append(requirement) + + def _repr_dist(self, dist): + return '%s %s' % (dist.name, dist.version) + + def repr_node(self, dist, level=1): + """Prints only a subgraph""" + output = [self._repr_dist(dist)] + for other, label in self.adjacency_list[dist]: + dist = self._repr_dist(other) + if label is not None: + dist = '%s [%s]' % (dist, label) + output.append(' ' * level + str(dist)) + suboutput = self.repr_node(other, level + 1) + subs = suboutput.split('\n') + output.extend(subs[1:]) + return '\n'.join(output) + + def to_dot(self, f, skip_disconnected=True): + """Writes a DOT output for the graph to the provided file *f*. + + If *skip_disconnected* is set to ``True``, then all distributions + that are not dependent on any other distribution are skipped. + + :type f: has to support ``file``-like operations + :type skip_disconnected: ``bool`` + """ + disconnected = [] + + f.write("digraph dependencies {\n") + for dist, adjs in self.adjacency_list.items(): + if len(adjs) == 0 and not skip_disconnected: + disconnected.append(dist) + for other, label in adjs: + if label is not None: + f.write('"%s" -> "%s" [label="%s"]\n' % + (dist.name, other.name, label)) + else: + f.write('"%s" -> "%s"\n' % (dist.name, other.name)) + if not skip_disconnected and len(disconnected) > 0: + f.write('subgraph disconnected {\n') + f.write('label = "Disconnected"\n') + f.write('bgcolor = red\n') + + for dist in disconnected: + f.write('"%s"' % dist.name) + f.write('\n') + f.write('}\n') + f.write('}\n') + + def topological_sort(self): + """ + Perform a topological sort of the graph. + :return: A tuple, the first element of which is a topologically sorted + list of distributions, and the second element of which is a + list of distributions that cannot be sorted because they have + circular dependencies and so form a cycle. + """ + result = [] + # Make a shallow copy of the adjacency list + alist = {} + for k, v in self.adjacency_list.items(): + alist[k] = v[:] + while True: + # See what we can remove in this run + to_remove = [] + for k, v in list(alist.items())[:]: + if not v: + to_remove.append(k) + del alist[k] + if not to_remove: + # What's left in alist (if anything) is a cycle. + break + # Remove from the adjacency list of others + for k, v in alist.items(): + alist[k] = [(d, r) for d, r in v if d not in to_remove] + logger.debug('Moving to result: %s', + ['%s (%s)' % (d.name, d.version) for d in to_remove]) + result.extend(to_remove) + return result, list(alist.keys()) + + def __repr__(self): + """Representation of the graph""" + output = [] + for dist, adjs in self.adjacency_list.items(): + output.append(self.repr_node(dist)) + return '\n'.join(output) + + +def make_graph(dists, scheme='default'): + """Makes a dependency graph from the given distributions. + + :parameter dists: a list of distributions + :type dists: list of :class:`distutils2.database.InstalledDistribution` and + :class:`distutils2.database.EggInfoDistribution` instances + :rtype: a :class:`DependencyGraph` instance + """ + scheme = get_scheme(scheme) + graph = DependencyGraph() + provided = {} # maps names to lists of (version, dist) tuples + + # first, build the graph and find out what's provided + for dist in dists: + graph.add_distribution(dist) + + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + provided.setdefault(name, []).append((version, dist)) + + # now make the edges + for dist in dists: + requires = (dist.run_requires | dist.meta_requires + | dist.build_requires | dist.dev_requires) + for req in requires: + try: + matcher = scheme.matcher(req) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', + req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + matched = False + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + graph.add_edge(dist, provider, req) + matched = True + break + if not matched: + graph.add_missing(dist, req) + return graph + + +def get_dependent_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + dependent on *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + dep = [dist] # dependent distributions + todo = graph.reverse_list[dist] # list of nodes we should inspect + + while todo: + d = todo.pop() + dep.append(d) + for succ in graph.reverse_list[d]: + if succ not in dep: + todo.append(succ) + + dep.pop(0) # remove dist from dep, was there to prevent infinite loops + return dep + + +def get_required_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + required by *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + in finding the dependencies. + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + req = set() # required distributions + todo = graph.adjacency_list[dist] # list of nodes we should inspect + seen = set(t[0] for t in todo) # already added to todo + + while todo: + d = todo.pop()[0] + req.add(d) + pred_list = graph.adjacency_list[d] + for pred in pred_list: + d = pred[0] + if d not in req and d not in seen: + seen.add(d) + todo.append(pred) + return req + + +def make_dist(name, version, **kwargs): + """ + A convenience method for making a dist given just a name and version. + """ + summary = kwargs.pop('summary', 'Placeholder for summary') + md = Metadata(**kwargs) + md.name = name + md.version = version + md.summary = summary or 'Placeholder for summary' + return Distribution(md) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py new file mode 100644 index 00000000..56cd2867 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py @@ -0,0 +1,508 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import hashlib +import logging +import os +import shutil +import subprocess +import tempfile +try: + from threading import Thread +except ImportError: # pragma: no cover + from dummy_threading import Thread + +from . import DistlibException +from .compat import (HTTPBasicAuthHandler, Request, HTTPPasswordMgr, + urlparse, build_opener, string_types) +from .util import zip_dir, ServerProxy + +logger = logging.getLogger(__name__) + +DEFAULT_INDEX = 'https://pypi.org/pypi' +DEFAULT_REALM = 'pypi' + + +class PackageIndex(object): + """ + This class represents a package index compatible with PyPI, the Python + Package Index. + """ + + boundary = b'----------ThIs_Is_tHe_distlib_index_bouNdaRY_$' + + def __init__(self, url=None): + """ + Initialise an instance. + + :param url: The URL of the index. If not specified, the URL for PyPI is + used. + """ + self.url = url or DEFAULT_INDEX + self.read_configuration() + scheme, netloc, path, params, query, frag = urlparse(self.url) + if params or query or frag or scheme not in ('http', 'https'): + raise DistlibException('invalid repository: %s' % self.url) + self.password_handler = None + self.ssl_verifier = None + self.gpg = None + self.gpg_home = None + with open(os.devnull, 'w') as sink: + # Use gpg by default rather than gpg2, as gpg2 insists on + # prompting for passwords + for s in ('gpg', 'gpg2'): + try: + rc = subprocess.check_call([s, '--version'], stdout=sink, + stderr=sink) + if rc == 0: + self.gpg = s + break + except OSError: + pass + + def _get_pypirc_command(self): + """ + Get the distutils command for interacting with PyPI configurations. + :return: the command. + """ + from .util import _get_pypirc_command as cmd + return cmd() + + def read_configuration(self): + """ + Read the PyPI access configuration as supported by distutils. This populates + ``username``, ``password``, ``realm`` and ``url`` attributes from the + configuration. + """ + from .util import _load_pypirc + cfg = _load_pypirc(self) + self.username = cfg.get('username') + self.password = cfg.get('password') + self.realm = cfg.get('realm', 'pypi') + self.url = cfg.get('repository', self.url) + + def save_configuration(self): + """ + Save the PyPI access configuration. You must have set ``username`` and + ``password`` attributes before calling this method. + """ + self.check_credentials() + from .util import _store_pypirc + _store_pypirc(self) + + def check_credentials(self): + """ + Check that ``username`` and ``password`` have been set, and raise an + exception if not. + """ + if self.username is None or self.password is None: + raise DistlibException('username and password must be set') + pm = HTTPPasswordMgr() + _, netloc, _, _, _, _ = urlparse(self.url) + pm.add_password(self.realm, netloc, self.username, self.password) + self.password_handler = HTTPBasicAuthHandler(pm) + + def register(self, metadata): # pragma: no cover + """ + Register a distribution on PyPI, using the provided metadata. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the distribution to be + registered. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + metadata.validate() + d = metadata.todict() + d[':action'] = 'verify' + request = self.encode_request(d.items(), []) + self.send_request(request) + d[':action'] = 'submit' + request = self.encode_request(d.items(), []) + return self.send_request(request) + + def _reader(self, name, stream, outbuf): + """ + Thread runner for reading lines of from a subprocess into a buffer. + + :param name: The logical name of the stream (used for logging only). + :param stream: The stream to read from. This will typically a pipe + connected to the output stream of a subprocess. + :param outbuf: The list to append the read lines to. + """ + while True: + s = stream.readline() + if not s: + break + s = s.decode('utf-8').rstrip() + outbuf.append(s) + logger.debug('%s: %s' % (name, s)) + stream.close() + + def get_sign_command(self, filename, signer, sign_password, keystore=None): # pragma: no cover + """ + Return a suitable command for signing a file. + + :param filename: The pathname to the file to be signed. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: The signing command as a list suitable to be + passed to :class:`subprocess.Popen`. + """ + cmd = [self.gpg, '--status-fd', '2', '--no-tty'] + if keystore is None: + keystore = self.gpg_home + if keystore: + cmd.extend(['--homedir', keystore]) + if sign_password is not None: + cmd.extend(['--batch', '--passphrase-fd', '0']) + td = tempfile.mkdtemp() + sf = os.path.join(td, os.path.basename(filename) + '.asc') + cmd.extend(['--detach-sign', '--armor', '--local-user', + signer, '--output', sf, filename]) + logger.debug('invoking: %s', ' '.join(cmd)) + return cmd, sf + + def run_command(self, cmd, input_data=None): + """ + Run a command in a child process , passing it any input data specified. + + :param cmd: The command to run. + :param input_data: If specified, this must be a byte string containing + data to be sent to the child process. + :return: A tuple consisting of the subprocess' exit code, a list of + lines read from the subprocess' ``stdout``, and a list of + lines read from the subprocess' ``stderr``. + """ + kwargs = { + 'stdout': subprocess.PIPE, + 'stderr': subprocess.PIPE, + } + if input_data is not None: + kwargs['stdin'] = subprocess.PIPE + stdout = [] + stderr = [] + p = subprocess.Popen(cmd, **kwargs) + # We don't use communicate() here because we may need to + # get clever with interacting with the command + t1 = Thread(target=self._reader, args=('stdout', p.stdout, stdout)) + t1.start() + t2 = Thread(target=self._reader, args=('stderr', p.stderr, stderr)) + t2.start() + if input_data is not None: + p.stdin.write(input_data) + p.stdin.close() + + p.wait() + t1.join() + t2.join() + return p.returncode, stdout, stderr + + def sign_file(self, filename, signer, sign_password, keystore=None): # pragma: no cover + """ + Sign a file. + + :param filename: The pathname to the file to be signed. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param keystore: The path to a directory which contains the keys + used in signing. If not specified, the instance's + ``gpg_home`` attribute is used instead. + :return: The absolute pathname of the file where the signature is + stored. + """ + cmd, sig_file = self.get_sign_command(filename, signer, sign_password, + keystore) + rc, stdout, stderr = self.run_command(cmd, + sign_password.encode('utf-8')) + if rc != 0: + raise DistlibException('sign command failed with error ' + 'code %s' % rc) + return sig_file + + def upload_file(self, metadata, filename, signer=None, sign_password=None, + filetype='sdist', pyversion='source', keystore=None): + """ + Upload a release file to the index. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the file to be uploaded. + :param filename: The pathname of the file to be uploaded. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param filetype: The type of the file being uploaded. This is the + distutils command which produced that file, e.g. + ``sdist`` or ``bdist_wheel``. + :param pyversion: The version of Python which the release relates + to. For code compatible with any Python, this would + be ``source``, otherwise it would be e.g. ``3.2``. + :param keystore: The path to a directory which contains the keys + used in signing. If not specified, the instance's + ``gpg_home`` attribute is used instead. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + if not os.path.exists(filename): + raise DistlibException('not found: %s' % filename) + metadata.validate() + d = metadata.todict() + sig_file = None + if signer: + if not self.gpg: + logger.warning('no signing program available - not signed') + else: + sig_file = self.sign_file(filename, signer, sign_password, + keystore) + with open(filename, 'rb') as f: + file_data = f.read() + md5_digest = hashlib.md5(file_data).hexdigest() + sha256_digest = hashlib.sha256(file_data).hexdigest() + d.update({ + ':action': 'file_upload', + 'protocol_version': '1', + 'filetype': filetype, + 'pyversion': pyversion, + 'md5_digest': md5_digest, + 'sha256_digest': sha256_digest, + }) + files = [('content', os.path.basename(filename), file_data)] + if sig_file: + with open(sig_file, 'rb') as f: + sig_data = f.read() + files.append(('gpg_signature', os.path.basename(sig_file), + sig_data)) + shutil.rmtree(os.path.dirname(sig_file)) + request = self.encode_request(d.items(), files) + return self.send_request(request) + + def upload_documentation(self, metadata, doc_dir): # pragma: no cover + """ + Upload documentation to the index. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the documentation to be + uploaded. + :param doc_dir: The pathname of the directory which contains the + documentation. This should be the directory that + contains the ``index.html`` for the documentation. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + if not os.path.isdir(doc_dir): + raise DistlibException('not a directory: %r' % doc_dir) + fn = os.path.join(doc_dir, 'index.html') + if not os.path.exists(fn): + raise DistlibException('not found: %r' % fn) + metadata.validate() + name, version = metadata.name, metadata.version + zip_data = zip_dir(doc_dir).getvalue() + fields = [(':action', 'doc_upload'), + ('name', name), ('version', version)] + files = [('content', name, zip_data)] + request = self.encode_request(fields, files) + return self.send_request(request) + + def get_verify_command(self, signature_filename, data_filename, + keystore=None): + """ + Return a suitable command for verifying a file. + + :param signature_filename: The pathname to the file containing the + signature. + :param data_filename: The pathname to the file containing the + signed data. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: The verifying command as a list suitable to be + passed to :class:`subprocess.Popen`. + """ + cmd = [self.gpg, '--status-fd', '2', '--no-tty'] + if keystore is None: + keystore = self.gpg_home + if keystore: + cmd.extend(['--homedir', keystore]) + cmd.extend(['--verify', signature_filename, data_filename]) + logger.debug('invoking: %s', ' '.join(cmd)) + return cmd + + def verify_signature(self, signature_filename, data_filename, + keystore=None): + """ + Verify a signature for a file. + + :param signature_filename: The pathname to the file containing the + signature. + :param data_filename: The pathname to the file containing the + signed data. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: True if the signature was verified, else False. + """ + if not self.gpg: + raise DistlibException('verification unavailable because gpg ' + 'unavailable') + cmd = self.get_verify_command(signature_filename, data_filename, + keystore) + rc, stdout, stderr = self.run_command(cmd) + if rc not in (0, 1): + raise DistlibException('verify command failed with error code %s' % rc) + return rc == 0 + + def download_file(self, url, destfile, digest=None, reporthook=None): + """ + This is a convenience method for downloading a file from an URL. + Normally, this will be a file from the index, though currently + no check is made for this (i.e. a file can be downloaded from + anywhere). + + The method is just like the :func:`urlretrieve` function in the + standard library, except that it allows digest computation to be + done during download and checking that the downloaded data + matched any expected value. + + :param url: The URL of the file to be downloaded (assumed to be + available via an HTTP GET request). + :param destfile: The pathname where the downloaded file is to be + saved. + :param digest: If specified, this must be a (hasher, value) + tuple, where hasher is the algorithm used (e.g. + ``'md5'``) and ``value`` is the expected value. + :param reporthook: The same as for :func:`urlretrieve` in the + standard library. + """ + if digest is None: + digester = None + logger.debug('No digest specified') + else: + if isinstance(digest, (list, tuple)): + hasher, digest = digest + else: + hasher = 'md5' + digester = getattr(hashlib, hasher)() + logger.debug('Digest specified: %s' % digest) + # The following code is equivalent to urlretrieve. + # We need to do it this way so that we can compute the + # digest of the file as we go. + with open(destfile, 'wb') as dfp: + # addinfourl is not a context manager on 2.x + # so we have to use try/finally + sfp = self.send_request(Request(url)) + try: + headers = sfp.info() + blocksize = 8192 + size = -1 + read = 0 + blocknum = 0 + if "content-length" in headers: + size = int(headers["Content-Length"]) + if reporthook: + reporthook(blocknum, blocksize, size) + while True: + block = sfp.read(blocksize) + if not block: + break + read += len(block) + dfp.write(block) + if digester: + digester.update(block) + blocknum += 1 + if reporthook: + reporthook(blocknum, blocksize, size) + finally: + sfp.close() + + # check that we got the whole file, if we can + if size >= 0 and read < size: + raise DistlibException( + 'retrieval incomplete: got only %d out of %d bytes' + % (read, size)) + # if we have a digest, it must match. + if digester: + actual = digester.hexdigest() + if digest != actual: + raise DistlibException('%s digest mismatch for %s: expected ' + '%s, got %s' % (hasher, destfile, + digest, actual)) + logger.debug('Digest verified: %s', digest) + + def send_request(self, req): + """ + Send a standard library :class:`Request` to PyPI and return its + response. + + :param req: The request to send. + :return: The HTTP response from PyPI (a standard library HTTPResponse). + """ + handlers = [] + if self.password_handler: + handlers.append(self.password_handler) + if self.ssl_verifier: + handlers.append(self.ssl_verifier) + opener = build_opener(*handlers) + return opener.open(req) + + def encode_request(self, fields, files): + """ + Encode fields and files for posting to an HTTP server. + + :param fields: The fields to send as a list of (fieldname, value) + tuples. + :param files: The files to send as a list of (fieldname, filename, + file_bytes) tuple. + """ + # Adapted from packaging, which in turn was adapted from + # http://code.activestate.com/recipes/146306 + + parts = [] + boundary = self.boundary + for k, values in fields: + if not isinstance(values, (list, tuple)): + values = [values] + + for v in values: + parts.extend(( + b'--' + boundary, + ('Content-Disposition: form-data; name="%s"' % + k).encode('utf-8'), + b'', + v.encode('utf-8'))) + for key, filename, value in files: + parts.extend(( + b'--' + boundary, + ('Content-Disposition: form-data; name="%s"; filename="%s"' % + (key, filename)).encode('utf-8'), + b'', + value)) + + parts.extend((b'--' + boundary + b'--', b'')) + + body = b'\r\n'.join(parts) + ct = b'multipart/form-data; boundary=' + boundary + headers = { + 'Content-type': ct, + 'Content-length': str(len(body)) + } + return Request(self.url, body, headers) + + def search(self, terms, operator=None): # pragma: no cover + if isinstance(terms, string_types): + terms = {'name': terms} + rpc_proxy = ServerProxy(self.url, timeout=3.0) + try: + return rpc_proxy.search(terms, operator or 'and') + finally: + rpc_proxy('close')() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py new file mode 100644 index 00000000..f9f0788f --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py @@ -0,0 +1,1303 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# + +import gzip +from io import BytesIO +import json +import logging +import os +import posixpath +import re +try: + import threading +except ImportError: # pragma: no cover + import dummy_threading as threading +import zlib + +from . import DistlibException +from .compat import (urljoin, urlparse, urlunparse, url2pathname, pathname2url, + queue, quote, unescape, build_opener, + HTTPRedirectHandler as BaseRedirectHandler, text_type, + Request, HTTPError, URLError) +from .database import Distribution, DistributionPath, make_dist +from .metadata import Metadata, MetadataInvalidError +from .util import (cached_property, ensure_slash, split_filename, get_project_data, + parse_requirement, parse_name_and_version, ServerProxy, + normalize_name) +from .version import get_scheme, UnsupportedVersionError +from .wheel import Wheel, is_compatible + +logger = logging.getLogger(__name__) + +HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)') +CHARSET = re.compile(r';\s*charset\s*=\s*(.*)\s*$', re.I) +HTML_CONTENT_TYPE = re.compile('text/html|application/x(ht)?ml') +DEFAULT_INDEX = 'https://pypi.org/pypi' + + +def get_all_distribution_names(url=None): + """ + Return all distribution names known by an index. + :param url: The URL of the index. + :return: A list of all known distribution names. + """ + if url is None: + url = DEFAULT_INDEX + client = ServerProxy(url, timeout=3.0) + try: + return client.list_packages() + finally: + client('close')() + + +class RedirectHandler(BaseRedirectHandler): + """ + A class to work around a bug in some Python 3.2.x releases. + """ + # There's a bug in the base version for some 3.2.x + # (e.g. 3.2.2 on Ubuntu Oneiric). If a Location header + # returns e.g. /abc, it bails because it says the scheme '' + # is bogus, when actually it should use the request's + # URL for the scheme. See Python issue #13696. + def http_error_302(self, req, fp, code, msg, headers): + # Some servers (incorrectly) return multiple Location headers + # (so probably same goes for URI). Use first header. + newurl = None + for key in ('location', 'uri'): + if key in headers: + newurl = headers[key] + break + if newurl is None: # pragma: no cover + return + urlparts = urlparse(newurl) + if urlparts.scheme == '': + newurl = urljoin(req.get_full_url(), newurl) + if hasattr(headers, 'replace_header'): + headers.replace_header(key, newurl) + else: + headers[key] = newurl + return BaseRedirectHandler.http_error_302(self, req, fp, code, msg, + headers) + + http_error_301 = http_error_303 = http_error_307 = http_error_302 + + +class Locator(object): + """ + A base class for locators - things that locate distributions. + """ + source_extensions = ('.tar.gz', '.tar.bz2', '.tar', '.zip', '.tgz', '.tbz') + binary_extensions = ('.egg', '.exe', '.whl') + excluded_extensions = ('.pdf',) + + # A list of tags indicating which wheels you want to match. The default + # value of None matches against the tags compatible with the running + # Python. If you want to match other values, set wheel_tags on a locator + # instance to a list of tuples (pyver, abi, arch) which you want to match. + wheel_tags = None + + downloadable_extensions = source_extensions + ('.whl',) + + def __init__(self, scheme='default'): + """ + Initialise an instance. + :param scheme: Because locators look for most recent versions, they + need to know the version scheme to use. This specifies + the current PEP-recommended scheme - use ``'legacy'`` + if you need to support existing distributions on PyPI. + """ + self._cache = {} + self.scheme = scheme + # Because of bugs in some of the handlers on some of the platforms, + # we use our own opener rather than just using urlopen. + self.opener = build_opener(RedirectHandler()) + # If get_project() is called from locate(), the matcher instance + # is set from the requirement passed to locate(). See issue #18 for + # why this can be useful to know. + self.matcher = None + self.errors = queue.Queue() + + def get_errors(self): + """ + Return any errors which have occurred. + """ + result = [] + while not self.errors.empty(): # pragma: no cover + try: + e = self.errors.get(False) + result.append(e) + except self.errors.Empty: + continue + self.errors.task_done() + return result + + def clear_errors(self): + """ + Clear any errors which may have been logged. + """ + # Just get the errors and throw them away + self.get_errors() + + def clear_cache(self): + self._cache.clear() + + def _get_scheme(self): + return self._scheme + + def _set_scheme(self, value): + self._scheme = value + + scheme = property(_get_scheme, _set_scheme) + + def _get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This should be implemented in subclasses. + + If called from a locate() request, self.matcher will be set to a + matcher for the requirement to satisfy, otherwise it will be None. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This calls _get_project to do all the work, and just implements a caching layer on top. + """ + if self._cache is None: # pragma: no cover + result = self._get_project(name) + elif name in self._cache: + result = self._cache[name] + else: + self.clear_errors() + result = self._get_project(name) + self._cache[name] = result + return result + + def score_url(self, url): + """ + Give an url a score which can be used to choose preferred URLs + for a given project release. + """ + t = urlparse(url) + basename = posixpath.basename(t.path) + compatible = True + is_wheel = basename.endswith('.whl') + is_downloadable = basename.endswith(self.downloadable_extensions) + if is_wheel: + compatible = is_compatible(Wheel(basename), self.wheel_tags) + return (t.scheme == 'https', 'pypi.org' in t.netloc, + is_downloadable, is_wheel, compatible, basename) + + def prefer_url(self, url1, url2): + """ + Choose one of two URLs where both are candidates for distribution + archives for the same version of a distribution (for example, + .tar.gz vs. zip). + + The current implementation favours https:// URLs over http://, archives + from PyPI over those from other locations, wheel compatibility (if a + wheel) and then the archive name. + """ + result = url2 + if url1: + s1 = self.score_url(url1) + s2 = self.score_url(url2) + if s1 > s2: + result = url1 + if result != url2: + logger.debug('Not replacing %r with %r', url1, url2) + else: + logger.debug('Replacing %r with %r', url1, url2) + return result + + def split_filename(self, filename, project_name): + """ + Attempt to split a filename in project name, version and Python version. + """ + return split_filename(filename, project_name) + + def convert_url_to_download_info(self, url, project_name): + """ + See if a URL is a candidate for a download URL for a project (the URL + has typically been scraped from an HTML page). + + If it is, a dictionary is returned with keys "name", "version", + "filename" and "url"; otherwise, None is returned. + """ + def same_project(name1, name2): + return normalize_name(name1) == normalize_name(name2) + + result = None + scheme, netloc, path, params, query, frag = urlparse(url) + if frag.lower().startswith('egg='): # pragma: no cover + logger.debug('%s: version hint in fragment: %r', + project_name, frag) + m = HASHER_HASH.match(frag) + if m: + algo, digest = m.groups() + else: + algo, digest = None, None + origpath = path + if path and path[-1] == '/': # pragma: no cover + path = path[:-1] + if path.endswith('.whl'): + try: + wheel = Wheel(path) + if not is_compatible(wheel, self.wheel_tags): + logger.debug('Wheel not compatible: %s', path) + else: + if project_name is None: + include = True + else: + include = same_project(wheel.name, project_name) + if include: + result = { + 'name': wheel.name, + 'version': wheel.version, + 'filename': wheel.filename, + 'url': urlunparse((scheme, netloc, origpath, + params, query, '')), + 'python-version': ', '.join( + ['.'.join(list(v[2:])) for v in wheel.pyver]), + } + except Exception: # pragma: no cover + logger.warning('invalid path for wheel: %s', path) + elif not path.endswith(self.downloadable_extensions): # pragma: no cover + logger.debug('Not downloadable: %s', path) + else: # downloadable extension + path = filename = posixpath.basename(path) + for ext in self.downloadable_extensions: + if path.endswith(ext): + path = path[:-len(ext)] + t = self.split_filename(path, project_name) + if not t: # pragma: no cover + logger.debug('No match for project/version: %s', path) + else: + name, version, pyver = t + if not project_name or same_project(project_name, name): + result = { + 'name': name, + 'version': version, + 'filename': filename, + 'url': urlunparse((scheme, netloc, origpath, + params, query, '')), + } + if pyver: # pragma: no cover + result['python-version'] = pyver + break + if result and algo: + result['%s_digest' % algo] = digest + return result + + def _get_digest(self, info): + """ + Get a digest from a dictionary by looking at a "digests" dictionary + or keys of the form 'algo_digest'. + + Returns a 2-tuple (algo, digest) if found, else None. Currently + looks only for SHA256, then MD5. + """ + result = None + if 'digests' in info: + digests = info['digests'] + for algo in ('sha256', 'md5'): + if algo in digests: + result = (algo, digests[algo]) + break + if not result: + for algo in ('sha256', 'md5'): + key = '%s_digest' % algo + if key in info: + result = (algo, info[key]) + break + return result + + def _update_version_data(self, result, info): + """ + Update a result dictionary (the final result from _get_project) with a + dictionary for a specific version, which typically holds information + gleaned from a filename or URL for an archive for the distribution. + """ + name = info.pop('name') + version = info.pop('version') + if version in result: + dist = result[version] + md = dist.metadata + else: + dist = make_dist(name, version, scheme=self.scheme) + md = dist.metadata + dist.digest = digest = self._get_digest(info) + url = info['url'] + result['digests'][url] = digest + if md.source_url != info['url']: + md.source_url = self.prefer_url(md.source_url, url) + result['urls'].setdefault(version, set()).add(url) + dist.locator = self + result[version] = dist + + def locate(self, requirement, prereleases=False): + """ + Find the most recent distribution which matches the given + requirement. + + :param requirement: A requirement of the form 'foo (1.0)' or perhaps + 'foo (>= 1.0, < 2.0, != 1.3)' + :param prereleases: If ``True``, allow pre-release versions + to be located. Otherwise, pre-release versions + are not returned. + :return: A :class:`Distribution` instance, or ``None`` if no such + distribution could be located. + """ + result = None + r = parse_requirement(requirement) + if r is None: # pragma: no cover + raise DistlibException('Not a valid requirement: %r' % requirement) + scheme = get_scheme(self.scheme) + self.matcher = matcher = scheme.matcher(r.requirement) + logger.debug('matcher: %s (%s)', matcher, type(matcher).__name__) + versions = self.get_project(r.name) + if len(versions) > 2: # urls and digests keys are present + # sometimes, versions are invalid + slist = [] + vcls = matcher.version_class + for k in versions: + if k in ('urls', 'digests'): + continue + try: + if not matcher.match(k): + pass # logger.debug('%s did not match %r', matcher, k) + else: + if prereleases or not vcls(k).is_prerelease: + slist.append(k) + except Exception: # pragma: no cover + logger.warning('error matching %s with %r', matcher, k) + pass # slist.append(k) + if len(slist) > 1: + slist = sorted(slist, key=scheme.key) + if slist: + logger.debug('sorted list: %s', slist) + version = slist[-1] + result = versions[version] + if result: + if r.extras: + result.extras = r.extras + result.download_urls = versions.get('urls', {}).get(version, set()) + d = {} + sd = versions.get('digests', {}) + for url in result.download_urls: + if url in sd: # pragma: no cover + d[url] = sd[url] + result.digests = d + self.matcher = None + return result + + +class PyPIRPCLocator(Locator): + """ + This locator uses XML-RPC to locate distributions. It therefore + cannot be used with simple mirrors (that only mirror file content). + """ + def __init__(self, url, **kwargs): + """ + Initialise an instance. + + :param url: The URL to use for XML-RPC. + :param kwargs: Passed to the superclass constructor. + """ + super(PyPIRPCLocator, self).__init__(**kwargs) + self.base_url = url + self.client = ServerProxy(url, timeout=3.0) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + return set(self.client.list_packages()) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + versions = self.client.package_releases(name, True) + for v in versions: + urls = self.client.release_urls(name, v) + data = self.client.release_data(name, v) + metadata = Metadata(scheme=self.scheme) + metadata.name = data['name'] + metadata.version = data['version'] + metadata.license = data.get('license') + metadata.keywords = data.get('keywords', []) + metadata.summary = data.get('summary') + dist = Distribution(metadata) + if urls: + info = urls[0] + metadata.source_url = info['url'] + dist.digest = self._get_digest(info) + dist.locator = self + result[v] = dist + for info in urls: + url = info['url'] + digest = self._get_digest(info) + result['urls'].setdefault(v, set()).add(url) + result['digests'][url] = digest + return result + + +class PyPIJSONLocator(Locator): + """ + This locator uses PyPI's JSON interface. It's very limited in functionality + and probably not worth using. + """ + def __init__(self, url, **kwargs): + super(PyPIJSONLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + url = urljoin(self.base_url, '%s/json' % quote(name)) + try: + resp = self.opener.open(url) + data = resp.read().decode() # for now + d = json.loads(data) + md = Metadata(scheme=self.scheme) + data = d['info'] + md.name = data['name'] + md.version = data['version'] + md.license = data.get('license') + md.keywords = data.get('keywords', []) + md.summary = data.get('summary') + dist = Distribution(md) + dist.locator = self + # urls = d['urls'] + result[md.version] = dist + for info in d['urls']: + url = info['url'] + dist.download_urls.add(url) + dist.digests[url] = self._get_digest(info) + result['urls'].setdefault(md.version, set()).add(url) + result['digests'][url] = self._get_digest(info) + # Now get other releases + for version, infos in d['releases'].items(): + if version == md.version: + continue # already done + omd = Metadata(scheme=self.scheme) + omd.name = md.name + omd.version = version + odist = Distribution(omd) + odist.locator = self + result[version] = odist + for info in infos: + url = info['url'] + odist.download_urls.add(url) + odist.digests[url] = self._get_digest(info) + result['urls'].setdefault(version, set()).add(url) + result['digests'][url] = self._get_digest(info) +# for info in urls: +# md.source_url = info['url'] +# dist.digest = self._get_digest(info) +# dist.locator = self +# for info in urls: +# url = info['url'] +# result['urls'].setdefault(md.version, set()).add(url) +# result['digests'][url] = self._get_digest(info) + except Exception as e: + self.errors.put(text_type(e)) + logger.exception('JSON fetch failed: %s', e) + return result + + +class Page(object): + """ + This class represents a scraped HTML page. + """ + # The following slightly hairy-looking regex just looks for the contents of + # an anchor link, which has an attribute "href" either immediately preceded + # or immediately followed by a "rel" attribute. The attribute values can be + # declared with double quotes, single quotes or no quotes - which leads to + # the length of the expression. + _href = re.compile(""" +(rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*))\\s+)? +href\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)) +(\\s+rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)))? +""", re.I | re.S | re.X) + _base = re.compile(r"""]+)""", re.I | re.S) + + def __init__(self, data, url): + """ + Initialise an instance with the Unicode page contents and the URL they + came from. + """ + self.data = data + self.base_url = self.url = url + m = self._base.search(self.data) + if m: + self.base_url = m.group(1) + + _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) + + @cached_property + def links(self): + """ + Return the URLs of all the links on a page together with information + about their "rel" attribute, for determining which ones to treat as + downloads and which ones to queue for further scraping. + """ + def clean(url): + "Tidy up an URL." + scheme, netloc, path, params, query, frag = urlparse(url) + return urlunparse((scheme, netloc, quote(path), + params, query, frag)) + + result = set() + for match in self._href.finditer(self.data): + d = match.groupdict('') + rel = (d['rel1'] or d['rel2'] or d['rel3'] or + d['rel4'] or d['rel5'] or d['rel6']) + url = d['url1'] or d['url2'] or d['url3'] + url = urljoin(self.base_url, url) + url = unescape(url) + url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url) + result.add((url, rel)) + # We sort the result, hoping to bring the most recent versions + # to the front + result = sorted(result, key=lambda t: t[0], reverse=True) + return result + + +class SimpleScrapingLocator(Locator): + """ + A locator which scrapes HTML pages to locate downloads for a distribution. + This runs multiple threads to do the I/O; performance is at least as good + as pip's PackageFinder, which works in an analogous fashion. + """ + + # These are used to deal with various Content-Encoding schemes. + decoders = { + 'deflate': zlib.decompress, + 'gzip': lambda b: gzip.GzipFile(fileobj=BytesIO(b)).read(), + 'none': lambda b: b, + } + + def __init__(self, url, timeout=None, num_workers=10, **kwargs): + """ + Initialise an instance. + :param url: The root URL to use for scraping. + :param timeout: The timeout, in seconds, to be applied to requests. + This defaults to ``None`` (no timeout specified). + :param num_workers: The number of worker threads you want to do I/O, + This defaults to 10. + :param kwargs: Passed to the superclass. + """ + super(SimpleScrapingLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + self.timeout = timeout + self._page_cache = {} + self._seen = set() + self._to_fetch = queue.Queue() + self._bad_hosts = set() + self.skip_externals = False + self.num_workers = num_workers + self._lock = threading.RLock() + # See issue #45: we need to be resilient when the locator is used + # in a thread, e.g. with concurrent.futures. We can't use self._lock + # as it is for coordinating our internal threads - the ones created + # in _prepare_threads. + self._gplock = threading.RLock() + self.platform_check = False # See issue #112 + + def _prepare_threads(self): + """ + Threads are created only when get_project is called, and terminate + before it returns. They are there primarily to parallelise I/O (i.e. + fetching web pages). + """ + self._threads = [] + for i in range(self.num_workers): + t = threading.Thread(target=self._fetch) + t.daemon = True + t.start() + self._threads.append(t) + + def _wait_threads(self): + """ + Tell all the threads to terminate (by sending a sentinel value) and + wait for them to do so. + """ + # Note that you need two loops, since you can't say which + # thread will get each sentinel + for t in self._threads: + self._to_fetch.put(None) # sentinel + for t in self._threads: + t.join() + self._threads = [] + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + with self._gplock: + self.result = result + self.project_name = name + url = urljoin(self.base_url, '%s/' % quote(name)) + self._seen.clear() + self._page_cache.clear() + self._prepare_threads() + try: + logger.debug('Queueing %s', url) + self._to_fetch.put(url) + self._to_fetch.join() + finally: + self._wait_threads() + del self.result + return result + + platform_dependent = re.compile(r'\b(linux_(i\d86|x86_64|arm\w+)|' + r'win(32|_amd64)|macosx_?\d+)\b', re.I) + + def _is_platform_dependent(self, url): + """ + Does an URL refer to a platform-specific download? + """ + return self.platform_dependent.search(url) + + def _process_download(self, url): + """ + See if an URL is a suitable download for a project. + + If it is, register information in the result dictionary (for + _get_project) about the specific version it's for. + + Note that the return value isn't actually used other than as a boolean + value. + """ + if self.platform_check and self._is_platform_dependent(url): + info = None + else: + info = self.convert_url_to_download_info(url, self.project_name) + logger.debug('process_download: %s -> %s', url, info) + if info: + with self._lock: # needed because self.result is shared + self._update_version_data(self.result, info) + return info + + def _should_queue(self, link, referrer, rel): + """ + Determine whether a link URL from a referring page and with a + particular "rel" attribute should be queued for scraping. + """ + scheme, netloc, path, _, _, _ = urlparse(link) + if path.endswith(self.source_extensions + self.binary_extensions + + self.excluded_extensions): + result = False + elif self.skip_externals and not link.startswith(self.base_url): + result = False + elif not referrer.startswith(self.base_url): + result = False + elif rel not in ('homepage', 'download'): + result = False + elif scheme not in ('http', 'https', 'ftp'): + result = False + elif self._is_platform_dependent(link): + result = False + else: + host = netloc.split(':', 1)[0] + if host.lower() == 'localhost': + result = False + else: + result = True + logger.debug('should_queue: %s (%s) from %s -> %s', link, rel, + referrer, result) + return result + + def _fetch(self): + """ + Get a URL to fetch from the work queue, get the HTML page, examine its + links for download candidates and candidates for further scraping. + + This is a handy method to run in a thread. + """ + while True: + url = self._to_fetch.get() + try: + if url: + page = self.get_page(url) + if page is None: # e.g. after an error + continue + for link, rel in page.links: + if link not in self._seen: + try: + self._seen.add(link) + if (not self._process_download(link) and + self._should_queue(link, url, rel)): + logger.debug('Queueing %s from %s', link, url) + self._to_fetch.put(link) + except MetadataInvalidError: # e.g. invalid versions + pass + except Exception as e: # pragma: no cover + self.errors.put(text_type(e)) + finally: + # always do this, to avoid hangs :-) + self._to_fetch.task_done() + if not url: + # logger.debug('Sentinel seen, quitting.') + break + + def get_page(self, url): + """ + Get the HTML for an URL, possibly from an in-memory cache. + + XXX TODO Note: this cache is never actually cleared. It's assumed that + the data won't get stale over the lifetime of a locator instance (not + necessarily true for the default_locator). + """ + # http://peak.telecommunity.com/DevCenter/EasyInstall#package-index-api + scheme, netloc, path, _, _, _ = urlparse(url) + if scheme == 'file' and os.path.isdir(url2pathname(path)): + url = urljoin(ensure_slash(url), 'index.html') + + if url in self._page_cache: + result = self._page_cache[url] + logger.debug('Returning %s from cache: %s', url, result) + else: + host = netloc.split(':', 1)[0] + result = None + if host in self._bad_hosts: + logger.debug('Skipping %s due to bad host %s', url, host) + else: + req = Request(url, headers={'Accept-encoding': 'identity'}) + try: + logger.debug('Fetching %s', url) + resp = self.opener.open(req, timeout=self.timeout) + logger.debug('Fetched %s', url) + headers = resp.info() + content_type = headers.get('Content-Type', '') + if HTML_CONTENT_TYPE.match(content_type): + final_url = resp.geturl() + data = resp.read() + encoding = headers.get('Content-Encoding') + if encoding: + decoder = self.decoders[encoding] # fail if not found + data = decoder(data) + encoding = 'utf-8' + m = CHARSET.search(content_type) + if m: + encoding = m.group(1) + try: + data = data.decode(encoding) + except UnicodeError: # pragma: no cover + data = data.decode('latin-1') # fallback + result = Page(data, final_url) + self._page_cache[final_url] = result + except HTTPError as e: + if e.code != 404: + logger.exception('Fetch failed: %s: %s', url, e) + except URLError as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + with self._lock: + self._bad_hosts.add(host) + except Exception as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + finally: + self._page_cache[url] = result # even if None (failure) + return result + + _distname_re = re.compile(']*>([^<]+)<') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + page = self.get_page(self.base_url) + if not page: + raise DistlibException('Unable to get %s' % self.base_url) + for match in self._distname_re.finditer(page.data): + result.add(match.group(1)) + return result + + +class DirectoryLocator(Locator): + """ + This class locates distributions in a directory tree. + """ + + def __init__(self, path, **kwargs): + """ + Initialise an instance. + :param path: The root of the directory tree to search. + :param kwargs: Passed to the superclass constructor, + except for: + * recursive - if True (the default), subdirectories are + recursed into. If False, only the top-level directory + is searched, + """ + self.recursive = kwargs.pop('recursive', True) + super(DirectoryLocator, self).__init__(**kwargs) + path = os.path.abspath(path) + if not os.path.isdir(path): # pragma: no cover + raise DistlibException('Not a directory: %r' % path) + self.base_dir = path + + def should_include(self, filename, parent): + """ + Should a filename be considered as a candidate for a distribution + archive? As well as the filename, the directory which contains it + is provided, though not used by the current implementation. + """ + return filename.endswith(self.downloadable_extensions) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', + pathname2url(os.path.abspath(fn)), + '', '', '')) + info = self.convert_url_to_download_info(url, name) + if info: + self._update_version_data(result, info) + if not self.recursive: + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', + pathname2url(os.path.abspath(fn)), + '', '', '')) + info = self.convert_url_to_download_info(url, None) + if info: + result.add(info['name']) + if not self.recursive: + break + return result + + +class JSONLocator(Locator): + """ + This locator uses special extended metadata (not available on PyPI) and is + the basis of performant dependency resolution in distlib. Other locators + require archive downloads before dependencies can be determined! As you + might imagine, that can be slow. + """ + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + data = get_project_data(name) + if data: + for info in data.get('files', []): + if info['ptype'] != 'sdist' or info['pyversion'] != 'source': + continue + # We don't store summary in project metadata as it makes + # the data bigger for no benefit during dependency + # resolution + dist = make_dist(data['name'], info['version'], + summary=data.get('summary', + 'Placeholder for summary'), + scheme=self.scheme) + md = dist.metadata + md.source_url = info['url'] + # TODO SHA256 digest + if 'digest' in info and info['digest']: + dist.digest = ('md5', info['digest']) + md.dependencies = info.get('requirements', {}) + dist.exports = info.get('exports', {}) + result[dist.version] = dist + result['urls'].setdefault(dist.version, set()).add(info['url']) + return result + + +class DistPathLocator(Locator): + """ + This locator finds installed distributions in a path. It can be useful for + adding to an :class:`AggregatingLocator`. + """ + def __init__(self, distpath, **kwargs): + """ + Initialise an instance. + + :param distpath: A :class:`DistributionPath` instance to search. + """ + super(DistPathLocator, self).__init__(**kwargs) + assert isinstance(distpath, DistributionPath) + self.distpath = distpath + + def _get_project(self, name): + dist = self.distpath.get_distribution(name) + if dist is None: + result = {'urls': {}, 'digests': {}} + else: + result = { + dist.version: dist, + 'urls': {dist.version: set([dist.source_url])}, + 'digests': {dist.version: set([None])} + } + return result + + +class AggregatingLocator(Locator): + """ + This class allows you to chain and/or merge a list of locators. + """ + def __init__(self, *locators, **kwargs): + """ + Initialise an instance. + + :param locators: The list of locators to search. + :param kwargs: Passed to the superclass constructor, + except for: + * merge - if False (the default), the first successful + search from any of the locators is returned. If True, + the results from all locators are merged (this can be + slow). + """ + self.merge = kwargs.pop('merge', False) + self.locators = locators + super(AggregatingLocator, self).__init__(**kwargs) + + def clear_cache(self): + super(AggregatingLocator, self).clear_cache() + for locator in self.locators: + locator.clear_cache() + + def _set_scheme(self, value): + self._scheme = value + for locator in self.locators: + locator.scheme = value + + scheme = property(Locator.scheme.fget, _set_scheme) + + def _get_project(self, name): + result = {} + for locator in self.locators: + d = locator.get_project(name) + if d: + if self.merge: + files = result.get('urls', {}) + digests = result.get('digests', {}) + # next line could overwrite result['urls'], result['digests'] + result.update(d) + df = result.get('urls') + if files and df: + for k, v in files.items(): + if k in df: + df[k] |= v + else: + df[k] = v + dd = result.get('digests') + if digests and dd: + dd.update(digests) + else: + # See issue #18. If any dists are found and we're looking + # for specific constraints, we only return something if + # a match is found. For example, if a DirectoryLocator + # returns just foo (1.0) while we're looking for + # foo (>= 2.0), we'll pretend there was nothing there so + # that subsequent locators can be queried. Otherwise we + # would just return foo (1.0) which would then lead to a + # failure to find foo (>= 2.0), because other locators + # weren't searched. Note that this only matters when + # merge=False. + if self.matcher is None: + found = True + else: + found = False + for k in d: + if self.matcher.match(k): + found = True + break + if found: + result = d + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for locator in self.locators: + try: + result |= locator.get_distribution_names() + except NotImplementedError: + pass + return result + + +# We use a legacy scheme simply because most of the dists on PyPI use legacy +# versions which don't conform to PEP 440. +default_locator = AggregatingLocator( + # JSONLocator(), # don't use as PEP 426 is withdrawn + SimpleScrapingLocator('https://pypi.org/simple/', + timeout=3.0), + scheme='legacy') + +locate = default_locator.locate + + +class DependencyFinder(object): + """ + Locate dependencies for distributions. + """ + + def __init__(self, locator=None): + """ + Initialise an instance, using the specified locator + to locate distributions. + """ + self.locator = locator or default_locator + self.scheme = get_scheme(self.locator.scheme) + + def add_distribution(self, dist): + """ + Add a distribution to the finder. This will update internal information + about who provides what. + :param dist: The distribution to add. + """ + logger.debug('adding distribution %s', dist) + name = dist.key + self.dists_by_name[name] = dist + self.dists[(name, dist.version)] = dist + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + self.provided.setdefault(name, set()).add((version, dist)) + + def remove_distribution(self, dist): + """ + Remove a distribution from the finder. This will update internal + information about who provides what. + :param dist: The distribution to remove. + """ + logger.debug('removing distribution %s', dist) + name = dist.key + del self.dists_by_name[name] + del self.dists[(name, dist.version)] + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Remove from provided: %s, %s, %s', name, version, dist) + s = self.provided[name] + s.remove((version, dist)) + if not s: + del self.provided[name] + + def get_matcher(self, reqt): + """ + Get a version matcher for a requirement. + :param reqt: The requirement + :type reqt: str + :return: A version matcher (an instance of + :class:`distlib.version.Matcher`). + """ + try: + matcher = self.scheme.matcher(reqt) + except UnsupportedVersionError: # pragma: no cover + # XXX compat-mode if cannot read the version + name = reqt.split()[0] + matcher = self.scheme.matcher(name) + return matcher + + def find_providers(self, reqt): + """ + Find the distributions which can fulfill a requirement. + + :param reqt: The requirement. + :type reqt: str + :return: A set of distribution which can fulfill the requirement. + """ + matcher = self.get_matcher(reqt) + name = matcher.key # case-insensitive + result = set() + provided = self.provided + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + result.add(provider) + break + return result + + def try_to_replace(self, provider, other, problems): + """ + Attempt to replace one provider with another. This is typically used + when resolving dependencies from multiple sources, e.g. A requires + (B >= 1.0) while C requires (B >= 1.1). + + For successful replacement, ``provider`` must meet all the requirements + which ``other`` fulfills. + + :param provider: The provider we are trying to replace with. + :param other: The provider we're trying to replace. + :param problems: If False is returned, this will contain what + problems prevented replacement. This is currently + a tuple of the literal string 'cantreplace', + ``provider``, ``other`` and the set of requirements + that ``provider`` couldn't fulfill. + :return: True if we can replace ``other`` with ``provider``, else + False. + """ + rlist = self.reqts[other] + unmatched = set() + for s in rlist: + matcher = self.get_matcher(s) + if not matcher.match(provider.version): + unmatched.add(s) + if unmatched: + # can't replace other with provider + problems.add(('cantreplace', provider, other, + frozenset(unmatched))) + result = False + else: + # can replace other with provider + self.remove_distribution(other) + del self.reqts[other] + for s in rlist: + self.reqts.setdefault(provider, set()).add(s) + self.add_distribution(provider) + result = True + return result + + def find(self, requirement, meta_extras=None, prereleases=False): + """ + Find a distribution and all distributions it depends on. + + :param requirement: The requirement specifying the distribution to + find, or a Distribution instance. + :param meta_extras: A list of meta extras such as :test:, :build: and + so on. + :param prereleases: If ``True``, allow pre-release versions to be + returned - otherwise, don't return prereleases + unless they're all that's available. + + Return a set of :class:`Distribution` instances and a set of + problems. + + The distributions returned should be such that they have the + :attr:`required` attribute set to ``True`` if they were + from the ``requirement`` passed to ``find()``, and they have the + :attr:`build_time_dependency` attribute set to ``True`` unless they + are post-installation dependencies of the ``requirement``. + + The problems should be a tuple consisting of the string + ``'unsatisfied'`` and the requirement which couldn't be satisfied + by any distribution known to the locator. + """ + + self.provided = {} + self.dists = {} + self.dists_by_name = {} + self.reqts = {} + + meta_extras = set(meta_extras or []) + if ':*:' in meta_extras: + meta_extras.remove(':*:') + # :meta: and :run: are implicitly included + meta_extras |= set([':test:', ':build:', ':dev:']) + + if isinstance(requirement, Distribution): + dist = odist = requirement + logger.debug('passed %s as requirement', odist) + else: + dist = odist = self.locator.locate(requirement, + prereleases=prereleases) + if dist is None: + raise DistlibException('Unable to locate %r' % requirement) + logger.debug('located %s', odist) + dist.requested = True + problems = set() + todo = set([dist]) + install_dists = set([odist]) + while todo: + dist = todo.pop() + name = dist.key # case-insensitive + if name not in self.dists_by_name: + self.add_distribution(dist) + else: + # import pdb; pdb.set_trace() + other = self.dists_by_name[name] + if other != dist: + self.try_to_replace(dist, other, problems) + + ireqts = dist.run_requires | dist.meta_requires + sreqts = dist.build_requires + ereqts = set() + if meta_extras and dist in install_dists: + for key in ('test', 'build', 'dev'): + e = ':%s:' % key + if e in meta_extras: + ereqts |= getattr(dist, '%s_requires' % key) + all_reqts = ireqts | sreqts | ereqts + for r in all_reqts: + providers = self.find_providers(r) + if not providers: + logger.debug('No providers found for %r', r) + provider = self.locator.locate(r, prereleases=prereleases) + # If no provider is found and we didn't consider + # prereleases, consider them now. + if provider is None and not prereleases: + provider = self.locator.locate(r, prereleases=True) + if provider is None: + logger.debug('Cannot satisfy %r', r) + problems.add(('unsatisfied', r)) + else: + n, v = provider.key, provider.version + if (n, v) not in self.dists: + todo.add(provider) + providers.add(provider) + if r in ireqts and dist in install_dists: + install_dists.add(provider) + logger.debug('Adding %s to install_dists', + provider.name_and_version) + for p in providers: + name = p.key + if name not in self.dists_by_name: + self.reqts.setdefault(p, set()).add(r) + else: + other = self.dists_by_name[name] + if other != p: + # see if other can be replaced by p + self.try_to_replace(p, other, problems) + + dists = set(self.dists.values()) + for dist in dists: + dist.build_time_dependency = dist not in install_dists + if dist.build_time_dependency: + logger.debug('%s is a build-time dependency only.', + dist.name_and_version) + logger.debug('find done for %s', odist) + return dists, problems diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py new file mode 100644 index 00000000..420dcf12 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py @@ -0,0 +1,384 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Class representing the list of files in a distribution. + +Equivalent to distutils.filelist, but fixes some problems. +""" +import fnmatch +import logging +import os +import re +import sys + +from . import DistlibException +from .compat import fsdecode +from .util import convert_path + + +__all__ = ['Manifest'] + +logger = logging.getLogger(__name__) + +# a \ followed by some spaces + EOL +_COLLAPSE_PATTERN = re.compile('\\\\w*\n', re.M) +_COMMENTED_LINE = re.compile('#.*?(?=\n)|\n(?=$)', re.M | re.S) + +# +# Due to the different results returned by fnmatch.translate, we need +# to do slightly different processing for Python 2.7 and 3.2 ... this needed +# to be brought in for Python 3.6 onwards. +# +_PYTHON_VERSION = sys.version_info[:2] + + +class Manifest(object): + """ + A list of files built by exploring the filesystem and filtered by applying various + patterns to what we find there. + """ + + def __init__(self, base=None): + """ + Initialise an instance. + + :param base: The base directory to explore under. + """ + self.base = os.path.abspath(os.path.normpath(base or os.getcwd())) + self.prefix = self.base + os.sep + self.allfiles = None + self.files = set() + + # + # Public API + # + + def findall(self): + """Find all files under the base and set ``allfiles`` to the absolute + pathnames of files found. + """ + from stat import S_ISREG, S_ISDIR, S_ISLNK + + self.allfiles = allfiles = [] + root = self.base + stack = [root] + pop = stack.pop + push = stack.append + + while stack: + root = pop() + names = os.listdir(root) + + for name in names: + fullname = os.path.join(root, name) + + # Avoid excess stat calls -- just one will do, thank you! + stat = os.stat(fullname) + mode = stat.st_mode + if S_ISREG(mode): + allfiles.append(fsdecode(fullname)) + elif S_ISDIR(mode) and not S_ISLNK(mode): + push(fullname) + + def add(self, item): + """ + Add a file to the manifest. + + :param item: The pathname to add. This can be relative to the base. + """ + if not item.startswith(self.prefix): + item = os.path.join(self.base, item) + self.files.add(os.path.normpath(item)) + + def add_many(self, items): + """ + Add a list of files to the manifest. + + :param items: The pathnames to add. These can be relative to the base. + """ + for item in items: + self.add(item) + + def sorted(self, wantdirs=False): + """ + Return sorted files in directory order + """ + + def add_dir(dirs, d): + dirs.add(d) + logger.debug('add_dir added %s', d) + if d != self.base: + parent, _ = os.path.split(d) + assert parent not in ('', '/') + add_dir(dirs, parent) + + result = set(self.files) # make a copy! + if wantdirs: + dirs = set() + for f in result: + add_dir(dirs, os.path.dirname(f)) + result |= dirs + return [os.path.join(*path_tuple) for path_tuple in + sorted(os.path.split(path) for path in result)] + + def clear(self): + """Clear all collected files.""" + self.files = set() + self.allfiles = [] + + def process_directive(self, directive): + """ + Process a directive which either adds some files from ``allfiles`` to + ``files``, or removes some files from ``files``. + + :param directive: The directive to process. This should be in a format + compatible with distutils ``MANIFEST.in`` files: + + http://docs.python.org/distutils/sourcedist.html#commands + """ + # Parse the line: split it up, make sure the right number of words + # is there, and return the relevant words. 'action' is always + # defined: it's the first word of the line. Which of the other + # three are defined depends on the action; it'll be either + # patterns, (dir and patterns), or (dirpattern). + action, patterns, thedir, dirpattern = self._parse_directive(directive) + + # OK, now we know that the action is valid and we have the + # right number of words on the line for that action -- so we + # can proceed with minimal error-checking. + if action == 'include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=True): + logger.warning('no files found matching %r', pattern) + + elif action == 'exclude': + for pattern in patterns: + self._exclude_pattern(pattern, anchor=True) + + elif action == 'global-include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=False): + logger.warning('no files found matching %r ' + 'anywhere in distribution', pattern) + + elif action == 'global-exclude': + for pattern in patterns: + self._exclude_pattern(pattern, anchor=False) + + elif action == 'recursive-include': + for pattern in patterns: + if not self._include_pattern(pattern, prefix=thedir): + logger.warning('no files found matching %r ' + 'under directory %r', pattern, thedir) + + elif action == 'recursive-exclude': + for pattern in patterns: + self._exclude_pattern(pattern, prefix=thedir) + + elif action == 'graft': + if not self._include_pattern(None, prefix=dirpattern): + logger.warning('no directories found matching %r', + dirpattern) + + elif action == 'prune': + if not self._exclude_pattern(None, prefix=dirpattern): + logger.warning('no previously-included directories found ' + 'matching %r', dirpattern) + else: # pragma: no cover + # This should never happen, as it should be caught in + # _parse_template_line + raise DistlibException( + 'invalid action %r' % action) + + # + # Private API + # + + def _parse_directive(self, directive): + """ + Validate a directive. + :param directive: The directive to validate. + :return: A tuple of action, patterns, thedir, dir_patterns + """ + words = directive.split() + if len(words) == 1 and words[0] not in ('include', 'exclude', + 'global-include', + 'global-exclude', + 'recursive-include', + 'recursive-exclude', + 'graft', 'prune'): + # no action given, let's use the default 'include' + words.insert(0, 'include') + + action = words[0] + patterns = thedir = dir_pattern = None + + if action in ('include', 'exclude', + 'global-include', 'global-exclude'): + if len(words) < 2: + raise DistlibException( + '%r expects ...' % action) + + patterns = [convert_path(word) for word in words[1:]] + + elif action in ('recursive-include', 'recursive-exclude'): + if len(words) < 3: + raise DistlibException( + '%r expects

      ...' % action) + + thedir = convert_path(words[1]) + patterns = [convert_path(word) for word in words[2:]] + + elif action in ('graft', 'prune'): + if len(words) != 2: + raise DistlibException( + '%r expects a single ' % action) + + dir_pattern = convert_path(words[1]) + + else: + raise DistlibException('unknown action %r' % action) + + return action, patterns, thedir, dir_pattern + + def _include_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Select strings (presumably filenames) from 'self.files' that + match 'pattern', a Unix-style wildcard (glob) pattern. + + Patterns are not quite the same as implemented by the 'fnmatch' + module: '*' and '?' match non-special characters, where "special" + is platform-dependent: slash on Unix; colon, slash, and backslash on + DOS/Windows; and colon on Mac OS. + + If 'anchor' is true (the default), then the pattern match is more + stringent: "*.py" will match "foo.py" but not "foo/bar.py". If + 'anchor' is false, both of these will match. + + If 'prefix' is supplied, then only filenames starting with 'prefix' + (itself a pattern) and ending with 'pattern', with anything in between + them, will match. 'anchor' is ignored in this case. + + If 'is_regex' is true, 'anchor' and 'prefix' are ignored, and + 'pattern' is assumed to be either a string containing a regex or a + regex object -- no translation is done, the regex is just compiled + and used as-is. + + Selected strings will be added to self.files. + + Return True if files are found. + """ + # XXX docstring lying about what the special chars are? + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + + # delayed loading of allfiles list + if self.allfiles is None: + self.findall() + + for name in self.allfiles: + if pattern_re.search(name): + self.files.add(name) + found = True + return found + + def _exclude_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Remove strings (presumably filenames) from 'files' that match + 'pattern'. + + Other parameters are the same as for 'include_pattern()', above. + The list 'self.files' is modified in place. Return True if files are + found. + + This API is public to allow e.g. exclusion of SCM subdirs, e.g. when + packaging source distributions + """ + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + for f in list(self.files): + if pattern_re.search(f): + self.files.remove(f) + found = True + return found + + def _translate_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Translate a shell-like wildcard pattern to a compiled regular + expression. + + Return the compiled regex. If 'is_regex' true, + then 'pattern' is directly compiled to a regex (if it's a string) + or just returned as-is (assumes it's a regex object). + """ + if is_regex: + if isinstance(pattern, str): + return re.compile(pattern) + else: + return pattern + + if _PYTHON_VERSION > (3, 2): + # ditch start and end characters + start, _, end = self._glob_to_re('_').partition('_') + + if pattern: + pattern_re = self._glob_to_re(pattern) + if _PYTHON_VERSION > (3, 2): + assert pattern_re.startswith(start) and pattern_re.endswith(end) + else: + pattern_re = '' + + base = re.escape(os.path.join(self.base, '')) + if prefix is not None: + # ditch end of pattern character + if _PYTHON_VERSION <= (3, 2): + empty_pattern = self._glob_to_re('') + prefix_re = self._glob_to_re(prefix)[:-len(empty_pattern)] + else: + prefix_re = self._glob_to_re(prefix) + assert prefix_re.startswith(start) and prefix_re.endswith(end) + prefix_re = prefix_re[len(start): len(prefix_re) - len(end)] + sep = os.sep + if os.sep == '\\': + sep = r'\\' + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + sep.join((prefix_re, + '.*' + pattern_re)) + else: + pattern_re = pattern_re[len(start): len(pattern_re) - len(end)] + pattern_re = r'%s%s%s%s.*%s%s' % (start, base, prefix_re, sep, + pattern_re, end) + else: # no prefix -- respect anchor flag + if anchor: + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + pattern_re + else: + pattern_re = r'%s%s%s' % (start, base, pattern_re[len(start):]) + + return re.compile(pattern_re) + + def _glob_to_re(self, pattern): + """Translate a shell-like glob pattern to a regular expression. + + Return a string containing the regex. Differs from + 'fnmatch.translate()' in that '*' does not match "special characters" + (which are platform-specific). + """ + pattern_re = fnmatch.translate(pattern) + + # '?' and '*' in the glob pattern become '.' and '.*' in the RE, which + # IMHO is wrong -- '?' and '*' aren't supposed to match slash in Unix, + # and by extension they shouldn't match such "special characters" under + # any OS. So change all non-escaped dots in the RE to match any + # character except the special characters (currently: just os.sep). + sep = os.sep + if os.sep == '\\': + # we're using a regex to manipulate a regex, so we need + # to escape the backslash twice + sep = r'\\\\' + escaped = r'\1[^%s]' % sep + pattern_re = re.sub(r'((? y, + '!=': lambda x, y: x != y, + '<': lambda x, y: x < y, + '<=': lambda x, y: x == y or x < y, + '>': lambda x, y: x > y, + '>=': lambda x, y: x == y or x > y, + 'and': lambda x, y: x and y, + 'or': lambda x, y: x or y, + 'in': lambda x, y: x in y, + 'not in': lambda x, y: x not in y, + } + + def evaluate(self, expr, context): + """ + Evaluate a marker expression returned by the :func:`parse_requirement` + function in the specified context. + """ + if isinstance(expr, string_types): + if expr[0] in '\'"': + result = expr[1:-1] + else: + if expr not in context: + raise SyntaxError('unknown variable: %s' % expr) + result = context[expr] + else: + assert isinstance(expr, dict) + op = expr['op'] + if op not in self.operations: + raise NotImplementedError('op not implemented: %s' % op) + elhs = expr['lhs'] + erhs = expr['rhs'] + if _is_literal(expr['lhs']) and _is_literal(expr['rhs']): + raise SyntaxError('invalid comparison: %s %s %s' % + (elhs, op, erhs)) + + lhs = self.evaluate(elhs, context) + rhs = self.evaluate(erhs, context) + if ((_is_version_marker(elhs) or _is_version_marker(erhs)) + and op in ('<', '<=', '>', '>=', '===', '==', '!=', '~=')): + lhs = LV(lhs) + rhs = LV(rhs) + elif _is_version_marker(elhs) and op in ('in', 'not in'): + lhs = LV(lhs) + rhs = _get_versions(rhs) + result = self.operations[op](lhs, rhs) + return result + + +_DIGITS = re.compile(r'\d+\.\d+') + + +def default_context(): + + def format_full_version(info): + version = '%s.%s.%s' % (info.major, info.minor, info.micro) + kind = info.releaselevel + if kind != 'final': + version += kind[0] + str(info.serial) + return version + + if hasattr(sys, 'implementation'): + implementation_version = format_full_version( + sys.implementation.version) + implementation_name = sys.implementation.name + else: + implementation_version = '0' + implementation_name = '' + + ppv = platform.python_version() + m = _DIGITS.match(ppv) + pv = m.group(0) + result = { + 'implementation_name': implementation_name, + 'implementation_version': implementation_version, + 'os_name': os.name, + 'platform_machine': platform.machine(), + 'platform_python_implementation': platform.python_implementation(), + 'platform_release': platform.release(), + 'platform_system': platform.system(), + 'platform_version': platform.version(), + 'platform_in_venv': str(in_venv()), + 'python_full_version': ppv, + 'python_version': pv, + 'sys_platform': sys.platform, + } + return result + + +DEFAULT_CONTEXT = default_context() +del default_context + +evaluator = Evaluator() + + +def interpret(marker, execution_context=None): + """ + Interpret a marker and return a result depending on environment. + + :param marker: The marker to interpret. + :type marker: str + :param execution_context: The context used for name lookup. + :type execution_context: mapping + """ + try: + expr, rest = parse_marker(marker) + except Exception as e: + raise SyntaxError('Unable to interpret marker syntax: %s: %s' % + (marker, e)) + if rest and rest[0] != '#': + raise SyntaxError('unexpected trailing data in marker: %s: %s' % + (marker, rest)) + context = dict(DEFAULT_CONTEXT) + if execution_context: + context.update(execution_context) + return evaluator.evaluate(expr, context) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py new file mode 100644 index 00000000..7189aeef --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py @@ -0,0 +1,1068 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""Implementation of the Metadata for Python packages PEPs. + +Supports all metadata formats (1.0, 1.1, 1.2, 1.3/2.1 and 2.2). +""" +from __future__ import unicode_literals + +import codecs +from email import message_from_file +import json +import logging +import re + + +from . import DistlibException, __version__ +from .compat import StringIO, string_types, text_type +from .markers import interpret +from .util import extract_by_key, get_extras +from .version import get_scheme, PEP440_VERSION_RE + +logger = logging.getLogger(__name__) + + +class MetadataMissingError(DistlibException): + """A required metadata is missing""" + + +class MetadataConflictError(DistlibException): + """Attempt to read or write metadata fields that are conflictual.""" + + +class MetadataUnrecognizedVersionError(DistlibException): + """Unknown metadata version number.""" + + +class MetadataInvalidError(DistlibException): + """A metadata value is invalid""" + +# public API of this module +__all__ = ['Metadata', 'PKG_INFO_ENCODING', 'PKG_INFO_PREFERRED_VERSION'] + +# Encoding used for the PKG-INFO files +PKG_INFO_ENCODING = 'utf-8' + +# preferred version. Hopefully will be changed +# to 1.2 once PEP 345 is supported everywhere +PKG_INFO_PREFERRED_VERSION = '1.1' + +_LINE_PREFIX_1_2 = re.compile('\n \\|') +_LINE_PREFIX_PRE_1_2 = re.compile('\n ') +_241_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'License') + +_314_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'License', 'Classifier', 'Download-URL', 'Obsoletes', + 'Provides', 'Requires') + +_314_MARKERS = ('Obsoletes', 'Provides', 'Requires', 'Classifier', + 'Download-URL') + +_345_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'Maintainer', 'Maintainer-email', 'License', + 'Classifier', 'Download-URL', 'Obsoletes-Dist', + 'Project-URL', 'Provides-Dist', 'Requires-Dist', + 'Requires-Python', 'Requires-External') + +_345_MARKERS = ('Provides-Dist', 'Requires-Dist', 'Requires-Python', + 'Obsoletes-Dist', 'Requires-External', 'Maintainer', + 'Maintainer-email', 'Project-URL') + +_426_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'Maintainer', 'Maintainer-email', 'License', + 'Classifier', 'Download-URL', 'Obsoletes-Dist', + 'Project-URL', 'Provides-Dist', 'Requires-Dist', + 'Requires-Python', 'Requires-External', 'Private-Version', + 'Obsoleted-By', 'Setup-Requires-Dist', 'Extension', + 'Provides-Extra') + +_426_MARKERS = ('Private-Version', 'Provides-Extra', 'Obsoleted-By', + 'Setup-Requires-Dist', 'Extension') + +# See issue #106: Sometimes 'Requires' and 'Provides' occur wrongly in +# the metadata. Include them in the tuple literal below to allow them +# (for now). +# Ditto for Obsoletes - see issue #140. +_566_FIELDS = _426_FIELDS + ('Description-Content-Type', + 'Requires', 'Provides', 'Obsoletes') + +_566_MARKERS = ('Description-Content-Type',) + +_643_MARKERS = ('Dynamic', 'License-File') + +_643_FIELDS = _566_FIELDS + _643_MARKERS + +_ALL_FIELDS = set() +_ALL_FIELDS.update(_241_FIELDS) +_ALL_FIELDS.update(_314_FIELDS) +_ALL_FIELDS.update(_345_FIELDS) +_ALL_FIELDS.update(_426_FIELDS) +_ALL_FIELDS.update(_566_FIELDS) +_ALL_FIELDS.update(_643_FIELDS) + +EXTRA_RE = re.compile(r'''extra\s*==\s*("([^"]+)"|'([^']+)')''') + + +def _version2fieldlist(version): + if version == '1.0': + return _241_FIELDS + elif version == '1.1': + return _314_FIELDS + elif version == '1.2': + return _345_FIELDS + elif version in ('1.3', '2.1'): + # avoid adding field names if already there + return _345_FIELDS + tuple(f for f in _566_FIELDS if f not in _345_FIELDS) + elif version == '2.0': + raise ValueError('Metadata 2.0 is withdrawn and not supported') + # return _426_FIELDS + elif version == '2.2': + return _643_FIELDS + raise MetadataUnrecognizedVersionError(version) + + +def _best_version(fields): + """Detect the best version depending on the fields used.""" + def _has_marker(keys, markers): + return any(marker in keys for marker in markers) + + keys = [key for key, value in fields.items() if value not in ([], 'UNKNOWN', None)] + possible_versions = ['1.0', '1.1', '1.2', '1.3', '2.1', '2.2'] # 2.0 removed + + # first let's try to see if a field is not part of one of the version + for key in keys: + if key not in _241_FIELDS and '1.0' in possible_versions: + possible_versions.remove('1.0') + logger.debug('Removed 1.0 due to %s', key) + if key not in _314_FIELDS and '1.1' in possible_versions: + possible_versions.remove('1.1') + logger.debug('Removed 1.1 due to %s', key) + if key not in _345_FIELDS and '1.2' in possible_versions: + possible_versions.remove('1.2') + logger.debug('Removed 1.2 due to %s', key) + if key not in _566_FIELDS and '1.3' in possible_versions: + possible_versions.remove('1.3') + logger.debug('Removed 1.3 due to %s', key) + if key not in _566_FIELDS and '2.1' in possible_versions: + if key != 'Description': # In 2.1, description allowed after headers + possible_versions.remove('2.1') + logger.debug('Removed 2.1 due to %s', key) + if key not in _643_FIELDS and '2.2' in possible_versions: + possible_versions.remove('2.2') + logger.debug('Removed 2.2 due to %s', key) + # if key not in _426_FIELDS and '2.0' in possible_versions: + # possible_versions.remove('2.0') + # logger.debug('Removed 2.0 due to %s', key) + + # possible_version contains qualified versions + if len(possible_versions) == 1: + return possible_versions[0] # found ! + elif len(possible_versions) == 0: + logger.debug('Out of options - unknown metadata set: %s', fields) + raise MetadataConflictError('Unknown metadata set') + + # let's see if one unique marker is found + is_1_1 = '1.1' in possible_versions and _has_marker(keys, _314_MARKERS) + is_1_2 = '1.2' in possible_versions and _has_marker(keys, _345_MARKERS) + is_2_1 = '2.1' in possible_versions and _has_marker(keys, _566_MARKERS) + # is_2_0 = '2.0' in possible_versions and _has_marker(keys, _426_MARKERS) + is_2_2 = '2.2' in possible_versions and _has_marker(keys, _643_MARKERS) + if int(is_1_1) + int(is_1_2) + int(is_2_1) + int(is_2_2) > 1: + raise MetadataConflictError('You used incompatible 1.1/1.2/2.1/2.2 fields') + + # we have the choice, 1.0, or 1.2, 2.1 or 2.2 + # - 1.0 has a broken Summary field but works with all tools + # - 1.1 is to avoid + # - 1.2 fixes Summary but has little adoption + # - 2.1 adds more features + # - 2.2 is the latest + if not is_1_1 and not is_1_2 and not is_2_1 and not is_2_2: + # we couldn't find any specific marker + if PKG_INFO_PREFERRED_VERSION in possible_versions: + return PKG_INFO_PREFERRED_VERSION + if is_1_1: + return '1.1' + if is_1_2: + return '1.2' + if is_2_1: + return '2.1' + # if is_2_2: + # return '2.2' + + return '2.2' + +# This follows the rules about transforming keys as described in +# https://www.python.org/dev/peps/pep-0566/#id17 +_ATTR2FIELD = { + name.lower().replace("-", "_"): name for name in _ALL_FIELDS +} +_FIELD2ATTR = {field: attr for attr, field in _ATTR2FIELD.items()} + +_PREDICATE_FIELDS = ('Requires-Dist', 'Obsoletes-Dist', 'Provides-Dist') +_VERSIONS_FIELDS = ('Requires-Python',) +_VERSION_FIELDS = ('Version',) +_LISTFIELDS = ('Platform', 'Classifier', 'Obsoletes', + 'Requires', 'Provides', 'Obsoletes-Dist', + 'Provides-Dist', 'Requires-Dist', 'Requires-External', + 'Project-URL', 'Supported-Platform', 'Setup-Requires-Dist', + 'Provides-Extra', 'Extension', 'License-File') +_LISTTUPLEFIELDS = ('Project-URL',) + +_ELEMENTSFIELD = ('Keywords',) + +_UNICODEFIELDS = ('Author', 'Maintainer', 'Summary', 'Description') + +_MISSING = object() + +_FILESAFE = re.compile('[^A-Za-z0-9.]+') + + +def _get_name_and_version(name, version, for_filename=False): + """Return the distribution name with version. + + If for_filename is true, return a filename-escaped form.""" + if for_filename: + # For both name and version any runs of non-alphanumeric or '.' + # characters are replaced with a single '-'. Additionally any + # spaces in the version string become '.' + name = _FILESAFE.sub('-', name) + version = _FILESAFE.sub('-', version.replace(' ', '.')) + return '%s-%s' % (name, version) + + +class LegacyMetadata(object): + """The legacy metadata of a release. + + Supports versions 1.0, 1.1, 1.2, 2.0 and 1.3/2.1 (auto-detected). You can + instantiate the class with one of these arguments (or none): + - *path*, the path to a metadata file + - *fileobj* give a file-like object with metadata as content + - *mapping* is a dict-like object + - *scheme* is a version scheme name + """ + # TODO document the mapping API and UNKNOWN default key + + def __init__(self, path=None, fileobj=None, mapping=None, + scheme='default'): + if [path, fileobj, mapping].count(None) < 2: + raise TypeError('path, fileobj and mapping are exclusive') + self._fields = {} + self.requires_files = [] + self._dependencies = None + self.scheme = scheme + if path is not None: + self.read(path) + elif fileobj is not None: + self.read_file(fileobj) + elif mapping is not None: + self.update(mapping) + self.set_metadata_version() + + def set_metadata_version(self): + self._fields['Metadata-Version'] = _best_version(self._fields) + + def _write_field(self, fileobj, name, value): + fileobj.write('%s: %s\n' % (name, value)) + + def __getitem__(self, name): + return self.get(name) + + def __setitem__(self, name, value): + return self.set(name, value) + + def __delitem__(self, name): + field_name = self._convert_name(name) + try: + del self._fields[field_name] + except KeyError: + raise KeyError(name) + + def __contains__(self, name): + return (name in self._fields or + self._convert_name(name) in self._fields) + + def _convert_name(self, name): + if name in _ALL_FIELDS: + return name + name = name.replace('-', '_').lower() + return _ATTR2FIELD.get(name, name) + + def _default_value(self, name): + if name in _LISTFIELDS or name in _ELEMENTSFIELD: + return [] + return 'UNKNOWN' + + def _remove_line_prefix(self, value): + if self.metadata_version in ('1.0', '1.1'): + return _LINE_PREFIX_PRE_1_2.sub('\n', value) + else: + return _LINE_PREFIX_1_2.sub('\n', value) + + def __getattr__(self, name): + if name in _ATTR2FIELD: + return self[name] + raise AttributeError(name) + + # + # Public API + # + +# dependencies = property(_get_dependencies, _set_dependencies) + + def get_fullname(self, filesafe=False): + """Return the distribution name with version. + + If filesafe is true, return a filename-escaped form.""" + return _get_name_and_version(self['Name'], self['Version'], filesafe) + + def is_field(self, name): + """return True if name is a valid metadata key""" + name = self._convert_name(name) + return name in _ALL_FIELDS + + def is_multi_field(self, name): + name = self._convert_name(name) + return name in _LISTFIELDS + + def read(self, filepath): + """Read the metadata values from a file path.""" + fp = codecs.open(filepath, 'r', encoding='utf-8') + try: + self.read_file(fp) + finally: + fp.close() + + def read_file(self, fileob): + """Read the metadata values from a file object.""" + msg = message_from_file(fileob) + self._fields['Metadata-Version'] = msg['metadata-version'] + + # When reading, get all the fields we can + for field in _ALL_FIELDS: + if field not in msg: + continue + if field in _LISTFIELDS: + # we can have multiple lines + values = msg.get_all(field) + if field in _LISTTUPLEFIELDS and values is not None: + values = [tuple(value.split(',')) for value in values] + self.set(field, values) + else: + # single line + value = msg[field] + if value is not None and value != 'UNKNOWN': + self.set(field, value) + + # PEP 566 specifies that the body be used for the description, if + # available + body = msg.get_payload() + self["Description"] = body if body else self["Description"] + # logger.debug('Attempting to set metadata for %s', self) + # self.set_metadata_version() + + def write(self, filepath, skip_unknown=False): + """Write the metadata fields to filepath.""" + fp = codecs.open(filepath, 'w', encoding='utf-8') + try: + self.write_file(fp, skip_unknown) + finally: + fp.close() + + def write_file(self, fileobject, skip_unknown=False): + """Write the PKG-INFO format data to a file object.""" + self.set_metadata_version() + + for field in _version2fieldlist(self['Metadata-Version']): + values = self.get(field) + if skip_unknown and values in ('UNKNOWN', [], ['UNKNOWN']): + continue + if field in _ELEMENTSFIELD: + self._write_field(fileobject, field, ','.join(values)) + continue + if field not in _LISTFIELDS: + if field == 'Description': + if self.metadata_version in ('1.0', '1.1'): + values = values.replace('\n', '\n ') + else: + values = values.replace('\n', '\n |') + values = [values] + + if field in _LISTTUPLEFIELDS: + values = [','.join(value) for value in values] + + for value in values: + self._write_field(fileobject, field, value) + + def update(self, other=None, **kwargs): + """Set metadata values from the given iterable `other` and kwargs. + + Behavior is like `dict.update`: If `other` has a ``keys`` method, + they are looped over and ``self[key]`` is assigned ``other[key]``. + Else, ``other`` is an iterable of ``(key, value)`` iterables. + + Keys that don't match a metadata field or that have an empty value are + dropped. + """ + def _set(key, value): + if key in _ATTR2FIELD and value: + self.set(self._convert_name(key), value) + + if not other: + # other is None or empty container + pass + elif hasattr(other, 'keys'): + for k in other.keys(): + _set(k, other[k]) + else: + for k, v in other: + _set(k, v) + + if kwargs: + for k, v in kwargs.items(): + _set(k, v) + + def set(self, name, value): + """Control then set a metadata field.""" + name = self._convert_name(name) + + if ((name in _ELEMENTSFIELD or name == 'Platform') and + not isinstance(value, (list, tuple))): + if isinstance(value, string_types): + value = [v.strip() for v in value.split(',')] + else: + value = [] + elif (name in _LISTFIELDS and + not isinstance(value, (list, tuple))): + if isinstance(value, string_types): + value = [value] + else: + value = [] + + if logger.isEnabledFor(logging.WARNING): + project_name = self['Name'] + + scheme = get_scheme(self.scheme) + if name in _PREDICATE_FIELDS and value is not None: + for v in value: + # check that the values are valid + if not scheme.is_valid_matcher(v.split(';')[0]): + logger.warning( + "'%s': '%s' is not valid (field '%s')", + project_name, v, name) + # FIXME this rejects UNKNOWN, is that right? + elif name in _VERSIONS_FIELDS and value is not None: + if not scheme.is_valid_constraint_list(value): + logger.warning("'%s': '%s' is not a valid version (field '%s')", + project_name, value, name) + elif name in _VERSION_FIELDS and value is not None: + if not scheme.is_valid_version(value): + logger.warning("'%s': '%s' is not a valid version (field '%s')", + project_name, value, name) + + if name in _UNICODEFIELDS: + if name == 'Description': + value = self._remove_line_prefix(value) + + self._fields[name] = value + + def get(self, name, default=_MISSING): + """Get a metadata field.""" + name = self._convert_name(name) + if name not in self._fields: + if default is _MISSING: + default = self._default_value(name) + return default + if name in _UNICODEFIELDS: + value = self._fields[name] + return value + elif name in _LISTFIELDS: + value = self._fields[name] + if value is None: + return [] + res = [] + for val in value: + if name not in _LISTTUPLEFIELDS: + res.append(val) + else: + # That's for Project-URL + res.append((val[0], val[1])) + return res + + elif name in _ELEMENTSFIELD: + value = self._fields[name] + if isinstance(value, string_types): + return value.split(',') + return self._fields[name] + + def check(self, strict=False): + """Check if the metadata is compliant. If strict is True then raise if + no Name or Version are provided""" + self.set_metadata_version() + + # XXX should check the versions (if the file was loaded) + missing, warnings = [], [] + + for attr in ('Name', 'Version'): # required by PEP 345 + if attr not in self: + missing.append(attr) + + if strict and missing != []: + msg = 'missing required metadata: %s' % ', '.join(missing) + raise MetadataMissingError(msg) + + for attr in ('Home-page', 'Author'): + if attr not in self: + missing.append(attr) + + # checking metadata 1.2 (XXX needs to check 1.1, 1.0) + if self['Metadata-Version'] != '1.2': + return missing, warnings + + scheme = get_scheme(self.scheme) + + def are_valid_constraints(value): + for v in value: + if not scheme.is_valid_matcher(v.split(';')[0]): + return False + return True + + for fields, controller in ((_PREDICATE_FIELDS, are_valid_constraints), + (_VERSIONS_FIELDS, + scheme.is_valid_constraint_list), + (_VERSION_FIELDS, + scheme.is_valid_version)): + for field in fields: + value = self.get(field, None) + if value is not None and not controller(value): + warnings.append("Wrong value for '%s': %s" % (field, value)) + + return missing, warnings + + def todict(self, skip_missing=False): + """Return fields as a dict. + + Field names will be converted to use the underscore-lowercase style + instead of hyphen-mixed case (i.e. home_page instead of Home-page). + This is as per https://www.python.org/dev/peps/pep-0566/#id17. + """ + self.set_metadata_version() + + fields = _version2fieldlist(self['Metadata-Version']) + + data = {} + + for field_name in fields: + if not skip_missing or field_name in self._fields: + key = _FIELD2ATTR[field_name] + if key != 'project_url': + data[key] = self[field_name] + else: + data[key] = [','.join(u) for u in self[field_name]] + + return data + + def add_requirements(self, requirements): + if self['Metadata-Version'] == '1.1': + # we can't have 1.1 metadata *and* Setuptools requires + for field in ('Obsoletes', 'Requires', 'Provides'): + if field in self: + del self[field] + self['Requires-Dist'] += requirements + + # Mapping API + # TODO could add iter* variants + + def keys(self): + return list(_version2fieldlist(self['Metadata-Version'])) + + def __iter__(self): + for key in self.keys(): + yield key + + def values(self): + return [self[key] for key in self.keys()] + + def items(self): + return [(key, self[key]) for key in self.keys()] + + def __repr__(self): + return '<%s %s %s>' % (self.__class__.__name__, self.name, + self.version) + + +METADATA_FILENAME = 'pydist.json' +WHEEL_METADATA_FILENAME = 'metadata.json' +LEGACY_METADATA_FILENAME = 'METADATA' + + +class Metadata(object): + """ + The metadata of a release. This implementation uses 2.1 + metadata where possible. If not possible, it wraps a LegacyMetadata + instance which handles the key-value metadata format. + """ + + METADATA_VERSION_MATCHER = re.compile(r'^\d+(\.\d+)*$') + + NAME_MATCHER = re.compile('^[0-9A-Z]([0-9A-Z_.-]*[0-9A-Z])?$', re.I) + + FIELDNAME_MATCHER = re.compile('^[A-Z]([0-9A-Z-]*[0-9A-Z])?$', re.I) + + VERSION_MATCHER = PEP440_VERSION_RE + + SUMMARY_MATCHER = re.compile('.{1,2047}') + + METADATA_VERSION = '2.0' + + GENERATOR = 'distlib (%s)' % __version__ + + MANDATORY_KEYS = { + 'name': (), + 'version': (), + 'summary': ('legacy',), + } + + INDEX_KEYS = ('name version license summary description author ' + 'author_email keywords platform home_page classifiers ' + 'download_url') + + DEPENDENCY_KEYS = ('extras run_requires test_requires build_requires ' + 'dev_requires provides meta_requires obsoleted_by ' + 'supports_environments') + + SYNTAX_VALIDATORS = { + 'metadata_version': (METADATA_VERSION_MATCHER, ()), + 'name': (NAME_MATCHER, ('legacy',)), + 'version': (VERSION_MATCHER, ('legacy',)), + 'summary': (SUMMARY_MATCHER, ('legacy',)), + 'dynamic': (FIELDNAME_MATCHER, ('legacy',)), + } + + __slots__ = ('_legacy', '_data', 'scheme') + + def __init__(self, path=None, fileobj=None, mapping=None, + scheme='default'): + if [path, fileobj, mapping].count(None) < 2: + raise TypeError('path, fileobj and mapping are exclusive') + self._legacy = None + self._data = None + self.scheme = scheme + #import pdb; pdb.set_trace() + if mapping is not None: + try: + self._validate_mapping(mapping, scheme) + self._data = mapping + except MetadataUnrecognizedVersionError: + self._legacy = LegacyMetadata(mapping=mapping, scheme=scheme) + self.validate() + else: + data = None + if path: + with open(path, 'rb') as f: + data = f.read() + elif fileobj: + data = fileobj.read() + if data is None: + # Initialised with no args - to be added + self._data = { + 'metadata_version': self.METADATA_VERSION, + 'generator': self.GENERATOR, + } + else: + if not isinstance(data, text_type): + data = data.decode('utf-8') + try: + self._data = json.loads(data) + self._validate_mapping(self._data, scheme) + except ValueError: + # Note: MetadataUnrecognizedVersionError does not + # inherit from ValueError (it's a DistlibException, + # which should not inherit from ValueError). + # The ValueError comes from the json.load - if that + # succeeds and we get a validation error, we want + # that to propagate + self._legacy = LegacyMetadata(fileobj=StringIO(data), + scheme=scheme) + self.validate() + + common_keys = set(('name', 'version', 'license', 'keywords', 'summary')) + + none_list = (None, list) + none_dict = (None, dict) + + mapped_keys = { + 'run_requires': ('Requires-Dist', list), + 'build_requires': ('Setup-Requires-Dist', list), + 'dev_requires': none_list, + 'test_requires': none_list, + 'meta_requires': none_list, + 'extras': ('Provides-Extra', list), + 'modules': none_list, + 'namespaces': none_list, + 'exports': none_dict, + 'commands': none_dict, + 'classifiers': ('Classifier', list), + 'source_url': ('Download-URL', None), + 'metadata_version': ('Metadata-Version', None), + } + + del none_list, none_dict + + def __getattribute__(self, key): + common = object.__getattribute__(self, 'common_keys') + mapped = object.__getattribute__(self, 'mapped_keys') + if key in mapped: + lk, maker = mapped[key] + if self._legacy: + if lk is None: + result = None if maker is None else maker() + else: + result = self._legacy.get(lk) + else: + value = None if maker is None else maker() + if key not in ('commands', 'exports', 'modules', 'namespaces', + 'classifiers'): + result = self._data.get(key, value) + else: + # special cases for PEP 459 + sentinel = object() + result = sentinel + d = self._data.get('extensions') + if d: + if key == 'commands': + result = d.get('python.commands', value) + elif key == 'classifiers': + d = d.get('python.details') + if d: + result = d.get(key, value) + else: + d = d.get('python.exports') + if not d: + d = self._data.get('python.exports') + if d: + result = d.get(key, value) + if result is sentinel: + result = value + elif key not in common: + result = object.__getattribute__(self, key) + elif self._legacy: + result = self._legacy.get(key) + else: + result = self._data.get(key) + return result + + def _validate_value(self, key, value, scheme=None): + if key in self.SYNTAX_VALIDATORS: + pattern, exclusions = self.SYNTAX_VALIDATORS[key] + if (scheme or self.scheme) not in exclusions: + m = pattern.match(value) + if not m: + raise MetadataInvalidError("'%s' is an invalid value for " + "the '%s' property" % (value, + key)) + + def __setattr__(self, key, value): + self._validate_value(key, value) + common = object.__getattribute__(self, 'common_keys') + mapped = object.__getattribute__(self, 'mapped_keys') + if key in mapped: + lk, _ = mapped[key] + if self._legacy: + if lk is None: + raise NotImplementedError + self._legacy[lk] = value + elif key not in ('commands', 'exports', 'modules', 'namespaces', + 'classifiers'): + self._data[key] = value + else: + # special cases for PEP 459 + d = self._data.setdefault('extensions', {}) + if key == 'commands': + d['python.commands'] = value + elif key == 'classifiers': + d = d.setdefault('python.details', {}) + d[key] = value + else: + d = d.setdefault('python.exports', {}) + d[key] = value + elif key not in common: + object.__setattr__(self, key, value) + else: + if key == 'keywords': + if isinstance(value, string_types): + value = value.strip() + if value: + value = value.split() + else: + value = [] + if self._legacy: + self._legacy[key] = value + else: + self._data[key] = value + + @property + def name_and_version(self): + return _get_name_and_version(self.name, self.version, True) + + @property + def provides(self): + if self._legacy: + result = self._legacy['Provides-Dist'] + else: + result = self._data.setdefault('provides', []) + s = '%s (%s)' % (self.name, self.version) + if s not in result: + result.append(s) + return result + + @provides.setter + def provides(self, value): + if self._legacy: + self._legacy['Provides-Dist'] = value + else: + self._data['provides'] = value + + def get_requirements(self, reqts, extras=None, env=None): + """ + Base method to get dependencies, given a set of extras + to satisfy and an optional environment context. + :param reqts: A list of sometimes-wanted dependencies, + perhaps dependent on extras and environment. + :param extras: A list of optional components being requested. + :param env: An optional environment for marker evaluation. + """ + if self._legacy: + result = reqts + else: + result = [] + extras = get_extras(extras or [], self.extras) + for d in reqts: + if 'extra' not in d and 'environment' not in d: + # unconditional + include = True + else: + if 'extra' not in d: + # Not extra-dependent - only environment-dependent + include = True + else: + include = d.get('extra') in extras + if include: + # Not excluded because of extras, check environment + marker = d.get('environment') + if marker: + include = interpret(marker, env) + if include: + result.extend(d['requires']) + for key in ('build', 'dev', 'test'): + e = ':%s:' % key + if e in extras: + extras.remove(e) + # A recursive call, but it should terminate since 'test' + # has been removed from the extras + reqts = self._data.get('%s_requires' % key, []) + result.extend(self.get_requirements(reqts, extras=extras, + env=env)) + return result + + @property + def dictionary(self): + if self._legacy: + return self._from_legacy() + return self._data + + @property + def dependencies(self): + if self._legacy: + raise NotImplementedError + else: + return extract_by_key(self._data, self.DEPENDENCY_KEYS) + + @dependencies.setter + def dependencies(self, value): + if self._legacy: + raise NotImplementedError + else: + self._data.update(value) + + def _validate_mapping(self, mapping, scheme): + if mapping.get('metadata_version') != self.METADATA_VERSION: + raise MetadataUnrecognizedVersionError() + missing = [] + for key, exclusions in self.MANDATORY_KEYS.items(): + if key not in mapping: + if scheme not in exclusions: + missing.append(key) + if missing: + msg = 'Missing metadata items: %s' % ', '.join(missing) + raise MetadataMissingError(msg) + for k, v in mapping.items(): + self._validate_value(k, v, scheme) + + def validate(self): + if self._legacy: + missing, warnings = self._legacy.check(True) + if missing or warnings: + logger.warning('Metadata: missing: %s, warnings: %s', + missing, warnings) + else: + self._validate_mapping(self._data, self.scheme) + + def todict(self): + if self._legacy: + return self._legacy.todict(True) + else: + result = extract_by_key(self._data, self.INDEX_KEYS) + return result + + def _from_legacy(self): + assert self._legacy and not self._data + result = { + 'metadata_version': self.METADATA_VERSION, + 'generator': self.GENERATOR, + } + lmd = self._legacy.todict(True) # skip missing ones + for k in ('name', 'version', 'license', 'summary', 'description', + 'classifier'): + if k in lmd: + if k == 'classifier': + nk = 'classifiers' + else: + nk = k + result[nk] = lmd[k] + kw = lmd.get('Keywords', []) + if kw == ['']: + kw = [] + result['keywords'] = kw + keys = (('requires_dist', 'run_requires'), + ('setup_requires_dist', 'build_requires')) + for ok, nk in keys: + if ok in lmd and lmd[ok]: + result[nk] = [{'requires': lmd[ok]}] + result['provides'] = self.provides + author = {} + maintainer = {} + return result + + LEGACY_MAPPING = { + 'name': 'Name', + 'version': 'Version', + ('extensions', 'python.details', 'license'): 'License', + 'summary': 'Summary', + 'description': 'Description', + ('extensions', 'python.project', 'project_urls', 'Home'): 'Home-page', + ('extensions', 'python.project', 'contacts', 0, 'name'): 'Author', + ('extensions', 'python.project', 'contacts', 0, 'email'): 'Author-email', + 'source_url': 'Download-URL', + ('extensions', 'python.details', 'classifiers'): 'Classifier', + } + + def _to_legacy(self): + def process_entries(entries): + reqts = set() + for e in entries: + extra = e.get('extra') + env = e.get('environment') + rlist = e['requires'] + for r in rlist: + if not env and not extra: + reqts.add(r) + else: + marker = '' + if extra: + marker = 'extra == "%s"' % extra + if env: + if marker: + marker = '(%s) and %s' % (env, marker) + else: + marker = env + reqts.add(';'.join((r, marker))) + return reqts + + assert self._data and not self._legacy + result = LegacyMetadata() + nmd = self._data + # import pdb; pdb.set_trace() + for nk, ok in self.LEGACY_MAPPING.items(): + if not isinstance(nk, tuple): + if nk in nmd: + result[ok] = nmd[nk] + else: + d = nmd + found = True + for k in nk: + try: + d = d[k] + except (KeyError, IndexError): + found = False + break + if found: + result[ok] = d + r1 = process_entries(self.run_requires + self.meta_requires) + r2 = process_entries(self.build_requires + self.dev_requires) + if self.extras: + result['Provides-Extra'] = sorted(self.extras) + result['Requires-Dist'] = sorted(r1) + result['Setup-Requires-Dist'] = sorted(r2) + # TODO: any other fields wanted + return result + + def write(self, path=None, fileobj=None, legacy=False, skip_unknown=True): + if [path, fileobj].count(None) != 1: + raise ValueError('Exactly one of path and fileobj is needed') + self.validate() + if legacy: + if self._legacy: + legacy_md = self._legacy + else: + legacy_md = self._to_legacy() + if path: + legacy_md.write(path, skip_unknown=skip_unknown) + else: + legacy_md.write_file(fileobj, skip_unknown=skip_unknown) + else: + if self._legacy: + d = self._from_legacy() + else: + d = self._data + if fileobj: + json.dump(d, fileobj, ensure_ascii=True, indent=2, + sort_keys=True) + else: + with codecs.open(path, 'w', 'utf-8') as f: + json.dump(d, f, ensure_ascii=True, indent=2, + sort_keys=True) + + def add_requirements(self, requirements): + if self._legacy: + self._legacy.add_requirements(requirements) + else: + run_requires = self._data.setdefault('run_requires', []) + always = None + for entry in run_requires: + if 'environment' not in entry and 'extra' not in entry: + always = entry + break + if always is None: + always = { 'requires': requirements } + run_requires.insert(0, always) + else: + rset = set(always['requires']) | set(requirements) + always['requires'] = sorted(rset) + + def __repr__(self): + name = self.name or '(no name)' + version = self.version or 'no version' + return '<%s %s %s (%s)>' % (self.__class__.__name__, + self.metadata_version, name, version) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py new file mode 100644 index 00000000..fef52aa1 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py @@ -0,0 +1,358 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2017 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import unicode_literals + +import bisect +import io +import logging +import os +import pkgutil +import sys +import types +import zipimport + +from . import DistlibException +from .util import cached_property, get_cache_base, Cache + +logger = logging.getLogger(__name__) + + +cache = None # created when needed + + +class ResourceCache(Cache): + def __init__(self, base=None): + if base is None: + # Use native string to avoid issues on 2.x: see Python #20140. + base = os.path.join(get_cache_base(), str('resource-cache')) + super(ResourceCache, self).__init__(base) + + def is_stale(self, resource, path): + """ + Is the cache stale for the given resource? + + :param resource: The :class:`Resource` being cached. + :param path: The path of the resource in the cache. + :return: True if the cache is stale. + """ + # Cache invalidation is a hard problem :-) + return True + + def get(self, resource): + """ + Get a resource into the cache, + + :param resource: A :class:`Resource` instance. + :return: The pathname of the resource in the cache. + """ + prefix, path = resource.finder.get_cache_info(resource) + if prefix is None: + result = path + else: + result = os.path.join(self.base, self.prefix_to_dir(prefix), path) + dirname = os.path.dirname(result) + if not os.path.isdir(dirname): + os.makedirs(dirname) + if not os.path.exists(result): + stale = True + else: + stale = self.is_stale(resource, path) + if stale: + # write the bytes of the resource to the cache location + with open(result, 'wb') as f: + f.write(resource.bytes) + return result + + +class ResourceBase(object): + def __init__(self, finder, name): + self.finder = finder + self.name = name + + +class Resource(ResourceBase): + """ + A class representing an in-package resource, such as a data file. This is + not normally instantiated by user code, but rather by a + :class:`ResourceFinder` which manages the resource. + """ + is_container = False # Backwards compatibility + + def as_stream(self): + """ + Get the resource as a stream. + + This is not a property to make it obvious that it returns a new stream + each time. + """ + return self.finder.get_stream(self) + + @cached_property + def file_path(self): + global cache + if cache is None: + cache = ResourceCache() + return cache.get(self) + + @cached_property + def bytes(self): + return self.finder.get_bytes(self) + + @cached_property + def size(self): + return self.finder.get_size(self) + + +class ResourceContainer(ResourceBase): + is_container = True # Backwards compatibility + + @cached_property + def resources(self): + return self.finder.get_resources(self) + + +class ResourceFinder(object): + """ + Resource finder for file system resources. + """ + + if sys.platform.startswith('java'): + skipped_extensions = ('.pyc', '.pyo', '.class') + else: + skipped_extensions = ('.pyc', '.pyo') + + def __init__(self, module): + self.module = module + self.loader = getattr(module, '__loader__', None) + self.base = os.path.dirname(getattr(module, '__file__', '')) + + def _adjust_path(self, path): + return os.path.realpath(path) + + def _make_path(self, resource_name): + # Issue #50: need to preserve type of path on Python 2.x + # like os.path._get_sep + if isinstance(resource_name, bytes): # should only happen on 2.x + sep = b'/' + else: + sep = '/' + parts = resource_name.split(sep) + parts.insert(0, self.base) + result = os.path.join(*parts) + return self._adjust_path(result) + + def _find(self, path): + return os.path.exists(path) + + def get_cache_info(self, resource): + return None, resource.path + + def find(self, resource_name): + path = self._make_path(resource_name) + if not self._find(path): + result = None + else: + if self._is_directory(path): + result = ResourceContainer(self, resource_name) + else: + result = Resource(self, resource_name) + result.path = path + return result + + def get_stream(self, resource): + return open(resource.path, 'rb') + + def get_bytes(self, resource): + with open(resource.path, 'rb') as f: + return f.read() + + def get_size(self, resource): + return os.path.getsize(resource.path) + + def get_resources(self, resource): + def allowed(f): + return (f != '__pycache__' and not + f.endswith(self.skipped_extensions)) + return set([f for f in os.listdir(resource.path) if allowed(f)]) + + def is_container(self, resource): + return self._is_directory(resource.path) + + _is_directory = staticmethod(os.path.isdir) + + def iterator(self, resource_name): + resource = self.find(resource_name) + if resource is not None: + todo = [resource] + while todo: + resource = todo.pop(0) + yield resource + if resource.is_container: + rname = resource.name + for name in resource.resources: + if not rname: + new_name = name + else: + new_name = '/'.join([rname, name]) + child = self.find(new_name) + if child.is_container: + todo.append(child) + else: + yield child + + +class ZipResourceFinder(ResourceFinder): + """ + Resource finder for resources in .zip files. + """ + def __init__(self, module): + super(ZipResourceFinder, self).__init__(module) + archive = self.loader.archive + self.prefix_len = 1 + len(archive) + # PyPy doesn't have a _files attr on zipimporter, and you can't set one + if hasattr(self.loader, '_files'): + self._files = self.loader._files + else: + self._files = zipimport._zip_directory_cache[archive] + self.index = sorted(self._files) + + def _adjust_path(self, path): + return path + + def _find(self, path): + path = path[self.prefix_len:] + if path in self._files: + result = True + else: + if path and path[-1] != os.sep: + path = path + os.sep + i = bisect.bisect(self.index, path) + try: + result = self.index[i].startswith(path) + except IndexError: + result = False + if not result: + logger.debug('_find failed: %r %r', path, self.loader.prefix) + else: + logger.debug('_find worked: %r %r', path, self.loader.prefix) + return result + + def get_cache_info(self, resource): + prefix = self.loader.archive + path = resource.path[1 + len(prefix):] + return prefix, path + + def get_bytes(self, resource): + return self.loader.get_data(resource.path) + + def get_stream(self, resource): + return io.BytesIO(self.get_bytes(resource)) + + def get_size(self, resource): + path = resource.path[self.prefix_len:] + return self._files[path][3] + + def get_resources(self, resource): + path = resource.path[self.prefix_len:] + if path and path[-1] != os.sep: + path += os.sep + plen = len(path) + result = set() + i = bisect.bisect(self.index, path) + while i < len(self.index): + if not self.index[i].startswith(path): + break + s = self.index[i][plen:] + result.add(s.split(os.sep, 1)[0]) # only immediate children + i += 1 + return result + + def _is_directory(self, path): + path = path[self.prefix_len:] + if path and path[-1] != os.sep: + path += os.sep + i = bisect.bisect(self.index, path) + try: + result = self.index[i].startswith(path) + except IndexError: + result = False + return result + + +_finder_registry = { + type(None): ResourceFinder, + zipimport.zipimporter: ZipResourceFinder +} + +try: + # In Python 3.6, _frozen_importlib -> _frozen_importlib_external + try: + import _frozen_importlib_external as _fi + except ImportError: + import _frozen_importlib as _fi + _finder_registry[_fi.SourceFileLoader] = ResourceFinder + _finder_registry[_fi.FileFinder] = ResourceFinder + # See issue #146 + _finder_registry[_fi.SourcelessFileLoader] = ResourceFinder + del _fi +except (ImportError, AttributeError): + pass + + +def register_finder(loader, finder_maker): + _finder_registry[type(loader)] = finder_maker + + +_finder_cache = {} + + +def finder(package): + """ + Return a resource finder for a package. + :param package: The name of the package. + :return: A :class:`ResourceFinder` instance for the package. + """ + if package in _finder_cache: + result = _finder_cache[package] + else: + if package not in sys.modules: + __import__(package) + module = sys.modules[package] + path = getattr(module, '__path__', None) + if path is None: + raise DistlibException('You cannot get a finder for a module, ' + 'only for a package') + loader = getattr(module, '__loader__', None) + finder_maker = _finder_registry.get(type(loader)) + if finder_maker is None: + raise DistlibException('Unable to locate finder for %r' % package) + result = finder_maker(module) + _finder_cache[package] = result + return result + + +_dummy_module = types.ModuleType(str('__dummy__')) + + +def finder_for_path(path): + """ + Return a resource finder for a path, which should represent a container. + + :param path: The path. + :return: A :class:`ResourceFinder` instance for the path. + """ + result = None + # calls any path hooks, gets importer into cache + pkgutil.get_importer(path) + loader = sys.path_importer_cache.get(path) + finder = _finder_registry.get(type(loader)) + if finder: + module = _dummy_module + module.__file__ = os.path.join(path, '') + module.__loader__ = loader + result = finder(module) + return result diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py new file mode 100644 index 00000000..cfa45d2a --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py @@ -0,0 +1,452 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from io import BytesIO +import logging +import os +import re +import struct +import sys +import time +from zipfile import ZipInfo + +from .compat import sysconfig, detect_encoding, ZipFile +from .resources import finder +from .util import (FileOperator, get_export_entry, convert_path, + get_executable, get_platform, in_venv) + +logger = logging.getLogger(__name__) + +_DEFAULT_MANIFEST = ''' + + + + + + + + + + + + +'''.strip() + +# check if Python is called on the first line with this expression +FIRST_LINE_RE = re.compile(b'^#!.*pythonw?[0-9.]*([ \t].*)?$') +SCRIPT_TEMPLATE = r'''# -*- coding: utf-8 -*- +import re +import sys +from %(module)s import %(import_name)s +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(%(func)s()) +''' + + +def enquote_executable(executable): + if ' ' in executable: + # make sure we quote only the executable in case of env + # for example /usr/bin/env "/dir with spaces/bin/jython" + # instead of "/usr/bin/env /dir with spaces/bin/jython" + # otherwise whole + if executable.startswith('/usr/bin/env '): + env, _executable = executable.split(' ', 1) + if ' ' in _executable and not _executable.startswith('"'): + executable = '%s "%s"' % (env, _executable) + else: + if not executable.startswith('"'): + executable = '"%s"' % executable + return executable + + +# Keep the old name around (for now), as there is at least one project using it! +_enquote_executable = enquote_executable + + +class ScriptMaker(object): + """ + A class to copy or create scripts from source scripts or callable + specifications. + """ + script_template = SCRIPT_TEMPLATE + + executable = None # for shebangs + + def __init__(self, + source_dir, + target_dir, + add_launchers=True, + dry_run=False, + fileop=None): + self.source_dir = source_dir + self.target_dir = target_dir + self.add_launchers = add_launchers + self.force = False + self.clobber = False + # It only makes sense to set mode bits on POSIX. + self.set_mode = (os.name == 'posix') or (os.name == 'java' + and os._name == 'posix') + self.variants = set(('', 'X.Y')) + self._fileop = fileop or FileOperator(dry_run) + + self._is_nt = os.name == 'nt' or (os.name == 'java' + and os._name == 'nt') + self.version_info = sys.version_info + + def _get_alternate_executable(self, executable, options): + if options.get('gui', False) and self._is_nt: # pragma: no cover + dn, fn = os.path.split(executable) + fn = fn.replace('python', 'pythonw') + executable = os.path.join(dn, fn) + return executable + + if sys.platform.startswith('java'): # pragma: no cover + + def _is_shell(self, executable): + """ + Determine if the specified executable is a script + (contains a #! line) + """ + try: + with open(executable) as fp: + return fp.read(2) == '#!' + except (OSError, IOError): + logger.warning('Failed to open %s', executable) + return False + + def _fix_jython_executable(self, executable): + if self._is_shell(executable): + # Workaround for Jython is not needed on Linux systems. + import java + + if java.lang.System.getProperty('os.name') == 'Linux': + return executable + elif executable.lower().endswith('jython.exe'): + # Use wrapper exe for Jython on Windows + return executable + return '/usr/bin/env %s' % executable + + def _build_shebang(self, executable, post_interp): + """ + Build a shebang line. In the simple case (on Windows, or a shebang line + which is not too long or contains spaces) use a simple formulation for + the shebang. Otherwise, use /bin/sh as the executable, with a contrived + shebang which allows the script to run either under Python or sh, using + suitable quoting. Thanks to Harald Nordgren for his input. + + See also: http://www.in-ulm.de/~mascheck/various/shebang/#length + https://hg.mozilla.org/mozilla-central/file/tip/mach + """ + if os.name != 'posix': + simple_shebang = True + else: + # Add 3 for '#!' prefix and newline suffix. + shebang_length = len(executable) + len(post_interp) + 3 + if sys.platform == 'darwin': + max_shebang_length = 512 + else: + max_shebang_length = 127 + simple_shebang = ((b' ' not in executable) + and (shebang_length <= max_shebang_length)) + + if simple_shebang: + result = b'#!' + executable + post_interp + b'\n' + else: + result = b'#!/bin/sh\n' + result += b"'''exec' " + executable + post_interp + b' "$0" "$@"\n' + result += b"' '''" + return result + + def _get_shebang(self, encoding, post_interp=b'', options=None): + enquote = True + if self.executable: + executable = self.executable + enquote = False # assume this will be taken care of + elif not sysconfig.is_python_build(): + executable = get_executable() + elif in_venv(): # pragma: no cover + executable = os.path.join( + sysconfig.get_path('scripts'), + 'python%s' % sysconfig.get_config_var('EXE')) + else: # pragma: no cover + if os.name == 'nt': + # for Python builds from source on Windows, no Python executables with + # a version suffix are created, so we use python.exe + executable = os.path.join( + sysconfig.get_config_var('BINDIR'), + 'python%s' % (sysconfig.get_config_var('EXE'))) + else: + executable = os.path.join( + sysconfig.get_config_var('BINDIR'), + 'python%s%s' % (sysconfig.get_config_var('VERSION'), + sysconfig.get_config_var('EXE'))) + if options: + executable = self._get_alternate_executable(executable, options) + + if sys.platform.startswith('java'): # pragma: no cover + executable = self._fix_jython_executable(executable) + + # Normalise case for Windows - COMMENTED OUT + # executable = os.path.normcase(executable) + # N.B. The normalising operation above has been commented out: See + # issue #124. Although paths in Windows are generally case-insensitive, + # they aren't always. For example, a path containing a ẞ (which is a + # LATIN CAPITAL LETTER SHARP S - U+1E9E) is normcased to ß (which is a + # LATIN SMALL LETTER SHARP S' - U+00DF). The two are not considered by + # Windows as equivalent in path names. + + # If the user didn't specify an executable, it may be necessary to + # cater for executable paths with spaces (not uncommon on Windows) + if enquote: + executable = enquote_executable(executable) + # Issue #51: don't use fsencode, since we later try to + # check that the shebang is decodable using utf-8. + executable = executable.encode('utf-8') + # in case of IronPython, play safe and enable frames support + if (sys.platform == 'cli' and '-X:Frames' not in post_interp + and '-X:FullFrames' not in post_interp): # pragma: no cover + post_interp += b' -X:Frames' + shebang = self._build_shebang(executable, post_interp) + # Python parser starts to read a script using UTF-8 until + # it gets a #coding:xxx cookie. The shebang has to be the + # first line of a file, the #coding:xxx cookie cannot be + # written before. So the shebang has to be decodable from + # UTF-8. + try: + shebang.decode('utf-8') + except UnicodeDecodeError: # pragma: no cover + raise ValueError('The shebang (%r) is not decodable from utf-8' % + shebang) + # If the script is encoded to a custom encoding (use a + # #coding:xxx cookie), the shebang has to be decodable from + # the script encoding too. + if encoding != 'utf-8': + try: + shebang.decode(encoding) + except UnicodeDecodeError: # pragma: no cover + raise ValueError('The shebang (%r) is not decodable ' + 'from the script encoding (%r)' % + (shebang, encoding)) + return shebang + + def _get_script_text(self, entry): + return self.script_template % dict( + module=entry.prefix, + import_name=entry.suffix.split('.')[0], + func=entry.suffix) + + manifest = _DEFAULT_MANIFEST + + def get_manifest(self, exename): + base = os.path.basename(exename) + return self.manifest % base + + def _write_script(self, names, shebang, script_bytes, filenames, ext): + use_launcher = self.add_launchers and self._is_nt + linesep = os.linesep.encode('utf-8') + if not shebang.endswith(linesep): + shebang += linesep + if not use_launcher: + script_bytes = shebang + script_bytes + else: # pragma: no cover + if ext == 'py': + launcher = self._get_launcher('t') + else: + launcher = self._get_launcher('w') + stream = BytesIO() + with ZipFile(stream, 'w') as zf: + source_date_epoch = os.environ.get('SOURCE_DATE_EPOCH') + if source_date_epoch: + date_time = time.gmtime(int(source_date_epoch))[:6] + zinfo = ZipInfo(filename='__main__.py', + date_time=date_time) + zf.writestr(zinfo, script_bytes) + else: + zf.writestr('__main__.py', script_bytes) + zip_data = stream.getvalue() + script_bytes = launcher + shebang + zip_data + for name in names: + outname = os.path.join(self.target_dir, name) + if use_launcher: # pragma: no cover + n, e = os.path.splitext(outname) + if e.startswith('.py'): + outname = n + outname = '%s.exe' % outname + try: + self._fileop.write_binary_file(outname, script_bytes) + except Exception: + # Failed writing an executable - it might be in use. + logger.warning('Failed to write executable - trying to ' + 'use .deleteme logic') + dfname = '%s.deleteme' % outname + if os.path.exists(dfname): + os.remove(dfname) # Not allowed to fail here + os.rename(outname, dfname) # nor here + self._fileop.write_binary_file(outname, script_bytes) + logger.debug('Able to replace executable using ' + '.deleteme logic') + try: + os.remove(dfname) + except Exception: + pass # still in use - ignore error + else: + if self._is_nt and not outname.endswith( + '.' + ext): # pragma: no cover + outname = '%s.%s' % (outname, ext) + if os.path.exists(outname) and not self.clobber: + logger.warning('Skipping existing file %s', outname) + continue + self._fileop.write_binary_file(outname, script_bytes) + if self.set_mode: + self._fileop.set_executable_mode([outname]) + filenames.append(outname) + + variant_separator = '-' + + def get_script_filenames(self, name): + result = set() + if '' in self.variants: + result.add(name) + if 'X' in self.variants: + result.add('%s%s' % (name, self.version_info[0])) + if 'X.Y' in self.variants: + result.add('%s%s%s.%s' % + (name, self.variant_separator, self.version_info[0], + self.version_info[1])) + return result + + def _make_script(self, entry, filenames, options=None): + post_interp = b'' + if options: + args = options.get('interpreter_args', []) + if args: + args = ' %s' % ' '.join(args) + post_interp = args.encode('utf-8') + shebang = self._get_shebang('utf-8', post_interp, options=options) + script = self._get_script_text(entry).encode('utf-8') + scriptnames = self.get_script_filenames(entry.name) + if options and options.get('gui', False): + ext = 'pyw' + else: + ext = 'py' + self._write_script(scriptnames, shebang, script, filenames, ext) + + def _copy_script(self, script, filenames): + adjust = False + script = os.path.join(self.source_dir, convert_path(script)) + outname = os.path.join(self.target_dir, os.path.basename(script)) + if not self.force and not self._fileop.newer(script, outname): + logger.debug('not copying %s (up-to-date)', script) + return + + # Always open the file, but ignore failures in dry-run mode -- + # that way, we'll get accurate feedback if we can read the + # script. + try: + f = open(script, 'rb') + except IOError: # pragma: no cover + if not self.dry_run: + raise + f = None + else: + first_line = f.readline() + if not first_line: # pragma: no cover + logger.warning('%s is an empty file (skipping)', script) + return + + match = FIRST_LINE_RE.match(first_line.replace(b'\r\n', b'\n')) + if match: + adjust = True + post_interp = match.group(1) or b'' + + if not adjust: + if f: + f.close() + self._fileop.copy_file(script, outname) + if self.set_mode: + self._fileop.set_executable_mode([outname]) + filenames.append(outname) + else: + logger.info('copying and adjusting %s -> %s', script, + self.target_dir) + if not self._fileop.dry_run: + encoding, lines = detect_encoding(f.readline) + f.seek(0) + shebang = self._get_shebang(encoding, post_interp) + if b'pythonw' in first_line: # pragma: no cover + ext = 'pyw' + else: + ext = 'py' + n = os.path.basename(outname) + self._write_script([n], shebang, f.read(), filenames, ext) + if f: + f.close() + + @property + def dry_run(self): + return self._fileop.dry_run + + @dry_run.setter + def dry_run(self, value): + self._fileop.dry_run = value + + if os.name == 'nt' or (os.name == 'java' + and os._name == 'nt'): # pragma: no cover + # Executable launcher support. + # Launchers are from https://bitbucket.org/vinay.sajip/simple_launcher/ + + def _get_launcher(self, kind): + if struct.calcsize('P') == 8: # 64-bit + bits = '64' + else: + bits = '32' + platform_suffix = '-arm' if get_platform() == 'win-arm64' else '' + name = '%s%s%s.exe' % (kind, bits, platform_suffix) + # Issue 31: don't hardcode an absolute package name, but + # determine it relative to the current package + distlib_package = __name__.rsplit('.', 1)[0] + resource = finder(distlib_package).find(name) + if not resource: + msg = ('Unable to find resource %s in package %s' % + (name, distlib_package)) + raise ValueError(msg) + return resource.bytes + + # Public API follows + + def make(self, specification, options=None): + """ + Make a script. + + :param specification: The specification, which is either a valid export + entry specification (to make a script from a + callable) or a filename (to make a script by + copying from a source location). + :param options: A dictionary of options controlling script generation. + :return: A list of all absolute pathnames written to. + """ + filenames = [] + entry = get_export_entry(specification) + if entry is None: + self._copy_script(specification, filenames) + else: + self._make_script(entry, filenames, options=options) + return filenames + + def make_multiple(self, specifications, options=None): + """ + Take a list of specifications and make scripts from them, + :param specifications: A list of specifications. + :return: A list of all absolute pathnames written to, + """ + filenames = [] + for specification in specifications: + filenames.extend(self.make(specification, options)) + return filenames diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe new file mode 100644 index 0000000000000000000000000000000000000000..52154f0be32cc2bdbf98af131d477900667d0abd GIT binary patch literal 97792 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

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

      qx{CqlSNQ_YhQ()VtG-D; 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 z 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 bB!6W7g#4-b3-g!cLzth+PZapSNrC?c%T_@< literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py new file mode 100644 index 00000000..4a5a30e1 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py @@ -0,0 +1,1099 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import unicode_literals + +import base64 +import codecs +import datetime +from email import message_from_file +import hashlib +import json +import logging +import os +import posixpath +import re +import shutil +import sys +import tempfile +import zipfile + +from . import __version__, DistlibException +from .compat import sysconfig, ZipFile, fsdecode, text_type, filter +from .database import InstalledDistribution +from .metadata import Metadata, WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME +from .util import (FileOperator, convert_path, CSVReader, CSVWriter, Cache, + cached_property, get_cache_base, read_exports, tempdir, + get_platform) +from .version import NormalizedVersion, UnsupportedVersionError + +logger = logging.getLogger(__name__) + +cache = None # created when needed + +if hasattr(sys, 'pypy_version_info'): # pragma: no cover + IMP_PREFIX = 'pp' +elif sys.platform.startswith('java'): # pragma: no cover + IMP_PREFIX = 'jy' +elif sys.platform == 'cli': # pragma: no cover + IMP_PREFIX = 'ip' +else: + IMP_PREFIX = 'cp' + +VER_SUFFIX = sysconfig.get_config_var('py_version_nodot') +if not VER_SUFFIX: # pragma: no cover + VER_SUFFIX = '%s%s' % sys.version_info[:2] +PYVER = 'py' + VER_SUFFIX +IMPVER = IMP_PREFIX + VER_SUFFIX + +ARCH = get_platform().replace('-', '_').replace('.', '_') + +ABI = sysconfig.get_config_var('SOABI') +if ABI and ABI.startswith('cpython-'): + ABI = ABI.replace('cpython-', 'cp').split('-')[0] +else: + + def _derive_abi(): + parts = ['cp', VER_SUFFIX] + if sysconfig.get_config_var('Py_DEBUG'): + parts.append('d') + if IMP_PREFIX == 'cp': + vi = sys.version_info[:2] + if vi < (3, 8): + wpm = sysconfig.get_config_var('WITH_PYMALLOC') + if wpm is None: + wpm = True + if wpm: + parts.append('m') + if vi < (3, 3): + us = sysconfig.get_config_var('Py_UNICODE_SIZE') + if us == 4 or (us is None and sys.maxunicode == 0x10FFFF): + parts.append('u') + return ''.join(parts) + + ABI = _derive_abi() + del _derive_abi + +FILENAME_RE = re.compile( + r''' +(?P[^-]+) +-(?P\d+[^-]*) +(-(?P\d+[^-]*))? +-(?P\w+\d+(\.\w+\d+)*) +-(?P\w+) +-(?P\w+(\.\w+)*) +\.whl$ +''', re.IGNORECASE | re.VERBOSE) + +NAME_VERSION_RE = re.compile( + r''' +(?P[^-]+) +-(?P\d+[^-]*) +(-(?P\d+[^-]*))?$ +''', re.IGNORECASE | re.VERBOSE) + +SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') +SHEBANG_DETAIL_RE = re.compile(br'^(\s*#!("[^"]+"|\S+))\s+(.*)$') +SHEBANG_PYTHON = b'#!python' +SHEBANG_PYTHONW = b'#!pythonw' + +if os.sep == '/': + to_posix = lambda o: o +else: + to_posix = lambda o: o.replace(os.sep, '/') + +if sys.version_info[0] < 3: + import imp +else: + imp = None + import importlib.machinery + import importlib.util + + +def _get_suffixes(): + if imp: + return [s[0] for s in imp.get_suffixes()] + else: + return importlib.machinery.EXTENSION_SUFFIXES + + +def _load_dynamic(name, path): + # https://docs.python.org/3/library/importlib.html#importing-a-source-file-directly + if imp: + return imp.load_dynamic(name, path) + else: + spec = importlib.util.spec_from_file_location(name, path) + module = importlib.util.module_from_spec(spec) + sys.modules[name] = module + spec.loader.exec_module(module) + return module + + +class Mounter(object): + + def __init__(self): + self.impure_wheels = {} + self.libs = {} + + def add(self, pathname, extensions): + self.impure_wheels[pathname] = extensions + self.libs.update(extensions) + + def remove(self, pathname): + extensions = self.impure_wheels.pop(pathname) + for k, v in extensions: + if k in self.libs: + del self.libs[k] + + def find_module(self, fullname, path=None): + if fullname in self.libs: + result = self + else: + result = None + return result + + def load_module(self, fullname): + if fullname in sys.modules: + result = sys.modules[fullname] + else: + if fullname not in self.libs: + raise ImportError('unable to find extension for %s' % fullname) + result = _load_dynamic(fullname, self.libs[fullname]) + result.__loader__ = self + parts = fullname.rsplit('.', 1) + if len(parts) > 1: + result.__package__ = parts[0] + return result + + +_hook = Mounter() + + +class Wheel(object): + """ + Class to build and install from Wheel files (PEP 427). + """ + + wheel_version = (1, 1) + hash_kind = 'sha256' + + def __init__(self, filename=None, sign=False, verify=False): + """ + Initialise an instance using a (valid) filename. + """ + self.sign = sign + self.should_verify = verify + self.buildver = '' + self.pyver = [PYVER] + self.abi = ['none'] + self.arch = ['any'] + self.dirname = os.getcwd() + if filename is None: + self.name = 'dummy' + self.version = '0.1' + self._filename = self.filename + else: + m = NAME_VERSION_RE.match(filename) + if m: + info = m.groupdict('') + self.name = info['nm'] + # Reinstate the local version separator + self.version = info['vn'].replace('_', '-') + self.buildver = info['bn'] + self._filename = self.filename + else: + dirname, filename = os.path.split(filename) + m = FILENAME_RE.match(filename) + if not m: + raise DistlibException('Invalid name or ' + 'filename: %r' % filename) + if dirname: + self.dirname = os.path.abspath(dirname) + self._filename = filename + info = m.groupdict('') + self.name = info['nm'] + self.version = info['vn'] + self.buildver = info['bn'] + self.pyver = info['py'].split('.') + self.abi = info['bi'].split('.') + self.arch = info['ar'].split('.') + + @property + def filename(self): + """ + Build and return a filename from the various components. + """ + if self.buildver: + buildver = '-' + self.buildver + else: + buildver = '' + pyver = '.'.join(self.pyver) + abi = '.'.join(self.abi) + arch = '.'.join(self.arch) + # replace - with _ as a local version separator + version = self.version.replace('-', '_') + return '%s-%s%s-%s-%s-%s.whl' % (self.name, version, buildver, pyver, + abi, arch) + + @property + def exists(self): + path = os.path.join(self.dirname, self.filename) + return os.path.isfile(path) + + @property + def tags(self): + for pyver in self.pyver: + for abi in self.abi: + for arch in self.arch: + yield pyver, abi, arch + + @cached_property + def metadata(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + wrapper = codecs.getreader('utf-8') + with ZipFile(pathname, 'r') as zf: + self.get_wheel_metadata(zf) + # wv = wheel_metadata['Wheel-Version'].split('.', 1) + # file_version = tuple([int(i) for i in wv]) + # if file_version < (1, 1): + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME, + # LEGACY_METADATA_FILENAME] + # else: + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME] + fns = [WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME] + result = None + for fn in fns: + try: + metadata_filename = posixpath.join(info_dir, fn) + with zf.open(metadata_filename) as bf: + wf = wrapper(bf) + result = Metadata(fileobj=wf) + if result: + break + except KeyError: + pass + if not result: + raise ValueError('Invalid wheel, because metadata is ' + 'missing: looked in %s' % ', '.join(fns)) + return result + + def get_wheel_metadata(self, zf): + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + metadata_filename = posixpath.join(info_dir, 'WHEEL') + with zf.open(metadata_filename) as bf: + wf = codecs.getreader('utf-8')(bf) + message = message_from_file(wf) + return dict(message) + + @cached_property + def info(self): + pathname = os.path.join(self.dirname, self.filename) + with ZipFile(pathname, 'r') as zf: + result = self.get_wheel_metadata(zf) + return result + + def process_shebang(self, data): + m = SHEBANG_RE.match(data) + if m: + end = m.end() + shebang, data_after_shebang = data[:end], data[end:] + # Preserve any arguments after the interpreter + if b'pythonw' in shebang.lower(): + shebang_python = SHEBANG_PYTHONW + else: + shebang_python = SHEBANG_PYTHON + m = SHEBANG_DETAIL_RE.match(shebang) + if m: + args = b' ' + m.groups()[-1] + else: + args = b'' + shebang = shebang_python + args + data = shebang + data_after_shebang + else: + cr = data.find(b'\r') + lf = data.find(b'\n') + if cr < 0 or cr > lf: + term = b'\n' + else: + if data[cr:cr + 2] == b'\r\n': + term = b'\r\n' + else: + term = b'\r' + data = SHEBANG_PYTHON + term + data + return data + + def get_hash(self, data, hash_kind=None): + if hash_kind is None: + hash_kind = self.hash_kind + try: + hasher = getattr(hashlib, hash_kind) + except AttributeError: + raise DistlibException('Unsupported hash algorithm: %r' % + hash_kind) + result = hasher(data).digest() + result = base64.urlsafe_b64encode(result).rstrip(b'=').decode('ascii') + return hash_kind, result + + def write_record(self, records, record_path, archive_record_path): + records = list(records) # make a copy, as mutated + records.append((archive_record_path, '', '')) + with CSVWriter(record_path) as writer: + for row in records: + writer.writerow(row) + + def write_records(self, info, libdir, archive_paths): + records = [] + distinfo, info_dir = info + # hasher = getattr(hashlib, self.hash_kind) + for ap, p in archive_paths: + with open(p, 'rb') as f: + data = f.read() + digest = '%s=%s' % self.get_hash(data) + size = os.path.getsize(p) + records.append((ap, digest, size)) + + p = os.path.join(distinfo, 'RECORD') + ap = to_posix(os.path.join(info_dir, 'RECORD')) + self.write_record(records, p, ap) + archive_paths.append((ap, p)) + + def build_zip(self, pathname, archive_paths): + with ZipFile(pathname, 'w', zipfile.ZIP_DEFLATED) as zf: + for ap, p in archive_paths: + logger.debug('Wrote %s to %s in wheel', p, ap) + zf.write(p, ap) + + def build(self, paths, tags=None, wheel_version=None): + """ + Build a wheel from files in specified paths, and use any specified tags + when determining the name of the wheel. + """ + if tags is None: + tags = {} + + libkey = list(filter(lambda o: o in paths, ('purelib', 'platlib')))[0] + if libkey == 'platlib': + is_pure = 'false' + default_pyver = [IMPVER] + default_abi = [ABI] + default_arch = [ARCH] + else: + is_pure = 'true' + default_pyver = [PYVER] + default_abi = ['none'] + default_arch = ['any'] + + self.pyver = tags.get('pyver', default_pyver) + self.abi = tags.get('abi', default_abi) + self.arch = tags.get('arch', default_arch) + + libdir = paths[libkey] + + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + archive_paths = [] + + # First, stuff which is not in site-packages + for key in ('data', 'headers', 'scripts'): + if key not in paths: + continue + path = paths[key] + if os.path.isdir(path): + for root, dirs, files in os.walk(path): + for fn in files: + p = fsdecode(os.path.join(root, fn)) + rp = os.path.relpath(p, path) + ap = to_posix(os.path.join(data_dir, key, rp)) + archive_paths.append((ap, p)) + if key == 'scripts' and not p.endswith('.exe'): + with open(p, 'rb') as f: + data = f.read() + data = self.process_shebang(data) + with open(p, 'wb') as f: + f.write(data) + + # Now, stuff which is in site-packages, other than the + # distinfo stuff. + path = libdir + distinfo = None + for root, dirs, files in os.walk(path): + if root == path: + # At the top level only, save distinfo for later + # and skip it for now + for i, dn in enumerate(dirs): + dn = fsdecode(dn) + if dn.endswith('.dist-info'): + distinfo = os.path.join(root, dn) + del dirs[i] + break + assert distinfo, '.dist-info directory expected, not found' + + for fn in files: + # comment out next suite to leave .pyc files in + if fsdecode(fn).endswith(('.pyc', '.pyo')): + continue + p = os.path.join(root, fn) + rp = to_posix(os.path.relpath(p, path)) + archive_paths.append((rp, p)) + + # Now distinfo. Assumed to be flat, i.e. os.listdir is enough. + files = os.listdir(distinfo) + for fn in files: + if fn not in ('RECORD', 'INSTALLER', 'SHARED', 'WHEEL'): + p = fsdecode(os.path.join(distinfo, fn)) + ap = to_posix(os.path.join(info_dir, fn)) + archive_paths.append((ap, p)) + + wheel_metadata = [ + 'Wheel-Version: %d.%d' % (wheel_version or self.wheel_version), + 'Generator: distlib %s' % __version__, + 'Root-Is-Purelib: %s' % is_pure, + ] + for pyver, abi, arch in self.tags: + wheel_metadata.append('Tag: %s-%s-%s' % (pyver, abi, arch)) + p = os.path.join(distinfo, 'WHEEL') + with open(p, 'w') as f: + f.write('\n'.join(wheel_metadata)) + ap = to_posix(os.path.join(info_dir, 'WHEEL')) + archive_paths.append((ap, p)) + + # sort the entries by archive path. Not needed by any spec, but it + # keeps the archive listing and RECORD tidier than they would otherwise + # be. Use the number of path segments to keep directory entries together, + # and keep the dist-info stuff at the end. + def sorter(t): + ap = t[0] + n = ap.count('/') + if '.dist-info' in ap: + n += 10000 + return (n, ap) + + archive_paths = sorted(archive_paths, key=sorter) + + # Now, at last, RECORD. + # Paths in here are archive paths - nothing else makes sense. + self.write_records((distinfo, info_dir), libdir, archive_paths) + # Now, ready to build the zip file + pathname = os.path.join(self.dirname, self.filename) + self.build_zip(pathname, archive_paths) + return pathname + + def skip_entry(self, arcname): + """ + Determine whether an archive entry should be skipped when verifying + or installing. + """ + # The signature file won't be in RECORD, + # and we don't currently don't do anything with it + # We also skip directories, as they won't be in RECORD + # either. See: + # + # https://github.com/pypa/wheel/issues/294 + # https://github.com/pypa/wheel/issues/287 + # https://github.com/pypa/wheel/pull/289 + # + return arcname.endswith(('/', '/RECORD.jws')) + + def install(self, paths, maker, **kwargs): + """ + Install a wheel to the specified paths. If kwarg ``warner`` is + specified, it should be a callable, which will be called with two + tuples indicating the wheel version of this software and the wheel + version in the file, if there is a discrepancy in the versions. + This can be used to issue any warnings to raise any exceptions. + If kwarg ``lib_only`` is True, only the purelib/platlib files are + installed, and the headers, scripts, data and dist-info metadata are + not written. If kwarg ``bytecode_hashed_invalidation`` is True, written + bytecode will try to use file-hash based invalidation (PEP-552) on + supported interpreter versions (CPython 2.7+). + + The return value is a :class:`InstalledDistribution` instance unless + ``options.lib_only`` is True, in which case the return value is ``None``. + """ + + dry_run = maker.dry_run + warner = kwargs.get('warner') + lib_only = kwargs.get('lib_only', False) + bc_hashed_invalidation = kwargs.get('bytecode_hashed_invalidation', + False) + + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + metadata_name = posixpath.join(info_dir, LEGACY_METADATA_FILENAME) + wheel_metadata_name = posixpath.join(info_dir, 'WHEEL') + record_name = posixpath.join(info_dir, 'RECORD') + + wrapper = codecs.getreader('utf-8') + + with ZipFile(pathname, 'r') as zf: + with zf.open(wheel_metadata_name) as bwf: + wf = wrapper(bwf) + message = message_from_file(wf) + wv = message['Wheel-Version'].split('.', 1) + file_version = tuple([int(i) for i in wv]) + if (file_version != self.wheel_version) and warner: + warner(self.wheel_version, file_version) + + if message['Root-Is-Purelib'] == 'true': + libdir = paths['purelib'] + else: + libdir = paths['platlib'] + + records = {} + with zf.open(record_name) as bf: + with CSVReader(stream=bf) as reader: + for row in reader: + p = row[0] + records[p] = row + + data_pfx = posixpath.join(data_dir, '') + info_pfx = posixpath.join(info_dir, '') + script_pfx = posixpath.join(data_dir, 'scripts', '') + + # make a new instance rather than a copy of maker's, + # as we mutate it + fileop = FileOperator(dry_run=dry_run) + fileop.record = True # so we can rollback if needed + + bc = not sys.dont_write_bytecode # Double negatives. Lovely! + + outfiles = [] # for RECORD writing + + # for script copying/shebang processing + workdir = tempfile.mkdtemp() + # set target dir later + # we default add_launchers to False, as the + # Python Launcher should be used instead + maker.source_dir = workdir + maker.target_dir = None + try: + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + if self.skip_entry(u_arcname): + continue + row = records[u_arcname] + if row[2] and str(zinfo.file_size) != row[2]: + raise DistlibException('size mismatch for ' + '%s' % u_arcname) + if row[1]: + kind, value = row[1].split('=', 1) + with zf.open(arcname) as bf: + data = bf.read() + _, digest = self.get_hash(data, kind) + if digest != value: + raise DistlibException('digest mismatch for ' + '%s' % arcname) + + if lib_only and u_arcname.startswith((info_pfx, data_pfx)): + logger.debug('lib_only: skipping %s', u_arcname) + continue + is_script = (u_arcname.startswith(script_pfx) + and not u_arcname.endswith('.exe')) + + if u_arcname.startswith(data_pfx): + _, where, rp = u_arcname.split('/', 2) + outfile = os.path.join(paths[where], convert_path(rp)) + else: + # meant for site-packages. + if u_arcname in (wheel_metadata_name, record_name): + continue + outfile = os.path.join(libdir, convert_path(u_arcname)) + if not is_script: + with zf.open(arcname) as bf: + fileop.copy_stream(bf, outfile) + # Issue #147: permission bits aren't preserved. Using + # zf.extract(zinfo, libdir) should have worked, but didn't, + # see https://www.thetopsites.net/article/53834422.shtml + # So ... manually preserve permission bits as given in zinfo + if os.name == 'posix': + # just set the normal permission bits + os.chmod(outfile, + (zinfo.external_attr >> 16) & 0x1FF) + outfiles.append(outfile) + # Double check the digest of the written file + if not dry_run and row[1]: + with open(outfile, 'rb') as bf: + data = bf.read() + _, newdigest = self.get_hash(data, kind) + if newdigest != digest: + raise DistlibException('digest mismatch ' + 'on write for ' + '%s' % outfile) + if bc and outfile.endswith('.py'): + try: + pyc = fileop.byte_compile( + outfile, + hashed_invalidation=bc_hashed_invalidation) + outfiles.append(pyc) + except Exception: + # Don't give up if byte-compilation fails, + # but log it and perhaps warn the user + logger.warning('Byte-compilation failed', + exc_info=True) + else: + fn = os.path.basename(convert_path(arcname)) + workname = os.path.join(workdir, fn) + with zf.open(arcname) as bf: + fileop.copy_stream(bf, workname) + + dn, fn = os.path.split(outfile) + maker.target_dir = dn + filenames = maker.make(fn) + fileop.set_executable_mode(filenames) + outfiles.extend(filenames) + + if lib_only: + logger.debug('lib_only: returning None') + dist = None + else: + # Generate scripts + + # Try to get pydist.json so we can see if there are + # any commands to generate. If this fails (e.g. because + # of a legacy wheel), log a warning but don't give up. + commands = None + file_version = self.info['Wheel-Version'] + if file_version == '1.0': + # Use legacy info + ep = posixpath.join(info_dir, 'entry_points.txt') + try: + with zf.open(ep) as bwf: + epdata = read_exports(bwf) + commands = {} + for key in ('console', 'gui'): + k = '%s_scripts' % key + if k in epdata: + commands['wrap_%s' % key] = d = {} + for v in epdata[k].values(): + s = '%s:%s' % (v.prefix, v.suffix) + if v.flags: + s += ' [%s]' % ','.join(v.flags) + d[v.name] = s + except Exception: + logger.warning('Unable to read legacy script ' + 'metadata, so cannot generate ' + 'scripts') + else: + try: + with zf.open(metadata_name) as bwf: + wf = wrapper(bwf) + commands = json.load(wf).get('extensions') + if commands: + commands = commands.get('python.commands') + except Exception: + logger.warning('Unable to read JSON metadata, so ' + 'cannot generate scripts') + if commands: + console_scripts = commands.get('wrap_console', {}) + gui_scripts = commands.get('wrap_gui', {}) + if console_scripts or gui_scripts: + script_dir = paths.get('scripts', '') + if not os.path.isdir(script_dir): + raise ValueError('Valid script path not ' + 'specified') + maker.target_dir = script_dir + for k, v in console_scripts.items(): + script = '%s = %s' % (k, v) + filenames = maker.make(script) + fileop.set_executable_mode(filenames) + + if gui_scripts: + options = {'gui': True} + for k, v in gui_scripts.items(): + script = '%s = %s' % (k, v) + filenames = maker.make(script, options) + fileop.set_executable_mode(filenames) + + p = os.path.join(libdir, info_dir) + dist = InstalledDistribution(p) + + # Write SHARED + paths = dict(paths) # don't change passed in dict + del paths['purelib'] + del paths['platlib'] + paths['lib'] = libdir + p = dist.write_shared_locations(paths, dry_run) + if p: + outfiles.append(p) + + # Write RECORD + dist.write_installed_files(outfiles, paths['prefix'], + dry_run) + return dist + except Exception: # pragma: no cover + logger.exception('installation failed.') + fileop.rollback() + raise + finally: + shutil.rmtree(workdir) + + def _get_dylib_cache(self): + global cache + if cache is None: + # Use native string to avoid issues on 2.x: see Python #20140. + base = os.path.join(get_cache_base(), str('dylib-cache'), + '%s.%s' % sys.version_info[:2]) + cache = Cache(base) + return cache + + def _get_extensions(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + arcname = posixpath.join(info_dir, 'EXTENSIONS') + wrapper = codecs.getreader('utf-8') + result = [] + with ZipFile(pathname, 'r') as zf: + try: + with zf.open(arcname) as bf: + wf = wrapper(bf) + extensions = json.load(wf) + cache = self._get_dylib_cache() + prefix = cache.prefix_to_dir(pathname) + cache_base = os.path.join(cache.base, prefix) + if not os.path.isdir(cache_base): + os.makedirs(cache_base) + for name, relpath in extensions.items(): + dest = os.path.join(cache_base, convert_path(relpath)) + if not os.path.exists(dest): + extract = True + else: + file_time = os.stat(dest).st_mtime + file_time = datetime.datetime.fromtimestamp( + file_time) + info = zf.getinfo(relpath) + wheel_time = datetime.datetime(*info.date_time) + extract = wheel_time > file_time + if extract: + zf.extract(relpath, cache_base) + result.append((name, dest)) + except KeyError: + pass + return result + + def is_compatible(self): + """ + Determine if a wheel is compatible with the running system. + """ + return is_compatible(self) + + def is_mountable(self): + """ + Determine if a wheel is asserted as mountable by its metadata. + """ + return True # for now - metadata details TBD + + def mount(self, append=False): + pathname = os.path.abspath(os.path.join(self.dirname, self.filename)) + if not self.is_compatible(): + msg = 'Wheel %s not compatible with this Python.' % pathname + raise DistlibException(msg) + if not self.is_mountable(): + msg = 'Wheel %s is marked as not mountable.' % pathname + raise DistlibException(msg) + if pathname in sys.path: + logger.debug('%s already in path', pathname) + else: + if append: + sys.path.append(pathname) + else: + sys.path.insert(0, pathname) + extensions = self._get_extensions() + if extensions: + if _hook not in sys.meta_path: + sys.meta_path.append(_hook) + _hook.add(pathname, extensions) + + def unmount(self): + pathname = os.path.abspath(os.path.join(self.dirname, self.filename)) + if pathname not in sys.path: + logger.debug('%s not in path', pathname) + else: + sys.path.remove(pathname) + if pathname in _hook.impure_wheels: + _hook.remove(pathname) + if not _hook.impure_wheels: + if _hook in sys.meta_path: + sys.meta_path.remove(_hook) + + def verify(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + # data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + # metadata_name = posixpath.join(info_dir, LEGACY_METADATA_FILENAME) + wheel_metadata_name = posixpath.join(info_dir, 'WHEEL') + record_name = posixpath.join(info_dir, 'RECORD') + + wrapper = codecs.getreader('utf-8') + + with ZipFile(pathname, 'r') as zf: + with zf.open(wheel_metadata_name) as bwf: + wf = wrapper(bwf) + message_from_file(wf) + # wv = message['Wheel-Version'].split('.', 1) + # file_version = tuple([int(i) for i in wv]) + # TODO version verification + + records = {} + with zf.open(record_name) as bf: + with CSVReader(stream=bf) as reader: + for row in reader: + p = row[0] + records[p] = row + + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + # See issue #115: some wheels have .. in their entries, but + # in the filename ... e.g. __main__..py ! So the check is + # updated to look for .. in the directory portions + p = u_arcname.split('/') + if '..' in p: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + + if self.skip_entry(u_arcname): + continue + row = records[u_arcname] + if row[2] and str(zinfo.file_size) != row[2]: + raise DistlibException('size mismatch for ' + '%s' % u_arcname) + if row[1]: + kind, value = row[1].split('=', 1) + with zf.open(arcname) as bf: + data = bf.read() + _, digest = self.get_hash(data, kind) + if digest != value: + raise DistlibException('digest mismatch for ' + '%s' % arcname) + + def update(self, modifier, dest_dir=None, **kwargs): + """ + Update the contents of a wheel in a generic way. The modifier should + be a callable which expects a dictionary argument: its keys are + archive-entry paths, and its values are absolute filesystem paths + where the contents the corresponding archive entries can be found. The + modifier is free to change the contents of the files pointed to, add + new entries and remove entries, before returning. This method will + extract the entire contents of the wheel to a temporary location, call + the modifier, and then use the passed (and possibly updated) + dictionary to write a new wheel. If ``dest_dir`` is specified, the new + wheel is written there -- otherwise, the original wheel is overwritten. + + The modifier should return True if it updated the wheel, else False. + This method returns the same value the modifier returns. + """ + + def get_version(path_map, info_dir): + version = path = None + key = '%s/%s' % (info_dir, LEGACY_METADATA_FILENAME) + if key not in path_map: + key = '%s/PKG-INFO' % info_dir + if key in path_map: + path = path_map[key] + version = Metadata(path=path).version + return version, path + + def update_version(version, path): + updated = None + try: + NormalizedVersion(version) + i = version.find('-') + if i < 0: + updated = '%s+1' % version + else: + parts = [int(s) for s in version[i + 1:].split('.')] + parts[-1] += 1 + updated = '%s+%s' % (version[:i], '.'.join( + str(i) for i in parts)) + except UnsupportedVersionError: + logger.debug( + 'Cannot update non-compliant (PEP-440) ' + 'version %r', version) + if updated: + md = Metadata(path=path) + md.version = updated + legacy = path.endswith(LEGACY_METADATA_FILENAME) + md.write(path=path, legacy=legacy) + logger.debug('Version updated from %r to %r', version, updated) + + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + record_name = posixpath.join(info_dir, 'RECORD') + with tempdir() as workdir: + with ZipFile(pathname, 'r') as zf: + path_map = {} + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + if u_arcname == record_name: + continue + if '..' in u_arcname: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + zf.extract(zinfo, workdir) + path = os.path.join(workdir, convert_path(u_arcname)) + path_map[u_arcname] = path + + # Remember the version. + original_version, _ = get_version(path_map, info_dir) + # Files extracted. Call the modifier. + modified = modifier(path_map, **kwargs) + if modified: + # Something changed - need to build a new wheel. + current_version, path = get_version(path_map, info_dir) + if current_version and (current_version == original_version): + # Add or update local version to signify changes. + update_version(current_version, path) + # Decide where the new wheel goes. + if dest_dir is None: + fd, newpath = tempfile.mkstemp(suffix='.whl', + prefix='wheel-update-', + dir=workdir) + os.close(fd) + else: + if not os.path.isdir(dest_dir): + raise DistlibException('Not a directory: %r' % + dest_dir) + newpath = os.path.join(dest_dir, self.filename) + archive_paths = list(path_map.items()) + distinfo = os.path.join(workdir, info_dir) + info = distinfo, info_dir + self.write_records(info, workdir, archive_paths) + self.build_zip(newpath, archive_paths) + if dest_dir is None: + shutil.copyfile(newpath, pathname) + return modified + + +def _get_glibc_version(): + import platform + ver = platform.libc_ver() + result = [] + if ver[0] == 'glibc': + for s in ver[1].split('.'): + result.append(int(s) if s.isdigit() else 0) + result = tuple(result) + return result + + +def compatible_tags(): + """ + Return (pyver, abi, arch) tuples compatible with this Python. + """ + versions = [VER_SUFFIX] + major = VER_SUFFIX[0] + for minor in range(sys.version_info[1] - 1, -1, -1): + versions.append(''.join([major, str(minor)])) + + abis = [] + for suffix in _get_suffixes(): + if suffix.startswith('.abi'): + abis.append(suffix.split('.', 2)[1]) + abis.sort() + if ABI != 'none': + abis.insert(0, ABI) + abis.append('none') + result = [] + + arches = [ARCH] + if sys.platform == 'darwin': + m = re.match(r'(\w+)_(\d+)_(\d+)_(\w+)$', ARCH) + if m: + name, major, minor, arch = m.groups() + minor = int(minor) + matches = [arch] + if arch in ('i386', 'ppc'): + matches.append('fat') + if arch in ('i386', 'ppc', 'x86_64'): + matches.append('fat3') + if arch in ('ppc64', 'x86_64'): + matches.append('fat64') + if arch in ('i386', 'x86_64'): + matches.append('intel') + if arch in ('i386', 'x86_64', 'intel', 'ppc', 'ppc64'): + matches.append('universal') + while minor >= 0: + for match in matches: + s = '%s_%s_%s_%s' % (name, major, minor, match) + if s != ARCH: # already there + arches.append(s) + minor -= 1 + + # Most specific - our Python version, ABI and arch + for abi in abis: + for arch in arches: + result.append((''.join((IMP_PREFIX, versions[0])), abi, arch)) + # manylinux + if abi != 'none' and sys.platform.startswith('linux'): + arch = arch.replace('linux_', '') + parts = _get_glibc_version() + if len(parts) == 2: + if parts >= (2, 5): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux1_%s' % arch)) + if parts >= (2, 12): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux2010_%s' % arch)) + if parts >= (2, 17): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux2014_%s' % arch)) + result.append( + (''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux_%s_%s_%s' % (parts[0], parts[1], arch))) + + # where no ABI / arch dependency, but IMP_PREFIX dependency + for i, version in enumerate(versions): + result.append((''.join((IMP_PREFIX, version)), 'none', 'any')) + if i == 0: + result.append((''.join((IMP_PREFIX, version[0])), 'none', 'any')) + + # no IMP_PREFIX, ABI or arch dependency + for i, version in enumerate(versions): + result.append((''.join(('py', version)), 'none', 'any')) + if i == 0: + result.append((''.join(('py', version[0])), 'none', 'any')) + + return set(result) + + +COMPATIBLE_TAGS = compatible_tags() + +del compatible_tags + + +def is_compatible(wheel, tags=None): + if not isinstance(wheel, Wheel): + wheel = Wheel(wheel) # assume it's a filename + result = False + if tags is None: + tags = COMPATIBLE_TAGS + for ver, abi, arch in tags: + if ver in wheel.pyver and abi in wheel.abi and arch in wheel.arch: + result = True + break + return result diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py new file mode 100644 index 00000000..7686fe85 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py @@ -0,0 +1,54 @@ +from .distro import ( + NORMALIZED_DISTRO_ID, + NORMALIZED_LSB_ID, + NORMALIZED_OS_ID, + LinuxDistribution, + __version__, + build_number, + codename, + distro_release_attr, + distro_release_info, + id, + info, + like, + linux_distribution, + lsb_release_attr, + lsb_release_info, + major_version, + minor_version, + name, + os_release_attr, + os_release_info, + uname_attr, + uname_info, + version, + version_parts, +) + +__all__ = [ + "NORMALIZED_DISTRO_ID", + "NORMALIZED_LSB_ID", + "NORMALIZED_OS_ID", + "LinuxDistribution", + "build_number", + "codename", + "distro_release_attr", + "distro_release_info", + "id", + "info", + "like", + "linux_distribution", + "lsb_release_attr", + "lsb_release_info", + "major_version", + "minor_version", + "name", + "os_release_attr", + "os_release_info", + "uname_attr", + "uname_info", + "version", + "version_parts", +] + +__version__ = __version__ diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py new file mode 100644 index 00000000..0c01d5b0 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py @@ -0,0 +1,4 @@ +from .distro import main + +if __name__ == "__main__": + main() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cda66a7ae58a6c07f4922ba1bdc4a3d4f0a0c479 GIT binary patch literal 995 zcmcJNzfaph6vxkwNkS5npOC;%bDpN?%m9GKqW(ec5X{XO<> z#7BE4?~jl8-pI5U)cupUD76-(qmv?NU&i^>Na{?7DcH~9=yk#rWR5t@ZnjajZQw_~bnic6C zIW)?k@HVL}{_TRB{pO}yC&!hRZAm9K{3YDsCO$1WW9$>gUwr53{+;iB#L45?l0!VP HiEsY`Ur<}z literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a83a77871b7e2df6d42c5876a6e2ae8b6e8e1749 GIT binary patch literal 53787 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

      lRn2Q8F}rdOmbzE}JQ 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py new file mode 100644 index 00000000..89e18680 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py @@ -0,0 +1,1399 @@ +#!/usr/bin/env python +# Copyright 2015,2016,2017 Nir Cohen +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +""" +The ``distro`` package (``distro`` stands for Linux Distribution) provides +information about the Linux distribution it runs on, such as a reliable +machine-readable distro ID, or version information. + +It is the recommended replacement for Python's original +:py:func:`platform.linux_distribution` function, but it provides much more +functionality. An alternative implementation became necessary because Python +3.5 deprecated this function, and Python 3.8 removed it altogether. Its +predecessor function :py:func:`platform.dist` was already deprecated since +Python 2.6 and removed in Python 3.8. Still, there are many cases in which +access to OS distribution information is needed. See `Python issue 1322 +`_ for more information. +""" + +import argparse +import json +import logging +import os +import re +import shlex +import subprocess +import sys +import warnings +from typing import ( + Any, + Callable, + Dict, + Iterable, + Optional, + Sequence, + TextIO, + Tuple, + Type, +) + +try: + from typing import TypedDict +except ImportError: + # Python 3.7 + TypedDict = dict + +__version__ = "1.8.0" + + +class VersionDict(TypedDict): + major: str + minor: str + build_number: str + + +class InfoDict(TypedDict): + id: str + version: str + version_parts: VersionDict + like: str + codename: str + + +_UNIXCONFDIR = os.environ.get("UNIXCONFDIR", "/etc") +_UNIXUSRLIBDIR = os.environ.get("UNIXUSRLIBDIR", "/usr/lib") +_OS_RELEASE_BASENAME = "os-release" + +#: Translation table for normalizing the "ID" attribute defined in os-release +#: files, for use by the :func:`distro.id` method. +#: +#: * Key: Value as defined in the os-release file, translated to lower case, +#: with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_OS_ID = { + "ol": "oracle", # Oracle Linux + "opensuse-leap": "opensuse", # Newer versions of OpenSuSE report as opensuse-leap +} + +#: Translation table for normalizing the "Distributor ID" attribute returned by +#: the lsb_release command, for use by the :func:`distro.id` method. +#: +#: * Key: Value as returned by the lsb_release command, translated to lower +#: case, with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_LSB_ID = { + "enterpriseenterpriseas": "oracle", # Oracle Enterprise Linux 4 + "enterpriseenterpriseserver": "oracle", # Oracle Linux 5 + "redhatenterpriseworkstation": "rhel", # RHEL 6, 7 Workstation + "redhatenterpriseserver": "rhel", # RHEL 6, 7 Server + "redhatenterprisecomputenode": "rhel", # RHEL 6 ComputeNode +} + +#: Translation table for normalizing the distro ID derived from the file name +#: of distro release files, for use by the :func:`distro.id` method. +#: +#: * Key: Value as derived from the file name of a distro release file, +#: translated to lower case, with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_DISTRO_ID = { + "redhat": "rhel", # RHEL 6.x, 7.x +} + +# Pattern for content of distro release file (reversed) +_DISTRO_RELEASE_CONTENT_REVERSED_PATTERN = re.compile( + r"(?:[^)]*\)(.*)\()? *(?:STL )?([\d.+\-a-z]*\d) *(?:esaeler *)?(.+)" +) + +# Pattern for base file name of distro release file +_DISTRO_RELEASE_BASENAME_PATTERN = re.compile(r"(\w+)[-_](release|version)$") + +# Base file names to be looked up for if _UNIXCONFDIR is not readable. +_DISTRO_RELEASE_BASENAMES = [ + "SuSE-release", + "arch-release", + "base-release", + "centos-release", + "fedora-release", + "gentoo-release", + "mageia-release", + "mandrake-release", + "mandriva-release", + "mandrivalinux-release", + "manjaro-release", + "oracle-release", + "redhat-release", + "rocky-release", + "sl-release", + "slackware-version", +] + +# Base file names to be ignored when searching for distro release file +_DISTRO_RELEASE_IGNORE_BASENAMES = ( + "debian_version", + "lsb-release", + "oem-release", + _OS_RELEASE_BASENAME, + "system-release", + "plesk-release", + "iredmail-release", +) + + +def linux_distribution(full_distribution_name: bool = True) -> Tuple[str, str, str]: + """ + .. deprecated:: 1.6.0 + + :func:`distro.linux_distribution()` is deprecated. It should only be + used as a compatibility shim with Python's + :py:func:`platform.linux_distribution()`. Please use :func:`distro.id`, + :func:`distro.version` and :func:`distro.name` instead. + + Return information about the current OS distribution as a tuple + ``(id_name, version, codename)`` with items as follows: + + * ``id_name``: If *full_distribution_name* is false, the result of + :func:`distro.id`. Otherwise, the result of :func:`distro.name`. + + * ``version``: The result of :func:`distro.version`. + + * ``codename``: The extra item (usually in parentheses) after the + os-release version number, or the result of :func:`distro.codename`. + + The interface of this function is compatible with the original + :py:func:`platform.linux_distribution` function, supporting a subset of + its parameters. + + The data it returns may not exactly be the same, because it uses more data + sources than the original function, and that may lead to different data if + the OS distribution is not consistent across multiple data sources it + provides (there are indeed such distributions ...). + + Another reason for differences is the fact that the :func:`distro.id` + method normalizes the distro ID string to a reliable machine-readable value + for a number of popular OS distributions. + """ + warnings.warn( + "distro.linux_distribution() is deprecated. It should only be used as a " + "compatibility shim with Python's platform.linux_distribution(). Please use " + "distro.id(), distro.version() and distro.name() instead.", + DeprecationWarning, + stacklevel=2, + ) + return _distro.linux_distribution(full_distribution_name) + + +def id() -> str: + """ + Return the distro ID of the current distribution, as a + machine-readable string. + + For a number of OS distributions, the returned distro ID value is + *reliable*, in the sense that it is documented and that it does not change + across releases of the distribution. + + This package maintains the following reliable distro ID values: + + ============== ========================================= + Distro ID Distribution + ============== ========================================= + "ubuntu" Ubuntu + "debian" Debian + "rhel" RedHat Enterprise Linux + "centos" CentOS + "fedora" Fedora + "sles" SUSE Linux Enterprise Server + "opensuse" openSUSE + "amzn" Amazon Linux + "arch" Arch Linux + "buildroot" Buildroot + "cloudlinux" CloudLinux OS + "exherbo" Exherbo Linux + "gentoo" GenToo Linux + "ibm_powerkvm" IBM PowerKVM + "kvmibm" KVM for IBM z Systems + "linuxmint" Linux Mint + "mageia" Mageia + "mandriva" Mandriva Linux + "parallels" Parallels + "pidora" Pidora + "raspbian" Raspbian + "oracle" Oracle Linux (and Oracle Enterprise Linux) + "scientific" Scientific Linux + "slackware" Slackware + "xenserver" XenServer + "openbsd" OpenBSD + "netbsd" NetBSD + "freebsd" FreeBSD + "midnightbsd" MidnightBSD + "rocky" Rocky Linux + "aix" AIX + "guix" Guix System + ============== ========================================= + + If you have a need to get distros for reliable IDs added into this set, + or if you find that the :func:`distro.id` function returns a different + distro ID for one of the listed distros, please create an issue in the + `distro issue tracker`_. + + **Lookup hierarchy and transformations:** + + First, the ID is obtained from the following sources, in the specified + order. The first available and non-empty value is used: + + * the value of the "ID" attribute of the os-release file, + + * the value of the "Distributor ID" attribute returned by the lsb_release + command, + + * the first part of the file name of the distro release file, + + The so determined ID value then passes the following transformations, + before it is returned by this method: + + * it is translated to lower case, + + * blanks (which should not be there anyway) are translated to underscores, + + * a normalization of the ID is performed, based upon + `normalization tables`_. The purpose of this normalization is to ensure + that the ID is as reliable as possible, even across incompatible changes + in the OS distributions. A common reason for an incompatible change is + the addition of an os-release file, or the addition of the lsb_release + command, with ID values that differ from what was previously determined + from the distro release file name. + """ + return _distro.id() + + +def name(pretty: bool = False) -> str: + """ + Return the name of the current OS distribution, as a human-readable + string. + + If *pretty* is false, the name is returned without version or codename. + (e.g. "CentOS Linux") + + If *pretty* is true, the version and codename are appended. + (e.g. "CentOS Linux 7.1.1503 (Core)") + + **Lookup hierarchy:** + + The name is obtained from the following sources, in the specified order. + The first available and non-empty value is used: + + * If *pretty* is false: + + - the value of the "NAME" attribute of the os-release file, + + - the value of the "Distributor ID" attribute returned by the lsb_release + command, + + - the value of the "" field of the distro release file. + + * If *pretty* is true: + + - the value of the "PRETTY_NAME" attribute of the os-release file, + + - the value of the "Description" attribute returned by the lsb_release + command, + + - the value of the "" field of the distro release file, appended + with the value of the pretty version ("" and "" + fields) of the distro release file, if available. + """ + return _distro.name(pretty) + + +def version(pretty: bool = False, best: bool = False) -> str: + """ + Return the version of the current OS distribution, as a human-readable + string. + + If *pretty* is false, the version is returned without codename (e.g. + "7.0"). + + If *pretty* is true, the codename in parenthesis is appended, if the + codename is non-empty (e.g. "7.0 (Maipo)"). + + Some distributions provide version numbers with different precisions in + the different sources of distribution information. Examining the different + sources in a fixed priority order does not always yield the most precise + version (e.g. for Debian 8.2, or CentOS 7.1). + + Some other distributions may not provide this kind of information. In these + cases, an empty string would be returned. This behavior can be observed + with rolling releases distributions (e.g. Arch Linux). + + The *best* parameter can be used to control the approach for the returned + version: + + If *best* is false, the first non-empty version number in priority order of + the examined sources is returned. + + If *best* is true, the most precise version number out of all examined + sources is returned. + + **Lookup hierarchy:** + + In all cases, the version number is obtained from the following sources. + If *best* is false, this order represents the priority order: + + * the value of the "VERSION_ID" attribute of the os-release file, + * the value of the "Release" attribute returned by the lsb_release + command, + * the version number parsed from the "" field of the first line + of the distro release file, + * the version number parsed from the "PRETTY_NAME" attribute of the + os-release file, if it follows the format of the distro release files. + * the version number parsed from the "Description" attribute returned by + the lsb_release command, if it follows the format of the distro release + files. + """ + return _distro.version(pretty, best) + + +def version_parts(best: bool = False) -> Tuple[str, str, str]: + """ + Return the version of the current OS distribution as a tuple + ``(major, minor, build_number)`` with items as follows: + + * ``major``: The result of :func:`distro.major_version`. + + * ``minor``: The result of :func:`distro.minor_version`. + + * ``build_number``: The result of :func:`distro.build_number`. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.version_parts(best) + + +def major_version(best: bool = False) -> str: + """ + Return the major version of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The major version is the first + part of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.major_version(best) + + +def minor_version(best: bool = False) -> str: + """ + Return the minor version of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The minor version is the second + part of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.minor_version(best) + + +def build_number(best: bool = False) -> str: + """ + Return the build number of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The build number is the third part + of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.build_number(best) + + +def like() -> str: + """ + Return a space-separated list of distro IDs of distributions that are + closely related to the current OS distribution in regards to packaging + and programming interfaces, for example distributions the current + distribution is a derivative from. + + **Lookup hierarchy:** + + This information item is only provided by the os-release file. + For details, see the description of the "ID_LIKE" attribute in the + `os-release man page + `_. + """ + return _distro.like() + + +def codename() -> str: + """ + Return the codename for the release of the current OS distribution, + as a string. + + If the distribution does not have a codename, an empty string is returned. + + Note that the returned codename is not always really a codename. For + example, openSUSE returns "x86_64". This function does not handle such + cases in any special way and just returns the string it finds, if any. + + **Lookup hierarchy:** + + * the codename within the "VERSION" attribute of the os-release file, if + provided, + + * the value of the "Codename" attribute returned by the lsb_release + command, + + * the value of the "" field of the distro release file. + """ + return _distro.codename() + + +def info(pretty: bool = False, best: bool = False) -> InfoDict: + """ + Return certain machine-readable information items about the current OS + distribution in a dictionary, as shown in the following example: + + .. sourcecode:: python + + { + 'id': 'rhel', + 'version': '7.0', + 'version_parts': { + 'major': '7', + 'minor': '0', + 'build_number': '' + }, + 'like': 'fedora', + 'codename': 'Maipo' + } + + The dictionary structure and keys are always the same, regardless of which + information items are available in the underlying data sources. The values + for the various keys are as follows: + + * ``id``: The result of :func:`distro.id`. + + * ``version``: The result of :func:`distro.version`. + + * ``version_parts -> major``: The result of :func:`distro.major_version`. + + * ``version_parts -> minor``: The result of :func:`distro.minor_version`. + + * ``version_parts -> build_number``: The result of + :func:`distro.build_number`. + + * ``like``: The result of :func:`distro.like`. + + * ``codename``: The result of :func:`distro.codename`. + + For a description of the *pretty* and *best* parameters, see the + :func:`distro.version` method. + """ + return _distro.info(pretty, best) + + +def os_release_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the os-release file data source of the current OS distribution. + + See `os-release file`_ for details about these information items. + """ + return _distro.os_release_info() + + +def lsb_release_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the lsb_release command data source of the current OS distribution. + + See `lsb_release command output`_ for details about these information + items. + """ + return _distro.lsb_release_info() + + +def distro_release_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the distro release file data source of the current OS distribution. + + See `distro release file`_ for details about these information items. + """ + return _distro.distro_release_info() + + +def uname_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the distro release file data source of the current OS distribution. + """ + return _distro.uname_info() + + +def os_release_attr(attribute: str) -> str: + """ + Return a single named information item from the os-release file data source + of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `os-release file`_ for details about these information items. + """ + return _distro.os_release_attr(attribute) + + +def lsb_release_attr(attribute: str) -> str: + """ + Return a single named information item from the lsb_release command output + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `lsb_release command output`_ for details about these information + items. + """ + return _distro.lsb_release_attr(attribute) + + +def distro_release_attr(attribute: str) -> str: + """ + Return a single named information item from the distro release file + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `distro release file`_ for details about these information items. + """ + return _distro.distro_release_attr(attribute) + + +def uname_attr(attribute: str) -> str: + """ + Return a single named information item from the distro release file + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + """ + return _distro.uname_attr(attribute) + + +try: + from functools import cached_property +except ImportError: + # Python < 3.8 + class cached_property: # type: ignore + """A version of @property which caches the value. On access, it calls the + underlying function and sets the value in `__dict__` so future accesses + will not re-call the property. + """ + + def __init__(self, f: Callable[[Any], Any]) -> None: + self._fname = f.__name__ + self._f = f + + def __get__(self, obj: Any, owner: Type[Any]) -> Any: + assert obj is not None, f"call {self._fname} on an instance" + ret = obj.__dict__[self._fname] = self._f(obj) + return ret + + +class LinuxDistribution: + """ + Provides information about a OS distribution. + + This package creates a private module-global instance of this class with + default initialization arguments, that is used by the + `consolidated accessor functions`_ and `single source accessor functions`_. + By using default initialization arguments, that module-global instance + returns data about the current OS distribution (i.e. the distro this + package runs on). + + Normally, it is not necessary to create additional instances of this class. + However, in situations where control is needed over the exact data sources + that are used, instances of this class can be created with a specific + distro release file, or a specific os-release file, or without invoking the + lsb_release command. + """ + + def __init__( + self, + include_lsb: Optional[bool] = None, + os_release_file: str = "", + distro_release_file: str = "", + include_uname: Optional[bool] = None, + root_dir: Optional[str] = None, + include_oslevel: Optional[bool] = None, + ) -> None: + """ + The initialization method of this class gathers information from the + available data sources, and stores that in private instance attributes. + Subsequent access to the information items uses these private instance + attributes, so that the data sources are read only once. + + Parameters: + + * ``include_lsb`` (bool): Controls whether the + `lsb_release command output`_ is included as a data source. + + If the lsb_release command is not available in the program execution + path, the data source for the lsb_release command will be empty. + + * ``os_release_file`` (string): The path name of the + `os-release file`_ that is to be used as a data source. + + An empty string (the default) will cause the default path name to + be used (see `os-release file`_ for details). + + If the specified or defaulted os-release file does not exist, the + data source for the os-release file will be empty. + + * ``distro_release_file`` (string): The path name of the + `distro release file`_ that is to be used as a data source. + + An empty string (the default) will cause a default search algorithm + to be used (see `distro release file`_ for details). + + If the specified distro release file does not exist, or if no default + distro release file can be found, the data source for the distro + release file will be empty. + + * ``include_uname`` (bool): Controls whether uname command output is + included as a data source. If the uname command is not available in + the program execution path the data source for the uname command will + be empty. + + * ``root_dir`` (string): The absolute path to the root directory to use + to find distro-related information files. Note that ``include_*`` + parameters must not be enabled in combination with ``root_dir``. + + * ``include_oslevel`` (bool): Controls whether (AIX) oslevel command + output is included as a data source. If the oslevel command is not + available in the program execution path the data source will be + empty. + + Public instance attributes: + + * ``os_release_file`` (string): The path name of the + `os-release file`_ that is actually used as a data source. The + empty string if no distro release file is used as a data source. + + * ``distro_release_file`` (string): The path name of the + `distro release file`_ that is actually used as a data source. The + empty string if no distro release file is used as a data source. + + * ``include_lsb`` (bool): The result of the ``include_lsb`` parameter. + This controls whether the lsb information will be loaded. + + * ``include_uname`` (bool): The result of the ``include_uname`` + parameter. This controls whether the uname information will + be loaded. + + * ``include_oslevel`` (bool): The result of the ``include_oslevel`` + parameter. This controls whether (AIX) oslevel information will be + loaded. + + * ``root_dir`` (string): The result of the ``root_dir`` parameter. + The absolute path to the root directory to use to find distro-related + information files. + + Raises: + + * :py:exc:`ValueError`: Initialization parameters combination is not + supported. + + * :py:exc:`OSError`: Some I/O issue with an os-release file or distro + release file. + + * :py:exc:`UnicodeError`: A data source has unexpected characters or + uses an unexpected encoding. + """ + self.root_dir = root_dir + self.etc_dir = os.path.join(root_dir, "etc") if root_dir else _UNIXCONFDIR + self.usr_lib_dir = ( + os.path.join(root_dir, "usr/lib") if root_dir else _UNIXUSRLIBDIR + ) + + if os_release_file: + self.os_release_file = os_release_file + else: + etc_dir_os_release_file = os.path.join(self.etc_dir, _OS_RELEASE_BASENAME) + usr_lib_os_release_file = os.path.join( + self.usr_lib_dir, _OS_RELEASE_BASENAME + ) + + # NOTE: The idea is to respect order **and** have it set + # at all times for API backwards compatibility. + if os.path.isfile(etc_dir_os_release_file) or not os.path.isfile( + usr_lib_os_release_file + ): + self.os_release_file = etc_dir_os_release_file + else: + self.os_release_file = usr_lib_os_release_file + + self.distro_release_file = distro_release_file or "" # updated later + + is_root_dir_defined = root_dir is not None + if is_root_dir_defined and (include_lsb or include_uname or include_oslevel): + raise ValueError( + "Including subprocess data sources from specific root_dir is disallowed" + " to prevent false information" + ) + self.include_lsb = ( + include_lsb if include_lsb is not None else not is_root_dir_defined + ) + self.include_uname = ( + include_uname if include_uname is not None else not is_root_dir_defined + ) + self.include_oslevel = ( + include_oslevel if include_oslevel is not None else not is_root_dir_defined + ) + + def __repr__(self) -> str: + """Return repr of all info""" + return ( + "LinuxDistribution(" + "os_release_file={self.os_release_file!r}, " + "distro_release_file={self.distro_release_file!r}, " + "include_lsb={self.include_lsb!r}, " + "include_uname={self.include_uname!r}, " + "include_oslevel={self.include_oslevel!r}, " + "root_dir={self.root_dir!r}, " + "_os_release_info={self._os_release_info!r}, " + "_lsb_release_info={self._lsb_release_info!r}, " + "_distro_release_info={self._distro_release_info!r}, " + "_uname_info={self._uname_info!r}, " + "_oslevel_info={self._oslevel_info!r})".format(self=self) + ) + + def linux_distribution( + self, full_distribution_name: bool = True + ) -> Tuple[str, str, str]: + """ + Return information about the OS distribution that is compatible + with Python's :func:`platform.linux_distribution`, supporting a subset + of its parameters. + + For details, see :func:`distro.linux_distribution`. + """ + return ( + self.name() if full_distribution_name else self.id(), + self.version(), + self._os_release_info.get("release_codename") or self.codename(), + ) + + def id(self) -> str: + """Return the distro ID of the OS distribution, as a string. + + For details, see :func:`distro.id`. + """ + + def normalize(distro_id: str, table: Dict[str, str]) -> str: + distro_id = distro_id.lower().replace(" ", "_") + return table.get(distro_id, distro_id) + + distro_id = self.os_release_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_OS_ID) + + distro_id = self.lsb_release_attr("distributor_id") + if distro_id: + return normalize(distro_id, NORMALIZED_LSB_ID) + + distro_id = self.distro_release_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_DISTRO_ID) + + distro_id = self.uname_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_DISTRO_ID) + + return "" + + def name(self, pretty: bool = False) -> str: + """ + Return the name of the OS distribution, as a string. + + For details, see :func:`distro.name`. + """ + name = ( + self.os_release_attr("name") + or self.lsb_release_attr("distributor_id") + or self.distro_release_attr("name") + or self.uname_attr("name") + ) + if pretty: + name = self.os_release_attr("pretty_name") or self.lsb_release_attr( + "description" + ) + if not name: + name = self.distro_release_attr("name") or self.uname_attr("name") + version = self.version(pretty=True) + if version: + name = f"{name} {version}" + return name or "" + + def version(self, pretty: bool = False, best: bool = False) -> str: + """ + Return the version of the OS distribution, as a string. + + For details, see :func:`distro.version`. + """ + versions = [ + self.os_release_attr("version_id"), + self.lsb_release_attr("release"), + self.distro_release_attr("version_id"), + self._parse_distro_release_content(self.os_release_attr("pretty_name")).get( + "version_id", "" + ), + self._parse_distro_release_content( + self.lsb_release_attr("description") + ).get("version_id", ""), + self.uname_attr("release"), + ] + if self.uname_attr("id").startswith("aix"): + # On AIX platforms, prefer oslevel command output. + versions.insert(0, self.oslevel_info()) + elif self.id() == "debian" or "debian" in self.like().split(): + # On Debian-like, add debian_version file content to candidates list. + versions.append(self._debian_version) + version = "" + if best: + # This algorithm uses the last version in priority order that has + # the best precision. If the versions are not in conflict, that + # does not matter; otherwise, using the last one instead of the + # first one might be considered a surprise. + for v in versions: + if v.count(".") > version.count(".") or version == "": + version = v + else: + for v in versions: + if v != "": + version = v + break + if pretty and version and self.codename(): + version = f"{version} ({self.codename()})" + return version + + def version_parts(self, best: bool = False) -> Tuple[str, str, str]: + """ + Return the version of the OS distribution, as a tuple of version + numbers. + + For details, see :func:`distro.version_parts`. + """ + version_str = self.version(best=best) + if version_str: + version_regex = re.compile(r"(\d+)\.?(\d+)?\.?(\d+)?") + matches = version_regex.match(version_str) + if matches: + major, minor, build_number = matches.groups() + return major, minor or "", build_number or "" + return "", "", "" + + def major_version(self, best: bool = False) -> str: + """ + Return the major version number of the current distribution. + + For details, see :func:`distro.major_version`. + """ + return self.version_parts(best)[0] + + def minor_version(self, best: bool = False) -> str: + """ + Return the minor version number of the current distribution. + + For details, see :func:`distro.minor_version`. + """ + return self.version_parts(best)[1] + + def build_number(self, best: bool = False) -> str: + """ + Return the build number of the current distribution. + + For details, see :func:`distro.build_number`. + """ + return self.version_parts(best)[2] + + def like(self) -> str: + """ + Return the IDs of distributions that are like the OS distribution. + + For details, see :func:`distro.like`. + """ + return self.os_release_attr("id_like") or "" + + def codename(self) -> str: + """ + Return the codename of the OS distribution. + + For details, see :func:`distro.codename`. + """ + try: + # Handle os_release specially since distros might purposefully set + # this to empty string to have no codename + return self._os_release_info["codename"] + except KeyError: + return ( + self.lsb_release_attr("codename") + or self.distro_release_attr("codename") + or "" + ) + + def info(self, pretty: bool = False, best: bool = False) -> InfoDict: + """ + Return certain machine-readable information about the OS + distribution. + + For details, see :func:`distro.info`. + """ + return dict( + id=self.id(), + version=self.version(pretty, best), + version_parts=dict( + major=self.major_version(best), + minor=self.minor_version(best), + build_number=self.build_number(best), + ), + like=self.like(), + codename=self.codename(), + ) + + def os_release_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the os-release file data source of the OS distribution. + + For details, see :func:`distro.os_release_info`. + """ + return self._os_release_info + + def lsb_release_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the lsb_release command data source of the OS + distribution. + + For details, see :func:`distro.lsb_release_info`. + """ + return self._lsb_release_info + + def distro_release_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the distro release file data source of the OS + distribution. + + For details, see :func:`distro.distro_release_info`. + """ + return self._distro_release_info + + def uname_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the uname command data source of the OS distribution. + + For details, see :func:`distro.uname_info`. + """ + return self._uname_info + + def oslevel_info(self) -> str: + """ + Return AIX' oslevel command output. + """ + return self._oslevel_info + + def os_release_attr(self, attribute: str) -> str: + """ + Return a single named information item from the os-release file data + source of the OS distribution. + + For details, see :func:`distro.os_release_attr`. + """ + return self._os_release_info.get(attribute, "") + + def lsb_release_attr(self, attribute: str) -> str: + """ + Return a single named information item from the lsb_release command + output data source of the OS distribution. + + For details, see :func:`distro.lsb_release_attr`. + """ + return self._lsb_release_info.get(attribute, "") + + def distro_release_attr(self, attribute: str) -> str: + """ + Return a single named information item from the distro release file + data source of the OS distribution. + + For details, see :func:`distro.distro_release_attr`. + """ + return self._distro_release_info.get(attribute, "") + + def uname_attr(self, attribute: str) -> str: + """ + Return a single named information item from the uname command + output data source of the OS distribution. + + For details, see :func:`distro.uname_attr`. + """ + return self._uname_info.get(attribute, "") + + @cached_property + def _os_release_info(self) -> Dict[str, str]: + """ + Get the information items from the specified os-release file. + + Returns: + A dictionary containing all information items. + """ + if os.path.isfile(self.os_release_file): + with open(self.os_release_file, encoding="utf-8") as release_file: + return self._parse_os_release_content(release_file) + return {} + + @staticmethod + def _parse_os_release_content(lines: TextIO) -> Dict[str, str]: + """ + Parse the lines of an os-release file. + + Parameters: + + * lines: Iterable through the lines in the os-release file. + Each line must be a unicode string or a UTF-8 encoded byte + string. + + Returns: + A dictionary containing all information items. + """ + props = {} + lexer = shlex.shlex(lines, posix=True) + lexer.whitespace_split = True + + tokens = list(lexer) + for token in tokens: + # At this point, all shell-like parsing has been done (i.e. + # comments processed, quotes and backslash escape sequences + # processed, multi-line values assembled, trailing newlines + # stripped, etc.), so the tokens are now either: + # * variable assignments: var=value + # * commands or their arguments (not allowed in os-release) + # Ignore any tokens that are not variable assignments + if "=" in token: + k, v = token.split("=", 1) + props[k.lower()] = v + + if "version" in props: + # extract release codename (if any) from version attribute + match = re.search(r"\((\D+)\)|,\s*(\D+)", props["version"]) + if match: + release_codename = match.group(1) or match.group(2) + props["codename"] = props["release_codename"] = release_codename + + if "version_codename" in props: + # os-release added a version_codename field. Use that in + # preference to anything else Note that some distros purposefully + # do not have code names. They should be setting + # version_codename="" + props["codename"] = props["version_codename"] + elif "ubuntu_codename" in props: + # Same as above but a non-standard field name used on older Ubuntus + props["codename"] = props["ubuntu_codename"] + + return props + + @cached_property + def _lsb_release_info(self) -> Dict[str, str]: + """ + Get the information items from the lsb_release command output. + + Returns: + A dictionary containing all information items. + """ + if not self.include_lsb: + return {} + try: + cmd = ("lsb_release", "-a") + stdout = subprocess.check_output(cmd, stderr=subprocess.DEVNULL) + # Command not found or lsb_release returned error + except (OSError, subprocess.CalledProcessError): + return {} + content = self._to_str(stdout).splitlines() + return self._parse_lsb_release_content(content) + + @staticmethod + def _parse_lsb_release_content(lines: Iterable[str]) -> Dict[str, str]: + """ + Parse the output of the lsb_release command. + + Parameters: + + * lines: Iterable through the lines of the lsb_release output. + Each line must be a unicode string or a UTF-8 encoded byte + string. + + Returns: + A dictionary containing all information items. + """ + props = {} + for line in lines: + kv = line.strip("\n").split(":", 1) + if len(kv) != 2: + # Ignore lines without colon. + continue + k, v = kv + props.update({k.replace(" ", "_").lower(): v.strip()}) + return props + + @cached_property + def _uname_info(self) -> Dict[str, str]: + if not self.include_uname: + return {} + try: + cmd = ("uname", "-rs") + stdout = subprocess.check_output(cmd, stderr=subprocess.DEVNULL) + except OSError: + return {} + content = self._to_str(stdout).splitlines() + return self._parse_uname_content(content) + + @cached_property + def _oslevel_info(self) -> str: + if not self.include_oslevel: + return "" + try: + stdout = subprocess.check_output("oslevel", stderr=subprocess.DEVNULL) + except (OSError, subprocess.CalledProcessError): + return "" + return self._to_str(stdout).strip() + + @cached_property + def _debian_version(self) -> str: + try: + with open( + os.path.join(self.etc_dir, "debian_version"), encoding="ascii" + ) as fp: + return fp.readline().rstrip() + except FileNotFoundError: + return "" + + @staticmethod + def _parse_uname_content(lines: Sequence[str]) -> Dict[str, str]: + if not lines: + return {} + props = {} + match = re.search(r"^([^\s]+)\s+([\d\.]+)", lines[0].strip()) + if match: + name, version = match.groups() + + # This is to prevent the Linux kernel version from + # appearing as the 'best' version on otherwise + # identifiable distributions. + if name == "Linux": + return {} + props["id"] = name.lower() + props["name"] = name + props["release"] = version + return props + + @staticmethod + def _to_str(bytestring: bytes) -> str: + encoding = sys.getfilesystemencoding() + return bytestring.decode(encoding) + + @cached_property + def _distro_release_info(self) -> Dict[str, str]: + """ + Get the information items from the specified distro release file. + + Returns: + A dictionary containing all information items. + """ + if self.distro_release_file: + # If it was specified, we use it and parse what we can, even if + # its file name or content does not match the expected pattern. + distro_info = self._parse_distro_release_file(self.distro_release_file) + basename = os.path.basename(self.distro_release_file) + # The file name pattern for user-specified distro release files + # is somewhat more tolerant (compared to when searching for the + # file), because we want to use what was specified as best as + # possible. + match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) + else: + try: + basenames = [ + basename + for basename in os.listdir(self.etc_dir) + if basename not in _DISTRO_RELEASE_IGNORE_BASENAMES + and os.path.isfile(os.path.join(self.etc_dir, basename)) + ] + # We sort for repeatability in cases where there are multiple + # distro specific files; e.g. CentOS, Oracle, Enterprise all + # containing `redhat-release` on top of their own. + basenames.sort() + except OSError: + # This may occur when /etc is not readable but we can't be + # sure about the *-release files. Check common entries of + # /etc for information. If they turn out to not be there the + # error is handled in `_parse_distro_release_file()`. + basenames = _DISTRO_RELEASE_BASENAMES + for basename in basenames: + match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) + if match is None: + continue + filepath = os.path.join(self.etc_dir, basename) + distro_info = self._parse_distro_release_file(filepath) + # The name is always present if the pattern matches. + if "name" not in distro_info: + continue + self.distro_release_file = filepath + break + else: # the loop didn't "break": no candidate. + return {} + + if match is not None: + distro_info["id"] = match.group(1) + + # CloudLinux < 7: manually enrich info with proper id. + if "cloudlinux" in distro_info.get("name", "").lower(): + distro_info["id"] = "cloudlinux" + + return distro_info + + def _parse_distro_release_file(self, filepath: str) -> Dict[str, str]: + """ + Parse a distro release file. + + Parameters: + + * filepath: Path name of the distro release file. + + Returns: + A dictionary containing all information items. + """ + try: + with open(filepath, encoding="utf-8") as fp: + # Only parse the first line. For instance, on SLES there + # are multiple lines. We don't want them... + return self._parse_distro_release_content(fp.readline()) + except OSError: + # Ignore not being able to read a specific, seemingly version + # related file. + # See https://github.com/python-distro/distro/issues/162 + return {} + + @staticmethod + def _parse_distro_release_content(line: str) -> Dict[str, str]: + """ + Parse a line from a distro release file. + + Parameters: + * line: Line from the distro release file. Must be a unicode string + or a UTF-8 encoded byte string. + + Returns: + A dictionary containing all information items. + """ + matches = _DISTRO_RELEASE_CONTENT_REVERSED_PATTERN.match(line.strip()[::-1]) + distro_info = {} + if matches: + # regexp ensures non-None + distro_info["name"] = matches.group(3)[::-1] + if matches.group(2): + distro_info["version_id"] = matches.group(2)[::-1] + if matches.group(1): + distro_info["codename"] = matches.group(1)[::-1] + elif line: + distro_info["name"] = line.strip() + return distro_info + + +_distro = LinuxDistribution() + + +def main() -> None: + logger = logging.getLogger(__name__) + logger.setLevel(logging.DEBUG) + logger.addHandler(logging.StreamHandler(sys.stdout)) + + parser = argparse.ArgumentParser(description="OS distro info tool") + parser.add_argument( + "--json", "-j", help="Output in machine readable format", action="store_true" + ) + + parser.add_argument( + "--root-dir", + "-r", + type=str, + dest="root_dir", + help="Path to the root filesystem directory (defaults to /)", + ) + + args = parser.parse_args() + + if args.root_dir: + dist = LinuxDistribution( + include_lsb=False, + include_uname=False, + include_oslevel=False, + root_dir=args.root_dir, + ) + else: + dist = _distro + + if args.json: + logger.info(json.dumps(dist.info(), indent=4, sort_keys=True)) + else: + logger.info("Name: %s", dist.name(pretty=True)) + distribution_version = dist.version(pretty=True) + logger.info("Version: %s", distribution_version) + distribution_codename = dist.codename() + logger.info("Codename: %s", distribution_codename) + + +if __name__ == "__main__": + main() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/py.typed b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py new file mode 100644 index 00000000..a40eeafc --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py @@ -0,0 +1,44 @@ +from .package_data import __version__ +from .core import ( + IDNABidiError, + IDNAError, + InvalidCodepoint, + InvalidCodepointContext, + alabel, + check_bidi, + check_hyphen_ok, + check_initial_combiner, + check_label, + check_nfc, + decode, + encode, + ulabel, + uts46_remap, + valid_contextj, + valid_contexto, + valid_label_length, + valid_string_length, +) +from .intranges import intranges_contain + +__all__ = [ + "IDNABidiError", + "IDNAError", + "InvalidCodepoint", + "InvalidCodepointContext", + "alabel", + "check_bidi", + "check_hyphen_ok", + "check_initial_combiner", + "check_label", + "check_nfc", + "decode", + "encode", + "intranges_contain", + "ulabel", + "uts46_remap", + "valid_contextj", + "valid_contexto", + "valid_label_length", + "valid_string_length", +] diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d557ecf9da107154fb4dbfaf5a4e07a159e6e3c2 GIT binary patch literal 916 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 IP+`mbFV|PzK>z>% literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..436d002f1d8e3e12b65f53962436e1aff2575555 GIT binary patch literal 922 zcmb7CziSjh6rQ>Lalec|xQGc7-Ns@y$;O0$g$jpS9C+I#X<{LJJCod!-JRjhUSK7K zh@DNkTxlCb@c*zmv0DNbR_PATDwS_GxuBgsm^a@y-|WnL-|W|!nFhgl)t%dEQ$l`f zG7a+rOnL~82qTQfF`50|+^!-wxy@@km3ce^ z6$_OrDs@)l2D4Zlc>{SPue;4ttbn+*p!ZMp)o!IQ+G$=`TWKWH!is|)j|&@kHh?tL zd#7O_&|@-(>4;>P+5!1=fj7u8_3><*r=ei{m_ilzDy=$a2i}(Apu9kZeJ&&ADG0r= z4~iJFNP4ev z8x!C~EDgL+Br?dBWnNS_MSJ5}rvq297z@Yb3Z}Q@qLv%0eK$YFvj zCl#49$f7t>+)0CkOW@LxATkk(7|Uz7uzGpMRq1+B*Ej$O za?nCpUD&Sek30q%6z+5i9m literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2f4e040aab157c3995d93b6b08b1919566d85f4f GIT binary patch literal 16317 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%0DcEnw8>Yy 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 G^#1~LbT&}{ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..012356a9a659c025372d7b108f1e650115698ba7 GIT binary patch literal 38417 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..236619dbf08af0de516df9fda5605a31ce615cf5 GIT binary patch literal 2673 zcmZuyOKcNI7@mDO!H)B?NW!CJLi)(I!6q@Ssw%WnK_CI4;;A;YS{Cm(*=D`F%&Y;Y zPD!gCk`}3viiEkDLnR|F>5XHLm3m1?rCKZ09@+~xx8cNv{xfSQ1a+j{`QP);Ki~ZG zYcd%}FfL6F^dyYU9T1i6QTBBHyOTxo8jZOE7Tsf zr)}4C#0Edu4>{q$E)e|Dh~rI<42!&VJsp3-59+iohw3S)M5vuF`VI*-UKS&aQ4$oX zo6bSSHb*;93Va*gAiaZvO@p1b7U)kBhLX8XGg$7y7fBflt|aI*^TD4viv!K^yLxkXi3VN zrHIIyB{gG$>H)0EM=MhamDPFW*2gLe5|IXSkz3kxNLS50P=vFs(}t6O8DSWX3&2F+ z0NotnNT8-WP1t*J45JAKf_-3{j9If8zXYXpGtfY;WgPoTlh3Bd z#xo3-J>Z+USrbk)sZGwvQ?DSlLHi&g{1(vD zZj{Rr1lV@qFF_tehRuHHYlHZ-;}v^JD|)RnDw57Y;St0!t#@10udSsD8&wL0+j zVzS=e`F(OJdAm@Z1j|BitAH^b-u4`#{kFASl0k zjC)~BcXB~z>xY40J@8vVby)rE(#cA8EwOJ^-ADUD8cK9qpW>^Em3c{~)Ft`~OpK#6$^w9Bku4z7LC_3y6CRxBlU(jyI=+0h zGP&0O=4#@tRrReXDHRUcpgiksW#RZ0$^8Mu_9kjct)??CZ?(_QRWN*MK%@&hakE_u zegF38{}VUH<3`Q6q?A-$n>&1z1cVlB7y3mWU*;vbjPvlCGX7S2*aJoLMU1Wof37Y^ z1`ClB+4GfM9(ln#rIgKazp4e z_Vi2;N(SSV;@tp-KwH?ebt&OV4@}#oI@r7cANvY^3+V6U?#iKR&w6rr;n?GN_wVt& zYw^96i`9$k@zI4NjTmZAES~xL`s2Rg>akiD?%vz?CfEDMmlBKWBB>|3mJj`w7_7YZ zC^1-1^*0pMfrZblb8w$7J!%_x+&fr}RoT77dhh5`8#tN5>Dvh~uP3?%tn@_KW*C;2 zGYq;PvVu*Pd}zp&V~TR9gbLpXM`v__IABBdisw0EKLX|=l-TyO_KAXL6&>$`eEj193wF@iRhsw&k_l*tCHr|w^!Ah!u zV5(-tRLgE~t`U=@(dBboG+Mb(&DNCayLZ6}*hYJo)KfXqKrq#I*4WCC+Ku~zf_-@Y JDVK^&{{u!;uzmml literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7ae89db265976873ed3371953d57456c0c80d5b3 GIT binary patch literal 251 zcmX@j%ge<81kt_{X`(>-F^B^Lj8MjB4j^MXLkdF_LnWgoQx&tZo{66(<1Oy^__EZZ z;>`TK`1q9!pFygBHR*>I1I6?ci<2`_3o?uKi;I%=lQW9)^YV)eGE$3D^$SXKN^>)H zQN)T?m%-GapA?8NlcV*P^50)3#xc`5lt z`k5(tiTY5P_>{zwM7@H_UmP~M`6;D2sdhzdKqrBGQ4I3r2WCb_#v6RXjod{nKrR4; CPf1w- literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..14ee5472287d1827170e180893c69404e06b9442 GIT binary patch literal 158905 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

      &{@&p^6ban-R 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 I`;7Si0qi Tuple[bytes, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return b"", 0 + + return encode(data), len(data) + + def decode(self, data: bytes, errors: str = 'strict') -> Tuple[str, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return '', 0 + + return decode(data), len(data) + +class IncrementalEncoder(codecs.BufferedIncrementalEncoder): + def _buffer_encode(self, data: str, errors: str, final: bool) -> Tuple[str, int]: # type: ignore + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return "", 0 + + labels = _unicode_dots_re.split(data) + trailing_dot = '' + if labels: + if not labels[-1]: + trailing_dot = '.' + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = '.' + + result = [] + size = 0 + for label in labels: + result.append(alabel(label)) + if size: + size += 1 + size += len(label) + + # Join with U+002E + result_str = '.'.join(result) + trailing_dot # type: ignore + size += len(trailing_dot) + return result_str, size + +class IncrementalDecoder(codecs.BufferedIncrementalDecoder): + def _buffer_decode(self, data: str, errors: str, final: bool) -> Tuple[str, int]: # type: ignore + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return ('', 0) + + labels = _unicode_dots_re.split(data) + trailing_dot = '' + if labels: + if not labels[-1]: + trailing_dot = '.' + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = '.' + + result = [] + size = 0 + for label in labels: + result.append(ulabel(label)) + if size: + size += 1 + size += len(label) + + result_str = '.'.join(result) + trailing_dot + size += len(trailing_dot) + return (result_str, size) + + +class StreamWriter(Codec, codecs.StreamWriter): + pass + + +class StreamReader(Codec, codecs.StreamReader): + pass + + +def getregentry() -> codecs.CodecInfo: + # Compatibility as a search_function for codecs.register() + return codecs.CodecInfo( + name='idna', + encode=Codec().encode, # type: ignore + decode=Codec().decode, # type: ignore + incrementalencoder=IncrementalEncoder, + incrementaldecoder=IncrementalDecoder, + streamwriter=StreamWriter, + streamreader=StreamReader, + ) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py new file mode 100644 index 00000000..786e6bda --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py @@ -0,0 +1,13 @@ +from .core import * +from .codec import * +from typing import Any, Union + +def ToASCII(label: str) -> bytes: + return encode(label) + +def ToUnicode(label: Union[bytes, bytearray]) -> str: + return decode(label) + +def nameprep(s: Any) -> None: + raise NotImplementedError('IDNA 2008 does not utilise nameprep protocol') + diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py new file mode 100644 index 00000000..4f300371 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py @@ -0,0 +1,400 @@ +from . import idnadata +import bisect +import unicodedata +import re +from typing import Union, Optional +from .intranges import intranges_contain + +_virama_combining_class = 9 +_alabel_prefix = b'xn--' +_unicode_dots_re = re.compile('[\u002e\u3002\uff0e\uff61]') + +class IDNAError(UnicodeError): + """ Base exception for all IDNA-encoding related problems """ + pass + + +class IDNABidiError(IDNAError): + """ Exception when bidirectional requirements are not satisfied """ + pass + + +class InvalidCodepoint(IDNAError): + """ Exception when a disallowed or unallocated codepoint is used """ + pass + + +class InvalidCodepointContext(IDNAError): + """ Exception when the codepoint is not valid in the context it is used """ + pass + + +def _combining_class(cp: int) -> int: + v = unicodedata.combining(chr(cp)) + if v == 0: + if not unicodedata.name(chr(cp)): + raise ValueError('Unknown character in unicodedata') + return v + +def _is_script(cp: str, script: str) -> bool: + return intranges_contain(ord(cp), idnadata.scripts[script]) + +def _punycode(s: str) -> bytes: + return s.encode('punycode') + +def _unot(s: int) -> str: + return 'U+{:04X}'.format(s) + + +def valid_label_length(label: Union[bytes, str]) -> bool: + if len(label) > 63: + return False + return True + + +def valid_string_length(label: Union[bytes, str], trailing_dot: bool) -> bool: + if len(label) > (254 if trailing_dot else 253): + return False + return True + + +def check_bidi(label: str, check_ltr: bool = False) -> bool: + # Bidi rules should only be applied if string contains RTL characters + bidi_label = False + for (idx, cp) in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + if direction == '': + # String likely comes from a newer version of Unicode + raise IDNABidiError('Unknown directionality in label {} at position {}'.format(repr(label), idx)) + if direction in ['R', 'AL', 'AN']: + bidi_label = True + if not bidi_label and not check_ltr: + return True + + # Bidi rule 1 + direction = unicodedata.bidirectional(label[0]) + if direction in ['R', 'AL']: + rtl = True + elif direction == 'L': + rtl = False + else: + raise IDNABidiError('First codepoint in label {} must be directionality L, R or AL'.format(repr(label))) + + valid_ending = False + number_type = None # type: Optional[str] + for (idx, cp) in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + + if rtl: + # Bidi rule 2 + if not direction in ['R', 'AL', 'AN', 'EN', 'ES', 'CS', 'ET', 'ON', 'BN', 'NSM']: + raise IDNABidiError('Invalid direction for codepoint at position {} in a right-to-left label'.format(idx)) + # Bidi rule 3 + if direction in ['R', 'AL', 'EN', 'AN']: + valid_ending = True + elif direction != 'NSM': + valid_ending = False + # Bidi rule 4 + if direction in ['AN', 'EN']: + if not number_type: + number_type = direction + else: + if number_type != direction: + raise IDNABidiError('Can not mix numeral types in a right-to-left label') + else: + # Bidi rule 5 + if not direction in ['L', 'EN', 'ES', 'CS', 'ET', 'ON', 'BN', 'NSM']: + raise IDNABidiError('Invalid direction for codepoint at position {} in a left-to-right label'.format(idx)) + # Bidi rule 6 + if direction in ['L', 'EN']: + valid_ending = True + elif direction != 'NSM': + valid_ending = False + + if not valid_ending: + raise IDNABidiError('Label ends with illegal codepoint directionality') + + return True + + +def check_initial_combiner(label: str) -> bool: + if unicodedata.category(label[0])[0] == 'M': + raise IDNAError('Label begins with an illegal combining character') + return True + + +def check_hyphen_ok(label: str) -> bool: + if label[2:4] == '--': + raise IDNAError('Label has disallowed hyphens in 3rd and 4th position') + if label[0] == '-' or label[-1] == '-': + raise IDNAError('Label must not start or end with a hyphen') + return True + + +def check_nfc(label: str) -> None: + if unicodedata.normalize('NFC', label) != label: + raise IDNAError('Label must be in Normalization Form C') + + +def valid_contextj(label: str, pos: int) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x200c: + + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + + ok = False + for i in range(pos-1, -1, -1): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord('T'): + continue + if joining_type in [ord('L'), ord('D')]: + ok = True + break + + if not ok: + return False + + ok = False + for i in range(pos+1, len(label)): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord('T'): + continue + if joining_type in [ord('R'), ord('D')]: + ok = True + break + return ok + + if cp_value == 0x200d: + + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + return False + + else: + + return False + + +def valid_contexto(label: str, pos: int, exception: bool = False) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x00b7: + if 0 < pos < len(label)-1: + if ord(label[pos - 1]) == 0x006c and ord(label[pos + 1]) == 0x006c: + return True + return False + + elif cp_value == 0x0375: + if pos < len(label)-1 and len(label) > 1: + return _is_script(label[pos + 1], 'Greek') + return False + + elif cp_value == 0x05f3 or cp_value == 0x05f4: + if pos > 0: + return _is_script(label[pos - 1], 'Hebrew') + return False + + elif cp_value == 0x30fb: + for cp in label: + if cp == '\u30fb': + continue + if _is_script(cp, 'Hiragana') or _is_script(cp, 'Katakana') or _is_script(cp, 'Han'): + return True + return False + + elif 0x660 <= cp_value <= 0x669: + for cp in label: + if 0x6f0 <= ord(cp) <= 0x06f9: + return False + return True + + elif 0x6f0 <= cp_value <= 0x6f9: + for cp in label: + if 0x660 <= ord(cp) <= 0x0669: + return False + return True + + return False + + +def check_label(label: Union[str, bytes, bytearray]) -> None: + if isinstance(label, (bytes, bytearray)): + label = label.decode('utf-8') + if len(label) == 0: + raise IDNAError('Empty Label') + + check_nfc(label) + check_hyphen_ok(label) + check_initial_combiner(label) + + for (pos, cp) in enumerate(label): + cp_value = ord(cp) + if intranges_contain(cp_value, idnadata.codepoint_classes['PVALID']): + continue + elif intranges_contain(cp_value, idnadata.codepoint_classes['CONTEXTJ']): + try: + if not valid_contextj(label, pos): + raise InvalidCodepointContext('Joiner {} not allowed at position {} in {}'.format( + _unot(cp_value), pos+1, repr(label))) + except ValueError: + raise IDNAError('Unknown codepoint adjacent to joiner {} at position {} in {}'.format( + _unot(cp_value), pos+1, repr(label))) + elif intranges_contain(cp_value, idnadata.codepoint_classes['CONTEXTO']): + if not valid_contexto(label, pos): + raise InvalidCodepointContext('Codepoint {} not allowed at position {} in {}'.format(_unot(cp_value), pos+1, repr(label))) + else: + raise InvalidCodepoint('Codepoint {} at position {} of {} not allowed'.format(_unot(cp_value), pos+1, repr(label))) + + check_bidi(label) + + +def alabel(label: str) -> bytes: + try: + label_bytes = label.encode('ascii') + ulabel(label_bytes) + if not valid_label_length(label_bytes): + raise IDNAError('Label too long') + return label_bytes + except UnicodeEncodeError: + pass + + if not label: + raise IDNAError('No Input') + + label = str(label) + check_label(label) + label_bytes = _punycode(label) + label_bytes = _alabel_prefix + label_bytes + + if not valid_label_length(label_bytes): + raise IDNAError('Label too long') + + return label_bytes + + +def ulabel(label: Union[str, bytes, bytearray]) -> str: + if not isinstance(label, (bytes, bytearray)): + try: + label_bytes = label.encode('ascii') + except UnicodeEncodeError: + check_label(label) + return label + else: + label_bytes = label + + label_bytes = label_bytes.lower() + if label_bytes.startswith(_alabel_prefix): + label_bytes = label_bytes[len(_alabel_prefix):] + if not label_bytes: + raise IDNAError('Malformed A-label, no Punycode eligible content found') + if label_bytes.decode('ascii')[-1] == '-': + raise IDNAError('A-label must not end with a hyphen') + else: + check_label(label_bytes) + return label_bytes.decode('ascii') + + try: + label = label_bytes.decode('punycode') + except UnicodeError: + raise IDNAError('Invalid A-label') + check_label(label) + return label + + +def uts46_remap(domain: str, std3_rules: bool = True, transitional: bool = False) -> str: + """Re-map the characters in the string according to UTS46 processing.""" + from .uts46data import uts46data + output = '' + + for pos, char in enumerate(domain): + code_point = ord(char) + try: + uts46row = uts46data[code_point if code_point < 256 else + bisect.bisect_left(uts46data, (code_point, 'Z')) - 1] + status = uts46row[1] + replacement = None # type: Optional[str] + if len(uts46row) == 3: + replacement = uts46row[2] # type: ignore + if (status == 'V' or + (status == 'D' and not transitional) or + (status == '3' and not std3_rules and replacement is None)): + output += char + elif replacement is not None and (status == 'M' or + (status == '3' and not std3_rules) or + (status == 'D' and transitional)): + output += replacement + elif status != 'I': + raise IndexError() + except IndexError: + raise InvalidCodepoint( + 'Codepoint {} not allowed at position {} in {}'.format( + _unot(code_point), pos + 1, repr(domain))) + + return unicodedata.normalize('NFC', output) + + +def encode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: bool = False, transitional: bool = False) -> bytes: + if isinstance(s, (bytes, bytearray)): + try: + s = s.decode('ascii') + except UnicodeDecodeError: + raise IDNAError('should pass a unicode string to the function rather than a byte string.') + if uts46: + s = uts46_remap(s, std3_rules, transitional) + trailing_dot = False + result = [] + if strict: + labels = s.split('.') + else: + labels = _unicode_dots_re.split(s) + if not labels or labels == ['']: + raise IDNAError('Empty domain') + if labels[-1] == '': + del labels[-1] + trailing_dot = True + for label in labels: + s = alabel(label) + if s: + result.append(s) + else: + raise IDNAError('Empty label') + if trailing_dot: + result.append(b'') + s = b'.'.join(result) + if not valid_string_length(s, trailing_dot): + raise IDNAError('Domain too long') + return s + + +def decode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: bool = False) -> str: + try: + if isinstance(s, (bytes, bytearray)): + s = s.decode('ascii') + except UnicodeDecodeError: + raise IDNAError('Invalid ASCII in A-label') + if uts46: + s = uts46_remap(s, std3_rules, False) + trailing_dot = False + result = [] + if not strict: + labels = _unicode_dots_re.split(s) + else: + labels = s.split('.') + if not labels or labels == ['']: + raise IDNAError('Empty domain') + if not labels[-1]: + del labels[-1] + trailing_dot = True + for label in labels: + s = ulabel(label) + if s: + result.append(s) + else: + raise IDNAError('Empty label') + if trailing_dot: + result.append('') + return '.'.join(result) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py new file mode 100644 index 00000000..67db4625 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py @@ -0,0 +1,2151 @@ +# This file is automatically generated by tools/idna-data + +__version__ = '15.0.0' +scripts = { + 'Greek': ( + 0x37000000374, + 0x37500000378, + 0x37a0000037e, + 0x37f00000380, + 0x38400000385, + 0x38600000387, + 0x3880000038b, + 0x38c0000038d, + 0x38e000003a2, + 0x3a3000003e2, + 0x3f000000400, + 0x1d2600001d2b, + 0x1d5d00001d62, + 0x1d6600001d6b, + 0x1dbf00001dc0, + 0x1f0000001f16, + 0x1f1800001f1e, + 0x1f2000001f46, + 0x1f4800001f4e, + 0x1f5000001f58, + 0x1f5900001f5a, + 0x1f5b00001f5c, + 0x1f5d00001f5e, + 0x1f5f00001f7e, + 0x1f8000001fb5, + 0x1fb600001fc5, + 0x1fc600001fd4, + 0x1fd600001fdc, + 0x1fdd00001ff0, + 0x1ff200001ff5, + 0x1ff600001fff, + 0x212600002127, + 0xab650000ab66, + 0x101400001018f, + 0x101a0000101a1, + 0x1d2000001d246, + ), + 'Han': ( + 0x2e8000002e9a, + 0x2e9b00002ef4, + 0x2f0000002fd6, + 0x300500003006, + 0x300700003008, + 0x30210000302a, + 0x30380000303c, + 0x340000004dc0, + 0x4e000000a000, + 0xf9000000fa6e, + 0xfa700000fada, + 0x16fe200016fe4, + 0x16ff000016ff2, + 0x200000002a6e0, + 0x2a7000002b73a, + 0x2b7400002b81e, + 0x2b8200002cea2, + 0x2ceb00002ebe1, + 0x2f8000002fa1e, + 0x300000003134b, + 0x31350000323b0, + ), + 'Hebrew': ( + 0x591000005c8, + 0x5d0000005eb, + 0x5ef000005f5, + 0xfb1d0000fb37, + 0xfb380000fb3d, + 0xfb3e0000fb3f, + 0xfb400000fb42, + 0xfb430000fb45, + 0xfb460000fb50, + ), + 'Hiragana': ( + 0x304100003097, + 0x309d000030a0, + 0x1b0010001b120, + 0x1b1320001b133, + 0x1b1500001b153, + 0x1f2000001f201, + ), + 'Katakana': ( + 0x30a1000030fb, + 0x30fd00003100, + 0x31f000003200, + 0x32d0000032ff, + 0x330000003358, + 0xff660000ff70, + 0xff710000ff9e, + 0x1aff00001aff4, + 0x1aff50001affc, + 0x1affd0001afff, + 0x1b0000001b001, + 0x1b1200001b123, + 0x1b1550001b156, + 0x1b1640001b168, + ), +} +joining_types = { + 0x600: 85, + 0x601: 85, + 0x602: 85, + 0x603: 85, + 0x604: 85, + 0x605: 85, + 0x608: 85, + 0x60b: 85, + 0x620: 68, + 0x621: 85, + 0x622: 82, + 0x623: 82, + 0x624: 82, + 0x625: 82, + 0x626: 68, + 0x627: 82, + 0x628: 68, + 0x629: 82, + 0x62a: 68, + 0x62b: 68, + 0x62c: 68, + 0x62d: 68, + 0x62e: 68, + 0x62f: 82, + 0x630: 82, + 0x631: 82, + 0x632: 82, + 0x633: 68, + 0x634: 68, + 0x635: 68, + 0x636: 68, + 0x637: 68, + 0x638: 68, + 0x639: 68, + 0x63a: 68, + 0x63b: 68, + 0x63c: 68, + 0x63d: 68, + 0x63e: 68, + 0x63f: 68, + 0x640: 67, + 0x641: 68, + 0x642: 68, + 0x643: 68, + 0x644: 68, + 0x645: 68, + 0x646: 68, + 0x647: 68, + 0x648: 82, + 0x649: 68, + 0x64a: 68, + 0x66e: 68, + 0x66f: 68, + 0x671: 82, + 0x672: 82, + 0x673: 82, + 0x674: 85, + 0x675: 82, + 0x676: 82, + 0x677: 82, + 0x678: 68, + 0x679: 68, + 0x67a: 68, + 0x67b: 68, + 0x67c: 68, + 0x67d: 68, + 0x67e: 68, + 0x67f: 68, + 0x680: 68, + 0x681: 68, + 0x682: 68, + 0x683: 68, + 0x684: 68, + 0x685: 68, + 0x686: 68, + 0x687: 68, + 0x688: 82, + 0x689: 82, + 0x68a: 82, + 0x68b: 82, + 0x68c: 82, + 0x68d: 82, + 0x68e: 82, + 0x68f: 82, + 0x690: 82, + 0x691: 82, + 0x692: 82, + 0x693: 82, + 0x694: 82, + 0x695: 82, + 0x696: 82, + 0x697: 82, + 0x698: 82, + 0x699: 82, + 0x69a: 68, + 0x69b: 68, + 0x69c: 68, + 0x69d: 68, + 0x69e: 68, + 0x69f: 68, + 0x6a0: 68, + 0x6a1: 68, + 0x6a2: 68, + 0x6a3: 68, + 0x6a4: 68, + 0x6a5: 68, + 0x6a6: 68, + 0x6a7: 68, + 0x6a8: 68, + 0x6a9: 68, + 0x6aa: 68, + 0x6ab: 68, + 0x6ac: 68, + 0x6ad: 68, + 0x6ae: 68, + 0x6af: 68, + 0x6b0: 68, + 0x6b1: 68, + 0x6b2: 68, + 0x6b3: 68, + 0x6b4: 68, + 0x6b5: 68, + 0x6b6: 68, + 0x6b7: 68, + 0x6b8: 68, + 0x6b9: 68, + 0x6ba: 68, + 0x6bb: 68, + 0x6bc: 68, + 0x6bd: 68, + 0x6be: 68, + 0x6bf: 68, + 0x6c0: 82, + 0x6c1: 68, + 0x6c2: 68, + 0x6c3: 82, + 0x6c4: 82, + 0x6c5: 82, + 0x6c6: 82, + 0x6c7: 82, + 0x6c8: 82, + 0x6c9: 82, + 0x6ca: 82, + 0x6cb: 82, + 0x6cc: 68, + 0x6cd: 82, + 0x6ce: 68, + 0x6cf: 82, + 0x6d0: 68, + 0x6d1: 68, + 0x6d2: 82, + 0x6d3: 82, + 0x6d5: 82, + 0x6dd: 85, + 0x6ee: 82, + 0x6ef: 82, + 0x6fa: 68, + 0x6fb: 68, + 0x6fc: 68, + 0x6ff: 68, + 0x70f: 84, + 0x710: 82, + 0x712: 68, + 0x713: 68, + 0x714: 68, + 0x715: 82, + 0x716: 82, + 0x717: 82, + 0x718: 82, + 0x719: 82, + 0x71a: 68, + 0x71b: 68, + 0x71c: 68, + 0x71d: 68, + 0x71e: 82, + 0x71f: 68, + 0x720: 68, + 0x721: 68, + 0x722: 68, + 0x723: 68, + 0x724: 68, + 0x725: 68, + 0x726: 68, + 0x727: 68, + 0x728: 82, + 0x729: 68, + 0x72a: 82, + 0x72b: 68, + 0x72c: 82, + 0x72d: 68, + 0x72e: 68, + 0x72f: 82, + 0x74d: 82, + 0x74e: 68, + 0x74f: 68, + 0x750: 68, + 0x751: 68, + 0x752: 68, + 0x753: 68, + 0x754: 68, + 0x755: 68, + 0x756: 68, + 0x757: 68, + 0x758: 68, + 0x759: 82, + 0x75a: 82, + 0x75b: 82, + 0x75c: 68, + 0x75d: 68, + 0x75e: 68, + 0x75f: 68, + 0x760: 68, + 0x761: 68, + 0x762: 68, + 0x763: 68, + 0x764: 68, + 0x765: 68, + 0x766: 68, + 0x767: 68, + 0x768: 68, + 0x769: 68, + 0x76a: 68, + 0x76b: 82, + 0x76c: 82, + 0x76d: 68, + 0x76e: 68, + 0x76f: 68, + 0x770: 68, + 0x771: 82, + 0x772: 68, + 0x773: 82, + 0x774: 82, + 0x775: 68, + 0x776: 68, + 0x777: 68, + 0x778: 82, + 0x779: 82, + 0x77a: 68, + 0x77b: 68, + 0x77c: 68, + 0x77d: 68, + 0x77e: 68, + 0x77f: 68, + 0x7ca: 68, + 0x7cb: 68, + 0x7cc: 68, + 0x7cd: 68, + 0x7ce: 68, + 0x7cf: 68, + 0x7d0: 68, + 0x7d1: 68, + 0x7d2: 68, + 0x7d3: 68, + 0x7d4: 68, + 0x7d5: 68, + 0x7d6: 68, + 0x7d7: 68, + 0x7d8: 68, + 0x7d9: 68, + 0x7da: 68, + 0x7db: 68, + 0x7dc: 68, + 0x7dd: 68, + 0x7de: 68, + 0x7df: 68, + 0x7e0: 68, + 0x7e1: 68, + 0x7e2: 68, + 0x7e3: 68, + 0x7e4: 68, + 0x7e5: 68, + 0x7e6: 68, + 0x7e7: 68, + 0x7e8: 68, + 0x7e9: 68, + 0x7ea: 68, + 0x7fa: 67, + 0x840: 82, + 0x841: 68, + 0x842: 68, + 0x843: 68, + 0x844: 68, + 0x845: 68, + 0x846: 82, + 0x847: 82, + 0x848: 68, + 0x849: 82, + 0x84a: 68, + 0x84b: 68, + 0x84c: 68, + 0x84d: 68, + 0x84e: 68, + 0x84f: 68, + 0x850: 68, + 0x851: 68, + 0x852: 68, + 0x853: 68, + 0x854: 82, + 0x855: 68, + 0x856: 82, + 0x857: 82, + 0x858: 82, + 0x860: 68, + 0x861: 85, + 0x862: 68, + 0x863: 68, + 0x864: 68, + 0x865: 68, + 0x866: 85, + 0x867: 82, + 0x868: 68, + 0x869: 82, + 0x86a: 82, + 0x870: 82, + 0x871: 82, + 0x872: 82, + 0x873: 82, + 0x874: 82, + 0x875: 82, + 0x876: 82, + 0x877: 82, + 0x878: 82, + 0x879: 82, + 0x87a: 82, + 0x87b: 82, + 0x87c: 82, + 0x87d: 82, + 0x87e: 82, + 0x87f: 82, + 0x880: 82, + 0x881: 82, + 0x882: 82, + 0x883: 67, + 0x884: 67, + 0x885: 67, + 0x886: 68, + 0x887: 85, + 0x888: 85, + 0x889: 68, + 0x88a: 68, + 0x88b: 68, + 0x88c: 68, + 0x88d: 68, + 0x88e: 82, + 0x890: 85, + 0x891: 85, + 0x8a0: 68, + 0x8a1: 68, + 0x8a2: 68, + 0x8a3: 68, + 0x8a4: 68, + 0x8a5: 68, + 0x8a6: 68, + 0x8a7: 68, + 0x8a8: 68, + 0x8a9: 68, + 0x8aa: 82, + 0x8ab: 82, + 0x8ac: 82, + 0x8ad: 85, + 0x8ae: 82, + 0x8af: 68, + 0x8b0: 68, + 0x8b1: 82, + 0x8b2: 82, + 0x8b3: 68, + 0x8b4: 68, + 0x8b5: 68, + 0x8b6: 68, + 0x8b7: 68, + 0x8b8: 68, + 0x8b9: 82, + 0x8ba: 68, + 0x8bb: 68, + 0x8bc: 68, + 0x8bd: 68, + 0x8be: 68, + 0x8bf: 68, + 0x8c0: 68, + 0x8c1: 68, + 0x8c2: 68, + 0x8c3: 68, + 0x8c4: 68, + 0x8c5: 68, + 0x8c6: 68, + 0x8c7: 68, + 0x8c8: 68, + 0x8e2: 85, + 0x1806: 85, + 0x1807: 68, + 0x180a: 67, + 0x180e: 85, + 0x1820: 68, + 0x1821: 68, + 0x1822: 68, + 0x1823: 68, + 0x1824: 68, + 0x1825: 68, + 0x1826: 68, + 0x1827: 68, + 0x1828: 68, + 0x1829: 68, + 0x182a: 68, + 0x182b: 68, + 0x182c: 68, + 0x182d: 68, + 0x182e: 68, + 0x182f: 68, + 0x1830: 68, + 0x1831: 68, + 0x1832: 68, + 0x1833: 68, + 0x1834: 68, + 0x1835: 68, + 0x1836: 68, + 0x1837: 68, + 0x1838: 68, + 0x1839: 68, + 0x183a: 68, + 0x183b: 68, + 0x183c: 68, + 0x183d: 68, + 0x183e: 68, + 0x183f: 68, + 0x1840: 68, + 0x1841: 68, + 0x1842: 68, + 0x1843: 68, + 0x1844: 68, + 0x1845: 68, + 0x1846: 68, + 0x1847: 68, + 0x1848: 68, + 0x1849: 68, + 0x184a: 68, + 0x184b: 68, + 0x184c: 68, + 0x184d: 68, + 0x184e: 68, + 0x184f: 68, + 0x1850: 68, + 0x1851: 68, + 0x1852: 68, + 0x1853: 68, + 0x1854: 68, + 0x1855: 68, + 0x1856: 68, + 0x1857: 68, + 0x1858: 68, + 0x1859: 68, + 0x185a: 68, + 0x185b: 68, + 0x185c: 68, + 0x185d: 68, + 0x185e: 68, + 0x185f: 68, + 0x1860: 68, + 0x1861: 68, + 0x1862: 68, + 0x1863: 68, + 0x1864: 68, + 0x1865: 68, + 0x1866: 68, + 0x1867: 68, + 0x1868: 68, + 0x1869: 68, + 0x186a: 68, + 0x186b: 68, + 0x186c: 68, + 0x186d: 68, + 0x186e: 68, + 0x186f: 68, + 0x1870: 68, + 0x1871: 68, + 0x1872: 68, + 0x1873: 68, + 0x1874: 68, + 0x1875: 68, + 0x1876: 68, + 0x1877: 68, + 0x1878: 68, + 0x1880: 85, + 0x1881: 85, + 0x1882: 85, + 0x1883: 85, + 0x1884: 85, + 0x1885: 84, + 0x1886: 84, + 0x1887: 68, + 0x1888: 68, + 0x1889: 68, + 0x188a: 68, + 0x188b: 68, + 0x188c: 68, + 0x188d: 68, + 0x188e: 68, + 0x188f: 68, + 0x1890: 68, + 0x1891: 68, + 0x1892: 68, + 0x1893: 68, + 0x1894: 68, + 0x1895: 68, + 0x1896: 68, + 0x1897: 68, + 0x1898: 68, + 0x1899: 68, + 0x189a: 68, + 0x189b: 68, + 0x189c: 68, + 0x189d: 68, + 0x189e: 68, + 0x189f: 68, + 0x18a0: 68, + 0x18a1: 68, + 0x18a2: 68, + 0x18a3: 68, + 0x18a4: 68, + 0x18a5: 68, + 0x18a6: 68, + 0x18a7: 68, + 0x18a8: 68, + 0x18aa: 68, + 0x200c: 85, + 0x200d: 67, + 0x202f: 85, + 0x2066: 85, + 0x2067: 85, + 0x2068: 85, + 0x2069: 85, + 0xa840: 68, + 0xa841: 68, + 0xa842: 68, + 0xa843: 68, + 0xa844: 68, + 0xa845: 68, + 0xa846: 68, + 0xa847: 68, + 0xa848: 68, + 0xa849: 68, + 0xa84a: 68, + 0xa84b: 68, + 0xa84c: 68, + 0xa84d: 68, + 0xa84e: 68, + 0xa84f: 68, + 0xa850: 68, + 0xa851: 68, + 0xa852: 68, + 0xa853: 68, + 0xa854: 68, + 0xa855: 68, + 0xa856: 68, + 0xa857: 68, + 0xa858: 68, + 0xa859: 68, + 0xa85a: 68, + 0xa85b: 68, + 0xa85c: 68, + 0xa85d: 68, + 0xa85e: 68, + 0xa85f: 68, + 0xa860: 68, + 0xa861: 68, + 0xa862: 68, + 0xa863: 68, + 0xa864: 68, + 0xa865: 68, + 0xa866: 68, + 0xa867: 68, + 0xa868: 68, + 0xa869: 68, + 0xa86a: 68, + 0xa86b: 68, + 0xa86c: 68, + 0xa86d: 68, + 0xa86e: 68, + 0xa86f: 68, + 0xa870: 68, + 0xa871: 68, + 0xa872: 76, + 0xa873: 85, + 0x10ac0: 68, + 0x10ac1: 68, + 0x10ac2: 68, + 0x10ac3: 68, + 0x10ac4: 68, + 0x10ac5: 82, + 0x10ac6: 85, + 0x10ac7: 82, + 0x10ac8: 85, + 0x10ac9: 82, + 0x10aca: 82, + 0x10acb: 85, + 0x10acc: 85, + 0x10acd: 76, + 0x10ace: 82, + 0x10acf: 82, + 0x10ad0: 82, + 0x10ad1: 82, + 0x10ad2: 82, + 0x10ad3: 68, + 0x10ad4: 68, + 0x10ad5: 68, + 0x10ad6: 68, + 0x10ad7: 76, + 0x10ad8: 68, + 0x10ad9: 68, + 0x10ada: 68, + 0x10adb: 68, + 0x10adc: 68, + 0x10add: 82, + 0x10ade: 68, + 0x10adf: 68, + 0x10ae0: 68, + 0x10ae1: 82, + 0x10ae2: 85, + 0x10ae3: 85, + 0x10ae4: 82, + 0x10aeb: 68, + 0x10aec: 68, + 0x10aed: 68, + 0x10aee: 68, + 0x10aef: 82, + 0x10b80: 68, + 0x10b81: 82, + 0x10b82: 68, + 0x10b83: 82, + 0x10b84: 82, + 0x10b85: 82, + 0x10b86: 68, + 0x10b87: 68, + 0x10b88: 68, + 0x10b89: 82, + 0x10b8a: 68, + 0x10b8b: 68, + 0x10b8c: 82, + 0x10b8d: 68, + 0x10b8e: 82, + 0x10b8f: 82, + 0x10b90: 68, + 0x10b91: 82, + 0x10ba9: 82, + 0x10baa: 82, + 0x10bab: 82, + 0x10bac: 82, + 0x10bad: 68, + 0x10bae: 68, + 0x10baf: 85, + 0x10d00: 76, + 0x10d01: 68, + 0x10d02: 68, + 0x10d03: 68, + 0x10d04: 68, + 0x10d05: 68, + 0x10d06: 68, + 0x10d07: 68, + 0x10d08: 68, + 0x10d09: 68, + 0x10d0a: 68, + 0x10d0b: 68, + 0x10d0c: 68, + 0x10d0d: 68, + 0x10d0e: 68, + 0x10d0f: 68, + 0x10d10: 68, + 0x10d11: 68, + 0x10d12: 68, + 0x10d13: 68, + 0x10d14: 68, + 0x10d15: 68, + 0x10d16: 68, + 0x10d17: 68, + 0x10d18: 68, + 0x10d19: 68, + 0x10d1a: 68, + 0x10d1b: 68, + 0x10d1c: 68, + 0x10d1d: 68, + 0x10d1e: 68, + 0x10d1f: 68, + 0x10d20: 68, + 0x10d21: 68, + 0x10d22: 82, + 0x10d23: 68, + 0x10f30: 68, + 0x10f31: 68, + 0x10f32: 68, + 0x10f33: 82, + 0x10f34: 68, + 0x10f35: 68, + 0x10f36: 68, + 0x10f37: 68, + 0x10f38: 68, + 0x10f39: 68, + 0x10f3a: 68, + 0x10f3b: 68, + 0x10f3c: 68, + 0x10f3d: 68, + 0x10f3e: 68, + 0x10f3f: 68, + 0x10f40: 68, + 0x10f41: 68, + 0x10f42: 68, + 0x10f43: 68, + 0x10f44: 68, + 0x10f45: 85, + 0x10f51: 68, + 0x10f52: 68, + 0x10f53: 68, + 0x10f54: 82, + 0x10f70: 68, + 0x10f71: 68, + 0x10f72: 68, + 0x10f73: 68, + 0x10f74: 82, + 0x10f75: 82, + 0x10f76: 68, + 0x10f77: 68, + 0x10f78: 68, + 0x10f79: 68, + 0x10f7a: 68, + 0x10f7b: 68, + 0x10f7c: 68, + 0x10f7d: 68, + 0x10f7e: 68, + 0x10f7f: 68, + 0x10f80: 68, + 0x10f81: 68, + 0x10fb0: 68, + 0x10fb1: 85, + 0x10fb2: 68, + 0x10fb3: 68, + 0x10fb4: 82, + 0x10fb5: 82, + 0x10fb6: 82, + 0x10fb7: 85, + 0x10fb8: 68, + 0x10fb9: 82, + 0x10fba: 82, + 0x10fbb: 68, + 0x10fbc: 68, + 0x10fbd: 82, + 0x10fbe: 68, + 0x10fbf: 68, + 0x10fc0: 85, + 0x10fc1: 68, + 0x10fc2: 82, + 0x10fc3: 82, + 0x10fc4: 68, + 0x10fc5: 85, + 0x10fc6: 85, + 0x10fc7: 85, + 0x10fc8: 85, + 0x10fc9: 82, + 0x10fca: 68, + 0x10fcb: 76, + 0x110bd: 85, + 0x110cd: 85, + 0x1e900: 68, + 0x1e901: 68, + 0x1e902: 68, + 0x1e903: 68, + 0x1e904: 68, + 0x1e905: 68, + 0x1e906: 68, + 0x1e907: 68, + 0x1e908: 68, + 0x1e909: 68, + 0x1e90a: 68, + 0x1e90b: 68, + 0x1e90c: 68, + 0x1e90d: 68, + 0x1e90e: 68, + 0x1e90f: 68, + 0x1e910: 68, + 0x1e911: 68, + 0x1e912: 68, + 0x1e913: 68, + 0x1e914: 68, + 0x1e915: 68, + 0x1e916: 68, + 0x1e917: 68, + 0x1e918: 68, + 0x1e919: 68, + 0x1e91a: 68, + 0x1e91b: 68, + 0x1e91c: 68, + 0x1e91d: 68, + 0x1e91e: 68, + 0x1e91f: 68, + 0x1e920: 68, + 0x1e921: 68, + 0x1e922: 68, + 0x1e923: 68, + 0x1e924: 68, + 0x1e925: 68, + 0x1e926: 68, + 0x1e927: 68, + 0x1e928: 68, + 0x1e929: 68, + 0x1e92a: 68, + 0x1e92b: 68, + 0x1e92c: 68, + 0x1e92d: 68, + 0x1e92e: 68, + 0x1e92f: 68, + 0x1e930: 68, + 0x1e931: 68, + 0x1e932: 68, + 0x1e933: 68, + 0x1e934: 68, + 0x1e935: 68, + 0x1e936: 68, + 0x1e937: 68, + 0x1e938: 68, + 0x1e939: 68, + 0x1e93a: 68, + 0x1e93b: 68, + 0x1e93c: 68, + 0x1e93d: 68, + 0x1e93e: 68, + 0x1e93f: 68, + 0x1e940: 68, + 0x1e941: 68, + 0x1e942: 68, + 0x1e943: 68, + 0x1e94b: 84, +} +codepoint_classes = { + 'PVALID': ( + 0x2d0000002e, + 0x300000003a, + 0x610000007b, + 0xdf000000f7, + 0xf800000100, + 0x10100000102, + 0x10300000104, + 0x10500000106, + 0x10700000108, + 0x1090000010a, + 0x10b0000010c, + 0x10d0000010e, + 0x10f00000110, + 0x11100000112, + 0x11300000114, + 0x11500000116, + 0x11700000118, + 0x1190000011a, + 0x11b0000011c, + 0x11d0000011e, + 0x11f00000120, + 0x12100000122, + 0x12300000124, + 0x12500000126, + 0x12700000128, + 0x1290000012a, + 0x12b0000012c, + 0x12d0000012e, + 0x12f00000130, + 0x13100000132, + 0x13500000136, + 0x13700000139, + 0x13a0000013b, + 0x13c0000013d, + 0x13e0000013f, + 0x14200000143, + 0x14400000145, + 0x14600000147, + 0x14800000149, + 0x14b0000014c, + 0x14d0000014e, + 0x14f00000150, + 0x15100000152, + 0x15300000154, + 0x15500000156, + 0x15700000158, + 0x1590000015a, + 0x15b0000015c, + 0x15d0000015e, + 0x15f00000160, + 0x16100000162, + 0x16300000164, + 0x16500000166, + 0x16700000168, + 0x1690000016a, + 0x16b0000016c, + 0x16d0000016e, + 0x16f00000170, + 0x17100000172, + 0x17300000174, + 0x17500000176, + 0x17700000178, + 0x17a0000017b, + 0x17c0000017d, + 0x17e0000017f, + 0x18000000181, + 0x18300000184, + 0x18500000186, + 0x18800000189, + 0x18c0000018e, + 0x19200000193, + 0x19500000196, + 0x1990000019c, + 0x19e0000019f, + 0x1a1000001a2, + 0x1a3000001a4, + 0x1a5000001a6, + 0x1a8000001a9, + 0x1aa000001ac, + 0x1ad000001ae, + 0x1b0000001b1, + 0x1b4000001b5, + 0x1b6000001b7, + 0x1b9000001bc, + 0x1bd000001c4, + 0x1ce000001cf, + 0x1d0000001d1, + 0x1d2000001d3, + 0x1d4000001d5, + 0x1d6000001d7, + 0x1d8000001d9, + 0x1da000001db, + 0x1dc000001de, + 0x1df000001e0, + 0x1e1000001e2, + 0x1e3000001e4, + 0x1e5000001e6, + 0x1e7000001e8, + 0x1e9000001ea, + 0x1eb000001ec, + 0x1ed000001ee, + 0x1ef000001f1, + 0x1f5000001f6, + 0x1f9000001fa, + 0x1fb000001fc, + 0x1fd000001fe, + 0x1ff00000200, + 0x20100000202, + 0x20300000204, + 0x20500000206, + 0x20700000208, + 0x2090000020a, + 0x20b0000020c, + 0x20d0000020e, + 0x20f00000210, + 0x21100000212, + 0x21300000214, + 0x21500000216, + 0x21700000218, + 0x2190000021a, + 0x21b0000021c, + 0x21d0000021e, + 0x21f00000220, + 0x22100000222, + 0x22300000224, + 0x22500000226, + 0x22700000228, + 0x2290000022a, + 0x22b0000022c, + 0x22d0000022e, + 0x22f00000230, + 0x23100000232, + 0x2330000023a, + 0x23c0000023d, + 0x23f00000241, + 0x24200000243, + 0x24700000248, + 0x2490000024a, + 0x24b0000024c, + 0x24d0000024e, + 0x24f000002b0, + 0x2b9000002c2, + 0x2c6000002d2, + 0x2ec000002ed, + 0x2ee000002ef, + 0x30000000340, + 0x34200000343, + 0x3460000034f, + 0x35000000370, + 0x37100000372, + 0x37300000374, + 0x37700000378, + 0x37b0000037e, + 0x39000000391, + 0x3ac000003cf, + 0x3d7000003d8, + 0x3d9000003da, + 0x3db000003dc, + 0x3dd000003de, + 0x3df000003e0, + 0x3e1000003e2, + 0x3e3000003e4, + 0x3e5000003e6, + 0x3e7000003e8, + 0x3e9000003ea, + 0x3eb000003ec, + 0x3ed000003ee, + 0x3ef000003f0, + 0x3f3000003f4, + 0x3f8000003f9, + 0x3fb000003fd, + 0x43000000460, + 0x46100000462, + 0x46300000464, + 0x46500000466, + 0x46700000468, + 0x4690000046a, + 0x46b0000046c, + 0x46d0000046e, + 0x46f00000470, + 0x47100000472, + 0x47300000474, + 0x47500000476, + 0x47700000478, + 0x4790000047a, + 0x47b0000047c, + 0x47d0000047e, + 0x47f00000480, + 0x48100000482, + 0x48300000488, + 0x48b0000048c, + 0x48d0000048e, + 0x48f00000490, + 0x49100000492, + 0x49300000494, + 0x49500000496, + 0x49700000498, + 0x4990000049a, + 0x49b0000049c, + 0x49d0000049e, + 0x49f000004a0, + 0x4a1000004a2, + 0x4a3000004a4, + 0x4a5000004a6, + 0x4a7000004a8, + 0x4a9000004aa, + 0x4ab000004ac, + 0x4ad000004ae, + 0x4af000004b0, + 0x4b1000004b2, + 0x4b3000004b4, + 0x4b5000004b6, + 0x4b7000004b8, + 0x4b9000004ba, + 0x4bb000004bc, + 0x4bd000004be, + 0x4bf000004c0, + 0x4c2000004c3, + 0x4c4000004c5, + 0x4c6000004c7, + 0x4c8000004c9, + 0x4ca000004cb, + 0x4cc000004cd, + 0x4ce000004d0, + 0x4d1000004d2, + 0x4d3000004d4, + 0x4d5000004d6, + 0x4d7000004d8, + 0x4d9000004da, + 0x4db000004dc, + 0x4dd000004de, + 0x4df000004e0, + 0x4e1000004e2, + 0x4e3000004e4, + 0x4e5000004e6, + 0x4e7000004e8, + 0x4e9000004ea, + 0x4eb000004ec, + 0x4ed000004ee, + 0x4ef000004f0, + 0x4f1000004f2, + 0x4f3000004f4, + 0x4f5000004f6, + 0x4f7000004f8, + 0x4f9000004fa, + 0x4fb000004fc, + 0x4fd000004fe, + 0x4ff00000500, + 0x50100000502, + 0x50300000504, + 0x50500000506, + 0x50700000508, + 0x5090000050a, + 0x50b0000050c, + 0x50d0000050e, + 0x50f00000510, + 0x51100000512, + 0x51300000514, + 0x51500000516, + 0x51700000518, + 0x5190000051a, + 0x51b0000051c, + 0x51d0000051e, + 0x51f00000520, + 0x52100000522, + 0x52300000524, + 0x52500000526, + 0x52700000528, + 0x5290000052a, + 0x52b0000052c, + 0x52d0000052e, + 0x52f00000530, + 0x5590000055a, + 0x56000000587, + 0x58800000589, + 0x591000005be, + 0x5bf000005c0, + 0x5c1000005c3, + 0x5c4000005c6, + 0x5c7000005c8, + 0x5d0000005eb, + 0x5ef000005f3, + 0x6100000061b, + 0x62000000640, + 0x64100000660, + 0x66e00000675, + 0x679000006d4, + 0x6d5000006dd, + 0x6df000006e9, + 0x6ea000006f0, + 0x6fa00000700, + 0x7100000074b, + 0x74d000007b2, + 0x7c0000007f6, + 0x7fd000007fe, + 0x8000000082e, + 0x8400000085c, + 0x8600000086b, + 0x87000000888, + 0x8890000088f, + 0x898000008e2, + 0x8e300000958, + 0x96000000964, + 0x96600000970, + 0x97100000984, + 0x9850000098d, + 0x98f00000991, + 0x993000009a9, + 0x9aa000009b1, + 0x9b2000009b3, + 0x9b6000009ba, + 0x9bc000009c5, + 0x9c7000009c9, + 0x9cb000009cf, + 0x9d7000009d8, + 0x9e0000009e4, + 0x9e6000009f2, + 0x9fc000009fd, + 0x9fe000009ff, + 0xa0100000a04, + 0xa0500000a0b, + 0xa0f00000a11, + 0xa1300000a29, + 0xa2a00000a31, + 0xa3200000a33, + 0xa3500000a36, + 0xa3800000a3a, + 0xa3c00000a3d, + 0xa3e00000a43, + 0xa4700000a49, + 0xa4b00000a4e, + 0xa5100000a52, + 0xa5c00000a5d, + 0xa6600000a76, + 0xa8100000a84, + 0xa8500000a8e, + 0xa8f00000a92, + 0xa9300000aa9, + 0xaaa00000ab1, + 0xab200000ab4, + 0xab500000aba, + 0xabc00000ac6, + 0xac700000aca, + 0xacb00000ace, + 0xad000000ad1, + 0xae000000ae4, + 0xae600000af0, + 0xaf900000b00, + 0xb0100000b04, + 0xb0500000b0d, + 0xb0f00000b11, + 0xb1300000b29, + 0xb2a00000b31, + 0xb3200000b34, + 0xb3500000b3a, + 0xb3c00000b45, + 0xb4700000b49, + 0xb4b00000b4e, + 0xb5500000b58, + 0xb5f00000b64, + 0xb6600000b70, + 0xb7100000b72, + 0xb8200000b84, + 0xb8500000b8b, + 0xb8e00000b91, + 0xb9200000b96, + 0xb9900000b9b, + 0xb9c00000b9d, + 0xb9e00000ba0, + 0xba300000ba5, + 0xba800000bab, + 0xbae00000bba, + 0xbbe00000bc3, + 0xbc600000bc9, + 0xbca00000bce, + 0xbd000000bd1, + 0xbd700000bd8, + 0xbe600000bf0, + 0xc0000000c0d, + 0xc0e00000c11, + 0xc1200000c29, + 0xc2a00000c3a, + 0xc3c00000c45, + 0xc4600000c49, + 0xc4a00000c4e, + 0xc5500000c57, + 0xc5800000c5b, + 0xc5d00000c5e, + 0xc6000000c64, + 0xc6600000c70, + 0xc8000000c84, + 0xc8500000c8d, + 0xc8e00000c91, + 0xc9200000ca9, + 0xcaa00000cb4, + 0xcb500000cba, + 0xcbc00000cc5, + 0xcc600000cc9, + 0xcca00000cce, + 0xcd500000cd7, + 0xcdd00000cdf, + 0xce000000ce4, + 0xce600000cf0, + 0xcf100000cf4, + 0xd0000000d0d, + 0xd0e00000d11, + 0xd1200000d45, + 0xd4600000d49, + 0xd4a00000d4f, + 0xd5400000d58, + 0xd5f00000d64, + 0xd6600000d70, + 0xd7a00000d80, + 0xd8100000d84, + 0xd8500000d97, + 0xd9a00000db2, + 0xdb300000dbc, + 0xdbd00000dbe, + 0xdc000000dc7, + 0xdca00000dcb, + 0xdcf00000dd5, + 0xdd600000dd7, + 0xdd800000de0, + 0xde600000df0, + 0xdf200000df4, + 0xe0100000e33, + 0xe3400000e3b, + 0xe4000000e4f, + 0xe5000000e5a, + 0xe8100000e83, + 0xe8400000e85, + 0xe8600000e8b, + 0xe8c00000ea4, + 0xea500000ea6, + 0xea700000eb3, + 0xeb400000ebe, + 0xec000000ec5, + 0xec600000ec7, + 0xec800000ecf, + 0xed000000eda, + 0xede00000ee0, + 0xf0000000f01, + 0xf0b00000f0c, + 0xf1800000f1a, + 0xf2000000f2a, + 0xf3500000f36, + 0xf3700000f38, + 0xf3900000f3a, + 0xf3e00000f43, + 0xf4400000f48, + 0xf4900000f4d, + 0xf4e00000f52, + 0xf5300000f57, + 0xf5800000f5c, + 0xf5d00000f69, + 0xf6a00000f6d, + 0xf7100000f73, + 0xf7400000f75, + 0xf7a00000f81, + 0xf8200000f85, + 0xf8600000f93, + 0xf9400000f98, + 0xf9900000f9d, + 0xf9e00000fa2, + 0xfa300000fa7, + 0xfa800000fac, + 0xfad00000fb9, + 0xfba00000fbd, + 0xfc600000fc7, + 0x10000000104a, + 0x10500000109e, + 0x10d0000010fb, + 0x10fd00001100, + 0x120000001249, + 0x124a0000124e, + 0x125000001257, + 0x125800001259, + 0x125a0000125e, + 0x126000001289, + 0x128a0000128e, + 0x1290000012b1, + 0x12b2000012b6, + 0x12b8000012bf, + 0x12c0000012c1, + 0x12c2000012c6, + 0x12c8000012d7, + 0x12d800001311, + 0x131200001316, + 0x13180000135b, + 0x135d00001360, + 0x138000001390, + 0x13a0000013f6, + 0x14010000166d, + 0x166f00001680, + 0x16810000169b, + 0x16a0000016eb, + 0x16f1000016f9, + 0x170000001716, + 0x171f00001735, + 0x174000001754, + 0x17600000176d, + 0x176e00001771, + 0x177200001774, + 0x1780000017b4, + 0x17b6000017d4, + 0x17d7000017d8, + 0x17dc000017de, + 0x17e0000017ea, + 0x18100000181a, + 0x182000001879, + 0x1880000018ab, + 0x18b0000018f6, + 0x19000000191f, + 0x19200000192c, + 0x19300000193c, + 0x19460000196e, + 0x197000001975, + 0x1980000019ac, + 0x19b0000019ca, + 0x19d0000019da, + 0x1a0000001a1c, + 0x1a2000001a5f, + 0x1a6000001a7d, + 0x1a7f00001a8a, + 0x1a9000001a9a, + 0x1aa700001aa8, + 0x1ab000001abe, + 0x1abf00001acf, + 0x1b0000001b4d, + 0x1b5000001b5a, + 0x1b6b00001b74, + 0x1b8000001bf4, + 0x1c0000001c38, + 0x1c4000001c4a, + 0x1c4d00001c7e, + 0x1cd000001cd3, + 0x1cd400001cfb, + 0x1d0000001d2c, + 0x1d2f00001d30, + 0x1d3b00001d3c, + 0x1d4e00001d4f, + 0x1d6b00001d78, + 0x1d7900001d9b, + 0x1dc000001e00, + 0x1e0100001e02, + 0x1e0300001e04, + 0x1e0500001e06, + 0x1e0700001e08, + 0x1e0900001e0a, + 0x1e0b00001e0c, + 0x1e0d00001e0e, + 0x1e0f00001e10, + 0x1e1100001e12, + 0x1e1300001e14, + 0x1e1500001e16, + 0x1e1700001e18, + 0x1e1900001e1a, + 0x1e1b00001e1c, + 0x1e1d00001e1e, + 0x1e1f00001e20, + 0x1e2100001e22, + 0x1e2300001e24, + 0x1e2500001e26, + 0x1e2700001e28, + 0x1e2900001e2a, + 0x1e2b00001e2c, + 0x1e2d00001e2e, + 0x1e2f00001e30, + 0x1e3100001e32, + 0x1e3300001e34, + 0x1e3500001e36, + 0x1e3700001e38, + 0x1e3900001e3a, + 0x1e3b00001e3c, + 0x1e3d00001e3e, + 0x1e3f00001e40, + 0x1e4100001e42, + 0x1e4300001e44, + 0x1e4500001e46, + 0x1e4700001e48, + 0x1e4900001e4a, + 0x1e4b00001e4c, + 0x1e4d00001e4e, + 0x1e4f00001e50, + 0x1e5100001e52, + 0x1e5300001e54, + 0x1e5500001e56, + 0x1e5700001e58, + 0x1e5900001e5a, + 0x1e5b00001e5c, + 0x1e5d00001e5e, + 0x1e5f00001e60, + 0x1e6100001e62, + 0x1e6300001e64, + 0x1e6500001e66, + 0x1e6700001e68, + 0x1e6900001e6a, + 0x1e6b00001e6c, + 0x1e6d00001e6e, + 0x1e6f00001e70, + 0x1e7100001e72, + 0x1e7300001e74, + 0x1e7500001e76, + 0x1e7700001e78, + 0x1e7900001e7a, + 0x1e7b00001e7c, + 0x1e7d00001e7e, + 0x1e7f00001e80, + 0x1e8100001e82, + 0x1e8300001e84, + 0x1e8500001e86, + 0x1e8700001e88, + 0x1e8900001e8a, + 0x1e8b00001e8c, + 0x1e8d00001e8e, + 0x1e8f00001e90, + 0x1e9100001e92, + 0x1e9300001e94, + 0x1e9500001e9a, + 0x1e9c00001e9e, + 0x1e9f00001ea0, + 0x1ea100001ea2, + 0x1ea300001ea4, + 0x1ea500001ea6, + 0x1ea700001ea8, + 0x1ea900001eaa, + 0x1eab00001eac, + 0x1ead00001eae, + 0x1eaf00001eb0, + 0x1eb100001eb2, + 0x1eb300001eb4, + 0x1eb500001eb6, + 0x1eb700001eb8, + 0x1eb900001eba, + 0x1ebb00001ebc, + 0x1ebd00001ebe, + 0x1ebf00001ec0, + 0x1ec100001ec2, + 0x1ec300001ec4, + 0x1ec500001ec6, + 0x1ec700001ec8, + 0x1ec900001eca, + 0x1ecb00001ecc, + 0x1ecd00001ece, + 0x1ecf00001ed0, + 0x1ed100001ed2, + 0x1ed300001ed4, + 0x1ed500001ed6, + 0x1ed700001ed8, + 0x1ed900001eda, + 0x1edb00001edc, + 0x1edd00001ede, + 0x1edf00001ee0, + 0x1ee100001ee2, + 0x1ee300001ee4, + 0x1ee500001ee6, + 0x1ee700001ee8, + 0x1ee900001eea, + 0x1eeb00001eec, + 0x1eed00001eee, + 0x1eef00001ef0, + 0x1ef100001ef2, + 0x1ef300001ef4, + 0x1ef500001ef6, + 0x1ef700001ef8, + 0x1ef900001efa, + 0x1efb00001efc, + 0x1efd00001efe, + 0x1eff00001f08, + 0x1f1000001f16, + 0x1f2000001f28, + 0x1f3000001f38, + 0x1f4000001f46, + 0x1f5000001f58, + 0x1f6000001f68, + 0x1f7000001f71, + 0x1f7200001f73, + 0x1f7400001f75, + 0x1f7600001f77, + 0x1f7800001f79, + 0x1f7a00001f7b, + 0x1f7c00001f7d, + 0x1fb000001fb2, + 0x1fb600001fb7, + 0x1fc600001fc7, + 0x1fd000001fd3, + 0x1fd600001fd8, + 0x1fe000001fe3, + 0x1fe400001fe8, + 0x1ff600001ff7, + 0x214e0000214f, + 0x218400002185, + 0x2c3000002c60, + 0x2c6100002c62, + 0x2c6500002c67, + 0x2c6800002c69, + 0x2c6a00002c6b, + 0x2c6c00002c6d, + 0x2c7100002c72, + 0x2c7300002c75, + 0x2c7600002c7c, + 0x2c8100002c82, + 0x2c8300002c84, + 0x2c8500002c86, + 0x2c8700002c88, + 0x2c8900002c8a, + 0x2c8b00002c8c, + 0x2c8d00002c8e, + 0x2c8f00002c90, + 0x2c9100002c92, + 0x2c9300002c94, + 0x2c9500002c96, + 0x2c9700002c98, + 0x2c9900002c9a, + 0x2c9b00002c9c, + 0x2c9d00002c9e, + 0x2c9f00002ca0, + 0x2ca100002ca2, + 0x2ca300002ca4, + 0x2ca500002ca6, + 0x2ca700002ca8, + 0x2ca900002caa, + 0x2cab00002cac, + 0x2cad00002cae, + 0x2caf00002cb0, + 0x2cb100002cb2, + 0x2cb300002cb4, + 0x2cb500002cb6, + 0x2cb700002cb8, + 0x2cb900002cba, + 0x2cbb00002cbc, + 0x2cbd00002cbe, + 0x2cbf00002cc0, + 0x2cc100002cc2, + 0x2cc300002cc4, + 0x2cc500002cc6, + 0x2cc700002cc8, + 0x2cc900002cca, + 0x2ccb00002ccc, + 0x2ccd00002cce, + 0x2ccf00002cd0, + 0x2cd100002cd2, + 0x2cd300002cd4, + 0x2cd500002cd6, + 0x2cd700002cd8, + 0x2cd900002cda, + 0x2cdb00002cdc, + 0x2cdd00002cde, + 0x2cdf00002ce0, + 0x2ce100002ce2, + 0x2ce300002ce5, + 0x2cec00002ced, + 0x2cee00002cf2, + 0x2cf300002cf4, + 0x2d0000002d26, + 0x2d2700002d28, + 0x2d2d00002d2e, + 0x2d3000002d68, + 0x2d7f00002d97, + 0x2da000002da7, + 0x2da800002daf, + 0x2db000002db7, + 0x2db800002dbf, + 0x2dc000002dc7, + 0x2dc800002dcf, + 0x2dd000002dd7, + 0x2dd800002ddf, + 0x2de000002e00, + 0x2e2f00002e30, + 0x300500003008, + 0x302a0000302e, + 0x303c0000303d, + 0x304100003097, + 0x30990000309b, + 0x309d0000309f, + 0x30a1000030fb, + 0x30fc000030ff, + 0x310500003130, + 0x31a0000031c0, + 0x31f000003200, + 0x340000004dc0, + 0x4e000000a48d, + 0xa4d00000a4fe, + 0xa5000000a60d, + 0xa6100000a62c, + 0xa6410000a642, + 0xa6430000a644, + 0xa6450000a646, + 0xa6470000a648, + 0xa6490000a64a, + 0xa64b0000a64c, + 0xa64d0000a64e, + 0xa64f0000a650, + 0xa6510000a652, + 0xa6530000a654, + 0xa6550000a656, + 0xa6570000a658, + 0xa6590000a65a, + 0xa65b0000a65c, + 0xa65d0000a65e, + 0xa65f0000a660, + 0xa6610000a662, + 0xa6630000a664, + 0xa6650000a666, + 0xa6670000a668, + 0xa6690000a66a, + 0xa66b0000a66c, + 0xa66d0000a670, + 0xa6740000a67e, + 0xa67f0000a680, + 0xa6810000a682, + 0xa6830000a684, + 0xa6850000a686, + 0xa6870000a688, + 0xa6890000a68a, + 0xa68b0000a68c, + 0xa68d0000a68e, + 0xa68f0000a690, + 0xa6910000a692, + 0xa6930000a694, + 0xa6950000a696, + 0xa6970000a698, + 0xa6990000a69a, + 0xa69b0000a69c, + 0xa69e0000a6e6, + 0xa6f00000a6f2, + 0xa7170000a720, + 0xa7230000a724, + 0xa7250000a726, + 0xa7270000a728, + 0xa7290000a72a, + 0xa72b0000a72c, + 0xa72d0000a72e, + 0xa72f0000a732, + 0xa7330000a734, + 0xa7350000a736, + 0xa7370000a738, + 0xa7390000a73a, + 0xa73b0000a73c, + 0xa73d0000a73e, + 0xa73f0000a740, + 0xa7410000a742, + 0xa7430000a744, + 0xa7450000a746, + 0xa7470000a748, + 0xa7490000a74a, + 0xa74b0000a74c, + 0xa74d0000a74e, + 0xa74f0000a750, + 0xa7510000a752, + 0xa7530000a754, + 0xa7550000a756, + 0xa7570000a758, + 0xa7590000a75a, + 0xa75b0000a75c, + 0xa75d0000a75e, + 0xa75f0000a760, + 0xa7610000a762, + 0xa7630000a764, + 0xa7650000a766, + 0xa7670000a768, + 0xa7690000a76a, + 0xa76b0000a76c, + 0xa76d0000a76e, + 0xa76f0000a770, + 0xa7710000a779, + 0xa77a0000a77b, + 0xa77c0000a77d, + 0xa77f0000a780, + 0xa7810000a782, + 0xa7830000a784, + 0xa7850000a786, + 0xa7870000a789, + 0xa78c0000a78d, + 0xa78e0000a790, + 0xa7910000a792, + 0xa7930000a796, + 0xa7970000a798, + 0xa7990000a79a, + 0xa79b0000a79c, + 0xa79d0000a79e, + 0xa79f0000a7a0, + 0xa7a10000a7a2, + 0xa7a30000a7a4, + 0xa7a50000a7a6, + 0xa7a70000a7a8, + 0xa7a90000a7aa, + 0xa7af0000a7b0, + 0xa7b50000a7b6, + 0xa7b70000a7b8, + 0xa7b90000a7ba, + 0xa7bb0000a7bc, + 0xa7bd0000a7be, + 0xa7bf0000a7c0, + 0xa7c10000a7c2, + 0xa7c30000a7c4, + 0xa7c80000a7c9, + 0xa7ca0000a7cb, + 0xa7d10000a7d2, + 0xa7d30000a7d4, + 0xa7d50000a7d6, + 0xa7d70000a7d8, + 0xa7d90000a7da, + 0xa7f20000a7f5, + 0xa7f60000a7f8, + 0xa7fa0000a828, + 0xa82c0000a82d, + 0xa8400000a874, + 0xa8800000a8c6, + 0xa8d00000a8da, + 0xa8e00000a8f8, + 0xa8fb0000a8fc, + 0xa8fd0000a92e, + 0xa9300000a954, + 0xa9800000a9c1, + 0xa9cf0000a9da, + 0xa9e00000a9ff, + 0xaa000000aa37, + 0xaa400000aa4e, + 0xaa500000aa5a, + 0xaa600000aa77, + 0xaa7a0000aac3, + 0xaadb0000aade, + 0xaae00000aaf0, + 0xaaf20000aaf7, + 0xab010000ab07, + 0xab090000ab0f, + 0xab110000ab17, + 0xab200000ab27, + 0xab280000ab2f, + 0xab300000ab5b, + 0xab600000ab69, + 0xabc00000abeb, + 0xabec0000abee, + 0xabf00000abfa, + 0xac000000d7a4, + 0xfa0e0000fa10, + 0xfa110000fa12, + 0xfa130000fa15, + 0xfa1f0000fa20, + 0xfa210000fa22, + 0xfa230000fa25, + 0xfa270000fa2a, + 0xfb1e0000fb1f, + 0xfe200000fe30, + 0xfe730000fe74, + 0x100000001000c, + 0x1000d00010027, + 0x100280001003b, + 0x1003c0001003e, + 0x1003f0001004e, + 0x100500001005e, + 0x10080000100fb, + 0x101fd000101fe, + 0x102800001029d, + 0x102a0000102d1, + 0x102e0000102e1, + 0x1030000010320, + 0x1032d00010341, + 0x103420001034a, + 0x103500001037b, + 0x103800001039e, + 0x103a0000103c4, + 0x103c8000103d0, + 0x104280001049e, + 0x104a0000104aa, + 0x104d8000104fc, + 0x1050000010528, + 0x1053000010564, + 0x10597000105a2, + 0x105a3000105b2, + 0x105b3000105ba, + 0x105bb000105bd, + 0x1060000010737, + 0x1074000010756, + 0x1076000010768, + 0x1078000010786, + 0x10787000107b1, + 0x107b2000107bb, + 0x1080000010806, + 0x1080800010809, + 0x1080a00010836, + 0x1083700010839, + 0x1083c0001083d, + 0x1083f00010856, + 0x1086000010877, + 0x108800001089f, + 0x108e0000108f3, + 0x108f4000108f6, + 0x1090000010916, + 0x109200001093a, + 0x10980000109b8, + 0x109be000109c0, + 0x10a0000010a04, + 0x10a0500010a07, + 0x10a0c00010a14, + 0x10a1500010a18, + 0x10a1900010a36, + 0x10a3800010a3b, + 0x10a3f00010a40, + 0x10a6000010a7d, + 0x10a8000010a9d, + 0x10ac000010ac8, + 0x10ac900010ae7, + 0x10b0000010b36, + 0x10b4000010b56, + 0x10b6000010b73, + 0x10b8000010b92, + 0x10c0000010c49, + 0x10cc000010cf3, + 0x10d0000010d28, + 0x10d3000010d3a, + 0x10e8000010eaa, + 0x10eab00010ead, + 0x10eb000010eb2, + 0x10efd00010f1d, + 0x10f2700010f28, + 0x10f3000010f51, + 0x10f7000010f86, + 0x10fb000010fc5, + 0x10fe000010ff7, + 0x1100000011047, + 0x1106600011076, + 0x1107f000110bb, + 0x110c2000110c3, + 0x110d0000110e9, + 0x110f0000110fa, + 0x1110000011135, + 0x1113600011140, + 0x1114400011148, + 0x1115000011174, + 0x1117600011177, + 0x11180000111c5, + 0x111c9000111cd, + 0x111ce000111db, + 0x111dc000111dd, + 0x1120000011212, + 0x1121300011238, + 0x1123e00011242, + 0x1128000011287, + 0x1128800011289, + 0x1128a0001128e, + 0x1128f0001129e, + 0x1129f000112a9, + 0x112b0000112eb, + 0x112f0000112fa, + 0x1130000011304, + 0x113050001130d, + 0x1130f00011311, + 0x1131300011329, + 0x1132a00011331, + 0x1133200011334, + 0x113350001133a, + 0x1133b00011345, + 0x1134700011349, + 0x1134b0001134e, + 0x1135000011351, + 0x1135700011358, + 0x1135d00011364, + 0x113660001136d, + 0x1137000011375, + 0x114000001144b, + 0x114500001145a, + 0x1145e00011462, + 0x11480000114c6, + 0x114c7000114c8, + 0x114d0000114da, + 0x11580000115b6, + 0x115b8000115c1, + 0x115d8000115de, + 0x1160000011641, + 0x1164400011645, + 0x116500001165a, + 0x11680000116b9, + 0x116c0000116ca, + 0x117000001171b, + 0x1171d0001172c, + 0x117300001173a, + 0x1174000011747, + 0x118000001183b, + 0x118c0000118ea, + 0x118ff00011907, + 0x119090001190a, + 0x1190c00011914, + 0x1191500011917, + 0x1191800011936, + 0x1193700011939, + 0x1193b00011944, + 0x119500001195a, + 0x119a0000119a8, + 0x119aa000119d8, + 0x119da000119e2, + 0x119e3000119e5, + 0x11a0000011a3f, + 0x11a4700011a48, + 0x11a5000011a9a, + 0x11a9d00011a9e, + 0x11ab000011af9, + 0x11c0000011c09, + 0x11c0a00011c37, + 0x11c3800011c41, + 0x11c5000011c5a, + 0x11c7200011c90, + 0x11c9200011ca8, + 0x11ca900011cb7, + 0x11d0000011d07, + 0x11d0800011d0a, + 0x11d0b00011d37, + 0x11d3a00011d3b, + 0x11d3c00011d3e, + 0x11d3f00011d48, + 0x11d5000011d5a, + 0x11d6000011d66, + 0x11d6700011d69, + 0x11d6a00011d8f, + 0x11d9000011d92, + 0x11d9300011d99, + 0x11da000011daa, + 0x11ee000011ef7, + 0x11f0000011f11, + 0x11f1200011f3b, + 0x11f3e00011f43, + 0x11f5000011f5a, + 0x11fb000011fb1, + 0x120000001239a, + 0x1248000012544, + 0x12f9000012ff1, + 0x1300000013430, + 0x1344000013456, + 0x1440000014647, + 0x1680000016a39, + 0x16a4000016a5f, + 0x16a6000016a6a, + 0x16a7000016abf, + 0x16ac000016aca, + 0x16ad000016aee, + 0x16af000016af5, + 0x16b0000016b37, + 0x16b4000016b44, + 0x16b5000016b5a, + 0x16b6300016b78, + 0x16b7d00016b90, + 0x16e6000016e80, + 0x16f0000016f4b, + 0x16f4f00016f88, + 0x16f8f00016fa0, + 0x16fe000016fe2, + 0x16fe300016fe5, + 0x16ff000016ff2, + 0x17000000187f8, + 0x1880000018cd6, + 0x18d0000018d09, + 0x1aff00001aff4, + 0x1aff50001affc, + 0x1affd0001afff, + 0x1b0000001b123, + 0x1b1320001b133, + 0x1b1500001b153, + 0x1b1550001b156, + 0x1b1640001b168, + 0x1b1700001b2fc, + 0x1bc000001bc6b, + 0x1bc700001bc7d, + 0x1bc800001bc89, + 0x1bc900001bc9a, + 0x1bc9d0001bc9f, + 0x1cf000001cf2e, + 0x1cf300001cf47, + 0x1da000001da37, + 0x1da3b0001da6d, + 0x1da750001da76, + 0x1da840001da85, + 0x1da9b0001daa0, + 0x1daa10001dab0, + 0x1df000001df1f, + 0x1df250001df2b, + 0x1e0000001e007, + 0x1e0080001e019, + 0x1e01b0001e022, + 0x1e0230001e025, + 0x1e0260001e02b, + 0x1e0300001e06e, + 0x1e08f0001e090, + 0x1e1000001e12d, + 0x1e1300001e13e, + 0x1e1400001e14a, + 0x1e14e0001e14f, + 0x1e2900001e2af, + 0x1e2c00001e2fa, + 0x1e4d00001e4fa, + 0x1e7e00001e7e7, + 0x1e7e80001e7ec, + 0x1e7ed0001e7ef, + 0x1e7f00001e7ff, + 0x1e8000001e8c5, + 0x1e8d00001e8d7, + 0x1e9220001e94c, + 0x1e9500001e95a, + 0x200000002a6e0, + 0x2a7000002b73a, + 0x2b7400002b81e, + 0x2b8200002cea2, + 0x2ceb00002ebe1, + 0x300000003134b, + 0x31350000323b0, + ), + 'CONTEXTJ': ( + 0x200c0000200e, + ), + 'CONTEXTO': ( + 0xb7000000b8, + 0x37500000376, + 0x5f3000005f5, + 0x6600000066a, + 0x6f0000006fa, + 0x30fb000030fc, + ), +} diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py new file mode 100644 index 00000000..6a43b047 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py @@ -0,0 +1,54 @@ +""" +Given a list of integers, made up of (hopefully) a small number of long runs +of consecutive integers, compute a representation of the form +((start1, end1), (start2, end2) ...). Then answer the question "was x present +in the original list?" in time O(log(# runs)). +""" + +import bisect +from typing import List, Tuple + +def intranges_from_list(list_: List[int]) -> Tuple[int, ...]: + """Represent a list of integers as a sequence of ranges: + ((start_0, end_0), (start_1, end_1), ...), such that the original + integers are exactly those x such that start_i <= x < end_i for some i. + + Ranges are encoded as single integers (start << 32 | end), not as tuples. + """ + + sorted_list = sorted(list_) + ranges = [] + last_write = -1 + for i in range(len(sorted_list)): + if i+1 < len(sorted_list): + if sorted_list[i] == sorted_list[i+1]-1: + continue + current_range = sorted_list[last_write+1:i+1] + ranges.append(_encode_range(current_range[0], current_range[-1] + 1)) + last_write = i + + return tuple(ranges) + +def _encode_range(start: int, end: int) -> int: + return (start << 32) | end + +def _decode_range(r: int) -> Tuple[int, int]: + return (r >> 32), (r & ((1 << 32) - 1)) + + +def intranges_contain(int_: int, ranges: Tuple[int, ...]) -> bool: + """Determine if `int_` falls into one of the ranges in `ranges`.""" + tuple_ = _encode_range(int_, 0) + pos = bisect.bisect_left(ranges, tuple_) + # we could be immediately ahead of a tuple (start, end) + # with start < int_ <= end + if pos > 0: + left, right = _decode_range(ranges[pos-1]) + if left <= int_ < right: + return True + # or we could be immediately behind a tuple (int_, end) + if pos < len(ranges): + left, _ = _decode_range(ranges[pos]) + if left == int_: + return True + return False diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py new file mode 100644 index 00000000..8501893b --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py @@ -0,0 +1,2 @@ +__version__ = '3.4' + diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/py.typed b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py new file mode 100644 index 00000000..186796c1 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py @@ -0,0 +1,8600 @@ +# This file is automatically generated by tools/idna-data +# vim: set fileencoding=utf-8 : + +from typing import List, Tuple, Union + + +"""IDNA Mapping Table from UTS46.""" + + +__version__ = '15.0.0' +def _seg_0() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x0, '3'), + (0x1, '3'), + (0x2, '3'), + (0x3, '3'), + (0x4, '3'), + (0x5, '3'), + (0x6, '3'), + (0x7, '3'), + (0x8, '3'), + (0x9, '3'), + (0xA, '3'), + (0xB, '3'), + (0xC, '3'), + (0xD, '3'), + (0xE, '3'), + (0xF, '3'), + (0x10, '3'), + (0x11, '3'), + (0x12, '3'), + (0x13, '3'), + (0x14, '3'), + (0x15, '3'), + (0x16, '3'), + (0x17, '3'), + (0x18, '3'), + (0x19, '3'), + (0x1A, '3'), + (0x1B, '3'), + (0x1C, '3'), + (0x1D, '3'), + (0x1E, '3'), + (0x1F, '3'), + (0x20, '3'), + (0x21, '3'), + (0x22, '3'), + (0x23, '3'), + (0x24, '3'), + (0x25, '3'), + (0x26, '3'), + (0x27, '3'), + (0x28, '3'), + (0x29, '3'), + (0x2A, '3'), + (0x2B, '3'), + (0x2C, '3'), + (0x2D, 'V'), + (0x2E, 'V'), + (0x2F, '3'), + (0x30, 'V'), + (0x31, 'V'), + (0x32, 'V'), + (0x33, 'V'), + (0x34, 'V'), + (0x35, 'V'), + (0x36, 'V'), + (0x37, 'V'), + (0x38, 'V'), + (0x39, 'V'), + (0x3A, '3'), + (0x3B, '3'), + (0x3C, '3'), + (0x3D, '3'), + (0x3E, '3'), + (0x3F, '3'), + (0x40, '3'), + (0x41, 'M', 'a'), + (0x42, 'M', 'b'), + (0x43, 'M', 'c'), + (0x44, 'M', 'd'), + (0x45, 'M', 'e'), + (0x46, 'M', 'f'), + (0x47, 'M', 'g'), + (0x48, 'M', 'h'), + (0x49, 'M', 'i'), + (0x4A, 'M', 'j'), + (0x4B, 'M', 'k'), + (0x4C, 'M', 'l'), + (0x4D, 'M', 'm'), + (0x4E, 'M', 'n'), + (0x4F, 'M', 'o'), + (0x50, 'M', 'p'), + (0x51, 'M', 'q'), + (0x52, 'M', 'r'), + (0x53, 'M', 's'), + (0x54, 'M', 't'), + (0x55, 'M', 'u'), + (0x56, 'M', 'v'), + (0x57, 'M', 'w'), + (0x58, 'M', 'x'), + (0x59, 'M', 'y'), + (0x5A, 'M', 'z'), + (0x5B, '3'), + (0x5C, '3'), + (0x5D, '3'), + (0x5E, '3'), + (0x5F, '3'), + (0x60, '3'), + (0x61, 'V'), + (0x62, 'V'), + (0x63, 'V'), + ] + +def _seg_1() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x64, 'V'), + (0x65, 'V'), + (0x66, 'V'), + (0x67, 'V'), + (0x68, 'V'), + (0x69, 'V'), + (0x6A, 'V'), + (0x6B, 'V'), + (0x6C, 'V'), + (0x6D, 'V'), + (0x6E, 'V'), + (0x6F, 'V'), + (0x70, 'V'), + (0x71, 'V'), + (0x72, 'V'), + (0x73, 'V'), + (0x74, 'V'), + (0x75, 'V'), + (0x76, 'V'), + (0x77, 'V'), + (0x78, 'V'), + (0x79, 'V'), + (0x7A, 'V'), + (0x7B, '3'), + (0x7C, '3'), + (0x7D, '3'), + (0x7E, '3'), + (0x7F, '3'), + (0x80, 'X'), + (0x81, 'X'), + (0x82, 'X'), + (0x83, 'X'), + (0x84, 'X'), + (0x85, 'X'), + (0x86, 'X'), + (0x87, 'X'), + (0x88, 'X'), + (0x89, 'X'), + (0x8A, 'X'), + (0x8B, 'X'), + (0x8C, 'X'), + (0x8D, 'X'), + (0x8E, 'X'), + (0x8F, 'X'), + (0x90, 'X'), + (0x91, 'X'), + (0x92, 'X'), + (0x93, 'X'), + (0x94, 'X'), + (0x95, 'X'), + (0x96, 'X'), + (0x97, 'X'), + (0x98, 'X'), + (0x99, 'X'), + (0x9A, 'X'), + (0x9B, 'X'), + (0x9C, 'X'), + (0x9D, 'X'), + (0x9E, 'X'), + (0x9F, 'X'), + (0xA0, '3', ' '), + (0xA1, 'V'), + (0xA2, 'V'), + (0xA3, 'V'), + (0xA4, 'V'), + (0xA5, 'V'), + (0xA6, 'V'), + (0xA7, 'V'), + (0xA8, '3', ' ̈'), + (0xA9, 'V'), + (0xAA, 'M', 'a'), + (0xAB, 'V'), + (0xAC, 'V'), + (0xAD, 'I'), + (0xAE, 'V'), + (0xAF, '3', ' ̄'), + (0xB0, 'V'), + (0xB1, 'V'), + (0xB2, 'M', '2'), + (0xB3, 'M', '3'), + (0xB4, '3', ' ́'), + (0xB5, 'M', 'μ'), + (0xB6, 'V'), + (0xB7, 'V'), + (0xB8, '3', ' ̧'), + (0xB9, 'M', '1'), + (0xBA, 'M', 'o'), + (0xBB, 'V'), + (0xBC, 'M', '1⁄4'), + (0xBD, 'M', '1⁄2'), + (0xBE, 'M', '3⁄4'), + (0xBF, 'V'), + (0xC0, 'M', 'à'), + (0xC1, 'M', 'á'), + (0xC2, 'M', 'â'), + (0xC3, 'M', 'ã'), + (0xC4, 'M', 'ä'), + (0xC5, 'M', 'å'), + (0xC6, 'M', 'æ'), + (0xC7, 'M', 'ç'), + ] + +def _seg_2() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xC8, 'M', 'è'), + (0xC9, 'M', 'é'), + (0xCA, 'M', 'ê'), + (0xCB, 'M', 'ë'), + (0xCC, 'M', 'ì'), + (0xCD, 'M', 'í'), + (0xCE, 'M', 'î'), + (0xCF, 'M', 'ï'), + (0xD0, 'M', 'ð'), + (0xD1, 'M', 'ñ'), + (0xD2, 'M', 'ò'), + (0xD3, 'M', 'ó'), + (0xD4, 'M', 'ô'), + (0xD5, 'M', 'õ'), + (0xD6, 'M', 'ö'), + (0xD7, 'V'), + (0xD8, 'M', 'ø'), + (0xD9, 'M', 'ù'), + (0xDA, 'M', 'ú'), + (0xDB, 'M', 'û'), + (0xDC, 'M', 'ü'), + (0xDD, 'M', 'ý'), + (0xDE, 'M', 'þ'), + (0xDF, 'D', 'ss'), + (0xE0, 'V'), + (0xE1, 'V'), + (0xE2, 'V'), + (0xE3, 'V'), + (0xE4, 'V'), + (0xE5, 'V'), + (0xE6, 'V'), + (0xE7, 'V'), + (0xE8, 'V'), + (0xE9, 'V'), + (0xEA, 'V'), + (0xEB, 'V'), + (0xEC, 'V'), + (0xED, 'V'), + (0xEE, 'V'), + (0xEF, 'V'), + (0xF0, 'V'), + (0xF1, 'V'), + (0xF2, 'V'), + (0xF3, 'V'), + (0xF4, 'V'), + (0xF5, 'V'), + (0xF6, 'V'), + (0xF7, 'V'), + (0xF8, 'V'), + (0xF9, 'V'), + (0xFA, 'V'), + (0xFB, 'V'), + (0xFC, 'V'), + (0xFD, 'V'), + (0xFE, 'V'), + (0xFF, 'V'), + (0x100, 'M', 'ā'), + (0x101, 'V'), + (0x102, 'M', 'ă'), + (0x103, 'V'), + (0x104, 'M', 'ą'), + (0x105, 'V'), + (0x106, 'M', 'ć'), + (0x107, 'V'), + (0x108, 'M', 'ĉ'), + (0x109, 'V'), + (0x10A, 'M', 'ċ'), + (0x10B, 'V'), + (0x10C, 'M', 'č'), + (0x10D, 'V'), + (0x10E, 'M', 'ď'), + (0x10F, 'V'), + (0x110, 'M', 'đ'), + (0x111, 'V'), + (0x112, 'M', 'ē'), + (0x113, 'V'), + (0x114, 'M', 'ĕ'), + (0x115, 'V'), + (0x116, 'M', 'ė'), + (0x117, 'V'), + (0x118, 'M', 'ę'), + (0x119, 'V'), + (0x11A, 'M', 'ě'), + (0x11B, 'V'), + (0x11C, 'M', 'ĝ'), + (0x11D, 'V'), + (0x11E, 'M', 'ğ'), + (0x11F, 'V'), + (0x120, 'M', 'ġ'), + (0x121, 'V'), + (0x122, 'M', 'ģ'), + (0x123, 'V'), + (0x124, 'M', 'ĥ'), + (0x125, 'V'), + (0x126, 'M', 'ħ'), + (0x127, 'V'), + (0x128, 'M', 'ĩ'), + (0x129, 'V'), + (0x12A, 'M', 'ī'), + (0x12B, 'V'), + ] + +def _seg_3() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x12C, 'M', 'ĭ'), + (0x12D, 'V'), + (0x12E, 'M', 'į'), + (0x12F, 'V'), + (0x130, 'M', 'i̇'), + (0x131, 'V'), + (0x132, 'M', 'ij'), + (0x134, 'M', 'ĵ'), + (0x135, 'V'), + (0x136, 'M', 'ķ'), + (0x137, 'V'), + (0x139, 'M', 'ĺ'), + (0x13A, 'V'), + (0x13B, 'M', 'ļ'), + (0x13C, 'V'), + (0x13D, 'M', 'ľ'), + (0x13E, 'V'), + (0x13F, 'M', 'l·'), + (0x141, 'M', 'ł'), + (0x142, 'V'), + (0x143, 'M', 'ń'), + (0x144, 'V'), + (0x145, 'M', 'ņ'), + (0x146, 'V'), + (0x147, 'M', 'ň'), + (0x148, 'V'), + (0x149, 'M', 'ʼn'), + (0x14A, 'M', 'ŋ'), + (0x14B, 'V'), + (0x14C, 'M', 'ō'), + (0x14D, 'V'), + (0x14E, 'M', 'ŏ'), + (0x14F, 'V'), + (0x150, 'M', 'ő'), + (0x151, 'V'), + (0x152, 'M', 'œ'), + (0x153, 'V'), + (0x154, 'M', 'ŕ'), + (0x155, 'V'), + (0x156, 'M', 'ŗ'), + (0x157, 'V'), + (0x158, 'M', 'ř'), + (0x159, 'V'), + (0x15A, 'M', 'ś'), + (0x15B, 'V'), + (0x15C, 'M', 'ŝ'), + (0x15D, 'V'), + (0x15E, 'M', 'ş'), + (0x15F, 'V'), + (0x160, 'M', 'š'), + (0x161, 'V'), + (0x162, 'M', 'ţ'), + (0x163, 'V'), + (0x164, 'M', 'ť'), + (0x165, 'V'), + (0x166, 'M', 'ŧ'), + (0x167, 'V'), + (0x168, 'M', 'ũ'), + (0x169, 'V'), + (0x16A, 'M', 'ū'), + (0x16B, 'V'), + (0x16C, 'M', 'ŭ'), + (0x16D, 'V'), + (0x16E, 'M', 'ů'), + (0x16F, 'V'), + (0x170, 'M', 'ű'), + (0x171, 'V'), + (0x172, 'M', 'ų'), + (0x173, 'V'), + (0x174, 'M', 'ŵ'), + (0x175, 'V'), + (0x176, 'M', 'ŷ'), + (0x177, 'V'), + (0x178, 'M', 'ÿ'), + (0x179, 'M', 'ź'), + (0x17A, 'V'), + (0x17B, 'M', 'ż'), + (0x17C, 'V'), + (0x17D, 'M', 'ž'), + (0x17E, 'V'), + (0x17F, 'M', 's'), + (0x180, 'V'), + (0x181, 'M', 'ɓ'), + (0x182, 'M', 'ƃ'), + (0x183, 'V'), + (0x184, 'M', 'ƅ'), + (0x185, 'V'), + (0x186, 'M', 'ɔ'), + (0x187, 'M', 'ƈ'), + (0x188, 'V'), + (0x189, 'M', 'ɖ'), + (0x18A, 'M', 'ɗ'), + (0x18B, 'M', 'ƌ'), + (0x18C, 'V'), + (0x18E, 'M', 'ǝ'), + (0x18F, 'M', 'ə'), + (0x190, 'M', 'ɛ'), + (0x191, 'M', 'ƒ'), + (0x192, 'V'), + (0x193, 'M', 'ɠ'), + ] + +def _seg_4() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x194, 'M', 'ɣ'), + (0x195, 'V'), + (0x196, 'M', 'ɩ'), + (0x197, 'M', 'ɨ'), + (0x198, 'M', 'ƙ'), + (0x199, 'V'), + (0x19C, 'M', 'ɯ'), + (0x19D, 'M', 'ɲ'), + (0x19E, 'V'), + (0x19F, 'M', 'ɵ'), + (0x1A0, 'M', 'ơ'), + (0x1A1, 'V'), + (0x1A2, 'M', 'ƣ'), + (0x1A3, 'V'), + (0x1A4, 'M', 'ƥ'), + (0x1A5, 'V'), + (0x1A6, 'M', 'ʀ'), + (0x1A7, 'M', 'ƨ'), + (0x1A8, 'V'), + (0x1A9, 'M', 'ʃ'), + (0x1AA, 'V'), + (0x1AC, 'M', 'ƭ'), + (0x1AD, 'V'), + (0x1AE, 'M', 'ʈ'), + (0x1AF, 'M', 'ư'), + (0x1B0, 'V'), + (0x1B1, 'M', 'ʊ'), + (0x1B2, 'M', 'ʋ'), + (0x1B3, 'M', 'ƴ'), + (0x1B4, 'V'), + (0x1B5, 'M', 'ƶ'), + (0x1B6, 'V'), + (0x1B7, 'M', 'ʒ'), + (0x1B8, 'M', 'ƹ'), + (0x1B9, 'V'), + (0x1BC, 'M', 'ƽ'), + (0x1BD, 'V'), + (0x1C4, 'M', 'dž'), + (0x1C7, 'M', 'lj'), + (0x1CA, 'M', 'nj'), + (0x1CD, 'M', 'ǎ'), + (0x1CE, 'V'), + (0x1CF, 'M', 'ǐ'), + (0x1D0, 'V'), + (0x1D1, 'M', 'ǒ'), + (0x1D2, 'V'), + (0x1D3, 'M', 'ǔ'), + (0x1D4, 'V'), + (0x1D5, 'M', 'ǖ'), + (0x1D6, 'V'), + (0x1D7, 'M', 'ǘ'), + (0x1D8, 'V'), + (0x1D9, 'M', 'ǚ'), + (0x1DA, 'V'), + (0x1DB, 'M', 'ǜ'), + (0x1DC, 'V'), + (0x1DE, 'M', 'ǟ'), + (0x1DF, 'V'), + (0x1E0, 'M', 'ǡ'), + (0x1E1, 'V'), + (0x1E2, 'M', 'ǣ'), + (0x1E3, 'V'), + (0x1E4, 'M', 'ǥ'), + (0x1E5, 'V'), + (0x1E6, 'M', 'ǧ'), + (0x1E7, 'V'), + (0x1E8, 'M', 'ǩ'), + (0x1E9, 'V'), + (0x1EA, 'M', 'ǫ'), + (0x1EB, 'V'), + (0x1EC, 'M', 'ǭ'), + (0x1ED, 'V'), + (0x1EE, 'M', 'ǯ'), + (0x1EF, 'V'), + (0x1F1, 'M', 'dz'), + (0x1F4, 'M', 'ǵ'), + (0x1F5, 'V'), + (0x1F6, 'M', 'ƕ'), + (0x1F7, 'M', 'ƿ'), + (0x1F8, 'M', 'ǹ'), + (0x1F9, 'V'), + (0x1FA, 'M', 'ǻ'), + (0x1FB, 'V'), + (0x1FC, 'M', 'ǽ'), + (0x1FD, 'V'), + (0x1FE, 'M', 'ǿ'), + (0x1FF, 'V'), + (0x200, 'M', 'ȁ'), + (0x201, 'V'), + (0x202, 'M', 'ȃ'), + (0x203, 'V'), + (0x204, 'M', 'ȅ'), + (0x205, 'V'), + (0x206, 'M', 'ȇ'), + (0x207, 'V'), + (0x208, 'M', 'ȉ'), + (0x209, 'V'), + (0x20A, 'M', 'ȋ'), + (0x20B, 'V'), + (0x20C, 'M', 'ȍ'), + ] + +def _seg_5() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x20D, 'V'), + (0x20E, 'M', 'ȏ'), + (0x20F, 'V'), + (0x210, 'M', 'ȑ'), + (0x211, 'V'), + (0x212, 'M', 'ȓ'), + (0x213, 'V'), + (0x214, 'M', 'ȕ'), + (0x215, 'V'), + (0x216, 'M', 'ȗ'), + (0x217, 'V'), + (0x218, 'M', 'ș'), + (0x219, 'V'), + (0x21A, 'M', 'ț'), + (0x21B, 'V'), + (0x21C, 'M', 'ȝ'), + (0x21D, 'V'), + (0x21E, 'M', 'ȟ'), + (0x21F, 'V'), + (0x220, 'M', 'ƞ'), + (0x221, 'V'), + (0x222, 'M', 'ȣ'), + (0x223, 'V'), + (0x224, 'M', 'ȥ'), + (0x225, 'V'), + (0x226, 'M', 'ȧ'), + (0x227, 'V'), + (0x228, 'M', 'ȩ'), + (0x229, 'V'), + (0x22A, 'M', 'ȫ'), + (0x22B, 'V'), + (0x22C, 'M', 'ȭ'), + (0x22D, 'V'), + (0x22E, 'M', 'ȯ'), + (0x22F, 'V'), + (0x230, 'M', 'ȱ'), + (0x231, 'V'), + (0x232, 'M', 'ȳ'), + (0x233, 'V'), + (0x23A, 'M', 'ⱥ'), + (0x23B, 'M', 'ȼ'), + (0x23C, 'V'), + (0x23D, 'M', 'ƚ'), + (0x23E, 'M', 'ⱦ'), + (0x23F, 'V'), + (0x241, 'M', 'ɂ'), + (0x242, 'V'), + (0x243, 'M', 'ƀ'), + (0x244, 'M', 'ʉ'), + (0x245, 'M', 'ʌ'), + (0x246, 'M', 'ɇ'), + (0x247, 'V'), + (0x248, 'M', 'ɉ'), + (0x249, 'V'), + (0x24A, 'M', 'ɋ'), + (0x24B, 'V'), + (0x24C, 'M', 'ɍ'), + (0x24D, 'V'), + (0x24E, 'M', 'ɏ'), + (0x24F, 'V'), + (0x2B0, 'M', 'h'), + (0x2B1, 'M', 'ɦ'), + (0x2B2, 'M', 'j'), + (0x2B3, 'M', 'r'), + (0x2B4, 'M', 'ɹ'), + (0x2B5, 'M', 'ɻ'), + (0x2B6, 'M', 'ʁ'), + (0x2B7, 'M', 'w'), + (0x2B8, 'M', 'y'), + (0x2B9, 'V'), + (0x2D8, '3', ' ̆'), + (0x2D9, '3', ' ̇'), + (0x2DA, '3', ' ̊'), + (0x2DB, '3', ' ̨'), + (0x2DC, '3', ' ̃'), + (0x2DD, '3', ' ̋'), + (0x2DE, 'V'), + (0x2E0, 'M', 'ɣ'), + (0x2E1, 'M', 'l'), + (0x2E2, 'M', 's'), + (0x2E3, 'M', 'x'), + (0x2E4, 'M', 'ʕ'), + (0x2E5, 'V'), + (0x340, 'M', '̀'), + (0x341, 'M', '́'), + (0x342, 'V'), + (0x343, 'M', '̓'), + (0x344, 'M', '̈́'), + (0x345, 'M', 'ι'), + (0x346, 'V'), + (0x34F, 'I'), + (0x350, 'V'), + (0x370, 'M', 'ͱ'), + (0x371, 'V'), + (0x372, 'M', 'ͳ'), + (0x373, 'V'), + (0x374, 'M', 'ʹ'), + (0x375, 'V'), + (0x376, 'M', 'ͷ'), + (0x377, 'V'), + ] + +def _seg_6() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x378, 'X'), + (0x37A, '3', ' ι'), + (0x37B, 'V'), + (0x37E, '3', ';'), + (0x37F, 'M', 'ϳ'), + (0x380, 'X'), + (0x384, '3', ' ́'), + (0x385, '3', ' ̈́'), + (0x386, 'M', 'ά'), + (0x387, 'M', '·'), + (0x388, 'M', 'έ'), + (0x389, 'M', 'ή'), + (0x38A, 'M', 'ί'), + (0x38B, 'X'), + (0x38C, 'M', 'ό'), + (0x38D, 'X'), + (0x38E, 'M', 'ύ'), + (0x38F, 'M', 'ώ'), + (0x390, 'V'), + (0x391, 'M', 'α'), + (0x392, 'M', 'β'), + (0x393, 'M', 'γ'), + (0x394, 'M', 'δ'), + (0x395, 'M', 'ε'), + (0x396, 'M', 'ζ'), + (0x397, 'M', 'η'), + (0x398, 'M', 'θ'), + (0x399, 'M', 'ι'), + (0x39A, 'M', 'κ'), + (0x39B, 'M', 'λ'), + (0x39C, 'M', 'μ'), + (0x39D, 'M', 'ν'), + (0x39E, 'M', 'ξ'), + (0x39F, 'M', 'ο'), + (0x3A0, 'M', 'π'), + (0x3A1, 'M', 'ρ'), + (0x3A2, 'X'), + (0x3A3, 'M', 'σ'), + (0x3A4, 'M', 'τ'), + (0x3A5, 'M', 'υ'), + (0x3A6, 'M', 'φ'), + (0x3A7, 'M', 'χ'), + (0x3A8, 'M', 'ψ'), + (0x3A9, 'M', 'ω'), + (0x3AA, 'M', 'ϊ'), + (0x3AB, 'M', 'ϋ'), + (0x3AC, 'V'), + (0x3C2, 'D', 'σ'), + (0x3C3, 'V'), + (0x3CF, 'M', 'ϗ'), + (0x3D0, 'M', 'β'), + (0x3D1, 'M', 'θ'), + (0x3D2, 'M', 'υ'), + (0x3D3, 'M', 'ύ'), + (0x3D4, 'M', 'ϋ'), + (0x3D5, 'M', 'φ'), + (0x3D6, 'M', 'π'), + (0x3D7, 'V'), + (0x3D8, 'M', 'ϙ'), + (0x3D9, 'V'), + (0x3DA, 'M', 'ϛ'), + (0x3DB, 'V'), + (0x3DC, 'M', 'ϝ'), + (0x3DD, 'V'), + (0x3DE, 'M', 'ϟ'), + (0x3DF, 'V'), + (0x3E0, 'M', 'ϡ'), + (0x3E1, 'V'), + (0x3E2, 'M', 'ϣ'), + (0x3E3, 'V'), + (0x3E4, 'M', 'ϥ'), + (0x3E5, 'V'), + (0x3E6, 'M', 'ϧ'), + (0x3E7, 'V'), + (0x3E8, 'M', 'ϩ'), + (0x3E9, 'V'), + (0x3EA, 'M', 'ϫ'), + (0x3EB, 'V'), + (0x3EC, 'M', 'ϭ'), + (0x3ED, 'V'), + (0x3EE, 'M', 'ϯ'), + (0x3EF, 'V'), + (0x3F0, 'M', 'κ'), + (0x3F1, 'M', 'ρ'), + (0x3F2, 'M', 'σ'), + (0x3F3, 'V'), + (0x3F4, 'M', 'θ'), + (0x3F5, 'M', 'ε'), + (0x3F6, 'V'), + (0x3F7, 'M', 'ϸ'), + (0x3F8, 'V'), + (0x3F9, 'M', 'σ'), + (0x3FA, 'M', 'ϻ'), + (0x3FB, 'V'), + (0x3FD, 'M', 'ͻ'), + (0x3FE, 'M', 'ͼ'), + (0x3FF, 'M', 'ͽ'), + (0x400, 'M', 'ѐ'), + (0x401, 'M', 'ё'), + (0x402, 'M', 'ђ'), + ] + +def _seg_7() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x403, 'M', 'ѓ'), + (0x404, 'M', 'є'), + (0x405, 'M', 'ѕ'), + (0x406, 'M', 'і'), + (0x407, 'M', 'ї'), + (0x408, 'M', 'ј'), + (0x409, 'M', 'љ'), + (0x40A, 'M', 'њ'), + (0x40B, 'M', 'ћ'), + (0x40C, 'M', 'ќ'), + (0x40D, 'M', 'ѝ'), + (0x40E, 'M', 'ў'), + (0x40F, 'M', 'џ'), + (0x410, 'M', 'а'), + (0x411, 'M', 'б'), + (0x412, 'M', 'в'), + (0x413, 'M', 'г'), + (0x414, 'M', 'д'), + (0x415, 'M', 'е'), + (0x416, 'M', 'ж'), + (0x417, 'M', 'з'), + (0x418, 'M', 'и'), + (0x419, 'M', 'й'), + (0x41A, 'M', 'к'), + (0x41B, 'M', 'л'), + (0x41C, 'M', 'м'), + (0x41D, 'M', 'н'), + (0x41E, 'M', 'о'), + (0x41F, 'M', 'п'), + (0x420, 'M', 'р'), + (0x421, 'M', 'с'), + (0x422, 'M', 'т'), + (0x423, 'M', 'у'), + (0x424, 'M', 'ф'), + (0x425, 'M', 'х'), + (0x426, 'M', 'ц'), + (0x427, 'M', 'ч'), + (0x428, 'M', 'ш'), + (0x429, 'M', 'щ'), + (0x42A, 'M', 'ъ'), + (0x42B, 'M', 'ы'), + (0x42C, 'M', 'ь'), + (0x42D, 'M', 'э'), + (0x42E, 'M', 'ю'), + (0x42F, 'M', 'я'), + (0x430, 'V'), + (0x460, 'M', 'ѡ'), + (0x461, 'V'), + (0x462, 'M', 'ѣ'), + (0x463, 'V'), + (0x464, 'M', 'ѥ'), + (0x465, 'V'), + (0x466, 'M', 'ѧ'), + (0x467, 'V'), + (0x468, 'M', 'ѩ'), + (0x469, 'V'), + (0x46A, 'M', 'ѫ'), + (0x46B, 'V'), + (0x46C, 'M', 'ѭ'), + (0x46D, 'V'), + (0x46E, 'M', 'ѯ'), + (0x46F, 'V'), + (0x470, 'M', 'ѱ'), + (0x471, 'V'), + (0x472, 'M', 'ѳ'), + (0x473, 'V'), + (0x474, 'M', 'ѵ'), + (0x475, 'V'), + (0x476, 'M', 'ѷ'), + (0x477, 'V'), + (0x478, 'M', 'ѹ'), + (0x479, 'V'), + (0x47A, 'M', 'ѻ'), + (0x47B, 'V'), + (0x47C, 'M', 'ѽ'), + (0x47D, 'V'), + (0x47E, 'M', 'ѿ'), + (0x47F, 'V'), + (0x480, 'M', 'ҁ'), + (0x481, 'V'), + (0x48A, 'M', 'ҋ'), + (0x48B, 'V'), + (0x48C, 'M', 'ҍ'), + (0x48D, 'V'), + (0x48E, 'M', 'ҏ'), + (0x48F, 'V'), + (0x490, 'M', 'ґ'), + (0x491, 'V'), + (0x492, 'M', 'ғ'), + (0x493, 'V'), + (0x494, 'M', 'ҕ'), + (0x495, 'V'), + (0x496, 'M', 'җ'), + (0x497, 'V'), + (0x498, 'M', 'ҙ'), + (0x499, 'V'), + (0x49A, 'M', 'қ'), + (0x49B, 'V'), + (0x49C, 'M', 'ҝ'), + (0x49D, 'V'), + ] + +def _seg_8() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x49E, 'M', 'ҟ'), + (0x49F, 'V'), + (0x4A0, 'M', 'ҡ'), + (0x4A1, 'V'), + (0x4A2, 'M', 'ң'), + (0x4A3, 'V'), + (0x4A4, 'M', 'ҥ'), + (0x4A5, 'V'), + (0x4A6, 'M', 'ҧ'), + (0x4A7, 'V'), + (0x4A8, 'M', 'ҩ'), + (0x4A9, 'V'), + (0x4AA, 'M', 'ҫ'), + (0x4AB, 'V'), + (0x4AC, 'M', 'ҭ'), + (0x4AD, 'V'), + (0x4AE, 'M', 'ү'), + (0x4AF, 'V'), + (0x4B0, 'M', 'ұ'), + (0x4B1, 'V'), + (0x4B2, 'M', 'ҳ'), + (0x4B3, 'V'), + (0x4B4, 'M', 'ҵ'), + (0x4B5, 'V'), + (0x4B6, 'M', 'ҷ'), + (0x4B7, 'V'), + (0x4B8, 'M', 'ҹ'), + (0x4B9, 'V'), + (0x4BA, 'M', 'һ'), + (0x4BB, 'V'), + (0x4BC, 'M', 'ҽ'), + (0x4BD, 'V'), + (0x4BE, 'M', 'ҿ'), + (0x4BF, 'V'), + (0x4C0, 'X'), + (0x4C1, 'M', 'ӂ'), + (0x4C2, 'V'), + (0x4C3, 'M', 'ӄ'), + (0x4C4, 'V'), + (0x4C5, 'M', 'ӆ'), + (0x4C6, 'V'), + (0x4C7, 'M', 'ӈ'), + (0x4C8, 'V'), + (0x4C9, 'M', 'ӊ'), + (0x4CA, 'V'), + (0x4CB, 'M', 'ӌ'), + (0x4CC, 'V'), + (0x4CD, 'M', 'ӎ'), + (0x4CE, 'V'), + (0x4D0, 'M', 'ӑ'), + (0x4D1, 'V'), + (0x4D2, 'M', 'ӓ'), + (0x4D3, 'V'), + (0x4D4, 'M', 'ӕ'), + (0x4D5, 'V'), + (0x4D6, 'M', 'ӗ'), + (0x4D7, 'V'), + (0x4D8, 'M', 'ә'), + (0x4D9, 'V'), + (0x4DA, 'M', 'ӛ'), + (0x4DB, 'V'), + (0x4DC, 'M', 'ӝ'), + (0x4DD, 'V'), + (0x4DE, 'M', 'ӟ'), + (0x4DF, 'V'), + (0x4E0, 'M', 'ӡ'), + (0x4E1, 'V'), + (0x4E2, 'M', 'ӣ'), + (0x4E3, 'V'), + (0x4E4, 'M', 'ӥ'), + (0x4E5, 'V'), + (0x4E6, 'M', 'ӧ'), + (0x4E7, 'V'), + (0x4E8, 'M', 'ө'), + (0x4E9, 'V'), + (0x4EA, 'M', 'ӫ'), + (0x4EB, 'V'), + (0x4EC, 'M', 'ӭ'), + (0x4ED, 'V'), + (0x4EE, 'M', 'ӯ'), + (0x4EF, 'V'), + (0x4F0, 'M', 'ӱ'), + (0x4F1, 'V'), + (0x4F2, 'M', 'ӳ'), + (0x4F3, 'V'), + (0x4F4, 'M', 'ӵ'), + (0x4F5, 'V'), + (0x4F6, 'M', 'ӷ'), + (0x4F7, 'V'), + (0x4F8, 'M', 'ӹ'), + (0x4F9, 'V'), + (0x4FA, 'M', 'ӻ'), + (0x4FB, 'V'), + (0x4FC, 'M', 'ӽ'), + (0x4FD, 'V'), + (0x4FE, 'M', 'ӿ'), + (0x4FF, 'V'), + (0x500, 'M', 'ԁ'), + (0x501, 'V'), + (0x502, 'M', 'ԃ'), + ] + +def _seg_9() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x503, 'V'), + (0x504, 'M', 'ԅ'), + (0x505, 'V'), + (0x506, 'M', 'ԇ'), + (0x507, 'V'), + (0x508, 'M', 'ԉ'), + (0x509, 'V'), + (0x50A, 'M', 'ԋ'), + (0x50B, 'V'), + (0x50C, 'M', 'ԍ'), + (0x50D, 'V'), + (0x50E, 'M', 'ԏ'), + (0x50F, 'V'), + (0x510, 'M', 'ԑ'), + (0x511, 'V'), + (0x512, 'M', 'ԓ'), + (0x513, 'V'), + (0x514, 'M', 'ԕ'), + (0x515, 'V'), + (0x516, 'M', 'ԗ'), + (0x517, 'V'), + (0x518, 'M', 'ԙ'), + (0x519, 'V'), + (0x51A, 'M', 'ԛ'), + (0x51B, 'V'), + (0x51C, 'M', 'ԝ'), + (0x51D, 'V'), + (0x51E, 'M', 'ԟ'), + (0x51F, 'V'), + (0x520, 'M', 'ԡ'), + (0x521, 'V'), + (0x522, 'M', 'ԣ'), + (0x523, 'V'), + (0x524, 'M', 'ԥ'), + (0x525, 'V'), + (0x526, 'M', 'ԧ'), + (0x527, 'V'), + (0x528, 'M', 'ԩ'), + (0x529, 'V'), + (0x52A, 'M', 'ԫ'), + (0x52B, 'V'), + (0x52C, 'M', 'ԭ'), + (0x52D, 'V'), + (0x52E, 'M', 'ԯ'), + (0x52F, 'V'), + (0x530, 'X'), + (0x531, 'M', 'ա'), + (0x532, 'M', 'բ'), + (0x533, 'M', 'գ'), + (0x534, 'M', 'դ'), + (0x535, 'M', 'ե'), + (0x536, 'M', 'զ'), + (0x537, 'M', 'է'), + (0x538, 'M', 'ը'), + (0x539, 'M', 'թ'), + (0x53A, 'M', 'ժ'), + (0x53B, 'M', 'ի'), + (0x53C, 'M', 'լ'), + (0x53D, 'M', 'խ'), + (0x53E, 'M', 'ծ'), + (0x53F, 'M', 'կ'), + (0x540, 'M', 'հ'), + (0x541, 'M', 'ձ'), + (0x542, 'M', 'ղ'), + (0x543, 'M', 'ճ'), + (0x544, 'M', 'մ'), + (0x545, 'M', 'յ'), + (0x546, 'M', 'ն'), + (0x547, 'M', 'շ'), + (0x548, 'M', 'ո'), + (0x549, 'M', 'չ'), + (0x54A, 'M', 'պ'), + (0x54B, 'M', 'ջ'), + (0x54C, 'M', 'ռ'), + (0x54D, 'M', 'ս'), + (0x54E, 'M', 'վ'), + (0x54F, 'M', 'տ'), + (0x550, 'M', 'ր'), + (0x551, 'M', 'ց'), + (0x552, 'M', 'ւ'), + (0x553, 'M', 'փ'), + (0x554, 'M', 'ք'), + (0x555, 'M', 'օ'), + (0x556, 'M', 'ֆ'), + (0x557, 'X'), + (0x559, 'V'), + (0x587, 'M', 'եւ'), + (0x588, 'V'), + (0x58B, 'X'), + (0x58D, 'V'), + (0x590, 'X'), + (0x591, 'V'), + (0x5C8, 'X'), + (0x5D0, 'V'), + (0x5EB, 'X'), + (0x5EF, 'V'), + (0x5F5, 'X'), + (0x606, 'V'), + (0x61C, 'X'), + (0x61D, 'V'), + ] + +def _seg_10() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x675, 'M', 'اٴ'), + (0x676, 'M', 'وٴ'), + (0x677, 'M', 'ۇٴ'), + (0x678, 'M', 'يٴ'), + (0x679, 'V'), + (0x6DD, 'X'), + (0x6DE, 'V'), + (0x70E, 'X'), + (0x710, 'V'), + (0x74B, 'X'), + (0x74D, 'V'), + (0x7B2, 'X'), + (0x7C0, 'V'), + (0x7FB, 'X'), + (0x7FD, 'V'), + (0x82E, 'X'), + (0x830, 'V'), + (0x83F, 'X'), + (0x840, 'V'), + (0x85C, 'X'), + (0x85E, 'V'), + (0x85F, 'X'), + (0x860, 'V'), + (0x86B, 'X'), + (0x870, 'V'), + (0x88F, 'X'), + (0x898, 'V'), + (0x8E2, 'X'), + (0x8E3, 'V'), + (0x958, 'M', 'क़'), + (0x959, 'M', 'ख़'), + (0x95A, 'M', 'ग़'), + (0x95B, 'M', 'ज़'), + (0x95C, 'M', 'ड़'), + (0x95D, 'M', 'ढ़'), + (0x95E, 'M', 'फ़'), + (0x95F, 'M', 'य़'), + (0x960, 'V'), + (0x984, 'X'), + (0x985, 'V'), + (0x98D, 'X'), + (0x98F, 'V'), + (0x991, 'X'), + (0x993, 'V'), + (0x9A9, 'X'), + (0x9AA, 'V'), + (0x9B1, 'X'), + (0x9B2, 'V'), + (0x9B3, 'X'), + (0x9B6, 'V'), + (0x9BA, 'X'), + (0x9BC, 'V'), + (0x9C5, 'X'), + (0x9C7, 'V'), + (0x9C9, 'X'), + (0x9CB, 'V'), + (0x9CF, 'X'), + (0x9D7, 'V'), + (0x9D8, 'X'), + (0x9DC, 'M', 'ড়'), + (0x9DD, 'M', 'ঢ়'), + (0x9DE, 'X'), + (0x9DF, 'M', 'য়'), + (0x9E0, 'V'), + (0x9E4, 'X'), + (0x9E6, 'V'), + (0x9FF, 'X'), + (0xA01, 'V'), + (0xA04, 'X'), + (0xA05, 'V'), + (0xA0B, 'X'), + (0xA0F, 'V'), + (0xA11, 'X'), + (0xA13, 'V'), + (0xA29, 'X'), + (0xA2A, 'V'), + (0xA31, 'X'), + (0xA32, 'V'), + (0xA33, 'M', 'ਲ਼'), + (0xA34, 'X'), + (0xA35, 'V'), + (0xA36, 'M', 'ਸ਼'), + (0xA37, 'X'), + (0xA38, 'V'), + (0xA3A, 'X'), + (0xA3C, 'V'), + (0xA3D, 'X'), + (0xA3E, 'V'), + (0xA43, 'X'), + (0xA47, 'V'), + (0xA49, 'X'), + (0xA4B, 'V'), + (0xA4E, 'X'), + (0xA51, 'V'), + (0xA52, 'X'), + (0xA59, 'M', 'ਖ਼'), + (0xA5A, 'M', 'ਗ਼'), + (0xA5B, 'M', 'ਜ਼'), + (0xA5C, 'V'), + (0xA5D, 'X'), + ] + +def _seg_11() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA5E, 'M', 'ਫ਼'), + (0xA5F, 'X'), + (0xA66, 'V'), + (0xA77, 'X'), + (0xA81, 'V'), + (0xA84, 'X'), + (0xA85, 'V'), + (0xA8E, 'X'), + (0xA8F, 'V'), + (0xA92, 'X'), + (0xA93, 'V'), + (0xAA9, 'X'), + (0xAAA, 'V'), + (0xAB1, 'X'), + (0xAB2, 'V'), + (0xAB4, 'X'), + (0xAB5, 'V'), + (0xABA, 'X'), + (0xABC, 'V'), + (0xAC6, 'X'), + (0xAC7, 'V'), + (0xACA, 'X'), + (0xACB, 'V'), + (0xACE, 'X'), + (0xAD0, 'V'), + (0xAD1, 'X'), + (0xAE0, 'V'), + (0xAE4, 'X'), + (0xAE6, 'V'), + (0xAF2, 'X'), + (0xAF9, 'V'), + (0xB00, 'X'), + (0xB01, 'V'), + (0xB04, 'X'), + (0xB05, 'V'), + (0xB0D, 'X'), + (0xB0F, 'V'), + (0xB11, 'X'), + (0xB13, 'V'), + (0xB29, 'X'), + (0xB2A, 'V'), + (0xB31, 'X'), + (0xB32, 'V'), + (0xB34, 'X'), + (0xB35, 'V'), + (0xB3A, 'X'), + (0xB3C, 'V'), + (0xB45, 'X'), + (0xB47, 'V'), + (0xB49, 'X'), + (0xB4B, 'V'), + (0xB4E, 'X'), + (0xB55, 'V'), + (0xB58, 'X'), + (0xB5C, 'M', 'ଡ଼'), + (0xB5D, 'M', 'ଢ଼'), + (0xB5E, 'X'), + (0xB5F, 'V'), + (0xB64, 'X'), + (0xB66, 'V'), + (0xB78, 'X'), + (0xB82, 'V'), + (0xB84, 'X'), + (0xB85, 'V'), + (0xB8B, 'X'), + (0xB8E, 'V'), + (0xB91, 'X'), + (0xB92, 'V'), + (0xB96, 'X'), + (0xB99, 'V'), + (0xB9B, 'X'), + (0xB9C, 'V'), + (0xB9D, 'X'), + (0xB9E, 'V'), + (0xBA0, 'X'), + (0xBA3, 'V'), + (0xBA5, 'X'), + (0xBA8, 'V'), + (0xBAB, 'X'), + (0xBAE, 'V'), + (0xBBA, 'X'), + (0xBBE, 'V'), + (0xBC3, 'X'), + (0xBC6, 'V'), + (0xBC9, 'X'), + (0xBCA, 'V'), + (0xBCE, 'X'), + (0xBD0, 'V'), + (0xBD1, 'X'), + (0xBD7, 'V'), + (0xBD8, 'X'), + (0xBE6, 'V'), + (0xBFB, 'X'), + (0xC00, 'V'), + (0xC0D, 'X'), + (0xC0E, 'V'), + (0xC11, 'X'), + (0xC12, 'V'), + (0xC29, 'X'), + (0xC2A, 'V'), + ] + +def _seg_12() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xC3A, 'X'), + (0xC3C, 'V'), + (0xC45, 'X'), + (0xC46, 'V'), + (0xC49, 'X'), + (0xC4A, 'V'), + (0xC4E, 'X'), + (0xC55, 'V'), + (0xC57, 'X'), + (0xC58, 'V'), + (0xC5B, 'X'), + (0xC5D, 'V'), + (0xC5E, 'X'), + (0xC60, 'V'), + (0xC64, 'X'), + (0xC66, 'V'), + (0xC70, 'X'), + (0xC77, 'V'), + (0xC8D, 'X'), + (0xC8E, 'V'), + (0xC91, 'X'), + (0xC92, 'V'), + (0xCA9, 'X'), + (0xCAA, 'V'), + (0xCB4, 'X'), + (0xCB5, 'V'), + (0xCBA, 'X'), + (0xCBC, 'V'), + (0xCC5, 'X'), + (0xCC6, 'V'), + (0xCC9, 'X'), + (0xCCA, 'V'), + (0xCCE, 'X'), + (0xCD5, 'V'), + (0xCD7, 'X'), + (0xCDD, 'V'), + (0xCDF, 'X'), + (0xCE0, 'V'), + (0xCE4, 'X'), + (0xCE6, 'V'), + (0xCF0, 'X'), + (0xCF1, 'V'), + (0xCF4, 'X'), + (0xD00, 'V'), + (0xD0D, 'X'), + (0xD0E, 'V'), + (0xD11, 'X'), + (0xD12, 'V'), + (0xD45, 'X'), + (0xD46, 'V'), + (0xD49, 'X'), + (0xD4A, 'V'), + (0xD50, 'X'), + (0xD54, 'V'), + (0xD64, 'X'), + (0xD66, 'V'), + (0xD80, 'X'), + (0xD81, 'V'), + (0xD84, 'X'), + (0xD85, 'V'), + (0xD97, 'X'), + (0xD9A, 'V'), + (0xDB2, 'X'), + (0xDB3, 'V'), + (0xDBC, 'X'), + (0xDBD, 'V'), + (0xDBE, 'X'), + (0xDC0, 'V'), + (0xDC7, 'X'), + (0xDCA, 'V'), + (0xDCB, 'X'), + (0xDCF, 'V'), + (0xDD5, 'X'), + (0xDD6, 'V'), + (0xDD7, 'X'), + (0xDD8, 'V'), + (0xDE0, 'X'), + (0xDE6, 'V'), + (0xDF0, 'X'), + (0xDF2, 'V'), + (0xDF5, 'X'), + (0xE01, 'V'), + (0xE33, 'M', 'ํา'), + (0xE34, 'V'), + (0xE3B, 'X'), + (0xE3F, 'V'), + (0xE5C, 'X'), + (0xE81, 'V'), + (0xE83, 'X'), + (0xE84, 'V'), + (0xE85, 'X'), + (0xE86, 'V'), + (0xE8B, 'X'), + (0xE8C, 'V'), + (0xEA4, 'X'), + (0xEA5, 'V'), + (0xEA6, 'X'), + (0xEA7, 'V'), + (0xEB3, 'M', 'ໍາ'), + (0xEB4, 'V'), + ] + +def _seg_13() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xEBE, 'X'), + (0xEC0, 'V'), + (0xEC5, 'X'), + (0xEC6, 'V'), + (0xEC7, 'X'), + (0xEC8, 'V'), + (0xECF, 'X'), + (0xED0, 'V'), + (0xEDA, 'X'), + (0xEDC, 'M', 'ຫນ'), + (0xEDD, 'M', 'ຫມ'), + (0xEDE, 'V'), + (0xEE0, 'X'), + (0xF00, 'V'), + (0xF0C, 'M', '་'), + (0xF0D, 'V'), + (0xF43, 'M', 'གྷ'), + (0xF44, 'V'), + (0xF48, 'X'), + (0xF49, 'V'), + (0xF4D, 'M', 'ཌྷ'), + (0xF4E, 'V'), + (0xF52, 'M', 'དྷ'), + (0xF53, 'V'), + (0xF57, 'M', 'བྷ'), + (0xF58, 'V'), + (0xF5C, 'M', 'ཛྷ'), + (0xF5D, 'V'), + (0xF69, 'M', 'ཀྵ'), + (0xF6A, 'V'), + (0xF6D, 'X'), + (0xF71, 'V'), + (0xF73, 'M', 'ཱི'), + (0xF74, 'V'), + (0xF75, 'M', 'ཱུ'), + (0xF76, 'M', 'ྲྀ'), + (0xF77, 'M', 'ྲཱྀ'), + (0xF78, 'M', 'ླྀ'), + (0xF79, 'M', 'ླཱྀ'), + (0xF7A, 'V'), + (0xF81, 'M', 'ཱྀ'), + (0xF82, 'V'), + (0xF93, 'M', 'ྒྷ'), + (0xF94, 'V'), + (0xF98, 'X'), + (0xF99, 'V'), + (0xF9D, 'M', 'ྜྷ'), + (0xF9E, 'V'), + (0xFA2, 'M', 'ྡྷ'), + (0xFA3, 'V'), + (0xFA7, 'M', 'ྦྷ'), + (0xFA8, 'V'), + (0xFAC, 'M', 'ྫྷ'), + (0xFAD, 'V'), + (0xFB9, 'M', 'ྐྵ'), + (0xFBA, 'V'), + (0xFBD, 'X'), + (0xFBE, 'V'), + (0xFCD, 'X'), + (0xFCE, 'V'), + (0xFDB, 'X'), + (0x1000, 'V'), + (0x10A0, 'X'), + (0x10C7, 'M', 'ⴧ'), + (0x10C8, 'X'), + (0x10CD, 'M', 'ⴭ'), + (0x10CE, 'X'), + (0x10D0, 'V'), + (0x10FC, 'M', 'ნ'), + (0x10FD, 'V'), + (0x115F, 'X'), + (0x1161, 'V'), + (0x1249, 'X'), + (0x124A, 'V'), + (0x124E, 'X'), + (0x1250, 'V'), + (0x1257, 'X'), + (0x1258, 'V'), + (0x1259, 'X'), + (0x125A, 'V'), + (0x125E, 'X'), + (0x1260, 'V'), + (0x1289, 'X'), + (0x128A, 'V'), + (0x128E, 'X'), + (0x1290, 'V'), + (0x12B1, 'X'), + (0x12B2, 'V'), + (0x12B6, 'X'), + (0x12B8, 'V'), + (0x12BF, 'X'), + (0x12C0, 'V'), + (0x12C1, 'X'), + (0x12C2, 'V'), + (0x12C6, 'X'), + (0x12C8, 'V'), + (0x12D7, 'X'), + (0x12D8, 'V'), + (0x1311, 'X'), + (0x1312, 'V'), + ] + +def _seg_14() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1316, 'X'), + (0x1318, 'V'), + (0x135B, 'X'), + (0x135D, 'V'), + (0x137D, 'X'), + (0x1380, 'V'), + (0x139A, 'X'), + (0x13A0, 'V'), + (0x13F6, 'X'), + (0x13F8, 'M', 'Ᏸ'), + (0x13F9, 'M', 'Ᏹ'), + (0x13FA, 'M', 'Ᏺ'), + (0x13FB, 'M', 'Ᏻ'), + (0x13FC, 'M', 'Ᏼ'), + (0x13FD, 'M', 'Ᏽ'), + (0x13FE, 'X'), + (0x1400, 'V'), + (0x1680, 'X'), + (0x1681, 'V'), + (0x169D, 'X'), + (0x16A0, 'V'), + (0x16F9, 'X'), + (0x1700, 'V'), + (0x1716, 'X'), + (0x171F, 'V'), + (0x1737, 'X'), + (0x1740, 'V'), + (0x1754, 'X'), + (0x1760, 'V'), + (0x176D, 'X'), + (0x176E, 'V'), + (0x1771, 'X'), + (0x1772, 'V'), + (0x1774, 'X'), + (0x1780, 'V'), + (0x17B4, 'X'), + (0x17B6, 'V'), + (0x17DE, 'X'), + (0x17E0, 'V'), + (0x17EA, 'X'), + (0x17F0, 'V'), + (0x17FA, 'X'), + (0x1800, 'V'), + (0x1806, 'X'), + (0x1807, 'V'), + (0x180B, 'I'), + (0x180E, 'X'), + (0x180F, 'I'), + (0x1810, 'V'), + (0x181A, 'X'), + (0x1820, 'V'), + (0x1879, 'X'), + (0x1880, 'V'), + (0x18AB, 'X'), + (0x18B0, 'V'), + (0x18F6, 'X'), + (0x1900, 'V'), + (0x191F, 'X'), + (0x1920, 'V'), + (0x192C, 'X'), + (0x1930, 'V'), + (0x193C, 'X'), + (0x1940, 'V'), + (0x1941, 'X'), + (0x1944, 'V'), + (0x196E, 'X'), + (0x1970, 'V'), + (0x1975, 'X'), + (0x1980, 'V'), + (0x19AC, 'X'), + (0x19B0, 'V'), + (0x19CA, 'X'), + (0x19D0, 'V'), + (0x19DB, 'X'), + (0x19DE, 'V'), + (0x1A1C, 'X'), + (0x1A1E, 'V'), + (0x1A5F, 'X'), + (0x1A60, 'V'), + (0x1A7D, 'X'), + (0x1A7F, 'V'), + (0x1A8A, 'X'), + (0x1A90, 'V'), + (0x1A9A, 'X'), + (0x1AA0, 'V'), + (0x1AAE, 'X'), + (0x1AB0, 'V'), + (0x1ACF, 'X'), + (0x1B00, 'V'), + (0x1B4D, 'X'), + (0x1B50, 'V'), + (0x1B7F, 'X'), + (0x1B80, 'V'), + (0x1BF4, 'X'), + (0x1BFC, 'V'), + (0x1C38, 'X'), + (0x1C3B, 'V'), + (0x1C4A, 'X'), + (0x1C4D, 'V'), + (0x1C80, 'M', 'в'), + ] + +def _seg_15() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1C81, 'M', 'д'), + (0x1C82, 'M', 'о'), + (0x1C83, 'M', 'с'), + (0x1C84, 'M', 'т'), + (0x1C86, 'M', 'ъ'), + (0x1C87, 'M', 'ѣ'), + (0x1C88, 'M', 'ꙋ'), + (0x1C89, 'X'), + (0x1C90, 'M', 'ა'), + (0x1C91, 'M', 'ბ'), + (0x1C92, 'M', 'გ'), + (0x1C93, 'M', 'დ'), + (0x1C94, 'M', 'ე'), + (0x1C95, 'M', 'ვ'), + (0x1C96, 'M', 'ზ'), + (0x1C97, 'M', 'თ'), + (0x1C98, 'M', 'ი'), + (0x1C99, 'M', 'კ'), + (0x1C9A, 'M', 'ლ'), + (0x1C9B, 'M', 'მ'), + (0x1C9C, 'M', 'ნ'), + (0x1C9D, 'M', 'ო'), + (0x1C9E, 'M', 'პ'), + (0x1C9F, 'M', 'ჟ'), + (0x1CA0, 'M', 'რ'), + (0x1CA1, 'M', 'ს'), + (0x1CA2, 'M', 'ტ'), + (0x1CA3, 'M', 'უ'), + (0x1CA4, 'M', 'ფ'), + (0x1CA5, 'M', 'ქ'), + (0x1CA6, 'M', 'ღ'), + (0x1CA7, 'M', 'ყ'), + (0x1CA8, 'M', 'შ'), + (0x1CA9, 'M', 'ჩ'), + (0x1CAA, 'M', 'ც'), + (0x1CAB, 'M', 'ძ'), + (0x1CAC, 'M', 'წ'), + (0x1CAD, 'M', 'ჭ'), + (0x1CAE, 'M', 'ხ'), + (0x1CAF, 'M', 'ჯ'), + (0x1CB0, 'M', 'ჰ'), + (0x1CB1, 'M', 'ჱ'), + (0x1CB2, 'M', 'ჲ'), + (0x1CB3, 'M', 'ჳ'), + (0x1CB4, 'M', 'ჴ'), + (0x1CB5, 'M', 'ჵ'), + (0x1CB6, 'M', 'ჶ'), + (0x1CB7, 'M', 'ჷ'), + (0x1CB8, 'M', 'ჸ'), + (0x1CB9, 'M', 'ჹ'), + (0x1CBA, 'M', 'ჺ'), + (0x1CBB, 'X'), + (0x1CBD, 'M', 'ჽ'), + (0x1CBE, 'M', 'ჾ'), + (0x1CBF, 'M', 'ჿ'), + (0x1CC0, 'V'), + (0x1CC8, 'X'), + (0x1CD0, 'V'), + (0x1CFB, 'X'), + (0x1D00, 'V'), + (0x1D2C, 'M', 'a'), + (0x1D2D, 'M', 'æ'), + (0x1D2E, 'M', 'b'), + (0x1D2F, 'V'), + (0x1D30, 'M', 'd'), + (0x1D31, 'M', 'e'), + (0x1D32, 'M', 'ǝ'), + (0x1D33, 'M', 'g'), + (0x1D34, 'M', 'h'), + (0x1D35, 'M', 'i'), + (0x1D36, 'M', 'j'), + (0x1D37, 'M', 'k'), + (0x1D38, 'M', 'l'), + (0x1D39, 'M', 'm'), + (0x1D3A, 'M', 'n'), + (0x1D3B, 'V'), + (0x1D3C, 'M', 'o'), + (0x1D3D, 'M', 'ȣ'), + (0x1D3E, 'M', 'p'), + (0x1D3F, 'M', 'r'), + (0x1D40, 'M', 't'), + (0x1D41, 'M', 'u'), + (0x1D42, 'M', 'w'), + (0x1D43, 'M', 'a'), + (0x1D44, 'M', 'ɐ'), + (0x1D45, 'M', 'ɑ'), + (0x1D46, 'M', 'ᴂ'), + (0x1D47, 'M', 'b'), + (0x1D48, 'M', 'd'), + (0x1D49, 'M', 'e'), + (0x1D4A, 'M', 'ə'), + (0x1D4B, 'M', 'ɛ'), + (0x1D4C, 'M', 'ɜ'), + (0x1D4D, 'M', 'g'), + (0x1D4E, 'V'), + (0x1D4F, 'M', 'k'), + (0x1D50, 'M', 'm'), + (0x1D51, 'M', 'ŋ'), + (0x1D52, 'M', 'o'), + (0x1D53, 'M', 'ɔ'), + ] + +def _seg_16() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D54, 'M', 'ᴖ'), + (0x1D55, 'M', 'ᴗ'), + (0x1D56, 'M', 'p'), + (0x1D57, 'M', 't'), + (0x1D58, 'M', 'u'), + (0x1D59, 'M', 'ᴝ'), + (0x1D5A, 'M', 'ɯ'), + (0x1D5B, 'M', 'v'), + (0x1D5C, 'M', 'ᴥ'), + (0x1D5D, 'M', 'β'), + (0x1D5E, 'M', 'γ'), + (0x1D5F, 'M', 'δ'), + (0x1D60, 'M', 'φ'), + (0x1D61, 'M', 'χ'), + (0x1D62, 'M', 'i'), + (0x1D63, 'M', 'r'), + (0x1D64, 'M', 'u'), + (0x1D65, 'M', 'v'), + (0x1D66, 'M', 'β'), + (0x1D67, 'M', 'γ'), + (0x1D68, 'M', 'ρ'), + (0x1D69, 'M', 'φ'), + (0x1D6A, 'M', 'χ'), + (0x1D6B, 'V'), + (0x1D78, 'M', 'н'), + (0x1D79, 'V'), + (0x1D9B, 'M', 'ɒ'), + (0x1D9C, 'M', 'c'), + (0x1D9D, 'M', 'ɕ'), + (0x1D9E, 'M', 'ð'), + (0x1D9F, 'M', 'ɜ'), + (0x1DA0, 'M', 'f'), + (0x1DA1, 'M', 'ɟ'), + (0x1DA2, 'M', 'ɡ'), + (0x1DA3, 'M', 'ɥ'), + (0x1DA4, 'M', 'ɨ'), + (0x1DA5, 'M', 'ɩ'), + (0x1DA6, 'M', 'ɪ'), + (0x1DA7, 'M', 'ᵻ'), + (0x1DA8, 'M', 'ʝ'), + (0x1DA9, 'M', 'ɭ'), + (0x1DAA, 'M', 'ᶅ'), + (0x1DAB, 'M', 'ʟ'), + (0x1DAC, 'M', 'ɱ'), + (0x1DAD, 'M', 'ɰ'), + (0x1DAE, 'M', 'ɲ'), + (0x1DAF, 'M', 'ɳ'), + (0x1DB0, 'M', 'ɴ'), + (0x1DB1, 'M', 'ɵ'), + (0x1DB2, 'M', 'ɸ'), + (0x1DB3, 'M', 'ʂ'), + (0x1DB4, 'M', 'ʃ'), + (0x1DB5, 'M', 'ƫ'), + (0x1DB6, 'M', 'ʉ'), + (0x1DB7, 'M', 'ʊ'), + (0x1DB8, 'M', 'ᴜ'), + (0x1DB9, 'M', 'ʋ'), + (0x1DBA, 'M', 'ʌ'), + (0x1DBB, 'M', 'z'), + (0x1DBC, 'M', 'ʐ'), + (0x1DBD, 'M', 'ʑ'), + (0x1DBE, 'M', 'ʒ'), + (0x1DBF, 'M', 'θ'), + (0x1DC0, 'V'), + (0x1E00, 'M', 'ḁ'), + (0x1E01, 'V'), + (0x1E02, 'M', 'ḃ'), + (0x1E03, 'V'), + (0x1E04, 'M', 'ḅ'), + (0x1E05, 'V'), + (0x1E06, 'M', 'ḇ'), + (0x1E07, 'V'), + (0x1E08, 'M', 'ḉ'), + (0x1E09, 'V'), + (0x1E0A, 'M', 'ḋ'), + (0x1E0B, 'V'), + (0x1E0C, 'M', 'ḍ'), + (0x1E0D, 'V'), + (0x1E0E, 'M', 'ḏ'), + (0x1E0F, 'V'), + (0x1E10, 'M', 'ḑ'), + (0x1E11, 'V'), + (0x1E12, 'M', 'ḓ'), + (0x1E13, 'V'), + (0x1E14, 'M', 'ḕ'), + (0x1E15, 'V'), + (0x1E16, 'M', 'ḗ'), + (0x1E17, 'V'), + (0x1E18, 'M', 'ḙ'), + (0x1E19, 'V'), + (0x1E1A, 'M', 'ḛ'), + (0x1E1B, 'V'), + (0x1E1C, 'M', 'ḝ'), + (0x1E1D, 'V'), + (0x1E1E, 'M', 'ḟ'), + (0x1E1F, 'V'), + (0x1E20, 'M', 'ḡ'), + (0x1E21, 'V'), + (0x1E22, 'M', 'ḣ'), + (0x1E23, 'V'), + ] + +def _seg_17() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E24, 'M', 'ḥ'), + (0x1E25, 'V'), + (0x1E26, 'M', 'ḧ'), + (0x1E27, 'V'), + (0x1E28, 'M', 'ḩ'), + (0x1E29, 'V'), + (0x1E2A, 'M', 'ḫ'), + (0x1E2B, 'V'), + (0x1E2C, 'M', 'ḭ'), + (0x1E2D, 'V'), + (0x1E2E, 'M', 'ḯ'), + (0x1E2F, 'V'), + (0x1E30, 'M', 'ḱ'), + (0x1E31, 'V'), + (0x1E32, 'M', 'ḳ'), + (0x1E33, 'V'), + (0x1E34, 'M', 'ḵ'), + (0x1E35, 'V'), + (0x1E36, 'M', 'ḷ'), + (0x1E37, 'V'), + (0x1E38, 'M', 'ḹ'), + (0x1E39, 'V'), + (0x1E3A, 'M', 'ḻ'), + (0x1E3B, 'V'), + (0x1E3C, 'M', 'ḽ'), + (0x1E3D, 'V'), + (0x1E3E, 'M', 'ḿ'), + (0x1E3F, 'V'), + (0x1E40, 'M', 'ṁ'), + (0x1E41, 'V'), + (0x1E42, 'M', 'ṃ'), + (0x1E43, 'V'), + (0x1E44, 'M', 'ṅ'), + (0x1E45, 'V'), + (0x1E46, 'M', 'ṇ'), + (0x1E47, 'V'), + (0x1E48, 'M', 'ṉ'), + (0x1E49, 'V'), + (0x1E4A, 'M', 'ṋ'), + (0x1E4B, 'V'), + (0x1E4C, 'M', 'ṍ'), + (0x1E4D, 'V'), + (0x1E4E, 'M', 'ṏ'), + (0x1E4F, 'V'), + (0x1E50, 'M', 'ṑ'), + (0x1E51, 'V'), + (0x1E52, 'M', 'ṓ'), + (0x1E53, 'V'), + (0x1E54, 'M', 'ṕ'), + (0x1E55, 'V'), + (0x1E56, 'M', 'ṗ'), + (0x1E57, 'V'), + (0x1E58, 'M', 'ṙ'), + (0x1E59, 'V'), + (0x1E5A, 'M', 'ṛ'), + (0x1E5B, 'V'), + (0x1E5C, 'M', 'ṝ'), + (0x1E5D, 'V'), + (0x1E5E, 'M', 'ṟ'), + (0x1E5F, 'V'), + (0x1E60, 'M', 'ṡ'), + (0x1E61, 'V'), + (0x1E62, 'M', 'ṣ'), + (0x1E63, 'V'), + (0x1E64, 'M', 'ṥ'), + (0x1E65, 'V'), + (0x1E66, 'M', 'ṧ'), + (0x1E67, 'V'), + (0x1E68, 'M', 'ṩ'), + (0x1E69, 'V'), + (0x1E6A, 'M', 'ṫ'), + (0x1E6B, 'V'), + (0x1E6C, 'M', 'ṭ'), + (0x1E6D, 'V'), + (0x1E6E, 'M', 'ṯ'), + (0x1E6F, 'V'), + (0x1E70, 'M', 'ṱ'), + (0x1E71, 'V'), + (0x1E72, 'M', 'ṳ'), + (0x1E73, 'V'), + (0x1E74, 'M', 'ṵ'), + (0x1E75, 'V'), + (0x1E76, 'M', 'ṷ'), + (0x1E77, 'V'), + (0x1E78, 'M', 'ṹ'), + (0x1E79, 'V'), + (0x1E7A, 'M', 'ṻ'), + (0x1E7B, 'V'), + (0x1E7C, 'M', 'ṽ'), + (0x1E7D, 'V'), + (0x1E7E, 'M', 'ṿ'), + (0x1E7F, 'V'), + (0x1E80, 'M', 'ẁ'), + (0x1E81, 'V'), + (0x1E82, 'M', 'ẃ'), + (0x1E83, 'V'), + (0x1E84, 'M', 'ẅ'), + (0x1E85, 'V'), + (0x1E86, 'M', 'ẇ'), + (0x1E87, 'V'), + ] + +def _seg_18() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E88, 'M', 'ẉ'), + (0x1E89, 'V'), + (0x1E8A, 'M', 'ẋ'), + (0x1E8B, 'V'), + (0x1E8C, 'M', 'ẍ'), + (0x1E8D, 'V'), + (0x1E8E, 'M', 'ẏ'), + (0x1E8F, 'V'), + (0x1E90, 'M', 'ẑ'), + (0x1E91, 'V'), + (0x1E92, 'M', 'ẓ'), + (0x1E93, 'V'), + (0x1E94, 'M', 'ẕ'), + (0x1E95, 'V'), + (0x1E9A, 'M', 'aʾ'), + (0x1E9B, 'M', 'ṡ'), + (0x1E9C, 'V'), + (0x1E9E, 'M', 'ss'), + (0x1E9F, 'V'), + (0x1EA0, 'M', 'ạ'), + (0x1EA1, 'V'), + (0x1EA2, 'M', 'ả'), + (0x1EA3, 'V'), + (0x1EA4, 'M', 'ấ'), + (0x1EA5, 'V'), + (0x1EA6, 'M', 'ầ'), + (0x1EA7, 'V'), + (0x1EA8, 'M', 'ẩ'), + (0x1EA9, 'V'), + (0x1EAA, 'M', 'ẫ'), + (0x1EAB, 'V'), + (0x1EAC, 'M', 'ậ'), + (0x1EAD, 'V'), + (0x1EAE, 'M', 'ắ'), + (0x1EAF, 'V'), + (0x1EB0, 'M', 'ằ'), + (0x1EB1, 'V'), + (0x1EB2, 'M', 'ẳ'), + (0x1EB3, 'V'), + (0x1EB4, 'M', 'ẵ'), + (0x1EB5, 'V'), + (0x1EB6, 'M', 'ặ'), + (0x1EB7, 'V'), + (0x1EB8, 'M', 'ẹ'), + (0x1EB9, 'V'), + (0x1EBA, 'M', 'ẻ'), + (0x1EBB, 'V'), + (0x1EBC, 'M', 'ẽ'), + (0x1EBD, 'V'), + (0x1EBE, 'M', 'ế'), + (0x1EBF, 'V'), + (0x1EC0, 'M', 'ề'), + (0x1EC1, 'V'), + (0x1EC2, 'M', 'ể'), + (0x1EC3, 'V'), + (0x1EC4, 'M', 'ễ'), + (0x1EC5, 'V'), + (0x1EC6, 'M', 'ệ'), + (0x1EC7, 'V'), + (0x1EC8, 'M', 'ỉ'), + (0x1EC9, 'V'), + (0x1ECA, 'M', 'ị'), + (0x1ECB, 'V'), + (0x1ECC, 'M', 'ọ'), + (0x1ECD, 'V'), + (0x1ECE, 'M', 'ỏ'), + (0x1ECF, 'V'), + (0x1ED0, 'M', 'ố'), + (0x1ED1, 'V'), + (0x1ED2, 'M', 'ồ'), + (0x1ED3, 'V'), + (0x1ED4, 'M', 'ổ'), + (0x1ED5, 'V'), + (0x1ED6, 'M', 'ỗ'), + (0x1ED7, 'V'), + (0x1ED8, 'M', 'ộ'), + (0x1ED9, 'V'), + (0x1EDA, 'M', 'ớ'), + (0x1EDB, 'V'), + (0x1EDC, 'M', 'ờ'), + (0x1EDD, 'V'), + (0x1EDE, 'M', 'ở'), + (0x1EDF, 'V'), + (0x1EE0, 'M', 'ỡ'), + (0x1EE1, 'V'), + (0x1EE2, 'M', 'ợ'), + (0x1EE3, 'V'), + (0x1EE4, 'M', 'ụ'), + (0x1EE5, 'V'), + (0x1EE6, 'M', 'ủ'), + (0x1EE7, 'V'), + (0x1EE8, 'M', 'ứ'), + (0x1EE9, 'V'), + (0x1EEA, 'M', 'ừ'), + (0x1EEB, 'V'), + (0x1EEC, 'M', 'ử'), + (0x1EED, 'V'), + (0x1EEE, 'M', 'ữ'), + (0x1EEF, 'V'), + (0x1EF0, 'M', 'ự'), + ] + +def _seg_19() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EF1, 'V'), + (0x1EF2, 'M', 'ỳ'), + (0x1EF3, 'V'), + (0x1EF4, 'M', 'ỵ'), + (0x1EF5, 'V'), + (0x1EF6, 'M', 'ỷ'), + (0x1EF7, 'V'), + (0x1EF8, 'M', 'ỹ'), + (0x1EF9, 'V'), + (0x1EFA, 'M', 'ỻ'), + (0x1EFB, 'V'), + (0x1EFC, 'M', 'ỽ'), + (0x1EFD, 'V'), + (0x1EFE, 'M', 'ỿ'), + (0x1EFF, 'V'), + (0x1F08, 'M', 'ἀ'), + (0x1F09, 'M', 'ἁ'), + (0x1F0A, 'M', 'ἂ'), + (0x1F0B, 'M', 'ἃ'), + (0x1F0C, 'M', 'ἄ'), + (0x1F0D, 'M', 'ἅ'), + (0x1F0E, 'M', 'ἆ'), + (0x1F0F, 'M', 'ἇ'), + (0x1F10, 'V'), + (0x1F16, 'X'), + (0x1F18, 'M', 'ἐ'), + (0x1F19, 'M', 'ἑ'), + (0x1F1A, 'M', 'ἒ'), + (0x1F1B, 'M', 'ἓ'), + (0x1F1C, 'M', 'ἔ'), + (0x1F1D, 'M', 'ἕ'), + (0x1F1E, 'X'), + (0x1F20, 'V'), + (0x1F28, 'M', 'ἠ'), + (0x1F29, 'M', 'ἡ'), + (0x1F2A, 'M', 'ἢ'), + (0x1F2B, 'M', 'ἣ'), + (0x1F2C, 'M', 'ἤ'), + (0x1F2D, 'M', 'ἥ'), + (0x1F2E, 'M', 'ἦ'), + (0x1F2F, 'M', 'ἧ'), + (0x1F30, 'V'), + (0x1F38, 'M', 'ἰ'), + (0x1F39, 'M', 'ἱ'), + (0x1F3A, 'M', 'ἲ'), + (0x1F3B, 'M', 'ἳ'), + (0x1F3C, 'M', 'ἴ'), + (0x1F3D, 'M', 'ἵ'), + (0x1F3E, 'M', 'ἶ'), + (0x1F3F, 'M', 'ἷ'), + (0x1F40, 'V'), + (0x1F46, 'X'), + (0x1F48, 'M', 'ὀ'), + (0x1F49, 'M', 'ὁ'), + (0x1F4A, 'M', 'ὂ'), + (0x1F4B, 'M', 'ὃ'), + (0x1F4C, 'M', 'ὄ'), + (0x1F4D, 'M', 'ὅ'), + (0x1F4E, 'X'), + (0x1F50, 'V'), + (0x1F58, 'X'), + (0x1F59, 'M', 'ὑ'), + (0x1F5A, 'X'), + (0x1F5B, 'M', 'ὓ'), + (0x1F5C, 'X'), + (0x1F5D, 'M', 'ὕ'), + (0x1F5E, 'X'), + (0x1F5F, 'M', 'ὗ'), + (0x1F60, 'V'), + (0x1F68, 'M', 'ὠ'), + (0x1F69, 'M', 'ὡ'), + (0x1F6A, 'M', 'ὢ'), + (0x1F6B, 'M', 'ὣ'), + (0x1F6C, 'M', 'ὤ'), + (0x1F6D, 'M', 'ὥ'), + (0x1F6E, 'M', 'ὦ'), + (0x1F6F, 'M', 'ὧ'), + (0x1F70, 'V'), + (0x1F71, 'M', 'ά'), + (0x1F72, 'V'), + (0x1F73, 'M', 'έ'), + (0x1F74, 'V'), + (0x1F75, 'M', 'ή'), + (0x1F76, 'V'), + (0x1F77, 'M', 'ί'), + (0x1F78, 'V'), + (0x1F79, 'M', 'ό'), + (0x1F7A, 'V'), + (0x1F7B, 'M', 'ύ'), + (0x1F7C, 'V'), + (0x1F7D, 'M', 'ώ'), + (0x1F7E, 'X'), + (0x1F80, 'M', 'ἀι'), + (0x1F81, 'M', 'ἁι'), + (0x1F82, 'M', 'ἂι'), + (0x1F83, 'M', 'ἃι'), + (0x1F84, 'M', 'ἄι'), + (0x1F85, 'M', 'ἅι'), + (0x1F86, 'M', 'ἆι'), + (0x1F87, 'M', 'ἇι'), + ] + +def _seg_20() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F88, 'M', 'ἀι'), + (0x1F89, 'M', 'ἁι'), + (0x1F8A, 'M', 'ἂι'), + (0x1F8B, 'M', 'ἃι'), + (0x1F8C, 'M', 'ἄι'), + (0x1F8D, 'M', 'ἅι'), + (0x1F8E, 'M', 'ἆι'), + (0x1F8F, 'M', 'ἇι'), + (0x1F90, 'M', 'ἠι'), + (0x1F91, 'M', 'ἡι'), + (0x1F92, 'M', 'ἢι'), + (0x1F93, 'M', 'ἣι'), + (0x1F94, 'M', 'ἤι'), + (0x1F95, 'M', 'ἥι'), + (0x1F96, 'M', 'ἦι'), + (0x1F97, 'M', 'ἧι'), + (0x1F98, 'M', 'ἠι'), + (0x1F99, 'M', 'ἡι'), + (0x1F9A, 'M', 'ἢι'), + (0x1F9B, 'M', 'ἣι'), + (0x1F9C, 'M', 'ἤι'), + (0x1F9D, 'M', 'ἥι'), + (0x1F9E, 'M', 'ἦι'), + (0x1F9F, 'M', 'ἧι'), + (0x1FA0, 'M', 'ὠι'), + (0x1FA1, 'M', 'ὡι'), + (0x1FA2, 'M', 'ὢι'), + (0x1FA3, 'M', 'ὣι'), + (0x1FA4, 'M', 'ὤι'), + (0x1FA5, 'M', 'ὥι'), + (0x1FA6, 'M', 'ὦι'), + (0x1FA7, 'M', 'ὧι'), + (0x1FA8, 'M', 'ὠι'), + (0x1FA9, 'M', 'ὡι'), + (0x1FAA, 'M', 'ὢι'), + (0x1FAB, 'M', 'ὣι'), + (0x1FAC, 'M', 'ὤι'), + (0x1FAD, 'M', 'ὥι'), + (0x1FAE, 'M', 'ὦι'), + (0x1FAF, 'M', 'ὧι'), + (0x1FB0, 'V'), + (0x1FB2, 'M', 'ὰι'), + (0x1FB3, 'M', 'αι'), + (0x1FB4, 'M', 'άι'), + (0x1FB5, 'X'), + (0x1FB6, 'V'), + (0x1FB7, 'M', 'ᾶι'), + (0x1FB8, 'M', 'ᾰ'), + (0x1FB9, 'M', 'ᾱ'), + (0x1FBA, 'M', 'ὰ'), + (0x1FBB, 'M', 'ά'), + (0x1FBC, 'M', 'αι'), + (0x1FBD, '3', ' ̓'), + (0x1FBE, 'M', 'ι'), + (0x1FBF, '3', ' ̓'), + (0x1FC0, '3', ' ͂'), + (0x1FC1, '3', ' ̈͂'), + (0x1FC2, 'M', 'ὴι'), + (0x1FC3, 'M', 'ηι'), + (0x1FC4, 'M', 'ήι'), + (0x1FC5, 'X'), + (0x1FC6, 'V'), + (0x1FC7, 'M', 'ῆι'), + (0x1FC8, 'M', 'ὲ'), + (0x1FC9, 'M', 'έ'), + (0x1FCA, 'M', 'ὴ'), + (0x1FCB, 'M', 'ή'), + (0x1FCC, 'M', 'ηι'), + (0x1FCD, '3', ' ̓̀'), + (0x1FCE, '3', ' ̓́'), + (0x1FCF, '3', ' ̓͂'), + (0x1FD0, 'V'), + (0x1FD3, 'M', 'ΐ'), + (0x1FD4, 'X'), + (0x1FD6, 'V'), + (0x1FD8, 'M', 'ῐ'), + (0x1FD9, 'M', 'ῑ'), + (0x1FDA, 'M', 'ὶ'), + (0x1FDB, 'M', 'ί'), + (0x1FDC, 'X'), + (0x1FDD, '3', ' ̔̀'), + (0x1FDE, '3', ' ̔́'), + (0x1FDF, '3', ' ̔͂'), + (0x1FE0, 'V'), + (0x1FE3, 'M', 'ΰ'), + (0x1FE4, 'V'), + (0x1FE8, 'M', 'ῠ'), + (0x1FE9, 'M', 'ῡ'), + (0x1FEA, 'M', 'ὺ'), + (0x1FEB, 'M', 'ύ'), + (0x1FEC, 'M', 'ῥ'), + (0x1FED, '3', ' ̈̀'), + (0x1FEE, '3', ' ̈́'), + (0x1FEF, '3', '`'), + (0x1FF0, 'X'), + (0x1FF2, 'M', 'ὼι'), + (0x1FF3, 'M', 'ωι'), + (0x1FF4, 'M', 'ώι'), + (0x1FF5, 'X'), + (0x1FF6, 'V'), + ] + +def _seg_21() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FF7, 'M', 'ῶι'), + (0x1FF8, 'M', 'ὸ'), + (0x1FF9, 'M', 'ό'), + (0x1FFA, 'M', 'ὼ'), + (0x1FFB, 'M', 'ώ'), + (0x1FFC, 'M', 'ωι'), + (0x1FFD, '3', ' ́'), + (0x1FFE, '3', ' ̔'), + (0x1FFF, 'X'), + (0x2000, '3', ' '), + (0x200B, 'I'), + (0x200C, 'D', ''), + (0x200E, 'X'), + (0x2010, 'V'), + (0x2011, 'M', '‐'), + (0x2012, 'V'), + (0x2017, '3', ' ̳'), + (0x2018, 'V'), + (0x2024, 'X'), + (0x2027, 'V'), + (0x2028, 'X'), + (0x202F, '3', ' '), + (0x2030, 'V'), + (0x2033, 'M', '′′'), + (0x2034, 'M', '′′′'), + (0x2035, 'V'), + (0x2036, 'M', '‵‵'), + (0x2037, 'M', '‵‵‵'), + (0x2038, 'V'), + (0x203C, '3', '!!'), + (0x203D, 'V'), + (0x203E, '3', ' ̅'), + (0x203F, 'V'), + (0x2047, '3', '??'), + (0x2048, '3', '?!'), + (0x2049, '3', '!?'), + (0x204A, 'V'), + (0x2057, 'M', '′′′′'), + (0x2058, 'V'), + (0x205F, '3', ' '), + (0x2060, 'I'), + (0x2061, 'X'), + (0x2064, 'I'), + (0x2065, 'X'), + (0x2070, 'M', '0'), + (0x2071, 'M', 'i'), + (0x2072, 'X'), + (0x2074, 'M', '4'), + (0x2075, 'M', '5'), + (0x2076, 'M', '6'), + (0x2077, 'M', '7'), + (0x2078, 'M', '8'), + (0x2079, 'M', '9'), + (0x207A, '3', '+'), + (0x207B, 'M', '−'), + (0x207C, '3', '='), + (0x207D, '3', '('), + (0x207E, '3', ')'), + (0x207F, 'M', 'n'), + (0x2080, 'M', '0'), + (0x2081, 'M', '1'), + (0x2082, 'M', '2'), + (0x2083, 'M', '3'), + (0x2084, 'M', '4'), + (0x2085, 'M', '5'), + (0x2086, 'M', '6'), + (0x2087, 'M', '7'), + (0x2088, 'M', '8'), + (0x2089, 'M', '9'), + (0x208A, '3', '+'), + (0x208B, 'M', '−'), + (0x208C, '3', '='), + (0x208D, '3', '('), + (0x208E, '3', ')'), + (0x208F, 'X'), + (0x2090, 'M', 'a'), + (0x2091, 'M', 'e'), + (0x2092, 'M', 'o'), + (0x2093, 'M', 'x'), + (0x2094, 'M', 'ə'), + (0x2095, 'M', 'h'), + (0x2096, 'M', 'k'), + (0x2097, 'M', 'l'), + (0x2098, 'M', 'm'), + (0x2099, 'M', 'n'), + (0x209A, 'M', 'p'), + (0x209B, 'M', 's'), + (0x209C, 'M', 't'), + (0x209D, 'X'), + (0x20A0, 'V'), + (0x20A8, 'M', 'rs'), + (0x20A9, 'V'), + (0x20C1, 'X'), + (0x20D0, 'V'), + (0x20F1, 'X'), + (0x2100, '3', 'a/c'), + (0x2101, '3', 'a/s'), + (0x2102, 'M', 'c'), + (0x2103, 'M', '°c'), + (0x2104, 'V'), + ] + +def _seg_22() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2105, '3', 'c/o'), + (0x2106, '3', 'c/u'), + (0x2107, 'M', 'ɛ'), + (0x2108, 'V'), + (0x2109, 'M', '°f'), + (0x210A, 'M', 'g'), + (0x210B, 'M', 'h'), + (0x210F, 'M', 'ħ'), + (0x2110, 'M', 'i'), + (0x2112, 'M', 'l'), + (0x2114, 'V'), + (0x2115, 'M', 'n'), + (0x2116, 'M', 'no'), + (0x2117, 'V'), + (0x2119, 'M', 'p'), + (0x211A, 'M', 'q'), + (0x211B, 'M', 'r'), + (0x211E, 'V'), + (0x2120, 'M', 'sm'), + (0x2121, 'M', 'tel'), + (0x2122, 'M', 'tm'), + (0x2123, 'V'), + (0x2124, 'M', 'z'), + (0x2125, 'V'), + (0x2126, 'M', 'ω'), + (0x2127, 'V'), + (0x2128, 'M', 'z'), + (0x2129, 'V'), + (0x212A, 'M', 'k'), + (0x212B, 'M', 'å'), + (0x212C, 'M', 'b'), + (0x212D, 'M', 'c'), + (0x212E, 'V'), + (0x212F, 'M', 'e'), + (0x2131, 'M', 'f'), + (0x2132, 'X'), + (0x2133, 'M', 'm'), + (0x2134, 'M', 'o'), + (0x2135, 'M', 'א'), + (0x2136, 'M', 'ב'), + (0x2137, 'M', 'ג'), + (0x2138, 'M', 'ד'), + (0x2139, 'M', 'i'), + (0x213A, 'V'), + (0x213B, 'M', 'fax'), + (0x213C, 'M', 'π'), + (0x213D, 'M', 'γ'), + (0x213F, 'M', 'π'), + (0x2140, 'M', '∑'), + (0x2141, 'V'), + (0x2145, 'M', 'd'), + (0x2147, 'M', 'e'), + (0x2148, 'M', 'i'), + (0x2149, 'M', 'j'), + (0x214A, 'V'), + (0x2150, 'M', '1⁄7'), + (0x2151, 'M', '1⁄9'), + (0x2152, 'M', '1⁄10'), + (0x2153, 'M', '1⁄3'), + (0x2154, 'M', '2⁄3'), + (0x2155, 'M', '1⁄5'), + (0x2156, 'M', '2⁄5'), + (0x2157, 'M', '3⁄5'), + (0x2158, 'M', '4⁄5'), + (0x2159, 'M', '1⁄6'), + (0x215A, 'M', '5⁄6'), + (0x215B, 'M', '1⁄8'), + (0x215C, 'M', '3⁄8'), + (0x215D, 'M', '5⁄8'), + (0x215E, 'M', '7⁄8'), + (0x215F, 'M', '1⁄'), + (0x2160, 'M', 'i'), + (0x2161, 'M', 'ii'), + (0x2162, 'M', 'iii'), + (0x2163, 'M', 'iv'), + (0x2164, 'M', 'v'), + (0x2165, 'M', 'vi'), + (0x2166, 'M', 'vii'), + (0x2167, 'M', 'viii'), + (0x2168, 'M', 'ix'), + (0x2169, 'M', 'x'), + (0x216A, 'M', 'xi'), + (0x216B, 'M', 'xii'), + (0x216C, 'M', 'l'), + (0x216D, 'M', 'c'), + (0x216E, 'M', 'd'), + (0x216F, 'M', 'm'), + (0x2170, 'M', 'i'), + (0x2171, 'M', 'ii'), + (0x2172, 'M', 'iii'), + (0x2173, 'M', 'iv'), + (0x2174, 'M', 'v'), + (0x2175, 'M', 'vi'), + (0x2176, 'M', 'vii'), + (0x2177, 'M', 'viii'), + (0x2178, 'M', 'ix'), + (0x2179, 'M', 'x'), + (0x217A, 'M', 'xi'), + (0x217B, 'M', 'xii'), + (0x217C, 'M', 'l'), + ] + +def _seg_23() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x217D, 'M', 'c'), + (0x217E, 'M', 'd'), + (0x217F, 'M', 'm'), + (0x2180, 'V'), + (0x2183, 'X'), + (0x2184, 'V'), + (0x2189, 'M', '0⁄3'), + (0x218A, 'V'), + (0x218C, 'X'), + (0x2190, 'V'), + (0x222C, 'M', '∫∫'), + (0x222D, 'M', '∫∫∫'), + (0x222E, 'V'), + (0x222F, 'M', '∮∮'), + (0x2230, 'M', '∮∮∮'), + (0x2231, 'V'), + (0x2260, '3'), + (0x2261, 'V'), + (0x226E, '3'), + (0x2270, 'V'), + (0x2329, 'M', '〈'), + (0x232A, 'M', '〉'), + (0x232B, 'V'), + (0x2427, 'X'), + (0x2440, 'V'), + (0x244B, 'X'), + (0x2460, 'M', '1'), + (0x2461, 'M', '2'), + (0x2462, 'M', '3'), + (0x2463, 'M', '4'), + (0x2464, 'M', '5'), + (0x2465, 'M', '6'), + (0x2466, 'M', '7'), + (0x2467, 'M', '8'), + (0x2468, 'M', '9'), + (0x2469, 'M', '10'), + (0x246A, 'M', '11'), + (0x246B, 'M', '12'), + (0x246C, 'M', '13'), + (0x246D, 'M', '14'), + (0x246E, 'M', '15'), + (0x246F, 'M', '16'), + (0x2470, 'M', '17'), + (0x2471, 'M', '18'), + (0x2472, 'M', '19'), + (0x2473, 'M', '20'), + (0x2474, '3', '(1)'), + (0x2475, '3', '(2)'), + (0x2476, '3', '(3)'), + (0x2477, '3', '(4)'), + (0x2478, '3', '(5)'), + (0x2479, '3', '(6)'), + (0x247A, '3', '(7)'), + (0x247B, '3', '(8)'), + (0x247C, '3', '(9)'), + (0x247D, '3', '(10)'), + (0x247E, '3', '(11)'), + (0x247F, '3', '(12)'), + (0x2480, '3', '(13)'), + (0x2481, '3', '(14)'), + (0x2482, '3', '(15)'), + (0x2483, '3', '(16)'), + (0x2484, '3', '(17)'), + (0x2485, '3', '(18)'), + (0x2486, '3', '(19)'), + (0x2487, '3', '(20)'), + (0x2488, 'X'), + (0x249C, '3', '(a)'), + (0x249D, '3', '(b)'), + (0x249E, '3', '(c)'), + (0x249F, '3', '(d)'), + (0x24A0, '3', '(e)'), + (0x24A1, '3', '(f)'), + (0x24A2, '3', '(g)'), + (0x24A3, '3', '(h)'), + (0x24A4, '3', '(i)'), + (0x24A5, '3', '(j)'), + (0x24A6, '3', '(k)'), + (0x24A7, '3', '(l)'), + (0x24A8, '3', '(m)'), + (0x24A9, '3', '(n)'), + (0x24AA, '3', '(o)'), + (0x24AB, '3', '(p)'), + (0x24AC, '3', '(q)'), + (0x24AD, '3', '(r)'), + (0x24AE, '3', '(s)'), + (0x24AF, '3', '(t)'), + (0x24B0, '3', '(u)'), + (0x24B1, '3', '(v)'), + (0x24B2, '3', '(w)'), + (0x24B3, '3', '(x)'), + (0x24B4, '3', '(y)'), + (0x24B5, '3', '(z)'), + (0x24B6, 'M', 'a'), + (0x24B7, 'M', 'b'), + (0x24B8, 'M', 'c'), + (0x24B9, 'M', 'd'), + (0x24BA, 'M', 'e'), + (0x24BB, 'M', 'f'), + (0x24BC, 'M', 'g'), + ] + +def _seg_24() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x24BD, 'M', 'h'), + (0x24BE, 'M', 'i'), + (0x24BF, 'M', 'j'), + (0x24C0, 'M', 'k'), + (0x24C1, 'M', 'l'), + (0x24C2, 'M', 'm'), + (0x24C3, 'M', 'n'), + (0x24C4, 'M', 'o'), + (0x24C5, 'M', 'p'), + (0x24C6, 'M', 'q'), + (0x24C7, 'M', 'r'), + (0x24C8, 'M', 's'), + (0x24C9, 'M', 't'), + (0x24CA, 'M', 'u'), + (0x24CB, 'M', 'v'), + (0x24CC, 'M', 'w'), + (0x24CD, 'M', 'x'), + (0x24CE, 'M', 'y'), + (0x24CF, 'M', 'z'), + (0x24D0, 'M', 'a'), + (0x24D1, 'M', 'b'), + (0x24D2, 'M', 'c'), + (0x24D3, 'M', 'd'), + (0x24D4, 'M', 'e'), + (0x24D5, 'M', 'f'), + (0x24D6, 'M', 'g'), + (0x24D7, 'M', 'h'), + (0x24D8, 'M', 'i'), + (0x24D9, 'M', 'j'), + (0x24DA, 'M', 'k'), + (0x24DB, 'M', 'l'), + (0x24DC, 'M', 'm'), + (0x24DD, 'M', 'n'), + (0x24DE, 'M', 'o'), + (0x24DF, 'M', 'p'), + (0x24E0, 'M', 'q'), + (0x24E1, 'M', 'r'), + (0x24E2, 'M', 's'), + (0x24E3, 'M', 't'), + (0x24E4, 'M', 'u'), + (0x24E5, 'M', 'v'), + (0x24E6, 'M', 'w'), + (0x24E7, 'M', 'x'), + (0x24E8, 'M', 'y'), + (0x24E9, 'M', 'z'), + (0x24EA, 'M', '0'), + (0x24EB, 'V'), + (0x2A0C, 'M', '∫∫∫∫'), + (0x2A0D, 'V'), + (0x2A74, '3', '::='), + (0x2A75, '3', '=='), + (0x2A76, '3', '==='), + (0x2A77, 'V'), + (0x2ADC, 'M', '⫝̸'), + (0x2ADD, 'V'), + (0x2B74, 'X'), + (0x2B76, 'V'), + (0x2B96, 'X'), + (0x2B97, 'V'), + (0x2C00, 'M', 'ⰰ'), + (0x2C01, 'M', 'ⰱ'), + (0x2C02, 'M', 'ⰲ'), + (0x2C03, 'M', 'ⰳ'), + (0x2C04, 'M', 'ⰴ'), + (0x2C05, 'M', 'ⰵ'), + (0x2C06, 'M', 'ⰶ'), + (0x2C07, 'M', 'ⰷ'), + (0x2C08, 'M', 'ⰸ'), + (0x2C09, 'M', 'ⰹ'), + (0x2C0A, 'M', 'ⰺ'), + (0x2C0B, 'M', 'ⰻ'), + (0x2C0C, 'M', 'ⰼ'), + (0x2C0D, 'M', 'ⰽ'), + (0x2C0E, 'M', 'ⰾ'), + (0x2C0F, 'M', 'ⰿ'), + (0x2C10, 'M', 'ⱀ'), + (0x2C11, 'M', 'ⱁ'), + (0x2C12, 'M', 'ⱂ'), + (0x2C13, 'M', 'ⱃ'), + (0x2C14, 'M', 'ⱄ'), + (0x2C15, 'M', 'ⱅ'), + (0x2C16, 'M', 'ⱆ'), + (0x2C17, 'M', 'ⱇ'), + (0x2C18, 'M', 'ⱈ'), + (0x2C19, 'M', 'ⱉ'), + (0x2C1A, 'M', 'ⱊ'), + (0x2C1B, 'M', 'ⱋ'), + (0x2C1C, 'M', 'ⱌ'), + (0x2C1D, 'M', 'ⱍ'), + (0x2C1E, 'M', 'ⱎ'), + (0x2C1F, 'M', 'ⱏ'), + (0x2C20, 'M', 'ⱐ'), + (0x2C21, 'M', 'ⱑ'), + (0x2C22, 'M', 'ⱒ'), + (0x2C23, 'M', 'ⱓ'), + (0x2C24, 'M', 'ⱔ'), + (0x2C25, 'M', 'ⱕ'), + (0x2C26, 'M', 'ⱖ'), + (0x2C27, 'M', 'ⱗ'), + (0x2C28, 'M', 'ⱘ'), + ] + +def _seg_25() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2C29, 'M', 'ⱙ'), + (0x2C2A, 'M', 'ⱚ'), + (0x2C2B, 'M', 'ⱛ'), + (0x2C2C, 'M', 'ⱜ'), + (0x2C2D, 'M', 'ⱝ'), + (0x2C2E, 'M', 'ⱞ'), + (0x2C2F, 'M', 'ⱟ'), + (0x2C30, 'V'), + (0x2C60, 'M', 'ⱡ'), + (0x2C61, 'V'), + (0x2C62, 'M', 'ɫ'), + (0x2C63, 'M', 'ᵽ'), + (0x2C64, 'M', 'ɽ'), + (0x2C65, 'V'), + (0x2C67, 'M', 'ⱨ'), + (0x2C68, 'V'), + (0x2C69, 'M', 'ⱪ'), + (0x2C6A, 'V'), + (0x2C6B, 'M', 'ⱬ'), + (0x2C6C, 'V'), + (0x2C6D, 'M', 'ɑ'), + (0x2C6E, 'M', 'ɱ'), + (0x2C6F, 'M', 'ɐ'), + (0x2C70, 'M', 'ɒ'), + (0x2C71, 'V'), + (0x2C72, 'M', 'ⱳ'), + (0x2C73, 'V'), + (0x2C75, 'M', 'ⱶ'), + (0x2C76, 'V'), + (0x2C7C, 'M', 'j'), + (0x2C7D, 'M', 'v'), + (0x2C7E, 'M', 'ȿ'), + (0x2C7F, 'M', 'ɀ'), + (0x2C80, 'M', 'ⲁ'), + (0x2C81, 'V'), + (0x2C82, 'M', 'ⲃ'), + (0x2C83, 'V'), + (0x2C84, 'M', 'ⲅ'), + (0x2C85, 'V'), + (0x2C86, 'M', 'ⲇ'), + (0x2C87, 'V'), + (0x2C88, 'M', 'ⲉ'), + (0x2C89, 'V'), + (0x2C8A, 'M', 'ⲋ'), + (0x2C8B, 'V'), + (0x2C8C, 'M', 'ⲍ'), + (0x2C8D, 'V'), + (0x2C8E, 'M', 'ⲏ'), + (0x2C8F, 'V'), + (0x2C90, 'M', 'ⲑ'), + (0x2C91, 'V'), + (0x2C92, 'M', 'ⲓ'), + (0x2C93, 'V'), + (0x2C94, 'M', 'ⲕ'), + (0x2C95, 'V'), + (0x2C96, 'M', 'ⲗ'), + (0x2C97, 'V'), + (0x2C98, 'M', 'ⲙ'), + (0x2C99, 'V'), + (0x2C9A, 'M', 'ⲛ'), + (0x2C9B, 'V'), + (0x2C9C, 'M', 'ⲝ'), + (0x2C9D, 'V'), + (0x2C9E, 'M', 'ⲟ'), + (0x2C9F, 'V'), + (0x2CA0, 'M', 'ⲡ'), + (0x2CA1, 'V'), + (0x2CA2, 'M', 'ⲣ'), + (0x2CA3, 'V'), + (0x2CA4, 'M', 'ⲥ'), + (0x2CA5, 'V'), + (0x2CA6, 'M', 'ⲧ'), + (0x2CA7, 'V'), + (0x2CA8, 'M', 'ⲩ'), + (0x2CA9, 'V'), + (0x2CAA, 'M', 'ⲫ'), + (0x2CAB, 'V'), + (0x2CAC, 'M', 'ⲭ'), + (0x2CAD, 'V'), + (0x2CAE, 'M', 'ⲯ'), + (0x2CAF, 'V'), + (0x2CB0, 'M', 'ⲱ'), + (0x2CB1, 'V'), + (0x2CB2, 'M', 'ⲳ'), + (0x2CB3, 'V'), + (0x2CB4, 'M', 'ⲵ'), + (0x2CB5, 'V'), + (0x2CB6, 'M', 'ⲷ'), + (0x2CB7, 'V'), + (0x2CB8, 'M', 'ⲹ'), + (0x2CB9, 'V'), + (0x2CBA, 'M', 'ⲻ'), + (0x2CBB, 'V'), + (0x2CBC, 'M', 'ⲽ'), + (0x2CBD, 'V'), + (0x2CBE, 'M', 'ⲿ'), + (0x2CBF, 'V'), + (0x2CC0, 'M', 'ⳁ'), + (0x2CC1, 'V'), + (0x2CC2, 'M', 'ⳃ'), + ] + +def _seg_26() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2CC3, 'V'), + (0x2CC4, 'M', 'ⳅ'), + (0x2CC5, 'V'), + (0x2CC6, 'M', 'ⳇ'), + (0x2CC7, 'V'), + (0x2CC8, 'M', 'ⳉ'), + (0x2CC9, 'V'), + (0x2CCA, 'M', 'ⳋ'), + (0x2CCB, 'V'), + (0x2CCC, 'M', 'ⳍ'), + (0x2CCD, 'V'), + (0x2CCE, 'M', 'ⳏ'), + (0x2CCF, 'V'), + (0x2CD0, 'M', 'ⳑ'), + (0x2CD1, 'V'), + (0x2CD2, 'M', 'ⳓ'), + (0x2CD3, 'V'), + (0x2CD4, 'M', 'ⳕ'), + (0x2CD5, 'V'), + (0x2CD6, 'M', 'ⳗ'), + (0x2CD7, 'V'), + (0x2CD8, 'M', 'ⳙ'), + (0x2CD9, 'V'), + (0x2CDA, 'M', 'ⳛ'), + (0x2CDB, 'V'), + (0x2CDC, 'M', 'ⳝ'), + (0x2CDD, 'V'), + (0x2CDE, 'M', 'ⳟ'), + (0x2CDF, 'V'), + (0x2CE0, 'M', 'ⳡ'), + (0x2CE1, 'V'), + (0x2CE2, 'M', 'ⳣ'), + (0x2CE3, 'V'), + (0x2CEB, 'M', 'ⳬ'), + (0x2CEC, 'V'), + (0x2CED, 'M', 'ⳮ'), + (0x2CEE, 'V'), + (0x2CF2, 'M', 'ⳳ'), + (0x2CF3, 'V'), + (0x2CF4, 'X'), + (0x2CF9, 'V'), + (0x2D26, 'X'), + (0x2D27, 'V'), + (0x2D28, 'X'), + (0x2D2D, 'V'), + (0x2D2E, 'X'), + (0x2D30, 'V'), + (0x2D68, 'X'), + (0x2D6F, 'M', 'ⵡ'), + (0x2D70, 'V'), + (0x2D71, 'X'), + (0x2D7F, 'V'), + (0x2D97, 'X'), + (0x2DA0, 'V'), + (0x2DA7, 'X'), + (0x2DA8, 'V'), + (0x2DAF, 'X'), + (0x2DB0, 'V'), + (0x2DB7, 'X'), + (0x2DB8, 'V'), + (0x2DBF, 'X'), + (0x2DC0, 'V'), + (0x2DC7, 'X'), + (0x2DC8, 'V'), + (0x2DCF, 'X'), + (0x2DD0, 'V'), + (0x2DD7, 'X'), + (0x2DD8, 'V'), + (0x2DDF, 'X'), + (0x2DE0, 'V'), + (0x2E5E, 'X'), + (0x2E80, 'V'), + (0x2E9A, 'X'), + (0x2E9B, 'V'), + (0x2E9F, 'M', '母'), + (0x2EA0, 'V'), + (0x2EF3, 'M', '龟'), + (0x2EF4, 'X'), + (0x2F00, 'M', '一'), + (0x2F01, 'M', '丨'), + (0x2F02, 'M', '丶'), + (0x2F03, 'M', '丿'), + (0x2F04, 'M', '乙'), + (0x2F05, 'M', '亅'), + (0x2F06, 'M', '二'), + (0x2F07, 'M', '亠'), + (0x2F08, 'M', '人'), + (0x2F09, 'M', '儿'), + (0x2F0A, 'M', '入'), + (0x2F0B, 'M', '八'), + (0x2F0C, 'M', '冂'), + (0x2F0D, 'M', '冖'), + (0x2F0E, 'M', '冫'), + (0x2F0F, 'M', '几'), + (0x2F10, 'M', '凵'), + (0x2F11, 'M', '刀'), + (0x2F12, 'M', '力'), + (0x2F13, 'M', '勹'), + (0x2F14, 'M', '匕'), + (0x2F15, 'M', '匚'), + ] + +def _seg_27() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F16, 'M', '匸'), + (0x2F17, 'M', '十'), + (0x2F18, 'M', '卜'), + (0x2F19, 'M', '卩'), + (0x2F1A, 'M', '厂'), + (0x2F1B, 'M', '厶'), + (0x2F1C, 'M', '又'), + (0x2F1D, 'M', '口'), + (0x2F1E, 'M', '囗'), + (0x2F1F, 'M', '土'), + (0x2F20, 'M', '士'), + (0x2F21, 'M', '夂'), + (0x2F22, 'M', '夊'), + (0x2F23, 'M', '夕'), + (0x2F24, 'M', '大'), + (0x2F25, 'M', '女'), + (0x2F26, 'M', '子'), + (0x2F27, 'M', '宀'), + (0x2F28, 'M', '寸'), + (0x2F29, 'M', '小'), + (0x2F2A, 'M', '尢'), + (0x2F2B, 'M', '尸'), + (0x2F2C, 'M', '屮'), + (0x2F2D, 'M', '山'), + (0x2F2E, 'M', '巛'), + (0x2F2F, 'M', '工'), + (0x2F30, 'M', '己'), + (0x2F31, 'M', '巾'), + (0x2F32, 'M', '干'), + (0x2F33, 'M', '幺'), + (0x2F34, 'M', '广'), + (0x2F35, 'M', '廴'), + (0x2F36, 'M', '廾'), + (0x2F37, 'M', '弋'), + (0x2F38, 'M', '弓'), + (0x2F39, 'M', '彐'), + (0x2F3A, 'M', '彡'), + (0x2F3B, 'M', '彳'), + (0x2F3C, 'M', '心'), + (0x2F3D, 'M', '戈'), + (0x2F3E, 'M', '戶'), + (0x2F3F, 'M', '手'), + (0x2F40, 'M', '支'), + (0x2F41, 'M', '攴'), + (0x2F42, 'M', '文'), + (0x2F43, 'M', '斗'), + (0x2F44, 'M', '斤'), + (0x2F45, 'M', '方'), + (0x2F46, 'M', '无'), + (0x2F47, 'M', '日'), + (0x2F48, 'M', '曰'), + (0x2F49, 'M', '月'), + (0x2F4A, 'M', '木'), + (0x2F4B, 'M', '欠'), + (0x2F4C, 'M', '止'), + (0x2F4D, 'M', '歹'), + (0x2F4E, 'M', '殳'), + (0x2F4F, 'M', '毋'), + (0x2F50, 'M', '比'), + (0x2F51, 'M', '毛'), + (0x2F52, 'M', '氏'), + (0x2F53, 'M', '气'), + (0x2F54, 'M', '水'), + (0x2F55, 'M', '火'), + (0x2F56, 'M', '爪'), + (0x2F57, 'M', '父'), + (0x2F58, 'M', '爻'), + (0x2F59, 'M', '爿'), + (0x2F5A, 'M', '片'), + (0x2F5B, 'M', '牙'), + (0x2F5C, 'M', '牛'), + (0x2F5D, 'M', '犬'), + (0x2F5E, 'M', '玄'), + (0x2F5F, 'M', '玉'), + (0x2F60, 'M', '瓜'), + (0x2F61, 'M', '瓦'), + (0x2F62, 'M', '甘'), + (0x2F63, 'M', '生'), + (0x2F64, 'M', '用'), + (0x2F65, 'M', '田'), + (0x2F66, 'M', '疋'), + (0x2F67, 'M', '疒'), + (0x2F68, 'M', '癶'), + (0x2F69, 'M', '白'), + (0x2F6A, 'M', '皮'), + (0x2F6B, 'M', '皿'), + (0x2F6C, 'M', '目'), + (0x2F6D, 'M', '矛'), + (0x2F6E, 'M', '矢'), + (0x2F6F, 'M', '石'), + (0x2F70, 'M', '示'), + (0x2F71, 'M', '禸'), + (0x2F72, 'M', '禾'), + (0x2F73, 'M', '穴'), + (0x2F74, 'M', '立'), + (0x2F75, 'M', '竹'), + (0x2F76, 'M', '米'), + (0x2F77, 'M', '糸'), + (0x2F78, 'M', '缶'), + (0x2F79, 'M', '网'), + ] + +def _seg_28() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F7A, 'M', '羊'), + (0x2F7B, 'M', '羽'), + (0x2F7C, 'M', '老'), + (0x2F7D, 'M', '而'), + (0x2F7E, 'M', '耒'), + (0x2F7F, 'M', '耳'), + (0x2F80, 'M', '聿'), + (0x2F81, 'M', '肉'), + (0x2F82, 'M', '臣'), + (0x2F83, 'M', '自'), + (0x2F84, 'M', '至'), + (0x2F85, 'M', '臼'), + (0x2F86, 'M', '舌'), + (0x2F87, 'M', '舛'), + (0x2F88, 'M', '舟'), + (0x2F89, 'M', '艮'), + (0x2F8A, 'M', '色'), + (0x2F8B, 'M', '艸'), + (0x2F8C, 'M', '虍'), + (0x2F8D, 'M', '虫'), + (0x2F8E, 'M', '血'), + (0x2F8F, 'M', '行'), + (0x2F90, 'M', '衣'), + (0x2F91, 'M', '襾'), + (0x2F92, 'M', '見'), + (0x2F93, 'M', '角'), + (0x2F94, 'M', '言'), + (0x2F95, 'M', '谷'), + (0x2F96, 'M', '豆'), + (0x2F97, 'M', '豕'), + (0x2F98, 'M', '豸'), + (0x2F99, 'M', '貝'), + (0x2F9A, 'M', '赤'), + (0x2F9B, 'M', '走'), + (0x2F9C, 'M', '足'), + (0x2F9D, 'M', '身'), + (0x2F9E, 'M', '車'), + (0x2F9F, 'M', '辛'), + (0x2FA0, 'M', '辰'), + (0x2FA1, 'M', '辵'), + (0x2FA2, 'M', '邑'), + (0x2FA3, 'M', '酉'), + (0x2FA4, 'M', '釆'), + (0x2FA5, 'M', '里'), + (0x2FA6, 'M', '金'), + (0x2FA7, 'M', '長'), + (0x2FA8, 'M', '門'), + (0x2FA9, 'M', '阜'), + (0x2FAA, 'M', '隶'), + (0x2FAB, 'M', '隹'), + (0x2FAC, 'M', '雨'), + (0x2FAD, 'M', '靑'), + (0x2FAE, 'M', '非'), + (0x2FAF, 'M', '面'), + (0x2FB0, 'M', '革'), + (0x2FB1, 'M', '韋'), + (0x2FB2, 'M', '韭'), + (0x2FB3, 'M', '音'), + (0x2FB4, 'M', '頁'), + (0x2FB5, 'M', '風'), + (0x2FB6, 'M', '飛'), + (0x2FB7, 'M', '食'), + (0x2FB8, 'M', '首'), + (0x2FB9, 'M', '香'), + (0x2FBA, 'M', '馬'), + (0x2FBB, 'M', '骨'), + (0x2FBC, 'M', '高'), + (0x2FBD, 'M', '髟'), + (0x2FBE, 'M', '鬥'), + (0x2FBF, 'M', '鬯'), + (0x2FC0, 'M', '鬲'), + (0x2FC1, 'M', '鬼'), + (0x2FC2, 'M', '魚'), + (0x2FC3, 'M', '鳥'), + (0x2FC4, 'M', '鹵'), + (0x2FC5, 'M', '鹿'), + (0x2FC6, 'M', '麥'), + (0x2FC7, 'M', '麻'), + (0x2FC8, 'M', '黃'), + (0x2FC9, 'M', '黍'), + (0x2FCA, 'M', '黑'), + (0x2FCB, 'M', '黹'), + (0x2FCC, 'M', '黽'), + (0x2FCD, 'M', '鼎'), + (0x2FCE, 'M', '鼓'), + (0x2FCF, 'M', '鼠'), + (0x2FD0, 'M', '鼻'), + (0x2FD1, 'M', '齊'), + (0x2FD2, 'M', '齒'), + (0x2FD3, 'M', '龍'), + (0x2FD4, 'M', '龜'), + (0x2FD5, 'M', '龠'), + (0x2FD6, 'X'), + (0x3000, '3', ' '), + (0x3001, 'V'), + (0x3002, 'M', '.'), + (0x3003, 'V'), + (0x3036, 'M', '〒'), + (0x3037, 'V'), + (0x3038, 'M', '十'), + ] + +def _seg_29() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3039, 'M', '卄'), + (0x303A, 'M', '卅'), + (0x303B, 'V'), + (0x3040, 'X'), + (0x3041, 'V'), + (0x3097, 'X'), + (0x3099, 'V'), + (0x309B, '3', ' ゙'), + (0x309C, '3', ' ゚'), + (0x309D, 'V'), + (0x309F, 'M', 'より'), + (0x30A0, 'V'), + (0x30FF, 'M', 'コト'), + (0x3100, 'X'), + (0x3105, 'V'), + (0x3130, 'X'), + (0x3131, 'M', 'ᄀ'), + (0x3132, 'M', 'ᄁ'), + (0x3133, 'M', 'ᆪ'), + (0x3134, 'M', 'ᄂ'), + (0x3135, 'M', 'ᆬ'), + (0x3136, 'M', 'ᆭ'), + (0x3137, 'M', 'ᄃ'), + (0x3138, 'M', 'ᄄ'), + (0x3139, 'M', 'ᄅ'), + (0x313A, 'M', 'ᆰ'), + (0x313B, 'M', 'ᆱ'), + (0x313C, 'M', 'ᆲ'), + (0x313D, 'M', 'ᆳ'), + (0x313E, 'M', 'ᆴ'), + (0x313F, 'M', 'ᆵ'), + (0x3140, 'M', 'ᄚ'), + (0x3141, 'M', 'ᄆ'), + (0x3142, 'M', 'ᄇ'), + (0x3143, 'M', 'ᄈ'), + (0x3144, 'M', 'ᄡ'), + (0x3145, 'M', 'ᄉ'), + (0x3146, 'M', 'ᄊ'), + (0x3147, 'M', 'ᄋ'), + (0x3148, 'M', 'ᄌ'), + (0x3149, 'M', 'ᄍ'), + (0x314A, 'M', 'ᄎ'), + (0x314B, 'M', 'ᄏ'), + (0x314C, 'M', 'ᄐ'), + (0x314D, 'M', 'ᄑ'), + (0x314E, 'M', 'ᄒ'), + (0x314F, 'M', 'ᅡ'), + (0x3150, 'M', 'ᅢ'), + (0x3151, 'M', 'ᅣ'), + (0x3152, 'M', 'ᅤ'), + (0x3153, 'M', 'ᅥ'), + (0x3154, 'M', 'ᅦ'), + (0x3155, 'M', 'ᅧ'), + (0x3156, 'M', 'ᅨ'), + (0x3157, 'M', 'ᅩ'), + (0x3158, 'M', 'ᅪ'), + (0x3159, 'M', 'ᅫ'), + (0x315A, 'M', 'ᅬ'), + (0x315B, 'M', 'ᅭ'), + (0x315C, 'M', 'ᅮ'), + (0x315D, 'M', 'ᅯ'), + (0x315E, 'M', 'ᅰ'), + (0x315F, 'M', 'ᅱ'), + (0x3160, 'M', 'ᅲ'), + (0x3161, 'M', 'ᅳ'), + (0x3162, 'M', 'ᅴ'), + (0x3163, 'M', 'ᅵ'), + (0x3164, 'X'), + (0x3165, 'M', 'ᄔ'), + (0x3166, 'M', 'ᄕ'), + (0x3167, 'M', 'ᇇ'), + (0x3168, 'M', 'ᇈ'), + (0x3169, 'M', 'ᇌ'), + (0x316A, 'M', 'ᇎ'), + (0x316B, 'M', 'ᇓ'), + (0x316C, 'M', 'ᇗ'), + (0x316D, 'M', 'ᇙ'), + (0x316E, 'M', 'ᄜ'), + (0x316F, 'M', 'ᇝ'), + (0x3170, 'M', 'ᇟ'), + (0x3171, 'M', 'ᄝ'), + (0x3172, 'M', 'ᄞ'), + (0x3173, 'M', 'ᄠ'), + (0x3174, 'M', 'ᄢ'), + (0x3175, 'M', 'ᄣ'), + (0x3176, 'M', 'ᄧ'), + (0x3177, 'M', 'ᄩ'), + (0x3178, 'M', 'ᄫ'), + (0x3179, 'M', 'ᄬ'), + (0x317A, 'M', 'ᄭ'), + (0x317B, 'M', 'ᄮ'), + (0x317C, 'M', 'ᄯ'), + (0x317D, 'M', 'ᄲ'), + (0x317E, 'M', 'ᄶ'), + (0x317F, 'M', 'ᅀ'), + (0x3180, 'M', 'ᅇ'), + (0x3181, 'M', 'ᅌ'), + (0x3182, 'M', 'ᇱ'), + (0x3183, 'M', 'ᇲ'), + (0x3184, 'M', 'ᅗ'), + ] + +def _seg_30() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3185, 'M', 'ᅘ'), + (0x3186, 'M', 'ᅙ'), + (0x3187, 'M', 'ᆄ'), + (0x3188, 'M', 'ᆅ'), + (0x3189, 'M', 'ᆈ'), + (0x318A, 'M', 'ᆑ'), + (0x318B, 'M', 'ᆒ'), + (0x318C, 'M', 'ᆔ'), + (0x318D, 'M', 'ᆞ'), + (0x318E, 'M', 'ᆡ'), + (0x318F, 'X'), + (0x3190, 'V'), + (0x3192, 'M', '一'), + (0x3193, 'M', '二'), + (0x3194, 'M', '三'), + (0x3195, 'M', '四'), + (0x3196, 'M', '上'), + (0x3197, 'M', '中'), + (0x3198, 'M', '下'), + (0x3199, 'M', '甲'), + (0x319A, 'M', '乙'), + (0x319B, 'M', '丙'), + (0x319C, 'M', '丁'), + (0x319D, 'M', '天'), + (0x319E, 'M', '地'), + (0x319F, 'M', '人'), + (0x31A0, 'V'), + (0x31E4, 'X'), + (0x31F0, 'V'), + (0x3200, '3', '(ᄀ)'), + (0x3201, '3', '(ᄂ)'), + (0x3202, '3', '(ᄃ)'), + (0x3203, '3', '(ᄅ)'), + (0x3204, '3', '(ᄆ)'), + (0x3205, '3', '(ᄇ)'), + (0x3206, '3', '(ᄉ)'), + (0x3207, '3', '(ᄋ)'), + (0x3208, '3', '(ᄌ)'), + (0x3209, '3', '(ᄎ)'), + (0x320A, '3', '(ᄏ)'), + (0x320B, '3', '(ᄐ)'), + (0x320C, '3', '(ᄑ)'), + (0x320D, '3', '(ᄒ)'), + (0x320E, '3', '(가)'), + (0x320F, '3', '(나)'), + (0x3210, '3', '(다)'), + (0x3211, '3', '(라)'), + (0x3212, '3', '(마)'), + (0x3213, '3', '(바)'), + (0x3214, '3', '(사)'), + (0x3215, '3', '(아)'), + (0x3216, '3', '(자)'), + (0x3217, '3', '(차)'), + (0x3218, '3', '(카)'), + (0x3219, '3', '(타)'), + (0x321A, '3', '(파)'), + (0x321B, '3', '(하)'), + (0x321C, '3', '(주)'), + (0x321D, '3', '(오전)'), + (0x321E, '3', '(오후)'), + (0x321F, 'X'), + (0x3220, '3', '(一)'), + (0x3221, '3', '(二)'), + (0x3222, '3', '(三)'), + (0x3223, '3', '(四)'), + (0x3224, '3', '(五)'), + (0x3225, '3', '(六)'), + (0x3226, '3', '(七)'), + (0x3227, '3', '(八)'), + (0x3228, '3', '(九)'), + (0x3229, '3', '(十)'), + (0x322A, '3', '(月)'), + (0x322B, '3', '(火)'), + (0x322C, '3', '(水)'), + (0x322D, '3', '(木)'), + (0x322E, '3', '(金)'), + (0x322F, '3', '(土)'), + (0x3230, '3', '(日)'), + (0x3231, '3', '(株)'), + (0x3232, '3', '(有)'), + (0x3233, '3', '(社)'), + (0x3234, '3', '(名)'), + (0x3235, '3', '(特)'), + (0x3236, '3', '(財)'), + (0x3237, '3', '(祝)'), + (0x3238, '3', '(労)'), + (0x3239, '3', '(代)'), + (0x323A, '3', '(呼)'), + (0x323B, '3', '(学)'), + (0x323C, '3', '(監)'), + (0x323D, '3', '(企)'), + (0x323E, '3', '(資)'), + (0x323F, '3', '(協)'), + (0x3240, '3', '(祭)'), + (0x3241, '3', '(休)'), + (0x3242, '3', '(自)'), + (0x3243, '3', '(至)'), + (0x3244, 'M', '問'), + (0x3245, 'M', '幼'), + (0x3246, 'M', '文'), + ] + +def _seg_31() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3247, 'M', '箏'), + (0x3248, 'V'), + (0x3250, 'M', 'pte'), + (0x3251, 'M', '21'), + (0x3252, 'M', '22'), + (0x3253, 'M', '23'), + (0x3254, 'M', '24'), + (0x3255, 'M', '25'), + (0x3256, 'M', '26'), + (0x3257, 'M', '27'), + (0x3258, 'M', '28'), + (0x3259, 'M', '29'), + (0x325A, 'M', '30'), + (0x325B, 'M', '31'), + (0x325C, 'M', '32'), + (0x325D, 'M', '33'), + (0x325E, 'M', '34'), + (0x325F, 'M', '35'), + (0x3260, 'M', 'ᄀ'), + (0x3261, 'M', 'ᄂ'), + (0x3262, 'M', 'ᄃ'), + (0x3263, 'M', 'ᄅ'), + (0x3264, 'M', 'ᄆ'), + (0x3265, 'M', 'ᄇ'), + (0x3266, 'M', 'ᄉ'), + (0x3267, 'M', 'ᄋ'), + (0x3268, 'M', 'ᄌ'), + (0x3269, 'M', 'ᄎ'), + (0x326A, 'M', 'ᄏ'), + (0x326B, 'M', 'ᄐ'), + (0x326C, 'M', 'ᄑ'), + (0x326D, 'M', 'ᄒ'), + (0x326E, 'M', '가'), + (0x326F, 'M', '나'), + (0x3270, 'M', '다'), + (0x3271, 'M', '라'), + (0x3272, 'M', '마'), + (0x3273, 'M', '바'), + (0x3274, 'M', '사'), + (0x3275, 'M', '아'), + (0x3276, 'M', '자'), + (0x3277, 'M', '차'), + (0x3278, 'M', '카'), + (0x3279, 'M', '타'), + (0x327A, 'M', '파'), + (0x327B, 'M', '하'), + (0x327C, 'M', '참고'), + (0x327D, 'M', '주의'), + (0x327E, 'M', '우'), + (0x327F, 'V'), + (0x3280, 'M', '一'), + (0x3281, 'M', '二'), + (0x3282, 'M', '三'), + (0x3283, 'M', '四'), + (0x3284, 'M', '五'), + (0x3285, 'M', '六'), + (0x3286, 'M', '七'), + (0x3287, 'M', '八'), + (0x3288, 'M', '九'), + (0x3289, 'M', '十'), + (0x328A, 'M', '月'), + (0x328B, 'M', '火'), + (0x328C, 'M', '水'), + (0x328D, 'M', '木'), + (0x328E, 'M', '金'), + (0x328F, 'M', '土'), + (0x3290, 'M', '日'), + (0x3291, 'M', '株'), + (0x3292, 'M', '有'), + (0x3293, 'M', '社'), + (0x3294, 'M', '名'), + (0x3295, 'M', '特'), + (0x3296, 'M', '財'), + (0x3297, 'M', '祝'), + (0x3298, 'M', '労'), + (0x3299, 'M', '秘'), + (0x329A, 'M', '男'), + (0x329B, 'M', '女'), + (0x329C, 'M', '適'), + (0x329D, 'M', '優'), + (0x329E, 'M', '印'), + (0x329F, 'M', '注'), + (0x32A0, 'M', '項'), + (0x32A1, 'M', '休'), + (0x32A2, 'M', '写'), + (0x32A3, 'M', '正'), + (0x32A4, 'M', '上'), + (0x32A5, 'M', '中'), + (0x32A6, 'M', '下'), + (0x32A7, 'M', '左'), + (0x32A8, 'M', '右'), + (0x32A9, 'M', '医'), + (0x32AA, 'M', '宗'), + (0x32AB, 'M', '学'), + (0x32AC, 'M', '監'), + (0x32AD, 'M', '企'), + (0x32AE, 'M', '資'), + (0x32AF, 'M', '協'), + (0x32B0, 'M', '夜'), + (0x32B1, 'M', '36'), + ] + +def _seg_32() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x32B2, 'M', '37'), + (0x32B3, 'M', '38'), + (0x32B4, 'M', '39'), + (0x32B5, 'M', '40'), + (0x32B6, 'M', '41'), + (0x32B7, 'M', '42'), + (0x32B8, 'M', '43'), + (0x32B9, 'M', '44'), + (0x32BA, 'M', '45'), + (0x32BB, 'M', '46'), + (0x32BC, 'M', '47'), + (0x32BD, 'M', '48'), + (0x32BE, 'M', '49'), + (0x32BF, 'M', '50'), + (0x32C0, 'M', '1月'), + (0x32C1, 'M', '2月'), + (0x32C2, 'M', '3月'), + (0x32C3, 'M', '4月'), + (0x32C4, 'M', '5月'), + (0x32C5, 'M', '6月'), + (0x32C6, 'M', '7月'), + (0x32C7, 'M', '8月'), + (0x32C8, 'M', '9月'), + (0x32C9, 'M', '10月'), + (0x32CA, 'M', '11月'), + (0x32CB, 'M', '12月'), + (0x32CC, 'M', 'hg'), + (0x32CD, 'M', 'erg'), + (0x32CE, 'M', 'ev'), + (0x32CF, 'M', 'ltd'), + (0x32D0, 'M', 'ア'), + (0x32D1, 'M', 'イ'), + (0x32D2, 'M', 'ウ'), + (0x32D3, 'M', 'エ'), + (0x32D4, 'M', 'オ'), + (0x32D5, 'M', 'カ'), + (0x32D6, 'M', 'キ'), + (0x32D7, 'M', 'ク'), + (0x32D8, 'M', 'ケ'), + (0x32D9, 'M', 'コ'), + (0x32DA, 'M', 'サ'), + (0x32DB, 'M', 'シ'), + (0x32DC, 'M', 'ス'), + (0x32DD, 'M', 'セ'), + (0x32DE, 'M', 'ソ'), + (0x32DF, 'M', 'タ'), + (0x32E0, 'M', 'チ'), + (0x32E1, 'M', 'ツ'), + (0x32E2, 'M', 'テ'), + (0x32E3, 'M', 'ト'), + (0x32E4, 'M', 'ナ'), + (0x32E5, 'M', 'ニ'), + (0x32E6, 'M', 'ヌ'), + (0x32E7, 'M', 'ネ'), + (0x32E8, 'M', 'ノ'), + (0x32E9, 'M', 'ハ'), + (0x32EA, 'M', 'ヒ'), + (0x32EB, 'M', 'フ'), + (0x32EC, 'M', 'ヘ'), + (0x32ED, 'M', 'ホ'), + (0x32EE, 'M', 'マ'), + (0x32EF, 'M', 'ミ'), + (0x32F0, 'M', 'ム'), + (0x32F1, 'M', 'メ'), + (0x32F2, 'M', 'モ'), + (0x32F3, 'M', 'ヤ'), + (0x32F4, 'M', 'ユ'), + (0x32F5, 'M', 'ヨ'), + (0x32F6, 'M', 'ラ'), + (0x32F7, 'M', 'リ'), + (0x32F8, 'M', 'ル'), + (0x32F9, 'M', 'レ'), + (0x32FA, 'M', 'ロ'), + (0x32FB, 'M', 'ワ'), + (0x32FC, 'M', 'ヰ'), + (0x32FD, 'M', 'ヱ'), + (0x32FE, 'M', 'ヲ'), + (0x32FF, 'M', '令和'), + (0x3300, 'M', 'アパート'), + (0x3301, 'M', 'アルファ'), + (0x3302, 'M', 'アンペア'), + (0x3303, 'M', 'アール'), + (0x3304, 'M', 'イニング'), + (0x3305, 'M', 'インチ'), + (0x3306, 'M', 'ウォン'), + (0x3307, 'M', 'エスクード'), + (0x3308, 'M', 'エーカー'), + (0x3309, 'M', 'オンス'), + (0x330A, 'M', 'オーム'), + (0x330B, 'M', 'カイリ'), + (0x330C, 'M', 'カラット'), + (0x330D, 'M', 'カロリー'), + (0x330E, 'M', 'ガロン'), + (0x330F, 'M', 'ガンマ'), + (0x3310, 'M', 'ギガ'), + (0x3311, 'M', 'ギニー'), + (0x3312, 'M', 'キュリー'), + (0x3313, 'M', 'ギルダー'), + (0x3314, 'M', 'キロ'), + (0x3315, 'M', 'キログラム'), + ] + +def _seg_33() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3316, 'M', 'キロメートル'), + (0x3317, 'M', 'キロワット'), + (0x3318, 'M', 'グラム'), + (0x3319, 'M', 'グラムトン'), + (0x331A, 'M', 'クルゼイロ'), + (0x331B, 'M', 'クローネ'), + (0x331C, 'M', 'ケース'), + (0x331D, 'M', 'コルナ'), + (0x331E, 'M', 'コーポ'), + (0x331F, 'M', 'サイクル'), + (0x3320, 'M', 'サンチーム'), + (0x3321, 'M', 'シリング'), + (0x3322, 'M', 'センチ'), + (0x3323, 'M', 'セント'), + (0x3324, 'M', 'ダース'), + (0x3325, 'M', 'デシ'), + (0x3326, 'M', 'ドル'), + (0x3327, 'M', 'トン'), + (0x3328, 'M', 'ナノ'), + (0x3329, 'M', 'ノット'), + (0x332A, 'M', 'ハイツ'), + (0x332B, 'M', 'パーセント'), + (0x332C, 'M', 'パーツ'), + (0x332D, 'M', 'バーレル'), + (0x332E, 'M', 'ピアストル'), + (0x332F, 'M', 'ピクル'), + (0x3330, 'M', 'ピコ'), + (0x3331, 'M', 'ビル'), + (0x3332, 'M', 'ファラッド'), + (0x3333, 'M', 'フィート'), + (0x3334, 'M', 'ブッシェル'), + (0x3335, 'M', 'フラン'), + (0x3336, 'M', 'ヘクタール'), + (0x3337, 'M', 'ペソ'), + (0x3338, 'M', 'ペニヒ'), + (0x3339, 'M', 'ヘルツ'), + (0x333A, 'M', 'ペンス'), + (0x333B, 'M', 'ページ'), + (0x333C, 'M', 'ベータ'), + (0x333D, 'M', 'ポイント'), + (0x333E, 'M', 'ボルト'), + (0x333F, 'M', 'ホン'), + (0x3340, 'M', 'ポンド'), + (0x3341, 'M', 'ホール'), + (0x3342, 'M', 'ホーン'), + (0x3343, 'M', 'マイクロ'), + (0x3344, 'M', 'マイル'), + (0x3345, 'M', 'マッハ'), + (0x3346, 'M', 'マルク'), + (0x3347, 'M', 'マンション'), + (0x3348, 'M', 'ミクロン'), + (0x3349, 'M', 'ミリ'), + (0x334A, 'M', 'ミリバール'), + (0x334B, 'M', 'メガ'), + (0x334C, 'M', 'メガトン'), + (0x334D, 'M', 'メートル'), + (0x334E, 'M', 'ヤード'), + (0x334F, 'M', 'ヤール'), + (0x3350, 'M', 'ユアン'), + (0x3351, 'M', 'リットル'), + (0x3352, 'M', 'リラ'), + (0x3353, 'M', 'ルピー'), + (0x3354, 'M', 'ルーブル'), + (0x3355, 'M', 'レム'), + (0x3356, 'M', 'レントゲン'), + (0x3357, 'M', 'ワット'), + (0x3358, 'M', '0点'), + (0x3359, 'M', '1点'), + (0x335A, 'M', '2点'), + (0x335B, 'M', '3点'), + (0x335C, 'M', '4点'), + (0x335D, 'M', '5点'), + (0x335E, 'M', '6点'), + (0x335F, 'M', '7点'), + (0x3360, 'M', '8点'), + (0x3361, 'M', '9点'), + (0x3362, 'M', '10点'), + (0x3363, 'M', '11点'), + (0x3364, 'M', '12点'), + (0x3365, 'M', '13点'), + (0x3366, 'M', '14点'), + (0x3367, 'M', '15点'), + (0x3368, 'M', '16点'), + (0x3369, 'M', '17点'), + (0x336A, 'M', '18点'), + (0x336B, 'M', '19点'), + (0x336C, 'M', '20点'), + (0x336D, 'M', '21点'), + (0x336E, 'M', '22点'), + (0x336F, 'M', '23点'), + (0x3370, 'M', '24点'), + (0x3371, 'M', 'hpa'), + (0x3372, 'M', 'da'), + (0x3373, 'M', 'au'), + (0x3374, 'M', 'bar'), + (0x3375, 'M', 'ov'), + (0x3376, 'M', 'pc'), + (0x3377, 'M', 'dm'), + (0x3378, 'M', 'dm2'), + (0x3379, 'M', 'dm3'), + ] + +def _seg_34() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x337A, 'M', 'iu'), + (0x337B, 'M', '平成'), + (0x337C, 'M', '昭和'), + (0x337D, 'M', '大正'), + (0x337E, 'M', '明治'), + (0x337F, 'M', '株式会社'), + (0x3380, 'M', 'pa'), + (0x3381, 'M', 'na'), + (0x3382, 'M', 'μa'), + (0x3383, 'M', 'ma'), + (0x3384, 'M', 'ka'), + (0x3385, 'M', 'kb'), + (0x3386, 'M', 'mb'), + (0x3387, 'M', 'gb'), + (0x3388, 'M', 'cal'), + (0x3389, 'M', 'kcal'), + (0x338A, 'M', 'pf'), + (0x338B, 'M', 'nf'), + (0x338C, 'M', 'μf'), + (0x338D, 'M', 'μg'), + (0x338E, 'M', 'mg'), + (0x338F, 'M', 'kg'), + (0x3390, 'M', 'hz'), + (0x3391, 'M', 'khz'), + (0x3392, 'M', 'mhz'), + (0x3393, 'M', 'ghz'), + (0x3394, 'M', 'thz'), + (0x3395, 'M', 'μl'), + (0x3396, 'M', 'ml'), + (0x3397, 'M', 'dl'), + (0x3398, 'M', 'kl'), + (0x3399, 'M', 'fm'), + (0x339A, 'M', 'nm'), + (0x339B, 'M', 'μm'), + (0x339C, 'M', 'mm'), + (0x339D, 'M', 'cm'), + (0x339E, 'M', 'km'), + (0x339F, 'M', 'mm2'), + (0x33A0, 'M', 'cm2'), + (0x33A1, 'M', 'm2'), + (0x33A2, 'M', 'km2'), + (0x33A3, 'M', 'mm3'), + (0x33A4, 'M', 'cm3'), + (0x33A5, 'M', 'm3'), + (0x33A6, 'M', 'km3'), + (0x33A7, 'M', 'm∕s'), + (0x33A8, 'M', 'm∕s2'), + (0x33A9, 'M', 'pa'), + (0x33AA, 'M', 'kpa'), + (0x33AB, 'M', 'mpa'), + (0x33AC, 'M', 'gpa'), + (0x33AD, 'M', 'rad'), + (0x33AE, 'M', 'rad∕s'), + (0x33AF, 'M', 'rad∕s2'), + (0x33B0, 'M', 'ps'), + (0x33B1, 'M', 'ns'), + (0x33B2, 'M', 'μs'), + (0x33B3, 'M', 'ms'), + (0x33B4, 'M', 'pv'), + (0x33B5, 'M', 'nv'), + (0x33B6, 'M', 'μv'), + (0x33B7, 'M', 'mv'), + (0x33B8, 'M', 'kv'), + (0x33B9, 'M', 'mv'), + (0x33BA, 'M', 'pw'), + (0x33BB, 'M', 'nw'), + (0x33BC, 'M', 'μw'), + (0x33BD, 'M', 'mw'), + (0x33BE, 'M', 'kw'), + (0x33BF, 'M', 'mw'), + (0x33C0, 'M', 'kω'), + (0x33C1, 'M', 'mω'), + (0x33C2, 'X'), + (0x33C3, 'M', 'bq'), + (0x33C4, 'M', 'cc'), + (0x33C5, 'M', 'cd'), + (0x33C6, 'M', 'c∕kg'), + (0x33C7, 'X'), + (0x33C8, 'M', 'db'), + (0x33C9, 'M', 'gy'), + (0x33CA, 'M', 'ha'), + (0x33CB, 'M', 'hp'), + (0x33CC, 'M', 'in'), + (0x33CD, 'M', 'kk'), + (0x33CE, 'M', 'km'), + (0x33CF, 'M', 'kt'), + (0x33D0, 'M', 'lm'), + (0x33D1, 'M', 'ln'), + (0x33D2, 'M', 'log'), + (0x33D3, 'M', 'lx'), + (0x33D4, 'M', 'mb'), + (0x33D5, 'M', 'mil'), + (0x33D6, 'M', 'mol'), + (0x33D7, 'M', 'ph'), + (0x33D8, 'X'), + (0x33D9, 'M', 'ppm'), + (0x33DA, 'M', 'pr'), + (0x33DB, 'M', 'sr'), + (0x33DC, 'M', 'sv'), + (0x33DD, 'M', 'wb'), + ] + +def _seg_35() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x33DE, 'M', 'v∕m'), + (0x33DF, 'M', 'a∕m'), + (0x33E0, 'M', '1日'), + (0x33E1, 'M', '2日'), + (0x33E2, 'M', '3日'), + (0x33E3, 'M', '4日'), + (0x33E4, 'M', '5日'), + (0x33E5, 'M', '6日'), + (0x33E6, 'M', '7日'), + (0x33E7, 'M', '8日'), + (0x33E8, 'M', '9日'), + (0x33E9, 'M', '10日'), + (0x33EA, 'M', '11日'), + (0x33EB, 'M', '12日'), + (0x33EC, 'M', '13日'), + (0x33ED, 'M', '14日'), + (0x33EE, 'M', '15日'), + (0x33EF, 'M', '16日'), + (0x33F0, 'M', '17日'), + (0x33F1, 'M', '18日'), + (0x33F2, 'M', '19日'), + (0x33F3, 'M', '20日'), + (0x33F4, 'M', '21日'), + (0x33F5, 'M', '22日'), + (0x33F6, 'M', '23日'), + (0x33F7, 'M', '24日'), + (0x33F8, 'M', '25日'), + (0x33F9, 'M', '26日'), + (0x33FA, 'M', '27日'), + (0x33FB, 'M', '28日'), + (0x33FC, 'M', '29日'), + (0x33FD, 'M', '30日'), + (0x33FE, 'M', '31日'), + (0x33FF, 'M', 'gal'), + (0x3400, 'V'), + (0xA48D, 'X'), + (0xA490, 'V'), + (0xA4C7, 'X'), + (0xA4D0, 'V'), + (0xA62C, 'X'), + (0xA640, 'M', 'ꙁ'), + (0xA641, 'V'), + (0xA642, 'M', 'ꙃ'), + (0xA643, 'V'), + (0xA644, 'M', 'ꙅ'), + (0xA645, 'V'), + (0xA646, 'M', 'ꙇ'), + (0xA647, 'V'), + (0xA648, 'M', 'ꙉ'), + (0xA649, 'V'), + (0xA64A, 'M', 'ꙋ'), + (0xA64B, 'V'), + (0xA64C, 'M', 'ꙍ'), + (0xA64D, 'V'), + (0xA64E, 'M', 'ꙏ'), + (0xA64F, 'V'), + (0xA650, 'M', 'ꙑ'), + (0xA651, 'V'), + (0xA652, 'M', 'ꙓ'), + (0xA653, 'V'), + (0xA654, 'M', 'ꙕ'), + (0xA655, 'V'), + (0xA656, 'M', 'ꙗ'), + (0xA657, 'V'), + (0xA658, 'M', 'ꙙ'), + (0xA659, 'V'), + (0xA65A, 'M', 'ꙛ'), + (0xA65B, 'V'), + (0xA65C, 'M', 'ꙝ'), + (0xA65D, 'V'), + (0xA65E, 'M', 'ꙟ'), + (0xA65F, 'V'), + (0xA660, 'M', 'ꙡ'), + (0xA661, 'V'), + (0xA662, 'M', 'ꙣ'), + (0xA663, 'V'), + (0xA664, 'M', 'ꙥ'), + (0xA665, 'V'), + (0xA666, 'M', 'ꙧ'), + (0xA667, 'V'), + (0xA668, 'M', 'ꙩ'), + (0xA669, 'V'), + (0xA66A, 'M', 'ꙫ'), + (0xA66B, 'V'), + (0xA66C, 'M', 'ꙭ'), + (0xA66D, 'V'), + (0xA680, 'M', 'ꚁ'), + (0xA681, 'V'), + (0xA682, 'M', 'ꚃ'), + (0xA683, 'V'), + (0xA684, 'M', 'ꚅ'), + (0xA685, 'V'), + (0xA686, 'M', 'ꚇ'), + (0xA687, 'V'), + (0xA688, 'M', 'ꚉ'), + (0xA689, 'V'), + (0xA68A, 'M', 'ꚋ'), + (0xA68B, 'V'), + (0xA68C, 'M', 'ꚍ'), + (0xA68D, 'V'), + ] + +def _seg_36() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA68E, 'M', 'ꚏ'), + (0xA68F, 'V'), + (0xA690, 'M', 'ꚑ'), + (0xA691, 'V'), + (0xA692, 'M', 'ꚓ'), + (0xA693, 'V'), + (0xA694, 'M', 'ꚕ'), + (0xA695, 'V'), + (0xA696, 'M', 'ꚗ'), + (0xA697, 'V'), + (0xA698, 'M', 'ꚙ'), + (0xA699, 'V'), + (0xA69A, 'M', 'ꚛ'), + (0xA69B, 'V'), + (0xA69C, 'M', 'ъ'), + (0xA69D, 'M', 'ь'), + (0xA69E, 'V'), + (0xA6F8, 'X'), + (0xA700, 'V'), + (0xA722, 'M', 'ꜣ'), + (0xA723, 'V'), + (0xA724, 'M', 'ꜥ'), + (0xA725, 'V'), + (0xA726, 'M', 'ꜧ'), + (0xA727, 'V'), + (0xA728, 'M', 'ꜩ'), + (0xA729, 'V'), + (0xA72A, 'M', 'ꜫ'), + (0xA72B, 'V'), + (0xA72C, 'M', 'ꜭ'), + (0xA72D, 'V'), + (0xA72E, 'M', 'ꜯ'), + (0xA72F, 'V'), + (0xA732, 'M', 'ꜳ'), + (0xA733, 'V'), + (0xA734, 'M', 'ꜵ'), + (0xA735, 'V'), + (0xA736, 'M', 'ꜷ'), + (0xA737, 'V'), + (0xA738, 'M', 'ꜹ'), + (0xA739, 'V'), + (0xA73A, 'M', 'ꜻ'), + (0xA73B, 'V'), + (0xA73C, 'M', 'ꜽ'), + (0xA73D, 'V'), + (0xA73E, 'M', 'ꜿ'), + (0xA73F, 'V'), + (0xA740, 'M', 'ꝁ'), + (0xA741, 'V'), + (0xA742, 'M', 'ꝃ'), + (0xA743, 'V'), + (0xA744, 'M', 'ꝅ'), + (0xA745, 'V'), + (0xA746, 'M', 'ꝇ'), + (0xA747, 'V'), + (0xA748, 'M', 'ꝉ'), + (0xA749, 'V'), + (0xA74A, 'M', 'ꝋ'), + (0xA74B, 'V'), + (0xA74C, 'M', 'ꝍ'), + (0xA74D, 'V'), + (0xA74E, 'M', 'ꝏ'), + (0xA74F, 'V'), + (0xA750, 'M', 'ꝑ'), + (0xA751, 'V'), + (0xA752, 'M', 'ꝓ'), + (0xA753, 'V'), + (0xA754, 'M', 'ꝕ'), + (0xA755, 'V'), + (0xA756, 'M', 'ꝗ'), + (0xA757, 'V'), + (0xA758, 'M', 'ꝙ'), + (0xA759, 'V'), + (0xA75A, 'M', 'ꝛ'), + (0xA75B, 'V'), + (0xA75C, 'M', 'ꝝ'), + (0xA75D, 'V'), + (0xA75E, 'M', 'ꝟ'), + (0xA75F, 'V'), + (0xA760, 'M', 'ꝡ'), + (0xA761, 'V'), + (0xA762, 'M', 'ꝣ'), + (0xA763, 'V'), + (0xA764, 'M', 'ꝥ'), + (0xA765, 'V'), + (0xA766, 'M', 'ꝧ'), + (0xA767, 'V'), + (0xA768, 'M', 'ꝩ'), + (0xA769, 'V'), + (0xA76A, 'M', 'ꝫ'), + (0xA76B, 'V'), + (0xA76C, 'M', 'ꝭ'), + (0xA76D, 'V'), + (0xA76E, 'M', 'ꝯ'), + (0xA76F, 'V'), + (0xA770, 'M', 'ꝯ'), + (0xA771, 'V'), + (0xA779, 'M', 'ꝺ'), + (0xA77A, 'V'), + (0xA77B, 'M', 'ꝼ'), + ] + +def _seg_37() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA77C, 'V'), + (0xA77D, 'M', 'ᵹ'), + (0xA77E, 'M', 'ꝿ'), + (0xA77F, 'V'), + (0xA780, 'M', 'ꞁ'), + (0xA781, 'V'), + (0xA782, 'M', 'ꞃ'), + (0xA783, 'V'), + (0xA784, 'M', 'ꞅ'), + (0xA785, 'V'), + (0xA786, 'M', 'ꞇ'), + (0xA787, 'V'), + (0xA78B, 'M', 'ꞌ'), + (0xA78C, 'V'), + (0xA78D, 'M', 'ɥ'), + (0xA78E, 'V'), + (0xA790, 'M', 'ꞑ'), + (0xA791, 'V'), + (0xA792, 'M', 'ꞓ'), + (0xA793, 'V'), + (0xA796, 'M', 'ꞗ'), + (0xA797, 'V'), + (0xA798, 'M', 'ꞙ'), + (0xA799, 'V'), + (0xA79A, 'M', 'ꞛ'), + (0xA79B, 'V'), + (0xA79C, 'M', 'ꞝ'), + (0xA79D, 'V'), + (0xA79E, 'M', 'ꞟ'), + (0xA79F, 'V'), + (0xA7A0, 'M', 'ꞡ'), + (0xA7A1, 'V'), + (0xA7A2, 'M', 'ꞣ'), + (0xA7A3, 'V'), + (0xA7A4, 'M', 'ꞥ'), + (0xA7A5, 'V'), + (0xA7A6, 'M', 'ꞧ'), + (0xA7A7, 'V'), + (0xA7A8, 'M', 'ꞩ'), + (0xA7A9, 'V'), + (0xA7AA, 'M', 'ɦ'), + (0xA7AB, 'M', 'ɜ'), + (0xA7AC, 'M', 'ɡ'), + (0xA7AD, 'M', 'ɬ'), + (0xA7AE, 'M', 'ɪ'), + (0xA7AF, 'V'), + (0xA7B0, 'M', 'ʞ'), + (0xA7B1, 'M', 'ʇ'), + (0xA7B2, 'M', 'ʝ'), + (0xA7B3, 'M', 'ꭓ'), + (0xA7B4, 'M', 'ꞵ'), + (0xA7B5, 'V'), + (0xA7B6, 'M', 'ꞷ'), + (0xA7B7, 'V'), + (0xA7B8, 'M', 'ꞹ'), + (0xA7B9, 'V'), + (0xA7BA, 'M', 'ꞻ'), + (0xA7BB, 'V'), + (0xA7BC, 'M', 'ꞽ'), + (0xA7BD, 'V'), + (0xA7BE, 'M', 'ꞿ'), + (0xA7BF, 'V'), + (0xA7C0, 'M', 'ꟁ'), + (0xA7C1, 'V'), + (0xA7C2, 'M', 'ꟃ'), + (0xA7C3, 'V'), + (0xA7C4, 'M', 'ꞔ'), + (0xA7C5, 'M', 'ʂ'), + (0xA7C6, 'M', 'ᶎ'), + (0xA7C7, 'M', 'ꟈ'), + (0xA7C8, 'V'), + (0xA7C9, 'M', 'ꟊ'), + (0xA7CA, 'V'), + (0xA7CB, 'X'), + (0xA7D0, 'M', 'ꟑ'), + (0xA7D1, 'V'), + (0xA7D2, 'X'), + (0xA7D3, 'V'), + (0xA7D4, 'X'), + (0xA7D5, 'V'), + (0xA7D6, 'M', 'ꟗ'), + (0xA7D7, 'V'), + (0xA7D8, 'M', 'ꟙ'), + (0xA7D9, 'V'), + (0xA7DA, 'X'), + (0xA7F2, 'M', 'c'), + (0xA7F3, 'M', 'f'), + (0xA7F4, 'M', 'q'), + (0xA7F5, 'M', 'ꟶ'), + (0xA7F6, 'V'), + (0xA7F8, 'M', 'ħ'), + (0xA7F9, 'M', 'œ'), + (0xA7FA, 'V'), + (0xA82D, 'X'), + (0xA830, 'V'), + (0xA83A, 'X'), + (0xA840, 'V'), + (0xA878, 'X'), + (0xA880, 'V'), + (0xA8C6, 'X'), + ] + +def _seg_38() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA8CE, 'V'), + (0xA8DA, 'X'), + (0xA8E0, 'V'), + (0xA954, 'X'), + (0xA95F, 'V'), + (0xA97D, 'X'), + (0xA980, 'V'), + (0xA9CE, 'X'), + (0xA9CF, 'V'), + (0xA9DA, 'X'), + (0xA9DE, 'V'), + (0xA9FF, 'X'), + (0xAA00, 'V'), + (0xAA37, 'X'), + (0xAA40, 'V'), + (0xAA4E, 'X'), + (0xAA50, 'V'), + (0xAA5A, 'X'), + (0xAA5C, 'V'), + (0xAAC3, 'X'), + (0xAADB, 'V'), + (0xAAF7, 'X'), + (0xAB01, 'V'), + (0xAB07, 'X'), + (0xAB09, 'V'), + (0xAB0F, 'X'), + (0xAB11, 'V'), + (0xAB17, 'X'), + (0xAB20, 'V'), + (0xAB27, 'X'), + (0xAB28, 'V'), + (0xAB2F, 'X'), + (0xAB30, 'V'), + (0xAB5C, 'M', 'ꜧ'), + (0xAB5D, 'M', 'ꬷ'), + (0xAB5E, 'M', 'ɫ'), + (0xAB5F, 'M', 'ꭒ'), + (0xAB60, 'V'), + (0xAB69, 'M', 'ʍ'), + (0xAB6A, 'V'), + (0xAB6C, 'X'), + (0xAB70, 'M', 'Ꭰ'), + (0xAB71, 'M', 'Ꭱ'), + (0xAB72, 'M', 'Ꭲ'), + (0xAB73, 'M', 'Ꭳ'), + (0xAB74, 'M', 'Ꭴ'), + (0xAB75, 'M', 'Ꭵ'), + (0xAB76, 'M', 'Ꭶ'), + (0xAB77, 'M', 'Ꭷ'), + (0xAB78, 'M', 'Ꭸ'), + (0xAB79, 'M', 'Ꭹ'), + (0xAB7A, 'M', 'Ꭺ'), + (0xAB7B, 'M', 'Ꭻ'), + (0xAB7C, 'M', 'Ꭼ'), + (0xAB7D, 'M', 'Ꭽ'), + (0xAB7E, 'M', 'Ꭾ'), + (0xAB7F, 'M', 'Ꭿ'), + (0xAB80, 'M', 'Ꮀ'), + (0xAB81, 'M', 'Ꮁ'), + (0xAB82, 'M', 'Ꮂ'), + (0xAB83, 'M', 'Ꮃ'), + (0xAB84, 'M', 'Ꮄ'), + (0xAB85, 'M', 'Ꮅ'), + (0xAB86, 'M', 'Ꮆ'), + (0xAB87, 'M', 'Ꮇ'), + (0xAB88, 'M', 'Ꮈ'), + (0xAB89, 'M', 'Ꮉ'), + (0xAB8A, 'M', 'Ꮊ'), + (0xAB8B, 'M', 'Ꮋ'), + (0xAB8C, 'M', 'Ꮌ'), + (0xAB8D, 'M', 'Ꮍ'), + (0xAB8E, 'M', 'Ꮎ'), + (0xAB8F, 'M', 'Ꮏ'), + (0xAB90, 'M', 'Ꮐ'), + (0xAB91, 'M', 'Ꮑ'), + (0xAB92, 'M', 'Ꮒ'), + (0xAB93, 'M', 'Ꮓ'), + (0xAB94, 'M', 'Ꮔ'), + (0xAB95, 'M', 'Ꮕ'), + (0xAB96, 'M', 'Ꮖ'), + (0xAB97, 'M', 'Ꮗ'), + (0xAB98, 'M', 'Ꮘ'), + (0xAB99, 'M', 'Ꮙ'), + (0xAB9A, 'M', 'Ꮚ'), + (0xAB9B, 'M', 'Ꮛ'), + (0xAB9C, 'M', 'Ꮜ'), + (0xAB9D, 'M', 'Ꮝ'), + (0xAB9E, 'M', 'Ꮞ'), + (0xAB9F, 'M', 'Ꮟ'), + (0xABA0, 'M', 'Ꮠ'), + (0xABA1, 'M', 'Ꮡ'), + (0xABA2, 'M', 'Ꮢ'), + (0xABA3, 'M', 'Ꮣ'), + (0xABA4, 'M', 'Ꮤ'), + (0xABA5, 'M', 'Ꮥ'), + (0xABA6, 'M', 'Ꮦ'), + (0xABA7, 'M', 'Ꮧ'), + (0xABA8, 'M', 'Ꮨ'), + (0xABA9, 'M', 'Ꮩ'), + (0xABAA, 'M', 'Ꮪ'), + ] + +def _seg_39() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xABAB, 'M', 'Ꮫ'), + (0xABAC, 'M', 'Ꮬ'), + (0xABAD, 'M', 'Ꮭ'), + (0xABAE, 'M', 'Ꮮ'), + (0xABAF, 'M', 'Ꮯ'), + (0xABB0, 'M', 'Ꮰ'), + (0xABB1, 'M', 'Ꮱ'), + (0xABB2, 'M', 'Ꮲ'), + (0xABB3, 'M', 'Ꮳ'), + (0xABB4, 'M', 'Ꮴ'), + (0xABB5, 'M', 'Ꮵ'), + (0xABB6, 'M', 'Ꮶ'), + (0xABB7, 'M', 'Ꮷ'), + (0xABB8, 'M', 'Ꮸ'), + (0xABB9, 'M', 'Ꮹ'), + (0xABBA, 'M', 'Ꮺ'), + (0xABBB, 'M', 'Ꮻ'), + (0xABBC, 'M', 'Ꮼ'), + (0xABBD, 'M', 'Ꮽ'), + (0xABBE, 'M', 'Ꮾ'), + (0xABBF, 'M', 'Ꮿ'), + (0xABC0, 'V'), + (0xABEE, 'X'), + (0xABF0, 'V'), + (0xABFA, 'X'), + (0xAC00, 'V'), + (0xD7A4, 'X'), + (0xD7B0, 'V'), + (0xD7C7, 'X'), + (0xD7CB, 'V'), + (0xD7FC, 'X'), + (0xF900, 'M', '豈'), + (0xF901, 'M', '更'), + (0xF902, 'M', '車'), + (0xF903, 'M', '賈'), + (0xF904, 'M', '滑'), + (0xF905, 'M', '串'), + (0xF906, 'M', '句'), + (0xF907, 'M', '龜'), + (0xF909, 'M', '契'), + (0xF90A, 'M', '金'), + (0xF90B, 'M', '喇'), + (0xF90C, 'M', '奈'), + (0xF90D, 'M', '懶'), + (0xF90E, 'M', '癩'), + (0xF90F, 'M', '羅'), + (0xF910, 'M', '蘿'), + (0xF911, 'M', '螺'), + (0xF912, 'M', '裸'), + (0xF913, 'M', '邏'), + (0xF914, 'M', '樂'), + (0xF915, 'M', '洛'), + (0xF916, 'M', '烙'), + (0xF917, 'M', '珞'), + (0xF918, 'M', '落'), + (0xF919, 'M', '酪'), + (0xF91A, 'M', '駱'), + (0xF91B, 'M', '亂'), + (0xF91C, 'M', '卵'), + (0xF91D, 'M', '欄'), + (0xF91E, 'M', '爛'), + (0xF91F, 'M', '蘭'), + (0xF920, 'M', '鸞'), + (0xF921, 'M', '嵐'), + (0xF922, 'M', '濫'), + (0xF923, 'M', '藍'), + (0xF924, 'M', '襤'), + (0xF925, 'M', '拉'), + (0xF926, 'M', '臘'), + (0xF927, 'M', '蠟'), + (0xF928, 'M', '廊'), + (0xF929, 'M', '朗'), + (0xF92A, 'M', '浪'), + (0xF92B, 'M', '狼'), + (0xF92C, 'M', '郎'), + (0xF92D, 'M', '來'), + (0xF92E, 'M', '冷'), + (0xF92F, 'M', '勞'), + (0xF930, 'M', '擄'), + (0xF931, 'M', '櫓'), + (0xF932, 'M', '爐'), + (0xF933, 'M', '盧'), + (0xF934, 'M', '老'), + (0xF935, 'M', '蘆'), + (0xF936, 'M', '虜'), + (0xF937, 'M', '路'), + (0xF938, 'M', '露'), + (0xF939, 'M', '魯'), + (0xF93A, 'M', '鷺'), + (0xF93B, 'M', '碌'), + (0xF93C, 'M', '祿'), + (0xF93D, 'M', '綠'), + (0xF93E, 'M', '菉'), + (0xF93F, 'M', '錄'), + (0xF940, 'M', '鹿'), + (0xF941, 'M', '論'), + (0xF942, 'M', '壟'), + (0xF943, 'M', '弄'), + (0xF944, 'M', '籠'), + (0xF945, 'M', '聾'), + ] + +def _seg_40() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xF946, 'M', '牢'), + (0xF947, 'M', '磊'), + (0xF948, 'M', '賂'), + (0xF949, 'M', '雷'), + (0xF94A, 'M', '壘'), + (0xF94B, 'M', '屢'), + (0xF94C, 'M', '樓'), + (0xF94D, 'M', '淚'), + (0xF94E, 'M', '漏'), + (0xF94F, 'M', '累'), + (0xF950, 'M', '縷'), + (0xF951, 'M', '陋'), + (0xF952, 'M', '勒'), + (0xF953, 'M', '肋'), + (0xF954, 'M', '凜'), + (0xF955, 'M', '凌'), + (0xF956, 'M', '稜'), + (0xF957, 'M', '綾'), + (0xF958, 'M', '菱'), + (0xF959, 'M', '陵'), + (0xF95A, 'M', '讀'), + (0xF95B, 'M', '拏'), + (0xF95C, 'M', '樂'), + (0xF95D, 'M', '諾'), + (0xF95E, 'M', '丹'), + (0xF95F, 'M', '寧'), + (0xF960, 'M', '怒'), + (0xF961, 'M', '率'), + (0xF962, 'M', '異'), + (0xF963, 'M', '北'), + (0xF964, 'M', '磻'), + (0xF965, 'M', '便'), + (0xF966, 'M', '復'), + (0xF967, 'M', '不'), + (0xF968, 'M', '泌'), + (0xF969, 'M', '數'), + (0xF96A, 'M', '索'), + (0xF96B, 'M', '參'), + (0xF96C, 'M', '塞'), + (0xF96D, 'M', '省'), + (0xF96E, 'M', '葉'), + (0xF96F, 'M', '說'), + (0xF970, 'M', '殺'), + (0xF971, 'M', '辰'), + (0xF972, 'M', '沈'), + (0xF973, 'M', '拾'), + (0xF974, 'M', '若'), + (0xF975, 'M', '掠'), + (0xF976, 'M', '略'), + (0xF977, 'M', '亮'), + (0xF978, 'M', '兩'), + (0xF979, 'M', '凉'), + (0xF97A, 'M', '梁'), + (0xF97B, 'M', '糧'), + (0xF97C, 'M', '良'), + (0xF97D, 'M', '諒'), + (0xF97E, 'M', '量'), + (0xF97F, 'M', '勵'), + (0xF980, 'M', '呂'), + (0xF981, 'M', '女'), + (0xF982, 'M', '廬'), + (0xF983, 'M', '旅'), + (0xF984, 'M', '濾'), + (0xF985, 'M', '礪'), + (0xF986, 'M', '閭'), + (0xF987, 'M', '驪'), + (0xF988, 'M', '麗'), + (0xF989, 'M', '黎'), + (0xF98A, 'M', '力'), + (0xF98B, 'M', '曆'), + (0xF98C, 'M', '歷'), + (0xF98D, 'M', '轢'), + (0xF98E, 'M', '年'), + (0xF98F, 'M', '憐'), + (0xF990, 'M', '戀'), + (0xF991, 'M', '撚'), + (0xF992, 'M', '漣'), + (0xF993, 'M', '煉'), + (0xF994, 'M', '璉'), + (0xF995, 'M', '秊'), + (0xF996, 'M', '練'), + (0xF997, 'M', '聯'), + (0xF998, 'M', '輦'), + (0xF999, 'M', '蓮'), + (0xF99A, 'M', '連'), + (0xF99B, 'M', '鍊'), + (0xF99C, 'M', '列'), + (0xF99D, 'M', '劣'), + (0xF99E, 'M', '咽'), + (0xF99F, 'M', '烈'), + (0xF9A0, 'M', '裂'), + (0xF9A1, 'M', '說'), + (0xF9A2, 'M', '廉'), + (0xF9A3, 'M', '念'), + (0xF9A4, 'M', '捻'), + (0xF9A5, 'M', '殮'), + (0xF9A6, 'M', '簾'), + (0xF9A7, 'M', '獵'), + (0xF9A8, 'M', '令'), + (0xF9A9, 'M', '囹'), + ] + +def _seg_41() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xF9AA, 'M', '寧'), + (0xF9AB, 'M', '嶺'), + (0xF9AC, 'M', '怜'), + (0xF9AD, 'M', '玲'), + (0xF9AE, 'M', '瑩'), + (0xF9AF, 'M', '羚'), + (0xF9B0, 'M', '聆'), + (0xF9B1, 'M', '鈴'), + (0xF9B2, 'M', '零'), + (0xF9B3, 'M', '靈'), + (0xF9B4, 'M', '領'), + (0xF9B5, 'M', '例'), + (0xF9B6, 'M', '禮'), + (0xF9B7, 'M', '醴'), + (0xF9B8, 'M', '隸'), + (0xF9B9, 'M', '惡'), + (0xF9BA, 'M', '了'), + (0xF9BB, 'M', '僚'), + (0xF9BC, 'M', '寮'), + (0xF9BD, 'M', '尿'), + (0xF9BE, 'M', '料'), + (0xF9BF, 'M', '樂'), + (0xF9C0, 'M', '燎'), + (0xF9C1, 'M', '療'), + (0xF9C2, 'M', '蓼'), + (0xF9C3, 'M', '遼'), + (0xF9C4, 'M', '龍'), + (0xF9C5, 'M', '暈'), + (0xF9C6, 'M', '阮'), + (0xF9C7, 'M', '劉'), + (0xF9C8, 'M', '杻'), + (0xF9C9, 'M', '柳'), + (0xF9CA, 'M', '流'), + (0xF9CB, 'M', '溜'), + (0xF9CC, 'M', '琉'), + (0xF9CD, 'M', '留'), + (0xF9CE, 'M', '硫'), + (0xF9CF, 'M', '紐'), + (0xF9D0, 'M', '類'), + (0xF9D1, 'M', '六'), + (0xF9D2, 'M', '戮'), + (0xF9D3, 'M', '陸'), + (0xF9D4, 'M', '倫'), + (0xF9D5, 'M', '崙'), + (0xF9D6, 'M', '淪'), + (0xF9D7, 'M', '輪'), + (0xF9D8, 'M', '律'), + (0xF9D9, 'M', '慄'), + (0xF9DA, 'M', '栗'), + (0xF9DB, 'M', '率'), + (0xF9DC, 'M', '隆'), + (0xF9DD, 'M', '利'), + (0xF9DE, 'M', '吏'), + (0xF9DF, 'M', '履'), + (0xF9E0, 'M', '易'), + (0xF9E1, 'M', '李'), + (0xF9E2, 'M', '梨'), + (0xF9E3, 'M', '泥'), + (0xF9E4, 'M', '理'), + (0xF9E5, 'M', '痢'), + (0xF9E6, 'M', '罹'), + (0xF9E7, 'M', '裏'), + (0xF9E8, 'M', '裡'), + (0xF9E9, 'M', '里'), + (0xF9EA, 'M', '離'), + (0xF9EB, 'M', '匿'), + (0xF9EC, 'M', '溺'), + (0xF9ED, 'M', '吝'), + (0xF9EE, 'M', '燐'), + (0xF9EF, 'M', '璘'), + (0xF9F0, 'M', '藺'), + (0xF9F1, 'M', '隣'), + (0xF9F2, 'M', '鱗'), + (0xF9F3, 'M', '麟'), + (0xF9F4, 'M', '林'), + (0xF9F5, 'M', '淋'), + (0xF9F6, 'M', '臨'), + (0xF9F7, 'M', '立'), + (0xF9F8, 'M', '笠'), + (0xF9F9, 'M', '粒'), + (0xF9FA, 'M', '狀'), + (0xF9FB, 'M', '炙'), + (0xF9FC, 'M', '識'), + (0xF9FD, 'M', '什'), + (0xF9FE, 'M', '茶'), + (0xF9FF, 'M', '刺'), + (0xFA00, 'M', '切'), + (0xFA01, 'M', '度'), + (0xFA02, 'M', '拓'), + (0xFA03, 'M', '糖'), + (0xFA04, 'M', '宅'), + (0xFA05, 'M', '洞'), + (0xFA06, 'M', '暴'), + (0xFA07, 'M', '輻'), + (0xFA08, 'M', '行'), + (0xFA09, 'M', '降'), + (0xFA0A, 'M', '見'), + (0xFA0B, 'M', '廓'), + (0xFA0C, 'M', '兀'), + (0xFA0D, 'M', '嗀'), + ] + +def _seg_42() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFA0E, 'V'), + (0xFA10, 'M', '塚'), + (0xFA11, 'V'), + (0xFA12, 'M', '晴'), + (0xFA13, 'V'), + (0xFA15, 'M', '凞'), + (0xFA16, 'M', '猪'), + (0xFA17, 'M', '益'), + (0xFA18, 'M', '礼'), + (0xFA19, 'M', '神'), + (0xFA1A, 'M', '祥'), + (0xFA1B, 'M', '福'), + (0xFA1C, 'M', '靖'), + (0xFA1D, 'M', '精'), + (0xFA1E, 'M', '羽'), + (0xFA1F, 'V'), + (0xFA20, 'M', '蘒'), + (0xFA21, 'V'), + (0xFA22, 'M', '諸'), + (0xFA23, 'V'), + (0xFA25, 'M', '逸'), + (0xFA26, 'M', '都'), + (0xFA27, 'V'), + (0xFA2A, 'M', '飯'), + (0xFA2B, 'M', '飼'), + (0xFA2C, 'M', '館'), + (0xFA2D, 'M', '鶴'), + (0xFA2E, 'M', '郞'), + (0xFA2F, 'M', '隷'), + (0xFA30, 'M', '侮'), + (0xFA31, 'M', '僧'), + (0xFA32, 'M', '免'), + (0xFA33, 'M', '勉'), + (0xFA34, 'M', '勤'), + (0xFA35, 'M', '卑'), + (0xFA36, 'M', '喝'), + (0xFA37, 'M', '嘆'), + (0xFA38, 'M', '器'), + (0xFA39, 'M', '塀'), + (0xFA3A, 'M', '墨'), + (0xFA3B, 'M', '層'), + (0xFA3C, 'M', '屮'), + (0xFA3D, 'M', '悔'), + (0xFA3E, 'M', '慨'), + (0xFA3F, 'M', '憎'), + (0xFA40, 'M', '懲'), + (0xFA41, 'M', '敏'), + (0xFA42, 'M', '既'), + (0xFA43, 'M', '暑'), + (0xFA44, 'M', '梅'), + (0xFA45, 'M', '海'), + (0xFA46, 'M', '渚'), + (0xFA47, 'M', '漢'), + (0xFA48, 'M', '煮'), + (0xFA49, 'M', '爫'), + (0xFA4A, 'M', '琢'), + (0xFA4B, 'M', '碑'), + (0xFA4C, 'M', '社'), + (0xFA4D, 'M', '祉'), + (0xFA4E, 'M', '祈'), + (0xFA4F, 'M', '祐'), + (0xFA50, 'M', '祖'), + (0xFA51, 'M', '祝'), + (0xFA52, 'M', '禍'), + (0xFA53, 'M', '禎'), + (0xFA54, 'M', '穀'), + (0xFA55, 'M', '突'), + (0xFA56, 'M', '節'), + (0xFA57, 'M', '練'), + (0xFA58, 'M', '縉'), + (0xFA59, 'M', '繁'), + (0xFA5A, 'M', '署'), + (0xFA5B, 'M', '者'), + (0xFA5C, 'M', '臭'), + (0xFA5D, 'M', '艹'), + (0xFA5F, 'M', '著'), + (0xFA60, 'M', '褐'), + (0xFA61, 'M', '視'), + (0xFA62, 'M', '謁'), + (0xFA63, 'M', '謹'), + (0xFA64, 'M', '賓'), + (0xFA65, 'M', '贈'), + (0xFA66, 'M', '辶'), + (0xFA67, 'M', '逸'), + (0xFA68, 'M', '難'), + (0xFA69, 'M', '響'), + (0xFA6A, 'M', '頻'), + (0xFA6B, 'M', '恵'), + (0xFA6C, 'M', '𤋮'), + (0xFA6D, 'M', '舘'), + (0xFA6E, 'X'), + (0xFA70, 'M', '並'), + (0xFA71, 'M', '况'), + (0xFA72, 'M', '全'), + (0xFA73, 'M', '侀'), + (0xFA74, 'M', '充'), + (0xFA75, 'M', '冀'), + (0xFA76, 'M', '勇'), + (0xFA77, 'M', '勺'), + (0xFA78, 'M', '喝'), + ] + +def _seg_43() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFA79, 'M', '啕'), + (0xFA7A, 'M', '喙'), + (0xFA7B, 'M', '嗢'), + (0xFA7C, 'M', '塚'), + (0xFA7D, 'M', '墳'), + (0xFA7E, 'M', '奄'), + (0xFA7F, 'M', '奔'), + (0xFA80, 'M', '婢'), + (0xFA81, 'M', '嬨'), + (0xFA82, 'M', '廒'), + (0xFA83, 'M', '廙'), + (0xFA84, 'M', '彩'), + (0xFA85, 'M', '徭'), + (0xFA86, 'M', '惘'), + (0xFA87, 'M', '慎'), + (0xFA88, 'M', '愈'), + (0xFA89, 'M', '憎'), + (0xFA8A, 'M', '慠'), + (0xFA8B, 'M', '懲'), + (0xFA8C, 'M', '戴'), + (0xFA8D, 'M', '揄'), + (0xFA8E, 'M', '搜'), + (0xFA8F, 'M', '摒'), + (0xFA90, 'M', '敖'), + (0xFA91, 'M', '晴'), + (0xFA92, 'M', '朗'), + (0xFA93, 'M', '望'), + (0xFA94, 'M', '杖'), + (0xFA95, 'M', '歹'), + (0xFA96, 'M', '殺'), + (0xFA97, 'M', '流'), + (0xFA98, 'M', '滛'), + (0xFA99, 'M', '滋'), + (0xFA9A, 'M', '漢'), + (0xFA9B, 'M', '瀞'), + (0xFA9C, 'M', '煮'), + (0xFA9D, 'M', '瞧'), + (0xFA9E, 'M', '爵'), + (0xFA9F, 'M', '犯'), + (0xFAA0, 'M', '猪'), + (0xFAA1, 'M', '瑱'), + (0xFAA2, 'M', '甆'), + (0xFAA3, 'M', '画'), + (0xFAA4, 'M', '瘝'), + (0xFAA5, 'M', '瘟'), + (0xFAA6, 'M', '益'), + (0xFAA7, 'M', '盛'), + (0xFAA8, 'M', '直'), + (0xFAA9, 'M', '睊'), + (0xFAAA, 'M', '着'), + (0xFAAB, 'M', '磌'), + (0xFAAC, 'M', '窱'), + (0xFAAD, 'M', '節'), + (0xFAAE, 'M', '类'), + (0xFAAF, 'M', '絛'), + (0xFAB0, 'M', '練'), + (0xFAB1, 'M', '缾'), + (0xFAB2, 'M', '者'), + (0xFAB3, 'M', '荒'), + (0xFAB4, 'M', '華'), + (0xFAB5, 'M', '蝹'), + (0xFAB6, 'M', '襁'), + (0xFAB7, 'M', '覆'), + (0xFAB8, 'M', '視'), + (0xFAB9, 'M', '調'), + (0xFABA, 'M', '諸'), + (0xFABB, 'M', '請'), + (0xFABC, 'M', '謁'), + (0xFABD, 'M', '諾'), + (0xFABE, 'M', '諭'), + (0xFABF, 'M', '謹'), + (0xFAC0, 'M', '變'), + (0xFAC1, 'M', '贈'), + (0xFAC2, 'M', '輸'), + (0xFAC3, 'M', '遲'), + (0xFAC4, 'M', '醙'), + (0xFAC5, 'M', '鉶'), + (0xFAC6, 'M', '陼'), + (0xFAC7, 'M', '難'), + (0xFAC8, 'M', '靖'), + (0xFAC9, 'M', '韛'), + (0xFACA, 'M', '響'), + (0xFACB, 'M', '頋'), + (0xFACC, 'M', '頻'), + (0xFACD, 'M', '鬒'), + (0xFACE, 'M', '龜'), + (0xFACF, 'M', '𢡊'), + (0xFAD0, 'M', '𢡄'), + (0xFAD1, 'M', '𣏕'), + (0xFAD2, 'M', '㮝'), + (0xFAD3, 'M', '䀘'), + (0xFAD4, 'M', '䀹'), + (0xFAD5, 'M', '𥉉'), + (0xFAD6, 'M', '𥳐'), + (0xFAD7, 'M', '𧻓'), + (0xFAD8, 'M', '齃'), + (0xFAD9, 'M', '龎'), + (0xFADA, 'X'), + (0xFB00, 'M', 'ff'), + (0xFB01, 'M', 'fi'), + ] + +def _seg_44() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFB02, 'M', 'fl'), + (0xFB03, 'M', 'ffi'), + (0xFB04, 'M', 'ffl'), + (0xFB05, 'M', 'st'), + (0xFB07, 'X'), + (0xFB13, 'M', 'մն'), + (0xFB14, 'M', 'մե'), + (0xFB15, 'M', 'մի'), + (0xFB16, 'M', 'վն'), + (0xFB17, 'M', 'մխ'), + (0xFB18, 'X'), + (0xFB1D, 'M', 'יִ'), + (0xFB1E, 'V'), + (0xFB1F, 'M', 'ײַ'), + (0xFB20, 'M', 'ע'), + (0xFB21, 'M', 'א'), + (0xFB22, 'M', 'ד'), + (0xFB23, 'M', 'ה'), + (0xFB24, 'M', 'כ'), + (0xFB25, 'M', 'ל'), + (0xFB26, 'M', 'ם'), + (0xFB27, 'M', 'ר'), + (0xFB28, 'M', 'ת'), + (0xFB29, '3', '+'), + (0xFB2A, 'M', 'שׁ'), + (0xFB2B, 'M', 'שׂ'), + (0xFB2C, 'M', 'שּׁ'), + (0xFB2D, 'M', 'שּׂ'), + (0xFB2E, 'M', 'אַ'), + (0xFB2F, 'M', 'אָ'), + (0xFB30, 'M', 'אּ'), + (0xFB31, 'M', 'בּ'), + (0xFB32, 'M', 'גּ'), + (0xFB33, 'M', 'דּ'), + (0xFB34, 'M', 'הּ'), + (0xFB35, 'M', 'וּ'), + (0xFB36, 'M', 'זּ'), + (0xFB37, 'X'), + (0xFB38, 'M', 'טּ'), + (0xFB39, 'M', 'יּ'), + (0xFB3A, 'M', 'ךּ'), + (0xFB3B, 'M', 'כּ'), + (0xFB3C, 'M', 'לּ'), + (0xFB3D, 'X'), + (0xFB3E, 'M', 'מּ'), + (0xFB3F, 'X'), + (0xFB40, 'M', 'נּ'), + (0xFB41, 'M', 'סּ'), + (0xFB42, 'X'), + (0xFB43, 'M', 'ףּ'), + (0xFB44, 'M', 'פּ'), + (0xFB45, 'X'), + (0xFB46, 'M', 'צּ'), + (0xFB47, 'M', 'קּ'), + (0xFB48, 'M', 'רּ'), + (0xFB49, 'M', 'שּ'), + (0xFB4A, 'M', 'תּ'), + (0xFB4B, 'M', 'וֹ'), + (0xFB4C, 'M', 'בֿ'), + (0xFB4D, 'M', 'כֿ'), + (0xFB4E, 'M', 'פֿ'), + (0xFB4F, 'M', 'אל'), + (0xFB50, 'M', 'ٱ'), + (0xFB52, 'M', 'ٻ'), + (0xFB56, 'M', 'پ'), + (0xFB5A, 'M', 'ڀ'), + (0xFB5E, 'M', 'ٺ'), + (0xFB62, 'M', 'ٿ'), + (0xFB66, 'M', 'ٹ'), + (0xFB6A, 'M', 'ڤ'), + (0xFB6E, 'M', 'ڦ'), + (0xFB72, 'M', 'ڄ'), + (0xFB76, 'M', 'ڃ'), + (0xFB7A, 'M', 'چ'), + (0xFB7E, 'M', 'ڇ'), + (0xFB82, 'M', 'ڍ'), + (0xFB84, 'M', 'ڌ'), + (0xFB86, 'M', 'ڎ'), + (0xFB88, 'M', 'ڈ'), + (0xFB8A, 'M', 'ژ'), + (0xFB8C, 'M', 'ڑ'), + (0xFB8E, 'M', 'ک'), + (0xFB92, 'M', 'گ'), + (0xFB96, 'M', 'ڳ'), + (0xFB9A, 'M', 'ڱ'), + (0xFB9E, 'M', 'ں'), + (0xFBA0, 'M', 'ڻ'), + (0xFBA4, 'M', 'ۀ'), + (0xFBA6, 'M', 'ہ'), + (0xFBAA, 'M', 'ھ'), + (0xFBAE, 'M', 'ے'), + (0xFBB0, 'M', 'ۓ'), + (0xFBB2, 'V'), + (0xFBC3, 'X'), + (0xFBD3, 'M', 'ڭ'), + (0xFBD7, 'M', 'ۇ'), + (0xFBD9, 'M', 'ۆ'), + (0xFBDB, 'M', 'ۈ'), + (0xFBDD, 'M', 'ۇٴ'), + (0xFBDE, 'M', 'ۋ'), + ] + +def _seg_45() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFBE0, 'M', 'ۅ'), + (0xFBE2, 'M', 'ۉ'), + (0xFBE4, 'M', 'ې'), + (0xFBE8, 'M', 'ى'), + (0xFBEA, 'M', 'ئا'), + (0xFBEC, 'M', 'ئە'), + (0xFBEE, 'M', 'ئو'), + (0xFBF0, 'M', 'ئۇ'), + (0xFBF2, 'M', 'ئۆ'), + (0xFBF4, 'M', 'ئۈ'), + (0xFBF6, 'M', 'ئې'), + (0xFBF9, 'M', 'ئى'), + (0xFBFC, 'M', 'ی'), + (0xFC00, 'M', 'ئج'), + (0xFC01, 'M', 'ئح'), + (0xFC02, 'M', 'ئم'), + (0xFC03, 'M', 'ئى'), + (0xFC04, 'M', 'ئي'), + (0xFC05, 'M', 'بج'), + (0xFC06, 'M', 'بح'), + (0xFC07, 'M', 'بخ'), + (0xFC08, 'M', 'بم'), + (0xFC09, 'M', 'بى'), + (0xFC0A, 'M', 'بي'), + (0xFC0B, 'M', 'تج'), + (0xFC0C, 'M', 'تح'), + (0xFC0D, 'M', 'تخ'), + (0xFC0E, 'M', 'تم'), + (0xFC0F, 'M', 'تى'), + (0xFC10, 'M', 'تي'), + (0xFC11, 'M', 'ثج'), + (0xFC12, 'M', 'ثم'), + (0xFC13, 'M', 'ثى'), + (0xFC14, 'M', 'ثي'), + (0xFC15, 'M', 'جح'), + (0xFC16, 'M', 'جم'), + (0xFC17, 'M', 'حج'), + (0xFC18, 'M', 'حم'), + (0xFC19, 'M', 'خج'), + (0xFC1A, 'M', 'خح'), + (0xFC1B, 'M', 'خم'), + (0xFC1C, 'M', 'سج'), + (0xFC1D, 'M', 'سح'), + (0xFC1E, 'M', 'سخ'), + (0xFC1F, 'M', 'سم'), + (0xFC20, 'M', 'صح'), + (0xFC21, 'M', 'صم'), + (0xFC22, 'M', 'ضج'), + (0xFC23, 'M', 'ضح'), + (0xFC24, 'M', 'ضخ'), + (0xFC25, 'M', 'ضم'), + (0xFC26, 'M', 'طح'), + (0xFC27, 'M', 'طم'), + (0xFC28, 'M', 'ظم'), + (0xFC29, 'M', 'عج'), + (0xFC2A, 'M', 'عم'), + (0xFC2B, 'M', 'غج'), + (0xFC2C, 'M', 'غم'), + (0xFC2D, 'M', 'فج'), + (0xFC2E, 'M', 'فح'), + (0xFC2F, 'M', 'فخ'), + (0xFC30, 'M', 'فم'), + (0xFC31, 'M', 'فى'), + (0xFC32, 'M', 'في'), + (0xFC33, 'M', 'قح'), + (0xFC34, 'M', 'قم'), + (0xFC35, 'M', 'قى'), + (0xFC36, 'M', 'قي'), + (0xFC37, 'M', 'كا'), + (0xFC38, 'M', 'كج'), + (0xFC39, 'M', 'كح'), + (0xFC3A, 'M', 'كخ'), + (0xFC3B, 'M', 'كل'), + (0xFC3C, 'M', 'كم'), + (0xFC3D, 'M', 'كى'), + (0xFC3E, 'M', 'كي'), + (0xFC3F, 'M', 'لج'), + (0xFC40, 'M', 'لح'), + (0xFC41, 'M', 'لخ'), + (0xFC42, 'M', 'لم'), + (0xFC43, 'M', 'لى'), + (0xFC44, 'M', 'لي'), + (0xFC45, 'M', 'مج'), + (0xFC46, 'M', 'مح'), + (0xFC47, 'M', 'مخ'), + (0xFC48, 'M', 'مم'), + (0xFC49, 'M', 'مى'), + (0xFC4A, 'M', 'مي'), + (0xFC4B, 'M', 'نج'), + (0xFC4C, 'M', 'نح'), + (0xFC4D, 'M', 'نخ'), + (0xFC4E, 'M', 'نم'), + (0xFC4F, 'M', 'نى'), + (0xFC50, 'M', 'ني'), + (0xFC51, 'M', 'هج'), + (0xFC52, 'M', 'هم'), + (0xFC53, 'M', 'هى'), + (0xFC54, 'M', 'هي'), + (0xFC55, 'M', 'يج'), + (0xFC56, 'M', 'يح'), + ] + +def _seg_46() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFC57, 'M', 'يخ'), + (0xFC58, 'M', 'يم'), + (0xFC59, 'M', 'يى'), + (0xFC5A, 'M', 'يي'), + (0xFC5B, 'M', 'ذٰ'), + (0xFC5C, 'M', 'رٰ'), + (0xFC5D, 'M', 'ىٰ'), + (0xFC5E, '3', ' ٌّ'), + (0xFC5F, '3', ' ٍّ'), + (0xFC60, '3', ' َّ'), + (0xFC61, '3', ' ُّ'), + (0xFC62, '3', ' ِّ'), + (0xFC63, '3', ' ّٰ'), + (0xFC64, 'M', 'ئر'), + (0xFC65, 'M', 'ئز'), + (0xFC66, 'M', 'ئم'), + (0xFC67, 'M', 'ئن'), + (0xFC68, 'M', 'ئى'), + (0xFC69, 'M', 'ئي'), + (0xFC6A, 'M', 'بر'), + (0xFC6B, 'M', 'بز'), + (0xFC6C, 'M', 'بم'), + (0xFC6D, 'M', 'بن'), + (0xFC6E, 'M', 'بى'), + (0xFC6F, 'M', 'بي'), + (0xFC70, 'M', 'تر'), + (0xFC71, 'M', 'تز'), + (0xFC72, 'M', 'تم'), + (0xFC73, 'M', 'تن'), + (0xFC74, 'M', 'تى'), + (0xFC75, 'M', 'تي'), + (0xFC76, 'M', 'ثر'), + (0xFC77, 'M', 'ثز'), + (0xFC78, 'M', 'ثم'), + (0xFC79, 'M', 'ثن'), + (0xFC7A, 'M', 'ثى'), + (0xFC7B, 'M', 'ثي'), + (0xFC7C, 'M', 'فى'), + (0xFC7D, 'M', 'في'), + (0xFC7E, 'M', 'قى'), + (0xFC7F, 'M', 'قي'), + (0xFC80, 'M', 'كا'), + (0xFC81, 'M', 'كل'), + (0xFC82, 'M', 'كم'), + (0xFC83, 'M', 'كى'), + (0xFC84, 'M', 'كي'), + (0xFC85, 'M', 'لم'), + (0xFC86, 'M', 'لى'), + (0xFC87, 'M', 'لي'), + (0xFC88, 'M', 'ما'), + (0xFC89, 'M', 'مم'), + (0xFC8A, 'M', 'نر'), + (0xFC8B, 'M', 'نز'), + (0xFC8C, 'M', 'نم'), + (0xFC8D, 'M', 'نن'), + (0xFC8E, 'M', 'نى'), + (0xFC8F, 'M', 'ني'), + (0xFC90, 'M', 'ىٰ'), + (0xFC91, 'M', 'ير'), + (0xFC92, 'M', 'يز'), + (0xFC93, 'M', 'يم'), + (0xFC94, 'M', 'ين'), + (0xFC95, 'M', 'يى'), + (0xFC96, 'M', 'يي'), + (0xFC97, 'M', 'ئج'), + (0xFC98, 'M', 'ئح'), + (0xFC99, 'M', 'ئخ'), + (0xFC9A, 'M', 'ئم'), + (0xFC9B, 'M', 'ئه'), + (0xFC9C, 'M', 'بج'), + (0xFC9D, 'M', 'بح'), + (0xFC9E, 'M', 'بخ'), + (0xFC9F, 'M', 'بم'), + (0xFCA0, 'M', 'به'), + (0xFCA1, 'M', 'تج'), + (0xFCA2, 'M', 'تح'), + (0xFCA3, 'M', 'تخ'), + (0xFCA4, 'M', 'تم'), + (0xFCA5, 'M', 'ته'), + (0xFCA6, 'M', 'ثم'), + (0xFCA7, 'M', 'جح'), + (0xFCA8, 'M', 'جم'), + (0xFCA9, 'M', 'حج'), + (0xFCAA, 'M', 'حم'), + (0xFCAB, 'M', 'خج'), + (0xFCAC, 'M', 'خم'), + (0xFCAD, 'M', 'سج'), + (0xFCAE, 'M', 'سح'), + (0xFCAF, 'M', 'سخ'), + (0xFCB0, 'M', 'سم'), + (0xFCB1, 'M', 'صح'), + (0xFCB2, 'M', 'صخ'), + (0xFCB3, 'M', 'صم'), + (0xFCB4, 'M', 'ضج'), + (0xFCB5, 'M', 'ضح'), + (0xFCB6, 'M', 'ضخ'), + (0xFCB7, 'M', 'ضم'), + (0xFCB8, 'M', 'طح'), + (0xFCB9, 'M', 'ظم'), + (0xFCBA, 'M', 'عج'), + ] + +def _seg_47() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFCBB, 'M', 'عم'), + (0xFCBC, 'M', 'غج'), + (0xFCBD, 'M', 'غم'), + (0xFCBE, 'M', 'فج'), + (0xFCBF, 'M', 'فح'), + (0xFCC0, 'M', 'فخ'), + (0xFCC1, 'M', 'فم'), + (0xFCC2, 'M', 'قح'), + (0xFCC3, 'M', 'قم'), + (0xFCC4, 'M', 'كج'), + (0xFCC5, 'M', 'كح'), + (0xFCC6, 'M', 'كخ'), + (0xFCC7, 'M', 'كل'), + (0xFCC8, 'M', 'كم'), + (0xFCC9, 'M', 'لج'), + (0xFCCA, 'M', 'لح'), + (0xFCCB, 'M', 'لخ'), + (0xFCCC, 'M', 'لم'), + (0xFCCD, 'M', 'له'), + (0xFCCE, 'M', 'مج'), + (0xFCCF, 'M', 'مح'), + (0xFCD0, 'M', 'مخ'), + (0xFCD1, 'M', 'مم'), + (0xFCD2, 'M', 'نج'), + (0xFCD3, 'M', 'نح'), + (0xFCD4, 'M', 'نخ'), + (0xFCD5, 'M', 'نم'), + (0xFCD6, 'M', 'نه'), + (0xFCD7, 'M', 'هج'), + (0xFCD8, 'M', 'هم'), + (0xFCD9, 'M', 'هٰ'), + (0xFCDA, 'M', 'يج'), + (0xFCDB, 'M', 'يح'), + (0xFCDC, 'M', 'يخ'), + (0xFCDD, 'M', 'يم'), + (0xFCDE, 'M', 'يه'), + (0xFCDF, 'M', 'ئم'), + (0xFCE0, 'M', 'ئه'), + (0xFCE1, 'M', 'بم'), + (0xFCE2, 'M', 'به'), + (0xFCE3, 'M', 'تم'), + (0xFCE4, 'M', 'ته'), + (0xFCE5, 'M', 'ثم'), + (0xFCE6, 'M', 'ثه'), + (0xFCE7, 'M', 'سم'), + (0xFCE8, 'M', 'سه'), + (0xFCE9, 'M', 'شم'), + (0xFCEA, 'M', 'شه'), + (0xFCEB, 'M', 'كل'), + (0xFCEC, 'M', 'كم'), + (0xFCED, 'M', 'لم'), + (0xFCEE, 'M', 'نم'), + (0xFCEF, 'M', 'نه'), + (0xFCF0, 'M', 'يم'), + (0xFCF1, 'M', 'يه'), + (0xFCF2, 'M', 'ـَّ'), + (0xFCF3, 'M', 'ـُّ'), + (0xFCF4, 'M', 'ـِّ'), + (0xFCF5, 'M', 'طى'), + (0xFCF6, 'M', 'طي'), + (0xFCF7, 'M', 'عى'), + (0xFCF8, 'M', 'عي'), + (0xFCF9, 'M', 'غى'), + (0xFCFA, 'M', 'غي'), + (0xFCFB, 'M', 'سى'), + (0xFCFC, 'M', 'سي'), + (0xFCFD, 'M', 'شى'), + (0xFCFE, 'M', 'شي'), + (0xFCFF, 'M', 'حى'), + (0xFD00, 'M', 'حي'), + (0xFD01, 'M', 'جى'), + (0xFD02, 'M', 'جي'), + (0xFD03, 'M', 'خى'), + (0xFD04, 'M', 'خي'), + (0xFD05, 'M', 'صى'), + (0xFD06, 'M', 'صي'), + (0xFD07, 'M', 'ضى'), + (0xFD08, 'M', 'ضي'), + (0xFD09, 'M', 'شج'), + (0xFD0A, 'M', 'شح'), + (0xFD0B, 'M', 'شخ'), + (0xFD0C, 'M', 'شم'), + (0xFD0D, 'M', 'شر'), + (0xFD0E, 'M', 'سر'), + (0xFD0F, 'M', 'صر'), + (0xFD10, 'M', 'ضر'), + (0xFD11, 'M', 'طى'), + (0xFD12, 'M', 'طي'), + (0xFD13, 'M', 'عى'), + (0xFD14, 'M', 'عي'), + (0xFD15, 'M', 'غى'), + (0xFD16, 'M', 'غي'), + (0xFD17, 'M', 'سى'), + (0xFD18, 'M', 'سي'), + (0xFD19, 'M', 'شى'), + (0xFD1A, 'M', 'شي'), + (0xFD1B, 'M', 'حى'), + (0xFD1C, 'M', 'حي'), + (0xFD1D, 'M', 'جى'), + (0xFD1E, 'M', 'جي'), + ] + +def _seg_48() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFD1F, 'M', 'خى'), + (0xFD20, 'M', 'خي'), + (0xFD21, 'M', 'صى'), + (0xFD22, 'M', 'صي'), + (0xFD23, 'M', 'ضى'), + (0xFD24, 'M', 'ضي'), + (0xFD25, 'M', 'شج'), + (0xFD26, 'M', 'شح'), + (0xFD27, 'M', 'شخ'), + (0xFD28, 'M', 'شم'), + (0xFD29, 'M', 'شر'), + (0xFD2A, 'M', 'سر'), + (0xFD2B, 'M', 'صر'), + (0xFD2C, 'M', 'ضر'), + (0xFD2D, 'M', 'شج'), + (0xFD2E, 'M', 'شح'), + (0xFD2F, 'M', 'شخ'), + (0xFD30, 'M', 'شم'), + (0xFD31, 'M', 'سه'), + (0xFD32, 'M', 'شه'), + (0xFD33, 'M', 'طم'), + (0xFD34, 'M', 'سج'), + (0xFD35, 'M', 'سح'), + (0xFD36, 'M', 'سخ'), + (0xFD37, 'M', 'شج'), + (0xFD38, 'M', 'شح'), + (0xFD39, 'M', 'شخ'), + (0xFD3A, 'M', 'طم'), + (0xFD3B, 'M', 'ظم'), + (0xFD3C, 'M', 'اً'), + (0xFD3E, 'V'), + (0xFD50, 'M', 'تجم'), + (0xFD51, 'M', 'تحج'), + (0xFD53, 'M', 'تحم'), + (0xFD54, 'M', 'تخم'), + (0xFD55, 'M', 'تمج'), + (0xFD56, 'M', 'تمح'), + (0xFD57, 'M', 'تمخ'), + (0xFD58, 'M', 'جمح'), + (0xFD5A, 'M', 'حمي'), + (0xFD5B, 'M', 'حمى'), + (0xFD5C, 'M', 'سحج'), + (0xFD5D, 'M', 'سجح'), + (0xFD5E, 'M', 'سجى'), + (0xFD5F, 'M', 'سمح'), + (0xFD61, 'M', 'سمج'), + (0xFD62, 'M', 'سمم'), + (0xFD64, 'M', 'صحح'), + (0xFD66, 'M', 'صمم'), + (0xFD67, 'M', 'شحم'), + (0xFD69, 'M', 'شجي'), + (0xFD6A, 'M', 'شمخ'), + (0xFD6C, 'M', 'شمم'), + (0xFD6E, 'M', 'ضحى'), + (0xFD6F, 'M', 'ضخم'), + (0xFD71, 'M', 'طمح'), + (0xFD73, 'M', 'طمم'), + (0xFD74, 'M', 'طمي'), + (0xFD75, 'M', 'عجم'), + (0xFD76, 'M', 'عمم'), + (0xFD78, 'M', 'عمى'), + (0xFD79, 'M', 'غمم'), + (0xFD7A, 'M', 'غمي'), + (0xFD7B, 'M', 'غمى'), + (0xFD7C, 'M', 'فخم'), + (0xFD7E, 'M', 'قمح'), + (0xFD7F, 'M', 'قمم'), + (0xFD80, 'M', 'لحم'), + (0xFD81, 'M', 'لحي'), + (0xFD82, 'M', 'لحى'), + (0xFD83, 'M', 'لجج'), + (0xFD85, 'M', 'لخم'), + (0xFD87, 'M', 'لمح'), + (0xFD89, 'M', 'محج'), + (0xFD8A, 'M', 'محم'), + (0xFD8B, 'M', 'محي'), + (0xFD8C, 'M', 'مجح'), + (0xFD8D, 'M', 'مجم'), + (0xFD8E, 'M', 'مخج'), + (0xFD8F, 'M', 'مخم'), + (0xFD90, 'X'), + (0xFD92, 'M', 'مجخ'), + (0xFD93, 'M', 'همج'), + (0xFD94, 'M', 'همم'), + (0xFD95, 'M', 'نحم'), + (0xFD96, 'M', 'نحى'), + (0xFD97, 'M', 'نجم'), + (0xFD99, 'M', 'نجى'), + (0xFD9A, 'M', 'نمي'), + (0xFD9B, 'M', 'نمى'), + (0xFD9C, 'M', 'يمم'), + (0xFD9E, 'M', 'بخي'), + (0xFD9F, 'M', 'تجي'), + (0xFDA0, 'M', 'تجى'), + (0xFDA1, 'M', 'تخي'), + (0xFDA2, 'M', 'تخى'), + (0xFDA3, 'M', 'تمي'), + (0xFDA4, 'M', 'تمى'), + (0xFDA5, 'M', 'جمي'), + (0xFDA6, 'M', 'جحى'), + ] + +def _seg_49() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFDA7, 'M', 'جمى'), + (0xFDA8, 'M', 'سخى'), + (0xFDA9, 'M', 'صحي'), + (0xFDAA, 'M', 'شحي'), + (0xFDAB, 'M', 'ضحي'), + (0xFDAC, 'M', 'لجي'), + (0xFDAD, 'M', 'لمي'), + (0xFDAE, 'M', 'يحي'), + (0xFDAF, 'M', 'يجي'), + (0xFDB0, 'M', 'يمي'), + (0xFDB1, 'M', 'ممي'), + (0xFDB2, 'M', 'قمي'), + (0xFDB3, 'M', 'نحي'), + (0xFDB4, 'M', 'قمح'), + (0xFDB5, 'M', 'لحم'), + (0xFDB6, 'M', 'عمي'), + (0xFDB7, 'M', 'كمي'), + (0xFDB8, 'M', 'نجح'), + (0xFDB9, 'M', 'مخي'), + (0xFDBA, 'M', 'لجم'), + (0xFDBB, 'M', 'كمم'), + (0xFDBC, 'M', 'لجم'), + (0xFDBD, 'M', 'نجح'), + (0xFDBE, 'M', 'جحي'), + (0xFDBF, 'M', 'حجي'), + (0xFDC0, 'M', 'مجي'), + (0xFDC1, 'M', 'فمي'), + (0xFDC2, 'M', 'بحي'), + (0xFDC3, 'M', 'كمم'), + (0xFDC4, 'M', 'عجم'), + (0xFDC5, 'M', 'صمم'), + (0xFDC6, 'M', 'سخي'), + (0xFDC7, 'M', 'نجي'), + (0xFDC8, 'X'), + (0xFDCF, 'V'), + (0xFDD0, 'X'), + (0xFDF0, 'M', 'صلے'), + (0xFDF1, 'M', 'قلے'), + (0xFDF2, 'M', 'الله'), + (0xFDF3, 'M', 'اكبر'), + (0xFDF4, 'M', 'محمد'), + (0xFDF5, 'M', 'صلعم'), + (0xFDF6, 'M', 'رسول'), + (0xFDF7, 'M', 'عليه'), + (0xFDF8, 'M', 'وسلم'), + (0xFDF9, 'M', 'صلى'), + (0xFDFA, '3', 'صلى الله عليه وسلم'), + (0xFDFB, '3', 'جل جلاله'), + (0xFDFC, 'M', 'ریال'), + (0xFDFD, 'V'), + (0xFE00, 'I'), + (0xFE10, '3', ','), + (0xFE11, 'M', '、'), + (0xFE12, 'X'), + (0xFE13, '3', ':'), + (0xFE14, '3', ';'), + (0xFE15, '3', '!'), + (0xFE16, '3', '?'), + (0xFE17, 'M', '〖'), + (0xFE18, 'M', '〗'), + (0xFE19, 'X'), + (0xFE20, 'V'), + (0xFE30, 'X'), + (0xFE31, 'M', '—'), + (0xFE32, 'M', '–'), + (0xFE33, '3', '_'), + (0xFE35, '3', '('), + (0xFE36, '3', ')'), + (0xFE37, '3', '{'), + (0xFE38, '3', '}'), + (0xFE39, 'M', '〔'), + (0xFE3A, 'M', '〕'), + (0xFE3B, 'M', '【'), + (0xFE3C, 'M', '】'), + (0xFE3D, 'M', '《'), + (0xFE3E, 'M', '》'), + (0xFE3F, 'M', '〈'), + (0xFE40, 'M', '〉'), + (0xFE41, 'M', '「'), + (0xFE42, 'M', '」'), + (0xFE43, 'M', '『'), + (0xFE44, 'M', '』'), + (0xFE45, 'V'), + (0xFE47, '3', '['), + (0xFE48, '3', ']'), + (0xFE49, '3', ' ̅'), + (0xFE4D, '3', '_'), + (0xFE50, '3', ','), + (0xFE51, 'M', '、'), + (0xFE52, 'X'), + (0xFE54, '3', ';'), + (0xFE55, '3', ':'), + (0xFE56, '3', '?'), + (0xFE57, '3', '!'), + (0xFE58, 'M', '—'), + (0xFE59, '3', '('), + (0xFE5A, '3', ')'), + (0xFE5B, '3', '{'), + (0xFE5C, '3', '}'), + (0xFE5D, 'M', '〔'), + ] + +def _seg_50() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFE5E, 'M', '〕'), + (0xFE5F, '3', '#'), + (0xFE60, '3', '&'), + (0xFE61, '3', '*'), + (0xFE62, '3', '+'), + (0xFE63, 'M', '-'), + (0xFE64, '3', '<'), + (0xFE65, '3', '>'), + (0xFE66, '3', '='), + (0xFE67, 'X'), + (0xFE68, '3', '\\'), + (0xFE69, '3', '$'), + (0xFE6A, '3', '%'), + (0xFE6B, '3', '@'), + (0xFE6C, 'X'), + (0xFE70, '3', ' ً'), + (0xFE71, 'M', 'ـً'), + (0xFE72, '3', ' ٌ'), + (0xFE73, 'V'), + (0xFE74, '3', ' ٍ'), + (0xFE75, 'X'), + (0xFE76, '3', ' َ'), + (0xFE77, 'M', 'ـَ'), + (0xFE78, '3', ' ُ'), + (0xFE79, 'M', 'ـُ'), + (0xFE7A, '3', ' ِ'), + (0xFE7B, 'M', 'ـِ'), + (0xFE7C, '3', ' ّ'), + (0xFE7D, 'M', 'ـّ'), + (0xFE7E, '3', ' ْ'), + (0xFE7F, 'M', 'ـْ'), + (0xFE80, 'M', 'ء'), + (0xFE81, 'M', 'آ'), + (0xFE83, 'M', 'أ'), + (0xFE85, 'M', 'ؤ'), + (0xFE87, 'M', 'إ'), + (0xFE89, 'M', 'ئ'), + (0xFE8D, 'M', 'ا'), + (0xFE8F, 'M', 'ب'), + (0xFE93, 'M', 'ة'), + (0xFE95, 'M', 'ت'), + (0xFE99, 'M', 'ث'), + (0xFE9D, 'M', 'ج'), + (0xFEA1, 'M', 'ح'), + (0xFEA5, 'M', 'خ'), + (0xFEA9, 'M', 'د'), + (0xFEAB, 'M', 'ذ'), + (0xFEAD, 'M', 'ر'), + (0xFEAF, 'M', 'ز'), + (0xFEB1, 'M', 'س'), + (0xFEB5, 'M', 'ش'), + (0xFEB9, 'M', 'ص'), + (0xFEBD, 'M', 'ض'), + (0xFEC1, 'M', 'ط'), + (0xFEC5, 'M', 'ظ'), + (0xFEC9, 'M', 'ع'), + (0xFECD, 'M', 'غ'), + (0xFED1, 'M', 'ف'), + (0xFED5, 'M', 'ق'), + (0xFED9, 'M', 'ك'), + (0xFEDD, 'M', 'ل'), + (0xFEE1, 'M', 'م'), + (0xFEE5, 'M', 'ن'), + (0xFEE9, 'M', 'ه'), + (0xFEED, 'M', 'و'), + (0xFEEF, 'M', 'ى'), + (0xFEF1, 'M', 'ي'), + (0xFEF5, 'M', 'لآ'), + (0xFEF7, 'M', 'لأ'), + (0xFEF9, 'M', 'لإ'), + (0xFEFB, 'M', 'لا'), + (0xFEFD, 'X'), + (0xFEFF, 'I'), + (0xFF00, 'X'), + (0xFF01, '3', '!'), + (0xFF02, '3', '"'), + (0xFF03, '3', '#'), + (0xFF04, '3', '$'), + (0xFF05, '3', '%'), + (0xFF06, '3', '&'), + (0xFF07, '3', '\''), + (0xFF08, '3', '('), + (0xFF09, '3', ')'), + (0xFF0A, '3', '*'), + (0xFF0B, '3', '+'), + (0xFF0C, '3', ','), + (0xFF0D, 'M', '-'), + (0xFF0E, 'M', '.'), + (0xFF0F, '3', '/'), + (0xFF10, 'M', '0'), + (0xFF11, 'M', '1'), + (0xFF12, 'M', '2'), + (0xFF13, 'M', '3'), + (0xFF14, 'M', '4'), + (0xFF15, 'M', '5'), + (0xFF16, 'M', '6'), + (0xFF17, 'M', '7'), + (0xFF18, 'M', '8'), + (0xFF19, 'M', '9'), + (0xFF1A, '3', ':'), + ] + +def _seg_51() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF1B, '3', ';'), + (0xFF1C, '3', '<'), + (0xFF1D, '3', '='), + (0xFF1E, '3', '>'), + (0xFF1F, '3', '?'), + (0xFF20, '3', '@'), + (0xFF21, 'M', 'a'), + (0xFF22, 'M', 'b'), + (0xFF23, 'M', 'c'), + (0xFF24, 'M', 'd'), + (0xFF25, 'M', 'e'), + (0xFF26, 'M', 'f'), + (0xFF27, 'M', 'g'), + (0xFF28, 'M', 'h'), + (0xFF29, 'M', 'i'), + (0xFF2A, 'M', 'j'), + (0xFF2B, 'M', 'k'), + (0xFF2C, 'M', 'l'), + (0xFF2D, 'M', 'm'), + (0xFF2E, 'M', 'n'), + (0xFF2F, 'M', 'o'), + (0xFF30, 'M', 'p'), + (0xFF31, 'M', 'q'), + (0xFF32, 'M', 'r'), + (0xFF33, 'M', 's'), + (0xFF34, 'M', 't'), + (0xFF35, 'M', 'u'), + (0xFF36, 'M', 'v'), + (0xFF37, 'M', 'w'), + (0xFF38, 'M', 'x'), + (0xFF39, 'M', 'y'), + (0xFF3A, 'M', 'z'), + (0xFF3B, '3', '['), + (0xFF3C, '3', '\\'), + (0xFF3D, '3', ']'), + (0xFF3E, '3', '^'), + (0xFF3F, '3', '_'), + (0xFF40, '3', '`'), + (0xFF41, 'M', 'a'), + (0xFF42, 'M', 'b'), + (0xFF43, 'M', 'c'), + (0xFF44, 'M', 'd'), + (0xFF45, 'M', 'e'), + (0xFF46, 'M', 'f'), + (0xFF47, 'M', 'g'), + (0xFF48, 'M', 'h'), + (0xFF49, 'M', 'i'), + (0xFF4A, 'M', 'j'), + (0xFF4B, 'M', 'k'), + (0xFF4C, 'M', 'l'), + (0xFF4D, 'M', 'm'), + (0xFF4E, 'M', 'n'), + (0xFF4F, 'M', 'o'), + (0xFF50, 'M', 'p'), + (0xFF51, 'M', 'q'), + (0xFF52, 'M', 'r'), + (0xFF53, 'M', 's'), + (0xFF54, 'M', 't'), + (0xFF55, 'M', 'u'), + (0xFF56, 'M', 'v'), + (0xFF57, 'M', 'w'), + (0xFF58, 'M', 'x'), + (0xFF59, 'M', 'y'), + (0xFF5A, 'M', 'z'), + (0xFF5B, '3', '{'), + (0xFF5C, '3', '|'), + (0xFF5D, '3', '}'), + (0xFF5E, '3', '~'), + (0xFF5F, 'M', '⦅'), + (0xFF60, 'M', '⦆'), + (0xFF61, 'M', '.'), + (0xFF62, 'M', '「'), + (0xFF63, 'M', '」'), + (0xFF64, 'M', '、'), + (0xFF65, 'M', '・'), + (0xFF66, 'M', 'ヲ'), + (0xFF67, 'M', 'ァ'), + (0xFF68, 'M', 'ィ'), + (0xFF69, 'M', 'ゥ'), + (0xFF6A, 'M', 'ェ'), + (0xFF6B, 'M', 'ォ'), + (0xFF6C, 'M', 'ャ'), + (0xFF6D, 'M', 'ュ'), + (0xFF6E, 'M', 'ョ'), + (0xFF6F, 'M', 'ッ'), + (0xFF70, 'M', 'ー'), + (0xFF71, 'M', 'ア'), + (0xFF72, 'M', 'イ'), + (0xFF73, 'M', 'ウ'), + (0xFF74, 'M', 'エ'), + (0xFF75, 'M', 'オ'), + (0xFF76, 'M', 'カ'), + (0xFF77, 'M', 'キ'), + (0xFF78, 'M', 'ク'), + (0xFF79, 'M', 'ケ'), + (0xFF7A, 'M', 'コ'), + (0xFF7B, 'M', 'サ'), + (0xFF7C, 'M', 'シ'), + (0xFF7D, 'M', 'ス'), + (0xFF7E, 'M', 'セ'), + ] + +def _seg_52() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF7F, 'M', 'ソ'), + (0xFF80, 'M', 'タ'), + (0xFF81, 'M', 'チ'), + (0xFF82, 'M', 'ツ'), + (0xFF83, 'M', 'テ'), + (0xFF84, 'M', 'ト'), + (0xFF85, 'M', 'ナ'), + (0xFF86, 'M', 'ニ'), + (0xFF87, 'M', 'ヌ'), + (0xFF88, 'M', 'ネ'), + (0xFF89, 'M', 'ノ'), + (0xFF8A, 'M', 'ハ'), + (0xFF8B, 'M', 'ヒ'), + (0xFF8C, 'M', 'フ'), + (0xFF8D, 'M', 'ヘ'), + (0xFF8E, 'M', 'ホ'), + (0xFF8F, 'M', 'マ'), + (0xFF90, 'M', 'ミ'), + (0xFF91, 'M', 'ム'), + (0xFF92, 'M', 'メ'), + (0xFF93, 'M', 'モ'), + (0xFF94, 'M', 'ヤ'), + (0xFF95, 'M', 'ユ'), + (0xFF96, 'M', 'ヨ'), + (0xFF97, 'M', 'ラ'), + (0xFF98, 'M', 'リ'), + (0xFF99, 'M', 'ル'), + (0xFF9A, 'M', 'レ'), + (0xFF9B, 'M', 'ロ'), + (0xFF9C, 'M', 'ワ'), + (0xFF9D, 'M', 'ン'), + (0xFF9E, 'M', '゙'), + (0xFF9F, 'M', '゚'), + (0xFFA0, 'X'), + (0xFFA1, 'M', 'ᄀ'), + (0xFFA2, 'M', 'ᄁ'), + (0xFFA3, 'M', 'ᆪ'), + (0xFFA4, 'M', 'ᄂ'), + (0xFFA5, 'M', 'ᆬ'), + (0xFFA6, 'M', 'ᆭ'), + (0xFFA7, 'M', 'ᄃ'), + (0xFFA8, 'M', 'ᄄ'), + (0xFFA9, 'M', 'ᄅ'), + (0xFFAA, 'M', 'ᆰ'), + (0xFFAB, 'M', 'ᆱ'), + (0xFFAC, 'M', 'ᆲ'), + (0xFFAD, 'M', 'ᆳ'), + (0xFFAE, 'M', 'ᆴ'), + (0xFFAF, 'M', 'ᆵ'), + (0xFFB0, 'M', 'ᄚ'), + (0xFFB1, 'M', 'ᄆ'), + (0xFFB2, 'M', 'ᄇ'), + (0xFFB3, 'M', 'ᄈ'), + (0xFFB4, 'M', 'ᄡ'), + (0xFFB5, 'M', 'ᄉ'), + (0xFFB6, 'M', 'ᄊ'), + (0xFFB7, 'M', 'ᄋ'), + (0xFFB8, 'M', 'ᄌ'), + (0xFFB9, 'M', 'ᄍ'), + (0xFFBA, 'M', 'ᄎ'), + (0xFFBB, 'M', 'ᄏ'), + (0xFFBC, 'M', 'ᄐ'), + (0xFFBD, 'M', 'ᄑ'), + (0xFFBE, 'M', 'ᄒ'), + (0xFFBF, 'X'), + (0xFFC2, 'M', 'ᅡ'), + (0xFFC3, 'M', 'ᅢ'), + (0xFFC4, 'M', 'ᅣ'), + (0xFFC5, 'M', 'ᅤ'), + (0xFFC6, 'M', 'ᅥ'), + (0xFFC7, 'M', 'ᅦ'), + (0xFFC8, 'X'), + (0xFFCA, 'M', 'ᅧ'), + (0xFFCB, 'M', 'ᅨ'), + (0xFFCC, 'M', 'ᅩ'), + (0xFFCD, 'M', 'ᅪ'), + (0xFFCE, 'M', 'ᅫ'), + (0xFFCF, 'M', 'ᅬ'), + (0xFFD0, 'X'), + (0xFFD2, 'M', 'ᅭ'), + (0xFFD3, 'M', 'ᅮ'), + (0xFFD4, 'M', 'ᅯ'), + (0xFFD5, 'M', 'ᅰ'), + (0xFFD6, 'M', 'ᅱ'), + (0xFFD7, 'M', 'ᅲ'), + (0xFFD8, 'X'), + (0xFFDA, 'M', 'ᅳ'), + (0xFFDB, 'M', 'ᅴ'), + (0xFFDC, 'M', 'ᅵ'), + (0xFFDD, 'X'), + (0xFFE0, 'M', '¢'), + (0xFFE1, 'M', '£'), + (0xFFE2, 'M', '¬'), + (0xFFE3, '3', ' ̄'), + (0xFFE4, 'M', '¦'), + (0xFFE5, 'M', '¥'), + (0xFFE6, 'M', '₩'), + (0xFFE7, 'X'), + (0xFFE8, 'M', '│'), + (0xFFE9, 'M', '←'), + ] + +def _seg_53() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFFEA, 'M', '↑'), + (0xFFEB, 'M', '→'), + (0xFFEC, 'M', '↓'), + (0xFFED, 'M', '■'), + (0xFFEE, 'M', '○'), + (0xFFEF, 'X'), + (0x10000, 'V'), + (0x1000C, 'X'), + (0x1000D, 'V'), + (0x10027, 'X'), + (0x10028, 'V'), + (0x1003B, 'X'), + (0x1003C, 'V'), + (0x1003E, 'X'), + (0x1003F, 'V'), + (0x1004E, 'X'), + (0x10050, 'V'), + (0x1005E, 'X'), + (0x10080, 'V'), + (0x100FB, 'X'), + (0x10100, 'V'), + (0x10103, 'X'), + (0x10107, 'V'), + (0x10134, 'X'), + (0x10137, 'V'), + (0x1018F, 'X'), + (0x10190, 'V'), + (0x1019D, 'X'), + (0x101A0, 'V'), + (0x101A1, 'X'), + (0x101D0, 'V'), + (0x101FE, 'X'), + (0x10280, 'V'), + (0x1029D, 'X'), + (0x102A0, 'V'), + (0x102D1, 'X'), + (0x102E0, 'V'), + (0x102FC, 'X'), + (0x10300, 'V'), + (0x10324, 'X'), + (0x1032D, 'V'), + (0x1034B, 'X'), + (0x10350, 'V'), + (0x1037B, 'X'), + (0x10380, 'V'), + (0x1039E, 'X'), + (0x1039F, 'V'), + (0x103C4, 'X'), + (0x103C8, 'V'), + (0x103D6, 'X'), + (0x10400, 'M', '𐐨'), + (0x10401, 'M', '𐐩'), + (0x10402, 'M', '𐐪'), + (0x10403, 'M', '𐐫'), + (0x10404, 'M', '𐐬'), + (0x10405, 'M', '𐐭'), + (0x10406, 'M', '𐐮'), + (0x10407, 'M', '𐐯'), + (0x10408, 'M', '𐐰'), + (0x10409, 'M', '𐐱'), + (0x1040A, 'M', '𐐲'), + (0x1040B, 'M', '𐐳'), + (0x1040C, 'M', '𐐴'), + (0x1040D, 'M', '𐐵'), + (0x1040E, 'M', '𐐶'), + (0x1040F, 'M', '𐐷'), + (0x10410, 'M', '𐐸'), + (0x10411, 'M', '𐐹'), + (0x10412, 'M', '𐐺'), + (0x10413, 'M', '𐐻'), + (0x10414, 'M', '𐐼'), + (0x10415, 'M', '𐐽'), + (0x10416, 'M', '𐐾'), + (0x10417, 'M', '𐐿'), + (0x10418, 'M', '𐑀'), + (0x10419, 'M', '𐑁'), + (0x1041A, 'M', '𐑂'), + (0x1041B, 'M', '𐑃'), + (0x1041C, 'M', '𐑄'), + (0x1041D, 'M', '𐑅'), + (0x1041E, 'M', '𐑆'), + (0x1041F, 'M', '𐑇'), + (0x10420, 'M', '𐑈'), + (0x10421, 'M', '𐑉'), + (0x10422, 'M', '𐑊'), + (0x10423, 'M', '𐑋'), + (0x10424, 'M', '𐑌'), + (0x10425, 'M', '𐑍'), + (0x10426, 'M', '𐑎'), + (0x10427, 'M', '𐑏'), + (0x10428, 'V'), + (0x1049E, 'X'), + (0x104A0, 'V'), + (0x104AA, 'X'), + (0x104B0, 'M', '𐓘'), + (0x104B1, 'M', '𐓙'), + (0x104B2, 'M', '𐓚'), + (0x104B3, 'M', '𐓛'), + (0x104B4, 'M', '𐓜'), + (0x104B5, 'M', '𐓝'), + ] + +def _seg_54() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x104B6, 'M', '𐓞'), + (0x104B7, 'M', '𐓟'), + (0x104B8, 'M', '𐓠'), + (0x104B9, 'M', '𐓡'), + (0x104BA, 'M', '𐓢'), + (0x104BB, 'M', '𐓣'), + (0x104BC, 'M', '𐓤'), + (0x104BD, 'M', '𐓥'), + (0x104BE, 'M', '𐓦'), + (0x104BF, 'M', '𐓧'), + (0x104C0, 'M', '𐓨'), + (0x104C1, 'M', '𐓩'), + (0x104C2, 'M', '𐓪'), + (0x104C3, 'M', '𐓫'), + (0x104C4, 'M', '𐓬'), + (0x104C5, 'M', '𐓭'), + (0x104C6, 'M', '𐓮'), + (0x104C7, 'M', '𐓯'), + (0x104C8, 'M', '𐓰'), + (0x104C9, 'M', '𐓱'), + (0x104CA, 'M', '𐓲'), + (0x104CB, 'M', '𐓳'), + (0x104CC, 'M', '𐓴'), + (0x104CD, 'M', '𐓵'), + (0x104CE, 'M', '𐓶'), + (0x104CF, 'M', '𐓷'), + (0x104D0, 'M', '𐓸'), + (0x104D1, 'M', '𐓹'), + (0x104D2, 'M', '𐓺'), + (0x104D3, 'M', '𐓻'), + (0x104D4, 'X'), + (0x104D8, 'V'), + (0x104FC, 'X'), + (0x10500, 'V'), + (0x10528, 'X'), + (0x10530, 'V'), + (0x10564, 'X'), + (0x1056F, 'V'), + (0x10570, 'M', '𐖗'), + (0x10571, 'M', '𐖘'), + (0x10572, 'M', '𐖙'), + (0x10573, 'M', '𐖚'), + (0x10574, 'M', '𐖛'), + (0x10575, 'M', '𐖜'), + (0x10576, 'M', '𐖝'), + (0x10577, 'M', '𐖞'), + (0x10578, 'M', '𐖟'), + (0x10579, 'M', '𐖠'), + (0x1057A, 'M', '𐖡'), + (0x1057B, 'X'), + (0x1057C, 'M', '𐖣'), + (0x1057D, 'M', '𐖤'), + (0x1057E, 'M', '𐖥'), + (0x1057F, 'M', '𐖦'), + (0x10580, 'M', '𐖧'), + (0x10581, 'M', '𐖨'), + (0x10582, 'M', '𐖩'), + (0x10583, 'M', '𐖪'), + (0x10584, 'M', '𐖫'), + (0x10585, 'M', '𐖬'), + (0x10586, 'M', '𐖭'), + (0x10587, 'M', '𐖮'), + (0x10588, 'M', '𐖯'), + (0x10589, 'M', '𐖰'), + (0x1058A, 'M', '𐖱'), + (0x1058B, 'X'), + (0x1058C, 'M', '𐖳'), + (0x1058D, 'M', '𐖴'), + (0x1058E, 'M', '𐖵'), + (0x1058F, 'M', '𐖶'), + (0x10590, 'M', '𐖷'), + (0x10591, 'M', '𐖸'), + (0x10592, 'M', '𐖹'), + (0x10593, 'X'), + (0x10594, 'M', '𐖻'), + (0x10595, 'M', '𐖼'), + (0x10596, 'X'), + (0x10597, 'V'), + (0x105A2, 'X'), + (0x105A3, 'V'), + (0x105B2, 'X'), + (0x105B3, 'V'), + (0x105BA, 'X'), + (0x105BB, 'V'), + (0x105BD, 'X'), + (0x10600, 'V'), + (0x10737, 'X'), + (0x10740, 'V'), + (0x10756, 'X'), + (0x10760, 'V'), + (0x10768, 'X'), + (0x10780, 'V'), + (0x10781, 'M', 'ː'), + (0x10782, 'M', 'ˑ'), + (0x10783, 'M', 'æ'), + (0x10784, 'M', 'ʙ'), + (0x10785, 'M', 'ɓ'), + (0x10786, 'X'), + (0x10787, 'M', 'ʣ'), + (0x10788, 'M', 'ꭦ'), + ] + +def _seg_55() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x10789, 'M', 'ʥ'), + (0x1078A, 'M', 'ʤ'), + (0x1078B, 'M', 'ɖ'), + (0x1078C, 'M', 'ɗ'), + (0x1078D, 'M', 'ᶑ'), + (0x1078E, 'M', 'ɘ'), + (0x1078F, 'M', 'ɞ'), + (0x10790, 'M', 'ʩ'), + (0x10791, 'M', 'ɤ'), + (0x10792, 'M', 'ɢ'), + (0x10793, 'M', 'ɠ'), + (0x10794, 'M', 'ʛ'), + (0x10795, 'M', 'ħ'), + (0x10796, 'M', 'ʜ'), + (0x10797, 'M', 'ɧ'), + (0x10798, 'M', 'ʄ'), + (0x10799, 'M', 'ʪ'), + (0x1079A, 'M', 'ʫ'), + (0x1079B, 'M', 'ɬ'), + (0x1079C, 'M', '𝼄'), + (0x1079D, 'M', 'ꞎ'), + (0x1079E, 'M', 'ɮ'), + (0x1079F, 'M', '𝼅'), + (0x107A0, 'M', 'ʎ'), + (0x107A1, 'M', '𝼆'), + (0x107A2, 'M', 'ø'), + (0x107A3, 'M', 'ɶ'), + (0x107A4, 'M', 'ɷ'), + (0x107A5, 'M', 'q'), + (0x107A6, 'M', 'ɺ'), + (0x107A7, 'M', '𝼈'), + (0x107A8, 'M', 'ɽ'), + (0x107A9, 'M', 'ɾ'), + (0x107AA, 'M', 'ʀ'), + (0x107AB, 'M', 'ʨ'), + (0x107AC, 'M', 'ʦ'), + (0x107AD, 'M', 'ꭧ'), + (0x107AE, 'M', 'ʧ'), + (0x107AF, 'M', 'ʈ'), + (0x107B0, 'M', 'ⱱ'), + (0x107B1, 'X'), + (0x107B2, 'M', 'ʏ'), + (0x107B3, 'M', 'ʡ'), + (0x107B4, 'M', 'ʢ'), + (0x107B5, 'M', 'ʘ'), + (0x107B6, 'M', 'ǀ'), + (0x107B7, 'M', 'ǁ'), + (0x107B8, 'M', 'ǂ'), + (0x107B9, 'M', '𝼊'), + (0x107BA, 'M', '𝼞'), + (0x107BB, 'X'), + (0x10800, 'V'), + (0x10806, 'X'), + (0x10808, 'V'), + (0x10809, 'X'), + (0x1080A, 'V'), + (0x10836, 'X'), + (0x10837, 'V'), + (0x10839, 'X'), + (0x1083C, 'V'), + (0x1083D, 'X'), + (0x1083F, 'V'), + (0x10856, 'X'), + (0x10857, 'V'), + (0x1089F, 'X'), + (0x108A7, 'V'), + (0x108B0, 'X'), + (0x108E0, 'V'), + (0x108F3, 'X'), + (0x108F4, 'V'), + (0x108F6, 'X'), + (0x108FB, 'V'), + (0x1091C, 'X'), + (0x1091F, 'V'), + (0x1093A, 'X'), + (0x1093F, 'V'), + (0x10940, 'X'), + (0x10980, 'V'), + (0x109B8, 'X'), + (0x109BC, 'V'), + (0x109D0, 'X'), + (0x109D2, 'V'), + (0x10A04, 'X'), + (0x10A05, 'V'), + (0x10A07, 'X'), + (0x10A0C, 'V'), + (0x10A14, 'X'), + (0x10A15, 'V'), + (0x10A18, 'X'), + (0x10A19, 'V'), + (0x10A36, 'X'), + (0x10A38, 'V'), + (0x10A3B, 'X'), + (0x10A3F, 'V'), + (0x10A49, 'X'), + (0x10A50, 'V'), + (0x10A59, 'X'), + (0x10A60, 'V'), + (0x10AA0, 'X'), + (0x10AC0, 'V'), + ] + +def _seg_56() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x10AE7, 'X'), + (0x10AEB, 'V'), + (0x10AF7, 'X'), + (0x10B00, 'V'), + (0x10B36, 'X'), + (0x10B39, 'V'), + (0x10B56, 'X'), + (0x10B58, 'V'), + (0x10B73, 'X'), + (0x10B78, 'V'), + (0x10B92, 'X'), + (0x10B99, 'V'), + (0x10B9D, 'X'), + (0x10BA9, 'V'), + (0x10BB0, 'X'), + (0x10C00, 'V'), + (0x10C49, 'X'), + (0x10C80, 'M', '𐳀'), + (0x10C81, 'M', '𐳁'), + (0x10C82, 'M', '𐳂'), + (0x10C83, 'M', '𐳃'), + (0x10C84, 'M', '𐳄'), + (0x10C85, 'M', '𐳅'), + (0x10C86, 'M', '𐳆'), + (0x10C87, 'M', '𐳇'), + (0x10C88, 'M', '𐳈'), + (0x10C89, 'M', '𐳉'), + (0x10C8A, 'M', '𐳊'), + (0x10C8B, 'M', '𐳋'), + (0x10C8C, 'M', '𐳌'), + (0x10C8D, 'M', '𐳍'), + (0x10C8E, 'M', '𐳎'), + (0x10C8F, 'M', '𐳏'), + (0x10C90, 'M', '𐳐'), + (0x10C91, 'M', '𐳑'), + (0x10C92, 'M', '𐳒'), + (0x10C93, 'M', '𐳓'), + (0x10C94, 'M', '𐳔'), + (0x10C95, 'M', '𐳕'), + (0x10C96, 'M', '𐳖'), + (0x10C97, 'M', '𐳗'), + (0x10C98, 'M', '𐳘'), + (0x10C99, 'M', '𐳙'), + (0x10C9A, 'M', '𐳚'), + (0x10C9B, 'M', '𐳛'), + (0x10C9C, 'M', '𐳜'), + (0x10C9D, 'M', '𐳝'), + (0x10C9E, 'M', '𐳞'), + (0x10C9F, 'M', '𐳟'), + (0x10CA0, 'M', '𐳠'), + (0x10CA1, 'M', '𐳡'), + (0x10CA2, 'M', '𐳢'), + (0x10CA3, 'M', '𐳣'), + (0x10CA4, 'M', '𐳤'), + (0x10CA5, 'M', '𐳥'), + (0x10CA6, 'M', '𐳦'), + (0x10CA7, 'M', '𐳧'), + (0x10CA8, 'M', '𐳨'), + (0x10CA9, 'M', '𐳩'), + (0x10CAA, 'M', '𐳪'), + (0x10CAB, 'M', '𐳫'), + (0x10CAC, 'M', '𐳬'), + (0x10CAD, 'M', '𐳭'), + (0x10CAE, 'M', '𐳮'), + (0x10CAF, 'M', '𐳯'), + (0x10CB0, 'M', '𐳰'), + (0x10CB1, 'M', '𐳱'), + (0x10CB2, 'M', '𐳲'), + (0x10CB3, 'X'), + (0x10CC0, 'V'), + (0x10CF3, 'X'), + (0x10CFA, 'V'), + (0x10D28, 'X'), + (0x10D30, 'V'), + (0x10D3A, 'X'), + (0x10E60, 'V'), + (0x10E7F, 'X'), + (0x10E80, 'V'), + (0x10EAA, 'X'), + (0x10EAB, 'V'), + (0x10EAE, 'X'), + (0x10EB0, 'V'), + (0x10EB2, 'X'), + (0x10EFD, 'V'), + (0x10F28, 'X'), + (0x10F30, 'V'), + (0x10F5A, 'X'), + (0x10F70, 'V'), + (0x10F8A, 'X'), + (0x10FB0, 'V'), + (0x10FCC, 'X'), + (0x10FE0, 'V'), + (0x10FF7, 'X'), + (0x11000, 'V'), + (0x1104E, 'X'), + (0x11052, 'V'), + (0x11076, 'X'), + (0x1107F, 'V'), + (0x110BD, 'X'), + (0x110BE, 'V'), + ] + +def _seg_57() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x110C3, 'X'), + (0x110D0, 'V'), + (0x110E9, 'X'), + (0x110F0, 'V'), + (0x110FA, 'X'), + (0x11100, 'V'), + (0x11135, 'X'), + (0x11136, 'V'), + (0x11148, 'X'), + (0x11150, 'V'), + (0x11177, 'X'), + (0x11180, 'V'), + (0x111E0, 'X'), + (0x111E1, 'V'), + (0x111F5, 'X'), + (0x11200, 'V'), + (0x11212, 'X'), + (0x11213, 'V'), + (0x11242, 'X'), + (0x11280, 'V'), + (0x11287, 'X'), + (0x11288, 'V'), + (0x11289, 'X'), + (0x1128A, 'V'), + (0x1128E, 'X'), + (0x1128F, 'V'), + (0x1129E, 'X'), + (0x1129F, 'V'), + (0x112AA, 'X'), + (0x112B0, 'V'), + (0x112EB, 'X'), + (0x112F0, 'V'), + (0x112FA, 'X'), + (0x11300, 'V'), + (0x11304, 'X'), + (0x11305, 'V'), + (0x1130D, 'X'), + (0x1130F, 'V'), + (0x11311, 'X'), + (0x11313, 'V'), + (0x11329, 'X'), + (0x1132A, 'V'), + (0x11331, 'X'), + (0x11332, 'V'), + (0x11334, 'X'), + (0x11335, 'V'), + (0x1133A, 'X'), + (0x1133B, 'V'), + (0x11345, 'X'), + (0x11347, 'V'), + (0x11349, 'X'), + (0x1134B, 'V'), + (0x1134E, 'X'), + (0x11350, 'V'), + (0x11351, 'X'), + (0x11357, 'V'), + (0x11358, 'X'), + (0x1135D, 'V'), + (0x11364, 'X'), + (0x11366, 'V'), + (0x1136D, 'X'), + (0x11370, 'V'), + (0x11375, 'X'), + (0x11400, 'V'), + (0x1145C, 'X'), + (0x1145D, 'V'), + (0x11462, 'X'), + (0x11480, 'V'), + (0x114C8, 'X'), + (0x114D0, 'V'), + (0x114DA, 'X'), + (0x11580, 'V'), + (0x115B6, 'X'), + (0x115B8, 'V'), + (0x115DE, 'X'), + (0x11600, 'V'), + (0x11645, 'X'), + (0x11650, 'V'), + (0x1165A, 'X'), + (0x11660, 'V'), + (0x1166D, 'X'), + (0x11680, 'V'), + (0x116BA, 'X'), + (0x116C0, 'V'), + (0x116CA, 'X'), + (0x11700, 'V'), + (0x1171B, 'X'), + (0x1171D, 'V'), + (0x1172C, 'X'), + (0x11730, 'V'), + (0x11747, 'X'), + (0x11800, 'V'), + (0x1183C, 'X'), + (0x118A0, 'M', '𑣀'), + (0x118A1, 'M', '𑣁'), + (0x118A2, 'M', '𑣂'), + (0x118A3, 'M', '𑣃'), + (0x118A4, 'M', '𑣄'), + (0x118A5, 'M', '𑣅'), + (0x118A6, 'M', '𑣆'), + ] + +def _seg_58() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x118A7, 'M', '𑣇'), + (0x118A8, 'M', '𑣈'), + (0x118A9, 'M', '𑣉'), + (0x118AA, 'M', '𑣊'), + (0x118AB, 'M', '𑣋'), + (0x118AC, 'M', '𑣌'), + (0x118AD, 'M', '𑣍'), + (0x118AE, 'M', '𑣎'), + (0x118AF, 'M', '𑣏'), + (0x118B0, 'M', '𑣐'), + (0x118B1, 'M', '𑣑'), + (0x118B2, 'M', '𑣒'), + (0x118B3, 'M', '𑣓'), + (0x118B4, 'M', '𑣔'), + (0x118B5, 'M', '𑣕'), + (0x118B6, 'M', '𑣖'), + (0x118B7, 'M', '𑣗'), + (0x118B8, 'M', '𑣘'), + (0x118B9, 'M', '𑣙'), + (0x118BA, 'M', '𑣚'), + (0x118BB, 'M', '𑣛'), + (0x118BC, 'M', '𑣜'), + (0x118BD, 'M', '𑣝'), + (0x118BE, 'M', '𑣞'), + (0x118BF, 'M', '𑣟'), + (0x118C0, 'V'), + (0x118F3, 'X'), + (0x118FF, 'V'), + (0x11907, 'X'), + (0x11909, 'V'), + (0x1190A, 'X'), + (0x1190C, 'V'), + (0x11914, 'X'), + (0x11915, 'V'), + (0x11917, 'X'), + (0x11918, 'V'), + (0x11936, 'X'), + (0x11937, 'V'), + (0x11939, 'X'), + (0x1193B, 'V'), + (0x11947, 'X'), + (0x11950, 'V'), + (0x1195A, 'X'), + (0x119A0, 'V'), + (0x119A8, 'X'), + (0x119AA, 'V'), + (0x119D8, 'X'), + (0x119DA, 'V'), + (0x119E5, 'X'), + (0x11A00, 'V'), + (0x11A48, 'X'), + (0x11A50, 'V'), + (0x11AA3, 'X'), + (0x11AB0, 'V'), + (0x11AF9, 'X'), + (0x11B00, 'V'), + (0x11B0A, 'X'), + (0x11C00, 'V'), + (0x11C09, 'X'), + (0x11C0A, 'V'), + (0x11C37, 'X'), + (0x11C38, 'V'), + (0x11C46, 'X'), + (0x11C50, 'V'), + (0x11C6D, 'X'), + (0x11C70, 'V'), + (0x11C90, 'X'), + (0x11C92, 'V'), + (0x11CA8, 'X'), + (0x11CA9, 'V'), + (0x11CB7, 'X'), + (0x11D00, 'V'), + (0x11D07, 'X'), + (0x11D08, 'V'), + (0x11D0A, 'X'), + (0x11D0B, 'V'), + (0x11D37, 'X'), + (0x11D3A, 'V'), + (0x11D3B, 'X'), + (0x11D3C, 'V'), + (0x11D3E, 'X'), + (0x11D3F, 'V'), + (0x11D48, 'X'), + (0x11D50, 'V'), + (0x11D5A, 'X'), + (0x11D60, 'V'), + (0x11D66, 'X'), + (0x11D67, 'V'), + (0x11D69, 'X'), + (0x11D6A, 'V'), + (0x11D8F, 'X'), + (0x11D90, 'V'), + (0x11D92, 'X'), + (0x11D93, 'V'), + (0x11D99, 'X'), + (0x11DA0, 'V'), + (0x11DAA, 'X'), + (0x11EE0, 'V'), + (0x11EF9, 'X'), + (0x11F00, 'V'), + ] + +def _seg_59() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x11F11, 'X'), + (0x11F12, 'V'), + (0x11F3B, 'X'), + (0x11F3E, 'V'), + (0x11F5A, 'X'), + (0x11FB0, 'V'), + (0x11FB1, 'X'), + (0x11FC0, 'V'), + (0x11FF2, 'X'), + (0x11FFF, 'V'), + (0x1239A, 'X'), + (0x12400, 'V'), + (0x1246F, 'X'), + (0x12470, 'V'), + (0x12475, 'X'), + (0x12480, 'V'), + (0x12544, 'X'), + (0x12F90, 'V'), + (0x12FF3, 'X'), + (0x13000, 'V'), + (0x13430, 'X'), + (0x13440, 'V'), + (0x13456, 'X'), + (0x14400, 'V'), + (0x14647, 'X'), + (0x16800, 'V'), + (0x16A39, 'X'), + (0x16A40, 'V'), + (0x16A5F, 'X'), + (0x16A60, 'V'), + (0x16A6A, 'X'), + (0x16A6E, 'V'), + (0x16ABF, 'X'), + (0x16AC0, 'V'), + (0x16ACA, 'X'), + (0x16AD0, 'V'), + (0x16AEE, 'X'), + (0x16AF0, 'V'), + (0x16AF6, 'X'), + (0x16B00, 'V'), + (0x16B46, 'X'), + (0x16B50, 'V'), + (0x16B5A, 'X'), + (0x16B5B, 'V'), + (0x16B62, 'X'), + (0x16B63, 'V'), + (0x16B78, 'X'), + (0x16B7D, 'V'), + (0x16B90, 'X'), + (0x16E40, 'M', '𖹠'), + (0x16E41, 'M', '𖹡'), + (0x16E42, 'M', '𖹢'), + (0x16E43, 'M', '𖹣'), + (0x16E44, 'M', '𖹤'), + (0x16E45, 'M', '𖹥'), + (0x16E46, 'M', '𖹦'), + (0x16E47, 'M', '𖹧'), + (0x16E48, 'M', '𖹨'), + (0x16E49, 'M', '𖹩'), + (0x16E4A, 'M', '𖹪'), + (0x16E4B, 'M', '𖹫'), + (0x16E4C, 'M', '𖹬'), + (0x16E4D, 'M', '𖹭'), + (0x16E4E, 'M', '𖹮'), + (0x16E4F, 'M', '𖹯'), + (0x16E50, 'M', '𖹰'), + (0x16E51, 'M', '𖹱'), + (0x16E52, 'M', '𖹲'), + (0x16E53, 'M', '𖹳'), + (0x16E54, 'M', '𖹴'), + (0x16E55, 'M', '𖹵'), + (0x16E56, 'M', '𖹶'), + (0x16E57, 'M', '𖹷'), + (0x16E58, 'M', '𖹸'), + (0x16E59, 'M', '𖹹'), + (0x16E5A, 'M', '𖹺'), + (0x16E5B, 'M', '𖹻'), + (0x16E5C, 'M', '𖹼'), + (0x16E5D, 'M', '𖹽'), + (0x16E5E, 'M', '𖹾'), + (0x16E5F, 'M', '𖹿'), + (0x16E60, 'V'), + (0x16E9B, 'X'), + (0x16F00, 'V'), + (0x16F4B, 'X'), + (0x16F4F, 'V'), + (0x16F88, 'X'), + (0x16F8F, 'V'), + (0x16FA0, 'X'), + (0x16FE0, 'V'), + (0x16FE5, 'X'), + (0x16FF0, 'V'), + (0x16FF2, 'X'), + (0x17000, 'V'), + (0x187F8, 'X'), + (0x18800, 'V'), + (0x18CD6, 'X'), + (0x18D00, 'V'), + (0x18D09, 'X'), + (0x1AFF0, 'V'), + ] + +def _seg_60() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1AFF4, 'X'), + (0x1AFF5, 'V'), + (0x1AFFC, 'X'), + (0x1AFFD, 'V'), + (0x1AFFF, 'X'), + (0x1B000, 'V'), + (0x1B123, 'X'), + (0x1B132, 'V'), + (0x1B133, 'X'), + (0x1B150, 'V'), + (0x1B153, 'X'), + (0x1B155, 'V'), + (0x1B156, 'X'), + (0x1B164, 'V'), + (0x1B168, 'X'), + (0x1B170, 'V'), + (0x1B2FC, 'X'), + (0x1BC00, 'V'), + (0x1BC6B, 'X'), + (0x1BC70, 'V'), + (0x1BC7D, 'X'), + (0x1BC80, 'V'), + (0x1BC89, 'X'), + (0x1BC90, 'V'), + (0x1BC9A, 'X'), + (0x1BC9C, 'V'), + (0x1BCA0, 'I'), + (0x1BCA4, 'X'), + (0x1CF00, 'V'), + (0x1CF2E, 'X'), + (0x1CF30, 'V'), + (0x1CF47, 'X'), + (0x1CF50, 'V'), + (0x1CFC4, 'X'), + (0x1D000, 'V'), + (0x1D0F6, 'X'), + (0x1D100, 'V'), + (0x1D127, 'X'), + (0x1D129, 'V'), + (0x1D15E, 'M', '𝅗𝅥'), + (0x1D15F, 'M', '𝅘𝅥'), + (0x1D160, 'M', '𝅘𝅥𝅮'), + (0x1D161, 'M', '𝅘𝅥𝅯'), + (0x1D162, 'M', '𝅘𝅥𝅰'), + (0x1D163, 'M', '𝅘𝅥𝅱'), + (0x1D164, 'M', '𝅘𝅥𝅲'), + (0x1D165, 'V'), + (0x1D173, 'X'), + (0x1D17B, 'V'), + (0x1D1BB, 'M', '𝆹𝅥'), + (0x1D1BC, 'M', '𝆺𝅥'), + (0x1D1BD, 'M', '𝆹𝅥𝅮'), + (0x1D1BE, 'M', '𝆺𝅥𝅮'), + (0x1D1BF, 'M', '𝆹𝅥𝅯'), + (0x1D1C0, 'M', '𝆺𝅥𝅯'), + (0x1D1C1, 'V'), + (0x1D1EB, 'X'), + (0x1D200, 'V'), + (0x1D246, 'X'), + (0x1D2C0, 'V'), + (0x1D2D4, 'X'), + (0x1D2E0, 'V'), + (0x1D2F4, 'X'), + (0x1D300, 'V'), + (0x1D357, 'X'), + (0x1D360, 'V'), + (0x1D379, 'X'), + (0x1D400, 'M', 'a'), + (0x1D401, 'M', 'b'), + (0x1D402, 'M', 'c'), + (0x1D403, 'M', 'd'), + (0x1D404, 'M', 'e'), + (0x1D405, 'M', 'f'), + (0x1D406, 'M', 'g'), + (0x1D407, 'M', 'h'), + (0x1D408, 'M', 'i'), + (0x1D409, 'M', 'j'), + (0x1D40A, 'M', 'k'), + (0x1D40B, 'M', 'l'), + (0x1D40C, 'M', 'm'), + (0x1D40D, 'M', 'n'), + (0x1D40E, 'M', 'o'), + (0x1D40F, 'M', 'p'), + (0x1D410, 'M', 'q'), + (0x1D411, 'M', 'r'), + (0x1D412, 'M', 's'), + (0x1D413, 'M', 't'), + (0x1D414, 'M', 'u'), + (0x1D415, 'M', 'v'), + (0x1D416, 'M', 'w'), + (0x1D417, 'M', 'x'), + (0x1D418, 'M', 'y'), + (0x1D419, 'M', 'z'), + (0x1D41A, 'M', 'a'), + (0x1D41B, 'M', 'b'), + (0x1D41C, 'M', 'c'), + (0x1D41D, 'M', 'd'), + (0x1D41E, 'M', 'e'), + (0x1D41F, 'M', 'f'), + (0x1D420, 'M', 'g'), + ] + +def _seg_61() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D421, 'M', 'h'), + (0x1D422, 'M', 'i'), + (0x1D423, 'M', 'j'), + (0x1D424, 'M', 'k'), + (0x1D425, 'M', 'l'), + (0x1D426, 'M', 'm'), + (0x1D427, 'M', 'n'), + (0x1D428, 'M', 'o'), + (0x1D429, 'M', 'p'), + (0x1D42A, 'M', 'q'), + (0x1D42B, 'M', 'r'), + (0x1D42C, 'M', 's'), + (0x1D42D, 'M', 't'), + (0x1D42E, 'M', 'u'), + (0x1D42F, 'M', 'v'), + (0x1D430, 'M', 'w'), + (0x1D431, 'M', 'x'), + (0x1D432, 'M', 'y'), + (0x1D433, 'M', 'z'), + (0x1D434, 'M', 'a'), + (0x1D435, 'M', 'b'), + (0x1D436, 'M', 'c'), + (0x1D437, 'M', 'd'), + (0x1D438, 'M', 'e'), + (0x1D439, 'M', 'f'), + (0x1D43A, 'M', 'g'), + (0x1D43B, 'M', 'h'), + (0x1D43C, 'M', 'i'), + (0x1D43D, 'M', 'j'), + (0x1D43E, 'M', 'k'), + (0x1D43F, 'M', 'l'), + (0x1D440, 'M', 'm'), + (0x1D441, 'M', 'n'), + (0x1D442, 'M', 'o'), + (0x1D443, 'M', 'p'), + (0x1D444, 'M', 'q'), + (0x1D445, 'M', 'r'), + (0x1D446, 'M', 's'), + (0x1D447, 'M', 't'), + (0x1D448, 'M', 'u'), + (0x1D449, 'M', 'v'), + (0x1D44A, 'M', 'w'), + (0x1D44B, 'M', 'x'), + (0x1D44C, 'M', 'y'), + (0x1D44D, 'M', 'z'), + (0x1D44E, 'M', 'a'), + (0x1D44F, 'M', 'b'), + (0x1D450, 'M', 'c'), + (0x1D451, 'M', 'd'), + (0x1D452, 'M', 'e'), + (0x1D453, 'M', 'f'), + (0x1D454, 'M', 'g'), + (0x1D455, 'X'), + (0x1D456, 'M', 'i'), + (0x1D457, 'M', 'j'), + (0x1D458, 'M', 'k'), + (0x1D459, 'M', 'l'), + (0x1D45A, 'M', 'm'), + (0x1D45B, 'M', 'n'), + (0x1D45C, 'M', 'o'), + (0x1D45D, 'M', 'p'), + (0x1D45E, 'M', 'q'), + (0x1D45F, 'M', 'r'), + (0x1D460, 'M', 's'), + (0x1D461, 'M', 't'), + (0x1D462, 'M', 'u'), + (0x1D463, 'M', 'v'), + (0x1D464, 'M', 'w'), + (0x1D465, 'M', 'x'), + (0x1D466, 'M', 'y'), + (0x1D467, 'M', 'z'), + (0x1D468, 'M', 'a'), + (0x1D469, 'M', 'b'), + (0x1D46A, 'M', 'c'), + (0x1D46B, 'M', 'd'), + (0x1D46C, 'M', 'e'), + (0x1D46D, 'M', 'f'), + (0x1D46E, 'M', 'g'), + (0x1D46F, 'M', 'h'), + (0x1D470, 'M', 'i'), + (0x1D471, 'M', 'j'), + (0x1D472, 'M', 'k'), + (0x1D473, 'M', 'l'), + (0x1D474, 'M', 'm'), + (0x1D475, 'M', 'n'), + (0x1D476, 'M', 'o'), + (0x1D477, 'M', 'p'), + (0x1D478, 'M', 'q'), + (0x1D479, 'M', 'r'), + (0x1D47A, 'M', 's'), + (0x1D47B, 'M', 't'), + (0x1D47C, 'M', 'u'), + (0x1D47D, 'M', 'v'), + (0x1D47E, 'M', 'w'), + (0x1D47F, 'M', 'x'), + (0x1D480, 'M', 'y'), + (0x1D481, 'M', 'z'), + (0x1D482, 'M', 'a'), + (0x1D483, 'M', 'b'), + (0x1D484, 'M', 'c'), + ] + +def _seg_62() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D485, 'M', 'd'), + (0x1D486, 'M', 'e'), + (0x1D487, 'M', 'f'), + (0x1D488, 'M', 'g'), + (0x1D489, 'M', 'h'), + (0x1D48A, 'M', 'i'), + (0x1D48B, 'M', 'j'), + (0x1D48C, 'M', 'k'), + (0x1D48D, 'M', 'l'), + (0x1D48E, 'M', 'm'), + (0x1D48F, 'M', 'n'), + (0x1D490, 'M', 'o'), + (0x1D491, 'M', 'p'), + (0x1D492, 'M', 'q'), + (0x1D493, 'M', 'r'), + (0x1D494, 'M', 's'), + (0x1D495, 'M', 't'), + (0x1D496, 'M', 'u'), + (0x1D497, 'M', 'v'), + (0x1D498, 'M', 'w'), + (0x1D499, 'M', 'x'), + (0x1D49A, 'M', 'y'), + (0x1D49B, 'M', 'z'), + (0x1D49C, 'M', 'a'), + (0x1D49D, 'X'), + (0x1D49E, 'M', 'c'), + (0x1D49F, 'M', 'd'), + (0x1D4A0, 'X'), + (0x1D4A2, 'M', 'g'), + (0x1D4A3, 'X'), + (0x1D4A5, 'M', 'j'), + (0x1D4A6, 'M', 'k'), + (0x1D4A7, 'X'), + (0x1D4A9, 'M', 'n'), + (0x1D4AA, 'M', 'o'), + (0x1D4AB, 'M', 'p'), + (0x1D4AC, 'M', 'q'), + (0x1D4AD, 'X'), + (0x1D4AE, 'M', 's'), + (0x1D4AF, 'M', 't'), + (0x1D4B0, 'M', 'u'), + (0x1D4B1, 'M', 'v'), + (0x1D4B2, 'M', 'w'), + (0x1D4B3, 'M', 'x'), + (0x1D4B4, 'M', 'y'), + (0x1D4B5, 'M', 'z'), + (0x1D4B6, 'M', 'a'), + (0x1D4B7, 'M', 'b'), + (0x1D4B8, 'M', 'c'), + (0x1D4B9, 'M', 'd'), + (0x1D4BA, 'X'), + (0x1D4BB, 'M', 'f'), + (0x1D4BC, 'X'), + (0x1D4BD, 'M', 'h'), + (0x1D4BE, 'M', 'i'), + (0x1D4BF, 'M', 'j'), + (0x1D4C0, 'M', 'k'), + (0x1D4C1, 'M', 'l'), + (0x1D4C2, 'M', 'm'), + (0x1D4C3, 'M', 'n'), + (0x1D4C4, 'X'), + (0x1D4C5, 'M', 'p'), + (0x1D4C6, 'M', 'q'), + (0x1D4C7, 'M', 'r'), + (0x1D4C8, 'M', 's'), + (0x1D4C9, 'M', 't'), + (0x1D4CA, 'M', 'u'), + (0x1D4CB, 'M', 'v'), + (0x1D4CC, 'M', 'w'), + (0x1D4CD, 'M', 'x'), + (0x1D4CE, 'M', 'y'), + (0x1D4CF, 'M', 'z'), + (0x1D4D0, 'M', 'a'), + (0x1D4D1, 'M', 'b'), + (0x1D4D2, 'M', 'c'), + (0x1D4D3, 'M', 'd'), + (0x1D4D4, 'M', 'e'), + (0x1D4D5, 'M', 'f'), + (0x1D4D6, 'M', 'g'), + (0x1D4D7, 'M', 'h'), + (0x1D4D8, 'M', 'i'), + (0x1D4D9, 'M', 'j'), + (0x1D4DA, 'M', 'k'), + (0x1D4DB, 'M', 'l'), + (0x1D4DC, 'M', 'm'), + (0x1D4DD, 'M', 'n'), + (0x1D4DE, 'M', 'o'), + (0x1D4DF, 'M', 'p'), + (0x1D4E0, 'M', 'q'), + (0x1D4E1, 'M', 'r'), + (0x1D4E2, 'M', 's'), + (0x1D4E3, 'M', 't'), + (0x1D4E4, 'M', 'u'), + (0x1D4E5, 'M', 'v'), + (0x1D4E6, 'M', 'w'), + (0x1D4E7, 'M', 'x'), + (0x1D4E8, 'M', 'y'), + (0x1D4E9, 'M', 'z'), + (0x1D4EA, 'M', 'a'), + (0x1D4EB, 'M', 'b'), + ] + +def _seg_63() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D4EC, 'M', 'c'), + (0x1D4ED, 'M', 'd'), + (0x1D4EE, 'M', 'e'), + (0x1D4EF, 'M', 'f'), + (0x1D4F0, 'M', 'g'), + (0x1D4F1, 'M', 'h'), + (0x1D4F2, 'M', 'i'), + (0x1D4F3, 'M', 'j'), + (0x1D4F4, 'M', 'k'), + (0x1D4F5, 'M', 'l'), + (0x1D4F6, 'M', 'm'), + (0x1D4F7, 'M', 'n'), + (0x1D4F8, 'M', 'o'), + (0x1D4F9, 'M', 'p'), + (0x1D4FA, 'M', 'q'), + (0x1D4FB, 'M', 'r'), + (0x1D4FC, 'M', 's'), + (0x1D4FD, 'M', 't'), + (0x1D4FE, 'M', 'u'), + (0x1D4FF, 'M', 'v'), + (0x1D500, 'M', 'w'), + (0x1D501, 'M', 'x'), + (0x1D502, 'M', 'y'), + (0x1D503, 'M', 'z'), + (0x1D504, 'M', 'a'), + (0x1D505, 'M', 'b'), + (0x1D506, 'X'), + (0x1D507, 'M', 'd'), + (0x1D508, 'M', 'e'), + (0x1D509, 'M', 'f'), + (0x1D50A, 'M', 'g'), + (0x1D50B, 'X'), + (0x1D50D, 'M', 'j'), + (0x1D50E, 'M', 'k'), + (0x1D50F, 'M', 'l'), + (0x1D510, 'M', 'm'), + (0x1D511, 'M', 'n'), + (0x1D512, 'M', 'o'), + (0x1D513, 'M', 'p'), + (0x1D514, 'M', 'q'), + (0x1D515, 'X'), + (0x1D516, 'M', 's'), + (0x1D517, 'M', 't'), + (0x1D518, 'M', 'u'), + (0x1D519, 'M', 'v'), + (0x1D51A, 'M', 'w'), + (0x1D51B, 'M', 'x'), + (0x1D51C, 'M', 'y'), + (0x1D51D, 'X'), + (0x1D51E, 'M', 'a'), + (0x1D51F, 'M', 'b'), + (0x1D520, 'M', 'c'), + (0x1D521, 'M', 'd'), + (0x1D522, 'M', 'e'), + (0x1D523, 'M', 'f'), + (0x1D524, 'M', 'g'), + (0x1D525, 'M', 'h'), + (0x1D526, 'M', 'i'), + (0x1D527, 'M', 'j'), + (0x1D528, 'M', 'k'), + (0x1D529, 'M', 'l'), + (0x1D52A, 'M', 'm'), + (0x1D52B, 'M', 'n'), + (0x1D52C, 'M', 'o'), + (0x1D52D, 'M', 'p'), + (0x1D52E, 'M', 'q'), + (0x1D52F, 'M', 'r'), + (0x1D530, 'M', 's'), + (0x1D531, 'M', 't'), + (0x1D532, 'M', 'u'), + (0x1D533, 'M', 'v'), + (0x1D534, 'M', 'w'), + (0x1D535, 'M', 'x'), + (0x1D536, 'M', 'y'), + (0x1D537, 'M', 'z'), + (0x1D538, 'M', 'a'), + (0x1D539, 'M', 'b'), + (0x1D53A, 'X'), + (0x1D53B, 'M', 'd'), + (0x1D53C, 'M', 'e'), + (0x1D53D, 'M', 'f'), + (0x1D53E, 'M', 'g'), + (0x1D53F, 'X'), + (0x1D540, 'M', 'i'), + (0x1D541, 'M', 'j'), + (0x1D542, 'M', 'k'), + (0x1D543, 'M', 'l'), + (0x1D544, 'M', 'm'), + (0x1D545, 'X'), + (0x1D546, 'M', 'o'), + (0x1D547, 'X'), + (0x1D54A, 'M', 's'), + (0x1D54B, 'M', 't'), + (0x1D54C, 'M', 'u'), + (0x1D54D, 'M', 'v'), + (0x1D54E, 'M', 'w'), + (0x1D54F, 'M', 'x'), + (0x1D550, 'M', 'y'), + (0x1D551, 'X'), + (0x1D552, 'M', 'a'), + ] + +def _seg_64() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D553, 'M', 'b'), + (0x1D554, 'M', 'c'), + (0x1D555, 'M', 'd'), + (0x1D556, 'M', 'e'), + (0x1D557, 'M', 'f'), + (0x1D558, 'M', 'g'), + (0x1D559, 'M', 'h'), + (0x1D55A, 'M', 'i'), + (0x1D55B, 'M', 'j'), + (0x1D55C, 'M', 'k'), + (0x1D55D, 'M', 'l'), + (0x1D55E, 'M', 'm'), + (0x1D55F, 'M', 'n'), + (0x1D560, 'M', 'o'), + (0x1D561, 'M', 'p'), + (0x1D562, 'M', 'q'), + (0x1D563, 'M', 'r'), + (0x1D564, 'M', 's'), + (0x1D565, 'M', 't'), + (0x1D566, 'M', 'u'), + (0x1D567, 'M', 'v'), + (0x1D568, 'M', 'w'), + (0x1D569, 'M', 'x'), + (0x1D56A, 'M', 'y'), + (0x1D56B, 'M', 'z'), + (0x1D56C, 'M', 'a'), + (0x1D56D, 'M', 'b'), + (0x1D56E, 'M', 'c'), + (0x1D56F, 'M', 'd'), + (0x1D570, 'M', 'e'), + (0x1D571, 'M', 'f'), + (0x1D572, 'M', 'g'), + (0x1D573, 'M', 'h'), + (0x1D574, 'M', 'i'), + (0x1D575, 'M', 'j'), + (0x1D576, 'M', 'k'), + (0x1D577, 'M', 'l'), + (0x1D578, 'M', 'm'), + (0x1D579, 'M', 'n'), + (0x1D57A, 'M', 'o'), + (0x1D57B, 'M', 'p'), + (0x1D57C, 'M', 'q'), + (0x1D57D, 'M', 'r'), + (0x1D57E, 'M', 's'), + (0x1D57F, 'M', 't'), + (0x1D580, 'M', 'u'), + (0x1D581, 'M', 'v'), + (0x1D582, 'M', 'w'), + (0x1D583, 'M', 'x'), + (0x1D584, 'M', 'y'), + (0x1D585, 'M', 'z'), + (0x1D586, 'M', 'a'), + (0x1D587, 'M', 'b'), + (0x1D588, 'M', 'c'), + (0x1D589, 'M', 'd'), + (0x1D58A, 'M', 'e'), + (0x1D58B, 'M', 'f'), + (0x1D58C, 'M', 'g'), + (0x1D58D, 'M', 'h'), + (0x1D58E, 'M', 'i'), + (0x1D58F, 'M', 'j'), + (0x1D590, 'M', 'k'), + (0x1D591, 'M', 'l'), + (0x1D592, 'M', 'm'), + (0x1D593, 'M', 'n'), + (0x1D594, 'M', 'o'), + (0x1D595, 'M', 'p'), + (0x1D596, 'M', 'q'), + (0x1D597, 'M', 'r'), + (0x1D598, 'M', 's'), + (0x1D599, 'M', 't'), + (0x1D59A, 'M', 'u'), + (0x1D59B, 'M', 'v'), + (0x1D59C, 'M', 'w'), + (0x1D59D, 'M', 'x'), + (0x1D59E, 'M', 'y'), + (0x1D59F, 'M', 'z'), + (0x1D5A0, 'M', 'a'), + (0x1D5A1, 'M', 'b'), + (0x1D5A2, 'M', 'c'), + (0x1D5A3, 'M', 'd'), + (0x1D5A4, 'M', 'e'), + (0x1D5A5, 'M', 'f'), + (0x1D5A6, 'M', 'g'), + (0x1D5A7, 'M', 'h'), + (0x1D5A8, 'M', 'i'), + (0x1D5A9, 'M', 'j'), + (0x1D5AA, 'M', 'k'), + (0x1D5AB, 'M', 'l'), + (0x1D5AC, 'M', 'm'), + (0x1D5AD, 'M', 'n'), + (0x1D5AE, 'M', 'o'), + (0x1D5AF, 'M', 'p'), + (0x1D5B0, 'M', 'q'), + (0x1D5B1, 'M', 'r'), + (0x1D5B2, 'M', 's'), + (0x1D5B3, 'M', 't'), + (0x1D5B4, 'M', 'u'), + (0x1D5B5, 'M', 'v'), + (0x1D5B6, 'M', 'w'), + ] + +def _seg_65() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D5B7, 'M', 'x'), + (0x1D5B8, 'M', 'y'), + (0x1D5B9, 'M', 'z'), + (0x1D5BA, 'M', 'a'), + (0x1D5BB, 'M', 'b'), + (0x1D5BC, 'M', 'c'), + (0x1D5BD, 'M', 'd'), + (0x1D5BE, 'M', 'e'), + (0x1D5BF, 'M', 'f'), + (0x1D5C0, 'M', 'g'), + (0x1D5C1, 'M', 'h'), + (0x1D5C2, 'M', 'i'), + (0x1D5C3, 'M', 'j'), + (0x1D5C4, 'M', 'k'), + (0x1D5C5, 'M', 'l'), + (0x1D5C6, 'M', 'm'), + (0x1D5C7, 'M', 'n'), + (0x1D5C8, 'M', 'o'), + (0x1D5C9, 'M', 'p'), + (0x1D5CA, 'M', 'q'), + (0x1D5CB, 'M', 'r'), + (0x1D5CC, 'M', 's'), + (0x1D5CD, 'M', 't'), + (0x1D5CE, 'M', 'u'), + (0x1D5CF, 'M', 'v'), + (0x1D5D0, 'M', 'w'), + (0x1D5D1, 'M', 'x'), + (0x1D5D2, 'M', 'y'), + (0x1D5D3, 'M', 'z'), + (0x1D5D4, 'M', 'a'), + (0x1D5D5, 'M', 'b'), + (0x1D5D6, 'M', 'c'), + (0x1D5D7, 'M', 'd'), + (0x1D5D8, 'M', 'e'), + (0x1D5D9, 'M', 'f'), + (0x1D5DA, 'M', 'g'), + (0x1D5DB, 'M', 'h'), + (0x1D5DC, 'M', 'i'), + (0x1D5DD, 'M', 'j'), + (0x1D5DE, 'M', 'k'), + (0x1D5DF, 'M', 'l'), + (0x1D5E0, 'M', 'm'), + (0x1D5E1, 'M', 'n'), + (0x1D5E2, 'M', 'o'), + (0x1D5E3, 'M', 'p'), + (0x1D5E4, 'M', 'q'), + (0x1D5E5, 'M', 'r'), + (0x1D5E6, 'M', 's'), + (0x1D5E7, 'M', 't'), + (0x1D5E8, 'M', 'u'), + (0x1D5E9, 'M', 'v'), + (0x1D5EA, 'M', 'w'), + (0x1D5EB, 'M', 'x'), + (0x1D5EC, 'M', 'y'), + (0x1D5ED, 'M', 'z'), + (0x1D5EE, 'M', 'a'), + (0x1D5EF, 'M', 'b'), + (0x1D5F0, 'M', 'c'), + (0x1D5F1, 'M', 'd'), + (0x1D5F2, 'M', 'e'), + (0x1D5F3, 'M', 'f'), + (0x1D5F4, 'M', 'g'), + (0x1D5F5, 'M', 'h'), + (0x1D5F6, 'M', 'i'), + (0x1D5F7, 'M', 'j'), + (0x1D5F8, 'M', 'k'), + (0x1D5F9, 'M', 'l'), + (0x1D5FA, 'M', 'm'), + (0x1D5FB, 'M', 'n'), + (0x1D5FC, 'M', 'o'), + (0x1D5FD, 'M', 'p'), + (0x1D5FE, 'M', 'q'), + (0x1D5FF, 'M', 'r'), + (0x1D600, 'M', 's'), + (0x1D601, 'M', 't'), + (0x1D602, 'M', 'u'), + (0x1D603, 'M', 'v'), + (0x1D604, 'M', 'w'), + (0x1D605, 'M', 'x'), + (0x1D606, 'M', 'y'), + (0x1D607, 'M', 'z'), + (0x1D608, 'M', 'a'), + (0x1D609, 'M', 'b'), + (0x1D60A, 'M', 'c'), + (0x1D60B, 'M', 'd'), + (0x1D60C, 'M', 'e'), + (0x1D60D, 'M', 'f'), + (0x1D60E, 'M', 'g'), + (0x1D60F, 'M', 'h'), + (0x1D610, 'M', 'i'), + (0x1D611, 'M', 'j'), + (0x1D612, 'M', 'k'), + (0x1D613, 'M', 'l'), + (0x1D614, 'M', 'm'), + (0x1D615, 'M', 'n'), + (0x1D616, 'M', 'o'), + (0x1D617, 'M', 'p'), + (0x1D618, 'M', 'q'), + (0x1D619, 'M', 'r'), + (0x1D61A, 'M', 's'), + ] + +def _seg_66() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D61B, 'M', 't'), + (0x1D61C, 'M', 'u'), + (0x1D61D, 'M', 'v'), + (0x1D61E, 'M', 'w'), + (0x1D61F, 'M', 'x'), + (0x1D620, 'M', 'y'), + (0x1D621, 'M', 'z'), + (0x1D622, 'M', 'a'), + (0x1D623, 'M', 'b'), + (0x1D624, 'M', 'c'), + (0x1D625, 'M', 'd'), + (0x1D626, 'M', 'e'), + (0x1D627, 'M', 'f'), + (0x1D628, 'M', 'g'), + (0x1D629, 'M', 'h'), + (0x1D62A, 'M', 'i'), + (0x1D62B, 'M', 'j'), + (0x1D62C, 'M', 'k'), + (0x1D62D, 'M', 'l'), + (0x1D62E, 'M', 'm'), + (0x1D62F, 'M', 'n'), + (0x1D630, 'M', 'o'), + (0x1D631, 'M', 'p'), + (0x1D632, 'M', 'q'), + (0x1D633, 'M', 'r'), + (0x1D634, 'M', 's'), + (0x1D635, 'M', 't'), + (0x1D636, 'M', 'u'), + (0x1D637, 'M', 'v'), + (0x1D638, 'M', 'w'), + (0x1D639, 'M', 'x'), + (0x1D63A, 'M', 'y'), + (0x1D63B, 'M', 'z'), + (0x1D63C, 'M', 'a'), + (0x1D63D, 'M', 'b'), + (0x1D63E, 'M', 'c'), + (0x1D63F, 'M', 'd'), + (0x1D640, 'M', 'e'), + (0x1D641, 'M', 'f'), + (0x1D642, 'M', 'g'), + (0x1D643, 'M', 'h'), + (0x1D644, 'M', 'i'), + (0x1D645, 'M', 'j'), + (0x1D646, 'M', 'k'), + (0x1D647, 'M', 'l'), + (0x1D648, 'M', 'm'), + (0x1D649, 'M', 'n'), + (0x1D64A, 'M', 'o'), + (0x1D64B, 'M', 'p'), + (0x1D64C, 'M', 'q'), + (0x1D64D, 'M', 'r'), + (0x1D64E, 'M', 's'), + (0x1D64F, 'M', 't'), + (0x1D650, 'M', 'u'), + (0x1D651, 'M', 'v'), + (0x1D652, 'M', 'w'), + (0x1D653, 'M', 'x'), + (0x1D654, 'M', 'y'), + (0x1D655, 'M', 'z'), + (0x1D656, 'M', 'a'), + (0x1D657, 'M', 'b'), + (0x1D658, 'M', 'c'), + (0x1D659, 'M', 'd'), + (0x1D65A, 'M', 'e'), + (0x1D65B, 'M', 'f'), + (0x1D65C, 'M', 'g'), + (0x1D65D, 'M', 'h'), + (0x1D65E, 'M', 'i'), + (0x1D65F, 'M', 'j'), + (0x1D660, 'M', 'k'), + (0x1D661, 'M', 'l'), + (0x1D662, 'M', 'm'), + (0x1D663, 'M', 'n'), + (0x1D664, 'M', 'o'), + (0x1D665, 'M', 'p'), + (0x1D666, 'M', 'q'), + (0x1D667, 'M', 'r'), + (0x1D668, 'M', 's'), + (0x1D669, 'M', 't'), + (0x1D66A, 'M', 'u'), + (0x1D66B, 'M', 'v'), + (0x1D66C, 'M', 'w'), + (0x1D66D, 'M', 'x'), + (0x1D66E, 'M', 'y'), + (0x1D66F, 'M', 'z'), + (0x1D670, 'M', 'a'), + (0x1D671, 'M', 'b'), + (0x1D672, 'M', 'c'), + (0x1D673, 'M', 'd'), + (0x1D674, 'M', 'e'), + (0x1D675, 'M', 'f'), + (0x1D676, 'M', 'g'), + (0x1D677, 'M', 'h'), + (0x1D678, 'M', 'i'), + (0x1D679, 'M', 'j'), + (0x1D67A, 'M', 'k'), + (0x1D67B, 'M', 'l'), + (0x1D67C, 'M', 'm'), + (0x1D67D, 'M', 'n'), + (0x1D67E, 'M', 'o'), + ] + +def _seg_67() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D67F, 'M', 'p'), + (0x1D680, 'M', 'q'), + (0x1D681, 'M', 'r'), + (0x1D682, 'M', 's'), + (0x1D683, 'M', 't'), + (0x1D684, 'M', 'u'), + (0x1D685, 'M', 'v'), + (0x1D686, 'M', 'w'), + (0x1D687, 'M', 'x'), + (0x1D688, 'M', 'y'), + (0x1D689, 'M', 'z'), + (0x1D68A, 'M', 'a'), + (0x1D68B, 'M', 'b'), + (0x1D68C, 'M', 'c'), + (0x1D68D, 'M', 'd'), + (0x1D68E, 'M', 'e'), + (0x1D68F, 'M', 'f'), + (0x1D690, 'M', 'g'), + (0x1D691, 'M', 'h'), + (0x1D692, 'M', 'i'), + (0x1D693, 'M', 'j'), + (0x1D694, 'M', 'k'), + (0x1D695, 'M', 'l'), + (0x1D696, 'M', 'm'), + (0x1D697, 'M', 'n'), + (0x1D698, 'M', 'o'), + (0x1D699, 'M', 'p'), + (0x1D69A, 'M', 'q'), + (0x1D69B, 'M', 'r'), + (0x1D69C, 'M', 's'), + (0x1D69D, 'M', 't'), + (0x1D69E, 'M', 'u'), + (0x1D69F, 'M', 'v'), + (0x1D6A0, 'M', 'w'), + (0x1D6A1, 'M', 'x'), + (0x1D6A2, 'M', 'y'), + (0x1D6A3, 'M', 'z'), + (0x1D6A4, 'M', 'ı'), + (0x1D6A5, 'M', 'ȷ'), + (0x1D6A6, 'X'), + (0x1D6A8, 'M', 'α'), + (0x1D6A9, 'M', 'β'), + (0x1D6AA, 'M', 'γ'), + (0x1D6AB, 'M', 'δ'), + (0x1D6AC, 'M', 'ε'), + (0x1D6AD, 'M', 'ζ'), + (0x1D6AE, 'M', 'η'), + (0x1D6AF, 'M', 'θ'), + (0x1D6B0, 'M', 'ι'), + (0x1D6B1, 'M', 'κ'), + (0x1D6B2, 'M', 'λ'), + (0x1D6B3, 'M', 'μ'), + (0x1D6B4, 'M', 'ν'), + (0x1D6B5, 'M', 'ξ'), + (0x1D6B6, 'M', 'ο'), + (0x1D6B7, 'M', 'π'), + (0x1D6B8, 'M', 'ρ'), + (0x1D6B9, 'M', 'θ'), + (0x1D6BA, 'M', 'σ'), + (0x1D6BB, 'M', 'τ'), + (0x1D6BC, 'M', 'υ'), + (0x1D6BD, 'M', 'φ'), + (0x1D6BE, 'M', 'χ'), + (0x1D6BF, 'M', 'ψ'), + (0x1D6C0, 'M', 'ω'), + (0x1D6C1, 'M', '∇'), + (0x1D6C2, 'M', 'α'), + (0x1D6C3, 'M', 'β'), + (0x1D6C4, 'M', 'γ'), + (0x1D6C5, 'M', 'δ'), + (0x1D6C6, 'M', 'ε'), + (0x1D6C7, 'M', 'ζ'), + (0x1D6C8, 'M', 'η'), + (0x1D6C9, 'M', 'θ'), + (0x1D6CA, 'M', 'ι'), + (0x1D6CB, 'M', 'κ'), + (0x1D6CC, 'M', 'λ'), + (0x1D6CD, 'M', 'μ'), + (0x1D6CE, 'M', 'ν'), + (0x1D6CF, 'M', 'ξ'), + (0x1D6D0, 'M', 'ο'), + (0x1D6D1, 'M', 'π'), + (0x1D6D2, 'M', 'ρ'), + (0x1D6D3, 'M', 'σ'), + (0x1D6D5, 'M', 'τ'), + (0x1D6D6, 'M', 'υ'), + (0x1D6D7, 'M', 'φ'), + (0x1D6D8, 'M', 'χ'), + (0x1D6D9, 'M', 'ψ'), + (0x1D6DA, 'M', 'ω'), + (0x1D6DB, 'M', '∂'), + (0x1D6DC, 'M', 'ε'), + (0x1D6DD, 'M', 'θ'), + (0x1D6DE, 'M', 'κ'), + (0x1D6DF, 'M', 'φ'), + (0x1D6E0, 'M', 'ρ'), + (0x1D6E1, 'M', 'π'), + (0x1D6E2, 'M', 'α'), + (0x1D6E3, 'M', 'β'), + (0x1D6E4, 'M', 'γ'), + ] + +def _seg_68() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D6E5, 'M', 'δ'), + (0x1D6E6, 'M', 'ε'), + (0x1D6E7, 'M', 'ζ'), + (0x1D6E8, 'M', 'η'), + (0x1D6E9, 'M', 'θ'), + (0x1D6EA, 'M', 'ι'), + (0x1D6EB, 'M', 'κ'), + (0x1D6EC, 'M', 'λ'), + (0x1D6ED, 'M', 'μ'), + (0x1D6EE, 'M', 'ν'), + (0x1D6EF, 'M', 'ξ'), + (0x1D6F0, 'M', 'ο'), + (0x1D6F1, 'M', 'π'), + (0x1D6F2, 'M', 'ρ'), + (0x1D6F3, 'M', 'θ'), + (0x1D6F4, 'M', 'σ'), + (0x1D6F5, 'M', 'τ'), + (0x1D6F6, 'M', 'υ'), + (0x1D6F7, 'M', 'φ'), + (0x1D6F8, 'M', 'χ'), + (0x1D6F9, 'M', 'ψ'), + (0x1D6FA, 'M', 'ω'), + (0x1D6FB, 'M', '∇'), + (0x1D6FC, 'M', 'α'), + (0x1D6FD, 'M', 'β'), + (0x1D6FE, 'M', 'γ'), + (0x1D6FF, 'M', 'δ'), + (0x1D700, 'M', 'ε'), + (0x1D701, 'M', 'ζ'), + (0x1D702, 'M', 'η'), + (0x1D703, 'M', 'θ'), + (0x1D704, 'M', 'ι'), + (0x1D705, 'M', 'κ'), + (0x1D706, 'M', 'λ'), + (0x1D707, 'M', 'μ'), + (0x1D708, 'M', 'ν'), + (0x1D709, 'M', 'ξ'), + (0x1D70A, 'M', 'ο'), + (0x1D70B, 'M', 'π'), + (0x1D70C, 'M', 'ρ'), + (0x1D70D, 'M', 'σ'), + (0x1D70F, 'M', 'τ'), + (0x1D710, 'M', 'υ'), + (0x1D711, 'M', 'φ'), + (0x1D712, 'M', 'χ'), + (0x1D713, 'M', 'ψ'), + (0x1D714, 'M', 'ω'), + (0x1D715, 'M', '∂'), + (0x1D716, 'M', 'ε'), + (0x1D717, 'M', 'θ'), + (0x1D718, 'M', 'κ'), + (0x1D719, 'M', 'φ'), + (0x1D71A, 'M', 'ρ'), + (0x1D71B, 'M', 'π'), + (0x1D71C, 'M', 'α'), + (0x1D71D, 'M', 'β'), + (0x1D71E, 'M', 'γ'), + (0x1D71F, 'M', 'δ'), + (0x1D720, 'M', 'ε'), + (0x1D721, 'M', 'ζ'), + (0x1D722, 'M', 'η'), + (0x1D723, 'M', 'θ'), + (0x1D724, 'M', 'ι'), + (0x1D725, 'M', 'κ'), + (0x1D726, 'M', 'λ'), + (0x1D727, 'M', 'μ'), + (0x1D728, 'M', 'ν'), + (0x1D729, 'M', 'ξ'), + (0x1D72A, 'M', 'ο'), + (0x1D72B, 'M', 'π'), + (0x1D72C, 'M', 'ρ'), + (0x1D72D, 'M', 'θ'), + (0x1D72E, 'M', 'σ'), + (0x1D72F, 'M', 'τ'), + (0x1D730, 'M', 'υ'), + (0x1D731, 'M', 'φ'), + (0x1D732, 'M', 'χ'), + (0x1D733, 'M', 'ψ'), + (0x1D734, 'M', 'ω'), + (0x1D735, 'M', '∇'), + (0x1D736, 'M', 'α'), + (0x1D737, 'M', 'β'), + (0x1D738, 'M', 'γ'), + (0x1D739, 'M', 'δ'), + (0x1D73A, 'M', 'ε'), + (0x1D73B, 'M', 'ζ'), + (0x1D73C, 'M', 'η'), + (0x1D73D, 'M', 'θ'), + (0x1D73E, 'M', 'ι'), + (0x1D73F, 'M', 'κ'), + (0x1D740, 'M', 'λ'), + (0x1D741, 'M', 'μ'), + (0x1D742, 'M', 'ν'), + (0x1D743, 'M', 'ξ'), + (0x1D744, 'M', 'ο'), + (0x1D745, 'M', 'π'), + (0x1D746, 'M', 'ρ'), + (0x1D747, 'M', 'σ'), + (0x1D749, 'M', 'τ'), + (0x1D74A, 'M', 'υ'), + ] + +def _seg_69() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D74B, 'M', 'φ'), + (0x1D74C, 'M', 'χ'), + (0x1D74D, 'M', 'ψ'), + (0x1D74E, 'M', 'ω'), + (0x1D74F, 'M', '∂'), + (0x1D750, 'M', 'ε'), + (0x1D751, 'M', 'θ'), + (0x1D752, 'M', 'κ'), + (0x1D753, 'M', 'φ'), + (0x1D754, 'M', 'ρ'), + (0x1D755, 'M', 'π'), + (0x1D756, 'M', 'α'), + (0x1D757, 'M', 'β'), + (0x1D758, 'M', 'γ'), + (0x1D759, 'M', 'δ'), + (0x1D75A, 'M', 'ε'), + (0x1D75B, 'M', 'ζ'), + (0x1D75C, 'M', 'η'), + (0x1D75D, 'M', 'θ'), + (0x1D75E, 'M', 'ι'), + (0x1D75F, 'M', 'κ'), + (0x1D760, 'M', 'λ'), + (0x1D761, 'M', 'μ'), + (0x1D762, 'M', 'ν'), + (0x1D763, 'M', 'ξ'), + (0x1D764, 'M', 'ο'), + (0x1D765, 'M', 'π'), + (0x1D766, 'M', 'ρ'), + (0x1D767, 'M', 'θ'), + (0x1D768, 'M', 'σ'), + (0x1D769, 'M', 'τ'), + (0x1D76A, 'M', 'υ'), + (0x1D76B, 'M', 'φ'), + (0x1D76C, 'M', 'χ'), + (0x1D76D, 'M', 'ψ'), + (0x1D76E, 'M', 'ω'), + (0x1D76F, 'M', '∇'), + (0x1D770, 'M', 'α'), + (0x1D771, 'M', 'β'), + (0x1D772, 'M', 'γ'), + (0x1D773, 'M', 'δ'), + (0x1D774, 'M', 'ε'), + (0x1D775, 'M', 'ζ'), + (0x1D776, 'M', 'η'), + (0x1D777, 'M', 'θ'), + (0x1D778, 'M', 'ι'), + (0x1D779, 'M', 'κ'), + (0x1D77A, 'M', 'λ'), + (0x1D77B, 'M', 'μ'), + (0x1D77C, 'M', 'ν'), + (0x1D77D, 'M', 'ξ'), + (0x1D77E, 'M', 'ο'), + (0x1D77F, 'M', 'π'), + (0x1D780, 'M', 'ρ'), + (0x1D781, 'M', 'σ'), + (0x1D783, 'M', 'τ'), + (0x1D784, 'M', 'υ'), + (0x1D785, 'M', 'φ'), + (0x1D786, 'M', 'χ'), + (0x1D787, 'M', 'ψ'), + (0x1D788, 'M', 'ω'), + (0x1D789, 'M', '∂'), + (0x1D78A, 'M', 'ε'), + (0x1D78B, 'M', 'θ'), + (0x1D78C, 'M', 'κ'), + (0x1D78D, 'M', 'φ'), + (0x1D78E, 'M', 'ρ'), + (0x1D78F, 'M', 'π'), + (0x1D790, 'M', 'α'), + (0x1D791, 'M', 'β'), + (0x1D792, 'M', 'γ'), + (0x1D793, 'M', 'δ'), + (0x1D794, 'M', 'ε'), + (0x1D795, 'M', 'ζ'), + (0x1D796, 'M', 'η'), + (0x1D797, 'M', 'θ'), + (0x1D798, 'M', 'ι'), + (0x1D799, 'M', 'κ'), + (0x1D79A, 'M', 'λ'), + (0x1D79B, 'M', 'μ'), + (0x1D79C, 'M', 'ν'), + (0x1D79D, 'M', 'ξ'), + (0x1D79E, 'M', 'ο'), + (0x1D79F, 'M', 'π'), + (0x1D7A0, 'M', 'ρ'), + (0x1D7A1, 'M', 'θ'), + (0x1D7A2, 'M', 'σ'), + (0x1D7A3, 'M', 'τ'), + (0x1D7A4, 'M', 'υ'), + (0x1D7A5, 'M', 'φ'), + (0x1D7A6, 'M', 'χ'), + (0x1D7A7, 'M', 'ψ'), + (0x1D7A8, 'M', 'ω'), + (0x1D7A9, 'M', '∇'), + (0x1D7AA, 'M', 'α'), + (0x1D7AB, 'M', 'β'), + (0x1D7AC, 'M', 'γ'), + (0x1D7AD, 'M', 'δ'), + (0x1D7AE, 'M', 'ε'), + (0x1D7AF, 'M', 'ζ'), + ] + +def _seg_70() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D7B0, 'M', 'η'), + (0x1D7B1, 'M', 'θ'), + (0x1D7B2, 'M', 'ι'), + (0x1D7B3, 'M', 'κ'), + (0x1D7B4, 'M', 'λ'), + (0x1D7B5, 'M', 'μ'), + (0x1D7B6, 'M', 'ν'), + (0x1D7B7, 'M', 'ξ'), + (0x1D7B8, 'M', 'ο'), + (0x1D7B9, 'M', 'π'), + (0x1D7BA, 'M', 'ρ'), + (0x1D7BB, 'M', 'σ'), + (0x1D7BD, 'M', 'τ'), + (0x1D7BE, 'M', 'υ'), + (0x1D7BF, 'M', 'φ'), + (0x1D7C0, 'M', 'χ'), + (0x1D7C1, 'M', 'ψ'), + (0x1D7C2, 'M', 'ω'), + (0x1D7C3, 'M', '∂'), + (0x1D7C4, 'M', 'ε'), + (0x1D7C5, 'M', 'θ'), + (0x1D7C6, 'M', 'κ'), + (0x1D7C7, 'M', 'φ'), + (0x1D7C8, 'M', 'ρ'), + (0x1D7C9, 'M', 'π'), + (0x1D7CA, 'M', 'ϝ'), + (0x1D7CC, 'X'), + (0x1D7CE, 'M', '0'), + (0x1D7CF, 'M', '1'), + (0x1D7D0, 'M', '2'), + (0x1D7D1, 'M', '3'), + (0x1D7D2, 'M', '4'), + (0x1D7D3, 'M', '5'), + (0x1D7D4, 'M', '6'), + (0x1D7D5, 'M', '7'), + (0x1D7D6, 'M', '8'), + (0x1D7D7, 'M', '9'), + (0x1D7D8, 'M', '0'), + (0x1D7D9, 'M', '1'), + (0x1D7DA, 'M', '2'), + (0x1D7DB, 'M', '3'), + (0x1D7DC, 'M', '4'), + (0x1D7DD, 'M', '5'), + (0x1D7DE, 'M', '6'), + (0x1D7DF, 'M', '7'), + (0x1D7E0, 'M', '8'), + (0x1D7E1, 'M', '9'), + (0x1D7E2, 'M', '0'), + (0x1D7E3, 'M', '1'), + (0x1D7E4, 'M', '2'), + (0x1D7E5, 'M', '3'), + (0x1D7E6, 'M', '4'), + (0x1D7E7, 'M', '5'), + (0x1D7E8, 'M', '6'), + (0x1D7E9, 'M', '7'), + (0x1D7EA, 'M', '8'), + (0x1D7EB, 'M', '9'), + (0x1D7EC, 'M', '0'), + (0x1D7ED, 'M', '1'), + (0x1D7EE, 'M', '2'), + (0x1D7EF, 'M', '3'), + (0x1D7F0, 'M', '4'), + (0x1D7F1, 'M', '5'), + (0x1D7F2, 'M', '6'), + (0x1D7F3, 'M', '7'), + (0x1D7F4, 'M', '8'), + (0x1D7F5, 'M', '9'), + (0x1D7F6, 'M', '0'), + (0x1D7F7, 'M', '1'), + (0x1D7F8, 'M', '2'), + (0x1D7F9, 'M', '3'), + (0x1D7FA, 'M', '4'), + (0x1D7FB, 'M', '5'), + (0x1D7FC, 'M', '6'), + (0x1D7FD, 'M', '7'), + (0x1D7FE, 'M', '8'), + (0x1D7FF, 'M', '9'), + (0x1D800, 'V'), + (0x1DA8C, 'X'), + (0x1DA9B, 'V'), + (0x1DAA0, 'X'), + (0x1DAA1, 'V'), + (0x1DAB0, 'X'), + (0x1DF00, 'V'), + (0x1DF1F, 'X'), + (0x1DF25, 'V'), + (0x1DF2B, 'X'), + (0x1E000, 'V'), + (0x1E007, 'X'), + (0x1E008, 'V'), + (0x1E019, 'X'), + (0x1E01B, 'V'), + (0x1E022, 'X'), + (0x1E023, 'V'), + (0x1E025, 'X'), + (0x1E026, 'V'), + (0x1E02B, 'X'), + (0x1E030, 'M', 'а'), + (0x1E031, 'M', 'б'), + (0x1E032, 'M', 'в'), + ] + +def _seg_71() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E033, 'M', 'г'), + (0x1E034, 'M', 'д'), + (0x1E035, 'M', 'е'), + (0x1E036, 'M', 'ж'), + (0x1E037, 'M', 'з'), + (0x1E038, 'M', 'и'), + (0x1E039, 'M', 'к'), + (0x1E03A, 'M', 'л'), + (0x1E03B, 'M', 'м'), + (0x1E03C, 'M', 'о'), + (0x1E03D, 'M', 'п'), + (0x1E03E, 'M', 'р'), + (0x1E03F, 'M', 'с'), + (0x1E040, 'M', 'т'), + (0x1E041, 'M', 'у'), + (0x1E042, 'M', 'ф'), + (0x1E043, 'M', 'х'), + (0x1E044, 'M', 'ц'), + (0x1E045, 'M', 'ч'), + (0x1E046, 'M', 'ш'), + (0x1E047, 'M', 'ы'), + (0x1E048, 'M', 'э'), + (0x1E049, 'M', 'ю'), + (0x1E04A, 'M', 'ꚉ'), + (0x1E04B, 'M', 'ә'), + (0x1E04C, 'M', 'і'), + (0x1E04D, 'M', 'ј'), + (0x1E04E, 'M', 'ө'), + (0x1E04F, 'M', 'ү'), + (0x1E050, 'M', 'ӏ'), + (0x1E051, 'M', 'а'), + (0x1E052, 'M', 'б'), + (0x1E053, 'M', 'в'), + (0x1E054, 'M', 'г'), + (0x1E055, 'M', 'д'), + (0x1E056, 'M', 'е'), + (0x1E057, 'M', 'ж'), + (0x1E058, 'M', 'з'), + (0x1E059, 'M', 'и'), + (0x1E05A, 'M', 'к'), + (0x1E05B, 'M', 'л'), + (0x1E05C, 'M', 'о'), + (0x1E05D, 'M', 'п'), + (0x1E05E, 'M', 'с'), + (0x1E05F, 'M', 'у'), + (0x1E060, 'M', 'ф'), + (0x1E061, 'M', 'х'), + (0x1E062, 'M', 'ц'), + (0x1E063, 'M', 'ч'), + (0x1E064, 'M', 'ш'), + (0x1E065, 'M', 'ъ'), + (0x1E066, 'M', 'ы'), + (0x1E067, 'M', 'ґ'), + (0x1E068, 'M', 'і'), + (0x1E069, 'M', 'ѕ'), + (0x1E06A, 'M', 'џ'), + (0x1E06B, 'M', 'ҫ'), + (0x1E06C, 'M', 'ꙑ'), + (0x1E06D, 'M', 'ұ'), + (0x1E06E, 'X'), + (0x1E08F, 'V'), + (0x1E090, 'X'), + (0x1E100, 'V'), + (0x1E12D, 'X'), + (0x1E130, 'V'), + (0x1E13E, 'X'), + (0x1E140, 'V'), + (0x1E14A, 'X'), + (0x1E14E, 'V'), + (0x1E150, 'X'), + (0x1E290, 'V'), + (0x1E2AF, 'X'), + (0x1E2C0, 'V'), + (0x1E2FA, 'X'), + (0x1E2FF, 'V'), + (0x1E300, 'X'), + (0x1E4D0, 'V'), + (0x1E4FA, 'X'), + (0x1E7E0, 'V'), + (0x1E7E7, 'X'), + (0x1E7E8, 'V'), + (0x1E7EC, 'X'), + (0x1E7ED, 'V'), + (0x1E7EF, 'X'), + (0x1E7F0, 'V'), + (0x1E7FF, 'X'), + (0x1E800, 'V'), + (0x1E8C5, 'X'), + (0x1E8C7, 'V'), + (0x1E8D7, 'X'), + (0x1E900, 'M', '𞤢'), + (0x1E901, 'M', '𞤣'), + (0x1E902, 'M', '𞤤'), + (0x1E903, 'M', '𞤥'), + (0x1E904, 'M', '𞤦'), + (0x1E905, 'M', '𞤧'), + (0x1E906, 'M', '𞤨'), + (0x1E907, 'M', '𞤩'), + (0x1E908, 'M', '𞤪'), + (0x1E909, 'M', '𞤫'), + ] + +def _seg_72() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E90A, 'M', '𞤬'), + (0x1E90B, 'M', '𞤭'), + (0x1E90C, 'M', '𞤮'), + (0x1E90D, 'M', '𞤯'), + (0x1E90E, 'M', '𞤰'), + (0x1E90F, 'M', '𞤱'), + (0x1E910, 'M', '𞤲'), + (0x1E911, 'M', '𞤳'), + (0x1E912, 'M', '𞤴'), + (0x1E913, 'M', '𞤵'), + (0x1E914, 'M', '𞤶'), + (0x1E915, 'M', '𞤷'), + (0x1E916, 'M', '𞤸'), + (0x1E917, 'M', '𞤹'), + (0x1E918, 'M', '𞤺'), + (0x1E919, 'M', '𞤻'), + (0x1E91A, 'M', '𞤼'), + (0x1E91B, 'M', '𞤽'), + (0x1E91C, 'M', '𞤾'), + (0x1E91D, 'M', '𞤿'), + (0x1E91E, 'M', '𞥀'), + (0x1E91F, 'M', '𞥁'), + (0x1E920, 'M', '𞥂'), + (0x1E921, 'M', '𞥃'), + (0x1E922, 'V'), + (0x1E94C, 'X'), + (0x1E950, 'V'), + (0x1E95A, 'X'), + (0x1E95E, 'V'), + (0x1E960, 'X'), + (0x1EC71, 'V'), + (0x1ECB5, 'X'), + (0x1ED01, 'V'), + (0x1ED3E, 'X'), + (0x1EE00, 'M', 'ا'), + (0x1EE01, 'M', 'ب'), + (0x1EE02, 'M', 'ج'), + (0x1EE03, 'M', 'د'), + (0x1EE04, 'X'), + (0x1EE05, 'M', 'و'), + (0x1EE06, 'M', 'ز'), + (0x1EE07, 'M', 'ح'), + (0x1EE08, 'M', 'ط'), + (0x1EE09, 'M', 'ي'), + (0x1EE0A, 'M', 'ك'), + (0x1EE0B, 'M', 'ل'), + (0x1EE0C, 'M', 'م'), + (0x1EE0D, 'M', 'ن'), + (0x1EE0E, 'M', 'س'), + (0x1EE0F, 'M', 'ع'), + (0x1EE10, 'M', 'ف'), + (0x1EE11, 'M', 'ص'), + (0x1EE12, 'M', 'ق'), + (0x1EE13, 'M', 'ر'), + (0x1EE14, 'M', 'ش'), + (0x1EE15, 'M', 'ت'), + (0x1EE16, 'M', 'ث'), + (0x1EE17, 'M', 'خ'), + (0x1EE18, 'M', 'ذ'), + (0x1EE19, 'M', 'ض'), + (0x1EE1A, 'M', 'ظ'), + (0x1EE1B, 'M', 'غ'), + (0x1EE1C, 'M', 'ٮ'), + (0x1EE1D, 'M', 'ں'), + (0x1EE1E, 'M', 'ڡ'), + (0x1EE1F, 'M', 'ٯ'), + (0x1EE20, 'X'), + (0x1EE21, 'M', 'ب'), + (0x1EE22, 'M', 'ج'), + (0x1EE23, 'X'), + (0x1EE24, 'M', 'ه'), + (0x1EE25, 'X'), + (0x1EE27, 'M', 'ح'), + (0x1EE28, 'X'), + (0x1EE29, 'M', 'ي'), + (0x1EE2A, 'M', 'ك'), + (0x1EE2B, 'M', 'ل'), + (0x1EE2C, 'M', 'م'), + (0x1EE2D, 'M', 'ن'), + (0x1EE2E, 'M', 'س'), + (0x1EE2F, 'M', 'ع'), + (0x1EE30, 'M', 'ف'), + (0x1EE31, 'M', 'ص'), + (0x1EE32, 'M', 'ق'), + (0x1EE33, 'X'), + (0x1EE34, 'M', 'ش'), + (0x1EE35, 'M', 'ت'), + (0x1EE36, 'M', 'ث'), + (0x1EE37, 'M', 'خ'), + (0x1EE38, 'X'), + (0x1EE39, 'M', 'ض'), + (0x1EE3A, 'X'), + (0x1EE3B, 'M', 'غ'), + (0x1EE3C, 'X'), + (0x1EE42, 'M', 'ج'), + (0x1EE43, 'X'), + (0x1EE47, 'M', 'ح'), + (0x1EE48, 'X'), + (0x1EE49, 'M', 'ي'), + (0x1EE4A, 'X'), + ] + +def _seg_73() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EE4B, 'M', 'ل'), + (0x1EE4C, 'X'), + (0x1EE4D, 'M', 'ن'), + (0x1EE4E, 'M', 'س'), + (0x1EE4F, 'M', 'ع'), + (0x1EE50, 'X'), + (0x1EE51, 'M', 'ص'), + (0x1EE52, 'M', 'ق'), + (0x1EE53, 'X'), + (0x1EE54, 'M', 'ش'), + (0x1EE55, 'X'), + (0x1EE57, 'M', 'خ'), + (0x1EE58, 'X'), + (0x1EE59, 'M', 'ض'), + (0x1EE5A, 'X'), + (0x1EE5B, 'M', 'غ'), + (0x1EE5C, 'X'), + (0x1EE5D, 'M', 'ں'), + (0x1EE5E, 'X'), + (0x1EE5F, 'M', 'ٯ'), + (0x1EE60, 'X'), + (0x1EE61, 'M', 'ب'), + (0x1EE62, 'M', 'ج'), + (0x1EE63, 'X'), + (0x1EE64, 'M', 'ه'), + (0x1EE65, 'X'), + (0x1EE67, 'M', 'ح'), + (0x1EE68, 'M', 'ط'), + (0x1EE69, 'M', 'ي'), + (0x1EE6A, 'M', 'ك'), + (0x1EE6B, 'X'), + (0x1EE6C, 'M', 'م'), + (0x1EE6D, 'M', 'ن'), + (0x1EE6E, 'M', 'س'), + (0x1EE6F, 'M', 'ع'), + (0x1EE70, 'M', 'ف'), + (0x1EE71, 'M', 'ص'), + (0x1EE72, 'M', 'ق'), + (0x1EE73, 'X'), + (0x1EE74, 'M', 'ش'), + (0x1EE75, 'M', 'ت'), + (0x1EE76, 'M', 'ث'), + (0x1EE77, 'M', 'خ'), + (0x1EE78, 'X'), + (0x1EE79, 'M', 'ض'), + (0x1EE7A, 'M', 'ظ'), + (0x1EE7B, 'M', 'غ'), + (0x1EE7C, 'M', 'ٮ'), + (0x1EE7D, 'X'), + (0x1EE7E, 'M', 'ڡ'), + (0x1EE7F, 'X'), + (0x1EE80, 'M', 'ا'), + (0x1EE81, 'M', 'ب'), + (0x1EE82, 'M', 'ج'), + (0x1EE83, 'M', 'د'), + (0x1EE84, 'M', 'ه'), + (0x1EE85, 'M', 'و'), + (0x1EE86, 'M', 'ز'), + (0x1EE87, 'M', 'ح'), + (0x1EE88, 'M', 'ط'), + (0x1EE89, 'M', 'ي'), + (0x1EE8A, 'X'), + (0x1EE8B, 'M', 'ل'), + (0x1EE8C, 'M', 'م'), + (0x1EE8D, 'M', 'ن'), + (0x1EE8E, 'M', 'س'), + (0x1EE8F, 'M', 'ع'), + (0x1EE90, 'M', 'ف'), + (0x1EE91, 'M', 'ص'), + (0x1EE92, 'M', 'ق'), + (0x1EE93, 'M', 'ر'), + (0x1EE94, 'M', 'ش'), + (0x1EE95, 'M', 'ت'), + (0x1EE96, 'M', 'ث'), + (0x1EE97, 'M', 'خ'), + (0x1EE98, 'M', 'ذ'), + (0x1EE99, 'M', 'ض'), + (0x1EE9A, 'M', 'ظ'), + (0x1EE9B, 'M', 'غ'), + (0x1EE9C, 'X'), + (0x1EEA1, 'M', 'ب'), + (0x1EEA2, 'M', 'ج'), + (0x1EEA3, 'M', 'د'), + (0x1EEA4, 'X'), + (0x1EEA5, 'M', 'و'), + (0x1EEA6, 'M', 'ز'), + (0x1EEA7, 'M', 'ح'), + (0x1EEA8, 'M', 'ط'), + (0x1EEA9, 'M', 'ي'), + (0x1EEAA, 'X'), + (0x1EEAB, 'M', 'ل'), + (0x1EEAC, 'M', 'م'), + (0x1EEAD, 'M', 'ن'), + (0x1EEAE, 'M', 'س'), + (0x1EEAF, 'M', 'ع'), + (0x1EEB0, 'M', 'ف'), + (0x1EEB1, 'M', 'ص'), + (0x1EEB2, 'M', 'ق'), + (0x1EEB3, 'M', 'ر'), + (0x1EEB4, 'M', 'ش'), + ] + +def _seg_74() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EEB5, 'M', 'ت'), + (0x1EEB6, 'M', 'ث'), + (0x1EEB7, 'M', 'خ'), + (0x1EEB8, 'M', 'ذ'), + (0x1EEB9, 'M', 'ض'), + (0x1EEBA, 'M', 'ظ'), + (0x1EEBB, 'M', 'غ'), + (0x1EEBC, 'X'), + (0x1EEF0, 'V'), + (0x1EEF2, 'X'), + (0x1F000, 'V'), + (0x1F02C, 'X'), + (0x1F030, 'V'), + (0x1F094, 'X'), + (0x1F0A0, 'V'), + (0x1F0AF, 'X'), + (0x1F0B1, 'V'), + (0x1F0C0, 'X'), + (0x1F0C1, 'V'), + (0x1F0D0, 'X'), + (0x1F0D1, 'V'), + (0x1F0F6, 'X'), + (0x1F101, '3', '0,'), + (0x1F102, '3', '1,'), + (0x1F103, '3', '2,'), + (0x1F104, '3', '3,'), + (0x1F105, '3', '4,'), + (0x1F106, '3', '5,'), + (0x1F107, '3', '6,'), + (0x1F108, '3', '7,'), + (0x1F109, '3', '8,'), + (0x1F10A, '3', '9,'), + (0x1F10B, 'V'), + (0x1F110, '3', '(a)'), + (0x1F111, '3', '(b)'), + (0x1F112, '3', '(c)'), + (0x1F113, '3', '(d)'), + (0x1F114, '3', '(e)'), + (0x1F115, '3', '(f)'), + (0x1F116, '3', '(g)'), + (0x1F117, '3', '(h)'), + (0x1F118, '3', '(i)'), + (0x1F119, '3', '(j)'), + (0x1F11A, '3', '(k)'), + (0x1F11B, '3', '(l)'), + (0x1F11C, '3', '(m)'), + (0x1F11D, '3', '(n)'), + (0x1F11E, '3', '(o)'), + (0x1F11F, '3', '(p)'), + (0x1F120, '3', '(q)'), + (0x1F121, '3', '(r)'), + (0x1F122, '3', '(s)'), + (0x1F123, '3', '(t)'), + (0x1F124, '3', '(u)'), + (0x1F125, '3', '(v)'), + (0x1F126, '3', '(w)'), + (0x1F127, '3', '(x)'), + (0x1F128, '3', '(y)'), + (0x1F129, '3', '(z)'), + (0x1F12A, 'M', '〔s〕'), + (0x1F12B, 'M', 'c'), + (0x1F12C, 'M', 'r'), + (0x1F12D, 'M', 'cd'), + (0x1F12E, 'M', 'wz'), + (0x1F12F, 'V'), + (0x1F130, 'M', 'a'), + (0x1F131, 'M', 'b'), + (0x1F132, 'M', 'c'), + (0x1F133, 'M', 'd'), + (0x1F134, 'M', 'e'), + (0x1F135, 'M', 'f'), + (0x1F136, 'M', 'g'), + (0x1F137, 'M', 'h'), + (0x1F138, 'M', 'i'), + (0x1F139, 'M', 'j'), + (0x1F13A, 'M', 'k'), + (0x1F13B, 'M', 'l'), + (0x1F13C, 'M', 'm'), + (0x1F13D, 'M', 'n'), + (0x1F13E, 'M', 'o'), + (0x1F13F, 'M', 'p'), + (0x1F140, 'M', 'q'), + (0x1F141, 'M', 'r'), + (0x1F142, 'M', 's'), + (0x1F143, 'M', 't'), + (0x1F144, 'M', 'u'), + (0x1F145, 'M', 'v'), + (0x1F146, 'M', 'w'), + (0x1F147, 'M', 'x'), + (0x1F148, 'M', 'y'), + (0x1F149, 'M', 'z'), + (0x1F14A, 'M', 'hv'), + (0x1F14B, 'M', 'mv'), + (0x1F14C, 'M', 'sd'), + (0x1F14D, 'M', 'ss'), + (0x1F14E, 'M', 'ppv'), + (0x1F14F, 'M', 'wc'), + (0x1F150, 'V'), + (0x1F16A, 'M', 'mc'), + (0x1F16B, 'M', 'md'), + ] + +def _seg_75() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F16C, 'M', 'mr'), + (0x1F16D, 'V'), + (0x1F190, 'M', 'dj'), + (0x1F191, 'V'), + (0x1F1AE, 'X'), + (0x1F1E6, 'V'), + (0x1F200, 'M', 'ほか'), + (0x1F201, 'M', 'ココ'), + (0x1F202, 'M', 'サ'), + (0x1F203, 'X'), + (0x1F210, 'M', '手'), + (0x1F211, 'M', '字'), + (0x1F212, 'M', '双'), + (0x1F213, 'M', 'デ'), + (0x1F214, 'M', '二'), + (0x1F215, 'M', '多'), + (0x1F216, 'M', '解'), + (0x1F217, 'M', '天'), + (0x1F218, 'M', '交'), + (0x1F219, 'M', '映'), + (0x1F21A, 'M', '無'), + (0x1F21B, 'M', '料'), + (0x1F21C, 'M', '前'), + (0x1F21D, 'M', '後'), + (0x1F21E, 'M', '再'), + (0x1F21F, 'M', '新'), + (0x1F220, 'M', '初'), + (0x1F221, 'M', '終'), + (0x1F222, 'M', '生'), + (0x1F223, 'M', '販'), + (0x1F224, 'M', '声'), + (0x1F225, 'M', '吹'), + (0x1F226, 'M', '演'), + (0x1F227, 'M', '投'), + (0x1F228, 'M', '捕'), + (0x1F229, 'M', '一'), + (0x1F22A, 'M', '三'), + (0x1F22B, 'M', '遊'), + (0x1F22C, 'M', '左'), + (0x1F22D, 'M', '中'), + (0x1F22E, 'M', '右'), + (0x1F22F, 'M', '指'), + (0x1F230, 'M', '走'), + (0x1F231, 'M', '打'), + (0x1F232, 'M', '禁'), + (0x1F233, 'M', '空'), + (0x1F234, 'M', '合'), + (0x1F235, 'M', '満'), + (0x1F236, 'M', '有'), + (0x1F237, 'M', '月'), + (0x1F238, 'M', '申'), + (0x1F239, 'M', '割'), + (0x1F23A, 'M', '営'), + (0x1F23B, 'M', '配'), + (0x1F23C, 'X'), + (0x1F240, 'M', '〔本〕'), + (0x1F241, 'M', '〔三〕'), + (0x1F242, 'M', '〔二〕'), + (0x1F243, 'M', '〔安〕'), + (0x1F244, 'M', '〔点〕'), + (0x1F245, 'M', '〔打〕'), + (0x1F246, 'M', '〔盗〕'), + (0x1F247, 'M', '〔勝〕'), + (0x1F248, 'M', '〔敗〕'), + (0x1F249, 'X'), + (0x1F250, 'M', '得'), + (0x1F251, 'M', '可'), + (0x1F252, 'X'), + (0x1F260, 'V'), + (0x1F266, 'X'), + (0x1F300, 'V'), + (0x1F6D8, 'X'), + (0x1F6DC, 'V'), + (0x1F6ED, 'X'), + (0x1F6F0, 'V'), + (0x1F6FD, 'X'), + (0x1F700, 'V'), + (0x1F777, 'X'), + (0x1F77B, 'V'), + (0x1F7DA, 'X'), + (0x1F7E0, 'V'), + (0x1F7EC, 'X'), + (0x1F7F0, 'V'), + (0x1F7F1, 'X'), + (0x1F800, 'V'), + (0x1F80C, 'X'), + (0x1F810, 'V'), + (0x1F848, 'X'), + (0x1F850, 'V'), + (0x1F85A, 'X'), + (0x1F860, 'V'), + (0x1F888, 'X'), + (0x1F890, 'V'), + (0x1F8AE, 'X'), + (0x1F8B0, 'V'), + (0x1F8B2, 'X'), + (0x1F900, 'V'), + (0x1FA54, 'X'), + (0x1FA60, 'V'), + (0x1FA6E, 'X'), + ] + +def _seg_76() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FA70, 'V'), + (0x1FA7D, 'X'), + (0x1FA80, 'V'), + (0x1FA89, 'X'), + (0x1FA90, 'V'), + (0x1FABE, 'X'), + (0x1FABF, 'V'), + (0x1FAC6, 'X'), + (0x1FACE, 'V'), + (0x1FADC, 'X'), + (0x1FAE0, 'V'), + (0x1FAE9, 'X'), + (0x1FAF0, 'V'), + (0x1FAF9, 'X'), + (0x1FB00, 'V'), + (0x1FB93, 'X'), + (0x1FB94, 'V'), + (0x1FBCB, 'X'), + (0x1FBF0, 'M', '0'), + (0x1FBF1, 'M', '1'), + (0x1FBF2, 'M', '2'), + (0x1FBF3, 'M', '3'), + (0x1FBF4, 'M', '4'), + (0x1FBF5, 'M', '5'), + (0x1FBF6, 'M', '6'), + (0x1FBF7, 'M', '7'), + (0x1FBF8, 'M', '8'), + (0x1FBF9, 'M', '9'), + (0x1FBFA, 'X'), + (0x20000, 'V'), + (0x2A6E0, 'X'), + (0x2A700, 'V'), + (0x2B73A, 'X'), + (0x2B740, 'V'), + (0x2B81E, 'X'), + (0x2B820, 'V'), + (0x2CEA2, 'X'), + (0x2CEB0, 'V'), + (0x2EBE1, 'X'), + (0x2F800, 'M', '丽'), + (0x2F801, 'M', '丸'), + (0x2F802, 'M', '乁'), + (0x2F803, 'M', '𠄢'), + (0x2F804, 'M', '你'), + (0x2F805, 'M', '侮'), + (0x2F806, 'M', '侻'), + (0x2F807, 'M', '倂'), + (0x2F808, 'M', '偺'), + (0x2F809, 'M', '備'), + (0x2F80A, 'M', '僧'), + (0x2F80B, 'M', '像'), + (0x2F80C, 'M', '㒞'), + (0x2F80D, 'M', '𠘺'), + (0x2F80E, 'M', '免'), + (0x2F80F, 'M', '兔'), + (0x2F810, 'M', '兤'), + (0x2F811, 'M', '具'), + (0x2F812, 'M', '𠔜'), + (0x2F813, 'M', '㒹'), + (0x2F814, 'M', '內'), + (0x2F815, 'M', '再'), + (0x2F816, 'M', '𠕋'), + (0x2F817, 'M', '冗'), + (0x2F818, 'M', '冤'), + (0x2F819, 'M', '仌'), + (0x2F81A, 'M', '冬'), + (0x2F81B, 'M', '况'), + (0x2F81C, 'M', '𩇟'), + (0x2F81D, 'M', '凵'), + (0x2F81E, 'M', '刃'), + (0x2F81F, 'M', '㓟'), + (0x2F820, 'M', '刻'), + (0x2F821, 'M', '剆'), + (0x2F822, 'M', '割'), + (0x2F823, 'M', '剷'), + (0x2F824, 'M', '㔕'), + (0x2F825, 'M', '勇'), + (0x2F826, 'M', '勉'), + (0x2F827, 'M', '勤'), + (0x2F828, 'M', '勺'), + (0x2F829, 'M', '包'), + (0x2F82A, 'M', '匆'), + (0x2F82B, 'M', '北'), + (0x2F82C, 'M', '卉'), + (0x2F82D, 'M', '卑'), + (0x2F82E, 'M', '博'), + (0x2F82F, 'M', '即'), + (0x2F830, 'M', '卽'), + (0x2F831, 'M', '卿'), + (0x2F834, 'M', '𠨬'), + (0x2F835, 'M', '灰'), + (0x2F836, 'M', '及'), + (0x2F837, 'M', '叟'), + (0x2F838, 'M', '𠭣'), + (0x2F839, 'M', '叫'), + (0x2F83A, 'M', '叱'), + (0x2F83B, 'M', '吆'), + (0x2F83C, 'M', '咞'), + (0x2F83D, 'M', '吸'), + (0x2F83E, 'M', '呈'), + ] + +def _seg_77() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F83F, 'M', '周'), + (0x2F840, 'M', '咢'), + (0x2F841, 'M', '哶'), + (0x2F842, 'M', '唐'), + (0x2F843, 'M', '啓'), + (0x2F844, 'M', '啣'), + (0x2F845, 'M', '善'), + (0x2F847, 'M', '喙'), + (0x2F848, 'M', '喫'), + (0x2F849, 'M', '喳'), + (0x2F84A, 'M', '嗂'), + (0x2F84B, 'M', '圖'), + (0x2F84C, 'M', '嘆'), + (0x2F84D, 'M', '圗'), + (0x2F84E, 'M', '噑'), + (0x2F84F, 'M', '噴'), + (0x2F850, 'M', '切'), + (0x2F851, 'M', '壮'), + (0x2F852, 'M', '城'), + (0x2F853, 'M', '埴'), + (0x2F854, 'M', '堍'), + (0x2F855, 'M', '型'), + (0x2F856, 'M', '堲'), + (0x2F857, 'M', '報'), + (0x2F858, 'M', '墬'), + (0x2F859, 'M', '𡓤'), + (0x2F85A, 'M', '売'), + (0x2F85B, 'M', '壷'), + (0x2F85C, 'M', '夆'), + (0x2F85D, 'M', '多'), + (0x2F85E, 'M', '夢'), + (0x2F85F, 'M', '奢'), + (0x2F860, 'M', '𡚨'), + (0x2F861, 'M', '𡛪'), + (0x2F862, 'M', '姬'), + (0x2F863, 'M', '娛'), + (0x2F864, 'M', '娧'), + (0x2F865, 'M', '姘'), + (0x2F866, 'M', '婦'), + (0x2F867, 'M', '㛮'), + (0x2F868, 'X'), + (0x2F869, 'M', '嬈'), + (0x2F86A, 'M', '嬾'), + (0x2F86C, 'M', '𡧈'), + (0x2F86D, 'M', '寃'), + (0x2F86E, 'M', '寘'), + (0x2F86F, 'M', '寧'), + (0x2F870, 'M', '寳'), + (0x2F871, 'M', '𡬘'), + (0x2F872, 'M', '寿'), + (0x2F873, 'M', '将'), + (0x2F874, 'X'), + (0x2F875, 'M', '尢'), + (0x2F876, 'M', '㞁'), + (0x2F877, 'M', '屠'), + (0x2F878, 'M', '屮'), + (0x2F879, 'M', '峀'), + (0x2F87A, 'M', '岍'), + (0x2F87B, 'M', '𡷤'), + (0x2F87C, 'M', '嵃'), + (0x2F87D, 'M', '𡷦'), + (0x2F87E, 'M', '嵮'), + (0x2F87F, 'M', '嵫'), + (0x2F880, 'M', '嵼'), + (0x2F881, 'M', '巡'), + (0x2F882, 'M', '巢'), + (0x2F883, 'M', '㠯'), + (0x2F884, 'M', '巽'), + (0x2F885, 'M', '帨'), + (0x2F886, 'M', '帽'), + (0x2F887, 'M', '幩'), + (0x2F888, 'M', '㡢'), + (0x2F889, 'M', '𢆃'), + (0x2F88A, 'M', '㡼'), + (0x2F88B, 'M', '庰'), + (0x2F88C, 'M', '庳'), + (0x2F88D, 'M', '庶'), + (0x2F88E, 'M', '廊'), + (0x2F88F, 'M', '𪎒'), + (0x2F890, 'M', '廾'), + (0x2F891, 'M', '𢌱'), + (0x2F893, 'M', '舁'), + (0x2F894, 'M', '弢'), + (0x2F896, 'M', '㣇'), + (0x2F897, 'M', '𣊸'), + (0x2F898, 'M', '𦇚'), + (0x2F899, 'M', '形'), + (0x2F89A, 'M', '彫'), + (0x2F89B, 'M', '㣣'), + (0x2F89C, 'M', '徚'), + (0x2F89D, 'M', '忍'), + (0x2F89E, 'M', '志'), + (0x2F89F, 'M', '忹'), + (0x2F8A0, 'M', '悁'), + (0x2F8A1, 'M', '㤺'), + (0x2F8A2, 'M', '㤜'), + (0x2F8A3, 'M', '悔'), + (0x2F8A4, 'M', '𢛔'), + (0x2F8A5, 'M', '惇'), + (0x2F8A6, 'M', '慈'), + ] + +def _seg_78() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F8A7, 'M', '慌'), + (0x2F8A8, 'M', '慎'), + (0x2F8A9, 'M', '慌'), + (0x2F8AA, 'M', '慺'), + (0x2F8AB, 'M', '憎'), + (0x2F8AC, 'M', '憲'), + (0x2F8AD, 'M', '憤'), + (0x2F8AE, 'M', '憯'), + (0x2F8AF, 'M', '懞'), + (0x2F8B0, 'M', '懲'), + (0x2F8B1, 'M', '懶'), + (0x2F8B2, 'M', '成'), + (0x2F8B3, 'M', '戛'), + (0x2F8B4, 'M', '扝'), + (0x2F8B5, 'M', '抱'), + (0x2F8B6, 'M', '拔'), + (0x2F8B7, 'M', '捐'), + (0x2F8B8, 'M', '𢬌'), + (0x2F8B9, 'M', '挽'), + (0x2F8BA, 'M', '拼'), + (0x2F8BB, 'M', '捨'), + (0x2F8BC, 'M', '掃'), + (0x2F8BD, 'M', '揤'), + (0x2F8BE, 'M', '𢯱'), + (0x2F8BF, 'M', '搢'), + (0x2F8C0, 'M', '揅'), + (0x2F8C1, 'M', '掩'), + (0x2F8C2, 'M', '㨮'), + (0x2F8C3, 'M', '摩'), + (0x2F8C4, 'M', '摾'), + (0x2F8C5, 'M', '撝'), + (0x2F8C6, 'M', '摷'), + (0x2F8C7, 'M', '㩬'), + (0x2F8C8, 'M', '敏'), + (0x2F8C9, 'M', '敬'), + (0x2F8CA, 'M', '𣀊'), + (0x2F8CB, 'M', '旣'), + (0x2F8CC, 'M', '書'), + (0x2F8CD, 'M', '晉'), + (0x2F8CE, 'M', '㬙'), + (0x2F8CF, 'M', '暑'), + (0x2F8D0, 'M', '㬈'), + (0x2F8D1, 'M', '㫤'), + (0x2F8D2, 'M', '冒'), + (0x2F8D3, 'M', '冕'), + (0x2F8D4, 'M', '最'), + (0x2F8D5, 'M', '暜'), + (0x2F8D6, 'M', '肭'), + (0x2F8D7, 'M', '䏙'), + (0x2F8D8, 'M', '朗'), + (0x2F8D9, 'M', '望'), + (0x2F8DA, 'M', '朡'), + (0x2F8DB, 'M', '杞'), + (0x2F8DC, 'M', '杓'), + (0x2F8DD, 'M', '𣏃'), + (0x2F8DE, 'M', '㭉'), + (0x2F8DF, 'M', '柺'), + (0x2F8E0, 'M', '枅'), + (0x2F8E1, 'M', '桒'), + (0x2F8E2, 'M', '梅'), + (0x2F8E3, 'M', '𣑭'), + (0x2F8E4, 'M', '梎'), + (0x2F8E5, 'M', '栟'), + (0x2F8E6, 'M', '椔'), + (0x2F8E7, 'M', '㮝'), + (0x2F8E8, 'M', '楂'), + (0x2F8E9, 'M', '榣'), + (0x2F8EA, 'M', '槪'), + (0x2F8EB, 'M', '檨'), + (0x2F8EC, 'M', '𣚣'), + (0x2F8ED, 'M', '櫛'), + (0x2F8EE, 'M', '㰘'), + (0x2F8EF, 'M', '次'), + (0x2F8F0, 'M', '𣢧'), + (0x2F8F1, 'M', '歔'), + (0x2F8F2, 'M', '㱎'), + (0x2F8F3, 'M', '歲'), + (0x2F8F4, 'M', '殟'), + (0x2F8F5, 'M', '殺'), + (0x2F8F6, 'M', '殻'), + (0x2F8F7, 'M', '𣪍'), + (0x2F8F8, 'M', '𡴋'), + (0x2F8F9, 'M', '𣫺'), + (0x2F8FA, 'M', '汎'), + (0x2F8FB, 'M', '𣲼'), + (0x2F8FC, 'M', '沿'), + (0x2F8FD, 'M', '泍'), + (0x2F8FE, 'M', '汧'), + (0x2F8FF, 'M', '洖'), + (0x2F900, 'M', '派'), + (0x2F901, 'M', '海'), + (0x2F902, 'M', '流'), + (0x2F903, 'M', '浩'), + (0x2F904, 'M', '浸'), + (0x2F905, 'M', '涅'), + (0x2F906, 'M', '𣴞'), + (0x2F907, 'M', '洴'), + (0x2F908, 'M', '港'), + (0x2F909, 'M', '湮'), + (0x2F90A, 'M', '㴳'), + ] + +def _seg_79() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F90B, 'M', '滋'), + (0x2F90C, 'M', '滇'), + (0x2F90D, 'M', '𣻑'), + (0x2F90E, 'M', '淹'), + (0x2F90F, 'M', '潮'), + (0x2F910, 'M', '𣽞'), + (0x2F911, 'M', '𣾎'), + (0x2F912, 'M', '濆'), + (0x2F913, 'M', '瀹'), + (0x2F914, 'M', '瀞'), + (0x2F915, 'M', '瀛'), + (0x2F916, 'M', '㶖'), + (0x2F917, 'M', '灊'), + (0x2F918, 'M', '災'), + (0x2F919, 'M', '灷'), + (0x2F91A, 'M', '炭'), + (0x2F91B, 'M', '𠔥'), + (0x2F91C, 'M', '煅'), + (0x2F91D, 'M', '𤉣'), + (0x2F91E, 'M', '熜'), + (0x2F91F, 'X'), + (0x2F920, 'M', '爨'), + (0x2F921, 'M', '爵'), + (0x2F922, 'M', '牐'), + (0x2F923, 'M', '𤘈'), + (0x2F924, 'M', '犀'), + (0x2F925, 'M', '犕'), + (0x2F926, 'M', '𤜵'), + (0x2F927, 'M', '𤠔'), + (0x2F928, 'M', '獺'), + (0x2F929, 'M', '王'), + (0x2F92A, 'M', '㺬'), + (0x2F92B, 'M', '玥'), + (0x2F92C, 'M', '㺸'), + (0x2F92E, 'M', '瑇'), + (0x2F92F, 'M', '瑜'), + (0x2F930, 'M', '瑱'), + (0x2F931, 'M', '璅'), + (0x2F932, 'M', '瓊'), + (0x2F933, 'M', '㼛'), + (0x2F934, 'M', '甤'), + (0x2F935, 'M', '𤰶'), + (0x2F936, 'M', '甾'), + (0x2F937, 'M', '𤲒'), + (0x2F938, 'M', '異'), + (0x2F939, 'M', '𢆟'), + (0x2F93A, 'M', '瘐'), + (0x2F93B, 'M', '𤾡'), + (0x2F93C, 'M', '𤾸'), + (0x2F93D, 'M', '𥁄'), + (0x2F93E, 'M', '㿼'), + (0x2F93F, 'M', '䀈'), + (0x2F940, 'M', '直'), + (0x2F941, 'M', '𥃳'), + (0x2F942, 'M', '𥃲'), + (0x2F943, 'M', '𥄙'), + (0x2F944, 'M', '𥄳'), + (0x2F945, 'M', '眞'), + (0x2F946, 'M', '真'), + (0x2F948, 'M', '睊'), + (0x2F949, 'M', '䀹'), + (0x2F94A, 'M', '瞋'), + (0x2F94B, 'M', '䁆'), + (0x2F94C, 'M', '䂖'), + (0x2F94D, 'M', '𥐝'), + (0x2F94E, 'M', '硎'), + (0x2F94F, 'M', '碌'), + (0x2F950, 'M', '磌'), + (0x2F951, 'M', '䃣'), + (0x2F952, 'M', '𥘦'), + (0x2F953, 'M', '祖'), + (0x2F954, 'M', '𥚚'), + (0x2F955, 'M', '𥛅'), + (0x2F956, 'M', '福'), + (0x2F957, 'M', '秫'), + (0x2F958, 'M', '䄯'), + (0x2F959, 'M', '穀'), + (0x2F95A, 'M', '穊'), + (0x2F95B, 'M', '穏'), + (0x2F95C, 'M', '𥥼'), + (0x2F95D, 'M', '𥪧'), + (0x2F95F, 'X'), + (0x2F960, 'M', '䈂'), + (0x2F961, 'M', '𥮫'), + (0x2F962, 'M', '篆'), + (0x2F963, 'M', '築'), + (0x2F964, 'M', '䈧'), + (0x2F965, 'M', '𥲀'), + (0x2F966, 'M', '糒'), + (0x2F967, 'M', '䊠'), + (0x2F968, 'M', '糨'), + (0x2F969, 'M', '糣'), + (0x2F96A, 'M', '紀'), + (0x2F96B, 'M', '𥾆'), + (0x2F96C, 'M', '絣'), + (0x2F96D, 'M', '䌁'), + (0x2F96E, 'M', '緇'), + (0x2F96F, 'M', '縂'), + (0x2F970, 'M', '繅'), + (0x2F971, 'M', '䌴'), + ] + +def _seg_80() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F972, 'M', '𦈨'), + (0x2F973, 'M', '𦉇'), + (0x2F974, 'M', '䍙'), + (0x2F975, 'M', '𦋙'), + (0x2F976, 'M', '罺'), + (0x2F977, 'M', '𦌾'), + (0x2F978, 'M', '羕'), + (0x2F979, 'M', '翺'), + (0x2F97A, 'M', '者'), + (0x2F97B, 'M', '𦓚'), + (0x2F97C, 'M', '𦔣'), + (0x2F97D, 'M', '聠'), + (0x2F97E, 'M', '𦖨'), + (0x2F97F, 'M', '聰'), + (0x2F980, 'M', '𣍟'), + (0x2F981, 'M', '䏕'), + (0x2F982, 'M', '育'), + (0x2F983, 'M', '脃'), + (0x2F984, 'M', '䐋'), + (0x2F985, 'M', '脾'), + (0x2F986, 'M', '媵'), + (0x2F987, 'M', '𦞧'), + (0x2F988, 'M', '𦞵'), + (0x2F989, 'M', '𣎓'), + (0x2F98A, 'M', '𣎜'), + (0x2F98B, 'M', '舁'), + (0x2F98C, 'M', '舄'), + (0x2F98D, 'M', '辞'), + (0x2F98E, 'M', '䑫'), + (0x2F98F, 'M', '芑'), + (0x2F990, 'M', '芋'), + (0x2F991, 'M', '芝'), + (0x2F992, 'M', '劳'), + (0x2F993, 'M', '花'), + (0x2F994, 'M', '芳'), + (0x2F995, 'M', '芽'), + (0x2F996, 'M', '苦'), + (0x2F997, 'M', '𦬼'), + (0x2F998, 'M', '若'), + (0x2F999, 'M', '茝'), + (0x2F99A, 'M', '荣'), + (0x2F99B, 'M', '莭'), + (0x2F99C, 'M', '茣'), + (0x2F99D, 'M', '莽'), + (0x2F99E, 'M', '菧'), + (0x2F99F, 'M', '著'), + (0x2F9A0, 'M', '荓'), + (0x2F9A1, 'M', '菊'), + (0x2F9A2, 'M', '菌'), + (0x2F9A3, 'M', '菜'), + (0x2F9A4, 'M', '𦰶'), + (0x2F9A5, 'M', '𦵫'), + (0x2F9A6, 'M', '𦳕'), + (0x2F9A7, 'M', '䔫'), + (0x2F9A8, 'M', '蓱'), + (0x2F9A9, 'M', '蓳'), + (0x2F9AA, 'M', '蔖'), + (0x2F9AB, 'M', '𧏊'), + (0x2F9AC, 'M', '蕤'), + (0x2F9AD, 'M', '𦼬'), + (0x2F9AE, 'M', '䕝'), + (0x2F9AF, 'M', '䕡'), + (0x2F9B0, 'M', '𦾱'), + (0x2F9B1, 'M', '𧃒'), + (0x2F9B2, 'M', '䕫'), + (0x2F9B3, 'M', '虐'), + (0x2F9B4, 'M', '虜'), + (0x2F9B5, 'M', '虧'), + (0x2F9B6, 'M', '虩'), + (0x2F9B7, 'M', '蚩'), + (0x2F9B8, 'M', '蚈'), + (0x2F9B9, 'M', '蜎'), + (0x2F9BA, 'M', '蛢'), + (0x2F9BB, 'M', '蝹'), + (0x2F9BC, 'M', '蜨'), + (0x2F9BD, 'M', '蝫'), + (0x2F9BE, 'M', '螆'), + (0x2F9BF, 'X'), + (0x2F9C0, 'M', '蟡'), + (0x2F9C1, 'M', '蠁'), + (0x2F9C2, 'M', '䗹'), + (0x2F9C3, 'M', '衠'), + (0x2F9C4, 'M', '衣'), + (0x2F9C5, 'M', '𧙧'), + (0x2F9C6, 'M', '裗'), + (0x2F9C7, 'M', '裞'), + (0x2F9C8, 'M', '䘵'), + (0x2F9C9, 'M', '裺'), + (0x2F9CA, 'M', '㒻'), + (0x2F9CB, 'M', '𧢮'), + (0x2F9CC, 'M', '𧥦'), + (0x2F9CD, 'M', '䚾'), + (0x2F9CE, 'M', '䛇'), + (0x2F9CF, 'M', '誠'), + (0x2F9D0, 'M', '諭'), + (0x2F9D1, 'M', '變'), + (0x2F9D2, 'M', '豕'), + (0x2F9D3, 'M', '𧲨'), + (0x2F9D4, 'M', '貫'), + (0x2F9D5, 'M', '賁'), + ] + +def _seg_81() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F9D6, 'M', '贛'), + (0x2F9D7, 'M', '起'), + (0x2F9D8, 'M', '𧼯'), + (0x2F9D9, 'M', '𠠄'), + (0x2F9DA, 'M', '跋'), + (0x2F9DB, 'M', '趼'), + (0x2F9DC, 'M', '跰'), + (0x2F9DD, 'M', '𠣞'), + (0x2F9DE, 'M', '軔'), + (0x2F9DF, 'M', '輸'), + (0x2F9E0, 'M', '𨗒'), + (0x2F9E1, 'M', '𨗭'), + (0x2F9E2, 'M', '邔'), + (0x2F9E3, 'M', '郱'), + (0x2F9E4, 'M', '鄑'), + (0x2F9E5, 'M', '𨜮'), + (0x2F9E6, 'M', '鄛'), + (0x2F9E7, 'M', '鈸'), + (0x2F9E8, 'M', '鋗'), + (0x2F9E9, 'M', '鋘'), + (0x2F9EA, 'M', '鉼'), + (0x2F9EB, 'M', '鏹'), + (0x2F9EC, 'M', '鐕'), + (0x2F9ED, 'M', '𨯺'), + (0x2F9EE, 'M', '開'), + (0x2F9EF, 'M', '䦕'), + (0x2F9F0, 'M', '閷'), + (0x2F9F1, 'M', '𨵷'), + (0x2F9F2, 'M', '䧦'), + (0x2F9F3, 'M', '雃'), + (0x2F9F4, 'M', '嶲'), + (0x2F9F5, 'M', '霣'), + (0x2F9F6, 'M', '𩅅'), + (0x2F9F7, 'M', '𩈚'), + (0x2F9F8, 'M', '䩮'), + (0x2F9F9, 'M', '䩶'), + (0x2F9FA, 'M', '韠'), + (0x2F9FB, 'M', '𩐊'), + (0x2F9FC, 'M', '䪲'), + (0x2F9FD, 'M', '𩒖'), + (0x2F9FE, 'M', '頋'), + (0x2FA00, 'M', '頩'), + (0x2FA01, 'M', '𩖶'), + (0x2FA02, 'M', '飢'), + (0x2FA03, 'M', '䬳'), + (0x2FA04, 'M', '餩'), + (0x2FA05, 'M', '馧'), + (0x2FA06, 'M', '駂'), + (0x2FA07, 'M', '駾'), + (0x2FA08, 'M', '䯎'), + (0x2FA09, 'M', '𩬰'), + (0x2FA0A, 'M', '鬒'), + (0x2FA0B, 'M', '鱀'), + (0x2FA0C, 'M', '鳽'), + (0x2FA0D, 'M', '䳎'), + (0x2FA0E, 'M', '䳭'), + (0x2FA0F, 'M', '鵧'), + (0x2FA10, 'M', '𪃎'), + (0x2FA11, 'M', '䳸'), + (0x2FA12, 'M', '𪄅'), + (0x2FA13, 'M', '𪈎'), + (0x2FA14, 'M', '𪊑'), + (0x2FA15, 'M', '麻'), + (0x2FA16, 'M', '䵖'), + (0x2FA17, 'M', '黹'), + (0x2FA18, 'M', '黾'), + (0x2FA19, 'M', '鼅'), + (0x2FA1A, 'M', '鼏'), + (0x2FA1B, 'M', '鼖'), + (0x2FA1C, 'M', '鼻'), + (0x2FA1D, 'M', '𪘀'), + (0x2FA1E, 'X'), + (0x30000, 'V'), + (0x3134B, 'X'), + (0x31350, 'V'), + (0x323B0, 'X'), + (0xE0100, 'I'), + (0xE01F0, 'X'), + ] + +uts46data = tuple( + _seg_0() + + _seg_1() + + _seg_2() + + _seg_3() + + _seg_4() + + _seg_5() + + _seg_6() + + _seg_7() + + _seg_8() + + _seg_9() + + _seg_10() + + _seg_11() + + _seg_12() + + _seg_13() + + _seg_14() + + _seg_15() + + _seg_16() + + _seg_17() + + _seg_18() + + _seg_19() + + _seg_20() + + _seg_21() + + _seg_22() + + _seg_23() + + _seg_24() + + _seg_25() + + _seg_26() + + _seg_27() + + _seg_28() + + _seg_29() + + _seg_30() + + _seg_31() + + _seg_32() + + _seg_33() + + _seg_34() + + _seg_35() + + _seg_36() + + _seg_37() + + _seg_38() + + _seg_39() + + _seg_40() + + _seg_41() + + _seg_42() + + _seg_43() + + _seg_44() + + _seg_45() + + _seg_46() + + _seg_47() + + _seg_48() + + _seg_49() + + _seg_50() + + _seg_51() + + _seg_52() + + _seg_53() + + _seg_54() + + _seg_55() + + _seg_56() + + _seg_57() + + _seg_58() + + _seg_59() + + _seg_60() + + _seg_61() + + _seg_62() + + _seg_63() + + _seg_64() + + _seg_65() + + _seg_66() + + _seg_67() + + _seg_68() + + _seg_69() + + _seg_70() + + _seg_71() + + _seg_72() + + _seg_73() + + _seg_74() + + _seg_75() + + _seg_76() + + _seg_77() + + _seg_78() + + _seg_79() + + _seg_80() + + _seg_81() +) # type: Tuple[Union[Tuple[int, str], Tuple[int, str, str]], ...] diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py new file mode 100644 index 00000000..1300b866 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py @@ -0,0 +1,57 @@ +# coding: utf-8 +from .exceptions import * +from .ext import ExtType, Timestamp + +import os +import sys + + +version = (1, 0, 5) +__version__ = "1.0.5" + + +if os.environ.get("MSGPACK_PUREPYTHON") or sys.version_info[0] == 2: + from .fallback import Packer, unpackb, Unpacker +else: + try: + from ._cmsgpack import Packer, unpackb, Unpacker + except ImportError: + from .fallback import Packer, unpackb, Unpacker + + +def pack(o, stream, **kwargs): + """ + Pack object `o` and write it to `stream` + + See :class:`Packer` for options. + """ + packer = Packer(**kwargs) + stream.write(packer.pack(o)) + + +def packb(o, **kwargs): + """ + Pack object `o` and return packed bytes + + See :class:`Packer` for options. + """ + return Packer(**kwargs).pack(o) + + +def unpack(stream, **kwargs): + """ + Unpack an object from `stream`. + + Raises `ExtraData` when `stream` contains extra bytes. + See :class:`Unpacker` for options. + """ + data = stream.read() + return unpackb(data, **kwargs) + + +# alias for compatibility to simplejson/marshal/pickle. +load = unpack +loads = unpackb + +dump = pack +dumps = packb diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a6eb677b38ba4bdcb9031e317795771bceaaca17 GIT binary patch literal 1866 zcmb7EPiz!b7=Lg6>~42<7rHG_g6Kf;&)U!ttI)LC1fi%AN~JW~@vuAHdE3r*{^h+X zWt)<06BA-2TH~P{J$TR%?;gdg7Zx;-r%6rl(pytJ7*2j~rn`XR!7rKL_q{jYd-MJI zee+X3pG6=ao$IT)3PShAqAjqFlDxTxbenrg(cITi`VrZE1krq) z+rMs}LD%}1&}DfBE#XprQ$$+A9KT$WczXPDbg>Z<-gVLO2#YK)+!SF?lw>M_rYV3; z6<}FCHu%cm>%4ew>g~ysr`{`1PG1PQY+k-o;C;VbeAuFLHMkMxRM7pMOrE2v%lw#KM|OY-uE zSsg?~r3bThQjPRVP|+>l)|aRg5#5ROD9|e`qQvql+1PuE5PhWTT8xcUl6)$9EueZ3 zMo!?f!PsfyTgaCR>Txx`iYp@HlEQJoQ^|ciwXkH-ImT1s6`@Sg#a{ZGE;85%xd&L<I4xU18GM{PcOv?yje#psQ!4NU{A=6M4>BE)ZzDvRO=KA z%7K@!#pOtb2k6=+Z;b|ChpmH287^23BTTQr98>GG6&VIC&DAC zU_#=@ncg1Mr*Iwq5(>x-b``f)t$-U+PhvD z&}f{}fF`3Mcn~MS6*sVKt_oz3@uC-URUnJG6~`W@{xI`~7ubs~8KXzxuxLG71K5%= z#($vw8>s(2>iQLBw^B&!ZKm%P_B1uHmDJUd)sd@Xt7Er{FZ?XO_|4GWfzj5$==UdE z17klNx;=1eLm9fQ3~ed0I=qn?Ze@nIvuS*2yElc8Y!@@Qf2$8=3Qgr+W>-`FJ*^2V szpDPVbsnSKzHNlXu@iSPCm<4a_#qShyV;XHX`q|NuD7uKBf@}x1K=pdMgRZ+ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8fa43ec0858ca72c4d05a16eae648bf7d536050b GIT binary patch literal 2060 zcmb7FKX2Pc6hBg=MAMROxptb`g?k^5Y#C$R4z~_gE|m2d9sL5JoS#W zBg2D%c*xKK-khOd!01QGl5PgqegQYql&S9>C0Q0+pglm3?|$#^-M#nprdG2Fte=0l z+y2TRM?-$zF=9H%$CTQC66DqU4A_{LS+nGcfls;+GKF{c(pQJS9 zH1N})L;X0WOb9MMD*$CXNuNfEOqm}xigYfF-15A{?=sKJZO`lSFpH6|dfqRYACDvz z&kK3rc^71W*Y*CT`&2R^U0((r){CSoMc@VaIeKnC%Gzxv9%pgfyeJ719biQZbSvhND5vwt)y4#&0qUNT zOJfukh5tG1+)kG6w7>IHzbO{b>rA9NVn~#55qByLgl-S=FI7DMn2WBTZev{>-FcE6 z_;D1{(Y<0BgRm*E$7WOb05K%X@RP-1bAuLnApXDduzyOinN%9~F6T61P>$j4p;s|9 zk~`C(SBlVx-yZs7kX%16HgX6fr)7jCpl082%zSS9MJjx}_oJ5+mPS*}%MxfpC}add zHHx8!X$S_RM&9j!U{a4aOtJ5I68C|yE!p8IeUJc=sbGE=+&HTBipfy4VNimU$4dtW z_X7&#oE&S%!~?Ea$2#oBBa8Hjqcx#=t-=`#bCco0U~CzZ#clBsScx?t5<3 z@=+3{o_Dl7IelY{-9vROqZ4v@m%cK7tzE9Jy)u5Y)x8Ik;Gls^rHX}fPOy`jM;k>l z5B3}?SiqtK7=|jV;`&s5Iht4p6N%17Il+j58-kST(OT~DelA))(_T%)QN4|jDYn{BdbHGG9=7-8%UPti_XyzR6t#67E{jInU z?$zXrfw?Manl{wSnspWp34Dgjnl^X#$&kQjXd%Bi;Wy7dea&&ViIUZ`wbvf*RZUp8f$-Z{NlM literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8569f02a70f70ed7cac165ca95f4345a4b5daf26 GIT binary patch literal 8703 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 K@W)$pu>W76EZM67 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py new file mode 100644 index 00000000..d6d2615c --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py @@ -0,0 +1,48 @@ +class UnpackException(Exception): + """Base class for some exceptions raised while unpacking. + + NOTE: unpack may raise exception other than subclass of + UnpackException. If you want to catch all error, catch + Exception instead. + """ + + +class BufferFull(UnpackException): + pass + + +class OutOfData(UnpackException): + pass + + +class FormatError(ValueError, UnpackException): + """Invalid msgpack format""" + + +class StackError(ValueError, UnpackException): + """Too nested""" + + +# Deprecated. Use ValueError instead +UnpackValueError = ValueError + + +class ExtraData(UnpackValueError): + """ExtraData is raised when there is trailing data. + + This exception is raised while only one-shot (not streaming) + unpack. + """ + + def __init__(self, unpacked, extra): + self.unpacked = unpacked + self.extra = extra + + def __str__(self): + return "unpack(b) received extra data." + + +# Deprecated. Use Exception instead to catch all exception during packing. +PackException = Exception +PackValueError = ValueError +PackOverflowError = OverflowError diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py new file mode 100644 index 00000000..23e0d6b4 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py @@ -0,0 +1,193 @@ +# coding: utf-8 +from collections import namedtuple +import datetime +import sys +import struct + + +PY2 = sys.version_info[0] == 2 + +if PY2: + int_types = (int, long) + _utc = None +else: + int_types = int + try: + _utc = datetime.timezone.utc + except AttributeError: + _utc = datetime.timezone(datetime.timedelta(0)) + + +class ExtType(namedtuple("ExtType", "code data")): + """ExtType represents ext type in msgpack.""" + + def __new__(cls, code, data): + if not isinstance(code, int): + raise TypeError("code must be int") + if not isinstance(data, bytes): + raise TypeError("data must be bytes") + if not 0 <= code <= 127: + raise ValueError("code must be 0~127") + return super(ExtType, cls).__new__(cls, code, data) + + +class Timestamp(object): + """Timestamp represents the Timestamp extension type in msgpack. + + When built with Cython, msgpack uses C methods to pack and unpack `Timestamp`. When using pure-Python + msgpack, :func:`to_bytes` and :func:`from_bytes` are used to pack and unpack `Timestamp`. + + This class is immutable: Do not override seconds and nanoseconds. + """ + + __slots__ = ["seconds", "nanoseconds"] + + def __init__(self, seconds, nanoseconds=0): + """Initialize a Timestamp object. + + :param int seconds: + Number of seconds since the UNIX epoch (00:00:00 UTC Jan 1 1970, minus leap seconds). + May be negative. + + :param int nanoseconds: + Number of nanoseconds to add to `seconds` to get fractional time. + Maximum is 999_999_999. Default is 0. + + Note: Negative times (before the UNIX epoch) are represented as negative seconds + positive ns. + """ + if not isinstance(seconds, int_types): + raise TypeError("seconds must be an integer") + if not isinstance(nanoseconds, int_types): + raise TypeError("nanoseconds must be an integer") + if not (0 <= nanoseconds < 10**9): + raise ValueError( + "nanoseconds must be a non-negative integer less than 999999999." + ) + self.seconds = seconds + self.nanoseconds = nanoseconds + + def __repr__(self): + """String representation of Timestamp.""" + return "Timestamp(seconds={0}, nanoseconds={1})".format( + self.seconds, self.nanoseconds + ) + + def __eq__(self, other): + """Check for equality with another Timestamp object""" + if type(other) is self.__class__: + return ( + self.seconds == other.seconds and self.nanoseconds == other.nanoseconds + ) + return False + + def __ne__(self, other): + """not-equals method (see :func:`__eq__()`)""" + return not self.__eq__(other) + + def __hash__(self): + return hash((self.seconds, self.nanoseconds)) + + @staticmethod + def from_bytes(b): + """Unpack bytes into a `Timestamp` object. + + Used for pure-Python msgpack unpacking. + + :param b: Payload from msgpack ext message with code -1 + :type b: bytes + + :returns: Timestamp object unpacked from msgpack ext payload + :rtype: Timestamp + """ + if len(b) == 4: + seconds = struct.unpack("!L", b)[0] + nanoseconds = 0 + elif len(b) == 8: + data64 = struct.unpack("!Q", b)[0] + seconds = data64 & 0x00000003FFFFFFFF + nanoseconds = data64 >> 34 + elif len(b) == 12: + nanoseconds, seconds = struct.unpack("!Iq", b) + else: + raise ValueError( + "Timestamp type can only be created from 32, 64, or 96-bit byte objects" + ) + return Timestamp(seconds, nanoseconds) + + def to_bytes(self): + """Pack this Timestamp object into bytes. + + Used for pure-Python msgpack packing. + + :returns data: Payload for EXT message with code -1 (timestamp type) + :rtype: bytes + """ + if (self.seconds >> 34) == 0: # seconds is non-negative and fits in 34 bits + data64 = self.nanoseconds << 34 | self.seconds + if data64 & 0xFFFFFFFF00000000 == 0: + # nanoseconds is zero and seconds < 2**32, so timestamp 32 + data = struct.pack("!L", data64) + else: + # timestamp 64 + data = struct.pack("!Q", data64) + else: + # timestamp 96 + data = struct.pack("!Iq", self.nanoseconds, self.seconds) + return data + + @staticmethod + def from_unix(unix_sec): + """Create a Timestamp from posix timestamp in seconds. + + :param unix_float: Posix timestamp in seconds. + :type unix_float: int or float. + """ + seconds = int(unix_sec // 1) + nanoseconds = int((unix_sec % 1) * 10**9) + return Timestamp(seconds, nanoseconds) + + def to_unix(self): + """Get the timestamp as a floating-point value. + + :returns: posix timestamp + :rtype: float + """ + return self.seconds + self.nanoseconds / 1e9 + + @staticmethod + def from_unix_nano(unix_ns): + """Create a Timestamp from posix timestamp in nanoseconds. + + :param int unix_ns: Posix timestamp in nanoseconds. + :rtype: Timestamp + """ + return Timestamp(*divmod(unix_ns, 10**9)) + + def to_unix_nano(self): + """Get the timestamp as a unixtime in nanoseconds. + + :returns: posix timestamp in nanoseconds + :rtype: int + """ + return self.seconds * 10**9 + self.nanoseconds + + def to_datetime(self): + """Get the timestamp as a UTC datetime. + + Python 2 is not supported. + + :rtype: datetime. + """ + return datetime.datetime.fromtimestamp(0, _utc) + datetime.timedelta( + seconds=self.to_unix() + ) + + @staticmethod + def from_datetime(dt): + """Create a Timestamp from datetime with tzinfo. + + Python 2 is not supported. + + :rtype: Timestamp + """ + return Timestamp.from_unix(dt.timestamp()) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py new file mode 100644 index 00000000..e8cebc1b --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py @@ -0,0 +1,1010 @@ +"""Fallback pure Python implementation of msgpack""" +from datetime import datetime as _DateTime +import sys +import struct + + +PY2 = sys.version_info[0] == 2 +if PY2: + int_types = (int, long) + + def dict_iteritems(d): + return d.iteritems() + +else: + int_types = int + unicode = str + xrange = range + + def dict_iteritems(d): + return d.items() + + +if sys.version_info < (3, 5): + # Ugly hack... + RecursionError = RuntimeError + + def _is_recursionerror(e): + return ( + len(e.args) == 1 + and isinstance(e.args[0], str) + and e.args[0].startswith("maximum recursion depth exceeded") + ) + +else: + + def _is_recursionerror(e): + return True + + +if hasattr(sys, "pypy_version_info"): + # StringIO is slow on PyPy, StringIO is faster. However: PyPy's own + # StringBuilder is fastest. + from __pypy__ import newlist_hint + + try: + from __pypy__.builders import BytesBuilder as StringBuilder + except ImportError: + from __pypy__.builders import StringBuilder + USING_STRINGBUILDER = True + + class StringIO(object): + def __init__(self, s=b""): + if s: + self.builder = StringBuilder(len(s)) + self.builder.append(s) + else: + self.builder = StringBuilder() + + def write(self, s): + if isinstance(s, memoryview): + s = s.tobytes() + elif isinstance(s, bytearray): + s = bytes(s) + self.builder.append(s) + + def getvalue(self): + return self.builder.build() + +else: + USING_STRINGBUILDER = False + from io import BytesIO as StringIO + + newlist_hint = lambda size: [] + + +from .exceptions import BufferFull, OutOfData, ExtraData, FormatError, StackError + +from .ext import ExtType, Timestamp + + +EX_SKIP = 0 +EX_CONSTRUCT = 1 +EX_READ_ARRAY_HEADER = 2 +EX_READ_MAP_HEADER = 3 + +TYPE_IMMEDIATE = 0 +TYPE_ARRAY = 1 +TYPE_MAP = 2 +TYPE_RAW = 3 +TYPE_BIN = 4 +TYPE_EXT = 5 + +DEFAULT_RECURSE_LIMIT = 511 + + +def _check_type_strict(obj, t, type=type, tuple=tuple): + if type(t) is tuple: + return type(obj) in t + else: + return type(obj) is t + + +def _get_data_from_buffer(obj): + view = memoryview(obj) + if view.itemsize != 1: + raise ValueError("cannot unpack from multi-byte object") + return view + + +def unpackb(packed, **kwargs): + """ + Unpack an object from `packed`. + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``ValueError`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + + See :class:`Unpacker` for options. + """ + unpacker = Unpacker(None, max_buffer_size=len(packed), **kwargs) + unpacker.feed(packed) + try: + ret = unpacker._unpack() + except OutOfData: + raise ValueError("Unpack failed: incomplete input") + except RecursionError as e: + if _is_recursionerror(e): + raise StackError + raise + if unpacker._got_extradata(): + raise ExtraData(ret, unpacker._get_extradata()) + return ret + + +if sys.version_info < (2, 7, 6): + + def _unpack_from(f, b, o=0): + """Explicit type cast for legacy struct.unpack_from""" + return struct.unpack_from(f, bytes(b), o) + +else: + _unpack_from = struct.unpack_from + +_NO_FORMAT_USED = "" +_MSGPACK_HEADERS = { + 0xC4: (1, _NO_FORMAT_USED, TYPE_BIN), + 0xC5: (2, ">H", TYPE_BIN), + 0xC6: (4, ">I", TYPE_BIN), + 0xC7: (2, "Bb", TYPE_EXT), + 0xC8: (3, ">Hb", TYPE_EXT), + 0xC9: (5, ">Ib", TYPE_EXT), + 0xCA: (4, ">f"), + 0xCB: (8, ">d"), + 0xCC: (1, _NO_FORMAT_USED), + 0xCD: (2, ">H"), + 0xCE: (4, ">I"), + 0xCF: (8, ">Q"), + 0xD0: (1, "b"), + 0xD1: (2, ">h"), + 0xD2: (4, ">i"), + 0xD3: (8, ">q"), + 0xD4: (1, "b1s", TYPE_EXT), + 0xD5: (2, "b2s", TYPE_EXT), + 0xD6: (4, "b4s", TYPE_EXT), + 0xD7: (8, "b8s", TYPE_EXT), + 0xD8: (16, "b16s", TYPE_EXT), + 0xD9: (1, _NO_FORMAT_USED, TYPE_RAW), + 0xDA: (2, ">H", TYPE_RAW), + 0xDB: (4, ">I", TYPE_RAW), + 0xDC: (2, ">H", TYPE_ARRAY), + 0xDD: (4, ">I", TYPE_ARRAY), + 0xDE: (2, ">H", TYPE_MAP), + 0xDF: (4, ">I", TYPE_MAP), +} + + +class Unpacker(object): + """Streaming unpacker. + + Arguments: + + :param file_like: + File-like object having `.read(n)` method. + If specified, unpacker reads serialized data from it and :meth:`feed()` is not usable. + + :param int read_size: + Used as `file_like.read(read_size)`. (default: `min(16*1024, max_buffer_size)`) + + :param bool use_list: + If true, unpack msgpack array to Python list. + Otherwise, unpack to Python tuple. (default: True) + + :param bool raw: + If true, unpack msgpack raw to Python bytes. + Otherwise, unpack to Python str by decoding with UTF-8 encoding (default). + + :param int timestamp: + Control how timestamp type is unpacked: + + 0 - Timestamp + 1 - float (Seconds from the EPOCH) + 2 - int (Nanoseconds from the EPOCH) + 3 - datetime.datetime (UTC). Python 2 is not supported. + + :param bool strict_map_key: + If true (default), only str or bytes are accepted for map (dict) keys. + + :param callable object_hook: + When specified, it should be callable. + Unpacker calls it with a dict argument after unpacking msgpack map. + (See also simplejson) + + :param callable object_pairs_hook: + When specified, it should be callable. + Unpacker calls it with a list of key-value pairs after unpacking msgpack map. + (See also simplejson) + + :param str unicode_errors: + The error handler for decoding unicode. (default: 'strict') + This option should be used only when you have msgpack data which + contains invalid UTF-8 string. + + :param int max_buffer_size: + Limits size of data waiting unpacked. 0 means 2**32-1. + The default value is 100*1024*1024 (100MiB). + Raises `BufferFull` exception when it is insufficient. + You should set this parameter when unpacking data from untrusted source. + + :param int max_str_len: + Deprecated, use *max_buffer_size* instead. + Limits max length of str. (default: max_buffer_size) + + :param int max_bin_len: + Deprecated, use *max_buffer_size* instead. + Limits max length of bin. (default: max_buffer_size) + + :param int max_array_len: + Limits max length of array. + (default: max_buffer_size) + + :param int max_map_len: + Limits max length of map. + (default: max_buffer_size//2) + + :param int max_ext_len: + Deprecated, use *max_buffer_size* instead. + Limits max size of ext type. (default: max_buffer_size) + + Example of streaming deserialize from file-like object:: + + unpacker = Unpacker(file_like) + for o in unpacker: + process(o) + + Example of streaming deserialize from socket:: + + unpacker = Unpacker() + while True: + buf = sock.recv(1024**2) + if not buf: + break + unpacker.feed(buf) + for o in unpacker: + process(o) + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``OutOfData`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + """ + + def __init__( + self, + file_like=None, + read_size=0, + use_list=True, + raw=False, + timestamp=0, + strict_map_key=True, + object_hook=None, + object_pairs_hook=None, + list_hook=None, + unicode_errors=None, + max_buffer_size=100 * 1024 * 1024, + ext_hook=ExtType, + max_str_len=-1, + max_bin_len=-1, + max_array_len=-1, + max_map_len=-1, + max_ext_len=-1, + ): + if unicode_errors is None: + unicode_errors = "strict" + + if file_like is None: + self._feeding = True + else: + if not callable(file_like.read): + raise TypeError("`file_like.read` must be callable") + self.file_like = file_like + self._feeding = False + + #: array of bytes fed. + self._buffer = bytearray() + #: Which position we currently reads + self._buff_i = 0 + + # When Unpacker is used as an iterable, between the calls to next(), + # the buffer is not "consumed" completely, for efficiency sake. + # Instead, it is done sloppily. To make sure we raise BufferFull at + # the correct moments, we have to keep track of how sloppy we were. + # Furthermore, when the buffer is incomplete (that is: in the case + # we raise an OutOfData) we need to rollback the buffer to the correct + # state, which _buf_checkpoint records. + self._buf_checkpoint = 0 + + if not max_buffer_size: + max_buffer_size = 2**31 - 1 + if max_str_len == -1: + max_str_len = max_buffer_size + if max_bin_len == -1: + max_bin_len = max_buffer_size + if max_array_len == -1: + max_array_len = max_buffer_size + if max_map_len == -1: + max_map_len = max_buffer_size // 2 + if max_ext_len == -1: + max_ext_len = max_buffer_size + + self._max_buffer_size = max_buffer_size + if read_size > self._max_buffer_size: + raise ValueError("read_size must be smaller than max_buffer_size") + self._read_size = read_size or min(self._max_buffer_size, 16 * 1024) + self._raw = bool(raw) + self._strict_map_key = bool(strict_map_key) + self._unicode_errors = unicode_errors + self._use_list = use_list + if not (0 <= timestamp <= 3): + raise ValueError("timestamp must be 0..3") + self._timestamp = timestamp + self._list_hook = list_hook + self._object_hook = object_hook + self._object_pairs_hook = object_pairs_hook + self._ext_hook = ext_hook + self._max_str_len = max_str_len + self._max_bin_len = max_bin_len + self._max_array_len = max_array_len + self._max_map_len = max_map_len + self._max_ext_len = max_ext_len + self._stream_offset = 0 + + if list_hook is not None and not callable(list_hook): + raise TypeError("`list_hook` is not callable") + if object_hook is not None and not callable(object_hook): + raise TypeError("`object_hook` is not callable") + if object_pairs_hook is not None and not callable(object_pairs_hook): + raise TypeError("`object_pairs_hook` is not callable") + if object_hook is not None and object_pairs_hook is not None: + raise TypeError( + "object_pairs_hook and object_hook are mutually " "exclusive" + ) + if not callable(ext_hook): + raise TypeError("`ext_hook` is not callable") + + def feed(self, next_bytes): + assert self._feeding + view = _get_data_from_buffer(next_bytes) + if len(self._buffer) - self._buff_i + len(view) > self._max_buffer_size: + raise BufferFull + + # Strip buffer before checkpoint before reading file. + if self._buf_checkpoint > 0: + del self._buffer[: self._buf_checkpoint] + self._buff_i -= self._buf_checkpoint + self._buf_checkpoint = 0 + + # Use extend here: INPLACE_ADD += doesn't reliably typecast memoryview in jython + self._buffer.extend(view) + + def _consume(self): + """Gets rid of the used parts of the buffer.""" + self._stream_offset += self._buff_i - self._buf_checkpoint + self._buf_checkpoint = self._buff_i + + def _got_extradata(self): + return self._buff_i < len(self._buffer) + + def _get_extradata(self): + return self._buffer[self._buff_i :] + + def read_bytes(self, n): + ret = self._read(n, raise_outofdata=False) + self._consume() + return ret + + def _read(self, n, raise_outofdata=True): + # (int) -> bytearray + self._reserve(n, raise_outofdata=raise_outofdata) + i = self._buff_i + ret = self._buffer[i : i + n] + self._buff_i = i + len(ret) + return ret + + def _reserve(self, n, raise_outofdata=True): + remain_bytes = len(self._buffer) - self._buff_i - n + + # Fast path: buffer has n bytes already + if remain_bytes >= 0: + return + + if self._feeding: + self._buff_i = self._buf_checkpoint + raise OutOfData + + # Strip buffer before checkpoint before reading file. + if self._buf_checkpoint > 0: + del self._buffer[: self._buf_checkpoint] + self._buff_i -= self._buf_checkpoint + self._buf_checkpoint = 0 + + # Read from file + remain_bytes = -remain_bytes + if remain_bytes + len(self._buffer) > self._max_buffer_size: + raise BufferFull + while remain_bytes > 0: + to_read_bytes = max(self._read_size, remain_bytes) + read_data = self.file_like.read(to_read_bytes) + if not read_data: + break + assert isinstance(read_data, bytes) + self._buffer += read_data + remain_bytes -= len(read_data) + + if len(self._buffer) < n + self._buff_i and raise_outofdata: + self._buff_i = 0 # rollback + raise OutOfData + + def _read_header(self): + typ = TYPE_IMMEDIATE + n = 0 + obj = None + self._reserve(1) + b = self._buffer[self._buff_i] + self._buff_i += 1 + if b & 0b10000000 == 0: + obj = b + elif b & 0b11100000 == 0b11100000: + obj = -1 - (b ^ 0xFF) + elif b & 0b11100000 == 0b10100000: + n = b & 0b00011111 + typ = TYPE_RAW + if n > self._max_str_len: + raise ValueError("%s exceeds max_str_len(%s)" % (n, self._max_str_len)) + obj = self._read(n) + elif b & 0b11110000 == 0b10010000: + n = b & 0b00001111 + typ = TYPE_ARRAY + if n > self._max_array_len: + raise ValueError( + "%s exceeds max_array_len(%s)" % (n, self._max_array_len) + ) + elif b & 0b11110000 == 0b10000000: + n = b & 0b00001111 + typ = TYPE_MAP + if n > self._max_map_len: + raise ValueError("%s exceeds max_map_len(%s)" % (n, self._max_map_len)) + elif b == 0xC0: + obj = None + elif b == 0xC2: + obj = False + elif b == 0xC3: + obj = True + elif 0xC4 <= b <= 0xC6: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + n = _unpack_from(fmt, self._buffer, self._buff_i)[0] + else: + n = self._buffer[self._buff_i] + self._buff_i += size + if n > self._max_bin_len: + raise ValueError("%s exceeds max_bin_len(%s)" % (n, self._max_bin_len)) + obj = self._read(n) + elif 0xC7 <= b <= 0xC9: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + L, n = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if L > self._max_ext_len: + raise ValueError("%s exceeds max_ext_len(%s)" % (L, self._max_ext_len)) + obj = self._read(L) + elif 0xCA <= b <= 0xD3: + size, fmt = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + obj = _unpack_from(fmt, self._buffer, self._buff_i)[0] + else: + obj = self._buffer[self._buff_i] + self._buff_i += size + elif 0xD4 <= b <= 0xD8: + size, fmt, typ = _MSGPACK_HEADERS[b] + if self._max_ext_len < size: + raise ValueError( + "%s exceeds max_ext_len(%s)" % (size, self._max_ext_len) + ) + self._reserve(size + 1) + n, obj = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + 1 + elif 0xD9 <= b <= 0xDB: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + (n,) = _unpack_from(fmt, self._buffer, self._buff_i) + else: + n = self._buffer[self._buff_i] + self._buff_i += size + if n > self._max_str_len: + raise ValueError("%s exceeds max_str_len(%s)" % (n, self._max_str_len)) + obj = self._read(n) + elif 0xDC <= b <= 0xDD: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + (n,) = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if n > self._max_array_len: + raise ValueError( + "%s exceeds max_array_len(%s)" % (n, self._max_array_len) + ) + elif 0xDE <= b <= 0xDF: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + (n,) = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if n > self._max_map_len: + raise ValueError("%s exceeds max_map_len(%s)" % (n, self._max_map_len)) + else: + raise FormatError("Unknown header: 0x%x" % b) + return typ, n, obj + + def _unpack(self, execute=EX_CONSTRUCT): + typ, n, obj = self._read_header() + + if execute == EX_READ_ARRAY_HEADER: + if typ != TYPE_ARRAY: + raise ValueError("Expected array") + return n + if execute == EX_READ_MAP_HEADER: + if typ != TYPE_MAP: + raise ValueError("Expected map") + return n + # TODO should we eliminate the recursion? + if typ == TYPE_ARRAY: + if execute == EX_SKIP: + for i in xrange(n): + # TODO check whether we need to call `list_hook` + self._unpack(EX_SKIP) + return + ret = newlist_hint(n) + for i in xrange(n): + ret.append(self._unpack(EX_CONSTRUCT)) + if self._list_hook is not None: + ret = self._list_hook(ret) + # TODO is the interaction between `list_hook` and `use_list` ok? + return ret if self._use_list else tuple(ret) + if typ == TYPE_MAP: + if execute == EX_SKIP: + for i in xrange(n): + # TODO check whether we need to call hooks + self._unpack(EX_SKIP) + self._unpack(EX_SKIP) + return + if self._object_pairs_hook is not None: + ret = self._object_pairs_hook( + (self._unpack(EX_CONSTRUCT), self._unpack(EX_CONSTRUCT)) + for _ in xrange(n) + ) + else: + ret = {} + for _ in xrange(n): + key = self._unpack(EX_CONSTRUCT) + if self._strict_map_key and type(key) not in (unicode, bytes): + raise ValueError( + "%s is not allowed for map key" % str(type(key)) + ) + if not PY2 and type(key) is str: + key = sys.intern(key) + ret[key] = self._unpack(EX_CONSTRUCT) + if self._object_hook is not None: + ret = self._object_hook(ret) + return ret + if execute == EX_SKIP: + return + if typ == TYPE_RAW: + if self._raw: + obj = bytes(obj) + else: + obj = obj.decode("utf_8", self._unicode_errors) + return obj + if typ == TYPE_BIN: + return bytes(obj) + if typ == TYPE_EXT: + if n == -1: # timestamp + ts = Timestamp.from_bytes(bytes(obj)) + if self._timestamp == 1: + return ts.to_unix() + elif self._timestamp == 2: + return ts.to_unix_nano() + elif self._timestamp == 3: + return ts.to_datetime() + else: + return ts + else: + return self._ext_hook(n, bytes(obj)) + assert typ == TYPE_IMMEDIATE + return obj + + def __iter__(self): + return self + + def __next__(self): + try: + ret = self._unpack(EX_CONSTRUCT) + self._consume() + return ret + except OutOfData: + self._consume() + raise StopIteration + except RecursionError: + raise StackError + + next = __next__ + + def skip(self): + self._unpack(EX_SKIP) + self._consume() + + def unpack(self): + try: + ret = self._unpack(EX_CONSTRUCT) + except RecursionError: + raise StackError + self._consume() + return ret + + def read_array_header(self): + ret = self._unpack(EX_READ_ARRAY_HEADER) + self._consume() + return ret + + def read_map_header(self): + ret = self._unpack(EX_READ_MAP_HEADER) + self._consume() + return ret + + def tell(self): + return self._stream_offset + + +class Packer(object): + """ + MessagePack Packer + + Usage:: + + packer = Packer() + astream.write(packer.pack(a)) + astream.write(packer.pack(b)) + + Packer's constructor has some keyword arguments: + + :param callable default: + Convert user type to builtin type that Packer supports. + See also simplejson's document. + + :param bool use_single_float: + Use single precision float type for float. (default: False) + + :param bool autoreset: + Reset buffer after each pack and return its content as `bytes`. (default: True). + If set this to false, use `bytes()` to get content and `.reset()` to clear buffer. + + :param bool use_bin_type: + Use bin type introduced in msgpack spec 2.0 for bytes. + It also enables str8 type for unicode. (default: True) + + :param bool strict_types: + If set to true, types will be checked to be exact. Derived classes + from serializable types will not be serialized and will be + treated as unsupported type and forwarded to default. + Additionally tuples will not be serialized as lists. + This is useful when trying to implement accurate serialization + for python types. + + :param bool datetime: + If set to true, datetime with tzinfo is packed into Timestamp type. + Note that the tzinfo is stripped in the timestamp. + You can get UTC datetime with `timestamp=3` option of the Unpacker. + (Python 2 is not supported). + + :param str unicode_errors: + The error handler for encoding unicode. (default: 'strict') + DO NOT USE THIS!! This option is kept for very specific usage. + + Example of streaming deserialize from file-like object:: + + unpacker = Unpacker(file_like) + for o in unpacker: + process(o) + + Example of streaming deserialize from socket:: + + unpacker = Unpacker() + while True: + buf = sock.recv(1024**2) + if not buf: + break + unpacker.feed(buf) + for o in unpacker: + process(o) + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``OutOfData`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + """ + + def __init__( + self, + default=None, + use_single_float=False, + autoreset=True, + use_bin_type=True, + strict_types=False, + datetime=False, + unicode_errors=None, + ): + self._strict_types = strict_types + self._use_float = use_single_float + self._autoreset = autoreset + self._use_bin_type = use_bin_type + self._buffer = StringIO() + if PY2 and datetime: + raise ValueError("datetime is not supported in Python 2") + self._datetime = bool(datetime) + self._unicode_errors = unicode_errors or "strict" + if default is not None: + if not callable(default): + raise TypeError("default must be callable") + self._default = default + + def _pack( + self, + obj, + nest_limit=DEFAULT_RECURSE_LIMIT, + check=isinstance, + check_type_strict=_check_type_strict, + ): + default_used = False + if self._strict_types: + check = check_type_strict + list_types = list + else: + list_types = (list, tuple) + while True: + if nest_limit < 0: + raise ValueError("recursion limit exceeded") + if obj is None: + return self._buffer.write(b"\xc0") + if check(obj, bool): + if obj: + return self._buffer.write(b"\xc3") + return self._buffer.write(b"\xc2") + if check(obj, int_types): + if 0 <= obj < 0x80: + return self._buffer.write(struct.pack("B", obj)) + if -0x20 <= obj < 0: + return self._buffer.write(struct.pack("b", obj)) + if 0x80 <= obj <= 0xFF: + return self._buffer.write(struct.pack("BB", 0xCC, obj)) + if -0x80 <= obj < 0: + return self._buffer.write(struct.pack(">Bb", 0xD0, obj)) + if 0xFF < obj <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xCD, obj)) + if -0x8000 <= obj < -0x80: + return self._buffer.write(struct.pack(">Bh", 0xD1, obj)) + if 0xFFFF < obj <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xCE, obj)) + if -0x80000000 <= obj < -0x8000: + return self._buffer.write(struct.pack(">Bi", 0xD2, obj)) + if 0xFFFFFFFF < obj <= 0xFFFFFFFFFFFFFFFF: + return self._buffer.write(struct.pack(">BQ", 0xCF, obj)) + if -0x8000000000000000 <= obj < -0x80000000: + return self._buffer.write(struct.pack(">Bq", 0xD3, obj)) + if not default_used and self._default is not None: + obj = self._default(obj) + default_used = True + continue + raise OverflowError("Integer value out of range") + if check(obj, (bytes, bytearray)): + n = len(obj) + if n >= 2**32: + raise ValueError("%s is too large" % type(obj).__name__) + self._pack_bin_header(n) + return self._buffer.write(obj) + if check(obj, unicode): + obj = obj.encode("utf-8", self._unicode_errors) + n = len(obj) + if n >= 2**32: + raise ValueError("String is too large") + self._pack_raw_header(n) + return self._buffer.write(obj) + if check(obj, memoryview): + n = obj.nbytes + if n >= 2**32: + raise ValueError("Memoryview is too large") + self._pack_bin_header(n) + return self._buffer.write(obj) + if check(obj, float): + if self._use_float: + return self._buffer.write(struct.pack(">Bf", 0xCA, obj)) + return self._buffer.write(struct.pack(">Bd", 0xCB, obj)) + if check(obj, (ExtType, Timestamp)): + if check(obj, Timestamp): + code = -1 + data = obj.to_bytes() + else: + code = obj.code + data = obj.data + assert isinstance(code, int) + assert isinstance(data, bytes) + L = len(data) + if L == 1: + self._buffer.write(b"\xd4") + elif L == 2: + self._buffer.write(b"\xd5") + elif L == 4: + self._buffer.write(b"\xd6") + elif L == 8: + self._buffer.write(b"\xd7") + elif L == 16: + self._buffer.write(b"\xd8") + elif L <= 0xFF: + self._buffer.write(struct.pack(">BB", 0xC7, L)) + elif L <= 0xFFFF: + self._buffer.write(struct.pack(">BH", 0xC8, L)) + else: + self._buffer.write(struct.pack(">BI", 0xC9, L)) + self._buffer.write(struct.pack("b", code)) + self._buffer.write(data) + return + if check(obj, list_types): + n = len(obj) + self._pack_array_header(n) + for i in xrange(n): + self._pack(obj[i], nest_limit - 1) + return + if check(obj, dict): + return self._pack_map_pairs( + len(obj), dict_iteritems(obj), nest_limit - 1 + ) + + if self._datetime and check(obj, _DateTime) and obj.tzinfo is not None: + obj = Timestamp.from_datetime(obj) + default_used = 1 + continue + + if not default_used and self._default is not None: + obj = self._default(obj) + default_used = 1 + continue + + if self._datetime and check(obj, _DateTime): + raise ValueError("Cannot serialize %r where tzinfo=None" % (obj,)) + + raise TypeError("Cannot serialize %r" % (obj,)) + + def pack(self, obj): + try: + self._pack(obj) + except: + self._buffer = StringIO() # force reset + raise + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_map_pairs(self, pairs): + self._pack_map_pairs(len(pairs), pairs) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_array_header(self, n): + if n >= 2**32: + raise ValueError + self._pack_array_header(n) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_map_header(self, n): + if n >= 2**32: + raise ValueError + self._pack_map_header(n) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_ext_type(self, typecode, data): + if not isinstance(typecode, int): + raise TypeError("typecode must have int type.") + if not 0 <= typecode <= 127: + raise ValueError("typecode should be 0-127") + if not isinstance(data, bytes): + raise TypeError("data must have bytes type") + L = len(data) + if L > 0xFFFFFFFF: + raise ValueError("Too large data") + if L == 1: + self._buffer.write(b"\xd4") + elif L == 2: + self._buffer.write(b"\xd5") + elif L == 4: + self._buffer.write(b"\xd6") + elif L == 8: + self._buffer.write(b"\xd7") + elif L == 16: + self._buffer.write(b"\xd8") + elif L <= 0xFF: + self._buffer.write(b"\xc7" + struct.pack("B", L)) + elif L <= 0xFFFF: + self._buffer.write(b"\xc8" + struct.pack(">H", L)) + else: + self._buffer.write(b"\xc9" + struct.pack(">I", L)) + self._buffer.write(struct.pack("B", typecode)) + self._buffer.write(data) + + def _pack_array_header(self, n): + if n <= 0x0F: + return self._buffer.write(struct.pack("B", 0x90 + n)) + if n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xDC, n)) + if n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xDD, n)) + raise ValueError("Array is too large") + + def _pack_map_header(self, n): + if n <= 0x0F: + return self._buffer.write(struct.pack("B", 0x80 + n)) + if n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xDE, n)) + if n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xDF, n)) + raise ValueError("Dict is too large") + + def _pack_map_pairs(self, n, pairs, nest_limit=DEFAULT_RECURSE_LIMIT): + self._pack_map_header(n) + for (k, v) in pairs: + self._pack(k, nest_limit - 1) + self._pack(v, nest_limit - 1) + + def _pack_raw_header(self, n): + if n <= 0x1F: + self._buffer.write(struct.pack("B", 0xA0 + n)) + elif self._use_bin_type and n <= 0xFF: + self._buffer.write(struct.pack(">BB", 0xD9, n)) + elif n <= 0xFFFF: + self._buffer.write(struct.pack(">BH", 0xDA, n)) + elif n <= 0xFFFFFFFF: + self._buffer.write(struct.pack(">BI", 0xDB, n)) + else: + raise ValueError("Raw is too large") + + def _pack_bin_header(self, n): + if not self._use_bin_type: + return self._pack_raw_header(n) + elif n <= 0xFF: + return self._buffer.write(struct.pack(">BB", 0xC4, n)) + elif n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xC5, n)) + elif n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xC6, n)) + else: + raise ValueError("Bin is too large") + + def bytes(self): + """Return internal buffer contents as bytes object""" + return self._buffer.getvalue() + + def reset(self): + """Reset internal buffer. + + This method is useful only when autoreset=False. + """ + self._buffer = StringIO() + + def getbuffer(self): + """Return view of internal buffer.""" + if USING_STRINGBUILDER or PY2: + return memoryview(self.bytes()) + else: + return self._buffer.getbuffer() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py new file mode 100644 index 00000000..3551bc2d --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py @@ -0,0 +1,26 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +__all__ = [ + "__title__", + "__summary__", + "__uri__", + "__version__", + "__author__", + "__email__", + "__license__", + "__copyright__", +] + +__title__ = "packaging" +__summary__ = "Core utilities for Python packages" +__uri__ = "https://github.com/pypa/packaging" + +__version__ = "21.3" + +__author__ = "Donald Stufft and individual contributors" +__email__ = "donald@stufft.io" + +__license__ = "BSD-2-Clause or Apache-2.0" +__copyright__ = "2014-2019 %s" % __author__ diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py new file mode 100644 index 00000000..3c50c5dc --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py @@ -0,0 +1,25 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +from .__about__ import ( + __author__, + __copyright__, + __email__, + __license__, + __summary__, + __title__, + __uri__, + __version__, +) + +__all__ = [ + "__title__", + "__summary__", + "__uri__", + "__version__", + "__author__", + "__email__", + "__license__", + "__copyright__", +] diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..de3b2522a7a465b578171561adac1397a143d356 GIT binary patch literal 665 zcmY*V%Wl&^6dmW~IH}t#5URSU3=)fg>}gyUyo7*u3qq>cn8nEPOyW@;k2Q}-_R2{7 z0%D8U@hz;_MO{VW2P(SjitB``;!1O7&dj+-cg|1O9U!QWZ}(?kS_u7a$V~y?)Kv)E zS2RZyeYYY+t;nLSs72dRn|7iO?M7YNi+a?KY}#kts)tb2FP-sV+`n)L(OhSYkc%N9 z$}ASKEP>dB7|FM{OC}W;IgkM%vC*lJaE4B{hb?r&r{vVia0rs z=RBWR_fLdmp3ywxnlt6ig!JB*V3&Ja5mVK@RO>=L!+6ehYNkOV7Pu&j7~k4-!bxyk zjZZ}$XVg2>W;WAaoKuhIlrK3oapol=*OE_-7E)Csx{+x& z&-jCa0uzu?A#Vf1Fz-|t2tO#w>;8*{peAE4 rtaihCxElDiz23c357+LKda&9#tey4lLwFb+emnRzdi2SaF7*Ee;F-=! literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d65a0f9da7329eedd57113bd549c716822ee397d GIT binary patch literal 501 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 CLv;rL literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4f53f58085229482dd7973d34195e9539f216086 GIT binary patch literal 6942 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..83b3aaf9c474f98bde13f298265f4d9475b4158d GIT binary patch literal 3276 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e8ac16fdf11399e6213ec0d7e6ef3b643b80f33f GIT binary patch literal 19974 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py new file mode 100644 index 00000000..4c379aa6 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py @@ -0,0 +1,301 @@ +import collections +import functools +import os +import re +import struct +import sys +import warnings +from typing import IO, Dict, Iterator, NamedTuple, Optional, Tuple + + +# Python does not provide platform information at sufficient granularity to +# identify the architecture of the running executable in some cases, so we +# determine it dynamically by reading the information from the running +# process. This only applies on Linux, which uses the ELF format. +class _ELFFileHeader: + # https://en.wikipedia.org/wiki/Executable_and_Linkable_Format#File_header + class _InvalidELFFileHeader(ValueError): + """ + An invalid ELF file header was found. + """ + + ELF_MAGIC_NUMBER = 0x7F454C46 + ELFCLASS32 = 1 + ELFCLASS64 = 2 + ELFDATA2LSB = 1 + ELFDATA2MSB = 2 + EM_386 = 3 + EM_S390 = 22 + EM_ARM = 40 + EM_X86_64 = 62 + EF_ARM_ABIMASK = 0xFF000000 + EF_ARM_ABI_VER5 = 0x05000000 + EF_ARM_ABI_FLOAT_HARD = 0x00000400 + + def __init__(self, file: IO[bytes]) -> None: + def unpack(fmt: str) -> int: + try: + data = file.read(struct.calcsize(fmt)) + result: Tuple[int, ...] = struct.unpack(fmt, data) + except struct.error: + raise _ELFFileHeader._InvalidELFFileHeader() + return result[0] + + self.e_ident_magic = unpack(">I") + if self.e_ident_magic != self.ELF_MAGIC_NUMBER: + raise _ELFFileHeader._InvalidELFFileHeader() + self.e_ident_class = unpack("B") + if self.e_ident_class not in {self.ELFCLASS32, self.ELFCLASS64}: + raise _ELFFileHeader._InvalidELFFileHeader() + self.e_ident_data = unpack("B") + if self.e_ident_data not in {self.ELFDATA2LSB, self.ELFDATA2MSB}: + raise _ELFFileHeader._InvalidELFFileHeader() + self.e_ident_version = unpack("B") + self.e_ident_osabi = unpack("B") + self.e_ident_abiversion = unpack("B") + self.e_ident_pad = file.read(7) + format_h = "H" + format_i = "I" + format_q = "Q" + format_p = format_i if self.e_ident_class == self.ELFCLASS32 else format_q + self.e_type = unpack(format_h) + self.e_machine = unpack(format_h) + self.e_version = unpack(format_i) + self.e_entry = unpack(format_p) + self.e_phoff = unpack(format_p) + self.e_shoff = unpack(format_p) + self.e_flags = unpack(format_i) + self.e_ehsize = unpack(format_h) + self.e_phentsize = unpack(format_h) + self.e_phnum = unpack(format_h) + self.e_shentsize = unpack(format_h) + self.e_shnum = unpack(format_h) + self.e_shstrndx = unpack(format_h) + + +def _get_elf_header() -> Optional[_ELFFileHeader]: + try: + with open(sys.executable, "rb") as f: + elf_header = _ELFFileHeader(f) + except (OSError, TypeError, _ELFFileHeader._InvalidELFFileHeader): + return None + return elf_header + + +def _is_linux_armhf() -> bool: + # hard-float ABI can be detected from the ELF header of the running + # process + # https://static.docs.arm.com/ihi0044/g/aaelf32.pdf + elf_header = _get_elf_header() + if elf_header is None: + return False + result = elf_header.e_ident_class == elf_header.ELFCLASS32 + result &= elf_header.e_ident_data == elf_header.ELFDATA2LSB + result &= elf_header.e_machine == elf_header.EM_ARM + result &= ( + elf_header.e_flags & elf_header.EF_ARM_ABIMASK + ) == elf_header.EF_ARM_ABI_VER5 + result &= ( + elf_header.e_flags & elf_header.EF_ARM_ABI_FLOAT_HARD + ) == elf_header.EF_ARM_ABI_FLOAT_HARD + return result + + +def _is_linux_i686() -> bool: + elf_header = _get_elf_header() + if elf_header is None: + return False + result = elf_header.e_ident_class == elf_header.ELFCLASS32 + result &= elf_header.e_ident_data == elf_header.ELFDATA2LSB + result &= elf_header.e_machine == elf_header.EM_386 + return result + + +def _have_compatible_abi(arch: str) -> bool: + if arch == "armv7l": + return _is_linux_armhf() + if arch == "i686": + return _is_linux_i686() + return arch in {"x86_64", "aarch64", "ppc64", "ppc64le", "s390x"} + + +# If glibc ever changes its major version, we need to know what the last +# minor version was, so we can build the complete list of all versions. +# For now, guess what the highest minor version might be, assume it will +# be 50 for testing. Once this actually happens, update the dictionary +# with the actual value. +_LAST_GLIBC_MINOR: Dict[int, int] = collections.defaultdict(lambda: 50) + + +class _GLibCVersion(NamedTuple): + major: int + minor: int + + +def _glibc_version_string_confstr() -> Optional[str]: + """ + Primary implementation of glibc_version_string using os.confstr. + """ + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module. + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c/Lib/platform.py#L175-L183 + try: + # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17". + version_string = os.confstr("CS_GNU_LIBC_VERSION") + assert version_string is not None + _, version = version_string.split() + except (AssertionError, AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def _glibc_version_string_ctypes() -> Optional[str]: + """ + Fallback implementation of glibc_version_string using ctypes. + """ + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + # + # We must also handle the special case where the executable is not a + # dynamically linked executable. This can occur when using musl libc, + # for example. In this situation, dlopen() will error, leading to an + # OSError. Interestingly, at least in the case of musl, there is no + # errno set on the OSError. The single string argument used to construct + # OSError comes from libc itself and is therefore not portable to + # hard code here. In any case, failure to call dlopen() means we + # can proceed, so we bail on our attempt. + try: + process_namespace = ctypes.CDLL(None) + except OSError: + return None + + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str: str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +def _glibc_version_string() -> Optional[str]: + """Returns glibc version string, or None if not using glibc.""" + return _glibc_version_string_confstr() or _glibc_version_string_ctypes() + + +def _parse_glibc_version(version_str: str) -> Tuple[int, int]: + """Parse glibc version. + + We use a regexp instead of str.split because we want to discard any + random junk that might come after the minor version -- this might happen + in patched/forked versions of glibc (e.g. Linaro's version of glibc + uses version strings like "2.20-2014.11"). See gh-3588. + """ + m = re.match(r"(?P[0-9]+)\.(?P[0-9]+)", version_str) + if not m: + warnings.warn( + "Expected glibc version with 2 components major.minor," + " got: %s" % version_str, + RuntimeWarning, + ) + return -1, -1 + return int(m.group("major")), int(m.group("minor")) + + +@functools.lru_cache() +def _get_glibc_version() -> Tuple[int, int]: + version_str = _glibc_version_string() + if version_str is None: + return (-1, -1) + return _parse_glibc_version(version_str) + + +# From PEP 513, PEP 600 +def _is_compatible(name: str, arch: str, version: _GLibCVersion) -> bool: + sys_glibc = _get_glibc_version() + if sys_glibc < version: + return False + # Check for presence of _manylinux module. + try: + import _manylinux # noqa + except ImportError: + return True + if hasattr(_manylinux, "manylinux_compatible"): + result = _manylinux.manylinux_compatible(version[0], version[1], arch) + if result is not None: + return bool(result) + return True + if version == _GLibCVersion(2, 5): + if hasattr(_manylinux, "manylinux1_compatible"): + return bool(_manylinux.manylinux1_compatible) + if version == _GLibCVersion(2, 12): + if hasattr(_manylinux, "manylinux2010_compatible"): + return bool(_manylinux.manylinux2010_compatible) + if version == _GLibCVersion(2, 17): + if hasattr(_manylinux, "manylinux2014_compatible"): + return bool(_manylinux.manylinux2014_compatible) + return True + + +_LEGACY_MANYLINUX_MAP = { + # CentOS 7 w/ glibc 2.17 (PEP 599) + (2, 17): "manylinux2014", + # CentOS 6 w/ glibc 2.12 (PEP 571) + (2, 12): "manylinux2010", + # CentOS 5 w/ glibc 2.5 (PEP 513) + (2, 5): "manylinux1", +} + + +def platform_tags(linux: str, arch: str) -> Iterator[str]: + if not _have_compatible_abi(arch): + return + # Oldest glibc to be supported regardless of architecture is (2, 17). + too_old_glibc2 = _GLibCVersion(2, 16) + if arch in {"x86_64", "i686"}: + # On x86/i686 also oldest glibc to be supported is (2, 5). + too_old_glibc2 = _GLibCVersion(2, 4) + current_glibc = _GLibCVersion(*_get_glibc_version()) + glibc_max_list = [current_glibc] + # We can assume compatibility across glibc major versions. + # https://sourceware.org/bugzilla/show_bug.cgi?id=24636 + # + # Build a list of maximum glibc versions so that we can + # output the canonical list of all glibc from current_glibc + # down to too_old_glibc2, including all intermediary versions. + for glibc_major in range(current_glibc.major - 1, 1, -1): + glibc_minor = _LAST_GLIBC_MINOR[glibc_major] + glibc_max_list.append(_GLibCVersion(glibc_major, glibc_minor)) + for glibc_max in glibc_max_list: + if glibc_max.major == too_old_glibc2.major: + min_minor = too_old_glibc2.minor + else: + # For other glibc major versions oldest supported is (x, 0). + min_minor = -1 + for glibc_minor in range(glibc_max.minor, min_minor, -1): + glibc_version = _GLibCVersion(glibc_max.major, glibc_minor) + tag = "manylinux_{}_{}".format(*glibc_version) + if _is_compatible(tag, arch, glibc_version): + yield linux.replace("linux", tag) + # Handle the legacy manylinux1, manylinux2010, manylinux2014 tags. + if glibc_version in _LEGACY_MANYLINUX_MAP: + legacy_tag = _LEGACY_MANYLINUX_MAP[glibc_version] + if _is_compatible(legacy_tag, arch, glibc_version): + yield linux.replace("linux", legacy_tag) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py new file mode 100644 index 00000000..8ac3059b --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py @@ -0,0 +1,136 @@ +"""PEP 656 support. + +This module implements logic to detect if the currently running Python is +linked against musl, and what musl version is used. +""" + +import contextlib +import functools +import operator +import os +import re +import struct +import subprocess +import sys +from typing import IO, Iterator, NamedTuple, Optional, Tuple + + +def _read_unpacked(f: IO[bytes], fmt: str) -> Tuple[int, ...]: + return struct.unpack(fmt, f.read(struct.calcsize(fmt))) + + +def _parse_ld_musl_from_elf(f: IO[bytes]) -> Optional[str]: + """Detect musl libc location by parsing the Python executable. + + Based on: https://gist.github.com/lyssdod/f51579ae8d93c8657a5564aefc2ffbca + ELF header: https://refspecs.linuxfoundation.org/elf/gabi4+/ch4.eheader.html + """ + f.seek(0) + try: + ident = _read_unpacked(f, "16B") + except struct.error: + return None + if ident[:4] != tuple(b"\x7fELF"): # Invalid magic, not ELF. + return None + f.seek(struct.calcsize("HHI"), 1) # Skip file type, machine, and version. + + try: + # e_fmt: Format for program header. + # p_fmt: Format for section header. + # p_idx: Indexes to find p_type, p_offset, and p_filesz. + e_fmt, p_fmt, p_idx = { + 1: ("IIIIHHH", "IIIIIIII", (0, 1, 4)), # 32-bit. + 2: ("QQQIHHH", "IIQQQQQQ", (0, 2, 5)), # 64-bit. + }[ident[4]] + except KeyError: + return None + else: + p_get = operator.itemgetter(*p_idx) + + # Find the interpreter section and return its content. + try: + _, e_phoff, _, _, _, e_phentsize, e_phnum = _read_unpacked(f, e_fmt) + except struct.error: + return None + for i in range(e_phnum + 1): + f.seek(e_phoff + e_phentsize * i) + try: + p_type, p_offset, p_filesz = p_get(_read_unpacked(f, p_fmt)) + except struct.error: + return None + if p_type != 3: # Not PT_INTERP. + continue + f.seek(p_offset) + interpreter = os.fsdecode(f.read(p_filesz)).strip("\0") + if "musl" not in interpreter: + return None + return interpreter + return None + + +class _MuslVersion(NamedTuple): + major: int + minor: int + + +def _parse_musl_version(output: str) -> Optional[_MuslVersion]: + lines = [n for n in (n.strip() for n in output.splitlines()) if n] + if len(lines) < 2 or lines[0][:4] != "musl": + return None + m = re.match(r"Version (\d+)\.(\d+)", lines[1]) + if not m: + return None + return _MuslVersion(major=int(m.group(1)), minor=int(m.group(2))) + + +@functools.lru_cache() +def _get_musl_version(executable: str) -> Optional[_MuslVersion]: + """Detect currently-running musl runtime version. + + This is done by checking the specified executable's dynamic linking + information, and invoking the loader to parse its output for a version + string. If the loader is musl, the output would be something like:: + + musl libc (x86_64) + Version 1.2.2 + Dynamic Program Loader + """ + with contextlib.ExitStack() as stack: + try: + f = stack.enter_context(open(executable, "rb")) + except OSError: + return None + ld = _parse_ld_musl_from_elf(f) + if not ld: + return None + proc = subprocess.run([ld], stderr=subprocess.PIPE, universal_newlines=True) + return _parse_musl_version(proc.stderr) + + +def platform_tags(arch: str) -> Iterator[str]: + """Generate musllinux tags compatible to the current platform. + + :param arch: Should be the part of platform tag after the ``linux_`` + prefix, e.g. ``x86_64``. The ``linux_`` prefix is assumed as a + prerequisite for the current platform to be musllinux-compatible. + + :returns: An iterator of compatible musllinux tags. + """ + sys_musl = _get_musl_version(sys.executable) + if sys_musl is None: # Python not dynamically linked against musl. + return + for minor in range(sys_musl.minor, -1, -1): + yield f"musllinux_{sys_musl.major}_{minor}_{arch}" + + +if __name__ == "__main__": # pragma: no cover + import sysconfig + + plat = sysconfig.get_platform() + assert plat.startswith("linux-"), "not linux" + + print("plat:", plat) + print("musl:", _get_musl_version(sys.executable)) + print("tags:", end=" ") + for t in platform_tags(re.sub(r"[.-]", "_", plat.split("-", 1)[-1])): + print(t, end="\n ") diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py new file mode 100644 index 00000000..90a6465f --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py @@ -0,0 +1,61 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + + +class InfinityType: + def __repr__(self) -> str: + return "Infinity" + + def __hash__(self) -> int: + return hash(repr(self)) + + def __lt__(self, other: object) -> bool: + return False + + def __le__(self, other: object) -> bool: + return False + + def __eq__(self, other: object) -> bool: + return isinstance(other, self.__class__) + + def __gt__(self, other: object) -> bool: + return True + + def __ge__(self, other: object) -> bool: + return True + + def __neg__(self: object) -> "NegativeInfinityType": + return NegativeInfinity + + +Infinity = InfinityType() + + +class NegativeInfinityType: + def __repr__(self) -> str: + return "-Infinity" + + def __hash__(self) -> int: + return hash(repr(self)) + + def __lt__(self, other: object) -> bool: + return True + + def __le__(self, other: object) -> bool: + return True + + def __eq__(self, other: object) -> bool: + return isinstance(other, self.__class__) + + def __gt__(self, other: object) -> bool: + return False + + def __ge__(self, other: object) -> bool: + return False + + def __neg__(self: object) -> InfinityType: + return Infinity + + +NegativeInfinity = NegativeInfinityType() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py new file mode 100644 index 00000000..540e7a4d --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py @@ -0,0 +1,304 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import operator +import os +import platform +import sys +from typing import Any, Callable, Dict, List, Optional, Tuple, Union + +from pip._vendor.pyparsing import ( # noqa: N817 + Forward, + Group, + Literal as L, + ParseException, + ParseResults, + QuotedString, + ZeroOrMore, + stringEnd, + stringStart, +) + +from .specifiers import InvalidSpecifier, Specifier + +__all__ = [ + "InvalidMarker", + "UndefinedComparison", + "UndefinedEnvironmentName", + "Marker", + "default_environment", +] + +Operator = Callable[[str, str], bool] + + +class InvalidMarker(ValueError): + """ + An invalid marker was found, users should refer to PEP 508. + """ + + +class UndefinedComparison(ValueError): + """ + An invalid operation was attempted on a value that doesn't support it. + """ + + +class UndefinedEnvironmentName(ValueError): + """ + A name was attempted to be used that does not exist inside of the + environment. + """ + + +class Node: + def __init__(self, value: Any) -> None: + self.value = value + + def __str__(self) -> str: + return str(self.value) + + def __repr__(self) -> str: + return f"<{self.__class__.__name__}('{self}')>" + + def serialize(self) -> str: + raise NotImplementedError + + +class Variable(Node): + def serialize(self) -> str: + return str(self) + + +class Value(Node): + def serialize(self) -> str: + return f'"{self}"' + + +class Op(Node): + def serialize(self) -> str: + return str(self) + + +VARIABLE = ( + L("implementation_version") + | L("platform_python_implementation") + | L("implementation_name") + | L("python_full_version") + | L("platform_release") + | L("platform_version") + | L("platform_machine") + | L("platform_system") + | L("python_version") + | L("sys_platform") + | L("os_name") + | L("os.name") # PEP-345 + | L("sys.platform") # PEP-345 + | L("platform.version") # PEP-345 + | L("platform.machine") # PEP-345 + | L("platform.python_implementation") # PEP-345 + | L("python_implementation") # undocumented setuptools legacy + | L("extra") # PEP-508 +) +ALIASES = { + "os.name": "os_name", + "sys.platform": "sys_platform", + "platform.version": "platform_version", + "platform.machine": "platform_machine", + "platform.python_implementation": "platform_python_implementation", + "python_implementation": "platform_python_implementation", +} +VARIABLE.setParseAction(lambda s, l, t: Variable(ALIASES.get(t[0], t[0]))) + +VERSION_CMP = ( + L("===") | L("==") | L(">=") | L("<=") | L("!=") | L("~=") | L(">") | L("<") +) + +MARKER_OP = VERSION_CMP | L("not in") | L("in") +MARKER_OP.setParseAction(lambda s, l, t: Op(t[0])) + +MARKER_VALUE = QuotedString("'") | QuotedString('"') +MARKER_VALUE.setParseAction(lambda s, l, t: Value(t[0])) + +BOOLOP = L("and") | L("or") + +MARKER_VAR = VARIABLE | MARKER_VALUE + +MARKER_ITEM = Group(MARKER_VAR + MARKER_OP + MARKER_VAR) +MARKER_ITEM.setParseAction(lambda s, l, t: tuple(t[0])) + +LPAREN = L("(").suppress() +RPAREN = L(")").suppress() + +MARKER_EXPR = Forward() +MARKER_ATOM = MARKER_ITEM | Group(LPAREN + MARKER_EXPR + RPAREN) +MARKER_EXPR << MARKER_ATOM + ZeroOrMore(BOOLOP + MARKER_EXPR) + +MARKER = stringStart + MARKER_EXPR + stringEnd + + +def _coerce_parse_result(results: Union[ParseResults, List[Any]]) -> List[Any]: + if isinstance(results, ParseResults): + return [_coerce_parse_result(i) for i in results] + else: + return results + + +def _format_marker( + marker: Union[List[str], Tuple[Node, ...], str], first: Optional[bool] = True +) -> str: + + assert isinstance(marker, (list, tuple, str)) + + # Sometimes we have a structure like [[...]] which is a single item list + # where the single item is itself it's own list. In that case we want skip + # the rest of this function so that we don't get extraneous () on the + # outside. + if ( + isinstance(marker, list) + and len(marker) == 1 + and isinstance(marker[0], (list, tuple)) + ): + return _format_marker(marker[0]) + + if isinstance(marker, list): + inner = (_format_marker(m, first=False) for m in marker) + if first: + return " ".join(inner) + else: + return "(" + " ".join(inner) + ")" + elif isinstance(marker, tuple): + return " ".join([m.serialize() for m in marker]) + else: + return marker + + +_operators: Dict[str, Operator] = { + "in": lambda lhs, rhs: lhs in rhs, + "not in": lambda lhs, rhs: lhs not in rhs, + "<": operator.lt, + "<=": operator.le, + "==": operator.eq, + "!=": operator.ne, + ">=": operator.ge, + ">": operator.gt, +} + + +def _eval_op(lhs: str, op: Op, rhs: str) -> bool: + try: + spec = Specifier("".join([op.serialize(), rhs])) + except InvalidSpecifier: + pass + else: + return spec.contains(lhs) + + oper: Optional[Operator] = _operators.get(op.serialize()) + if oper is None: + raise UndefinedComparison(f"Undefined {op!r} on {lhs!r} and {rhs!r}.") + + return oper(lhs, rhs) + + +class Undefined: + pass + + +_undefined = Undefined() + + +def _get_env(environment: Dict[str, str], name: str) -> str: + value: Union[str, Undefined] = environment.get(name, _undefined) + + if isinstance(value, Undefined): + raise UndefinedEnvironmentName( + f"{name!r} does not exist in evaluation environment." + ) + + return value + + +def _evaluate_markers(markers: List[Any], environment: Dict[str, str]) -> bool: + groups: List[List[bool]] = [[]] + + for marker in markers: + assert isinstance(marker, (list, tuple, str)) + + if isinstance(marker, list): + groups[-1].append(_evaluate_markers(marker, environment)) + elif isinstance(marker, tuple): + lhs, op, rhs = marker + + if isinstance(lhs, Variable): + lhs_value = _get_env(environment, lhs.value) + rhs_value = rhs.value + else: + lhs_value = lhs.value + rhs_value = _get_env(environment, rhs.value) + + groups[-1].append(_eval_op(lhs_value, op, rhs_value)) + else: + assert marker in ["and", "or"] + if marker == "or": + groups.append([]) + + return any(all(item) for item in groups) + + +def format_full_version(info: "sys._version_info") -> str: + version = "{0.major}.{0.minor}.{0.micro}".format(info) + kind = info.releaselevel + if kind != "final": + version += kind[0] + str(info.serial) + return version + + +def default_environment() -> Dict[str, str]: + iver = format_full_version(sys.implementation.version) + implementation_name = sys.implementation.name + return { + "implementation_name": implementation_name, + "implementation_version": iver, + "os_name": os.name, + "platform_machine": platform.machine(), + "platform_release": platform.release(), + "platform_system": platform.system(), + "platform_version": platform.version(), + "python_full_version": platform.python_version(), + "platform_python_implementation": platform.python_implementation(), + "python_version": ".".join(platform.python_version_tuple()[:2]), + "sys_platform": sys.platform, + } + + +class Marker: + def __init__(self, marker: str) -> None: + try: + self._markers = _coerce_parse_result(MARKER.parseString(marker)) + except ParseException as e: + raise InvalidMarker( + f"Invalid marker: {marker!r}, parse error at " + f"{marker[e.loc : e.loc + 8]!r}" + ) + + def __str__(self) -> str: + return _format_marker(self._markers) + + def __repr__(self) -> str: + return f"" + + def evaluate(self, environment: Optional[Dict[str, str]] = None) -> bool: + """Evaluate a marker. + + Return the boolean from evaluating the given marker against the + environment. environment is an optional argument to override all or + part of the determined environment. + + The environment is determined from the current Python process. + """ + current_environment = default_environment() + if environment is not None: + current_environment.update(environment) + + return _evaluate_markers(self._markers, current_environment) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/py.typed b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py new file mode 100644 index 00000000..1eab7dd6 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py @@ -0,0 +1,146 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import re +import string +import urllib.parse +from typing import List, Optional as TOptional, Set + +from pip._vendor.pyparsing import ( # noqa + Combine, + Literal as L, + Optional, + ParseException, + Regex, + Word, + ZeroOrMore, + originalTextFor, + stringEnd, + stringStart, +) + +from .markers import MARKER_EXPR, Marker +from .specifiers import LegacySpecifier, Specifier, SpecifierSet + + +class InvalidRequirement(ValueError): + """ + An invalid requirement was found, users should refer to PEP 508. + """ + + +ALPHANUM = Word(string.ascii_letters + string.digits) + +LBRACKET = L("[").suppress() +RBRACKET = L("]").suppress() +LPAREN = L("(").suppress() +RPAREN = L(")").suppress() +COMMA = L(",").suppress() +SEMICOLON = L(";").suppress() +AT = L("@").suppress() + +PUNCTUATION = Word("-_.") +IDENTIFIER_END = ALPHANUM | (ZeroOrMore(PUNCTUATION) + ALPHANUM) +IDENTIFIER = Combine(ALPHANUM + ZeroOrMore(IDENTIFIER_END)) + +NAME = IDENTIFIER("name") +EXTRA = IDENTIFIER + +URI = Regex(r"[^ ]+")("url") +URL = AT + URI + +EXTRAS_LIST = EXTRA + ZeroOrMore(COMMA + EXTRA) +EXTRAS = (LBRACKET + Optional(EXTRAS_LIST) + RBRACKET)("extras") + +VERSION_PEP440 = Regex(Specifier._regex_str, re.VERBOSE | re.IGNORECASE) +VERSION_LEGACY = Regex(LegacySpecifier._regex_str, re.VERBOSE | re.IGNORECASE) + +VERSION_ONE = VERSION_PEP440 ^ VERSION_LEGACY +VERSION_MANY = Combine( + VERSION_ONE + ZeroOrMore(COMMA + VERSION_ONE), joinString=",", adjacent=False +)("_raw_spec") +_VERSION_SPEC = Optional((LPAREN + VERSION_MANY + RPAREN) | VERSION_MANY) +_VERSION_SPEC.setParseAction(lambda s, l, t: t._raw_spec or "") + +VERSION_SPEC = originalTextFor(_VERSION_SPEC)("specifier") +VERSION_SPEC.setParseAction(lambda s, l, t: t[1]) + +MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker") +MARKER_EXPR.setParseAction( + lambda s, l, t: Marker(s[t._original_start : t._original_end]) +) +MARKER_SEPARATOR = SEMICOLON +MARKER = MARKER_SEPARATOR + MARKER_EXPR + +VERSION_AND_MARKER = VERSION_SPEC + Optional(MARKER) +URL_AND_MARKER = URL + Optional(MARKER) + +NAMED_REQUIREMENT = NAME + Optional(EXTRAS) + (URL_AND_MARKER | VERSION_AND_MARKER) + +REQUIREMENT = stringStart + NAMED_REQUIREMENT + stringEnd +# pyparsing isn't thread safe during initialization, so we do it eagerly, see +# issue #104 +REQUIREMENT.parseString("x[]") + + +class Requirement: + """Parse a requirement. + + Parse a given requirement string into its parts, such as name, specifier, + URL, and extras. Raises InvalidRequirement on a badly-formed requirement + string. + """ + + # TODO: Can we test whether something is contained within a requirement? + # If so how do we do that? Do we need to test against the _name_ of + # the thing as well as the version? What about the markers? + # TODO: Can we normalize the name and extra name? + + def __init__(self, requirement_string: str) -> None: + try: + req = REQUIREMENT.parseString(requirement_string) + except ParseException as e: + raise InvalidRequirement( + f'Parse error at "{ requirement_string[e.loc : e.loc + 8]!r}": {e.msg}' + ) + + self.name: str = req.name + if req.url: + parsed_url = urllib.parse.urlparse(req.url) + if parsed_url.scheme == "file": + if urllib.parse.urlunparse(parsed_url) != req.url: + raise InvalidRequirement("Invalid URL given") + elif not (parsed_url.scheme and parsed_url.netloc) or ( + not parsed_url.scheme and not parsed_url.netloc + ): + raise InvalidRequirement(f"Invalid URL: {req.url}") + self.url: TOptional[str] = req.url + else: + self.url = None + self.extras: Set[str] = set(req.extras.asList() if req.extras else []) + self.specifier: SpecifierSet = SpecifierSet(req.specifier) + self.marker: TOptional[Marker] = req.marker if req.marker else None + + def __str__(self) -> str: + parts: List[str] = [self.name] + + if self.extras: + formatted_extras = ",".join(sorted(self.extras)) + parts.append(f"[{formatted_extras}]") + + if self.specifier: + parts.append(str(self.specifier)) + + if self.url: + parts.append(f"@ {self.url}") + if self.marker: + parts.append(" ") + + if self.marker: + parts.append(f"; {self.marker}") + + return "".join(parts) + + def __repr__(self) -> str: + return f"" diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py new file mode 100644 index 00000000..0e218a6f --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py @@ -0,0 +1,802 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import abc +import functools +import itertools +import re +import warnings +from typing import ( + Callable, + Dict, + Iterable, + Iterator, + List, + Optional, + Pattern, + Set, + Tuple, + TypeVar, + Union, +) + +from .utils import canonicalize_version +from .version import LegacyVersion, Version, parse + +ParsedVersion = Union[Version, LegacyVersion] +UnparsedVersion = Union[Version, LegacyVersion, str] +VersionTypeVar = TypeVar("VersionTypeVar", bound=UnparsedVersion) +CallableOperator = Callable[[ParsedVersion, str], bool] + + +class InvalidSpecifier(ValueError): + """ + An invalid specifier was found, users should refer to PEP 440. + """ + + +class BaseSpecifier(metaclass=abc.ABCMeta): + @abc.abstractmethod + def __str__(self) -> str: + """ + Returns the str representation of this Specifier like object. This + should be representative of the Specifier itself. + """ + + @abc.abstractmethod + def __hash__(self) -> int: + """ + Returns a hash value for this Specifier like object. + """ + + @abc.abstractmethod + def __eq__(self, other: object) -> bool: + """ + Returns a boolean representing whether or not the two Specifier like + objects are equal. + """ + + @abc.abstractproperty + def prereleases(self) -> Optional[bool]: + """ + Returns whether or not pre-releases as a whole are allowed by this + specifier. + """ + + @prereleases.setter + def prereleases(self, value: bool) -> None: + """ + Sets whether or not pre-releases as a whole are allowed by this + specifier. + """ + + @abc.abstractmethod + def contains(self, item: str, prereleases: Optional[bool] = None) -> bool: + """ + Determines if the given item is contained within this specifier. + """ + + @abc.abstractmethod + def filter( + self, iterable: Iterable[VersionTypeVar], prereleases: Optional[bool] = None + ) -> Iterable[VersionTypeVar]: + """ + Takes an iterable of items and filters them so that only items which + are contained within this specifier are allowed in it. + """ + + +class _IndividualSpecifier(BaseSpecifier): + + _operators: Dict[str, str] = {} + _regex: Pattern[str] + + def __init__(self, spec: str = "", prereleases: Optional[bool] = None) -> None: + match = self._regex.search(spec) + if not match: + raise InvalidSpecifier(f"Invalid specifier: '{spec}'") + + self._spec: Tuple[str, str] = ( + match.group("operator").strip(), + match.group("version").strip(), + ) + + # Store whether or not this Specifier should accept prereleases + self._prereleases = prereleases + + def __repr__(self) -> str: + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"<{self.__class__.__name__}({str(self)!r}{pre})>" + + def __str__(self) -> str: + return "{}{}".format(*self._spec) + + @property + def _canonical_spec(self) -> Tuple[str, str]: + return self._spec[0], canonicalize_version(self._spec[1]) + + def __hash__(self) -> int: + return hash(self._canonical_spec) + + def __eq__(self, other: object) -> bool: + if isinstance(other, str): + try: + other = self.__class__(str(other)) + except InvalidSpecifier: + return NotImplemented + elif not isinstance(other, self.__class__): + return NotImplemented + + return self._canonical_spec == other._canonical_spec + + def _get_operator(self, op: str) -> CallableOperator: + operator_callable: CallableOperator = getattr( + self, f"_compare_{self._operators[op]}" + ) + return operator_callable + + def _coerce_version(self, version: UnparsedVersion) -> ParsedVersion: + if not isinstance(version, (LegacyVersion, Version)): + version = parse(version) + return version + + @property + def operator(self) -> str: + return self._spec[0] + + @property + def version(self) -> str: + return self._spec[1] + + @property + def prereleases(self) -> Optional[bool]: + return self._prereleases + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + def __contains__(self, item: str) -> bool: + return self.contains(item) + + def contains( + self, item: UnparsedVersion, prereleases: Optional[bool] = None + ) -> bool: + + # Determine if prereleases are to be allowed or not. + if prereleases is None: + prereleases = self.prereleases + + # Normalize item to a Version or LegacyVersion, this allows us to have + # a shortcut for ``"2.0" in Specifier(">=2") + normalized_item = self._coerce_version(item) + + # Determine if we should be supporting prereleases in this specifier + # or not, if we do not support prereleases than we can short circuit + # logic if this version is a prereleases. + if normalized_item.is_prerelease and not prereleases: + return False + + # Actually do the comparison to determine if this item is contained + # within this Specifier or not. + operator_callable: CallableOperator = self._get_operator(self.operator) + return operator_callable(normalized_item, self.version) + + def filter( + self, iterable: Iterable[VersionTypeVar], prereleases: Optional[bool] = None + ) -> Iterable[VersionTypeVar]: + + yielded = False + found_prereleases = [] + + kw = {"prereleases": prereleases if prereleases is not None else True} + + # Attempt to iterate over all the values in the iterable and if any of + # them match, yield them. + for version in iterable: + parsed_version = self._coerce_version(version) + + if self.contains(parsed_version, **kw): + # If our version is a prerelease, and we were not set to allow + # prereleases, then we'll store it for later in case nothing + # else matches this specifier. + if parsed_version.is_prerelease and not ( + prereleases or self.prereleases + ): + found_prereleases.append(version) + # Either this is not a prerelease, or we should have been + # accepting prereleases from the beginning. + else: + yielded = True + yield version + + # Now that we've iterated over everything, determine if we've yielded + # any values, and if we have not and we have any prereleases stored up + # then we will go ahead and yield the prereleases. + if not yielded and found_prereleases: + for version in found_prereleases: + yield version + + +class LegacySpecifier(_IndividualSpecifier): + + _regex_str = r""" + (?P(==|!=|<=|>=|<|>)) + \s* + (?P + [^,;\s)]* # Since this is a "legacy" specifier, and the version + # string can be just about anything, we match everything + # except for whitespace, a semi-colon for marker support, + # a closing paren since versions can be enclosed in + # them, and a comma since it's a version separator. + ) + """ + + _regex = re.compile(r"^\s*" + _regex_str + r"\s*$", re.VERBOSE | re.IGNORECASE) + + _operators = { + "==": "equal", + "!=": "not_equal", + "<=": "less_than_equal", + ">=": "greater_than_equal", + "<": "less_than", + ">": "greater_than", + } + + def __init__(self, spec: str = "", prereleases: Optional[bool] = None) -> None: + super().__init__(spec, prereleases) + + warnings.warn( + "Creating a LegacyVersion has been deprecated and will be " + "removed in the next major release", + DeprecationWarning, + ) + + def _coerce_version(self, version: UnparsedVersion) -> LegacyVersion: + if not isinstance(version, LegacyVersion): + version = LegacyVersion(str(version)) + return version + + def _compare_equal(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective == self._coerce_version(spec) + + def _compare_not_equal(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective != self._coerce_version(spec) + + def _compare_less_than_equal(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective <= self._coerce_version(spec) + + def _compare_greater_than_equal( + self, prospective: LegacyVersion, spec: str + ) -> bool: + return prospective >= self._coerce_version(spec) + + def _compare_less_than(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective < self._coerce_version(spec) + + def _compare_greater_than(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective > self._coerce_version(spec) + + +def _require_version_compare( + fn: Callable[["Specifier", ParsedVersion, str], bool] +) -> Callable[["Specifier", ParsedVersion, str], bool]: + @functools.wraps(fn) + def wrapped(self: "Specifier", prospective: ParsedVersion, spec: str) -> bool: + if not isinstance(prospective, Version): + return False + return fn(self, prospective, spec) + + return wrapped + + +class Specifier(_IndividualSpecifier): + + _regex_str = r""" + (?P(~=|==|!=|<=|>=|<|>|===)) + (?P + (?: + # The identity operators allow for an escape hatch that will + # do an exact string match of the version you wish to install. + # This will not be parsed by PEP 440 and we cannot determine + # any semantic meaning from it. This operator is discouraged + # but included entirely as an escape hatch. + (?<====) # Only match for the identity operator + \s* + [^\s]* # We just match everything, except for whitespace + # since we are only testing for strict identity. + ) + | + (?: + # The (non)equality operators allow for wild card and local + # versions to be specified so we have to define these two + # operators separately to enable that. + (?<===|!=) # Only match for equals and not equals + + \s* + v? + (?:[0-9]+!)? # epoch + [0-9]+(?:\.[0-9]+)* # release + (?: # pre release + [-_\.]? + (a|b|c|rc|alpha|beta|pre|preview) + [-_\.]? + [0-9]* + )? + (?: # post release + (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) + )? + + # You cannot use a wild card and a dev or local version + # together so group them with a | and make them optional. + (?: + (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release + (?:\+[a-z0-9]+(?:[-_\.][a-z0-9]+)*)? # local + | + \.\* # Wild card syntax of .* + )? + ) + | + (?: + # The compatible operator requires at least two digits in the + # release segment. + (?<=~=) # Only match for the compatible operator + + \s* + v? + (?:[0-9]+!)? # epoch + [0-9]+(?:\.[0-9]+)+ # release (We have a + instead of a *) + (?: # pre release + [-_\.]? + (a|b|c|rc|alpha|beta|pre|preview) + [-_\.]? + [0-9]* + )? + (?: # post release + (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) + )? + (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release + ) + | + (?: + # All other operators only allow a sub set of what the + # (non)equality operators do. Specifically they do not allow + # local versions to be specified nor do they allow the prefix + # matching wild cards. + (?=": "greater_than_equal", + "<": "less_than", + ">": "greater_than", + "===": "arbitrary", + } + + @_require_version_compare + def _compare_compatible(self, prospective: ParsedVersion, spec: str) -> bool: + + # Compatible releases have an equivalent combination of >= and ==. That + # is that ~=2.2 is equivalent to >=2.2,==2.*. This allows us to + # implement this in terms of the other specifiers instead of + # implementing it ourselves. The only thing we need to do is construct + # the other specifiers. + + # We want everything but the last item in the version, but we want to + # ignore suffix segments. + prefix = ".".join( + list(itertools.takewhile(_is_not_suffix, _version_split(spec)))[:-1] + ) + + # Add the prefix notation to the end of our string + prefix += ".*" + + return self._get_operator(">=")(prospective, spec) and self._get_operator("==")( + prospective, prefix + ) + + @_require_version_compare + def _compare_equal(self, prospective: ParsedVersion, spec: str) -> bool: + + # We need special logic to handle prefix matching + if spec.endswith(".*"): + # In the case of prefix matching we want to ignore local segment. + prospective = Version(prospective.public) + # Split the spec out by dots, and pretend that there is an implicit + # dot in between a release segment and a pre-release segment. + split_spec = _version_split(spec[:-2]) # Remove the trailing .* + + # Split the prospective version out by dots, and pretend that there + # is an implicit dot in between a release segment and a pre-release + # segment. + split_prospective = _version_split(str(prospective)) + + # Shorten the prospective version to be the same length as the spec + # so that we can determine if the specifier is a prefix of the + # prospective version or not. + shortened_prospective = split_prospective[: len(split_spec)] + + # Pad out our two sides with zeros so that they both equal the same + # length. + padded_spec, padded_prospective = _pad_version( + split_spec, shortened_prospective + ) + + return padded_prospective == padded_spec + else: + # Convert our spec string into a Version + spec_version = Version(spec) + + # If the specifier does not have a local segment, then we want to + # act as if the prospective version also does not have a local + # segment. + if not spec_version.local: + prospective = Version(prospective.public) + + return prospective == spec_version + + @_require_version_compare + def _compare_not_equal(self, prospective: ParsedVersion, spec: str) -> bool: + return not self._compare_equal(prospective, spec) + + @_require_version_compare + def _compare_less_than_equal(self, prospective: ParsedVersion, spec: str) -> bool: + + # NB: Local version identifiers are NOT permitted in the version + # specifier, so local version labels can be universally removed from + # the prospective version. + return Version(prospective.public) <= Version(spec) + + @_require_version_compare + def _compare_greater_than_equal( + self, prospective: ParsedVersion, spec: str + ) -> bool: + + # NB: Local version identifiers are NOT permitted in the version + # specifier, so local version labels can be universally removed from + # the prospective version. + return Version(prospective.public) >= Version(spec) + + @_require_version_compare + def _compare_less_than(self, prospective: ParsedVersion, spec_str: str) -> bool: + + # Convert our spec to a Version instance, since we'll want to work with + # it as a version. + spec = Version(spec_str) + + # Check to see if the prospective version is less than the spec + # version. If it's not we can short circuit and just return False now + # instead of doing extra unneeded work. + if not prospective < spec: + return False + + # This special case is here so that, unless the specifier itself + # includes is a pre-release version, that we do not accept pre-release + # versions for the version mentioned in the specifier (e.g. <3.1 should + # not match 3.1.dev0, but should match 3.0.dev0). + if not spec.is_prerelease and prospective.is_prerelease: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # If we've gotten to here, it means that prospective version is both + # less than the spec version *and* it's not a pre-release of the same + # version in the spec. + return True + + @_require_version_compare + def _compare_greater_than(self, prospective: ParsedVersion, spec_str: str) -> bool: + + # Convert our spec to a Version instance, since we'll want to work with + # it as a version. + spec = Version(spec_str) + + # Check to see if the prospective version is greater than the spec + # version. If it's not we can short circuit and just return False now + # instead of doing extra unneeded work. + if not prospective > spec: + return False + + # This special case is here so that, unless the specifier itself + # includes is a post-release version, that we do not accept + # post-release versions for the version mentioned in the specifier + # (e.g. >3.1 should not match 3.0.post0, but should match 3.2.post0). + if not spec.is_postrelease and prospective.is_postrelease: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # Ensure that we do not allow a local version of the version mentioned + # in the specifier, which is technically greater than, to match. + if prospective.local is not None: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # If we've gotten to here, it means that prospective version is both + # greater than the spec version *and* it's not a pre-release of the + # same version in the spec. + return True + + def _compare_arbitrary(self, prospective: Version, spec: str) -> bool: + return str(prospective).lower() == str(spec).lower() + + @property + def prereleases(self) -> bool: + + # If there is an explicit prereleases set for this, then we'll just + # blindly use that. + if self._prereleases is not None: + return self._prereleases + + # Look at all of our specifiers and determine if they are inclusive + # operators, and if they are if they are including an explicit + # prerelease. + operator, version = self._spec + if operator in ["==", ">=", "<=", "~=", "==="]: + # The == specifier can include a trailing .*, if it does we + # want to remove before parsing. + if operator == "==" and version.endswith(".*"): + version = version[:-2] + + # Parse the version, and if it is a pre-release than this + # specifier allows pre-releases. + if parse(version).is_prerelease: + return True + + return False + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + +_prefix_regex = re.compile(r"^([0-9]+)((?:a|b|c|rc)[0-9]+)$") + + +def _version_split(version: str) -> List[str]: + result: List[str] = [] + for item in version.split("."): + match = _prefix_regex.search(item) + if match: + result.extend(match.groups()) + else: + result.append(item) + return result + + +def _is_not_suffix(segment: str) -> bool: + return not any( + segment.startswith(prefix) for prefix in ("dev", "a", "b", "rc", "post") + ) + + +def _pad_version(left: List[str], right: List[str]) -> Tuple[List[str], List[str]]: + left_split, right_split = [], [] + + # Get the release segment of our versions + left_split.append(list(itertools.takewhile(lambda x: x.isdigit(), left))) + right_split.append(list(itertools.takewhile(lambda x: x.isdigit(), right))) + + # Get the rest of our versions + left_split.append(left[len(left_split[0]) :]) + right_split.append(right[len(right_split[0]) :]) + + # Insert our padding + left_split.insert(1, ["0"] * max(0, len(right_split[0]) - len(left_split[0]))) + right_split.insert(1, ["0"] * max(0, len(left_split[0]) - len(right_split[0]))) + + return (list(itertools.chain(*left_split)), list(itertools.chain(*right_split))) + + +class SpecifierSet(BaseSpecifier): + def __init__( + self, specifiers: str = "", prereleases: Optional[bool] = None + ) -> None: + + # Split on , to break each individual specifier into it's own item, and + # strip each item to remove leading/trailing whitespace. + split_specifiers = [s.strip() for s in specifiers.split(",") if s.strip()] + + # Parsed each individual specifier, attempting first to make it a + # Specifier and falling back to a LegacySpecifier. + parsed: Set[_IndividualSpecifier] = set() + for specifier in split_specifiers: + try: + parsed.add(Specifier(specifier)) + except InvalidSpecifier: + parsed.add(LegacySpecifier(specifier)) + + # Turn our parsed specifiers into a frozen set and save them for later. + self._specs = frozenset(parsed) + + # Store our prereleases value so we can use it later to determine if + # we accept prereleases or not. + self._prereleases = prereleases + + def __repr__(self) -> str: + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"" + + def __str__(self) -> str: + return ",".join(sorted(str(s) for s in self._specs)) + + def __hash__(self) -> int: + return hash(self._specs) + + def __and__(self, other: Union["SpecifierSet", str]) -> "SpecifierSet": + if isinstance(other, str): + other = SpecifierSet(other) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + specifier = SpecifierSet() + specifier._specs = frozenset(self._specs | other._specs) + + if self._prereleases is None and other._prereleases is not None: + specifier._prereleases = other._prereleases + elif self._prereleases is not None and other._prereleases is None: + specifier._prereleases = self._prereleases + elif self._prereleases == other._prereleases: + specifier._prereleases = self._prereleases + else: + raise ValueError( + "Cannot combine SpecifierSets with True and False prerelease " + "overrides." + ) + + return specifier + + def __eq__(self, other: object) -> bool: + if isinstance(other, (str, _IndividualSpecifier)): + other = SpecifierSet(str(other)) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + return self._specs == other._specs + + def __len__(self) -> int: + return len(self._specs) + + def __iter__(self) -> Iterator[_IndividualSpecifier]: + return iter(self._specs) + + @property + def prereleases(self) -> Optional[bool]: + + # If we have been given an explicit prerelease modifier, then we'll + # pass that through here. + if self._prereleases is not None: + return self._prereleases + + # If we don't have any specifiers, and we don't have a forced value, + # then we'll just return None since we don't know if this should have + # pre-releases or not. + if not self._specs: + return None + + # Otherwise we'll see if any of the given specifiers accept + # prereleases, if any of them do we'll return True, otherwise False. + return any(s.prereleases for s in self._specs) + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + def __contains__(self, item: UnparsedVersion) -> bool: + return self.contains(item) + + def contains( + self, item: UnparsedVersion, prereleases: Optional[bool] = None + ) -> bool: + + # Ensure that our item is a Version or LegacyVersion instance. + if not isinstance(item, (LegacyVersion, Version)): + item = parse(item) + + # Determine if we're forcing a prerelease or not, if we're not forcing + # one for this particular filter call, then we'll use whatever the + # SpecifierSet thinks for whether or not we should support prereleases. + if prereleases is None: + prereleases = self.prereleases + + # We can determine if we're going to allow pre-releases by looking to + # see if any of the underlying items supports them. If none of them do + # and this item is a pre-release then we do not allow it and we can + # short circuit that here. + # Note: This means that 1.0.dev1 would not be contained in something + # like >=1.0.devabc however it would be in >=1.0.debabc,>0.0.dev0 + if not prereleases and item.is_prerelease: + return False + + # We simply dispatch to the underlying specs here to make sure that the + # given version is contained within all of them. + # Note: This use of all() here means that an empty set of specifiers + # will always return True, this is an explicit design decision. + return all(s.contains(item, prereleases=prereleases) for s in self._specs) + + def filter( + self, iterable: Iterable[VersionTypeVar], prereleases: Optional[bool] = None + ) -> Iterable[VersionTypeVar]: + + # Determine if we're forcing a prerelease or not, if we're not forcing + # one for this particular filter call, then we'll use whatever the + # SpecifierSet thinks for whether or not we should support prereleases. + if prereleases is None: + prereleases = self.prereleases + + # If we have any specifiers, then we want to wrap our iterable in the + # filter method for each one, this will act as a logical AND amongst + # each specifier. + if self._specs: + for spec in self._specs: + iterable = spec.filter(iterable, prereleases=bool(prereleases)) + return iterable + # If we do not have any specifiers, then we need to have a rough filter + # which will filter out any pre-releases, unless there are no final + # releases, and which will filter out LegacyVersion in general. + else: + filtered: List[VersionTypeVar] = [] + found_prereleases: List[VersionTypeVar] = [] + + item: UnparsedVersion + parsed_version: Union[Version, LegacyVersion] + + for item in iterable: + # Ensure that we some kind of Version class for this item. + if not isinstance(item, (LegacyVersion, Version)): + parsed_version = parse(item) + else: + parsed_version = item + + # Filter out any item which is parsed as a LegacyVersion + if isinstance(parsed_version, LegacyVersion): + continue + + # Store any item which is a pre-release for later unless we've + # already found a final version or we are accepting prereleases + if parsed_version.is_prerelease and not prereleases: + if not filtered: + found_prereleases.append(item) + else: + filtered.append(item) + + # If we've found no items except for pre-releases, then we'll go + # ahead and use the pre-releases + if not filtered and found_prereleases and prereleases is None: + return found_prereleases + + return filtered diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py new file mode 100644 index 00000000..9a3d25a7 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py @@ -0,0 +1,487 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import logging +import platform +import sys +import sysconfig +from importlib.machinery import EXTENSION_SUFFIXES +from typing import ( + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Optional, + Sequence, + Tuple, + Union, + cast, +) + +from . import _manylinux, _musllinux + +logger = logging.getLogger(__name__) + +PythonVersion = Sequence[int] +MacVersion = Tuple[int, int] + +INTERPRETER_SHORT_NAMES: Dict[str, str] = { + "python": "py", # Generic. + "cpython": "cp", + "pypy": "pp", + "ironpython": "ip", + "jython": "jy", +} + + +_32_BIT_INTERPRETER = sys.maxsize <= 2 ** 32 + + +class Tag: + """ + A representation of the tag triple for a wheel. + + Instances are considered immutable and thus are hashable. Equality checking + is also supported. + """ + + __slots__ = ["_interpreter", "_abi", "_platform", "_hash"] + + def __init__(self, interpreter: str, abi: str, platform: str) -> None: + self._interpreter = interpreter.lower() + self._abi = abi.lower() + self._platform = platform.lower() + # The __hash__ of every single element in a Set[Tag] will be evaluated each time + # that a set calls its `.disjoint()` method, which may be called hundreds of + # times when scanning a page of links for packages with tags matching that + # Set[Tag]. Pre-computing the value here produces significant speedups for + # downstream consumers. + self._hash = hash((self._interpreter, self._abi, self._platform)) + + @property + def interpreter(self) -> str: + return self._interpreter + + @property + def abi(self) -> str: + return self._abi + + @property + def platform(self) -> str: + return self._platform + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Tag): + return NotImplemented + + return ( + (self._hash == other._hash) # Short-circuit ASAP for perf reasons. + and (self._platform == other._platform) + and (self._abi == other._abi) + and (self._interpreter == other._interpreter) + ) + + def __hash__(self) -> int: + return self._hash + + def __str__(self) -> str: + return f"{self._interpreter}-{self._abi}-{self._platform}" + + def __repr__(self) -> str: + return f"<{self} @ {id(self)}>" + + +def parse_tag(tag: str) -> FrozenSet[Tag]: + """ + Parses the provided tag (e.g. `py3-none-any`) into a frozenset of Tag instances. + + Returning a set is required due to the possibility that the tag is a + compressed tag set. + """ + tags = set() + interpreters, abis, platforms = tag.split("-") + for interpreter in interpreters.split("."): + for abi in abis.split("."): + for platform_ in platforms.split("."): + tags.add(Tag(interpreter, abi, platform_)) + return frozenset(tags) + + +def _get_config_var(name: str, warn: bool = False) -> Union[int, str, None]: + value = sysconfig.get_config_var(name) + if value is None and warn: + logger.debug( + "Config variable '%s' is unset, Python ABI tag may be incorrect", name + ) + return value + + +def _normalize_string(string: str) -> str: + return string.replace(".", "_").replace("-", "_") + + +def _abi3_applies(python_version: PythonVersion) -> bool: + """ + Determine if the Python version supports abi3. + + PEP 384 was first implemented in Python 3.2. + """ + return len(python_version) > 1 and tuple(python_version) >= (3, 2) + + +def _cpython_abis(py_version: PythonVersion, warn: bool = False) -> List[str]: + py_version = tuple(py_version) # To allow for version comparison. + abis = [] + version = _version_nodot(py_version[:2]) + debug = pymalloc = ucs4 = "" + with_debug = _get_config_var("Py_DEBUG", warn) + has_refcount = hasattr(sys, "gettotalrefcount") + # Windows doesn't set Py_DEBUG, so checking for support of debug-compiled + # extension modules is the best option. + # https://github.com/pypa/pip/issues/3383#issuecomment-173267692 + has_ext = "_d.pyd" in EXTENSION_SUFFIXES + if with_debug or (with_debug is None and (has_refcount or has_ext)): + debug = "d" + if py_version < (3, 8): + with_pymalloc = _get_config_var("WITH_PYMALLOC", warn) + if with_pymalloc or with_pymalloc is None: + pymalloc = "m" + if py_version < (3, 3): + unicode_size = _get_config_var("Py_UNICODE_SIZE", warn) + if unicode_size == 4 or ( + unicode_size is None and sys.maxunicode == 0x10FFFF + ): + ucs4 = "u" + elif debug: + # Debug builds can also load "normal" extension modules. + # We can also assume no UCS-4 or pymalloc requirement. + abis.append(f"cp{version}") + abis.insert( + 0, + "cp{version}{debug}{pymalloc}{ucs4}".format( + version=version, debug=debug, pymalloc=pymalloc, ucs4=ucs4 + ), + ) + return abis + + +def cpython_tags( + python_version: Optional[PythonVersion] = None, + abis: Optional[Iterable[str]] = None, + platforms: Optional[Iterable[str]] = None, + *, + warn: bool = False, +) -> Iterator[Tag]: + """ + Yields the tags for a CPython interpreter. + + The tags consist of: + - cp-- + - cp-abi3- + - cp-none- + - cp-abi3- # Older Python versions down to 3.2. + + If python_version only specifies a major version then user-provided ABIs and + the 'none' ABItag will be used. + + If 'abi3' or 'none' are specified in 'abis' then they will be yielded at + their normal position and not at the beginning. + """ + if not python_version: + python_version = sys.version_info[:2] + + interpreter = f"cp{_version_nodot(python_version[:2])}" + + if abis is None: + if len(python_version) > 1: + abis = _cpython_abis(python_version, warn) + else: + abis = [] + abis = list(abis) + # 'abi3' and 'none' are explicitly handled later. + for explicit_abi in ("abi3", "none"): + try: + abis.remove(explicit_abi) + except ValueError: + pass + + platforms = list(platforms or platform_tags()) + for abi in abis: + for platform_ in platforms: + yield Tag(interpreter, abi, platform_) + if _abi3_applies(python_version): + yield from (Tag(interpreter, "abi3", platform_) for platform_ in platforms) + yield from (Tag(interpreter, "none", platform_) for platform_ in platforms) + + if _abi3_applies(python_version): + for minor_version in range(python_version[1] - 1, 1, -1): + for platform_ in platforms: + interpreter = "cp{version}".format( + version=_version_nodot((python_version[0], minor_version)) + ) + yield Tag(interpreter, "abi3", platform_) + + +def _generic_abi() -> Iterator[str]: + abi = sysconfig.get_config_var("SOABI") + if abi: + yield _normalize_string(abi) + + +def generic_tags( + interpreter: Optional[str] = None, + abis: Optional[Iterable[str]] = None, + platforms: Optional[Iterable[str]] = None, + *, + warn: bool = False, +) -> Iterator[Tag]: + """ + Yields the tags for a generic interpreter. + + The tags consist of: + - -- + + The "none" ABI will be added if it was not explicitly provided. + """ + if not interpreter: + interp_name = interpreter_name() + interp_version = interpreter_version(warn=warn) + interpreter = "".join([interp_name, interp_version]) + if abis is None: + abis = _generic_abi() + platforms = list(platforms or platform_tags()) + abis = list(abis) + if "none" not in abis: + abis.append("none") + for abi in abis: + for platform_ in platforms: + yield Tag(interpreter, abi, platform_) + + +def _py_interpreter_range(py_version: PythonVersion) -> Iterator[str]: + """ + Yields Python versions in descending order. + + After the latest version, the major-only version will be yielded, and then + all previous versions of that major version. + """ + if len(py_version) > 1: + yield f"py{_version_nodot(py_version[:2])}" + yield f"py{py_version[0]}" + if len(py_version) > 1: + for minor in range(py_version[1] - 1, -1, -1): + yield f"py{_version_nodot((py_version[0], minor))}" + + +def compatible_tags( + python_version: Optional[PythonVersion] = None, + interpreter: Optional[str] = None, + platforms: Optional[Iterable[str]] = None, +) -> Iterator[Tag]: + """ + Yields the sequence of tags that are compatible with a specific version of Python. + + The tags consist of: + - py*-none- + - -none-any # ... if `interpreter` is provided. + - py*-none-any + """ + if not python_version: + python_version = sys.version_info[:2] + platforms = list(platforms or platform_tags()) + for version in _py_interpreter_range(python_version): + for platform_ in platforms: + yield Tag(version, "none", platform_) + if interpreter: + yield Tag(interpreter, "none", "any") + for version in _py_interpreter_range(python_version): + yield Tag(version, "none", "any") + + +def _mac_arch(arch: str, is_32bit: bool = _32_BIT_INTERPRETER) -> str: + if not is_32bit: + return arch + + if arch.startswith("ppc"): + return "ppc" + + return "i386" + + +def _mac_binary_formats(version: MacVersion, cpu_arch: str) -> List[str]: + formats = [cpu_arch] + if cpu_arch == "x86_64": + if version < (10, 4): + return [] + formats.extend(["intel", "fat64", "fat32"]) + + elif cpu_arch == "i386": + if version < (10, 4): + return [] + formats.extend(["intel", "fat32", "fat"]) + + elif cpu_arch == "ppc64": + # TODO: Need to care about 32-bit PPC for ppc64 through 10.2? + if version > (10, 5) or version < (10, 4): + return [] + formats.append("fat64") + + elif cpu_arch == "ppc": + if version > (10, 6): + return [] + formats.extend(["fat32", "fat"]) + + if cpu_arch in {"arm64", "x86_64"}: + formats.append("universal2") + + if cpu_arch in {"x86_64", "i386", "ppc64", "ppc", "intel"}: + formats.append("universal") + + return formats + + +def mac_platforms( + version: Optional[MacVersion] = None, arch: Optional[str] = None +) -> Iterator[str]: + """ + Yields the platform tags for a macOS system. + + The `version` parameter is a two-item tuple specifying the macOS version to + generate platform tags for. The `arch` parameter is the CPU architecture to + generate platform tags for. Both parameters default to the appropriate value + for the current system. + """ + version_str, _, cpu_arch = platform.mac_ver() + if version is None: + version = cast("MacVersion", tuple(map(int, version_str.split(".")[:2]))) + else: + version = version + if arch is None: + arch = _mac_arch(cpu_arch) + else: + arch = arch + + if (10, 0) <= version and version < (11, 0): + # Prior to Mac OS 11, each yearly release of Mac OS bumped the + # "minor" version number. The major version was always 10. + for minor_version in range(version[1], -1, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=10, minor=minor_version, binary_format=binary_format + ) + + if version >= (11, 0): + # Starting with Mac OS 11, each yearly release bumps the major version + # number. The minor versions are now the midyear updates. + for major_version in range(version[0], 10, -1): + compat_version = major_version, 0 + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=major_version, minor=0, binary_format=binary_format + ) + + if version >= (11, 0): + # Mac OS 11 on x86_64 is compatible with binaries from previous releases. + # Arm64 support was introduced in 11.0, so no Arm binaries from previous + # releases exist. + # + # However, the "universal2" binary format can have a + # macOS version earlier than 11.0 when the x86_64 part of the binary supports + # that version of macOS. + if arch == "x86_64": + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + else: + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_format = "universal2" + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + + +def _linux_platforms(is_32bit: bool = _32_BIT_INTERPRETER) -> Iterator[str]: + linux = _normalize_string(sysconfig.get_platform()) + if is_32bit: + if linux == "linux_x86_64": + linux = "linux_i686" + elif linux == "linux_aarch64": + linux = "linux_armv7l" + _, arch = linux.split("_", 1) + yield from _manylinux.platform_tags(linux, arch) + yield from _musllinux.platform_tags(arch) + yield linux + + +def _generic_platforms() -> Iterator[str]: + yield _normalize_string(sysconfig.get_platform()) + + +def platform_tags() -> Iterator[str]: + """ + Provides the platform tags for this installation. + """ + if platform.system() == "Darwin": + return mac_platforms() + elif platform.system() == "Linux": + return _linux_platforms() + else: + return _generic_platforms() + + +def interpreter_name() -> str: + """ + Returns the name of the running interpreter. + """ + name = sys.implementation.name + return INTERPRETER_SHORT_NAMES.get(name) or name + + +def interpreter_version(*, warn: bool = False) -> str: + """ + Returns the version of the running interpreter. + """ + version = _get_config_var("py_version_nodot", warn=warn) + if version: + version = str(version) + else: + version = _version_nodot(sys.version_info[:2]) + return version + + +def _version_nodot(version: PythonVersion) -> str: + return "".join(map(str, version)) + + +def sys_tags(*, warn: bool = False) -> Iterator[Tag]: + """ + Returns the sequence of tag triples for the running interpreter. + + The order of the sequence corresponds to priority order for the + interpreter, from most to least important. + """ + + interp_name = interpreter_name() + if interp_name == "cp": + yield from cpython_tags(warn=warn) + else: + yield from generic_tags() + + if interp_name == "pp": + yield from compatible_tags(interpreter="pp3") + else: + yield from compatible_tags() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py new file mode 100644 index 00000000..bab11b80 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py @@ -0,0 +1,136 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import re +from typing import FrozenSet, NewType, Tuple, Union, cast + +from .tags import Tag, parse_tag +from .version import InvalidVersion, Version + +BuildTag = Union[Tuple[()], Tuple[int, str]] +NormalizedName = NewType("NormalizedName", str) + + +class InvalidWheelFilename(ValueError): + """ + An invalid wheel filename was found, users should refer to PEP 427. + """ + + +class InvalidSdistFilename(ValueError): + """ + An invalid sdist filename was found, users should refer to the packaging user guide. + """ + + +_canonicalize_regex = re.compile(r"[-_.]+") +# PEP 427: The build number must start with a digit. +_build_tag_regex = re.compile(r"(\d+)(.*)") + + +def canonicalize_name(name: str) -> NormalizedName: + # This is taken from PEP 503. + value = _canonicalize_regex.sub("-", name).lower() + return cast(NormalizedName, value) + + +def canonicalize_version(version: Union[Version, str]) -> str: + """ + This is very similar to Version.__str__, but has one subtle difference + with the way it handles the release segment. + """ + if isinstance(version, str): + try: + parsed = Version(version) + except InvalidVersion: + # Legacy versions cannot be normalized + return version + else: + parsed = version + + parts = [] + + # Epoch + if parsed.epoch != 0: + parts.append(f"{parsed.epoch}!") + + # Release segment + # NB: This strips trailing '.0's to normalize + parts.append(re.sub(r"(\.0)+$", "", ".".join(str(x) for x in parsed.release))) + + # Pre-release + if parsed.pre is not None: + parts.append("".join(str(x) for x in parsed.pre)) + + # Post-release + if parsed.post is not None: + parts.append(f".post{parsed.post}") + + # Development release + if parsed.dev is not None: + parts.append(f".dev{parsed.dev}") + + # Local version segment + if parsed.local is not None: + parts.append(f"+{parsed.local}") + + return "".join(parts) + + +def parse_wheel_filename( + filename: str, +) -> Tuple[NormalizedName, Version, BuildTag, FrozenSet[Tag]]: + if not filename.endswith(".whl"): + raise InvalidWheelFilename( + f"Invalid wheel filename (extension must be '.whl'): {filename}" + ) + + filename = filename[:-4] + dashes = filename.count("-") + if dashes not in (4, 5): + raise InvalidWheelFilename( + f"Invalid wheel filename (wrong number of parts): {filename}" + ) + + parts = filename.split("-", dashes - 2) + name_part = parts[0] + # See PEP 427 for the rules on escaping the project name + if "__" in name_part or re.match(r"^[\w\d._]*$", name_part, re.UNICODE) is None: + raise InvalidWheelFilename(f"Invalid project name: {filename}") + name = canonicalize_name(name_part) + version = Version(parts[1]) + if dashes == 5: + build_part = parts[2] + build_match = _build_tag_regex.match(build_part) + if build_match is None: + raise InvalidWheelFilename( + f"Invalid build number: {build_part} in '{filename}'" + ) + build = cast(BuildTag, (int(build_match.group(1)), build_match.group(2))) + else: + build = () + tags = parse_tag(parts[-1]) + return (name, version, build, tags) + + +def parse_sdist_filename(filename: str) -> Tuple[NormalizedName, Version]: + if filename.endswith(".tar.gz"): + file_stem = filename[: -len(".tar.gz")] + elif filename.endswith(".zip"): + file_stem = filename[: -len(".zip")] + else: + raise InvalidSdistFilename( + f"Invalid sdist filename (extension must be '.tar.gz' or '.zip'):" + f" {filename}" + ) + + # We are requiring a PEP 440 version, which cannot contain dashes, + # so we split on the last dash. + name_part, sep, version_part = file_stem.rpartition("-") + if not sep: + raise InvalidSdistFilename(f"Invalid sdist filename: {filename}") + + name = canonicalize_name(name_part) + version = Version(version_part) + return (name, version) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py new file mode 100644 index 00000000..de9a09a4 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py @@ -0,0 +1,504 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import collections +import itertools +import re +import warnings +from typing import Callable, Iterator, List, Optional, SupportsInt, Tuple, Union + +from ._structures import Infinity, InfinityType, NegativeInfinity, NegativeInfinityType + +__all__ = ["parse", "Version", "LegacyVersion", "InvalidVersion", "VERSION_PATTERN"] + +InfiniteTypes = Union[InfinityType, NegativeInfinityType] +PrePostDevType = Union[InfiniteTypes, Tuple[str, int]] +SubLocalType = Union[InfiniteTypes, int, str] +LocalType = Union[ + NegativeInfinityType, + Tuple[ + Union[ + SubLocalType, + Tuple[SubLocalType, str], + Tuple[NegativeInfinityType, SubLocalType], + ], + ..., + ], +] +CmpKey = Tuple[ + int, Tuple[int, ...], PrePostDevType, PrePostDevType, PrePostDevType, LocalType +] +LegacyCmpKey = Tuple[int, Tuple[str, ...]] +VersionComparisonMethod = Callable[ + [Union[CmpKey, LegacyCmpKey], Union[CmpKey, LegacyCmpKey]], bool +] + +_Version = collections.namedtuple( + "_Version", ["epoch", "release", "dev", "pre", "post", "local"] +) + + +def parse(version: str) -> Union["LegacyVersion", "Version"]: + """ + Parse the given version string and return either a :class:`Version` object + or a :class:`LegacyVersion` object depending on if the given version is + a valid PEP 440 version or a legacy version. + """ + try: + return Version(version) + except InvalidVersion: + return LegacyVersion(version) + + +class InvalidVersion(ValueError): + """ + An invalid version was found, users should refer to PEP 440. + """ + + +class _BaseVersion: + _key: Union[CmpKey, LegacyCmpKey] + + def __hash__(self) -> int: + return hash(self._key) + + # Please keep the duplicated `isinstance` check + # in the six comparisons hereunder + # unless you find a way to avoid adding overhead function calls. + def __lt__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key < other._key + + def __le__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key <= other._key + + def __eq__(self, other: object) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key == other._key + + def __ge__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key >= other._key + + def __gt__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key > other._key + + def __ne__(self, other: object) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key != other._key + + +class LegacyVersion(_BaseVersion): + def __init__(self, version: str) -> None: + self._version = str(version) + self._key = _legacy_cmpkey(self._version) + + warnings.warn( + "Creating a LegacyVersion has been deprecated and will be " + "removed in the next major release", + DeprecationWarning, + ) + + def __str__(self) -> str: + return self._version + + def __repr__(self) -> str: + return f"" + + @property + def public(self) -> str: + return self._version + + @property + def base_version(self) -> str: + return self._version + + @property + def epoch(self) -> int: + return -1 + + @property + def release(self) -> None: + return None + + @property + def pre(self) -> None: + return None + + @property + def post(self) -> None: + return None + + @property + def dev(self) -> None: + return None + + @property + def local(self) -> None: + return None + + @property + def is_prerelease(self) -> bool: + return False + + @property + def is_postrelease(self) -> bool: + return False + + @property + def is_devrelease(self) -> bool: + return False + + +_legacy_version_component_re = re.compile(r"(\d+ | [a-z]+ | \.| -)", re.VERBOSE) + +_legacy_version_replacement_map = { + "pre": "c", + "preview": "c", + "-": "final-", + "rc": "c", + "dev": "@", +} + + +def _parse_version_parts(s: str) -> Iterator[str]: + for part in _legacy_version_component_re.split(s): + part = _legacy_version_replacement_map.get(part, part) + + if not part or part == ".": + continue + + if part[:1] in "0123456789": + # pad for numeric comparison + yield part.zfill(8) + else: + yield "*" + part + + # ensure that alpha/beta/candidate are before final + yield "*final" + + +def _legacy_cmpkey(version: str) -> LegacyCmpKey: + + # We hardcode an epoch of -1 here. A PEP 440 version can only have a epoch + # greater than or equal to 0. This will effectively put the LegacyVersion, + # which uses the defacto standard originally implemented by setuptools, + # as before all PEP 440 versions. + epoch = -1 + + # This scheme is taken from pkg_resources.parse_version setuptools prior to + # it's adoption of the packaging library. + parts: List[str] = [] + for part in _parse_version_parts(version.lower()): + if part.startswith("*"): + # remove "-" before a prerelease tag + if part < "*final": + while parts and parts[-1] == "*final-": + parts.pop() + + # remove trailing zeros from each series of numeric parts + while parts and parts[-1] == "00000000": + parts.pop() + + parts.append(part) + + return epoch, tuple(parts) + + +# Deliberately not anchored to the start and end of the string, to make it +# easier for 3rd party code to reuse +VERSION_PATTERN = r""" + v? + (?: + (?:(?P[0-9]+)!)? # epoch + (?P[0-9]+(?:\.[0-9]+)*) # release segment + (?P

      !I7S{BS4i1|@R7s@ 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe new file mode 100644 index 0000000000000000000000000000000000000000..e8bebdba6d8f242244bf397ab067965d47c5093e GIT binary patch literal 108032 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%0AHbpwE%ZM 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 H#ex3;_fXA_ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py new file mode 100644 index 00000000..ba58858d --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py @@ -0,0 +1,2025 @@ +# +# Copyright (C) 2012-2023 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import codecs +from collections import deque +import contextlib +import csv +from glob import iglob as std_iglob +import io +import json +import logging +import os +import py_compile +import re +import socket +try: + import ssl +except ImportError: # pragma: no cover + ssl = None +import subprocess +import sys +import tarfile +import tempfile +import textwrap + +try: + import threading +except ImportError: # pragma: no cover + import dummy_threading as threading +import time + +from . import DistlibException +from .compat import (string_types, text_type, shutil, raw_input, StringIO, + cache_from_source, urlopen, urljoin, httplib, xmlrpclib, + HTTPHandler, BaseConfigurator, valid_ident, + Container, configparser, URLError, ZipFile, fsdecode, + unquote, urlparse) + +logger = logging.getLogger(__name__) + +# +# Requirement parsing code as per PEP 508 +# + +IDENTIFIER = re.compile(r'^([\w\.-]+)\s*') +VERSION_IDENTIFIER = re.compile(r'^([\w\.*+-]+)\s*') +COMPARE_OP = re.compile(r'^(<=?|>=?|={2,3}|[~!]=)\s*') +MARKER_OP = re.compile(r'^((<=?)|(>=?)|={2,3}|[~!]=|in|not\s+in)\s*') +OR = re.compile(r'^or\b\s*') +AND = re.compile(r'^and\b\s*') +NON_SPACE = re.compile(r'(\S+)\s*') +STRING_CHUNK = re.compile(r'([\s\w\.{}()*+#:;,/?!~`@$%^&=|<>\[\]-]+)') + + +def parse_marker(marker_string): + """ + Parse a marker string and return a dictionary containing a marker expression. + + The dictionary will contain keys "op", "lhs" and "rhs" for non-terminals in + the expression grammar, or strings. A string contained in quotes is to be + interpreted as a literal string, and a string not contained in quotes is a + variable (such as os_name). + """ + + def marker_var(remaining): + # either identifier, or literal string + m = IDENTIFIER.match(remaining) + if m: + result = m.groups()[0] + remaining = remaining[m.end():] + elif not remaining: + raise SyntaxError('unexpected end of input') + else: + q = remaining[0] + if q not in '\'"': + raise SyntaxError('invalid expression: %s' % remaining) + oq = '\'"'.replace(q, '') + remaining = remaining[1:] + parts = [q] + while remaining: + # either a string chunk, or oq, or q to terminate + if remaining[0] == q: + break + elif remaining[0] == oq: + parts.append(oq) + remaining = remaining[1:] + else: + m = STRING_CHUNK.match(remaining) + if not m: + raise SyntaxError('error in string literal: %s' % + remaining) + parts.append(m.groups()[0]) + remaining = remaining[m.end():] + else: + s = ''.join(parts) + raise SyntaxError('unterminated string: %s' % s) + parts.append(q) + result = ''.join(parts) + remaining = remaining[1:].lstrip() # skip past closing quote + return result, remaining + + def marker_expr(remaining): + if remaining and remaining[0] == '(': + result, remaining = marker(remaining[1:].lstrip()) + if remaining[0] != ')': + raise SyntaxError('unterminated parenthesis: %s' % remaining) + remaining = remaining[1:].lstrip() + else: + lhs, remaining = marker_var(remaining) + while remaining: + m = MARKER_OP.match(remaining) + if not m: + break + op = m.groups()[0] + remaining = remaining[m.end():] + rhs, remaining = marker_var(remaining) + lhs = {'op': op, 'lhs': lhs, 'rhs': rhs} + result = lhs + return result, remaining + + def marker_and(remaining): + lhs, remaining = marker_expr(remaining) + while remaining: + m = AND.match(remaining) + if not m: + break + remaining = remaining[m.end():] + rhs, remaining = marker_expr(remaining) + lhs = {'op': 'and', 'lhs': lhs, 'rhs': rhs} + return lhs, remaining + + def marker(remaining): + lhs, remaining = marker_and(remaining) + while remaining: + m = OR.match(remaining) + if not m: + break + remaining = remaining[m.end():] + rhs, remaining = marker_and(remaining) + lhs = {'op': 'or', 'lhs': lhs, 'rhs': rhs} + return lhs, remaining + + return marker(marker_string) + + +def parse_requirement(req): + """ + Parse a requirement passed in as a string. Return a Container + whose attributes contain the various parts of the requirement. + """ + remaining = req.strip() + if not remaining or remaining.startswith('#'): + return None + m = IDENTIFIER.match(remaining) + if not m: + raise SyntaxError('name expected: %s' % remaining) + distname = m.groups()[0] + remaining = remaining[m.end():] + extras = mark_expr = versions = uri = None + if remaining and remaining[0] == '[': + i = remaining.find(']', 1) + if i < 0: + raise SyntaxError('unterminated extra: %s' % remaining) + s = remaining[1:i] + remaining = remaining[i + 1:].lstrip() + extras = [] + while s: + m = IDENTIFIER.match(s) + if not m: + raise SyntaxError('malformed extra: %s' % s) + extras.append(m.groups()[0]) + s = s[m.end():] + if not s: + break + if s[0] != ',': + raise SyntaxError('comma expected in extras: %s' % s) + s = s[1:].lstrip() + if not extras: + extras = None + if remaining: + if remaining[0] == '@': + # it's a URI + remaining = remaining[1:].lstrip() + m = NON_SPACE.match(remaining) + if not m: + raise SyntaxError('invalid URI: %s' % remaining) + uri = m.groups()[0] + t = urlparse(uri) + # there are issues with Python and URL parsing, so this test + # is a bit crude. See bpo-20271, bpo-23505. Python doesn't + # always parse invalid URLs correctly - it should raise + # exceptions for malformed URLs + if not (t.scheme and t.netloc): + raise SyntaxError('Invalid URL: %s' % uri) + remaining = remaining[m.end():].lstrip() + else: + + def get_versions(ver_remaining): + """ + Return a list of operator, version tuples if any are + specified, else None. + """ + m = COMPARE_OP.match(ver_remaining) + versions = None + if m: + versions = [] + while True: + op = m.groups()[0] + ver_remaining = ver_remaining[m.end():] + m = VERSION_IDENTIFIER.match(ver_remaining) + if not m: + raise SyntaxError('invalid version: %s' % + ver_remaining) + v = m.groups()[0] + versions.append((op, v)) + ver_remaining = ver_remaining[m.end():] + if not ver_remaining or ver_remaining[0] != ',': + break + ver_remaining = ver_remaining[1:].lstrip() + # Some packages have a trailing comma which would break things + # See issue #148 + if not ver_remaining: + break + m = COMPARE_OP.match(ver_remaining) + if not m: + raise SyntaxError('invalid constraint: %s' % + ver_remaining) + if not versions: + versions = None + return versions, ver_remaining + + if remaining[0] != '(': + versions, remaining = get_versions(remaining) + else: + i = remaining.find(')', 1) + if i < 0: + raise SyntaxError('unterminated parenthesis: %s' % + remaining) + s = remaining[1:i] + remaining = remaining[i + 1:].lstrip() + # As a special diversion from PEP 508, allow a version number + # a.b.c in parentheses as a synonym for ~= a.b.c (because this + # is allowed in earlier PEPs) + if COMPARE_OP.match(s): + versions, _ = get_versions(s) + else: + m = VERSION_IDENTIFIER.match(s) + if not m: + raise SyntaxError('invalid constraint: %s' % s) + v = m.groups()[0] + s = s[m.end():].lstrip() + if s: + raise SyntaxError('invalid constraint: %s' % s) + versions = [('~=', v)] + + if remaining: + if remaining[0] != ';': + raise SyntaxError('invalid requirement: %s' % remaining) + remaining = remaining[1:].lstrip() + + mark_expr, remaining = parse_marker(remaining) + + if remaining and remaining[0] != '#': + raise SyntaxError('unexpected trailing data: %s' % remaining) + + if not versions: + rs = distname + else: + rs = '%s %s' % (distname, ', '.join( + ['%s %s' % con for con in versions])) + return Container(name=distname, + extras=extras, + constraints=versions, + marker=mark_expr, + url=uri, + requirement=rs) + + +def get_resources_dests(resources_root, rules): + """Find destinations for resources files""" + + def get_rel_path(root, path): + # normalizes and returns a lstripped-/-separated path + root = root.replace(os.path.sep, '/') + path = path.replace(os.path.sep, '/') + assert path.startswith(root) + return path[len(root):].lstrip('/') + + destinations = {} + for base, suffix, dest in rules: + prefix = os.path.join(resources_root, base) + for abs_base in iglob(prefix): + abs_glob = os.path.join(abs_base, suffix) + for abs_path in iglob(abs_glob): + resource_file = get_rel_path(resources_root, abs_path) + if dest is None: # remove the entry if it was here + destinations.pop(resource_file, None) + else: + rel_path = get_rel_path(abs_base, abs_path) + rel_dest = dest.replace(os.path.sep, '/').rstrip('/') + destinations[resource_file] = rel_dest + '/' + rel_path + return destinations + + +def in_venv(): + if hasattr(sys, 'real_prefix'): + # virtualenv venvs + result = True + else: + # PEP 405 venvs + result = sys.prefix != getattr(sys, 'base_prefix', sys.prefix) + return result + + +def get_executable(): + # The __PYVENV_LAUNCHER__ dance is apparently no longer needed, as + # changes to the stub launcher mean that sys.executable always points + # to the stub on OS X + # if sys.platform == 'darwin' and ('__PYVENV_LAUNCHER__' + # in os.environ): + # result = os.environ['__PYVENV_LAUNCHER__'] + # else: + # result = sys.executable + # return result + # Avoid normcasing: see issue #143 + # result = os.path.normcase(sys.executable) + result = sys.executable + if not isinstance(result, text_type): + result = fsdecode(result) + return result + + +def proceed(prompt, allowed_chars, error_prompt=None, default=None): + p = prompt + while True: + s = raw_input(p) + p = prompt + if not s and default: + s = default + if s: + c = s[0].lower() + if c in allowed_chars: + break + if error_prompt: + p = '%c: %s\n%s' % (c, error_prompt, prompt) + return c + + +def extract_by_key(d, keys): + if isinstance(keys, string_types): + keys = keys.split() + result = {} + for key in keys: + if key in d: + result[key] = d[key] + return result + + +def read_exports(stream): + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getreader('utf-8')(stream) + # Try to load as JSON, falling back on legacy format + data = stream.read() + stream = StringIO(data) + try: + jdata = json.load(stream) + result = jdata['extensions']['python.exports']['exports'] + for group, entries in result.items(): + for k, v in entries.items(): + s = '%s = %s' % (k, v) + entry = get_export_entry(s) + assert entry is not None + entries[k] = entry + return result + except Exception: + stream.seek(0, 0) + + def read_stream(cp, stream): + if hasattr(cp, 'read_file'): + cp.read_file(stream) + else: + cp.readfp(stream) + + cp = configparser.ConfigParser() + try: + read_stream(cp, stream) + except configparser.MissingSectionHeaderError: + stream.close() + data = textwrap.dedent(data) + stream = StringIO(data) + read_stream(cp, stream) + + result = {} + for key in cp.sections(): + result[key] = entries = {} + for name, value in cp.items(key): + s = '%s = %s' % (name, value) + entry = get_export_entry(s) + assert entry is not None + # entry.dist = self + entries[name] = entry + return result + + +def write_exports(exports, stream): + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getwriter('utf-8')(stream) + cp = configparser.ConfigParser() + for k, v in exports.items(): + # TODO check k, v for valid values + cp.add_section(k) + for entry in v.values(): + if entry.suffix is None: + s = entry.prefix + else: + s = '%s:%s' % (entry.prefix, entry.suffix) + if entry.flags: + s = '%s [%s]' % (s, ', '.join(entry.flags)) + cp.set(k, entry.name, s) + cp.write(stream) + + +@contextlib.contextmanager +def tempdir(): + td = tempfile.mkdtemp() + try: + yield td + finally: + shutil.rmtree(td) + + +@contextlib.contextmanager +def chdir(d): + cwd = os.getcwd() + try: + os.chdir(d) + yield + finally: + os.chdir(cwd) + + +@contextlib.contextmanager +def socket_timeout(seconds=15): + cto = socket.getdefaulttimeout() + try: + socket.setdefaulttimeout(seconds) + yield + finally: + socket.setdefaulttimeout(cto) + + +class cached_property(object): + + def __init__(self, func): + self.func = func + # for attr in ('__name__', '__module__', '__doc__'): + # setattr(self, attr, getattr(func, attr, None)) + + def __get__(self, obj, cls=None): + if obj is None: + return self + value = self.func(obj) + object.__setattr__(obj, self.func.__name__, value) + # obj.__dict__[self.func.__name__] = value = self.func(obj) + return value + + +def convert_path(pathname): + """Return 'pathname' as a name that will work on the native filesystem. + + The path is split on '/' and put back together again using the current + directory separator. Needed because filenames in the setup script are + always supplied in Unix style, and have to be converted to the local + convention before we can actually use them in the filesystem. Raises + ValueError on non-Unix-ish systems if 'pathname' either starts or + ends with a slash. + """ + if os.sep == '/': + return pathname + if not pathname: + return pathname + if pathname[0] == '/': + raise ValueError("path '%s' cannot be absolute" % pathname) + if pathname[-1] == '/': + raise ValueError("path '%s' cannot end with '/'" % pathname) + + paths = pathname.split('/') + while os.curdir in paths: + paths.remove(os.curdir) + if not paths: + return os.curdir + return os.path.join(*paths) + + +class FileOperator(object): + + def __init__(self, dry_run=False): + self.dry_run = dry_run + self.ensured = set() + self._init_record() + + def _init_record(self): + self.record = False + self.files_written = set() + self.dirs_created = set() + + def record_as_written(self, path): + if self.record: + self.files_written.add(path) + + def newer(self, source, target): + """Tell if the target is newer than the source. + + Returns true if 'source' exists and is more recently modified than + 'target', or if 'source' exists and 'target' doesn't. + + Returns false if both exist and 'target' is the same age or younger + than 'source'. Raise PackagingFileError if 'source' does not exist. + + Note that this test is not very accurate: files created in the same + second will have the same "age". + """ + if not os.path.exists(source): + raise DistlibException("file '%r' does not exist" % + os.path.abspath(source)) + if not os.path.exists(target): + return True + + return os.stat(source).st_mtime > os.stat(target).st_mtime + + def copy_file(self, infile, outfile, check=True): + """Copy a file respecting dry-run and force flags. + """ + self.ensure_dir(os.path.dirname(outfile)) + logger.info('Copying %s to %s', infile, outfile) + if not self.dry_run: + msg = None + if check: + if os.path.islink(outfile): + msg = '%s is a symlink' % outfile + elif os.path.exists(outfile) and not os.path.isfile(outfile): + msg = '%s is a non-regular file' % outfile + if msg: + raise ValueError(msg + ' which would be overwritten') + shutil.copyfile(infile, outfile) + self.record_as_written(outfile) + + def copy_stream(self, instream, outfile, encoding=None): + assert not os.path.isdir(outfile) + self.ensure_dir(os.path.dirname(outfile)) + logger.info('Copying stream %s to %s', instream, outfile) + if not self.dry_run: + if encoding is None: + outstream = open(outfile, 'wb') + else: + outstream = codecs.open(outfile, 'w', encoding=encoding) + try: + shutil.copyfileobj(instream, outstream) + finally: + outstream.close() + self.record_as_written(outfile) + + def write_binary_file(self, path, data): + self.ensure_dir(os.path.dirname(path)) + if not self.dry_run: + if os.path.exists(path): + os.remove(path) + with open(path, 'wb') as f: + f.write(data) + self.record_as_written(path) + + def write_text_file(self, path, data, encoding): + self.write_binary_file(path, data.encode(encoding)) + + def set_mode(self, bits, mask, files): + if os.name == 'posix' or (os.name == 'java' and os._name == 'posix'): + # Set the executable bits (owner, group, and world) on + # all the files specified. + for f in files: + if self.dry_run: + logger.info("changing mode of %s", f) + else: + mode = (os.stat(f).st_mode | bits) & mask + logger.info("changing mode of %s to %o", f, mode) + os.chmod(f, mode) + + set_executable_mode = lambda s, f: s.set_mode(0o555, 0o7777, f) + + def ensure_dir(self, path): + path = os.path.abspath(path) + if path not in self.ensured and not os.path.exists(path): + self.ensured.add(path) + d, f = os.path.split(path) + self.ensure_dir(d) + logger.info('Creating %s' % path) + if not self.dry_run: + os.mkdir(path) + if self.record: + self.dirs_created.add(path) + + def byte_compile(self, + path, + optimize=False, + force=False, + prefix=None, + hashed_invalidation=False): + dpath = cache_from_source(path, not optimize) + logger.info('Byte-compiling %s to %s', path, dpath) + if not self.dry_run: + if force or self.newer(path, dpath): + if not prefix: + diagpath = None + else: + assert path.startswith(prefix) + diagpath = path[len(prefix):] + compile_kwargs = {} + if hashed_invalidation and hasattr(py_compile, + 'PycInvalidationMode'): + compile_kwargs[ + 'invalidation_mode'] = py_compile.PycInvalidationMode.CHECKED_HASH + py_compile.compile(path, dpath, diagpath, True, + **compile_kwargs) # raise error + self.record_as_written(dpath) + return dpath + + def ensure_removed(self, path): + if os.path.exists(path): + if os.path.isdir(path) and not os.path.islink(path): + logger.debug('Removing directory tree at %s', path) + if not self.dry_run: + shutil.rmtree(path) + if self.record: + if path in self.dirs_created: + self.dirs_created.remove(path) + else: + if os.path.islink(path): + s = 'link' + else: + s = 'file' + logger.debug('Removing %s %s', s, path) + if not self.dry_run: + os.remove(path) + if self.record: + if path in self.files_written: + self.files_written.remove(path) + + def is_writable(self, path): + result = False + while not result: + if os.path.exists(path): + result = os.access(path, os.W_OK) + break + parent = os.path.dirname(path) + if parent == path: + break + path = parent + return result + + def commit(self): + """ + Commit recorded changes, turn off recording, return + changes. + """ + assert self.record + result = self.files_written, self.dirs_created + self._init_record() + return result + + def rollback(self): + if not self.dry_run: + for f in list(self.files_written): + if os.path.exists(f): + os.remove(f) + # dirs should all be empty now, except perhaps for + # __pycache__ subdirs + # reverse so that subdirs appear before their parents + dirs = sorted(self.dirs_created, reverse=True) + for d in dirs: + flist = os.listdir(d) + if flist: + assert flist == ['__pycache__'] + sd = os.path.join(d, flist[0]) + os.rmdir(sd) + os.rmdir(d) # should fail if non-empty + self._init_record() + + +def resolve(module_name, dotted_path): + if module_name in sys.modules: + mod = sys.modules[module_name] + else: + mod = __import__(module_name) + if dotted_path is None: + result = mod + else: + parts = dotted_path.split('.') + result = getattr(mod, parts.pop(0)) + for p in parts: + result = getattr(result, p) + return result + + +class ExportEntry(object): + + def __init__(self, name, prefix, suffix, flags): + self.name = name + self.prefix = prefix + self.suffix = suffix + self.flags = flags + + @cached_property + def value(self): + return resolve(self.prefix, self.suffix) + + def __repr__(self): # pragma: no cover + return '' % (self.name, self.prefix, + self.suffix, self.flags) + + def __eq__(self, other): + if not isinstance(other, ExportEntry): + result = False + else: + result = (self.name == other.name and self.prefix == other.prefix + and self.suffix == other.suffix + and self.flags == other.flags) + return result + + __hash__ = object.__hash__ + + +ENTRY_RE = re.compile( + r'''(?P([^\[]\S*)) + \s*=\s*(?P(\w+)([:\.]\w+)*) + \s*(\[\s*(?P[\w-]+(=\w+)?(,\s*\w+(=\w+)?)*)\s*\])? + ''', re.VERBOSE) + + +def get_export_entry(specification): + m = ENTRY_RE.search(specification) + if not m: + result = None + if '[' in specification or ']' in specification: + raise DistlibException("Invalid specification " + "'%s'" % specification) + else: + d = m.groupdict() + name = d['name'] + path = d['callable'] + colons = path.count(':') + if colons == 0: + prefix, suffix = path, None + else: + if colons != 1: + raise DistlibException("Invalid specification " + "'%s'" % specification) + prefix, suffix = path.split(':') + flags = d['flags'] + if flags is None: + if '[' in specification or ']' in specification: + raise DistlibException("Invalid specification " + "'%s'" % specification) + flags = [] + else: + flags = [f.strip() for f in flags.split(',')] + result = ExportEntry(name, prefix, suffix, flags) + return result + + +def get_cache_base(suffix=None): + """ + Return the default base location for distlib caches. If the directory does + not exist, it is created. Use the suffix provided for the base directory, + and default to '.distlib' if it isn't provided. + + On Windows, if LOCALAPPDATA is defined in the environment, then it is + assumed to be a directory, and will be the parent directory of the result. + On POSIX, and on Windows if LOCALAPPDATA is not defined, the user's home + directory - using os.expanduser('~') - will be the parent directory of + the result. + + The result is just the directory '.distlib' in the parent directory as + determined above, or with the name specified with ``suffix``. + """ + if suffix is None: + suffix = '.distlib' + if os.name == 'nt' and 'LOCALAPPDATA' in os.environ: + result = os.path.expandvars('$localappdata') + else: + # Assume posix, or old Windows + result = os.path.expanduser('~') + # we use 'isdir' instead of 'exists', because we want to + # fail if there's a file with that name + if os.path.isdir(result): + usable = os.access(result, os.W_OK) + if not usable: + logger.warning('Directory exists but is not writable: %s', result) + else: + try: + os.makedirs(result) + usable = True + except OSError: + logger.warning('Unable to create %s', result, exc_info=True) + usable = False + if not usable: + result = tempfile.mkdtemp() + logger.warning('Default location unusable, using %s', result) + return os.path.join(result, suffix) + + +def path_to_cache_dir(path): + """ + Convert an absolute path to a directory name for use in a cache. + + The algorithm used is: + + #. On Windows, any ``':'`` in the drive is replaced with ``'---'``. + #. Any occurrence of ``os.sep`` is replaced with ``'--'``. + #. ``'.cache'`` is appended. + """ + d, p = os.path.splitdrive(os.path.abspath(path)) + if d: + d = d.replace(':', '---') + p = p.replace(os.sep, '--') + return d + p + '.cache' + + +def ensure_slash(s): + if not s.endswith('/'): + return s + '/' + return s + + +def parse_credentials(netloc): + username = password = None + if '@' in netloc: + prefix, netloc = netloc.rsplit('@', 1) + if ':' not in prefix: + username = prefix + else: + username, password = prefix.split(':', 1) + if username: + username = unquote(username) + if password: + password = unquote(password) + return username, password, netloc + + +def get_process_umask(): + result = os.umask(0o22) + os.umask(result) + return result + + +def is_string_sequence(seq): + result = True + i = None + for i, s in enumerate(seq): + if not isinstance(s, string_types): + result = False + break + assert i is not None + return result + + +PROJECT_NAME_AND_VERSION = re.compile( + '([a-z0-9_]+([.-][a-z_][a-z0-9_]*)*)-' + '([a-z0-9_.+-]+)', re.I) +PYTHON_VERSION = re.compile(r'-py(\d\.?\d?)') + + +def split_filename(filename, project_name=None): + """ + Extract name, version, python version from a filename (no extension) + + Return name, version, pyver or None + """ + result = None + pyver = None + filename = unquote(filename).replace(' ', '-') + m = PYTHON_VERSION.search(filename) + if m: + pyver = m.group(1) + filename = filename[:m.start()] + if project_name and len(filename) > len(project_name) + 1: + m = re.match(re.escape(project_name) + r'\b', filename) + if m: + n = m.end() + result = filename[:n], filename[n + 1:], pyver + if result is None: + m = PROJECT_NAME_AND_VERSION.match(filename) + if m: + result = m.group(1), m.group(3), pyver + return result + + +# Allow spaces in name because of legacy dists like "Twisted Core" +NAME_VERSION_RE = re.compile(r'(?P[\w .-]+)\s*' + r'\(\s*(?P[^\s)]+)\)$') + + +def parse_name_and_version(p): + """ + A utility method used to get name and version from a string. + + From e.g. a Provides-Dist value. + + :param p: A value in a form 'foo (1.0)' + :return: The name and version as a tuple. + """ + m = NAME_VERSION_RE.match(p) + if not m: + raise DistlibException('Ill-formed name/version string: \'%s\'' % p) + d = m.groupdict() + return d['name'].strip().lower(), d['ver'] + + +def get_extras(requested, available): + result = set() + requested = set(requested or []) + available = set(available or []) + if '*' in requested: + requested.remove('*') + result |= available + for r in requested: + if r == '-': + result.add(r) + elif r.startswith('-'): + unwanted = r[1:] + if unwanted not in available: + logger.warning('undeclared extra: %s' % unwanted) + if unwanted in result: + result.remove(unwanted) + else: + if r not in available: + logger.warning('undeclared extra: %s' % r) + result.add(r) + return result + + +# +# Extended metadata functionality +# + + +def _get_external_data(url): + result = {} + try: + # urlopen might fail if it runs into redirections, + # because of Python issue #13696. Fixed in locators + # using a custom redirect handler. + resp = urlopen(url) + headers = resp.info() + ct = headers.get('Content-Type') + if not ct.startswith('application/json'): + logger.debug('Unexpected response for JSON request: %s', ct) + else: + reader = codecs.getreader('utf-8')(resp) + # data = reader.read().decode('utf-8') + # result = json.loads(data) + result = json.load(reader) + except Exception as e: + logger.exception('Failed to get external data for %s: %s', url, e) + return result + + +_external_data_base_url = 'https://www.red-dove.com/pypi/projects/' + + +def get_project_data(name): + url = '%s/%s/project.json' % (name[0].upper(), name) + url = urljoin(_external_data_base_url, url) + result = _get_external_data(url) + return result + + +def get_package_data(name, version): + url = '%s/%s/package-%s.json' % (name[0].upper(), name, version) + url = urljoin(_external_data_base_url, url) + return _get_external_data(url) + + +class Cache(object): + """ + A class implementing a cache for resources that need to live in the file system + e.g. shared libraries. This class was moved from resources to here because it + could be used by other modules, e.g. the wheel module. + """ + + def __init__(self, base): + """ + Initialise an instance. + + :param base: The base directory where the cache should be located. + """ + # we use 'isdir' instead of 'exists', because we want to + # fail if there's a file with that name + if not os.path.isdir(base): # pragma: no cover + os.makedirs(base) + if (os.stat(base).st_mode & 0o77) != 0: + logger.warning('Directory \'%s\' is not private', base) + self.base = os.path.abspath(os.path.normpath(base)) + + def prefix_to_dir(self, prefix): + """ + Converts a resource prefix to a directory name in the cache. + """ + return path_to_cache_dir(prefix) + + def clear(self): + """ + Clear the cache. + """ + not_removed = [] + for fn in os.listdir(self.base): + fn = os.path.join(self.base, fn) + try: + if os.path.islink(fn) or os.path.isfile(fn): + os.remove(fn) + elif os.path.isdir(fn): + shutil.rmtree(fn) + except Exception: + not_removed.append(fn) + return not_removed + + +class EventMixin(object): + """ + A very simple publish/subscribe system. + """ + + def __init__(self): + self._subscribers = {} + + def add(self, event, subscriber, append=True): + """ + Add a subscriber for an event. + + :param event: The name of an event. + :param subscriber: The subscriber to be added (and called when the + event is published). + :param append: Whether to append or prepend the subscriber to an + existing subscriber list for the event. + """ + subs = self._subscribers + if event not in subs: + subs[event] = deque([subscriber]) + else: + sq = subs[event] + if append: + sq.append(subscriber) + else: + sq.appendleft(subscriber) + + def remove(self, event, subscriber): + """ + Remove a subscriber for an event. + + :param event: The name of an event. + :param subscriber: The subscriber to be removed. + """ + subs = self._subscribers + if event not in subs: + raise ValueError('No subscribers: %r' % event) + subs[event].remove(subscriber) + + def get_subscribers(self, event): + """ + Return an iterator for the subscribers for an event. + :param event: The event to return subscribers for. + """ + return iter(self._subscribers.get(event, ())) + + def publish(self, event, *args, **kwargs): + """ + Publish a event and return a list of values returned by its + subscribers. + + :param event: The event to publish. + :param args: The positional arguments to pass to the event's + subscribers. + :param kwargs: The keyword arguments to pass to the event's + subscribers. + """ + result = [] + for subscriber in self.get_subscribers(event): + try: + value = subscriber(event, *args, **kwargs) + except Exception: + logger.exception('Exception during event publication') + value = None + result.append(value) + logger.debug('publish %s: args = %s, kwargs = %s, result = %s', event, + args, kwargs, result) + return result + + +# +# Simple sequencing +# +class Sequencer(object): + + def __init__(self): + self._preds = {} + self._succs = {} + self._nodes = set() # nodes with no preds/succs + + def add_node(self, node): + self._nodes.add(node) + + def remove_node(self, node, edges=False): + if node in self._nodes: + self._nodes.remove(node) + if edges: + for p in set(self._preds.get(node, ())): + self.remove(p, node) + for s in set(self._succs.get(node, ())): + self.remove(node, s) + # Remove empties + for k, v in list(self._preds.items()): + if not v: + del self._preds[k] + for k, v in list(self._succs.items()): + if not v: + del self._succs[k] + + def add(self, pred, succ): + assert pred != succ + self._preds.setdefault(succ, set()).add(pred) + self._succs.setdefault(pred, set()).add(succ) + + def remove(self, pred, succ): + assert pred != succ + try: + preds = self._preds[succ] + succs = self._succs[pred] + except KeyError: # pragma: no cover + raise ValueError('%r not a successor of anything' % succ) + try: + preds.remove(pred) + succs.remove(succ) + except KeyError: # pragma: no cover + raise ValueError('%r not a successor of %r' % (succ, pred)) + + def is_step(self, step): + return (step in self._preds or step in self._succs + or step in self._nodes) + + def get_steps(self, final): + if not self.is_step(final): + raise ValueError('Unknown: %r' % final) + result = [] + todo = [] + seen = set() + todo.append(final) + while todo: + step = todo.pop(0) + if step in seen: + # if a step was already seen, + # move it to the end (so it will appear earlier + # when reversed on return) ... but not for the + # final step, as that would be confusing for + # users + if step != final: + result.remove(step) + result.append(step) + else: + seen.add(step) + result.append(step) + preds = self._preds.get(step, ()) + todo.extend(preds) + return reversed(result) + + @property + def strong_connections(self): + # http://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm + index_counter = [0] + stack = [] + lowlinks = {} + index = {} + result = [] + + graph = self._succs + + def strongconnect(node): + # set the depth index for this node to the smallest unused index + index[node] = index_counter[0] + lowlinks[node] = index_counter[0] + index_counter[0] += 1 + stack.append(node) + + # Consider successors + try: + successors = graph[node] + except Exception: + successors = [] + for successor in successors: + if successor not in lowlinks: + # Successor has not yet been visited + strongconnect(successor) + lowlinks[node] = min(lowlinks[node], lowlinks[successor]) + elif successor in stack: + # the successor is in the stack and hence in the current + # strongly connected component (SCC) + lowlinks[node] = min(lowlinks[node], index[successor]) + + # If `node` is a root node, pop the stack and generate an SCC + if lowlinks[node] == index[node]: + connected_component = [] + + while True: + successor = stack.pop() + connected_component.append(successor) + if successor == node: + break + component = tuple(connected_component) + # storing the result + result.append(component) + + for node in graph: + if node not in lowlinks: + strongconnect(node) + + return result + + @property + def dot(self): + result = ['digraph G {'] + for succ in self._preds: + preds = self._preds[succ] + for pred in preds: + result.append(' %s -> %s;' % (pred, succ)) + for node in self._nodes: + result.append(' %s;' % node) + result.append('}') + return '\n'.join(result) + + +# +# Unarchiving functionality for zip, tar, tgz, tbz, whl +# + +ARCHIVE_EXTENSIONS = ('.tar.gz', '.tar.bz2', '.tar', '.zip', '.tgz', '.tbz', + '.whl') + + +def unarchive(archive_filename, dest_dir, format=None, check=True): + + def check_path(path): + if not isinstance(path, text_type): + path = path.decode('utf-8') + p = os.path.abspath(os.path.join(dest_dir, path)) + if not p.startswith(dest_dir) or p[plen] != os.sep: + raise ValueError('path outside destination: %r' % p) + + dest_dir = os.path.abspath(dest_dir) + plen = len(dest_dir) + archive = None + if format is None: + if archive_filename.endswith(('.zip', '.whl')): + format = 'zip' + elif archive_filename.endswith(('.tar.gz', '.tgz')): + format = 'tgz' + mode = 'r:gz' + elif archive_filename.endswith(('.tar.bz2', '.tbz')): + format = 'tbz' + mode = 'r:bz2' + elif archive_filename.endswith('.tar'): + format = 'tar' + mode = 'r' + else: # pragma: no cover + raise ValueError('Unknown format for %r' % archive_filename) + try: + if format == 'zip': + archive = ZipFile(archive_filename, 'r') + if check: + names = archive.namelist() + for name in names: + check_path(name) + else: + archive = tarfile.open(archive_filename, mode) + if check: + names = archive.getnames() + for name in names: + check_path(name) + if format != 'zip' and sys.version_info[0] < 3: + # See Python issue 17153. If the dest path contains Unicode, + # tarfile extraction fails on Python 2.x if a member path name + # contains non-ASCII characters - it leads to an implicit + # bytes -> unicode conversion using ASCII to decode. + for tarinfo in archive.getmembers(): + if not isinstance(tarinfo.name, text_type): + tarinfo.name = tarinfo.name.decode('utf-8') + + # Limit extraction of dangerous items, if this Python + # allows it easily. If not, just trust the input. + # See: https://docs.python.org/3/library/tarfile.html#extraction-filters + def extraction_filter(member, path): + """Run tarfile.tar_filter, but raise the expected ValueError""" + # This is only called if the current Python has tarfile filters + try: + return tarfile.tar_filter(member, path) + except tarfile.FilterError as exc: + raise ValueError(str(exc)) + + archive.extraction_filter = extraction_filter + + archive.extractall(dest_dir) + + finally: + if archive: + archive.close() + + +def zip_dir(directory): + """zip a directory tree into a BytesIO object""" + result = io.BytesIO() + dlen = len(directory) + with ZipFile(result, "w") as zf: + for root, dirs, files in os.walk(directory): + for name in files: + full = os.path.join(root, name) + rel = root[dlen:] + dest = os.path.join(rel, name) + zf.write(full, dest) + return result + + +# +# Simple progress bar +# + +UNITS = ('', 'K', 'M', 'G', 'T', 'P') + + +class Progress(object): + unknown = 'UNKNOWN' + + def __init__(self, minval=0, maxval=100): + assert maxval is None or maxval >= minval + self.min = self.cur = minval + self.max = maxval + self.started = None + self.elapsed = 0 + self.done = False + + def update(self, curval): + assert self.min <= curval + assert self.max is None or curval <= self.max + self.cur = curval + now = time.time() + if self.started is None: + self.started = now + else: + self.elapsed = now - self.started + + def increment(self, incr): + assert incr >= 0 + self.update(self.cur + incr) + + def start(self): + self.update(self.min) + return self + + def stop(self): + if self.max is not None: + self.update(self.max) + self.done = True + + @property + def maximum(self): + return self.unknown if self.max is None else self.max + + @property + def percentage(self): + if self.done: + result = '100 %' + elif self.max is None: + result = ' ?? %' + else: + v = 100.0 * (self.cur - self.min) / (self.max - self.min) + result = '%3d %%' % v + return result + + def format_duration(self, duration): + if (duration <= 0) and self.max is None or self.cur == self.min: + result = '??:??:??' + # elif duration < 1: + # result = '--:--:--' + else: + result = time.strftime('%H:%M:%S', time.gmtime(duration)) + return result + + @property + def ETA(self): + if self.done: + prefix = 'Done' + t = self.elapsed + # import pdb; pdb.set_trace() + else: + prefix = 'ETA ' + if self.max is None: + t = -1 + elif self.elapsed == 0 or (self.cur == self.min): + t = 0 + else: + # import pdb; pdb.set_trace() + t = float(self.max - self.min) + t /= self.cur - self.min + t = (t - 1) * self.elapsed + return '%s: %s' % (prefix, self.format_duration(t)) + + @property + def speed(self): + if self.elapsed == 0: + result = 0.0 + else: + result = (self.cur - self.min) / self.elapsed + for unit in UNITS: + if result < 1000: + break + result /= 1000.0 + return '%d %sB/s' % (result, unit) + + +# +# Glob functionality +# + +RICH_GLOB = re.compile(r'\{([^}]*)\}') +_CHECK_RECURSIVE_GLOB = re.compile(r'[^/\\,{]\*\*|\*\*[^/\\,}]') +_CHECK_MISMATCH_SET = re.compile(r'^[^{]*\}|\{[^}]*$') + + +def iglob(path_glob): + """Extended globbing function that supports ** and {opt1,opt2,opt3}.""" + if _CHECK_RECURSIVE_GLOB.search(path_glob): + msg = """invalid glob %r: recursive glob "**" must be used alone""" + raise ValueError(msg % path_glob) + if _CHECK_MISMATCH_SET.search(path_glob): + msg = """invalid glob %r: mismatching set marker '{' or '}'""" + raise ValueError(msg % path_glob) + return _iglob(path_glob) + + +def _iglob(path_glob): + rich_path_glob = RICH_GLOB.split(path_glob, 1) + if len(rich_path_glob) > 1: + assert len(rich_path_glob) == 3, rich_path_glob + prefix, set, suffix = rich_path_glob + for item in set.split(','): + for path in _iglob(''.join((prefix, item, suffix))): + yield path + else: + if '**' not in path_glob: + for item in std_iglob(path_glob): + yield item + else: + prefix, radical = path_glob.split('**', 1) + if prefix == '': + prefix = '.' + if radical == '': + radical = '*' + else: + # we support both + radical = radical.lstrip('/') + radical = radical.lstrip('\\') + for path, dir, files in os.walk(prefix): + path = os.path.normpath(path) + for fn in _iglob(os.path.join(path, radical)): + yield fn + + +if ssl: + from .compat import (HTTPSHandler as BaseHTTPSHandler, match_hostname, + CertificateError) + + # + # HTTPSConnection which verifies certificates/matches domains + # + + class HTTPSConnection(httplib.HTTPSConnection): + ca_certs = None # set this to the path to the certs file (.pem) + check_domain = True # only used if ca_certs is not None + + # noinspection PyPropertyAccess + def connect(self): + sock = socket.create_connection((self.host, self.port), + self.timeout) + if getattr(self, '_tunnel_host', False): + self.sock = sock + self._tunnel() + + context = ssl.SSLContext(ssl.PROTOCOL_SSLv23) + if hasattr(ssl, 'OP_NO_SSLv2'): + context.options |= ssl.OP_NO_SSLv2 + if getattr(self, 'cert_file', None): + context.load_cert_chain(self.cert_file, self.key_file) + kwargs = {} + if self.ca_certs: + context.verify_mode = ssl.CERT_REQUIRED + context.load_verify_locations(cafile=self.ca_certs) + if getattr(ssl, 'HAS_SNI', False): + kwargs['server_hostname'] = self.host + + self.sock = context.wrap_socket(sock, **kwargs) + if self.ca_certs and self.check_domain: + try: + match_hostname(self.sock.getpeercert(), self.host) + logger.debug('Host verified: %s', self.host) + except CertificateError: # pragma: no cover + self.sock.shutdown(socket.SHUT_RDWR) + self.sock.close() + raise + + class HTTPSHandler(BaseHTTPSHandler): + + def __init__(self, ca_certs, check_domain=True): + BaseHTTPSHandler.__init__(self) + self.ca_certs = ca_certs + self.check_domain = check_domain + + def _conn_maker(self, *args, **kwargs): + """ + This is called to create a connection instance. Normally you'd + pass a connection class to do_open, but it doesn't actually check for + a class, and just expects a callable. As long as we behave just as a + constructor would have, we should be OK. If it ever changes so that + we *must* pass a class, we'll create an UnsafeHTTPSConnection class + which just sets check_domain to False in the class definition, and + choose which one to pass to do_open. + """ + result = HTTPSConnection(*args, **kwargs) + if self.ca_certs: + result.ca_certs = self.ca_certs + result.check_domain = self.check_domain + return result + + def https_open(self, req): + try: + return self.do_open(self._conn_maker, req) + except URLError as e: + if 'certificate verify failed' in str(e.reason): + raise CertificateError( + 'Unable to verify server certificate ' + 'for %s' % req.host) + else: + raise + + # + # To prevent against mixing HTTP traffic with HTTPS (examples: A Man-In-The- + # Middle proxy using HTTP listens on port 443, or an index mistakenly serves + # HTML containing a http://xyz link when it should be https://xyz), + # you can use the following handler class, which does not allow HTTP traffic. + # + # It works by inheriting from HTTPHandler - so build_opener won't add a + # handler for HTTP itself. + # + class HTTPSOnlyHandler(HTTPSHandler, HTTPHandler): + + def http_open(self, req): + raise URLError( + 'Unexpected HTTP request on what should be a secure ' + 'connection: %s' % req) + + +# +# XML-RPC with timeouts +# +class Transport(xmlrpclib.Transport): + + def __init__(self, timeout, use_datetime=0): + self.timeout = timeout + xmlrpclib.Transport.__init__(self, use_datetime) + + def make_connection(self, host): + h, eh, x509 = self.get_host_info(host) + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPConnection(h) + return self._connection[1] + + +if ssl: + + class SafeTransport(xmlrpclib.SafeTransport): + + def __init__(self, timeout, use_datetime=0): + self.timeout = timeout + xmlrpclib.SafeTransport.__init__(self, use_datetime) + + def make_connection(self, host): + h, eh, kwargs = self.get_host_info(host) + if not kwargs: + kwargs = {} + kwargs['timeout'] = self.timeout + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPSConnection( + h, None, **kwargs) + return self._connection[1] + + +class ServerProxy(xmlrpclib.ServerProxy): + + def __init__(self, uri, **kwargs): + self.timeout = timeout = kwargs.pop('timeout', None) + # The above classes only come into play if a timeout + # is specified + if timeout is not None: + # scheme = splittype(uri) # deprecated as of Python 3.8 + scheme = urlparse(uri)[0] + use_datetime = kwargs.get('use_datetime', 0) + if scheme == 'https': + tcls = SafeTransport + else: + tcls = Transport + kwargs['transport'] = t = tcls(timeout, use_datetime=use_datetime) + self.transport = t + xmlrpclib.ServerProxy.__init__(self, uri, **kwargs) + + +# +# CSV functionality. This is provided because on 2.x, the csv module can't +# handle Unicode. However, we need to deal with Unicode in e.g. RECORD files. +# + + +def _csv_open(fn, mode, **kwargs): + if sys.version_info[0] < 3: + mode += 'b' + else: + kwargs['newline'] = '' + # Python 3 determines encoding from locale. Force 'utf-8' + # file encoding to match other forced utf-8 encoding + kwargs['encoding'] = 'utf-8' + return open(fn, mode, **kwargs) + + +class CSVBase(object): + defaults = { + 'delimiter': str(','), # The strs are used because we need native + 'quotechar': str('"'), # str in the csv API (2.x won't take + 'lineterminator': str('\n') # Unicode) + } + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.stream.close() + + +class CSVReader(CSVBase): + + def __init__(self, **kwargs): + if 'stream' in kwargs: + stream = kwargs['stream'] + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getreader('utf-8')(stream) + self.stream = stream + else: + self.stream = _csv_open(kwargs['path'], 'r') + self.reader = csv.reader(self.stream, **self.defaults) + + def __iter__(self): + return self + + def next(self): + result = next(self.reader) + if sys.version_info[0] < 3: + for i, item in enumerate(result): + if not isinstance(item, text_type): + result[i] = item.decode('utf-8') + return result + + __next__ = next + + +class CSVWriter(CSVBase): + + def __init__(self, fn, **kwargs): + self.stream = _csv_open(fn, 'w') + self.writer = csv.writer(self.stream, **self.defaults) + + def writerow(self, row): + if sys.version_info[0] < 3: + r = [] + for item in row: + if isinstance(item, text_type): + item = item.encode('utf-8') + r.append(item) + row = r + self.writer.writerow(row) + + +# +# Configurator functionality +# + + +class Configurator(BaseConfigurator): + + value_converters = dict(BaseConfigurator.value_converters) + value_converters['inc'] = 'inc_convert' + + def __init__(self, config, base=None): + super(Configurator, self).__init__(config) + self.base = base or os.getcwd() + + def configure_custom(self, config): + + def convert(o): + if isinstance(o, (list, tuple)): + result = type(o)([convert(i) for i in o]) + elif isinstance(o, dict): + if '()' in o: + result = self.configure_custom(o) + else: + result = {} + for k in o: + result[k] = convert(o[k]) + else: + result = self.convert(o) + return result + + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + args = config.pop('[]', ()) + if args: + args = tuple([convert(o) for o in args]) + items = [(k, convert(config[k])) for k in config if valid_ident(k)] + kwargs = dict(items) + result = c(*args, **kwargs) + if props: + for n, v in props.items(): + setattr(result, n, convert(v)) + return result + + def __getitem__(self, key): + result = self.config[key] + if isinstance(result, dict) and '()' in result: + self.config[key] = result = self.configure_custom(result) + return result + + def inc_convert(self, value): + """Default converter for the inc:// protocol.""" + if not os.path.isabs(value): + value = os.path.join(self.base, value) + with codecs.open(value, 'r', encoding='utf-8') as f: + result = json.load(f) + return result + + +class SubprocessMixin(object): + """ + Mixin for running subprocesses and capturing their output + """ + + def __init__(self, verbose=False, progress=None): + self.verbose = verbose + self.progress = progress + + def reader(self, stream, context): + """ + Read lines from a subprocess' output stream and either pass to a progress + callable (if specified) or write progress information to sys.stderr. + """ + progress = self.progress + verbose = self.verbose + while True: + s = stream.readline() + if not s: + break + if progress is not None: + progress(s, context) + else: + if not verbose: + sys.stderr.write('.') + else: + sys.stderr.write(s.decode('utf-8')) + sys.stderr.flush() + stream.close() + + def run_command(self, cmd, **kwargs): + p = subprocess.Popen(cmd, + stdout=subprocess.PIPE, + stderr=subprocess.PIPE, + **kwargs) + t1 = threading.Thread(target=self.reader, args=(p.stdout, 'stdout')) + t1.start() + t2 = threading.Thread(target=self.reader, args=(p.stderr, 'stderr')) + t2.start() + p.wait() + t1.join() + t2.join() + if self.progress is not None: + self.progress('done.', 'main') + elif self.verbose: + sys.stderr.write('done.\n') + return p + + +def normalize_name(name): + """Normalize a python package name a la PEP 503""" + # https://www.python.org/dev/peps/pep-0503/#normalized-names + return re.sub('[-_.]+', '-', name).lower() + + +# def _get_pypirc_command(): +# """ +# Get the distutils command for interacting with PyPI configurations. +# :return: the command. +# """ +# from distutils.core import Distribution +# from distutils.config import PyPIRCCommand +# d = Distribution() +# return PyPIRCCommand(d) + + +class PyPIRCFile(object): + + DEFAULT_REPOSITORY = 'https://upload.pypi.org/legacy/' + DEFAULT_REALM = 'pypi' + + def __init__(self, fn=None, url=None): + if fn is None: + fn = os.path.join(os.path.expanduser('~'), '.pypirc') + self.filename = fn + self.url = url + + def read(self): + result = {} + + if os.path.exists(self.filename): + repository = self.url or self.DEFAULT_REPOSITORY + + config = configparser.RawConfigParser() + config.read(self.filename) + sections = config.sections() + if 'distutils' in sections: + # let's get the list of servers + index_servers = config.get('distutils', 'index-servers') + _servers = [ + server.strip() for server in index_servers.split('\n') + if server.strip() != '' + ] + if _servers == []: + # nothing set, let's try to get the default pypi + if 'pypi' in sections: + _servers = ['pypi'] + else: + for server in _servers: + result = {'server': server} + result['username'] = config.get(server, 'username') + + # optional params + for key, default in (('repository', + self.DEFAULT_REPOSITORY), + ('realm', self.DEFAULT_REALM), + ('password', None)): + if config.has_option(server, key): + result[key] = config.get(server, key) + else: + result[key] = default + + # work around people having "repository" for the "pypi" + # section of their config set to the HTTP (rather than + # HTTPS) URL + if (server == 'pypi' and repository + in (self.DEFAULT_REPOSITORY, 'pypi')): + result['repository'] = self.DEFAULT_REPOSITORY + elif (result['server'] != repository + and result['repository'] != repository): + result = {} + elif 'server-login' in sections: + # old format + server = 'server-login' + if config.has_option(server, 'repository'): + repository = config.get(server, 'repository') + else: + repository = self.DEFAULT_REPOSITORY + result = { + 'username': config.get(server, 'username'), + 'password': config.get(server, 'password'), + 'repository': repository, + 'server': server, + 'realm': self.DEFAULT_REALM + } + return result + + def update(self, username, password): + # import pdb; pdb.set_trace() + config = configparser.RawConfigParser() + fn = self.filename + config.read(fn) + if not config.has_section('pypi'): + config.add_section('pypi') + config.set('pypi', 'username', username) + config.set('pypi', 'password', password) + with open(fn, 'w') as f: + config.write(f) + + +def _load_pypirc(index): + """ + Read the PyPI access configuration as supported by distutils. + """ + return PyPIRCFile(url=index.url).read() + + +def _store_pypirc(index): + PyPIRCFile().update(index.username, index.password) + + +# +# get_platform()/get_host_platform() copied from Python 3.10.a0 source, with some minor +# tweaks +# + + +def get_host_platform(): + """Return a string that identifies the current platform. This is used mainly to + distinguish platform-specific build directories and platform-specific built + distributions. Typically includes the OS name and version and the + architecture (as supplied by 'os.uname()'), although the exact information + included depends on the OS; eg. on Linux, the kernel version isn't + particularly important. + + Examples of returned values: + linux-i586 + linux-alpha (?) + solaris-2.6-sun4u + + Windows will return one of: + win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc) + win32 (all others - specifically, sys.platform is returned) + + For other non-POSIX platforms, currently just returns 'sys.platform'. + + """ + if os.name == 'nt': + if 'amd64' in sys.version.lower(): + return 'win-amd64' + if '(arm)' in sys.version.lower(): + return 'win-arm32' + if '(arm64)' in sys.version.lower(): + return 'win-arm64' + return sys.platform + + # Set for cross builds explicitly + if "_PYTHON_HOST_PLATFORM" in os.environ: + return os.environ["_PYTHON_HOST_PLATFORM"] + + if os.name != 'posix' or not hasattr(os, 'uname'): + # XXX what about the architecture? NT is Intel or Alpha, + # Mac OS is M68k or PPC, etc. + return sys.platform + + # Try to distinguish various flavours of Unix + + (osname, host, release, version, machine) = os.uname() + + # Convert the OS name to lowercase, remove '/' characters, and translate + # spaces (for "Power Macintosh") + osname = osname.lower().replace('/', '') + machine = machine.replace(' ', '_').replace('/', '-') + + if osname[:5] == 'linux': + # At least on Linux/Intel, 'machine' is the processor -- + # i386, etc. + # XXX what about Alpha, SPARC, etc? + return "%s-%s" % (osname, machine) + + elif osname[:5] == 'sunos': + if release[0] >= '5': # SunOS 5 == Solaris 2 + osname = 'solaris' + release = '%d.%s' % (int(release[0]) - 3, release[2:]) + # We can't use 'platform.architecture()[0]' because a + # bootstrap problem. We use a dict to get an error + # if some suspicious happens. + bitness = {2147483647: '32bit', 9223372036854775807: '64bit'} + machine += '.%s' % bitness[sys.maxsize] + # fall through to standard osname-release-machine representation + elif osname[:3] == 'aix': + from _aix_support import aix_platform + return aix_platform() + elif osname[:6] == 'cygwin': + osname = 'cygwin' + rel_re = re.compile(r'[\d.]+', re.ASCII) + m = rel_re.match(release) + if m: + release = m.group() + elif osname[:6] == 'darwin': + import _osx_support + try: + from distutils import sysconfig + except ImportError: + import sysconfig + osname, release, machine = _osx_support.get_platform_osx( + sysconfig.get_config_vars(), osname, release, machine) + + return '%s-%s-%s' % (osname, release, machine) + + +_TARGET_TO_PLAT = { + 'x86': 'win32', + 'x64': 'win-amd64', + 'arm': 'win-arm32', +} + + +def get_platform(): + if os.name != 'nt': + return get_host_platform() + cross_compilation_target = os.environ.get('VSCMD_ARG_TGT_ARCH') + if cross_compilation_target not in _TARGET_TO_PLAT: + return get_host_platform() + return _TARGET_TO_PLAT[cross_compilation_target] diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py new file mode 100644 index 00000000..14171ac9 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py @@ -0,0 +1,751 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Implementation of a flexible versioning scheme providing support for PEP-440, +setuptools-compatible and semantic versioning. +""" + +import logging +import re + +from .compat import string_types +from .util import parse_requirement + +__all__ = ['NormalizedVersion', 'NormalizedMatcher', + 'LegacyVersion', 'LegacyMatcher', + 'SemanticVersion', 'SemanticMatcher', + 'UnsupportedVersionError', 'get_scheme'] + +logger = logging.getLogger(__name__) + + +class UnsupportedVersionError(ValueError): + """This is an unsupported version.""" + pass + + +class Version(object): + def __init__(self, s): + self._string = s = s.strip() + self._parts = parts = self.parse(s) + assert isinstance(parts, tuple) + assert len(parts) > 0 + + def parse(self, s): + raise NotImplementedError('please implement in a subclass') + + def _check_compatible(self, other): + if type(self) != type(other): + raise TypeError('cannot compare %r and %r' % (self, other)) + + def __eq__(self, other): + self._check_compatible(other) + return self._parts == other._parts + + def __ne__(self, other): + return not self.__eq__(other) + + def __lt__(self, other): + self._check_compatible(other) + return self._parts < other._parts + + def __gt__(self, other): + return not (self.__lt__(other) or self.__eq__(other)) + + def __le__(self, other): + return self.__lt__(other) or self.__eq__(other) + + def __ge__(self, other): + return self.__gt__(other) or self.__eq__(other) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + def __hash__(self): + return hash(self._parts) + + def __repr__(self): + return "%s('%s')" % (self.__class__.__name__, self._string) + + def __str__(self): + return self._string + + @property + def is_prerelease(self): + raise NotImplementedError('Please implement in subclasses.') + + +class Matcher(object): + version_class = None + + # value is either a callable or the name of a method + _operators = { + '<': lambda v, c, p: v < c, + '>': lambda v, c, p: v > c, + '<=': lambda v, c, p: v == c or v < c, + '>=': lambda v, c, p: v == c or v > c, + '==': lambda v, c, p: v == c, + '===': lambda v, c, p: v == c, + # by default, compatible => >=. + '~=': lambda v, c, p: v == c or v > c, + '!=': lambda v, c, p: v != c, + } + + # this is a method only to support alternative implementations + # via overriding + def parse_requirement(self, s): + return parse_requirement(s) + + def __init__(self, s): + if self.version_class is None: + raise ValueError('Please specify a version class') + self._string = s = s.strip() + r = self.parse_requirement(s) + if not r: + raise ValueError('Not valid: %r' % s) + self.name = r.name + self.key = self.name.lower() # for case-insensitive comparisons + clist = [] + if r.constraints: + # import pdb; pdb.set_trace() + for op, s in r.constraints: + if s.endswith('.*'): + if op not in ('==', '!='): + raise ValueError('\'.*\' not allowed for ' + '%r constraints' % op) + # Could be a partial version (e.g. for '2.*') which + # won't parse as a version, so keep it as a string + vn, prefix = s[:-2], True + # Just to check that vn is a valid version + self.version_class(vn) + else: + # Should parse as a version, so we can create an + # instance for the comparison + vn, prefix = self.version_class(s), False + clist.append((op, vn, prefix)) + self._parts = tuple(clist) + + def match(self, version): + """ + Check if the provided version matches the constraints. + + :param version: The version to match against this instance. + :type version: String or :class:`Version` instance. + """ + if isinstance(version, string_types): + version = self.version_class(version) + for operator, constraint, prefix in self._parts: + f = self._operators.get(operator) + if isinstance(f, string_types): + f = getattr(self, f) + if not f: + msg = ('%r not implemented ' + 'for %s' % (operator, self.__class__.__name__)) + raise NotImplementedError(msg) + if not f(version, constraint, prefix): + return False + return True + + @property + def exact_version(self): + result = None + if len(self._parts) == 1 and self._parts[0][0] in ('==', '==='): + result = self._parts[0][1] + return result + + def _check_compatible(self, other): + if type(self) != type(other) or self.name != other.name: + raise TypeError('cannot compare %s and %s' % (self, other)) + + def __eq__(self, other): + self._check_compatible(other) + return self.key == other.key and self._parts == other._parts + + def __ne__(self, other): + return not self.__eq__(other) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + def __hash__(self): + return hash(self.key) + hash(self._parts) + + def __repr__(self): + return "%s(%r)" % (self.__class__.__name__, self._string) + + def __str__(self): + return self._string + + +PEP440_VERSION_RE = re.compile(r'^v?(\d+!)?(\d+(\.\d+)*)((a|alpha|b|beta|c|rc|pre|preview)(\d+)?)?' + r'(\.(post|r|rev)(\d+)?)?([._-]?(dev)(\d+)?)?' + r'(\+([a-zA-Z\d]+(\.[a-zA-Z\d]+)?))?$', re.I) + + +def _pep_440_key(s): + s = s.strip() + m = PEP440_VERSION_RE.match(s) + if not m: + raise UnsupportedVersionError('Not a valid version: %s' % s) + groups = m.groups() + nums = tuple(int(v) for v in groups[1].split('.')) + while len(nums) > 1 and nums[-1] == 0: + nums = nums[:-1] + + if not groups[0]: + epoch = 0 + else: + epoch = int(groups[0][:-1]) + pre = groups[4:6] + post = groups[7:9] + dev = groups[10:12] + local = groups[13] + if pre == (None, None): + pre = () + else: + if pre[1] is None: + pre = pre[0], 0 + else: + pre = pre[0], int(pre[1]) + if post == (None, None): + post = () + else: + if post[1] is None: + post = post[0], 0 + else: + post = post[0], int(post[1]) + if dev == (None, None): + dev = () + else: + if dev[1] is None: + dev = dev[0], 0 + else: + dev = dev[0], int(dev[1]) + if local is None: + local = () + else: + parts = [] + for part in local.split('.'): + # to ensure that numeric compares as > lexicographic, avoid + # comparing them directly, but encode a tuple which ensures + # correct sorting + if part.isdigit(): + part = (1, int(part)) + else: + part = (0, part) + parts.append(part) + local = tuple(parts) + if not pre: + # either before pre-release, or final release and after + if not post and dev: + # before pre-release + pre = ('a', -1) # to sort before a0 + else: + pre = ('z',) # to sort after all pre-releases + # now look at the state of post and dev. + if not post: + post = ('_',) # sort before 'a' + if not dev: + dev = ('final',) + + return epoch, nums, pre, post, dev, local + + +_normalized_key = _pep_440_key + + +class NormalizedVersion(Version): + """A rational version. + + Good: + 1.2 # equivalent to "1.2.0" + 1.2.0 + 1.2a1 + 1.2.3a2 + 1.2.3b1 + 1.2.3c1 + 1.2.3.4 + TODO: fill this out + + Bad: + 1 # minimum two numbers + 1.2a # release level must have a release serial + 1.2.3b + """ + def parse(self, s): + result = _normalized_key(s) + # _normalized_key loses trailing zeroes in the release + # clause, since that's needed to ensure that X.Y == X.Y.0 == X.Y.0.0 + # However, PEP 440 prefix matching needs it: for example, + # (~= 1.4.5.0) matches differently to (~= 1.4.5.0.0). + m = PEP440_VERSION_RE.match(s) # must succeed + groups = m.groups() + self._release_clause = tuple(int(v) for v in groups[1].split('.')) + return result + + PREREL_TAGS = set(['a', 'b', 'c', 'rc', 'dev']) + + @property + def is_prerelease(self): + return any(t[0] in self.PREREL_TAGS for t in self._parts if t) + + +def _match_prefix(x, y): + x = str(x) + y = str(y) + if x == y: + return True + if not x.startswith(y): + return False + n = len(y) + return x[n] == '.' + + +class NormalizedMatcher(Matcher): + version_class = NormalizedVersion + + # value is either a callable or the name of a method + _operators = { + '~=': '_match_compatible', + '<': '_match_lt', + '>': '_match_gt', + '<=': '_match_le', + '>=': '_match_ge', + '==': '_match_eq', + '===': '_match_arbitrary', + '!=': '_match_ne', + } + + def _adjust_local(self, version, constraint, prefix): + if prefix: + strip_local = '+' not in constraint and version._parts[-1] + else: + # both constraint and version are + # NormalizedVersion instances. + # If constraint does not have a local component, + # ensure the version doesn't, either. + strip_local = not constraint._parts[-1] and version._parts[-1] + if strip_local: + s = version._string.split('+', 1)[0] + version = self.version_class(s) + return version, constraint + + def _match_lt(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version >= constraint: + return False + release_clause = constraint._release_clause + pfx = '.'.join([str(i) for i in release_clause]) + return not _match_prefix(version, pfx) + + def _match_gt(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version <= constraint: + return False + release_clause = constraint._release_clause + pfx = '.'.join([str(i) for i in release_clause]) + return not _match_prefix(version, pfx) + + def _match_le(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + return version <= constraint + + def _match_ge(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + return version >= constraint + + def _match_eq(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if not prefix: + result = (version == constraint) + else: + result = _match_prefix(version, constraint) + return result + + def _match_arbitrary(self, version, constraint, prefix): + return str(version) == str(constraint) + + def _match_ne(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if not prefix: + result = (version != constraint) + else: + result = not _match_prefix(version, constraint) + return result + + def _match_compatible(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version == constraint: + return True + if version < constraint: + return False +# if not prefix: +# return True + release_clause = constraint._release_clause + if len(release_clause) > 1: + release_clause = release_clause[:-1] + pfx = '.'.join([str(i) for i in release_clause]) + return _match_prefix(version, pfx) + + +_REPLACEMENTS = ( + (re.compile('[.+-]$'), ''), # remove trailing puncts + (re.compile(r'^[.](\d)'), r'0.\1'), # .N -> 0.N at start + (re.compile('^[.-]'), ''), # remove leading puncts + (re.compile(r'^\((.*)\)$'), r'\1'), # remove parentheses + (re.compile(r'^v(ersion)?\s*(\d+)'), r'\2'), # remove leading v(ersion) + (re.compile(r'^r(ev)?\s*(\d+)'), r'\2'), # remove leading v(ersion) + (re.compile('[.]{2,}'), '.'), # multiple runs of '.' + (re.compile(r'\b(alfa|apha)\b'), 'alpha'), # misspelt alpha + (re.compile(r'\b(pre-alpha|prealpha)\b'), + 'pre.alpha'), # standardise + (re.compile(r'\(beta\)$'), 'beta'), # remove parentheses +) + +_SUFFIX_REPLACEMENTS = ( + (re.compile('^[:~._+-]+'), ''), # remove leading puncts + (re.compile('[,*")([\\]]'), ''), # remove unwanted chars + (re.compile('[~:+_ -]'), '.'), # replace illegal chars + (re.compile('[.]{2,}'), '.'), # multiple runs of '.' + (re.compile(r'\.$'), ''), # trailing '.' +) + +_NUMERIC_PREFIX = re.compile(r'(\d+(\.\d+)*)') + + +def _suggest_semantic_version(s): + """ + Try to suggest a semantic form for a version for which + _suggest_normalized_version couldn't come up with anything. + """ + result = s.strip().lower() + for pat, repl in _REPLACEMENTS: + result = pat.sub(repl, result) + if not result: + result = '0.0.0' + + # Now look for numeric prefix, and separate it out from + # the rest. + # import pdb; pdb.set_trace() + m = _NUMERIC_PREFIX.match(result) + if not m: + prefix = '0.0.0' + suffix = result + else: + prefix = m.groups()[0].split('.') + prefix = [int(i) for i in prefix] + while len(prefix) < 3: + prefix.append(0) + if len(prefix) == 3: + suffix = result[m.end():] + else: + suffix = '.'.join([str(i) for i in prefix[3:]]) + result[m.end():] + prefix = prefix[:3] + prefix = '.'.join([str(i) for i in prefix]) + suffix = suffix.strip() + if suffix: + # import pdb; pdb.set_trace() + # massage the suffix. + for pat, repl in _SUFFIX_REPLACEMENTS: + suffix = pat.sub(repl, suffix) + + if not suffix: + result = prefix + else: + sep = '-' if 'dev' in suffix else '+' + result = prefix + sep + suffix + if not is_semver(result): + result = None + return result + + +def _suggest_normalized_version(s): + """Suggest a normalized version close to the given version string. + + If you have a version string that isn't rational (i.e. NormalizedVersion + doesn't like it) then you might be able to get an equivalent (or close) + rational version from this function. + + This does a number of simple normalizations to the given string, based + on observation of versions currently in use on PyPI. Given a dump of + those version during PyCon 2009, 4287 of them: + - 2312 (53.93%) match NormalizedVersion without change + with the automatic suggestion + - 3474 (81.04%) match when using this suggestion method + + @param s {str} An irrational version string. + @returns A rational version string, or None, if couldn't determine one. + """ + try: + _normalized_key(s) + return s # already rational + except UnsupportedVersionError: + pass + + rs = s.lower() + + # part of this could use maketrans + for orig, repl in (('-alpha', 'a'), ('-beta', 'b'), ('alpha', 'a'), + ('beta', 'b'), ('rc', 'c'), ('-final', ''), + ('-pre', 'c'), + ('-release', ''), ('.release', ''), ('-stable', ''), + ('+', '.'), ('_', '.'), (' ', ''), ('.final', ''), + ('final', '')): + rs = rs.replace(orig, repl) + + # if something ends with dev or pre, we add a 0 + rs = re.sub(r"pre$", r"pre0", rs) + rs = re.sub(r"dev$", r"dev0", rs) + + # if we have something like "b-2" or "a.2" at the end of the + # version, that is probably beta, alpha, etc + # let's remove the dash or dot + rs = re.sub(r"([abc]|rc)[\-\.](\d+)$", r"\1\2", rs) + + # 1.0-dev-r371 -> 1.0.dev371 + # 0.1-dev-r79 -> 0.1.dev79 + rs = re.sub(r"[\-\.](dev)[\-\.]?r?(\d+)$", r".\1\2", rs) + + # Clean: 2.0.a.3, 2.0.b1, 0.9.0~c1 + rs = re.sub(r"[.~]?([abc])\.?", r"\1", rs) + + # Clean: v0.3, v1.0 + if rs.startswith('v'): + rs = rs[1:] + + # Clean leading '0's on numbers. + # TODO: unintended side-effect on, e.g., "2003.05.09" + # PyPI stats: 77 (~2%) better + rs = re.sub(r"\b0+(\d+)(?!\d)", r"\1", rs) + + # Clean a/b/c with no version. E.g. "1.0a" -> "1.0a0". Setuptools infers + # zero. + # PyPI stats: 245 (7.56%) better + rs = re.sub(r"(\d+[abc])$", r"\g<1>0", rs) + + # the 'dev-rNNN' tag is a dev tag + rs = re.sub(r"\.?(dev-r|dev\.r)\.?(\d+)$", r".dev\2", rs) + + # clean the - when used as a pre delimiter + rs = re.sub(r"-(a|b|c)(\d+)$", r"\1\2", rs) + + # a terminal "dev" or "devel" can be changed into ".dev0" + rs = re.sub(r"[\.\-](dev|devel)$", r".dev0", rs) + + # a terminal "dev" can be changed into ".dev0" + rs = re.sub(r"(?![\.\-])dev$", r".dev0", rs) + + # a terminal "final" or "stable" can be removed + rs = re.sub(r"(final|stable)$", "", rs) + + # The 'r' and the '-' tags are post release tags + # 0.4a1.r10 -> 0.4a1.post10 + # 0.9.33-17222 -> 0.9.33.post17222 + # 0.9.33-r17222 -> 0.9.33.post17222 + rs = re.sub(r"\.?(r|-|-r)\.?(\d+)$", r".post\2", rs) + + # Clean 'r' instead of 'dev' usage: + # 0.9.33+r17222 -> 0.9.33.dev17222 + # 1.0dev123 -> 1.0.dev123 + # 1.0.git123 -> 1.0.dev123 + # 1.0.bzr123 -> 1.0.dev123 + # 0.1a0dev.123 -> 0.1a0.dev123 + # PyPI stats: ~150 (~4%) better + rs = re.sub(r"\.?(dev|git|bzr)\.?(\d+)$", r".dev\2", rs) + + # Clean '.pre' (normalized from '-pre' above) instead of 'c' usage: + # 0.2.pre1 -> 0.2c1 + # 0.2-c1 -> 0.2c1 + # 1.0preview123 -> 1.0c123 + # PyPI stats: ~21 (0.62%) better + rs = re.sub(r"\.?(pre|preview|-c)(\d+)$", r"c\g<2>", rs) + + # Tcl/Tk uses "px" for their post release markers + rs = re.sub(r"p(\d+)$", r".post\1", rs) + + try: + _normalized_key(rs) + except UnsupportedVersionError: + rs = None + return rs + +# +# Legacy version processing (distribute-compatible) +# + + +_VERSION_PART = re.compile(r'([a-z]+|\d+|[\.-])', re.I) +_VERSION_REPLACE = { + 'pre': 'c', + 'preview': 'c', + '-': 'final-', + 'rc': 'c', + 'dev': '@', + '': None, + '.': None, +} + + +def _legacy_key(s): + def get_parts(s): + result = [] + for p in _VERSION_PART.split(s.lower()): + p = _VERSION_REPLACE.get(p, p) + if p: + if '0' <= p[:1] <= '9': + p = p.zfill(8) + else: + p = '*' + p + result.append(p) + result.append('*final') + return result + + result = [] + for p in get_parts(s): + if p.startswith('*'): + if p < '*final': + while result and result[-1] == '*final-': + result.pop() + while result and result[-1] == '00000000': + result.pop() + result.append(p) + return tuple(result) + + +class LegacyVersion(Version): + def parse(self, s): + return _legacy_key(s) + + @property + def is_prerelease(self): + result = False + for x in self._parts: + if (isinstance(x, string_types) and x.startswith('*') and + x < '*final'): + result = True + break + return result + + +class LegacyMatcher(Matcher): + version_class = LegacyVersion + + _operators = dict(Matcher._operators) + _operators['~='] = '_match_compatible' + + numeric_re = re.compile(r'^(\d+(\.\d+)*)') + + def _match_compatible(self, version, constraint, prefix): + if version < constraint: + return False + m = self.numeric_re.match(str(constraint)) + if not m: + logger.warning('Cannot compute compatible match for version %s ' + ' and constraint %s', version, constraint) + return True + s = m.groups()[0] + if '.' in s: + s = s.rsplit('.', 1)[0] + return _match_prefix(version, s) + +# +# Semantic versioning +# + + +_SEMVER_RE = re.compile(r'^(\d+)\.(\d+)\.(\d+)' + r'(-[a-z0-9]+(\.[a-z0-9-]+)*)?' + r'(\+[a-z0-9]+(\.[a-z0-9-]+)*)?$', re.I) + + +def is_semver(s): + return _SEMVER_RE.match(s) + + +def _semantic_key(s): + def make_tuple(s, absent): + if s is None: + result = (absent,) + else: + parts = s[1:].split('.') + # We can't compare ints and strings on Python 3, so fudge it + # by zero-filling numeric values so simulate a numeric comparison + result = tuple([p.zfill(8) if p.isdigit() else p for p in parts]) + return result + + m = is_semver(s) + if not m: + raise UnsupportedVersionError(s) + groups = m.groups() + major, minor, patch = [int(i) for i in groups[:3]] + # choose the '|' and '*' so that versions sort correctly + pre, build = make_tuple(groups[3], '|'), make_tuple(groups[5], '*') + return (major, minor, patch), pre, build + + +class SemanticVersion(Version): + def parse(self, s): + return _semantic_key(s) + + @property + def is_prerelease(self): + return self._parts[1][0] != '|' + + +class SemanticMatcher(Matcher): + version_class = SemanticVersion + + +class VersionScheme(object): + def __init__(self, key, matcher, suggester=None): + self.key = key + self.matcher = matcher + self.suggester = suggester + + def is_valid_version(self, s): + try: + self.matcher.version_class(s) + result = True + except UnsupportedVersionError: + result = False + return result + + def is_valid_matcher(self, s): + try: + self.matcher(s) + result = True + except UnsupportedVersionError: + result = False + return result + + def is_valid_constraint_list(self, s): + """ + Used for processing some metadata fields + """ + # See issue #140. Be tolerant of a single trailing comma. + if s.endswith(','): + s = s[:-1] + return self.is_valid_matcher('dummy_name (%s)' % s) + + def suggest(self, s): + if self.suggester is None: + result = None + else: + result = self.suggester(s) + return result + + +_SCHEMES = { + 'normalized': VersionScheme(_normalized_key, NormalizedMatcher, + _suggest_normalized_version), + 'legacy': VersionScheme(_legacy_key, LegacyMatcher, lambda self, s: s), + 'semantic': VersionScheme(_semantic_key, SemanticMatcher, + _suggest_semantic_version), +} + +_SCHEMES['default'] = _SCHEMES['normalized'] + + +def get_scheme(name): + if name not in _SCHEMES: + raise ValueError('unknown scheme name: %r' % name) + return _SCHEMES[name] diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe new file mode 100644 index 0000000000000000000000000000000000000000..4ee2d3a31b59e8b50f433ecdf0be9e496e8cc3b8 GIT binary patch literal 91648 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe new file mode 100644 index 0000000000000000000000000000000000000000..951d5817c9e6d81c94a173a0d9fead7f1f143331 GIT binary patch literal 168448 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe new file mode 100644 index 0000000000000000000000000000000000000000..5763076d2878093971a0ef9870e1cde7f556b18b GIT binary patch literal 101888 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

                                                # pre-release
      +            [-_\.]?
      +            (?P(a|b|c|rc|alpha|beta|pre|preview))
      +            [-_\.]?
      +            (?P[0-9]+)?
      +        )?
      +        (?P                                         # post release
      +            (?:-(?P[0-9]+))
      +            |
      +            (?:
      +                [-_\.]?
      +                (?Ppost|rev|r)
      +                [-_\.]?
      +                (?P[0-9]+)?
      +            )
      +        )?
      +        (?P                                          # dev release
      +            [-_\.]?
      +            (?Pdev)
      +            [-_\.]?
      +            (?P[0-9]+)?
      +        )?
      +    )
      +    (?:\+(?P[a-z0-9]+(?:[-_\.][a-z0-9]+)*))?       # local version
      +"""
      +
      +
      +class Version(_BaseVersion):
      +
      +    _regex = re.compile(r"^\s*" + VERSION_PATTERN + r"\s*$", re.VERBOSE | re.IGNORECASE)
      +
      +    def __init__(self, version: str) -> None:
      +
      +        # Validate the version and parse it into pieces
      +        match = self._regex.search(version)
      +        if not match:
      +            raise InvalidVersion(f"Invalid version: '{version}'")
      +
      +        # Store the parsed out pieces of the version
      +        self._version = _Version(
      +            epoch=int(match.group("epoch")) if match.group("epoch") else 0,
      +            release=tuple(int(i) for i in match.group("release").split(".")),
      +            pre=_parse_letter_version(match.group("pre_l"), match.group("pre_n")),
      +            post=_parse_letter_version(
      +                match.group("post_l"), match.group("post_n1") or match.group("post_n2")
      +            ),
      +            dev=_parse_letter_version(match.group("dev_l"), match.group("dev_n")),
      +            local=_parse_local_version(match.group("local")),
      +        )
      +
      +        # Generate a key which will be used for sorting
      +        self._key = _cmpkey(
      +            self._version.epoch,
      +            self._version.release,
      +            self._version.pre,
      +            self._version.post,
      +            self._version.dev,
      +            self._version.local,
      +        )
      +
      +    def __repr__(self) -> str:
      +        return f""
      +
      +    def __str__(self) -> str:
      +        parts = []
      +
      +        # Epoch
      +        if self.epoch != 0:
      +            parts.append(f"{self.epoch}!")
      +
      +        # Release segment
      +        parts.append(".".join(str(x) for x in self.release))
      +
      +        # Pre-release
      +        if self.pre is not None:
      +            parts.append("".join(str(x) for x in self.pre))
      +
      +        # Post-release
      +        if self.post is not None:
      +            parts.append(f".post{self.post}")
      +
      +        # Development release
      +        if self.dev is not None:
      +            parts.append(f".dev{self.dev}")
      +
      +        # Local version segment
      +        if self.local is not None:
      +            parts.append(f"+{self.local}")
      +
      +        return "".join(parts)
      +
      +    @property
      +    def epoch(self) -> int:
      +        _epoch: int = self._version.epoch
      +        return _epoch
      +
      +    @property
      +    def release(self) -> Tuple[int, ...]:
      +        _release: Tuple[int, ...] = self._version.release
      +        return _release
      +
      +    @property
      +    def pre(self) -> Optional[Tuple[str, int]]:
      +        _pre: Optional[Tuple[str, int]] = self._version.pre
      +        return _pre
      +
      +    @property
      +    def post(self) -> Optional[int]:
      +        return self._version.post[1] if self._version.post else None
      +
      +    @property
      +    def dev(self) -> Optional[int]:
      +        return self._version.dev[1] if self._version.dev else None
      +
      +    @property
      +    def local(self) -> Optional[str]:
      +        if self._version.local:
      +            return ".".join(str(x) for x in self._version.local)
      +        else:
      +            return None
      +
      +    @property
      +    def public(self) -> str:
      +        return str(self).split("+", 1)[0]
      +
      +    @property
      +    def base_version(self) -> str:
      +        parts = []
      +
      +        # Epoch
      +        if self.epoch != 0:
      +            parts.append(f"{self.epoch}!")
      +
      +        # Release segment
      +        parts.append(".".join(str(x) for x in self.release))
      +
      +        return "".join(parts)
      +
      +    @property
      +    def is_prerelease(self) -> bool:
      +        return self.dev is not None or self.pre is not None
      +
      +    @property
      +    def is_postrelease(self) -> bool:
      +        return self.post is not None
      +
      +    @property
      +    def is_devrelease(self) -> bool:
      +        return self.dev is not None
      +
      +    @property
      +    def major(self) -> int:
      +        return self.release[0] if len(self.release) >= 1 else 0
      +
      +    @property
      +    def minor(self) -> int:
      +        return self.release[1] if len(self.release) >= 2 else 0
      +
      +    @property
      +    def micro(self) -> int:
      +        return self.release[2] if len(self.release) >= 3 else 0
      +
      +
      +def _parse_letter_version(
      +    letter: str, number: Union[str, bytes, SupportsInt]
      +) -> Optional[Tuple[str, int]]:
      +
      +    if letter:
      +        # We consider there to be an implicit 0 in a pre-release if there is
      +        # not a numeral associated with it.
      +        if number is None:
      +            number = 0
      +
      +        # We normalize any letters to their lower case form
      +        letter = letter.lower()
      +
      +        # We consider some words to be alternate spellings of other words and
      +        # in those cases we want to normalize the spellings to our preferred
      +        # spelling.
      +        if letter == "alpha":
      +            letter = "a"
      +        elif letter == "beta":
      +            letter = "b"
      +        elif letter in ["c", "pre", "preview"]:
      +            letter = "rc"
      +        elif letter in ["rev", "r"]:
      +            letter = "post"
      +
      +        return letter, int(number)
      +    if not letter and number:
      +        # We assume if we are given a number, but we are not given a letter
      +        # then this is using the implicit post release syntax (e.g. 1.0-1)
      +        letter = "post"
      +
      +        return letter, int(number)
      +
      +    return None
      +
      +
      +_local_version_separators = re.compile(r"[\._-]")
      +
      +
      +def _parse_local_version(local: str) -> Optional[LocalType]:
      +    """
      +    Takes a string like abc.1.twelve and turns it into ("abc", 1, "twelve").
      +    """
      +    if local is not None:
      +        return tuple(
      +            part.lower() if not part.isdigit() else int(part)
      +            for part in _local_version_separators.split(local)
      +        )
      +    return None
      +
      +
      +def _cmpkey(
      +    epoch: int,
      +    release: Tuple[int, ...],
      +    pre: Optional[Tuple[str, int]],
      +    post: Optional[Tuple[str, int]],
      +    dev: Optional[Tuple[str, int]],
      +    local: Optional[Tuple[SubLocalType]],
      +) -> CmpKey:
      +
      +    # When we compare a release version, we want to compare it with all of the
      +    # trailing zeros removed. So we'll use a reverse the list, drop all the now
      +    # leading zeros until we come to something non zero, then take the rest
      +    # re-reverse it back into the correct order and make it a tuple and use
      +    # that for our sorting key.
      +    _release = tuple(
      +        reversed(list(itertools.dropwhile(lambda x: x == 0, reversed(release))))
      +    )
      +
      +    # We need to "trick" the sorting algorithm to put 1.0.dev0 before 1.0a0.
      +    # We'll do this by abusing the pre segment, but we _only_ want to do this
      +    # if there is not a pre or a post segment. If we have one of those then
      +    # the normal sorting rules will handle this case correctly.
      +    if pre is None and post is None and dev is not None:
      +        _pre: PrePostDevType = NegativeInfinity
      +    # Versions without a pre-release (except as noted above) should sort after
      +    # those with one.
      +    elif pre is None:
      +        _pre = Infinity
      +    else:
      +        _pre = pre
      +
      +    # Versions without a post segment should sort before those with one.
      +    if post is None:
      +        _post: PrePostDevType = NegativeInfinity
      +
      +    else:
      +        _post = post
      +
      +    # Versions without a development segment should sort after those with one.
      +    if dev is None:
      +        _dev: PrePostDevType = Infinity
      +
      +    else:
      +        _dev = dev
      +
      +    if local is None:
      +        # Versions without a local segment should sort before those with one.
      +        _local: LocalType = NegativeInfinity
      +    else:
      +        # Versions with a local segment need that segment parsed to implement
      +        # the sorting rules in PEP440.
      +        # - Alpha numeric segments sort before numeric segments
      +        # - Alpha numeric segments sort lexicographically
      +        # - Numeric segments sort numerically
      +        # - Shorter versions sort before longer versions when the prefixes
      +        #   match exactly
      +        _local = tuple(
      +            (i, "") if isinstance(i, int) else (NegativeInfinity, i) for i in local
      +        )
      +
      +    return epoch, _release, _pre, _post, _dev, _local
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py
      new file mode 100644
      index 00000000..ad279407
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py
      @@ -0,0 +1,3361 @@
      +"""
      +Package resource API
      +--------------------
      +
      +A resource is a logical file contained within a package, or a logical
      +subdirectory thereof.  The package resource API expects resource names
      +to have their path parts separated with ``/``, *not* whatever the local
      +path separator is.  Do not use os.path operations to manipulate resource
      +names being passed into the API.
      +
      +The package resource API is designed to work with normal filesystem packages,
      +.egg files, and unpacked .egg files.  It can also work in a limited way with
      +.zip files and with custom PEP 302 loaders that support the ``get_data()``
      +method.
      +
      +This module is deprecated. Users are directed to :mod:`importlib.resources`,
      +:mod:`importlib.metadata` and :pypi:`packaging` instead.
      +"""
      +
      +import sys
      +import os
      +import io
      +import time
      +import re
      +import types
      +import zipfile
      +import zipimport
      +import warnings
      +import stat
      +import functools
      +import pkgutil
      +import operator
      +import platform
      +import collections
      +import plistlib
      +import email.parser
      +import errno
      +import tempfile
      +import textwrap
      +import inspect
      +import ntpath
      +import posixpath
      +import importlib
      +from pkgutil import get_importer
      +
      +try:
      +    import _imp
      +except ImportError:
      +    # Python 3.2 compatibility
      +    import imp as _imp
      +
      +try:
      +    FileExistsError
      +except NameError:
      +    FileExistsError = OSError
      +
      +# capture these to bypass sandboxing
      +from os import utime
      +
      +try:
      +    from os import mkdir, rename, unlink
      +
      +    WRITE_SUPPORT = True
      +except ImportError:
      +    # no write support, probably under GAE
      +    WRITE_SUPPORT = False
      +
      +from os import open as os_open
      +from os.path import isdir, split
      +
      +try:
      +    import importlib.machinery as importlib_machinery
      +
      +    # access attribute to force import under delayed import mechanisms.
      +    importlib_machinery.__name__
      +except ImportError:
      +    importlib_machinery = None
      +
      +from pip._internal.utils._jaraco_text import (
      +    yield_lines,
      +    drop_comment,
      +    join_continuation,
      +)
      +
      +from pip._vendor import platformdirs
      +from pip._vendor import packaging
      +
      +__import__('pip._vendor.packaging.version')
      +__import__('pip._vendor.packaging.specifiers')
      +__import__('pip._vendor.packaging.requirements')
      +__import__('pip._vendor.packaging.markers')
      +__import__('pip._vendor.packaging.utils')
      +
      +if sys.version_info < (3, 5):
      +    raise RuntimeError("Python 3.5 or later is required")
      +
      +# declare some globals that will be defined later to
      +# satisfy the linters.
      +require = None
      +working_set = None
      +add_activation_listener = None
      +resources_stream = None
      +cleanup_resources = None
      +resource_dir = None
      +resource_stream = None
      +set_extraction_path = None
      +resource_isdir = None
      +resource_string = None
      +iter_entry_points = None
      +resource_listdir = None
      +resource_filename = None
      +resource_exists = None
      +_distribution_finders = None
      +_namespace_handlers = None
      +_namespace_packages = None
      +
      +
      +warnings.warn(
      +    "pkg_resources is deprecated as an API. "
      +    "See https://setuptools.pypa.io/en/latest/pkg_resources.html",
      +    DeprecationWarning,
      +    stacklevel=2
      +)
      +
      +
      +_PEP440_FALLBACK = re.compile(r"^v?(?P(?:[0-9]+!)?[0-9]+(?:\.[0-9]+)*)", re.I)
      +
      +
      +class PEP440Warning(RuntimeWarning):
      +    """
      +    Used when there is an issue with a version or specifier not complying with
      +    PEP 440.
      +    """
      +
      +
      +parse_version = packaging.version.Version
      +
      +
      +_state_vars = {}
      +
      +
      +def _declare_state(vartype, **kw):
      +    globals().update(kw)
      +    _state_vars.update(dict.fromkeys(kw, vartype))
      +
      +
      +def __getstate__():
      +    state = {}
      +    g = globals()
      +    for k, v in _state_vars.items():
      +        state[k] = g['_sget_' + v](g[k])
      +    return state
      +
      +
      +def __setstate__(state):
      +    g = globals()
      +    for k, v in state.items():
      +        g['_sset_' + _state_vars[k]](k, g[k], v)
      +    return state
      +
      +
      +def _sget_dict(val):
      +    return val.copy()
      +
      +
      +def _sset_dict(key, ob, state):
      +    ob.clear()
      +    ob.update(state)
      +
      +
      +def _sget_object(val):
      +    return val.__getstate__()
      +
      +
      +def _sset_object(key, ob, state):
      +    ob.__setstate__(state)
      +
      +
      +_sget_none = _sset_none = lambda *args: None
      +
      +
      +def get_supported_platform():
      +    """Return this platform's maximum compatible version.
      +
      +    distutils.util.get_platform() normally reports the minimum version
      +    of macOS that would be required to *use* extensions produced by
      +    distutils.  But what we want when checking compatibility is to know the
      +    version of macOS that we are *running*.  To allow usage of packages that
      +    explicitly require a newer version of macOS, we must also know the
      +    current version of the OS.
      +
      +    If this condition occurs for any other platform with a version in its
      +    platform strings, this function should be extended accordingly.
      +    """
      +    plat = get_build_platform()
      +    m = macosVersionString.match(plat)
      +    if m is not None and sys.platform == "darwin":
      +        try:
      +            plat = 'macosx-%s-%s' % ('.'.join(_macos_vers()[:2]), m.group(3))
      +        except ValueError:
      +            # not macOS
      +            pass
      +    return plat
      +
      +
      +__all__ = [
      +    # Basic resource access and distribution/entry point discovery
      +    'require',
      +    'run_script',
      +    'get_provider',
      +    'get_distribution',
      +    'load_entry_point',
      +    'get_entry_map',
      +    'get_entry_info',
      +    'iter_entry_points',
      +    'resource_string',
      +    'resource_stream',
      +    'resource_filename',
      +    'resource_listdir',
      +    'resource_exists',
      +    'resource_isdir',
      +    # Environmental control
      +    'declare_namespace',
      +    'working_set',
      +    'add_activation_listener',
      +    'find_distributions',
      +    'set_extraction_path',
      +    'cleanup_resources',
      +    'get_default_cache',
      +    # Primary implementation classes
      +    'Environment',
      +    'WorkingSet',
      +    'ResourceManager',
      +    'Distribution',
      +    'Requirement',
      +    'EntryPoint',
      +    # Exceptions
      +    'ResolutionError',
      +    'VersionConflict',
      +    'DistributionNotFound',
      +    'UnknownExtra',
      +    'ExtractionError',
      +    # Warnings
      +    'PEP440Warning',
      +    # Parsing functions and string utilities
      +    'parse_requirements',
      +    'parse_version',
      +    'safe_name',
      +    'safe_version',
      +    'get_platform',
      +    'compatible_platforms',
      +    'yield_lines',
      +    'split_sections',
      +    'safe_extra',
      +    'to_filename',
      +    'invalid_marker',
      +    'evaluate_marker',
      +    # filesystem utilities
      +    'ensure_directory',
      +    'normalize_path',
      +    # Distribution "precedence" constants
      +    'EGG_DIST',
      +    'BINARY_DIST',
      +    'SOURCE_DIST',
      +    'CHECKOUT_DIST',
      +    'DEVELOP_DIST',
      +    # "Provider" interfaces, implementations, and registration/lookup APIs
      +    'IMetadataProvider',
      +    'IResourceProvider',
      +    'FileMetadata',
      +    'PathMetadata',
      +    'EggMetadata',
      +    'EmptyProvider',
      +    'empty_provider',
      +    'NullProvider',
      +    'EggProvider',
      +    'DefaultProvider',
      +    'ZipProvider',
      +    'register_finder',
      +    'register_namespace_handler',
      +    'register_loader_type',
      +    'fixup_namespace_packages',
      +    'get_importer',
      +    # Warnings
      +    'PkgResourcesDeprecationWarning',
      +    # Deprecated/backward compatibility only
      +    'run_main',
      +    'AvailableDistributions',
      +]
      +
      +
      +class ResolutionError(Exception):
      +    """Abstract base for dependency resolution errors"""
      +
      +    def __repr__(self):
      +        return self.__class__.__name__ + repr(self.args)
      +
      +
      +class VersionConflict(ResolutionError):
      +    """
      +    An already-installed version conflicts with the requested version.
      +
      +    Should be initialized with the installed Distribution and the requested
      +    Requirement.
      +    """
      +
      +    _template = "{self.dist} is installed but {self.req} is required"
      +
      +    @property
      +    def dist(self):
      +        return self.args[0]
      +
      +    @property
      +    def req(self):
      +        return self.args[1]
      +
      +    def report(self):
      +        return self._template.format(**locals())
      +
      +    def with_context(self, required_by):
      +        """
      +        If required_by is non-empty, return a version of self that is a
      +        ContextualVersionConflict.
      +        """
      +        if not required_by:
      +            return self
      +        args = self.args + (required_by,)
      +        return ContextualVersionConflict(*args)
      +
      +
      +class ContextualVersionConflict(VersionConflict):
      +    """
      +    A VersionConflict that accepts a third parameter, the set of the
      +    requirements that required the installed Distribution.
      +    """
      +
      +    _template = VersionConflict._template + ' by {self.required_by}'
      +
      +    @property
      +    def required_by(self):
      +        return self.args[2]
      +
      +
      +class DistributionNotFound(ResolutionError):
      +    """A requested distribution was not found"""
      +
      +    _template = (
      +        "The '{self.req}' distribution was not found "
      +        "and is required by {self.requirers_str}"
      +    )
      +
      +    @property
      +    def req(self):
      +        return self.args[0]
      +
      +    @property
      +    def requirers(self):
      +        return self.args[1]
      +
      +    @property
      +    def requirers_str(self):
      +        if not self.requirers:
      +            return 'the application'
      +        return ', '.join(self.requirers)
      +
      +    def report(self):
      +        return self._template.format(**locals())
      +
      +    def __str__(self):
      +        return self.report()
      +
      +
      +class UnknownExtra(ResolutionError):
      +    """Distribution doesn't have an "extra feature" of the given name"""
      +
      +
      +_provider_factories = {}
      +
      +PY_MAJOR = '{}.{}'.format(*sys.version_info)
      +EGG_DIST = 3
      +BINARY_DIST = 2
      +SOURCE_DIST = 1
      +CHECKOUT_DIST = 0
      +DEVELOP_DIST = -1
      +
      +
      +def register_loader_type(loader_type, provider_factory):
      +    """Register `provider_factory` to make providers for `loader_type`
      +
      +    `loader_type` is the type or class of a PEP 302 ``module.__loader__``,
      +    and `provider_factory` is a function that, passed a *module* object,
      +    returns an ``IResourceProvider`` for that module.
      +    """
      +    _provider_factories[loader_type] = provider_factory
      +
      +
      +def get_provider(moduleOrReq):
      +    """Return an IResourceProvider for the named module or requirement"""
      +    if isinstance(moduleOrReq, Requirement):
      +        return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
      +    try:
      +        module = sys.modules[moduleOrReq]
      +    except KeyError:
      +        __import__(moduleOrReq)
      +        module = sys.modules[moduleOrReq]
      +    loader = getattr(module, '__loader__', None)
      +    return _find_adapter(_provider_factories, loader)(module)
      +
      +
      +def _macos_vers(_cache=[]):
      +    if not _cache:
      +        version = platform.mac_ver()[0]
      +        # fallback for MacPorts
      +        if version == '':
      +            plist = '/System/Library/CoreServices/SystemVersion.plist'
      +            if os.path.exists(plist):
      +                if hasattr(plistlib, 'readPlist'):
      +                    plist_content = plistlib.readPlist(plist)
      +                    if 'ProductVersion' in plist_content:
      +                        version = plist_content['ProductVersion']
      +
      +        _cache.append(version.split('.'))
      +    return _cache[0]
      +
      +
      +def _macos_arch(machine):
      +    return {'PowerPC': 'ppc', 'Power_Macintosh': 'ppc'}.get(machine, machine)
      +
      +
      +def get_build_platform():
      +    """Return this platform's string for platform-specific distributions
      +
      +    XXX Currently this is the same as ``distutils.util.get_platform()``, but it
      +    needs some hacks for Linux and macOS.
      +    """
      +    from sysconfig import get_platform
      +
      +    plat = get_platform()
      +    if sys.platform == "darwin" and not plat.startswith('macosx-'):
      +        try:
      +            version = _macos_vers()
      +            machine = os.uname()[4].replace(" ", "_")
      +            return "macosx-%d.%d-%s" % (
      +                int(version[0]),
      +                int(version[1]),
      +                _macos_arch(machine),
      +            )
      +        except ValueError:
      +            # if someone is running a non-Mac darwin system, this will fall
      +            # through to the default implementation
      +            pass
      +    return plat
      +
      +
      +macosVersionString = re.compile(r"macosx-(\d+)\.(\d+)-(.*)")
      +darwinVersionString = re.compile(r"darwin-(\d+)\.(\d+)\.(\d+)-(.*)")
      +# XXX backward compat
      +get_platform = get_build_platform
      +
      +
      +def compatible_platforms(provided, required):
      +    """Can code for the `provided` platform run on the `required` platform?
      +
      +    Returns true if either platform is ``None``, or the platforms are equal.
      +
      +    XXX Needs compatibility checks for Linux and other unixy OSes.
      +    """
      +    if provided is None or required is None or provided == required:
      +        # easy case
      +        return True
      +
      +    # macOS special cases
      +    reqMac = macosVersionString.match(required)
      +    if reqMac:
      +        provMac = macosVersionString.match(provided)
      +
      +        # is this a Mac package?
      +        if not provMac:
      +            # this is backwards compatibility for packages built before
      +            # setuptools 0.6. All packages built after this point will
      +            # use the new macOS designation.
      +            provDarwin = darwinVersionString.match(provided)
      +            if provDarwin:
      +                dversion = int(provDarwin.group(1))
      +                macosversion = "%s.%s" % (reqMac.group(1), reqMac.group(2))
      +                if (
      +                    dversion == 7
      +                    and macosversion >= "10.3"
      +                    or dversion == 8
      +                    and macosversion >= "10.4"
      +                ):
      +                    return True
      +            # egg isn't macOS or legacy darwin
      +            return False
      +
      +        # are they the same major version and machine type?
      +        if provMac.group(1) != reqMac.group(1) or provMac.group(3) != reqMac.group(3):
      +            return False
      +
      +        # is the required OS major update >= the provided one?
      +        if int(provMac.group(2)) > int(reqMac.group(2)):
      +            return False
      +
      +        return True
      +
      +    # XXX Linux and other platforms' special cases should go here
      +    return False
      +
      +
      +def run_script(dist_spec, script_name):
      +    """Locate distribution `dist_spec` and run its `script_name` script"""
      +    ns = sys._getframe(1).f_globals
      +    name = ns['__name__']
      +    ns.clear()
      +    ns['__name__'] = name
      +    require(dist_spec)[0].run_script(script_name, ns)
      +
      +
      +# backward compatibility
      +run_main = run_script
      +
      +
      +def get_distribution(dist):
      +    """Return a current distribution object for a Requirement or string"""
      +    if isinstance(dist, str):
      +        dist = Requirement.parse(dist)
      +    if isinstance(dist, Requirement):
      +        dist = get_provider(dist)
      +    if not isinstance(dist, Distribution):
      +        raise TypeError("Expected string, Requirement, or Distribution", dist)
      +    return dist
      +
      +
      +def load_entry_point(dist, group, name):
      +    """Return `name` entry point of `group` for `dist` or raise ImportError"""
      +    return get_distribution(dist).load_entry_point(group, name)
      +
      +
      +def get_entry_map(dist, group=None):
      +    """Return the entry point map for `group`, or the full entry map"""
      +    return get_distribution(dist).get_entry_map(group)
      +
      +
      +def get_entry_info(dist, group, name):
      +    """Return the EntryPoint object for `group`+`name`, or ``None``"""
      +    return get_distribution(dist).get_entry_info(group, name)
      +
      +
      +class IMetadataProvider:
      +    def has_metadata(name):
      +        """Does the package's distribution contain the named metadata?"""
      +
      +    def get_metadata(name):
      +        """The named metadata resource as a string"""
      +
      +    def get_metadata_lines(name):
      +        """Yield named metadata resource as list of non-blank non-comment lines
      +
      +        Leading and trailing whitespace is stripped from each line, and lines
      +        with ``#`` as the first non-blank character are omitted."""
      +
      +    def metadata_isdir(name):
      +        """Is the named metadata a directory?  (like ``os.path.isdir()``)"""
      +
      +    def metadata_listdir(name):
      +        """List of metadata names in the directory (like ``os.listdir()``)"""
      +
      +    def run_script(script_name, namespace):
      +        """Execute the named script in the supplied namespace dictionary"""
      +
      +
      +class IResourceProvider(IMetadataProvider):
      +    """An object that provides access to package resources"""
      +
      +    def get_resource_filename(manager, resource_name):
      +        """Return a true filesystem path for `resource_name`
      +
      +        `manager` must be an ``IResourceManager``"""
      +
      +    def get_resource_stream(manager, resource_name):
      +        """Return a readable file-like object for `resource_name`
      +
      +        `manager` must be an ``IResourceManager``"""
      +
      +    def get_resource_string(manager, resource_name):
      +        """Return a string containing the contents of `resource_name`
      +
      +        `manager` must be an ``IResourceManager``"""
      +
      +    def has_resource(resource_name):
      +        """Does the package contain the named resource?"""
      +
      +    def resource_isdir(resource_name):
      +        """Is the named resource a directory?  (like ``os.path.isdir()``)"""
      +
      +    def resource_listdir(resource_name):
      +        """List of resource names in the directory (like ``os.listdir()``)"""
      +
      +
      +class WorkingSet:
      +    """A collection of active distributions on sys.path (or a similar list)"""
      +
      +    def __init__(self, entries=None):
      +        """Create working set from list of path entries (default=sys.path)"""
      +        self.entries = []
      +        self.entry_keys = {}
      +        self.by_key = {}
      +        self.normalized_to_canonical_keys = {}
      +        self.callbacks = []
      +
      +        if entries is None:
      +            entries = sys.path
      +
      +        for entry in entries:
      +            self.add_entry(entry)
      +
      +    @classmethod
      +    def _build_master(cls):
      +        """
      +        Prepare the master working set.
      +        """
      +        ws = cls()
      +        try:
      +            from __main__ import __requires__
      +        except ImportError:
      +            # The main program does not list any requirements
      +            return ws
      +
      +        # ensure the requirements are met
      +        try:
      +            ws.require(__requires__)
      +        except VersionConflict:
      +            return cls._build_from_requirements(__requires__)
      +
      +        return ws
      +
      +    @classmethod
      +    def _build_from_requirements(cls, req_spec):
      +        """
      +        Build a working set from a requirement spec. Rewrites sys.path.
      +        """
      +        # try it without defaults already on sys.path
      +        # by starting with an empty path
      +        ws = cls([])
      +        reqs = parse_requirements(req_spec)
      +        dists = ws.resolve(reqs, Environment())
      +        for dist in dists:
      +            ws.add(dist)
      +
      +        # add any missing entries from sys.path
      +        for entry in sys.path:
      +            if entry not in ws.entries:
      +                ws.add_entry(entry)
      +
      +        # then copy back to sys.path
      +        sys.path[:] = ws.entries
      +        return ws
      +
      +    def add_entry(self, entry):
      +        """Add a path item to ``.entries``, finding any distributions on it
      +
      +        ``find_distributions(entry, True)`` is used to find distributions
      +        corresponding to the path entry, and they are added.  `entry` is
      +        always appended to ``.entries``, even if it is already present.
      +        (This is because ``sys.path`` can contain the same value more than
      +        once, and the ``.entries`` of the ``sys.path`` WorkingSet should always
      +        equal ``sys.path``.)
      +        """
      +        self.entry_keys.setdefault(entry, [])
      +        self.entries.append(entry)
      +        for dist in find_distributions(entry, True):
      +            self.add(dist, entry, False)
      +
      +    def __contains__(self, dist):
      +        """True if `dist` is the active distribution for its project"""
      +        return self.by_key.get(dist.key) == dist
      +
      +    def find(self, req):
      +        """Find a distribution matching requirement `req`
      +
      +        If there is an active distribution for the requested project, this
      +        returns it as long as it meets the version requirement specified by
      +        `req`.  But, if there is an active distribution for the project and it
      +        does *not* meet the `req` requirement, ``VersionConflict`` is raised.
      +        If there is no active distribution for the requested project, ``None``
      +        is returned.
      +        """
      +        dist = self.by_key.get(req.key)
      +
      +        if dist is None:
      +            canonical_key = self.normalized_to_canonical_keys.get(req.key)
      +
      +            if canonical_key is not None:
      +                req.key = canonical_key
      +                dist = self.by_key.get(canonical_key)
      +
      +        if dist is not None and dist not in req:
      +            # XXX add more info
      +            raise VersionConflict(dist, req)
      +        return dist
      +
      +    def iter_entry_points(self, group, name=None):
      +        """Yield entry point objects from `group` matching `name`
      +
      +        If `name` is None, yields all entry points in `group` from all
      +        distributions in the working set, otherwise only ones matching
      +        both `group` and `name` are yielded (in distribution order).
      +        """
      +        return (
      +            entry
      +            for dist in self
      +            for entry in dist.get_entry_map(group).values()
      +            if name is None or name == entry.name
      +        )
      +
      +    def run_script(self, requires, script_name):
      +        """Locate distribution for `requires` and run `script_name` script"""
      +        ns = sys._getframe(1).f_globals
      +        name = ns['__name__']
      +        ns.clear()
      +        ns['__name__'] = name
      +        self.require(requires)[0].run_script(script_name, ns)
      +
      +    def __iter__(self):
      +        """Yield distributions for non-duplicate projects in the working set
      +
      +        The yield order is the order in which the items' path entries were
      +        added to the working set.
      +        """
      +        seen = {}
      +        for item in self.entries:
      +            if item not in self.entry_keys:
      +                # workaround a cache issue
      +                continue
      +
      +            for key in self.entry_keys[item]:
      +                if key not in seen:
      +                    seen[key] = 1
      +                    yield self.by_key[key]
      +
      +    def add(self, dist, entry=None, insert=True, replace=False):
      +        """Add `dist` to working set, associated with `entry`
      +
      +        If `entry` is unspecified, it defaults to the ``.location`` of `dist`.
      +        On exit from this routine, `entry` is added to the end of the working
      +        set's ``.entries`` (if it wasn't already present).
      +
      +        `dist` is only added to the working set if it's for a project that
      +        doesn't already have a distribution in the set, unless `replace=True`.
      +        If it's added, any callbacks registered with the ``subscribe()`` method
      +        will be called.
      +        """
      +        if insert:
      +            dist.insert_on(self.entries, entry, replace=replace)
      +
      +        if entry is None:
      +            entry = dist.location
      +        keys = self.entry_keys.setdefault(entry, [])
      +        keys2 = self.entry_keys.setdefault(dist.location, [])
      +        if not replace and dist.key in self.by_key:
      +            # ignore hidden distros
      +            return
      +
      +        self.by_key[dist.key] = dist
      +        normalized_name = packaging.utils.canonicalize_name(dist.key)
      +        self.normalized_to_canonical_keys[normalized_name] = dist.key
      +        if dist.key not in keys:
      +            keys.append(dist.key)
      +        if dist.key not in keys2:
      +            keys2.append(dist.key)
      +        self._added_new(dist)
      +
      +    def resolve(
      +        self,
      +        requirements,
      +        env=None,
      +        installer=None,
      +        replace_conflicting=False,
      +        extras=None,
      +    ):
      +        """List all distributions needed to (recursively) meet `requirements`
      +
      +        `requirements` must be a sequence of ``Requirement`` objects.  `env`,
      +        if supplied, should be an ``Environment`` instance.  If
      +        not supplied, it defaults to all distributions available within any
      +        entry or distribution in the working set.  `installer`, if supplied,
      +        will be invoked with each requirement that cannot be met by an
      +        already-installed distribution; it should return a ``Distribution`` or
      +        ``None``.
      +
      +        Unless `replace_conflicting=True`, raises a VersionConflict exception
      +        if
      +        any requirements are found on the path that have the correct name but
      +        the wrong version.  Otherwise, if an `installer` is supplied it will be
      +        invoked to obtain the correct version of the requirement and activate
      +        it.
      +
      +        `extras` is a list of the extras to be used with these requirements.
      +        This is important because extra requirements may look like `my_req;
      +        extra = "my_extra"`, which would otherwise be interpreted as a purely
      +        optional requirement.  Instead, we want to be able to assert that these
      +        requirements are truly required.
      +        """
      +
      +        # set up the stack
      +        requirements = list(requirements)[::-1]
      +        # set of processed requirements
      +        processed = {}
      +        # key -> dist
      +        best = {}
      +        to_activate = []
      +
      +        req_extras = _ReqExtras()
      +
      +        # Mapping of requirement to set of distributions that required it;
      +        # useful for reporting info about conflicts.
      +        required_by = collections.defaultdict(set)
      +
      +        while requirements:
      +            # process dependencies breadth-first
      +            req = requirements.pop(0)
      +            if req in processed:
      +                # Ignore cyclic or redundant dependencies
      +                continue
      +
      +            if not req_extras.markers_pass(req, extras):
      +                continue
      +
      +            dist = self._resolve_dist(
      +                req, best, replace_conflicting, env, installer, required_by, to_activate
      +            )
      +
      +            # push the new requirements onto the stack
      +            new_requirements = dist.requires(req.extras)[::-1]
      +            requirements.extend(new_requirements)
      +
      +            # Register the new requirements needed by req
      +            for new_requirement in new_requirements:
      +                required_by[new_requirement].add(req.project_name)
      +                req_extras[new_requirement] = req.extras
      +
      +            processed[req] = True
      +
      +        # return list of distros to activate
      +        return to_activate
      +
      +    def _resolve_dist(
      +        self, req, best, replace_conflicting, env, installer, required_by, to_activate
      +    ):
      +        dist = best.get(req.key)
      +        if dist is None:
      +            # Find the best distribution and add it to the map
      +            dist = self.by_key.get(req.key)
      +            if dist is None or (dist not in req and replace_conflicting):
      +                ws = self
      +                if env is None:
      +                    if dist is None:
      +                        env = Environment(self.entries)
      +                    else:
      +                        # Use an empty environment and workingset to avoid
      +                        # any further conflicts with the conflicting
      +                        # distribution
      +                        env = Environment([])
      +                        ws = WorkingSet([])
      +                dist = best[req.key] = env.best_match(
      +                    req, ws, installer, replace_conflicting=replace_conflicting
      +                )
      +                if dist is None:
      +                    requirers = required_by.get(req, None)
      +                    raise DistributionNotFound(req, requirers)
      +            to_activate.append(dist)
      +        if dist not in req:
      +            # Oops, the "best" so far conflicts with a dependency
      +            dependent_req = required_by[req]
      +            raise VersionConflict(dist, req).with_context(dependent_req)
      +        return dist
      +
      +    def find_plugins(self, plugin_env, full_env=None, installer=None, fallback=True):
      +        """Find all activatable distributions in `plugin_env`
      +
      +        Example usage::
      +
      +            distributions, errors = working_set.find_plugins(
      +                Environment(plugin_dirlist)
      +            )
      +            # add plugins+libs to sys.path
      +            map(working_set.add, distributions)
      +            # display errors
      +            print('Could not load', errors)
      +
      +        The `plugin_env` should be an ``Environment`` instance that contains
      +        only distributions that are in the project's "plugin directory" or
      +        directories. The `full_env`, if supplied, should be an ``Environment``
      +        contains all currently-available distributions.  If `full_env` is not
      +        supplied, one is created automatically from the ``WorkingSet`` this
      +        method is called on, which will typically mean that every directory on
      +        ``sys.path`` will be scanned for distributions.
      +
      +        `installer` is a standard installer callback as used by the
      +        ``resolve()`` method. The `fallback` flag indicates whether we should
      +        attempt to resolve older versions of a plugin if the newest version
      +        cannot be resolved.
      +
      +        This method returns a 2-tuple: (`distributions`, `error_info`), where
      +        `distributions` is a list of the distributions found in `plugin_env`
      +        that were loadable, along with any other distributions that are needed
      +        to resolve their dependencies.  `error_info` is a dictionary mapping
      +        unloadable plugin distributions to an exception instance describing the
      +        error that occurred. Usually this will be a ``DistributionNotFound`` or
      +        ``VersionConflict`` instance.
      +        """
      +
      +        plugin_projects = list(plugin_env)
      +        # scan project names in alphabetic order
      +        plugin_projects.sort()
      +
      +        error_info = {}
      +        distributions = {}
      +
      +        if full_env is None:
      +            env = Environment(self.entries)
      +            env += plugin_env
      +        else:
      +            env = full_env + plugin_env
      +
      +        shadow_set = self.__class__([])
      +        # put all our entries in shadow_set
      +        list(map(shadow_set.add, self))
      +
      +        for project_name in plugin_projects:
      +            for dist in plugin_env[project_name]:
      +                req = [dist.as_requirement()]
      +
      +                try:
      +                    resolvees = shadow_set.resolve(req, env, installer)
      +
      +                except ResolutionError as v:
      +                    # save error info
      +                    error_info[dist] = v
      +                    if fallback:
      +                        # try the next older version of project
      +                        continue
      +                    else:
      +                        # give up on this project, keep going
      +                        break
      +
      +                else:
      +                    list(map(shadow_set.add, resolvees))
      +                    distributions.update(dict.fromkeys(resolvees))
      +
      +                    # success, no need to try any more versions of this project
      +                    break
      +
      +        distributions = list(distributions)
      +        distributions.sort()
      +
      +        return distributions, error_info
      +
      +    def require(self, *requirements):
      +        """Ensure that distributions matching `requirements` are activated
      +
      +        `requirements` must be a string or a (possibly-nested) sequence
      +        thereof, specifying the distributions and versions required.  The
      +        return value is a sequence of the distributions that needed to be
      +        activated to fulfill the requirements; all relevant distributions are
      +        included, even if they were already activated in this working set.
      +        """
      +        needed = self.resolve(parse_requirements(requirements))
      +
      +        for dist in needed:
      +            self.add(dist)
      +
      +        return needed
      +
      +    def subscribe(self, callback, existing=True):
      +        """Invoke `callback` for all distributions
      +
      +        If `existing=True` (default),
      +        call on all existing ones, as well.
      +        """
      +        if callback in self.callbacks:
      +            return
      +        self.callbacks.append(callback)
      +        if not existing:
      +            return
      +        for dist in self:
      +            callback(dist)
      +
      +    def _added_new(self, dist):
      +        for callback in self.callbacks:
      +            callback(dist)
      +
      +    def __getstate__(self):
      +        return (
      +            self.entries[:],
      +            self.entry_keys.copy(),
      +            self.by_key.copy(),
      +            self.normalized_to_canonical_keys.copy(),
      +            self.callbacks[:],
      +        )
      +
      +    def __setstate__(self, e_k_b_n_c):
      +        entries, keys, by_key, normalized_to_canonical_keys, callbacks = e_k_b_n_c
      +        self.entries = entries[:]
      +        self.entry_keys = keys.copy()
      +        self.by_key = by_key.copy()
      +        self.normalized_to_canonical_keys = normalized_to_canonical_keys.copy()
      +        self.callbacks = callbacks[:]
      +
      +
      +class _ReqExtras(dict):
      +    """
      +    Map each requirement to the extras that demanded it.
      +    """
      +
      +    def markers_pass(self, req, extras=None):
      +        """
      +        Evaluate markers for req against each extra that
      +        demanded it.
      +
      +        Return False if the req has a marker and fails
      +        evaluation. Otherwise, return True.
      +        """
      +        extra_evals = (
      +            req.marker.evaluate({'extra': extra})
      +            for extra in self.get(req, ()) + (extras or (None,))
      +        )
      +        return not req.marker or any(extra_evals)
      +
      +
      +class Environment:
      +    """Searchable snapshot of distributions on a search path"""
      +
      +    def __init__(
      +        self, search_path=None, platform=get_supported_platform(), python=PY_MAJOR
      +    ):
      +        """Snapshot distributions available on a search path
      +
      +        Any distributions found on `search_path` are added to the environment.
      +        `search_path` should be a sequence of ``sys.path`` items.  If not
      +        supplied, ``sys.path`` is used.
      +
      +        `platform` is an optional string specifying the name of the platform
      +        that platform-specific distributions must be compatible with.  If
      +        unspecified, it defaults to the current platform.  `python` is an
      +        optional string naming the desired version of Python (e.g. ``'3.6'``);
      +        it defaults to the current version.
      +
      +        You may explicitly set `platform` (and/or `python`) to ``None`` if you
      +        wish to map *all* distributions, not just those compatible with the
      +        running platform or Python version.
      +        """
      +        self._distmap = {}
      +        self.platform = platform
      +        self.python = python
      +        self.scan(search_path)
      +
      +    def can_add(self, dist):
      +        """Is distribution `dist` acceptable for this environment?
      +
      +        The distribution must match the platform and python version
      +        requirements specified when this environment was created, or False
      +        is returned.
      +        """
      +        py_compat = (
      +            self.python is None
      +            or dist.py_version is None
      +            or dist.py_version == self.python
      +        )
      +        return py_compat and compatible_platforms(dist.platform, self.platform)
      +
      +    def remove(self, dist):
      +        """Remove `dist` from the environment"""
      +        self._distmap[dist.key].remove(dist)
      +
      +    def scan(self, search_path=None):
      +        """Scan `search_path` for distributions usable in this environment
      +
      +        Any distributions found are added to the environment.
      +        `search_path` should be a sequence of ``sys.path`` items.  If not
      +        supplied, ``sys.path`` is used.  Only distributions conforming to
      +        the platform/python version defined at initialization are added.
      +        """
      +        if search_path is None:
      +            search_path = sys.path
      +
      +        for item in search_path:
      +            for dist in find_distributions(item):
      +                self.add(dist)
      +
      +    def __getitem__(self, project_name):
      +        """Return a newest-to-oldest list of distributions for `project_name`
      +
      +        Uses case-insensitive `project_name` comparison, assuming all the
      +        project's distributions use their project's name converted to all
      +        lowercase as their key.
      +
      +        """
      +        distribution_key = project_name.lower()
      +        return self._distmap.get(distribution_key, [])
      +
      +    def add(self, dist):
      +        """Add `dist` if we ``can_add()`` it and it has not already been added"""
      +        if self.can_add(dist) and dist.has_version():
      +            dists = self._distmap.setdefault(dist.key, [])
      +            if dist not in dists:
      +                dists.append(dist)
      +                dists.sort(key=operator.attrgetter('hashcmp'), reverse=True)
      +
      +    def best_match(self, req, working_set, installer=None, replace_conflicting=False):
      +        """Find distribution best matching `req` and usable on `working_set`
      +
      +        This calls the ``find(req)`` method of the `working_set` to see if a
      +        suitable distribution is already active.  (This may raise
      +        ``VersionConflict`` if an unsuitable version of the project is already
      +        active in the specified `working_set`.)  If a suitable distribution
      +        isn't active, this method returns the newest distribution in the
      +        environment that meets the ``Requirement`` in `req`.  If no suitable
      +        distribution is found, and `installer` is supplied, then the result of
      +        calling the environment's ``obtain(req, installer)`` method will be
      +        returned.
      +        """
      +        try:
      +            dist = working_set.find(req)
      +        except VersionConflict:
      +            if not replace_conflicting:
      +                raise
      +            dist = None
      +        if dist is not None:
      +            return dist
      +        for dist in self[req.key]:
      +            if dist in req:
      +                return dist
      +        # try to download/install
      +        return self.obtain(req, installer)
      +
      +    def obtain(self, requirement, installer=None):
      +        """Obtain a distribution matching `requirement` (e.g. via download)
      +
      +        Obtain a distro that matches requirement (e.g. via download).  In the
      +        base ``Environment`` class, this routine just returns
      +        ``installer(requirement)``, unless `installer` is None, in which case
      +        None is returned instead.  This method is a hook that allows subclasses
      +        to attempt other ways of obtaining a distribution before falling back
      +        to the `installer` argument."""
      +        if installer is not None:
      +            return installer(requirement)
      +
      +    def __iter__(self):
      +        """Yield the unique project names of the available distributions"""
      +        for key in self._distmap.keys():
      +            if self[key]:
      +                yield key
      +
      +    def __iadd__(self, other):
      +        """In-place addition of a distribution or environment"""
      +        if isinstance(other, Distribution):
      +            self.add(other)
      +        elif isinstance(other, Environment):
      +            for project in other:
      +                for dist in other[project]:
      +                    self.add(dist)
      +        else:
      +            raise TypeError("Can't add %r to environment" % (other,))
      +        return self
      +
      +    def __add__(self, other):
      +        """Add an environment or distribution to an environment"""
      +        new = self.__class__([], platform=None, python=None)
      +        for env in self, other:
      +            new += env
      +        return new
      +
      +
      +# XXX backward compatibility
      +AvailableDistributions = Environment
      +
      +
      +class ExtractionError(RuntimeError):
      +    """An error occurred extracting a resource
      +
      +    The following attributes are available from instances of this exception:
      +
      +    manager
      +        The resource manager that raised this exception
      +
      +    cache_path
      +        The base directory for resource extraction
      +
      +    original_error
      +        The exception instance that caused extraction to fail
      +    """
      +
      +
      +class ResourceManager:
      +    """Manage resource extraction and packages"""
      +
      +    extraction_path = None
      +
      +    def __init__(self):
      +        self.cached_files = {}
      +
      +    def resource_exists(self, package_or_requirement, resource_name):
      +        """Does the named resource exist?"""
      +        return get_provider(package_or_requirement).has_resource(resource_name)
      +
      +    def resource_isdir(self, package_or_requirement, resource_name):
      +        """Is the named resource an existing directory?"""
      +        return get_provider(package_or_requirement).resource_isdir(resource_name)
      +
      +    def resource_filename(self, package_or_requirement, resource_name):
      +        """Return a true filesystem path for specified resource"""
      +        return get_provider(package_or_requirement).get_resource_filename(
      +            self, resource_name
      +        )
      +
      +    def resource_stream(self, package_or_requirement, resource_name):
      +        """Return a readable file-like object for specified resource"""
      +        return get_provider(package_or_requirement).get_resource_stream(
      +            self, resource_name
      +        )
      +
      +    def resource_string(self, package_or_requirement, resource_name):
      +        """Return specified resource as a string"""
      +        return get_provider(package_or_requirement).get_resource_string(
      +            self, resource_name
      +        )
      +
      +    def resource_listdir(self, package_or_requirement, resource_name):
      +        """List the contents of the named resource directory"""
      +        return get_provider(package_or_requirement).resource_listdir(resource_name)
      +
      +    def extraction_error(self):
      +        """Give an error message for problems extracting file(s)"""
      +
      +        old_exc = sys.exc_info()[1]
      +        cache_path = self.extraction_path or get_default_cache()
      +
      +        tmpl = textwrap.dedent(
      +            """
      +            Can't extract file(s) to egg cache
      +
      +            The following error occurred while trying to extract file(s)
      +            to the Python egg cache:
      +
      +              {old_exc}
      +
      +            The Python egg cache directory is currently set to:
      +
      +              {cache_path}
      +
      +            Perhaps your account does not have write access to this directory?
      +            You can change the cache directory by setting the PYTHON_EGG_CACHE
      +            environment variable to point to an accessible directory.
      +            """
      +        ).lstrip()
      +        err = ExtractionError(tmpl.format(**locals()))
      +        err.manager = self
      +        err.cache_path = cache_path
      +        err.original_error = old_exc
      +        raise err
      +
      +    def get_cache_path(self, archive_name, names=()):
      +        """Return absolute location in cache for `archive_name` and `names`
      +
      +        The parent directory of the resulting path will be created if it does
      +        not already exist.  `archive_name` should be the base filename of the
      +        enclosing egg (which may not be the name of the enclosing zipfile!),
      +        including its ".egg" extension.  `names`, if provided, should be a
      +        sequence of path name parts "under" the egg's extraction location.
      +
      +        This method should only be called by resource providers that need to
      +        obtain an extraction location, and only for names they intend to
      +        extract, as it tracks the generated names for possible cleanup later.
      +        """
      +        extract_path = self.extraction_path or get_default_cache()
      +        target_path = os.path.join(extract_path, archive_name + '-tmp', *names)
      +        try:
      +            _bypass_ensure_directory(target_path)
      +        except Exception:
      +            self.extraction_error()
      +
      +        self._warn_unsafe_extraction_path(extract_path)
      +
      +        self.cached_files[target_path] = 1
      +        return target_path
      +
      +    @staticmethod
      +    def _warn_unsafe_extraction_path(path):
      +        """
      +        If the default extraction path is overridden and set to an insecure
      +        location, such as /tmp, it opens up an opportunity for an attacker to
      +        replace an extracted file with an unauthorized payload. Warn the user
      +        if a known insecure location is used.
      +
      +        See Distribute #375 for more details.
      +        """
      +        if os.name == 'nt' and not path.startswith(os.environ['windir']):
      +            # On Windows, permissions are generally restrictive by default
      +            #  and temp directories are not writable by other users, so
      +            #  bypass the warning.
      +            return
      +        mode = os.stat(path).st_mode
      +        if mode & stat.S_IWOTH or mode & stat.S_IWGRP:
      +            msg = (
      +                "Extraction path is writable by group/others "
      +                "and vulnerable to attack when "
      +                "used with get_resource_filename ({path}). "
      +                "Consider a more secure "
      +                "location (set with .set_extraction_path or the "
      +                "PYTHON_EGG_CACHE environment variable)."
      +            ).format(**locals())
      +            warnings.warn(msg, UserWarning)
      +
      +    def postprocess(self, tempname, filename):
      +        """Perform any platform-specific postprocessing of `tempname`
      +
      +        This is where Mac header rewrites should be done; other platforms don't
      +        have anything special they should do.
      +
      +        Resource providers should call this method ONLY after successfully
      +        extracting a compressed resource.  They must NOT call it on resources
      +        that are already in the filesystem.
      +
      +        `tempname` is the current (temporary) name of the file, and `filename`
      +        is the name it will be renamed to by the caller after this routine
      +        returns.
      +        """
      +
      +        if os.name == 'posix':
      +            # Make the resource executable
      +            mode = ((os.stat(tempname).st_mode) | 0o555) & 0o7777
      +            os.chmod(tempname, mode)
      +
      +    def set_extraction_path(self, path):
      +        """Set the base path where resources will be extracted to, if needed.
      +
      +        If you do not call this routine before any extractions take place, the
      +        path defaults to the return value of ``get_default_cache()``.  (Which
      +        is based on the ``PYTHON_EGG_CACHE`` environment variable, with various
      +        platform-specific fallbacks.  See that routine's documentation for more
      +        details.)
      +
      +        Resources are extracted to subdirectories of this path based upon
      +        information given by the ``IResourceProvider``.  You may set this to a
      +        temporary directory, but then you must call ``cleanup_resources()`` to
      +        delete the extracted files when done.  There is no guarantee that
      +        ``cleanup_resources()`` will be able to remove all extracted files.
      +
      +        (Note: you may not change the extraction path for a given resource
      +        manager once resources have been extracted, unless you first call
      +        ``cleanup_resources()``.)
      +        """
      +        if self.cached_files:
      +            raise ValueError("Can't change extraction path, files already extracted")
      +
      +        self.extraction_path = path
      +
      +    def cleanup_resources(self, force=False):
      +        """
      +        Delete all extracted resource files and directories, returning a list
      +        of the file and directory names that could not be successfully removed.
      +        This function does not have any concurrency protection, so it should
      +        generally only be called when the extraction path is a temporary
      +        directory exclusive to a single process.  This method is not
      +        automatically called; you must call it explicitly or register it as an
      +        ``atexit`` function if you wish to ensure cleanup of a temporary
      +        directory used for extractions.
      +        """
      +        # XXX
      +
      +
      +def get_default_cache():
      +    """
      +    Return the ``PYTHON_EGG_CACHE`` environment variable
      +    or a platform-relevant user cache dir for an app
      +    named "Python-Eggs".
      +    """
      +    return os.environ.get('PYTHON_EGG_CACHE') or platformdirs.user_cache_dir(
      +        appname='Python-Eggs'
      +    )
      +
      +
      +def safe_name(name):
      +    """Convert an arbitrary string to a standard distribution name
      +
      +    Any runs of non-alphanumeric/. characters are replaced with a single '-'.
      +    """
      +    return re.sub('[^A-Za-z0-9.]+', '-', name)
      +
      +
      +def safe_version(version):
      +    """
      +    Convert an arbitrary string to a standard version string
      +    """
      +    try:
      +        # normalize the version
      +        return str(packaging.version.Version(version))
      +    except packaging.version.InvalidVersion:
      +        version = version.replace(' ', '.')
      +        return re.sub('[^A-Za-z0-9.]+', '-', version)
      +
      +
      +def _forgiving_version(version):
      +    """Fallback when ``safe_version`` is not safe enough
      +    >>> parse_version(_forgiving_version('0.23ubuntu1'))
      +    
      +    >>> parse_version(_forgiving_version('0.23-'))
      +    
      +    >>> parse_version(_forgiving_version('0.-_'))
      +    
      +    >>> parse_version(_forgiving_version('42.+?1'))
      +    
      +    >>> parse_version(_forgiving_version('hello world'))
      +    
      +    """
      +    version = version.replace(' ', '.')
      +    match = _PEP440_FALLBACK.search(version)
      +    if match:
      +        safe = match["safe"]
      +        rest = version[len(safe):]
      +    else:
      +        safe = "0"
      +        rest = version
      +    local = f"sanitized.{_safe_segment(rest)}".strip(".")
      +    return f"{safe}.dev0+{local}"
      +
      +
      +def _safe_segment(segment):
      +    """Convert an arbitrary string into a safe segment"""
      +    segment = re.sub('[^A-Za-z0-9.]+', '-', segment)
      +    segment = re.sub('-[^A-Za-z0-9]+', '-', segment)
      +    return re.sub(r'\.[^A-Za-z0-9]+', '.', segment).strip(".-")
      +
      +
      +def safe_extra(extra):
      +    """Convert an arbitrary string to a standard 'extra' name
      +
      +    Any runs of non-alphanumeric characters are replaced with a single '_',
      +    and the result is always lowercased.
      +    """
      +    return re.sub('[^A-Za-z0-9.-]+', '_', extra).lower()
      +
      +
      +def to_filename(name):
      +    """Convert a project or version name to its filename-escaped form
      +
      +    Any '-' characters are currently replaced with '_'.
      +    """
      +    return name.replace('-', '_')
      +
      +
      +def invalid_marker(text):
      +    """
      +    Validate text as a PEP 508 environment marker; return an exception
      +    if invalid or False otherwise.
      +    """
      +    try:
      +        evaluate_marker(text)
      +    except SyntaxError as e:
      +        e.filename = None
      +        e.lineno = None
      +        return e
      +    return False
      +
      +
      +def evaluate_marker(text, extra=None):
      +    """
      +    Evaluate a PEP 508 environment marker.
      +    Return a boolean indicating the marker result in this environment.
      +    Raise SyntaxError if marker is invalid.
      +
      +    This implementation uses the 'pyparsing' module.
      +    """
      +    try:
      +        marker = packaging.markers.Marker(text)
      +        return marker.evaluate()
      +    except packaging.markers.InvalidMarker as e:
      +        raise SyntaxError(e) from e
      +
      +
      +class NullProvider:
      +    """Try to implement resources and metadata for arbitrary PEP 302 loaders"""
      +
      +    egg_name = None
      +    egg_info = None
      +    loader = None
      +
      +    def __init__(self, module):
      +        self.loader = getattr(module, '__loader__', None)
      +        self.module_path = os.path.dirname(getattr(module, '__file__', ''))
      +
      +    def get_resource_filename(self, manager, resource_name):
      +        return self._fn(self.module_path, resource_name)
      +
      +    def get_resource_stream(self, manager, resource_name):
      +        return io.BytesIO(self.get_resource_string(manager, resource_name))
      +
      +    def get_resource_string(self, manager, resource_name):
      +        return self._get(self._fn(self.module_path, resource_name))
      +
      +    def has_resource(self, resource_name):
      +        return self._has(self._fn(self.module_path, resource_name))
      +
      +    def _get_metadata_path(self, name):
      +        return self._fn(self.egg_info, name)
      +
      +    def has_metadata(self, name):
      +        if not self.egg_info:
      +            return self.egg_info
      +
      +        path = self._get_metadata_path(name)
      +        return self._has(path)
      +
      +    def get_metadata(self, name):
      +        if not self.egg_info:
      +            return ""
      +        path = self._get_metadata_path(name)
      +        value = self._get(path)
      +        try:
      +            return value.decode('utf-8')
      +        except UnicodeDecodeError as exc:
      +            # Include the path in the error message to simplify
      +            # troubleshooting, and without changing the exception type.
      +            exc.reason += ' in {} file at path: {}'.format(name, path)
      +            raise
      +
      +    def get_metadata_lines(self, name):
      +        return yield_lines(self.get_metadata(name))
      +
      +    def resource_isdir(self, resource_name):
      +        return self._isdir(self._fn(self.module_path, resource_name))
      +
      +    def metadata_isdir(self, name):
      +        return self.egg_info and self._isdir(self._fn(self.egg_info, name))
      +
      +    def resource_listdir(self, resource_name):
      +        return self._listdir(self._fn(self.module_path, resource_name))
      +
      +    def metadata_listdir(self, name):
      +        if self.egg_info:
      +            return self._listdir(self._fn(self.egg_info, name))
      +        return []
      +
      +    def run_script(self, script_name, namespace):
      +        script = 'scripts/' + script_name
      +        if not self.has_metadata(script):
      +            raise ResolutionError(
      +                "Script {script!r} not found in metadata at {self.egg_info!r}".format(
      +                    **locals()
      +                ),
      +            )
      +        script_text = self.get_metadata(script).replace('\r\n', '\n')
      +        script_text = script_text.replace('\r', '\n')
      +        script_filename = self._fn(self.egg_info, script)
      +        namespace['__file__'] = script_filename
      +        if os.path.exists(script_filename):
      +            with open(script_filename) as fid:
      +                source = fid.read()
      +            code = compile(source, script_filename, 'exec')
      +            exec(code, namespace, namespace)
      +        else:
      +            from linecache import cache
      +
      +            cache[script_filename] = (
      +                len(script_text),
      +                0,
      +                script_text.split('\n'),
      +                script_filename,
      +            )
      +            script_code = compile(script_text, script_filename, 'exec')
      +            exec(script_code, namespace, namespace)
      +
      +    def _has(self, path):
      +        raise NotImplementedError(
      +            "Can't perform this operation for unregistered loader type"
      +        )
      +
      +    def _isdir(self, path):
      +        raise NotImplementedError(
      +            "Can't perform this operation for unregistered loader type"
      +        )
      +
      +    def _listdir(self, path):
      +        raise NotImplementedError(
      +            "Can't perform this operation for unregistered loader type"
      +        )
      +
      +    def _fn(self, base, resource_name):
      +        self._validate_resource_path(resource_name)
      +        if resource_name:
      +            return os.path.join(base, *resource_name.split('/'))
      +        return base
      +
      +    @staticmethod
      +    def _validate_resource_path(path):
      +        """
      +        Validate the resource paths according to the docs.
      +        https://setuptools.pypa.io/en/latest/pkg_resources.html#basic-resource-access
      +
      +        >>> warned = getfixture('recwarn')
      +        >>> warnings.simplefilter('always')
      +        >>> vrp = NullProvider._validate_resource_path
      +        >>> vrp('foo/bar.txt')
      +        >>> bool(warned)
      +        False
      +        >>> vrp('../foo/bar.txt')
      +        >>> bool(warned)
      +        True
      +        >>> warned.clear()
      +        >>> vrp('/foo/bar.txt')
      +        >>> bool(warned)
      +        True
      +        >>> vrp('foo/../../bar.txt')
      +        >>> bool(warned)
      +        True
      +        >>> warned.clear()
      +        >>> vrp('foo/f../bar.txt')
      +        >>> bool(warned)
      +        False
      +
      +        Windows path separators are straight-up disallowed.
      +        >>> vrp(r'\\foo/bar.txt')
      +        Traceback (most recent call last):
      +        ...
      +        ValueError: Use of .. or absolute path in a resource path \
      +is not allowed.
      +
      +        >>> vrp(r'C:\\foo/bar.txt')
      +        Traceback (most recent call last):
      +        ...
      +        ValueError: Use of .. or absolute path in a resource path \
      +is not allowed.
      +
      +        Blank values are allowed
      +
      +        >>> vrp('')
      +        >>> bool(warned)
      +        False
      +
      +        Non-string values are not.
      +
      +        >>> vrp(None)
      +        Traceback (most recent call last):
      +        ...
      +        AttributeError: ...
      +        """
      +        invalid = (
      +            os.path.pardir in path.split(posixpath.sep)
      +            or posixpath.isabs(path)
      +            or ntpath.isabs(path)
      +        )
      +        if not invalid:
      +            return
      +
      +        msg = "Use of .. or absolute path in a resource path is not allowed."
      +
      +        # Aggressively disallow Windows absolute paths
      +        if ntpath.isabs(path) and not posixpath.isabs(path):
      +            raise ValueError(msg)
      +
      +        # for compatibility, warn; in future
      +        # raise ValueError(msg)
      +        issue_warning(
      +            msg[:-1] + " and will raise exceptions in a future release.",
      +            DeprecationWarning,
      +        )
      +
      +    def _get(self, path):
      +        if hasattr(self.loader, 'get_data'):
      +            return self.loader.get_data(path)
      +        raise NotImplementedError(
      +            "Can't perform this operation for loaders without 'get_data()'"
      +        )
      +
      +
      +register_loader_type(object, NullProvider)
      +
      +
      +def _parents(path):
      +    """
      +    yield all parents of path including path
      +    """
      +    last = None
      +    while path != last:
      +        yield path
      +        last = path
      +        path, _ = os.path.split(path)
      +
      +
      +class EggProvider(NullProvider):
      +    """Provider based on a virtual filesystem"""
      +
      +    def __init__(self, module):
      +        super().__init__(module)
      +        self._setup_prefix()
      +
      +    def _setup_prefix(self):
      +        # Assume that metadata may be nested inside a "basket"
      +        # of multiple eggs and use module_path instead of .archive.
      +        eggs = filter(_is_egg_path, _parents(self.module_path))
      +        egg = next(eggs, None)
      +        egg and self._set_egg(egg)
      +
      +    def _set_egg(self, path):
      +        self.egg_name = os.path.basename(path)
      +        self.egg_info = os.path.join(path, 'EGG-INFO')
      +        self.egg_root = path
      +
      +
      +class DefaultProvider(EggProvider):
      +    """Provides access to package resources in the filesystem"""
      +
      +    def _has(self, path):
      +        return os.path.exists(path)
      +
      +    def _isdir(self, path):
      +        return os.path.isdir(path)
      +
      +    def _listdir(self, path):
      +        return os.listdir(path)
      +
      +    def get_resource_stream(self, manager, resource_name):
      +        return open(self._fn(self.module_path, resource_name), 'rb')
      +
      +    def _get(self, path):
      +        with open(path, 'rb') as stream:
      +            return stream.read()
      +
      +    @classmethod
      +    def _register(cls):
      +        loader_names = (
      +            'SourceFileLoader',
      +            'SourcelessFileLoader',
      +        )
      +        for name in loader_names:
      +            loader_cls = getattr(importlib_machinery, name, type(None))
      +            register_loader_type(loader_cls, cls)
      +
      +
      +DefaultProvider._register()
      +
      +
      +class EmptyProvider(NullProvider):
      +    """Provider that returns nothing for all requests"""
      +
      +    module_path = None
      +
      +    _isdir = _has = lambda self, path: False
      +
      +    def _get(self, path):
      +        return ''
      +
      +    def _listdir(self, path):
      +        return []
      +
      +    def __init__(self):
      +        pass
      +
      +
      +empty_provider = EmptyProvider()
      +
      +
      +class ZipManifests(dict):
      +    """
      +    zip manifest builder
      +    """
      +
      +    @classmethod
      +    def build(cls, path):
      +        """
      +        Build a dictionary similar to the zipimport directory
      +        caches, except instead of tuples, store ZipInfo objects.
      +
      +        Use a platform-specific path separator (os.sep) for the path keys
      +        for compatibility with pypy on Windows.
      +        """
      +        with zipfile.ZipFile(path) as zfile:
      +            items = (
      +                (
      +                    name.replace('/', os.sep),
      +                    zfile.getinfo(name),
      +                )
      +                for name in zfile.namelist()
      +            )
      +            return dict(items)
      +
      +    load = build
      +
      +
      +class MemoizedZipManifests(ZipManifests):
      +    """
      +    Memoized zipfile manifests.
      +    """
      +
      +    manifest_mod = collections.namedtuple('manifest_mod', 'manifest mtime')
      +
      +    def load(self, path):
      +        """
      +        Load a manifest at path or return a suitable manifest already loaded.
      +        """
      +        path = os.path.normpath(path)
      +        mtime = os.stat(path).st_mtime
      +
      +        if path not in self or self[path].mtime != mtime:
      +            manifest = self.build(path)
      +            self[path] = self.manifest_mod(manifest, mtime)
      +
      +        return self[path].manifest
      +
      +
      +class ZipProvider(EggProvider):
      +    """Resource support for zips and eggs"""
      +
      +    eagers = None
      +    _zip_manifests = MemoizedZipManifests()
      +
      +    def __init__(self, module):
      +        super().__init__(module)
      +        self.zip_pre = self.loader.archive + os.sep
      +
      +    def _zipinfo_name(self, fspath):
      +        # Convert a virtual filename (full path to file) into a zipfile subpath
      +        # usable with the zipimport directory cache for our target archive
      +        fspath = fspath.rstrip(os.sep)
      +        if fspath == self.loader.archive:
      +            return ''
      +        if fspath.startswith(self.zip_pre):
      +            return fspath[len(self.zip_pre) :]
      +        raise AssertionError("%s is not a subpath of %s" % (fspath, self.zip_pre))
      +
      +    def _parts(self, zip_path):
      +        # Convert a zipfile subpath into an egg-relative path part list.
      +        # pseudo-fs path
      +        fspath = self.zip_pre + zip_path
      +        if fspath.startswith(self.egg_root + os.sep):
      +            return fspath[len(self.egg_root) + 1 :].split(os.sep)
      +        raise AssertionError("%s is not a subpath of %s" % (fspath, self.egg_root))
      +
      +    @property
      +    def zipinfo(self):
      +        return self._zip_manifests.load(self.loader.archive)
      +
      +    def get_resource_filename(self, manager, resource_name):
      +        if not self.egg_name:
      +            raise NotImplementedError(
      +                "resource_filename() only supported for .egg, not .zip"
      +            )
      +        # no need to lock for extraction, since we use temp names
      +        zip_path = self._resource_to_zip(resource_name)
      +        eagers = self._get_eager_resources()
      +        if '/'.join(self._parts(zip_path)) in eagers:
      +            for name in eagers:
      +                self._extract_resource(manager, self._eager_to_zip(name))
      +        return self._extract_resource(manager, zip_path)
      +
      +    @staticmethod
      +    def _get_date_and_size(zip_stat):
      +        size = zip_stat.file_size
      +        # ymdhms+wday, yday, dst
      +        date_time = zip_stat.date_time + (0, 0, -1)
      +        # 1980 offset already done
      +        timestamp = time.mktime(date_time)
      +        return timestamp, size
      +
      +    # FIXME: 'ZipProvider._extract_resource' is too complex (12)
      +    def _extract_resource(self, manager, zip_path):  # noqa: C901
      +        if zip_path in self._index():
      +            for name in self._index()[zip_path]:
      +                last = self._extract_resource(manager, os.path.join(zip_path, name))
      +            # return the extracted directory name
      +            return os.path.dirname(last)
      +
      +        timestamp, size = self._get_date_and_size(self.zipinfo[zip_path])
      +
      +        if not WRITE_SUPPORT:
      +            raise IOError(
      +                '"os.rename" and "os.unlink" are not supported ' 'on this platform'
      +            )
      +        try:
      +            real_path = manager.get_cache_path(self.egg_name, self._parts(zip_path))
      +
      +            if self._is_current(real_path, zip_path):
      +                return real_path
      +
      +            outf, tmpnam = _mkstemp(
      +                ".$extract",
      +                dir=os.path.dirname(real_path),
      +            )
      +            os.write(outf, self.loader.get_data(zip_path))
      +            os.close(outf)
      +            utime(tmpnam, (timestamp, timestamp))
      +            manager.postprocess(tmpnam, real_path)
      +
      +            try:
      +                rename(tmpnam, real_path)
      +
      +            except os.error:
      +                if os.path.isfile(real_path):
      +                    if self._is_current(real_path, zip_path):
      +                        # the file became current since it was checked above,
      +                        #  so proceed.
      +                        return real_path
      +                    # Windows, del old file and retry
      +                    elif os.name == 'nt':
      +                        unlink(real_path)
      +                        rename(tmpnam, real_path)
      +                        return real_path
      +                raise
      +
      +        except os.error:
      +            # report a user-friendly error
      +            manager.extraction_error()
      +
      +        return real_path
      +
      +    def _is_current(self, file_path, zip_path):
      +        """
      +        Return True if the file_path is current for this zip_path
      +        """
      +        timestamp, size = self._get_date_and_size(self.zipinfo[zip_path])
      +        if not os.path.isfile(file_path):
      +            return False
      +        stat = os.stat(file_path)
      +        if stat.st_size != size or stat.st_mtime != timestamp:
      +            return False
      +        # check that the contents match
      +        zip_contents = self.loader.get_data(zip_path)
      +        with open(file_path, 'rb') as f:
      +            file_contents = f.read()
      +        return zip_contents == file_contents
      +
      +    def _get_eager_resources(self):
      +        if self.eagers is None:
      +            eagers = []
      +            for name in ('native_libs.txt', 'eager_resources.txt'):
      +                if self.has_metadata(name):
      +                    eagers.extend(self.get_metadata_lines(name))
      +            self.eagers = eagers
      +        return self.eagers
      +
      +    def _index(self):
      +        try:
      +            return self._dirindex
      +        except AttributeError:
      +            ind = {}
      +            for path in self.zipinfo:
      +                parts = path.split(os.sep)
      +                while parts:
      +                    parent = os.sep.join(parts[:-1])
      +                    if parent in ind:
      +                        ind[parent].append(parts[-1])
      +                        break
      +                    else:
      +                        ind[parent] = [parts.pop()]
      +            self._dirindex = ind
      +            return ind
      +
      +    def _has(self, fspath):
      +        zip_path = self._zipinfo_name(fspath)
      +        return zip_path in self.zipinfo or zip_path in self._index()
      +
      +    def _isdir(self, fspath):
      +        return self._zipinfo_name(fspath) in self._index()
      +
      +    def _listdir(self, fspath):
      +        return list(self._index().get(self._zipinfo_name(fspath), ()))
      +
      +    def _eager_to_zip(self, resource_name):
      +        return self._zipinfo_name(self._fn(self.egg_root, resource_name))
      +
      +    def _resource_to_zip(self, resource_name):
      +        return self._zipinfo_name(self._fn(self.module_path, resource_name))
      +
      +
      +register_loader_type(zipimport.zipimporter, ZipProvider)
      +
      +
      +class FileMetadata(EmptyProvider):
      +    """Metadata handler for standalone PKG-INFO files
      +
      +    Usage::
      +
      +        metadata = FileMetadata("/path/to/PKG-INFO")
      +
      +    This provider rejects all data and metadata requests except for PKG-INFO,
      +    which is treated as existing, and will be the contents of the file at
      +    the provided location.
      +    """
      +
      +    def __init__(self, path):
      +        self.path = path
      +
      +    def _get_metadata_path(self, name):
      +        return self.path
      +
      +    def has_metadata(self, name):
      +        return name == 'PKG-INFO' and os.path.isfile(self.path)
      +
      +    def get_metadata(self, name):
      +        if name != 'PKG-INFO':
      +            raise KeyError("No metadata except PKG-INFO is available")
      +
      +        with io.open(self.path, encoding='utf-8', errors="replace") as f:
      +            metadata = f.read()
      +        self._warn_on_replacement(metadata)
      +        return metadata
      +
      +    def _warn_on_replacement(self, metadata):
      +        replacement_char = '�'
      +        if replacement_char in metadata:
      +            tmpl = "{self.path} could not be properly decoded in UTF-8"
      +            msg = tmpl.format(**locals())
      +            warnings.warn(msg)
      +
      +    def get_metadata_lines(self, name):
      +        return yield_lines(self.get_metadata(name))
      +
      +
      +class PathMetadata(DefaultProvider):
      +    """Metadata provider for egg directories
      +
      +    Usage::
      +
      +        # Development eggs:
      +
      +        egg_info = "/path/to/PackageName.egg-info"
      +        base_dir = os.path.dirname(egg_info)
      +        metadata = PathMetadata(base_dir, egg_info)
      +        dist_name = os.path.splitext(os.path.basename(egg_info))[0]
      +        dist = Distribution(basedir, project_name=dist_name, metadata=metadata)
      +
      +        # Unpacked egg directories:
      +
      +        egg_path = "/path/to/PackageName-ver-pyver-etc.egg"
      +        metadata = PathMetadata(egg_path, os.path.join(egg_path,'EGG-INFO'))
      +        dist = Distribution.from_filename(egg_path, metadata=metadata)
      +    """
      +
      +    def __init__(self, path, egg_info):
      +        self.module_path = path
      +        self.egg_info = egg_info
      +
      +
      +class EggMetadata(ZipProvider):
      +    """Metadata provider for .egg files"""
      +
      +    def __init__(self, importer):
      +        """Create a metadata provider from a zipimporter"""
      +
      +        self.zip_pre = importer.archive + os.sep
      +        self.loader = importer
      +        if importer.prefix:
      +            self.module_path = os.path.join(importer.archive, importer.prefix)
      +        else:
      +            self.module_path = importer.archive
      +        self._setup_prefix()
      +
      +
      +_declare_state('dict', _distribution_finders={})
      +
      +
      +def register_finder(importer_type, distribution_finder):
      +    """Register `distribution_finder` to find distributions in sys.path items
      +
      +    `importer_type` is the type or class of a PEP 302 "Importer" (sys.path item
      +    handler), and `distribution_finder` is a callable that, passed a path
      +    item and the importer instance, yields ``Distribution`` instances found on
      +    that path item.  See ``pkg_resources.find_on_path`` for an example."""
      +    _distribution_finders[importer_type] = distribution_finder
      +
      +
      +def find_distributions(path_item, only=False):
      +    """Yield distributions accessible via `path_item`"""
      +    importer = get_importer(path_item)
      +    finder = _find_adapter(_distribution_finders, importer)
      +    return finder(importer, path_item, only)
      +
      +
      +def find_eggs_in_zip(importer, path_item, only=False):
      +    """
      +    Find eggs in zip files; possibly multiple nested eggs.
      +    """
      +    if importer.archive.endswith('.whl'):
      +        # wheels are not supported with this finder
      +        # they don't have PKG-INFO metadata, and won't ever contain eggs
      +        return
      +    metadata = EggMetadata(importer)
      +    if metadata.has_metadata('PKG-INFO'):
      +        yield Distribution.from_filename(path_item, metadata=metadata)
      +    if only:
      +        # don't yield nested distros
      +        return
      +    for subitem in metadata.resource_listdir(''):
      +        if _is_egg_path(subitem):
      +            subpath = os.path.join(path_item, subitem)
      +            dists = find_eggs_in_zip(zipimport.zipimporter(subpath), subpath)
      +            for dist in dists:
      +                yield dist
      +        elif subitem.lower().endswith(('.dist-info', '.egg-info')):
      +            subpath = os.path.join(path_item, subitem)
      +            submeta = EggMetadata(zipimport.zipimporter(subpath))
      +            submeta.egg_info = subpath
      +            yield Distribution.from_location(path_item, subitem, submeta)
      +
      +
      +register_finder(zipimport.zipimporter, find_eggs_in_zip)
      +
      +
      +def find_nothing(importer, path_item, only=False):
      +    return ()
      +
      +
      +register_finder(object, find_nothing)
      +
      +
      +def find_on_path(importer, path_item, only=False):
      +    """Yield distributions accessible on a sys.path directory"""
      +    path_item = _normalize_cached(path_item)
      +
      +    if _is_unpacked_egg(path_item):
      +        yield Distribution.from_filename(
      +            path_item,
      +            metadata=PathMetadata(path_item, os.path.join(path_item, 'EGG-INFO')),
      +        )
      +        return
      +
      +    entries = (os.path.join(path_item, child) for child in safe_listdir(path_item))
      +
      +    # scan for .egg and .egg-info in directory
      +    for entry in sorted(entries):
      +        fullpath = os.path.join(path_item, entry)
      +        factory = dist_factory(path_item, entry, only)
      +        for dist in factory(fullpath):
      +            yield dist
      +
      +
      +def dist_factory(path_item, entry, only):
      +    """Return a dist_factory for the given entry."""
      +    lower = entry.lower()
      +    is_egg_info = lower.endswith('.egg-info')
      +    is_dist_info = lower.endswith('.dist-info') and os.path.isdir(
      +        os.path.join(path_item, entry)
      +    )
      +    is_meta = is_egg_info or is_dist_info
      +    return (
      +        distributions_from_metadata
      +        if is_meta
      +        else find_distributions
      +        if not only and _is_egg_path(entry)
      +        else resolve_egg_link
      +        if not only and lower.endswith('.egg-link')
      +        else NoDists()
      +    )
      +
      +
      +class NoDists:
      +    """
      +    >>> bool(NoDists())
      +    False
      +
      +    >>> list(NoDists()('anything'))
      +    []
      +    """
      +
      +    def __bool__(self):
      +        return False
      +
      +    def __call__(self, fullpath):
      +        return iter(())
      +
      +
      +def safe_listdir(path):
      +    """
      +    Attempt to list contents of path, but suppress some exceptions.
      +    """
      +    try:
      +        return os.listdir(path)
      +    except (PermissionError, NotADirectoryError):
      +        pass
      +    except OSError as e:
      +        # Ignore the directory if does not exist, not a directory or
      +        # permission denied
      +        if e.errno not in (errno.ENOTDIR, errno.EACCES, errno.ENOENT):
      +            raise
      +    return ()
      +
      +
      +def distributions_from_metadata(path):
      +    root = os.path.dirname(path)
      +    if os.path.isdir(path):
      +        if len(os.listdir(path)) == 0:
      +            # empty metadata dir; skip
      +            return
      +        metadata = PathMetadata(root, path)
      +    else:
      +        metadata = FileMetadata(path)
      +    entry = os.path.basename(path)
      +    yield Distribution.from_location(
      +        root,
      +        entry,
      +        metadata,
      +        precedence=DEVELOP_DIST,
      +    )
      +
      +
      +def non_empty_lines(path):
      +    """
      +    Yield non-empty lines from file at path
      +    """
      +    with open(path) as f:
      +        for line in f:
      +            line = line.strip()
      +            if line:
      +                yield line
      +
      +
      +def resolve_egg_link(path):
      +    """
      +    Given a path to an .egg-link, resolve distributions
      +    present in the referenced path.
      +    """
      +    referenced_paths = non_empty_lines(path)
      +    resolved_paths = (
      +        os.path.join(os.path.dirname(path), ref) for ref in referenced_paths
      +    )
      +    dist_groups = map(find_distributions, resolved_paths)
      +    return next(dist_groups, ())
      +
      +
      +if hasattr(pkgutil, 'ImpImporter'):
      +    register_finder(pkgutil.ImpImporter, find_on_path)
      +
      +register_finder(importlib_machinery.FileFinder, find_on_path)
      +
      +_declare_state('dict', _namespace_handlers={})
      +_declare_state('dict', _namespace_packages={})
      +
      +
      +def register_namespace_handler(importer_type, namespace_handler):
      +    """Register `namespace_handler` to declare namespace packages
      +
      +    `importer_type` is the type or class of a PEP 302 "Importer" (sys.path item
      +    handler), and `namespace_handler` is a callable like this::
      +
      +        def namespace_handler(importer, path_entry, moduleName, module):
      +            # return a path_entry to use for child packages
      +
      +    Namespace handlers are only called if the importer object has already
      +    agreed that it can handle the relevant path item, and they should only
      +    return a subpath if the module __path__ does not already contain an
      +    equivalent subpath.  For an example namespace handler, see
      +    ``pkg_resources.file_ns_handler``.
      +    """
      +    _namespace_handlers[importer_type] = namespace_handler
      +
      +
      +def _handle_ns(packageName, path_item):
      +    """Ensure that named package includes a subpath of path_item (if needed)"""
      +
      +    importer = get_importer(path_item)
      +    if importer is None:
      +        return None
      +
      +    # use find_spec (PEP 451) and fall-back to find_module (PEP 302)
      +    try:
      +        spec = importer.find_spec(packageName)
      +    except AttributeError:
      +        # capture warnings due to #1111
      +        with warnings.catch_warnings():
      +            warnings.simplefilter("ignore")
      +            loader = importer.find_module(packageName)
      +    else:
      +        loader = spec.loader if spec else None
      +
      +    if loader is None:
      +        return None
      +    module = sys.modules.get(packageName)
      +    if module is None:
      +        module = sys.modules[packageName] = types.ModuleType(packageName)
      +        module.__path__ = []
      +        _set_parent_ns(packageName)
      +    elif not hasattr(module, '__path__'):
      +        raise TypeError("Not a package:", packageName)
      +    handler = _find_adapter(_namespace_handlers, importer)
      +    subpath = handler(importer, path_item, packageName, module)
      +    if subpath is not None:
      +        path = module.__path__
      +        path.append(subpath)
      +        importlib.import_module(packageName)
      +        _rebuild_mod_path(path, packageName, module)
      +    return subpath
      +
      +
      +def _rebuild_mod_path(orig_path, package_name, module):
      +    """
      +    Rebuild module.__path__ ensuring that all entries are ordered
      +    corresponding to their sys.path order
      +    """
      +    sys_path = [_normalize_cached(p) for p in sys.path]
      +
      +    def safe_sys_path_index(entry):
      +        """
      +        Workaround for #520 and #513.
      +        """
      +        try:
      +            return sys_path.index(entry)
      +        except ValueError:
      +            return float('inf')
      +
      +    def position_in_sys_path(path):
      +        """
      +        Return the ordinal of the path based on its position in sys.path
      +        """
      +        path_parts = path.split(os.sep)
      +        module_parts = package_name.count('.') + 1
      +        parts = path_parts[:-module_parts]
      +        return safe_sys_path_index(_normalize_cached(os.sep.join(parts)))
      +
      +    new_path = sorted(orig_path, key=position_in_sys_path)
      +    new_path = [_normalize_cached(p) for p in new_path]
      +
      +    if isinstance(module.__path__, list):
      +        module.__path__[:] = new_path
      +    else:
      +        module.__path__ = new_path
      +
      +
      +def declare_namespace(packageName):
      +    """Declare that package 'packageName' is a namespace package"""
      +
      +    msg = (
      +        f"Deprecated call to `pkg_resources.declare_namespace({packageName!r})`.\n"
      +        "Implementing implicit namespace packages (as specified in PEP 420) "
      +        "is preferred to `pkg_resources.declare_namespace`. "
      +        "See https://setuptools.pypa.io/en/latest/references/"
      +        "keywords.html#keyword-namespace-packages"
      +    )
      +    warnings.warn(msg, DeprecationWarning, stacklevel=2)
      +
      +    _imp.acquire_lock()
      +    try:
      +        if packageName in _namespace_packages:
      +            return
      +
      +        path = sys.path
      +        parent, _, _ = packageName.rpartition('.')
      +
      +        if parent:
      +            declare_namespace(parent)
      +            if parent not in _namespace_packages:
      +                __import__(parent)
      +            try:
      +                path = sys.modules[parent].__path__
      +            except AttributeError as e:
      +                raise TypeError("Not a package:", parent) from e
      +
      +        # Track what packages are namespaces, so when new path items are added,
      +        # they can be updated
      +        _namespace_packages.setdefault(parent or None, []).append(packageName)
      +        _namespace_packages.setdefault(packageName, [])
      +
      +        for path_item in path:
      +            # Ensure all the parent's path items are reflected in the child,
      +            # if they apply
      +            _handle_ns(packageName, path_item)
      +
      +    finally:
      +        _imp.release_lock()
      +
      +
      +def fixup_namespace_packages(path_item, parent=None):
      +    """Ensure that previously-declared namespace packages include path_item"""
      +    _imp.acquire_lock()
      +    try:
      +        for package in _namespace_packages.get(parent, ()):
      +            subpath = _handle_ns(package, path_item)
      +            if subpath:
      +                fixup_namespace_packages(subpath, package)
      +    finally:
      +        _imp.release_lock()
      +
      +
      +def file_ns_handler(importer, path_item, packageName, module):
      +    """Compute an ns-package subpath for a filesystem or zipfile importer"""
      +
      +    subpath = os.path.join(path_item, packageName.split('.')[-1])
      +    normalized = _normalize_cached(subpath)
      +    for item in module.__path__:
      +        if _normalize_cached(item) == normalized:
      +            break
      +    else:
      +        # Only return the path if it's not already there
      +        return subpath
      +
      +
      +if hasattr(pkgutil, 'ImpImporter'):
      +    register_namespace_handler(pkgutil.ImpImporter, file_ns_handler)
      +
      +register_namespace_handler(zipimport.zipimporter, file_ns_handler)
      +register_namespace_handler(importlib_machinery.FileFinder, file_ns_handler)
      +
      +
      +def null_ns_handler(importer, path_item, packageName, module):
      +    return None
      +
      +
      +register_namespace_handler(object, null_ns_handler)
      +
      +
      +def normalize_path(filename):
      +    """Normalize a file/dir name for comparison purposes"""
      +    return os.path.normcase(os.path.realpath(os.path.normpath(_cygwin_patch(filename))))
      +
      +
      +def _cygwin_patch(filename):  # pragma: nocover
      +    """
      +    Contrary to POSIX 2008, on Cygwin, getcwd (3) contains
      +    symlink components. Using
      +    os.path.abspath() works around this limitation. A fix in os.getcwd()
      +    would probably better, in Cygwin even more so, except
      +    that this seems to be by design...
      +    """
      +    return os.path.abspath(filename) if sys.platform == 'cygwin' else filename
      +
      +
      +def _normalize_cached(filename, _cache={}):
      +    try:
      +        return _cache[filename]
      +    except KeyError:
      +        _cache[filename] = result = normalize_path(filename)
      +        return result
      +
      +
      +def _is_egg_path(path):
      +    """
      +    Determine if given path appears to be an egg.
      +    """
      +    return _is_zip_egg(path) or _is_unpacked_egg(path)
      +
      +
      +def _is_zip_egg(path):
      +    return (
      +        path.lower().endswith('.egg')
      +        and os.path.isfile(path)
      +        and zipfile.is_zipfile(path)
      +    )
      +
      +
      +def _is_unpacked_egg(path):
      +    """
      +    Determine if given path appears to be an unpacked egg.
      +    """
      +    return path.lower().endswith('.egg') and os.path.isfile(
      +        os.path.join(path, 'EGG-INFO', 'PKG-INFO')
      +    )
      +
      +
      +def _set_parent_ns(packageName):
      +    parts = packageName.split('.')
      +    name = parts.pop()
      +    if parts:
      +        parent = '.'.join(parts)
      +        setattr(sys.modules[parent], name, sys.modules[packageName])
      +
      +
      +MODULE = re.compile(r"\w+(\.\w+)*$").match
      +EGG_NAME = re.compile(
      +    r"""
      +    (?P[^-]+) (
      +        -(?P[^-]+) (
      +            -py(?P[^-]+) (
      +                -(?P.+)
      +            )?
      +        )?
      +    )?
      +    """,
      +    re.VERBOSE | re.IGNORECASE,
      +).match
      +
      +
      +class EntryPoint:
      +    """Object representing an advertised importable object"""
      +
      +    def __init__(self, name, module_name, attrs=(), extras=(), dist=None):
      +        if not MODULE(module_name):
      +            raise ValueError("Invalid module name", module_name)
      +        self.name = name
      +        self.module_name = module_name
      +        self.attrs = tuple(attrs)
      +        self.extras = tuple(extras)
      +        self.dist = dist
      +
      +    def __str__(self):
      +        s = "%s = %s" % (self.name, self.module_name)
      +        if self.attrs:
      +            s += ':' + '.'.join(self.attrs)
      +        if self.extras:
      +            s += ' [%s]' % ','.join(self.extras)
      +        return s
      +
      +    def __repr__(self):
      +        return "EntryPoint.parse(%r)" % str(self)
      +
      +    def load(self, require=True, *args, **kwargs):
      +        """
      +        Require packages for this EntryPoint, then resolve it.
      +        """
      +        if not require or args or kwargs:
      +            warnings.warn(
      +                "Parameters to load are deprecated.  Call .resolve and "
      +                ".require separately.",
      +                PkgResourcesDeprecationWarning,
      +                stacklevel=2,
      +            )
      +        if require:
      +            self.require(*args, **kwargs)
      +        return self.resolve()
      +
      +    def resolve(self):
      +        """
      +        Resolve the entry point from its module and attrs.
      +        """
      +        module = __import__(self.module_name, fromlist=['__name__'], level=0)
      +        try:
      +            return functools.reduce(getattr, self.attrs, module)
      +        except AttributeError as exc:
      +            raise ImportError(str(exc)) from exc
      +
      +    def require(self, env=None, installer=None):
      +        if self.extras and not self.dist:
      +            raise UnknownExtra("Can't require() without a distribution", self)
      +
      +        # Get the requirements for this entry point with all its extras and
      +        # then resolve them. We have to pass `extras` along when resolving so
      +        # that the working set knows what extras we want. Otherwise, for
      +        # dist-info distributions, the working set will assume that the
      +        # requirements for that extra are purely optional and skip over them.
      +        reqs = self.dist.requires(self.extras)
      +        items = working_set.resolve(reqs, env, installer, extras=self.extras)
      +        list(map(working_set.add, items))
      +
      +    pattern = re.compile(
      +        r'\s*'
      +        r'(?P.+?)\s*'
      +        r'=\s*'
      +        r'(?P[\w.]+)\s*'
      +        r'(:\s*(?P[\w.]+))?\s*'
      +        r'(?P\[.*\])?\s*$'
      +    )
      +
      +    @classmethod
      +    def parse(cls, src, dist=None):
      +        """Parse a single entry point from string `src`
      +
      +        Entry point syntax follows the form::
      +
      +            name = some.module:some.attr [extra1, extra2]
      +
      +        The entry name and module name are required, but the ``:attrs`` and
      +        ``[extras]`` parts are optional
      +        """
      +        m = cls.pattern.match(src)
      +        if not m:
      +            msg = "EntryPoint must be in 'name=module:attrs [extras]' format"
      +            raise ValueError(msg, src)
      +        res = m.groupdict()
      +        extras = cls._parse_extras(res['extras'])
      +        attrs = res['attr'].split('.') if res['attr'] else ()
      +        return cls(res['name'], res['module'], attrs, extras, dist)
      +
      +    @classmethod
      +    def _parse_extras(cls, extras_spec):
      +        if not extras_spec:
      +            return ()
      +        req = Requirement.parse('x' + extras_spec)
      +        if req.specs:
      +            raise ValueError()
      +        return req.extras
      +
      +    @classmethod
      +    def parse_group(cls, group, lines, dist=None):
      +        """Parse an entry point group"""
      +        if not MODULE(group):
      +            raise ValueError("Invalid group name", group)
      +        this = {}
      +        for line in yield_lines(lines):
      +            ep = cls.parse(line, dist)
      +            if ep.name in this:
      +                raise ValueError("Duplicate entry point", group, ep.name)
      +            this[ep.name] = ep
      +        return this
      +
      +    @classmethod
      +    def parse_map(cls, data, dist=None):
      +        """Parse a map of entry point groups"""
      +        if isinstance(data, dict):
      +            data = data.items()
      +        else:
      +            data = split_sections(data)
      +        maps = {}
      +        for group, lines in data:
      +            if group is None:
      +                if not lines:
      +                    continue
      +                raise ValueError("Entry points must be listed in groups")
      +            group = group.strip()
      +            if group in maps:
      +                raise ValueError("Duplicate group name", group)
      +            maps[group] = cls.parse_group(group, lines, dist)
      +        return maps
      +
      +
      +def _version_from_file(lines):
      +    """
      +    Given an iterable of lines from a Metadata file, return
      +    the value of the Version field, if present, or None otherwise.
      +    """
      +
      +    def is_version_line(line):
      +        return line.lower().startswith('version:')
      +
      +    version_lines = filter(is_version_line, lines)
      +    line = next(iter(version_lines), '')
      +    _, _, value = line.partition(':')
      +    return safe_version(value.strip()) or None
      +
      +
      +class Distribution:
      +    """Wrap an actual or potential sys.path entry w/metadata"""
      +
      +    PKG_INFO = 'PKG-INFO'
      +
      +    def __init__(
      +        self,
      +        location=None,
      +        metadata=None,
      +        project_name=None,
      +        version=None,
      +        py_version=PY_MAJOR,
      +        platform=None,
      +        precedence=EGG_DIST,
      +    ):
      +        self.project_name = safe_name(project_name or 'Unknown')
      +        if version is not None:
      +            self._version = safe_version(version)
      +        self.py_version = py_version
      +        self.platform = platform
      +        self.location = location
      +        self.precedence = precedence
      +        self._provider = metadata or empty_provider
      +
      +    @classmethod
      +    def from_location(cls, location, basename, metadata=None, **kw):
      +        project_name, version, py_version, platform = [None] * 4
      +        basename, ext = os.path.splitext(basename)
      +        if ext.lower() in _distributionImpl:
      +            cls = _distributionImpl[ext.lower()]
      +
      +            match = EGG_NAME(basename)
      +            if match:
      +                project_name, version, py_version, platform = match.group(
      +                    'name', 'ver', 'pyver', 'plat'
      +                )
      +        return cls(
      +            location,
      +            metadata,
      +            project_name=project_name,
      +            version=version,
      +            py_version=py_version,
      +            platform=platform,
      +            **kw,
      +        )._reload_version()
      +
      +    def _reload_version(self):
      +        return self
      +
      +    @property
      +    def hashcmp(self):
      +        return (
      +            self._forgiving_parsed_version,
      +            self.precedence,
      +            self.key,
      +            self.location,
      +            self.py_version or '',
      +            self.platform or '',
      +        )
      +
      +    def __hash__(self):
      +        return hash(self.hashcmp)
      +
      +    def __lt__(self, other):
      +        return self.hashcmp < other.hashcmp
      +
      +    def __le__(self, other):
      +        return self.hashcmp <= other.hashcmp
      +
      +    def __gt__(self, other):
      +        return self.hashcmp > other.hashcmp
      +
      +    def __ge__(self, other):
      +        return self.hashcmp >= other.hashcmp
      +
      +    def __eq__(self, other):
      +        if not isinstance(other, self.__class__):
      +            # It's not a Distribution, so they are not equal
      +            return False
      +        return self.hashcmp == other.hashcmp
      +
      +    def __ne__(self, other):
      +        return not self == other
      +
      +    # These properties have to be lazy so that we don't have to load any
      +    # metadata until/unless it's actually needed.  (i.e., some distributions
      +    # may not know their name or version without loading PKG-INFO)
      +
      +    @property
      +    def key(self):
      +        try:
      +            return self._key
      +        except AttributeError:
      +            self._key = key = self.project_name.lower()
      +            return key
      +
      +    @property
      +    def parsed_version(self):
      +        if not hasattr(self, "_parsed_version"):
      +            try:
      +                self._parsed_version = parse_version(self.version)
      +            except packaging.version.InvalidVersion as ex:
      +                info = f"(package: {self.project_name})"
      +                if hasattr(ex, "add_note"):
      +                    ex.add_note(info)  # PEP 678
      +                    raise
      +                raise packaging.version.InvalidVersion(f"{str(ex)} {info}") from None
      +
      +        return self._parsed_version
      +
      +    @property
      +    def _forgiving_parsed_version(self):
      +        try:
      +            return self.parsed_version
      +        except packaging.version.InvalidVersion as ex:
      +            self._parsed_version = parse_version(_forgiving_version(self.version))
      +
      +            notes = "\n".join(getattr(ex, "__notes__", []))  # PEP 678
      +            msg = f"""!!\n\n
      +            *************************************************************************
      +            {str(ex)}\n{notes}
      +
      +            This is a long overdue deprecation.
      +            For the time being, `pkg_resources` will use `{self._parsed_version}`
      +            as a replacement to avoid breaking existing environments,
      +            but no future compatibility is guaranteed.
      +
      +            If you maintain package {self.project_name} you should implement
      +            the relevant changes to adequate the project to PEP 440 immediately.
      +            *************************************************************************
      +            \n\n!!
      +            """
      +            warnings.warn(msg, DeprecationWarning)
      +
      +            return self._parsed_version
      +
      +    @property
      +    def version(self):
      +        try:
      +            return self._version
      +        except AttributeError as e:
      +            version = self._get_version()
      +            if version is None:
      +                path = self._get_metadata_path_for_display(self.PKG_INFO)
      +                msg = ("Missing 'Version:' header and/or {} file at path: {}").format(
      +                    self.PKG_INFO, path
      +                )
      +                raise ValueError(msg, self) from e
      +
      +            return version
      +
      +    @property
      +    def _dep_map(self):
      +        """
      +        A map of extra to its list of (direct) requirements
      +        for this distribution, including the null extra.
      +        """
      +        try:
      +            return self.__dep_map
      +        except AttributeError:
      +            self.__dep_map = self._filter_extras(self._build_dep_map())
      +        return self.__dep_map
      +
      +    @staticmethod
      +    def _filter_extras(dm):
      +        """
      +        Given a mapping of extras to dependencies, strip off
      +        environment markers and filter out any dependencies
      +        not matching the markers.
      +        """
      +        for extra in list(filter(None, dm)):
      +            new_extra = extra
      +            reqs = dm.pop(extra)
      +            new_extra, _, marker = extra.partition(':')
      +            fails_marker = marker and (
      +                invalid_marker(marker) or not evaluate_marker(marker)
      +            )
      +            if fails_marker:
      +                reqs = []
      +            new_extra = safe_extra(new_extra) or None
      +
      +            dm.setdefault(new_extra, []).extend(reqs)
      +        return dm
      +
      +    def _build_dep_map(self):
      +        dm = {}
      +        for name in 'requires.txt', 'depends.txt':
      +            for extra, reqs in split_sections(self._get_metadata(name)):
      +                dm.setdefault(extra, []).extend(parse_requirements(reqs))
      +        return dm
      +
      +    def requires(self, extras=()):
      +        """List of Requirements needed for this distro if `extras` are used"""
      +        dm = self._dep_map
      +        deps = []
      +        deps.extend(dm.get(None, ()))
      +        for ext in extras:
      +            try:
      +                deps.extend(dm[safe_extra(ext)])
      +            except KeyError as e:
      +                raise UnknownExtra(
      +                    "%s has no such extra feature %r" % (self, ext)
      +                ) from e
      +        return deps
      +
      +    def _get_metadata_path_for_display(self, name):
      +        """
      +        Return the path to the given metadata file, if available.
      +        """
      +        try:
      +            # We need to access _get_metadata_path() on the provider object
      +            # directly rather than through this class's __getattr__()
      +            # since _get_metadata_path() is marked private.
      +            path = self._provider._get_metadata_path(name)
      +
      +        # Handle exceptions e.g. in case the distribution's metadata
      +        # provider doesn't support _get_metadata_path().
      +        except Exception:
      +            return '[could not detect]'
      +
      +        return path
      +
      +    def _get_metadata(self, name):
      +        if self.has_metadata(name):
      +            for line in self.get_metadata_lines(name):
      +                yield line
      +
      +    def _get_version(self):
      +        lines = self._get_metadata(self.PKG_INFO)
      +        version = _version_from_file(lines)
      +
      +        return version
      +
      +    def activate(self, path=None, replace=False):
      +        """Ensure distribution is importable on `path` (default=sys.path)"""
      +        if path is None:
      +            path = sys.path
      +        self.insert_on(path, replace=replace)
      +        if path is sys.path:
      +            fixup_namespace_packages(self.location)
      +            for pkg in self._get_metadata('namespace_packages.txt'):
      +                if pkg in sys.modules:
      +                    declare_namespace(pkg)
      +
      +    def egg_name(self):
      +        """Return what this distribution's standard .egg filename should be"""
      +        filename = "%s-%s-py%s" % (
      +            to_filename(self.project_name),
      +            to_filename(self.version),
      +            self.py_version or PY_MAJOR,
      +        )
      +
      +        if self.platform:
      +            filename += '-' + self.platform
      +        return filename
      +
      +    def __repr__(self):
      +        if self.location:
      +            return "%s (%s)" % (self, self.location)
      +        else:
      +            return str(self)
      +
      +    def __str__(self):
      +        try:
      +            version = getattr(self, 'version', None)
      +        except ValueError:
      +            version = None
      +        version = version or "[unknown version]"
      +        return "%s %s" % (self.project_name, version)
      +
      +    def __getattr__(self, attr):
      +        """Delegate all unrecognized public attributes to .metadata provider"""
      +        if attr.startswith('_'):
      +            raise AttributeError(attr)
      +        return getattr(self._provider, attr)
      +
      +    def __dir__(self):
      +        return list(
      +            set(super(Distribution, self).__dir__())
      +            | set(attr for attr in self._provider.__dir__() if not attr.startswith('_'))
      +        )
      +
      +    @classmethod
      +    def from_filename(cls, filename, metadata=None, **kw):
      +        return cls.from_location(
      +            _normalize_cached(filename), os.path.basename(filename), metadata, **kw
      +        )
      +
      +    def as_requirement(self):
      +        """Return a ``Requirement`` that matches this distribution exactly"""
      +        if isinstance(self.parsed_version, packaging.version.Version):
      +            spec = "%s==%s" % (self.project_name, self.parsed_version)
      +        else:
      +            spec = "%s===%s" % (self.project_name, self.parsed_version)
      +
      +        return Requirement.parse(spec)
      +
      +    def load_entry_point(self, group, name):
      +        """Return the `name` entry point of `group` or raise ImportError"""
      +        ep = self.get_entry_info(group, name)
      +        if ep is None:
      +            raise ImportError("Entry point %r not found" % ((group, name),))
      +        return ep.load()
      +
      +    def get_entry_map(self, group=None):
      +        """Return the entry point map for `group`, or the full entry map"""
      +        try:
      +            ep_map = self._ep_map
      +        except AttributeError:
      +            ep_map = self._ep_map = EntryPoint.parse_map(
      +                self._get_metadata('entry_points.txt'), self
      +            )
      +        if group is not None:
      +            return ep_map.get(group, {})
      +        return ep_map
      +
      +    def get_entry_info(self, group, name):
      +        """Return the EntryPoint object for `group`+`name`, or ``None``"""
      +        return self.get_entry_map(group).get(name)
      +
      +    # FIXME: 'Distribution.insert_on' is too complex (13)
      +    def insert_on(self, path, loc=None, replace=False):  # noqa: C901
      +        """Ensure self.location is on path
      +
      +        If replace=False (default):
      +            - If location is already in path anywhere, do nothing.
      +            - Else:
      +              - If it's an egg and its parent directory is on path,
      +                insert just ahead of the parent.
      +              - Else: add to the end of path.
      +        If replace=True:
      +            - If location is already on path anywhere (not eggs)
      +              or higher priority than its parent (eggs)
      +              do nothing.
      +            - Else:
      +              - If it's an egg and its parent directory is on path,
      +                insert just ahead of the parent,
      +                removing any lower-priority entries.
      +              - Else: add it to the front of path.
      +        """
      +
      +        loc = loc or self.location
      +        if not loc:
      +            return
      +
      +        nloc = _normalize_cached(loc)
      +        bdir = os.path.dirname(nloc)
      +        npath = [(p and _normalize_cached(p) or p) for p in path]
      +
      +        for p, item in enumerate(npath):
      +            if item == nloc:
      +                if replace:
      +                    break
      +                else:
      +                    # don't modify path (even removing duplicates) if
      +                    # found and not replace
      +                    return
      +            elif item == bdir and self.precedence == EGG_DIST:
      +                # if it's an .egg, give it precedence over its directory
      +                # UNLESS it's already been added to sys.path and replace=False
      +                if (not replace) and nloc in npath[p:]:
      +                    return
      +                if path is sys.path:
      +                    self.check_version_conflict()
      +                path.insert(p, loc)
      +                npath.insert(p, nloc)
      +                break
      +        else:
      +            if path is sys.path:
      +                self.check_version_conflict()
      +            if replace:
      +                path.insert(0, loc)
      +            else:
      +                path.append(loc)
      +            return
      +
      +        # p is the spot where we found or inserted loc; now remove duplicates
      +        while True:
      +            try:
      +                np = npath.index(nloc, p + 1)
      +            except ValueError:
      +                break
      +            else:
      +                del npath[np], path[np]
      +                # ha!
      +                p = np
      +
      +        return
      +
      +    def check_version_conflict(self):
      +        if self.key == 'setuptools':
      +            # ignore the inevitable setuptools self-conflicts  :(
      +            return
      +
      +        nsp = dict.fromkeys(self._get_metadata('namespace_packages.txt'))
      +        loc = normalize_path(self.location)
      +        for modname in self._get_metadata('top_level.txt'):
      +            if (
      +                modname not in sys.modules
      +                or modname in nsp
      +                or modname in _namespace_packages
      +            ):
      +                continue
      +            if modname in ('pkg_resources', 'setuptools', 'site'):
      +                continue
      +            fn = getattr(sys.modules[modname], '__file__', None)
      +            if fn and (
      +                normalize_path(fn).startswith(loc) or fn.startswith(self.location)
      +            ):
      +                continue
      +            issue_warning(
      +                "Module %s was already imported from %s, but %s is being added"
      +                " to sys.path" % (modname, fn, self.location),
      +            )
      +
      +    def has_version(self):
      +        try:
      +            self.version
      +        except ValueError:
      +            issue_warning("Unbuilt egg for " + repr(self))
      +            return False
      +        except SystemError:
      +            # TODO: remove this except clause when python/cpython#103632 is fixed.
      +            return False
      +        return True
      +
      +    def clone(self, **kw):
      +        """Copy this distribution, substituting in any changed keyword args"""
      +        names = 'project_name version py_version platform location precedence'
      +        for attr in names.split():
      +            kw.setdefault(attr, getattr(self, attr, None))
      +        kw.setdefault('metadata', self._provider)
      +        return self.__class__(**kw)
      +
      +    @property
      +    def extras(self):
      +        return [dep for dep in self._dep_map if dep]
      +
      +
      +class EggInfoDistribution(Distribution):
      +    def _reload_version(self):
      +        """
      +        Packages installed by distutils (e.g. numpy or scipy),
      +        which uses an old safe_version, and so
      +        their version numbers can get mangled when
      +        converted to filenames (e.g., 1.11.0.dev0+2329eae to
      +        1.11.0.dev0_2329eae). These distributions will not be
      +        parsed properly
      +        downstream by Distribution and safe_version, so
      +        take an extra step and try to get the version number from
      +        the metadata file itself instead of the filename.
      +        """
      +        md_version = self._get_version()
      +        if md_version:
      +            self._version = md_version
      +        return self
      +
      +
      +class DistInfoDistribution(Distribution):
      +    """
      +    Wrap an actual or potential sys.path entry
      +    w/metadata, .dist-info style.
      +    """
      +
      +    PKG_INFO = 'METADATA'
      +    EQEQ = re.compile(r"([\(,])\s*(\d.*?)\s*([,\)])")
      +
      +    @property
      +    def _parsed_pkg_info(self):
      +        """Parse and cache metadata"""
      +        try:
      +            return self._pkg_info
      +        except AttributeError:
      +            metadata = self.get_metadata(self.PKG_INFO)
      +            self._pkg_info = email.parser.Parser().parsestr(metadata)
      +            return self._pkg_info
      +
      +    @property
      +    def _dep_map(self):
      +        try:
      +            return self.__dep_map
      +        except AttributeError:
      +            self.__dep_map = self._compute_dependencies()
      +            return self.__dep_map
      +
      +    def _compute_dependencies(self):
      +        """Recompute this distribution's dependencies."""
      +        dm = self.__dep_map = {None: []}
      +
      +        reqs = []
      +        # Including any condition expressions
      +        for req in self._parsed_pkg_info.get_all('Requires-Dist') or []:
      +            reqs.extend(parse_requirements(req))
      +
      +        def reqs_for_extra(extra):
      +            for req in reqs:
      +                if not req.marker or req.marker.evaluate({'extra': extra}):
      +                    yield req
      +
      +        common = types.MappingProxyType(dict.fromkeys(reqs_for_extra(None)))
      +        dm[None].extend(common)
      +
      +        for extra in self._parsed_pkg_info.get_all('Provides-Extra') or []:
      +            s_extra = safe_extra(extra.strip())
      +            dm[s_extra] = [r for r in reqs_for_extra(extra) if r not in common]
      +
      +        return dm
      +
      +
      +_distributionImpl = {
      +    '.egg': Distribution,
      +    '.egg-info': EggInfoDistribution,
      +    '.dist-info': DistInfoDistribution,
      +}
      +
      +
      +def issue_warning(*args, **kw):
      +    level = 1
      +    g = globals()
      +    try:
      +        # find the first stack frame that is *not* code in
      +        # the pkg_resources module, to use for the warning
      +        while sys._getframe(level).f_globals is g:
      +            level += 1
      +    except ValueError:
      +        pass
      +    warnings.warn(stacklevel=level + 1, *args, **kw)
      +
      +
      +def parse_requirements(strs):
      +    """
      +    Yield ``Requirement`` objects for each specification in `strs`.
      +
      +    `strs` must be a string, or a (possibly-nested) iterable thereof.
      +    """
      +    return map(Requirement, join_continuation(map(drop_comment, yield_lines(strs))))
      +
      +
      +class RequirementParseError(packaging.requirements.InvalidRequirement):
      +    "Compatibility wrapper for InvalidRequirement"
      +
      +
      +class Requirement(packaging.requirements.Requirement):
      +    def __init__(self, requirement_string):
      +        """DO NOT CALL THIS UNDOCUMENTED METHOD; use Requirement.parse()!"""
      +        super(Requirement, self).__init__(requirement_string)
      +        self.unsafe_name = self.name
      +        project_name = safe_name(self.name)
      +        self.project_name, self.key = project_name, project_name.lower()
      +        self.specs = [(spec.operator, spec.version) for spec in self.specifier]
      +        self.extras = tuple(map(safe_extra, self.extras))
      +        self.hashCmp = (
      +            self.key,
      +            self.url,
      +            self.specifier,
      +            frozenset(self.extras),
      +            str(self.marker) if self.marker else None,
      +        )
      +        self.__hash = hash(self.hashCmp)
      +
      +    def __eq__(self, other):
      +        return isinstance(other, Requirement) and self.hashCmp == other.hashCmp
      +
      +    def __ne__(self, other):
      +        return not self == other
      +
      +    def __contains__(self, item):
      +        if isinstance(item, Distribution):
      +            if item.key != self.key:
      +                return False
      +
      +            item = item.version
      +
      +        # Allow prereleases always in order to match the previous behavior of
      +        # this method. In the future this should be smarter and follow PEP 440
      +        # more accurately.
      +        return self.specifier.contains(item, prereleases=True)
      +
      +    def __hash__(self):
      +        return self.__hash
      +
      +    def __repr__(self):
      +        return "Requirement.parse(%r)" % str(self)
      +
      +    @staticmethod
      +    def parse(s):
      +        (req,) = parse_requirements(s)
      +        return req
      +
      +
      +def _always_object(classes):
      +    """
      +    Ensure object appears in the mro even
      +    for old-style classes.
      +    """
      +    if object not in classes:
      +        return classes + (object,)
      +    return classes
      +
      +
      +def _find_adapter(registry, ob):
      +    """Return an adapter factory for `ob` from `registry`"""
      +    types = _always_object(inspect.getmro(getattr(ob, '__class__', type(ob))))
      +    for t in types:
      +        if t in registry:
      +            return registry[t]
      +
      +
      +def ensure_directory(path):
      +    """Ensure that the parent directory of `path` exists"""
      +    dirname = os.path.dirname(path)
      +    os.makedirs(dirname, exist_ok=True)
      +
      +
      +def _bypass_ensure_directory(path):
      +    """Sandbox-bypassing version of ensure_directory()"""
      +    if not WRITE_SUPPORT:
      +        raise IOError('"os.mkdir" not supported on this platform.')
      +    dirname, filename = split(path)
      +    if dirname and filename and not isdir(dirname):
      +        _bypass_ensure_directory(dirname)
      +        try:
      +            mkdir(dirname, 0o755)
      +        except FileExistsError:
      +            pass
      +
      +
      +def split_sections(s):
      +    """Split a string or iterable thereof into (section, content) pairs
      +
      +    Each ``section`` is a stripped version of the section header ("[section]")
      +    and each ``content`` is a list of stripped lines excluding blank lines and
      +    comment-only lines.  If there are any such lines before the first section
      +    header, they're returned in a first ``section`` of ``None``.
      +    """
      +    section = None
      +    content = []
      +    for line in yield_lines(s):
      +        if line.startswith("["):
      +            if line.endswith("]"):
      +                if section or content:
      +                    yield section, content
      +                section = line[1:-1].strip()
      +                content = []
      +            else:
      +                raise ValueError("Invalid section heading", line)
      +        else:
      +            content.append(line)
      +
      +    # wrap up last segment
      +    yield section, content
      +
      +
      +def _mkstemp(*args, **kw):
      +    old_open = os.open
      +    try:
      +        # temporarily bypass sandboxing
      +        os.open = os_open
      +        return tempfile.mkstemp(*args, **kw)
      +    finally:
      +        # and then put it back
      +        os.open = old_open
      +
      +
      +# Silence the PEP440Warning by default, so that end users don't get hit by it
      +# randomly just because they use pkg_resources. We want to append the rule
      +# because we want earlier uses of filterwarnings to take precedence over this
      +# one.
      +warnings.filterwarnings("ignore", category=PEP440Warning, append=True)
      +
      +
      +# from jaraco.functools 1.3
      +def _call_aside(f, *args, **kwargs):
      +    f(*args, **kwargs)
      +    return f
      +
      +
      +@_call_aside
      +def _initialize(g=globals()):
      +    "Set up global resource manager (deliberately not state-saved)"
      +    manager = ResourceManager()
      +    g['_manager'] = manager
      +    g.update(
      +        (name, getattr(manager, name))
      +        for name in dir(manager)
      +        if not name.startswith('_')
      +    )
      +
      +
      +class PkgResourcesDeprecationWarning(Warning):
      +    """
      +    Base class for warning about deprecations in ``pkg_resources``
      +
      +    This class is not derived from ``DeprecationWarning``, and as such is
      +    visible by default.
      +    """
      +
      +
      +@_call_aside
      +def _initialize_master_working_set():
      +    """
      +    Prepare the master working set and make the ``require()``
      +    API available.
      +
      +    This function has explicit effects on the global state
      +    of pkg_resources. It is intended to be invoked once at
      +    the initialization of this module.
      +
      +    Invocation by other packages is unsupported and done
      +    at their own risk.
      +    """
      +    working_set = WorkingSet._build_master()
      +    _declare_state('object', working_set=working_set)
      +
      +    require = working_set.require
      +    iter_entry_points = working_set.iter_entry_points
      +    add_activation_listener = working_set.subscribe
      +    run_script = working_set.run_script
      +    # backward compatibility
      +    run_main = run_script
      +    # Activate all distributions already on sys.path with replace=False and
      +    # ensure that all distributions added to the working set in the future
      +    # (e.g. by calling ``require()``) will get activated as well,
      +    # with higher priority (replace=True).
      +    tuple(dist.activate(replace=False) for dist in working_set)
      +    add_activation_listener(
      +        lambda dist: dist.activate(replace=True),
      +        existing=False,
      +    )
      +    working_set.entries = []
      +    # match order
      +    list(map(working_set.add_entry, sys.path))
      +    globals().update(locals())
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..79a64ac540d0d7900cf80242303a3f4c57469369
      GIT binary patch
      literal 146509
      zcmd443v?XUc_vu>0vhNB8t*s3CJ2%MhzFk%MUkSwHzg9JN$Lej2AZe_*(A^nRX0eY
      z1;~`F#DGPcpk;?(tb~xPSY#yIjO|S5Bqx!aWbN6RBxp7@fP0t>vvKyU_ss56gl6Mt
      z_U!EU|F>>cb)!L9-t3$$64h0=Zr!?%|Ni%X-+xz7kgwo)_CQtthIehsKhljnT>8a)
      zuSZcXDXP+~s5aF;VC%N=uf5yOzm9GP|2n&!{Ojs=@o!Fd4*%wM=kl+++s(gu-Ff_*
      z-<{9Do^B8Sdb_>+ThLv=zlGg}{OjxX@o!Og5&sr?QT2tFyo2LZpZFJ`xun#WlUZy{D;jW>(VQ_i(
      z^1;ULM&!upUV&V0q_6B=#c$*dGz~U)HxIUSw-_a^9&GJyvnj#0lh4VnG=KT6{DF?a
      zHQj3l*LJTRT-Uvh(>w#~2RC$Y;A=0gH+FBdDRw3JfLefo;X}VK%((Yu+!tls7n}D%
      z+sUw57kQ%`x7{O!Qs
      zPW*SP~Ltd$sLD$LOmUrgw
      zyQniA-CcHNkD^w+s;Je$gR;EtL&1$F-x4{j=aX++@5FWYk&x1TRIPbc>3%}3#ra9K
      z4(F%TB{)B=*5mw)x)kSb)sOSD>atgrv$pQ%x}R4YaR2$^in{zQTXzrFqY?F35$rYU
      z5#ZF7NL>{S7^%lNwF#-s!DB{hAE&k;b+sk0%BihLZL_2XQRjZUqPCy>n}sdPKF(iN
      zx=*Mb-66HS`=q+2`;=H|1y7{%;k
      z^Pq&5?&zXgRC&vU(Wj*VH38pI49K{1vq6
      z3AE{}T-K8)>nWqG3+S_Oa58v7reO9zjdw0`-e-`v8_)C^()~3~eHN+D1;1vbz8-vi
      z(sr_WAq>2$C(+Ep{CFPkecn>qH}LIm$UNP@#d&&=r`OV3mpCqhDuoEk#vNt7V-{tmwMgnBBZ
      zyfBDPeu$^NE7D#x)6`Ma=RI`{=kKU5;rw0o3pjrdka-SmyRN>ByFbWU-}i!x
      z)%Op~^6}<-i}rG6zQx*Q$)~=8`h1^DoeX~8{EqrXr2jyD73Uv@2v7Y6YX67oZ{q&n
      zs9(bQkJNFTZ>SSE{|N7A$5~&N_y|25TiC
      z3IC(|25R!})ZfAR->bii^Ixl1aQ+*08t1=N-^6(ah{s9C{{-HqMslf4|UkgSf!&+a^-+5?Xep{9!Kflw=6pH!-{(;ExP+wrc-ya$X
      z`uif`SRfP*s{S*f*ojaW&xb_Ot^SB+=FX1}A5%kGurC(TM*Oi8K`j{RZ}Td~0
      zVlDnNC-C5OP@}g{eN;Z5-_+khJws8{WoN{X?Ec|s&>xAmbB@SR5QT;!;iw;99t?y-
      zL&F0o%&1mASId7a7z!UpO`=g$AQVPk`V`vHo}a&H6VaP$Fd8~ey@xl>M6^@fi>QS*
      zsCRI5BpM42$}Wnw=C=orALp)*w)z8M)ju4j{zeJr12kn{%-yUr_nsw-|fEv`$eDt9|Iy^KK(PG@V-rnQE
      zSdSWr1)7?Bd-Df_u@e!Mn~Qc0M$}`1u=PoWm694$ygn93Or4}`*}j_yVtCx$)TY)`pDQOe?q4h@82c*Qdk
      z3J$0}$QO*Jys8!%>gkIN4hF-qRPo73D2%&sEEFDQh@o!}0ap4km?$NR`#htj@g+l{
      zq4u8B!LS<90BSTD(SUXUX%x^F_h)|`#heKBhma}WkUfVMd|?>VjOr9!>?4B#?GzPJ
      zo4p8h&_J}={tKdmenHH6eCeSP3~t!JzI`K2YMKBvWiSc&V`}`^(5d4+#<-;qyFY*-
      z5A$5`9|;EiCt|Uo=;n@&XfQTB6pKU#Fx5te0_~wlM=;z$Wk+KjY2~$_hz$<>g4nQY
      zwp4yJhTa;$bRLMee*W~frfr9|L<9Z7N1C>6es)dUL(i{X*1SzzAmzDsaoOC`+=us#
      zL+5mr`647;Qi2L(4GPH_x*a2SjC29Of5V0~PX)9vh9w@z_u~Ng0?nNWh6(-w#OMJu
      zEEJ6n2gSS%`1SFlUNXjtkqY2sXkdhp1Wht7j%FCX(atwr*PJPLPY;1&Pfsepr$@{n
      zTzh+ZUKkDx=udKcdelf?PtP@Fo*MJXmpXV-bp)b)CxSzvXh&4*>*zb7MZ%Hj5Y@5+
      z2y1vS)RvYORZn#c@tAf11W$Kh+UfV}+t;q^hyqKr37`x{I{+meI;5tLOGi&nC>)CQ
      z^k4wB3e<*AFXJK#dPI3uxo3B{+}aZPq)+xb5|kYLdGI$sj?*P2W;~NCl59K2GMzEAw~MHfqpIW{D$!udZfSD);z6)BoR(w5nY3$?!1)k
      zc*=GvWjh_Eaii%Z`Uv2SS4IE!XlwE8b^Jvi$LX9h=Pf+9>$cnXTHd+N+eNjrMavRJ
      z%aTRQ?9wVqy=KCs=rf}a?Xnj~9g-rnDd(4^^&k+U(Srma
      z+>Kf*t`>F~^2#nFHu#&AX%9{SD$!eWMdg<~7d@{RP*<(hyUN{&9&7sgv(v>FKcC27
      zo^Ur#f9|U7>auIjtAP*QYpA={F4A2DNZefwxVVIYKWXhuq|qU}=7^&CaZ4*{Uu0+m
      zSle+L^NHTjM?GHv3{55NAtb+rzi1&&7;{hIg-sKiUfVq5EEmH@-<1blb3JzB0`;)n
      zuO2pfZhc!XWz;T#*`|!>b;WAmHxLYH8a42mBjv#4PT3>Jv^LyFsSpEXQF$6GuKYGU
      z_%`LJ#0iym=6q@I%X?paj4t-Qyl*`Cp|flu@cnwd$+JUykiKT=O0Ve3$gz{4m$gnj
      zrD2E`i~4v9XFatEPi@k(WX8GVKK;28`4{WYZ2e`^2=Fw*1nIql`cUua_1S^v-=jSG
      z;G$a&zIPIQBhdc=
      zy+|GVva+ybW43>c4B1v2;7@v&k8HRS>xB;RzzepQcU#sMw|vk1RqdyM>$UZ&Lv^0?
      znCbE=Rv@qBl!3h8RbzbPn>IBEpzD*l%wIKE*5jMD-*JvH1|}@LT!|4W!w2|6r%ic=
      zpBa3gJMcL)@Gyujjp!H9E|NH11#&%bHZ(Xq2ySi=Y)|MINOzr*0YOi=S`9^GOc%D(
      zxt)-`e7&hz=T`i4sONHSiLBpuCQaWK_lP-#&~|xF}FyfiT^GIs+xtcZx_Y*_;r__Yor3
      zQ2wcK)&uCN?Ie>A3{onR=r;QrxoAD0_FAqR+uL&X>b
      z`uZZ8ip&EeI^CMeQ3KkUQ23KvjBF%&w(S#JyH)}?{KVF#5lA-YrAi21jtz&vJIQaR
      zN;vzIg5Np96#z>Xi1nRFIl%O$+(u3(u~wkL_yrK6put?nwaD;LD*wsAz;JMvrbRT6
      zVNQA@WgAQ*!7Av}I@=mFKd(K5n*AI6MMrQtr+i$acrhG$HzCEd;FIl=PE@t_Y`|x@f~l`oX2UW`Gm3b
      zAFl0eQ9fwN>wM7h!2>p&oA;!0b=E4C4m>BCco<
      z4KjKBRDnp-F-$6tcwuHEQ(nH54_FRj%&9Vo8V7>Ll#FV$Ql$!6+JQmfuSdafQ;FQW
      zDNiiYV~l!XC=9ADq+(){JR#)^;uf-xpiC$N3LggZ1Aq{6zf_@+Y=z?ZDvgnQ*PcB+
      zJNF$qn(}Pl*VTFW8U5zS!6y#y*d=ZXcI@4?0sooCnaIn&Bf--h8ZvG$9gY(KYv{c&P2L(K!GQms6AaQ-T>miBs1bn<@NM{8;?eNdbBD$NI5~S
      zXxeUE5_K634)j~7OOnRW^PZk~6?Lp-O1H}=u+31SU;>Ho_my6FY2u|>-^zq<<$GmU
      z)$fI_h2CA7@NJrLZ(@2Bk_G;(M$EKUL#J9gy-g<~aXA+=#oV)ef;ET|CDWN#m7h5`
      z%{y(bheS5&`?MjGy)^$Qo@5SLw=?Kc9Tx3F4(^?n`&`w9VRfrHIOmPzHoLXcC?@{<
      zOeb`bAX$T0b)=2tt006x3Fvr*$Ph+rQ9)=BsY3V(LOe5*PPrU0=m`=Vg@8Na$iqTs
      zdd)1`3YaYDO)Hh_WI?}z5Q(pUkw&mx#XK7$TF)#F%cEaBM9uh_jzQHlXrvxwX!LUr
      zW`{=AM#FbRxn}QzwE_lh7oFb1$qGA=5k+J1vJA}6b%V8ykUE}I?f_;+CPt=;Cq`%7
      zwSsBU0T<;d(5HX43jKm!&R!u0S{yIUtPc_&!aLeEdXL0(Y5igFOpoEoCDbN+k7S#l
      zsx73Lb5!y;Z`;0V6FtWqodXjRA|hIoAbuw?ImovhR?kEi^eDvi#9G8F7Pf)Xw^FZ?
      z%#CJZ<9JNW#m0mW|JS^I`der5Gvi((8cF>s4;pYD^v$>+{x@nTb}D;QM{WH!LMdbR
      z7`?;CsQs(R-)xJ=7%quf0);LCtmhc>9pOm0jn|S^JYf#ZA}a2O?rMODday)*TOn(v
      zazHV}u7>)8nXTZUyRpfe$e{#QS^0m
      z70NuPe3Y*g)y|bxjz3QLk6`)nsYepN=5gn3U(?mb8DGbYyMsHut2sX__WJ{>n|lbV
      zlptiN+Ev_Y-=WhF>GUHyW#C3aOpKjYQ$0xj@~ZNY-Q{xMEmVqk+s^H~<0|;bZgbVm
      zJCvNlyL5Fo2Ui(s_i`ZYn$K~&1W<5^eJIR0B$UiQf~0hW8g!l{oSbo}c7ly=S1>0H
      z)#i>kf%*RkkK(_<X@l|=76nk~`-Bz=
      zbvTlSjk>T5(L$ZMVlo5};AnqLCn`S^NT|EH&mSisAsH$G3A7P+^Oa)%Y*BNfsClM!
      zXQF6l2D~toFvRlf*&*T(%1eg`m>_=Y5{o4li>yS3axvZ^X8BO-gyoLg`$evy>{#umSz5f>wpuIyKo^37U
      z*&MI3f}!MjXykj-M*P?>N0Nh
      z?28jGzBV@FuG7~(PgXo;qA*_Z-bc-}AJd7~zQ3ZYjJ1z21fz+k>2puuj`)H#cXMoc
      z>+U)fS0T{bf|V}Y>ZhkUT+R9_iK~10ydv6MLQTNmNyC4#4;N9IYiCiP_#@U{@~e?x
      zG`uP%Y<8e5Z(uoszdslN6%=gHS2X|e5Y*6q;%&RM$}H`slDYU{YBw=|uY!HsEATXb
      z*7f38`-@{NaMa$z^I!Zo9I$gX4`T)ko_5q0GoFnqTW~#MYqke`_`qSES@-vXE@5F?
      zPd^x37%ue+E1*-bS<;^fv1_k|Q|}cL^Ry(EJ!5tgCr`Ek%!X3q1BRVVZ?Dk!gSpfT
      z>wy6iuk~c+lcg#|EBXy#Es>9{AR5>LDd2ArrM38l9!3--Xiv6U=iW_=LPES>fweXTcr`+u1Gr;ZzsCpYa)uG#m~Wr;QWXWaWC>vy%>
      zE-t%Nd$D%v*+g;kc+SUerLcVR$*JeAZb%laIk$Vxv+?}aTh*;s`;(rH*Kyi9GiHhjd8$)FuvTxX
      zHM7nUqogs1>Kb*NRy3Sd7YS6@*rHgkn&k&dPy_PKWHm?5Px%W?KOC!sXr?(=h-Oks
      zd`-s@wx8_SA3CN5w2_V-5iNKmsGSb=!LUg@)0we$&|T3O5sLx!5MLG^V$EYr&!Fu`
      z1;E7;0SF)t^pPqG76PycVp(>MuIb1<5r{GXLxY79VOpjAM|vd(q#eYf8gY)zPMFLH
      z1w<}NAw_4(B`Q$BKY|m74IhmcKw5|Cqqx)P^xFi}=WuaO`I)Eqc1g`_NkgKfAz1>8
      zjzr0-@!UI}lF4IV-a1#ddwkbzU-5-A6K6;!G8Me#YrI`r^Twv>XK$6Rz1`S4+xS4D
      z@qz2Z$;Pdd2j(hQUEP|f+%(tFF|+2;L__CP?j3jGg@TEK$>Wy>FAh%cNLDo6ayQR;
      ziYJ#%JT#Ndwt;HQSi2P$aOYzuzBlaI>@;9XWSC(w4V-ce4fT;l)u9N~riXTZY=5KA3lK!dg0|Blc9K6O(Kchg*D-SzT>=fPRe!wJvB
      zH}<^$RMK-`#(6+2JIG=jhTQ8Bo^oh_eLxwsjVa_YfePyxf$Z-)nN$bc01N(&>mki^av5SVrmg`%fmBPfVYaS*DJf16u)oalwRhTb2;mInq>-HAs7sm-fV5
      z&Kxp#zax$wf`|;VJXjqNHN}Tvb%1nZxyg@zu!zY4)&uDJc)^icsW#nYvM-I5jS70|
      z>8GFe?+~hSDA-w14FZTIBOn{e$h5at#e7@TN`cJ5NfI0qg1T@psKRPIf_G2Apj6Ot
      z`(eC$mbqm>7irvi>QN^)+cYw@(?}MoJ&w~aXz)L=`BS!@xDUBW^}RxEU!k_Gh%yD*
      z?1eIJBuet}&~foHt$zZ4kQFNoB}lBs^I7|QJc4a9k-((h0Y8FO9xDI(hbH?$WEy
      z@AI1
      z7jGApPVSlNy!hDbzO>8QsXfV}#=E)BroxXDXIbH0#aU2zw}h48v>=iK+>uud&ZD4M
      zsKE1ZD;B{YbXIToDL?k*ZLf3uxYmYqyh`uWrsvev&Cj*-Pg_%aOLKgwFgR$lKCxy<
      zqxy}>{1`@&IKh{5VZP%6=CSeg1jlaj0a-bB!{l_#K5Cz|X`hzgm{wzsQAc#Zf+Pql
      zW*jEPIp!R7YDZ%R9_3l
      zGFmE2w!D$O{}#M)YNz-XwZ7RC|BpLBLH9*eq4Oj}BzZKo*R;NY+SLye9e%76(U!;C
      z1a1>364*?GC3&dd9|T&kn(zS8_4al}!a>4epvI{*i8R5@!4w@L)WCqQW+P15#n??M
      z`Gx%xn?+^fIbkd`91fiwfr(KtDp1~0#$ZhGuweHW1eS5<+BNO#e?jJMe7Rw_u?Ui=Av%
      zlya+*K=Lw1(C^s7oUk(vLGOQozCx$JCd^lY6Em3ZqM6*vsZBGrtFNBDvFT>V4hX(J
      z&QS{evjr;>1uLdcBnvvu?M~$u+%9RHEon)Vv|QbkEZH!g`%#WkR0(pwrfs%*U7~v3
      z^-am@E#r^<%vXK8wtgx;yR;**wBx!hxpZB!cKxJ#u4T>lTCcTUf8jeFHy-%&EkD}w
      zQ`?_zn_2q!r1wr)-L&m%2j;38ujbsWYM-lII=%L5WAgS+?b17?Rlthg(hFNBwoVl%
      zJ+)J(uZ&(Ez1sQBFWmIBUtje{ZGX`AzAd?K`}_Sr8Tepe=E%{%h}>NF#9V0=8shbh
      zpSdtLF*fzNq;F}`<9~bo^yzm--yFT(`K>P`mp^#Z^C0q}&Gdz0LG0*60lG?2Xcc2>
      z?fbZ}^4QsU3)R4dC+WS6gYcuursBYS_G~=3Bw9eNBZq3=f)Y$V+{A^dgNTrmo{SIR
      zmdvOnQ3KmuXjbBn?uSDcJhEu?Av}d>8p7<&-z!Y1*o>mrFKz^^6HCsl
      zZP&FN!KmhuVR}C)VN!YhJ-SbT_AuommR5TfClK;^^kM!~%3~=#We)XD-%xX
      zHGcR1CO9Qh0(@zn_rj8iC6g~C^Qvd_mM8L-pW8m?DHuOFfhF6tDK4)*xBXoFi}mJqLf>fD`P3bi~3;>k=5S-
      zB^lr#2S@W{8`zAu3?-U;E9y0=Uicsw%)u+TCQpO-qf&SQH#K17oa4A%qZ(Z#Zt{*0B)6pYV~bp>HLWrVvjwzTvr*+j!eo
      zJGC?ETZS}G`K0>B{#%~r+l7@gReOF~mMrX=ad$BZC5GEdR~W;+3ExT|Zn^Shr*h1B
      z#oFwhdPnyX1o!&chS1MOg(SA@W&2AZFXXA#OFgUwLa+eZ$Bum5A<$lM2YeoNx#kec
      zU0MgUd;)!{wt>AVi$L|go{T!HZXVSB5*0V0*S$BQojmD&B+l+JDLM%o_F&29O
      z7oVlovQMbZpKLW)6)dP^(Wf^Urjra(daI2kxF6PFdPZcCjqO1daLt-*YHXSmlpbny
      zs-)?6>Y;S^Fb(L&@k4iv}7{2KgN6|7K^I)vdFsn!wq$BA
      z&61mKmd@j~H0c?Y#&AK?0uBX`@W&tC37v!>q1f#*2>bUmBm$0&T$(uxK|kc6x{cws
      zE>_53o-+Vbb#;FhFN8ilGF!ZUfmLF=_4!KljkXsriyn}zMgkw16<&1|
      z$$s{v6*Mp{kozHfBcT8(JYZ7@vK2RHPQXf;ErdynLP#5OG}TZ3cm5z`KwOCMg%-t8
      zNp!GbS#R%h=rzzwL^Jop4L4?~O5X|CSoA@<%rtZa&e7ziyhuN?5xeXs;R76RTsY9y
      z-W0i7KU<$ZvQJbtW5fdhQr(Ppo8R9w5P}k_w^#R5Z)c-w^22Ukr1phI%{gn_zp&=%
      zIo5r)T5sF0540?Wfr6~?xaWjiF1uR8A1j?DSB
      zb=TQo-!Ldh0uj;cf{v4wC-;GY5MYiT3P>d1F9>ZRQWpIUw1_YcAO?&qX=tBlzIffj
      znw!S`o6_ps1#1u{NQn*>wxU%iUPCxB=!EHnKw@xQqZ8AUb(D|P;DQ$-M5xhe1&WQX
      zzy&$u+FXy>$n5EXdpSCO?VeO_X41vO6`xFJ(N1(t=k4q6vljcx0GKWt!NJ3_x$vhom
      zHxV=e;S9(ixmTh~LHC;orxy_&$hf~(IOD(-2|T?;HLBbGWAPJ+AChVPjTDS81PT@=
      z*#u-dCz>iJ9AG?__VV#n3)F4wN3|g1wlq-q)b@vr_LJ&@?7BIkLmOiV3qky^)d|`P
      zz=IXKQ>AI`1%`&3NPNYov{q!>`Pte!XtY%j?__;UYc;JCG<)e5>q?YqRHI{QPU>2D
      zS{FX!p#KW(#pi#O_9EN9^!Cb`MQ}|=CTzE6(kimS7F;EpX%Z)FmQF=mi4&O(#K~bD
      za-rX1>joxHZ-3wN7HJ%m_2M0dO>TUQ!AZ1=tRAt(PuKvfe5K;blQTl
      zbu|Ao=hk~phil`#eDh>;JxqB20HgUX9nI5wefTpDl)=aR+xW>q^W~tsZEWHQ%3F$Y
      zy2*>cYSO6F;sWifZZd3C%hf!*=~44>=T$v87pN7g7ioogh>c1A)JnAg_dc}{Pm9zl
      z)rY%cwFq}5YPDL7yHd3TcV%iR&gE(u&J~E$QKJo^s_~tjm=(G+|K)_@fAigXjz(AfvJ7t~5kzu+hKEeQ_L$1LE4m5u!T`jO9-D9U?K{
      z8BJq8_&q9%k5SvXqL?A`IO&z?<}a!15sd*VZwS+rZ2rGiSM2lUPQlV_+X0jd0!DYB
      zV_RXSkEvzUA*7&YP8DW5{w7tpDs7eB(F{Y|R4#G6c$~_oi;*6RZIQ}3#uuqN!*5IN
      zfeRQy3q`^d14`t|!_~ksQlhcoO#4r0P%4ic__!$D0$oGQQHW1CDUJ6hPa6?OBwlJd
      z;K2?`BtA>9O%i4}OjK5nJI{OPYU=Rgo2#h8k7us6ecVYp>FQeC7DDkozU_8JHL0-1
      z_uMJ3LjZ)lhVfl<-l7X#6J1jqKlCp9$bqDV%$G6f#JdZJ2MOw9Ha(210!6T$La;)u
      zn@vDw=r<_#04qq1;fI3MMX7!EXCTayDpIIWNutgNa+HxJLsrSBQF8kG&5romd|KA%
      zI0VfhsRL*&91M`dnH464Y@hP6pc6`T1mDo5@NkN1&Y_VYA2FnoLq*DCk>v=P=V{b4
      zRi*p#5{Sw7*$^G}IgUQWO|hSeaslbXT%f-uDi*J@j^qcx>Xa$d4
      zVNGYTA
      zgL)`JcMhN*6B{w^(a6^c0^LpmZ8tu`LVImH-NF^{1-O;diV+o}yUj>msAPH+sqy6t
      zA$P%4Kmb`KI*ytEhzpg%;>nWNo*K8`_AQ%kO8QohJLif@F6Cd$pW5(t?YEXBi#o<#
      zb7j>8s@3B=3BGqv?4I24mHh;!)lfnKpFMr?X@c)YpfX?C)b=ZnU4HDQZzYxEz382K
      z;=`il1oVxt0IsaQbn@cK^NtJd3HQa~anGEucsx&_JJiZJ4AuA_BWW>{_Uyu9z`b4)
      zqbmc&8D%S3;nq+eS}eNiL5DcK?tpFklJ7ElH-3NawFw|Ak7c@r;Nt^T9X&_c>Wk|@Nf;IMs^
      zIlVxmB*aPpP!3U`24YY|P(WiX9uYz-;OY^UKLKJXNS?o!zeV3L3JMII35u=eI5f>VNrUV?N6R~iut
      zkB~tZvwVa!qmac=03r0>1Jrf@83k%vak^$_|3T50H0h<31GIwGo7p7uY&R#wXUz4jl7jw)coWh+%qV~^*o$l93q@+H#4wo1%SEHWZ>MdV*P=N^io}i3fzldk3(TNHb`#Pe
      zCY$6SBK!vkJ_Ju8L}Oh)A@zB|BKz3KQ`3lDxEMeXuuv(&i(3Z`5gx{vlNvj+0-GR+
      zO%!253AOUwU=YE{7z60G8fg`hVG)gZK17dlErI&B55tE6V2khnN_Et0#tH-7u8)c%
      zuM<7=D^*5dBkBliOR0ofag@DNR(cG`n93yIu@+26PDBfMgXGf5Ss^ItSmsGdUf`?t7@`z*7O)~9dN
      zETqC1xfPX>e-h8b=#?{<&m?`T#+`ROzVR({b^h79t%FpU$?X>gijyHWjFIhI-c-4_C
      zX`S)5!nthRBTyjCW_i$T;n_{7;Y+qJ*)J&wO=s_iW$LT$QDvtgV<4(AP>Q|~nkHTv
      zr5>6k$uMXlO_0<`8_tx(Db2OjDw(HJ^toNeE$vmc@qZy$%dUI>kFE!l4!CC=gYnc
      zCpZB5QpUjsf_U~@wo5i}3e`^K{8rFr%6A-RY?>dLv8<5%B$dPDM3nWXh_q>MUt?0+
      zY$7H!tHf#nqR*XUnEoVh%W=g1IXk3167R4;_JZg|?OR0jfJfSm7ygPMpG@|D`M)T?
      zJg3}KTt)eJipu7ym&{hLPE@bHx+__|ZnpZNMD;_->WA;;;xR0xiYo|iN2g-b!|%l3
      zjNe?k77?5ZO71%Fc+Ok=5&iy4l$MY$cG^0fHlZC5p7xez5QGEEh>01%O}y@Y)klbS
      zB?|gi`43Hx$}wfI-d_18@G>do+#8Q$H}LY?)s@067FTQ?$(66_3E=X8a{My72|51$^`w(
      z@i+fnoWw*%fL97fiu=q1)ALbgnMh!$_oy`w2nu5Fvpy3+N>KtdheXN{`2k@7woihc
      zorA3N@LrbbKFaoa`ea{<$-W(v-A3o#*Y11X###N@esf-`Ik-ZoGQJz
      zZ?2~P%IeFjr~48$Ey=Q$k8+XgBM%Du7Y-Tp%7dNdwm+`LsgEE^9)=hTd$G_G;n3B*x&Uut=@T%yQ+`
      zXfDsz>~FY$18PTIC$WrY9@)Pk>p;@#taZrY5_5j75|xu=)R1wQYX(*W1Yi$T0ys&e
      zqcgCOoml29$n7`}PREEF)DsB{?UGxLqCnq|
      z6Cx)ehG4Epz|H$VKt)k(@K6+tkce-=as4CZ$?xGd^dNXEq{~D=m{e*iM|_j(kaDt`
      z%thyQDW644MkPi`u|pkAhadt;L=`W5$_O(_@~3~Iwc#GJLR4I(cuSu0_SEH0ZaZ<>z1^WvK?CTiE+@s`~2H;y|mcqTlPJ1_0MxHsWm
      za=T{vm5$3Dvo#MVY979^^UwGGXm7G+*SK$PYv-Ro{iCPHowM%dguD4_N5Z`s2FMhr
      zdul_%vy`g*_{8H=&MWTA?pxkv^4Z3O#}9h>!v2Zgr@2EGMOXsNPWJyK=xRrHE>z4wwfLMu)W7M+A<7fdWzYb7-h4^+M
      zdt78&Av`C^5-sD9-^2=$wN9gXqlL60onPyOt1DDb9U_e0N{}}`jJ}x6-ViXP{kwri}24qrb4h!)x5-_Nj^zkstlj8!4
      zCvwcNLzkbI5>;KrVrd2jhr)Anz+{u_2|@W|6y3|gcfdxY3fRVr=AK@TctG3{2AdUI
      z3>Ihx#8{S(=cB$NMqjr{J1gyZ$)Qs_N5#n}fKLN^P+lr$gPMp-kpd}6mU)V)K
      zoues_X{Ll5oe1UaWE>!{5d0uAl!BKd@6Ln($$a$u()rkFT_tClL&={W1m(kPA<_Nme$WRMFlP3JM_066Zm
      zge`<5hw5C^LB!ts4z-#k(?y_|(kwzi6J?~(B1rIKIRt663tx_xSV$wi%O6ok`?1S=6ofSAq0UTe!FzZY-vlPwB_ph>p8bdADpA4
      z%GuHtiP9BwaCtvEQ`>&sas8S1JwJVR-eE5*M1=Qz#ou^k?DE*vBj4-3)}36s=|^QZ
      z*4-#eEPZ6gTQ}#en)NPCc$d!j*WB{1g;cR|0~GiL4^8^!ifX40CW=~Ti`FEH)?6>0
      zUE7&h+j*;K`&|3l@14AMax#Bv+s&fY(B~IC1Ou1)hVgxqeG^^xIuu{+-3>5wnQ`m8
      zXAp%c4>)R7*@Q&z;te{++@tPuKLn|gg`LkTBKXwOUd|bHvsUXY
      z1P!N0m9e~0=ec%#rNZKXt(>&BLsZ2eYsQ>mOJ0k`jnj;pVM#^#S;;XQND_pbf#^bS
      z+gTf03r0U%e=xD)K36}QlfBidVgE3eA2Y~02o3Tj$p>v+ZdMY`E&Cdzljs>g$Rm!&
      zG3K#E;=nUmR#rmJBg?^;h@i3~OqX^BakZQ~5NdVdn*v1jl&O
      z{*j)Oc8KGxHhV4lrV$j#rD_y;O*>7e8DgrW-m*JT&ZPMn=`T*_RN)6Pud|bn|v6$s>#vY_03ls$vrz+|KMfE$N9?Ama7fl
      zj7&LhFIjcf{>{%%+2>ZZyz|nVFU^%zPL)hOGqdF&!s#_VFt6B~O71H5;*v?{WNd23
      zl|7gDTpUBq%Bm)}%=uTp<9pKwq;NFp-#oeRc1`=$==FWcnnz~JV53$!>#a|C>!)I{
      zQbWBbqZ8Zi)UCSeNYu5CAGmGk$Yx6(N|Zcwqb*socgDNdqAs(_>}Y!M)TT|kvU5d{
      znz`<$#<9^RVazE(VpnT&McHL-61WH
      z2A>8y(n@f3g$Cc{)LhRX64O}WONHm(mRI=l_eI(no3uuSvX#_Y!n^=nioWPGkz^(C
      zg_3k=U>Lhr!pirwg%8_xHh`GkL`K51X7gr~{3KkERz|D7CxCye6zD#-Wn^PGZQ
      zm1a1`msv8H*3}{-F*>?HPbU{4AZ!p{MH6-RLPX^>88ev*%kXy4{HP>(J@b&KGnn_S
      zuu(HvRc88i7yf~fHk18Lt2MLKmM;?Hf=)C_lYA7E?qReHdm^zNJlKL^Y+(y=E{P6D
      zq|lbcye4@G{*&amMp;7m$c3=H5k(q22niw)x>GN15ZlU#{-iyH$(T^@IJ{yMmuCDX
      zdG082)Zki3CY#<+6A&_3#Q;2B!Px~65ZvG)4Y4Y*Kg_LxHwVvR`MAEOTEwby^w2mm
      z)rar?K;Ssa1p5IoI(Bb30qHB*i$mDU`!pD(A($P-t|#tLFV-I!fF*)tc-h+uB4(ak
      zBy>PIyzdqGOPyae$}&X?dQo7XjEBrp>f<1-ivs?2ZP+JvAh_Az)SK34U=e!}7c!#3
      zPoO{2+f1WnRrqD(UdZ&Om8J^-FgvWX(5M=-g``j92~6k^0&cc>Vn&%n3e2OX537I@
      znsq{=Wfo_4B|0l)*)oOaSz5zH#Z8A(Fw;Xr5P}$mK`alX!YJC9%BEQuBRT-AArcXA
      zMDj3fK25@RwoSD_4|l4lI`1ro@bI*CGXe}@F0t-I!gHofr%T_=C{wnR#mtKK5kVbH
      z4GYBiS_ms3^sI>O%tqXTW}U{Gm~x=eg3&F6qrHW#)rf7>8jwe8q|*vIfpAbH51elz
      zRczX-<1Qv-ajQ>;luys3V?}a;F(3$JFMF!OQzH-1D6MqC9A>YdVQ0d6W%2gJMNU!Om$Ou$Q^ge
      zt1o^2;^(KgC(Boj=l|U8J%41f=2HE|dPE{ASb596>Q3G2drC!K&G`Pgs)p$;iK;dC
      zl=6a_Nhj#(*~*qgWlOTMb*7?i(s9>WQd~3VZ<+P4OZeAaUw^}KS6}OLuylf9c8FxjOeR%W`+F%>B!iE?oDa
      zTaAP0ZIZvwla&PO26xGgZk9-g7$*rhHlXL
      zXGq+|TV;t^mj-W!?O2B3TbPXN@;=o>qP>>M0Z|`sGDt*(9wY*5JFc6CBGD+ec^qkj
      zbsFSo&4!TNz$&yD1S9Z>|_G
      zxR1HmD9QzZFJe$cO0AJao@HZ2%!vTD%}!e&kp1TKFt`wVNv8q57luLmdRdh|q(8$8N59fV?gRR^P+tugpJy6C*0)
      zk$Ity0K$$F({4dKGy;emft-*RQS$-2-@=_(!7d^p-D84qWZY^IXX?iPjv85qcd_YG
      zRo#`s%Y~x;dl%Lpg%}4RS+4&rTr5_9RZ*21GC#AnTrVOUYLxupPT+h)D%65e%5?*_^NFWAd#XS_@9
      zdUD9LG)J12T6>xnFCHV^H_Y}NQfPPhG3S^IzJzu;KBiYR%tq;rjKdrki-&~sQ*s*R
      z++U;xPivYBd>}Zf4lzB(!Ykoi9|@W+rdgjb_uvVTE3_qf!Jbn+$9lp&ePZN-0NRW}
      zTj&tD0flCa8fZcgx7Y@==YOS9JBl2bAo~s{+`GqfC(9;J&n$iT#xrx3^_O3mj0=C}
      z`YX+so4*OSK=Nv?yL9T}DFotW-{!rutp^gV2a>G^btmVBH`h+V{rM|}jNoaL@^
      zo1I-<@RD+LbsfECJK9{C89#%6GXvhX*;NqkJ5>Eg6pEIzoo1JI*~c7
      z_8g^=l1Z#_B*4`uroQk9ex0reNr>IasXsEq6p+-JJ@uakh;bx-+O?!>-syEU+^th`
      zia)X!yGrJydj!KG*8`
      zhI&{1UDOewg-a^t>Xt!{I$yBY=BmAS)V>7SA312l>&NVcu8MiT7s+*YoZPvt{P~g`
      z*GkcsRL?&A8Hbz^^CVfzh=|}65fNal=F&(>5PyUhmIH_tw@{ldJpY8wOsDaJ2qZ&B
      z4y2)_6{)MwfO>q)n18fZf5}GP5&iI!B;SZ^8i@(=i_~j7YR3i_a8XwsM2(o96l0Ew
      zthx@bg8UwMWE%6vT(O~7aK`_H>qm9mrEl;Gnv`{vEXV-u
      z7V2=37YfMf%Bw4&gq-!R{m6j~|H3rr7gx0iw*?)A2&K^#Q~m)=1GlaCVpb
      zW4G6}P83Ob`m6(wtbFL4U{L9{sY*9olPKPmT?snnq84=ZI~Wb*a6m%2iE1H2656`+
      z)Leuq$>%UA9@WQTP`qj(0-@Lt0)+yh6e0|Yg0LqAI2Qqt6tUDJzVS$qHZWj;PBa`C
      zf;f&1HPSg5B67jCQBJm3>FP7qLR6lbK!5XxaJnR-lHf`lpa?DTOJI7YSk~rG_1xxd
      zl9r+HBeHJk6*FbInN>82`OXDC*oOU0uV@qR4-JP8;>E}>T3YTy*C4m+HfMSIJG$MG
      zV0zPRzofjs7bY;|FCgU0*(J(p0$lKYBxkkADj_8d#308V6xK9|YbLEu^vF~hY%|*p
      z>DD&#RRa++$1778*#*Ji9K%3XVbn7l$0SUAkr;fX3>5b0dn$b5mF-l(U%xaDFHJ8&MJ=5Ut}Vw9Dj>Q4}%@
      z!p3R=55Qs&L7@B*+J%Vr58}}G3_Vtc9;RF)u2s4aSF5r(i`FN=nr1ZoF
      zf+!-A08vGtsoA!B!;BZPbnFG~y6yQiw)b6m&w&KmN)pEC(~a+}esgug*LF8o$t!_z
      zR8jR!-@#i;)?RPq2=-+^S@OY>k7x$+8la5{=mqTnO-CZHCBgGunv5mZo)bCOP{+ZU
      z4jp#~bB^{+QYjEs!o76Xy)xlmIUW1Z-MX;#2DyJ0@1pe-C=6HP$R+~O1BET8>0=?>
      zjTliDIkaw5E=!|dlfV~p=<_RtSS~;tpdJAb_|sR^1^P--?o*&iDHOHz;HNM0|36#P
      zVXjMl+UZ0L85?79=M^tvOh)Vc??|8f7LXxD*u@x+ZE(iW1?u+iJvTqbZ)>yFgBL{LVgiaJK7KmU4`5hi?ort8LP9jSWX`*0?uAtahDn2^$9W$
      z?+ZkOZD3D>;b@5CpQPs&%e@wglENQ?kzpQn5+GaGebZhd{p%nLDIZk0W)7zH071YU
      zWTQ;R#g+&H1GKdn)rln1;#Ig0S*RaGQFC!7frE1Xy!>>zMijn^1l>Y8S2+Y+^H$y)5!UPbsF8;Z>OXlH_%WoxgmOZpy|
      zaqAK3twU>|Ei%t#q>bOq!$iYc44^}G%{V0JXnk1W3D`1@li5(1Et}0K4AAuY0Spl@
      z1#XI)U&)iRX>Nt0+TTlaWgl_UKWt30qtofOe9~nk3vFE+ka()G~LjUbXUj=yJbk|&$~xm
      zeUPUeQJ}D0ggeH9s>2-{;u&)UhInqkmosX6h0O0@gm-?s#nkQwGVZ2GKGqoxKMLSF
      z88L*lz9R5}zUG3f?zPybSuF3^eunf{j8_0{WJdrGsu!BU@alFoIt!Xs0%0gPw-ehG
      zFxI;0a45!Wd|KT=j;5(bgJ2*qiP}HWy_I#L|7x)KZ4j69SGM28jAD|
      zU=JaqAPeCGT#mKh41UzxdpOP2j7*C#7QIsFU{uj4Ed4{|x;q?(cAAhxuVMVfe7b4)
      zh6P0UEWzqzc!13tOPkmS!&?NCm$}l)@yCIArb@3=Uaq`&fC!#C4yrI2{ql=2TKSrX!XwsE
      zyig8*G_`&@FX?NUakp^nP*6yYysDp-BA{Y9%KGxoyScdkBuX1=zEa%jQa*4Mc2+n(
      zD7WFwzeg(%3XiS~AM3QaF1IY|)rBdiL&zOD!!}+P
      zd(rfgNWVb9M>hSScrdK8m~5pG1g3-WF(OBLdo4o%jKOLmeRk;H?tYe%=ySvXv|bZB
      z38Lhu0Zy%$>cVH-05XPO5q}9YLO6L5HDr`V&uIQjkYo4+CP1wj!I_4d0sjf|DdVOC
      zfFozfv+fvIJ7}s4i2Twm7=?)*hf)L{6wpdDBx5{|1wm87B~YI~WG-pc4y9qrrOn5H
      zc6^w^-|8EO=!0qKkDpAgWev5=xZFA%`j2!O}tndLJc|IbS6rk+ifHqUsQ
      zA=&pX6BIh$Hx7co<@lTbJWf)tkxk%oKk^GaBdqf&&WvzJ!P1vEYSZ-_g{FQZzEwnc
      zp?<)|fpD&sv@d%{vNt--OYbaKaQBXbqiujhS)d0+D{?2P})@;2MIbK4Mt8Sl%(
      zpkisKuXN{%n2}Ge?^-En04o)umy$+Lf>y8?^V?#EgS$~mBggrMq(IQAI^9u<`(M#?
      z>^#Em(4J^!tUwCd^G$53_dAA>*((%|XWhPV8)Q~}EJp|b1M&f|p8@e;p)4yzJby=k
      zqfmf;jr)i?usnpillqDGK4S_|m}(YayrewS#q*4}bEJ@xS(sRkmIGoE97?80lT*J)
      zV;sh3Xm_mg$>1B$-SV`M?E*#DeB%7Uy9n%DHtzYjKq;)6a$!UFg4J`iev(ctpUj2&
      zcY4+3F7UX;%O`gdHHzQ{Q%Ao+_B6%I??Pg=oP<+&|Gzkt(z-u>Vy13qvSincch^GJ
      z*MN=37&b8W)@i4Y{c+yp`aL5uEwR9(wthP%6gU@*DBSzmg~on9PdEB=#5WLkKz6yN
      z@QGx})~UjrV_FWHJ0wSD=^x@?OygSbb?pPxEad>r!WOFOLW5Lp4+;AyIFSX%LxRkS
      z7pS)%L{T8=3rjA9C&E*QuQpzfjfazkTgDM~sB)@&@?o;=sT9_v>n9$Y*g?i-m3Mq4
      z<03K{s}Zl+yLLAhXEi-|2IZ&Rho0#<(D~TG!)%Gb{EJ4iG>wEB+7IZ&h6Y3tXoMk!
      z@xfov)lcX|)cMDsS-mj1M9-cjLNdJpyjhis(v
      zZ<}`);J!Z3_29jV9NH71s2T1X&86w?l$@+HO8t%rOWSuO5i8wf`TekY=Z;KhS|0=Og6iZQAz=ufgo=Y^c(601g60bK$A
      zkO2U{-K9~8icBz|F6Vy#CV>G-3uwC|ugfilkRGQEp~UL*Wbu(cgsQ!pEIYF9F~IcBR1+0{ipesXe?KlJ*wzT20MZmsE9F2S8B|&Cn-Zr%nV5
      z40JG8S3iz8E!6@sI*=w0x~4zf2+_LSy{p$Z8?9k(UqSM|c)hW|4av+@YhOTZvklnp
      zIebIwK#A9cnPRF!@0T7pepo3i-t>lQWUv+exQQ>#Y^8)%c(CIW(H~G_tC15cjjwj5
      z4zjNGv%W_YzDM6*lJuFnihupKx9-!q%=DJilAxQpVlmJ?i;SK)PTldh=#F$^l9J=~
      zi#C;a%lV_ME#02*ZGV4j()YO;_vaRlGF}m*ya^ZSq|tpx8KM|T>hL&kI4n$k0%D8n
      zY480s7Ir>d#Zk9Hy)aGT2wpnhw^(WM9Kk}vx@VTmE!n%EkGf!S2!|yCcH;T~&6r=%0ecd@J^$T0V1?cR
      z3mZr>@PO``Ajg|GK3WLl$3C^OSUG=!#%i~yw?JDf+4*!~HvMa2thM`rHJAk?S4MDs
      z2D_7i!Hl^pn-xTbvVbuq$Nh_fG3h)|)L)}r3(*vUr|*3K`K0g2jQfaaFj{ULWYtXI
      zJYR!U>*UR*P?W2dDk2e({Xc8ZTqTWkca(KAaU)X1&j|+-_9P7ac9Gw;e%s8al}k_%&?NZP=kHuF=sD%cD$txb;)J#%#L!LFWN
      zd-n9~=-jb)S6Xpa9_(~L3o(jD6~unmxWK2x7M1Xs3Ys4=6}mK-OqIfmkrcb+J<`XH
      zsVSd?oJg37X^r^WlsksxGg@FMl>_TG;E`0$09lR=F&(RYA9=JN&}k(mPAcE**i>OU
      zQ7t1J=jx-X(Pk(qXAD00i1?#vQDR{k)`WVn$Wk2!wuQ(iGe?4u&r2uPZuXjmXGHm(#C9gbE3TYX8EJH+8#-^Jqmw9UnLoY+_n1(isl`~Mfv~Spm>TW
      zR=(DBcR9A!__$H=)lZ#*i{h!vrxNuW-`oA}Ui>5r9{{siQ8Vtqre4*{@l!arq;cGF
      z%Uv^9XzXBPU7!u_yo@m%a26_=dFVLHcu(StG0PrI*{qGS=@%(PvdSSaj>Br{E!%f;
      zzN(Bl^At;n3+KB!ri0!`$r^^jkk7zIn}RkIC7*GOI=3KY)XCZ;16x6xRLZ6LGP2`V
      zw#ueJ$F$YZF*yR?1%8tB$1ymj(nhy3N+wt@ecrGVooq>g2!#@zc@U16Zw<0X$clCt
      zW5+tf?OnKhgKmQcf)EwQPm@l<(kCCFJ!#E>9sJ8IcXL%?|D9}f*tq020eWWqU+3ZuA|S(av6(673oymNH#+Vk$Q-ZmnxcyK&D53}e2Rln09#eU{WcWYr
      zedj;9jZkQi_hWxw8p%xD
      zT1XE}RK1WROMm`<5MKRFw1sqA2y8Z6xjIp~`exxgWgK+(OY>s}t_(
      zsnsw%oAcEmXxJ|yF)iY4#u`EV&w7_7yvzQB7cx;>UZc=;{h6n8werF0>g~CXALrO`
      zPLn>6Ae%`_G86+ziCb}GBPmrInRjZ-f#L{JXB?Jy4e_{{MeIc&Q7N2C9VWe=6)_v(
      z!m^Q{WG!b#dd(Jth{9P#OVe@{nzfNv9P|pii>uD8q^WB$(iG&e5sUR?g)Ghd9krXW
      zdnDhCIM@zsZk7}1Le-2ZyHB86J#?TISukb+#YFasS_mfdAXzX=$!=N@FpwHjELBs{
      zX3q5JFq{Z5cRMiepbv%?c?grrkEsd5Co(jIfDBOd#1KgZ)0b$WSPU~95kM@+L=Prt
      z!6umWgjGd^QM@%AMp%{;pkCs5G87o0s1@!0r!X}c{lSvT3_C-n2>w%H=sih1$n`cb
      z6Op1B*7!$Yy|5FUk`S8um#=?tBiEI;EmMOCqd8y+U74~IxdlNhP)1k$A9k6@Pj({F
      zqD%w=n;wVmbEtz=8sJsYrKg7n2&oYzNIlDaA#8i8R-(By(IpyYAsplUrWff0W6kaU
      z9TBV}6hj4mPNZwhY+@6Q8;2HY$5kfIB1J(qqBc#LAPL##c1f5r0tNr3XdeUiXvbH!
      zdxbGN+!a%~6cjF^22;65diFha@aSG~vFGq1lNwFA36o+~jHaA)mGV4+QKKP58f4#O
      z&X{s?DUQMD@pK{8|BNrkTQfP``{8Cc@J94ClnKJKOu?>*4^BKdseXCe^oDn~y}9j&
      z>;7o-A8fvHBC&qYt>t@x01HZQ`-(4|nK&~UdkyAmjR_y(TO;(^*Bgmqz3Hi+Zba0H
      zx@&be8#dmx=a!b=wY!Qp|Fc)|l~444R&(0*W)`rhV66tg#!}@rk20)
      z;)mYVcT1J!x)q#3O`>wZ;sPm>nDtjgid!t`jNZ>UOl@K|%2c(-!GXiS4;>0B7H4r}
      zMU2?U!-7)SGA*zHG$A-L%;rHr^oU{8Zn~aejgEnOpdg?`1A$`dr652A#hC_2n2j8G
      z$A2Ku=RW}f7ob`*_Uq(OLPUM3Q0qUe2g#8(^x*FzP&69YO$4A1!)a4N^pds`%;}4y1rDAlmAi5NT!Ym$6dKsJ_m|RlfAlX^Y42&g$MG1Nl2#7m{
      z`${+RFor`DJG_~cS;_^t2%QZL0^~yf4O~bU2qzP(P~1`NBb-vMz7s$KQXdRnSAY&8
      z?&$T^{u$Xabd(+o(8X)z;7aX;<>7Kd3!Q*@poMyg7LMQaEctnP<)x=CJ~j1pvV7%i
      zd3&O~{rZYT*@HJ8NR)QM_!$U<^v6$6#XiKw!MTbzi!%&OZ2Fsj6sN`f5Hyb&2gWo6
      zMIcUy%}iH1(gp@@qOc>h221XRml!c&ByeE@>02G>Up77zfCp;ki*Y{C}A?t&{DzNm#F!{$7ac*4X>GGY_C?$M&p
      zGfi(hm?t&T$EG;K@Sdm@T3wC$NlL(CMmWaT>lb
      z!vNzVh5*So6MC3
      zak7vtvO%@cZo?{#KHDGCAke37G)h{eg_iwj;~RyPSFdYEJ!!9DAbJD)8y_a`B4RhS
      zCxKj;v%RM8u1bVcn*GxN65`7x-26Yxy$N(&*LfybdlgUx6j0bVqOb$R#(e=dfdn^^
      zgcL4XNYNmO0!fe{K)(Vhq6EmW?1=!0Hi5`7!ARYNY)uP{l!!{45z}$Ul48f|OuDCv
      z1qP*R%p7`}IcMf{`h+5wNTDa``TqaDtqPBe?LK|_Nql(q-hKDo<-h;^_g_JR2DIR6
      zLWX514JNYM1g6eie8XKl=PM4E?2q~mggpmtl~#}vw^(Qhu=OV#jO>U6xg^XKH=}?$
      z5^Vx%66a7Ed8L;iiFNA)QTch>pdDNUnOAGmZC^}CD{nzUBTE+`q=0A`dBJ6ojef62
      zz2uCgi?`0gkYi{2n3>1g*GrQL0YXC~w$d(;I1&Jj3qnZKPdm3D71YKFNd<+tOA@Ha
      zUVG}gq4mu;0ILN0Ol6B!E7E!e5peHW%3Z-L+fS4fcm|oQ;>Ct4G;>DuS*;{7fF(g^
      zcVJ!8sz)Dm4zj>?N{$`s9qH9H+;rp!L@dZ(1oW$p7g#KUf5kagNKsUo4CdH;ad2dOo-6OtCAEhp+hZR@!Pqtvu2~(2S
      zHwqbvUo^4>^6^}~PS1#oU>_F@3ms7C+d>x@Qf0X^Z7Pqw)$@x08wwaIyty0ISZ#nQ
      z38)w9!#xD?_i0YMov1P2~;>NL!;lhTfyAkGx9>u
      z3$dd;5V;}}tsHuQ=m=axRzYE76D$g85QN%~LNLIYo#`6N%-Gp`2Ff&0Pf|};a}#OS
      z$W#rUMr?s5OLt`H25J|$tfsL>Ou_y1LtkrcJlNS7TGF_->2STY2mPwE#4S>H+zLWU
      z%0ut&;%+>_^@dpO?h(CK*kub
      zB43g^*{8>CCbT|DcqkGK(h)M8&1^A%ibo@hp-m>@+mb&`1J
      z+}OErZuPVk?|N6>aIJ(_hke!kAQ@x6QnT3f`>l@F<XVgH2o_>
      ze?`rL0`?7-H%$Sg4MSNguz{-+4kspr4dB4ef}BV664G_ZvyW|`NqP`HxC;)f|Lk$W
      zwQbzE5yTAK36-L?9oVbEzF>W;w`!I&En9x}C{*@mm)6vY=;!NYaH!>nO@Z!nOX`E2
      zXQO$LL3`-#;yq0q0=*b@j*
      z$+<3j1CMTV6PIp+Hz1W3pV3w~%9kVCW(URwVM;Erc>JiYbl6)To>
      zY-`=UdvoiSU2%s9M-sO}w1fmi3`oK5x@Duv!;
      zt(b2iNJ&L_X^7AR1w3H&mpAuf|5*QI*VOW8ddmNh-06vV
      zv&Wwq8-_^NoBO@s2$3tOn`IwE2(CH>l>G^M!ObtW}8p8RFVNcVnXGO%b;@ZBb
      zXYI(=Sh{cYnekPVRg>_JFALiY{Akc3fh2w(7r)xJ47{#x@P^tj#E#PN`XfsNO=zW!
      z&`-dj?N@cqQ1ipK1ZZrTB%sAF&!mR>L+OpWz58%|$ooQ5!VTUkLYAgRaIY%fm+~=#
      zL|Mu8={Eq%-73-PcWH*V^9{vLbYAQIrJ(|7(Q*3a{ohJ7G%BimD)lv8I
      zS@+tAd+qhgsC!e`wrL?LpiUTVXTREn84appMZq-IhYuUlL>jAxnV=fxV;@akJuY$8
      zQ6mD|lG2H2Y^*VI@g%;pmz~(uPy#Yj9P;WWuBj1Z*j)@u!nAz|AjO_d@#pkY_Dz(N
      z==2s%Ss5-A5|_!bim83mRZ;hnS@)`ldsWoECTv@?a5B^_wi@q0&KAqVJfsdYvBu;u
      zMCvVh=Mr*n3^rL|D8l1L#I5f<12H4Es?*wVgBVR7S@C)iu8puHw;qPOUzKyoU-TMan20G7g
      zB@;^NpD~!QXhTGlzJ9O)Hfl%QoG1eL7T%KR^anJyYjHtiYqw|4x$+QGz*Ry6o%z+h
      z6q6?p-nsTnn3|26FQk&IFTC<&-i+_KehD{Sd*=OMHr{^4oo@PW%2MkkZ-e#Un3r1L
      zw=cCOIQpq`@>7&%z5##5VT7@b5QH{&AmS`W{Dg)=FtbYa#$k+&xrj`t^i&=~BMgVE
      zuOI^9u=QoDZoVy{&zYoG19NshWS#}5CiCo_{-gc9lY4BHJLu>yZYa7~J2DOKWUqLztal}~?0
      zP`4K!0MupJ?3Htwg|nIEk<9Yh%(_S>@`Xh+n@1fnZw{F?NzulG%rg0RCY&lvpbRp(IriYDw&FNI>(mua%{;AjxCwV
      zE=WE&Aejzk1u}5X4rJn-6Y$}j8_2>rFOZFMes@72=i90=;laW{F76gVla(jEfkuY5
      z?uVFx(6KU^1SssrM)Jl0Ni*T$FwiMvH>zNQkk9fZ%V5Gm>S4GvDP5=j6H`tIZvMA%
      z((mD9Yl%#I^bChSX5|1aWj>7b<0n;HbfuI@N1UNn3lcfYwJJmuY6m=sV-S$kF8v4m
      zAU{>wbvinvIDP^mXYfag(MdH&i#s7RBEd@BE#Q}J!(jIRLn=0lQ-b7^ov(7*p?+4h
      zL8|9fgg}xcLL;WR+>*&-Q@z*PqPc4+gx_3I$(7ZYS6|t5dDHu=udTY?^05@He==IM
      zi$weRVlS4vg!gqu2`%{XpuHH<3jIXzix_BCR-uG4x5TX-$NHp36uv4)izl;WX`#;*
      z`Ratq6FO&T3UiZsD%`Fp+z@5?v(4t$M)GT?8>8MeVV6u^=)0tfeIAF_Gd4P-m_Ujk
      zMwxk~lh(MUr$6r8JP5DLollW4$0RL5j}whp$P*{ze{cuEAHnA)M%`P4@x(+zW)T_-
      zO;*kpE{hZ{ySDoJo@n8dQSYv>YuCbQQ~UVb!>3I@F3PkSdTczbzqSs{jns@j^3)pi
      zmImPwy#?O>Pw4G@Iro+(b8u`>Bzsq40$tk^E!Z6OZV9`#h#upM>ha&d$7>wB4gLl?t-(n_N^IN4
      zs#IzwjA4YzCf|5AmEpQg1F;k@h=CY>Z5R|L1(gVU{0MD1>#dG>t9evN${@q{>)!|)
      z#Zp!GGGe?QI7A}93birm(CofQM)>f-7`7tfmDPv@)ntV%%2vrtuov}^9@@^Ejf`Xi
      zRwLgmJ;tOM23;0ypF~V6ct5;s(-EZDH)*51Z$CS5tZ_{!4}_rqrD5jWU?~YvqBpCM)0Yj@s{794Wq7R{o{+6YHm(2tX9}
      z)P6PRExT*7A>yfnqprX9WVmqoY+*~Ju;u!SkF%qN+ajKA-+40T$^7M=6coG9i|)gW
      zR*UHqOG@i1>nHB&)}_`@mfCThKp3HUV!f@xMFL^;h?SIt_<%Nuq2S?=)?>8wxI-$Y
      zK}tjx`a$X-CNB6D+QL~7XhSQUTrpeJ5Gg`%w`dVLOov^|7h=Nyp@`kl!9LC!YM0g~
      z_wzW0AXJoq6cv0fUj8M4Lpe$baCm9#rO6dn)?8jQ)iztXB2u~H+UaOfThzNX>@o-x
      zqV|?}z6ULQggLHf9g)$}H(u_BxD;pty`v*(rXlKK%(x4W#aJwu?nN}+iNl~ELNN^g
      zLc>spy5&_dHhjaoYbyKQqPL6WV19v*PJej%XDb!950z
      zE<4FSZ1%g+u26~b?8~p4(Q4iNBLwE;{wvR2er_r-TfHh$z3O^ev}9Y!SnB@`A-}Ob^hgnu+cy?2naxk#|^J-kT*m?LH^tM
      z$fVtPwefm(v}|KEYg5>>Ddsiw&ZB*Y$psQ{U4pPmP99AWj?jqYLlbobD>U;;I9phZ
      zRIq_mI9t$e%ZDO#(fa|z9MdpKwe}rDRV~!7%HpEE(y)v@p^V9J-!vI1ckyj`nQ(kb
      zOTa;XegmYu!A&8G}IEU;3r@|o*y9S8LxizZ75~P&Lg3=VaS%yhE!b}Qj^i9wVPWCc9BIWJycC
      zZ^r*=QaxrcZtFhZ-6hdnLI+}JlNDj{1iK{ki!+dFZWChXC3TxXQH-Ni`GItc9?)tb
      zHCkr?vDp!@9a0BrAAKr?Hem6E{rD~A(uus=>)b-ZfC!@|sT?P0?zoF_xA@z^Qdh71
      zLy?}xt;c!-D9TcsxQ&P{i7Hm#qB}t%7(hTPhajXW9aJbU5s9Ad>kuDEA*|7aW?Iq}{Kg3cp3X!9C|g$g
      z9g{6B9fDtE8O^PUN|*nT{&G5
      zD=4OXG;bD;JHA8|?8@6&g_EnMHeK5m&00rR;~B`=H8@pw)6?*`o*FnnXJ(J@ie?~)
      zZDuT^Xf~rPl2JBQ8O^APWt84Yu~(;$ZXIuqc*)QpKwese;$kbI5!gQY|By
      zrv@X!QynZglty)y_WS1MI(s~?gH=0F6RCm?mKuxJHh?WFy0O1GygwkwO`X
      z({ikDC59ll4!s9TaCv53l@V9v)ZrP|^3UD*b6Gi;R!^*EPRbU}dSYsLwx%Ug({g=z
      zv}V(dtS7>rCxARg-C{a{R@4LZsTfxYcd;ha2S&n7qfrE1pi&O%%O;(JC}G#6L)op)
      zQ5F=4#WdR;BX?3wO@z`pC{2nCJ|140EQu(CYQO@Q(Z_rTu7Ik%`{A_*-2<6QJFtt(
      zWBQ6&i>HFTj<8}XgoA4c1qZT~(hAjr9p7AM@7#eYNL985P1h(?)V!}Srw^3?B7H~!
      zRxOFRsc_KHSqYyQ7&sGbX>NvD``I%C&_@NENEy`B)8E|P*Gz8V!GY#8r;e-e8EiT+
      zaJshwK-kj-vr(~!HHy$2LJ>@@B6B11P6VFY;0G^ztmi!Ro87fFa1f{aHNu2RUldIY
      zHU(L$fqfEYkF_;I$DUO7oOA|tCc?S#DpJRXT7%bWYmW8zHy`bkng-4fB-Ki)xLVO-
      zt!b=oU06#~Q}eG_5oN?ns7HLMiHxnKTJ3{sLx1BBsNF?l@&B*T>0i06G#1BxwQq=l
      zRY&AmC_pK6Fx&J8yP=DuF!_L8IKn`h-`R8g#6Tllpjlv#Q{|OA6&M`?DE{aC2EsE}Swp=Q>;vI`bR
      z^wbPFNEZ(%Id+y%Ab^+6f{VDjx@xt|Kzy
      zchNZ5B=sW4tM}sevF((`7!ia{UOxGL!3QN*OQMTbhdrw)1aSGBH=lI&lTc(-Qi7`T
      z+fd>UjSWpgdRIotsWQGm{9j7BeJg#>s1+o=$EPN;c&F#x{*1`6Cn!;Hk0@(&_}@u{36$&r=UX`*#TM>
      zr?kwGZFg-J`))V^neA)uI?Qy5bDQqmc-LWv8&SF&S&s|N_7(Je8$TCici`HJXQ@Sa
      z)?$T&QL1*b*|YC>*sEx}8Oe=>TM=LGwb<=)sAg(tf^j@SYX$zzpT|kWk0;wQ3S)h0
      zH9FNiWD;@UVYqI71i?+@dD5Yg!!KaihAHT|QnUF&(;x_5kvTWCjB)f}Pd8iuX^RA6
      z!gk3%D)NR0k2|O3YNhjN%{YPP1~iz%$s>w{
      zCu5{7mYP0Z`C0=khF?o1F2pwH%f3`IQFEzrqH)R=^;L~IM{T2>z$I?)c;$B*6RiFcXI@wXvG0^(ob|uCf9tDqa&E`1L#g{l=p5zV{0
      z(~r;{17{H(fy6o@rhu{Fpba(rE)qy@BE%zpMrn^+$t{xJ0X2G
      zDauiq^&kfyjhmvO(uT_scL;VO?tyZpg9M7aixS|m%|+bSN0yN;8c2E!VE!SR4*4S7
      z+o03LnbsyqLNSO#crjG4RX>RODfj`6q+qzQt7YVVulJoD)B9%|H$)mYL@PH&y_*2a
      z=|I4f+0pbxh_>f)-*A_
      zHx99nNd5f-3-`2FXv`AAK_*%EynUKkym)}#yGA+SaJ8NimUx1SJDL0E!O#hcWi
      z9Q^uYxib$%sx1t&-O`O8^i_g-izJxZNth!h|VVoIVPJJ;BX-1hg1nFAcwG+A$Rpq+6(U
      z;aszfGrO((SSKv)HADq5=N~CUOB!&FGIa6fv6m+UQEvqdKNl_<0(1H|{{&9I*`hIO
      zKCO<0%_njtl)Iq$EFk@pg&klOXVhCBHd^&+2S^jBN3TY!b>UcBc-6(7if(oRsmMar
      z`~_{5%U`F~lC(+;H(Ss}y`^E7oS%|fryM9MhPoXW`j)|ZpZ<1S&eq(d{5({Ri_
      z46I1*57E$ypsGU{2mTp#&5!D+YgyxMB0b4$Nn@m>ae6qK
      zz2Q0-m$tC0Z6Q#pJw1lk6MCw{j8OiOZMs3vm8IHcNml-mp-`d{ZO|l?Xwo=fs?H+%
      ze}JxK3s9!99HL8!n-ntv3l|ZF;?Jq;LbE)VmN{NIX^W$~#(Y69#hKzkI;oJtgYd4!S$Fs#9N_3^&1;;dlR>iX*
      zR7Cu|-kzf!r{UQSU7j=ue+VdEq|11YVy$RK+#|Rzj=dUW>!x_Be5Gr#?aReK>?|rBvK_yg>)hnEnD5`m?P%1m?gT5&PZrcBe$FTBu1u_fVce1uT4GSenMs$Vi1o
      zED7bDfLJ=ohMhi7P&7}Ng(9g)pV2@NQM(XJZ^vEayE}bmU{LvH)B4`d(?y`ZcJG8jC*zsFkctJf>D6Pb;L@4dH5v8S|=Y#fcz$$`&+TxyrJ!cU7r{@@fTxbz<
      zyogo|PaAO$5utjJ99aa;OkeVQjaiMzd8M6g
      zYKwtwHO#4Mmaxt6e+qYHhMCfWZN?(oYFIn1fD7&*xE=py>X)C=lyT4=j&9L&x~I33
      zf{wDI5{5ybR*Dq@ufcvv3+Kn?62S&p3JM7*aAhZ)*bqJSEWD8LB#83eevIx;gzZ8q
      zK=M0;W=j1&$z*jQO61HHU7%tSr%crn_-p&2HtIf8#~OAbX8AetIcq`82yu`>2gIXC
      zdwMB~D#tp5qKiTe`DOKkCi_p=;b@r>uACpi>37XaYQMuPvBN=EXk7x+=)AZRw(`%XoLNP_fm0++e1v*6A=3S
      zvJl_^9)zm&K;6U;4E)Eg;~SgSQy`}EXQYkuwBm@D{fZ?scTJ8QG7QNnfYc?Y;L`4i
      z-BVfb9DVoL+sC5Wjj`;4OM52vOjSm+Ywp>tnZ7TqDE?2pZ+>gtMl;$RcLHLlMR6y-
      zPaAdIMVufJoDwZbc`Ftnrt5J-dKZ0DwqC(%#qHeOkZ)lZ{$FbEPHHd2)IL*s&c%+g
      zj>-MewDLP9S4!zr_q;{)prrgt`{nj%al<_~Zj5e4&{56!l
      zv#=`CsYf9WP#JD4HW((c^o!zz#$6O{m}V<(=RXp)TKWK|xJ&swR^$)SRIwuen4bR#
      zCuK$Y#TNZOZiNaIh|vR66RidZHYPdB1hhCAK8g=K>n)9VOCiYhRzV(?;k)FVa8BCZ
      zNSn>5j$~Ai+L73Nd?4a3njDyFyBwM=ZH|;SUt4*jbPe(dUkXixfM)V)Mt8&tN@fcd
      zM+z2Cueo+0S^#6Q@$9iDA?_b<8w<^P%Oe_R-TnYM&nX&;R6;`m-kEp+B#bG;&B)@20b3s+S#8DNCN|U?w}J`q(iw
      ziyc$5*)cVT9aD4JF*T1R;Q4?}pY(k+F;u=+w)Ft;aX50`Z-E>jV1m~viAfWEO09T{
      z{>=~J^jP9=1+}5Pau`XBA8sW?3O@)YRotM6&7IOqG<{5A#!vXlw`2D>fJahG#NZxXY
      z9R+QifFg;=;K52~6lqLWXiT&rQ6VEnB1(X|)B!-v@?nG$Pk~XF$QjCPWM++eJj&bJ
      z-}mG%N%@G@uOh&QmkpQ-L3-+ppUiJU?PC1So94s>y0Sx4juJtslj6cMl?Q6FE(Oj>
      zARmynM2zY3%slc!Xk{vg0@L^n=QZ~T(
      zdk7?qcG!o1Q>g>Mq=BAA1}1|ZECi7%~_}MhQkV2vSYFrGG~yWu1@<
      z^Dfj!Kf&Dukz3qBI!$nhM3-tvg74K5g!JOG0zz^x6;BjTxgwdh3>_*U9KL*5MiV8=
      zXWT0wjbn&7efe~>uwnY^k-{b6!e!yC<+E99BUx*IT>g{lKdp{twT3;d3Y6^mbWgZs
      zZ#3OF8=Z=gkDw_Jf)XR4rSWVUp%`s;gtF2WPp4%Bxtq*Di;a~Ku*B>02e{G+7??w#
      zMHkA_4?zx@T+GMQYbYz3aoS^vd|(+Iy9vt6NB`Hq(j+;hap}tG7!els*6T@RdbM026V`F
      z&Lq_i*&tfQ0Kj#{aOp7SSC@sZKGj)8Axt4qt)lehMhg(NsQdy50Bd__r7Axs?u}@r
      z+By-WS0)BTBp^TeYc#O+TN9>?Sye2uv$V9xSOt;J)QSfB2{7W>>=oUOTz`~HR#=k;
      zg;MY@=#5Mz@rL>oh*=aDH6S3w57ALh(#BTN(x>#EgUbjpZjg`|Ni-A{E{8}c(*sz7
      zjzH<-3Iey^!Mh|n%en}!MX
      z(J5y>u~AX!|Dc&mp@+D6`b;91A$!0^3WpvBr+%^Ja45LgrJ5IM&7KqEaEL2
      zwcW}tp3Sa~WLHlYMzWWWrrbt;dYYe9g#4x?!?L@UU5uPk-t@38H{3Y+N>
      zbr~R|Z>WA^96-Q`CpPx96aeW!l&MB=y7KI`t-UBfB5<+UiO8Tbj$KGRA6
      z!uuyH7T#OfKX^E3i?`C?4VTg`l&n#nlh+@-|5SMetZU3C>y)S3UzBqyBWb2^zxB$q
      z#3wX<2)d=gD`^^&4#Ys{MjNy;DvhZXJlU*WD_7dcN^OrZm$o7JaZ%`A-Iqu?m2?Db
      z%mNh+kc^iP?K^1Y1N$lJenkxo{20B4_zR;;=qTxUPyS8bli$DyYQcuvLmSH>-xjH3
      z%9+!q-)H;ak$4KfAwVZvb8Q!fIGdw|DUrQHDNU6e8L?{sZjx5AG5)W>San69S7CME
      zeO~%2AYDyHB(~lLx_6UKe@Q4g?b*FM_iydkci`!#pW3@W?%eqlb59(;UF`0>SG&o;
      zN{;sjd#cl?D9sMcmpQGhX15AwO(cozmIweuq;~>!;KlP7>1u{fQEF!jd^dZUK9AdAK6@gGH9kP>{2Rj&cO}e+uDCC|-%Oi25y@|+jr;&@k^H9Vfe(hS
      z4qp%adCcJJ>kM7NPrmgWX*a?Bc9SJ$8^e!XW1QFdRp#WM(+5z$-$Y7I^@R4CSnSUcob_Qc{S51*VfGBtp`u-ue*_7d%K|MO5WwXskYxM
      zoy%W@8uRPu@3|>lEsd4dqDU+w=T07~{N=qu5;G#C6{*^5Zc)1`Bc95ep6XlPd^F)s
      z3U1#IwgD_YZQQuSY5I$X&6)V~vyGl@9@AfXS{*xV)}Q;#xb^ew23&t;qU+Br7P_`s
      z>DpPbqsjVNqZ#Ke{jN>GOuy&955QqU%z#1w{sQl^6;P+Pt%iL#?K)uOUp@wWHL(0cv9WtwRg4M3-mya
      za-X8YDSHeIXq-dNlX=QB?XQ9>hg}HMj{lT5fLk3yF2dytHJn3^Z^%z%O{XoiD^&MnluDIbY
      zm0iJi-l#zEiu_xOG?WsoPVb23tweHF7$DWj`Z;q-)l_G!xa7*V%iG@EF}jCLkg9HZ
      zizbI791H79d*W}|Yr7+D-xiFQfqD*WHjuLrS1Bb$#yhZ`V!r4?ka1PIoz
      zWEto*XbqY#t?A%7Eiq;L|B|(722>ueK
      zrTppd6U1FbS)e0JdP*KSD1kVD4;bQnmE1LXaLboHx`l`^Sam~DpSA)Zh+nCfQ{P$k
      z?y9#}Me`Sr+vB-Kb0wu$p1J(Yl|z>gP3KGpuUV!Gqa`cGx5e^Grm`l6WBEms+b+9j
      z^A|_*7f-Le=DWIfCVyotzvNa;!@GlT5B~6_sne5IDl(sD$}7HO$CvK-Op6G9+hbX|
      zuRVFE0Ij*to)aAVc-`hk>nEwL+4%EmshiFXW}FjrJp|Yc+$V7HKmtMaEh9@(0JI9`
      zcu79k5#EQ5kDePKB?TnTVM~@znH@2o#$D$4O
      zJ$fwAPkJNiSlCaC=qGhi`g5H0iXApQONP53;Ql@87xCpR?i0eIsp_b=4l%b5T|M;P
      z;jp(Q>}px4eZhNTLM2@2t-K!IT%#$&8&q4;q0wlXVYGq~Fts0`ICg*@!u#CizrzhN
      z0t-6Nrh?fCQ!1N#{~>k19&ai((GZEfv1c|L={u_^{??jE^_uIs(ds8YE{|q!je56*
      zUE3Cpg}U!PhngNZp@!3lzT5Cp(t*BX0_o88*pHtIFmv!!*4`|LH}}62{3a^y^rGVr
      zsmJB0N8N*$!lSyOUvZq<>*C+c(U^ggN~VUEOuK?Q8E8vWuoeSY9FV
      z8?Ns9me>pK2F&U9#=Cx}z38sbYtOq|ZXtVUIE$_$`_k>~2KuD=A920M%p=9E>OzCm
      z11ph_d61P@1$uwOhx_xe1xE^d@q8Drc9N=Uj}p)u$-x4UjIiN_$Su|j*LeTayM&jO
      z@Zu5nlLvy(sI;_b#*}JktquNd5U(h8)|NLDo6$Vb->g(qE~jSYi1BCSY^g9kV)IP4
      zzb0qq#8BgkMYdw?NxYI$pGctbB4w#1c8Y>C4?tan?1)H*7=+CtG)81Wq9iXR225dP
      zM8;R)pM;=bsYE@niKl251yK?{@4|L7VVeaE39RhnIY^|rWvdWmGbA61h4$fW?vbM(
      zDb-c-=LCMlVgYMp=fj*sHmRoXDF@9zZB+AxI6a8_kT+%ND}wg*I3?^-6j?V^n%Dv&
      z&y|T}7WA*EEgpP>F&Kq?hHzscuA-)JbB>DUfaM`Z8Sa#I5OLz3IE-kF2W(PkT=Joz
      zXXu3PyOik%nr5v!k2CYa3%W{NOQ;~Bs~|Jfp8f~wWCcFQog5EAhjYWb33jK)-#-3s
      z-`joH_J8#JhtEf=H-%ktdK!J})D7uxPy?od`VMgh@<%I+6yXh(wj&S^jT0Y+n~|Yi
      z4a5+(_w7nZKH2xjKrExsDM&n)6!;HYpIiB^_V*iBrCp%$kY+5|aQi~BEY5JWOTQ#=
      zK`LJ@hMveHqAo+uS#z!v=G#YsLlF7a#1_Qxrg3%mA>JHCk#MjGHVBpK4YWd9Mul8-
      z#glgcKcTOs&@~RLrG-X`&8K4hNht)q0=~(^L~@jH!kJ
      zU<(q8&-n_&MO&l3ZDG&0+mK5>JN7KhX`Y{Wemd`Z!A#l~a$WL&{PkE~{-tvh=iWF!
      zx`QMK{#z96sx0Cvo2s30)q^e_^?vEZeJ(D{djB|+GDDQwTWb>ozNrvHD}#b&G6hbo
      z+A;)%vRWwQGoBCy{=QMr7_c>OCY#sSA7;v7CxNBlr+eh1CzLN3E
      zOZ5}=5ntUqjvu=4XLQS)C;Q@_u|1O&H$97BRqm->h`p#SG#vA*aC$U(tr5%0>QNBw
      z4uaFgiN&AdK08qlGb3JfhVX6Y=8>%Y@60SdhmZ_+F>|CCL)bw%u}AqvH+aOA)Evccm=vG0`(^RVk;A+HZA^-f>==a
      zX_Qp@QL9t}j}y5C+B=kgm96-6UkILoBM1~eorx8pd|qaibd^ba80DnNTAW705lMy5MEeBii~x5RgqipzCS6l2N
      zvmrnJHI^xb(+K(ZD1?8)8l_1Vq<#XqYr`vyB`Yy-MCTaoQJS#Sh`J$jP7FNN!UsgqntJLyHa6QwsBsb`d4QM_;CK@APFrQDrIRwZF=)jD6Nz
      zX9+cKVP?b+Z;ORP4dBLukmBOjEfLng4p`F(K-qkh6giM_asU=VDec1@0jxs=tg?}@
      zOZdtm`4VoL6k9ZgRSIpP%(e=uCUiL1g`#XVn(v>@BdzHBrDx)<+uFUqA7a{y*)HmbQGl;iW1I(OH|?k;@IW@k!u(d*a0>MQZNBh
      z@eKi~VyA+66K;rO$V7r`nw!q^0OP%~i?#oVL8V8?3z6z)+@#=S4rzg4JdD$kvalP<
      zf5zcQl+o`X$8XNYOPnPAAlDj>?Lq9ONZ&@8vdVX|+jzHB?ypU#k?WJ0@jAi08aEK^
      zZYKvCB$^wHYv%yAicVOdlYvAtO%0o7Yz32zH*621?slVeB6atkyam86
      z5zP^YrVNL2jn)wkL6g&_0oqS43H6yd)bu=uvC_9%35U`{Gjgt{(|?49po8Y%2zC{E
      zTe?Xn4~+l}8P&%yDe3DSlu~h@LJBcl6LO@jO(--@(R*|%px)QwV#IVC8qA$hZ}rHI
      zxwOKWq9xaAqiO3PuYyxR?c`3Rv~iOMvmkoqrsF-6iI|WI{F@&|Cl#MlBb06=5ZA2f
      z;M$=x>ePaOksixP(hPmNJm^w^PRHe@CM6!&9IWrFar))ZWET1!YBsPD45%i^(8GZj
      z2UDbO4H^R^?b7T6Pmc^D=NQl^v)?w_)
      z`at%*b=gc8o<{_IBK(sMWjisP12s7?^o4`Jaj#Sc@^O2m%;T^N7JjY{b*y!>T9(uu
      z{KTxviJ&@Si@#jym@Dq;wZU`BOvC)$wX8I1I(C16n4_&i13-Q#Zc5;73V&?{n6iMkajBb+H|
      z`AeB}^3jQ!j|9wTj}ijm3&I!DPO4y5Q)*z%N;ut!;v(Dm(vv~3#9?qo~&ZgH!(rc#+u0Iz}uZ^Z}
      zyW!gQxzl~il^)9~n$2p6WHn6hjb<&mYf800X&!aXx$`ESGj9J}ZvLg?6UQ(0PV`Q#
      zojxATT{XIWF1zxb=Vz;0B2_KdS4XS1eEe)Qd(Y@r=tarWtq8i-+`>0fzko4Y(XF)X
      zi-*S!zuqyMRuxIB3Rkz@OxtW&XKvX$b+hHGBju~FJEP@KL~~n5x5rAWN4J9#ne#20
      z^)*C%4b#tGcYd4~_3ey$c7BmVE&Zn;;gVOjEZS-@|3z7A8U7^j5qKzw2|~pj_2UCv
      z2oZ=iX|@uWgt&*n0oIcgTSO|yG;E}4poK=#ClNv-;af!eRN&wIE10TRvmq|t3~Xd&Y-A6u
      zdc+0~YuHY|O1pto7eOkd-zM~sgDGz}4)yRg47@JXLnS(`qf#GNPL3##>V(Lsw3>n#
      zQR4+mtCx)vjsgX;AFu@r*%OGp!FWanTGcLdymaLOkQ&jRt<>cY)h^%8D4VK_W;BfKyzR`JOqp?(s~9ro$(hT+
      zQ+V1vd-d55Uby^QJ_^rb?j^Zdvg2_?vtv1PGIJ7>49S
      zBLrb?WHlsHRNV)(K^veAB0S26k)+zl)#MRx7?F-dr^_UlN~YK;DPj-_gofZGGUSjP
      z1FAFuZYP#trjA@x5iLq(DDCA^c@OBNM%Fq8RI(DT0V*O=MiP93Ewot8(5;7E=8}j<
      zI}Uq1FiU*{(qNO6N2?(hCs^8Ji8PX7J|cE836W3FH0>9ugxJ15UX;L+bT9#AqJM+OaIf@aUfead>-9Y&TVuYwOHC6^Q$y69j5W&w2g%J6>E1rU}he4`qeSlcdf_2F`iB?SnSxL6*{#?PF?|0?l*&2YGO7
      z>xAf7m!*J;kev)PY&`z8b;wT9H^{VuA|^c~gvALv3N;NMG7L)g1KiiUz9P{zwW6Z~
      zSzN?dAPN$9&gm!TynyHn{0aU{K7Qz#Xbk}I8_&fursY(*ZlIYX{
      z-A9Jmo4qk98poUHm!$caAG5%2)JmQ=;FQrCap2xI
      zj_#yVI?5B|WKr)KQD(ZQ>DoKWmF}sExRhrm(=qEgvt)h+Z3!Us_sig=#a~@^S8He|
      z!z`>b;af96GBAS61d9pULmLp5O!x%>hXnn>{?pyEaRw9@GAq_D$YeP}%y$7$aqrXJ
      z(rKg?Py!^xeeL}Nt!)b7#BM)v=TrN{1-b0>Az}B{_NVr@?c5u8Y;E1LW$QltZGUQO
      z`+mR}3+O9RvmVBzTAF@34b$`!sw2yDm))mk>K1WEznb$D&6G5U-C$b~)C~el1XlN?
      z-*W?p(EdyLUOk*x?5&koHeBBDe$@vJR~vq8|B2^MJ>kNw5%*T4e4V$NJlo8-+-bkO
      z@wWff@)tl7=MIoOEb!
      zBQcd~Q=kKS6&SS_wRe==RoHt#IAa=6MKdJbS9alHOP^b}zpAEoki4nY8upi#ZqlKB
      z9l<=+z4ifu8-z+4ATcl>U{+-6LuOW(QilIIyB5QJEfqrcuI>Qr6}sVUp>3?}uEx77
      zhixE876dBmSYM@|Ou3d2+`W!(K@&=liDZ8qZkle>PMTz_&`kH~^c@1zi+F*
      zX4Q|mZqs!%s|xg@C!Nx1%zBC=o?^H|c*;k%&ZXwgrdCE$D*^N|7eGG)@7_r<0~|K+fj^X@1Dz)
      znm!tMy%1>*?M35Xk7ef&v0ntr9Cqd{6D@D7A8m_!vxJPpi6>uLQSeJD{RN%=KVj|d
      zX|Bcy5WP0wa01;+1gG8DfEm`<#OugBu+Zkx%Jm$ogaaA)NbQr@-e0|G8%IsGu>Mf
      znQog7a}d)l5&BR#Z!5aWFlNAaS0t0;2E6w*0=8wSRSB7B$#uk5uDM`QNaOGAz4YwF
      zvzIz1I;QqVa~4l;nRP8e?#*0zHGiws*_vt=8?%kUSNaylnbiu?H>sgA>H=?|%n568
      zg7I{@c>(#in~DG9QvcaAB6{%=Wt~V%0Fiw9eQGX8ctpg+R8xKpG!l8xNMz4jsNw5(
      z-=n6%uGV47%ALurooluqyKf3gTIG?(3FE@et`H*+Lu^02(u`JDuo1Ec?!^FE0q5+3PJU=O7~gi
      zs8a{__M9S}U{6qQrW@!!rZrf3vsTfq8NO1R16DcAx76ilL^ls#0iDfo=x>dL>QKp9Eoz5W
      zliAdlKTxWC2-&PvZ{eV4piH?Ru;C4iBpomSt`Jw?^D31qovK+#s5y=(4+me92;@eb8EoP*+K0VV@_NEbOxivhaD+xcS0T
      zE#5_F>(;&?Wyxc#K`TeaPoPC8^Ar|%r?Pm-UV||kn^4pODf9v3bO-9%5k}%TELAXs=Nub)a9|VpCT1eFrhQZB_2aZrT+>@V1wCsI$R67PADn%f^m;NIceO@
      z?+FAX{T96$q0`^t6t|OANid$ehcWbiN;L2+CJM38C~J*KeFeNB{es>|qwSqd4t@(|
      z*qt(-B5*5weiai83bG4q4>7&e&GC=v2BST=ZMx-75$+ap!BqO3P3zSxHOnbubg7g+
      zM1-_~Rx+L{qcdvYF%-N(cxf9N2?_xTjf!P+1}GrI&OA8r-f_6>%`mW*9p>tzUgX{R
      zBHdJ0HJ*K`=y!^yD@Pr-oM|I3qwHK-#>GQphd387h=ywvWSO_%sut7oRZm`x=2nPT9mVDblaCm;jsEkD#wNY`HmfR+z--PAJ1%a
      zn11Rg*;--!X+_P}Ec?$=Q*iyWEc@2tl%M50>AKvEbAtYn);1=@G*2nsUp2q#c-0B)
      zj~n7JV$j=67vX$*+|*?`3`_}zT(u+6w0aYk3tk&a3|n7wjygru`PUqy=26En#E$>A
      z3zixxy$zgW)8ZN-44wV)zc6ga_f>oZEMg$K(1iX9MwT*QzhGE4U<=raOoKLh-l6tu
      z(AEVd0`=xaoRzCOd+6)Dh3^%sM<$*iU}gN#0ck$a4iv!x@lcitqOxEEEvO#}R&3n?
      zt^w(kL1>@p@6#n!hV8PdWkj}RB^dywNj+$*$ilz*7jU9*xGAPF!{G56B4v@KyfK+f
      zKMK0UN
      z>a0jK$`OH{K?~#dV+h?m03t@{=FmMJDnYvlZDc%)6@JPi5l<-8v;aeCY?49we_151v
      z*IN_VZh}}I?i)1RmIryF>Wo+Ay&T2WL#3w7V>Tm=y*32_3mMOX>O$`BA&VQ4P01*2
      z%&x)v!@p$Y{-do>r5(y&R#NR%Ct2235u?tjzLAoU(k$R7)7E6zPS$}SvXNpLsb$G_
      zoj7|1WYvl!vcZ$y$B88Rv^)i?%)ycE@IJwksHVMx*k+WVEd)Y2;z@+3zens+;+ORI
      zfZe!9-kX>oluqMqH5}uJ3`W^XqsT5tfu>ONL*U5h1t(BT@Hw=I0m+nGc6d!s
      zjDtjPNW2l7&qyR*Ks@&D7kO3jxJbRYr_**n@q{odJWB7;=}THF-@q5{Gqc{j?1K|m
      zPyCH{^>pS8^xb7QGb(R*SC8ztXLH*9|KM}Ndgh)F83@OF!c}W$ye%*qYFd?0JWR!L
      zy6r?9r%TNf&F`#$F;T3fYSeMjJLbJ?M&8F;h2^7;?|A>|?n+a}nt!^x7-!Z2ec!h^
      z&Gw1Yx7lY)Sa_;}<{D<7yr+gtZ(tBaDYRN^ixI12(fHWCxM_8vSrB;v(4z0w643Zl^{;VLt3+WE|zz*mGYgnrM
      z4mdGtG9(SzU$F%2!}gc$nz9V;aY
      zOgQ)okoePEpZ2dug|BvSpjnkQ2Ah#s=SA!?!KM=fr+X{pUyW)@8|A?WN~HRcXbWx^+sboT
      zA9Y!pFQW8y+8%5j=xyB7*#*gr1mmIpu2a%pl#F}iJn7<=ifiMk5^XiShe;>s6Hz)b
      z@5OkR`8VdNc7gn2c8b{;AZ#M0*}aiBF6j=w&$)>uQcwzGD}ooIh;Rtx%b%cA0c|fZ
      zkO3P6yCCn~mJhYF$Hyd3A0<#((my9?F{_Ow^`d~?ru#Y|q^wa%NiHMec9SzAuT
      zmIHCl9ZQkDIOfisDQt|m8L6(%H>FcUD3Q{
      zW1dmRxOsf(FWi}Po|4I9GoC7NGBYJhBHkr)*uYlJWR%~rSP@)lF0YVc6i%%|#(~+q
      z1p}`s*q-?OKb2~_exCJxQn{v12BnHt@x0!#$+~{RsMqH4F=7D-tI?srrBlmCxr2v(|<{K(d9nYdk
      zisVR8K3&XvUEUWc$VwT}sVsnzt$^09K?{)8W0qBsl{M6+mzH4lpX=#A8|)oyl+jGU
      z2!qIC6isl#$_656&eQrBq!X<`7G?0#k$#VsSP1u^d|TtB+&EE(Q2alHLW@k
      z`GN^xnxC*MfP^GV0tgtL5@r%7Um!lJE^6GSX+<&9{9oeq>ww?Gg*`@q`G_}EKtqG%
      zLx<2*D)2qI7s-DCg67cDc4gxI0@RveXw8^MD48hnp41Zr&w1vo1kSCS0!*l2CX!Nh
      zfk%zIpgUp%VCh4`FKHcJgU4S4O9%$D>jZp7{+XbPS|abwzl}?YPN!(xTW|p+<7RuH
      zS$7eVN4>TA%J$3KXNwym#SOyVSL9*;@#)WYL^mFYHa-(Aem3fUE^K>l;bhT7@noIE
      z#iJ%mHn1tx?Jk6Ck`5#DS-rSt2!Yz*`shL*Q)%UFL5xp{@-Bj$d-|z;JD>9}Te4&g
      z{I>i2TX<+1{0LRh^1VLT$Q^n`K^C;)N
      zK{5x>bf-wx#iAn8O2R1Pbk6`{PxkjU`CEZP&J(qX7sVHAg^A>gtfzy2@=>@r4*HLF
      z!z>L7Gn5n!^dnF}AB1g?=m-0iWRTnhCa?KJ(5{{4^yEjo{YNRBMG&(4rY0etiaP`l
      zz+#hWz`Yn!9q>5i9!RfZsuExWzop;C=?uX}4c-EN$uQM5eBin2x$e4A`^1H17gvw1
      zzDQO)YohMTu&w>$6F4nYx2dGY)2M~yc4Rq4NS@_$_$v-@CpqAj2xR!sCiXmMWLl5A
      zq?SvR)=7TchLnxOR1C{7L?AeqZsP_r8+8ZaNhRAN$Y9Udm`*QgV1LJAv*&^+96y1q
      zYRJ(2)tnm^au$2;T;;NBYoe8u5oOdddOqUHpIn7G{N
      zB?{4~FZ6GI8BTg4OW(Jk+ql<^8&>mNw{-(5PQ%EDRL8=4nk7@6XU=qYO3K`m4)*wQ
      zG41d@6=N%}cvLuopFiw2?)ZNwbAOrE@PxK$S4aIcyHMVcM;uL|2%
      zJ!E}fYG&vCURNjF{gKU=|{|sI__wod<;S734JlO8^?Qce=zbk*$48mfm-pP(V$xzN43HUiQ+b4JAB|A
      zG7&}*!t{X8tAS3xL-V#3?PI3YlX0KT`YhPbC()PL26U)rL
      zls}O_S@lNgsAJCM{hsxbd%``rEs{|&wg3I)AFR8&?%GR{`YktIZSYHS34g?p=Y<#R
      zYhP%>xo&Y~==+RbYd1Z;o&+!(4}GoiaDAP>mhTb)(MXRF9A@DYetKq*o^$vZ;}U8e
      zlulw}Q@s{aho01JQa>bL%740)>7c&~Jj}m?A4yIb>2Sy}BRjkeSt;$D6W$T<1{}EO
      zbX}UX^
      z$VTszh-wZke~MF5!-z_@h9ub>HmS}4Ms%Qulqy0^&(R%3{_6HFJ=tfIyFdRHcU@!f
      zwZPyoL{SEaWaX;6CNhqJ%IE-~iGxGps3mm_qUza%(nP87p?j_}op`Rc4JuPphswqx
      z;+Um9l(n-DrcpfsSvAT8JQNs?Jx{eA*u7OErJzVE?Ut211adHSplsf8J1v=@^mSTB
      z(cx!iat`Kes5BV
      zyF2&tXxK9F4ylVK!TqU?eXiZ?EmL7Id;#E30JZ3G-ihXTtX+z*kyp1!K$Hmxw%
      zYzx>QP_w}sYRv!vxn?u=GDmyJ>fhkMZ*F017_$2hRRs^)bU0{^9N#;
      zrZ#R4CfKq4jN0r=m_WpV>FD@#n!ipw1U@V%xl-_E!BpF9<%%1XE5e?Yqh^XJ-||{Z
      z%#${rH6FZle&YO;?cLP3Q=@tHk<9vtr+&1R!_L39j*8?>F2Azo@|vl(cXz$LD_XQ9
      zlDQ<}S%M02UaRT(2C3r&z
      z5kW&L)|zSrcjyXrj*ox^78%q{98kfSB_F(~4FgpUS$d!XqL73rXENeO72L^m&JGp5
      z??&CZmH;?CRi(`|
      z=0rvKC?g*M^Ksx2ZH|Xw)v1|*81Wh!J%k!n^_@~5Mfp(Rg;`jY*8mG!2zfU_Bp+Ig
      z0ByrkFv*Yw3OC!ZE^UlDE31D&9O1_0>%83wxH3k|bs6{a_wy
      zf3vdHWctLE(pq8tBqgVHk@b^Bc3czXsU9lel%uT=+N_XJ!Vru=X{hu8ZD)#znsb{P
      zfZYQ&7qv0kg#r>V?^3rOV}lmZG^9t@URAF&-!F*FHKSe)6t$W&)R)u?Ex3fz79#U0
      zb7}RK&c2!fU?oN*B~MY9tt!!!HCEt6W1<{iZtn-XPx-%W~tP7hY@vGeI|7C!
      zma>^~wp@&J@&SWz3oC0dX>=g&08GT`j+Cuj8NqQtrKw>cZy$Ejc8l^3dJ})0{MU&<
      zCYJZ)6^HHA)tQaYU>}6%6u~5M*z>5?*4_wBPpwx9l#I2*viZ>`3eFg{n20G7U
      z1McnZe-XPWuq%{2r}a)G^a>H@pzO%+w@J)s3t!V5`VaA>EhTv@(+gx(1+PK)VopRsb=J0uZ636%!S=VhWg*k;tZu%?9Fd4wHEt+FpdI
      z77aEIK~H$_W++4J4x$jE`mbn>e+#uhN|S4X2{a-r=mZ0!=FhzuG2b2pL&om1Z>l2d
      zs}6grW9if%`e*L(0eA|S3Hlr+(
      zQ8raElTm$r8QHP<#+Q$un^-qxo!aqs+Vt6L$F2vW-YsF*mW4E^4GlwYO!GrH5e>>Y
      z<8Unwqoo;u94Caw3bG}!wh=!grD_H^%3{QJV=>}sutebKOY;{up9f+M;!2|NjN8fH
      zB`6qBM$%R>LvAr^!gl`;P&{!z{{wU?l&_nMgt_*BEDEl|OCzRVcnf1$Idka+v+1Rg
      z^iqu3sfd4RG<_Kc9{HQszP1+g@OFbwHrIpF<#U7B#cx
      z8FrH07m(l^qJ^c`R>I3M>{%Q0WltW>>=nAf*&u!VudPOcYG6n97c3R*!B*
      z8H%hlSvmF%7%qg%)?Bap*!T0iPx7LbyG*7RK=;97
      z5wUkh(ueFYE^up-BTcLeh_D&$gX*^^m6;XxmLA>P7L6uj3R9)&w6@|cnC>fZH)IuQ
      z%P#Bzd?DKbe3;8*`0}6bJVPeU-8wdcr#2X>;<*)&2bMzKJ&0Wp=5cbdYz^`>cm#C)
      zN3=$&q*FbeM(D(nF7h^)u48&2$s!Pp+bHXa418!#kYQ5#6O>4nWl_vf0zQ;lC{m!i
      zxC9Bl5Fu9bXyqW{(bk
      zo>v^pE@p_^Awybr0cA0NgCg~LvnOq1!~Ash^_*z#rf|llSYgSP=F829OO41$TW8
      zdnQGSSvK!TvoE^4$YozTpY66UMou4Z!RXP8C&y0SvDi~8=KufZzCFIJ>%Q+^ya9p$
      z2!P<51m6#llt@u;Q4%FmmSl;tWl4T2BqfltUZi|USrSYo^kXsPC@~eM71h`?owzkq
      zdyCR!jr#bkR@yG$dOjocjR4E7#rn$F9VKbKmEl
      z^E>MC}*Bk=W9@RnGGruDmHiJ6L*PTs1_Km_7iIx)*8>TKX$%_%DcDWfix7XY
      zUpfzII%ogW`V(-$ojA6k!gvR@FO@ISFrF@nl6OSt;ijZy4677EN4
      z_f|ju;8@4lGm&ZvBx>f#u;W=Z(^<_^Fr{ebs~aAyZVCi1zJz|KI2h?kv7iKE>3l=R
      ze(+%ZmH{i2LQn(s+d>Uc3~5RoJJdtM6OR5YQV=Qd{Dc!~BH@YbkR7E9N+970H>rM}
      z@PwQwb3)lDy&)G$AMSLg-08=@CuKhu`#CB50qlEI_VcjsOWDuwF9`Wl_6tL~cuP@e
      zMJRyw7l-n&R}#ucSsE%pSr%#x72-@VRD`|qP%+AiPzlP)P$|kP773*6CEF9#?AwDW
      z-(C|c#}&1q3Y2x|mr6XRK2(Lh20XPIdn-aU*lP^cqHGG)p=?Hb>r>jdGJ?EMPprax
      zXktNe!fPItu)307>)6OSavhSeno?@v6WCE)gyg07{7N-S9VxE6kEv1_jI#-UfGJ_|
      zcTl8Jz>3#_Ivb&VQfKn0>3L5oU$5XMTtiP|8`D?O^ZA|y=QNxNteT?PvSLqxHTWX{
      z!&zW3pvsJJR>hG_@0GM38ay>Pbbb)g{YUY5iSU3#lMcSa@+6afmyR*hqh6|YqG8h4
      z=@NU7lA8g1ASS
      z-Z&92-bU)K0{EyRAMac-Y-HobEyzo{Z?>=s8ZS4?YH=l7`H>G6lus9|e)|i^ccEhw
      zNrOp?#^PptB$h7$a%VA&j(!SV5ARLOCF>;{EzEq=lU3`Hq}rm!$W6l~`>0)yolz#U
      zCPV~D*{7
      z*eV65Zwlq2fCl-BByC92($n3suZ#0WZaB-4Rz-nWM4)7h6N5$;0E>ZSEj3E#>-eZFuH;Cu6qN5$E{viSX3=
      zx%|R6t=FxI{JI$Ywe#cot(UVSw(&~FUXww@OyP=H)`~fA<>ZcccE7dz+YiRPt0Fr-
      z^cPP&2F@$eb;s?W-Lm6PPW{0tzkczI>qQAG4_F<-3!^y)@+e6z4f
      zOc_xgN)9PTrhW?tQ^*DBuc&*9)4C^PJcg-*2rV(1K;iyU-$*Cf8-GiF<4OExZu*ja
      z9940nb_b49<1;oKO~u*rS(y$bbu${8xhZD{Ea-(df%hR-E9imL5vF{QR&u$D3VIwn
      zw&Nij7i!2av)ld+zCY|w>o&xYdHUFyv(Hj@b>b0_n861nC*f>}IU8nS;I#kpe)`#U
      zc^Ca4bC`T^+F3p!$%o(~JaJ$?+lmnvtaiup(WQQ7ecgyk+DfIXIZ;+583v$}GEqAv
      zYJa9)m;z4FNyN|0#OM6*^Ym$4Jv`_3jdxz#dv$NzT^_aZj6rFcQqa}Boo%e07#;j(
      zZu+@!PT^j;z0hD&OTWYQ_R=lXQ#JQVOHa?~5wzErHWK{cOK9z4E?&uLS?Dw;`rkZr
      z{Y=cgB5GT~dzMv4AB``YDEQ)0f?bmB44!*p+q37Pbbp2Ay-59mW`8EEz
      z8VbNv(7}BhdR(tZ>EJ79sFbAdBWCxXZMdKMJZ;kJyyH0dRch1EblYS?BXL4lJc=T1
      zst~eB?NOYkO<{0Jii|7h{)`O(t8?^J9s7cx06HOpU~-vB+{h=H9w_ubqXPh&-k{7nK+
      zq8Tuce0dXVuC_Rbm}cK3vF))#nX4{X)#d9tl~mP`0rW4rN>#rAYt
      zbya%$0-BWusF1^`Kv@gZ2?A%f>4T?&?a?!-SL&>#h&Zmh#a3L-*}KjE&7xhtc#
      z%E*XX{bb24_)8MLs+g}T;aeT^t%hS7o-kVg-F%{IO{{87v~ul@zG&Y1anqcyaH4f0
      zJmYJa^#@37J87EnSI_zj;76MX)W!m}iNM-eVC^4Q-aPt8wKogiFMq%D{k73`d*Xoy
      zqYod7dJZ9)F+Kg$VG_xHt+0cPM@qJDG2SZaDBixo_@fPG?4)59d?iQaUuQGq^I;ZU
      zNYR-KfZlIH)~WK=DU6uzBB0DNDT<|os13lSl+P1s)g)x*rpq}&Nu?fg>TAyWVl#o787>mGvyKaH)Y0v
      zX?z%P4w(X*6vJ5Fj+d7^H03<;WDWmZn?vF7=r?>i{VfN{0Sy29kYF9=2t(jtLy+n!
      z=6d84mUjP62#rYiJ8}Y62S@wC6f|bUAL!-z-6`^9Z}{!rw7V&8B*e&SI%#ru>w9(x
      zrpQO(5qOFWB9v6|kV8FtLK+&RPzl34v%K;h6z_Zx83E5h9No|S-r&4;^aQfJUZhVs
      zehwCdgCmF!*PQ;Xy9a_7ht5I81miRc6)B^rU^vN+%b_SKCIbu5kk)egW{Ok50$C!3
      z^5Ag>?jJbme_sW!aRO{UNDwz0-w2go0!hQ2wjYtnQ4Tx*`6Y|21$ZwRghhf
      zNDUb0V$$}|gAerV?%ugy`aOIz)BY-UeJm~rn;tC8(J@7>wqB_BV)%iXu_yorRIw^~EmMF|0zE?8=KFS=pcr0Y7=HPUWI+p?6aRhY%LYXEKFF^5Hpx
      zpeI~>H4FeFGJG}R2FPBP`RNFWkHys3sK8Z)E_
      zG+A49NX=0qFM&yDJ4v#-j18zxMv;i~atY=tkPN_FBO^fPtCNa>%F0y1M%jrXhRo5HDwo&x}bPAuK=uAe#PX5cz)A#{+b*9$nLvH
      z#sRVNL_Kug&bowiWz4zqhUvC*&3qnO0Amo3H)3BdQdY(HH_-lT0*tJnJHxE##;izX
      z+66r`1r0LaML*JpJ6Fo)SqLeI`J#tnjVVy7v$&_s8P#A}c|PE_1$k{B0_>6>m;qTf
      z!ic!VOwxy&M=p$nvp9UQ9ju3AXcWw4X<=2CQVl$$FwQEA=06Z1G3PM?7X~Ali{_^~
      zkdTHb|A8Rk7#<37S++Z3nDw`i4>}T;cFvVGO@$K8+hWbz-uK6wcgD*epa@iZ#H(53
      z=JAnPkM~;k)$ECW44nH&N>R8IN9j_Dw
      zbu0Q6e*RU14|x&NsvmwArK=)CpCQ&!5Ec0S=c14K
      zEuV65ZO!+Kt)5tS2ZFsEyTSe&tQUB^5VzzF7a@i|1>{FOqGL~U6c`-n?_(Sqj9z|C
      zphEbC$C`Q`pTq-UTtH26AtjSviGT_wcrf*p{v+MQQcBTU#qf)aV8~Y^V5coVW^C27J_Mb$*b5>%U`Uo-FzfL%=j`pT
      zho>sP`K4I#%G;h*^JZMYJToF$pDfu0e=!1BWkZ5fk=)S!2g6bS4o0Tk&C7@UGN%B}
      zJ~+#reSW{BBhPRv&)%`td@GpK(PF;UVn#hp8(>0f@u@su@cl_LU3{XgwIH~eIFg>m
      zHb8}uWjhm9vdR#C(82pLhyiCABN*QbN}1>?s`H>7%FJivH#6tzdlo34ti-ehChUC@
      zkz$cog4UuCeEyD&9D%Uz$24s1m}b&1X+XE4mL{>2KEegz6{*Bka~ir?M!9=wOxNS1
      zKw#VK_Bt?YppQWvC46l$AH;TX-^NI%IzU#z!vYD{-SO3u-xc^XlF+mm>(L
      zVgc&=O8hN`P^cN$(e}(uGp?12K>N^r8Jl(m@H(KDSTZ>`4YG@0#6K-1tbu2?F2;*w
      z5hq8c%tVczjgjK(sfaPnP|BxuSf$cGEbkG#XcJk*F$$73lT|UBU!2Ha8Oz7g7SCTp
      z2sACNGnPnaB~K6gLi4Khghtc``dd7J;(kVX=!ew4#FexuSOdZHQ)z;XiNt*0X9shDhgryZ^oo))-C
      zd8;N5#l0&c*1KTAWWyNxL}f!$_$R}Zh(1{y^Nc9xbU*ZdJURKlX(^e(JN+YBh0h7n
      zo)qN&ncO<##PFe+n`S2p;0pry;7yg%dL1d{v*1y#1T;6$G;$XU%|)p8ut;o?gAcN0
      z-~_~PWa&wALqwdCM!4zdAjE(`BfVhA`UmTf
      zZYBshjhnGPWVs`o=X`-{>#wc{d5QJGb=fsOGWlr4HDhbSH2TJBI)(6JbIz*CgYO)9
      z>&T3AHRIbUx^%Q*dpvIksFiH^=0JP(dgYrduCJK(RnPgWCy(9sH{3Jh6e4;!b<9pw
      z?(5&7Dd|eA&zesZpFrc(F!u;xGd5-J;acL*=uH_LxFRx@Q|Sl9HZU_l1~Hbok-~|^
      zM9?`$#9&H{0b_WZyr`Uix(^8}Gx_dX1hgH2WT#Jp!#5%tvBiaXo5`Zrqy5r8dZe-G
      z>_rd-FQA@j!}J#f7KD%F-~>EW9AO{@S)RjA#@ORsEDrAm8hi3EVdnVR`4gr@etj&z
      z{XZuH1eA#o4fw!huxc{&&Y5qYiTV(_q3uH-G-a=m
      z8h1G}M97`+=i(p=B3)8}6J)TeyCH#r%#0ftsObPMz7+xk3be6I=WQ057Ugl_N|j2?
      zAcEU3@z!w8ljpcyXHZ@Qj&Lobk^6@;Cl3z*rq@KaV^alY{U_UJ367*I8I6oipy|r5P=$ojt?R|JTmf}I|?^0q-o^BGp_S!
      zR;fe9B$gSZ13fR{k=%G-hH69!D!u-@sHgTiqP`IgLr;eKD?fcj*UmgbBhY|{F?7vh
      z_^qDFDx32L;g!X_C+A3!d+m!?zlel(DJDRv9Y=_cLFu6?-u(rQZ3q+PAN$RIG({(s4g$GD)&%7Zp3|bXz(@4fi>b0o+
      zBVDFaFxou|W|NBbC#JmA>b#3bcp4^XLag6LexH`lNYA7}8%QQU-YU~ceekGH
      z5xn&Ff@lKe#N@h!YcnY*2v$JHp1v41w6}+i?d|O#o|yq%hK|=wlZk0@htV_43s1qr
      zA&hz|9+t>UCqr1i9mfUQ2*YB#EQ+a6`K<)I%6x~
      z)Yvs!R+%VU6)#(LqbkwbHQm}3_3gaec{f;Vp+x$bg_qp+8LxFT8HbH&?}K0
      zjAaKWbEi!4>?TORva%x^f95T@dFcJlKin5BMKra&QRiOSo%t&lqqh9z7OI5iSoi;1
      zRPHa60w*s%?}Zc;4anR^;ef0R4h-nHbV{9fkWQ@x4?>^HHa$HN=9{VwQm%tLq$=~$
      z6wb&biP@_*Uto)o1XbMxdrs*LgcTf9>dN6-i*E&Sqi
      zi3Ghg1C5gGoWBfep>s4gCvXvIhs}1^Y;M7|r>;H~*$MY>XHGP$7!pXzM$H7-zPhNh
      z4pDm}*`F+B3!YL6l<%6WYED$Gk5#Q#MHvWzOgdx>TndtVVuxFYpWX1efm~#)0%+
      z>czPXETi=j8TCC+-BgOJXtnXl(Qm5b?z)7#5vJW!2U8p>kEu|D>s3ho_kb;Y3^{^9
      zTL{>}$;^!;Pb}&MeLmYXjSK=asL%b}3$!Ywhig5wK(AWl9DKQ;&Y+ouPBRNouDwl-
      z^3R!}Q44bN<(UNdTUk=%_g1CrA;=k(wL=!lFFI->>uJe?xN(RbF!%?Qh#g0ji~)K0
      zYGN=lwh=OKW*glNk3Nql?e#zN%Cb061O?{kf6<|+#Kx;><`(j5Bq#^iIg$SC>rTZI)}T|W5tpHvM1
      zwJ*>hgs!nuSa9n}Qp#j(=ub%srcI%;pnSFqB4$#SJk&QxeQ50SHGPN*ZR
      zH}!pp4wEHs!~LfR5V8&dHDu8n#n^|qO*3%YJ)juYweRdZjTK3e!)2t3ZVKYc)F&wk
      zl$k*s^Z7tg~{8~)y*AzHdf!K}&rX<2FtcHspZ9aPsg_TUpE5c2Tw-b|Ct6460b
      zglKTwPGbns;UGDbo1bpiN6$JjIE;|1!IKo;p^uD#6bEw{^5QA!4N;o{Gdz|Fi4+*n
      zxYIqn1Hm(lk7c8T0dwM&9^r0IY(X*fMRZjk7Jr%xP5x4{PR1QNl)5)qV~
      zoQRKqf1Tca{~vbo@-dP6&kT|K7xe=`=X}4^q<$qWbFgmEdYS`-3?gh?klsqxErGoN
      zAS@f4Ziz4h%SH%uMJB{zk?%F0rV$q;?frx2ko6XF3hsFJGTlU?<7D92)BVRzDRy8z
      z$A$(6Ahj5gLPTf%f-a*aj2nD8xbrT_kdsEt1BnTeO@pW=O-BKw(m7lU6Gs9dmfj?3
      z7(7c}eFFb9Dmh_B!s>7!jWFZj+cPxyWm?X{xB#nuo#6IPyDG*HUORI2NW_SkO~?rK
      zp*uL~i@U24c8155p?tN7t?q_T@9gGnA9y-$JTqQC?QNXNub(Q9=QmD!TW*LkZ%fqE
      z5iz6qFb^bNJg;^E39EdUABc2BMqmUqKJv=w9be%ce*q#|<`&K7YR8OChVT-JD%M6O1yf$24?c#U;$l`k${mXD`K7%GoGe9?m+qj$ivSE
      zjZ;o8)3NTD@dVKmIEviDu))up%`Lq4ZL@zF3z!*J*oy<*6{2^Wxv=}{loCFp~Rf(@XLo<0&miAN|
      zdfcPKa;jGnH^
      zVfY}1kThMdPjSZnhDu(+oZ<~q%ho%(lMXE}o&;Sj6dNN$XM0#6Ql_RdCbOY!0%JTp
      zbWS=3^XDpDgv{F%J!J*(Q`owXCGHNw7UDb^x}SzgdkCu?;|w87CE-diY~j)La1oY4
      zWK^**qs{92`C?
      zl~NAxq8b{kFLdV=+r*N=}*XI0(>Dsy>XJ#+aC
      zg-dOY6*os$J`gY76?g5980TD2Lce+B`jNP61!Am`#VgCpx{~Dp%dxv658U?<^5@+AdR-|ANkRF-C+jb0{CGu~X)$#DTqr(XG1NAv*DUjPlPH|U~P*6^<3A3u>
      z!{N=cBMDPlDq5}J*^A0B1u01bOqcZi2%Mz(7@UIo!`^i4K*#=$0OfI93~t@i9Wle7jfW&7eb*)^
      z(`DPrs<*9Erm4`4&UkRcZRbYPfo-~LbG({;IeYvhsFLQlnrCb+v+k0}2$?U#)o#+j
      z{q2@dNNO9KkULSi-zp6j9GHcQkAfD2
      z%+q86Y0^lxXEdD^GLOvCGF;}l5!}br38e8rCzMr^5Bdl0wh80!8NY6vcDF@sZNI_~
      z(|EjUEj3*;m73W5B;*ShB`uEQ5__7jQ$xAm^OU~Cr%KyLtaEaYaOCXq9q>b|1IoE&o-Xitjb<}(*B@^Ejc
      zEi{M-l>^byZAd35-$scA`LQf>
      zm3#~}grB49^2~MeG1TT;*)gZNNIr(zd@(y_H`M#cmW8Msv}E!-Qry?dBB=0f#w%A>U*!S#Vm+YZp9d?vm4Fc7WKW&o}a~M6^59
      z793V{?Sj{AE?9Iq%z=e`gL(C$W4mZ}FYGepn_UZScDx{9!ABqj9zH@euVIZ_q8giZ
      zY$%RlIMfXz!nQ>(eo_N^A?%b9c~p!^U)S;DyCKF)MHOi@HpZRLUb5r6pUhFg^E7WI
      zD@D;G9*b|x^j_?{hXbnQ;h{d3v>BF2gRm?)eHvsG<&}d;E0FAI{W)5
      z|9Oyd^Fe7tfu2J_2u}vpTfmCqdWuj9@{XeD5g8`8t1;Np+|ts#syWpE?5Y*5t6Mkp
      z_rZ@)dtb`w9{F^AbMWBPh^v?8&oazCE=e|Vv|oKS_k1Rw#Iya<>5J;|5F%i~xS_xA
      z4E0s&c=7K|>w(m-?>ohEk22f`L!N#LC5G?fNeih5NcxiAJB;R4-%RIK(*f!Xa^!(v
      zi;Z52s7L81O{f6e%&-x8ekpj`aYps|PD9r$L{Fs-I5uZQ>iGvk-{k-<5IgyBLP+G+
      z#Byumxpfi8ovhs1;u;oX%k7h6_;h2*gw8!RC?-S2v;gpFL(*#r#`e7UpY(Vl{az9l
      z4VcvY8akaeweUr3TO5$BNB3;eak44TirNn)+BbuB!W#7T#=w)5B
      zBF7K2a><;h;lpf*K7VvLcDWWIt})n5Q?7}`_yCNHij8p6wy*18M`y>uj&M=klTXz(
      z9$`V|p9(cMusHN}Pc}YPf22MQO`v-?njq!N{i*I{20~9UiN8v9vo2-DeTX_4t$+zv
      z2|7J?Q7@91f}}oM&zq`^LL0OOskQU~97wO4{}4r!WwYv7ADA$8vS8p4eh$nh^)R=u
      z0gu6rW|QWAI5eM5TG)J-k{0$5DQRQ-nCS9+VN_x2L`iy-pbg5C!_|ZhGNGe6^Rj%1
      z7>1AFGca!~W_v}Zrz1E_=uY!U{#+q*59CtYQPHv5c&k-JsShg9ko;3XrRsj5q73Xmb?7)1
      zX@vi&UjJn{4(38U$?`apL!jy%wv10B`iv`mmyZW-WWj}L9JqZ3g7ejncmah(8k-(M5mu={rP9)$6JZ8zDFmvXbY7guf+zi-_rhFuRy(8nNqa#I(%
      znj!+^Rw6puQ6#OTRR<-^ovldBBpt!$B|ZDNgDP&laPi(jTwGMNa(4;8w&LbgCP~K#IZX50jH+=qnYoPx58$9O|#z{{e
      zm^c}=)kO@EgIB(AmwdNa$c4I?uP)(R74xmSQ5N@gO#2>q{{V>_S|U40PK8t(Gx-fu
      ztK<1AZ#!3!q@iWWVzieoIRtNBBBwT%Q~RFjyV>8#{@&pG2jgq^#Oof6=j=s#4Vxp<
      zcG>o-`?7n&GGi;dn_G~`ZHVPIBywA0xvkOFJL0*W)46+oVj$VqLt>;0(bgw(-zj>l
      z=-Vanz{?p8;=of%Yp
      z4IQJxOA5p#
      z>UTW@fKek%0BT1K2ww~LZ@dAm;M@P@v&1X4pS_Gwx?uJ`yygV>RGwt-BB}FLQc@A&
      zUa3(Py9L8fTJJLptxw9_vDy*{|5gI_44eJ{!R!kj{i8^j&dRMZ(n>b2UPh=xUjD=8Qjl
      zc~7JZ%$3d+)2@~!8zNi1yzlvaQ~s!_ZQ{`6!`B~2<%TzIYWrjft}Ow~Ky&sTn-dex
      zoc-xA2?)N{VeM!UZnfAu+Ksn1izw4p1X`qNlopSoNHqb~gy@?1d<5OWH_a+Lg(Of7
      zofRpqvLq_|kjRSRaR=e2$0;;@Fw@|YXLB89BK3Yy-9gGhb7FvUmoQTc_%(ru9`2Q6
      z3Gp2@{X`%59m?axqTKfd>&^}#qRG+I7n_j31YCc;7F!?8uhc&@z%9h
      zfLoYoQb9daFG8n;7c%*ntY~IvoQlIV%9W_Vfd%d;?kmsD6gRzh><5j1mi3d)__l}R
      z%?IMekHoVMMokCVG(CoE)lKQjMH0-XvzknXlPj;{Wc10n2yV{UxC4ZM7Gdc;f{0`J
      zU>zoBeo48nTOtdZOmx%@WFb+}LmxmS!Anq`$=Vw~P&BF+PTG8W#CSSWsXSXgvrDGByQA9wXC6YA4%JSMdyCnFyA19)Tccd5{Ytqb^~#?96-uj-`Ar<4
      zEXpb&KGKwOXMH{3
      z&iy+M?d$43*wqqrGxswz$%MF$|QA|l)*Z(yo)j>_?PgSZF;-CyB{uSg)r_#DsJMpDPS6Q*LE8g+lONKvSguLhwbXO1~?o*qb!!La!^O8vPE_@7z=C
      z@InfOEb7szBr?&9z@~3F&yoPkJ%nY;)D307n9PEbSAwfv9~2hwonj+JS~ITTV^jG6
      z#w=-r)`0>X4lAO+Co!2*MSoH^4utd52T{4Hr{_5u%1%5OLrD%FukW47Vu_9~T)qIf
      zMOyA@cjateF}Sj8o3Cz0w(v2)`_zrq|SxT)L`~8o#_(Q*qCy94)0Po6_?P$jDAy3j0(?+
      zl4CUG$N)=iNwJ+7m#~L%39`X8XA6Qv>Ov?_)*4KEB@G3UnVReOD7GAQhD}W45j=Lf
      zZy57Zrtih1g+Bq))+(P$ff0m@>pOkE@8WO|ze*yHhS#V+2pmD&I|Q3+{Lz@T81_%E
      z*GvFPDx$Uuq<|UgUXIj=ZD62sg@3Zz9iPn%r`RQd#7SYQRAHKGJ|jO-A#BJ@2Le2h
      ztVCR*V*&q=EkXuK5>g^`9uXjVgI+k?s(8A=+$Gd^7PfN10l2V{894P{@6gd+ZWz}q
      z^&f}qP`cR5sDf?~5Y#D2EASXNvXP_(lC3k+5O?aHz%V03pG~<*+JYBzNtZa1!6TE+
      znncAL)WO?P0i-(%Utjm;mg`&ItG!Wi*Ec3<3;=8&hD|U*=#SQJ?65A
      zIGg1hx54S(S2WRabvv@%&+ShZ*96lpjA6Ll0BMoY}z+I9vSUl>Hw
      zGNK+$!zllPuBGC)sb?!tLC?B8uO7dA{MDh$LldF6t8(mtIg{n(2cLg%+&WqHfvNU0
      zdhQ2!Kx)qor?|IkqWN_9b_FC^!XdIB6Q#OQgH)Xg+{!h>1$sa(!l5IDS4#=qMW%iH
      zA7nfDLcS@oor|F4FBl&eAYC?vS3Uw=_|c&YO-C=D1s)&+FGUlMZU^;@NX6vU3_u3x
      z*VTs`Du#xe&z!=c3g#a;eC{kc5W-LZP6tfluGn}rpZM>9hHl7=?f~eeBoz)cMIyng
      z^dZhkX4I1IozSRvv5{qbJ7_s|)OeH(!V!>zaGM);BNgw`*nI(~#)MyH<Z)U|zxnmDR9=l_8U0wfn*HrD>-E+3!WZsOeo?;^8%t44$JF(_ADei>o
      z)#K~O&VK^2k*ADgvpIL19umdoe9G3nKXP_t3AeKB9eKuE0TE@|l1HCWiND4Fg@P*z
      zAT)%|DOGT&O%q_CKAF9xFU#08J(JX~@A9ds(4`>E#DLS_SH)aLxxYM_Lx;?Tx*8va
      zHRr9n(xm|w86hi-FPu&FJtI}aZD_E7z@9TsWWu86YLw+k
      zSeam1Qa231g1D*?(XipLJ2+C0>5rMq-GjPFtkv5qU(?%5mdE^=SlvRYfJ%5nzD$Y4
      zTUYU4esgB$7Yi?z5)
      zVo}cUm1J)T3mm#WwJQiI_ELJvUP$<;Io+R%Pkt&M;lkP<1E|7zN`B+ip1}+U2~I07
      z4|d9^g?AmY~;M3xdO34j&Q3YT0^u>jXu^AVT-j4c$3_9`d$SSJJELA8Jy3>
      z8(`v=^w@>N7*ZNHK5TP@jj5QXVcUdL#Qw58(Xd>E@V)3mZ^0GA
      z73-WkFX1kOgUlpYqsA#OTv|cY`iia?zH0qsypDc8Wf|GNUfCfEx5VrYmr**5cOeIr
      z4YKI|<5)MOU*HAHP$uht66Nt|6y$b2YT#N4qHNhWb8}#$^f%OA_Eq1)v(vr>0a=bg
      zaoE#04Ar6(#yI_wzRAzN>5j=fHWD=jBF|2n0w9UTb}e7WNqRw@vq=2h%V|+o6m!BNgW5`Yp)`BDbO~ZZ9LPn3+%<_e4T}z*{8h?vVp->dpqr#C&
      z&UERSslyEhNSn4{4+IM8=UoO_qO1u6N<6@7B^rz5MPGx)TEcydx&`1J#B+E+fEv`~
      zagqgOEGkPWY=KTt;!cF=(bUdrFqXfgp=-edxyBh8&9g0#S`nfkH?!dxcO?RoIb2uH
      zkDs43!3}N3R&&pYi+Cu&7wa3vZZzW=YElIi2>=e-NGd3aH3|Dda2uNifE=wc(iibH
      z|CL@(od-!BX`f2tt}AFV6Q#gG7t<9i>>xFj@cs#`HRjqwDQWbLi>q
      z<;&$kvfO7p8!eOsEtn4{04Xw~(%Y#$=TZKG-d=7j3b!A&P@NcNt$FqYDT9zFgJL+d
      zpm_2cqpKvL&tTv3_tbkN?|(^HfGx6(^$0t2Ozjg?)cN)`bWj@ZRRK@CT$zDLoJlyF
      zZ4`4Xm5;!Tq-SPq_mfz873Di@Q=+4`{?H
      z6YO|sH!`HCp;y^42A~7y1{ul6;_e~<6C7SaD)tWyfD&Z>)kMq52$5ksb}RYbraG}T
      z2X~JUl!J;STQp{-d=z%MgU=3u_X96-4EBg4>{fc7I?cIq6i;KU3f#-ikO(6Q
      zYf#+JaGnVSWIPFBma+RF`x@y5e2V14i4@_J^Z*_dUiG;@;dI}bqoKYnMf3$+c*#AP
      zr`nJ)Ja^R?7qjog5Pcml>aNd`NCYD7z>ZW$wI`_PqvAC>_9WGqx~YwJSqQKfskVWN
      zhv_V1T+6A(7N75AmJ*HxyrGEF#j{X~xt%XUckUcf#b4nf%{4{Muu;O{IJh2+}vh
      zC|szYm5Qj&x{HystvD)0sbKa(Wc4LY(QXmdmZ)#%srVi2Cau5%)gtpQ%&QUE%m-SO^h#r2Lie5U4KS8=cH41N(G{WyyI)m$y_HJk+
      zxi{h#I*nsoWFgUNBhf;~MH@trOT-`$RgTxg|DMS>NZOI~aX(tnam{DI&w@{sE+*}2
      zRk}tEAyl6Xo;`848H0~WIoNl)nR$XV_nbshsAEGtBV^Ql0Y%(QRvQLQgp(FNCMr6p*nuMH=ou#4!9k#7ssoL&y7V}mL`**74SIM;?{jq1
      zvsC<$it|)lpyDs6_&rvm2ER58eU$v0^CH>mg~?OvtY*Qxk6?fz>jev@{KX}rEhwO6Sar{WqFr>H2T
      zvlUb{QPDs}3l()#tfXQW6|1QDIo+`zwWNcDdpl2HiI$`ZIyyk-k5ch8?fw=OW3>AM
      z63*Qi!Y1!cRG9->RGp_a5B?mDo2|07*V$LDht}?kk%(zdfoK6!rk+drC{Y^SVh&#i;=u_KfPJ?Wb-oRNjM;QJH*af0TQM_l!
      z5lvV<#jKwScJ`lFoIe#@KNUPb72H1+a0C_XqK^MwR{DM_;2M4er?S~Ko}URpnA?ka
      zKQ+1M9Y(SAj>-3tLlAT4O%}26uT6C^QynsrjqRg@Wq(ZkW*#k&Y@V
      z_~1x6=HmPOeCoCAvi#zxkSkxzZox;0t})xo+0SRs!(VW_co*UTx920fSu{Xa_9Ib&H1
      z7K6BY!C@A27Ca^tE>R3D*bHLsflgeE
      zaSOy{`Gt!@Hd-4L#cpxI77#u2twJC;e&E^@SD%OmH^p-|M+NUJjvT#q^6JTG`Hpy?
      zliukrrzbVzlaGoPaqYYxW|d>M1&a;e7chw1#6^ceT(^K?%f}ACxL3Rz4$oe7ycKi&%3{pmOP1XO7r9?q3q{^KsoigXp^_P&t3pBotOhg}{;}8$)t>2`#pL
      z92_)=&U*rt3n8;jv@8V7;>rb&U0l169}p`RT1{xhg3BUqfM+T8Jy~MTVzE=K`nYtP
      zQFPoBSh*9xkvo2P;;9*-fm&a)6vz=v#v7>>B};WhXwj)90YCGb1<{ib3Z{jE8KG#&
      z;u5pR_bv(exmO{0%U&xRb1hl&#hmfBB>_K6YrSIS#O5UdKT8dL263M_zG6vWm3zC)
      z^wP&+vOS&KF!kV!uztx>BespVFA4ZrIv@tbavEj)EVVk(9NdYYd!>TtjyyYc;I^=e
      zMse$+-y}9Iy7I+6;=Q$K-nc#Csh;*!M{C#NnTr-tbOHKs+%n;u5vmt0UNLW>!6RBe
      zuE`ej@1Y;_7lPTMYa!@H|5e$2D~VIG-qMoi1y=v46(Y`E#LgVnd>6)pXIS8^9&o?+As_qUJ==hUuaWH@D6R
      z4??>xdg!}~Ce}{kz-pR=kBbWqo48+ur*d7xqF}}}#DrY8;4)PQ%9m!DxG-
      zdOlAO?H?C+7)1X)fy#wlCa1Xan1fFJaO0Vek4Vi`NnYM;#a
      z4Tyrx2UW9}_g_o_xC)4QzlK-0EeFaov2-?2^5TA4!%BY*q`K for details and
      +usage.
      +"""
      +from __future__ import annotations
      +
      +import os
      +import sys
      +from typing import TYPE_CHECKING
      +
      +from .api import PlatformDirsABC
      +from .version import __version__
      +from .version import __version_tuple__ as __version_info__
      +
      +if TYPE_CHECKING:
      +    from pathlib import Path
      +
      +    if sys.version_info >= (3, 8):  # pragma: no cover (py38+)
      +        from typing import Literal
      +    else:  # pragma: no cover (py38+)
      +        from pip._vendor.typing_extensions import Literal
      +
      +
      +def _set_platform_dir_class() -> type[PlatformDirsABC]:
      +    if sys.platform == "win32":
      +        from pip._vendor.platformdirs.windows import Windows as Result
      +    elif sys.platform == "darwin":
      +        from pip._vendor.platformdirs.macos import MacOS as Result
      +    else:
      +        from pip._vendor.platformdirs.unix import Unix as Result
      +
      +    if os.getenv("ANDROID_DATA") == "/data" and os.getenv("ANDROID_ROOT") == "/system":
      +        if os.getenv("SHELL") or os.getenv("PREFIX"):
      +            return Result
      +
      +        from pip._vendor.platformdirs.android import _android_folder
      +
      +        if _android_folder() is not None:
      +            from pip._vendor.platformdirs.android import Android
      +
      +            return Android  # return to avoid redefinition of result
      +
      +    return Result
      +
      +
      +PlatformDirs = _set_platform_dir_class()  #: Currently active platform
      +AppDirs = PlatformDirs  #: Backwards compatibility with appdirs
      +
      +
      +def user_data_dir(
      +    appname: str | None = None,
      +    appauthor: str | None | Literal[False] = None,
      +    version: str | None = None,
      +    roaming: bool = False,  # noqa: FBT001, FBT002
      +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
      +) -> str:
      +    """
      +    :param appname: See `appname `.
      +    :param appauthor: See `appauthor `.
      +    :param version: See `version `.
      +    :param roaming: See `roaming `.
      +    :param ensure_exists: See `ensure_exists `.
      +    :returns: data directory tied to the user
      +    """
      +    return PlatformDirs(
      +        appname=appname,
      +        appauthor=appauthor,
      +        version=version,
      +        roaming=roaming,
      +        ensure_exists=ensure_exists,
      +    ).user_data_dir
      +
      +
      +def site_data_dir(
      +    appname: str | None = None,
      +    appauthor: str | None | Literal[False] = None,
      +    version: str | None = None,
      +    multipath: bool = False,  # noqa: FBT001, FBT002
      +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
      +) -> str:
      +    """
      +    :param appname: See `appname `.
      +    :param appauthor: See `appauthor `.
      +    :param version: See `version `.
      +    :param multipath: See `roaming `.
      +    :param ensure_exists: See `ensure_exists `.
      +    :returns: data directory shared by users
      +    """
      +    return PlatformDirs(
      +        appname=appname,
      +        appauthor=appauthor,
      +        version=version,
      +        multipath=multipath,
      +        ensure_exists=ensure_exists,
      +    ).site_data_dir
      +
      +
      +def user_config_dir(
      +    appname: str | None = None,
      +    appauthor: str | None | Literal[False] = None,
      +    version: str | None = None,
      +    roaming: bool = False,  # noqa: FBT001, FBT002
      +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
      +) -> str:
      +    """
      +    :param appname: See `appname `.
      +    :param appauthor: See `appauthor `.
      +    :param version: See `version `.
      +    :param roaming: See `roaming `.
      +    :param ensure_exists: See `ensure_exists `.
      +    :returns: config directory tied to the user
      +    """
      +    return PlatformDirs(
      +        appname=appname,
      +        appauthor=appauthor,
      +        version=version,
      +        roaming=roaming,
      +        ensure_exists=ensure_exists,
      +    ).user_config_dir
      +
      +
      +def site_config_dir(
      +    appname: str | None = None,
      +    appauthor: str | None | Literal[False] = None,
      +    version: str | None = None,
      +    multipath: bool = False,  # noqa: FBT001, FBT002
      +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
      +) -> str:
      +    """
      +    :param appname: See `appname `.
      +    :param appauthor: See `appauthor `.
      +    :param version: See `version `.
      +    :param multipath: See `roaming `.
      +    :param ensure_exists: See `ensure_exists `.
      +    :returns: config directory shared by the users
      +    """
      +    return PlatformDirs(
      +        appname=appname,
      +        appauthor=appauthor,
      +        version=version,
      +        multipath=multipath,
      +        ensure_exists=ensure_exists,
      +    ).site_config_dir
      +
      +
      +def user_cache_dir(
      +    appname: str | None = None,
      +    appauthor: str | None | Literal[False] = None,
      +    version: str | None = None,
      +    opinion: bool = True,  # noqa: FBT001, FBT002
      +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
      +) -> str:
      +    """
      +    :param appname: See `appname `.
      +    :param appauthor: See `appauthor `.
      +    :param version: See `version `.
      +    :param opinion: See `roaming `.
      +    :param ensure_exists: See `ensure_exists `.
      +    :returns: cache directory tied to the user
      +    """
      +    return PlatformDirs(
      +        appname=appname,
      +        appauthor=appauthor,
      +        version=version,
      +        opinion=opinion,
      +        ensure_exists=ensure_exists,
      +    ).user_cache_dir
      +
      +
      +def site_cache_dir(
      +    appname: str | None = None,
      +    appauthor: str | None | Literal[False] = None,
      +    version: str | None = None,
      +    opinion: bool = True,  # noqa: FBT001, FBT002
      +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
      +) -> str:
      +    """
      +    :param appname: See `appname `.
      +    :param appauthor: See `appauthor `.
      +    :param version: See `version `.
      +    :param opinion: See `opinion `.
      +    :param ensure_exists: See `ensure_exists `.
      +    :returns: cache directory tied to the user
      +    """
      +    return PlatformDirs(
      +        appname=appname,
      +        appauthor=appauthor,
      +        version=version,
      +        opinion=opinion,
      +        ensure_exists=ensure_exists,
      +    ).site_cache_dir
      +
      +
      +def user_state_dir(
      +    appname: str | None = None,
      +    appauthor: str | None | Literal[False] = None,
      +    version: str | None = None,
      +    roaming: bool = False,  # noqa: FBT001, FBT002
      +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
      +) -> str:
      +    """
      +    :param appname: See `appname `.
      +    :param appauthor: See `appauthor `.
      +    :param version: See `version `.
      +    :param roaming: See `roaming `.
      +    :param ensure_exists: See `ensure_exists `.
      +    :returns: state directory tied to the user
      +    """
      +    return PlatformDirs(
      +        appname=appname,
      +        appauthor=appauthor,
      +        version=version,
      +        roaming=roaming,
      +        ensure_exists=ensure_exists,
      +    ).user_state_dir
      +
      +
      +def user_log_dir(
      +    appname: str | None = None,
      +    appauthor: str | None | Literal[False] = None,
      +    version: str | None = None,
      +    opinion: bool = True,  # noqa: FBT001, FBT002
      +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
      +) -> str:
      +    """
      +    :param appname: See `appname `.
      +    :param appauthor: See `appauthor `.
      +    :param version: See `version `.
      +    :param opinion: See `roaming `.
      +    :param ensure_exists: See `ensure_exists `.
      +    :returns: log directory tied to the user
      +    """
      +    return PlatformDirs(
      +        appname=appname,
      +        appauthor=appauthor,
      +        version=version,
      +        opinion=opinion,
      +        ensure_exists=ensure_exists,
      +    ).user_log_dir
      +
      +
      +def user_documents_dir() -> str:
      +    """:returns: documents directory tied to the user"""
      +    return PlatformDirs().user_documents_dir
      +
      +
      +def user_downloads_dir() -> str:
      +    """:returns: downloads directory tied to the user"""
      +    return PlatformDirs().user_downloads_dir
      +
      +
      +def user_pictures_dir() -> str:
      +    """:returns: pictures directory tied to the user"""
      +    return PlatformDirs().user_pictures_dir
      +
      +
      +def user_videos_dir() -> str:
      +    """:returns: videos directory tied to the user"""
      +    return PlatformDirs().user_videos_dir
      +
      +
      +def user_music_dir() -> str:
      +    """:returns: music directory tied to the user"""
      +    return PlatformDirs().user_music_dir
      +
      +
      +def user_runtime_dir(
      +    appname: str | None = None,
      +    appauthor: str | None | Literal[False] = None,
      +    version: str | None = None,
      +    opinion: bool = True,  # noqa: FBT001, FBT002
      +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
      +) -> str:
      +    """
      +    :param appname: See `appname `.
      +    :param appauthor: See `appauthor `.
      +    :param version: See `version `.
      +    :param opinion: See `opinion `.
      +    :param ensure_exists: See `ensure_exists `.
      +    :returns: runtime directory tied to the user
      +    """
      +    return PlatformDirs(
      +        appname=appname,
      +        appauthor=appauthor,
      +        version=version,
      +        opinion=opinion,
      +        ensure_exists=ensure_exists,
      +    ).user_runtime_dir
      +
      +
      +def user_data_path(
      +    appname: str | None = None,
      +    appauthor: str | None | Literal[False] = None,
      +    version: str | None = None,
      +    roaming: bool = False,  # noqa: FBT001, FBT002
      +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
      +) -> Path:
      +    """
      +    :param appname: See `appname `.
      +    :param appauthor: See `appauthor `.
      +    :param version: See `version `.
      +    :param roaming: See `roaming `.
      +    :param ensure_exists: See `ensure_exists `.
      +    :returns: data path tied to the user
      +    """
      +    return PlatformDirs(
      +        appname=appname,
      +        appauthor=appauthor,
      +        version=version,
      +        roaming=roaming,
      +        ensure_exists=ensure_exists,
      +    ).user_data_path
      +
      +
      +def site_data_path(
      +    appname: str | None = None,
      +    appauthor: str | None | Literal[False] = None,
      +    version: str | None = None,
      +    multipath: bool = False,  # noqa: FBT001, FBT002
      +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
      +) -> Path:
      +    """
      +    :param appname: See `appname `.
      +    :param appauthor: See `appauthor `.
      +    :param version: See `version `.
      +    :param multipath: See `multipath `.
      +    :param ensure_exists: See `ensure_exists `.
      +    :returns: data path shared by users
      +    """
      +    return PlatformDirs(
      +        appname=appname,
      +        appauthor=appauthor,
      +        version=version,
      +        multipath=multipath,
      +        ensure_exists=ensure_exists,
      +    ).site_data_path
      +
      +
      +def user_config_path(
      +    appname: str | None = None,
      +    appauthor: str | None | Literal[False] = None,
      +    version: str | None = None,
      +    roaming: bool = False,  # noqa: FBT001, FBT002
      +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
      +) -> Path:
      +    """
      +    :param appname: See `appname `.
      +    :param appauthor: See `appauthor `.
      +    :param version: See `version `.
      +    :param roaming: See `roaming `.
      +    :param ensure_exists: See `ensure_exists `.
      +    :returns: config path tied to the user
      +    """
      +    return PlatformDirs(
      +        appname=appname,
      +        appauthor=appauthor,
      +        version=version,
      +        roaming=roaming,
      +        ensure_exists=ensure_exists,
      +    ).user_config_path
      +
      +
      +def site_config_path(
      +    appname: str | None = None,
      +    appauthor: str | None | Literal[False] = None,
      +    version: str | None = None,
      +    multipath: bool = False,  # noqa: FBT001, FBT002
      +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
      +) -> Path:
      +    """
      +    :param appname: See `appname `.
      +    :param appauthor: See `appauthor `.
      +    :param version: See `version `.
      +    :param multipath: See `roaming `.
      +    :param ensure_exists: See `ensure_exists `.
      +    :returns: config path shared by the users
      +    """
      +    return PlatformDirs(
      +        appname=appname,
      +        appauthor=appauthor,
      +        version=version,
      +        multipath=multipath,
      +        ensure_exists=ensure_exists,
      +    ).site_config_path
      +
      +
      +def site_cache_path(
      +    appname: str | None = None,
      +    appauthor: str | None | Literal[False] = None,
      +    version: str | None = None,
      +    opinion: bool = True,  # noqa: FBT001, FBT002
      +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
      +) -> Path:
      +    """
      +    :param appname: See `appname `.
      +    :param appauthor: See `appauthor `.
      +    :param version: See `version `.
      +    :param opinion: See `opinion `.
      +    :param ensure_exists: See `ensure_exists `.
      +    :returns: cache directory tied to the user
      +    """
      +    return PlatformDirs(
      +        appname=appname,
      +        appauthor=appauthor,
      +        version=version,
      +        opinion=opinion,
      +        ensure_exists=ensure_exists,
      +    ).site_cache_path
      +
      +
      +def user_cache_path(
      +    appname: str | None = None,
      +    appauthor: str | None | Literal[False] = None,
      +    version: str | None = None,
      +    opinion: bool = True,  # noqa: FBT001, FBT002
      +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
      +) -> Path:
      +    """
      +    :param appname: See `appname `.
      +    :param appauthor: See `appauthor `.
      +    :param version: See `version `.
      +    :param opinion: See `roaming `.
      +    :param ensure_exists: See `ensure_exists `.
      +    :returns: cache path tied to the user
      +    """
      +    return PlatformDirs(
      +        appname=appname,
      +        appauthor=appauthor,
      +        version=version,
      +        opinion=opinion,
      +        ensure_exists=ensure_exists,
      +    ).user_cache_path
      +
      +
      +def user_state_path(
      +    appname: str | None = None,
      +    appauthor: str | None | Literal[False] = None,
      +    version: str | None = None,
      +    roaming: bool = False,  # noqa: FBT001, FBT002
      +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
      +) -> Path:
      +    """
      +    :param appname: See `appname `.
      +    :param appauthor: See `appauthor `.
      +    :param version: See `version `.
      +    :param roaming: See `roaming `.
      +    :param ensure_exists: See `ensure_exists `.
      +    :returns: state path tied to the user
      +    """
      +    return PlatformDirs(
      +        appname=appname,
      +        appauthor=appauthor,
      +        version=version,
      +        roaming=roaming,
      +        ensure_exists=ensure_exists,
      +    ).user_state_path
      +
      +
      +def user_log_path(
      +    appname: str | None = None,
      +    appauthor: str | None | Literal[False] = None,
      +    version: str | None = None,
      +    opinion: bool = True,  # noqa: FBT001, FBT002
      +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
      +) -> Path:
      +    """
      +    :param appname: See `appname `.
      +    :param appauthor: See `appauthor `.
      +    :param version: See `version `.
      +    :param opinion: See `roaming `.
      +    :param ensure_exists: See `ensure_exists `.
      +    :returns: log path tied to the user
      +    """
      +    return PlatformDirs(
      +        appname=appname,
      +        appauthor=appauthor,
      +        version=version,
      +        opinion=opinion,
      +        ensure_exists=ensure_exists,
      +    ).user_log_path
      +
      +
      +def user_documents_path() -> Path:
      +    """:returns: documents path tied to the user"""
      +    return PlatformDirs().user_documents_path
      +
      +
      +def user_downloads_path() -> Path:
      +    """:returns: downloads path tied to the user"""
      +    return PlatformDirs().user_downloads_path
      +
      +
      +def user_pictures_path() -> Path:
      +    """:returns: pictures path tied to the user"""
      +    return PlatformDirs().user_pictures_path
      +
      +
      +def user_videos_path() -> Path:
      +    """:returns: videos path tied to the user"""
      +    return PlatformDirs().user_videos_path
      +
      +
      +def user_music_path() -> Path:
      +    """:returns: music path tied to the user"""
      +    return PlatformDirs().user_music_path
      +
      +
      +def user_runtime_path(
      +    appname: str | None = None,
      +    appauthor: str | None | Literal[False] = None,
      +    version: str | None = None,
      +    opinion: bool = True,  # noqa: FBT001, FBT002
      +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
      +) -> Path:
      +    """
      +    :param appname: See `appname `.
      +    :param appauthor: See `appauthor `.
      +    :param version: See `version `.
      +    :param opinion: See `opinion `.
      +    :param ensure_exists: See `ensure_exists `.
      +    :returns: runtime path tied to the user
      +    """
      +    return PlatformDirs(
      +        appname=appname,
      +        appauthor=appauthor,
      +        version=version,
      +        opinion=opinion,
      +        ensure_exists=ensure_exists,
      +    ).user_runtime_path
      +
      +
      +__all__ = [
      +    "__version__",
      +    "__version_info__",
      +    "PlatformDirs",
      +    "AppDirs",
      +    "PlatformDirsABC",
      +    "user_data_dir",
      +    "user_config_dir",
      +    "user_cache_dir",
      +    "user_state_dir",
      +    "user_log_dir",
      +    "user_documents_dir",
      +    "user_downloads_dir",
      +    "user_pictures_dir",
      +    "user_videos_dir",
      +    "user_music_dir",
      +    "user_runtime_dir",
      +    "site_data_dir",
      +    "site_config_dir",
      +    "site_cache_dir",
      +    "user_data_path",
      +    "user_config_path",
      +    "user_cache_path",
      +    "user_state_path",
      +    "user_log_path",
      +    "user_documents_path",
      +    "user_downloads_path",
      +    "user_pictures_path",
      +    "user_videos_path",
      +    "user_music_path",
      +    "user_runtime_path",
      +    "site_data_path",
      +    "site_config_path",
      +    "site_cache_path",
      +]
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py
      new file mode 100644
      index 00000000..6a0d6dd1
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py
      @@ -0,0 +1,53 @@
      +"""Main entry point."""
      +from __future__ import annotations
      +
      +from pip._vendor.platformdirs import PlatformDirs, __version__
      +
      +PROPS = (
      +    "user_data_dir",
      +    "user_config_dir",
      +    "user_cache_dir",
      +    "user_state_dir",
      +    "user_log_dir",
      +    "user_documents_dir",
      +    "user_downloads_dir",
      +    "user_pictures_dir",
      +    "user_videos_dir",
      +    "user_music_dir",
      +    "user_runtime_dir",
      +    "site_data_dir",
      +    "site_config_dir",
      +    "site_cache_dir",
      +)
      +
      +
      +def main() -> None:
      +    """Run main entry point."""
      +    app_name = "MyApp"
      +    app_author = "MyCompany"
      +
      +    print(f"-- platformdirs {__version__} --")  # noqa: T201
      +
      +    print("-- app dirs (with optional 'version')")  # noqa: T201
      +    dirs = PlatformDirs(app_name, app_author, version="1.0")
      +    for prop in PROPS:
      +        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
      +
      +    print("\n-- app dirs (without optional 'version')")  # noqa: T201
      +    dirs = PlatformDirs(app_name, app_author)
      +    for prop in PROPS:
      +        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
      +
      +    print("\n-- app dirs (without optional 'appauthor')")  # noqa: T201
      +    dirs = PlatformDirs(app_name)
      +    for prop in PROPS:
      +        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
      +
      +    print("\n-- app dirs (with disabled 'appauthor')")  # noqa: T201
      +    dirs = PlatformDirs(app_name, appauthor=False)
      +    for prop in PROPS:
      +        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
      +
      +
      +if __name__ == "__main__":
      +    main()
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..d892645c24b82280dcd24d118e1e6a4823f4c066
      GIT binary patch
      literal 18064
      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
      C4#Ld<
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..9bc5ede653b0593a17c55bd728e522f9b29947c6
      GIT binary patch
      literal 1981
      zcmcIl&1>976dy^WUG0}Y+9bAvDN0DO)pS?3OVhN3K&cx_z^+N@WkVTcN%jg$8ZnX_
      zc3Hz7+LA*LzBP~(d`xi;{UdtoWvRE&2nPx+l-``Wr=0pm(x%%cr6u5j9nJgcz4v?b
      zp5EKWT7Uq1WR-UPi%?;KTEFU;U@OvrVKJ}
      z7A(b*KgG?WtyqPvd4!lEBD=VsdlXQ+*e+_N&g6>W_^RzktgQyr@uS9XTtyR-isAb-
      zG9riip(ZBPHP?tXDD##b7A6%!wrv)|J3_Rvq!x!ZBbE^v#Bx|No{A>*H=NBB7|Q^|
      zY}q4n2;MWfn!a~wru|apjhe9sfrY8X5WD5O)UYyaGSv$lGm4p=K^gP5W7#wVGG;Fh
      z9W(Vak=n4>j~p-Ku7wVd;%V%uI2wBf3}ZL*45p6~>=Hu4@foNP)J51qmbfEC!cfVQ
      zqP%tp-G#b*CGF?$1T>;0kDyTdY;{prunG@~`@q20ju;iP6GF@AlUYEdzkGBh@UKKX
      zqI7k|uC$+X-$kRmU%Y}xxl8}XJ+wX{-tzN#hv*5hR)+o||09{Ust;->ao_fsHr_dX
      zBlcDApM93dEA4lKAStc1-=kh&`0dU_y{-m%n?WCiYDZG*_0FpR8$qC^(EKeYYN<5f
      zeQCJrT;7IrT1Q%JEI{8DbEG4_qjt3NGqyC2o@;*bzf>UvBaT{>0oVMq$`D>?th=_Q
      z&W&hZgNRB`eDc2+0531*o{4>{x>YNw)CJ4ck%UY
      z+uzn*XFZqSXe=)2yyNSEVQv|lcBltVpu@EDEz0!K>ga^w+6m@Ib`HXthF_>c
      zm-o<5<7avw{5Uz=yZ#F<^{cb@Zr)kB|8l=vAK(T@%8LWMbXb|XqwKx*jXkJb=`9~l
      zoc|?@jHU+KUcmUhhxW`(uqC6#Ym7jXw%VF89lq2KcSq#X+V1
      z0uC+@@Y|__gUY!VFn@D^FQw-9-yc+#{-=Y-`~t_2D3mC}EUvCQDCqlkP>^w(R*q$g?
      zJZio=;{$3FNr<*_`-~^aC8~r>g~?=(#%7we0J?f
      JLilXz?@z>95rqH%
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..03d9303155427ec0c54ef7b3426498878e6011f6
      GIT binary patch
      literal 9479
      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
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..51834eb0eac8f6fdab0a2601d10055f5f8b8c829
      GIT binary patch
      literal 9707
      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
      VW)FQ5IT>VTuI2tq@J=(u{{ZC+&g1|9
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..507e4cd65e3b66680e46b24a132fb85c3c3b7b48
      GIT binary patch
      literal 5672
      zcmd5=&2QYs6({$T))!^PiQU#gXvb}_jkMIJD2lqST3dpH0FkX!j_quLaA|UOmok@R
      zXSi}!D2x>Kp*{8JYp;S&1q$?!=w*#P7$MM8&_ixY
      z9fb{;PkMFbx@+6+1IA@KeaqAxgD7q4_LSCD&$EeQx<xduYlWs5m?ZIq843v@
      z9)1L!$HE_ko$T94$}hy?JEgdn-gl~LKkk|0lW3gyzAe-Wd-pC=;`ga@Suu5APl9To
      z_!co0-{s5#$#hvE^-f)BwH~VPMc&8Iu?(K*%68xLTAXoqaJVF=DqF8l`;oC-nmWnW{6ROFWCI
      zj2f!ZrLN;LuS+OVy}sS=Su0~0Gw-Y3!0)<_x=Wm04D0Cmr}f6$DzkjD;_1eHh-9XE
      zmZ!p;9Mh$0Ho#O!I+xYGK`@UK(~w6EB5&^%9@6zOa0zD1ehAGc!a+q?Jo8LmeJZd1
      zW9gq~|96m}vZ^cG!&ZZMDZPOvowo<)_{pc!Lp*tj{8w}#RdMK;Ii
      z!C>I@d>=ZT9=IR9fE00WJt4(#own7P8u<)Y6`d)qF<-X8vePj5gk>@p3&-V=@M7lzV>uVdHsPm%F^(PU+BLWti&aiS=zARaowlwwNwyp%gupN7q6a2{;Z9gfrPdh|wQ`=8M*Z
      z+oQ&vk$iV3-JN9g|5+1m9m`7^B~gS#v?M7$g%$aT5IvJiN*FA$`Fjy51uu
      z8_DZKX?>D~lc)Z*#C8Vt&h(f_(t|rPUfNp}SEh-)553I?o$z*ouA=65AvJ!R&|tgM
      zm%oX`c+c(Rr^P~=7ATXS6my(Q_$Vi7DU%Wr_A~VT3pUAHqs9j#`Swt{JsAo~Li`2>
      zdMxs
      zC*~*;k2#7SDF(o?yhK7dyky?|8b|msHWRzhHyt8ZlVtKN1L|ownSf*XQD$l>y%kA=
      z@iPzA_$lA^(>x~P@ww?|Ga-?Eu>nT2{D@c{$?8y2zkN!6l~A$^=R5a=glxLIaG(V`
      zq=#zQ&nF|SvBHr#710NEu2TMnwa61Mni}W%wM^b+@NH!J1sfL`HQFP&Gn6`<^&7Q9PzjIVL6P~i
      z_DUdW;Tc#9W;CtmnthvSS}><+zlUEa{B*1ZRZW8}0AR_Z_;1D^ghvrxw4Z}%&>vv)
      zIyP@$!z=PPv4`a*tzm;T7G1$c#ijwxez;ch6B@<82)x1Cmc0cP)+6DILZvJnEDDu{
      zFAIfoTRbd6_kec~qzHXKMc)?_^kO11+dW-xpz5xwNv!xKp=Xv-N(H_(CjjjQPRWGYUb5ImT@l#>$-@?VugoXbI
      g%Ja&mD0am^-+V6c&cVHcP@X#|7G?{7tn%^x3%3V&v;Y7A
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..8fff45105bfde7afe46193a298d4d02fc912898d
      GIT binary patch
      literal 12476
      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
      Q(Y?R`M1m82i$FmN01zZ;;Q#;t
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..46eb578250b4acb0366f3dbafb905144cfc09f1c
      GIT binary patch
      literal 13034
      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. Makes use of the
      +    `appname `,
      +    `version `,
      +    `ensure_exists `.
      +    """
      +
      +    @property
      +    def user_data_dir(self) -> str:
      +        """:return: data directory tied to the user, e.g. ``/data/user///files/``"""
      +        return self._append_app_name_and_version(cast(str, _android_folder()), "files")
      +
      +    @property
      +    def site_data_dir(self) -> str:
      +        """:return: data directory shared by users, same as `user_data_dir`"""
      +        return self.user_data_dir
      +
      +    @property
      +    def user_config_dir(self) -> str:
      +        """
      +        :return: config directory tied to the user, e.g. \
      +        ``/data/user///shared_prefs/``
      +        """
      +        return self._append_app_name_and_version(cast(str, _android_folder()), "shared_prefs")
      +
      +    @property
      +    def site_config_dir(self) -> str:
      +        """:return: config directory shared by the users, same as `user_config_dir`"""
      +        return self.user_config_dir
      +
      +    @property
      +    def user_cache_dir(self) -> str:
      +        """:return: cache directory tied to the user, e.g. e.g. ``/data/user///cache/``"""
      +        return self._append_app_name_and_version(cast(str, _android_folder()), "cache")
      +
      +    @property
      +    def site_cache_dir(self) -> str:
      +        """:return: cache directory shared by users, same as `user_cache_dir`"""
      +        return self.user_cache_dir
      +
      +    @property
      +    def user_state_dir(self) -> str:
      +        """:return: state directory tied to the user, same as `user_data_dir`"""
      +        return self.user_data_dir
      +
      +    @property
      +    def user_log_dir(self) -> str:
      +        """
      +        :return: log directory tied to the user, same as `user_cache_dir` if not opinionated else ``log`` in it,
      +          e.g. ``/data/user///cache//log``
      +        """
      +        path = self.user_cache_dir
      +        if self.opinion:
      +            path = os.path.join(path, "log")  # noqa: PTH118
      +        return path
      +
      +    @property
      +    def user_documents_dir(self) -> str:
      +        """:return: documents directory tied to the user e.g. ``/storage/emulated/0/Documents``"""
      +        return _android_documents_folder()
      +
      +    @property
      +    def user_downloads_dir(self) -> str:
      +        """:return: downloads directory tied to the user e.g. ``/storage/emulated/0/Downloads``"""
      +        return _android_downloads_folder()
      +
      +    @property
      +    def user_pictures_dir(self) -> str:
      +        """:return: pictures directory tied to the user e.g. ``/storage/emulated/0/Pictures``"""
      +        return _android_pictures_folder()
      +
      +    @property
      +    def user_videos_dir(self) -> str:
      +        """:return: videos directory tied to the user e.g. ``/storage/emulated/0/DCIM/Camera``"""
      +        return _android_videos_folder()
      +
      +    @property
      +    def user_music_dir(self) -> str:
      +        """:return: music directory tied to the user e.g. ``/storage/emulated/0/Music``"""
      +        return _android_music_folder()
      +
      +    @property
      +    def user_runtime_dir(self) -> str:
      +        """
      +        :return: runtime directory tied to the user, same as `user_cache_dir` if not opinionated else ``tmp`` in it,
      +          e.g. ``/data/user///cache//tmp``
      +        """
      +        path = self.user_cache_dir
      +        if self.opinion:
      +            path = os.path.join(path, "tmp")  # noqa: PTH118
      +        return path
      +
      +
      +@lru_cache(maxsize=1)
      +def _android_folder() -> str | None:
      +    """:return: base folder for the Android OS or None if it cannot be found"""
      +    try:
      +        # First try to get path to android app via pyjnius
      +        from jnius import autoclass
      +
      +        context = autoclass("android.content.Context")
      +        result: str | None = context.getFilesDir().getParentFile().getAbsolutePath()
      +    except Exception:  # noqa: BLE001
      +        # if fails find an android folder looking path on the sys.path
      +        pattern = re.compile(r"/data/(data|user/\d+)/(.+)/files")
      +        for path in sys.path:
      +            if pattern.match(path):
      +                result = path.split("/files")[0]
      +                break
      +        else:
      +            result = None
      +    return result
      +
      +
      +@lru_cache(maxsize=1)
      +def _android_documents_folder() -> str:
      +    """:return: documents folder for the Android OS"""
      +    # Get directories with pyjnius
      +    try:
      +        from jnius import autoclass
      +
      +        context = autoclass("android.content.Context")
      +        environment = autoclass("android.os.Environment")
      +        documents_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DOCUMENTS).getAbsolutePath()
      +    except Exception:  # noqa: BLE001
      +        documents_dir = "/storage/emulated/0/Documents"
      +
      +    return documents_dir
      +
      +
      +@lru_cache(maxsize=1)
      +def _android_downloads_folder() -> str:
      +    """:return: downloads folder for the Android OS"""
      +    # Get directories with pyjnius
      +    try:
      +        from jnius import autoclass
      +
      +        context = autoclass("android.content.Context")
      +        environment = autoclass("android.os.Environment")
      +        downloads_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DOWNLOADS).getAbsolutePath()
      +    except Exception:  # noqa: BLE001
      +        downloads_dir = "/storage/emulated/0/Downloads"
      +
      +    return downloads_dir
      +
      +
      +@lru_cache(maxsize=1)
      +def _android_pictures_folder() -> str:
      +    """:return: pictures folder for the Android OS"""
      +    # Get directories with pyjnius
      +    try:
      +        from jnius import autoclass
      +
      +        context = autoclass("android.content.Context")
      +        environment = autoclass("android.os.Environment")
      +        pictures_dir: str = context.getExternalFilesDir(environment.DIRECTORY_PICTURES).getAbsolutePath()
      +    except Exception:  # noqa: BLE001
      +        pictures_dir = "/storage/emulated/0/Pictures"
      +
      +    return pictures_dir
      +
      +
      +@lru_cache(maxsize=1)
      +def _android_videos_folder() -> str:
      +    """:return: videos folder for the Android OS"""
      +    # Get directories with pyjnius
      +    try:
      +        from jnius import autoclass
      +
      +        context = autoclass("android.content.Context")
      +        environment = autoclass("android.os.Environment")
      +        videos_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DCIM).getAbsolutePath()
      +    except Exception:  # noqa: BLE001
      +        videos_dir = "/storage/emulated/0/DCIM/Camera"
      +
      +    return videos_dir
      +
      +
      +@lru_cache(maxsize=1)
      +def _android_music_folder() -> str:
      +    """:return: music folder for the Android OS"""
      +    # Get directories with pyjnius
      +    try:
      +        from jnius import autoclass
      +
      +        context = autoclass("android.content.Context")
      +        environment = autoclass("android.os.Environment")
      +        music_dir: str = context.getExternalFilesDir(environment.DIRECTORY_MUSIC).getAbsolutePath()
      +    except Exception:  # noqa: BLE001
      +        music_dir = "/storage/emulated/0/Music"
      +
      +    return music_dir
      +
      +
      +__all__ = [
      +    "Android",
      +]
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py
      new file mode 100644
      index 00000000..d64ebb9d
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py
      @@ -0,0 +1,223 @@
      +"""Base API."""
      +from __future__ import annotations
      +
      +import os
      +from abc import ABC, abstractmethod
      +from pathlib import Path
      +from typing import TYPE_CHECKING
      +
      +if TYPE_CHECKING:
      +    import sys
      +
      +    if sys.version_info >= (3, 8):  # pragma: no cover (py38+)
      +        from typing import Literal
      +    else:  # pragma: no cover (py38+)
      +        from pip._vendor.typing_extensions import Literal
      +
      +
      +class PlatformDirsABC(ABC):
      +    """Abstract base class for platform directories."""
      +
      +    def __init__(  # noqa: PLR0913
      +        self,
      +        appname: str | None = None,
      +        appauthor: str | None | Literal[False] = None,
      +        version: str | None = None,
      +        roaming: bool = False,  # noqa: FBT001, FBT002
      +        multipath: bool = False,  # noqa: FBT001, FBT002
      +        opinion: bool = True,  # noqa: FBT001, FBT002
      +        ensure_exists: bool = False,  # noqa: FBT001, FBT002
      +    ) -> None:
      +        """
      +        Create a new platform directory.
      +
      +        :param appname: See `appname`.
      +        :param appauthor: See `appauthor`.
      +        :param version: See `version`.
      +        :param roaming: See `roaming`.
      +        :param multipath: See `multipath`.
      +        :param opinion: See `opinion`.
      +        :param ensure_exists: See `ensure_exists`.
      +        """
      +        self.appname = appname  #: The name of application.
      +        self.appauthor = appauthor
      +        """
      +        The name of the app author or distributing body for this application. Typically, it is the owning company name.
      +        Defaults to `appname`. You may pass ``False`` to disable it.
      +        """
      +        self.version = version
      +        """
      +        An optional version path element to append to the path. You might want to use this if you want multiple versions
      +        of your app to be able to run independently. If used, this would typically be ``.``.
      +        """
      +        self.roaming = roaming
      +        """
      +        Whether to use the roaming appdata directory on Windows. That means that for users on a Windows network setup
      +        for roaming profiles, this user data will be synced on login (see
      +        `here `_).
      +        """
      +        self.multipath = multipath
      +        """
      +        An optional parameter only applicable to Unix/Linux which indicates that the entire list of data dirs should be
      +        returned. By default, the first item would only be returned.
      +        """
      +        self.opinion = opinion  #: A flag to indicating to use opinionated values.
      +        self.ensure_exists = ensure_exists
      +        """
      +        Optionally create the directory (and any missing parents) upon access if it does not exist.
      +        By default, no directories are created.
      +        """
      +
      +    def _append_app_name_and_version(self, *base: str) -> str:
      +        params = list(base[1:])
      +        if self.appname:
      +            params.append(self.appname)
      +            if self.version:
      +                params.append(self.version)
      +        path = os.path.join(base[0], *params)  # noqa: PTH118
      +        self._optionally_create_directory(path)
      +        return path
      +
      +    def _optionally_create_directory(self, path: str) -> None:
      +        if self.ensure_exists:
      +            Path(path).mkdir(parents=True, exist_ok=True)
      +
      +    @property
      +    @abstractmethod
      +    def user_data_dir(self) -> str:
      +        """:return: data directory tied to the user"""
      +
      +    @property
      +    @abstractmethod
      +    def site_data_dir(self) -> str:
      +        """:return: data directory shared by users"""
      +
      +    @property
      +    @abstractmethod
      +    def user_config_dir(self) -> str:
      +        """:return: config directory tied to the user"""
      +
      +    @property
      +    @abstractmethod
      +    def site_config_dir(self) -> str:
      +        """:return: config directory shared by the users"""
      +
      +    @property
      +    @abstractmethod
      +    def user_cache_dir(self) -> str:
      +        """:return: cache directory tied to the user"""
      +
      +    @property
      +    @abstractmethod
      +    def site_cache_dir(self) -> str:
      +        """:return: cache directory shared by users"""
      +
      +    @property
      +    @abstractmethod
      +    def user_state_dir(self) -> str:
      +        """:return: state directory tied to the user"""
      +
      +    @property
      +    @abstractmethod
      +    def user_log_dir(self) -> str:
      +        """:return: log directory tied to the user"""
      +
      +    @property
      +    @abstractmethod
      +    def user_documents_dir(self) -> str:
      +        """:return: documents directory tied to the user"""
      +
      +    @property
      +    @abstractmethod
      +    def user_downloads_dir(self) -> str:
      +        """:return: downloads directory tied to the user"""
      +
      +    @property
      +    @abstractmethod
      +    def user_pictures_dir(self) -> str:
      +        """:return: pictures directory tied to the user"""
      +
      +    @property
      +    @abstractmethod
      +    def user_videos_dir(self) -> str:
      +        """:return: videos directory tied to the user"""
      +
      +    @property
      +    @abstractmethod
      +    def user_music_dir(self) -> str:
      +        """:return: music directory tied to the user"""
      +
      +    @property
      +    @abstractmethod
      +    def user_runtime_dir(self) -> str:
      +        """:return: runtime directory tied to the user"""
      +
      +    @property
      +    def user_data_path(self) -> Path:
      +        """:return: data path tied to the user"""
      +        return Path(self.user_data_dir)
      +
      +    @property
      +    def site_data_path(self) -> Path:
      +        """:return: data path shared by users"""
      +        return Path(self.site_data_dir)
      +
      +    @property
      +    def user_config_path(self) -> Path:
      +        """:return: config path tied to the user"""
      +        return Path(self.user_config_dir)
      +
      +    @property
      +    def site_config_path(self) -> Path:
      +        """:return: config path shared by the users"""
      +        return Path(self.site_config_dir)
      +
      +    @property
      +    def user_cache_path(self) -> Path:
      +        """:return: cache path tied to the user"""
      +        return Path(self.user_cache_dir)
      +
      +    @property
      +    def site_cache_path(self) -> Path:
      +        """:return: cache path shared by users"""
      +        return Path(self.site_cache_dir)
      +
      +    @property
      +    def user_state_path(self) -> Path:
      +        """:return: state path tied to the user"""
      +        return Path(self.user_state_dir)
      +
      +    @property
      +    def user_log_path(self) -> Path:
      +        """:return: log path tied to the user"""
      +        return Path(self.user_log_dir)
      +
      +    @property
      +    def user_documents_path(self) -> Path:
      +        """:return: documents path tied to the user"""
      +        return Path(self.user_documents_dir)
      +
      +    @property
      +    def user_downloads_path(self) -> Path:
      +        """:return: downloads path tied to the user"""
      +        return Path(self.user_downloads_dir)
      +
      +    @property
      +    def user_pictures_path(self) -> Path:
      +        """:return: pictures path tied to the user"""
      +        return Path(self.user_pictures_dir)
      +
      +    @property
      +    def user_videos_path(self) -> Path:
      +        """:return: videos path tied to the user"""
      +        return Path(self.user_videos_dir)
      +
      +    @property
      +    def user_music_path(self) -> Path:
      +        """:return: music path tied to the user"""
      +        return Path(self.user_music_dir)
      +
      +    @property
      +    def user_runtime_path(self) -> Path:
      +        """:return: runtime path tied to the user"""
      +        return Path(self.user_runtime_dir)
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py
      new file mode 100644
      index 00000000..a753e2a3
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py
      @@ -0,0 +1,91 @@
      +"""macOS."""
      +from __future__ import annotations
      +
      +import os.path
      +
      +from .api import PlatformDirsABC
      +
      +
      +class MacOS(PlatformDirsABC):
      +    """
      +    Platform directories for the macOS operating system. Follows the guidance from `Apple documentation
      +    `_.
      +    Makes use of the `appname `,
      +    `version `,
      +    `ensure_exists `.
      +    """
      +
      +    @property
      +    def user_data_dir(self) -> str:
      +        """:return: data directory tied to the user, e.g. ``~/Library/Application Support/$appname/$version``"""
      +        return self._append_app_name_and_version(os.path.expanduser("~/Library/Application Support"))  # noqa: PTH111
      +
      +    @property
      +    def site_data_dir(self) -> str:
      +        """:return: data directory shared by users, e.g. ``/Library/Application Support/$appname/$version``"""
      +        return self._append_app_name_and_version("/Library/Application Support")
      +
      +    @property
      +    def user_config_dir(self) -> str:
      +        """:return: config directory tied to the user, same as `user_data_dir`"""
      +        return self.user_data_dir
      +
      +    @property
      +    def site_config_dir(self) -> str:
      +        """:return: config directory shared by the users, same as `site_data_dir`"""
      +        return self.site_data_dir
      +
      +    @property
      +    def user_cache_dir(self) -> str:
      +        """:return: cache directory tied to the user, e.g. ``~/Library/Caches/$appname/$version``"""
      +        return self._append_app_name_and_version(os.path.expanduser("~/Library/Caches"))  # noqa: PTH111
      +
      +    @property
      +    def site_cache_dir(self) -> str:
      +        """:return: cache directory shared by users, e.g. ``/Library/Caches/$appname/$version``"""
      +        return self._append_app_name_and_version("/Library/Caches")
      +
      +    @property
      +    def user_state_dir(self) -> str:
      +        """:return: state directory tied to the user, same as `user_data_dir`"""
      +        return self.user_data_dir
      +
      +    @property
      +    def user_log_dir(self) -> str:
      +        """:return: log directory tied to the user, e.g. ``~/Library/Logs/$appname/$version``"""
      +        return self._append_app_name_and_version(os.path.expanduser("~/Library/Logs"))  # noqa: PTH111
      +
      +    @property
      +    def user_documents_dir(self) -> str:
      +        """:return: documents directory tied to the user, e.g. ``~/Documents``"""
      +        return os.path.expanduser("~/Documents")  # noqa: PTH111
      +
      +    @property
      +    def user_downloads_dir(self) -> str:
      +        """:return: downloads directory tied to the user, e.g. ``~/Downloads``"""
      +        return os.path.expanduser("~/Downloads")  # noqa: PTH111
      +
      +    @property
      +    def user_pictures_dir(self) -> str:
      +        """:return: pictures directory tied to the user, e.g. ``~/Pictures``"""
      +        return os.path.expanduser("~/Pictures")  # noqa: PTH111
      +
      +    @property
      +    def user_videos_dir(self) -> str:
      +        """:return: videos directory tied to the user, e.g. ``~/Movies``"""
      +        return os.path.expanduser("~/Movies")  # noqa: PTH111
      +
      +    @property
      +    def user_music_dir(self) -> str:
      +        """:return: music directory tied to the user, e.g. ``~/Music``"""
      +        return os.path.expanduser("~/Music")  # noqa: PTH111
      +
      +    @property
      +    def user_runtime_dir(self) -> str:
      +        """:return: runtime directory tied to the user, e.g. ``~/Library/Caches/TemporaryItems/$appname/$version``"""
      +        return self._append_app_name_and_version(os.path.expanduser("~/Library/Caches/TemporaryItems"))  # noqa: PTH111
      +
      +
      +__all__ = [
      +    "MacOS",
      +]
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/py.typed b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/py.typed
      new file mode 100644
      index 00000000..e69de29b
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py
      new file mode 100644
      index 00000000..468b0ab4
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py
      @@ -0,0 +1,223 @@
      +"""Unix."""
      +from __future__ import annotations
      +
      +import os
      +import sys
      +from configparser import ConfigParser
      +from pathlib import Path
      +
      +from .api import PlatformDirsABC
      +
      +if sys.platform == "win32":
      +
      +    def getuid() -> int:
      +        msg = "should only be used on Unix"
      +        raise RuntimeError(msg)
      +
      +else:
      +    from os import getuid
      +
      +
      +class Unix(PlatformDirsABC):
      +    """
      +    On Unix/Linux, we follow the
      +    `XDG Basedir Spec `_. The spec allows
      +    overriding directories with environment variables. The examples show are the default values, alongside the name of
      +    the environment variable that overrides them. Makes use of the
      +    `appname `,
      +    `version `,
      +    `multipath `,
      +    `opinion `,
      +    `ensure_exists `.
      +    """
      +
      +    @property
      +    def user_data_dir(self) -> str:
      +        """
      +        :return: data directory tied to the user, e.g. ``~/.local/share/$appname/$version`` or
      +         ``$XDG_DATA_HOME/$appname/$version``
      +        """
      +        path = os.environ.get("XDG_DATA_HOME", "")
      +        if not path.strip():
      +            path = os.path.expanduser("~/.local/share")  # noqa: PTH111
      +        return self._append_app_name_and_version(path)
      +
      +    @property
      +    def site_data_dir(self) -> str:
      +        """
      +        :return: data directories shared by users (if `multipath ` is
      +         enabled and ``XDG_DATA_DIR`` is set and a multi path the response is also a multi path separated by the OS
      +         path separator), e.g. ``/usr/local/share/$appname/$version`` or ``/usr/share/$appname/$version``
      +        """
      +        # XDG default for $XDG_DATA_DIRS; only first, if multipath is False
      +        path = os.environ.get("XDG_DATA_DIRS", "")
      +        if not path.strip():
      +            path = f"/usr/local/share{os.pathsep}/usr/share"
      +        return self._with_multi_path(path)
      +
      +    def _with_multi_path(self, path: str) -> str:
      +        path_list = path.split(os.pathsep)
      +        if not self.multipath:
      +            path_list = path_list[0:1]
      +        path_list = [self._append_app_name_and_version(os.path.expanduser(p)) for p in path_list]  # noqa: PTH111
      +        return os.pathsep.join(path_list)
      +
      +    @property
      +    def user_config_dir(self) -> str:
      +        """
      +        :return: config directory tied to the user, e.g. ``~/.config/$appname/$version`` or
      +         ``$XDG_CONFIG_HOME/$appname/$version``
      +        """
      +        path = os.environ.get("XDG_CONFIG_HOME", "")
      +        if not path.strip():
      +            path = os.path.expanduser("~/.config")  # noqa: PTH111
      +        return self._append_app_name_and_version(path)
      +
      +    @property
      +    def site_config_dir(self) -> str:
      +        """
      +        :return: config directories shared by users (if `multipath `
      +         is enabled and ``XDG_DATA_DIR`` is set and a multi path the response is also a multi path separated by the OS
      +         path separator), e.g. ``/etc/xdg/$appname/$version``
      +        """
      +        # XDG default for $XDG_CONFIG_DIRS only first, if multipath is False
      +        path = os.environ.get("XDG_CONFIG_DIRS", "")
      +        if not path.strip():
      +            path = "/etc/xdg"
      +        return self._with_multi_path(path)
      +
      +    @property
      +    def user_cache_dir(self) -> str:
      +        """
      +        :return: cache directory tied to the user, e.g. ``~/.cache/$appname/$version`` or
      +         ``~/$XDG_CACHE_HOME/$appname/$version``
      +        """
      +        path = os.environ.get("XDG_CACHE_HOME", "")
      +        if not path.strip():
      +            path = os.path.expanduser("~/.cache")  # noqa: PTH111
      +        return self._append_app_name_and_version(path)
      +
      +    @property
      +    def site_cache_dir(self) -> str:
      +        """:return: cache directory shared by users, e.g. ``/var/tmp/$appname/$version``"""
      +        return self._append_app_name_and_version("/var/tmp")  # noqa: S108
      +
      +    @property
      +    def user_state_dir(self) -> str:
      +        """
      +        :return: state directory tied to the user, e.g. ``~/.local/state/$appname/$version`` or
      +         ``$XDG_STATE_HOME/$appname/$version``
      +        """
      +        path = os.environ.get("XDG_STATE_HOME", "")
      +        if not path.strip():
      +            path = os.path.expanduser("~/.local/state")  # noqa: PTH111
      +        return self._append_app_name_and_version(path)
      +
      +    @property
      +    def user_log_dir(self) -> str:
      +        """:return: log directory tied to the user, same as `user_state_dir` if not opinionated else ``log`` in it"""
      +        path = self.user_state_dir
      +        if self.opinion:
      +            path = os.path.join(path, "log")  # noqa: PTH118
      +        return path
      +
      +    @property
      +    def user_documents_dir(self) -> str:
      +        """:return: documents directory tied to the user, e.g. ``~/Documents``"""
      +        return _get_user_media_dir("XDG_DOCUMENTS_DIR", "~/Documents")
      +
      +    @property
      +    def user_downloads_dir(self) -> str:
      +        """:return: downloads directory tied to the user, e.g. ``~/Downloads``"""
      +        return _get_user_media_dir("XDG_DOWNLOAD_DIR", "~/Downloads")
      +
      +    @property
      +    def user_pictures_dir(self) -> str:
      +        """:return: pictures directory tied to the user, e.g. ``~/Pictures``"""
      +        return _get_user_media_dir("XDG_PICTURES_DIR", "~/Pictures")
      +
      +    @property
      +    def user_videos_dir(self) -> str:
      +        """:return: videos directory tied to the user, e.g. ``~/Videos``"""
      +        return _get_user_media_dir("XDG_VIDEOS_DIR", "~/Videos")
      +
      +    @property
      +    def user_music_dir(self) -> str:
      +        """:return: music directory tied to the user, e.g. ``~/Music``"""
      +        return _get_user_media_dir("XDG_MUSIC_DIR", "~/Music")
      +
      +    @property
      +    def user_runtime_dir(self) -> str:
      +        """
      +        :return: runtime directory tied to the user, e.g. ``/run/user/$(id -u)/$appname/$version`` or
      +         ``$XDG_RUNTIME_DIR/$appname/$version``.
      +
      +         For FreeBSD/OpenBSD/NetBSD, it would return ``/var/run/user/$(id -u)/$appname/$version`` if
      +         exists, otherwise ``/tmp/runtime-$(id -u)/$appname/$version``, if``$XDG_RUNTIME_DIR``
      +         is not set.
      +        """
      +        path = os.environ.get("XDG_RUNTIME_DIR", "")
      +        if not path.strip():
      +            if sys.platform.startswith(("freebsd", "openbsd", "netbsd")):
      +                path = f"/var/run/user/{getuid()}"
      +                if not Path(path).exists():
      +                    path = f"/tmp/runtime-{getuid()}"  # noqa: S108
      +            else:
      +                path = f"/run/user/{getuid()}"
      +        return self._append_app_name_and_version(path)
      +
      +    @property
      +    def site_data_path(self) -> Path:
      +        """:return: data path shared by users. Only return first item, even if ``multipath`` is set to ``True``"""
      +        return self._first_item_as_path_if_multipath(self.site_data_dir)
      +
      +    @property
      +    def site_config_path(self) -> Path:
      +        """:return: config path shared by the users. Only return first item, even if ``multipath`` is set to ``True``"""
      +        return self._first_item_as_path_if_multipath(self.site_config_dir)
      +
      +    @property
      +    def site_cache_path(self) -> Path:
      +        """:return: cache path shared by users. Only return first item, even if ``multipath`` is set to ``True``"""
      +        return self._first_item_as_path_if_multipath(self.site_cache_dir)
      +
      +    def _first_item_as_path_if_multipath(self, directory: str) -> Path:
      +        if self.multipath:
      +            # If multipath is True, the first path is returned.
      +            directory = directory.split(os.pathsep)[0]
      +        return Path(directory)
      +
      +
      +def _get_user_media_dir(env_var: str, fallback_tilde_path: str) -> str:
      +    media_dir = _get_user_dirs_folder(env_var)
      +    if media_dir is None:
      +        media_dir = os.environ.get(env_var, "").strip()
      +        if not media_dir:
      +            media_dir = os.path.expanduser(fallback_tilde_path)  # noqa: PTH111
      +
      +    return media_dir
      +
      +
      +def _get_user_dirs_folder(key: str) -> str | None:
      +    """Return directory from user-dirs.dirs config file. See https://freedesktop.org/wiki/Software/xdg-user-dirs/."""
      +    user_dirs_config_path = Path(Unix().user_config_dir) / "user-dirs.dirs"
      +    if user_dirs_config_path.exists():
      +        parser = ConfigParser()
      +
      +        with user_dirs_config_path.open() as stream:
      +            # Add fake section header, so ConfigParser doesn't complain
      +            parser.read_string(f"[top]\n{stream.read()}")
      +
      +        if key not in parser["top"]:
      +            return None
      +
      +        path = parser["top"][key].strip('"')
      +        # Handle relative home paths
      +        return path.replace("$HOME", os.path.expanduser("~"))  # noqa: PTH111
      +
      +    return None
      +
      +
      +__all__ = [
      +    "Unix",
      +]
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py
      new file mode 100644
      index 00000000..dc8c44cf
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py
      @@ -0,0 +1,4 @@
      +# file generated by setuptools_scm
      +# don't change, don't track in version control
      +__version__ = version = '3.8.1'
      +__version_tuple__ = version_tuple = (3, 8, 1)
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py
      new file mode 100644
      index 00000000..b52c9c6e
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py
      @@ -0,0 +1,255 @@
      +"""Windows."""
      +from __future__ import annotations
      +
      +import ctypes
      +import os
      +import sys
      +from functools import lru_cache
      +from typing import TYPE_CHECKING
      +
      +from .api import PlatformDirsABC
      +
      +if TYPE_CHECKING:
      +    from collections.abc import Callable
      +
      +
      +class Windows(PlatformDirsABC):
      +    """
      +    `MSDN on where to store app data files
      +    `_.
      +    Makes use of the
      +    `appname `,
      +    `appauthor `,
      +    `version `,
      +    `roaming `,
      +    `opinion `,
      +    `ensure_exists `.
      +    """
      +
      +    @property
      +    def user_data_dir(self) -> str:
      +        """
      +        :return: data directory tied to the user, e.g.
      +         ``%USERPROFILE%\\AppData\\Local\\$appauthor\\$appname`` (not roaming) or
      +         ``%USERPROFILE%\\AppData\\Roaming\\$appauthor\\$appname`` (roaming)
      +        """
      +        const = "CSIDL_APPDATA" if self.roaming else "CSIDL_LOCAL_APPDATA"
      +        path = os.path.normpath(get_win_folder(const))
      +        return self._append_parts(path)
      +
      +    def _append_parts(self, path: str, *, opinion_value: str | None = None) -> str:
      +        params = []
      +        if self.appname:
      +            if self.appauthor is not False:
      +                author = self.appauthor or self.appname
      +                params.append(author)
      +            params.append(self.appname)
      +            if opinion_value is not None and self.opinion:
      +                params.append(opinion_value)
      +            if self.version:
      +                params.append(self.version)
      +        path = os.path.join(path, *params)  # noqa: PTH118
      +        self._optionally_create_directory(path)
      +        return path
      +
      +    @property
      +    def site_data_dir(self) -> str:
      +        """:return: data directory shared by users, e.g. ``C:\\ProgramData\\$appauthor\\$appname``"""
      +        path = os.path.normpath(get_win_folder("CSIDL_COMMON_APPDATA"))
      +        return self._append_parts(path)
      +
      +    @property
      +    def user_config_dir(self) -> str:
      +        """:return: config directory tied to the user, same as `user_data_dir`"""
      +        return self.user_data_dir
      +
      +    @property
      +    def site_config_dir(self) -> str:
      +        """:return: config directory shared by the users, same as `site_data_dir`"""
      +        return self.site_data_dir
      +
      +    @property
      +    def user_cache_dir(self) -> str:
      +        """
      +        :return: cache directory tied to the user (if opinionated with ``Cache`` folder within ``$appname``) e.g.
      +         ``%USERPROFILE%\\AppData\\Local\\$appauthor\\$appname\\Cache\\$version``
      +        """
      +        path = os.path.normpath(get_win_folder("CSIDL_LOCAL_APPDATA"))
      +        return self._append_parts(path, opinion_value="Cache")
      +
      +    @property
      +    def site_cache_dir(self) -> str:
      +        """:return: cache directory shared by users, e.g. ``C:\\ProgramData\\$appauthor\\$appname\\Cache\\$version``"""
      +        path = os.path.normpath(get_win_folder("CSIDL_COMMON_APPDATA"))
      +        return self._append_parts(path, opinion_value="Cache")
      +
      +    @property
      +    def user_state_dir(self) -> str:
      +        """:return: state directory tied to the user, same as `user_data_dir`"""
      +        return self.user_data_dir
      +
      +    @property
      +    def user_log_dir(self) -> str:
      +        """:return: log directory tied to the user, same as `user_data_dir` if not opinionated else ``Logs`` in it"""
      +        path = self.user_data_dir
      +        if self.opinion:
      +            path = os.path.join(path, "Logs")  # noqa: PTH118
      +            self._optionally_create_directory(path)
      +        return path
      +
      +    @property
      +    def user_documents_dir(self) -> str:
      +        """:return: documents directory tied to the user e.g. ``%USERPROFILE%\\Documents``"""
      +        return os.path.normpath(get_win_folder("CSIDL_PERSONAL"))
      +
      +    @property
      +    def user_downloads_dir(self) -> str:
      +        """:return: downloads directory tied to the user e.g. ``%USERPROFILE%\\Downloads``"""
      +        return os.path.normpath(get_win_folder("CSIDL_DOWNLOADS"))
      +
      +    @property
      +    def user_pictures_dir(self) -> str:
      +        """:return: pictures directory tied to the user e.g. ``%USERPROFILE%\\Pictures``"""
      +        return os.path.normpath(get_win_folder("CSIDL_MYPICTURES"))
      +
      +    @property
      +    def user_videos_dir(self) -> str:
      +        """:return: videos directory tied to the user e.g. ``%USERPROFILE%\\Videos``"""
      +        return os.path.normpath(get_win_folder("CSIDL_MYVIDEO"))
      +
      +    @property
      +    def user_music_dir(self) -> str:
      +        """:return: music directory tied to the user e.g. ``%USERPROFILE%\\Music``"""
      +        return os.path.normpath(get_win_folder("CSIDL_MYMUSIC"))
      +
      +    @property
      +    def user_runtime_dir(self) -> str:
      +        """
      +        :return: runtime directory tied to the user, e.g.
      +         ``%USERPROFILE%\\AppData\\Local\\Temp\\$appauthor\\$appname``
      +        """
      +        path = os.path.normpath(os.path.join(get_win_folder("CSIDL_LOCAL_APPDATA"), "Temp"))  # noqa: PTH118
      +        return self._append_parts(path)
      +
      +
      +def get_win_folder_from_env_vars(csidl_name: str) -> str:
      +    """Get folder from environment variables."""
      +    result = get_win_folder_if_csidl_name_not_env_var(csidl_name)
      +    if result is not None:
      +        return result
      +
      +    env_var_name = {
      +        "CSIDL_APPDATA": "APPDATA",
      +        "CSIDL_COMMON_APPDATA": "ALLUSERSPROFILE",
      +        "CSIDL_LOCAL_APPDATA": "LOCALAPPDATA",
      +    }.get(csidl_name)
      +    if env_var_name is None:
      +        msg = f"Unknown CSIDL name: {csidl_name}"
      +        raise ValueError(msg)
      +    result = os.environ.get(env_var_name)
      +    if result is None:
      +        msg = f"Unset environment variable: {env_var_name}"
      +        raise ValueError(msg)
      +    return result
      +
      +
      +def get_win_folder_if_csidl_name_not_env_var(csidl_name: str) -> str | None:
      +    """Get folder for a CSIDL name that does not exist as an environment variable."""
      +    if csidl_name == "CSIDL_PERSONAL":
      +        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Documents")  # noqa: PTH118
      +
      +    if csidl_name == "CSIDL_DOWNLOADS":
      +        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Downloads")  # noqa: PTH118
      +
      +    if csidl_name == "CSIDL_MYPICTURES":
      +        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Pictures")  # noqa: PTH118
      +
      +    if csidl_name == "CSIDL_MYVIDEO":
      +        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Videos")  # noqa: PTH118
      +
      +    if csidl_name == "CSIDL_MYMUSIC":
      +        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Music")  # noqa: PTH118
      +    return None
      +
      +
      +def get_win_folder_from_registry(csidl_name: str) -> str:
      +    """
      +    Get folder from the registry.
      +
      +    This is a fallback technique at best. I'm not sure if using the registry for these guarantees us the correct answer
      +    for all CSIDL_* names.
      +    """
      +    shell_folder_name = {
      +        "CSIDL_APPDATA": "AppData",
      +        "CSIDL_COMMON_APPDATA": "Common AppData",
      +        "CSIDL_LOCAL_APPDATA": "Local AppData",
      +        "CSIDL_PERSONAL": "Personal",
      +        "CSIDL_DOWNLOADS": "{374DE290-123F-4565-9164-39C4925E467B}",
      +        "CSIDL_MYPICTURES": "My Pictures",
      +        "CSIDL_MYVIDEO": "My Video",
      +        "CSIDL_MYMUSIC": "My Music",
      +    }.get(csidl_name)
      +    if shell_folder_name is None:
      +        msg = f"Unknown CSIDL name: {csidl_name}"
      +        raise ValueError(msg)
      +    if sys.platform != "win32":  # only needed for mypy type checker to know that this code runs only on Windows
      +        raise NotImplementedError
      +    import winreg
      +
      +    key = winreg.OpenKey(winreg.HKEY_CURRENT_USER, r"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders")
      +    directory, _ = winreg.QueryValueEx(key, shell_folder_name)
      +    return str(directory)
      +
      +
      +def get_win_folder_via_ctypes(csidl_name: str) -> str:
      +    """Get folder with ctypes."""
      +    # There is no 'CSIDL_DOWNLOADS'.
      +    # Use 'CSIDL_PROFILE' (40) and append the default folder 'Downloads' instead.
      +    # https://learn.microsoft.com/en-us/windows/win32/shell/knownfolderid
      +
      +    csidl_const = {
      +        "CSIDL_APPDATA": 26,
      +        "CSIDL_COMMON_APPDATA": 35,
      +        "CSIDL_LOCAL_APPDATA": 28,
      +        "CSIDL_PERSONAL": 5,
      +        "CSIDL_MYPICTURES": 39,
      +        "CSIDL_MYVIDEO": 14,
      +        "CSIDL_MYMUSIC": 13,
      +        "CSIDL_DOWNLOADS": 40,
      +    }.get(csidl_name)
      +    if csidl_const is None:
      +        msg = f"Unknown CSIDL name: {csidl_name}"
      +        raise ValueError(msg)
      +
      +    buf = ctypes.create_unicode_buffer(1024)
      +    windll = getattr(ctypes, "windll")  # noqa: B009 # using getattr to avoid false positive with mypy type checker
      +    windll.shell32.SHGetFolderPathW(None, csidl_const, None, 0, buf)
      +
      +    # Downgrade to short path name if it has highbit chars.
      +    if any(ord(c) > 255 for c in buf):  # noqa: PLR2004
      +        buf2 = ctypes.create_unicode_buffer(1024)
      +        if windll.kernel32.GetShortPathNameW(buf.value, buf2, 1024):
      +            buf = buf2
      +
      +    if csidl_name == "CSIDL_DOWNLOADS":
      +        return os.path.join(buf.value, "Downloads")  # noqa: PTH118
      +
      +    return buf.value
      +
      +
      +def _pick_get_win_folder() -> Callable[[str], str]:
      +    if hasattr(ctypes, "windll"):
      +        return get_win_folder_via_ctypes
      +    try:
      +        import winreg  # noqa: F401
      +    except ImportError:
      +        return get_win_folder_from_env_vars
      +    else:
      +        return get_win_folder_from_registry
      +
      +
      +get_win_folder = lru_cache(maxsize=None)(_pick_get_win_folder())
      +
      +__all__ = [
      +    "Windows",
      +]
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py
      new file mode 100644
      index 00000000..39c84aae
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py
      @@ -0,0 +1,82 @@
      +"""
      +    Pygments
      +    ~~~~~~~~
      +
      +    Pygments is a syntax highlighting package written in Python.
      +
      +    It is a generic syntax highlighter for general use in all kinds of software
      +    such as forum systems, wikis or other applications that need to prettify
      +    source code. Highlights are:
      +
      +    * a wide range of common languages and markup formats is supported
      +    * special attention is paid to details, increasing quality by a fair amount
      +    * support for new languages and formats are added easily
      +    * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image
      +      formats that PIL supports, and ANSI sequences
      +    * it is usable as a command-line tool and as a library
      +    * ... and it highlights even Brainfuck!
      +
      +    The `Pygments master branch`_ is installable with ``easy_install Pygments==dev``.
      +
      +    .. _Pygments master branch:
      +       https://github.com/pygments/pygments/archive/master.zip#egg=Pygments-dev
      +
      +    :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
      +    :license: BSD, see LICENSE for details.
      +"""
      +from io import StringIO, BytesIO
      +
      +__version__ = '2.15.1'
      +__docformat__ = 'restructuredtext'
      +
      +__all__ = ['lex', 'format', 'highlight']
      +
      +
      +def lex(code, lexer):
      +    """
      +    Lex `code` with the `lexer` (must be a `Lexer` instance)
      +    and return an iterable of tokens. Currently, this only calls
      +    `lexer.get_tokens()`.
      +    """
      +    try:
      +        return lexer.get_tokens(code)
      +    except TypeError:
      +        # Heuristic to catch a common mistake.
      +        from pip._vendor.pygments.lexer import RegexLexer
      +        if isinstance(lexer, type) and issubclass(lexer, RegexLexer):
      +            raise TypeError('lex() argument must be a lexer instance, '
      +                            'not a class')
      +        raise
      +
      +
      +def format(tokens, formatter, outfile=None):  # pylint: disable=redefined-builtin
      +    """
      +    Format ``tokens`` (an iterable of tokens) with the formatter ``formatter``
      +    (a `Formatter` instance).
      +
      +    If ``outfile`` is given and a valid file object (an object with a
      +    ``write`` method), the result will be written to it, otherwise it
      +    is returned as a string.
      +    """
      +    try:
      +        if not outfile:
      +            realoutfile = getattr(formatter, 'encoding', None) and BytesIO() or StringIO()
      +            formatter.format(tokens, realoutfile)
      +            return realoutfile.getvalue()
      +        else:
      +            formatter.format(tokens, outfile)
      +    except TypeError:
      +        # Heuristic to catch a common mistake.
      +        from pip._vendor.pygments.formatter import Formatter
      +        if isinstance(formatter, type) and issubclass(formatter, Formatter):
      +            raise TypeError('format() argument must be a formatter instance, '
      +                            'not a class')
      +        raise
      +
      +
      +def highlight(code, lexer, formatter, outfile=None):
      +    """
      +    This is the most high-level highlighting function. It combines `lex` and
      +    `format` in one function.
      +    """
      +    return format(lex(code, lexer), formatter, outfile)
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py
      new file mode 100644
      index 00000000..2f7f8cba
      --- /dev/null
      +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py
      @@ -0,0 +1,17 @@
      +"""
      +    pygments.__main__
      +    ~~~~~~~~~~~~~~~~~
      +
      +    Main entry point for ``python -m pygments``.
      +
      +    :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
      +    :license: BSD, see LICENSE for details.
      +"""
      +
      +import sys
      +from pip._vendor.pygments.cmdline import main
      +
      +try:
      +    sys.exit(main(sys.argv))
      +except KeyboardInterrupt:
      +    sys.exit(1)
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..64d5b940c54edd0f278141218dd868ac52ce366e
      GIT binary patch
      literal 3524
      zcmaJ@O>7&-72YK&i6ZsmO19f5u06Kv*t8|mR@~ZA;{dkf#6sjBSW22Q2XeJLBG+2(
      zZf0gJQIHG6$f3s+E#Mqdz$gMVg?q>`#}@6a7duj6cj1H4qKDqxC_oFJ`n_2$>7;50
      z(r|WW=k0rMzVDm&r{Up(f%e{|?=1bgXc&K^hqPrngRR#vxMMg*)o@HFx>t2rlE?Q0lL->=MSztjJLQ5|p!PW}V4n#b=Teh1qFrJ}VfXBY*BcD3DTabHRO
      z@RLp}d~J!jl37f)ePyk(rrT(G_*bsqV4-C%TMf=ugsT+ynd`%zY6gBeu`sKWy$$Yj
      z;oARYgA2A42&R`Uk42J`3Cr`?vg5a+lhPu^keq5+N>ao!3d2As?&uF4WisTpivTUk
      z68S|hg_f(Ga=5Zw4`H~zEx08qvF}Hg=c+baY{P{m%SBMFAo5jeFR`za=kt|s_>($<
      zK$zt?2%W5YNz@dRAGH>dC&Uv(DvVU>`XnVt!b7jkE-qY}n`Cp=0)KasU0Zl#lFh&K
      z=A=Fww}sHPCoJ8Wr1|RXTpBvUq12qcJU`1Me?Q{B%@d3rWv)g=B&|gc4idH~t$2OP
      zbA66;3Xmym)=QqdC@hisUM`pQ5=?Y~C>g&2?41*q>n}z2^8V!T7Mh&ZQ*`5ufEB@D
      z%eR~L8s*>hr2^En7b~u6vU(kPYS%jRU1pp)Qptil$nNCVrQ>jqSR4NS^
      zjTXxYt`c@w)*D#DZn`&kC2_30=7tA(qj4rRJ%w*3am?63*cQaN8FoG$vgzZ;e=s$D
      zeEMaA2vFbkmMLzvCXsW_&c3~H@yfONvi55Rl;FPPGwj^_>&g1u?D-3q=Pzg!bwF4y
      z{DWksl!^26N&tzoSK@(lZN=s6m9_rq@`>-4PsBR_5+x#AMS?quuc}fu&U$<`?oW^x
      z4|dPSPF0Jn_TfK^|E-VF-7yA@b@RH3;Wyg4aj!EwZyYpK*TVM!$#^L?m9Qg{6G=sJWI;bKwRkAj|UgpA-^C*AmWM84a+qU%Lzm|g>PA#5|rw=;6kau
      zAjBKz6!y`Kj208S**Hgei~D*zBxN1WKf7IdTXG>Qmb9BZbY(>fyJ9y*;0H2eyFUWcJsC+GFI25#oy+qY87VCYynPJIAF
      zccpXd=6bF>UsR}mlIHYn%g}yn50a(H@P@v3q238e>Y(Pfd@J=hoahu?2=#h*T(4_$
      zN5JRAB-WqfbXw9ZVGpj&CD-Hl6jTq=^1LI5961O`{UzAPcj(CkDb
      z;ymu$z`^t7R4xX)ajpF@3443N=%(a
      zZAGMOUhJlgBh-yjw*y_NFYZqcG9K){7!PzZ9v4v|d7THnT@w1CDiFnSvO#X>?j#2C
      zXXrrevEjavzl`pFJhA_7>C@`xJ2xg?`(k45kEj0d$`=#W&8zQjT&@1}tw%$<9uDn!
      zFtq2RckaHoIdtOD_}+)(haZd|-WV_4A1Xb0Zuv)l9-4Yi7hWY@a6j3(S$yfYGoQJ?
      zdtvj~TmMfNhzPgO=FjdmeqS7;e(&jXyR$asGHs+!l-8}|=dddch6PgHL%MZQgSX_=v9N5Qg)LQLwbu1?5K
      zFq<3)Q35v=@9oj6rA(4~a=eri#Ct(;iWjNdgHBR>y@SfrJaw07Z35jb;w
      zA37gh*cdx-clOhjjpC{Mxl>zMMO2qdg?OM=a{{|oi!*MJ0FTVZ#Tw*ZNQ8i;Vf{|x
      zE*`N3cWSMch`t60efKwp*oPktn`ik~TY(dK{5A0s=17O-6uPHb(=`8?dBM#6>!e}s
      me=@TBR`Jn}1Gk3%S~zlR;LH9Ib7bqlZgb?T=|1zcHuoQY1KLsm
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..2565c82e4df9993b304eb146abaec7721829b5df
      GIT binary patch
      literal 770
      zcmZ`$J8u&~5Z?7&uyF_k2}Ft%D?$-V_||bG3JW0x6UkOcfH)~)B+lo%jc>_4R=aB_
      zM}dHXhma6dY4`((il0DDiIAd`QcoMfo_x3M6CL$3}Gs+CJLjot{#?kt=?|3vITvL!(Cp%Qey2V?a
      z_~H_YnxVy=Y9I;cZ6-f~ZZf9#0a+atI5c||GN
      zS5(z=s6hySr7}?OUIK7@ALI{p4NmUq=bn{cRi0Pgti7Mvo&7NT_R$Z0`p;f^>NkKV
      e(yt%9TuNF@_QVC%?cLQm@a4+Fxb`&*)%zFfy3&OJ
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..37b3ea0ec5c10ebbaabac18e76dcf5a83375af43
      GIT binary patch
      literal 26641
      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
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..b8b43ce9ded94e902df56b003a6035ba1d14acb8
      GIT binary patch
      literal 3268
      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
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..53cadc5527aaae89a5bb353e309e54958cd0c0eb
      GIT binary patch
      literal 38336
      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
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..f68fe36c2a5bdd1c51a1daf310f03eda3c13464b
      GIT binary patch
      literal 3432
      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
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..ca7229133ab3d55364b04511702f5c0689212f7c
      GIT binary patch
      literal 6708
      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
      
      literal 0
      HcmV?d00001
      
      diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc
      new file mode 100644
      index 0000000000000000000000000000000000000000..884cc5aa5ae05b2021ceac006ab4de4bb1d8d21d
      GIT binary patch
      literal 8178
      zcmai2-BTM!wx5wk(&z&T5XP7|c-D4e;}~$j`BOqWyl&3x2J*@^u
      z&-tCxr@PNN{W1DmLqkM@->28xW>2?C(*F{M{|-|**DZbGy(ilOA_SOO!|OaSy_`!R|K0gu)>I)Tk7Buz+3C!Q6riIPrUe>i2>gJA`0_w06RzP;Bmk^>fi~$wK{ks;K%FWO$K;0
      z<@s8Yj2Lh=e;F`(s)6@H{=3plGg6>Vnv&s1fd{go&^myEKnGC>>JU<)R#6!0Fp7{m
      zcbeM}Es9df8G&#L#i-;g=S7PesH9sUoI-IbImda?q6C%n3WQUr5hM}RMC#mmj*1pF
      zQ^}hG;S@?9B+1pATgw9({1wT)&HIZM9io=%`KOgi`h_m1&|xZhhx4LEZB#NK5Kf^Z
      zRPsLOMT^=GlH>-37N^ilRC}27qD4okn8AW2=%A3sq08n-A~bmBnmaiPU2bn-y$dOm&Sf&6EZAyM=y^o!;uxgF7>Qy__<
      z)1=Pb5ICn$CzVWdUbN^8m3$}=PNCPROeLQSgi~mQO6tYt5|vcA
      zrfAV+5*4EfjT%k4UkRL3=nCL>IVV~)26$ZXoI+Ot|5wh57F`2;P4JvT*8%@G&WRR{
      z1Ab5NoI(?T|CV#2MU#MU2%b~u1HgaJInkmUX7tbU%-GUY=k)U5A{zWkOWA@^be(S3
      znm39R`h4FnLa{;JF*6#~(cGny;b?jhY3`h%IWADT4Gb~hbTj?_j8$5)&Fq}puMKfh
      z>pgew&92^ay?t7GiFTg!M%P?JFPzmJ!_Y3?oF1LHG1X0n?a!MTFlzK`gHyvye(lQ8
      z$oSNVHfz}$GF;uv!SAE=k{uX
      zocvaNUwfzwbk4`ny*2GE-y{74dvQkdS1RZOuVL^xQ|Z3rO_*~Wrl
      zI|hgp$H>oOf4V%2m7;|VhfEft{rxX{ZaSdTqdS>7qhvZgj-Bbr%-L4aa!PZCZS<7N
      z`EtSR+J`x4zNfV0&RNBt1*5polQ+{I-`D+mZ;xZTMpsGC%c$aCVaeX%0G4ncW-9IA(sTZ<0&
      z>57!9VM~%tyx-}=e#daJ>Xg$o-8+3Yd`n1J(e13`5R;l_lN$-EsgzkX-BfBhxo1rr
      zBoA^Y3ROk=zqXhDJ+P+yrokpBNM>&ekRfS0rGa=Ttw4~=(xU8~k@rk@Mdm5ABGpSE
      z(!*{d34$cImO?8M@6`@==ixaxjc|cbrrT`}0PTuhhSw=l3l%26|Qz
      zHe3-@mk;k-tPqed3Wsbwh+`tT;jH~)SMoPTp2iwClE1#P+4853FFPK^PVGu^!$}D2
      zM&u94jp+wR)+RRH?bwN(fIl4h5&u+~e`GretCWubS8ucNz&fpN&CB&R74h@ep2n2q
      zk|d!&g3rq2e&W8n<8w*)>5oWZJCk_95Bx3F`#j9mK5m#EsrMZMz@@~9zA4DL@qZAl
      zP8Ektrwn`B#sRln${V;bmCC|V=eo9;F1to5Ws}iy2vU@Qb`#AN~R8S$hcw`+eXR$!7gUtYoO?yfQlq_>*mQnp55yE
      zpZ2qVIli6f`m6uH)c;WbyX8OQ+lhfk>c9_|M24YD3IaiPx3>eol5E(H(hJid7v~SA
      z!N6|Neoi7>k-mlFG5W)ea?nsVSpnbKO2H^tFK%sQ7$tA${aafIdclU>MJjTDbw

      }cLapjkv>!NbSCb<2C} z7>lOkI`l!3hD-1^Jcb-CV--reYo<-O?UuT=vSVZTSsQqy9ATNUcVE@681n4gdkd~e;*jKr zq3t6{x*|D2m+VLSg9EZglh;nJc6f0O*p;;_YFPR?%xd4UNe)f#u)QPSYgFJEC5N7V z2c}5_Fk}_s{o)d5!$DWff}>muIJ#>3>g?}luS*iHfq?-}58T2$bNbX2?btnRmD73S zR3|k{l<67JeGT3zww~|ar&ZIbYjA(Z@p2(;*azBW;vYBoVrRA>I*bEPVjY%m8=9WC z4IRN7nZBthWYhFCkX9~c=JaCLK>v?3*eZYA2XwCXD-glX0FIar-0kq3&lqg~odlfj zT^#am26$S^jvWOYE8xt+{+lJq;#P|XNoD(8P$nPf&L~tB={rqQn>T*)hndGAt(s_D zQ~w@~Jx#Q%#hykRE5p^sriY>5g*N>UV(>x;oLEzyCR#V#&FOCv$Jdn|KS19`6P2rM zi@!?dA>YP+!^uEp+gM)2@;vs9YvMg|dKs3(#jF3kCES3Rnh}JhCs4nfM&A?SO5VjSqpq0lQ8w z6tL^eL4iIF*m7Vx&g)PdEW=O*=u&`T3!qW}6%)D^EG)y!tlLu$cjc40Onp zus>6R9vLu_0V6P_;l%creomX)vl|ohq-ViUtq(z{y zGHoonIP%dP1lEDqyn%xwPDY0pVqnC!EqIJfkYf*rt{O|XEgNBF91edR@^%#tvV_Ay zwheG}5;D~-!y#xDu{r^%pu1otG-MUX7bgx~Hj0LAX6QLa(*&z<1ds%Dadg;#M=A6m zox@}xZ%UJnQAQS4Zy4|$vtYn1rs*U0B7Yp=&|uljyJiswhRCxPhryJ^#tx1YT{w<$ zcw{kSl-R^Bky(;a0@wAdnZfF$ZNXeYD{xIu8+q)X*0WgsP`6DT4iy}{oVU_?9;;Wp zy@Hit-32FIoSiinu{sD>fNN&vu`)EL+hp{-Ss(`w_77Vb9Asw`4voUc7Q}(r0b$9? z9gYb=5v;p`&=O)VAD0Q(2YS}x@+-NpVQ>{CP$`T zxZ%H7-(fF?0s9f;A-SrY7I+}R9+%~3K2=t}YdtNuY#jPdg67$WvJ_7KI#vn5_nzAD z#q#QMMS=Ig{nUD@5~+sc_m8e0tpuxT1NjuJ1is}2s7D*`cdd6-Le)^r>laCQNVxHS z$9f0!s}b?!llZai__0c~3jGGw2P$fntM9S3qe_XEO5kp^nm7ba%xiXoLAiam`LNu$ z(?26O`>INKt9QpwNa!3OOo%e76i96K?Sv^4kpj`JH+G_wiAjM7Fb$N66Q*w`L78SL z5CbMjnHFH4C@tGc%hvgwLlkPI(BW<6FhGYX)JCC0+sYw;j!>u_pfAQ(#{qbW0!Q~+ zdYM8UMCaP-HPAUmf#YQEeLE*8a}pTO!YdSbl>kir6a`Luz!Qbd=2<6&&k%TQbqvhD zMuD>gxW0NFfG!Gj6M#*whXUsaaCP-6XuM8=UZK%Pf%C$~8x(lc1Nh)OZ&CPdq4!e? z^b>&1<^l!YApjfvT?z~cjrS<?C2m5PZO(X@H`jag(vIe*#fY<0A%r zOreR@2^jAa2F*~2`TJ7_{ft1hO#3+lKcjlgc_{|nq7ZY0&Y<)jD8nE`A?9R*L9-NM z)5tPtjzTP>Oa{T%UTyyK49Zi8jaXn%aSvoM$R^NM->$=0`1c3wu$h+`v_K&?+HD3c z?$KIe&@zSC%zwe46%N$`eTNA?-_!k<3>x%Ffd&Z2kdLO#Fk!vaA7RiaK#ibrg|TCV zeWJ8(E3FWps|*|mkcOSHlZ36s<^u-aV4%0@rx-X*z%Q7SZ!+jZrbqMYjh&Ae_%YRE ztNesPGotIWPZ{(XfwuapN|c!-1oa;wXh8Og_yh??E!QRZQbG7cVUvI6(BW3&^tJa- DgNhM)F>*6()(T_0E7_Xu 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py new file mode 100644 index 00000000..eec1775b --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py @@ -0,0 +1,668 @@ +""" + pygments.cmdline + ~~~~~~~~~~~~~~~~ + + Command line interface. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import os +import sys +import shutil +import argparse +from textwrap import dedent + +from pip._vendor.pygments import __version__, highlight +from pip._vendor.pygments.util import ClassNotFound, OptionError, docstring_headline, \ + guess_decode, guess_decode_from_terminal, terminal_encoding, \ + UnclosingTextIOWrapper +from pip._vendor.pygments.lexers import get_all_lexers, get_lexer_by_name, guess_lexer, \ + load_lexer_from_file, get_lexer_for_filename, find_lexer_class_for_filename +from pip._vendor.pygments.lexers.special import TextLexer +from pip._vendor.pygments.formatters.latex import LatexEmbeddedLexer, LatexFormatter +from pip._vendor.pygments.formatters import get_all_formatters, get_formatter_by_name, \ + load_formatter_from_file, get_formatter_for_filename, find_formatter_class +from pip._vendor.pygments.formatters.terminal import TerminalFormatter +from pip._vendor.pygments.formatters.terminal256 import Terminal256Formatter, TerminalTrueColorFormatter +from pip._vendor.pygments.filters import get_all_filters, find_filter_class +from pip._vendor.pygments.styles import get_all_styles, get_style_by_name + + +def _parse_options(o_strs): + opts = {} + if not o_strs: + return opts + for o_str in o_strs: + if not o_str.strip(): + continue + o_args = o_str.split(',') + for o_arg in o_args: + o_arg = o_arg.strip() + try: + o_key, o_val = o_arg.split('=', 1) + o_key = o_key.strip() + o_val = o_val.strip() + except ValueError: + opts[o_arg] = True + else: + opts[o_key] = o_val + return opts + + +def _parse_filters(f_strs): + filters = [] + if not f_strs: + return filters + for f_str in f_strs: + if ':' in f_str: + fname, fopts = f_str.split(':', 1) + filters.append((fname, _parse_options([fopts]))) + else: + filters.append((f_str, {})) + return filters + + +def _print_help(what, name): + try: + if what == 'lexer': + cls = get_lexer_by_name(name) + print("Help on the %s lexer:" % cls.name) + print(dedent(cls.__doc__)) + elif what == 'formatter': + cls = find_formatter_class(name) + print("Help on the %s formatter:" % cls.name) + print(dedent(cls.__doc__)) + elif what == 'filter': + cls = find_filter_class(name) + print("Help on the %s filter:" % name) + print(dedent(cls.__doc__)) + return 0 + except (AttributeError, ValueError): + print("%s not found!" % what, file=sys.stderr) + return 1 + + +def _print_list(what): + if what == 'lexer': + print() + print("Lexers:") + print("~~~~~~~") + + info = [] + for fullname, names, exts, _ in get_all_lexers(): + tup = (', '.join(names)+':', fullname, + exts and '(filenames ' + ', '.join(exts) + ')' or '') + info.append(tup) + info.sort() + for i in info: + print(('* %s\n %s %s') % i) + + elif what == 'formatter': + print() + print("Formatters:") + print("~~~~~~~~~~~") + + info = [] + for cls in get_all_formatters(): + doc = docstring_headline(cls) + tup = (', '.join(cls.aliases) + ':', doc, cls.filenames and + '(filenames ' + ', '.join(cls.filenames) + ')' or '') + info.append(tup) + info.sort() + for i in info: + print(('* %s\n %s %s') % i) + + elif what == 'filter': + print() + print("Filters:") + print("~~~~~~~~") + + for name in get_all_filters(): + cls = find_filter_class(name) + print("* " + name + ':') + print(" %s" % docstring_headline(cls)) + + elif what == 'style': + print() + print("Styles:") + print("~~~~~~~") + + for name in get_all_styles(): + cls = get_style_by_name(name) + print("* " + name + ':') + print(" %s" % docstring_headline(cls)) + + +def _print_list_as_json(requested_items): + import json + result = {} + if 'lexer' in requested_items: + info = {} + for fullname, names, filenames, mimetypes in get_all_lexers(): + info[fullname] = { + 'aliases': names, + 'filenames': filenames, + 'mimetypes': mimetypes + } + result['lexers'] = info + + if 'formatter' in requested_items: + info = {} + for cls in get_all_formatters(): + doc = docstring_headline(cls) + info[cls.name] = { + 'aliases': cls.aliases, + 'filenames': cls.filenames, + 'doc': doc + } + result['formatters'] = info + + if 'filter' in requested_items: + info = {} + for name in get_all_filters(): + cls = find_filter_class(name) + info[name] = { + 'doc': docstring_headline(cls) + } + result['filters'] = info + + if 'style' in requested_items: + info = {} + for name in get_all_styles(): + cls = get_style_by_name(name) + info[name] = { + 'doc': docstring_headline(cls) + } + result['styles'] = info + + json.dump(result, sys.stdout) + +def main_inner(parser, argns): + if argns.help: + parser.print_help() + return 0 + + if argns.V: + print('Pygments version %s, (c) 2006-2023 by Georg Brandl, Matthäus ' + 'Chajdas and contributors.' % __version__) + return 0 + + def is_only_option(opt): + return not any(v for (k, v) in vars(argns).items() if k != opt) + + # handle ``pygmentize -L`` + if argns.L is not None: + arg_set = set() + for k, v in vars(argns).items(): + if v: + arg_set.add(k) + + arg_set.discard('L') + arg_set.discard('json') + + if arg_set: + parser.print_help(sys.stderr) + return 2 + + # print version + if not argns.json: + main(['', '-V']) + allowed_types = {'lexer', 'formatter', 'filter', 'style'} + largs = [arg.rstrip('s') for arg in argns.L] + if any(arg not in allowed_types for arg in largs): + parser.print_help(sys.stderr) + return 0 + if not largs: + largs = allowed_types + if not argns.json: + for arg in largs: + _print_list(arg) + else: + _print_list_as_json(largs) + return 0 + + # handle ``pygmentize -H`` + if argns.H: + if not is_only_option('H'): + parser.print_help(sys.stderr) + return 2 + what, name = argns.H + if what not in ('lexer', 'formatter', 'filter'): + parser.print_help(sys.stderr) + return 2 + return _print_help(what, name) + + # parse -O options + parsed_opts = _parse_options(argns.O or []) + + # parse -P options + for p_opt in argns.P or []: + try: + name, value = p_opt.split('=', 1) + except ValueError: + parsed_opts[p_opt] = True + else: + parsed_opts[name] = value + + # encodings + inencoding = parsed_opts.get('inencoding', parsed_opts.get('encoding')) + outencoding = parsed_opts.get('outencoding', parsed_opts.get('encoding')) + + # handle ``pygmentize -N`` + if argns.N: + lexer = find_lexer_class_for_filename(argns.N) + if lexer is None: + lexer = TextLexer + + print(lexer.aliases[0]) + return 0 + + # handle ``pygmentize -C`` + if argns.C: + inp = sys.stdin.buffer.read() + try: + lexer = guess_lexer(inp, inencoding=inencoding) + except ClassNotFound: + lexer = TextLexer + + print(lexer.aliases[0]) + return 0 + + # handle ``pygmentize -S`` + S_opt = argns.S + a_opt = argns.a + if S_opt is not None: + f_opt = argns.f + if not f_opt: + parser.print_help(sys.stderr) + return 2 + if argns.l or argns.INPUTFILE: + parser.print_help(sys.stderr) + return 2 + + try: + parsed_opts['style'] = S_opt + fmter = get_formatter_by_name(f_opt, **parsed_opts) + except ClassNotFound as err: + print(err, file=sys.stderr) + return 1 + + print(fmter.get_style_defs(a_opt or '')) + return 0 + + # if no -S is given, -a is not allowed + if argns.a is not None: + parser.print_help(sys.stderr) + return 2 + + # parse -F options + F_opts = _parse_filters(argns.F or []) + + # -x: allow custom (eXternal) lexers and formatters + allow_custom_lexer_formatter = bool(argns.x) + + # select lexer + lexer = None + + # given by name? + lexername = argns.l + if lexername: + # custom lexer, located relative to user's cwd + if allow_custom_lexer_formatter and '.py' in lexername: + try: + filename = None + name = None + if ':' in lexername: + filename, name = lexername.rsplit(':', 1) + + if '.py' in name: + # This can happen on Windows: If the lexername is + # C:\lexer.py -- return to normal load path in that case + name = None + + if filename and name: + lexer = load_lexer_from_file(filename, name, + **parsed_opts) + else: + lexer = load_lexer_from_file(lexername, **parsed_opts) + except ClassNotFound as err: + print('Error:', err, file=sys.stderr) + return 1 + else: + try: + lexer = get_lexer_by_name(lexername, **parsed_opts) + except (OptionError, ClassNotFound) as err: + print('Error:', err, file=sys.stderr) + return 1 + + # read input code + code = None + + if argns.INPUTFILE: + if argns.s: + print('Error: -s option not usable when input file specified', + file=sys.stderr) + return 2 + + infn = argns.INPUTFILE + try: + with open(infn, 'rb') as infp: + code = infp.read() + except Exception as err: + print('Error: cannot read infile:', err, file=sys.stderr) + return 1 + if not inencoding: + code, inencoding = guess_decode(code) + + # do we have to guess the lexer? + if not lexer: + try: + lexer = get_lexer_for_filename(infn, code, **parsed_opts) + except ClassNotFound as err: + if argns.g: + try: + lexer = guess_lexer(code, **parsed_opts) + except ClassNotFound: + lexer = TextLexer(**parsed_opts) + else: + print('Error:', err, file=sys.stderr) + return 1 + except OptionError as err: + print('Error:', err, file=sys.stderr) + return 1 + + elif not argns.s: # treat stdin as full file (-s support is later) + # read code from terminal, always in binary mode since we want to + # decode ourselves and be tolerant with it + code = sys.stdin.buffer.read() # use .buffer to get a binary stream + if not inencoding: + code, inencoding = guess_decode_from_terminal(code, sys.stdin) + # else the lexer will do the decoding + if not lexer: + try: + lexer = guess_lexer(code, **parsed_opts) + except ClassNotFound: + lexer = TextLexer(**parsed_opts) + + else: # -s option needs a lexer with -l + if not lexer: + print('Error: when using -s a lexer has to be selected with -l', + file=sys.stderr) + return 2 + + # process filters + for fname, fopts in F_opts: + try: + lexer.add_filter(fname, **fopts) + except ClassNotFound as err: + print('Error:', err, file=sys.stderr) + return 1 + + # select formatter + outfn = argns.o + fmter = argns.f + if fmter: + # custom formatter, located relative to user's cwd + if allow_custom_lexer_formatter and '.py' in fmter: + try: + filename = None + name = None + if ':' in fmter: + # Same logic as above for custom lexer + filename, name = fmter.rsplit(':', 1) + + if '.py' in name: + name = None + + if filename and name: + fmter = load_formatter_from_file(filename, name, + **parsed_opts) + else: + fmter = load_formatter_from_file(fmter, **parsed_opts) + except ClassNotFound as err: + print('Error:', err, file=sys.stderr) + return 1 + else: + try: + fmter = get_formatter_by_name(fmter, **parsed_opts) + except (OptionError, ClassNotFound) as err: + print('Error:', err, file=sys.stderr) + return 1 + + if outfn: + if not fmter: + try: + fmter = get_formatter_for_filename(outfn, **parsed_opts) + except (OptionError, ClassNotFound) as err: + print('Error:', err, file=sys.stderr) + return 1 + try: + outfile = open(outfn, 'wb') + except Exception as err: + print('Error: cannot open outfile:', err, file=sys.stderr) + return 1 + else: + if not fmter: + if os.environ.get('COLORTERM','') in ('truecolor', '24bit'): + fmter = TerminalTrueColorFormatter(**parsed_opts) + elif '256' in os.environ.get('TERM', ''): + fmter = Terminal256Formatter(**parsed_opts) + else: + fmter = TerminalFormatter(**parsed_opts) + outfile = sys.stdout.buffer + + # determine output encoding if not explicitly selected + if not outencoding: + if outfn: + # output file? use lexer encoding for now (can still be None) + fmter.encoding = inencoding + else: + # else use terminal encoding + fmter.encoding = terminal_encoding(sys.stdout) + + # provide coloring under Windows, if possible + if not outfn and sys.platform in ('win32', 'cygwin') and \ + fmter.name in ('Terminal', 'Terminal256'): # pragma: no cover + # unfortunately colorama doesn't support binary streams on Py3 + outfile = UnclosingTextIOWrapper(outfile, encoding=fmter.encoding) + fmter.encoding = None + try: + import pip._vendor.colorama.initialise as colorama_initialise + except ImportError: + pass + else: + outfile = colorama_initialise.wrap_stream( + outfile, convert=None, strip=None, autoreset=False, wrap=True) + + # When using the LaTeX formatter and the option `escapeinside` is + # specified, we need a special lexer which collects escaped text + # before running the chosen language lexer. + escapeinside = parsed_opts.get('escapeinside', '') + if len(escapeinside) == 2 and isinstance(fmter, LatexFormatter): + left = escapeinside[0] + right = escapeinside[1] + lexer = LatexEmbeddedLexer(left, right, lexer) + + # ... and do it! + if not argns.s: + # process whole input as per normal... + try: + highlight(code, lexer, fmter, outfile) + finally: + if outfn: + outfile.close() + return 0 + else: + # line by line processing of stdin (eg: for 'tail -f')... + try: + while 1: + line = sys.stdin.buffer.readline() + if not line: + break + if not inencoding: + line = guess_decode_from_terminal(line, sys.stdin)[0] + highlight(line, lexer, fmter, outfile) + if hasattr(outfile, 'flush'): + outfile.flush() + return 0 + except KeyboardInterrupt: # pragma: no cover + return 0 + finally: + if outfn: + outfile.close() + + +class HelpFormatter(argparse.HelpFormatter): + def __init__(self, prog, indent_increment=2, max_help_position=16, width=None): + if width is None: + try: + width = shutil.get_terminal_size().columns - 2 + except Exception: + pass + argparse.HelpFormatter.__init__(self, prog, indent_increment, + max_help_position, width) + + +def main(args=sys.argv): + """ + Main command line entry point. + """ + desc = "Highlight an input file and write the result to an output file." + parser = argparse.ArgumentParser(description=desc, add_help=False, + formatter_class=HelpFormatter) + + operation = parser.add_argument_group('Main operation') + lexersel = operation.add_mutually_exclusive_group() + lexersel.add_argument( + '-l', metavar='LEXER', + help='Specify the lexer to use. (Query names with -L.) If not ' + 'given and -g is not present, the lexer is guessed from the filename.') + lexersel.add_argument( + '-g', action='store_true', + help='Guess the lexer from the file contents, or pass through ' + 'as plain text if nothing can be guessed.') + operation.add_argument( + '-F', metavar='FILTER[:options]', action='append', + help='Add a filter to the token stream. (Query names with -L.) ' + 'Filter options are given after a colon if necessary.') + operation.add_argument( + '-f', metavar='FORMATTER', + help='Specify the formatter to use. (Query names with -L.) ' + 'If not given, the formatter is guessed from the output filename, ' + 'and defaults to the terminal formatter if the output is to the ' + 'terminal or an unknown file extension.') + operation.add_argument( + '-O', metavar='OPTION=value[,OPTION=value,...]', action='append', + help='Give options to the lexer and formatter as a comma-separated ' + 'list of key-value pairs. ' + 'Example: `-O bg=light,python=cool`.') + operation.add_argument( + '-P', metavar='OPTION=value', action='append', + help='Give a single option to the lexer and formatter - with this ' + 'you can pass options whose value contains commas and equal signs. ' + 'Example: `-P "heading=Pygments, the Python highlighter"`.') + operation.add_argument( + '-o', metavar='OUTPUTFILE', + help='Where to write the output. Defaults to standard output.') + + operation.add_argument( + 'INPUTFILE', nargs='?', + help='Where to read the input. Defaults to standard input.') + + flags = parser.add_argument_group('Operation flags') + flags.add_argument( + '-v', action='store_true', + help='Print a detailed traceback on unhandled exceptions, which ' + 'is useful for debugging and bug reports.') + flags.add_argument( + '-s', action='store_true', + help='Process lines one at a time until EOF, rather than waiting to ' + 'process the entire file. This only works for stdin, only for lexers ' + 'with no line-spanning constructs, and is intended for streaming ' + 'input such as you get from `tail -f`. ' + 'Example usage: `tail -f sql.log | pygmentize -s -l sql`.') + flags.add_argument( + '-x', action='store_true', + help='Allow custom lexers and formatters to be loaded from a .py file ' + 'relative to the current working directory. For example, ' + '`-l ./customlexer.py -x`. By default, this option expects a file ' + 'with a class named CustomLexer or CustomFormatter; you can also ' + 'specify your own class name with a colon (`-l ./lexer.py:MyLexer`). ' + 'Users should be very careful not to use this option with untrusted ' + 'files, because it will import and run them.') + flags.add_argument('--json', help='Output as JSON. This can ' + 'be only used in conjunction with -L.', + default=False, + action='store_true') + + special_modes_group = parser.add_argument_group( + 'Special modes - do not do any highlighting') + special_modes = special_modes_group.add_mutually_exclusive_group() + special_modes.add_argument( + '-S', metavar='STYLE -f formatter', + help='Print style definitions for STYLE for a formatter ' + 'given with -f. The argument given by -a is formatter ' + 'dependent.') + special_modes.add_argument( + '-L', nargs='*', metavar='WHAT', + help='List lexers, formatters, styles or filters -- ' + 'give additional arguments for the thing(s) you want to list ' + '(e.g. "styles"), or omit them to list everything.') + special_modes.add_argument( + '-N', metavar='FILENAME', + help='Guess and print out a lexer name based solely on the given ' + 'filename. Does not take input or highlight anything. If no specific ' + 'lexer can be determined, "text" is printed.') + special_modes.add_argument( + '-C', action='store_true', + help='Like -N, but print out a lexer name based solely on ' + 'a given content from standard input.') + special_modes.add_argument( + '-H', action='store', nargs=2, metavar=('NAME', 'TYPE'), + help='Print detailed help for the object of type , ' + 'where is one of "lexer", "formatter" or "filter".') + special_modes.add_argument( + '-V', action='store_true', + help='Print the package version.') + special_modes.add_argument( + '-h', '--help', action='store_true', + help='Print this help.') + special_modes_group.add_argument( + '-a', metavar='ARG', + help='Formatter-specific additional argument for the -S (print ' + 'style sheet) mode.') + + argns = parser.parse_args(args[1:]) + + try: + return main_inner(parser, argns) + except BrokenPipeError: + # someone closed our stdout, e.g. by quitting a pager. + return 0 + except Exception: + if argns.v: + print(file=sys.stderr) + print('*' * 65, file=sys.stderr) + print('An unhandled exception occurred while highlighting.', + file=sys.stderr) + print('Please report the whole traceback to the issue tracker at', + file=sys.stderr) + print('.', + file=sys.stderr) + print('*' * 65, file=sys.stderr) + print(file=sys.stderr) + raise + import traceback + info = traceback.format_exception(*sys.exc_info()) + msg = info[-1].strip() + if len(info) >= 3: + # extract relevant file and position info + msg += '\n (f%s)' % info[-2].split('\n')[0].strip()[1:] + print(file=sys.stderr) + print('*** Error while highlighting:', file=sys.stderr) + print(msg, file=sys.stderr) + print('*** If this is a bug you want to report, please rerun with -v.', + file=sys.stderr) + return 1 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py new file mode 100644 index 00000000..deb4937f --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py @@ -0,0 +1,70 @@ +""" + pygments.console + ~~~~~~~~~~~~~~~~ + + Format colored console output. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +esc = "\x1b[" + +codes = {} +codes[""] = "" +codes["reset"] = esc + "39;49;00m" + +codes["bold"] = esc + "01m" +codes["faint"] = esc + "02m" +codes["standout"] = esc + "03m" +codes["underline"] = esc + "04m" +codes["blink"] = esc + "05m" +codes["overline"] = esc + "06m" + +dark_colors = ["black", "red", "green", "yellow", "blue", + "magenta", "cyan", "gray"] +light_colors = ["brightblack", "brightred", "brightgreen", "brightyellow", "brightblue", + "brightmagenta", "brightcyan", "white"] + +x = 30 +for d, l in zip(dark_colors, light_colors): + codes[d] = esc + "%im" % x + codes[l] = esc + "%im" % (60 + x) + x += 1 + +del d, l, x + +codes["white"] = codes["bold"] + + +def reset_color(): + return codes["reset"] + + +def colorize(color_key, text): + return codes[color_key] + text + codes["reset"] + + +def ansiformat(attr, text): + """ + Format ``text`` with a color and/or some attributes:: + + color normal color + *color* bold color + _color_ underlined color + +color+ blinking color + """ + result = [] + if attr[:1] == attr[-1:] == '+': + result.append(codes['blink']) + attr = attr[1:-1] + if attr[:1] == attr[-1:] == '*': + result.append(codes['bold']) + attr = attr[1:-1] + if attr[:1] == attr[-1:] == '_': + result.append(codes['underline']) + attr = attr[1:-1] + result.append(codes[attr]) + result.append(text) + result.append(codes['reset']) + return ''.join(result) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py new file mode 100644 index 00000000..dafa08d1 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py @@ -0,0 +1,71 @@ +""" + pygments.filter + ~~~~~~~~~~~~~~~ + + Module that implements the default filter. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + + +def apply_filters(stream, filters, lexer=None): + """ + Use this method to apply an iterable of filters to + a stream. If lexer is given it's forwarded to the + filter, otherwise the filter receives `None`. + """ + def _apply(filter_, stream): + yield from filter_.filter(lexer, stream) + for filter_ in filters: + stream = _apply(filter_, stream) + return stream + + +def simplefilter(f): + """ + Decorator that converts a function into a filter:: + + @simplefilter + def lowercase(self, lexer, stream, options): + for ttype, value in stream: + yield ttype, value.lower() + """ + return type(f.__name__, (FunctionFilter,), { + '__module__': getattr(f, '__module__'), + '__doc__': f.__doc__, + 'function': f, + }) + + +class Filter: + """ + Default filter. Subclass this class or use the `simplefilter` + decorator to create own filters. + """ + + def __init__(self, **options): + self.options = options + + def filter(self, lexer, stream): + raise NotImplementedError() + + +class FunctionFilter(Filter): + """ + Abstract class used by `simplefilter` to create simple + function filters on the fly. The `simplefilter` decorator + automatically creates subclasses of this class for + functions passed to it. + """ + function = None + + def __init__(self, **options): + if not hasattr(self, 'function'): + raise TypeError('%r used without bound function' % + self.__class__.__name__) + Filter.__init__(self, **options) + + def filter(self, lexer, stream): + # pylint: disable=not-callable + yield from self.function(lexer, stream, self.options) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py new file mode 100644 index 00000000..5aa9ecbb --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py @@ -0,0 +1,940 @@ +""" + pygments.filters + ~~~~~~~~~~~~~~~~ + + Module containing filter lookup functions and default + filters. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import re + +from pip._vendor.pygments.token import String, Comment, Keyword, Name, Error, Whitespace, \ + string_to_tokentype +from pip._vendor.pygments.filter import Filter +from pip._vendor.pygments.util import get_list_opt, get_int_opt, get_bool_opt, \ + get_choice_opt, ClassNotFound, OptionError +from pip._vendor.pygments.plugin import find_plugin_filters + + +def find_filter_class(filtername): + """Lookup a filter by name. Return None if not found.""" + if filtername in FILTERS: + return FILTERS[filtername] + for name, cls in find_plugin_filters(): + if name == filtername: + return cls + return None + + +def get_filter_by_name(filtername, **options): + """Return an instantiated filter. + + Options are passed to the filter initializer if wanted. + Raise a ClassNotFound if not found. + """ + cls = find_filter_class(filtername) + if cls: + return cls(**options) + else: + raise ClassNotFound('filter %r not found' % filtername) + + +def get_all_filters(): + """Return a generator of all filter names.""" + yield from FILTERS + for name, _ in find_plugin_filters(): + yield name + + +def _replace_special(ttype, value, regex, specialttype, + replacefunc=lambda x: x): + last = 0 + for match in regex.finditer(value): + start, end = match.start(), match.end() + if start != last: + yield ttype, value[last:start] + yield specialttype, replacefunc(value[start:end]) + last = end + if last != len(value): + yield ttype, value[last:] + + +class CodeTagFilter(Filter): + """Highlight special code tags in comments and docstrings. + + Options accepted: + + `codetags` : list of strings + A list of strings that are flagged as code tags. The default is to + highlight ``XXX``, ``TODO``, ``FIXME``, ``BUG`` and ``NOTE``. + + .. versionchanged:: 2.13 + Now recognizes ``FIXME`` by default. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + tags = get_list_opt(options, 'codetags', + ['XXX', 'TODO', 'FIXME', 'BUG', 'NOTE']) + self.tag_re = re.compile(r'\b(%s)\b' % '|'.join([ + re.escape(tag) for tag in tags if tag + ])) + + def filter(self, lexer, stream): + regex = self.tag_re + for ttype, value in stream: + if ttype in String.Doc or \ + ttype in Comment and \ + ttype not in Comment.Preproc: + yield from _replace_special(ttype, value, regex, Comment.Special) + else: + yield ttype, value + + +class SymbolFilter(Filter): + """Convert mathematical symbols such as \\ in Isabelle + or \\longrightarrow in LaTeX into Unicode characters. + + This is mostly useful for HTML or console output when you want to + approximate the source rendering you'd see in an IDE. + + Options accepted: + + `lang` : string + The symbol language. Must be one of ``'isabelle'`` or + ``'latex'``. The default is ``'isabelle'``. + """ + + latex_symbols = { + '\\alpha' : '\U000003b1', + '\\beta' : '\U000003b2', + '\\gamma' : '\U000003b3', + '\\delta' : '\U000003b4', + '\\varepsilon' : '\U000003b5', + '\\zeta' : '\U000003b6', + '\\eta' : '\U000003b7', + '\\vartheta' : '\U000003b8', + '\\iota' : '\U000003b9', + '\\kappa' : '\U000003ba', + '\\lambda' : '\U000003bb', + '\\mu' : '\U000003bc', + '\\nu' : '\U000003bd', + '\\xi' : '\U000003be', + '\\pi' : '\U000003c0', + '\\varrho' : '\U000003c1', + '\\sigma' : '\U000003c3', + '\\tau' : '\U000003c4', + '\\upsilon' : '\U000003c5', + '\\varphi' : '\U000003c6', + '\\chi' : '\U000003c7', + '\\psi' : '\U000003c8', + '\\omega' : '\U000003c9', + '\\Gamma' : '\U00000393', + '\\Delta' : '\U00000394', + '\\Theta' : '\U00000398', + '\\Lambda' : '\U0000039b', + '\\Xi' : '\U0000039e', + '\\Pi' : '\U000003a0', + '\\Sigma' : '\U000003a3', + '\\Upsilon' : '\U000003a5', + '\\Phi' : '\U000003a6', + '\\Psi' : '\U000003a8', + '\\Omega' : '\U000003a9', + '\\leftarrow' : '\U00002190', + '\\longleftarrow' : '\U000027f5', + '\\rightarrow' : '\U00002192', + '\\longrightarrow' : '\U000027f6', + '\\Leftarrow' : '\U000021d0', + '\\Longleftarrow' : '\U000027f8', + '\\Rightarrow' : '\U000021d2', + '\\Longrightarrow' : '\U000027f9', + '\\leftrightarrow' : '\U00002194', + '\\longleftrightarrow' : '\U000027f7', + '\\Leftrightarrow' : '\U000021d4', + '\\Longleftrightarrow' : '\U000027fa', + '\\mapsto' : '\U000021a6', + '\\longmapsto' : '\U000027fc', + '\\relbar' : '\U00002500', + '\\Relbar' : '\U00002550', + '\\hookleftarrow' : '\U000021a9', + '\\hookrightarrow' : '\U000021aa', + '\\leftharpoondown' : '\U000021bd', + '\\rightharpoondown' : '\U000021c1', + '\\leftharpoonup' : '\U000021bc', + '\\rightharpoonup' : '\U000021c0', + '\\rightleftharpoons' : '\U000021cc', + '\\leadsto' : '\U0000219d', + '\\downharpoonleft' : '\U000021c3', + '\\downharpoonright' : '\U000021c2', + '\\upharpoonleft' : '\U000021bf', + '\\upharpoonright' : '\U000021be', + '\\restriction' : '\U000021be', + '\\uparrow' : '\U00002191', + '\\Uparrow' : '\U000021d1', + '\\downarrow' : '\U00002193', + '\\Downarrow' : '\U000021d3', + '\\updownarrow' : '\U00002195', + '\\Updownarrow' : '\U000021d5', + '\\langle' : '\U000027e8', + '\\rangle' : '\U000027e9', + '\\lceil' : '\U00002308', + '\\rceil' : '\U00002309', + '\\lfloor' : '\U0000230a', + '\\rfloor' : '\U0000230b', + '\\flqq' : '\U000000ab', + '\\frqq' : '\U000000bb', + '\\bot' : '\U000022a5', + '\\top' : '\U000022a4', + '\\wedge' : '\U00002227', + '\\bigwedge' : '\U000022c0', + '\\vee' : '\U00002228', + '\\bigvee' : '\U000022c1', + '\\forall' : '\U00002200', + '\\exists' : '\U00002203', + '\\nexists' : '\U00002204', + '\\neg' : '\U000000ac', + '\\Box' : '\U000025a1', + '\\Diamond' : '\U000025c7', + '\\vdash' : '\U000022a2', + '\\models' : '\U000022a8', + '\\dashv' : '\U000022a3', + '\\surd' : '\U0000221a', + '\\le' : '\U00002264', + '\\ge' : '\U00002265', + '\\ll' : '\U0000226a', + '\\gg' : '\U0000226b', + '\\lesssim' : '\U00002272', + '\\gtrsim' : '\U00002273', + '\\lessapprox' : '\U00002a85', + '\\gtrapprox' : '\U00002a86', + '\\in' : '\U00002208', + '\\notin' : '\U00002209', + '\\subset' : '\U00002282', + '\\supset' : '\U00002283', + '\\subseteq' : '\U00002286', + '\\supseteq' : '\U00002287', + '\\sqsubset' : '\U0000228f', + '\\sqsupset' : '\U00002290', + '\\sqsubseteq' : '\U00002291', + '\\sqsupseteq' : '\U00002292', + '\\cap' : '\U00002229', + '\\bigcap' : '\U000022c2', + '\\cup' : '\U0000222a', + '\\bigcup' : '\U000022c3', + '\\sqcup' : '\U00002294', + '\\bigsqcup' : '\U00002a06', + '\\sqcap' : '\U00002293', + '\\Bigsqcap' : '\U00002a05', + '\\setminus' : '\U00002216', + '\\propto' : '\U0000221d', + '\\uplus' : '\U0000228e', + '\\bigplus' : '\U00002a04', + '\\sim' : '\U0000223c', + '\\doteq' : '\U00002250', + '\\simeq' : '\U00002243', + '\\approx' : '\U00002248', + '\\asymp' : '\U0000224d', + '\\cong' : '\U00002245', + '\\equiv' : '\U00002261', + '\\Join' : '\U000022c8', + '\\bowtie' : '\U00002a1d', + '\\prec' : '\U0000227a', + '\\succ' : '\U0000227b', + '\\preceq' : '\U0000227c', + '\\succeq' : '\U0000227d', + '\\parallel' : '\U00002225', + '\\mid' : '\U000000a6', + '\\pm' : '\U000000b1', + '\\mp' : '\U00002213', + '\\times' : '\U000000d7', + '\\div' : '\U000000f7', + '\\cdot' : '\U000022c5', + '\\star' : '\U000022c6', + '\\circ' : '\U00002218', + '\\dagger' : '\U00002020', + '\\ddagger' : '\U00002021', + '\\lhd' : '\U000022b2', + '\\rhd' : '\U000022b3', + '\\unlhd' : '\U000022b4', + '\\unrhd' : '\U000022b5', + '\\triangleleft' : '\U000025c3', + '\\triangleright' : '\U000025b9', + '\\triangle' : '\U000025b3', + '\\triangleq' : '\U0000225c', + '\\oplus' : '\U00002295', + '\\bigoplus' : '\U00002a01', + '\\otimes' : '\U00002297', + '\\bigotimes' : '\U00002a02', + '\\odot' : '\U00002299', + '\\bigodot' : '\U00002a00', + '\\ominus' : '\U00002296', + '\\oslash' : '\U00002298', + '\\dots' : '\U00002026', + '\\cdots' : '\U000022ef', + '\\sum' : '\U00002211', + '\\prod' : '\U0000220f', + '\\coprod' : '\U00002210', + '\\infty' : '\U0000221e', + '\\int' : '\U0000222b', + '\\oint' : '\U0000222e', + '\\clubsuit' : '\U00002663', + '\\diamondsuit' : '\U00002662', + '\\heartsuit' : '\U00002661', + '\\spadesuit' : '\U00002660', + '\\aleph' : '\U00002135', + '\\emptyset' : '\U00002205', + '\\nabla' : '\U00002207', + '\\partial' : '\U00002202', + '\\flat' : '\U0000266d', + '\\natural' : '\U0000266e', + '\\sharp' : '\U0000266f', + '\\angle' : '\U00002220', + '\\copyright' : '\U000000a9', + '\\textregistered' : '\U000000ae', + '\\textonequarter' : '\U000000bc', + '\\textonehalf' : '\U000000bd', + '\\textthreequarters' : '\U000000be', + '\\textordfeminine' : '\U000000aa', + '\\textordmasculine' : '\U000000ba', + '\\euro' : '\U000020ac', + '\\pounds' : '\U000000a3', + '\\yen' : '\U000000a5', + '\\textcent' : '\U000000a2', + '\\textcurrency' : '\U000000a4', + '\\textdegree' : '\U000000b0', + } + + isabelle_symbols = { + '\\' : '\U0001d7ec', + '\\' : '\U0001d7ed', + '\\' : '\U0001d7ee', + '\\' : '\U0001d7ef', + '\\' : '\U0001d7f0', + '\\' : '\U0001d7f1', + '\\' : '\U0001d7f2', + '\\' : '\U0001d7f3', + '\\' : '\U0001d7f4', + '\\' : '\U0001d7f5', + '\\' : '\U0001d49c', + '\\' : '\U0000212c', + '\\' : '\U0001d49e', + '\\' : '\U0001d49f', + '\\' : '\U00002130', + '\\' : '\U00002131', + '\\' : '\U0001d4a2', + '\\' : '\U0000210b', + '\\' : '\U00002110', + '\\' : '\U0001d4a5', + '\\' : '\U0001d4a6', + '\\' : '\U00002112', + '\\' : '\U00002133', + '\\' : '\U0001d4a9', + '\\' : '\U0001d4aa', + '\\

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

      ' : '\U0001d507', + '\\' : '\U0001d508', + '\\' : '\U0001d509', + '\\' : '\U0001d50a', + '\\' : '\U0000210c', + '\\' : '\U00002111', + '\\' : '\U0001d50d', + '\\' : '\U0001d50e', + '\\' : '\U0001d50f', + '\\' : '\U0001d510', + '\\' : '\U0001d511', + '\\' : '\U0001d512', + '\\' : '\U0001d513', + '\\' : '\U0001d514', + '\\' : '\U0000211c', + '\\' : '\U0001d516', + '\\' : '\U0001d517', + '\\' : '\U0001d518', + '\\' : '\U0001d519', + '\\' : '\U0001d51a', + '\\' : '\U0001d51b', + '\\' : '\U0001d51c', + '\\' : '\U00002128', + '\\' : '\U0001d51e', + '\\' : '\U0001d51f', + '\\' : '\U0001d520', + '\\

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

      ' : '\U0001d521', + '\\' : '\U0001d522', + '\\' : '\U0001d523', + '\\' : '\U0001d524', + '\\' : '\U0001d525', + '\\' : '\U0001d526', + '\\' : '\U0001d527', + '\\' : '\U0001d528', + '\\' : '\U0001d529', + '\\' : '\U0001d52a', + '\\' : '\U0001d52b', + '\\' : '\U0001d52c', + '\\' : '\U0001d52d', + '\\' : '\U0001d52e', + '\\' : '\U0001d52f', + '\\' : '\U0001d530', + '\\' : '\U0001d531', + '\\' : '\U0001d532', + '\\' : '\U0001d533', + '\\' : '\U0001d534', + '\\' : '\U0001d535', + '\\' : '\U0001d536', + '\\' : '\U0001d537', + '\\' : '\U000003b1', + '\\' : '\U000003b2', + '\\' : '\U000003b3', + '\\' : '\U000003b4', + '\\' : '\U000003b5', + '\\' : '\U000003b6', + '\\' : '\U000003b7', + '\\' : '\U000003b8', + '\\' : '\U000003b9', + '\\' : '\U000003ba', + '\\' : '\U000003bb', + '\\' : '\U000003bc', + '\\' : '\U000003bd', + '\\' : '\U000003be', + '\\' : '\U000003c0', + '\\' : '\U000003c1', + '\\' : '\U000003c3', + '\\' : '\U000003c4', + '\\' : '\U000003c5', + '\\' : '\U000003c6', + '\\' : '\U000003c7', + '\\' : '\U000003c8', + '\\' : '\U000003c9', + '\\' : '\U00000393', + '\\' : '\U00000394', + '\\' : '\U00000398', + '\\' : '\U0000039b', + '\\' : '\U0000039e', + '\\' : '\U000003a0', + '\\' : '\U000003a3', + '\\' : '\U000003a5', + '\\' : '\U000003a6', + '\\' : '\U000003a8', + '\\' : '\U000003a9', + '\\' : '\U0001d539', + '\\' : '\U00002102', + '\\' : '\U00002115', + '\\' : '\U0000211a', + '\\' : '\U0000211d', + '\\' : '\U00002124', + '\\' : '\U00002190', + '\\' : '\U000027f5', + '\\' : '\U00002192', + '\\' : '\U000027f6', + '\\' : '\U000021d0', + '\\' : '\U000027f8', + '\\' : '\U000021d2', + '\\' : '\U000027f9', + '\\' : '\U00002194', + '\\' : '\U000027f7', + '\\' : '\U000021d4', + '\\' : '\U000027fa', + '\\' : '\U000021a6', + '\\' : '\U000027fc', + '\\' : '\U00002500', + '\\' : '\U00002550', + '\\' : '\U000021a9', + '\\' : '\U000021aa', + '\\' : '\U000021bd', + '\\' : '\U000021c1', + '\\' : '\U000021bc', + '\\' : '\U000021c0', + '\\' : '\U000021cc', + '\\' : '\U0000219d', + '\\' : '\U000021c3', + '\\' : '\U000021c2', + '\\' : '\U000021bf', + '\\' : '\U000021be', + '\\' : '\U000021be', + '\\' : '\U00002237', + '\\' : '\U00002191', + '\\' : '\U000021d1', + '\\' : '\U00002193', + '\\' : '\U000021d3', + '\\' : '\U00002195', + '\\' : '\U000021d5', + '\\' : '\U000027e8', + '\\' : '\U000027e9', + '\\' : '\U00002308', + '\\' : '\U00002309', + '\\' : '\U0000230a', + '\\' : '\U0000230b', + '\\' : '\U00002987', + '\\' : '\U00002988', + '\\' : '\U000027e6', + '\\' : '\U000027e7', + '\\' : '\U00002983', + '\\' : '\U00002984', + '\\' : '\U000000ab', + '\\' : '\U000000bb', + '\\' : '\U000022a5', + '\\' : '\U000022a4', + '\\' : '\U00002227', + '\\' : '\U000022c0', + '\\' : '\U00002228', + '\\' : '\U000022c1', + '\\' : '\U00002200', + '\\' : '\U00002203', + '\\' : '\U00002204', + '\\' : '\U000000ac', + '\\' : '\U000025a1', + '\\' : '\U000025c7', + '\\' : '\U000022a2', + '\\' : '\U000022a8', + '\\' : '\U000022a9', + '\\' : '\U000022ab', + '\\' : '\U000022a3', + '\\' : '\U0000221a', + '\\' : '\U00002264', + '\\' : '\U00002265', + '\\' : '\U0000226a', + '\\' : '\U0000226b', + '\\' : '\U00002272', + '\\' : '\U00002273', + '\\' : '\U00002a85', + '\\' : '\U00002a86', + '\\' : '\U00002208', + '\\' : '\U00002209', + '\\' : '\U00002282', + '\\' : '\U00002283', + '\\' : '\U00002286', + '\\' : '\U00002287', + '\\' : '\U0000228f', + '\\' : '\U00002290', + '\\' : '\U00002291', + '\\' : '\U00002292', + '\\' : '\U00002229', + '\\' : '\U000022c2', + '\\' : '\U0000222a', + '\\' : '\U000022c3', + '\\' : '\U00002294', + '\\' : '\U00002a06', + '\\' : '\U00002293', + '\\' : '\U00002a05', + '\\' : '\U00002216', + '\\' : '\U0000221d', + '\\' : '\U0000228e', + '\\' : '\U00002a04', + '\\' : '\U00002260', + '\\' : '\U0000223c', + '\\' : '\U00002250', + '\\' : '\U00002243', + '\\' : '\U00002248', + '\\' : '\U0000224d', + '\\' : '\U00002245', + '\\' : '\U00002323', + '\\' : '\U00002261', + '\\' : '\U00002322', + '\\' : '\U000022c8', + '\\' : '\U00002a1d', + '\\' : '\U0000227a', + '\\' : '\U0000227b', + '\\' : '\U0000227c', + '\\' : '\U0000227d', + '\\' : '\U00002225', + '\\' : '\U000000a6', + '\\' : '\U000000b1', + '\\' : '\U00002213', + '\\' : '\U000000d7', + '\\
      ' : '\U000000f7', + '\\' : '\U000022c5', + '\\' : '\U000022c6', + '\\' : '\U00002219', + '\\' : '\U00002218', + '\\' : '\U00002020', + '\\' : '\U00002021', + '\\' : '\U000022b2', + '\\' : '\U000022b3', + '\\' : '\U000022b4', + '\\' : '\U000022b5', + '\\' : '\U000025c3', + '\\' : '\U000025b9', + '\\' : '\U000025b3', + '\\' : '\U0000225c', + '\\' : '\U00002295', + '\\' : '\U00002a01', + '\\' : '\U00002297', + '\\' : '\U00002a02', + '\\' : '\U00002299', + '\\' : '\U00002a00', + '\\' : '\U00002296', + '\\' : '\U00002298', + '\\' : '\U00002026', + '\\' : '\U000022ef', + '\\' : '\U00002211', + '\\' : '\U0000220f', + '\\' : '\U00002210', + '\\' : '\U0000221e', + '\\' : '\U0000222b', + '\\' : '\U0000222e', + '\\' : '\U00002663', + '\\' : '\U00002662', + '\\' : '\U00002661', + '\\' : '\U00002660', + '\\' : '\U00002135', + '\\' : '\U00002205', + '\\' : '\U00002207', + '\\' : '\U00002202', + '\\' : '\U0000266d', + '\\' : '\U0000266e', + '\\' : '\U0000266f', + '\\' : '\U00002220', + '\\' : '\U000000a9', + '\\' : '\U000000ae', + '\\' : '\U000000ad', + '\\' : '\U000000af', + '\\' : '\U000000bc', + '\\' : '\U000000bd', + '\\' : '\U000000be', + '\\' : '\U000000aa', + '\\' : '\U000000ba', + '\\
      ' : '\U000000a7', + '\\' : '\U000000b6', + '\\' : '\U000000a1', + '\\' : '\U000000bf', + '\\' : '\U000020ac', + '\\' : '\U000000a3', + '\\' : '\U000000a5', + '\\' : '\U000000a2', + '\\' : '\U000000a4', + '\\' : '\U000000b0', + '\\' : '\U00002a3f', + '\\' : '\U00002127', + '\\' : '\U000025ca', + '\\' : '\U00002118', + '\\' : '\U00002240', + '\\' : '\U000022c4', + '\\' : '\U000000b4', + '\\' : '\U00000131', + '\\' : '\U000000a8', + '\\' : '\U000000b8', + '\\' : '\U000002dd', + '\\' : '\U000003f5', + '\\' : '\U000023ce', + '\\' : '\U00002039', + '\\' : '\U0000203a', + '\\' : '\U00002302', + '\\<^sub>' : '\U000021e9', + '\\<^sup>' : '\U000021e7', + '\\<^bold>' : '\U00002759', + '\\<^bsub>' : '\U000021d8', + '\\<^esub>' : '\U000021d9', + '\\<^bsup>' : '\U000021d7', + '\\<^esup>' : '\U000021d6', + } + + lang_map = {'isabelle' : isabelle_symbols, 'latex' : latex_symbols} + + def __init__(self, **options): + Filter.__init__(self, **options) + lang = get_choice_opt(options, 'lang', + ['isabelle', 'latex'], 'isabelle') + self.symbols = self.lang_map[lang] + + def filter(self, lexer, stream): + for ttype, value in stream: + if value in self.symbols: + yield ttype, self.symbols[value] + else: + yield ttype, value + + +class KeywordCaseFilter(Filter): + """Convert keywords to lowercase or uppercase or capitalize them, which + means first letter uppercase, rest lowercase. + + This can be useful e.g. if you highlight Pascal code and want to adapt the + code to your styleguide. + + Options accepted: + + `case` : string + The casing to convert keywords to. Must be one of ``'lower'``, + ``'upper'`` or ``'capitalize'``. The default is ``'lower'``. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + case = get_choice_opt(options, 'case', + ['lower', 'upper', 'capitalize'], 'lower') + self.convert = getattr(str, case) + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype in Keyword: + yield ttype, self.convert(value) + else: + yield ttype, value + + +class NameHighlightFilter(Filter): + """Highlight a normal Name (and Name.*) token with a different token type. + + Example:: + + filter = NameHighlightFilter( + names=['foo', 'bar', 'baz'], + tokentype=Name.Function, + ) + + This would highlight the names "foo", "bar" and "baz" + as functions. `Name.Function` is the default token type. + + Options accepted: + + `names` : list of strings + A list of names that should be given the different token type. + There is no default. + `tokentype` : TokenType or string + A token type or a string containing a token type name that is + used for highlighting the strings in `names`. The default is + `Name.Function`. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + self.names = set(get_list_opt(options, 'names', [])) + tokentype = options.get('tokentype') + if tokentype: + self.tokentype = string_to_tokentype(tokentype) + else: + self.tokentype = Name.Function + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype in Name and value in self.names: + yield self.tokentype, value + else: + yield ttype, value + + +class ErrorToken(Exception): + pass + + +class RaiseOnErrorTokenFilter(Filter): + """Raise an exception when the lexer generates an error token. + + Options accepted: + + `excclass` : Exception class + The exception class to raise. + The default is `pygments.filters.ErrorToken`. + + .. versionadded:: 0.8 + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + self.exception = options.get('excclass', ErrorToken) + try: + # issubclass() will raise TypeError if first argument is not a class + if not issubclass(self.exception, Exception): + raise TypeError + except TypeError: + raise OptionError('excclass option is not an exception class') + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype is Error: + raise self.exception(value) + yield ttype, value + + +class VisibleWhitespaceFilter(Filter): + """Convert tabs, newlines and/or spaces to visible characters. + + Options accepted: + + `spaces` : string or bool + If this is a one-character string, spaces will be replaces by this string. + If it is another true value, spaces will be replaced by ``·`` (unicode + MIDDLE DOT). If it is a false value, spaces will not be replaced. The + default is ``False``. + `tabs` : string or bool + The same as for `spaces`, but the default replacement character is ``»`` + (unicode RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK). The default value + is ``False``. Note: this will not work if the `tabsize` option for the + lexer is nonzero, as tabs will already have been expanded then. + `tabsize` : int + If tabs are to be replaced by this filter (see the `tabs` option), this + is the total number of characters that a tab should be expanded to. + The default is ``8``. + `newlines` : string or bool + The same as for `spaces`, but the default replacement character is ``¶`` + (unicode PILCROW SIGN). The default value is ``False``. + `wstokentype` : bool + If true, give whitespace the special `Whitespace` token type. This allows + styling the visible whitespace differently (e.g. greyed out), but it can + disrupt background colors. The default is ``True``. + + .. versionadded:: 0.8 + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + for name, default in [('spaces', '·'), + ('tabs', '»'), + ('newlines', '¶')]: + opt = options.get(name, False) + if isinstance(opt, str) and len(opt) == 1: + setattr(self, name, opt) + else: + setattr(self, name, (opt and default or '')) + tabsize = get_int_opt(options, 'tabsize', 8) + if self.tabs: + self.tabs += ' ' * (tabsize - 1) + if self.newlines: + self.newlines += '\n' + self.wstt = get_bool_opt(options, 'wstokentype', True) + + def filter(self, lexer, stream): + if self.wstt: + spaces = self.spaces or ' ' + tabs = self.tabs or '\t' + newlines = self.newlines or '\n' + regex = re.compile(r'\s') + + def replacefunc(wschar): + if wschar == ' ': + return spaces + elif wschar == '\t': + return tabs + elif wschar == '\n': + return newlines + return wschar + + for ttype, value in stream: + yield from _replace_special(ttype, value, regex, Whitespace, + replacefunc) + else: + spaces, tabs, newlines = self.spaces, self.tabs, self.newlines + # simpler processing + for ttype, value in stream: + if spaces: + value = value.replace(' ', spaces) + if tabs: + value = value.replace('\t', tabs) + if newlines: + value = value.replace('\n', newlines) + yield ttype, value + + +class GobbleFilter(Filter): + """Gobbles source code lines (eats initial characters). + + This filter drops the first ``n`` characters off every line of code. This + may be useful when the source code fed to the lexer is indented by a fixed + amount of space that isn't desired in the output. + + Options accepted: + + `n` : int + The number of characters to gobble. + + .. versionadded:: 1.2 + """ + def __init__(self, **options): + Filter.__init__(self, **options) + self.n = get_int_opt(options, 'n', 0) + + def gobble(self, value, left): + if left < len(value): + return value[left:], 0 + else: + return '', left - len(value) + + def filter(self, lexer, stream): + n = self.n + left = n # How many characters left to gobble. + for ttype, value in stream: + # Remove ``left`` tokens from first line, ``n`` from all others. + parts = value.split('\n') + (parts[0], left) = self.gobble(parts[0], left) + for i in range(1, len(parts)): + (parts[i], left) = self.gobble(parts[i], n) + value = '\n'.join(parts) + + if value != '': + yield ttype, value + + +class TokenMergeFilter(Filter): + """Merges consecutive tokens with the same token type in the output + stream of a lexer. + + .. versionadded:: 1.2 + """ + def __init__(self, **options): + Filter.__init__(self, **options) + + def filter(self, lexer, stream): + current_type = None + current_value = None + for ttype, value in stream: + if ttype is current_type: + current_value += value + else: + if current_type is not None: + yield current_type, current_value + current_type = ttype + current_value = value + if current_type is not None: + yield current_type, current_value + + +FILTERS = { + 'codetagify': CodeTagFilter, + 'keywordcase': KeywordCaseFilter, + 'highlight': NameHighlightFilter, + 'raiseonerror': RaiseOnErrorTokenFilter, + 'whitespace': VisibleWhitespaceFilter, + 'gobble': GobbleFilter, + 'tokenmerge': TokenMergeFilter, + 'symbols': SymbolFilter, +} diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..87d230c110536c2f470b68039c2f8d6b498c5042 GIT binary patch literal 37972 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

      geLYL;id)+I}!vb#QUu=aj@v?>iO-{zG0- z!oBmi&##qsFPI+k#hRs}pW16SccOWl&tY6{zI^@Vh3Oa#4Hjd_!ywMRsy9vg{I+=e z_K!~AISr90zkAc5KT!S1XvnYLH0pB8V6)6~E}U83^}&Jn4=i`CmaY}-yL&QPa5Qc| zg!F}n^$+ciM`lA|-oyOe^!ps7ue?2wL$dckUdbz8XA;gr)kc0(6qAtOvgT-6x3|x07jk*MotT38H5eSsPn+c zDZV6a`0yylXQ2$EXqn3cBhP}Mktf+;b;tt?&yF~Vor94(1BQrW&Ka?yHn4Vx8|H|U z3m1_b8eN6)1+u{+ovH64SY2Tvp!vpMBY#203hiek;(}aV{bRcOItBk4LAXp|C^A*z zXMo`FGmQtzF)r!fP%fGz>EBZDCkR^Y()Z|Iqw8q|KLeT9=zD8^5(Up;DjFlWK`Bm! zeu^Mrg!Nk5pvMFSKcnCQMd$~y%0XHk%Od@Iiuf}MeoDav1^W@OPY6DPDi?C9%$;l% zvRs#DZDeFQCCPoF%SRQu{EL!`rQL5|2I0s=LWx|~L>)ErMn-wxIR}TM;>H#DgKS&z zM2kCP`P*Z;UB3aXt!{a&tI00Dej1cN951h0l5UqRzj(V^rmvmL^(%(=TUI>pcO=o* z!%MT#(w0TjUxk=HN5s_4iD}n!zh_#jIIx)Yu%c!m>*utFRk~KObM^Imhd(J@d+x<( z#f$NZ29UqXMrdiJP1uf--vnw`TDDZW+>K2+Yb71)&W^Y}Z=vh@vFnE)9Y9xPD%WrC zccfA|)eif=V;(=x4*M)R2V8(sA}dS#Qk123C`%kuXo)-nEtIg{7=X_)c}B?;!2*0V z(KGwAjG76nImJ_O^2RPu08kJvir(0-;-E#wK>=L}J5uG)a2+I5pGcx7iKWa?q&zeR zA^$-}B}ohh8-`8{#R#?)*9#^A>4Var;+=G#0>T08sfV?sF z3H~cV{F^9~TQ}^^4SQA8UNsLMC*Ll8BWf4s^-M6aWY;7KCix35E?O4!a6o!F zv@rH|?xS23ECWklWnUUgB(}v^;#;`+Zw8jy6ksXPfCV6cWp99htnaB)T>((hCcaLc zcoU!aa0UOMlQzvv`ykaoo?HW$hG}wJEgD^v{!hF}n^`6naGJ)&%RFsLsl?!xB@;%( zXhK^hU*iCM|gL`IvwRZ*#7_0DFpME04mU0VT#ubE-Lz|}+(sfpnnMV^2f z%_IyaFeut06lFSv$JT1)+iMS@X`EGGr#q(Z?V!7>6p*@iN8YeTB#xy_^(M~dfKN4- zW};z;C?;ShU6cbm`G3*s>Y2A7yKmI*TCd+liVPesHk{j{&TVT>c#b8O=Rdl5 z=i)}kvGtB)Yvm{I+fR~e(EC=e?9a7S^j^*Fn)_JjM*i%@Y4YEv!FHPSH28d5vXEh(l3Bf`YSwZ zpo;hm2*UtBb7@4E(=M&FFY?1@L?Hv}NR4Pm22}z=K30OI5*b}Gv(Nfbv1b?Xbj7zG>3W7hIyY&f*-&_4ag9r{CiOdq>#xKF_bg2sCM zJ=ukTGZ|6O=PTn}$|BpWP9=55Guj-mbDWe%P%-u_y^Esp@&bM&B2dY$3(B$)rOdo+ zL@~Q)>;+`yW6yPet;-cLYlYlpg7!CUW%?WX64T$t?=MBXz`9`8gy$-Kif2pbX#k#_ zKtP^@nLO*XHFyOfGwoH-9Gl@iX9#!DX-yscTkV2}ADqul<-@l)agrPU<8V0~)z4%N zH{Wq$l!$u42A1@R_d#X~!=5k7CXr1yW$>IZsmY(NAEblzw{CJxi{D2B38_toog&!U zSbX!F*S~qcwkwvmV}Q%lJZiGa;N=Xs?+Y3yNE++5i7?DONkQ;QBINXsC0fo zi8StMS6Ybs_>!ub|zk*JwE-Vv)WI3rsd+EOn7WsTQ6Ct;mpeMa*C!v|Btck{v0G zWUEic(WE7qK-n{L7bfL5j;g*cC=XVkjMAY+8F__~5v1LC1ud+3W}ftxsUAB@88=?X z;tlj&S$};Ki-Z>GpfXZYw>lDEW)$S{P3}!3d(I4xjlYRe*p@bccvR|9dZs7uj(3%} zK?9zCfYFu99Wwy4czGYOc6K~tY_*v|&$P0iIZ9hbcGfZLfDZ}TBiIEWlKE%q07W9C z^^7y7ZtfrnJb+zRSkg2|I{>wrys6aGuwmv%RY;Y=4jRcJdcmQ4E(f-U99R)85gWoR z*b=h?F4U48s6}q_!%n**S{-)SKgkwpPs>k>&Dj|9jCSEj7GVs0a11wIR{Ud_mXIIT zK6rM5PLt**Br?YqwtG-MNfhffU>@>UvdLYA&J@x%EWS(!)(Uh4?G>Lmjr|0itJoBC z9$#w9Q9dvGvq{LAEcv2r*T>*#zFdRie(M^OG;v8tP+jmhYc}HP>7O{NGPv`;ambb zDTE&_$<3rDe428KH4A&-NV4Si(MHM%hC~Mvv9~Abo(`ds_f@c4Hb(I6Ar8!z;N(M_ z*r&(ga0G{?L^j(^N*`rQ7;zptc@80U5sFi$DfyS%D{@ngzztWXscsxvxG9)iA%edK z!)6i^*0S=8`Kl9KJU8;{qIq@mCfeh3VDW&wy9cL?;8j)g6I~B%7dX^nVfUsXKX)HH zb*C#@*0tIgE!(?b-fYm}goL8jXi@7*W2|WV{J_uiN|y$H@X`kt-@h2G>WnvU+i2b! zZQgsgIM#eH>TFoBF13AHSpA@}`GX7ZU-;m)_g`Dx8*A)YJhRZh)beR*B`R1p-p*Mv zJ!otHsQFIwMq78Zt^4lYSX+OzsCnVok}qCSvr(}vTCr_4bZLX2{epFi#~uoeSU}5OIT96i;EikX zIOLu3nx&B?Y036j=g4)@I$9}SmQ^pCzw^eO1~luvoZC6e-u0$^tJx@YSG;K(zwgIp zg2qGoU%}buu%61PW+~6F46L^wT=m^+SZg?XzwB7NqH^i%dlznBSU&%~*VZc9){EM( zn77#fX>qw0qR4b=U5d<9E$>r|+Hp@$8y#{C?4icvanZ1|G@@%+&9H zhpK6%@f{qZRJ}C4eD?P2T4^inh-KB^F>lW5G3Afm(Ch3@((zATKe^PnUeU39eATp8 zw)?*QIjABFXK!6tys&is?bp@{Trs-~dok_KUw<~M*A-z=H4kvI|KP^{7uWZ{xRkqM z{K$I8x?22U-g?=dwF@sVm_IEniwg}K!v3hRA7@kvhZc^1S}MSyX`^9Rv|-ok%h85| z_w><*L$|XN`wo3PuqK?iZGI@YC_uK|QDHZZx)OR8jwecmloU(m_|ClxrVVFn)CqvR z@7%swi`M*?;C7(Wn>$X_>HkUIv0TF+n2zM&{wMi82tUa^lzXDa{I4pEc=%VBsQ^Im^Zl> zG@R5h9OFg=Fk!}yducXB6(-?K7p_PnHAw{b22q+m6aq(bCnGYK}h6iQzaNp#A{(lfc2f2)ES zA2X;cnNmZ5Fu#j!>9CZ; zEJE0$%N>!p)yFIyLuxQpEPJwp@40NjmNVZ%jI!io0vyo>-{eIfV&~jOO5i4QUCwZw zgW8T>HfmcAjY^Aun~>q}p%{hjVnfBm^@(}oFRGiCUyoJqe5}jOuBBDT>){3c!tOZi zIDKzj!E(-0@xu6b9Q53EeR|1wJwn{M7j(X=W?=xk+-`*z!yBbtQTl)2p{wbGw)fjM zTs<*Y515hb;F9_06_vj|@O!)0s{7U|`eH?WU?6MN-FIJ#Rv%icI20>7M9U1Q=KyGqw zav_(`1IOw7@JXlRJn8cZk`JHF4QTQ;h~_@@Ncw*$_zZzUMJ>F+2@C(CLJA#Cm}oI6 zT#!mg>D?WSVXzCuzy{;c6_nvXDsBtJ$&a@N7YCQWN+-h|!P!-}Y8GpjEwTLOdCSAR zVrA!F@)Qu+qUR^wU<l1yR@?~Sh=d+ zrzK-KbF^pWE-h!K7JV0W+LiR$FDo&V9;n&^SX(mafGlSw?JhNECVNt9icI6g_Y%=K zm1=EO?$UZo>^$vCOHq*)jYo;BHW~Ki&?>v)sEeK(!2(N?7G(_?-B^<>EjO@vYu4Cm z@?5|qsEBnQ)Shb>Y`Jb4{I5 z8_e6PmP4#@#uvm$uutpJqw>W{4IDK3DIFjHCL6$+R(N@XCG(?$*;>qhrZ{5eQYA$& zef|HU$0HQ{-xSnR#DAc>#|R+MVvC9NFX{RB5hz{&#OkGgPH(H}?mi_o^C>5hjPrS! z&C8neG&Y;k1d8cwK0W>}k!+&;AlX$q9R8SJAI+~{J_)xZcC3xF=;rHhy}lHpO)4wj zSg+mA4)N`X7I&oy#6v+`W5cn4lXTtG&qqt~wI)v{B0JEP^DtCm># zo&^i-&wK;No~h^Yj^dbCyauCqdGY0?E3x9H`6HAlay_#2jdh%cMk%*P%eSwV#LD;b zlwV)``tp%j@iv}v_N`eYdJjudDda3cJ zb^#i7Hs3ZceSqG#Hqp`02bM_zKUopYH90gWrJRNsh@H90a!=9ON6KvT%ML z3?RWow&DjIWTzwZ6YPditRzzKRSI6GV1@z+@;Ygnf;SK(tbj}Q30uCPw@4A+p@5cd zI502>Vc^8zhk*_O3}e}hd7}x_`1sBwe9dtjwlqCB0vhAx_9X_Er2B9SZ{};ixb&m|gCbM<(ShmhyaIHTMRy}_0Xgt4sY0sLo{@U@!rcSf# z@vz=vE_m#;n9C`sdh9GQ_dMBdH#a@0$}<-~aTS}3AG@;=lsL^LFuGVAj|_Tq!xJO! z;8bgFfZ>7Onano%9qw@4*OqsW?PiqXXht1p^?iDC)8k`?R=oMD-e#_OTxLa3WJe^b zt$6G*nk!)~vXozYdBa>5HJ2?H-ZwWsG8oJUsg|Zqx_fLrr8n0*F8})<(qO3Ucm_xlahOCc8or? z9dyf_27(u{)mM1cdef64IQaccm;E!H?Pog2pXy5glWy0a=?+D8hyF}=I;uOpX@ckU&rD9N z^V%!dY?art9$9r}>%8%=9h)Ef)Re_;Mz`FID{sbdNJ@!eO;@m4psVhDqBH309@|X% z%EyjuefeftR*`8<=iDsFb(l6QbXld)2OOoF6_yIqqsl^u>6&e`Ew=(mN;YeZ^!SeDTo&&L4ySM0<=Ud zU_G=h2;MeFkPMU^HJe8UJ=1I$tWzsriowN$3x*0%Y8fhIB?f=-Q1KWi+P=jPmEza_EndtM9b*R3ImV0mVgXWx z-!Kii#G;`xv3RIlEE%dWaQ&QE`Z6cFyhU#smGKT$vfMJ{mV2x8+-jCvf!xYB4QkCA zmRE(mYOhJJS<7;3kX!4m)pP4uZXI&#({k%sZUb_KwA_YSLo??sYT+a^W@sHMJj-1T zUf?bo&vF-dwWOTq)OnW-6;I`-)i(?kpXH`ZT7A5GRZF`Y!+(+|AWYAWO?sz7!H&^@ zH0cS2yi%~kH#x@2Ud$cxSm9x3yrJRqfq;KFFddQ|^yHfg zu?JS<_XU-w0xB9A51=zDbsJ^#z@%r)E8E#mujIL)CJzUuLT3)6?E+S!_a+zj`$n^~ zj!chbXC0iJ&dhRKWKK4p3QT&YWYfVw;Cb0HNYM4m)>GcG8NWx8Eyum0Z)Q@qo;dIK zePzZgTLwZN0EX)O#julNK`jeA*ppHL!?X;ZICZ?|7+yKk1IXc(6UTbxJc^Z^a8a*! z!t=!$;k0KeC>#$=1;UO)ff>o?m4rd>1=)PuJLM0ID0^LrfygY}FT&4t&dULnIYQ$h zCv7=^^Kf8hN(^sgpakkjUcrO^QvqQnNI(WY0F#B_w0Fce>hp?&QUi6@ zLJ{k@jZz!6Xb%$l(6%czs4!z_Duv_jpF~OKLW7nXUgn2PqVZ*J$Sj%=TSPNrt7t)N z6AMHu%I%^JPkEvpu|v#5>=Ye{^JkszLfJu6JMNhRaHa5mhVaT$Q1E~jgoMDTGOcdR zlW=0Q;A1;~vv3}JezV{WjdXM%H&!VPO>T*QDUZ4Yxk4o})d z!JhD>w-mBzFHJB8r#&gZ6Zx6X^d$0csx3?P5kBY$6=-!bM!-!JYx$|)H`OH1&2oQ_ zo()+&muM|#^<1Xqr+(9WW}`0G%Cg?A((+Tk>F>IYgR=30Z%Vd^9tpqheA!Ohk|DF2 z4En-e*~~VpZ1YZy1Vj)6*%+J+%C>30Cq(EZ=LJI^DHOcm3ysTVy?uv!o;r4B`0$Cr zGsA;D$NPq#9vGAz!y}T{6Y>sIe>v(L?>UsJGwB)0RcCPEOQ||jzKft;rl8k9Ds^Cf zQYWGy?FDd3iLi&rl5ffv8XgY2(spi#mV1z1cp1@UE?LzyXS!OT{ghSUDKA-Bi=X^e zN5QqdSN0|xO)*E)(#|^$_lKpmtBt$nOQGOU8(C!m1bP32m!9gZ?g=E}2nFM=-q-Cz_uJA(Ebrm?j*lTrH)w zamf;~^m5Pkqa|y^niCZ*IzsSQ%TT9KYa{imwf0%)n5#^*YHeS#MQlO-YG1@QV&J*c zoC(M~%eifXVe9C~77{SR*6v_v*6-aXn?`+puiGG7f*}#Y68rT^l0@JSmLj4}H4>N_ z^^FM^Jkk^pqx&J>?Y09SX3kGbfe~*oD4S0ProE6AP7a*xlN}?0$;p{1-v}^4&Xc^M z8HrE|>EN{A7xMe2yg{i8O#>yptiT)$Nxo^fUHSs$nuwXo$io0-6LldSpnQHB z-kJAyMmG=K+7%T}t!~)%`p>-fGdDvIjC@faKWDn@s!X_AVy>3BtL=(?&N9y@9fj8p zTsg4lx$S63x~dbd)|jg`?%FWdm#nP2$C>kmc~i2q;`)Jw1JUL^cS^gHuG(Zp&GoM? zeDzl@B`Vru747kg&54Tbv5M_0JK`0)=S^~HMY5*hpC4Uw;O#Xh=c-&Q=A43pNIJ4$ z+&Ut)W96=MDZ~(YB9PdYC$KHSb0&07f^0P)HwXGecuk$S1eCkXUu_EM2$Ty+h==9k zNm?r?b!t7PenoyS9(Zo5%EX0qbO4g)98(zc)VBFcP|+~2S1_+MLJ%>g&DVrhe)9R6 zw2}Tp&NpII=6m&76BjXxCPrB59swIO%_Vo4($3Y(xl5H*&t0az`As4VZp)xli9R0I z3}y*!goI+Z(9{}idc!EuIHYQdYV?R6-8R{B`pns5eW#@-semyll1pS;NSg76W~aT3 zXGvSBl!Q6AnPItfgfd8mla3;i?F`+iQzij2bY|Erb)z_3k%7J{mj#BOM`17zhyc8G zRWCjUbiBt|?VWSIK(s_@d#tp5x$CX{Z|uL>6)$}pxrL>`?9~lh6C3u#Htf0C@~-Lq zg7*sI8&1rduIDY}p@pKB4~xpy>}ceHlPhhAHtbC{G{5@djTb*L@!K6F*B+0h6gde!2w+oc6XK5hKO9utsN0 zn)xKH39U@S&C{IQF!+!cAiWqtY^4Fz1@#VG@JeozLgsCZI73NSwgT;fAdQrkKAnz3 zPWntbo>6{*TG@;U;!a`3waAso;+dsGH-?s5V|AU0+Fh~QUGdt-61Dqdwfp0>kH-sp zqPCv()RgEPgO~~NFIuicBEQ6^XlgFuWFiMt(!?2}&siZQmx~6C@`#`aqeRsp=zYzC zl_K_*73M6XFgLwyOKUxcCU8X;HF~-1)#16T+dyq~YAjk*nhAUa?c;KZC8V!R6lDzs zj}e1rNFosnT%tKdVgm~kE-jV%jTq66F3YF#H3*=T2vSxMEooeWNDvF6HTRgZxP%Sx z{03%bO3gT8N}I76t>~ObYa26r)Qrvl7&DHTR6g+>_=HKc>wF>?bn;X_k)up$=jzWs z3a+2~=C3n8;TV)nPnK>6C9G2hQcfC&)SK*c7gri#lq(e@^R; z)b7zzR}3jRYSi#+{B<7KHv^a&e#>})cN-yl8$+Q{ibj~!J?OSbU&h;{iHeH4X$S-v ztCVd_g7#hv$)7+jDVH(9Vv% zu%vnX!TlY2-51e&@Hs@E{x|N^%iKNASiAeKt1MaSy1sj1_pj_pl(xo7TbHKplyBvJ+w6h@JfEnp`wipiFlX^|8R zE9oEjJ%W^SY4V3vkw2cH+)N=vdYbZlh=Rlbh!F|GPdTgxWD^CC8%Q@*>SLfQdupT(p;X(IzgQ7sG zM`|ll7CZRWD}2Oqk!J@OhKPmM4moBrDO|Fq@l?`)vjRARRpV34U|_psSCni`(Z0He zsI^p<(v(Ca^(dMk>oaK{Y0Edw8pU~upXHjl6ji~&ijn7VF!Ck+V8lA;Hb}&t!VY2M z83@&9AXK}hvy@{dq!z*kVIw0Q;R-jiTaS`iR`5*;l6MT)Ao@M8gGhS)- ziyr@sx9=kC_ow?LDIh7bd7dJg8K3vg%C_^KpqHuQunj;J55iUe<2ft@Goz!vi;CE8 zeL=B(%SI%m;}}zrWD$lrEK(#n$FLu#2s6_(hAb>f6b9QMWBtw{4|)h38sy;o-MX|%p4@Q5?`nGH3Vy!b7|bfEZo(xS+Z z8a`W|6b%_QbgqV;)R5Iit{P}#%tYF3FE`IW3+dpJ(axpq@f;j7V*F)DO288?C$A)p zI)}8GlB`6ge~YF!)$v?1r?mQ<@*_!Kx?NbC8?<~C|4^DkiWHd^Et-MXUnji&`;Iok zBwt;gGe^u)$3Mh)BTRn1`gFu1T69S+*SxH%JeH$OZDaOP5c%9Uf6au0*|gQqA%#aw z8fD@klg)CVX1oLm<|RHv&9fldv^p>Gpk2Dm3EJf(!{;UbEMb84MeCGJ`Mtnv)a<9} zf2ta->r!Jbogsa+S`YL5)fey{2@fn_R5-#vi~WD~C9RIzJ{aD9Ixrf7MbrDtao>m( z2;%9Pr+qj^yATux&pdNzMv`z0{Y9MK`2thVFkv^``RI3YzQDwqGg%@{xaE*%Y6H%Z zU@;Z69!H6eYt&i*`Gw#U!1(3jCyw@=9X|BbsZ)J8X?W^%-zm9-WgRwUxE*%XM9rpH&8Fo;E3S9y->(1t@>{l8&y&&9PseM%G~c_r zsVlK*Uu@I9o8r5@?+?B=7~gbSwXIx?xi%&nd+u?zvH^b440}+bp)=OdxnfkruHXOS zt-kl3jW?WLG<{gpu)1|mV(Y=!)`RbM-E#d&{U6lFw|;4{_thgejx5dGuHACCp=H^5 zyP+%D_1HT{-ac~kg;>|&CDZG9ujMW8ye(|It7cz}bv==my;e+pua!Uod|>0sY8BJ- z(&;~Sxz{$(#6RigifWSOjnSgU)sp&X!{K;If7IFk>4OHY5;ifuxGmY#`m0C(mUvp* z!=$U>BUg>q$OkU>r(f?+dwLi{&T45j-penOi(GgqzwBY~1lI1oqLO~z@LuzwO?|rz zKPW82!w+`Z4?E01IAAzzG5?S^A8s}L&|*f;4;@BI7nY;W4_hk^?=}B$uMz3@d3%3> z`TcwzaRwVD7RuOY3lgLd=2FE{W)m_ph244D=Ih7dEctJYjC&-{2pmTQI@eQ9VyTYI zABQtWKH2_5P@#sY^bMYE{2-AT)#}75P#dg5xGG(5qIdP8|A=>jbaHu_!v-vJB?=p3 zg^f$i@xr#KtxYj1r3;b75ZUZrLW0c>zu7@iK`$9XRFef5=5+Irw&E=R2;>@ z9z-gzuZ6FK7dOTVo99fcj*|JV#i~1wW;$HiyRdi36o-21S>~gq?NMht#5z4U>TFdO zMh7pNq$#k4`5F>rAC-zD5V^7a@SGi#1pB9>WG)KuTOp4F!9%h>b3qVB{hl#+9?=UFQhKyvz$aGi=Gijo>p@M()_~&0 zld&YSjkY^=n0d6U<^CC33lbl=%za|xoJ9-$1pn@Z?nQsBbW_y1>BIbDEoT%41Hk^n ze3zCp9xL4tb#9==p;y#Lwm9&a`j~ta-27p%K>;bLk)kGwnkm{#5j$|`rWDiqNkdoI zAMqdQ7b&7mCH)FTEflp<)J9Re7VSeKNX@;>ePS?}ZTD?O=7xJMPIKkG+EVkrd+ogW zAb-zNW8QbaJ0F?#t>!2AdxN~myy2eHW^TLha+o(N4O5#V_^$`rR}}6qBFb`AF$|gD z3TT8&ARJZ3cyd%BHx)RkSmBCd7pvi$h*L673$MgB-sfPtxwfs_i3BL}mQa27o_^ z5&w+nRl6X(Y8RRSoF-wT=pFUU_(LfkgpwmC`}&*ou90!@_{ogt{(-|y>Tu~CdwAL- zriOY3PyvOMJn)+Gj1V+8LXQXBy#AnDIPVQz@Iq|#dPc_KtTyE(ZzQ6Ts)r*Du2&gT zx3FF9gfN(SyJYslC<)1T1cdWmT20UrWkHF+FfS)%=`W1?&|d)Hkb-b{oWX-9s84Yn z5hB_yT=4n*)U3ApVuzsY8f-7We^v;N2WCLLP{X6QG|BwpJlJJya2OZKqe9R#1vakN z(kIxI<`dXNkb@IUwVD> zY|GL5`LWEl&%?=bOk&2gk$@lck0E1I^S13fx_0hrQpt&1n@(Dn!g-IhSqMmazk>lF zD|QI5jFC)cQbVnb4y0TIZEE&<#SDU>0C9LUYqU&uqj5?(1{BO3I=q0M*T^AcJAIfs zc$%6Ydu&&(UP=5-+d{OmsYONaGm{|8ph{`L0GamV=$CnfVs~T9rI+e`PkJPgamtj?aOPHMGs?qrPwQPt1c#%bI8TzW5xT=f(7qf`b_`1|%2^iD%{2?eC}9eNay zX;Tv6{SEO?Wd~UhB_~`D6AMwGgEx)WvI?IAkw+l*I=VF;kbGfKd@yB|gyrN|*+Wzo zJCiI^o$OKO+77!^)E)N^(^{qN#?#ExcovcdoeF8&P$SLb&}96i&3MJMX4gv`+d9+@ zM?6Bu2=C-{XqL5`>Yia+YO%ELX(9?DLf{beZZ)!$PLF=l-t|V*hKcVJxV(NZR9#VE z^n|UoY=p}<#QR@^R3{q;j`z#P>8Y`>xxE8Fhb59lGn8&p6G;NR-;1-9bk8w(3LBBn zLQ3g|B@p$Lkn4ms!j1CqU*^BV|1ys&BIMUh+93-e>W2krKDzgTmY4GE!aKV1n!9E$ zOY&tKPFc8NvPZEnRr8a-oBm$Pe<1=t3rOjfZ;>ZJ4vVa4{jTjz6&h$kpIypUiWcl* zo@QT09o;`WqmDy#rqv?A?E4-;b(}@>aDAkIQ)?xC9Q51_M`Y5|&IV=A0Eo zCza7DDds0=g;Q2hNPixqQhgtW`m}nOS>qU|&5S&RaALCoCpO9n(?P9X>UW|)mDWQ|OdA9uO41)@jY-7dWS6KY>%-|wB)vjy0qHntiK1^&M8+j)h$1qwGV7LdV+FV2 zNLe12zD@bxq3Aa#BBm?-CPlAPv`o>zq=?A5^j(Vn6{1W4Fq^OR78NqcT0GM@R}vvo zOoik;#b4HfG0h&r7WYRgVyDT(<()yo%#Ma58~I4F_AEIT#GLP?Y)I#LMITnSlJ zQ!tt1!WFdXy@#2>2Af*H(Bi?e1!uvEE^|MI)xB=Dq%m34f8WTL;&=qd6$AW7w&H}X zI%cb0?26eoE$zN-+mx&n=$6Yz<;Z)r`$l)XybaF|a@g;_(w%U$#T;!>M@O=yeXjQd zXXD+Ljjtbh?MR~KK&<7!T<;xc<43jaNoVQ&bGKU$vg4Di$w`g z!d15}J-z(=&F%53{b;*jwX%7se|hL;alG;itnbqL#S6=hl~eK3$KW7TCM;FFUh`Vb z@|SNm#T)nCycjQg0@d=8jjgX&zgC@S+!Jfu6L0)N%vMj?^Sxg`a<{(q)#qs>P#^UIP&uIu>=`H7+y_;G*d^s?*QXFn+FTr;D_S{_#=yz02&SUQr_)^~rb zWk04+^*B7S_^Km(^3cGV5pLX9^Y2#G%$fdK!KV-GoU5K4gMFwUgORtwtz9igN)3Nl zYCqCo{=<46@d);$9*7*!|NE7QAXKZ&D*ZCvOFUep!%v@q6u;%PO8m(VIqCJ#EgK*a zqv?!$F!GS1@EroKl?q!GYpy(4A*6$9~u2q#Wx5EN%(@>eL*A8uK7tGel&%r2nFq@ zcxDjK&@!km29Pc!9(DKyZk-N9)TBVN2Tnuy@FtzBYNsK};S@1XML$mQPE7RQ;5~(S z{sL0zM|?%>f)L{qN(2OOzc&xWfX36a@v6EGU_qH-2jzGzBRZi!WHiC1>U3OiR?-syO|BUbo$)b{xL zeLx^!`=A<$N9_Z)+MVmB%ea#=Pm&tg8E@JwdFgl2rj)(dg=|*r)Rr|6uFo~IRQVe; zJ5s^YP8y@Os`V>Opkq_%R;EHLj8t}@_4}NSePG>GzqD>;^%=w5j2qyP8Ple2P$Y$S z(3OVad9=WO@6;IX$gN*wHrpIRFP}+lITXXc!b4Hp zAq6Z11}&J7U|>0n1Y2QR^Q@3Mhz4lV-&X74R)PA~sDbT5wA<=ux=w2zcoS`zpK!ej<1=6B1o({%q>8 zgz+$7N$(?-v7JhFnxWcd2}(`5pu`9cJAoKRoqwCLy^71O7c3MknG(X*n6P!FJT5#I zE!-2e?O6{b+AM5)kv>LrRXLFV**ut<)HGonIX#}n0ju)sHl?X#8uJ)|*DH)?X_h(y zM=0<-juBEPl;rxF+BveBN$(H&W@rOjw{B(U%Gwq>ihkLJT7TvqQYaAHC5j@ElLDp6 z-y_&`qA|9QoW=7MSN2C8t;y2z#j?c0%Rr-52sh^1T^UvWhyX}> zm1@*pRHKUVLh4PpocBtYXXD69mG_xk7*tm*AhkeX+U1^&lkOB$J#WBRk|I zVd`!KpqWF6W?%q0Glq9Q62R=_Q&H++-p$;7(gHe`Es8P>LeEq|a&J(HK2ta|&{NrZ zir_{q=VpGX@(&1d&1g|2VI=1y3Y%hu_$a_~`D^=DT5sCk?u-{6jM@$=up-!KL5J04 z4LWr-poRwOLd#fvma zs_1cOHEMR%@{_M+6u~pE=pd8252{jk`hwWdEmYe*+mQoJ}*%d>aKS6OqkejxfZnmqdz`rc-Qmz0$(^PF45|+FB%%vaMy$ zzgBpqkXbKUV$PPOr{c~{tIooC%P$>GIO}50x?I1Pn(|+{gYap2JlGSr#gN>Hh}-z7cgaz!zL8NZ9IPwz|dO zQtxuhiuGniw7%y9jfSREK?h!A@VbRuy2NymzhuCF<0TVIn{n9z7n^XM1FmcA5|S0) z`=E=kcriP?z)Lmw%1C{a$@KeRaDbN>4a*+tp zsMp8~!Qo5^kvuIIhXa42&dPDg8F5Y!G_nG&mT0}?NAjg_V5It?TB<5?3sX;8Dq;Z% zQ=t*bN1bA=B=sAyYwe?4KkRx$xqhUTtNgp>6!Ae@`hixe?u32>l*)_bYyGp;Ex1&O zQ5S?U$4iz_jaDyWj##vr&;_@Ueyo&wpS@#Ddk2@$^mj~vu6~51wF>)`4qbdf=6#XB zWWj%2VG}K^HN(}IiLO#Sjw2Ub+!@wMGVnD0aFLFEb%H!=b=$&w@)QIT1l7S%L)4U& zOA)>Cu^C+Ogh!iJpRr}>moUaN5BWUlBP68XLNw?uRgCKvcun99IS&Ua(E382^FgT} z6=b^?M4kB_$`*JU;Ttm&VXhRV=s!`Epy)>wFDk4UfHf)UAHq2QN z&6h8_lda^mK9|3km#p1zpR2PASB}l~&F@T>R4j&G{pyXc#!A}p6`NO`H=MYNXXHvN zmF(Lk?cfC0k1iZtGRItPbA2$6mEqGj^kJN(CzX%ixT@6WGjUh@T;E4E#C&Qt-Q!C0 zg$3(8Ki{Q(1!t)%Ua@iB^dUZagEmhroWR$q5|!<-%J${%l^5cb`|->!U+joA>{#iG zH*_bP+7eB>VokeNX5vlz*wda^)1I5H@utVu99&t;1I|)bzE;4sx)qE5-dM}tn`h!J z2N#adA6ep)uKK0+m}~R=k=2$B%lRu|l*}K;$9ujpvefd55A1FJ@T$R`b}i>uGYS{RnaE`B^^YjR9g}qE|D6Mm9i1agK{`{g6Q_ofWIqHT4*! zBp+r4`gVe7pgU?H0IjH#g9M{xos8oA^)cLLC)p}xpnN2XlW?NiC)51Y2NlWN!Vah) zEqSK!@jb#bc0{EdR{b>|H5rMYmiehnvAZNC9jP8-!S#wFW6(4NtqMMU$_2lSmKjFS z6%OHcp^$WztQMEghpxZ4@M65U4fo&eo9B9xMaA>I2^V%td#tEke|F=lOsvSg?1>k4 zGC939Rz#N%ia#jY^obR3euhdpg?;c@D-P)AVBME#FVL=GA=e70tZUHd`CO~4sH7n5 zId5|!H^-^DYRJqXn};FUUozp!Ne*_3`_EuIxQ9yL713FOHhPXe(WcIkCxuS;C`r|j zn$dDa>RC(Ss~F}{Lt5)OV3pqbiw5jcOZah}v7BV$JsEw{wq?3cCeG!llqqW|el+;; z|3QHKNd2)0w}}2!OS_%QG3&P}gG3zJ)JvagHPPW`%1p}+WMw-Ups?HhUghNWO?v4B zBJKRt;G4u*GQDr6s^iMfg&-|IV+aa2D1#F@R2Ak9r#ncFg;bw?JgY+w%&%B%UN`7 z;L5P;=B+#ipa8BHM- zC5PAy4tIbl8Qes(_Fn2YV#5e94t>sce73PQRj#EVz}i7S%n>V_k6rl|gi5K}v|6d( zbXsz?2LdoR0WO&xFg6cV7$E4Syh~7GF6Cb;h!jW%F@{aqb)ir>B2K6YD&>NxpL?Wv zDpX+PCXFGYJr^qZZ2VeTp;CwP#!Qid^iiYrEjh-JN27@3f7kM+Dpi1|k6?briOw9g ziH?)7oE0W^WM$w{TWf88P~V{ncm!-lod_!)9>TeEX`=MGbL1F|OKp(d=`+GO+B|n| zBdb7SG%n_lk)8zlsWJDtb9!4LQu*O+j+37Y65d7&I1q;+=iE7b+mgO?dG1`A=P$d& zb6+bL|3TFf#xDKHi+$WG&6Y5nJBE!lp4AwneI01LiJ6G;Du}ec!LRvG#L3FdD zdI5^v9HC)So640N40ke3B$AD%`VTTSM`1G-zzi%$H%=gZ4G?C0XV6_O{cn0OqLM^1 zoot-)UXcER^6paf=M?>Gitu52g)K=|O1(vSOBB6B(K1CppvXq0bUr5GL-(AtLMgJB z;JbdfZp3&QjRkDYgZo;qP|`dDXCX;djikS!EUOB3DUTX)Ad>lul9L|t>46@b$IeV`)NAn3Dv?F;fD4ypaXlq_53#xLp;NHABDi=YZ1wQ1 zS^Vl9cn8^>30p(V)^NwxxSC&b?d+AaNoO&$lnF7XKx}PCtZ|2O*E{a)WhIRy^8Zkpd7h;G~;Z8$)VFUMay4z63=@MGKw-?3&!Q&8D_7ZSTDhJ$W`d^yS#eXJY-&L>r!siqFp%+$r*_41RuOapzKKWy9RS2hQ#_J9;KK zI<8r-Sm&*au0&OPtg1axwKZ0?HD0y-1KSS9@^LqmeGCWJ76sZKjTALeM4Ui6f=IUF zL-cTC4C3p~KzZd82Kn?sT3lUJ{vd$#J5-sDS*8C#5!>=?xBn46{xL;SipYkWW+Y%X z1BOD)X(QVTS-fUYNGIGx1%e`_z^X2|z zapk=I^1xkJ)#c-NYlNt&@}6mzx%U1vZ!n+Y@7YY|_Ipl~xre8?nxbBo#CN2S?xy>w zu6r&UZmGIV=0nId)7{kqhdJ+FwUW_h7Ve$o?dHw*$_vfK_nR8bUCJ;W7}E&;>jAT1 z;XX}e{oPf3d^vS<)i`9GHN%EVIz#xIj3DZlNO9Rwk)QwnULxJrv6YQWw&HTcFuY!+ zZ_;3KDFW%iH*AmGOi~T4XDvl+&t$DEO_|O6IU+B#4{2r1Sl9y2S#}xU8+FZ%=_{M8 z5n`rF1>*E(2E@?-3-@WuJG;rp%6DOC)MNY{#Po4Qaql?OA%+Ehv;$ zq=vR5lI!s&C_2Q!}Mqg zB0VR)O$83PH3p=R^5L=omC@gq~oy#n4LT(;iBXNLRvWNGc< zc(i0gvb1V`W3seyXLmyZNc}B%Gi93i3i#QYD^_j7r%6XSYMCpNCFNhUqL#Vh@7AoS z@Gy87(D|10U?umK>0m4O{YvY>Cgb-Td5T-jhdAT+H<=D@HGIF5r}S3q!EW>ScN-|Z Oho^M6kcL`(h{%aSe1vLwr2XW4r=S@N#EC&?Sjdz&zOp+@XBMQQl4 zJww~lQ49I9$kGSjEscGU7Fb{vV1x6)FHT-^5BUf8BA#|*X0Q(if&|eUZQtPnBS2Es z!y#oyz-KN;YYln%ol6kb1tP=*A`+J_ zrd=_Yh`6LnX*njRm6(!t$J}X8%#-%UylG#|m-ff}=|C)y4#tA%P%Omf%X(9~Io1rg zk`!YtDS-xw`*V?ohzFqChKoIp0*#({fiDvu!o}VO-N88Dzj(|UH+tfSHOgXtgW_O( zjj}l4j2k@(@HK-Cii43L=L|XHMo&VVGt!_qSZ$wCXWZyX6JK+tL2)qB%sJjR_Y@@8d$v4;5Zm*1Nsl0QKKgTp#P{bb}-To^vlku(UUOH zTN+~r1NmOEFXjCQG1ik3NCy!=7fC0H0NhWy0CtlD01uKw01p!t;1SXT@F?j8*vH{9 zavbn}5(PNG;R!Mb_(?JZaG1jpatiQKavI4H6vl5?L3v0j((jzG?T0^Ubm zk0o2TSl{vwq8CHS(esJlQLr{#S)zN@!rkPnQuGuRamKByD_0= z^JXq@+T5{3Hn+@D$pv#vop4ZfbY$e*$c(SNy`RZCl{g&s)boow} z5lf!Y($w-yWYc(5%ROtdR3>RDR~XAO%RQ4%&r@c3ujeS!OrUt)p&80j2}`+|U7{Jw z|G`4aq()9lP}rj>NzHg-Aq$$tvpLfW!r2?!x-5aAH$+{QoMhUv6`1E{nAf$$5)u>3 z8c4K>h$C%Y&r^qnIM6(4EeXnMENlx?l8k~XHEDbRv)pkM5x0WzhQK(kj`JCDD^z3H z!>Eh3fjEX?4rWP=63b_=1QfU($VGs%m#MC2?=Y1Q*j;{CyYKji5 zG!NLK90JG))V2rdafU(8QtqHFErr`-M?|6f0PH}#71(~n&`bG7J2GM_(iFrx5px5u z+*zh&l61#|hQU46RUCfbfcQ478Hoj&OBurkOAIF#ST>V2atoBv;apzNr&A|i zqZwprIJayrWHZCJY3BB@o|>w$-Xjfw3RwWxg0X@77FAjsJWWqv7rIsK@wd|+fd za_VX1d^vLdx8inWtlT_S_Kxk|F3?m8-yhqM%7N}Jx%(w(EhG>)&3PIxG5xO#REUXC zN4ba?lZY!O6M#uqOi2ncH<2Mnd58kgOWXi`%buv0;S1AdL5?4<&5o_AiJ{m~@1)EH zo^AMDL&o?hPcsQ>*lFh`S5GjQ;4Hnx=4lL?u~jWR9EAt6Bzb6q0~y z8g=pGbtIf z$#e6`InGD@XQ>Iwt8;TbJmB=q&8d(uVMsK#gd;+8;4r8Rh{vo5NjRO#X!>zOod?HC zvTQy>>hk*GR9aq##JWplw5HG;Hw*fAnl@AzS4k>?nrduWO>4OvZpIC&n#(zApnm;! zI7|+zsMmZls@fLLK<+d^k<_)UO=To|w%Gd&IUF!PjsSJhZ z*3hkPo|`O>QbCmk?KV|$qMG5U*-$|k8pf_LR1Mq!a#LNS-HN=e=?02;@9G@L{VtO%7Ta=3q(q~ zi0d&%9cV;afFY-n_ zFv4ue+p-Y#&RDK_D1G>4TQXj?71-r7mZx?>Z}TV|^)b}j^2Xz-Ov;SM8KywXZM%pi z!BeyR^=LfHZUC3f;uKHZ76e6rY*77{<$+oW-->~UR8@8rr``mxvTt_*HRSAsslr$U z05Q?q`qbN1_I7QYDSJ&Lv#~P;;jXxsqYx33V8RuzyBb`6J+(IE5En?^!_ijY z+8@`}io!DdMI}3FuDJU~&X6%RDsgkOzXV}WTQNvRP{#cgjy&*MATiS228Vi(I` zO4sYA-_83u$S_U;SQ9FN=Fcwu;!-8p^4ZicrZ&dQ!Gph?ss!6Vo4!B2(Z6}~*B}1< zhvlwQ-v&pkiV%$0W~}==h(HhIX8a#G3^!xlAi$}$f~#@Vf;cJs^gjjRLomv!v?}jy zp1n+2Xw*nbL0LOmkO+LXciA=79wz=CGQRV ztL}o^)&x#A4yW=IJXrfJV$^w~nOJP{277v(cfHFxd#-|*Q+E~6^v_uM!GtV;Mk3a9 zhWOy0zlSEZ+5cak2miYF>Vn+R=)r%g_AXY(vU*-!aQ6LXiP+}5CkXOl>hV6i1*;4#qUAl&oDV~y2f7hLf? zB%nl=P_lCHHSd3u{V7N={u=;10B^7sfX;v8J^Jjx@fSjiukZd;@k;4zB^-Gg?k$IV zpN9L(;r>Vaw!_24E0wm+(#cBX;6`GDZTL${C34_tq`w^Le;OGqM+P6gza2SUQsB9? zM;@Mh?iO11;bijF(icnR$N9Ec^ z1SR-TtptZs`^{fB?0nX>=Opf8Oh#S!2PZyu#=kMqn;8Fy#H7sl_ac5JGJL7l{ynAT z&6IAZOR$Zm>tGwtdyM8-Hety((RJky@Ye~?WxHImyl>|-yh^itGgx%t?+unRp=$=1 z@ycDSFd>0jzDb&Z?_d0(!uu1ArL=jSTHXmrt)>RQZurJc_)?nB!$-DsQ%hQ&NvcyQ zO)c*=_#uTM=DA8WtT!$HY<_;h#@PpWoXZIC+40L@Im9q2@>_c4y<}hh582-V4Finv zF@)5rB#Pp5msgbk7#75{e{zZ9sXqx0_z&Ss)hz_Ow)|ado~r*~ldB^8wjw905}?3Q znztgSsvaD81to|B9}fI5`1Ja{>syht)c_KLHEsw8O~{?PH-+40B(w-h=+o(Y(_4{q z)m9|535w5|(T;>L68MbK>OLfNAYta-%vR)lwG#;uB)og?-L1%(>V712)n}Zob|c|H zoiJKGh=fB(;6g{LhmoM}A{;?NPkqVR>QN;0BH`-2t6Pza)jlK~6O_PKWV9mt;qcGo zfPLx<6*=%!4wvOHPyx58gPht?mOHj0V@TzDUwDQlz4-hBh+Felei( zvmJ4;YkO(Dx({(MX=~|7wG(l$CgS@M2SWymm#f`~gAH3sZPkN_gZcc$(duEu!E&vo up6U_A!D!*qjp|XvdxdaECD`=hI1JW8F9zGh=pP0yh<&9Ce-xnO{`r56+uQR1 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fc2946121068d198e56766b6fd2fa26917f1cb7a GIT binary patch literal 19990 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..364eb8c3c8fd7b50961e60d714c19f6465c2e807 GIT binary patch literal 6920 zcmbtZU2Gi5aqgL&*`594pD6xH)JP<w`2Z;)hJzti?ogq2Y zaCb8^D;^h1gEj=1yx0+i;6Ms?AjUCZp7mfMPl2BtBX4;jMG4v)>i{`~W%Mb@G!@;5X3Pmi zr=#EBs|4uq6(kh5XZDFhIZeCha_SVXO4Gxc8%ny=6}2b!r83zWT^*k=`^58ZQ|#&L z`qs&wuAW|TbVdZ$;)l-WL{pKbIz>ZK#BQ9=Z76+W|FsMD_y>dM z<3rctxG7OqOi9&@XyA`1tO#TIOZ$M2igCqErY17LBALmW(8JTcLPJPpw2ZFim59d* z?>drI{l<~3>S4t&Q<9;SxToyPv1``(*g6i4C8Cf716sh!Ou{3x2~PIN+&G)yWqzDV zcxCS`lJL#=B7*J%^86`V&N(xiGpR^St)laqmG*kK5A8 z`-hP@lh$S|4(C~18m=eLpNN{Dm?=kt= zrde*5FL?CB1$J^LCud55pL8{U2a|&5K4X8nzYO_tWG@aoXijlthJ4Np!F>oyI+c;( zkQP6!tEOUkX@?T=TAZP1V^+{ajWaSiJ*8Ma5YCvYDV7JQEZ#I{vWmsul(d{;;Gxk3 zMDf+9vFiqCeoQh_6G~P!VuqfIr6%-DI%8x($CX$%r{$*9le_v1`9>@|0~e5v-Bi*y zW12eZeD_AXdtwIc?qpU<-H^r=BbHUOu_Tbm86Ajhqle7&F!g$sd-QFK>G{A`P&vgn2#^M{Y7O>v8sM4d?&oD+|%xAtGyd7 zvBy1|Q%W*v1(M0BjGWW39ZDwuHYaJ$h%cFxGb!li zu*336nhFYUSbh{Pb{Tpju=||oP4J^PV1)`yE5Jlzv_f@@JZD*6*z}T6{oI9O<^IK+ zYZWbX1I6lwMgQF37U$*LYz8>DycPAp$TwS2!iPwi5M%*r|BOEp&;^(%&4T7qld^49 zv~@+43{etwXE}qLZC9 zsjX8C7;!P^1LYG%AL#_3Gg7)b3bWKSQc!MvaAAET8j^^bYMA0_+BVLPIGeu$z#y8_ z84=JA4htgC6;Vp1lq{^@XCH7Rm6<|`7$cM?8q44q05O132F}|)o^Kx+5dmwVJ(}-< zk4`v)J%#SoIVj>3{T^4r21>kKQk1o%jf0@gi78PU1Br;Por}k1WlYLx;3{AdSRrD= z+lZp;89hm%y4>z0*a)Dwh}zjHPJpw~(BX)5nk`vF%o+4*CnUHFq>keGO54M8j>0w3 z-KR4m#SIiU-H+kOKv!hgl_OM?P&6vSB^q!jNtQvBePUO%yW19MJ^+{JtZsQgaQRN2wAHeEEbN=hA5 z6&U~r-6DdknpVwZQpZ#3C}tf40m}p7hkg=2QJ9u+NtubGLR*2qLhnS|pR;-m4*DDm zHSh*R(T3L;wDV0a6xetMb`y0MJPYH-zd$udo(k1Zgr;?&Y5A>np=0HpheF4uKpMq) z?#JP$4aZid9|WxS@Ba44mWOG)$YAfY<|Fq`-95E3`#|1kJ~huh5*muZ$|u3*^InuL5nEKvL!c_NedVu7WfjaeXopt>j`5kwp|ClF*vUCfo zGJbCjgE)S~{wT0S{A7WhEE$JONWci(OJ^{sDJl653eOF=4!v9EWTJT>#PLk}w@2L; zsJ~bCEwHY^e9FRl?%J^Mvq?Ormew~8fHEZ{55DcEinK0tqCG^BOlCGyag1yqf z6Ly4DJ9o8%zLp~}%HMa^M#uobC;=e=MhF0-q)#&I&fNhEp&=TD|oi=^e1Lj_cX5!A_6<5j9HhglZSKV}OjnwRI7y&)B6sba;U& z8(^2<%-uhpRIdP55mv|RrZ5xn=!oW4z=gMruH)?)C;)M8&V~{s&$qt`CH8rvr?pH< z(u}iF8gP%`bd2)8h8WZdDkq<`bg#E`KWN=(dFOG}x2g0}KvF7bdGxF@H0W8Ga`w7F z%AM7{%k7hvmx)XFx+E-qOv@P)AQ#A8h<$#%AouvEp#6V2KIMYPG7dwv`}ooImgq)H z*Q2U#M<$>48X?-izfQh5(V`yX^_M@w}R~gaN28VyeQYvI}%>^AuBuHI_jzXp<)X!jxDgvE_>~u6&y&fuy)6}#=aP{qv7d~EA9)^$p zK2%q1Jn*FP#Cqe2)$WbPlk@L?#WCS`|LkSMBJkgTVAtgN_%rI99tN9>V#f=@hs8Ug zMSd|?tUt1%tX^OFoAvtMMXtE7;b-xCm+oF#-`D;{ZR5|5ue|l-Xz%*b-Uq`QO?{7R zPyL~`ak=%gOV5MAV6%c8?tDR*@LM*kFRJ!0-dMT58ebV&uLH*ht_sHfAcTM7`}*a1 zhEz3zd-HcZt!V~FcJKtaw0#}W3U`1@^LM&HfARo*@VjFqzX2V093y z7OW0oC1Qm-W`%QU71CYB4x@GS`83hek6>#%*TUq6W;m_TFrrXlu2loM)-e)lz+9_# zabm6FP$}1XR@*pt`2|Mn~t2l_ib z8-~ph&(JF#UPDfPJAZ*m!Wke$!jbm-iqakb$oJ8-1 zs!TNMO5@FF^zU%Occ3a8jY1TOfUy>AU9J7~!Osu=Yx~2$Or43jRFw6#`hh92t@x*^7QM{2B}RluKva=CH?n|NnD-;4he8COp3H zY#tqd#5a@=xyXaRubAU`wo}Y|BAo#mlIiaOIlOy$!T8}l&Z-=aUmHGu?pi$AAHR6z zYTV)`GiutZD0QE^I2^xf=Wo=XR>OSiir;X$R!~jL?(31|h0t*{H)eSOz2SF<_w|k{ z5L?09rJTcuAxJ{;$;0u)rOog3#BW-b9h@z~UW~_3K`>U=G9N5f@0<796+R2H{z1lm z7c7QqsE2NQ6cU~GuRi)s+wb9D=}Ups9A4@F<-k7;tX}-*D{DvJUax+e z@>{CEQ@>pI4~OQxPpewy`I5l`FWd7UTlv=A*lK*esrzxL=b77i@8sQ+tG0H_C5tm3z8H8hB&%Lllz;6}m+Z++u)) z>d-AV&TDf6FE|f>iP;KN^9{Bm#3@6OO6roW7I?aiI#0LoK>PatOYA(qu`E%}R5hCO zTTNxhspr#aEO($R0lWtq8AvJ+3M_bpl{5{W66nh+b@?AazdnQ&J?ieL;FWONe$G9s zCx8S2%eV>^L@o^ToD~@Et6IXm{Uv$pOVarz>Hg0^e9rgMTfwv~4!$Jt^YX}t3{$o2 je@XCnbByKoadVZM0Z$D#SMf4*h-p~%e?{PjO6`9DihDhh literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..371e06147a7ae9c94fbf5f69dee6bb22a7977444 GIT binary patch literal 2966 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4004b9d9a9f89bb8d644c487013a36a628efd82c GIT binary patch literal 9102 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 A>;M1& literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..60f425402e6c59cfa702545372e663409eed59f8 GIT binary patch literal 5865 zcmbUlTWl29b!K;FclKe{#;-L{JQy2TV{9-c6bxw$wt?VB6q`iav|Z2cy{y-sedNw8 zU}tHK6g4Iy1=0_buQ*bwIHIcPSEDK)=~q9hN;VGicA82^RX_681vg5?SI?Qpt^uc! zI?~>I&*PqZ=G^m|{c}~7pM&R(;qb*%TRH9@2slrzy;%Q+i{lnJ!bLg46PL=TT~Qa0 zYq#o73sE60M#Z!z>PdT}-n0~z(!QuK?T`A?foLEdj0V$H(JGT)P`9K*(U7?o)#`Lj zvE^EptDm38M3ok&gS)8UY9SY^hvpIWbB-* z(Kqunlb~9sweNT$o10;&-6Jk@ZO`zhY|$l9hA^NTG7y zh4Hhaua0$^#~)Wy37XO9arx9(zeOK9cY0uCY{1lqP+du>aOT(e_7UFjmGzDI4exn6 zb2-b1A&e+#YIsj)(`XLEGp4gtCTWNRjAfbO8Of*Plo`@!jxt3DjQ0%9P?ky<;&^tN zW(@!9lPR5QIVC~i48M}mQkF#l+LEMtEHRk{J!9FNZq$t12Ciu0GB{R)`ne1t$&?u* z5H~FoSCzyxA`>$T9AY7Hjkvg)rw$I+fb*u6BLnf+CE|tAM=ar>Efk zWF?WHIe3HPRyjuzZu8|8faWTe_~=Jo1vihMn!DYNja}kIi63cI(Wba zUCR35a?KVCIbb*H zXFlJtTO=N5H*k9$ZsG+k`de z>QYm28$R55sJlyp(sTey(=-$Ztt*$xb;W>K-Z>VnB%^ZYSyG}E7G<*JuA}w#iRG7{a-b-F224*ihB+$U0QB?;WO{L zn{Vvni~TP@g2j1$Ubqo>xV`1W-Vb^guihi8+k5YCANl;}^TL->xY)RJ;jPu?&EC_4`T=xzwFV{`fau3F#=7F&5Od~^u432 zq26VwmmLLKVq-X!-{cNZ7QoG~@Mzp;AHvU8;m%l@070p_^6Lt8Ps#_J1<; z(a^oVmDVHoTVMRF^?qyr7cF0qKdFCImv@h?G>kov#-BGf8VrByzl8yfy_u;tGi!l& z%yHFKaLu)Y@$K9Og38ZT{{NQ9-)Jx3)s=HxSt!>8%Q21}gDE0diRBQi4Nnfbij2-M z1R}Nri#pah!((N$r##p2$IPY_i{0#wO)j8Jje|h#H5lf&lEiIoSgYB!QnPEVrfsFB zZIQ0lbj*8-Tk7UB#k!`2q1!|A1I7BLwfeS|`nI+D$Vz==scp6X;QU}ojgBcFIl!LKIKj0r<9#o(PoO2@}aP}Nrcj^&|iOJoTpvn|hu z$g?~uNYVZR1Ei@y=;n!cPZWdIYr&l>!JT(5e;M5SaL3-qT+r8X9b)9xkz!qVVf6Os z;=pQM`~1Me@DJ9)`&PpHmg-i+osT(RRmUyiueIS~-S&my+ruBXFI~9T|NHa5JO72S z+B2})GWekG%tMQ|*!s!-kM=K-)t19w*7X!?8y8OAKDk);pmtBOar;8y{X#LkV=dgi z5^i5Q`XGGxVYvCjst>9b$%F9zN40QH$qPD_c5uOJOXb>|!`FxJv_1$nm)u-1Y{utE zB!~?UHpQ_Rq>flROY-ogf!~d>H}i^WQ@pVl$tD0TAj0q}YD&?lX85pjnk}{2P?%-2 za-(bnjP@yKo@ABPYCxEuWB4zQhE?)y?vblrlu8|3uwkyh7;3t6Y-s$!rA} zW_gA=gkff8=r;^|Nrvq!!^Fif{#g(QjD2Irrqb+w+w$C|O$Ag<2J;#7Ysc`7;KvL86Jdy_RYe2)4_v`7HRv-9Uq6M< zNAoWX={1F=l(vm^ z@~w;K4}Hry!#}yhf9HCjW(1p;{mpaUl7DBdt0?%E!~08aSOP^1Er$=4ya-5~7(~E_ zfFFQ&Mz4)7hmVv3hzQ!$Dg?G5b?Dj_mhq^kAtO z5%LDaE=07Hw;U<$Mno$j&R#pa9PTZ(Az}|F2A0F!MZpg*|4;~6Z+)yN1lEMQ6`>BW wu(q%rCbnTkXjl#(N35woV(piIh{o-G)C+>=LjOL+pW%7=j_(@|XY)4y3k|cM9RL6T literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4af4e92c64839b8530cb6cbca814c52afd3b5ce6 GIT binary patch literal 15193 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py new file mode 100644 index 00000000..72ca8404 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py @@ -0,0 +1,23 @@ +# Automatically generated by scripts/gen_mapfiles.py. +# DO NOT EDIT BY HAND; run `tox -e mapfiles` instead. + +FORMATTERS = { + 'BBCodeFormatter': ('pygments.formatters.bbcode', 'BBCode', ('bbcode', 'bb'), (), 'Format tokens with BBcodes. These formatting codes are used by many bulletin boards, so you can highlight your sourcecode with pygments before posting it there.'), + 'BmpImageFormatter': ('pygments.formatters.img', 'img_bmp', ('bmp', 'bitmap'), ('*.bmp',), 'Create a bitmap image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'GifImageFormatter': ('pygments.formatters.img', 'img_gif', ('gif',), ('*.gif',), 'Create a GIF image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'GroffFormatter': ('pygments.formatters.groff', 'groff', ('groff', 'troff', 'roff'), (), 'Format tokens with groff escapes to change their color and font style.'), + 'HtmlFormatter': ('pygments.formatters.html', 'HTML', ('html',), ('*.html', '*.htm'), "Format tokens as HTML 4 ```` tags. By default, the content is enclosed in a ``

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

      %(title)s

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

      %(title)s

      + +''' + +DOC_FOOTER = '''\ + + +''' + + +class HtmlFormatter(Formatter): + r""" + Format tokens as HTML 4 ```` tags. By default, the content is enclosed + in a ``
      `` tag, itself wrapped in a ``
      `` tag (but see the `nowrap` option). + The ``
      ``'s CSS class can be set by the `cssclass` option. + + If the `linenos` option is set to ``"table"``, the ``
      `` is
      +    additionally wrapped inside a ```` which has one row and two
      +    cells: one containing the line numbers and one containing the code.
      +    Example:
      +
      +    .. sourcecode:: html
      +
      +        
      +
      + + +
      +
      1
      +            2
      +
      +
      def foo(bar):
      +              pass
      +            
      +
      + + (whitespace added to improve clarity). + + A list of lines can be specified using the `hl_lines` option to make these + lines highlighted (as of Pygments 0.11). + + With the `full` option, a complete HTML 4 document is output, including + the style definitions inside a `` + {% else %} + {{ head | safe }} + {% endif %} +{% if not embed %} + + +{% endif %} +{{ body | safe }} +{% for diagram in diagrams %} +
      +

      {{ diagram.title }}

      +
      {{ diagram.text }}
      +
      + {{ diagram.svg }} +
      +
      +{% endfor %} +{% if not embed %} + + +{% endif %} +""" + +template = Template(jinja2_template_source) + +# Note: ideally this would be a dataclass, but we're supporting Python 3.5+ so we can't do this yet +NamedDiagram = NamedTuple( + "NamedDiagram", + [("name", str), ("diagram", typing.Optional[railroad.DiagramItem]), ("index", int)], +) +""" +A simple structure for associating a name with a railroad diagram +""" + +T = TypeVar("T") + + +class EachItem(railroad.Group): + """ + Custom railroad item to compose a: + - Group containing a + - OneOrMore containing a + - Choice of the elements in the Each + with the group label indicating that all must be matched + """ + + all_label = "[ALL]" + + def __init__(self, *items): + choice_item = railroad.Choice(len(items) - 1, *items) + one_or_more_item = railroad.OneOrMore(item=choice_item) + super().__init__(one_or_more_item, label=self.all_label) + + +class AnnotatedItem(railroad.Group): + """ + Simple subclass of Group that creates an annotation label + """ + + def __init__(self, label: str, item): + super().__init__(item=item, label="[{}]".format(label) if label else label) + + +class EditablePartial(Generic[T]): + """ + Acts like a functools.partial, but can be edited. In other words, it represents a type that hasn't yet been + constructed. + """ + + # We need this here because the railroad constructors actually transform the data, so can't be called until the + # entire tree is assembled + + def __init__(self, func: Callable[..., T], args: list, kwargs: dict): + self.func = func + self.args = args + self.kwargs = kwargs + + @classmethod + def from_call(cls, func: Callable[..., T], *args, **kwargs) -> "EditablePartial[T]": + """ + If you call this function in the same way that you would call the constructor, it will store the arguments + as you expect. For example EditablePartial.from_call(Fraction, 1, 3)() == Fraction(1, 3) + """ + return EditablePartial(func=func, args=list(args), kwargs=kwargs) + + @property + def name(self): + return self.kwargs["name"] + + def __call__(self) -> T: + """ + Evaluate the partial and return the result + """ + args = self.args.copy() + kwargs = self.kwargs.copy() + + # This is a helpful hack to allow you to specify varargs parameters (e.g. *args) as keyword args (e.g. + # args=['list', 'of', 'things']) + arg_spec = inspect.getfullargspec(self.func) + if arg_spec.varargs in self.kwargs: + args += kwargs.pop(arg_spec.varargs) + + return self.func(*args, **kwargs) + + +def railroad_to_html(diagrams: List[NamedDiagram], embed=False, **kwargs) -> str: + """ + Given a list of NamedDiagram, produce a single HTML string that visualises those diagrams + :params kwargs: kwargs to be passed in to the template + """ + data = [] + for diagram in diagrams: + if diagram.diagram is None: + continue + io = StringIO() + try: + css = kwargs.get('css') + diagram.diagram.writeStandalone(io.write, css=css) + except AttributeError: + diagram.diagram.writeSvg(io.write) + title = diagram.name + if diagram.index == 0: + title += " (root)" + data.append({"title": title, "text": "", "svg": io.getvalue()}) + + return template.render(diagrams=data, embed=embed, **kwargs) + + +def resolve_partial(partial: "EditablePartial[T]") -> T: + """ + Recursively resolves a collection of Partials into whatever type they are + """ + if isinstance(partial, EditablePartial): + partial.args = resolve_partial(partial.args) + partial.kwargs = resolve_partial(partial.kwargs) + return partial() + elif isinstance(partial, list): + return [resolve_partial(x) for x in partial] + elif isinstance(partial, dict): + return {key: resolve_partial(x) for key, x in partial.items()} + else: + return partial + + +def to_railroad( + element: pyparsing.ParserElement, + diagram_kwargs: typing.Optional[dict] = None, + vertical: int = 3, + show_results_names: bool = False, + show_groups: bool = False, +) -> List[NamedDiagram]: + """ + Convert a pyparsing element tree into a list of diagrams. This is the recommended entrypoint to diagram + creation if you want to access the Railroad tree before it is converted to HTML + :param element: base element of the parser being diagrammed + :param diagram_kwargs: kwargs to pass to the Diagram() constructor + :param vertical: (optional) - int - limit at which number of alternatives should be + shown vertically instead of horizontally + :param show_results_names - bool to indicate whether results name annotations should be + included in the diagram + :param show_groups - bool to indicate whether groups should be highlighted with an unlabeled + surrounding box + """ + # Convert the whole tree underneath the root + lookup = ConverterState(diagram_kwargs=diagram_kwargs or {}) + _to_diagram_element( + element, + lookup=lookup, + parent=None, + vertical=vertical, + show_results_names=show_results_names, + show_groups=show_groups, + ) + + root_id = id(element) + # Convert the root if it hasn't been already + if root_id in lookup: + if not element.customName: + lookup[root_id].name = "" + lookup[root_id].mark_for_extraction(root_id, lookup, force=True) + + # Now that we're finished, we can convert from intermediate structures into Railroad elements + diags = list(lookup.diagrams.values()) + if len(diags) > 1: + # collapse out duplicate diags with the same name + seen = set() + deduped_diags = [] + for d in diags: + # don't extract SkipTo elements, they are uninformative as subdiagrams + if d.name == "...": + continue + if d.name is not None and d.name not in seen: + seen.add(d.name) + deduped_diags.append(d) + resolved = [resolve_partial(partial) for partial in deduped_diags] + else: + # special case - if just one diagram, always display it, even if + # it has no name + resolved = [resolve_partial(partial) for partial in diags] + return sorted(resolved, key=lambda diag: diag.index) + + +def _should_vertical( + specification: int, exprs: Iterable[pyparsing.ParserElement] +) -> bool: + """ + Returns true if we should return a vertical list of elements + """ + if specification is None: + return False + else: + return len(_visible_exprs(exprs)) >= specification + + +class ElementState: + """ + State recorded for an individual pyparsing Element + """ + + # Note: this should be a dataclass, but we have to support Python 3.5 + def __init__( + self, + element: pyparsing.ParserElement, + converted: EditablePartial, + parent: EditablePartial, + number: int, + name: str = None, + parent_index: typing.Optional[int] = None, + ): + #: The pyparsing element that this represents + self.element: pyparsing.ParserElement = element + #: The name of the element + self.name: typing.Optional[str] = name + #: The output Railroad element in an unconverted state + self.converted: EditablePartial = converted + #: The parent Railroad element, which we store so that we can extract this if it's duplicated + self.parent: EditablePartial = parent + #: The order in which we found this element, used for sorting diagrams if this is extracted into a diagram + self.number: int = number + #: The index of this inside its parent + self.parent_index: typing.Optional[int] = parent_index + #: If true, we should extract this out into a subdiagram + self.extract: bool = False + #: If true, all of this element's children have been filled out + self.complete: bool = False + + def mark_for_extraction( + self, el_id: int, state: "ConverterState", name: str = None, force: bool = False + ): + """ + Called when this instance has been seen twice, and thus should eventually be extracted into a sub-diagram + :param el_id: id of the element + :param state: element/diagram state tracker + :param name: name to use for this element's text + :param force: If true, force extraction now, regardless of the state of this. Only useful for extracting the + root element when we know we're finished + """ + self.extract = True + + # Set the name + if not self.name: + if name: + # Allow forcing a custom name + self.name = name + elif self.element.customName: + self.name = self.element.customName + else: + self.name = "" + + # Just because this is marked for extraction doesn't mean we can do it yet. We may have to wait for children + # to be added + # Also, if this is just a string literal etc, don't bother extracting it + if force or (self.complete and _worth_extracting(self.element)): + state.extract_into_diagram(el_id) + + +class ConverterState: + """ + Stores some state that persists between recursions into the element tree + """ + + def __init__(self, diagram_kwargs: typing.Optional[dict] = None): + #: A dictionary mapping ParserElements to state relating to them + self._element_diagram_states: Dict[int, ElementState] = {} + #: A dictionary mapping ParserElement IDs to subdiagrams generated from them + self.diagrams: Dict[int, EditablePartial[NamedDiagram]] = {} + #: The index of the next unnamed element + self.unnamed_index: int = 1 + #: The index of the next element. This is used for sorting + self.index: int = 0 + #: Shared kwargs that are used to customize the construction of diagrams + self.diagram_kwargs: dict = diagram_kwargs or {} + self.extracted_diagram_names: Set[str] = set() + + def __setitem__(self, key: int, value: ElementState): + self._element_diagram_states[key] = value + + def __getitem__(self, key: int) -> ElementState: + return self._element_diagram_states[key] + + def __delitem__(self, key: int): + del self._element_diagram_states[key] + + def __contains__(self, key: int): + return key in self._element_diagram_states + + def generate_unnamed(self) -> int: + """ + Generate a number used in the name of an otherwise unnamed diagram + """ + self.unnamed_index += 1 + return self.unnamed_index + + def generate_index(self) -> int: + """ + Generate a number used to index a diagram + """ + self.index += 1 + return self.index + + def extract_into_diagram(self, el_id: int): + """ + Used when we encounter the same token twice in the same tree. When this + happens, we replace all instances of that token with a terminal, and + create a new subdiagram for the token + """ + position = self[el_id] + + # Replace the original definition of this element with a regular block + if position.parent: + ret = EditablePartial.from_call(railroad.NonTerminal, text=position.name) + if "item" in position.parent.kwargs: + position.parent.kwargs["item"] = ret + elif "items" in position.parent.kwargs: + position.parent.kwargs["items"][position.parent_index] = ret + + # If the element we're extracting is a group, skip to its content but keep the title + if position.converted.func == railroad.Group: + content = position.converted.kwargs["item"] + else: + content = position.converted + + self.diagrams[el_id] = EditablePartial.from_call( + NamedDiagram, + name=position.name, + diagram=EditablePartial.from_call( + railroad.Diagram, content, **self.diagram_kwargs + ), + index=position.number, + ) + + del self[el_id] + + +def _worth_extracting(element: pyparsing.ParserElement) -> bool: + """ + Returns true if this element is worth having its own sub-diagram. Simply, if any of its children + themselves have children, then its complex enough to extract + """ + children = element.recurse() + return any(child.recurse() for child in children) + + +def _apply_diagram_item_enhancements(fn): + """ + decorator to ensure enhancements to a diagram item (such as results name annotations) + get applied on return from _to_diagram_element (we do this since there are several + returns in _to_diagram_element) + """ + + def _inner( + element: pyparsing.ParserElement, + parent: typing.Optional[EditablePartial], + lookup: ConverterState = None, + vertical: int = None, + index: int = 0, + name_hint: str = None, + show_results_names: bool = False, + show_groups: bool = False, + ) -> typing.Optional[EditablePartial]: + ret = fn( + element, + parent, + lookup, + vertical, + index, + name_hint, + show_results_names, + show_groups, + ) + + # apply annotation for results name, if present + if show_results_names and ret is not None: + element_results_name = element.resultsName + if element_results_name: + # add "*" to indicate if this is a "list all results" name + element_results_name += "" if element.modalResults else "*" + ret = EditablePartial.from_call( + railroad.Group, item=ret, label=element_results_name + ) + + return ret + + return _inner + + +def _visible_exprs(exprs: Iterable[pyparsing.ParserElement]): + non_diagramming_exprs = ( + pyparsing.ParseElementEnhance, + pyparsing.PositionToken, + pyparsing.And._ErrorStop, + ) + return [ + e + for e in exprs + if not (e.customName or e.resultsName or isinstance(e, non_diagramming_exprs)) + ] + + +@_apply_diagram_item_enhancements +def _to_diagram_element( + element: pyparsing.ParserElement, + parent: typing.Optional[EditablePartial], + lookup: ConverterState = None, + vertical: int = None, + index: int = 0, + name_hint: str = None, + show_results_names: bool = False, + show_groups: bool = False, +) -> typing.Optional[EditablePartial]: + """ + Recursively converts a PyParsing Element to a railroad Element + :param lookup: The shared converter state that keeps track of useful things + :param index: The index of this element within the parent + :param parent: The parent of this element in the output tree + :param vertical: Controls at what point we make a list of elements vertical. If this is an integer (the default), + it sets the threshold of the number of items before we go vertical. If True, always go vertical, if False, never + do so + :param name_hint: If provided, this will override the generated name + :param show_results_names: bool flag indicating whether to add annotations for results names + :returns: The converted version of the input element, but as a Partial that hasn't yet been constructed + :param show_groups: bool flag indicating whether to show groups using bounding box + """ + exprs = element.recurse() + name = name_hint or element.customName or element.__class__.__name__ + + # Python's id() is used to provide a unique identifier for elements + el_id = id(element) + + element_results_name = element.resultsName + + # Here we basically bypass processing certain wrapper elements if they contribute nothing to the diagram + if not element.customName: + if isinstance( + element, + ( + # pyparsing.TokenConverter, + # pyparsing.Forward, + pyparsing.Located, + ), + ): + # However, if this element has a useful custom name, and its child does not, we can pass it on to the child + if exprs: + if not exprs[0].customName: + propagated_name = name + else: + propagated_name = None + + return _to_diagram_element( + element.expr, + parent=parent, + lookup=lookup, + vertical=vertical, + index=index, + name_hint=propagated_name, + show_results_names=show_results_names, + show_groups=show_groups, + ) + + # If the element isn't worth extracting, we always treat it as the first time we say it + if _worth_extracting(element): + if el_id in lookup: + # If we've seen this element exactly once before, we are only just now finding out that it's a duplicate, + # so we have to extract it into a new diagram. + looked_up = lookup[el_id] + looked_up.mark_for_extraction(el_id, lookup, name=name_hint) + ret = EditablePartial.from_call(railroad.NonTerminal, text=looked_up.name) + return ret + + elif el_id in lookup.diagrams: + # If we have seen the element at least twice before, and have already extracted it into a subdiagram, we + # just put in a marker element that refers to the sub-diagram + ret = EditablePartial.from_call( + railroad.NonTerminal, text=lookup.diagrams[el_id].kwargs["name"] + ) + return ret + + # Recursively convert child elements + # Here we find the most relevant Railroad element for matching pyparsing Element + # We use ``items=[]`` here to hold the place for where the child elements will go once created + if isinstance(element, pyparsing.And): + # detect And's created with ``expr*N`` notation - for these use a OneOrMore with a repeat + # (all will have the same name, and resultsName) + if not exprs: + return None + if len(set((e.name, e.resultsName) for e in exprs)) == 1: + ret = EditablePartial.from_call( + railroad.OneOrMore, item="", repeat=str(len(exprs)) + ) + elif _should_vertical(vertical, exprs): + ret = EditablePartial.from_call(railroad.Stack, items=[]) + else: + ret = EditablePartial.from_call(railroad.Sequence, items=[]) + elif isinstance(element, (pyparsing.Or, pyparsing.MatchFirst)): + if not exprs: + return None + if _should_vertical(vertical, exprs): + ret = EditablePartial.from_call(railroad.Choice, 0, items=[]) + else: + ret = EditablePartial.from_call(railroad.HorizontalChoice, items=[]) + elif isinstance(element, pyparsing.Each): + if not exprs: + return None + ret = EditablePartial.from_call(EachItem, items=[]) + elif isinstance(element, pyparsing.NotAny): + ret = EditablePartial.from_call(AnnotatedItem, label="NOT", item="") + elif isinstance(element, pyparsing.FollowedBy): + ret = EditablePartial.from_call(AnnotatedItem, label="LOOKAHEAD", item="") + elif isinstance(element, pyparsing.PrecededBy): + ret = EditablePartial.from_call(AnnotatedItem, label="LOOKBEHIND", item="") + elif isinstance(element, pyparsing.Group): + if show_groups: + ret = EditablePartial.from_call(AnnotatedItem, label="", item="") + else: + ret = EditablePartial.from_call(railroad.Group, label="", item="") + elif isinstance(element, pyparsing.TokenConverter): + label = type(element).__name__.lower() + if label == "tokenconverter": + ret = EditablePartial.from_call(railroad.Sequence, items=[]) + else: + ret = EditablePartial.from_call(AnnotatedItem, label=label, item="") + elif isinstance(element, pyparsing.Opt): + ret = EditablePartial.from_call(railroad.Optional, item="") + elif isinstance(element, pyparsing.OneOrMore): + ret = EditablePartial.from_call(railroad.OneOrMore, item="") + elif isinstance(element, pyparsing.ZeroOrMore): + ret = EditablePartial.from_call(railroad.ZeroOrMore, item="") + elif isinstance(element, pyparsing.Group): + ret = EditablePartial.from_call( + railroad.Group, item=None, label=element_results_name + ) + elif isinstance(element, pyparsing.Empty) and not element.customName: + # Skip unnamed "Empty" elements + ret = None + elif isinstance(element, pyparsing.ParseElementEnhance): + ret = EditablePartial.from_call(railroad.Sequence, items=[]) + elif len(exprs) > 0 and not element_results_name: + ret = EditablePartial.from_call(railroad.Group, item="", label=name) + elif len(exprs) > 0: + ret = EditablePartial.from_call(railroad.Sequence, items=[]) + else: + terminal = EditablePartial.from_call(railroad.Terminal, element.defaultName) + ret = terminal + + if ret is None: + return + + # Indicate this element's position in the tree so we can extract it if necessary + lookup[el_id] = ElementState( + element=element, + converted=ret, + parent=parent, + parent_index=index, + number=lookup.generate_index(), + ) + if element.customName: + lookup[el_id].mark_for_extraction(el_id, lookup, element.customName) + + i = 0 + for expr in exprs: + # Add a placeholder index in case we have to extract the child before we even add it to the parent + if "items" in ret.kwargs: + ret.kwargs["items"].insert(i, None) + + item = _to_diagram_element( + expr, + parent=ret, + lookup=lookup, + vertical=vertical, + index=i, + show_results_names=show_results_names, + show_groups=show_groups, + ) + + # Some elements don't need to be shown in the diagram + if item is not None: + if "item" in ret.kwargs: + ret.kwargs["item"] = item + elif "items" in ret.kwargs: + # If we've already extracted the child, don't touch this index, since it's occupied by a nonterminal + ret.kwargs["items"][i] = item + i += 1 + elif "items" in ret.kwargs: + # If we're supposed to skip this element, remove it from the parent + del ret.kwargs["items"][i] + + # If all this items children are none, skip this item + if ret and ( + ("items" in ret.kwargs and len(ret.kwargs["items"]) == 0) + or ("item" in ret.kwargs and ret.kwargs["item"] is None) + ): + ret = EditablePartial.from_call(railroad.Terminal, name) + + # Mark this element as "complete", ie it has all of its children + if el_id in lookup: + lookup[el_id].complete = True + + if el_id in lookup and lookup[el_id].extract and lookup[el_id].complete: + lookup.extract_into_diagram(el_id) + if ret is not None: + ret = EditablePartial.from_call( + railroad.NonTerminal, text=lookup.diagrams[el_id].kwargs["name"] + ) + + return ret diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a482c06a9b0dfec5914288f999d9cf117e8aba77 GIT binary patch literal 26849 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
      GH2j{P&zrccj{24qV6&0wjSZ9?HO13<-Hg8 z&byj2?#hRrs`q-PO<9x0(U~c)y}Itoy4hDBls8Ww%(yEqpSXA;?Ova9ufK8Nqa!zu z+-;tBuU~NQ$=Yyoyz0KPaO?EB{@KF+`TF~_4jdIwrk z?v}ZeAAaS7ul&T_ku@Xf7mS0L+kRlH=`Xi-99(Ptt2I1)#jb5>@@|a1fWINg5u>p5 zbw-(Tl9nWwFnCt|{3pMVC$Hg#^z#jh>rP)E;L)j8<_gM`U>x$w7%T~G;5r>Rl_x_& zuZ$IK^lAms(#w3GX#iCB3}XQD+BE3m71Jf31vw_M`4^1SkPR6%wu5~r!FuRDLTe_p zXAV<)K<76AsY%qEG?i-iH%yl*(5`uspERAqxK5!I&-yW@hFHoNF(jwhVm&GKjY2+u zUW$x^|A@yT=jq@NNna!a=7P9;kd{}}6B~*2u;9lar<2a(jHVsNq;atB5~~eDerFg2 zCysU6C#h_;Pph_9#|wiEVcWBO91|xu!NWmb#6#gPDCTq0c$_9xUt{tBi5P; z0_3QedGYbP_lN%=miBes?7DIA zPT7q4yS;N?dQjDx^0z+lb*Xc|@IsEH9lQ|4RFlr6vlKrf3XG@VFIALI2d@+;ostyJ^Kt%CXHpn4c!%5& zN|(`l4Q|0PL;x*vNoOv{r8g|d1$yAhqdu+#i4&Pi8p>Lg`b@efUC~+^?=Mp#QE$}e zh7^dq?bIoiK}%d3Eip|Z6m*4t3}kfDc6cxrCAP=Iv|jcB}t_pIhIA|I64BS zNuYoq$pK^u+6f2(M6ehT`^e)XG0+`iHMIP!EheO7(g#&8F&0wug!=lVxLVOkO+lx& zeO7{O5M4-6JCGDnPtgLZCDw@5sWLr!mv;uvhQJnSOITNLfQmsp4laloDXl|byz(UyV*8b_UvFOz{bfrwL|iCrBAbqfAAjO%=gn6ddCy^iP<`v#|?o$Y5K~0sp&$R>c;H#m?LE?K5P?P@w<>SP&OmR0(f7Elc zXG%TFVpL(O+NXH6B`V2ar4y1;K`g6|uli(*-#(7uW z*mHmV-n%CkJo~1)9$IQLf-mE%%J?cWWh*ju?U~AkfAZL^wkPGBuWY8~y>nA9F50~_ zYg6{xjITQFYrOAk%rvi=?wWc2;)w-!AR~CE$1eKP!upi3{>F=UUb_dTV*P?}* zl+9FMZMf2qE^AGdwLT~dK5(y_I{eV?oZk9t6EpjN_3NMd%HJD>45fDEv?o(m{g|^k z+NSp}`uvyAUpzls_3qmlKU!sPDPQAU=)?XG`tKaNzjk}ZUwKuyBFvUuufA5j;16W{ z^=W@g%HJ~grBD2=Sr6)gXkqs;{wEd3?$mtu#N3OYRBo8BI5sV$Dvm*jv-<#24&s1?o-cse<SFh&(aj43UxNjjK>G9jir=mQB-v}(BQyC%Pt8p{BjJDlCj81c48@D%H)74 zlM9AHewg;as7oXbjsQb0cfTNdk>(jU14U2Bfo~{-{tp$PgEa7~lH0T$ z>LB;xx(?C`Ev|bG5AR}YJ07mZx<>Zcyl2|7AgoxdZ^Em4adk6PMjnQGSdtM&S8+H4 zi!g>tWf@+<0fV5FHf9i?UMrH&Kws%Otz(1slc zn!GlXmUts-DskwS+Y&B}i@DNm>2yXehrrV~n&@Sq`ZFjJ)Y4}93tB>d3=lD7r^!4B zu8Ek9LCEBoc1%A62cW2A8p;4|WP!vOOl3AOaercP)ZmJ6o{lE4oWPNhHdI9{#u|ag z3X!6|J)b?I77b<N^&pD`?A+M}_t4WKFmAz6$NyAJk~ z`mXkdy@cZ(usi}h&@9v&tYw|^U?NO|rwtItpbt!)0c;27&;+)HRH z(~NuT#&Z1)%&{sdWNV$|`|@|;DP_ITKqm$bW+ytJRBFwGVC9&mpjBP+kgjv`ZyL4H z!ZK`XG=1D#h?@u$Eb|gPRW-0GPMi={d^J}KmG31tWPPM)d3XG$zKX?Fff>v99HePk zb!An$tnGeTTV_?@`tfVW)2p6Kt$L197gw#Gv3%F@2y(}=nbTL#eCNzU>-M{qf3fO^ zs}@?jAR|n>*QVTS=SDwqw`a{<+l&0n8Ac?aRqU2Yy0VOFg=mA~d4-*Uw2`P%9y5R< zKS!xHh=ssXE5Zrw(4wkdEOcU!2?k8U%UV;(-?u1^y#Iy&IEhV3#X{x})m+tzO#7xs zzFKR`V%bUzHdWS^wc-sBscg>LDI{=Zfvkf!OgG^Oa{k6!LO4^<*A2*O#hZ zw?q|Xw{fTW*ZD{0I%`L!sy54>jhocxj$P{W_$yB+UhO6Itq=c(vuL3uLY2ae8(Zu$ zo3_LRCNP_@V8ew%0voVRa=_HW4l@cTd&f4enqKs{=$-7ck>=LI%-jN7J;l2b@72N{ zgngoy#rqKU(`L@-`@~7MFi(++9i%3P6PdQ&$H*D$5-R$tiG!3xfs_E58lX0wJLyoID2G3}eh?=M}9qhoR9z`b61*OIy zyhdTlO-x}U(pk=YrjTLwL`~tD%GkSi&`Ks@C$#MQ4$!vTvUuPS*0X1^3ET35uyS!_ z9bTP_Et~JRY`=4s;_4o5+VTfg)0R(!78UvE;HFsF>8ilwioizyOHJ^=BVjKj5?1Vz z{4PX|8%N9!@CHFE8xB=1{{UWrs8w;n98iLiMjD15c;!=rGt#-};nq{f&bu-^O`iBZG2jbSAU1<$JkXhbrr%e6vL7L@Bat=Zv)D)H%P}Ik!LU zZcDk_Zd9b)?O)t8ET&R(ejZ}~9Q2;<84McxR72l5X1MOD8O|l1$Ol~cjF_(8oT}bD z@7p{tY*xF642CmM@(`j3a2NPe-Gj|7Sgbx%jz*Lo2D3jpZLk*XssJ%7Azj)9&cF~J z(K=<~FU^2#42n&NeAr^w#dJnhj9@@0^1JA#d=OrohM{Zo2Ix)#8tT=GPc#%ks5rw( zf>I-Dz?Lm=4o_NGd0$vL8%hZcp9m`%#x>%^J})%>|AATVe!(&@Q{{Hj1%R@ct5j(z zox7d_3=B;)z_1hBME!DLVacx(P)Ihd0p+suUFS^bqVHQy0Oaz-#ff=g1p|jntW&`P zbRdFoX-NUWAUsk@!X)$;rSM6NaTF@q&r8psm;)P=E{l89(B?Zb(bzPY59VAC7CO8C|_a@a{{GO=4W|hDPiA{ggG^F zE<+@^EplYig%(#8MdS6h<(5T_MM>H{ik!L`6Fy_}um)`t3kFGo&AoPd#MwoP_CYX> zL%Mn>BGQ(KozqW`y1bm(TasF(Bk*PY*lE-^$ZQ^9L5u2OK^wufBX+k!KbC4oF0g@W z&8n0fhdFsT93|si7+M&WsRrRhc%?Bqi)uteI}K``Gjc%h(+>tejD8Tk@7j{7UY)LPOI5d}t2gO-MxTwcYzxZiGN4jBqs$u&>cP+%;SL?6TKdfv{SGK1r+aLOC)BZrpADC->WHwcK zaT-gv?@P7sV{d4*qV8(vmCme(3+!0p>;dPr<+A6ZXGTg1tFq-J^RBx1l1k=D$ANQ6 z8y-al^78u>_uJ$#V}J$<{T6xbX!s$8{vCO@$@}-@-68KkkVn&2e4=EsE%LU|RDB%* z?L_%Va9N+9JOAO^AH01hk!szw#Nj==lDBT2jb~wAzxf8D@W|SD>n1g7(_E6GHc?c^ zY@EU!6n<{bOyTFUHmkL1u6YT@d`(%e)w+`6@yL1`thG0qpKy4n0H6*PXorYauzjuz z0mf*eyTwjF^-Sj3Ym59lpdp70tCd??ImR*FVhgcYK%OtOAq6OtZa_A5p0r zc*grek7id7v{KNdm^wBpR@S}z1H>;JyNIWO+<(tR%TofMJpG!UYnt$hww?b$7enrQ zx6W;y9=$wyaq{xpDeuf~yF{M& zIn|Yt;EJY%wrz1G4L)+$+=!77%{j9u(ULGWcF~#_wj~T^L$oIh_Cgf$!j502)&6pJ zyUF>Ehp+*N?w(K>3W=~50JlzZN#Ir#N?qDN2g&|Oy@rTrgUtm>;{Ib>d=x5kh-H`4 zRR>wkI6elji$=oOnIW>&6ia0KA1I+U4YXmW6-j7<)ddqM?6+71=nS;S5dA`H6pFBF z)q2?V$P(44O{*FNrf(Pl$W=utX@?aDooIRoN!m6{DN*uh!Sv+|zKI*6^X}50!K3?F zChnq>_zu+qh-`IWF{7236p}XiXj1sbi>1$Du$ghlJCY8hYCJJ2HJpqKsZm}uG5g#6 zDK*q7MpiC|NTv9-q>yyLHi-}!4!sgE&6aK^t5x`Q@+QOvZHh~qwQc}HapRU=C~}fn z%g31{GRIEHe@q2j%feFrYozBv@rQVYkXO}#68`1as+bTnvF}Gsiu6!OqTl<(@sW7ZrUL7rHSqC>Iyn!0>Auy^4=$p z?aGWzW1A}5m5E5pzXK1X?LSlaZ{RVi_AA;MI`Bo{kpC7%-Xj>0uo*CbcB^S^rgl}P zsyefxKGO`DcH^V625ZGbL+)$F+o%3&;*@^iOZhiut%!hPy{sW?r;xx^RA(I&0{yJW zx+nzxtS0NBke91(%=#$g=c-p`scLBTo&L)W7aQJhNI8Q4RDr1M0iJW0Prdv!jU{w8 zXe>vIzKJJj7BwsQPY?zLxLKVhOJaEp}!{cKdcg1XaY3W`ZOI+ z6!U&qSvz}~B{qc4Bk}}F%0DKrA0EyD(^OSeG#1rY3QijXs^(qcr2;vm{4SLvj}&e3 zvj|Lap9*DZVNFU{^N<1!kgy;?9A{bxq=Z1$ZmGA;TUJ2qUtaUStQNOz(e26j%dWb= zp4_DsZKfm|%!lqXrTRDgGu^D-?oW*MU>@kNRI~4qR`~D7#dO%^+m*~V( z$?_tq^Rtz{Ia40Yw^gK1eHpDW&wKla2%lNSK4+GGIdv=8Pq8Ax*kU zw;J!xGr{C?yLBm1K)-=2@^eW+-jo#7OK7DqKWksG1>+ev5A1mVXqV6T%nkx5U|Q`%?}IjlI0(;UIU+?0-&%njA+q1-cJ z9My*cxmZ1fHs}yrAf za}6p|?DSE|f0PvB{J1HxUeA$e*F(@)aY^Cn8uU$*GwbI$?pwo9*xweoAvTpI~2iriDR zy|K*fknE$#<*idXP8Yd;JK1*7iL%fQ^qaodxJr{?I{ zW!gKUm&rZ<1?_pCYH!^#?H$Xtqlf+l?fHt@GesXS(;mrpik#8jk)&OIc9=SzYV+B=r${M_1Rm+6UC*KY38 zO@Xk zuh%#cXlWyQ%FqzaZK0DxM(SW;3cblEu{KCqNjD!8GCppl-pC{4N_J-vDuLk;`}~#u zl?JV2apQUlzIjEq&*(FL>}o|q8i3}%4cdc%DD{W%9hl$-)+#Ri!T1hvK}uo}V(`Hj zF867s)43afBzq>KP8eO|TAmabh!r+=nweyWBKTBOJU@}C`nqtT3scn;t7utY7 z$3tF#SD@p(hlq)_C6rw`rHG-2U4gdaB%@O`tmQjzyg9S~YS)#n+5OjFzV`A$#ky4a zPEFC;)WWOgYIK%D>$P~$2R%mc`9c7Nq;`tA`^0G^(I%m$JC2_?@zVYyhxZ>+oD@88 z_{h=jLyDJ~!RV+W%QaMhX`HO80_ocn!6svdLd?{JS_s-oPEk%dN4+{7e4Z(URe|^# zs(@r~@;G?}J0>4j1?~3ZxYdc9lJW(_D;CmDt6E}aJ6~uqBmWVVWwZYZg|?HIA`cVH z$&=&}FqvgOyRfEMPbENA72%Zh<|yopB*k<>R-7->r&hbdGCmMPHhYTyh;bQM`wFRr zKElbqWU1J?V~PFIarVtZ#o2{VMa0G=@xZv^d<7bJ3Dn@gI8(kUUZxiSaU@EKZlQebe!p^IFjl(GIab3dVzs-SkIFfJRiyAud{gX0BZF!b+l$AfJ<%AWpH4FB}j0+#_ zy0{l@uV|PZz2=!d3bke09Zb1{H`d&#z8ju*2N&E&p0tBIRvtk2u znibyZgXl$N&Ga!S|JX-Cc3j_mZTEsb_y~7rsxlQdFr&B>2kp3Xc%gjf1K-XEt{3jU zdEd3q=p1XRDdlgvQT~Sq|IB>%@Si&W;6$#0cMqal-qo{%H>?Yu4x`lVBOi6&?7r8; z26On`gP-PGf9+0f*nRILOFHuILG{}r;p>rWk=sXA)3Eva{R@r*KlN3z4%W>cnUfY= z8}chZar4C8FWo!K>Nr|d{o&Mx!yl{FzoJ+F`t`3}``UtIgI1@vKJ9Hyd0TG_cTMx& z)(74f-ZiWJcs*U;j?b1YI6590nLKx2{kWWEJD!(qQ>uQ`f@5=jwy%CHvur0nKieDg zubgE0P8s>G_g?E=aJ2u_Rh=8<%lFDZRsr~O!3b5ze!Q6tzS|gKx_)b_e(Qo`+e3fl z%$I+|qngd7{TovL4G;Vs^gSg1d}YghS4*x5nBo;qMsA*7zE|}$5YJpYv*1{t8?umY z+mUM9aZd%}L1Q@S`i-gjjSG%V1zC5d+IHSk0eL7d>r;S4tuLh7UI6yc)EqXlYCtmT zdAidMUP8r*f{b~&G}su`eTvmvu_0Bl z;r3V3?R!$~d+yoO`%b0yoqAAl8sGl&R!^H3?aryUa9bWDsA|mkYcl1ybYGRJg0*~A z+SiiuwLI{xed4lJ*`~Utw|?VgD0Bs1+P>nxeFfdIA0>rvFeRvDrY61PrPPj>7KG!A zf@5lb#$WZATVZXTwk*2JXZo%VT^UNb0vWgO^0AA@X2w$P2JQCSn>Sh(+?}8L@C`0M zh)||tMW(7gQ(lp2*p#Vle&Q4SFlWRiG`D}=RY!K471vi@Tbc4TXVwH~%vYUPoU_~R z`}tbeNWS(zk-!F za%G=Gj~{L41Xsr4pE*chLQFYU|KPc~_=gi8Ox$TrweEb-OcbkmA8bUlQMm(ir#|fY zpa(XcYo4E9v-eYDC2LcBcgq9szG*W^qu`mbedFy+o(r6+j!@-yN7@OOnU1}_qVZzL!r&Gn_|wA=OK^8*-EvV)~kQZJ^1 z1kYF*^&8%u^vYPUJ_-$x_kHq+xn?FY>?0G5(^A4kIf9?1b|HS6y_w&;i=qsO3I0`>$vhk<+ znImLd^n|1Elk!%6-ORvj=*rL&4#7vK`ATG*P0SrnHEhaq^z!kkCHBmAc=($6dc@*+ zC$vP5Yzx=EDN|XMX=usR)<1GR&+o{1s?(m9l&2+Y#@k}$%Bv@?oR~Y5stjhWhyYIG zj;EbM0=J?*>!6U6E3eK{VHjrHoYNap)|w>`y(V}E{{q%{)=bZa)*Fs=+ujs@4f|Ns zqSdivMbgh}U*J0)aqxbg+jWy0^LspK#8Um1l6BRUKg2aWn7B8zH?ey32_T zoIR0pZ^&9H24nQpW$i2|&~P0rh+DnBtcwNlVd09bhXuU^1s@Cg2@I?W*kIe--|YQH Y?@VvXy5?~OCFA3wrlv 0: + callers = inspect.getinnerframes(exc.__traceback__, context=depth) + seen = set() + for i, ff in enumerate(callers[-depth:]): + frm = ff[0] + + f_self = frm.f_locals.get("self", None) + if isinstance(f_self, ParserElement): + if not frm.f_code.co_name.startswith( + ("parseImpl", "_parseNoCache") + ): + continue + if id(f_self) in seen: + continue + seen.add(id(f_self)) + + self_type = type(f_self) + ret.append( + f"{self_type.__module__}.{self_type.__name__} - {f_self}" + ) + + elif f_self is not None: + self_type = type(f_self) + ret.append(f"{self_type.__module__}.{self_type.__name__}") + + else: + code = frm.f_code + if code.co_name in ("wrapper", ""): + continue + + ret.append(code.co_name) + + depth -= 1 + if not depth: + break + + return "\n".join(ret) + + @classmethod + def _from_exception(cls, pe): + """ + internal factory method to simplify creating one type of ParseException + from another - avoids having __init__ signature conflicts among subclasses + """ + return cls(pe.pstr, pe.loc, pe.msg, pe.parser_element) + + @property + def line(self) -> str: + """ + Return the line of text where the exception occurred. + """ + return line(self.loc, self.pstr) + + @property + def lineno(self) -> int: + """ + Return the 1-based line number of text where the exception occurred. + """ + return lineno(self.loc, self.pstr) + + @property + def col(self) -> int: + """ + Return the 1-based column on the line of text where the exception occurred. + """ + return col(self.loc, self.pstr) + + @property + def column(self) -> int: + """ + Return the 1-based column on the line of text where the exception occurred. + """ + return col(self.loc, self.pstr) + + # pre-PEP8 compatibility + @property + def parserElement(self): + return self.parser_element + + @parserElement.setter + def parserElement(self, elem): + self.parser_element = elem + + def __str__(self) -> str: + if self.pstr: + if self.loc >= len(self.pstr): + foundstr = ", found end of text" + else: + # pull out next word at error location + found_match = _exception_word_extractor.match(self.pstr, self.loc) + if found_match is not None: + found = found_match.group(0) + else: + found = self.pstr[self.loc : self.loc + 1] + foundstr = (", found %r" % found).replace(r"\\", "\\") + else: + foundstr = "" + return f"{self.msg}{foundstr} (at char {self.loc}), (line:{self.lineno}, col:{self.column})" + + def __repr__(self): + return str(self) + + def mark_input_line( + self, marker_string: typing.Optional[str] = None, *, markerString: str = ">!<" + ) -> str: + """ + Extracts the exception line from the input string, and marks + the location of the exception with a special symbol. + """ + markerString = marker_string if marker_string is not None else markerString + line_str = self.line + line_column = self.column - 1 + if markerString: + line_str = "".join( + (line_str[:line_column], markerString, line_str[line_column:]) + ) + return line_str.strip() + + def explain(self, depth=16) -> str: + """ + Method to translate the Python internal traceback into a list + of the pyparsing expressions that caused the exception to be raised. + + Parameters: + + - depth (default=16) - number of levels back in the stack trace to list expression + and function names; if None, the full stack trace names will be listed; if 0, only + the failing input line, marker, and exception string will be shown + + Returns a multi-line string listing the ParserElements and/or function names in the + exception's stack trace. + + Example:: + + expr = pp.Word(pp.nums) * 3 + try: + expr.parse_string("123 456 A789") + except pp.ParseException as pe: + print(pe.explain(depth=0)) + + prints:: + + 123 456 A789 + ^ + ParseException: Expected W:(0-9), found 'A' (at char 8), (line:1, col:9) + + Note: the diagnostic output will include string representations of the expressions + that failed to parse. These representations will be more helpful if you use `set_name` to + give identifiable names to your expressions. Otherwise they will use the default string + forms, which may be cryptic to read. + + Note: pyparsing's default truncation of exception tracebacks may also truncate the + stack of expressions that are displayed in the ``explain`` output. To get the full listing + of parser expressions, you may have to set ``ParserElement.verbose_stacktrace = True`` + """ + return self.explain_exception(self, depth) + + # fmt: off + @replaced_by_pep8(mark_input_line) + def markInputline(self): ... + # fmt: on + + +class ParseException(ParseBaseException): + """ + Exception thrown when a parse expression doesn't match the input string + + Example:: + + try: + Word(nums).set_name("integer").parse_string("ABC") + except ParseException as pe: + print(pe) + print("column: {}".format(pe.column)) + + prints:: + + Expected integer (at char 0), (line:1, col:1) + column: 1 + + """ + + +class ParseFatalException(ParseBaseException): + """ + User-throwable exception thrown when inconsistent parse content + is found; stops all parsing immediately + """ + + +class ParseSyntaxException(ParseFatalException): + """ + Just like :class:`ParseFatalException`, but thrown internally + when an :class:`ErrorStop` ('-' operator) indicates + that parsing is to stop immediately because an unbacktrackable + syntax error has been found. + """ + + +class RecursiveGrammarException(Exception): + """ + Exception thrown by :class:`ParserElement.validate` if the + grammar could be left-recursive; parser may need to enable + left recursion using :class:`ParserElement.enable_left_recursion` + """ + + def __init__(self, parseElementList): + self.parseElementTrace = parseElementList + + def __str__(self) -> str: + return f"RecursiveGrammarException: {self.parseElementTrace}" diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py new file mode 100644 index 00000000..018f0d6a --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py @@ -0,0 +1,1100 @@ +# helpers.py +import html.entities +import re +import sys +import typing + +from . import __diag__ +from .core import * +from .util import ( + _bslash, + _flatten, + _escape_regex_range_chars, + replaced_by_pep8, +) + + +# +# global helpers +# +def counted_array( + expr: ParserElement, + int_expr: typing.Optional[ParserElement] = None, + *, + intExpr: typing.Optional[ParserElement] = None, +) -> ParserElement: + """Helper to define a counted list of expressions. + + This helper defines a pattern of the form:: + + integer expr expr expr... + + where the leading integer tells how many expr expressions follow. + The matched tokens returns the array of expr tokens as a list - the + leading count token is suppressed. + + If ``int_expr`` is specified, it should be a pyparsing expression + that produces an integer value. + + Example:: + + counted_array(Word(alphas)).parse_string('2 ab cd ef') # -> ['ab', 'cd'] + + # in this parser, the leading integer value is given in binary, + # '10' indicating that 2 values are in the array + binary_constant = Word('01').set_parse_action(lambda t: int(t[0], 2)) + counted_array(Word(alphas), int_expr=binary_constant).parse_string('10 ab cd ef') # -> ['ab', 'cd'] + + # if other fields must be parsed after the count but before the + # list items, give the fields results names and they will + # be preserved in the returned ParseResults: + count_with_metadata = integer + Word(alphas)("type") + typed_array = counted_array(Word(alphanums), int_expr=count_with_metadata)("items") + result = typed_array.parse_string("3 bool True True False") + print(result.dump()) + + # prints + # ['True', 'True', 'False'] + # - items: ['True', 'True', 'False'] + # - type: 'bool' + """ + intExpr = intExpr or int_expr + array_expr = Forward() + + def count_field_parse_action(s, l, t): + nonlocal array_expr + n = t[0] + array_expr <<= (expr * n) if n else Empty() + # clear list contents, but keep any named results + del t[:] + + if intExpr is None: + intExpr = Word(nums).set_parse_action(lambda t: int(t[0])) + else: + intExpr = intExpr.copy() + intExpr.set_name("arrayLen") + intExpr.add_parse_action(count_field_parse_action, call_during_try=True) + return (intExpr + array_expr).set_name("(len) " + str(expr) + "...") + + +def match_previous_literal(expr: ParserElement) -> ParserElement: + """Helper to define an expression that is indirectly defined from + the tokens matched in a previous expression, that is, it looks for + a 'repeat' of a previous expression. For example:: + + first = Word(nums) + second = match_previous_literal(first) + match_expr = first + ":" + second + + will match ``"1:1"``, but not ``"1:2"``. Because this + matches a previous literal, will also match the leading + ``"1:1"`` in ``"1:10"``. If this is not desired, use + :class:`match_previous_expr`. Do *not* use with packrat parsing + enabled. + """ + rep = Forward() + + def copy_token_to_repeater(s, l, t): + if t: + if len(t) == 1: + rep << t[0] + else: + # flatten t tokens + tflat = _flatten(t.as_list()) + rep << And(Literal(tt) for tt in tflat) + else: + rep << Empty() + + expr.add_parse_action(copy_token_to_repeater, callDuringTry=True) + rep.set_name("(prev) " + str(expr)) + return rep + + +def match_previous_expr(expr: ParserElement) -> ParserElement: + """Helper to define an expression that is indirectly defined from + the tokens matched in a previous expression, that is, it looks for + a 'repeat' of a previous expression. For example:: + + first = Word(nums) + second = match_previous_expr(first) + match_expr = first + ":" + second + + will match ``"1:1"``, but not ``"1:2"``. Because this + matches by expressions, will *not* match the leading ``"1:1"`` + in ``"1:10"``; the expressions are evaluated first, and then + compared, so ``"1"`` is compared with ``"10"``. Do *not* use + with packrat parsing enabled. + """ + rep = Forward() + e2 = expr.copy() + rep <<= e2 + + def copy_token_to_repeater(s, l, t): + matchTokens = _flatten(t.as_list()) + + def must_match_these_tokens(s, l, t): + theseTokens = _flatten(t.as_list()) + if theseTokens != matchTokens: + raise ParseException( + s, l, f"Expected {matchTokens}, found{theseTokens}" + ) + + rep.set_parse_action(must_match_these_tokens, callDuringTry=True) + + expr.add_parse_action(copy_token_to_repeater, callDuringTry=True) + rep.set_name("(prev) " + str(expr)) + return rep + + +def one_of( + strs: Union[typing.Iterable[str], str], + caseless: bool = False, + use_regex: bool = True, + as_keyword: bool = False, + *, + useRegex: bool = True, + asKeyword: bool = False, +) -> ParserElement: + """Helper to quickly define a set of alternative :class:`Literal` s, + and makes sure to do longest-first testing when there is a conflict, + regardless of the input order, but returns + a :class:`MatchFirst` for best performance. + + Parameters: + + - ``strs`` - a string of space-delimited literals, or a collection of + string literals + - ``caseless`` - treat all literals as caseless - (default= ``False``) + - ``use_regex`` - as an optimization, will + generate a :class:`Regex` object; otherwise, will generate + a :class:`MatchFirst` object (if ``caseless=True`` or ``as_keyword=True``, or if + creating a :class:`Regex` raises an exception) - (default= ``True``) + - ``as_keyword`` - enforce :class:`Keyword`-style matching on the + generated expressions - (default= ``False``) + - ``asKeyword`` and ``useRegex`` are retained for pre-PEP8 compatibility, + but will be removed in a future release + + Example:: + + comp_oper = one_of("< = > <= >= !=") + var = Word(alphas) + number = Word(nums) + term = var | number + comparison_expr = term + comp_oper + term + print(comparison_expr.search_string("B = 12 AA=23 B<=AA AA>12")) + + prints:: + + [['B', '=', '12'], ['AA', '=', '23'], ['B', '<=', 'AA'], ['AA', '>', '12']] + """ + asKeyword = asKeyword or as_keyword + useRegex = useRegex and use_regex + + if ( + isinstance(caseless, str_type) + and __diag__.warn_on_multiple_string_args_to_oneof + ): + warnings.warn( + "More than one string argument passed to one_of, pass" + " choices as a list or space-delimited string", + stacklevel=2, + ) + + if caseless: + isequal = lambda a, b: a.upper() == b.upper() + masks = lambda a, b: b.upper().startswith(a.upper()) + parseElementClass = CaselessKeyword if asKeyword else CaselessLiteral + else: + isequal = lambda a, b: a == b + masks = lambda a, b: b.startswith(a) + parseElementClass = Keyword if asKeyword else Literal + + symbols: List[str] = [] + if isinstance(strs, str_type): + strs = typing.cast(str, strs) + symbols = strs.split() + elif isinstance(strs, Iterable): + symbols = list(strs) + else: + raise TypeError("Invalid argument to one_of, expected string or iterable") + if not symbols: + return NoMatch() + + # reorder given symbols to take care to avoid masking longer choices with shorter ones + # (but only if the given symbols are not just single characters) + if any(len(sym) > 1 for sym in symbols): + i = 0 + while i < len(symbols) - 1: + cur = symbols[i] + for j, other in enumerate(symbols[i + 1 :]): + if isequal(other, cur): + del symbols[i + j + 1] + break + elif masks(cur, other): + del symbols[i + j + 1] + symbols.insert(i, other) + break + else: + i += 1 + + if useRegex: + re_flags: int = re.IGNORECASE if caseless else 0 + + try: + if all(len(sym) == 1 for sym in symbols): + # symbols are just single characters, create range regex pattern + patt = f"[{''.join(_escape_regex_range_chars(sym) for sym in symbols)}]" + else: + patt = "|".join(re.escape(sym) for sym in symbols) + + # wrap with \b word break markers if defining as keywords + if asKeyword: + patt = rf"\b(?:{patt})\b" + + ret = Regex(patt, flags=re_flags).set_name(" | ".join(symbols)) + + if caseless: + # add parse action to return symbols as specified, not in random + # casing as found in input string + symbol_map = {sym.lower(): sym for sym in symbols} + ret.add_parse_action(lambda s, l, t: symbol_map[t[0].lower()]) + + return ret + + except re.error: + warnings.warn( + "Exception creating Regex for one_of, building MatchFirst", stacklevel=2 + ) + + # last resort, just use MatchFirst + return MatchFirst(parseElementClass(sym) for sym in symbols).set_name( + " | ".join(symbols) + ) + + +def dict_of(key: ParserElement, value: ParserElement) -> ParserElement: + """Helper to easily and clearly define a dictionary by specifying + the respective patterns for the key and value. Takes care of + defining the :class:`Dict`, :class:`ZeroOrMore`, and + :class:`Group` tokens in the proper order. The key pattern + can include delimiting markers or punctuation, as long as they are + suppressed, thereby leaving the significant key text. The value + pattern can include named results, so that the :class:`Dict` results + can include named token fields. + + Example:: + + text = "shape: SQUARE posn: upper left color: light blue texture: burlap" + attr_expr = (label + Suppress(':') + OneOrMore(data_word, stop_on=label).set_parse_action(' '.join)) + print(attr_expr[1, ...].parse_string(text).dump()) + + attr_label = label + attr_value = Suppress(':') + OneOrMore(data_word, stop_on=label).set_parse_action(' '.join) + + # similar to Dict, but simpler call format + result = dict_of(attr_label, attr_value).parse_string(text) + print(result.dump()) + print(result['shape']) + print(result.shape) # object attribute access works too + print(result.as_dict()) + + prints:: + + [['shape', 'SQUARE'], ['posn', 'upper left'], ['color', 'light blue'], ['texture', 'burlap']] + - color: 'light blue' + - posn: 'upper left' + - shape: 'SQUARE' + - texture: 'burlap' + SQUARE + SQUARE + {'color': 'light blue', 'shape': 'SQUARE', 'posn': 'upper left', 'texture': 'burlap'} + """ + return Dict(OneOrMore(Group(key + value))) + + +def original_text_for( + expr: ParserElement, as_string: bool = True, *, asString: bool = True +) -> ParserElement: + """Helper to return the original, untokenized text for a given + expression. Useful to restore the parsed fields of an HTML start + tag into the raw tag text itself, or to revert separate tokens with + intervening whitespace back to the original matching input text. By + default, returns a string containing the original parsed text. + + If the optional ``as_string`` argument is passed as + ``False``, then the return value is + a :class:`ParseResults` containing any results names that + were originally matched, and a single token containing the original + matched text from the input string. So if the expression passed to + :class:`original_text_for` contains expressions with defined + results names, you must set ``as_string`` to ``False`` if you + want to preserve those results name values. + + The ``asString`` pre-PEP8 argument is retained for compatibility, + but will be removed in a future release. + + Example:: + + src = "this is test bold text normal text " + for tag in ("b", "i"): + opener, closer = make_html_tags(tag) + patt = original_text_for(opener + ... + closer) + print(patt.search_string(src)[0]) + + prints:: + + [' bold text '] + ['text'] + """ + asString = asString and as_string + + locMarker = Empty().set_parse_action(lambda s, loc, t: loc) + endlocMarker = locMarker.copy() + endlocMarker.callPreparse = False + matchExpr = locMarker("_original_start") + expr + endlocMarker("_original_end") + if asString: + extractText = lambda s, l, t: s[t._original_start : t._original_end] + else: + + def extractText(s, l, t): + t[:] = [s[t.pop("_original_start") : t.pop("_original_end")]] + + matchExpr.set_parse_action(extractText) + matchExpr.ignoreExprs = expr.ignoreExprs + matchExpr.suppress_warning(Diagnostics.warn_ungrouped_named_tokens_in_collection) + return matchExpr + + +def ungroup(expr: ParserElement) -> ParserElement: + """Helper to undo pyparsing's default grouping of And expressions, + even if all but one are non-empty. + """ + return TokenConverter(expr).add_parse_action(lambda t: t[0]) + + +def locatedExpr(expr: ParserElement) -> ParserElement: + """ + (DEPRECATED - future code should use the :class:`Located` class) + Helper to decorate a returned token with its starting and ending + locations in the input string. + + This helper adds the following results names: + + - ``locn_start`` - location where matched expression begins + - ``locn_end`` - location where matched expression ends + - ``value`` - the actual parsed results + + Be careful if the input text contains ```` characters, you + may want to call :class:`ParserElement.parse_with_tabs` + + Example:: + + wd = Word(alphas) + for match in locatedExpr(wd).search_string("ljsdf123lksdjjf123lkkjj1222"): + print(match) + + prints:: + + [[0, 'ljsdf', 5]] + [[8, 'lksdjjf', 15]] + [[18, 'lkkjj', 23]] + """ + locator = Empty().set_parse_action(lambda ss, ll, tt: ll) + return Group( + locator("locn_start") + + expr("value") + + locator.copy().leaveWhitespace()("locn_end") + ) + + +def nested_expr( + opener: Union[str, ParserElement] = "(", + closer: Union[str, ParserElement] = ")", + content: typing.Optional[ParserElement] = None, + ignore_expr: ParserElement = quoted_string(), + *, + ignoreExpr: ParserElement = quoted_string(), +) -> ParserElement: + """Helper method for defining nested lists enclosed in opening and + closing delimiters (``"("`` and ``")"`` are the default). + + Parameters: + + - ``opener`` - opening character for a nested list + (default= ``"("``); can also be a pyparsing expression + - ``closer`` - closing character for a nested list + (default= ``")"``); can also be a pyparsing expression + - ``content`` - expression for items within the nested lists + (default= ``None``) + - ``ignore_expr`` - expression for ignoring opening and closing delimiters + (default= :class:`quoted_string`) + - ``ignoreExpr`` - this pre-PEP8 argument is retained for compatibility + but will be removed in a future release + + If an expression is not provided for the content argument, the + nested expression will capture all whitespace-delimited content + between delimiters as a list of separate values. + + Use the ``ignore_expr`` argument to define expressions that may + contain opening or closing characters that should not be treated as + opening or closing characters for nesting, such as quoted_string or + a comment expression. Specify multiple expressions using an + :class:`Or` or :class:`MatchFirst`. The default is + :class:`quoted_string`, but if no expressions are to be ignored, then + pass ``None`` for this argument. + + Example:: + + data_type = one_of("void int short long char float double") + decl_data_type = Combine(data_type + Opt(Word('*'))) + ident = Word(alphas+'_', alphanums+'_') + number = pyparsing_common.number + arg = Group(decl_data_type + ident) + LPAR, RPAR = map(Suppress, "()") + + code_body = nested_expr('{', '}', ignore_expr=(quoted_string | c_style_comment)) + + c_function = (decl_data_type("type") + + ident("name") + + LPAR + Opt(DelimitedList(arg), [])("args") + RPAR + + code_body("body")) + c_function.ignore(c_style_comment) + + source_code = ''' + int is_odd(int x) { + return (x%2); + } + + int dec_to_hex(char hchar) { + if (hchar >= '0' && hchar <= '9') { + return (ord(hchar)-ord('0')); + } else { + return (10+ord(hchar)-ord('A')); + } + } + ''' + for func in c_function.search_string(source_code): + print("%(name)s (%(type)s) args: %(args)s" % func) + + + prints:: + + is_odd (int) args: [['int', 'x']] + dec_to_hex (int) args: [['char', 'hchar']] + """ + if ignoreExpr != ignore_expr: + ignoreExpr = ignore_expr if ignoreExpr == quoted_string() else ignoreExpr + if opener == closer: + raise ValueError("opening and closing strings cannot be the same") + if content is None: + if isinstance(opener, str_type) and isinstance(closer, str_type): + opener = typing.cast(str, opener) + closer = typing.cast(str, closer) + if len(opener) == 1 and len(closer) == 1: + if ignoreExpr is not None: + content = Combine( + OneOrMore( + ~ignoreExpr + + CharsNotIn( + opener + closer + ParserElement.DEFAULT_WHITE_CHARS, + exact=1, + ) + ) + ).set_parse_action(lambda t: t[0].strip()) + else: + content = empty.copy() + CharsNotIn( + opener + closer + ParserElement.DEFAULT_WHITE_CHARS + ).set_parse_action(lambda t: t[0].strip()) + else: + if ignoreExpr is not None: + content = Combine( + OneOrMore( + ~ignoreExpr + + ~Literal(opener) + + ~Literal(closer) + + CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS, exact=1) + ) + ).set_parse_action(lambda t: t[0].strip()) + else: + content = Combine( + OneOrMore( + ~Literal(opener) + + ~Literal(closer) + + CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS, exact=1) + ) + ).set_parse_action(lambda t: t[0].strip()) + else: + raise ValueError( + "opening and closing arguments must be strings if no content expression is given" + ) + ret = Forward() + if ignoreExpr is not None: + ret <<= Group( + Suppress(opener) + ZeroOrMore(ignoreExpr | ret | content) + Suppress(closer) + ) + else: + ret <<= Group(Suppress(opener) + ZeroOrMore(ret | content) + Suppress(closer)) + ret.set_name("nested %s%s expression" % (opener, closer)) + return ret + + +def _makeTags(tagStr, xml, suppress_LT=Suppress("<"), suppress_GT=Suppress(">")): + """Internal helper to construct opening and closing tag expressions, given a tag name""" + if isinstance(tagStr, str_type): + resname = tagStr + tagStr = Keyword(tagStr, caseless=not xml) + else: + resname = tagStr.name + + tagAttrName = Word(alphas, alphanums + "_-:") + if xml: + tagAttrValue = dbl_quoted_string.copy().set_parse_action(remove_quotes) + openTag = ( + suppress_LT + + tagStr("tag") + + Dict(ZeroOrMore(Group(tagAttrName + Suppress("=") + tagAttrValue))) + + Opt("/", default=[False])("empty").set_parse_action( + lambda s, l, t: t[0] == "/" + ) + + suppress_GT + ) + else: + tagAttrValue = quoted_string.copy().set_parse_action(remove_quotes) | Word( + printables, exclude_chars=">" + ) + openTag = ( + suppress_LT + + tagStr("tag") + + Dict( + ZeroOrMore( + Group( + tagAttrName.set_parse_action(lambda t: t[0].lower()) + + Opt(Suppress("=") + tagAttrValue) + ) + ) + ) + + Opt("/", default=[False])("empty").set_parse_action( + lambda s, l, t: t[0] == "/" + ) + + suppress_GT + ) + closeTag = Combine(Literal("", adjacent=False) + + openTag.set_name("<%s>" % resname) + # add start results name in parse action now that ungrouped names are not reported at two levels + openTag.add_parse_action( + lambda t: t.__setitem__( + "start" + "".join(resname.replace(":", " ").title().split()), t.copy() + ) + ) + closeTag = closeTag( + "end" + "".join(resname.replace(":", " ").title().split()) + ).set_name("" % resname) + openTag.tag = resname + closeTag.tag = resname + openTag.tag_body = SkipTo(closeTag()) + return openTag, closeTag + + +def make_html_tags( + tag_str: Union[str, ParserElement] +) -> Tuple[ParserElement, ParserElement]: + """Helper to construct opening and closing tag expressions for HTML, + given a tag name. Matches tags in either upper or lower case, + attributes with namespaces and with quoted or unquoted values. + + Example:: + + text = 'More info at the pyparsing wiki page' + # make_html_tags returns pyparsing expressions for the opening and + # closing tags as a 2-tuple + a, a_end = make_html_tags("A") + link_expr = a + SkipTo(a_end)("link_text") + a_end + + for link in link_expr.search_string(text): + # attributes in the tag (like "href" shown here) are + # also accessible as named results + print(link.link_text, '->', link.href) + + prints:: + + pyparsing -> https://github.com/pyparsing/pyparsing/wiki + """ + return _makeTags(tag_str, False) + + +def make_xml_tags( + tag_str: Union[str, ParserElement] +) -> Tuple[ParserElement, ParserElement]: + """Helper to construct opening and closing tag expressions for XML, + given a tag name. Matches tags only in the given upper/lower case. + + Example: similar to :class:`make_html_tags` + """ + return _makeTags(tag_str, True) + + +any_open_tag: ParserElement +any_close_tag: ParserElement +any_open_tag, any_close_tag = make_html_tags( + Word(alphas, alphanums + "_:").set_name("any tag") +) + +_htmlEntityMap = {k.rstrip(";"): v for k, v in html.entities.html5.items()} +common_html_entity = Regex("&(?P" + "|".join(_htmlEntityMap) + ");").set_name( + "common HTML entity" +) + + +def replace_html_entity(s, l, t): + """Helper parser action to replace common HTML entities with their special characters""" + return _htmlEntityMap.get(t.entity) + + +class OpAssoc(Enum): + """Enumeration of operator associativity + - used in constructing InfixNotationOperatorSpec for :class:`infix_notation`""" + + LEFT = 1 + RIGHT = 2 + + +InfixNotationOperatorArgType = Union[ + ParserElement, str, Tuple[Union[ParserElement, str], Union[ParserElement, str]] +] +InfixNotationOperatorSpec = Union[ + Tuple[ + InfixNotationOperatorArgType, + int, + OpAssoc, + typing.Optional[ParseAction], + ], + Tuple[ + InfixNotationOperatorArgType, + int, + OpAssoc, + ], +] + + +def infix_notation( + base_expr: ParserElement, + op_list: List[InfixNotationOperatorSpec], + lpar: Union[str, ParserElement] = Suppress("("), + rpar: Union[str, ParserElement] = Suppress(")"), +) -> ParserElement: + """Helper method for constructing grammars of expressions made up of + operators working in a precedence hierarchy. Operators may be unary + or binary, left- or right-associative. Parse actions can also be + attached to operator expressions. The generated parser will also + recognize the use of parentheses to override operator precedences + (see example below). + + Note: if you define a deep operator list, you may see performance + issues when using infix_notation. See + :class:`ParserElement.enable_packrat` for a mechanism to potentially + improve your parser performance. + + Parameters: + + - ``base_expr`` - expression representing the most basic operand to + be used in the expression + - ``op_list`` - list of tuples, one for each operator precedence level + in the expression grammar; each tuple is of the form ``(op_expr, + num_operands, right_left_assoc, (optional)parse_action)``, where: + + - ``op_expr`` is the pyparsing expression for the operator; may also + be a string, which will be converted to a Literal; if ``num_operands`` + is 3, ``op_expr`` is a tuple of two expressions, for the two + operators separating the 3 terms + - ``num_operands`` is the number of terms for this operator (must be 1, + 2, or 3) + - ``right_left_assoc`` is the indicator whether the operator is right + or left associative, using the pyparsing-defined constants + ``OpAssoc.RIGHT`` and ``OpAssoc.LEFT``. + - ``parse_action`` is the parse action to be associated with + expressions matching this operator expression (the parse action + tuple member may be omitted); if the parse action is passed + a tuple or list of functions, this is equivalent to calling + ``set_parse_action(*fn)`` + (:class:`ParserElement.set_parse_action`) + - ``lpar`` - expression for matching left-parentheses; if passed as a + str, then will be parsed as ``Suppress(lpar)``. If lpar is passed as + an expression (such as ``Literal('(')``), then it will be kept in + the parsed results, and grouped with them. (default= ``Suppress('(')``) + - ``rpar`` - expression for matching right-parentheses; if passed as a + str, then will be parsed as ``Suppress(rpar)``. If rpar is passed as + an expression (such as ``Literal(')')``), then it will be kept in + the parsed results, and grouped with them. (default= ``Suppress(')')``) + + Example:: + + # simple example of four-function arithmetic with ints and + # variable names + integer = pyparsing_common.signed_integer + varname = pyparsing_common.identifier + + arith_expr = infix_notation(integer | varname, + [ + ('-', 1, OpAssoc.RIGHT), + (one_of('* /'), 2, OpAssoc.LEFT), + (one_of('+ -'), 2, OpAssoc.LEFT), + ]) + + arith_expr.run_tests(''' + 5+3*6 + (5+3)*6 + -2--11 + ''', full_dump=False) + + prints:: + + 5+3*6 + [[5, '+', [3, '*', 6]]] + + (5+3)*6 + [[[5, '+', 3], '*', 6]] + + (5+x)*y + [[[5, '+', 'x'], '*', 'y']] + + -2--11 + [[['-', 2], '-', ['-', 11]]] + """ + + # captive version of FollowedBy that does not do parse actions or capture results names + class _FB(FollowedBy): + def parseImpl(self, instring, loc, doActions=True): + self.expr.try_parse(instring, loc) + return loc, [] + + _FB.__name__ = "FollowedBy>" + + ret = Forward() + if isinstance(lpar, str): + lpar = Suppress(lpar) + if isinstance(rpar, str): + rpar = Suppress(rpar) + + # if lpar and rpar are not suppressed, wrap in group + if not (isinstance(rpar, Suppress) and isinstance(rpar, Suppress)): + lastExpr = base_expr | Group(lpar + ret + rpar) + else: + lastExpr = base_expr | (lpar + ret + rpar) + + arity: int + rightLeftAssoc: opAssoc + pa: typing.Optional[ParseAction] + opExpr1: ParserElement + opExpr2: ParserElement + for i, operDef in enumerate(op_list): + opExpr, arity, rightLeftAssoc, pa = (operDef + (None,))[:4] # type: ignore[assignment] + if isinstance(opExpr, str_type): + opExpr = ParserElement._literalStringClass(opExpr) + opExpr = typing.cast(ParserElement, opExpr) + if arity == 3: + if not isinstance(opExpr, (tuple, list)) or len(opExpr) != 2: + raise ValueError( + "if numterms=3, opExpr must be a tuple or list of two expressions" + ) + opExpr1, opExpr2 = opExpr + term_name = f"{opExpr1}{opExpr2} term" + else: + term_name = f"{opExpr} term" + + if not 1 <= arity <= 3: + raise ValueError("operator must be unary (1), binary (2), or ternary (3)") + + if rightLeftAssoc not in (OpAssoc.LEFT, OpAssoc.RIGHT): + raise ValueError("operator must indicate right or left associativity") + + thisExpr: ParserElement = Forward().set_name(term_name) + thisExpr = typing.cast(Forward, thisExpr) + if rightLeftAssoc is OpAssoc.LEFT: + if arity == 1: + matchExpr = _FB(lastExpr + opExpr) + Group(lastExpr + opExpr[1, ...]) + elif arity == 2: + if opExpr is not None: + matchExpr = _FB(lastExpr + opExpr + lastExpr) + Group( + lastExpr + (opExpr + lastExpr)[1, ...] + ) + else: + matchExpr = _FB(lastExpr + lastExpr) + Group(lastExpr[2, ...]) + elif arity == 3: + matchExpr = _FB( + lastExpr + opExpr1 + lastExpr + opExpr2 + lastExpr + ) + Group(lastExpr + OneOrMore(opExpr1 + lastExpr + opExpr2 + lastExpr)) + elif rightLeftAssoc is OpAssoc.RIGHT: + if arity == 1: + # try to avoid LR with this extra test + if not isinstance(opExpr, Opt): + opExpr = Opt(opExpr) + matchExpr = _FB(opExpr.expr + thisExpr) + Group(opExpr + thisExpr) + elif arity == 2: + if opExpr is not None: + matchExpr = _FB(lastExpr + opExpr + thisExpr) + Group( + lastExpr + (opExpr + thisExpr)[1, ...] + ) + else: + matchExpr = _FB(lastExpr + thisExpr) + Group( + lastExpr + thisExpr[1, ...] + ) + elif arity == 3: + matchExpr = _FB( + lastExpr + opExpr1 + thisExpr + opExpr2 + thisExpr + ) + Group(lastExpr + opExpr1 + thisExpr + opExpr2 + thisExpr) + if pa: + if isinstance(pa, (tuple, list)): + matchExpr.set_parse_action(*pa) + else: + matchExpr.set_parse_action(pa) + thisExpr <<= (matchExpr | lastExpr).setName(term_name) + lastExpr = thisExpr + ret <<= lastExpr + return ret + + +def indentedBlock(blockStatementExpr, indentStack, indent=True, backup_stacks=[]): + """ + (DEPRECATED - use :class:`IndentedBlock` class instead) + Helper method for defining space-delimited indentation blocks, + such as those used to define block statements in Python source code. + + Parameters: + + - ``blockStatementExpr`` - expression defining syntax of statement that + is repeated within the indented block + - ``indentStack`` - list created by caller to manage indentation stack + (multiple ``statementWithIndentedBlock`` expressions within a single + grammar should share a common ``indentStack``) + - ``indent`` - boolean indicating whether block must be indented beyond + the current level; set to ``False`` for block of left-most statements + (default= ``True``) + + A valid block must contain at least one ``blockStatement``. + + (Note that indentedBlock uses internal parse actions which make it + incompatible with packrat parsing.) + + Example:: + + data = ''' + def A(z): + A1 + B = 100 + G = A2 + A2 + A3 + B + def BB(a,b,c): + BB1 + def BBA(): + bba1 + bba2 + bba3 + C + D + def spam(x,y): + def eggs(z): + pass + ''' + + + indentStack = [1] + stmt = Forward() + + identifier = Word(alphas, alphanums) + funcDecl = ("def" + identifier + Group("(" + Opt(delimitedList(identifier)) + ")") + ":") + func_body = indentedBlock(stmt, indentStack) + funcDef = Group(funcDecl + func_body) + + rvalue = Forward() + funcCall = Group(identifier + "(" + Opt(delimitedList(rvalue)) + ")") + rvalue << (funcCall | identifier | Word(nums)) + assignment = Group(identifier + "=" + rvalue) + stmt << (funcDef | assignment | identifier) + + module_body = stmt[1, ...] + + parseTree = module_body.parseString(data) + parseTree.pprint() + + prints:: + + [['def', + 'A', + ['(', 'z', ')'], + ':', + [['A1'], [['B', '=', '100']], [['G', '=', 'A2']], ['A2'], ['A3']]], + 'B', + ['def', + 'BB', + ['(', 'a', 'b', 'c', ')'], + ':', + [['BB1'], [['def', 'BBA', ['(', ')'], ':', [['bba1'], ['bba2'], ['bba3']]]]]], + 'C', + 'D', + ['def', + 'spam', + ['(', 'x', 'y', ')'], + ':', + [[['def', 'eggs', ['(', 'z', ')'], ':', [['pass']]]]]]] + """ + backup_stacks.append(indentStack[:]) + + def reset_stack(): + indentStack[:] = backup_stacks[-1] + + def checkPeerIndent(s, l, t): + if l >= len(s): + return + curCol = col(l, s) + if curCol != indentStack[-1]: + if curCol > indentStack[-1]: + raise ParseException(s, l, "illegal nesting") + raise ParseException(s, l, "not a peer entry") + + def checkSubIndent(s, l, t): + curCol = col(l, s) + if curCol > indentStack[-1]: + indentStack.append(curCol) + else: + raise ParseException(s, l, "not a subentry") + + def checkUnindent(s, l, t): + if l >= len(s): + return + curCol = col(l, s) + if not (indentStack and curCol in indentStack): + raise ParseException(s, l, "not an unindent") + if curCol < indentStack[-1]: + indentStack.pop() + + NL = OneOrMore(LineEnd().set_whitespace_chars("\t ").suppress()) + INDENT = (Empty() + Empty().set_parse_action(checkSubIndent)).set_name("INDENT") + PEER = Empty().set_parse_action(checkPeerIndent).set_name("") + UNDENT = Empty().set_parse_action(checkUnindent).set_name("UNINDENT") + if indent: + smExpr = Group( + Opt(NL) + + INDENT + + OneOrMore(PEER + Group(blockStatementExpr) + Opt(NL)) + + UNDENT + ) + else: + smExpr = Group( + Opt(NL) + + OneOrMore(PEER + Group(blockStatementExpr) + Opt(NL)) + + Opt(UNDENT) + ) + + # add a parse action to remove backup_stack from list of backups + smExpr.add_parse_action( + lambda: backup_stacks.pop(-1) and None if backup_stacks else None + ) + smExpr.set_fail_action(lambda a, b, c, d: reset_stack()) + blockStatementExpr.ignore(_bslash + LineEnd()) + return smExpr.set_name("indented block") + + +# it's easy to get these comment structures wrong - they're very common, so may as well make them available +c_style_comment = Combine(Regex(r"/\*(?:[^*]|\*(?!/))*") + "*/").set_name( + "C style comment" +) +"Comment of the form ``/* ... */``" + +html_comment = Regex(r"").set_name("HTML comment") +"Comment of the form ````" + +rest_of_line = Regex(r".*").leave_whitespace().set_name("rest of line") +dbl_slash_comment = Regex(r"//(?:\\\n|[^\n])*").set_name("// comment") +"Comment of the form ``// ... (to end of line)``" + +cpp_style_comment = Combine( + Regex(r"/\*(?:[^*]|\*(?!/))*") + "*/" | dbl_slash_comment +).set_name("C++ style comment") +"Comment of either form :class:`c_style_comment` or :class:`dbl_slash_comment`" + +java_style_comment = cpp_style_comment +"Same as :class:`cpp_style_comment`" + +python_style_comment = Regex(r"#.*").set_name("Python style comment") +"Comment of the form ``# ... (to end of line)``" + + +# build list of built-in expressions, for future reference if a global default value +# gets updated +_builtin_exprs: List[ParserElement] = [ + v for v in vars().values() if isinstance(v, ParserElement) +] + + +# compatibility function, superseded by DelimitedList class +def delimited_list( + expr: Union[str, ParserElement], + delim: Union[str, ParserElement] = ",", + combine: bool = False, + min: typing.Optional[int] = None, + max: typing.Optional[int] = None, + *, + allow_trailing_delim: bool = False, +) -> ParserElement: + """(DEPRECATED - use :class:`DelimitedList` class)""" + return DelimitedList( + expr, delim, combine, min, max, allow_trailing_delim=allow_trailing_delim + ) + + +# pre-PEP8 compatible names +# fmt: off +opAssoc = OpAssoc +anyOpenTag = any_open_tag +anyCloseTag = any_close_tag +commonHTMLEntity = common_html_entity +cStyleComment = c_style_comment +htmlComment = html_comment +restOfLine = rest_of_line +dblSlashComment = dbl_slash_comment +cppStyleComment = cpp_style_comment +javaStyleComment = java_style_comment +pythonStyleComment = python_style_comment + +@replaced_by_pep8(DelimitedList) +def delimitedList(): ... + +@replaced_by_pep8(DelimitedList) +def delimited_list(): ... + +@replaced_by_pep8(counted_array) +def countedArray(): ... + +@replaced_by_pep8(match_previous_literal) +def matchPreviousLiteral(): ... + +@replaced_by_pep8(match_previous_expr) +def matchPreviousExpr(): ... + +@replaced_by_pep8(one_of) +def oneOf(): ... + +@replaced_by_pep8(dict_of) +def dictOf(): ... + +@replaced_by_pep8(original_text_for) +def originalTextFor(): ... + +@replaced_by_pep8(nested_expr) +def nestedExpr(): ... + +@replaced_by_pep8(make_html_tags) +def makeHTMLTags(): ... + +@replaced_by_pep8(make_xml_tags) +def makeXMLTags(): ... + +@replaced_by_pep8(replace_html_entity) +def replaceHTMLEntity(): ... + +@replaced_by_pep8(infix_notation) +def infixNotation(): ... +# fmt: on diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/py.typed b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py new file mode 100644 index 00000000..03130497 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py @@ -0,0 +1,796 @@ +# results.py +from collections.abc import ( + MutableMapping, + Mapping, + MutableSequence, + Iterator, + Sequence, + Container, +) +import pprint +from typing import Tuple, Any, Dict, Set, List + +str_type: Tuple[type, ...] = (str, bytes) +_generator_type = type((_ for _ in ())) + + +class _ParseResultsWithOffset: + tup: Tuple["ParseResults", int] + __slots__ = ["tup"] + + def __init__(self, p1: "ParseResults", p2: int): + self.tup: Tuple[ParseResults, int] = (p1, p2) + + def __getitem__(self, i): + return self.tup[i] + + def __getstate__(self): + return self.tup + + def __setstate__(self, *args): + self.tup = args[0] + + +class ParseResults: + """Structured parse results, to provide multiple means of access to + the parsed data: + + - as a list (``len(results)``) + - by list index (``results[0], results[1]``, etc.) + - by attribute (``results.`` - see :class:`ParserElement.set_results_name`) + + Example:: + + integer = Word(nums) + date_str = (integer.set_results_name("year") + '/' + + integer.set_results_name("month") + '/' + + integer.set_results_name("day")) + # equivalent form: + # date_str = (integer("year") + '/' + # + integer("month") + '/' + # + integer("day")) + + # parse_string returns a ParseResults object + result = date_str.parse_string("1999/12/31") + + def test(s, fn=repr): + print(f"{s} -> {fn(eval(s))}") + test("list(result)") + test("result[0]") + test("result['month']") + test("result.day") + test("'month' in result") + test("'minutes' in result") + test("result.dump()", str) + + prints:: + + list(result) -> ['1999', '/', '12', '/', '31'] + result[0] -> '1999' + result['month'] -> '12' + result.day -> '31' + 'month' in result -> True + 'minutes' in result -> False + result.dump() -> ['1999', '/', '12', '/', '31'] + - day: '31' + - month: '12' + - year: '1999' + """ + + _null_values: Tuple[Any, ...] = (None, [], ()) + + _name: str + _parent: "ParseResults" + _all_names: Set[str] + _modal: bool + _toklist: List[Any] + _tokdict: Dict[str, Any] + + __slots__ = ( + "_name", + "_parent", + "_all_names", + "_modal", + "_toklist", + "_tokdict", + ) + + class List(list): + """ + Simple wrapper class to distinguish parsed list results that should be preserved + as actual Python lists, instead of being converted to :class:`ParseResults`:: + + LBRACK, RBRACK = map(pp.Suppress, "[]") + element = pp.Forward() + item = ppc.integer + element_list = LBRACK + pp.DelimitedList(element) + RBRACK + + # add parse actions to convert from ParseResults to actual Python collection types + def as_python_list(t): + return pp.ParseResults.List(t.as_list()) + element_list.add_parse_action(as_python_list) + + element <<= item | element_list + + element.run_tests(''' + 100 + [2,3,4] + [[2, 1],3,4] + [(2, 1),3,4] + (2,3,4) + ''', post_parse=lambda s, r: (r[0], type(r[0]))) + + prints:: + + 100 + (100, ) + + [2,3,4] + ([2, 3, 4], ) + + [[2, 1],3,4] + ([[2, 1], 3, 4], ) + + (Used internally by :class:`Group` when `aslist=True`.) + """ + + def __new__(cls, contained=None): + if contained is None: + contained = [] + + if not isinstance(contained, list): + raise TypeError( + f"{cls.__name__} may only be constructed with a list, not {type(contained).__name__}" + ) + + return list.__new__(cls) + + def __new__(cls, toklist=None, name=None, **kwargs): + if isinstance(toklist, ParseResults): + return toklist + self = object.__new__(cls) + self._name = None + self._parent = None + self._all_names = set() + + if toklist is None: + self._toklist = [] + elif isinstance(toklist, (list, _generator_type)): + self._toklist = ( + [toklist[:]] + if isinstance(toklist, ParseResults.List) + else list(toklist) + ) + else: + self._toklist = [toklist] + self._tokdict = dict() + return self + + # Performance tuning: we construct a *lot* of these, so keep this + # constructor as small and fast as possible + def __init__( + self, toklist=None, name=None, asList=True, modal=True, isinstance=isinstance + ): + self._tokdict: Dict[str, _ParseResultsWithOffset] + self._modal = modal + if name is not None and name != "": + if isinstance(name, int): + name = str(name) + if not modal: + self._all_names = {name} + self._name = name + if toklist not in self._null_values: + if isinstance(toklist, (str_type, type)): + toklist = [toklist] + if asList: + if isinstance(toklist, ParseResults): + self[name] = _ParseResultsWithOffset( + ParseResults(toklist._toklist), 0 + ) + else: + self[name] = _ParseResultsWithOffset( + ParseResults(toklist[0]), 0 + ) + self[name]._name = name + else: + try: + self[name] = toklist[0] + except (KeyError, TypeError, IndexError): + if toklist is not self: + self[name] = toklist + else: + self._name = name + + def __getitem__(self, i): + if isinstance(i, (int, slice)): + return self._toklist[i] + else: + if i not in self._all_names: + return self._tokdict[i][-1][0] + else: + return ParseResults([v[0] for v in self._tokdict[i]]) + + def __setitem__(self, k, v, isinstance=isinstance): + if isinstance(v, _ParseResultsWithOffset): + self._tokdict[k] = self._tokdict.get(k, list()) + [v] + sub = v[0] + elif isinstance(k, (int, slice)): + self._toklist[k] = v + sub = v + else: + self._tokdict[k] = self._tokdict.get(k, list()) + [ + _ParseResultsWithOffset(v, 0) + ] + sub = v + if isinstance(sub, ParseResults): + sub._parent = self + + def __delitem__(self, i): + if isinstance(i, (int, slice)): + mylen = len(self._toklist) + del self._toklist[i] + + # convert int to slice + if isinstance(i, int): + if i < 0: + i += mylen + i = slice(i, i + 1) + # get removed indices + removed = list(range(*i.indices(mylen))) + removed.reverse() + # fixup indices in token dictionary + for name, occurrences in self._tokdict.items(): + for j in removed: + for k, (value, position) in enumerate(occurrences): + occurrences[k] = _ParseResultsWithOffset( + value, position - (position > j) + ) + else: + del self._tokdict[i] + + def __contains__(self, k) -> bool: + return k in self._tokdict + + def __len__(self) -> int: + return len(self._toklist) + + def __bool__(self) -> bool: + return not not (self._toklist or self._tokdict) + + def __iter__(self) -> Iterator: + return iter(self._toklist) + + def __reversed__(self) -> Iterator: + return iter(self._toklist[::-1]) + + def keys(self): + return iter(self._tokdict) + + def values(self): + return (self[k] for k in self.keys()) + + def items(self): + return ((k, self[k]) for k in self.keys()) + + def haskeys(self) -> bool: + """ + Since ``keys()`` returns an iterator, this method is helpful in bypassing + code that looks for the existence of any defined results names.""" + return not not self._tokdict + + def pop(self, *args, **kwargs): + """ + Removes and returns item at specified index (default= ``last``). + Supports both ``list`` and ``dict`` semantics for ``pop()``. If + passed no argument or an integer argument, it will use ``list`` + semantics and pop tokens from the list of parsed tokens. If passed + a non-integer argument (most likely a string), it will use ``dict`` + semantics and pop the corresponding value from any defined results + names. A second default return value argument is supported, just as in + ``dict.pop()``. + + Example:: + + numlist = Word(nums)[...] + print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321'] + + def remove_first(tokens): + tokens.pop(0) + numlist.add_parse_action(remove_first) + print(numlist.parse_string("0 123 321")) # -> ['123', '321'] + + label = Word(alphas) + patt = label("LABEL") + Word(nums)[1, ...] + print(patt.parse_string("AAB 123 321").dump()) + + # Use pop() in a parse action to remove named result (note that corresponding value is not + # removed from list form of results) + def remove_LABEL(tokens): + tokens.pop("LABEL") + return tokens + patt.add_parse_action(remove_LABEL) + print(patt.parse_string("AAB 123 321").dump()) + + prints:: + + ['AAB', '123', '321'] + - LABEL: 'AAB' + + ['AAB', '123', '321'] + """ + if not args: + args = [-1] + for k, v in kwargs.items(): + if k == "default": + args = (args[0], v) + else: + raise TypeError(f"pop() got an unexpected keyword argument {k!r}") + if isinstance(args[0], int) or len(args) == 1 or args[0] in self: + index = args[0] + ret = self[index] + del self[index] + return ret + else: + defaultvalue = args[1] + return defaultvalue + + def get(self, key, default_value=None): + """ + Returns named result matching the given key, or if there is no + such name, then returns the given ``default_value`` or ``None`` if no + ``default_value`` is specified. + + Similar to ``dict.get()``. + + Example:: + + integer = Word(nums) + date_str = integer("year") + '/' + integer("month") + '/' + integer("day") + + result = date_str.parse_string("1999/12/31") + print(result.get("year")) # -> '1999' + print(result.get("hour", "not specified")) # -> 'not specified' + print(result.get("hour")) # -> None + """ + if key in self: + return self[key] + else: + return default_value + + def insert(self, index, ins_string): + """ + Inserts new element at location index in the list of parsed tokens. + + Similar to ``list.insert()``. + + Example:: + + numlist = Word(nums)[...] + print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321'] + + # use a parse action to insert the parse location in the front of the parsed results + def insert_locn(locn, tokens): + tokens.insert(0, locn) + numlist.add_parse_action(insert_locn) + print(numlist.parse_string("0 123 321")) # -> [0, '0', '123', '321'] + """ + self._toklist.insert(index, ins_string) + # fixup indices in token dictionary + for name, occurrences in self._tokdict.items(): + for k, (value, position) in enumerate(occurrences): + occurrences[k] = _ParseResultsWithOffset( + value, position + (position > index) + ) + + def append(self, item): + """ + Add single element to end of ``ParseResults`` list of elements. + + Example:: + + numlist = Word(nums)[...] + print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321'] + + # use a parse action to compute the sum of the parsed integers, and add it to the end + def append_sum(tokens): + tokens.append(sum(map(int, tokens))) + numlist.add_parse_action(append_sum) + print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321', 444] + """ + self._toklist.append(item) + + def extend(self, itemseq): + """ + Add sequence of elements to end of ``ParseResults`` list of elements. + + Example:: + + patt = Word(alphas)[1, ...] + + # use a parse action to append the reverse of the matched strings, to make a palindrome + def make_palindrome(tokens): + tokens.extend(reversed([t[::-1] for t in tokens])) + return ''.join(tokens) + patt.add_parse_action(make_palindrome) + print(patt.parse_string("lskdj sdlkjf lksd")) # -> 'lskdjsdlkjflksddsklfjkldsjdksl' + """ + if isinstance(itemseq, ParseResults): + self.__iadd__(itemseq) + else: + self._toklist.extend(itemseq) + + def clear(self): + """ + Clear all elements and results names. + """ + del self._toklist[:] + self._tokdict.clear() + + def __getattr__(self, name): + try: + return self[name] + except KeyError: + if name.startswith("__"): + raise AttributeError(name) + return "" + + def __add__(self, other: "ParseResults") -> "ParseResults": + ret = self.copy() + ret += other + return ret + + def __iadd__(self, other: "ParseResults") -> "ParseResults": + if not other: + return self + + if other._tokdict: + offset = len(self._toklist) + addoffset = lambda a: offset if a < 0 else a + offset + otheritems = other._tokdict.items() + otherdictitems = [ + (k, _ParseResultsWithOffset(v[0], addoffset(v[1]))) + for k, vlist in otheritems + for v in vlist + ] + for k, v in otherdictitems: + self[k] = v + if isinstance(v[0], ParseResults): + v[0]._parent = self + + self._toklist += other._toklist + self._all_names |= other._all_names + return self + + def __radd__(self, other) -> "ParseResults": + if isinstance(other, int) and other == 0: + # useful for merging many ParseResults using sum() builtin + return self.copy() + else: + # this may raise a TypeError - so be it + return other + self + + def __repr__(self) -> str: + return f"{type(self).__name__}({self._toklist!r}, {self.as_dict()})" + + def __str__(self) -> str: + return ( + "[" + + ", ".join( + [ + str(i) if isinstance(i, ParseResults) else repr(i) + for i in self._toklist + ] + ) + + "]" + ) + + def _asStringList(self, sep=""): + out = [] + for item in self._toklist: + if out and sep: + out.append(sep) + if isinstance(item, ParseResults): + out += item._asStringList() + else: + out.append(str(item)) + return out + + def as_list(self) -> list: + """ + Returns the parse results as a nested list of matching tokens, all converted to strings. + + Example:: + + patt = Word(alphas)[1, ...] + result = patt.parse_string("sldkj lsdkj sldkj") + # even though the result prints in string-like form, it is actually a pyparsing ParseResults + print(type(result), result) # -> ['sldkj', 'lsdkj', 'sldkj'] + + # Use as_list() to create an actual list + result_list = result.as_list() + print(type(result_list), result_list) # -> ['sldkj', 'lsdkj', 'sldkj'] + """ + return [ + res.as_list() if isinstance(res, ParseResults) else res + for res in self._toklist + ] + + def as_dict(self) -> dict: + """ + Returns the named parse results as a nested dictionary. + + Example:: + + integer = Word(nums) + date_str = integer("year") + '/' + integer("month") + '/' + integer("day") + + result = date_str.parse_string('12/31/1999') + print(type(result), repr(result)) # -> (['12', '/', '31', '/', '1999'], {'day': [('1999', 4)], 'year': [('12', 0)], 'month': [('31', 2)]}) + + result_dict = result.as_dict() + print(type(result_dict), repr(result_dict)) # -> {'day': '1999', 'year': '12', 'month': '31'} + + # even though a ParseResults supports dict-like access, sometime you just need to have a dict + import json + print(json.dumps(result)) # -> Exception: TypeError: ... is not JSON serializable + print(json.dumps(result.as_dict())) # -> {"month": "31", "day": "1999", "year": "12"} + """ + + def to_item(obj): + if isinstance(obj, ParseResults): + return obj.as_dict() if obj.haskeys() else [to_item(v) for v in obj] + else: + return obj + + return dict((k, to_item(v)) for k, v in self.items()) + + def copy(self) -> "ParseResults": + """ + Returns a new shallow copy of a :class:`ParseResults` object. `ParseResults` + items contained within the source are shared with the copy. Use + :class:`ParseResults.deepcopy()` to create a copy with its own separate + content values. + """ + ret = ParseResults(self._toklist) + ret._tokdict = self._tokdict.copy() + ret._parent = self._parent + ret._all_names |= self._all_names + ret._name = self._name + return ret + + def deepcopy(self) -> "ParseResults": + """ + Returns a new deep copy of a :class:`ParseResults` object. + """ + ret = self.copy() + # replace values with copies if they are of known mutable types + for i, obj in enumerate(self._toklist): + if isinstance(obj, ParseResults): + self._toklist[i] = obj.deepcopy() + elif isinstance(obj, (str, bytes)): + pass + elif isinstance(obj, MutableMapping): + self._toklist[i] = dest = type(obj)() + for k, v in obj.items(): + dest[k] = v.deepcopy() if isinstance(v, ParseResults) else v + elif isinstance(obj, Container): + self._toklist[i] = type(obj)( + v.deepcopy() if isinstance(v, ParseResults) else v for v in obj + ) + return ret + + def get_name(self): + r""" + Returns the results name for this token expression. Useful when several + different expressions might match at a particular location. + + Example:: + + integer = Word(nums) + ssn_expr = Regex(r"\d\d\d-\d\d-\d\d\d\d") + house_number_expr = Suppress('#') + Word(nums, alphanums) + user_data = (Group(house_number_expr)("house_number") + | Group(ssn_expr)("ssn") + | Group(integer)("age")) + user_info = user_data[1, ...] + + result = user_info.parse_string("22 111-22-3333 #221B") + for item in result: + print(item.get_name(), ':', item[0]) + + prints:: + + age : 22 + ssn : 111-22-3333 + house_number : 221B + """ + if self._name: + return self._name + elif self._parent: + par: "ParseResults" = self._parent + parent_tokdict_items = par._tokdict.items() + return next( + ( + k + for k, vlist in parent_tokdict_items + for v, loc in vlist + if v is self + ), + None, + ) + elif ( + len(self) == 1 + and len(self._tokdict) == 1 + and next(iter(self._tokdict.values()))[0][1] in (0, -1) + ): + return next(iter(self._tokdict.keys())) + else: + return None + + def dump(self, indent="", full=True, include_list=True, _depth=0) -> str: + """ + Diagnostic method for listing out the contents of + a :class:`ParseResults`. Accepts an optional ``indent`` argument so + that this string can be embedded in a nested display of other data. + + Example:: + + integer = Word(nums) + date_str = integer("year") + '/' + integer("month") + '/' + integer("day") + + result = date_str.parse_string('1999/12/31') + print(result.dump()) + + prints:: + + ['1999', '/', '12', '/', '31'] + - day: '31' + - month: '12' + - year: '1999' + """ + out = [] + NL = "\n" + out.append(indent + str(self.as_list()) if include_list else "") + + if full: + if self.haskeys(): + items = sorted((str(k), v) for k, v in self.items()) + for k, v in items: + if out: + out.append(NL) + out.append(f"{indent}{(' ' * _depth)}- {k}: ") + if isinstance(v, ParseResults): + if v: + out.append( + v.dump( + indent=indent, + full=full, + include_list=include_list, + _depth=_depth + 1, + ) + ) + else: + out.append(str(v)) + else: + out.append(repr(v)) + if any(isinstance(vv, ParseResults) for vv in self): + v = self + for i, vv in enumerate(v): + if isinstance(vv, ParseResults): + out.append( + "\n{}{}[{}]:\n{}{}{}".format( + indent, + (" " * (_depth)), + i, + indent, + (" " * (_depth + 1)), + vv.dump( + indent=indent, + full=full, + include_list=include_list, + _depth=_depth + 1, + ), + ) + ) + else: + out.append( + "\n%s%s[%d]:\n%s%s%s" + % ( + indent, + (" " * (_depth)), + i, + indent, + (" " * (_depth + 1)), + str(vv), + ) + ) + + return "".join(out) + + def pprint(self, *args, **kwargs): + """ + Pretty-printer for parsed results as a list, using the + `pprint `_ module. + Accepts additional positional or keyword args as defined for + `pprint.pprint `_ . + + Example:: + + ident = Word(alphas, alphanums) + num = Word(nums) + func = Forward() + term = ident | num | Group('(' + func + ')') + func <<= ident + Group(Optional(DelimitedList(term))) + result = func.parse_string("fna a,b,(fnb c,d,200),100") + result.pprint(width=40) + + prints:: + + ['fna', + ['a', + 'b', + ['(', 'fnb', ['c', 'd', '200'], ')'], + '100']] + """ + pprint.pprint(self.as_list(), *args, **kwargs) + + # add support for pickle protocol + def __getstate__(self): + return ( + self._toklist, + ( + self._tokdict.copy(), + None, + self._all_names, + self._name, + ), + ) + + def __setstate__(self, state): + self._toklist, (self._tokdict, par, inAccumNames, self._name) = state + self._all_names = set(inAccumNames) + self._parent = None + + def __getnewargs__(self): + return self._toklist, self._name + + def __dir__(self): + return dir(type(self)) + list(self.keys()) + + @classmethod + def from_dict(cls, other, name=None) -> "ParseResults": + """ + Helper classmethod to construct a ``ParseResults`` from a ``dict``, preserving the + name-value relations as results names. If an optional ``name`` argument is + given, a nested ``ParseResults`` will be returned. + """ + + def is_iterable(obj): + try: + iter(obj) + except Exception: + return False + # str's are iterable, but in pyparsing, we don't want to iterate over them + else: + return not isinstance(obj, str_type) + + ret = cls([]) + for k, v in other.items(): + if isinstance(v, Mapping): + ret += cls.from_dict(v, name=k) + else: + ret += cls([v], name=k, asList=is_iterable(v)) + if name is not None: + ret = cls([ret], name=name) + return ret + + asList = as_list + """Deprecated - use :class:`as_list`""" + asDict = as_dict + """Deprecated - use :class:`as_dict`""" + getName = get_name + """Deprecated - use :class:`get_name`""" + + +MutableMapping.register(ParseResults) +MutableSequence.register(ParseResults) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py new file mode 100644 index 00000000..6a254c1c --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py @@ -0,0 +1,331 @@ +# testing.py + +from contextlib import contextmanager +import typing + +from .core import ( + ParserElement, + ParseException, + Keyword, + __diag__, + __compat__, +) + + +class pyparsing_test: + """ + namespace class for classes useful in writing unit tests + """ + + class reset_pyparsing_context: + """ + Context manager to be used when writing unit tests that modify pyparsing config values: + - packrat parsing + - bounded recursion parsing + - default whitespace characters. + - default keyword characters + - literal string auto-conversion class + - __diag__ settings + + Example:: + + with reset_pyparsing_context(): + # test that literals used to construct a grammar are automatically suppressed + ParserElement.inlineLiteralsUsing(Suppress) + + term = Word(alphas) | Word(nums) + group = Group('(' + term[...] + ')') + + # assert that the '()' characters are not included in the parsed tokens + self.assertParseAndCheckList(group, "(abc 123 def)", ['abc', '123', 'def']) + + # after exiting context manager, literals are converted to Literal expressions again + """ + + def __init__(self): + self._save_context = {} + + def save(self): + self._save_context["default_whitespace"] = ParserElement.DEFAULT_WHITE_CHARS + self._save_context["default_keyword_chars"] = Keyword.DEFAULT_KEYWORD_CHARS + + self._save_context[ + "literal_string_class" + ] = ParserElement._literalStringClass + + self._save_context["verbose_stacktrace"] = ParserElement.verbose_stacktrace + + self._save_context["packrat_enabled"] = ParserElement._packratEnabled + if ParserElement._packratEnabled: + self._save_context[ + "packrat_cache_size" + ] = ParserElement.packrat_cache.size + else: + self._save_context["packrat_cache_size"] = None + self._save_context["packrat_parse"] = ParserElement._parse + self._save_context[ + "recursion_enabled" + ] = ParserElement._left_recursion_enabled + + self._save_context["__diag__"] = { + name: getattr(__diag__, name) for name in __diag__._all_names + } + + self._save_context["__compat__"] = { + "collect_all_And_tokens": __compat__.collect_all_And_tokens + } + + return self + + def restore(self): + # reset pyparsing global state + if ( + ParserElement.DEFAULT_WHITE_CHARS + != self._save_context["default_whitespace"] + ): + ParserElement.set_default_whitespace_chars( + self._save_context["default_whitespace"] + ) + + ParserElement.verbose_stacktrace = self._save_context["verbose_stacktrace"] + + Keyword.DEFAULT_KEYWORD_CHARS = self._save_context["default_keyword_chars"] + ParserElement.inlineLiteralsUsing( + self._save_context["literal_string_class"] + ) + + for name, value in self._save_context["__diag__"].items(): + (__diag__.enable if value else __diag__.disable)(name) + + ParserElement._packratEnabled = False + if self._save_context["packrat_enabled"]: + ParserElement.enable_packrat(self._save_context["packrat_cache_size"]) + else: + ParserElement._parse = self._save_context["packrat_parse"] + ParserElement._left_recursion_enabled = self._save_context[ + "recursion_enabled" + ] + + __compat__.collect_all_And_tokens = self._save_context["__compat__"] + + return self + + def copy(self): + ret = type(self)() + ret._save_context.update(self._save_context) + return ret + + def __enter__(self): + return self.save() + + def __exit__(self, *args): + self.restore() + + class TestParseResultsAsserts: + """ + A mixin class to add parse results assertion methods to normal unittest.TestCase classes. + """ + + def assertParseResultsEquals( + self, result, expected_list=None, expected_dict=None, msg=None + ): + """ + Unit test assertion to compare a :class:`ParseResults` object with an optional ``expected_list``, + and compare any defined results names with an optional ``expected_dict``. + """ + if expected_list is not None: + self.assertEqual(expected_list, result.as_list(), msg=msg) + if expected_dict is not None: + self.assertEqual(expected_dict, result.as_dict(), msg=msg) + + def assertParseAndCheckList( + self, expr, test_string, expected_list, msg=None, verbose=True + ): + """ + Convenience wrapper assert to test a parser element and input string, and assert that + the resulting ``ParseResults.asList()`` is equal to the ``expected_list``. + """ + result = expr.parse_string(test_string, parse_all=True) + if verbose: + print(result.dump()) + else: + print(result.as_list()) + self.assertParseResultsEquals(result, expected_list=expected_list, msg=msg) + + def assertParseAndCheckDict( + self, expr, test_string, expected_dict, msg=None, verbose=True + ): + """ + Convenience wrapper assert to test a parser element and input string, and assert that + the resulting ``ParseResults.asDict()`` is equal to the ``expected_dict``. + """ + result = expr.parse_string(test_string, parseAll=True) + if verbose: + print(result.dump()) + else: + print(result.as_list()) + self.assertParseResultsEquals(result, expected_dict=expected_dict, msg=msg) + + def assertRunTestResults( + self, run_tests_report, expected_parse_results=None, msg=None + ): + """ + Unit test assertion to evaluate output of ``ParserElement.runTests()``. If a list of + list-dict tuples is given as the ``expected_parse_results`` argument, then these are zipped + with the report tuples returned by ``runTests`` and evaluated using ``assertParseResultsEquals``. + Finally, asserts that the overall ``runTests()`` success value is ``True``. + + :param run_tests_report: tuple(bool, [tuple(str, ParseResults or Exception)]) returned from runTests + :param expected_parse_results (optional): [tuple(str, list, dict, Exception)] + """ + run_test_success, run_test_results = run_tests_report + + if expected_parse_results is not None: + merged = [ + (*rpt, expected) + for rpt, expected in zip(run_test_results, expected_parse_results) + ] + for test_string, result, expected in merged: + # expected should be a tuple containing a list and/or a dict or an exception, + # and optional failure message string + # an empty tuple will skip any result validation + fail_msg = next( + (exp for exp in expected if isinstance(exp, str)), None + ) + expected_exception = next( + ( + exp + for exp in expected + if isinstance(exp, type) and issubclass(exp, Exception) + ), + None, + ) + if expected_exception is not None: + with self.assertRaises( + expected_exception=expected_exception, msg=fail_msg or msg + ): + if isinstance(result, Exception): + raise result + else: + expected_list = next( + (exp for exp in expected if isinstance(exp, list)), None + ) + expected_dict = next( + (exp for exp in expected if isinstance(exp, dict)), None + ) + if (expected_list, expected_dict) != (None, None): + self.assertParseResultsEquals( + result, + expected_list=expected_list, + expected_dict=expected_dict, + msg=fail_msg or msg, + ) + else: + # warning here maybe? + print(f"no validation for {test_string!r}") + + # do this last, in case some specific test results can be reported instead + self.assertTrue( + run_test_success, msg=msg if msg is not None else "failed runTests" + ) + + @contextmanager + def assertRaisesParseException(self, exc_type=ParseException, msg=None): + with self.assertRaises(exc_type, msg=msg): + yield + + @staticmethod + def with_line_numbers( + s: str, + start_line: typing.Optional[int] = None, + end_line: typing.Optional[int] = None, + expand_tabs: bool = True, + eol_mark: str = "|", + mark_spaces: typing.Optional[str] = None, + mark_control: typing.Optional[str] = None, + ) -> str: + """ + Helpful method for debugging a parser - prints a string with line and column numbers. + (Line and column numbers are 1-based.) + + :param s: tuple(bool, str - string to be printed with line and column numbers + :param start_line: int - (optional) starting line number in s to print (default=1) + :param end_line: int - (optional) ending line number in s to print (default=len(s)) + :param expand_tabs: bool - (optional) expand tabs to spaces, to match the pyparsing default + :param eol_mark: str - (optional) string to mark the end of lines, helps visualize trailing spaces (default="|") + :param mark_spaces: str - (optional) special character to display in place of spaces + :param mark_control: str - (optional) convert non-printing control characters to a placeholding + character; valid values: + - "unicode" - replaces control chars with Unicode symbols, such as "␍" and "␊" + - any single character string - replace control characters with given string + - None (default) - string is displayed as-is + + :return: str - input string with leading line numbers and column number headers + """ + if expand_tabs: + s = s.expandtabs() + if mark_control is not None: + mark_control = typing.cast(str, mark_control) + if mark_control == "unicode": + transtable_map = { + c: u for c, u in zip(range(0, 33), range(0x2400, 0x2433)) + } + transtable_map[127] = 0x2421 + tbl = str.maketrans(transtable_map) + eol_mark = "" + else: + ord_mark_control = ord(mark_control) + tbl = str.maketrans( + {c: ord_mark_control for c in list(range(0, 32)) + [127]} + ) + s = s.translate(tbl) + if mark_spaces is not None and mark_spaces != " ": + if mark_spaces == "unicode": + tbl = str.maketrans({9: 0x2409, 32: 0x2423}) + s = s.translate(tbl) + else: + s = s.replace(" ", mark_spaces) + if start_line is None: + start_line = 1 + if end_line is None: + end_line = len(s) + end_line = min(end_line, len(s)) + start_line = min(max(1, start_line), end_line) + + if mark_control != "unicode": + s_lines = s.splitlines()[start_line - 1 : end_line] + else: + s_lines = [line + "␊" for line in s.split("␊")[start_line - 1 : end_line]] + if not s_lines: + return "" + + lineno_width = len(str(end_line)) + max_line_len = max(len(line) for line in s_lines) + lead = " " * (lineno_width + 1) + if max_line_len >= 99: + header0 = ( + lead + + "".join( + f"{' ' * 99}{(i + 1) % 100}" + for i in range(max(max_line_len // 100, 1)) + ) + + "\n" + ) + else: + header0 = "" + header1 = ( + header0 + + lead + + "".join(f" {(i + 1) % 10}" for i in range(-(-max_line_len // 10))) + + "\n" + ) + header2 = lead + "1234567890" * (-(-max_line_len // 10)) + "\n" + return ( + header1 + + header2 + + "\n".join( + f"{i:{lineno_width}d}:{line}{eol_mark}" + for i, line in enumerate(s_lines, start=start_line) + ) + + "\n" + ) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py new file mode 100644 index 00000000..ec0b3a4f --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py @@ -0,0 +1,361 @@ +# unicode.py + +import sys +from itertools import filterfalse +from typing import List, Tuple, Union + + +class _lazyclassproperty: + def __init__(self, fn): + self.fn = fn + self.__doc__ = fn.__doc__ + self.__name__ = fn.__name__ + + def __get__(self, obj, cls): + if cls is None: + cls = type(obj) + if not hasattr(cls, "_intern") or any( + cls._intern is getattr(superclass, "_intern", []) + for superclass in cls.__mro__[1:] + ): + cls._intern = {} + attrname = self.fn.__name__ + if attrname not in cls._intern: + cls._intern[attrname] = self.fn(cls) + return cls._intern[attrname] + + +UnicodeRangeList = List[Union[Tuple[int, int], Tuple[int]]] + + +class unicode_set: + """ + A set of Unicode characters, for language-specific strings for + ``alphas``, ``nums``, ``alphanums``, and ``printables``. + A unicode_set is defined by a list of ranges in the Unicode character + set, in a class attribute ``_ranges``. Ranges can be specified using + 2-tuples or a 1-tuple, such as:: + + _ranges = [ + (0x0020, 0x007e), + (0x00a0, 0x00ff), + (0x0100,), + ] + + Ranges are left- and right-inclusive. A 1-tuple of (x,) is treated as (x, x). + + A unicode set can also be defined using multiple inheritance of other unicode sets:: + + class CJK(Chinese, Japanese, Korean): + pass + """ + + _ranges: UnicodeRangeList = [] + + @_lazyclassproperty + def _chars_for_ranges(cls): + ret = [] + for cc in cls.__mro__: + if cc is unicode_set: + break + for rr in getattr(cc, "_ranges", ()): + ret.extend(range(rr[0], rr[-1] + 1)) + return [chr(c) for c in sorted(set(ret))] + + @_lazyclassproperty + def printables(cls): + """all non-whitespace characters in this range""" + return "".join(filterfalse(str.isspace, cls._chars_for_ranges)) + + @_lazyclassproperty + def alphas(cls): + """all alphabetic characters in this range""" + return "".join(filter(str.isalpha, cls._chars_for_ranges)) + + @_lazyclassproperty + def nums(cls): + """all numeric digit characters in this range""" + return "".join(filter(str.isdigit, cls._chars_for_ranges)) + + @_lazyclassproperty + def alphanums(cls): + """all alphanumeric characters in this range""" + return cls.alphas + cls.nums + + @_lazyclassproperty + def identchars(cls): + """all characters in this range that are valid identifier characters, plus underscore '_'""" + return "".join( + sorted( + set( + "".join(filter(str.isidentifier, cls._chars_for_ranges)) + + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzªµº" + + "ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ" + + "_" + ) + ) + ) + + @_lazyclassproperty + def identbodychars(cls): + """ + all characters in this range that are valid identifier body characters, + plus the digits 0-9, and · (Unicode MIDDLE DOT) + """ + return "".join( + sorted( + set( + cls.identchars + + "0123456789·" + + "".join( + [c for c in cls._chars_for_ranges if ("_" + c).isidentifier()] + ) + ) + ) + ) + + @_lazyclassproperty + def identifier(cls): + """ + a pyparsing Word expression for an identifier using this range's definitions for + identchars and identbodychars + """ + from pip._vendor.pyparsing import Word + + return Word(cls.identchars, cls.identbodychars) + + +class pyparsing_unicode(unicode_set): + """ + A namespace class for defining common language unicode_sets. + """ + + # fmt: off + + # define ranges in language character sets + _ranges: UnicodeRangeList = [ + (0x0020, sys.maxunicode), + ] + + class BasicMultilingualPlane(unicode_set): + """Unicode set for the Basic Multilingual Plane""" + _ranges: UnicodeRangeList = [ + (0x0020, 0xFFFF), + ] + + class Latin1(unicode_set): + """Unicode set for Latin-1 Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0020, 0x007E), + (0x00A0, 0x00FF), + ] + + class LatinA(unicode_set): + """Unicode set for Latin-A Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0100, 0x017F), + ] + + class LatinB(unicode_set): + """Unicode set for Latin-B Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0180, 0x024F), + ] + + class Greek(unicode_set): + """Unicode set for Greek Unicode Character Ranges""" + _ranges: UnicodeRangeList = [ + (0x0342, 0x0345), + (0x0370, 0x0377), + (0x037A, 0x037F), + (0x0384, 0x038A), + (0x038C,), + (0x038E, 0x03A1), + (0x03A3, 0x03E1), + (0x03F0, 0x03FF), + (0x1D26, 0x1D2A), + (0x1D5E,), + (0x1D60,), + (0x1D66, 0x1D6A), + (0x1F00, 0x1F15), + (0x1F18, 0x1F1D), + (0x1F20, 0x1F45), + (0x1F48, 0x1F4D), + (0x1F50, 0x1F57), + (0x1F59,), + (0x1F5B,), + (0x1F5D,), + (0x1F5F, 0x1F7D), + (0x1F80, 0x1FB4), + (0x1FB6, 0x1FC4), + (0x1FC6, 0x1FD3), + (0x1FD6, 0x1FDB), + (0x1FDD, 0x1FEF), + (0x1FF2, 0x1FF4), + (0x1FF6, 0x1FFE), + (0x2129,), + (0x2719, 0x271A), + (0xAB65,), + (0x10140, 0x1018D), + (0x101A0,), + (0x1D200, 0x1D245), + (0x1F7A1, 0x1F7A7), + ] + + class Cyrillic(unicode_set): + """Unicode set for Cyrillic Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0400, 0x052F), + (0x1C80, 0x1C88), + (0x1D2B,), + (0x1D78,), + (0x2DE0, 0x2DFF), + (0xA640, 0xA672), + (0xA674, 0xA69F), + (0xFE2E, 0xFE2F), + ] + + class Chinese(unicode_set): + """Unicode set for Chinese Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x2E80, 0x2E99), + (0x2E9B, 0x2EF3), + (0x31C0, 0x31E3), + (0x3400, 0x4DB5), + (0x4E00, 0x9FEF), + (0xA700, 0xA707), + (0xF900, 0xFA6D), + (0xFA70, 0xFAD9), + (0x16FE2, 0x16FE3), + (0x1F210, 0x1F212), + (0x1F214, 0x1F23B), + (0x1F240, 0x1F248), + (0x20000, 0x2A6D6), + (0x2A700, 0x2B734), + (0x2B740, 0x2B81D), + (0x2B820, 0x2CEA1), + (0x2CEB0, 0x2EBE0), + (0x2F800, 0x2FA1D), + ] + + class Japanese(unicode_set): + """Unicode set for Japanese Unicode Character Range, combining Kanji, Hiragana, and Katakana ranges""" + + class Kanji(unicode_set): + "Unicode set for Kanji Unicode Character Range" + _ranges: UnicodeRangeList = [ + (0x4E00, 0x9FBF), + (0x3000, 0x303F), + ] + + class Hiragana(unicode_set): + """Unicode set for Hiragana Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x3041, 0x3096), + (0x3099, 0x30A0), + (0x30FC,), + (0xFF70,), + (0x1B001,), + (0x1B150, 0x1B152), + (0x1F200,), + ] + + class Katakana(unicode_set): + """Unicode set for Katakana Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x3099, 0x309C), + (0x30A0, 0x30FF), + (0x31F0, 0x31FF), + (0x32D0, 0x32FE), + (0xFF65, 0xFF9F), + (0x1B000,), + (0x1B164, 0x1B167), + (0x1F201, 0x1F202), + (0x1F213,), + ] + + 漢字 = Kanji + カタカナ = Katakana + ひらがな = Hiragana + + _ranges = ( + Kanji._ranges + + Hiragana._ranges + + Katakana._ranges + ) + + class Hangul(unicode_set): + """Unicode set for Hangul (Korean) Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x1100, 0x11FF), + (0x302E, 0x302F), + (0x3131, 0x318E), + (0x3200, 0x321C), + (0x3260, 0x327B), + (0x327E,), + (0xA960, 0xA97C), + (0xAC00, 0xD7A3), + (0xD7B0, 0xD7C6), + (0xD7CB, 0xD7FB), + (0xFFA0, 0xFFBE), + (0xFFC2, 0xFFC7), + (0xFFCA, 0xFFCF), + (0xFFD2, 0xFFD7), + (0xFFDA, 0xFFDC), + ] + + Korean = Hangul + + class CJK(Chinese, Japanese, Hangul): + """Unicode set for combined Chinese, Japanese, and Korean (CJK) Unicode Character Range""" + + class Thai(unicode_set): + """Unicode set for Thai Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0E01, 0x0E3A), + (0x0E3F, 0x0E5B) + ] + + class Arabic(unicode_set): + """Unicode set for Arabic Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0600, 0x061B), + (0x061E, 0x06FF), + (0x0700, 0x077F), + ] + + class Hebrew(unicode_set): + """Unicode set for Hebrew Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0591, 0x05C7), + (0x05D0, 0x05EA), + (0x05EF, 0x05F4), + (0xFB1D, 0xFB36), + (0xFB38, 0xFB3C), + (0xFB3E,), + (0xFB40, 0xFB41), + (0xFB43, 0xFB44), + (0xFB46, 0xFB4F), + ] + + class Devanagari(unicode_set): + """Unicode set for Devanagari Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0900, 0x097F), + (0xA8E0, 0xA8FF) + ] + + BMP = BasicMultilingualPlane + + # add language identifiers using language Unicode + العربية = Arabic + 中文 = Chinese + кириллица = Cyrillic + Ελληνικά = Greek + עִברִית = Hebrew + 日本語 = Japanese + 한국어 = Korean + ไทย = Thai + देवनागरी = Devanagari + + # fmt: on diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py new file mode 100644 index 00000000..d8d3f414 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py @@ -0,0 +1,284 @@ +# util.py +import inspect +import warnings +import types +import collections +import itertools +from functools import lru_cache, wraps +from typing import Callable, List, Union, Iterable, TypeVar, cast + +_bslash = chr(92) +C = TypeVar("C", bound=Callable) + + +class __config_flags: + """Internal class for defining compatibility and debugging flags""" + + _all_names: List[str] = [] + _fixed_names: List[str] = [] + _type_desc = "configuration" + + @classmethod + def _set(cls, dname, value): + if dname in cls._fixed_names: + warnings.warn( + f"{cls.__name__}.{dname} {cls._type_desc} is {str(getattr(cls, dname)).upper()}" + f" and cannot be overridden", + stacklevel=3, + ) + return + if dname in cls._all_names: + setattr(cls, dname, value) + else: + raise ValueError(f"no such {cls._type_desc} {dname!r}") + + enable = classmethod(lambda cls, name: cls._set(name, True)) + disable = classmethod(lambda cls, name: cls._set(name, False)) + + +@lru_cache(maxsize=128) +def col(loc: int, strg: str) -> int: + """ + Returns current column within a string, counting newlines as line separators. + The first column is number 1. + + Note: the default parsing behavior is to expand tabs in the input string + before starting the parsing process. See + :class:`ParserElement.parse_string` for more + information on parsing strings containing ```` s, and suggested + methods to maintain a consistent view of the parsed string, the parse + location, and line and column positions within the parsed string. + """ + s = strg + return 1 if 0 < loc < len(s) and s[loc - 1] == "\n" else loc - s.rfind("\n", 0, loc) + + +@lru_cache(maxsize=128) +def lineno(loc: int, strg: str) -> int: + """Returns current line number within a string, counting newlines as line separators. + The first line is number 1. + + Note - the default parsing behavior is to expand tabs in the input string + before starting the parsing process. See :class:`ParserElement.parse_string` + for more information on parsing strings containing ```` s, and + suggested methods to maintain a consistent view of the parsed string, the + parse location, and line and column positions within the parsed string. + """ + return strg.count("\n", 0, loc) + 1 + + +@lru_cache(maxsize=128) +def line(loc: int, strg: str) -> str: + """ + Returns the line of text containing loc within a string, counting newlines as line separators. + """ + last_cr = strg.rfind("\n", 0, loc) + next_cr = strg.find("\n", loc) + return strg[last_cr + 1 : next_cr] if next_cr >= 0 else strg[last_cr + 1 :] + + +class _UnboundedCache: + def __init__(self): + cache = {} + cache_get = cache.get + self.not_in_cache = not_in_cache = object() + + def get(_, key): + return cache_get(key, not_in_cache) + + def set_(_, key, value): + cache[key] = value + + def clear(_): + cache.clear() + + self.size = None + self.get = types.MethodType(get, self) + self.set = types.MethodType(set_, self) + self.clear = types.MethodType(clear, self) + + +class _FifoCache: + def __init__(self, size): + self.not_in_cache = not_in_cache = object() + cache = {} + keyring = [object()] * size + cache_get = cache.get + cache_pop = cache.pop + keyiter = itertools.cycle(range(size)) + + def get(_, key): + return cache_get(key, not_in_cache) + + def set_(_, key, value): + cache[key] = value + i = next(keyiter) + cache_pop(keyring[i], None) + keyring[i] = key + + def clear(_): + cache.clear() + keyring[:] = [object()] * size + + self.size = size + self.get = types.MethodType(get, self) + self.set = types.MethodType(set_, self) + self.clear = types.MethodType(clear, self) + + +class LRUMemo: + """ + A memoizing mapping that retains `capacity` deleted items + + The memo tracks retained items by their access order; once `capacity` items + are retained, the least recently used item is discarded. + """ + + def __init__(self, capacity): + self._capacity = capacity + self._active = {} + self._memory = collections.OrderedDict() + + def __getitem__(self, key): + try: + return self._active[key] + except KeyError: + self._memory.move_to_end(key) + return self._memory[key] + + def __setitem__(self, key, value): + self._memory.pop(key, None) + self._active[key] = value + + def __delitem__(self, key): + try: + value = self._active.pop(key) + except KeyError: + pass + else: + while len(self._memory) >= self._capacity: + self._memory.popitem(last=False) + self._memory[key] = value + + def clear(self): + self._active.clear() + self._memory.clear() + + +class UnboundedMemo(dict): + """ + A memoizing mapping that retains all deleted items + """ + + def __delitem__(self, key): + pass + + +def _escape_regex_range_chars(s: str) -> str: + # escape these chars: ^-[] + for c in r"\^-[]": + s = s.replace(c, _bslash + c) + s = s.replace("\n", r"\n") + s = s.replace("\t", r"\t") + return str(s) + + +def _collapse_string_to_ranges( + s: Union[str, Iterable[str]], re_escape: bool = True +) -> str: + def is_consecutive(c): + c_int = ord(c) + is_consecutive.prev, prev = c_int, is_consecutive.prev + if c_int - prev > 1: + is_consecutive.value = next(is_consecutive.counter) + return is_consecutive.value + + is_consecutive.prev = 0 # type: ignore [attr-defined] + is_consecutive.counter = itertools.count() # type: ignore [attr-defined] + is_consecutive.value = -1 # type: ignore [attr-defined] + + def escape_re_range_char(c): + return "\\" + c if c in r"\^-][" else c + + def no_escape_re_range_char(c): + return c + + if not re_escape: + escape_re_range_char = no_escape_re_range_char + + ret = [] + s = "".join(sorted(set(s))) + if len(s) > 3: + for _, chars in itertools.groupby(s, key=is_consecutive): + first = last = next(chars) + last = collections.deque( + itertools.chain(iter([last]), chars), maxlen=1 + ).pop() + if first == last: + ret.append(escape_re_range_char(first)) + else: + sep = "" if ord(last) == ord(first) + 1 else "-" + ret.append( + f"{escape_re_range_char(first)}{sep}{escape_re_range_char(last)}" + ) + else: + ret = [escape_re_range_char(c) for c in s] + + return "".join(ret) + + +def _flatten(ll: list) -> list: + ret = [] + for i in ll: + if isinstance(i, list): + ret.extend(_flatten(i)) + else: + ret.append(i) + return ret + + +def _make_synonym_function(compat_name: str, fn: C) -> C: + # In a future version, uncomment the code in the internal _inner() functions + # to begin emitting DeprecationWarnings. + + # Unwrap staticmethod/classmethod + fn = getattr(fn, "__func__", fn) + + # (Presence of 'self' arg in signature is used by explain_exception() methods, so we take + # some extra steps to add it if present in decorated function.) + if "self" == list(inspect.signature(fn).parameters)[0]: + + @wraps(fn) + def _inner(self, *args, **kwargs): + # warnings.warn( + # f"Deprecated - use {fn.__name__}", DeprecationWarning, stacklevel=3 + # ) + return fn(self, *args, **kwargs) + + else: + + @wraps(fn) + def _inner(*args, **kwargs): + # warnings.warn( + # f"Deprecated - use {fn.__name__}", DeprecationWarning, stacklevel=3 + # ) + return fn(*args, **kwargs) + + _inner.__doc__ = f"""Deprecated - use :class:`{fn.__name__}`""" + _inner.__name__ = compat_name + _inner.__annotations__ = fn.__annotations__ + if isinstance(fn, types.FunctionType): + _inner.__kwdefaults__ = fn.__kwdefaults__ + elif isinstance(fn, type) and hasattr(fn, "__init__"): + _inner.__kwdefaults__ = fn.__init__.__kwdefaults__ + else: + _inner.__kwdefaults__ = None + _inner.__qualname__ = fn.__qualname__ + return cast(C, _inner) + + +def replaced_by_pep8(fn: C) -> Callable[[Callable], C]: + """ + Decorator for pre-PEP8 compatibility synonyms, to link them to the new function. + """ + return lambda other: _make_synonym_function(other.__name__, fn) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py new file mode 100644 index 00000000..ddfcf7f7 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py @@ -0,0 +1,23 @@ +"""Wrappers to call pyproject.toml-based build backend hooks. +""" + +from ._impl import ( + BackendInvalid, + BackendUnavailable, + BuildBackendHookCaller, + HookMissing, + UnsupportedOperation, + default_subprocess_runner, + quiet_subprocess_runner, +) + +__version__ = '1.0.0' +__all__ = [ + 'BackendUnavailable', + 'BackendInvalid', + 'HookMissing', + 'UnsupportedOperation', + 'default_subprocess_runner', + 'quiet_subprocess_runner', + 'BuildBackendHookCaller', +] diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e7f505d72219d58dd325bcafef424037982695fa GIT binary patch literal 649 zcmZvZzi$&U6vypLE_Y2-Dypi$b{oo&a|;U+h@mVn6s8F27%b=PCMN!ceHSU6%E({9 z&c@%ue{d@kVrl76sT0p_7?A4WqxbyY*Z$h?$M*IR!TNCg@Z>i}=x0p+tz;8iK7-&Z z;;2F#^F(2tREh3YJ>9SRI;~PYs0KQ#GM!gBM!Z*T%@OZ^!_{z|jt8gD-+Shq@S$jI zQ8T3qw|3rs6m?TJR;$U31;LA1D;1E{OJR7iuyz^B;V&?S##wjo=yv~&SurJfx4X%w zhOL-XY^FrFe-uyH6kdb=72G9!H;VDG3_+TCw>LGRb+{RSga8 z46M~61nOI3K>grTE5#j!)AX=BC=bS&?}J6(ix@;?5qZQ`L<)F29(5U|+}4zKDV5r( zTfvPqcHAZHMwG7L+rS{mKo8HM^gFtQesukXOal}N3-v-c8A$LosTbZF8{9&8L0qd^ zEhqo&1->M1-7KsjD`8ed$=N1RpO<;56SpQay8dna>rd-$>u1X-25B-Tby)J zf`d>Hx(VGn`64aigZsYs<9qkM=We%!ATG~#hEw2KU97`dC5ux?9#M<}6yw;DIKUi_ z+_mhFW0GDWWV~M$2}tQc=1Mp70)kQL_@0leW}z}E#r3@2JNKPA0iL%3VCdCD;Ww%# zW1*CcRm7II>P)z?Lgh^4LuG1TRa*-^U=yCl%9sXpp3njiE$``t1vL$AlyEI9wI-rb zVpOiIPPpMzkL5TM{eL|hr&O0kqH+pIcCua-0AF literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f3895a7038f3456d98ee6cdb599376025cce4719 GIT binary patch literal 14761 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 p*CS9Q= (3, 11): + import tomllib +else: + from pip._vendor import tomli as tomllib diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py new file mode 100644 index 00000000..37b0e653 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py @@ -0,0 +1,330 @@ +import json +import os +import sys +import tempfile +from contextlib import contextmanager +from os.path import abspath +from os.path import join as pjoin +from subprocess import STDOUT, check_call, check_output + +from ._in_process import _in_proc_script_path + + +def write_json(obj, path, **kwargs): + with open(path, 'w', encoding='utf-8') as f: + json.dump(obj, f, **kwargs) + + +def read_json(path): + with open(path, encoding='utf-8') as f: + return json.load(f) + + +class BackendUnavailable(Exception): + """Will be raised if the backend cannot be imported in the hook process.""" + def __init__(self, traceback): + self.traceback = traceback + + +class BackendInvalid(Exception): + """Will be raised if the backend is invalid.""" + def __init__(self, backend_name, backend_path, message): + super().__init__(message) + self.backend_name = backend_name + self.backend_path = backend_path + + +class HookMissing(Exception): + """Will be raised on missing hooks (if a fallback can't be used).""" + def __init__(self, hook_name): + super().__init__(hook_name) + self.hook_name = hook_name + + +class UnsupportedOperation(Exception): + """May be raised by build_sdist if the backend indicates that it can't.""" + def __init__(self, traceback): + self.traceback = traceback + + +def default_subprocess_runner(cmd, cwd=None, extra_environ=None): + """The default method of calling the wrapper subprocess. + + This uses :func:`subprocess.check_call` under the hood. + """ + env = os.environ.copy() + if extra_environ: + env.update(extra_environ) + + check_call(cmd, cwd=cwd, env=env) + + +def quiet_subprocess_runner(cmd, cwd=None, extra_environ=None): + """Call the subprocess while suppressing output. + + This uses :func:`subprocess.check_output` under the hood. + """ + env = os.environ.copy() + if extra_environ: + env.update(extra_environ) + + check_output(cmd, cwd=cwd, env=env, stderr=STDOUT) + + +def norm_and_check(source_tree, requested): + """Normalise and check a backend path. + + Ensure that the requested backend path is specified as a relative path, + and resolves to a location under the given source tree. + + Return an absolute version of the requested path. + """ + if os.path.isabs(requested): + raise ValueError("paths must be relative") + + abs_source = os.path.abspath(source_tree) + abs_requested = os.path.normpath(os.path.join(abs_source, requested)) + # We have to use commonprefix for Python 2.7 compatibility. So we + # normalise case to avoid problems because commonprefix is a character + # based comparison :-( + norm_source = os.path.normcase(abs_source) + norm_requested = os.path.normcase(abs_requested) + if os.path.commonprefix([norm_source, norm_requested]) != norm_source: + raise ValueError("paths must be inside source tree") + + return abs_requested + + +class BuildBackendHookCaller: + """A wrapper to call the build backend hooks for a source directory. + """ + + def __init__( + self, + source_dir, + build_backend, + backend_path=None, + runner=None, + python_executable=None, + ): + """ + :param source_dir: The source directory to invoke the build backend for + :param build_backend: The build backend spec + :param backend_path: Additional path entries for the build backend spec + :param runner: The :ref:`subprocess runner ` to use + :param python_executable: + The Python executable used to invoke the build backend + """ + if runner is None: + runner = default_subprocess_runner + + self.source_dir = abspath(source_dir) + self.build_backend = build_backend + if backend_path: + backend_path = [ + norm_and_check(self.source_dir, p) for p in backend_path + ] + self.backend_path = backend_path + self._subprocess_runner = runner + if not python_executable: + python_executable = sys.executable + self.python_executable = python_executable + + @contextmanager + def subprocess_runner(self, runner): + """A context manager for temporarily overriding the default + :ref:`subprocess runner `. + + .. code-block:: python + + hook_caller = BuildBackendHookCaller(...) + with hook_caller.subprocess_runner(quiet_subprocess_runner): + ... + """ + prev = self._subprocess_runner + self._subprocess_runner = runner + try: + yield + finally: + self._subprocess_runner = prev + + def _supported_features(self): + """Return the list of optional features supported by the backend.""" + return self._call_hook('_supported_features', {}) + + def get_requires_for_build_wheel(self, config_settings=None): + """Get additional dependencies required for building a wheel. + + :returns: A list of :pep:`dependency specifiers <508>`. + :rtype: list[str] + + .. admonition:: Fallback + + If the build backend does not defined a hook with this name, an + empty list will be returned. + """ + return self._call_hook('get_requires_for_build_wheel', { + 'config_settings': config_settings + }) + + def prepare_metadata_for_build_wheel( + self, metadata_directory, config_settings=None, + _allow_fallback=True): + """Prepare a ``*.dist-info`` folder with metadata for this project. + + :returns: Name of the newly created subfolder within + ``metadata_directory``, containing the metadata. + :rtype: str + + .. admonition:: Fallback + + If the build backend does not define a hook with this name and + ``_allow_fallback`` is truthy, the backend will be asked to build a + wheel via the ``build_wheel`` hook and the dist-info extracted from + that will be returned. + """ + return self._call_hook('prepare_metadata_for_build_wheel', { + 'metadata_directory': abspath(metadata_directory), + 'config_settings': config_settings, + '_allow_fallback': _allow_fallback, + }) + + def build_wheel( + self, wheel_directory, config_settings=None, + metadata_directory=None): + """Build a wheel from this project. + + :returns: + The name of the newly created wheel within ``wheel_directory``. + + .. admonition:: Interaction with fallback + + If the ``build_wheel`` hook was called in the fallback for + :meth:`prepare_metadata_for_build_wheel`, the build backend would + not be invoked. Instead, the previously built wheel will be copied + to ``wheel_directory`` and the name of that file will be returned. + """ + if metadata_directory is not None: + metadata_directory = abspath(metadata_directory) + return self._call_hook('build_wheel', { + 'wheel_directory': abspath(wheel_directory), + 'config_settings': config_settings, + 'metadata_directory': metadata_directory, + }) + + def get_requires_for_build_editable(self, config_settings=None): + """Get additional dependencies required for building an editable wheel. + + :returns: A list of :pep:`dependency specifiers <508>`. + :rtype: list[str] + + .. admonition:: Fallback + + If the build backend does not defined a hook with this name, an + empty list will be returned. + """ + return self._call_hook('get_requires_for_build_editable', { + 'config_settings': config_settings + }) + + def prepare_metadata_for_build_editable( + self, metadata_directory, config_settings=None, + _allow_fallback=True): + """Prepare a ``*.dist-info`` folder with metadata for this project. + + :returns: Name of the newly created subfolder within + ``metadata_directory``, containing the metadata. + :rtype: str + + .. admonition:: Fallback + + If the build backend does not define a hook with this name and + ``_allow_fallback`` is truthy, the backend will be asked to build a + wheel via the ``build_editable`` hook and the dist-info + extracted from that will be returned. + """ + return self._call_hook('prepare_metadata_for_build_editable', { + 'metadata_directory': abspath(metadata_directory), + 'config_settings': config_settings, + '_allow_fallback': _allow_fallback, + }) + + def build_editable( + self, wheel_directory, config_settings=None, + metadata_directory=None): + """Build an editable wheel from this project. + + :returns: + The name of the newly created wheel within ``wheel_directory``. + + .. admonition:: Interaction with fallback + + If the ``build_editable`` hook was called in the fallback for + :meth:`prepare_metadata_for_build_editable`, the build backend + would not be invoked. Instead, the previously built wheel will be + copied to ``wheel_directory`` and the name of that file will be + returned. + """ + if metadata_directory is not None: + metadata_directory = abspath(metadata_directory) + return self._call_hook('build_editable', { + 'wheel_directory': abspath(wheel_directory), + 'config_settings': config_settings, + 'metadata_directory': metadata_directory, + }) + + def get_requires_for_build_sdist(self, config_settings=None): + """Get additional dependencies required for building an sdist. + + :returns: A list of :pep:`dependency specifiers <508>`. + :rtype: list[str] + """ + return self._call_hook('get_requires_for_build_sdist', { + 'config_settings': config_settings + }) + + def build_sdist(self, sdist_directory, config_settings=None): + """Build an sdist from this project. + + :returns: + The name of the newly created sdist within ``wheel_directory``. + """ + return self._call_hook('build_sdist', { + 'sdist_directory': abspath(sdist_directory), + 'config_settings': config_settings, + }) + + def _call_hook(self, hook_name, kwargs): + extra_environ = {'PEP517_BUILD_BACKEND': self.build_backend} + + if self.backend_path: + backend_path = os.pathsep.join(self.backend_path) + extra_environ['PEP517_BACKEND_PATH'] = backend_path + + with tempfile.TemporaryDirectory() as td: + hook_input = {'kwargs': kwargs} + write_json(hook_input, pjoin(td, 'input.json'), indent=2) + + # Run the hook in a subprocess + with _in_proc_script_path() as script: + python = self.python_executable + self._subprocess_runner( + [python, abspath(str(script)), hook_name, td], + cwd=self.source_dir, + extra_environ=extra_environ + ) + + data = read_json(pjoin(td, 'output.json')) + if data.get('unsupported'): + raise UnsupportedOperation(data.get('traceback', '')) + if data.get('no_backend'): + raise BackendUnavailable(data.get('traceback', '')) + if data.get('backend_invalid'): + raise BackendInvalid( + backend_name=self.build_backend, + backend_path=self.backend_path, + message=data.get('backend_error', '') + ) + if data.get('hook_missing'): + raise HookMissing(data.get('missing_hook_name') or hook_name) + return data['return_val'] diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py new file mode 100644 index 00000000..917fa065 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py @@ -0,0 +1,18 @@ +"""This is a subpackage because the directory is on sys.path for _in_process.py + +The subpackage should stay as empty as possible to avoid shadowing modules that +the backend might import. +""" + +import importlib.resources as resources + +try: + resources.files +except AttributeError: + # Python 3.8 compatibility + def _in_proc_script_path(): + return resources.path(__package__, '_in_process.py') +else: + def _in_proc_script_path(): + return resources.as_file( + resources.files(__package__).joinpath('_in_process.py')) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dfd2a105dcfd6ace800eed44e1f5b7d5eb166cc0 GIT binary patch literal 1116 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 pDxi<86+7I_v}3KJl0HGN9;Ga 1: + print('Found multiple .whl files; unspecified behaviour. ' + 'Will call build_wheel.') + return None + + # Exactly one .whl file + return whl_files[0] + + +def build_wheel(wheel_directory, config_settings, metadata_directory=None): + """Invoke the mandatory build_wheel hook. + + If a wheel was already built in the + prepare_metadata_for_build_wheel fallback, this + will copy it rather than rebuilding the wheel. + """ + prebuilt_whl = _find_already_built_wheel(metadata_directory) + if prebuilt_whl: + shutil.copy2(prebuilt_whl, wheel_directory) + return os.path.basename(prebuilt_whl) + + return _build_backend().build_wheel(wheel_directory, config_settings, + metadata_directory) + + +def build_editable(wheel_directory, config_settings, metadata_directory=None): + """Invoke the optional build_editable hook. + + If a wheel was already built in the + prepare_metadata_for_build_editable fallback, this + will copy it rather than rebuilding the wheel. + """ + backend = _build_backend() + try: + hook = backend.build_editable + except AttributeError: + raise HookMissing() + else: + prebuilt_whl = _find_already_built_wheel(metadata_directory) + if prebuilt_whl: + shutil.copy2(prebuilt_whl, wheel_directory) + return os.path.basename(prebuilt_whl) + + return hook(wheel_directory, config_settings, metadata_directory) + + +def get_requires_for_build_sdist(config_settings): + """Invoke the optional get_requires_for_build_wheel hook + + Returns [] if the hook is not defined. + """ + backend = _build_backend() + try: + hook = backend.get_requires_for_build_sdist + except AttributeError: + return [] + else: + return hook(config_settings) + + +class _DummyException(Exception): + """Nothing should ever raise this exception""" + + +class GotUnsupportedOperation(Exception): + """For internal use when backend raises UnsupportedOperation""" + def __init__(self, traceback): + self.traceback = traceback + + +def build_sdist(sdist_directory, config_settings): + """Invoke the mandatory build_sdist hook.""" + backend = _build_backend() + try: + return backend.build_sdist(sdist_directory, config_settings) + except getattr(backend, 'UnsupportedOperation', _DummyException): + raise GotUnsupportedOperation(traceback.format_exc()) + + +HOOK_NAMES = { + 'get_requires_for_build_wheel', + 'prepare_metadata_for_build_wheel', + 'build_wheel', + 'get_requires_for_build_editable', + 'prepare_metadata_for_build_editable', + 'build_editable', + 'get_requires_for_build_sdist', + 'build_sdist', + '_supported_features', +} + + +def main(): + if len(sys.argv) < 3: + sys.exit("Needs args: hook_name, control_dir") + hook_name = sys.argv[1] + control_dir = sys.argv[2] + if hook_name not in HOOK_NAMES: + sys.exit("Unknown hook: %s" % hook_name) + hook = globals()[hook_name] + + hook_input = read_json(pjoin(control_dir, 'input.json')) + + json_out = {'unsupported': False, 'return_val': None} + try: + json_out['return_val'] = hook(**hook_input['kwargs']) + except BackendUnavailable as e: + json_out['no_backend'] = True + json_out['traceback'] = e.traceback + except BackendInvalid as e: + json_out['backend_invalid'] = True + json_out['backend_error'] = e.message + except GotUnsupportedOperation as e: + json_out['unsupported'] = True + json_out['traceback'] = e.traceback + except HookMissing as e: + json_out['hook_missing'] = True + json_out['missing_hook_name'] = e.hook_name or hook_name + + write_json(json_out, pjoin(control_dir, 'output.json'), indent=2) + + +if __name__ == '__main__': + main() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py new file mode 100644 index 00000000..10ff67ff --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py @@ -0,0 +1,182 @@ +# __ +# /__) _ _ _ _ _/ _ +# / ( (- (/ (/ (- _) / _) +# / + +""" +Requests HTTP Library +~~~~~~~~~~~~~~~~~~~~~ + +Requests is an HTTP library, written in Python, for human beings. +Basic GET usage: + + >>> import requests + >>> r = requests.get('https://www.python.org') + >>> r.status_code + 200 + >>> b'Python is a programming language' in r.content + True + +... or POST: + + >>> payload = dict(key1='value1', key2='value2') + >>> r = requests.post('https://httpbin.org/post', data=payload) + >>> print(r.text) + { + ... + "form": { + "key1": "value1", + "key2": "value2" + }, + ... + } + +The other HTTP methods are supported - see `requests.api`. Full documentation +is at . + +:copyright: (c) 2017 by Kenneth Reitz. +:license: Apache 2.0, see LICENSE for more details. +""" + +import warnings + +from pip._vendor import urllib3 + +from .exceptions import RequestsDependencyWarning + +charset_normalizer_version = None + +try: + from pip._vendor.chardet import __version__ as chardet_version +except ImportError: + chardet_version = None + + +def check_compatibility(urllib3_version, chardet_version, charset_normalizer_version): + urllib3_version = urllib3_version.split(".") + assert urllib3_version != ["dev"] # Verify urllib3 isn't installed from git. + + # Sometimes, urllib3 only reports its version as 16.1. + if len(urllib3_version) == 2: + urllib3_version.append("0") + + # Check urllib3 for compatibility. + major, minor, patch = urllib3_version # noqa: F811 + major, minor, patch = int(major), int(minor), int(patch) + # urllib3 >= 1.21.1 + assert major >= 1 + if major == 1: + assert minor >= 21 + + # Check charset_normalizer for compatibility. + if chardet_version: + major, minor, patch = chardet_version.split(".")[:3] + major, minor, patch = int(major), int(minor), int(patch) + # chardet_version >= 3.0.2, < 6.0.0 + assert (3, 0, 2) <= (major, minor, patch) < (6, 0, 0) + elif charset_normalizer_version: + major, minor, patch = charset_normalizer_version.split(".")[:3] + major, minor, patch = int(major), int(minor), int(patch) + # charset_normalizer >= 2.0.0 < 4.0.0 + assert (2, 0, 0) <= (major, minor, patch) < (4, 0, 0) + else: + raise Exception("You need either charset_normalizer or chardet installed") + + +def _check_cryptography(cryptography_version): + # cryptography < 1.3.4 + try: + cryptography_version = list(map(int, cryptography_version.split("."))) + except ValueError: + return + + if cryptography_version < [1, 3, 4]: + warning = "Old version of cryptography ({}) may cause slowdown.".format( + cryptography_version + ) + warnings.warn(warning, RequestsDependencyWarning) + + +# Check imported dependencies for compatibility. +try: + check_compatibility( + urllib3.__version__, chardet_version, charset_normalizer_version + ) +except (AssertionError, ValueError): + warnings.warn( + "urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported " + "version!".format( + urllib3.__version__, chardet_version, charset_normalizer_version + ), + RequestsDependencyWarning, + ) + +# Attempt to enable urllib3's fallback for SNI support +# if the standard library doesn't support SNI or the +# 'ssl' library isn't available. +try: + # Note: This logic prevents upgrading cryptography on Windows, if imported + # as part of pip. + from pip._internal.utils.compat import WINDOWS + if not WINDOWS: + raise ImportError("pip internals: don't import cryptography on Windows") + try: + import ssl + except ImportError: + ssl = None + + if not getattr(ssl, "HAS_SNI", False): + from pip._vendor.urllib3.contrib import pyopenssl + + pyopenssl.inject_into_urllib3() + + # Check cryptography version + from cryptography import __version__ as cryptography_version + + _check_cryptography(cryptography_version) +except ImportError: + pass + +# urllib3's DependencyWarnings should be silenced. +from pip._vendor.urllib3.exceptions import DependencyWarning + +warnings.simplefilter("ignore", DependencyWarning) + +# Set default logging handler to avoid "No handler found" warnings. +import logging +from logging import NullHandler + +from . import packages, utils +from .__version__ import ( + __author__, + __author_email__, + __build__, + __cake__, + __copyright__, + __description__, + __license__, + __title__, + __url__, + __version__, +) +from .api import delete, get, head, options, patch, post, put, request +from .exceptions import ( + ConnectionError, + ConnectTimeout, + FileModeWarning, + HTTPError, + JSONDecodeError, + ReadTimeout, + RequestException, + Timeout, + TooManyRedirects, + URLRequired, +) +from .models import PreparedRequest, Request, Response +from .sessions import Session, session +from .status_codes import codes + +logging.getLogger(__name__).addHandler(NullHandler()) + +# FileModeWarnings go off per the default. +warnings.simplefilter("default", FileModeWarning, append=True) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..275b98ecbd741e43a0a49fad9021b3e2e234d540 GIT binary patch literal 5482 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 BqzwQ7 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f7086a548829dcc4c73e0d7d6bfc3496e481af26 GIT binary patch literal 620 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 XE%BXQWuq?cyDrzL&-UF~3&Q^mj&zhi literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..69f26f67ffe67466bc8369d53c554caeee4bd5ce GIT binary patch literal 7240 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..887480543caef8c6b7ac38e9308e0273122abd08 GIT binary patch literal 13959 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 uXILHkH2W!o@k6_Zbm1zo-FH zm%})!P)Bg+Ku~CfW;ODAGGTJ^I42?#woiB_%xCA!G&>;`C{A!55yVNBb0$z05|nZh z5Y7okm;_!PWoTs?DGC};-^&Qv&KZt~jXELW1W{ooEGkgK2>N;Owxm#gz>~NPDkw@l zf7j~~+ceh#R3tg_Bzl;ntcNzM+s-3m_w0ETBpi8YowEEX!c=6OZs!?I7%KCz$0Qdv z3EQJQVKHIZd`aqi4EdqQdZa8aB~V6(xBxv-H=eUlmQ;#m1wm4eOIcB2RyV{-a3#|G zt-fr#KkaU;ZMa*V<@Vj>^#|=$cV%_6W5Ir{r1YzIC>PlQK$l}6pGv-XRwmW7qjvr? z3}>N8SxN6gKnwE~3 zlG6eBHgW0A{^9;{>-x#W;&F44kI8hu>AJB;nd@4Oe#3Qf;=3-dD|ka~UzT<3s!rLM zva3pB1!P`KT(@6KIb|7dDv;vj>i0Tp-WoRRZ9XYO)$!t{oKAHJ;h(w*jlm3n<_~@L t{nW?Sht`RH?Ym+9HDGP&v<{35ulB#_vtNy|!z-_^zHFcBz-X1^{{Us%3@HEr literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4dcc227890afffbac963ba0009c7f5ef365ee126 GIT binary patch literal 1543 zcmZ8hy>Hw$6sPV(r_+7ej^p!JVx@6nUmBlU8!b9C1&XFa0yr*^c3}$$I*I3_O^OOh zIk^tSbxSsHUHT97&*|hc##xg5f%5Gi;xd9ETeL4EodPw?XLp> z?e}&$w<~$P106lv#GzGK&G)Pjm)2k{=MJgU25itKY|<8N=ptOCOK^!U!)1B{-k>+(O}YYCs0TfI3*O588{{K;8{Vd? zaFyPHcj#Ssm#)Dz3!rt_(a$=%2k#+`{Q~?L-A5aG?xOpB3;M%ir}^`rE=SKYB&6s@ zjHaPMtFOi=7$nldiEaWw8>g5}V|Lg-E19+J-y zO1$rea=;RA)6+2*##YyRBt4F3h!f%U8TWc&wEsNhv2d?$mL(DsPY#fmpcm4k;huIr zKwMy!blnqExsIhO(Ll!{`Q*e@|D-rpTaTaaJb8#B7Nc)DXIwkhcC;Hu@k1QRPEk4E zgoK1Wf>dQYOjDffs^)ekjWV%yOf_O`AEUj{Y+!FQE)dboc`CUMc(l`TRry)QBvNiZ z1u4mds$|JntWU^Tu4bIXsL#V)WhhF_>9jK^dkiPa(IgG^8*(O6olxa!ElYB>Q&#RS zk|}2|FcNC+0}oJgfH_MjN~CJ#&cQ&+G$2?=RW}jCpf^lIA=Lb3>vCY{6IBU4v?Cn=a&41E!}{$()+k44ovN;GU`*Ro_xm2*K-SwSXCK7*f~y(LUY$qj^(H zyk%g@z_fuG1J?}98n|v?&Olp(YEI%O&A{i)iuncbMFUF)mNn=ENUmzV3=@fyz!>G; zQ0h9ky-?^jGS@*Bu`WQlPgp2bBgrV@I11!2)ou;Fgmw`hn}2{ay(xG%@_!KeKKr4F z1}MeC7d-N#fvzPJ=|EprKg~!+@x~QR#QT1lcb2bfbl~d*Ozf@hr<=aO5^bcqr@~z% zd|gU^QcC}#<^6G=b<^QH=gV=2f5pGh2hx8{Ab!_yTC^D-> literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e605304713770b0519c764b0d15d1ef4ce5f9a2d GIT binary patch literal 25282 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 Oy4m$5l&+{`o&N=QAY91+ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9cbfbc09607b803e2fa678a93ddd313266777fd7 GIT binary patch literal 4348 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e726ec88be67400c450335dbc15255802daeacab GIT binary patch literal 1088 zcmY*YQBNC35Z=8zV>p`Fhv{FlwLyAwKDi5ftR0)()6e20zUp4j&NGM8jO4C+-zA`u?&fJvgtjQBL7d%VgO2cQ^=6x{3=BWW=r8&a|Tf^C0w zKzWt!L5(!9Y}>oLg2^bXNw&MYY!i_CP;`Ki600#m6$?mFg!_b&e&vFl3=fk0!RP8T z18RcymcX1M1@@h+pcCX99CQbAnkYsk^qX;g7gE4gB~BI;LYiAgu&k?TQP5DIrN6gQ=-5H*s~fE8)Is=O2tS?FpERO$)0 z(6di&{+n~o=G&{C#iO;qbI!TtyoN(s5I(Y}EnjmpkRfn#puHBDQxxMLu>=-4YT_7w zKUf}!4J1ZS`l!wjpQ`_>#W=uEVEwcRGlnJ887pY#8gOkHD7Ipwh&hVQ-|=JI%*2@% zJ|2rRP2+gNLb0)h9OH0lh0BO4U{(^EZU_muuXtFaqCvtMfF%yhkccy%k+4Vts%Rk@ z_B@|ftDff=iCJPQ$(E_4N(pBuF)OT*WKyz{5q)_2PBK(^Kt)L=mWC2LWiyRPO^RMa zLWFjK@P1Qij+g*!8dUCpX`vVS@rUc3&DLr+KYp@ywAS$-ZM0S|v-xMaiO%O|3;*Qi zyHm5BJMGo(zv+(6T#U_kKfeC!$W;~+u7**5>fD;_ z!3)raVx20{9gzQUCw| literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b35d90a737f8d76f4dbb02794d351cc821e9acaa GIT binary patch literal 35484 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 UpQHTeef9$u9^YK2l#SN^1ML;BVE_OC literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ab4f3130bac3add52ee71d817644f4768d0dffd5 GIT binary patch literal 808 zcmZuv&rj4q7@cX$7Q28b5LOcmU^H@|69tS1!UaWig?KT>MRrp=A8w(vb*76hCx2Yl zghV}YGjLMFAE1AN#)Dmm$vPfAdE>`zPfkOdV8R?a?|a|8H}7ladwaWq=hIRfeOkNK2*p`+e*ZM$0d?X3!ufe zggmmP8tFMDopjJaS-OM}?*V=B)RBV;1chqxovDuFwLZ|L{|Tz59K~l*!8rat(9cNq z@jcoCM(iCYUYpj?TBxBa9?JZcHJTk#gpU6}nnOKH=yus+6vEZEzzNLK3V76K zW)qvM=Z+E#o>YK`+zc#x$$AXj9LfrnSGmv=Msyx(ftFInD3zS$z-M8pBr>jVTP_!x z>+n$M%Ra5Rz=bM-FnDOOkUw?8vQS;{L`TI77%Vu?q?tVM2_3}gn=i>d4vZ6v+hqtG zPB^oPU1q-L^Pmh2NKkPr%g*qB9H&bpsD@?VBQoI%k;5nTh2K z(wRxxHG^uib^I{;1nZHJ;>W_@%g?TgG5(E=T?2KR`=}Kc@$;LF-U}b~dM}Bz?q9jV z=={h|ZuG^}tLfVPy4JIoL7m-iC)e}u@;fK{_mSFC#5J{%?TAhfZf6HK><`|i7meNc zs@BKyKQG>C^!0CcZ4`F~Mx%kTsPAfRwlQ<}$K1EM=)uGK%zSO~P5yO0%3b?1QP17l SZo9pw$Buj1I11~M5&r@4Ufy^B literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..199f409bc0290288e191a5c3332934be3e136ee1 GIT binary patch literal 27793 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..00a65e2b94b5facbc28787f28f14ed1ab17d2756 GIT binary patch literal 5653 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�yYPkG8jU2ojh`4xT~k9 z@39lZeFHtmdJhde!k8*H2Qr`FQYTS011A@~i!_6q&==@7$c5K`R@t1cY`wL9C!7bC zE9*bE8m+dwdb7i{!of>Op3&UpqRr^XD3t@cfR2Gxbv_q>tjQyVL6Cs1a>?3!hzKDT zGEFE zXPt@yR#%+1-~Wx40AOy;>6+=gT~ax7^tPk$^5MC|31`|-KhyUqptq|8AF5Ekqh*>m z0xjI(+(t6EhGk~$a^`NCm-E?fG4_X}LF=lJQWyhQ&e&Q2L<;n((Xk{ZKSHJpVy`m+e!6n4F=leax zJJafT1$Y!5EFYP{{`=Gs~r^xW(0cVfP_)!5*X_2*Oz4@aW9_c-v z6VK8#A4l?A0_3ZtPX-h)=zfX8B7|B1bL3owalzU{xicJ^^7#WtG%>Uar-(m>>!CaXEAl3m z_p*`mg6a2|D^=DYRH~2Thz)to?4{9Y4)1si|spQYnT5_)me@9oh^uNOfNwD9rVlD zj%~Q4WrKbgSNIM? zG>K0D;oF}$ZBx!2@WL?Q!(=|Nu*`ZWW2MVX3B1}|O^Mo0-d)3ZRFTXT{tbbFPcTM+ zfda0eC|(L`{GRWjVDN) zcGJ9Z*;Sb>99{A>r94gV?p)fkKec6lvh+a8e1Mv{Jy#u99M?~#-E}jEmf_Xab@648 zn`+Kpc%?4h6|bAybG`ni9bf&cS+>K_Grkdqo*U=(Uf+4sz5#`|m4>)RW9_`|Ar4lp zT$?SpZFk)-_o1D@cIvyx zWrMd>F~Y9r!P8*>Y&l`qZ880ftR^$#TVA?pbJoir0orXbGpG+s%sQ$C0SD!$kN$U$ zuuqwg!SNB0xUk2efMwvW=tKciSY$PyA`^j!J8%a?#f%!3Z8>EbhwN0}tA<%oFpQUk zIgElSkw4n8hYG`JkuidC5~mQ2mmJb@U)G~!$0b?l z!cv*q#K(Qvb1OX$2S#BP=0|{V@g;QkYg+Ixp&b(!7L>)M*Ph36-?=ws=$PpTve`&q zi=6LU*adNkY%?~~|EaxjxvVPjMBFfI`i ztT|M0ysBOvRH4=zg>i8VUfR&AX(%G1p#$|hJw#SN4dG&r&yOzplDZg4l*d*|&PQG- ziUI{1z`{Y0LB!&egS*pW(jt1ve%p#eHgQ*^`e-JrVi@qPHFs|W+-}C79DfT!VxCq8 zB@oy#9-LepAgojRfl@>1h<##4yoak`T^P&GR@wzLT@4)zNx)3cAUpHmvBXzU=_^_< zC(&G9FCO~z3c?N;^v3dA?y`jGE!QcLl5$kb)#@K;}$ zIcL@NLrFV`9^MFDec7A=fNAFNiWxueNhB)z{mr|%e_hyBp#Q+hBV9#V(C%RiqZ=7w ziW!}c7ec^WK1gH_@fg*@0o7pc6;h&VSElsf_JEynQjAw$SfJr*^r$I;ZOs` zhLM9g(r4{tsR^9-Bp7$fanT4!kbgst&lC&LFB|#gl&Y`+eZ$XGzEP(fpA}MKd~y$< zMKOG8WG`Q~`%q#*$!M1rFMYziR5nFIP(ziJr4i$m{s&ZGTstG1SHIFyW`CH!kpthRt$*(?a1VhAr}jRpyaqnWIg@ z-pk)1vueZg*_hWVPbk{5JiY9UgHN74l=GhWEN7I{M%$8Fn{`>SCOO8uiMPwdB>Eho zre-h)fr*AcF2YbKuUJy6Emdl?mQFC@V_&9eL(bh`HUM!9Gy-qxeyGVKF7i|0R|cZa zgR&nxy%KL@)Z8RXETeS@qX{++LAOZ)Nl_oLg$ZG?&@aslXUVUb#4hXwMh8{LmHSs8 z1^ZpQ^cp3E-b0V_;?ulsP)sXKS=>=wrxyY{iEcu|C6Vw33;8V4dlc#WY4C~10L4AX zf;*#Cm9fjsDZoM`<57OFRYXqGur@|?hKyA!(CVMXl{Ky};;UG5EGediH;?Y2{6-Ah zE!U+*bKR|y&B-lYsgmwF>n&?>{P5eQi`Ir)C0mls-KmnEIqPQyaDA;x98Mfq0Gzo| zju7vi?YG)@+&G(V?@n$d{>ItI-_`3~wiQlqwUOk$^zwnZ1BpF|QMv5h`QC<`-aS`F z-!GfB-zunD(ebYO<@)yd=Wf*Ac;?2j`FftUKPO|InoZxY!@#bhGJETa=9wq^7U z5h^Skf;dH8kmGjE|8yuc1;sEeQ?9?AZ6-;J-YYGPHvl>5umU z9&K7Ehfdj1q>&)EoyE+SyPl(T-OKTB*papUBB-AT`ZwEf|v;oy6?^1O zDI2IVzFN<)s3NKLo(c<7OzWxj6Www$M3%m?@`mc8nXEdwzcQlMe-~3ivFe2>2GTMG z!<5f{bd?N^bEPGE#*s=hLok@-F08+b+x7ylhIo6siQRM zsbBK!NO^XA;@AoOylZ1}V)P^eDW? z$opRubro|T6qj~2>YMm}X0y}8BNRo{C5MDWJ(B5h_u~BlEP(NzzHmh7cl2Geq_(ODOjXN=hm5P*O$-!(~MH$|NwcRuspJ#YGg?(Jy?$QTe2a z#J>5c)^*}w#;KM+cI^0x zL7A;%)=KmlUr^pbUxdgyv4?K+C?zjYGDFE6B|k)xDNtU|xGw}@tSEme<)?J{k16>R zO8zY+|B8}dQSxV$q$pwGX#R?FcPROi5~9R1R>*my@Gr!tF=6|sc>0lR9y6ely+N`@ zRb+-MGTRf<)-f$T)0#2$hDcfpCM!i46jF)cZBj{?k_k$Pf@4f2;}jTODITLh4 z(S+Qy?8WDpCxia|;vb?4{&SK^$8kWwJpZ}Q#2fCqIlkc6T;Z=dtNP#hYYzWyzvf)* zf5BgJb$`w6{VT5cFS(6hnvA^eE{EhxhZzYz{G|IEbkX^x&O$$td``*V6mfjhmpZlb z-#9qF`F26=jQw`S#zg5`RoANCT$kiLw=1gVM^f(1GfuF$RqIKzyKHdGbbs&Qs|RPF zyb`>zebKWkx%<(S=WyC^1pBp0m*mPoZ5Yho+xzO?_(M1Km3K_F#?m_nd8@JQPPvJ9 z-YGi3ciipO?L=1O4SfBbf?B?EFXwCS?5yO= z?(D7Ri|#zkujh;I_VXUT@Xj^|N^30q);k^#Z@RP1!*8Ob?9R3VT&*?p)ptrZ@)e&y z#&bng%LW1|MY@@SJGN53^3K*`e#f0=2NLwK` being sent. + :param stream: (optional) Whether to stream the request content. + :param timeout: (optional) How long to wait for the server to send + data before giving up, as a float, or a :ref:`(connect timeout, + read timeout) ` tuple. + :type timeout: float or tuple + :param verify: (optional) Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use + :param cert: (optional) Any user-provided SSL certificate to be trusted. + :param proxies: (optional) The proxies dictionary to apply to the request. + """ + raise NotImplementedError + + def close(self): + """Cleans up adapter specific items.""" + raise NotImplementedError + + +class HTTPAdapter(BaseAdapter): + """The built-in HTTP Adapter for urllib3. + + Provides a general-case interface for Requests sessions to contact HTTP and + HTTPS urls by implementing the Transport Adapter interface. This class will + usually be created by the :class:`Session ` class under the + covers. + + :param pool_connections: The number of urllib3 connection pools to cache. + :param pool_maxsize: The maximum number of connections to save in the pool. + :param max_retries: The maximum number of retries each connection + should attempt. Note, this applies only to failed DNS lookups, socket + connections and connection timeouts, never to requests where data has + made it to the server. By default, Requests does not retry failed + connections. If you need granular control over the conditions under + which we retry a request, import urllib3's ``Retry`` class and pass + that instead. + :param pool_block: Whether the connection pool should block for connections. + + Usage:: + + >>> import requests + >>> s = requests.Session() + >>> a = requests.adapters.HTTPAdapter(max_retries=3) + >>> s.mount('http://', a) + """ + + __attrs__ = [ + "max_retries", + "config", + "_pool_connections", + "_pool_maxsize", + "_pool_block", + ] + + def __init__( + self, + pool_connections=DEFAULT_POOLSIZE, + pool_maxsize=DEFAULT_POOLSIZE, + max_retries=DEFAULT_RETRIES, + pool_block=DEFAULT_POOLBLOCK, + ): + if max_retries == DEFAULT_RETRIES: + self.max_retries = Retry(0, read=False) + else: + self.max_retries = Retry.from_int(max_retries) + self.config = {} + self.proxy_manager = {} + + super().__init__() + + self._pool_connections = pool_connections + self._pool_maxsize = pool_maxsize + self._pool_block = pool_block + + self.init_poolmanager(pool_connections, pool_maxsize, block=pool_block) + + def __getstate__(self): + return {attr: getattr(self, attr, None) for attr in self.__attrs__} + + def __setstate__(self, state): + # Can't handle by adding 'proxy_manager' to self.__attrs__ because + # self.poolmanager uses a lambda function, which isn't pickleable. + self.proxy_manager = {} + self.config = {} + + for attr, value in state.items(): + setattr(self, attr, value) + + self.init_poolmanager( + self._pool_connections, self._pool_maxsize, block=self._pool_block + ) + + def init_poolmanager( + self, connections, maxsize, block=DEFAULT_POOLBLOCK, **pool_kwargs + ): + """Initializes a urllib3 PoolManager. + + This method should not be called from user code, and is only + exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param connections: The number of urllib3 connection pools to cache. + :param maxsize: The maximum number of connections to save in the pool. + :param block: Block when no free connections are available. + :param pool_kwargs: Extra keyword arguments used to initialize the Pool Manager. + """ + # save these values for pickling + self._pool_connections = connections + self._pool_maxsize = maxsize + self._pool_block = block + + self.poolmanager = PoolManager( + num_pools=connections, + maxsize=maxsize, + block=block, + **pool_kwargs, + ) + + def proxy_manager_for(self, proxy, **proxy_kwargs): + """Return urllib3 ProxyManager for the given proxy. + + This method should not be called from user code, and is only + exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param proxy: The proxy to return a urllib3 ProxyManager for. + :param proxy_kwargs: Extra keyword arguments used to configure the Proxy Manager. + :returns: ProxyManager + :rtype: urllib3.ProxyManager + """ + if proxy in self.proxy_manager: + manager = self.proxy_manager[proxy] + elif proxy.lower().startswith("socks"): + username, password = get_auth_from_url(proxy) + manager = self.proxy_manager[proxy] = SOCKSProxyManager( + proxy, + username=username, + password=password, + num_pools=self._pool_connections, + maxsize=self._pool_maxsize, + block=self._pool_block, + **proxy_kwargs, + ) + else: + proxy_headers = self.proxy_headers(proxy) + manager = self.proxy_manager[proxy] = proxy_from_url( + proxy, + proxy_headers=proxy_headers, + num_pools=self._pool_connections, + maxsize=self._pool_maxsize, + block=self._pool_block, + **proxy_kwargs, + ) + + return manager + + def cert_verify(self, conn, url, verify, cert): + """Verify a SSL certificate. This method should not be called from user + code, and is only exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param conn: The urllib3 connection object associated with the cert. + :param url: The requested URL. + :param verify: Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use + :param cert: The SSL certificate to verify. + """ + if url.lower().startswith("https") and verify: + + cert_loc = None + + # Allow self-specified cert location. + if verify is not True: + cert_loc = verify + + if not cert_loc: + cert_loc = extract_zipped_paths(DEFAULT_CA_BUNDLE_PATH) + + if not cert_loc or not os.path.exists(cert_loc): + raise OSError( + f"Could not find a suitable TLS CA certificate bundle, " + f"invalid path: {cert_loc}" + ) + + conn.cert_reqs = "CERT_REQUIRED" + + if not os.path.isdir(cert_loc): + conn.ca_certs = cert_loc + else: + conn.ca_cert_dir = cert_loc + else: + conn.cert_reqs = "CERT_NONE" + conn.ca_certs = None + conn.ca_cert_dir = None + + if cert: + if not isinstance(cert, basestring): + conn.cert_file = cert[0] + conn.key_file = cert[1] + else: + conn.cert_file = cert + conn.key_file = None + if conn.cert_file and not os.path.exists(conn.cert_file): + raise OSError( + f"Could not find the TLS certificate file, " + f"invalid path: {conn.cert_file}" + ) + if conn.key_file and not os.path.exists(conn.key_file): + raise OSError( + f"Could not find the TLS key file, invalid path: {conn.key_file}" + ) + + def build_response(self, req, resp): + """Builds a :class:`Response ` object from a urllib3 + response. This should not be called from user code, and is only exposed + for use when subclassing the + :class:`HTTPAdapter ` + + :param req: The :class:`PreparedRequest ` used to generate the response. + :param resp: The urllib3 response object. + :rtype: requests.Response + """ + response = Response() + + # Fallback to None if there's no status_code, for whatever reason. + response.status_code = getattr(resp, "status", None) + + # Make headers case-insensitive. + response.headers = CaseInsensitiveDict(getattr(resp, "headers", {})) + + # Set encoding. + response.encoding = get_encoding_from_headers(response.headers) + response.raw = resp + response.reason = response.raw.reason + + if isinstance(req.url, bytes): + response.url = req.url.decode("utf-8") + else: + response.url = req.url + + # Add new cookies from the server. + extract_cookies_to_jar(response.cookies, req, resp) + + # Give the Response some context. + response.request = req + response.connection = self + + return response + + def get_connection(self, url, proxies=None): + """Returns a urllib3 connection for the given URL. This should not be + called from user code, and is only exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param url: The URL to connect to. + :param proxies: (optional) A Requests-style dictionary of proxies used on this request. + :rtype: urllib3.ConnectionPool + """ + proxy = select_proxy(url, proxies) + + if proxy: + proxy = prepend_scheme_if_needed(proxy, "http") + proxy_url = parse_url(proxy) + if not proxy_url.host: + raise InvalidProxyURL( + "Please check proxy URL. It is malformed " + "and could be missing the host." + ) + proxy_manager = self.proxy_manager_for(proxy) + conn = proxy_manager.connection_from_url(url) + else: + # Only scheme should be lower case + parsed = urlparse(url) + url = parsed.geturl() + conn = self.poolmanager.connection_from_url(url) + + return conn + + def close(self): + """Disposes of any internal state. + + Currently, this closes the PoolManager and any active ProxyManager, + which closes any pooled connections. + """ + self.poolmanager.clear() + for proxy in self.proxy_manager.values(): + proxy.clear() + + def request_url(self, request, proxies): + """Obtain the url to use when making the final request. + + If the message is being sent through a HTTP proxy, the full URL has to + be used. Otherwise, we should only use the path portion of the URL. + + This should not be called from user code, and is only exposed for use + when subclassing the + :class:`HTTPAdapter `. + + :param request: The :class:`PreparedRequest ` being sent. + :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs. + :rtype: str + """ + proxy = select_proxy(request.url, proxies) + scheme = urlparse(request.url).scheme + + is_proxied_http_request = proxy and scheme != "https" + using_socks_proxy = False + if proxy: + proxy_scheme = urlparse(proxy).scheme.lower() + using_socks_proxy = proxy_scheme.startswith("socks") + + url = request.path_url + if is_proxied_http_request and not using_socks_proxy: + url = urldefragauth(request.url) + + return url + + def add_headers(self, request, **kwargs): + """Add any headers needed by the connection. As of v2.0 this does + nothing by default, but is left for overriding by users that subclass + the :class:`HTTPAdapter `. + + This should not be called from user code, and is only exposed for use + when subclassing the + :class:`HTTPAdapter `. + + :param request: The :class:`PreparedRequest ` to add headers to. + :param kwargs: The keyword arguments from the call to send(). + """ + pass + + def proxy_headers(self, proxy): + """Returns a dictionary of the headers to add to any request sent + through a proxy. This works with urllib3 magic to ensure that they are + correctly sent to the proxy, rather than in a tunnelled request if + CONNECT is being used. + + This should not be called from user code, and is only exposed for use + when subclassing the + :class:`HTTPAdapter `. + + :param proxy: The url of the proxy being used for this request. + :rtype: dict + """ + headers = {} + username, password = get_auth_from_url(proxy) + + if username: + headers["Proxy-Authorization"] = _basic_auth_str(username, password) + + return headers + + def send( + self, request, stream=False, timeout=None, verify=True, cert=None, proxies=None + ): + """Sends PreparedRequest object. Returns Response object. + + :param request: The :class:`PreparedRequest ` being sent. + :param stream: (optional) Whether to stream the request content. + :param timeout: (optional) How long to wait for the server to send + data before giving up, as a float, or a :ref:`(connect timeout, + read timeout) ` tuple. + :type timeout: float or tuple or urllib3 Timeout object + :param verify: (optional) Either a boolean, in which case it controls whether + we verify the server's TLS certificate, or a string, in which case it + must be a path to a CA bundle to use + :param cert: (optional) Any user-provided SSL certificate to be trusted. + :param proxies: (optional) The proxies dictionary to apply to the request. + :rtype: requests.Response + """ + + try: + conn = self.get_connection(request.url, proxies) + except LocationValueError as e: + raise InvalidURL(e, request=request) + + self.cert_verify(conn, request.url, verify, cert) + url = self.request_url(request, proxies) + self.add_headers( + request, + stream=stream, + timeout=timeout, + verify=verify, + cert=cert, + proxies=proxies, + ) + + chunked = not (request.body is None or "Content-Length" in request.headers) + + if isinstance(timeout, tuple): + try: + connect, read = timeout + timeout = TimeoutSauce(connect=connect, read=read) + except ValueError: + raise ValueError( + f"Invalid timeout {timeout}. Pass a (connect, read) timeout tuple, " + f"or a single float to set both timeouts to the same value." + ) + elif isinstance(timeout, TimeoutSauce): + pass + else: + timeout = TimeoutSauce(connect=timeout, read=timeout) + + try: + resp = conn.urlopen( + method=request.method, + url=url, + body=request.body, + headers=request.headers, + redirect=False, + assert_same_host=False, + preload_content=False, + decode_content=False, + retries=self.max_retries, + timeout=timeout, + chunked=chunked, + ) + + except (ProtocolError, OSError) as err: + raise ConnectionError(err, request=request) + + except MaxRetryError as e: + if isinstance(e.reason, ConnectTimeoutError): + # TODO: Remove this in 3.0.0: see #2811 + if not isinstance(e.reason, NewConnectionError): + raise ConnectTimeout(e, request=request) + + if isinstance(e.reason, ResponseError): + raise RetryError(e, request=request) + + if isinstance(e.reason, _ProxyError): + raise ProxyError(e, request=request) + + if isinstance(e.reason, _SSLError): + # This branch is for urllib3 v1.22 and later. + raise SSLError(e, request=request) + + raise ConnectionError(e, request=request) + + except ClosedPoolError as e: + raise ConnectionError(e, request=request) + + except _ProxyError as e: + raise ProxyError(e) + + except (_SSLError, _HTTPError) as e: + if isinstance(e, _SSLError): + # This branch is for urllib3 versions earlier than v1.22 + raise SSLError(e, request=request) + elif isinstance(e, ReadTimeoutError): + raise ReadTimeout(e, request=request) + elif isinstance(e, _InvalidHeader): + raise InvalidHeader(e, request=request) + else: + raise + + return self.build_response(request, resp) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py new file mode 100644 index 00000000..cd0b3eea --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py @@ -0,0 +1,157 @@ +""" +requests.api +~~~~~~~~~~~~ + +This module implements the Requests API. + +:copyright: (c) 2012 by Kenneth Reitz. +:license: Apache2, see LICENSE for more details. +""" + +from . import sessions + + +def request(method, url, **kwargs): + """Constructs and sends a :class:`Request `. + + :param method: method for the new :class:`Request` object: ``GET``, ``OPTIONS``, ``HEAD``, ``POST``, ``PUT``, ``PATCH``, or ``DELETE``. + :param url: URL for the new :class:`Request` object. + :param params: (optional) Dictionary, list of tuples or bytes to send + in the query string for the :class:`Request`. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. + :param headers: (optional) Dictionary of HTTP Headers to send with the :class:`Request`. + :param cookies: (optional) Dict or CookieJar object to send with the :class:`Request`. + :param files: (optional) Dictionary of ``'name': file-like-objects`` (or ``{'name': file-tuple}``) for multipart encoding upload. + ``file-tuple`` can be a 2-tuple ``('filename', fileobj)``, 3-tuple ``('filename', fileobj, 'content_type')`` + or a 4-tuple ``('filename', fileobj, 'content_type', custom_headers)``, where ``'content-type'`` is a string + defining the content type of the given file and ``custom_headers`` a dict-like object containing additional headers + to add for the file. + :param auth: (optional) Auth tuple to enable Basic/Digest/Custom HTTP Auth. + :param timeout: (optional) How many seconds to wait for the server to send data + before giving up, as a float, or a :ref:`(connect timeout, read + timeout) ` tuple. + :type timeout: float or tuple + :param allow_redirects: (optional) Boolean. Enable/disable GET/OPTIONS/POST/PUT/PATCH/DELETE/HEAD redirection. Defaults to ``True``. + :type allow_redirects: bool + :param proxies: (optional) Dictionary mapping protocol to the URL of the proxy. + :param verify: (optional) Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use. Defaults to ``True``. + :param stream: (optional) if ``False``, the response content will be immediately downloaded. + :param cert: (optional) if String, path to ssl client cert file (.pem). If Tuple, ('cert', 'key') pair. + :return: :class:`Response ` object + :rtype: requests.Response + + Usage:: + + >>> import requests + >>> req = requests.request('GET', 'https://httpbin.org/get') + >>> req + + """ + + # By using the 'with' statement we are sure the session is closed, thus we + # avoid leaving sockets open which can trigger a ResourceWarning in some + # cases, and look like a memory leak in others. + with sessions.Session() as session: + return session.request(method=method, url=url, **kwargs) + + +def get(url, params=None, **kwargs): + r"""Sends a GET request. + + :param url: URL for the new :class:`Request` object. + :param params: (optional) Dictionary, list of tuples or bytes to send + in the query string for the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("get", url, params=params, **kwargs) + + +def options(url, **kwargs): + r"""Sends an OPTIONS request. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("options", url, **kwargs) + + +def head(url, **kwargs): + r"""Sends a HEAD request. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. If + `allow_redirects` is not provided, it will be set to `False` (as + opposed to the default :meth:`request` behavior). + :return: :class:`Response ` object + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", False) + return request("head", url, **kwargs) + + +def post(url, data=None, json=None, **kwargs): + r"""Sends a POST request. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("post", url, data=data, json=json, **kwargs) + + +def put(url, data=None, **kwargs): + r"""Sends a PUT request. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("put", url, data=data, **kwargs) + + +def patch(url, data=None, **kwargs): + r"""Sends a PATCH request. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("patch", url, data=data, **kwargs) + + +def delete(url, **kwargs): + r"""Sends a DELETE request. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("delete", url, **kwargs) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py new file mode 100644 index 00000000..9733686d --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py @@ -0,0 +1,315 @@ +""" +requests.auth +~~~~~~~~~~~~~ + +This module contains the authentication handlers for Requests. +""" + +import hashlib +import os +import re +import threading +import time +import warnings +from base64 import b64encode + +from ._internal_utils import to_native_string +from .compat import basestring, str, urlparse +from .cookies import extract_cookies_to_jar +from .utils import parse_dict_header + +CONTENT_TYPE_FORM_URLENCODED = "application/x-www-form-urlencoded" +CONTENT_TYPE_MULTI_PART = "multipart/form-data" + + +def _basic_auth_str(username, password): + """Returns a Basic Auth string.""" + + # "I want us to put a big-ol' comment on top of it that + # says that this behaviour is dumb but we need to preserve + # it because people are relying on it." + # - Lukasa + # + # These are here solely to maintain backwards compatibility + # for things like ints. This will be removed in 3.0.0. + if not isinstance(username, basestring): + warnings.warn( + "Non-string usernames will no longer be supported in Requests " + "3.0.0. Please convert the object you've passed in ({!r}) to " + "a string or bytes object in the near future to avoid " + "problems.".format(username), + category=DeprecationWarning, + ) + username = str(username) + + if not isinstance(password, basestring): + warnings.warn( + "Non-string passwords will no longer be supported in Requests " + "3.0.0. Please convert the object you've passed in ({!r}) to " + "a string or bytes object in the near future to avoid " + "problems.".format(type(password)), + category=DeprecationWarning, + ) + password = str(password) + # -- End Removal -- + + if isinstance(username, str): + username = username.encode("latin1") + + if isinstance(password, str): + password = password.encode("latin1") + + authstr = "Basic " + to_native_string( + b64encode(b":".join((username, password))).strip() + ) + + return authstr + + +class AuthBase: + """Base class that all auth implementations derive from""" + + def __call__(self, r): + raise NotImplementedError("Auth hooks must be callable.") + + +class HTTPBasicAuth(AuthBase): + """Attaches HTTP Basic Authentication to the given Request object.""" + + def __init__(self, username, password): + self.username = username + self.password = password + + def __eq__(self, other): + return all( + [ + self.username == getattr(other, "username", None), + self.password == getattr(other, "password", None), + ] + ) + + def __ne__(self, other): + return not self == other + + def __call__(self, r): + r.headers["Authorization"] = _basic_auth_str(self.username, self.password) + return r + + +class HTTPProxyAuth(HTTPBasicAuth): + """Attaches HTTP Proxy Authentication to a given Request object.""" + + def __call__(self, r): + r.headers["Proxy-Authorization"] = _basic_auth_str(self.username, self.password) + return r + + +class HTTPDigestAuth(AuthBase): + """Attaches HTTP Digest Authentication to the given Request object.""" + + def __init__(self, username, password): + self.username = username + self.password = password + # Keep state in per-thread local storage + self._thread_local = threading.local() + + def init_per_thread_state(self): + # Ensure state is initialized just once per-thread + if not hasattr(self._thread_local, "init"): + self._thread_local.init = True + self._thread_local.last_nonce = "" + self._thread_local.nonce_count = 0 + self._thread_local.chal = {} + self._thread_local.pos = None + self._thread_local.num_401_calls = None + + def build_digest_header(self, method, url): + """ + :rtype: str + """ + + realm = self._thread_local.chal["realm"] + nonce = self._thread_local.chal["nonce"] + qop = self._thread_local.chal.get("qop") + algorithm = self._thread_local.chal.get("algorithm") + opaque = self._thread_local.chal.get("opaque") + hash_utf8 = None + + if algorithm is None: + _algorithm = "MD5" + else: + _algorithm = algorithm.upper() + # lambdas assume digest modules are imported at the top level + if _algorithm == "MD5" or _algorithm == "MD5-SESS": + + def md5_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.md5(x).hexdigest() + + hash_utf8 = md5_utf8 + elif _algorithm == "SHA": + + def sha_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.sha1(x).hexdigest() + + hash_utf8 = sha_utf8 + elif _algorithm == "SHA-256": + + def sha256_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.sha256(x).hexdigest() + + hash_utf8 = sha256_utf8 + elif _algorithm == "SHA-512": + + def sha512_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.sha512(x).hexdigest() + + hash_utf8 = sha512_utf8 + + KD = lambda s, d: hash_utf8(f"{s}:{d}") # noqa:E731 + + if hash_utf8 is None: + return None + + # XXX not implemented yet + entdig = None + p_parsed = urlparse(url) + #: path is request-uri defined in RFC 2616 which should not be empty + path = p_parsed.path or "/" + if p_parsed.query: + path += f"?{p_parsed.query}" + + A1 = f"{self.username}:{realm}:{self.password}" + A2 = f"{method}:{path}" + + HA1 = hash_utf8(A1) + HA2 = hash_utf8(A2) + + if nonce == self._thread_local.last_nonce: + self._thread_local.nonce_count += 1 + else: + self._thread_local.nonce_count = 1 + ncvalue = f"{self._thread_local.nonce_count:08x}" + s = str(self._thread_local.nonce_count).encode("utf-8") + s += nonce.encode("utf-8") + s += time.ctime().encode("utf-8") + s += os.urandom(8) + + cnonce = hashlib.sha1(s).hexdigest()[:16] + if _algorithm == "MD5-SESS": + HA1 = hash_utf8(f"{HA1}:{nonce}:{cnonce}") + + if not qop: + respdig = KD(HA1, f"{nonce}:{HA2}") + elif qop == "auth" or "auth" in qop.split(","): + noncebit = f"{nonce}:{ncvalue}:{cnonce}:auth:{HA2}" + respdig = KD(HA1, noncebit) + else: + # XXX handle auth-int. + return None + + self._thread_local.last_nonce = nonce + + # XXX should the partial digests be encoded too? + base = ( + f'username="{self.username}", realm="{realm}", nonce="{nonce}", ' + f'uri="{path}", response="{respdig}"' + ) + if opaque: + base += f', opaque="{opaque}"' + if algorithm: + base += f', algorithm="{algorithm}"' + if entdig: + base += f', digest="{entdig}"' + if qop: + base += f', qop="auth", nc={ncvalue}, cnonce="{cnonce}"' + + return f"Digest {base}" + + def handle_redirect(self, r, **kwargs): + """Reset num_401_calls counter on redirects.""" + if r.is_redirect: + self._thread_local.num_401_calls = 1 + + def handle_401(self, r, **kwargs): + """ + Takes the given response and tries digest-auth, if needed. + + :rtype: requests.Response + """ + + # If response is not 4xx, do not auth + # See https://github.com/psf/requests/issues/3772 + if not 400 <= r.status_code < 500: + self._thread_local.num_401_calls = 1 + return r + + if self._thread_local.pos is not None: + # Rewind the file position indicator of the body to where + # it was to resend the request. + r.request.body.seek(self._thread_local.pos) + s_auth = r.headers.get("www-authenticate", "") + + if "digest" in s_auth.lower() and self._thread_local.num_401_calls < 2: + + self._thread_local.num_401_calls += 1 + pat = re.compile(r"digest ", flags=re.IGNORECASE) + self._thread_local.chal = parse_dict_header(pat.sub("", s_auth, count=1)) + + # Consume content and release the original connection + # to allow our new request to reuse the same one. + r.content + r.close() + prep = r.request.copy() + extract_cookies_to_jar(prep._cookies, r.request, r.raw) + prep.prepare_cookies(prep._cookies) + + prep.headers["Authorization"] = self.build_digest_header( + prep.method, prep.url + ) + _r = r.connection.send(prep, **kwargs) + _r.history.append(r) + _r.request = prep + + return _r + + self._thread_local.num_401_calls = 1 + return r + + def __call__(self, r): + # Initialize per-thread state, if needed + self.init_per_thread_state() + # If we have a saved nonce, skip the 401 + if self._thread_local.last_nonce: + r.headers["Authorization"] = self.build_digest_header(r.method, r.url) + try: + self._thread_local.pos = r.body.tell() + except AttributeError: + # In the case of HTTPDigestAuth being reused and the body of + # the previous request was a file-like object, pos has the + # file position of the previous body. Ensure it's set to + # None. + self._thread_local.pos = None + r.register_hook("response", self.handle_401) + r.register_hook("response", self.handle_redirect) + self._thread_local.num_401_calls = 1 + + return r + + def __eq__(self, other): + return all( + [ + self.username == getattr(other, "username", None), + self.password == getattr(other, "password", None), + ] + ) + + def __ne__(self, other): + return not self == other diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py new file mode 100644 index 00000000..38696a1f --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py @@ -0,0 +1,24 @@ +#!/usr/bin/env python + +""" +requests.certs +~~~~~~~~~~~~~~ + +This module returns the preferred default CA certificate bundle. There is +only one — the one from the certifi package. + +If you are packaging Requests, e.g., for a Linux distribution or a managed +environment, you can change the definition of where() to return a separately +packaged CA bundle. +""" + +import os + +if "_PIP_STANDALONE_CERT" not in os.environ: + from pip._vendor.certifi import where +else: + def where(): + return os.environ["_PIP_STANDALONE_CERT"] + +if __name__ == "__main__": + print(where()) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py new file mode 100644 index 00000000..9ab2bb48 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py @@ -0,0 +1,67 @@ +""" +requests.compat +~~~~~~~~~~~~~~~ + +This module previously handled import compatibility issues +between Python 2 and Python 3. It remains for backwards +compatibility until the next major version. +""" + +from pip._vendor import chardet + +import sys + +# ------- +# Pythons +# ------- + +# Syntax sugar. +_ver = sys.version_info + +#: Python 2.x? +is_py2 = _ver[0] == 2 + +#: Python 3.x? +is_py3 = _ver[0] == 3 + +# Note: We've patched out simplejson support in pip because it prevents +# upgrading simplejson on Windows. +import json +from json import JSONDecodeError + +# Keep OrderedDict for backwards compatibility. +from collections import OrderedDict +from collections.abc import Callable, Mapping, MutableMapping +from http import cookiejar as cookielib +from http.cookies import Morsel +from io import StringIO + +# -------------- +# Legacy Imports +# -------------- +from urllib.parse import ( + quote, + quote_plus, + unquote, + unquote_plus, + urldefrag, + urlencode, + urljoin, + urlparse, + urlsplit, + urlunparse, +) +from urllib.request import ( + getproxies, + getproxies_environment, + parse_http_list, + proxy_bypass, + proxy_bypass_environment, +) + +builtin_str = str +str = str +bytes = bytes +basestring = (str, bytes) +numeric_types = (int, float) +integer_types = (int,) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py new file mode 100644 index 00000000..bf54ab23 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py @@ -0,0 +1,561 @@ +""" +requests.cookies +~~~~~~~~~~~~~~~~ + +Compatibility code to be able to use `cookielib.CookieJar` with requests. + +requests.utils imports from here, so be careful with imports. +""" + +import calendar +import copy +import time + +from ._internal_utils import to_native_string +from .compat import Morsel, MutableMapping, cookielib, urlparse, urlunparse + +try: + import threading +except ImportError: + import dummy_threading as threading + + +class MockRequest: + """Wraps a `requests.Request` to mimic a `urllib2.Request`. + + The code in `cookielib.CookieJar` expects this interface in order to correctly + manage cookie policies, i.e., determine whether a cookie can be set, given the + domains of the request and the cookie. + + The original request object is read-only. The client is responsible for collecting + the new headers via `get_new_headers()` and interpreting them appropriately. You + probably want `get_cookie_header`, defined below. + """ + + def __init__(self, request): + self._r = request + self._new_headers = {} + self.type = urlparse(self._r.url).scheme + + def get_type(self): + return self.type + + def get_host(self): + return urlparse(self._r.url).netloc + + def get_origin_req_host(self): + return self.get_host() + + def get_full_url(self): + # Only return the response's URL if the user hadn't set the Host + # header + if not self._r.headers.get("Host"): + return self._r.url + # If they did set it, retrieve it and reconstruct the expected domain + host = to_native_string(self._r.headers["Host"], encoding="utf-8") + parsed = urlparse(self._r.url) + # Reconstruct the URL as we expect it + return urlunparse( + [ + parsed.scheme, + host, + parsed.path, + parsed.params, + parsed.query, + parsed.fragment, + ] + ) + + def is_unverifiable(self): + return True + + def has_header(self, name): + return name in self._r.headers or name in self._new_headers + + def get_header(self, name, default=None): + return self._r.headers.get(name, self._new_headers.get(name, default)) + + def add_header(self, key, val): + """cookielib has no legitimate use for this method; add it back if you find one.""" + raise NotImplementedError( + "Cookie headers should be added with add_unredirected_header()" + ) + + def add_unredirected_header(self, name, value): + self._new_headers[name] = value + + def get_new_headers(self): + return self._new_headers + + @property + def unverifiable(self): + return self.is_unverifiable() + + @property + def origin_req_host(self): + return self.get_origin_req_host() + + @property + def host(self): + return self.get_host() + + +class MockResponse: + """Wraps a `httplib.HTTPMessage` to mimic a `urllib.addinfourl`. + + ...what? Basically, expose the parsed HTTP headers from the server response + the way `cookielib` expects to see them. + """ + + def __init__(self, headers): + """Make a MockResponse for `cookielib` to read. + + :param headers: a httplib.HTTPMessage or analogous carrying the headers + """ + self._headers = headers + + def info(self): + return self._headers + + def getheaders(self, name): + self._headers.getheaders(name) + + +def extract_cookies_to_jar(jar, request, response): + """Extract the cookies from the response into a CookieJar. + + :param jar: cookielib.CookieJar (not necessarily a RequestsCookieJar) + :param request: our own requests.Request object + :param response: urllib3.HTTPResponse object + """ + if not (hasattr(response, "_original_response") and response._original_response): + return + # the _original_response field is the wrapped httplib.HTTPResponse object, + req = MockRequest(request) + # pull out the HTTPMessage with the headers and put it in the mock: + res = MockResponse(response._original_response.msg) + jar.extract_cookies(res, req) + + +def get_cookie_header(jar, request): + """ + Produce an appropriate Cookie header string to be sent with `request`, or None. + + :rtype: str + """ + r = MockRequest(request) + jar.add_cookie_header(r) + return r.get_new_headers().get("Cookie") + + +def remove_cookie_by_name(cookiejar, name, domain=None, path=None): + """Unsets a cookie by name, by default over all domains and paths. + + Wraps CookieJar.clear(), is O(n). + """ + clearables = [] + for cookie in cookiejar: + if cookie.name != name: + continue + if domain is not None and domain != cookie.domain: + continue + if path is not None and path != cookie.path: + continue + clearables.append((cookie.domain, cookie.path, cookie.name)) + + for domain, path, name in clearables: + cookiejar.clear(domain, path, name) + + +class CookieConflictError(RuntimeError): + """There are two cookies that meet the criteria specified in the cookie jar. + Use .get and .set and include domain and path args in order to be more specific. + """ + + +class RequestsCookieJar(cookielib.CookieJar, MutableMapping): + """Compatibility class; is a cookielib.CookieJar, but exposes a dict + interface. + + This is the CookieJar we create by default for requests and sessions that + don't specify one, since some clients may expect response.cookies and + session.cookies to support dict operations. + + Requests does not use the dict interface internally; it's just for + compatibility with external client code. All requests code should work + out of the box with externally provided instances of ``CookieJar``, e.g. + ``LWPCookieJar`` and ``FileCookieJar``. + + Unlike a regular CookieJar, this class is pickleable. + + .. warning:: dictionary operations that are normally O(1) may be O(n). + """ + + def get(self, name, default=None, domain=None, path=None): + """Dict-like get() that also supports optional domain and path args in + order to resolve naming collisions from using one cookie jar over + multiple domains. + + .. warning:: operation is O(n), not O(1). + """ + try: + return self._find_no_duplicates(name, domain, path) + except KeyError: + return default + + def set(self, name, value, **kwargs): + """Dict-like set() that also supports optional domain and path args in + order to resolve naming collisions from using one cookie jar over + multiple domains. + """ + # support client code that unsets cookies by assignment of a None value: + if value is None: + remove_cookie_by_name( + self, name, domain=kwargs.get("domain"), path=kwargs.get("path") + ) + return + + if isinstance(value, Morsel): + c = morsel_to_cookie(value) + else: + c = create_cookie(name, value, **kwargs) + self.set_cookie(c) + return c + + def iterkeys(self): + """Dict-like iterkeys() that returns an iterator of names of cookies + from the jar. + + .. seealso:: itervalues() and iteritems(). + """ + for cookie in iter(self): + yield cookie.name + + def keys(self): + """Dict-like keys() that returns a list of names of cookies from the + jar. + + .. seealso:: values() and items(). + """ + return list(self.iterkeys()) + + def itervalues(self): + """Dict-like itervalues() that returns an iterator of values of cookies + from the jar. + + .. seealso:: iterkeys() and iteritems(). + """ + for cookie in iter(self): + yield cookie.value + + def values(self): + """Dict-like values() that returns a list of values of cookies from the + jar. + + .. seealso:: keys() and items(). + """ + return list(self.itervalues()) + + def iteritems(self): + """Dict-like iteritems() that returns an iterator of name-value tuples + from the jar. + + .. seealso:: iterkeys() and itervalues(). + """ + for cookie in iter(self): + yield cookie.name, cookie.value + + def items(self): + """Dict-like items() that returns a list of name-value tuples from the + jar. Allows client-code to call ``dict(RequestsCookieJar)`` and get a + vanilla python dict of key value pairs. + + .. seealso:: keys() and values(). + """ + return list(self.iteritems()) + + def list_domains(self): + """Utility method to list all the domains in the jar.""" + domains = [] + for cookie in iter(self): + if cookie.domain not in domains: + domains.append(cookie.domain) + return domains + + def list_paths(self): + """Utility method to list all the paths in the jar.""" + paths = [] + for cookie in iter(self): + if cookie.path not in paths: + paths.append(cookie.path) + return paths + + def multiple_domains(self): + """Returns True if there are multiple domains in the jar. + Returns False otherwise. + + :rtype: bool + """ + domains = [] + for cookie in iter(self): + if cookie.domain is not None and cookie.domain in domains: + return True + domains.append(cookie.domain) + return False # there is only one domain in jar + + def get_dict(self, domain=None, path=None): + """Takes as an argument an optional domain and path and returns a plain + old Python dict of name-value pairs of cookies that meet the + requirements. + + :rtype: dict + """ + dictionary = {} + for cookie in iter(self): + if (domain is None or cookie.domain == domain) and ( + path is None or cookie.path == path + ): + dictionary[cookie.name] = cookie.value + return dictionary + + def __contains__(self, name): + try: + return super().__contains__(name) + except CookieConflictError: + return True + + def __getitem__(self, name): + """Dict-like __getitem__() for compatibility with client code. Throws + exception if there are more than one cookie with name. In that case, + use the more explicit get() method instead. + + .. warning:: operation is O(n), not O(1). + """ + return self._find_no_duplicates(name) + + def __setitem__(self, name, value): + """Dict-like __setitem__ for compatibility with client code. Throws + exception if there is already a cookie of that name in the jar. In that + case, use the more explicit set() method instead. + """ + self.set(name, value) + + def __delitem__(self, name): + """Deletes a cookie given a name. Wraps ``cookielib.CookieJar``'s + ``remove_cookie_by_name()``. + """ + remove_cookie_by_name(self, name) + + def set_cookie(self, cookie, *args, **kwargs): + if ( + hasattr(cookie.value, "startswith") + and cookie.value.startswith('"') + and cookie.value.endswith('"') + ): + cookie.value = cookie.value.replace('\\"', "") + return super().set_cookie(cookie, *args, **kwargs) + + def update(self, other): + """Updates this jar with cookies from another CookieJar or dict-like""" + if isinstance(other, cookielib.CookieJar): + for cookie in other: + self.set_cookie(copy.copy(cookie)) + else: + super().update(other) + + def _find(self, name, domain=None, path=None): + """Requests uses this method internally to get cookie values. + + If there are conflicting cookies, _find arbitrarily chooses one. + See _find_no_duplicates if you want an exception thrown if there are + conflicting cookies. + + :param name: a string containing name of cookie + :param domain: (optional) string containing domain of cookie + :param path: (optional) string containing path of cookie + :return: cookie.value + """ + for cookie in iter(self): + if cookie.name == name: + if domain is None or cookie.domain == domain: + if path is None or cookie.path == path: + return cookie.value + + raise KeyError(f"name={name!r}, domain={domain!r}, path={path!r}") + + def _find_no_duplicates(self, name, domain=None, path=None): + """Both ``__get_item__`` and ``get`` call this function: it's never + used elsewhere in Requests. + + :param name: a string containing name of cookie + :param domain: (optional) string containing domain of cookie + :param path: (optional) string containing path of cookie + :raises KeyError: if cookie is not found + :raises CookieConflictError: if there are multiple cookies + that match name and optionally domain and path + :return: cookie.value + """ + toReturn = None + for cookie in iter(self): + if cookie.name == name: + if domain is None or cookie.domain == domain: + if path is None or cookie.path == path: + if toReturn is not None: + # if there are multiple cookies that meet passed in criteria + raise CookieConflictError( + f"There are multiple cookies with name, {name!r}" + ) + # we will eventually return this as long as no cookie conflict + toReturn = cookie.value + + if toReturn: + return toReturn + raise KeyError(f"name={name!r}, domain={domain!r}, path={path!r}") + + def __getstate__(self): + """Unlike a normal CookieJar, this class is pickleable.""" + state = self.__dict__.copy() + # remove the unpickleable RLock object + state.pop("_cookies_lock") + return state + + def __setstate__(self, state): + """Unlike a normal CookieJar, this class is pickleable.""" + self.__dict__.update(state) + if "_cookies_lock" not in self.__dict__: + self._cookies_lock = threading.RLock() + + def copy(self): + """Return a copy of this RequestsCookieJar.""" + new_cj = RequestsCookieJar() + new_cj.set_policy(self.get_policy()) + new_cj.update(self) + return new_cj + + def get_policy(self): + """Return the CookiePolicy instance used.""" + return self._policy + + +def _copy_cookie_jar(jar): + if jar is None: + return None + + if hasattr(jar, "copy"): + # We're dealing with an instance of RequestsCookieJar + return jar.copy() + # We're dealing with a generic CookieJar instance + new_jar = copy.copy(jar) + new_jar.clear() + for cookie in jar: + new_jar.set_cookie(copy.copy(cookie)) + return new_jar + + +def create_cookie(name, value, **kwargs): + """Make a cookie from underspecified parameters. + + By default, the pair of `name` and `value` will be set for the domain '' + and sent on every request (this is sometimes called a "supercookie"). + """ + result = { + "version": 0, + "name": name, + "value": value, + "port": None, + "domain": "", + "path": "/", + "secure": False, + "expires": None, + "discard": True, + "comment": None, + "comment_url": None, + "rest": {"HttpOnly": None}, + "rfc2109": False, + } + + badargs = set(kwargs) - set(result) + if badargs: + raise TypeError( + f"create_cookie() got unexpected keyword arguments: {list(badargs)}" + ) + + result.update(kwargs) + result["port_specified"] = bool(result["port"]) + result["domain_specified"] = bool(result["domain"]) + result["domain_initial_dot"] = result["domain"].startswith(".") + result["path_specified"] = bool(result["path"]) + + return cookielib.Cookie(**result) + + +def morsel_to_cookie(morsel): + """Convert a Morsel object into a Cookie containing the one k/v pair.""" + + expires = None + if morsel["max-age"]: + try: + expires = int(time.time() + int(morsel["max-age"])) + except ValueError: + raise TypeError(f"max-age: {morsel['max-age']} must be integer") + elif morsel["expires"]: + time_template = "%a, %d-%b-%Y %H:%M:%S GMT" + expires = calendar.timegm(time.strptime(morsel["expires"], time_template)) + return create_cookie( + comment=morsel["comment"], + comment_url=bool(morsel["comment"]), + discard=False, + domain=morsel["domain"], + expires=expires, + name=morsel.key, + path=morsel["path"], + port=None, + rest={"HttpOnly": morsel["httponly"]}, + rfc2109=False, + secure=bool(morsel["secure"]), + value=morsel.value, + version=morsel["version"] or 0, + ) + + +def cookiejar_from_dict(cookie_dict, cookiejar=None, overwrite=True): + """Returns a CookieJar from a key/value dictionary. + + :param cookie_dict: Dict of key/values to insert into CookieJar. + :param cookiejar: (optional) A cookiejar to add the cookies to. + :param overwrite: (optional) If False, will not replace cookies + already in the jar with new ones. + :rtype: CookieJar + """ + if cookiejar is None: + cookiejar = RequestsCookieJar() + + if cookie_dict is not None: + names_from_jar = [cookie.name for cookie in cookiejar] + for name in cookie_dict: + if overwrite or (name not in names_from_jar): + cookiejar.set_cookie(create_cookie(name, cookie_dict[name])) + + return cookiejar + + +def merge_cookies(cookiejar, cookies): + """Add cookies to cookiejar and returns a merged CookieJar. + + :param cookiejar: CookieJar object to add the cookies to. + :param cookies: Dictionary or CookieJar object to be added. + :rtype: CookieJar + """ + if not isinstance(cookiejar, cookielib.CookieJar): + raise ValueError("You can only merge into CookieJar") + + if isinstance(cookies, dict): + cookiejar = cookiejar_from_dict(cookies, cookiejar=cookiejar, overwrite=False) + elif isinstance(cookies, cookielib.CookieJar): + try: + cookiejar.update(cookies) + except AttributeError: + for cookie_in_jar in cookies: + cookiejar.set_cookie(cookie_in_jar) + + return cookiejar diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py new file mode 100644 index 00000000..168d0739 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py @@ -0,0 +1,141 @@ +""" +requests.exceptions +~~~~~~~~~~~~~~~~~~~ + +This module contains the set of Requests' exceptions. +""" +from pip._vendor.urllib3.exceptions import HTTPError as BaseHTTPError + +from .compat import JSONDecodeError as CompatJSONDecodeError + + +class RequestException(IOError): + """There was an ambiguous exception that occurred while handling your + request. + """ + + def __init__(self, *args, **kwargs): + """Initialize RequestException with `request` and `response` objects.""" + response = kwargs.pop("response", None) + self.response = response + self.request = kwargs.pop("request", None) + if response is not None and not self.request and hasattr(response, "request"): + self.request = self.response.request + super().__init__(*args, **kwargs) + + +class InvalidJSONError(RequestException): + """A JSON error occurred.""" + + +class JSONDecodeError(InvalidJSONError, CompatJSONDecodeError): + """Couldn't decode the text into json""" + + def __init__(self, *args, **kwargs): + """ + Construct the JSONDecodeError instance first with all + args. Then use it's args to construct the IOError so that + the json specific args aren't used as IOError specific args + and the error message from JSONDecodeError is preserved. + """ + CompatJSONDecodeError.__init__(self, *args) + InvalidJSONError.__init__(self, *self.args, **kwargs) + + +class HTTPError(RequestException): + """An HTTP error occurred.""" + + +class ConnectionError(RequestException): + """A Connection error occurred.""" + + +class ProxyError(ConnectionError): + """A proxy error occurred.""" + + +class SSLError(ConnectionError): + """An SSL error occurred.""" + + +class Timeout(RequestException): + """The request timed out. + + Catching this error will catch both + :exc:`~requests.exceptions.ConnectTimeout` and + :exc:`~requests.exceptions.ReadTimeout` errors. + """ + + +class ConnectTimeout(ConnectionError, Timeout): + """The request timed out while trying to connect to the remote server. + + Requests that produced this error are safe to retry. + """ + + +class ReadTimeout(Timeout): + """The server did not send any data in the allotted amount of time.""" + + +class URLRequired(RequestException): + """A valid URL is required to make a request.""" + + +class TooManyRedirects(RequestException): + """Too many redirects.""" + + +class MissingSchema(RequestException, ValueError): + """The URL scheme (e.g. http or https) is missing.""" + + +class InvalidSchema(RequestException, ValueError): + """The URL scheme provided is either invalid or unsupported.""" + + +class InvalidURL(RequestException, ValueError): + """The URL provided was somehow invalid.""" + + +class InvalidHeader(RequestException, ValueError): + """The header value provided was somehow invalid.""" + + +class InvalidProxyURL(InvalidURL): + """The proxy URL provided is invalid.""" + + +class ChunkedEncodingError(RequestException): + """The server declared chunked encoding but sent an invalid chunk.""" + + +class ContentDecodingError(RequestException, BaseHTTPError): + """Failed to decode response content.""" + + +class StreamConsumedError(RequestException, TypeError): + """The content for this response was already consumed.""" + + +class RetryError(RequestException): + """Custom retries logic failed""" + + +class UnrewindableBodyError(RequestException): + """Requests encountered an error when trying to rewind a body.""" + + +# Warnings + + +class RequestsWarning(Warning): + """Base warning for Requests.""" + + +class FileModeWarning(RequestsWarning, DeprecationWarning): + """A file was opened in text mode, but Requests determined its binary length.""" + + +class RequestsDependencyWarning(RequestsWarning): + """An imported dependency doesn't match the expected version range.""" diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py new file mode 100644 index 00000000..2d292c2f --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py @@ -0,0 +1,131 @@ +"""Module containing bug report helper(s).""" + +import json +import platform +import ssl +import sys + +from pip._vendor import idna +from pip._vendor import urllib3 + +from . import __version__ as requests_version + +charset_normalizer = None + +try: + from pip._vendor import chardet +except ImportError: + chardet = None + +try: + from pip._vendor.urllib3.contrib import pyopenssl +except ImportError: + pyopenssl = None + OpenSSL = None + cryptography = None +else: + import cryptography + import OpenSSL + + +def _implementation(): + """Return a dict with the Python implementation and version. + + Provide both the name and the version of the Python implementation + currently running. For example, on CPython 3.10.3 it will return + {'name': 'CPython', 'version': '3.10.3'}. + + This function works best on CPython and PyPy: in particular, it probably + doesn't work for Jython or IronPython. Future investigation should be done + to work out the correct shape of the code for those platforms. + """ + implementation = platform.python_implementation() + + if implementation == "CPython": + implementation_version = platform.python_version() + elif implementation == "PyPy": + implementation_version = "{}.{}.{}".format( + sys.pypy_version_info.major, + sys.pypy_version_info.minor, + sys.pypy_version_info.micro, + ) + if sys.pypy_version_info.releaselevel != "final": + implementation_version = "".join( + [implementation_version, sys.pypy_version_info.releaselevel] + ) + elif implementation == "Jython": + implementation_version = platform.python_version() # Complete Guess + elif implementation == "IronPython": + implementation_version = platform.python_version() # Complete Guess + else: + implementation_version = "Unknown" + + return {"name": implementation, "version": implementation_version} + + +def info(): + """Generate information for a bug report.""" + try: + platform_info = { + "system": platform.system(), + "release": platform.release(), + } + except OSError: + platform_info = { + "system": "Unknown", + "release": "Unknown", + } + + implementation_info = _implementation() + urllib3_info = {"version": urllib3.__version__} + charset_normalizer_info = {"version": None} + chardet_info = {"version": None} + if charset_normalizer: + charset_normalizer_info = {"version": charset_normalizer.__version__} + if chardet: + chardet_info = {"version": chardet.__version__} + + pyopenssl_info = { + "version": None, + "openssl_version": "", + } + if OpenSSL: + pyopenssl_info = { + "version": OpenSSL.__version__, + "openssl_version": f"{OpenSSL.SSL.OPENSSL_VERSION_NUMBER:x}", + } + cryptography_info = { + "version": getattr(cryptography, "__version__", ""), + } + idna_info = { + "version": getattr(idna, "__version__", ""), + } + + system_ssl = ssl.OPENSSL_VERSION_NUMBER + system_ssl_info = {"version": f"{system_ssl:x}" if system_ssl is not None else ""} + + return { + "platform": platform_info, + "implementation": implementation_info, + "system_ssl": system_ssl_info, + "using_pyopenssl": pyopenssl is not None, + "using_charset_normalizer": chardet is None, + "pyOpenSSL": pyopenssl_info, + "urllib3": urllib3_info, + "chardet": chardet_info, + "charset_normalizer": charset_normalizer_info, + "cryptography": cryptography_info, + "idna": idna_info, + "requests": { + "version": requests_version, + }, + } + + +def main(): + """Pretty-print the bug information as JSON.""" + print(json.dumps(info(), sort_keys=True, indent=2)) + + +if __name__ == "__main__": + main() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py new file mode 100644 index 00000000..d181ba2e --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py @@ -0,0 +1,33 @@ +""" +requests.hooks +~~~~~~~~~~~~~~ + +This module provides the capabilities for the Requests hooks system. + +Available hooks: + +``response``: + The response generated from a Request. +""" +HOOKS = ["response"] + + +def default_hooks(): + return {event: [] for event in HOOKS} + + +# TODO: response is the only one + + +def dispatch_hook(key, hooks, hook_data, **kwargs): + """Dispatches a hook dictionary on a given piece of data.""" + hooks = hooks or {} + hooks = hooks.get(key) + if hooks: + if hasattr(hooks, "__call__"): + hooks = [hooks] + for hook in hooks: + _hook_data = hook(hook_data, **kwargs) + if _hook_data is not None: + hook_data = _hook_data + return hook_data diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py new file mode 100644 index 00000000..76e6f199 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py @@ -0,0 +1,1034 @@ +""" +requests.models +~~~~~~~~~~~~~~~ + +This module contains the primary objects that power Requests. +""" + +import datetime + +# Import encoding now, to avoid implicit import later. +# Implicit import within threads may cause LookupError when standard library is in a ZIP, +# such as in Embedded Python. See https://github.com/psf/requests/issues/3578. +import encodings.idna # noqa: F401 +from io import UnsupportedOperation + +from pip._vendor.urllib3.exceptions import ( + DecodeError, + LocationParseError, + ProtocolError, + ReadTimeoutError, + SSLError, +) +from pip._vendor.urllib3.fields import RequestField +from pip._vendor.urllib3.filepost import encode_multipart_formdata +from pip._vendor.urllib3.util import parse_url + +from ._internal_utils import to_native_string, unicode_is_ascii +from .auth import HTTPBasicAuth +from .compat import ( + Callable, + JSONDecodeError, + Mapping, + basestring, + builtin_str, + chardet, + cookielib, +) +from .compat import json as complexjson +from .compat import urlencode, urlsplit, urlunparse +from .cookies import _copy_cookie_jar, cookiejar_from_dict, get_cookie_header +from .exceptions import ( + ChunkedEncodingError, + ConnectionError, + ContentDecodingError, + HTTPError, + InvalidJSONError, + InvalidURL, +) +from .exceptions import JSONDecodeError as RequestsJSONDecodeError +from .exceptions import MissingSchema +from .exceptions import SSLError as RequestsSSLError +from .exceptions import StreamConsumedError +from .hooks import default_hooks +from .status_codes import codes +from .structures import CaseInsensitiveDict +from .utils import ( + check_header_validity, + get_auth_from_url, + guess_filename, + guess_json_utf, + iter_slices, + parse_header_links, + requote_uri, + stream_decode_response_unicode, + super_len, + to_key_val_list, +) + +#: The set of HTTP status codes that indicate an automatically +#: processable redirect. +REDIRECT_STATI = ( + codes.moved, # 301 + codes.found, # 302 + codes.other, # 303 + codes.temporary_redirect, # 307 + codes.permanent_redirect, # 308 +) + +DEFAULT_REDIRECT_LIMIT = 30 +CONTENT_CHUNK_SIZE = 10 * 1024 +ITER_CHUNK_SIZE = 512 + + +class RequestEncodingMixin: + @property + def path_url(self): + """Build the path URL to use.""" + + url = [] + + p = urlsplit(self.url) + + path = p.path + if not path: + path = "/" + + url.append(path) + + query = p.query + if query: + url.append("?") + url.append(query) + + return "".join(url) + + @staticmethod + def _encode_params(data): + """Encode parameters in a piece of data. + + Will successfully encode parameters when passed as a dict or a list of + 2-tuples. Order is retained if data is a list of 2-tuples but arbitrary + if parameters are supplied as a dict. + """ + + if isinstance(data, (str, bytes)): + return data + elif hasattr(data, "read"): + return data + elif hasattr(data, "__iter__"): + result = [] + for k, vs in to_key_val_list(data): + if isinstance(vs, basestring) or not hasattr(vs, "__iter__"): + vs = [vs] + for v in vs: + if v is not None: + result.append( + ( + k.encode("utf-8") if isinstance(k, str) else k, + v.encode("utf-8") if isinstance(v, str) else v, + ) + ) + return urlencode(result, doseq=True) + else: + return data + + @staticmethod + def _encode_files(files, data): + """Build the body for a multipart/form-data request. + + Will successfully encode files when passed as a dict or a list of + tuples. Order is retained if data is a list of tuples but arbitrary + if parameters are supplied as a dict. + The tuples may be 2-tuples (filename, fileobj), 3-tuples (filename, fileobj, contentype) + or 4-tuples (filename, fileobj, contentype, custom_headers). + """ + if not files: + raise ValueError("Files must be provided.") + elif isinstance(data, basestring): + raise ValueError("Data must not be a string.") + + new_fields = [] + fields = to_key_val_list(data or {}) + files = to_key_val_list(files or {}) + + for field, val in fields: + if isinstance(val, basestring) or not hasattr(val, "__iter__"): + val = [val] + for v in val: + if v is not None: + # Don't call str() on bytestrings: in Py3 it all goes wrong. + if not isinstance(v, bytes): + v = str(v) + + new_fields.append( + ( + field.decode("utf-8") + if isinstance(field, bytes) + else field, + v.encode("utf-8") if isinstance(v, str) else v, + ) + ) + + for (k, v) in files: + # support for explicit filename + ft = None + fh = None + if isinstance(v, (tuple, list)): + if len(v) == 2: + fn, fp = v + elif len(v) == 3: + fn, fp, ft = v + else: + fn, fp, ft, fh = v + else: + fn = guess_filename(v) or k + fp = v + + if isinstance(fp, (str, bytes, bytearray)): + fdata = fp + elif hasattr(fp, "read"): + fdata = fp.read() + elif fp is None: + continue + else: + fdata = fp + + rf = RequestField(name=k, data=fdata, filename=fn, headers=fh) + rf.make_multipart(content_type=ft) + new_fields.append(rf) + + body, content_type = encode_multipart_formdata(new_fields) + + return body, content_type + + +class RequestHooksMixin: + def register_hook(self, event, hook): + """Properly register a hook.""" + + if event not in self.hooks: + raise ValueError(f'Unsupported event specified, with event name "{event}"') + + if isinstance(hook, Callable): + self.hooks[event].append(hook) + elif hasattr(hook, "__iter__"): + self.hooks[event].extend(h for h in hook if isinstance(h, Callable)) + + def deregister_hook(self, event, hook): + """Deregister a previously registered hook. + Returns True if the hook existed, False if not. + """ + + try: + self.hooks[event].remove(hook) + return True + except ValueError: + return False + + +class Request(RequestHooksMixin): + """A user-created :class:`Request ` object. + + Used to prepare a :class:`PreparedRequest `, which is sent to the server. + + :param method: HTTP method to use. + :param url: URL to send. + :param headers: dictionary of headers to send. + :param files: dictionary of {filename: fileobject} files to multipart upload. + :param data: the body to attach to the request. If a dictionary or + list of tuples ``[(key, value)]`` is provided, form-encoding will + take place. + :param json: json for the body to attach to the request (if files or data is not specified). + :param params: URL parameters to append to the URL. If a dictionary or + list of tuples ``[(key, value)]`` is provided, form-encoding will + take place. + :param auth: Auth handler or (user, pass) tuple. + :param cookies: dictionary or CookieJar of cookies to attach to this request. + :param hooks: dictionary of callback hooks, for internal usage. + + Usage:: + + >>> import requests + >>> req = requests.Request('GET', 'https://httpbin.org/get') + >>> req.prepare() + + """ + + def __init__( + self, + method=None, + url=None, + headers=None, + files=None, + data=None, + params=None, + auth=None, + cookies=None, + hooks=None, + json=None, + ): + + # Default empty dicts for dict params. + data = [] if data is None else data + files = [] if files is None else files + headers = {} if headers is None else headers + params = {} if params is None else params + hooks = {} if hooks is None else hooks + + self.hooks = default_hooks() + for (k, v) in list(hooks.items()): + self.register_hook(event=k, hook=v) + + self.method = method + self.url = url + self.headers = headers + self.files = files + self.data = data + self.json = json + self.params = params + self.auth = auth + self.cookies = cookies + + def __repr__(self): + return f"" + + def prepare(self): + """Constructs a :class:`PreparedRequest ` for transmission and returns it.""" + p = PreparedRequest() + p.prepare( + method=self.method, + url=self.url, + headers=self.headers, + files=self.files, + data=self.data, + json=self.json, + params=self.params, + auth=self.auth, + cookies=self.cookies, + hooks=self.hooks, + ) + return p + + +class PreparedRequest(RequestEncodingMixin, RequestHooksMixin): + """The fully mutable :class:`PreparedRequest ` object, + containing the exact bytes that will be sent to the server. + + Instances are generated from a :class:`Request ` object, and + should not be instantiated manually; doing so may produce undesirable + effects. + + Usage:: + + >>> import requests + >>> req = requests.Request('GET', 'https://httpbin.org/get') + >>> r = req.prepare() + >>> r + + + >>> s = requests.Session() + >>> s.send(r) + + """ + + def __init__(self): + #: HTTP verb to send to the server. + self.method = None + #: HTTP URL to send the request to. + self.url = None + #: dictionary of HTTP headers. + self.headers = None + # The `CookieJar` used to create the Cookie header will be stored here + # after prepare_cookies is called + self._cookies = None + #: request body to send to the server. + self.body = None + #: dictionary of callback hooks, for internal usage. + self.hooks = default_hooks() + #: integer denoting starting position of a readable file-like body. + self._body_position = None + + def prepare( + self, + method=None, + url=None, + headers=None, + files=None, + data=None, + params=None, + auth=None, + cookies=None, + hooks=None, + json=None, + ): + """Prepares the entire request with the given parameters.""" + + self.prepare_method(method) + self.prepare_url(url, params) + self.prepare_headers(headers) + self.prepare_cookies(cookies) + self.prepare_body(data, files, json) + self.prepare_auth(auth, url) + + # Note that prepare_auth must be last to enable authentication schemes + # such as OAuth to work on a fully prepared request. + + # This MUST go after prepare_auth. Authenticators could add a hook + self.prepare_hooks(hooks) + + def __repr__(self): + return f"" + + def copy(self): + p = PreparedRequest() + p.method = self.method + p.url = self.url + p.headers = self.headers.copy() if self.headers is not None else None + p._cookies = _copy_cookie_jar(self._cookies) + p.body = self.body + p.hooks = self.hooks + p._body_position = self._body_position + return p + + def prepare_method(self, method): + """Prepares the given HTTP method.""" + self.method = method + if self.method is not None: + self.method = to_native_string(self.method.upper()) + + @staticmethod + def _get_idna_encoded_host(host): + from pip._vendor import idna + + try: + host = idna.encode(host, uts46=True).decode("utf-8") + except idna.IDNAError: + raise UnicodeError + return host + + def prepare_url(self, url, params): + """Prepares the given HTTP URL.""" + #: Accept objects that have string representations. + #: We're unable to blindly call unicode/str functions + #: as this will include the bytestring indicator (b'') + #: on python 3.x. + #: https://github.com/psf/requests/pull/2238 + if isinstance(url, bytes): + url = url.decode("utf8") + else: + url = str(url) + + # Remove leading whitespaces from url + url = url.lstrip() + + # Don't do any URL preparation for non-HTTP schemes like `mailto`, + # `data` etc to work around exceptions from `url_parse`, which + # handles RFC 3986 only. + if ":" in url and not url.lower().startswith("http"): + self.url = url + return + + # Support for unicode domain names and paths. + try: + scheme, auth, host, port, path, query, fragment = parse_url(url) + except LocationParseError as e: + raise InvalidURL(*e.args) + + if not scheme: + raise MissingSchema( + f"Invalid URL {url!r}: No scheme supplied. " + f"Perhaps you meant https://{url}?" + ) + + if not host: + raise InvalidURL(f"Invalid URL {url!r}: No host supplied") + + # In general, we want to try IDNA encoding the hostname if the string contains + # non-ASCII characters. This allows users to automatically get the correct IDNA + # behaviour. For strings containing only ASCII characters, we need to also verify + # it doesn't start with a wildcard (*), before allowing the unencoded hostname. + if not unicode_is_ascii(host): + try: + host = self._get_idna_encoded_host(host) + except UnicodeError: + raise InvalidURL("URL has an invalid label.") + elif host.startswith(("*", ".")): + raise InvalidURL("URL has an invalid label.") + + # Carefully reconstruct the network location + netloc = auth or "" + if netloc: + netloc += "@" + netloc += host + if port: + netloc += f":{port}" + + # Bare domains aren't valid URLs. + if not path: + path = "/" + + if isinstance(params, (str, bytes)): + params = to_native_string(params) + + enc_params = self._encode_params(params) + if enc_params: + if query: + query = f"{query}&{enc_params}" + else: + query = enc_params + + url = requote_uri(urlunparse([scheme, netloc, path, None, query, fragment])) + self.url = url + + def prepare_headers(self, headers): + """Prepares the given HTTP headers.""" + + self.headers = CaseInsensitiveDict() + if headers: + for header in headers.items(): + # Raise exception on invalid header value. + check_header_validity(header) + name, value = header + self.headers[to_native_string(name)] = value + + def prepare_body(self, data, files, json=None): + """Prepares the given HTTP body data.""" + + # Check if file, fo, generator, iterator. + # If not, run through normal process. + + # Nottin' on you. + body = None + content_type = None + + if not data and json is not None: + # urllib3 requires a bytes-like body. Python 2's json.dumps + # provides this natively, but Python 3 gives a Unicode string. + content_type = "application/json" + + try: + body = complexjson.dumps(json, allow_nan=False) + except ValueError as ve: + raise InvalidJSONError(ve, request=self) + + if not isinstance(body, bytes): + body = body.encode("utf-8") + + is_stream = all( + [ + hasattr(data, "__iter__"), + not isinstance(data, (basestring, list, tuple, Mapping)), + ] + ) + + if is_stream: + try: + length = super_len(data) + except (TypeError, AttributeError, UnsupportedOperation): + length = None + + body = data + + if getattr(body, "tell", None) is not None: + # Record the current file position before reading. + # This will allow us to rewind a file in the event + # of a redirect. + try: + self._body_position = body.tell() + except OSError: + # This differentiates from None, allowing us to catch + # a failed `tell()` later when trying to rewind the body + self._body_position = object() + + if files: + raise NotImplementedError( + "Streamed bodies and files are mutually exclusive." + ) + + if length: + self.headers["Content-Length"] = builtin_str(length) + else: + self.headers["Transfer-Encoding"] = "chunked" + else: + # Multi-part file uploads. + if files: + (body, content_type) = self._encode_files(files, data) + else: + if data: + body = self._encode_params(data) + if isinstance(data, basestring) or hasattr(data, "read"): + content_type = None + else: + content_type = "application/x-www-form-urlencoded" + + self.prepare_content_length(body) + + # Add content-type if it wasn't explicitly provided. + if content_type and ("content-type" not in self.headers): + self.headers["Content-Type"] = content_type + + self.body = body + + def prepare_content_length(self, body): + """Prepare Content-Length header based on request method and body""" + if body is not None: + length = super_len(body) + if length: + # If length exists, set it. Otherwise, we fallback + # to Transfer-Encoding: chunked. + self.headers["Content-Length"] = builtin_str(length) + elif ( + self.method not in ("GET", "HEAD") + and self.headers.get("Content-Length") is None + ): + # Set Content-Length to 0 for methods that can have a body + # but don't provide one. (i.e. not GET or HEAD) + self.headers["Content-Length"] = "0" + + def prepare_auth(self, auth, url=""): + """Prepares the given HTTP auth data.""" + + # If no Auth is explicitly provided, extract it from the URL first. + if auth is None: + url_auth = get_auth_from_url(self.url) + auth = url_auth if any(url_auth) else None + + if auth: + if isinstance(auth, tuple) and len(auth) == 2: + # special-case basic HTTP auth + auth = HTTPBasicAuth(*auth) + + # Allow auth to make its changes. + r = auth(self) + + # Update self to reflect the auth changes. + self.__dict__.update(r.__dict__) + + # Recompute Content-Length + self.prepare_content_length(self.body) + + def prepare_cookies(self, cookies): + """Prepares the given HTTP cookie data. + + This function eventually generates a ``Cookie`` header from the + given cookies using cookielib. Due to cookielib's design, the header + will not be regenerated if it already exists, meaning this function + can only be called once for the life of the + :class:`PreparedRequest ` object. Any subsequent calls + to ``prepare_cookies`` will have no actual effect, unless the "Cookie" + header is removed beforehand. + """ + if isinstance(cookies, cookielib.CookieJar): + self._cookies = cookies + else: + self._cookies = cookiejar_from_dict(cookies) + + cookie_header = get_cookie_header(self._cookies, self) + if cookie_header is not None: + self.headers["Cookie"] = cookie_header + + def prepare_hooks(self, hooks): + """Prepares the given hooks.""" + # hooks can be passed as None to the prepare method and to this + # method. To prevent iterating over None, simply use an empty list + # if hooks is False-y + hooks = hooks or [] + for event in hooks: + self.register_hook(event, hooks[event]) + + +class Response: + """The :class:`Response ` object, which contains a + server's response to an HTTP request. + """ + + __attrs__ = [ + "_content", + "status_code", + "headers", + "url", + "history", + "encoding", + "reason", + "cookies", + "elapsed", + "request", + ] + + def __init__(self): + self._content = False + self._content_consumed = False + self._next = None + + #: Integer Code of responded HTTP Status, e.g. 404 or 200. + self.status_code = None + + #: Case-insensitive Dictionary of Response Headers. + #: For example, ``headers['content-encoding']`` will return the + #: value of a ``'Content-Encoding'`` response header. + self.headers = CaseInsensitiveDict() + + #: File-like object representation of response (for advanced usage). + #: Use of ``raw`` requires that ``stream=True`` be set on the request. + #: This requirement does not apply for use internally to Requests. + self.raw = None + + #: Final URL location of Response. + self.url = None + + #: Encoding to decode with when accessing r.text. + self.encoding = None + + #: A list of :class:`Response ` objects from + #: the history of the Request. Any redirect responses will end + #: up here. The list is sorted from the oldest to the most recent request. + self.history = [] + + #: Textual reason of responded HTTP Status, e.g. "Not Found" or "OK". + self.reason = None + + #: A CookieJar of Cookies the server sent back. + self.cookies = cookiejar_from_dict({}) + + #: The amount of time elapsed between sending the request + #: and the arrival of the response (as a timedelta). + #: This property specifically measures the time taken between sending + #: the first byte of the request and finishing parsing the headers. It + #: is therefore unaffected by consuming the response content or the + #: value of the ``stream`` keyword argument. + self.elapsed = datetime.timedelta(0) + + #: The :class:`PreparedRequest ` object to which this + #: is a response. + self.request = None + + def __enter__(self): + return self + + def __exit__(self, *args): + self.close() + + def __getstate__(self): + # Consume everything; accessing the content attribute makes + # sure the content has been fully read. + if not self._content_consumed: + self.content + + return {attr: getattr(self, attr, None) for attr in self.__attrs__} + + def __setstate__(self, state): + for name, value in state.items(): + setattr(self, name, value) + + # pickled objects do not have .raw + setattr(self, "_content_consumed", True) + setattr(self, "raw", None) + + def __repr__(self): + return f"" + + def __bool__(self): + """Returns True if :attr:`status_code` is less than 400. + + This attribute checks if the status code of the response is between + 400 and 600 to see if there was a client error or a server error. If + the status code, is between 200 and 400, this will return True. This + is **not** a check to see if the response code is ``200 OK``. + """ + return self.ok + + def __nonzero__(self): + """Returns True if :attr:`status_code` is less than 400. + + This attribute checks if the status code of the response is between + 400 and 600 to see if there was a client error or a server error. If + the status code, is between 200 and 400, this will return True. This + is **not** a check to see if the response code is ``200 OK``. + """ + return self.ok + + def __iter__(self): + """Allows you to use a response as an iterator.""" + return self.iter_content(128) + + @property + def ok(self): + """Returns True if :attr:`status_code` is less than 400, False if not. + + This attribute checks if the status code of the response is between + 400 and 600 to see if there was a client error or a server error. If + the status code is between 200 and 400, this will return True. This + is **not** a check to see if the response code is ``200 OK``. + """ + try: + self.raise_for_status() + except HTTPError: + return False + return True + + @property + def is_redirect(self): + """True if this Response is a well-formed HTTP redirect that could have + been processed automatically (by :meth:`Session.resolve_redirects`). + """ + return "location" in self.headers and self.status_code in REDIRECT_STATI + + @property + def is_permanent_redirect(self): + """True if this Response one of the permanent versions of redirect.""" + return "location" in self.headers and self.status_code in ( + codes.moved_permanently, + codes.permanent_redirect, + ) + + @property + def next(self): + """Returns a PreparedRequest for the next request in a redirect chain, if there is one.""" + return self._next + + @property + def apparent_encoding(self): + """The apparent encoding, provided by the charset_normalizer or chardet libraries.""" + return chardet.detect(self.content)["encoding"] + + def iter_content(self, chunk_size=1, decode_unicode=False): + """Iterates over the response data. When stream=True is set on the + request, this avoids reading the content at once into memory for + large responses. The chunk size is the number of bytes it should + read into memory. This is not necessarily the length of each item + returned as decoding can take place. + + chunk_size must be of type int or None. A value of None will + function differently depending on the value of `stream`. + stream=True will read data as it arrives in whatever size the + chunks are received. If stream=False, data is returned as + a single chunk. + + If decode_unicode is True, content will be decoded using the best + available encoding based on the response. + """ + + def generate(): + # Special case for urllib3. + if hasattr(self.raw, "stream"): + try: + yield from self.raw.stream(chunk_size, decode_content=True) + except ProtocolError as e: + raise ChunkedEncodingError(e) + except DecodeError as e: + raise ContentDecodingError(e) + except ReadTimeoutError as e: + raise ConnectionError(e) + except SSLError as e: + raise RequestsSSLError(e) + else: + # Standard file-like object. + while True: + chunk = self.raw.read(chunk_size) + if not chunk: + break + yield chunk + + self._content_consumed = True + + if self._content_consumed and isinstance(self._content, bool): + raise StreamConsumedError() + elif chunk_size is not None and not isinstance(chunk_size, int): + raise TypeError( + f"chunk_size must be an int, it is instead a {type(chunk_size)}." + ) + # simulate reading small chunks of the content + reused_chunks = iter_slices(self._content, chunk_size) + + stream_chunks = generate() + + chunks = reused_chunks if self._content_consumed else stream_chunks + + if decode_unicode: + chunks = stream_decode_response_unicode(chunks, self) + + return chunks + + def iter_lines( + self, chunk_size=ITER_CHUNK_SIZE, decode_unicode=False, delimiter=None + ): + """Iterates over the response data, one line at a time. When + stream=True is set on the request, this avoids reading the + content at once into memory for large responses. + + .. note:: This method is not reentrant safe. + """ + + pending = None + + for chunk in self.iter_content( + chunk_size=chunk_size, decode_unicode=decode_unicode + ): + + if pending is not None: + chunk = pending + chunk + + if delimiter: + lines = chunk.split(delimiter) + else: + lines = chunk.splitlines() + + if lines and lines[-1] and chunk and lines[-1][-1] == chunk[-1]: + pending = lines.pop() + else: + pending = None + + yield from lines + + if pending is not None: + yield pending + + @property + def content(self): + """Content of the response, in bytes.""" + + if self._content is False: + # Read the contents. + if self._content_consumed: + raise RuntimeError("The content for this response was already consumed") + + if self.status_code == 0 or self.raw is None: + self._content = None + else: + self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b"" + + self._content_consumed = True + # don't need to release the connection; that's been handled by urllib3 + # since we exhausted the data. + return self._content + + @property + def text(self): + """Content of the response, in unicode. + + If Response.encoding is None, encoding will be guessed using + ``charset_normalizer`` or ``chardet``. + + The encoding of the response content is determined based solely on HTTP + headers, following RFC 2616 to the letter. If you can take advantage of + non-HTTP knowledge to make a better guess at the encoding, you should + set ``r.encoding`` appropriately before accessing this property. + """ + + # Try charset from content-type + content = None + encoding = self.encoding + + if not self.content: + return "" + + # Fallback to auto-detected encoding. + if self.encoding is None: + encoding = self.apparent_encoding + + # Decode unicode from given encoding. + try: + content = str(self.content, encoding, errors="replace") + except (LookupError, TypeError): + # A LookupError is raised if the encoding was not found which could + # indicate a misspelling or similar mistake. + # + # A TypeError can be raised if encoding is None + # + # So we try blindly encoding. + content = str(self.content, errors="replace") + + return content + + def json(self, **kwargs): + r"""Returns the json-encoded content of a response, if any. + + :param \*\*kwargs: Optional arguments that ``json.loads`` takes. + :raises requests.exceptions.JSONDecodeError: If the response body does not + contain valid json. + """ + + if not self.encoding and self.content and len(self.content) > 3: + # No encoding set. JSON RFC 4627 section 3 states we should expect + # UTF-8, -16 or -32. Detect which one to use; If the detection or + # decoding fails, fall back to `self.text` (using charset_normalizer to make + # a best guess). + encoding = guess_json_utf(self.content) + if encoding is not None: + try: + return complexjson.loads(self.content.decode(encoding), **kwargs) + except UnicodeDecodeError: + # Wrong UTF codec detected; usually because it's not UTF-8 + # but some other 8-bit codec. This is an RFC violation, + # and the server didn't bother to tell us what codec *was* + # used. + pass + except JSONDecodeError as e: + raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) + + try: + return complexjson.loads(self.text, **kwargs) + except JSONDecodeError as e: + # Catch JSON-related errors and raise as requests.JSONDecodeError + # This aliases json.JSONDecodeError and simplejson.JSONDecodeError + raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) + + @property + def links(self): + """Returns the parsed header links of the response, if any.""" + + header = self.headers.get("link") + + resolved_links = {} + + if header: + links = parse_header_links(header) + + for link in links: + key = link.get("rel") or link.get("url") + resolved_links[key] = link + + return resolved_links + + def raise_for_status(self): + """Raises :class:`HTTPError`, if one occurred.""" + + http_error_msg = "" + if isinstance(self.reason, bytes): + # We attempt to decode utf-8 first because some servers + # choose to localize their reason strings. If the string + # isn't utf-8, we fall back to iso-8859-1 for all other + # encodings. (See PR #3538) + try: + reason = self.reason.decode("utf-8") + except UnicodeDecodeError: + reason = self.reason.decode("iso-8859-1") + else: + reason = self.reason + + if 400 <= self.status_code < 500: + http_error_msg = ( + f"{self.status_code} Client Error: {reason} for url: {self.url}" + ) + + elif 500 <= self.status_code < 600: + http_error_msg = ( + f"{self.status_code} Server Error: {reason} for url: {self.url}" + ) + + if http_error_msg: + raise HTTPError(http_error_msg, response=self) + + def close(self): + """Releases the connection back to the pool. Once this method has been + called the underlying ``raw`` object must not be accessed again. + + *Note: Should not normally need to be called explicitly.* + """ + if not self._content_consumed: + self.raw.close() + + release_conn = getattr(self.raw, "release_conn", None) + if release_conn is not None: + release_conn() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py new file mode 100644 index 00000000..9582fa73 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py @@ -0,0 +1,16 @@ +import sys + +# This code exists for backwards compatibility reasons. +# I don't like it either. Just look the other way. :) + +for package in ('urllib3', 'idna', 'chardet'): + vendored_package = "pip._vendor." + package + locals()[package] = __import__(vendored_package) + # This traversal is apparently necessary such that the identities are + # preserved (requests.packages.urllib3.* is urllib3.*) + for mod in list(sys.modules): + if mod == vendored_package or mod.startswith(vendored_package + '.'): + unprefixed_mod = mod[len("pip._vendor."):] + sys.modules['pip._vendor.requests.packages.' + unprefixed_mod] = sys.modules[mod] + +# Kinda cool, though, right? diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py new file mode 100644 index 00000000..dbcf2a7b --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py @@ -0,0 +1,833 @@ +""" +requests.sessions +~~~~~~~~~~~~~~~~~ + +This module provides a Session object to manage and persist settings across +requests (cookies, auth, proxies). +""" +import os +import sys +import time +from collections import OrderedDict +from datetime import timedelta + +from ._internal_utils import to_native_string +from .adapters import HTTPAdapter +from .auth import _basic_auth_str +from .compat import Mapping, cookielib, urljoin, urlparse +from .cookies import ( + RequestsCookieJar, + cookiejar_from_dict, + extract_cookies_to_jar, + merge_cookies, +) +from .exceptions import ( + ChunkedEncodingError, + ContentDecodingError, + InvalidSchema, + TooManyRedirects, +) +from .hooks import default_hooks, dispatch_hook + +# formerly defined here, reexposed here for backward compatibility +from .models import ( # noqa: F401 + DEFAULT_REDIRECT_LIMIT, + REDIRECT_STATI, + PreparedRequest, + Request, +) +from .status_codes import codes +from .structures import CaseInsensitiveDict +from .utils import ( # noqa: F401 + DEFAULT_PORTS, + default_headers, + get_auth_from_url, + get_environ_proxies, + get_netrc_auth, + requote_uri, + resolve_proxies, + rewind_body, + should_bypass_proxies, + to_key_val_list, +) + +# Preferred clock, based on which one is more accurate on a given system. +if sys.platform == "win32": + preferred_clock = time.perf_counter +else: + preferred_clock = time.time + + +def merge_setting(request_setting, session_setting, dict_class=OrderedDict): + """Determines appropriate setting for a given request, taking into account + the explicit setting on that request, and the setting in the session. If a + setting is a dictionary, they will be merged together using `dict_class` + """ + + if session_setting is None: + return request_setting + + if request_setting is None: + return session_setting + + # Bypass if not a dictionary (e.g. verify) + if not ( + isinstance(session_setting, Mapping) and isinstance(request_setting, Mapping) + ): + return request_setting + + merged_setting = dict_class(to_key_val_list(session_setting)) + merged_setting.update(to_key_val_list(request_setting)) + + # Remove keys that are set to None. Extract keys first to avoid altering + # the dictionary during iteration. + none_keys = [k for (k, v) in merged_setting.items() if v is None] + for key in none_keys: + del merged_setting[key] + + return merged_setting + + +def merge_hooks(request_hooks, session_hooks, dict_class=OrderedDict): + """Properly merges both requests and session hooks. + + This is necessary because when request_hooks == {'response': []}, the + merge breaks Session hooks entirely. + """ + if session_hooks is None or session_hooks.get("response") == []: + return request_hooks + + if request_hooks is None or request_hooks.get("response") == []: + return session_hooks + + return merge_setting(request_hooks, session_hooks, dict_class) + + +class SessionRedirectMixin: + def get_redirect_target(self, resp): + """Receives a Response. Returns a redirect URI or ``None``""" + # Due to the nature of how requests processes redirects this method will + # be called at least once upon the original response and at least twice + # on each subsequent redirect response (if any). + # If a custom mixin is used to handle this logic, it may be advantageous + # to cache the redirect location onto the response object as a private + # attribute. + if resp.is_redirect: + location = resp.headers["location"] + # Currently the underlying http module on py3 decode headers + # in latin1, but empirical evidence suggests that latin1 is very + # rarely used with non-ASCII characters in HTTP headers. + # It is more likely to get UTF8 header rather than latin1. + # This causes incorrect handling of UTF8 encoded location headers. + # To solve this, we re-encode the location in latin1. + location = location.encode("latin1") + return to_native_string(location, "utf8") + return None + + def should_strip_auth(self, old_url, new_url): + """Decide whether Authorization header should be removed when redirecting""" + old_parsed = urlparse(old_url) + new_parsed = urlparse(new_url) + if old_parsed.hostname != new_parsed.hostname: + return True + # Special case: allow http -> https redirect when using the standard + # ports. This isn't specified by RFC 7235, but is kept to avoid + # breaking backwards compatibility with older versions of requests + # that allowed any redirects on the same host. + if ( + old_parsed.scheme == "http" + and old_parsed.port in (80, None) + and new_parsed.scheme == "https" + and new_parsed.port in (443, None) + ): + return False + + # Handle default port usage corresponding to scheme. + changed_port = old_parsed.port != new_parsed.port + changed_scheme = old_parsed.scheme != new_parsed.scheme + default_port = (DEFAULT_PORTS.get(old_parsed.scheme, None), None) + if ( + not changed_scheme + and old_parsed.port in default_port + and new_parsed.port in default_port + ): + return False + + # Standard case: root URI must match + return changed_port or changed_scheme + + def resolve_redirects( + self, + resp, + req, + stream=False, + timeout=None, + verify=True, + cert=None, + proxies=None, + yield_requests=False, + **adapter_kwargs, + ): + """Receives a Response. Returns a generator of Responses or Requests.""" + + hist = [] # keep track of history + + url = self.get_redirect_target(resp) + previous_fragment = urlparse(req.url).fragment + while url: + prepared_request = req.copy() + + # Update history and keep track of redirects. + # resp.history must ignore the original request in this loop + hist.append(resp) + resp.history = hist[1:] + + try: + resp.content # Consume socket so it can be released + except (ChunkedEncodingError, ContentDecodingError, RuntimeError): + resp.raw.read(decode_content=False) + + if len(resp.history) >= self.max_redirects: + raise TooManyRedirects( + f"Exceeded {self.max_redirects} redirects.", response=resp + ) + + # Release the connection back into the pool. + resp.close() + + # Handle redirection without scheme (see: RFC 1808 Section 4) + if url.startswith("//"): + parsed_rurl = urlparse(resp.url) + url = ":".join([to_native_string(parsed_rurl.scheme), url]) + + # Normalize url case and attach previous fragment if needed (RFC 7231 7.1.2) + parsed = urlparse(url) + if parsed.fragment == "" and previous_fragment: + parsed = parsed._replace(fragment=previous_fragment) + elif parsed.fragment: + previous_fragment = parsed.fragment + url = parsed.geturl() + + # Facilitate relative 'location' headers, as allowed by RFC 7231. + # (e.g. '/path/to/resource' instead of 'http://domain.tld/path/to/resource') + # Compliant with RFC3986, we percent encode the url. + if not parsed.netloc: + url = urljoin(resp.url, requote_uri(url)) + else: + url = requote_uri(url) + + prepared_request.url = to_native_string(url) + + self.rebuild_method(prepared_request, resp) + + # https://github.com/psf/requests/issues/1084 + if resp.status_code not in ( + codes.temporary_redirect, + codes.permanent_redirect, + ): + # https://github.com/psf/requests/issues/3490 + purged_headers = ("Content-Length", "Content-Type", "Transfer-Encoding") + for header in purged_headers: + prepared_request.headers.pop(header, None) + prepared_request.body = None + + headers = prepared_request.headers + headers.pop("Cookie", None) + + # Extract any cookies sent on the response to the cookiejar + # in the new request. Because we've mutated our copied prepared + # request, use the old one that we haven't yet touched. + extract_cookies_to_jar(prepared_request._cookies, req, resp.raw) + merge_cookies(prepared_request._cookies, self.cookies) + prepared_request.prepare_cookies(prepared_request._cookies) + + # Rebuild auth and proxy information. + proxies = self.rebuild_proxies(prepared_request, proxies) + self.rebuild_auth(prepared_request, resp) + + # A failed tell() sets `_body_position` to `object()`. This non-None + # value ensures `rewindable` will be True, allowing us to raise an + # UnrewindableBodyError, instead of hanging the connection. + rewindable = prepared_request._body_position is not None and ( + "Content-Length" in headers or "Transfer-Encoding" in headers + ) + + # Attempt to rewind consumed file-like object. + if rewindable: + rewind_body(prepared_request) + + # Override the original request. + req = prepared_request + + if yield_requests: + yield req + else: + + resp = self.send( + req, + stream=stream, + timeout=timeout, + verify=verify, + cert=cert, + proxies=proxies, + allow_redirects=False, + **adapter_kwargs, + ) + + extract_cookies_to_jar(self.cookies, prepared_request, resp.raw) + + # extract redirect url, if any, for the next loop + url = self.get_redirect_target(resp) + yield resp + + def rebuild_auth(self, prepared_request, response): + """When being redirected we may want to strip authentication from the + request to avoid leaking credentials. This method intelligently removes + and reapplies authentication where possible to avoid credential loss. + """ + headers = prepared_request.headers + url = prepared_request.url + + if "Authorization" in headers and self.should_strip_auth( + response.request.url, url + ): + # If we get redirected to a new host, we should strip out any + # authentication headers. + del headers["Authorization"] + + # .netrc might have more auth for us on our new host. + new_auth = get_netrc_auth(url) if self.trust_env else None + if new_auth is not None: + prepared_request.prepare_auth(new_auth) + + def rebuild_proxies(self, prepared_request, proxies): + """This method re-evaluates the proxy configuration by considering the + environment variables. If we are redirected to a URL covered by + NO_PROXY, we strip the proxy configuration. Otherwise, we set missing + proxy keys for this URL (in case they were stripped by a previous + redirect). + + This method also replaces the Proxy-Authorization header where + necessary. + + :rtype: dict + """ + headers = prepared_request.headers + scheme = urlparse(prepared_request.url).scheme + new_proxies = resolve_proxies(prepared_request, proxies, self.trust_env) + + if "Proxy-Authorization" in headers: + del headers["Proxy-Authorization"] + + try: + username, password = get_auth_from_url(new_proxies[scheme]) + except KeyError: + username, password = None, None + + # urllib3 handles proxy authorization for us in the standard adapter. + # Avoid appending this to TLS tunneled requests where it may be leaked. + if not scheme.startswith('https') and username and password: + headers["Proxy-Authorization"] = _basic_auth_str(username, password) + + return new_proxies + + def rebuild_method(self, prepared_request, response): + """When being redirected we may want to change the method of the request + based on certain specs or browser behavior. + """ + method = prepared_request.method + + # https://tools.ietf.org/html/rfc7231#section-6.4.4 + if response.status_code == codes.see_other and method != "HEAD": + method = "GET" + + # Do what the browsers do, despite standards... + # First, turn 302s into GETs. + if response.status_code == codes.found and method != "HEAD": + method = "GET" + + # Second, if a POST is responded to with a 301, turn it into a GET. + # This bizarre behaviour is explained in Issue 1704. + if response.status_code == codes.moved and method == "POST": + method = "GET" + + prepared_request.method = method + + +class Session(SessionRedirectMixin): + """A Requests session. + + Provides cookie persistence, connection-pooling, and configuration. + + Basic Usage:: + + >>> import requests + >>> s = requests.Session() + >>> s.get('https://httpbin.org/get') + + + Or as a context manager:: + + >>> with requests.Session() as s: + ... s.get('https://httpbin.org/get') + + """ + + __attrs__ = [ + "headers", + "cookies", + "auth", + "proxies", + "hooks", + "params", + "verify", + "cert", + "adapters", + "stream", + "trust_env", + "max_redirects", + ] + + def __init__(self): + + #: A case-insensitive dictionary of headers to be sent on each + #: :class:`Request ` sent from this + #: :class:`Session `. + self.headers = default_headers() + + #: Default Authentication tuple or object to attach to + #: :class:`Request `. + self.auth = None + + #: Dictionary mapping protocol or protocol and host to the URL of the proxy + #: (e.g. {'http': 'foo.bar:3128', 'http://host.name': 'foo.bar:4012'}) to + #: be used on each :class:`Request `. + self.proxies = {} + + #: Event-handling hooks. + self.hooks = default_hooks() + + #: Dictionary of querystring data to attach to each + #: :class:`Request `. The dictionary values may be lists for + #: representing multivalued query parameters. + self.params = {} + + #: Stream response content default. + self.stream = False + + #: SSL Verification default. + #: Defaults to `True`, requiring requests to verify the TLS certificate at the + #: remote end. + #: If verify is set to `False`, requests will accept any TLS certificate + #: presented by the server, and will ignore hostname mismatches and/or + #: expired certificates, which will make your application vulnerable to + #: man-in-the-middle (MitM) attacks. + #: Only set this to `False` for testing. + self.verify = True + + #: SSL client certificate default, if String, path to ssl client + #: cert file (.pem). If Tuple, ('cert', 'key') pair. + self.cert = None + + #: Maximum number of redirects allowed. If the request exceeds this + #: limit, a :class:`TooManyRedirects` exception is raised. + #: This defaults to requests.models.DEFAULT_REDIRECT_LIMIT, which is + #: 30. + self.max_redirects = DEFAULT_REDIRECT_LIMIT + + #: Trust environment settings for proxy configuration, default + #: authentication and similar. + self.trust_env = True + + #: A CookieJar containing all currently outstanding cookies set on this + #: session. By default it is a + #: :class:`RequestsCookieJar `, but + #: may be any other ``cookielib.CookieJar`` compatible object. + self.cookies = cookiejar_from_dict({}) + + # Default connection adapters. + self.adapters = OrderedDict() + self.mount("https://", HTTPAdapter()) + self.mount("http://", HTTPAdapter()) + + def __enter__(self): + return self + + def __exit__(self, *args): + self.close() + + def prepare_request(self, request): + """Constructs a :class:`PreparedRequest ` for + transmission and returns it. The :class:`PreparedRequest` has settings + merged from the :class:`Request ` instance and those of the + :class:`Session`. + + :param request: :class:`Request` instance to prepare with this + session's settings. + :rtype: requests.PreparedRequest + """ + cookies = request.cookies or {} + + # Bootstrap CookieJar. + if not isinstance(cookies, cookielib.CookieJar): + cookies = cookiejar_from_dict(cookies) + + # Merge with session cookies + merged_cookies = merge_cookies( + merge_cookies(RequestsCookieJar(), self.cookies), cookies + ) + + # Set environment's basic authentication if not explicitly set. + auth = request.auth + if self.trust_env and not auth and not self.auth: + auth = get_netrc_auth(request.url) + + p = PreparedRequest() + p.prepare( + method=request.method.upper(), + url=request.url, + files=request.files, + data=request.data, + json=request.json, + headers=merge_setting( + request.headers, self.headers, dict_class=CaseInsensitiveDict + ), + params=merge_setting(request.params, self.params), + auth=merge_setting(auth, self.auth), + cookies=merged_cookies, + hooks=merge_hooks(request.hooks, self.hooks), + ) + return p + + def request( + self, + method, + url, + params=None, + data=None, + headers=None, + cookies=None, + files=None, + auth=None, + timeout=None, + allow_redirects=True, + proxies=None, + hooks=None, + stream=None, + verify=None, + cert=None, + json=None, + ): + """Constructs a :class:`Request `, prepares it and sends it. + Returns :class:`Response ` object. + + :param method: method for the new :class:`Request` object. + :param url: URL for the new :class:`Request` object. + :param params: (optional) Dictionary or bytes to be sent in the query + string for the :class:`Request`. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) json to send in the body of the + :class:`Request`. + :param headers: (optional) Dictionary of HTTP Headers to send with the + :class:`Request`. + :param cookies: (optional) Dict or CookieJar object to send with the + :class:`Request`. + :param files: (optional) Dictionary of ``'filename': file-like-objects`` + for multipart encoding upload. + :param auth: (optional) Auth tuple or callable to enable + Basic/Digest/Custom HTTP Auth. + :param timeout: (optional) How long to wait for the server to send + data before giving up, as a float, or a :ref:`(connect timeout, + read timeout) ` tuple. + :type timeout: float or tuple + :param allow_redirects: (optional) Set to True by default. + :type allow_redirects: bool + :param proxies: (optional) Dictionary mapping protocol or protocol and + hostname to the URL of the proxy. + :param stream: (optional) whether to immediately download the response + content. Defaults to ``False``. + :param verify: (optional) Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use. Defaults to ``True``. When set to + ``False``, requests will accept any TLS certificate presented by + the server, and will ignore hostname mismatches and/or expired + certificates, which will make your application vulnerable to + man-in-the-middle (MitM) attacks. Setting verify to ``False`` + may be useful during local development or testing. + :param cert: (optional) if String, path to ssl client cert file (.pem). + If Tuple, ('cert', 'key') pair. + :rtype: requests.Response + """ + # Create the Request. + req = Request( + method=method.upper(), + url=url, + headers=headers, + files=files, + data=data or {}, + json=json, + params=params or {}, + auth=auth, + cookies=cookies, + hooks=hooks, + ) + prep = self.prepare_request(req) + + proxies = proxies or {} + + settings = self.merge_environment_settings( + prep.url, proxies, stream, verify, cert + ) + + # Send the request. + send_kwargs = { + "timeout": timeout, + "allow_redirects": allow_redirects, + } + send_kwargs.update(settings) + resp = self.send(prep, **send_kwargs) + + return resp + + def get(self, url, **kwargs): + r"""Sends a GET request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", True) + return self.request("GET", url, **kwargs) + + def options(self, url, **kwargs): + r"""Sends a OPTIONS request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", True) + return self.request("OPTIONS", url, **kwargs) + + def head(self, url, **kwargs): + r"""Sends a HEAD request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", False) + return self.request("HEAD", url, **kwargs) + + def post(self, url, data=None, json=None, **kwargs): + r"""Sends a POST request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) json to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("POST", url, data=data, json=json, **kwargs) + + def put(self, url, data=None, **kwargs): + r"""Sends a PUT request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("PUT", url, data=data, **kwargs) + + def patch(self, url, data=None, **kwargs): + r"""Sends a PATCH request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("PATCH", url, data=data, **kwargs) + + def delete(self, url, **kwargs): + r"""Sends a DELETE request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("DELETE", url, **kwargs) + + def send(self, request, **kwargs): + """Send a given PreparedRequest. + + :rtype: requests.Response + """ + # Set defaults that the hooks can utilize to ensure they always have + # the correct parameters to reproduce the previous request. + kwargs.setdefault("stream", self.stream) + kwargs.setdefault("verify", self.verify) + kwargs.setdefault("cert", self.cert) + if "proxies" not in kwargs: + kwargs["proxies"] = resolve_proxies(request, self.proxies, self.trust_env) + + # It's possible that users might accidentally send a Request object. + # Guard against that specific failure case. + if isinstance(request, Request): + raise ValueError("You can only send PreparedRequests.") + + # Set up variables needed for resolve_redirects and dispatching of hooks + allow_redirects = kwargs.pop("allow_redirects", True) + stream = kwargs.get("stream") + hooks = request.hooks + + # Get the appropriate adapter to use + adapter = self.get_adapter(url=request.url) + + # Start time (approximately) of the request + start = preferred_clock() + + # Send the request + r = adapter.send(request, **kwargs) + + # Total elapsed time of the request (approximately) + elapsed = preferred_clock() - start + r.elapsed = timedelta(seconds=elapsed) + + # Response manipulation hooks + r = dispatch_hook("response", hooks, r, **kwargs) + + # Persist cookies + if r.history: + + # If the hooks create history then we want those cookies too + for resp in r.history: + extract_cookies_to_jar(self.cookies, resp.request, resp.raw) + + extract_cookies_to_jar(self.cookies, request, r.raw) + + # Resolve redirects if allowed. + if allow_redirects: + # Redirect resolving generator. + gen = self.resolve_redirects(r, request, **kwargs) + history = [resp for resp in gen] + else: + history = [] + + # Shuffle things around if there's history. + if history: + # Insert the first (original) request at the start + history.insert(0, r) + # Get the last request made + r = history.pop() + r.history = history + + # If redirects aren't being followed, store the response on the Request for Response.next(). + if not allow_redirects: + try: + r._next = next( + self.resolve_redirects(r, request, yield_requests=True, **kwargs) + ) + except StopIteration: + pass + + if not stream: + r.content + + return r + + def merge_environment_settings(self, url, proxies, stream, verify, cert): + """ + Check the environment and merge it with some settings. + + :rtype: dict + """ + # Gather clues from the surrounding environment. + if self.trust_env: + # Set environment's proxies. + no_proxy = proxies.get("no_proxy") if proxies is not None else None + env_proxies = get_environ_proxies(url, no_proxy=no_proxy) + for (k, v) in env_proxies.items(): + proxies.setdefault(k, v) + + # Look for requests environment configuration + # and be compatible with cURL. + if verify is True or verify is None: + verify = ( + os.environ.get("REQUESTS_CA_BUNDLE") + or os.environ.get("CURL_CA_BUNDLE") + or verify + ) + + # Merge all the kwargs. + proxies = merge_setting(proxies, self.proxies) + stream = merge_setting(stream, self.stream) + verify = merge_setting(verify, self.verify) + cert = merge_setting(cert, self.cert) + + return {"proxies": proxies, "stream": stream, "verify": verify, "cert": cert} + + def get_adapter(self, url): + """ + Returns the appropriate connection adapter for the given URL. + + :rtype: requests.adapters.BaseAdapter + """ + for (prefix, adapter) in self.adapters.items(): + + if url.lower().startswith(prefix.lower()): + return adapter + + # Nothing matches :-/ + raise InvalidSchema(f"No connection adapters were found for {url!r}") + + def close(self): + """Closes all adapters and as such the session""" + for v in self.adapters.values(): + v.close() + + def mount(self, prefix, adapter): + """Registers a connection adapter to a prefix. + + Adapters are sorted in descending order by prefix length. + """ + self.adapters[prefix] = adapter + keys_to_move = [k for k in self.adapters if len(k) < len(prefix)] + + for key in keys_to_move: + self.adapters[key] = self.adapters.pop(key) + + def __getstate__(self): + state = {attr: getattr(self, attr, None) for attr in self.__attrs__} + return state + + def __setstate__(self, state): + for attr, value in state.items(): + setattr(self, attr, value) + + +def session(): + """ + Returns a :class:`Session` for context-management. + + .. deprecated:: 1.0.0 + + This method has been deprecated since version 1.0.0 and is only kept for + backwards compatibility. New code should use :class:`~requests.sessions.Session` + to create a session. This may be removed at a future date. + + :rtype: Session + """ + return Session() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py new file mode 100644 index 00000000..4bd072be --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py @@ -0,0 +1,128 @@ +r""" +The ``codes`` object defines a mapping from common names for HTTP statuses +to their numerical codes, accessible either as attributes or as dictionary +items. + +Example:: + + >>> import requests + >>> requests.codes['temporary_redirect'] + 307 + >>> requests.codes.teapot + 418 + >>> requests.codes['\o/'] + 200 + +Some codes have multiple names, and both upper- and lower-case versions of +the names are allowed. For example, ``codes.ok``, ``codes.OK``, and +``codes.okay`` all correspond to the HTTP status code 200. +""" + +from .structures import LookupDict + +_codes = { + # Informational. + 100: ("continue",), + 101: ("switching_protocols",), + 102: ("processing",), + 103: ("checkpoint",), + 122: ("uri_too_long", "request_uri_too_long"), + 200: ("ok", "okay", "all_ok", "all_okay", "all_good", "\\o/", "✓"), + 201: ("created",), + 202: ("accepted",), + 203: ("non_authoritative_info", "non_authoritative_information"), + 204: ("no_content",), + 205: ("reset_content", "reset"), + 206: ("partial_content", "partial"), + 207: ("multi_status", "multiple_status", "multi_stati", "multiple_stati"), + 208: ("already_reported",), + 226: ("im_used",), + # Redirection. + 300: ("multiple_choices",), + 301: ("moved_permanently", "moved", "\\o-"), + 302: ("found",), + 303: ("see_other", "other"), + 304: ("not_modified",), + 305: ("use_proxy",), + 306: ("switch_proxy",), + 307: ("temporary_redirect", "temporary_moved", "temporary"), + 308: ( + "permanent_redirect", + "resume_incomplete", + "resume", + ), # "resume" and "resume_incomplete" to be removed in 3.0 + # Client Error. + 400: ("bad_request", "bad"), + 401: ("unauthorized",), + 402: ("payment_required", "payment"), + 403: ("forbidden",), + 404: ("not_found", "-o-"), + 405: ("method_not_allowed", "not_allowed"), + 406: ("not_acceptable",), + 407: ("proxy_authentication_required", "proxy_auth", "proxy_authentication"), + 408: ("request_timeout", "timeout"), + 409: ("conflict",), + 410: ("gone",), + 411: ("length_required",), + 412: ("precondition_failed", "precondition"), + 413: ("request_entity_too_large",), + 414: ("request_uri_too_large",), + 415: ("unsupported_media_type", "unsupported_media", "media_type"), + 416: ( + "requested_range_not_satisfiable", + "requested_range", + "range_not_satisfiable", + ), + 417: ("expectation_failed",), + 418: ("im_a_teapot", "teapot", "i_am_a_teapot"), + 421: ("misdirected_request",), + 422: ("unprocessable_entity", "unprocessable"), + 423: ("locked",), + 424: ("failed_dependency", "dependency"), + 425: ("unordered_collection", "unordered"), + 426: ("upgrade_required", "upgrade"), + 428: ("precondition_required", "precondition"), + 429: ("too_many_requests", "too_many"), + 431: ("header_fields_too_large", "fields_too_large"), + 444: ("no_response", "none"), + 449: ("retry_with", "retry"), + 450: ("blocked_by_windows_parental_controls", "parental_controls"), + 451: ("unavailable_for_legal_reasons", "legal_reasons"), + 499: ("client_closed_request",), + # Server Error. + 500: ("internal_server_error", "server_error", "/o\\", "✗"), + 501: ("not_implemented",), + 502: ("bad_gateway",), + 503: ("service_unavailable", "unavailable"), + 504: ("gateway_timeout",), + 505: ("http_version_not_supported", "http_version"), + 506: ("variant_also_negotiates",), + 507: ("insufficient_storage",), + 509: ("bandwidth_limit_exceeded", "bandwidth"), + 510: ("not_extended",), + 511: ("network_authentication_required", "network_auth", "network_authentication"), +} + +codes = LookupDict(name="status_codes") + + +def _init(): + for code, titles in _codes.items(): + for title in titles: + setattr(codes, title, code) + if not title.startswith(("\\", "/")): + setattr(codes, title.upper(), code) + + def doc(code): + names = ", ".join(f"``{n}``" for n in _codes[code]) + return "* %d: %s" % (code, names) + + global __doc__ + __doc__ = ( + __doc__ + "\n" + "\n".join(doc(code) for code in sorted(_codes)) + if __doc__ is not None + else None + ) + + +_init() diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py new file mode 100644 index 00000000..188e13e4 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py @@ -0,0 +1,99 @@ +""" +requests.structures +~~~~~~~~~~~~~~~~~~~ + +Data structures that power Requests. +""" + +from collections import OrderedDict + +from .compat import Mapping, MutableMapping + + +class CaseInsensitiveDict(MutableMapping): + """A case-insensitive ``dict``-like object. + + Implements all methods and operations of + ``MutableMapping`` as well as dict's ``copy``. Also + provides ``lower_items``. + + All keys are expected to be strings. The structure remembers the + case of the last key to be set, and ``iter(instance)``, + ``keys()``, ``items()``, ``iterkeys()``, and ``iteritems()`` + will contain case-sensitive keys. However, querying and contains + testing is case insensitive:: + + cid = CaseInsensitiveDict() + cid['Accept'] = 'application/json' + cid['aCCEPT'] == 'application/json' # True + list(cid) == ['Accept'] # True + + For example, ``headers['content-encoding']`` will return the + value of a ``'Content-Encoding'`` response header, regardless + of how the header name was originally stored. + + If the constructor, ``.update``, or equality comparison + operations are given keys that have equal ``.lower()``s, the + behavior is undefined. + """ + + def __init__(self, data=None, **kwargs): + self._store = OrderedDict() + if data is None: + data = {} + self.update(data, **kwargs) + + def __setitem__(self, key, value): + # Use the lowercased key for lookups, but store the actual + # key alongside the value. + self._store[key.lower()] = (key, value) + + def __getitem__(self, key): + return self._store[key.lower()][1] + + def __delitem__(self, key): + del self._store[key.lower()] + + def __iter__(self): + return (casedkey for casedkey, mappedvalue in self._store.values()) + + def __len__(self): + return len(self._store) + + def lower_items(self): + """Like iteritems(), but with all lowercase keys.""" + return ((lowerkey, keyval[1]) for (lowerkey, keyval) in self._store.items()) + + def __eq__(self, other): + if isinstance(other, Mapping): + other = CaseInsensitiveDict(other) + else: + return NotImplemented + # Compare insensitively + return dict(self.lower_items()) == dict(other.lower_items()) + + # Copy is required + def copy(self): + return CaseInsensitiveDict(self._store.values()) + + def __repr__(self): + return str(dict(self.items())) + + +class LookupDict(dict): + """Dictionary lookup object.""" + + def __init__(self, name=None): + self.name = name + super().__init__() + + def __repr__(self): + return f"" + + def __getitem__(self, key): + # We allow fall-through here, so values default to None + + return self.__dict__.get(key, None) + + def get(self, key, default=None): + return self.__dict__.get(key, default) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py new file mode 100644 index 00000000..36607eda --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py @@ -0,0 +1,1094 @@ +""" +requests.utils +~~~~~~~~~~~~~~ + +This module provides utility functions that are used within Requests +that are also useful for external consumption. +""" + +import codecs +import contextlib +import io +import os +import re +import socket +import struct +import sys +import tempfile +import warnings +import zipfile +from collections import OrderedDict + +from pip._vendor.urllib3.util import make_headers, parse_url + +from . import certs +from .__version__ import __version__ + +# to_native_string is unused here, but imported here for backwards compatibility +from ._internal_utils import ( # noqa: F401 + _HEADER_VALIDATORS_BYTE, + _HEADER_VALIDATORS_STR, + HEADER_VALIDATORS, + to_native_string, +) +from .compat import ( + Mapping, + basestring, + bytes, + getproxies, + getproxies_environment, + integer_types, +) +from .compat import parse_http_list as _parse_list_header +from .compat import ( + proxy_bypass, + proxy_bypass_environment, + quote, + str, + unquote, + urlparse, + urlunparse, +) +from .cookies import cookiejar_from_dict +from .exceptions import ( + FileModeWarning, + InvalidHeader, + InvalidURL, + UnrewindableBodyError, +) +from .structures import CaseInsensitiveDict + +NETRC_FILES = (".netrc", "_netrc") + +DEFAULT_CA_BUNDLE_PATH = certs.where() + +DEFAULT_PORTS = {"http": 80, "https": 443} + +# Ensure that ', ' is used to preserve previous delimiter behavior. +DEFAULT_ACCEPT_ENCODING = ", ".join( + re.split(r",\s*", make_headers(accept_encoding=True)["accept-encoding"]) +) + + +if sys.platform == "win32": + # provide a proxy_bypass version on Windows without DNS lookups + + def proxy_bypass_registry(host): + try: + import winreg + except ImportError: + return False + + try: + internetSettings = winreg.OpenKey( + winreg.HKEY_CURRENT_USER, + r"Software\Microsoft\Windows\CurrentVersion\Internet Settings", + ) + # ProxyEnable could be REG_SZ or REG_DWORD, normalizing it + proxyEnable = int(winreg.QueryValueEx(internetSettings, "ProxyEnable")[0]) + # ProxyOverride is almost always a string + proxyOverride = winreg.QueryValueEx(internetSettings, "ProxyOverride")[0] + except (OSError, ValueError): + return False + if not proxyEnable or not proxyOverride: + return False + + # make a check value list from the registry entry: replace the + # '' string by the localhost entry and the corresponding + # canonical entry. + proxyOverride = proxyOverride.split(";") + # now check if we match one of the registry values. + for test in proxyOverride: + if test == "": + if "." not in host: + return True + test = test.replace(".", r"\.") # mask dots + test = test.replace("*", r".*") # change glob sequence + test = test.replace("?", r".") # change glob char + if re.match(test, host, re.I): + return True + return False + + def proxy_bypass(host): # noqa + """Return True, if the host should be bypassed. + + Checks proxy settings gathered from the environment, if specified, + or the registry. + """ + if getproxies_environment(): + return proxy_bypass_environment(host) + else: + return proxy_bypass_registry(host) + + +def dict_to_sequence(d): + """Returns an internal sequence dictionary update.""" + + if hasattr(d, "items"): + d = d.items() + + return d + + +def super_len(o): + total_length = None + current_position = 0 + + if hasattr(o, "__len__"): + total_length = len(o) + + elif hasattr(o, "len"): + total_length = o.len + + elif hasattr(o, "fileno"): + try: + fileno = o.fileno() + except (io.UnsupportedOperation, AttributeError): + # AttributeError is a surprising exception, seeing as how we've just checked + # that `hasattr(o, 'fileno')`. It happens for objects obtained via + # `Tarfile.extractfile()`, per issue 5229. + pass + else: + total_length = os.fstat(fileno).st_size + + # Having used fstat to determine the file length, we need to + # confirm that this file was opened up in binary mode. + if "b" not in o.mode: + warnings.warn( + ( + "Requests has determined the content-length for this " + "request using the binary size of the file: however, the " + "file has been opened in text mode (i.e. without the 'b' " + "flag in the mode). This may lead to an incorrect " + "content-length. In Requests 3.0, support will be removed " + "for files in text mode." + ), + FileModeWarning, + ) + + if hasattr(o, "tell"): + try: + current_position = o.tell() + except OSError: + # This can happen in some weird situations, such as when the file + # is actually a special file descriptor like stdin. In this + # instance, we don't know what the length is, so set it to zero and + # let requests chunk it instead. + if total_length is not None: + current_position = total_length + else: + if hasattr(o, "seek") and total_length is None: + # StringIO and BytesIO have seek but no usable fileno + try: + # seek to end of file + o.seek(0, 2) + total_length = o.tell() + + # seek back to current position to support + # partially read file-like objects + o.seek(current_position or 0) + except OSError: + total_length = 0 + + if total_length is None: + total_length = 0 + + return max(0, total_length - current_position) + + +def get_netrc_auth(url, raise_errors=False): + """Returns the Requests tuple auth for a given url from netrc.""" + + netrc_file = os.environ.get("NETRC") + if netrc_file is not None: + netrc_locations = (netrc_file,) + else: + netrc_locations = (f"~/{f}" for f in NETRC_FILES) + + try: + from netrc import NetrcParseError, netrc + + netrc_path = None + + for f in netrc_locations: + try: + loc = os.path.expanduser(f) + except KeyError: + # os.path.expanduser can fail when $HOME is undefined and + # getpwuid fails. See https://bugs.python.org/issue20164 & + # https://github.com/psf/requests/issues/1846 + return + + if os.path.exists(loc): + netrc_path = loc + break + + # Abort early if there isn't one. + if netrc_path is None: + return + + ri = urlparse(url) + + # Strip port numbers from netloc. This weird `if...encode`` dance is + # used for Python 3.2, which doesn't support unicode literals. + splitstr = b":" + if isinstance(url, str): + splitstr = splitstr.decode("ascii") + host = ri.netloc.split(splitstr)[0] + + try: + _netrc = netrc(netrc_path).authenticators(host) + if _netrc: + # Return with login / password + login_i = 0 if _netrc[0] else 1 + return (_netrc[login_i], _netrc[2]) + except (NetrcParseError, OSError): + # If there was a parsing error or a permissions issue reading the file, + # we'll just skip netrc auth unless explicitly asked to raise errors. + if raise_errors: + raise + + # App Engine hackiness. + except (ImportError, AttributeError): + pass + + +def guess_filename(obj): + """Tries to guess the filename of the given object.""" + name = getattr(obj, "name", None) + if name and isinstance(name, basestring) and name[0] != "<" and name[-1] != ">": + return os.path.basename(name) + + +def extract_zipped_paths(path): + """Replace nonexistent paths that look like they refer to a member of a zip + archive with the location of an extracted copy of the target, or else + just return the provided path unchanged. + """ + if os.path.exists(path): + # this is already a valid path, no need to do anything further + return path + + # find the first valid part of the provided path and treat that as a zip archive + # assume the rest of the path is the name of a member in the archive + archive, member = os.path.split(path) + while archive and not os.path.exists(archive): + archive, prefix = os.path.split(archive) + if not prefix: + # If we don't check for an empty prefix after the split (in other words, archive remains unchanged after the split), + # we _can_ end up in an infinite loop on a rare corner case affecting a small number of users + break + member = "/".join([prefix, member]) + + if not zipfile.is_zipfile(archive): + return path + + zip_file = zipfile.ZipFile(archive) + if member not in zip_file.namelist(): + return path + + # we have a valid zip archive and a valid member of that archive + tmp = tempfile.gettempdir() + extracted_path = os.path.join(tmp, member.split("/")[-1]) + if not os.path.exists(extracted_path): + # use read + write to avoid the creating nested folders, we only want the file, avoids mkdir racing condition + with atomic_open(extracted_path) as file_handler: + file_handler.write(zip_file.read(member)) + return extracted_path + + +@contextlib.contextmanager +def atomic_open(filename): + """Write a file to the disk in an atomic fashion""" + tmp_descriptor, tmp_name = tempfile.mkstemp(dir=os.path.dirname(filename)) + try: + with os.fdopen(tmp_descriptor, "wb") as tmp_handler: + yield tmp_handler + os.replace(tmp_name, filename) + except BaseException: + os.remove(tmp_name) + raise + + +def from_key_val_list(value): + """Take an object and test to see if it can be represented as a + dictionary. Unless it can not be represented as such, return an + OrderedDict, e.g., + + :: + + >>> from_key_val_list([('key', 'val')]) + OrderedDict([('key', 'val')]) + >>> from_key_val_list('string') + Traceback (most recent call last): + ... + ValueError: cannot encode objects that are not 2-tuples + >>> from_key_val_list({'key': 'val'}) + OrderedDict([('key', 'val')]) + + :rtype: OrderedDict + """ + if value is None: + return None + + if isinstance(value, (str, bytes, bool, int)): + raise ValueError("cannot encode objects that are not 2-tuples") + + return OrderedDict(value) + + +def to_key_val_list(value): + """Take an object and test to see if it can be represented as a + dictionary. If it can be, return a list of tuples, e.g., + + :: + + >>> to_key_val_list([('key', 'val')]) + [('key', 'val')] + >>> to_key_val_list({'key': 'val'}) + [('key', 'val')] + >>> to_key_val_list('string') + Traceback (most recent call last): + ... + ValueError: cannot encode objects that are not 2-tuples + + :rtype: list + """ + if value is None: + return None + + if isinstance(value, (str, bytes, bool, int)): + raise ValueError("cannot encode objects that are not 2-tuples") + + if isinstance(value, Mapping): + value = value.items() + + return list(value) + + +# From mitsuhiko/werkzeug (used with permission). +def parse_list_header(value): + """Parse lists as described by RFC 2068 Section 2. + + In particular, parse comma-separated lists where the elements of + the list may include quoted-strings. A quoted-string could + contain a comma. A non-quoted string could have quotes in the + middle. Quotes are removed automatically after parsing. + + It basically works like :func:`parse_set_header` just that items + may appear multiple times and case sensitivity is preserved. + + The return value is a standard :class:`list`: + + >>> parse_list_header('token, "quoted value"') + ['token', 'quoted value'] + + To create a header from the :class:`list` again, use the + :func:`dump_header` function. + + :param value: a string with a list header. + :return: :class:`list` + :rtype: list + """ + result = [] + for item in _parse_list_header(value): + if item[:1] == item[-1:] == '"': + item = unquote_header_value(item[1:-1]) + result.append(item) + return result + + +# From mitsuhiko/werkzeug (used with permission). +def parse_dict_header(value): + """Parse lists of key, value pairs as described by RFC 2068 Section 2 and + convert them into a python dict: + + >>> d = parse_dict_header('foo="is a fish", bar="as well"') + >>> type(d) is dict + True + >>> sorted(d.items()) + [('bar', 'as well'), ('foo', 'is a fish')] + + If there is no value for a key it will be `None`: + + >>> parse_dict_header('key_without_value') + {'key_without_value': None} + + To create a header from the :class:`dict` again, use the + :func:`dump_header` function. + + :param value: a string with a dict header. + :return: :class:`dict` + :rtype: dict + """ + result = {} + for item in _parse_list_header(value): + if "=" not in item: + result[item] = None + continue + name, value = item.split("=", 1) + if value[:1] == value[-1:] == '"': + value = unquote_header_value(value[1:-1]) + result[name] = value + return result + + +# From mitsuhiko/werkzeug (used with permission). +def unquote_header_value(value, is_filename=False): + r"""Unquotes a header value. (Reversal of :func:`quote_header_value`). + This does not use the real unquoting but what browsers are actually + using for quoting. + + :param value: the header value to unquote. + :rtype: str + """ + if value and value[0] == value[-1] == '"': + # this is not the real unquoting, but fixing this so that the + # RFC is met will result in bugs with internet explorer and + # probably some other browsers as well. IE for example is + # uploading files with "C:\foo\bar.txt" as filename + value = value[1:-1] + + # if this is a filename and the starting characters look like + # a UNC path, then just return the value without quotes. Using the + # replace sequence below on a UNC path has the effect of turning + # the leading double slash into a single slash and then + # _fix_ie_filename() doesn't work correctly. See #458. + if not is_filename or value[:2] != "\\\\": + return value.replace("\\\\", "\\").replace('\\"', '"') + return value + + +def dict_from_cookiejar(cj): + """Returns a key/value dictionary from a CookieJar. + + :param cj: CookieJar object to extract cookies from. + :rtype: dict + """ + + cookie_dict = {} + + for cookie in cj: + cookie_dict[cookie.name] = cookie.value + + return cookie_dict + + +def add_dict_to_cookiejar(cj, cookie_dict): + """Returns a CookieJar from a key/value dictionary. + + :param cj: CookieJar to insert cookies into. + :param cookie_dict: Dict of key/values to insert into CookieJar. + :rtype: CookieJar + """ + + return cookiejar_from_dict(cookie_dict, cj) + + +def get_encodings_from_content(content): + """Returns encodings from given content string. + + :param content: bytestring to extract encodings from. + """ + warnings.warn( + ( + "In requests 3.0, get_encodings_from_content will be removed. For " + "more information, please see the discussion on issue #2266. (This" + " warning should only appear once.)" + ), + DeprecationWarning, + ) + + charset_re = re.compile(r']', flags=re.I) + pragma_re = re.compile(r']', flags=re.I) + xml_re = re.compile(r'^<\?xml.*?encoding=["\']*(.+?)["\'>]') + + return ( + charset_re.findall(content) + + pragma_re.findall(content) + + xml_re.findall(content) + ) + + +def _parse_content_type_header(header): + """Returns content type and parameters from given header + + :param header: string + :return: tuple containing content type and dictionary of + parameters + """ + + tokens = header.split(";") + content_type, params = tokens[0].strip(), tokens[1:] + params_dict = {} + items_to_strip = "\"' " + + for param in params: + param = param.strip() + if param: + key, value = param, True + index_of_equals = param.find("=") + if index_of_equals != -1: + key = param[:index_of_equals].strip(items_to_strip) + value = param[index_of_equals + 1 :].strip(items_to_strip) + params_dict[key.lower()] = value + return content_type, params_dict + + +def get_encoding_from_headers(headers): + """Returns encodings from given HTTP Header Dict. + + :param headers: dictionary to extract encoding from. + :rtype: str + """ + + content_type = headers.get("content-type") + + if not content_type: + return None + + content_type, params = _parse_content_type_header(content_type) + + if "charset" in params: + return params["charset"].strip("'\"") + + if "text" in content_type: + return "ISO-8859-1" + + if "application/json" in content_type: + # Assume UTF-8 based on RFC 4627: https://www.ietf.org/rfc/rfc4627.txt since the charset was unset + return "utf-8" + + +def stream_decode_response_unicode(iterator, r): + """Stream decodes an iterator.""" + + if r.encoding is None: + yield from iterator + return + + decoder = codecs.getincrementaldecoder(r.encoding)(errors="replace") + for chunk in iterator: + rv = decoder.decode(chunk) + if rv: + yield rv + rv = decoder.decode(b"", final=True) + if rv: + yield rv + + +def iter_slices(string, slice_length): + """Iterate over slices of a string.""" + pos = 0 + if slice_length is None or slice_length <= 0: + slice_length = len(string) + while pos < len(string): + yield string[pos : pos + slice_length] + pos += slice_length + + +def get_unicode_from_response(r): + """Returns the requested content back in unicode. + + :param r: Response object to get unicode content from. + + Tried: + + 1. charset from content-type + 2. fall back and replace all unicode characters + + :rtype: str + """ + warnings.warn( + ( + "In requests 3.0, get_unicode_from_response will be removed. For " + "more information, please see the discussion on issue #2266. (This" + " warning should only appear once.)" + ), + DeprecationWarning, + ) + + tried_encodings = [] + + # Try charset from content-type + encoding = get_encoding_from_headers(r.headers) + + if encoding: + try: + return str(r.content, encoding) + except UnicodeError: + tried_encodings.append(encoding) + + # Fall back: + try: + return str(r.content, encoding, errors="replace") + except TypeError: + return r.content + + +# The unreserved URI characters (RFC 3986) +UNRESERVED_SET = frozenset( + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" + "0123456789-._~" +) + + +def unquote_unreserved(uri): + """Un-escape any percent-escape sequences in a URI that are unreserved + characters. This leaves all reserved, illegal and non-ASCII bytes encoded. + + :rtype: str + """ + parts = uri.split("%") + for i in range(1, len(parts)): + h = parts[i][0:2] + if len(h) == 2 and h.isalnum(): + try: + c = chr(int(h, 16)) + except ValueError: + raise InvalidURL(f"Invalid percent-escape sequence: '{h}'") + + if c in UNRESERVED_SET: + parts[i] = c + parts[i][2:] + else: + parts[i] = f"%{parts[i]}" + else: + parts[i] = f"%{parts[i]}" + return "".join(parts) + + +def requote_uri(uri): + """Re-quote the given URI. + + This function passes the given URI through an unquote/quote cycle to + ensure that it is fully and consistently quoted. + + :rtype: str + """ + safe_with_percent = "!#$%&'()*+,/:;=?@[]~" + safe_without_percent = "!#$&'()*+,/:;=?@[]~" + try: + # Unquote only the unreserved characters + # Then quote only illegal characters (do not quote reserved, + # unreserved, or '%') + return quote(unquote_unreserved(uri), safe=safe_with_percent) + except InvalidURL: + # We couldn't unquote the given URI, so let's try quoting it, but + # there may be unquoted '%'s in the URI. We need to make sure they're + # properly quoted so they do not cause issues elsewhere. + return quote(uri, safe=safe_without_percent) + + +def address_in_network(ip, net): + """This function allows you to check if an IP belongs to a network subnet + + Example: returns True if ip = 192.168.1.1 and net = 192.168.1.0/24 + returns False if ip = 192.168.1.1 and net = 192.168.100.0/24 + + :rtype: bool + """ + ipaddr = struct.unpack("=L", socket.inet_aton(ip))[0] + netaddr, bits = net.split("/") + netmask = struct.unpack("=L", socket.inet_aton(dotted_netmask(int(bits))))[0] + network = struct.unpack("=L", socket.inet_aton(netaddr))[0] & netmask + return (ipaddr & netmask) == (network & netmask) + + +def dotted_netmask(mask): + """Converts mask from /xx format to xxx.xxx.xxx.xxx + + Example: if mask is 24 function returns 255.255.255.0 + + :rtype: str + """ + bits = 0xFFFFFFFF ^ (1 << 32 - mask) - 1 + return socket.inet_ntoa(struct.pack(">I", bits)) + + +def is_ipv4_address(string_ip): + """ + :rtype: bool + """ + try: + socket.inet_aton(string_ip) + except OSError: + return False + return True + + +def is_valid_cidr(string_network): + """ + Very simple check of the cidr format in no_proxy variable. + + :rtype: bool + """ + if string_network.count("/") == 1: + try: + mask = int(string_network.split("/")[1]) + except ValueError: + return False + + if mask < 1 or mask > 32: + return False + + try: + socket.inet_aton(string_network.split("/")[0]) + except OSError: + return False + else: + return False + return True + + +@contextlib.contextmanager +def set_environ(env_name, value): + """Set the environment variable 'env_name' to 'value' + + Save previous value, yield, and then restore the previous value stored in + the environment variable 'env_name'. + + If 'value' is None, do nothing""" + value_changed = value is not None + if value_changed: + old_value = os.environ.get(env_name) + os.environ[env_name] = value + try: + yield + finally: + if value_changed: + if old_value is None: + del os.environ[env_name] + else: + os.environ[env_name] = old_value + + +def should_bypass_proxies(url, no_proxy): + """ + Returns whether we should bypass proxies or not. + + :rtype: bool + """ + # Prioritize lowercase environment variables over uppercase + # to keep a consistent behaviour with other http projects (curl, wget). + def get_proxy(key): + return os.environ.get(key) or os.environ.get(key.upper()) + + # First check whether no_proxy is defined. If it is, check that the URL + # we're getting isn't in the no_proxy list. + no_proxy_arg = no_proxy + if no_proxy is None: + no_proxy = get_proxy("no_proxy") + parsed = urlparse(url) + + if parsed.hostname is None: + # URLs don't always have hostnames, e.g. file:/// urls. + return True + + if no_proxy: + # We need to check whether we match here. We need to see if we match + # the end of the hostname, both with and without the port. + no_proxy = (host for host in no_proxy.replace(" ", "").split(",") if host) + + if is_ipv4_address(parsed.hostname): + for proxy_ip in no_proxy: + if is_valid_cidr(proxy_ip): + if address_in_network(parsed.hostname, proxy_ip): + return True + elif parsed.hostname == proxy_ip: + # If no_proxy ip was defined in plain IP notation instead of cidr notation & + # matches the IP of the index + return True + else: + host_with_port = parsed.hostname + if parsed.port: + host_with_port += f":{parsed.port}" + + for host in no_proxy: + if parsed.hostname.endswith(host) or host_with_port.endswith(host): + # The URL does match something in no_proxy, so we don't want + # to apply the proxies on this URL. + return True + + with set_environ("no_proxy", no_proxy_arg): + # parsed.hostname can be `None` in cases such as a file URI. + try: + bypass = proxy_bypass(parsed.hostname) + except (TypeError, socket.gaierror): + bypass = False + + if bypass: + return True + + return False + + +def get_environ_proxies(url, no_proxy=None): + """ + Return a dict of environment proxies. + + :rtype: dict + """ + if should_bypass_proxies(url, no_proxy=no_proxy): + return {} + else: + return getproxies() + + +def select_proxy(url, proxies): + """Select a proxy for the url, if applicable. + + :param url: The url being for the request + :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs + """ + proxies = proxies or {} + urlparts = urlparse(url) + if urlparts.hostname is None: + return proxies.get(urlparts.scheme, proxies.get("all")) + + proxy_keys = [ + urlparts.scheme + "://" + urlparts.hostname, + urlparts.scheme, + "all://" + urlparts.hostname, + "all", + ] + proxy = None + for proxy_key in proxy_keys: + if proxy_key in proxies: + proxy = proxies[proxy_key] + break + + return proxy + + +def resolve_proxies(request, proxies, trust_env=True): + """This method takes proxy information from a request and configuration + input to resolve a mapping of target proxies. This will consider settings + such a NO_PROXY to strip proxy configurations. + + :param request: Request or PreparedRequest + :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs + :param trust_env: Boolean declaring whether to trust environment configs + + :rtype: dict + """ + proxies = proxies if proxies is not None else {} + url = request.url + scheme = urlparse(url).scheme + no_proxy = proxies.get("no_proxy") + new_proxies = proxies.copy() + + if trust_env and not should_bypass_proxies(url, no_proxy=no_proxy): + environ_proxies = get_environ_proxies(url, no_proxy=no_proxy) + + proxy = environ_proxies.get(scheme, environ_proxies.get("all")) + + if proxy: + new_proxies.setdefault(scheme, proxy) + return new_proxies + + +def default_user_agent(name="python-requests"): + """ + Return a string representing the default user agent. + + :rtype: str + """ + return f"{name}/{__version__}" + + +def default_headers(): + """ + :rtype: requests.structures.CaseInsensitiveDict + """ + return CaseInsensitiveDict( + { + "User-Agent": default_user_agent(), + "Accept-Encoding": DEFAULT_ACCEPT_ENCODING, + "Accept": "*/*", + "Connection": "keep-alive", + } + ) + + +def parse_header_links(value): + """Return a list of parsed link headers proxies. + + i.e. Link: ; rel=front; type="image/jpeg",; rel=back;type="image/jpeg" + + :rtype: list + """ + + links = [] + + replace_chars = " '\"" + + value = value.strip(replace_chars) + if not value: + return links + + for val in re.split(", *<", value): + try: + url, params = val.split(";", 1) + except ValueError: + url, params = val, "" + + link = {"url": url.strip("<> '\"")} + + for param in params.split(";"): + try: + key, value = param.split("=") + except ValueError: + break + + link[key.strip(replace_chars)] = value.strip(replace_chars) + + links.append(link) + + return links + + +# Null bytes; no need to recreate these on each call to guess_json_utf +_null = "\x00".encode("ascii") # encoding to ASCII for Python 3 +_null2 = _null * 2 +_null3 = _null * 3 + + +def guess_json_utf(data): + """ + :rtype: str + """ + # JSON always starts with two ASCII characters, so detection is as + # easy as counting the nulls and from their location and count + # determine the encoding. Also detect a BOM, if present. + sample = data[:4] + if sample in (codecs.BOM_UTF32_LE, codecs.BOM_UTF32_BE): + return "utf-32" # BOM included + if sample[:3] == codecs.BOM_UTF8: + return "utf-8-sig" # BOM included, MS style (discouraged) + if sample[:2] in (codecs.BOM_UTF16_LE, codecs.BOM_UTF16_BE): + return "utf-16" # BOM included + nullcount = sample.count(_null) + if nullcount == 0: + return "utf-8" + if nullcount == 2: + if sample[::2] == _null2: # 1st and 3rd are null + return "utf-16-be" + if sample[1::2] == _null2: # 2nd and 4th are null + return "utf-16-le" + # Did not detect 2 valid UTF-16 ascii-range characters + if nullcount == 3: + if sample[:3] == _null3: + return "utf-32-be" + if sample[1:] == _null3: + return "utf-32-le" + # Did not detect a valid UTF-32 ascii-range character + return None + + +def prepend_scheme_if_needed(url, new_scheme): + """Given a URL that may or may not have a scheme, prepend the given scheme. + Does not replace a present scheme with the one provided as an argument. + + :rtype: str + """ + parsed = parse_url(url) + scheme, auth, host, port, path, query, fragment = parsed + + # A defect in urlparse determines that there isn't a netloc present in some + # urls. We previously assumed parsing was overly cautious, and swapped the + # netloc and path. Due to a lack of tests on the original defect, this is + # maintained with parse_url for backwards compatibility. + netloc = parsed.netloc + if not netloc: + netloc, path = path, netloc + + if auth: + # parse_url doesn't provide the netloc with auth + # so we'll add it ourselves. + netloc = "@".join([auth, netloc]) + if scheme is None: + scheme = new_scheme + if path is None: + path = "" + + return urlunparse((scheme, netloc, path, "", query, fragment)) + + +def get_auth_from_url(url): + """Given a url with authentication components, extract them into a tuple of + username,password. + + :rtype: (str,str) + """ + parsed = urlparse(url) + + try: + auth = (unquote(parsed.username), unquote(parsed.password)) + except (AttributeError, TypeError): + auth = ("", "") + + return auth + + +def check_header_validity(header): + """Verifies that header parts don't contain leading whitespace + reserved characters, or return characters. + + :param header: tuple, in the format (name, value). + """ + name, value = header + _validate_header_part(header, name, 0) + _validate_header_part(header, value, 1) + + +def _validate_header_part(header, header_part, header_validator_index): + if isinstance(header_part, str): + validator = _HEADER_VALIDATORS_STR[header_validator_index] + elif isinstance(header_part, bytes): + validator = _HEADER_VALIDATORS_BYTE[header_validator_index] + else: + raise InvalidHeader( + f"Header part ({header_part!r}) from {header} " + f"must be of type str or bytes, not {type(header_part)}" + ) + + if not validator.match(header_part): + header_kind = "name" if header_validator_index == 0 else "value" + raise InvalidHeader( + f"Invalid leading whitespace, reserved character(s), or return" + f"character(s) in header {header_kind}: {header_part!r}" + ) + + +def urldefragauth(url): + """ + Given a url remove the fragment and the authentication part. + + :rtype: str + """ + scheme, netloc, path, params, query, fragment = urlparse(url) + + # see func:`prepend_scheme_if_needed` + if not netloc: + netloc, path = path, netloc + + netloc = netloc.rsplit("@", 1)[-1] + + return urlunparse((scheme, netloc, path, params, query, "")) + + +def rewind_body(prepared_request): + """Move file pointer back to its recorded starting position + so it can be read again on redirect. + """ + body_seek = getattr(prepared_request.body, "seek", None) + if body_seek is not None and isinstance( + prepared_request._body_position, integer_types + ): + try: + body_seek(prepared_request._body_position) + except OSError: + raise UnrewindableBodyError( + "An error occurred when rewinding request body for redirect." + ) + else: + raise UnrewindableBodyError("Unable to rewind request body for redirect.") diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py new file mode 100644 index 00000000..d92acc7b --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py @@ -0,0 +1,26 @@ +__all__ = [ + "__version__", + "AbstractProvider", + "AbstractResolver", + "BaseReporter", + "InconsistentCandidate", + "Resolver", + "RequirementsConflicted", + "ResolutionError", + "ResolutionImpossible", + "ResolutionTooDeep", +] + +__version__ = "1.0.1" + + +from .providers import AbstractProvider, AbstractResolver +from .reporters import BaseReporter +from .resolvers import ( + InconsistentCandidate, + RequirementsConflicted, + ResolutionError, + ResolutionImpossible, + ResolutionTooDeep, + Resolver, +) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ed08f0d3de7e4a2d7f089f39f7ba00035dadcb90 GIT binary patch literal 670 zcmaJ;J&zMH6tp+V?k1aXfQ}Q;QU&Q^0v$p~a8R5C2u08=g|%7xF4p;rXD3pquHZk= z)A3vQ2P;ug(M4Pl=_>3Hh-i4lJkRXt*>CpiV9-OM-o3neaw|dTdnA7<@J(I32<;O( zMGSq$C1SY5EMYB~s8-oh?Xrzg;BDDaX_;=$9hs@T%vHDSs$SVsMOmnR*;j*dfYCA? zX2V`nP`cpYgwd2XSD#FshpP6k!7K#huu~@785x{S|7qp;gj)kXup7s^Hrfg2x%Nku zW`b3oH~C-t!Gyn`3*ahzcSlB_NKt#vn!Sx!(%HN4VflvYww3NhNIYq!g~ z-LR$$+YQ}jYUIE7cmE&%1zm)h=<*|Z>q4xga`lW`;fRBp)H5*JI6LFOiJi;25{Lh2 zj-3&^^fRN$g6jp5V!GuIM&tX$3C|C0Ri9O-+z~4*3I9$r17!QU=%-X@;VB*2~UdMgdk4;CitC0+YwU ALjV8( literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a8e794be475b03005122c8e3cd1c19eaa1ef27f3 GIT binary patch literal 6887 zcmc&(O^+N$8SdF{uh)(tIG999$}5C-mh}uF5{HFgEnpivFP$btPHGx|*zDU7N19 z*JfAt`l^soT>Mz(Mt=H2P2^v{*?;sfKB`Ebe^m5jUbNak6tCSaC#CuLfW#m&Yul^k{_(_)lo zU8wG;n~J{u{ch)-Z+4X^_{~WaA4Ws2x)U+!hIlQ>Wmj@-AN{_yw(3l#v$aZbCtsQO zhEBD$1ddP1p&tj&HiB0+|GIYll*|~f&}u&~GBXg<+-;(K9KN%$Z#T3Z1W!MC$d9Ym2YciP2A_sgjOX98wjb2 z%?>+&i>LW9If{06?T1HET5{a7qaTiQS>28}aHRBYLz$NomJe7Yhb7sa9Mofc7oHT2 zD^G=2@3OsylY@Wb{E($TWxZZyfUS0~N9>8(V<`;mw%`a^ViU{ z9{`>VL``#Nqq?R?jJ%ME?Q=+O*EB3oeIN!Uf@!h)MD>mPKPYWl;i9rCq8iaw$Ou>fXCG8+V*#HoM?=a`)CLeN9H#x+dIEYsqayJwsIFh9oAGaJMFpq$595z({LbCQ4rd~ zq{IuYIa9zIH6SbmhYjuyM!E9sr!i~5k6FqGMa69@4!P!ap2Hn>j}2i4*-Ar5& z=b6JqK%g$h=Gpj=+q;}#jH)`LBT@?~1to>5;s#pQfjLLs^P@eT!lC2}#a(uV1}JSp z(_300$0AK(2vesa!I24jJtT%+&#|NPBG+ad=ok8>NQ;|r6e<+R{RU+g6QZ|Gl2&6_ z%BJZGf_EG_x}uq<&)9~XX-jl?M_)I8i=%|MV!A0YfI`555?Ar}?nJ3V;I(Tcl~mTZ zSL776%9U2utWcK z-BP=wD>mYMJOM!UEp*KZW+EIg-+T-Ctii@ydGzwapw?>;@`X8jtKr6G+NwG z5;?=}HmQ1>V1_@WjD>*J)u722bs6s=*a4xnMXf>ty>o{6@y+MD5JRPQjvK6)PPkVN z-U00X^!xXB&^!PxOo1E8c!b8rPYAY!K&rZlr1eiI?#x29Zsn3W$dOD4{$NgS=nTJ~v}Dv_ulr3asuy`p~VM=k2-x zz-{OXYLxmm;j5EPCl#|vLj-rYq6#m>K!KVu1M~J~(zY)CVP7cEkwb8kX$E1G$EX?`tv%7wy8ghL7wa6bAFXaZ5$D$eAp}nb<>9I zVUnP>300|Lj8&jq(-jm96gjCFdr?Jc(#(=hGm?fXvke~*smO!O3?6g_OmSTe zl6pPI2+D7;QrquHXg6?0EsoCtNbO+8nv14rK%w9;W_H2RSEOubzE^|_ovOnA^n{(U z;M^NO_l)>O--s_ir~BhwAfwANQ~<-t&$Cett2TV`Vk3k+F>NySl<5pr&EKF}^dlIh z`1j9iaKXgG>m;ffuNh~*LM4%Z@Z|a#bT7T6fW{rTE0xn8??NM94wgad4XnEtmN!pd!$ZxBJ`v+(_o3tTIb~Ry<6pjnu`i8)SM&&Yl}5+)!1n_) z4U{MEQc$5#rw*5Dxe3O)7@wFr-LynV0M41ITj<2Ze)S=B({Ibdqt>G!toDLO3;0zr z8BBwAYaavBHQVgU*_z}NRQPBdO$^Ad;i$ZUrRnvsfXGAFD2J_#ir@PP*y1URAq;p@Bf#UlumFora(+WL*zi zbfMw050r@nsL++`2^9sB&S4^psGxLYFxV*gj%hpmoJWv{!vuLzVWtz*PuW_PMge-- zg2@G{Z)!(D@dz*1aDsSpL8f~rWs)sgGS}E*{*9BEfEQH4)XmIus(C+}skl5>Wp&Kj z+Vt=kb5g3blLTFLP6_}I@Gywx2B=ybRrdA&jsWn`3^0mgKJit&i&jHVt$ID0y?3Z` z3sDK;EjE-_m%Y&HFF)#~x&S_K~;*Z}I-ohf;rO_kR?l-+Ny z$+xg4Daa+G_S=iImAwB;n9(4PCeS4M+1hsuqJ39(afD)3F)aUGY_(d?7SdL0 X^AAVQ0{VXTi^Z$->(c;Vnyt?PuP!;H literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a1b68fccc713d3ace64993f3ffc9abf3044e1231 GIT binary patch literal 2690 zcma)8OONA35VrH0OeV9So#C-Ow9NrQR!l5FT8Y(ad5h&hkXFlqaBw>A_M} z9mn|_Up7y>T&!P##S^FDeBm(X)L|}nes30MV|UpYG=t3z{B_Hh^+&LH;&5l|GH2Xi z?zqVsr_Q*=njqV(1+v51Aa_^?WS8xL++|&mJ+=#SZ`m8{t@@u(%^&bYs+6nz!_Roc zk7>$D5K*m3DoLW`LNKmyajZCODx)ppV-iY5(iw*xEu#fj!(bC$8Kr}XtXn43r8{Wk zN1xIt;*3l=+~wz&vsB2K&>+p=d`WalRjP-h-<*NFYH1#Y8ZDEjKY8D1uCzyWFyo2P zo>qYu%#@6!PG($jFUg{8E{?1{%^rElGM&lTTkv?{MPgdMzdwBUJx`02A0;$+M31@l z5|Ma5s4=O$GBMOIvIgJ7WVz~^00Dyhg*tx2%{FGdZh-jFS%Y)}T-TqAxO{8l!f7xg zN@g)5GA!UN5GsM`^+@?V1o%bF_zy&Al5-`Grch8etQ1BHi8g2`;GeT<8(odz5TbT) z>)Ix0-#E-)y)>iZ5HF}*6v*qKq$wwjS1Vf?VKl^z}m$6nqikMXul- zLQ~iVO%wT$05`}44xliT3IMpelo>gpF(}KDy(APdjYLk7cSG{5C^ij>st@U|+JIZi zHRcSpD6s4o&Pyb3SV-27_Tf?u$E(=k**I1$S8&20p|c=><_t4vpP^NA^&B{}D&8qV z$qz1x@6e9yiVD-8p)JecPG%fBm?8Ltl9-Zv_?!dsA_nZMz!xxJ6m*>uv{v^! z2~~7nzjnt|2908!XjDJLVoo`sNfHT|DDW1F2uxOm#|}Y{bU{T#rxEz1zzs&hG0+W< z@hQE6Z-}#SSn9zTOlLr`G7n8AlUhoX38BEi$`0CMJOONZ94y}sX5UkfjJE6iI{{+&cW1!&9E(p)7yi|(su43=6b%Jb$4c3dMDW4}5zJ@1(jKfF-xC!4BL-1{e1T@oJ7qt>G zd`ae}j{#HzXdt6VX#Aj<@)>O)2vA`PLq1g?fTUZPl_RoKShqUnpuie#`I`WBPAr%% z(Rjng>55*;Z`W~B{CggxMK7Jxk!1?EtTgP3@0NWfELgf$3j|E9&3SB3lv#V;`!|OG0Yn5Ur5pfJ4|>iT|6 z=iK*KJ>Q>8mPNSk`~GA2SED@H@qH!(-&b9{Zie&oxVnzwMHDwsypG}~3jCy+PoNq5 z3M*>_{*$6T5U0*xtuN17Zu{<8r`7JC_1hq>x$S#roi3~n&7Rx-++BCv_IubtqIzR1;wt2EXi3q<)rA!AJ%5It|aS9rZtdfILjp5cwLqKCj|nqSCn0q z{Jz)692{u1cAUy9;&spKcfap__j~+dVWEpd_~jQW&o{ipaeqla^kCIqHm~p;cY_OX z0e*rTQJ?$>&wiUmOaW8CJYk-+j97RM@0JPcq;14DX&MV$ zRX7-ug8oP_a7^+|kEJ|Ak)Y&@grygJ)6=1;3n|aJnb1UFG=${QOQGOws{EDU8#5>~ z8Jvm?O`Q)*lfFnOJe4Yt(&;JNv`@l!zq%%BOr4;x=|yw{i%cK^aNtMGb0+kpNbl8= zH~qnBs&oF&2E=ndIVk!ke6lQ}EzvhIAqMsDvMBjNaxfsCn-e2rAz7RZ2WBRMy)KuC zU{oWEfuIz+l#x%ZPaX@;Oaxe!=YryxZz?c>JfW$qy2OF0Iab}dnRDkRFeBnL^(8VE z6eVpIMXe%K5|M&F%%$j)MW1+X=0YzkI^1DNIYvjPe3QY^(Ufa+RP86;h0)PBW_%Oc z7yIaFAnYF#H0VKNG6t!{Mp(6Cnahzg`z=;%JA{-{yWq-{Eg?5j@opG4e&ZZx?V} zl>blzHy-a%Zj{QgFvs2IX+5m+%ydwa%8*EF6PgM|upUmoM34^HL!T^iaN@jFO*x#S zqYP$7M`fx>6fa99cuG}><{L70L`L6x^;*l3Nv3K(zs%it6t1~jRs)LT$vdal9M2}J zniehJcC(rE>pKKlIhtlR*vohUGUdlJzaou7z%*_QOif{_<||y38@HrW^tW-UH79(i z{T}4>H+|~#Cl<&uJYSVLO3|+^(SGr*g)dCqVpiX&`y7WjxU ziu4lwHh+WXxobrhZjSpy^DHk_pxA9bWs!o@(rr`9)cZt=mtRKtH|4A$IY1zC{u>vRvY|(t z)cLo|DtN$%O~r00%Xm06r2>MNA;Jt)cbk`LP(r40shvw<8?&b8>%Y8f1QPO-h%R$U zPiMl@uXy^Cg7^B+)gkm`HS)nX-v36T{ixD@G~WLFTG>!s7}_+OysmZ51>s4^B(~rSK9Bn|1R!6?O^q8T`|WO!a(zh1)Wjtj&MpFk96I z*mplZ8A0D@zsTk;8=3;V$RRlbns69+HWUDs^k;%D%{l}3<9PXbdpm0I0J*z6YQkQp zx>%Uw7$|jErAqvk`YECvi*2rVf~{(Yg{`4PFv}9uxuSZ+?5$p(cO=G6Z$t^X8Iiuz zn^#XMj$L<#?#`__hS*-e=H7P8J5Z3#!EfVbyDg86tuFy`=>dp9=f3nLJOe5suw^7^ zuj9_g)Aa412N7s3s)(TLB`JI<6abYoW>I{rQCbiK;h-!|g(IR2jzB&?2h@I-*vDJd8feUXS1IyVyu z%KKFou2Vc4O0$?}MdbH^^h`{EW2MSb>Dde%o57BrMOz_BR{1aRf|rf4^3-C^G0&1qFazXbQB8a30ox`urxi#3@YS zoEVy%oQe1V^}S+e=U|ws>Fg9KEusUBh?$wAZilcD3?OHahs6Mgug;F&AY9m&gmSUT zxXoU+Nf{H1H#IOar*C5}Y6j6Wh=NA+ZktoC^s1%`GWJob=&|L|Dd2w8FA=_y4j_^> z3aIimDzjT`AOVBw4Nz91t3YzqEsK_Go@7niqGiodnQYv-X!*=h|2TU~HM8N3;bl8o zN7yJoy?dNSE${(zJ{p*2Ga2=IoFEb1WX$SOycoorC3UK*YZ!Czxg=h?H z4H#IS7}yTeymtqY#BT9Y$oCArbqsg#jIwl?rDimgGGpgRq)X8R3T=)V4QtJuV`75y zva!dgFp((6#%^%tM%RzMHB08DUs^YFg$)UzRS{ZO{kQfcgq;t~`1**g=i3d9{CuI& z!j88VI?yLZ>e#{)QRpx+hA1UuZtqN5OCponvH2{3P}688*F`vza2+Di~!=I){DNTPkO z(!O`ivoGe@_y7Am)9#Rt&;V%ZG|^9;;vG37R@F^;X7^<(o-w<-R$j*JI=&-B#pT5U-*?Npj}uBAbExWkbvo{{Q{;Zcc@rpi{H zq_-l9m^y_POWLbP#P-QGh^}xCO+{A6Mw{8XYr|!=KDpuMtxs**c+YpLpvf#VQCmBfY`?jNiwHL1f~*2r|>5e(!9bYEt(35(zDv8 z1*5P@{C|EG5L5nGXq%==)4ds*)OnJB4AqY+4q8-kkk(HX2W@`ej2x6P2Q<^tD-cXnG3RV%@gp&Nh)xsh6T$9-noS zqSvW%S|o_+KQo!Fb&w9Mb?V~N_kX|wsH#^64yVH5!C-LuAAR<}h90Z4Um%5NrUIjW z#1VZ7UZbzuEJ1a83AD}{^M4k_*ly9~?}pV<#nE@CV9jxW@g$!)D%A;ll^V#MYSt%; zMyVcSs!i5*s9db=YDxN@vc5{}-F)MuswLN%Rp@*n;gE{`;;0H!`4{Eus3W~2NdvA5 zUO_8~Ub-L-;fq8tI}^bi0UO?(0Xt$B89hb{0#3w20H%(S!axCHcK`;C5zky+7g5$e^8cHQA(Hhn2^XML*IFz+F73z(Ai+xb$T!;KkW^u z5lNS;f8(;*;0xdh9%F-{#x;#j<4=NG4n2fysliyvp$TtN$^o_|ETI?Kycq4t`I7WJ z8ele!4>Bn!!QT{DgWlU-KGg(q`lMLNCizRy!pQnkzzO>>!nTv)WrrYfJLK8%n4tn&_)UB zL{9iQC5Y$939wO`s=1HMx@BzvI>vl`9w&s66CfjKi^X#=a#`lDzBD6`i9T^EI7=HQ z0-1CQ8wi>Z*xcr{-3Xzm6$b~^@CS$itw8J)%ijACHwZk*4+=Dj)JqNrCUKnCy$oVWCP^lEhFkm6}rwA}ZW zB}*%BoLoMcC~Z|rTjQne$+D^&XO_<-%G#B(_IO!GvaT^vw^OOx`A7Y+y4_oLOOb2Q zy6)nfh1Z3vLc&p_IBHgoeCB9UcWWka5fCsCod){Z4n*@=UVxCyAMv_*7Ru?bY=w!M zJ~BXM!2-}FAtNV5EjlnQSff^{JW`-%h+4;q$;$~wZrhaU0=Hn>rZ;3a$O%zPgxEh8 zqI`r{QWnOElgX>kvctrR!Uzdy%f()73R-zfnRV$8uYS}M*S^n*ULs7QQJp0qqkU} z@g_Z2`Y9JgNWfuY?cE^pW{00!w|n|`I&kEX8XzvDSR|6fwRyoD60HG z#Yo!&P2f}{bUp;D=5th<(xs;mb(BbF@JJQ=0s$Zb2=0cSQu;c5aA-y6QsxW6NXjw+ zY{ZJEg!3V=X0Y(X04+;4mN^W&DR~H_gvlVR%mG-}CW2DRMT#vH2N_jG)d}R52m`Cq z4B>r=>6gmz*5OonZH7RM!AcTkVj6eqJ)tJGWs-em%0~E%1!luac}Fp((MWhyM_uzZ z86+(C<2zJK9}qI=wnMmXziLl7niNOVt+zhj6LU1JIgUR75_xU;wM1E~Qr3F+tyo!W zyzIoHD_L4gxMsCFUfR9ryjM_qUu;=DooIbdX?-p(4k$w11F8$bFYbLRSyZ!fapg?R+qG%8RJ*raTtly(t6A|j$6EHr zz59?WR@WQz_90V)d)>p8v~O}kiEGjRu$B|b?pN2Z%q1G0R2rU)SMOdtkrXNtLcJo? zuQlwxbMfOn@rL7{2`7G1(|@Py?xlFm(OC7d#S=d%t-D{*wmKWH=u1{MC+quw70Xsb*fVWDs^sKEfWgj1#owghB4Q)el_eH=TjFOIR=;iT~AhU^?ny zPRL83^VXp6%&6%SFPWm&Wz)5%ENB%iTE^Wu)#9hV@3D)`1i05Okt)z{;#rwl$hf}O zFg33PC&QPB;u~HwsvcieGcX&84#ydsz~S(eUkXNo6Ht=F?FKbKi41Pwl5b)LuS`K7 zB>RR|HayiXi)XV8Cud#St`UJAz&NO!ybpZ=i_femXSF_@JxjhTI%iCuRA%157#SVg zk1{@3AvCUGKX?{HZSNzoU}l=^ylIw0E1)&CUmP+pmg?N2YU)u?9p>W`MZ?ycOIHg$ zOUep;&7`binzRy|fPkSm381H9#12~;@ucipS5oGS!8sN0FibfbZ6q7pO^cOP`~_}h%R#vi#cyaQYcQ=x4k!Yb1GinyTJ)g_toLW!%J27 zYg?1pncfz~+p=!scJwFO4=C*i{>ExADt=JejDLyBPNlLlR=G1-)9~Kjn|l*AT}n;Y ztrLmvgG%?oc+ImP&nh*;8&0lF+%Timx|b`ePI$W%V4t#rI``u9ORv83!b3Bfe6(Rh z2BzA%d*F~DWT^m%)nF{qFR2?oKL?zNB2a(=No@Hxc)sl&Aq>yLHf8c`>WIO0=i8V8 z!w*O&_WuZN7>t|V#x}k8>Z40PAysICoobyhKo@psqJ`vDrz`4Ym3k6@GL{=8lu>Ut zi0&v%vFG6sHsx2DZpNcCdabhPZ&IOoqok(Zw~*girg9bRd3I&l?0NRL|Agw~Uqb|H z>M6NCdv#V-<3r`2tgL;{b`HivzAPpR9tUcq_WKoZGHE@)PAep z(qQo93CW|X2S+Fv7(F)!+h8-kOD%{}1^yX{JUd6>9Lf->W+S|OS#>IEMW*?EnYa+O zWt7oso&z76M_d2jP+IOm^to=+DsesV7Lh%x==!m%#}Y!bA~fIO@BT8B4+&uiW~~yJ zY9#q5?VUU}jURkW>#qe(QdKMi9G2W%r z?7AC@)$EGbJWtDbf+tqpn-Cfmp>cJ`trH(RV?yI+!f{&L6Z`{D#iB>$wli19SkK=> zDlnP-#xIP=7DxkN2HrBT5C)(Htk8epxOeOfI~v$d|H^S!4Jj9VyP*qMv@>i7cV5&= zB3(|<;U;a8)gc0!2%9WKNP)`2ReRc${x%N`orlbilVUU{T(zflCj2ijBl$D~Y2C`U zHPz-ckDud)P9Xg)3a@q@^wiwL0}}Hj|S5zb9nURdil@2T>-i zQgH`qf%4I)y_wq_stfW$B1Hn|nvM(LQ}wv>@FS`(i$vABAC#7XL=~0YurJ#a-gd>? zerMq0s+hMu;XMHoRqK8veVckn9Dj#51CKFw?_K&t8%WjClt@7`%#flct>~$y&rG3m zo!&Yr>PG|#CNxFvTq&E1rc~Nzo(@mL_)KG$(!}l+`bpR@#RpSPgT%9WV)}XzK?)in ztQy^JTIO56%H;hNEy;DD0w9B=tUbPbJW<-Nl(yfpD5X7%&Id&$i#9mJCaQXrs-6w5 z##z2Nv~IE%Rsnq`YIZ9%yYGbJHP0~ z>EJ8DU9c~tKuHKqiqN$BKiMv&6-or_6`HjNm!WG|p7jIr%^LGAMZ{^>v+fm>P znbes7s_5`u)A#o}j|kRJxB>o%-TDK&6+g15I^h9E)vqB274YByghpe5i8AR0GE!h} zGJG2UGIy$s-#Q)uWj8^y0v=+FG%L`NE|`I3@=%I=#uMmKwO;(D=~{z@Td*vc(?V8$ zY^9e7m@j^v4EIKo0(YZ|>d1!3Zsn?;+qHDn!b$vOd5|{=|=CA$6H*Mp2=t(~6q>mCk zEx0cD%}keuvTW1^3qrIYL%S`EH>r@68SDK#Z-Q2=9$GQ;g0N8Vj_0apoS6Td@J;(S z9T)iXhKS5_iyp=|*seGh3Nb(JIR)@j?;{-rj27y@7Ti&{#LwA(G1!t!pi+Hv*hx$m zXPzb7YO&sC#IR?aH)(cOgDXip4yNs_S}o35Mx)h{L%Zkj?X+^-OF@a0L(BzWd}fkP z&t)jfUL(KOS$K}ZkyH}t@K!fdt-%Ng+c`|{6QPSZKL$e}d{A8~B39#H)(nLs;+eeZ zr?*LeJtw^vK@9q&30Mf!DxpV|ppJwuZf{qw_$n*OHK%SZL`o-o(rO9G;=}fMK?~}rMs6oU#zE;E8F=M z4!mido_N7W9l>bPE3J`?HDq4o;qbIb_SuYe!}RIe%{g(TmuW^HYgaui z;ZwblnY)N~k`Z;1qe9w(OS8(l(<>guG6diBO-@e$fG*%vBY8`c^L&O?M-~UV#Y4;; z`*1h978%Q&2snA9#U*i|A6fg=ym*ECH70XFO`voF5W|^!BDkL>I;%Du&D0lUGIU`q zLRM-36b8Ty)#v~~27s@_Lm(vk;q38PJIS>7)J7Gw&+m0 z1}Dz}jL6G6-DmQ<&%ek<6EwYg^Q2|hT>i!LzR<)BCSW$$jyMqXvGboapQ6Nu3YYzK zkDf$FAG7YCZf7T015mV!ud6k~P!6~8Jdl{xpG>G^Dt@+iPPeDq+wJQWhe$sUX5$e7~&nQBkfr?fqjsilDv63-(6^n%@y(J$@z zpm1=d@mA4yD{ogS9nUPjeEs!rzpe-eAE^#7MXmh1_{%@gCsBtnP$-AD8)#lXWN8qk zrBy_K|B;X>G{ZSo=vsLL132^TGm6lqI>-K$7*6IXa@3DEBNX6`Gy$83ux#HkK_6iq z1Rr+>JSyWP*jT`sxWKj9@-0z5el^MwbG2YXiLa_>;?f=gU%j1Q*knMXW#RADMjo|) z+J`F&14)LzL)yv6oYu6YIc#`_SY&WAbL1hCN9O`fOdjuw4>kTAUStOM3J(vG4p~5{ zJlvyR3feit3*)PgKgu0I-Qc|nunBG8xeRFnd=@T#I8EQG4E?u#IPJ?Iy@8TPndic( z4o`-({2NGDt$DNbMld2V!^RxFG3y3#)+rmE&Y23R4iJ0k+a-#~aDr28{6+Nx6RF># z4ar;YG>NK#@0=9A7}QkVR69dlmsM>yc{7oNg03*|&G&pc4#~;>GTVQMK8J+d zJ+#Ty6qPHbJC+7w6+7)%`Nv^pG?+@?;XE+JW<=H)b`!4ZAsMjE4BTxorCe(BQT+~Rm0BGwg2&4 zls)#u;dt#}vaUWR_Qz^>!t0=`dcBZq*tN+OG?XtL+p6T6`tMZ48=qP_ey^tWUPDW= zv^7!Mt(11(I-TfwUg>#$t#s&q&z@v+&;1rS5hOYeDjf&oEzc%9pN5}7Z~4+-h6;d> zmv*lAVZ7`6xXRkkxB9r+7AQ!|8dDgw8BbNueZ6Y1$n;5(bFkj}Nga>)R7YvbNi0|- z9G;LQh<^e6um@mzeOKiAsHMA9q`5} zKuY}vMGRmFf>ou<6yBh?Vfqx(qGX<+nh26ZjV!f1o(@J!P8FvC3t1T#ml9N{Qh%u$ z8X|ouK9DNajU|~}n)EN(*GtkZdfMd~KRMJ&AK;fv=;bVfN+Z$~IL=X>ip^(u*!LQ# zZUVo5j|d8yt%F=$+j}qGeDNOW*`+n%;60&h_2`<=1-Pkm#T-@8l01Eq|BKp_cV1pO z_1#PC4!nOL(Y#A(-W6}&y>v3!wlmSTUuoN)Xgj2|9g4RNF2A@m zxY7at6j=UPo4b`d(hAi*_cvDa4%on}pm>AN&avfViP9FOv}N_>&q~|Z&G;6B$(+Lz z9q&At=y+b~cpeao1N5E6@aAsA_oj^suA*bTiL2{ScS@pmuTr}=Ui;L~tmYo~k4r0; z2A1AH1H~op4z3g>s=Ae`?s#d>r{3O8Gcu5~tH2d@CWI#x;fXsfcdPCe#QF!0L zs4J|6cBrr@A&80~t_e-|%3I^*?Tg1A!tPT66Y1756Xz+;m@QljvHpsQ^Oil@_?n5U zdx8HPTdu1451x-zKsm-2?Y&>!d+SoXdQYr$4|Yh=-oM+hV0e!XxLE1?tZAXW*+E-Q$ z>7qLb54FfbnqcR3S=4fcpaxGHg)U@!eM5zHri+wR%#Avq`yw}C8^_$-2$#H0D%?pHb^ahT9`^75$2R9w!bq zC+NL{TE}+XuBmlE>=`p=gYzVpPdO8{!GTdz9LlDs4GJBcVO(%5Pzi_paf9P{!6h1YR$Kz#Ej+yI05H{{*N5#)|O1yc3Zf}GkVc926~$ZlWnLo z!DP3X!!f2#fFvPKAXggUpjd zHIO;LLrG*GW2X_|kz(8jA*TvnlyDzHFffSQqnIZ^hWNltY%fs*jP<7#kchEMStZ}p zg<#69*E`BiN~nzB5@oPKnjjmS8Jf(L1+Ic}%8Vlw(m$mt{yF7<(T>K7OgP7;YF}jO z-_mCiex+ZfJc3$_R{PhG)KR3el+V#;*QD=F^_$8|O212~+Tl1hX>6`o=Tk*9Q-=MH z-76-iJUI!BtxUN!9hP<+O?n@dN=GT88JGSIwNU|;&&1s5V^uOw6N9PLUsR7sySBLV z#TgQhmbL(-FRuZ6LaHh7TtD#6f&0bvv4;M5@y?jA^MUSpU8y)K*Bm616c*nnPsTo_ zvM*lQpRB4$Ha0_KD0HuzZ8#%txhAZ;x#Ic_&f*;87Y85|6%O(+wW(g!tAP*3-ycu3 zJ*Bigb+`ZHQ!#JrXWrxMR?56yjPo7|N3G(hU31j`q(+1bcTM*u*Y7;4dSa+vMP%{2 zRTC4M)`Z>Q7u&niH744gRob47w+;NvYH0*d*tB$br3(C8qGFFyvFDC_cWABR=!TUm zDqS}t1DwDga(F&;bEWXzWY)kN?q&DtsSifpA6as*d7q#o@$<{`pL!eN1Juy8+VVl? z`<;oV-AdE$MALqyX@9)wK)n8$Ps~YgBiPje-u;j>HMkdFgr|6E1w_MJfkf{irT5TU z$>BvvY&hofv{Lu<-NAU>z~b}U5Tm_tNh)U|MbkCocXls#9jV(8e>%_Rw!Ds zDOD%HitE;DGF0B#184L#?|$-A>b==}t2|!)#F9PPzjw)^y6sV>+pwzkf_trOAVxIu z-TB+|iN51X-|=|$iCF0gaKc@E-|f8Jndp2*>3k;9d06Q@9Pd2xGpn_$_{WuPE9RBc z$%^Wguu{$YrS=z=RD%7EAH-!Il4aI zn&p|rmIoZ&FYmn7|J|o=Kb`10q;wsMmmiLK5C1JVY<&B>&2p^eqs>mP`Xv8ovl=~< zJF#WHSHI&#i|PBF^(RXmf7VfbvfA+QGV#rrVCMlw)l z9IPgisGfYK6NorW5t&o56d@xOX%W6qu?yiJ>0OEl&!{NnhxA5%8_ZKk^}8FPpA?Y{ zE7RVl1LL@(Z$mI!t06$y-1M_^(~P%udfN~LYx72JtF>cen6I$9H+B|UT^scdM5PvM z<%ZB~E#ElKPx98X&0jH}ub{-(g!GE5g!+|-~ zoAT$J4;TVdWC2reN(&xozZ_CsktLYbUINb*YBwjOZFW3Z&N)6UcAy7VcIHRxIdqfz zzFHm7Uzu|BS7y>*U3=ZoUYUna9fj}VN%SUV3I&*o0bYlJK&p6j%qJ68j|9oNL<)x^ zaAc!3V#qw@fNSC?BPdSLjVX2!XNsRrS*9rw!WpNcU3HOTRF0xQCk*=?ya2=6U5g>b zUI7OA}*x+2&%0-^M5zCS#HUI3;${W9XWck^} zL0|&GyY!S&P@5FWuD@{gg_Y(ti0CC1_Y3M)#%@_|joo#AR&Xfi<9ZpYTQBE?qR+RA zG!MnHdje1(?<`X_H~+#t&}I5wmvdmR^?Q4G#3>sn1rGeqm+Ob7FVKynhChFnj@Ro zAuype>p0mDastX50x5*?{Sb{VgWV<0jRk1Ezv_Ae>FVo^eQ&$OVaFE`2EaOdnAd_C zelNsw=b1-%uWIeQs$2SzoB0k9_GSSrwu%S7t>XcWL1sB|`3#Q2GWDaC!8zOX9R(~& zWi9_Rs*woDr2j$@Lket%6CP1k0o2XKREOLncp8x zcy`}Bwes>R|E_7N|F^75Z!9}vp52$9S3J9uRdtu2zxK+K<=0#`GeNW?R>j%B>_ugr~ z^Cox#54>bclLhXjpi)qi6pH9h%q9P|;Uo^P6tyWuZSf-DG`q7^SotN)+{Oey?Dq0#?E{%H!F&)XG@*DNb_25ed+d5~l+8%9oao#ky6(utyaW8usV+v z*?-{W5!0d?LDM;Ko3%*Fz9J%Mp*#8D#Kn);=FA<|lmiHrUE@5z>l6&PFa*;LcI;X@ z)fGj(mJatlG^L)IV|TzI1t$OW^@T8Ull2?tU9;y(t4$nAdt-#)HzP)7 z;DI5^Gw0MR;+Ru_>WDEtgL|U=qUwyG-(*PJuTwm$k-oG0#Q`w@8I=y$v98nY)P}pK z+^b$#2p)j-bxKU1?R8~rWGd}LdE;=NxC0I`>QGT1yA>N=G3p(K5}gXv5Bi=(_vq|y zM|W0zy5j>oT1ZXPlsw+Qv>yP5#IPG1(Ali3#BtFf7R!edNvJ`aY861ql|u7Cfgc2X zSJL&-;ApvUHDDwJ8wc}0Ay$YTQq*Tp^`l^C9)p1k8THFz=j_;AXZDzI?;}+zCOQ?tQ0#k0dW7D*R1W>usYP@S5z5mDuE>0 zu9cpKhZSAUU@VJq4JCsC{iHz_5H#tjP3jJ2_d5iFxU5mVlbk%uG_RwntX_?UXGNL> z8W3A9m8&AZ9qrchF99Y7Kv~sg^g8VaV}OHCJbPHbmNC7)Ia}>KwrqHomOA62_DSCy za|}}NYY(Y#YiwCSK3u>k!+E+3D8rEo0QQQpwbPeFvAJV_sbaL83YfDR!7g)<${HXp z!#IaMu3sOTF<$IC0==`UFAdJY>KCTaETOWjYK)<=4GQNyI6)!Xj*R-cHQ4B2ep(vn zXH}AsnYJ1n+i(dIj^}D~VJLLc`y*>QwA+s`7u4^ZJ;io!IE>^Vxf@NvoeV&U4W88l znj>w0OK^UJFW<~GO#|%@8JCTKaG-G7Hw_3mB(bfORZY5W)&FiTJVV$Fn;RRPxd0NK z!Vpm@uo89>G=y@#DFKGmwP08Q>B0>CHv{SMLt*#>5Df@hOyH%ffTXh&{g5K!VepBW zX`iD6%A0bf;e;_z?1U@BqN-FyMYWr6u>X6t>9B(A$zXZG3vKP=%EeX72Ziq!LhrF~ zdm&!-4DJN*;v8+0;%!YtmgN*Of(N*zj$c>g10lqjNmL1p68uWJ&hhh-$-r9FcIvtE@7gBxFh?OQ&3P95lcP8@sn5hxf532fBY7$j_N>yLdQoFKnYb;j37domHf%M#ZRhG8DtxF$rVsn${^9OTdsuK zLuILwJ#Z~fSNX)OXD~!S21Pze0`alL-hSyaUP!7&CW6`oQKYGmHYUkND@lw{{M(em#e!abH5#-D!{!aM9i3%xUzpJAq%6?VvH%krwCWh?xX3eiGA zMTN`J7?}zXSs47J54yeH~B_2|{RTAtDj*(b2 zrpCtP6BmD&}b&I*2iC>qlI{=|-wb?q{rSAeYQPN=Rk>pOSd-#%x% zUA4Bek^X7eHD~)9F^3CNvc9-JbbUMEqIi90nDP8dVlTZsG}ih&Lj-u@PSU_^vVDlojX6qr7*f>ya|s6b$G+x+0-(85qgY)c7k1fTwK1?9s^)LKrb-w*FV z%~+yX_1*>VHx47yi79Y0p)zdsm@YJm{!Vt=BcT)x7)TIgg5xhB@k%Zt&4Xi98P3GJJg5;aG4 z{yu24Sm)-Rnq{^8zJUqYpnX{}?O=v2>^ErXC~F3{<7ky-#r)17bBDXb2l)^a(AF76^x9Q&KP%pO#{yk~S7nbtLTaIS8&9!9~)Ivl6bdcGy%AmAK*BXVXo? z9@7A5vh0;CJE@{ZBq+L(*l^%PO{sC2cF)&%5cKcQZXFR~z12sa>vK?oal78eD3*KYH&-rr|x>viFTA-H*Fh zdrzi&PiA^gtu~%sX zG@qK*2=TTgR7KGD=K%b@(IG9{t2QLaf^3{aE zs;NU@2{>NX^?o2cp}b2-jAZ$MEbFF$Rzb~yG{99cM36o3AW>baeCXGV?an}To%yP= zYQBB3YoRM$DXrJ+O8PT3ohf(cn&7@ub*pMsXh;hU$wSYC=JlqQ`^uaRpU$gkp>e&r z_5K9hi?_ri|5Vtu8Sl^#sq%U$lvtzPIJPJ&#j3D|nDM-V3SA4m2APWzg2fg}G4KN=5}Q=OQVe?-C9z1sPC9@csQ~j)fV!f?^z0d;okq8hqqrrr{;y`)#~jT$r55GI*xEU9Lh88nw-?18>mW>{2N!6|e4R>M_X;VJwQ zA6%3DP^tLUJoHu=s!`-bUFrJeUvy(9?0%hD6TLuk&Mll<>QC41O^JJ-iv7zyk8Dq> z9#?&KHGQx@b)Y{b^nc52{}IN4+2TCls=Q3H#TYrmm0%=p)v}_`+tS$cePPusw}`&7 zmVJv*mYVqG0o{HjZ7L>FxI;@e8F-h=g{}hl!~!UCa1Xu=m=rt1k8(d_7g?6M?XoeqYi$q-{R2P6 z8vI>fA!Mrt(V&)|6@p`-uuOn4Q=3N_Q9(N2a3SUQ(_k%8UuyM*H|RB04BGyi`35Y% zvH3yYy}s4P?sQ{!rm<&(;VK$$otf*OySBD{Hz0tgah_eOb-h^s}p`WC7rZZ!t$M{o^Lv@q+jqTuujkoXKaIyCG4F_v)!)nil z!(rdP;dQ_jRQor)to=B<;SlVt8@0T>5nKCm&`|dzbmSn6moKJM$f4O5Wkf0~VpqrhHBXUy=| zSQP?{(zM335qk5Wl!*QXNMZznkjzklGYWnRp0a8N4op5eqaBW^Fv=O>c=xu&Cq=99) zscXi5Wu+YG_^fRt77Ob$-D;B9!g`YWn;*hQRD?+r<<2ggeOlYQbm12le||9|9!d#^ z^hudp35CiVJ34}`SsL;)wF;(#v0QO~90N)*Gdl+Nx~9r8n*vQ@SDEg?e!-U;8I)n@ ztYTz@n!+qeWFe9g+n$PVEvd`$KSfp|sn_0032$wl2?irnJ^uq2i%i89K3Zo~vz&$j zJuOzLUYI53%F0TCuUXspI40G~$_xvUu(4w1-}68xwEQZzGo%rs-F!4`J+>~lX*fad z14vL!G1vGHm?;QSh6uuQ&3enfyog;dLj^31<16;Bd21Iv3!Y>k?Um;GUpN@=&O0C9 z`Z%dQ_~_n8%YjVu!AI>+Iv;ng_70?b2Y%iEYm(_boe|HZgfri~uruCz8gi^}t4rD* zc+LzVi%oF zEI2YWG=eZo&S7;7Dl=tji^L#Zj*D|ir>B&8Sb?=Jk_;`?y-LG(;{yO(@{wy(H-xCqIIl#Qx2?rde_eRfnK`v8roMB&(ON zerEfX=a-(R-S2+Vldd`OlHeH>J(rn?=z7MirH(Wo-~h#{MLwCR+d_gdY<&PK(CoTc zlY!644&uUIp7rOy0k}@ODOQSsF|i$hjU0Rg&*OUvdPi?_%Y}3cWEo163B# zDjJI>6cPi9iv~=-k5z%^9>rTcC(zj|x;%mv4xu99y~*S_-oAIkWw*OFs#yEs=MH9D z1c8@M(*+y}EANMtslaz($REM6oD_&cE=gyu(x~20A~c7s$kNEPbZImcm4R|< za0aIC^Ib9m_W?*rVbFdFJHuls7S%J{!EiuTrK#9NSe8Q3$=DTzM)MO|%b- zg|Vga$qp$JxT3$50#a+?7*jthj1lM!uUlcPfF=b&=n=&jNRjD48l1~bTpp7m6JaeB z55reO5k>8gMkX{V499J%L;`Tk7Ljy5EJYMJqLWoA4mbkw5==G}r2~yjgu+^9C@TF4 zJ;ak#ZA!vYG*#R&If*I<=}dv!%Rm_l+}>pI91wP6=D_0Vf`DRR zCsx4_S*P);B;kv8nb>Wm%RE<~geEGsE8^7h4hZLgIafd1#oR zmGdg3$qVfYj%x*|x#PpxeIL#O|0XBlds!PUCEa*gTNv`-<@B5Gzbz+g5OWwvZGj3& zT^&OBr`pos{lsc>Z@RhnUk5*{{TFcl@1%rxHqSmEo_vqazM=@st>$dbon@vuAX(@N zXaSPNv&;v~G@B<){LqODK49M9A~njEvYzu=EPjgaFgTUpG*bkbEoZ88@L6c0;>Oo` z(9U(Y_mf&km^3_d?*c6G)>3wZ>6D6{zu8ugWM=0pdirvswvJh>XygBmZ7bz5sCugY zdAQgr^K{({tPxw46_e9ME8%_FJG?FSZ(Fb$!kLj1n(shC0Z()kMtI(GRk5$%|Ci82eG4i$DQRv)3YltteQprLx7+7F zJN&D@U-mucnTl%QnQa}v==^!-BO%jzBrRYJT$OaLi96=>eKoXFQSL)<*fK{#aHHvN zqs(Jm!WURY;HS1hb(8s;bJ&FqFK2Js5Lo*$$Z6Q^wa=@l-^khQ_B!3;U@u&yd@yy?f&xy(ot(Q97W=vOS}X;E%6Se&cW~v7x1JL{y}O2kTnFJVpvD20Je_q3J^?2 z;Ufn45{#&HgVpc~L(-!EzM(_!mJ`&mH;H|=#NJ1PPlg`D|L7P<2?Lw47xyXt3==KT zXqW_g(z0S=uL%nrISnm{rRWq(w-j9m)BD&PVkDijZHlP=AjxQA*-|o!M_Wp!1JY87 zWJ4s5_hnc?@EKM=fnOdgY=9MR7LuNj>Kp{DfE=m8F>}B%_5TV&dzDNV-58xNj#V7b z6r6a;xl*12oG-~MXh*g<1}EtTJ4M`? z1l~%|KlS4wJTNc8qD@Q{$gco#XgC19DZ*x5Ar<~ljTQhpM{xdG!Nfd*aRgl?_-}NO zJf(EEXkTPSs$9m=V`OBYv zyxRO`y7|p#mET#f*)czLw{y<9UMVfrWh#9sn@;$BF5SgBg0V;(l9N<4M{Hyqj(=&^ zI_osD$}}{fbD^?QA-!f)=Y53VZnG3j-5dMHkcwM-&QA^1FAwd-gq-%O#-ew6T8npz$pyKV{B`>AoKBK>z~SF(ZUJe-Z>_M2=!4|w+Vs}j_tME t^HFKz%9@x6y02z^WY#~&*6Ig= 3: + # Remove the state that triggered backtracking. + del self._states[-1] + + # Ensure to backtrack to a state that caused the incompatibility + incompatible_state = False + while not incompatible_state: + # Retrieve the last candidate pin and known incompatibilities. + try: + broken_state = self._states.pop() + name, candidate = broken_state.mapping.popitem() + except (IndexError, KeyError): + raise ResolutionImpossible(causes) + current_dependencies = { + self._p.identify(d) + for d in self._p.get_dependencies(candidate) + } + incompatible_state = not current_dependencies.isdisjoint( + incompatible_deps + ) + + incompatibilities_from_broken = [ + (k, list(v.incompatibilities)) + for k, v in broken_state.criteria.items() + ] + + # Also mark the newly known incompatibility. + incompatibilities_from_broken.append((name, [candidate])) + + # Create a new state from the last known-to-work one, and apply + # the previously gathered incompatibility information. + def _patch_criteria(): + for k, incompatibilities in incompatibilities_from_broken: + if not incompatibilities: + continue + try: + criterion = self.state.criteria[k] + except KeyError: + continue + matches = self._p.find_matches( + identifier=k, + requirements=IteratorMapping( + self.state.criteria, + operator.methodcaller("iter_requirement"), + ), + incompatibilities=IteratorMapping( + self.state.criteria, + operator.attrgetter("incompatibilities"), + {k: incompatibilities}, + ), + ) + candidates = build_iter_view(matches) + if not candidates: + return False + incompatibilities.extend(criterion.incompatibilities) + self.state.criteria[k] = Criterion( + candidates=candidates, + information=list(criterion.information), + incompatibilities=incompatibilities, + ) + return True + + self._push_new_state() + success = _patch_criteria() + + # It works! Let's work on this new state. + if success: + return True + + # State does not work after applying known incompatibilities. + # Try the still previous state. + + # No way to backtrack anymore. + return False + + def resolve(self, requirements, max_rounds): + if self._states: + raise RuntimeError("already resolved") + + self._r.starting() + + # Initialize the root state. + self._states = [ + State( + mapping=collections.OrderedDict(), + criteria={}, + backtrack_causes=[], + ) + ] + for r in requirements: + try: + self._add_to_criteria(self.state.criteria, r, parent=None) + except RequirementsConflicted as e: + raise ResolutionImpossible(e.criterion.information) + + # The root state is saved as a sentinel so the first ever pin can have + # something to backtrack to if it fails. The root state is basically + # pinning the virtual "root" package in the graph. + self._push_new_state() + + for round_index in range(max_rounds): + self._r.starting_round(index=round_index) + + unsatisfied_names = [ + key + for key, criterion in self.state.criteria.items() + if not self._is_current_pin_satisfying(key, criterion) + ] + + # All criteria are accounted for. Nothing more to pin, we are done! + if not unsatisfied_names: + self._r.ending(state=self.state) + return self.state + + # keep track of satisfied names to calculate diff after pinning + satisfied_names = set(self.state.criteria.keys()) - set( + unsatisfied_names + ) + + # Choose the most preferred unpinned criterion to try. + name = min(unsatisfied_names, key=self._get_preference) + failure_causes = self._attempt_to_pin_criterion(name) + + if failure_causes: + causes = [i for c in failure_causes for i in c.information] + # Backjump if pinning fails. The backjump process puts us in + # an unpinned state, so we can work on it in the next round. + self._r.resolving_conflicts(causes=causes) + success = self._backjump(causes) + self.state.backtrack_causes[:] = causes + + # Dead ends everywhere. Give up. + if not success: + raise ResolutionImpossible(self.state.backtrack_causes) + else: + # discard as information sources any invalidated names + # (unsatisfied names that were previously satisfied) + newly_unsatisfied_names = { + key + for key, criterion in self.state.criteria.items() + if key in satisfied_names + and not self._is_current_pin_satisfying(key, criterion) + } + self._remove_information_from_criteria( + self.state.criteria, newly_unsatisfied_names + ) + # Pinning was successful. Push a new state to do another pin. + self._push_new_state() + + self._r.ending_round(index=round_index, state=self.state) + + raise ResolutionTooDeep(max_rounds) + + +def _has_route_to_root(criteria, key, all_keys, connected): + if key in connected: + return True + if key not in criteria: + return False + for p in criteria[key].iter_parent(): + try: + pkey = all_keys[id(p)] + except KeyError: + continue + if pkey in connected: + connected.add(key) + return True + if _has_route_to_root(criteria, pkey, all_keys, connected): + connected.add(key) + return True + return False + + +Result = collections.namedtuple("Result", "mapping graph criteria") + + +def _build_result(state): + mapping = state.mapping + all_keys = {id(v): k for k, v in mapping.items()} + all_keys[id(None)] = None + + graph = DirectedGraph() + graph.add(None) # Sentinel as root dependencies' parent. + + connected = {None} + for key, criterion in state.criteria.items(): + if not _has_route_to_root(state.criteria, key, all_keys, connected): + continue + if key not in graph: + graph.add(key) + for p in criterion.iter_parent(): + try: + pkey = all_keys[id(p)] + except KeyError: + continue + if pkey not in graph: + graph.add(pkey) + graph.connect(pkey, key) + + return Result( + mapping={k: v for k, v in mapping.items() if k in connected}, + graph=graph, + criteria=state.criteria, + ) + + +class Resolver(AbstractResolver): + """The thing that performs the actual resolution work.""" + + base_exception = ResolverException + + def resolve(self, requirements, max_rounds=100): + """Take a collection of constraints, spit out the resolution result. + + The return value is a representation to the final resolution result. It + is a tuple subclass with three public members: + + * `mapping`: A dict of resolved candidates. Each key is an identifier + of a requirement (as returned by the provider's `identify` method), + and the value is the resolved candidate. + * `graph`: A `DirectedGraph` instance representing the dependency tree. + The vertices are keys of `mapping`, and each edge represents *why* + a particular package is included. A special vertex `None` is + included to represent parents of user-supplied requirements. + * `criteria`: A dict of "criteria" that hold detailed information on + how edges in the graph are derived. Each key is an identifier of a + requirement, and the value is a `Criterion` instance. + + The following exceptions may be raised if a resolution cannot be found: + + * `ResolutionImpossible`: A resolution cannot be found for the given + combination of requirements. The `causes` attribute of the + exception is a list of (requirement, parent), giving the + requirements that could not be satisfied. + * `ResolutionTooDeep`: The dependency tree is too deeply nested and + the resolver gave up. This is usually caused by a circular + dependency, but you can try to resolve this by increasing the + `max_rounds` argument. + """ + resolution = Resolution(self.provider, self.reporter) + state = resolution.resolve(requirements, max_rounds=max_rounds) + return _build_result(state) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py new file mode 100644 index 00000000..359a34f6 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py @@ -0,0 +1,170 @@ +import itertools + +from .compat import collections_abc + + +class DirectedGraph(object): + """A graph structure with directed edges.""" + + def __init__(self): + self._vertices = set() + self._forwards = {} # -> Set[] + self._backwards = {} # -> Set[] + + def __iter__(self): + return iter(self._vertices) + + def __len__(self): + return len(self._vertices) + + def __contains__(self, key): + return key in self._vertices + + def copy(self): + """Return a shallow copy of this graph.""" + other = DirectedGraph() + other._vertices = set(self._vertices) + other._forwards = {k: set(v) for k, v in self._forwards.items()} + other._backwards = {k: set(v) for k, v in self._backwards.items()} + return other + + def add(self, key): + """Add a new vertex to the graph.""" + if key in self._vertices: + raise ValueError("vertex exists") + self._vertices.add(key) + self._forwards[key] = set() + self._backwards[key] = set() + + def remove(self, key): + """Remove a vertex from the graph, disconnecting all edges from/to it.""" + self._vertices.remove(key) + for f in self._forwards.pop(key): + self._backwards[f].remove(key) + for t in self._backwards.pop(key): + self._forwards[t].remove(key) + + def connected(self, f, t): + return f in self._backwards[t] and t in self._forwards[f] + + def connect(self, f, t): + """Connect two existing vertices. + + Nothing happens if the vertices are already connected. + """ + if t not in self._vertices: + raise KeyError(t) + self._forwards[f].add(t) + self._backwards[t].add(f) + + def iter_edges(self): + for f, children in self._forwards.items(): + for t in children: + yield f, t + + def iter_children(self, key): + return iter(self._forwards[key]) + + def iter_parents(self, key): + return iter(self._backwards[key]) + + +class IteratorMapping(collections_abc.Mapping): + def __init__(self, mapping, accessor, appends=None): + self._mapping = mapping + self._accessor = accessor + self._appends = appends or {} + + def __repr__(self): + return "IteratorMapping({!r}, {!r}, {!r})".format( + self._mapping, + self._accessor, + self._appends, + ) + + def __bool__(self): + return bool(self._mapping or self._appends) + + __nonzero__ = __bool__ # XXX: Python 2. + + def __contains__(self, key): + return key in self._mapping or key in self._appends + + def __getitem__(self, k): + try: + v = self._mapping[k] + except KeyError: + return iter(self._appends[k]) + return itertools.chain(self._accessor(v), self._appends.get(k, ())) + + def __iter__(self): + more = (k for k in self._appends if k not in self._mapping) + return itertools.chain(self._mapping, more) + + def __len__(self): + more = sum(1 for k in self._appends if k not in self._mapping) + return len(self._mapping) + more + + +class _FactoryIterableView(object): + """Wrap an iterator factory returned by `find_matches()`. + + Calling `iter()` on this class would invoke the underlying iterator + factory, making it a "collection with ordering" that can be iterated + through multiple times, but lacks random access methods presented in + built-in Python sequence types. + """ + + def __init__(self, factory): + self._factory = factory + self._iterable = None + + def __repr__(self): + return "{}({})".format(type(self).__name__, list(self)) + + def __bool__(self): + try: + next(iter(self)) + except StopIteration: + return False + return True + + __nonzero__ = __bool__ # XXX: Python 2. + + def __iter__(self): + iterable = ( + self._factory() if self._iterable is None else self._iterable + ) + self._iterable, current = itertools.tee(iterable) + return current + + +class _SequenceIterableView(object): + """Wrap an iterable returned by find_matches(). + + This is essentially just a proxy to the underlying sequence that provides + the same interface as `_FactoryIterableView`. + """ + + def __init__(self, sequence): + self._sequence = sequence + + def __repr__(self): + return "{}({})".format(type(self).__name__, self._sequence) + + def __bool__(self): + return bool(self._sequence) + + __nonzero__ = __bool__ # XXX: Python 2. + + def __iter__(self): + return iter(self._sequence) + + +def build_iter_view(matches): + """Build an iterable view from the value returned by `find_matches()`.""" + if callable(matches): + return _FactoryIterableView(matches) + if not isinstance(matches, collections_abc.Sequence): + matches = list(matches) + return _SequenceIterableView(matches) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py new file mode 100644 index 00000000..73f58d77 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py @@ -0,0 +1,177 @@ +"""Rich text and beautiful formatting in the terminal.""" + +import os +from typing import IO, TYPE_CHECKING, Any, Callable, Optional, Union + +from ._extension import load_ipython_extension # noqa: F401 + +__all__ = ["get_console", "reconfigure", "print", "inspect", "print_json"] + +if TYPE_CHECKING: + from .console import Console + +# Global console used by alternative print +_console: Optional["Console"] = None + +try: + _IMPORT_CWD = os.path.abspath(os.getcwd()) +except FileNotFoundError: + # Can happen if the cwd has been deleted + _IMPORT_CWD = "" + + +def get_console() -> "Console": + """Get a global :class:`~rich.console.Console` instance. This function is used when Rich requires a Console, + and hasn't been explicitly given one. + + Returns: + Console: A console instance. + """ + global _console + if _console is None: + from .console import Console + + _console = Console() + + return _console + + +def reconfigure(*args: Any, **kwargs: Any) -> None: + """Reconfigures the global console by replacing it with another. + + Args: + *args (Any): Positional arguments for the replacement :class:`~rich.console.Console`. + **kwargs (Any): Keyword arguments for the replacement :class:`~rich.console.Console`. + """ + from pip._vendor.rich.console import Console + + new_console = Console(*args, **kwargs) + _console = get_console() + _console.__dict__ = new_console.__dict__ + + +def print( + *objects: Any, + sep: str = " ", + end: str = "\n", + file: Optional[IO[str]] = None, + flush: bool = False, +) -> None: + r"""Print object(s) supplied via positional arguments. + This function has an identical signature to the built-in print. + For more advanced features, see the :class:`~rich.console.Console` class. + + Args: + sep (str, optional): Separator between printed objects. Defaults to " ". + end (str, optional): Character to write at end of output. Defaults to "\\n". + file (IO[str], optional): File to write to, or None for stdout. Defaults to None. + flush (bool, optional): Has no effect as Rich always flushes output. Defaults to False. + + """ + from .console import Console + + write_console = get_console() if file is None else Console(file=file) + return write_console.print(*objects, sep=sep, end=end) + + +def print_json( + json: Optional[str] = None, + *, + data: Any = None, + indent: Union[None, int, str] = 2, + highlight: bool = True, + skip_keys: bool = False, + ensure_ascii: bool = False, + check_circular: bool = True, + allow_nan: bool = True, + default: Optional[Callable[[Any], Any]] = None, + sort_keys: bool = False, +) -> None: + """Pretty prints JSON. Output will be valid JSON. + + Args: + json (str): A string containing JSON. + data (Any): If json is not supplied, then encode this data. + indent (int, optional): Number of spaces to indent. Defaults to 2. + highlight (bool, optional): Enable highlighting of output: Defaults to True. + skip_keys (bool, optional): Skip keys not of a basic type. Defaults to False. + ensure_ascii (bool, optional): Escape all non-ascii characters. Defaults to False. + check_circular (bool, optional): Check for circular references. Defaults to True. + allow_nan (bool, optional): Allow NaN and Infinity values. Defaults to True. + default (Callable, optional): A callable that converts values that can not be encoded + in to something that can be JSON encoded. Defaults to None. + sort_keys (bool, optional): Sort dictionary keys. Defaults to False. + """ + + get_console().print_json( + json, + data=data, + indent=indent, + highlight=highlight, + skip_keys=skip_keys, + ensure_ascii=ensure_ascii, + check_circular=check_circular, + allow_nan=allow_nan, + default=default, + sort_keys=sort_keys, + ) + + +def inspect( + obj: Any, + *, + console: Optional["Console"] = None, + title: Optional[str] = None, + help: bool = False, + methods: bool = False, + docs: bool = True, + private: bool = False, + dunder: bool = False, + sort: bool = True, + all: bool = False, + value: bool = True, +) -> None: + """Inspect any Python object. + + * inspect() to see summarized info. + * inspect(, methods=True) to see methods. + * inspect(, help=True) to see full (non-abbreviated) help. + * inspect(, private=True) to see private attributes (single underscore). + * inspect(, dunder=True) to see attributes beginning with double underscore. + * inspect(, all=True) to see all attributes. + + Args: + obj (Any): An object to inspect. + title (str, optional): Title to display over inspect result, or None use type. Defaults to None. + help (bool, optional): Show full help text rather than just first paragraph. Defaults to False. + methods (bool, optional): Enable inspection of callables. Defaults to False. + docs (bool, optional): Also render doc strings. Defaults to True. + private (bool, optional): Show private attributes (beginning with underscore). Defaults to False. + dunder (bool, optional): Show attributes starting with double underscore. Defaults to False. + sort (bool, optional): Sort attributes alphabetically. Defaults to True. + all (bool, optional): Show all attributes. Defaults to False. + value (bool, optional): Pretty print value. Defaults to True. + """ + _console = console or get_console() + from pip._vendor.rich._inspect import Inspect + + # Special case for inspect(inspect) + is_inspect = obj is inspect + + _inspect = Inspect( + obj, + title=title, + help=is_inspect or help, + methods=is_inspect or methods, + docs=is_inspect or docs, + private=private, + dunder=dunder, + sort=sort, + all=all, + value=value, + ) + _console.print(_inspect) + + +if __name__ == "__main__": # pragma: no cover + print("Hello, **World**") diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py new file mode 100644 index 00000000..270629fd --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py @@ -0,0 +1,274 @@ +import colorsys +import io +from time import process_time + +from pip._vendor.rich import box +from pip._vendor.rich.color import Color +from pip._vendor.rich.console import Console, ConsoleOptions, Group, RenderableType, RenderResult +from pip._vendor.rich.markdown import Markdown +from pip._vendor.rich.measure import Measurement +from pip._vendor.rich.pretty import Pretty +from pip._vendor.rich.segment import Segment +from pip._vendor.rich.style import Style +from pip._vendor.rich.syntax import Syntax +from pip._vendor.rich.table import Table +from pip._vendor.rich.text import Text + + +class ColorBox: + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + for y in range(0, 5): + for x in range(options.max_width): + h = x / options.max_width + l = 0.1 + ((y / 5) * 0.7) + r1, g1, b1 = colorsys.hls_to_rgb(h, l, 1.0) + r2, g2, b2 = colorsys.hls_to_rgb(h, l + 0.7 / 10, 1.0) + bgcolor = Color.from_rgb(r1 * 255, g1 * 255, b1 * 255) + color = Color.from_rgb(r2 * 255, g2 * 255, b2 * 255) + yield Segment("▄", Style(color=color, bgcolor=bgcolor)) + yield Segment.line() + + def __rich_measure__( + self, console: "Console", options: ConsoleOptions + ) -> Measurement: + return Measurement(1, options.max_width) + + +def make_test_card() -> Table: + """Get a renderable that demonstrates a number of features.""" + table = Table.grid(padding=1, pad_edge=True) + table.title = "Rich features" + table.add_column("Feature", no_wrap=True, justify="center", style="bold red") + table.add_column("Demonstration") + + color_table = Table( + box=None, + expand=False, + show_header=False, + show_edge=False, + pad_edge=False, + ) + color_table.add_row( + ( + "✓ [bold green]4-bit color[/]\n" + "✓ [bold blue]8-bit color[/]\n" + "✓ [bold magenta]Truecolor (16.7 million)[/]\n" + "✓ [bold yellow]Dumb terminals[/]\n" + "✓ [bold cyan]Automatic color conversion" + ), + ColorBox(), + ) + + table.add_row("Colors", color_table) + + table.add_row( + "Styles", + "All ansi styles: [bold]bold[/], [dim]dim[/], [italic]italic[/italic], [underline]underline[/], [strike]strikethrough[/], [reverse]reverse[/], and even [blink]blink[/].", + ) + + lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque in metus sed sapien ultricies pretium a at justo. Maecenas luctus velit et auctor maximus." + lorem_table = Table.grid(padding=1, collapse_padding=True) + lorem_table.pad_edge = False + lorem_table.add_row( + Text(lorem, justify="left", style="green"), + Text(lorem, justify="center", style="yellow"), + Text(lorem, justify="right", style="blue"), + Text(lorem, justify="full", style="red"), + ) + table.add_row( + "Text", + Group( + Text.from_markup( + """Word wrap text. Justify [green]left[/], [yellow]center[/], [blue]right[/] or [red]full[/].\n""" + ), + lorem_table, + ), + ) + + def comparison(renderable1: RenderableType, renderable2: RenderableType) -> Table: + table = Table(show_header=False, pad_edge=False, box=None, expand=True) + table.add_column("1", ratio=1) + table.add_column("2", ratio=1) + table.add_row(renderable1, renderable2) + return table + + table.add_row( + "Asian\nlanguage\nsupport", + ":flag_for_china: 该库支持中文,日文和韩文文本!\n:flag_for_japan: ライブラリは中国語、日本語、韓国語のテキストをサポートしています\n:flag_for_south_korea: 이 라이브러리는 중국어, 일본어 및 한국어 텍스트를 지원합니다", + ) + + markup_example = ( + "[bold magenta]Rich[/] supports a simple [i]bbcode[/i]-like [b]markup[/b] for [yellow]color[/], [underline]style[/], and emoji! " + ":+1: :apple: :ant: :bear: :baguette_bread: :bus: " + ) + table.add_row("Markup", markup_example) + + example_table = Table( + show_edge=False, + show_header=True, + expand=False, + row_styles=["none", "dim"], + box=box.SIMPLE, + ) + example_table.add_column("[green]Date", style="green", no_wrap=True) + example_table.add_column("[blue]Title", style="blue") + example_table.add_column( + "[cyan]Production Budget", + style="cyan", + justify="right", + no_wrap=True, + ) + example_table.add_column( + "[magenta]Box Office", + style="magenta", + justify="right", + no_wrap=True, + ) + example_table.add_row( + "Dec 20, 2019", + "Star Wars: The Rise of Skywalker", + "$275,000,000", + "$375,126,118", + ) + example_table.add_row( + "May 25, 2018", + "[b]Solo[/]: A Star Wars Story", + "$275,000,000", + "$393,151,347", + ) + example_table.add_row( + "Dec 15, 2017", + "Star Wars Ep. VIII: The Last Jedi", + "$262,000,000", + "[bold]$1,332,539,889[/bold]", + ) + example_table.add_row( + "May 19, 1999", + "Star Wars Ep. [b]I[/b]: [i]The phantom Menace", + "$115,000,000", + "$1,027,044,677", + ) + + table.add_row("Tables", example_table) + + code = '''\ +def iter_last(values: Iterable[T]) -> Iterable[Tuple[bool, T]]: + """Iterate and generate a tuple with a flag for last value.""" + iter_values = iter(values) + try: + previous_value = next(iter_values) + except StopIteration: + return + for value in iter_values: + yield False, previous_value + previous_value = value + yield True, previous_value''' + + pretty_data = { + "foo": [ + 3.1427, + ( + "Paul Atreides", + "Vladimir Harkonnen", + "Thufir Hawat", + ), + ], + "atomic": (False, True, None), + } + table.add_row( + "Syntax\nhighlighting\n&\npretty\nprinting", + comparison( + Syntax(code, "python3", line_numbers=True, indent_guides=True), + Pretty(pretty_data, indent_guides=True), + ), + ) + + markdown_example = """\ +# Markdown + +Supports much of the *markdown* __syntax__! + +- Headers +- Basic formatting: **bold**, *italic*, `code` +- Block quotes +- Lists, and more... + """ + table.add_row( + "Markdown", comparison("[cyan]" + markdown_example, Markdown(markdown_example)) + ) + + table.add_row( + "+more!", + """Progress bars, columns, styled logging handler, tracebacks, etc...""", + ) + return table + + +if __name__ == "__main__": # pragma: no cover + + console = Console( + file=io.StringIO(), + force_terminal=True, + ) + test_card = make_test_card() + + # Print once to warm cache + start = process_time() + console.print(test_card) + pre_cache_taken = round((process_time() - start) * 1000.0, 1) + + console.file = io.StringIO() + + start = process_time() + console.print(test_card) + taken = round((process_time() - start) * 1000.0, 1) + + c = Console(record=True) + c.print(test_card) + + print(f"rendered in {pre_cache_taken}ms (cold cache)") + print(f"rendered in {taken}ms (warm cache)") + + from pip._vendor.rich.panel import Panel + + console = Console() + + sponsor_message = Table.grid(padding=1) + sponsor_message.add_column(style="green", justify="right") + sponsor_message.add_column(no_wrap=True) + + sponsor_message.add_row( + "Textualize", + "[u blue link=https://github.com/textualize]https://github.com/textualize", + ) + sponsor_message.add_row( + "Twitter", + "[u blue link=https://twitter.com/willmcgugan]https://twitter.com/willmcgugan", + ) + + intro_message = Text.from_markup( + """\ +We hope you enjoy using Rich! + +Rich is maintained with [red]:heart:[/] by [link=https://www.textualize.io]Textualize.io[/] + +- Will McGugan""" + ) + + message = Table.grid(padding=2) + message.add_column() + message.add_column(no_wrap=True) + message.add_row(intro_message, sponsor_message) + + console.print( + Panel.fit( + message, + box=box.ROUNDED, + padding=(1, 2), + title="[b red]Thanks for trying out Rich!", + border_style="bright_blue", + ), + justify="center", + ) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d946a8bed14a9fa159cc4b1edddfeee63456625b GIT binary patch literal 7051 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 MoQnnjC8{9*KM=904FCWD literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f5235fa141070d1f88259bf89acc5c36d019a16d GIT binary patch literal 10340 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..be001ca5a2ced0c585618bf5659cd56c1c090f25 GIT binary patch literal 7857 zcmY+}32;`)-m-A1mICc2yKlk4Ey7L}Y zyx+EM>p*{|kL@@omJ$RF_>2EZ3Y(_0v{@6(4Q2<=My?MQM^ck|)Adm_z;fUOEhQd8sJUpaH*{a1aT8F+B*1%S}#&#s$ zvV`ma>@;w1qyGbqv~Q`2&RYB$qX9(*E`}a=!zcD5@tGy$3&2+d{{IC(+|G@FN%Ky^u~?JahqEPS72YLXZkbBbWx5PVf=n zOM(VKlHS8`7nhB`t)0W=0?sy&!3r{xM#iFVM~MkYOtpj*14;~BHTw28;%Wis7|3>v z?4Xg|=+C9Z0VEnI@f-T{C=t;QT9UN*i_1mdff9p}7-9)21dJpY4H#?SCZIo`)`%go zfD#MQUqFd!B$iX67X5{k*p9?bOUT=RcMRNa^c`vB01^$BkmG=60~gV+WW1A&xLiPI zf_y+10~xF!!=R_WxNa=^izqP}i7A$lVnB(3TaNx>8*$qJT?uvr@ci(*1p38~cOy6h zaH)ahDM$e{{EZp`7)dY+FqU94U5bOeUH;@k$WH&TC z*a1KTL7=})64BxlIe=V(!GK`~ZY=s9v`aA(C6uT}pJEC39-yaz?8V4F8rhFN)ezMNFx{s z=xrbi6y$bjc(5wKodhcZcM+@ttRYwns5NlA&_`*PG<_gRx)#4nA3zqtKtMLZAV40$ zb%1FEGXOIQ762*@+;a5kbdD8Btfa&$^cj|LPXhWFNT82SDbnJ?8+3y{2c<}hzm{|L zaU&hHc<2M@M=%jEi2zS1Nf5jO*i7&$V5@=Kg}xsh>|G>2qQvLu`%|KgKGdYG7Jsl6 zfRzSr9r{cf>81}gxlD^6NdfdUaDC8c(a1m~ax5Vi>T^&!Y6;hHUC3+z>#%fy~25!bYSDP)+bG;BN#k0M-#~0K8=2zCm9=yBtKqQQ|QA!IbzOi6fSf ztMp|feYN;ImI=rr*aO&0un$mAZ~$=7z#T?E#I|)u0YeSs7mOUU5!t41Fgd2hpW_6e znV?NKg?3teq9>p?!Aw92!5%;(L1%s0NEa>fzQOPR=uHLmB5;612CfnPFinRet_d*Q zKu+rWNq*Df7ww?05;ztXGf?(D3M60dErQ0PHky z|3ZJYt>N|oMiG1q7;PXwC`c3Z)GqEv^kXdHjswOLoCJ&`Xrb@P_%#O7T0z=C!$o_d zA8!da1~7qO9AKh>Oj3}^&~S~Z=qFL)Q6$z-q6Yo7mT+}|$p+FzU#)VH7Qg6t^iwS1 zCIhA#$oKjtl_OgG(_xvuN#oZc5k7M26{Hy&LY2N+Wv!NQ7kL8EL=fm}Q9jn<6ODiq z1VOq&surK<1xN#gyYvR+QDQLQF@m*##{uEU6M$w)w8&71YVo^d03IM%4QL=}1a#GR zqaW#}y%Z9R2h`~|#wUVt3im%}uv&ZBMNsj)LR^bKX(iw`f~Npa6Ep&j7`UVtbbOk9 zF0LiudV)59=?2nWL3%(>-5_@r`ae=)2NF9iA@zVG2Cf_-iQyOdyyE zSPD4x)s`y2a!a^P=x5NPTab9&5>gA;YT&*`UqmCR>ow6^i$6yOpbtTRK&F8kihic8 z;l==F5iA816Vw1o3}mB%yaElsbgu$lBX|=~XW+J@pG|8VLgFwbenMYr3HS8|g*gNV z0dols1Ii2}cu^Pq>nEz=T@Q{aG#@_=uImZyg-3qVL_011TG|6T0m3!90iu*h2TY{I zwSYMUWq^4Ek!FRNTKuB*fNu=k$w(xK-)IMO^+^iz3}jJqB#^AzzDMbO>OWfg6Fo(iU|y01FLd6GmR6kvGsUqC_1M+bkh(0scv_ z@qC5NTKqX`0b2>`0NV&Y1AI=<_X34%E&gK|g#KnaM?Mk-l-Pj&7E8F70E-Qz1|yqk z zL6(qwz;FXsh`yReRwMBcB_2h;+!AgL;0^<6>Z&70wfM_#yb++qL;5_0OfCMT*HmbK zC#~_If;in{^?;WMhU`@srp2!j ze5#PC#X}CD+`uhFztV1yyAyDifjohcr)@-@0sMm?s8?vI#qZJz(2<}E;8KFi0ap<8 z0Q4eA|571Si(mB60fq0ic-V7LVZRm+!}NcXWR#W=+!>A9-;HYtzYZS)?jd;Kh{C-F z@{oc&4h{d=6a1i%q{TyfKn_6xU?jnKzyyMsfKq~>Nuiq-zi1kuKS35?DZ%Z4M+p7` zc#q&iz()l2fJOs%6#ad4wZ9;dcl7i*Tmky~DKSJrezk-&0|xzgdPGKRFXITt1LhjI zCFobtqK_i+7$u%V{{SUUAaTu4wo8@vveUqQfc`-m*@MJhOUTE7PYAvP93nUh_?4jk zXNB*y_|N66V+z??Jmdm~6BGh&Ay@)K?_rAR|`a}~_S(+A`RWfhZ+|ooeCb4Ld#%5QRj zHXUd0=_GS9>!+AgS)OK2XL*J>ljT|FY?kMkb6K8e&S!anxsc^W=3e*butyKcQ%zQyO^#lt4uY^8dJ-%&U9m0ZyH!O znkJUrO%ImWnVu}0&GjsAFgLQi$=uBH7SoI6t>!kCx0~K9?=XGx_te+)WBpEZ7t8); z0Ly`95X-@42+N^n7|XlOJuL4v!�nBU#>OMzI`i?q~Uc8N>2H^AO92%~+O?m~kw} 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 XwCVp=|K+3a7&l}u7&xPJo9q7zs3%JU literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0c4d1fa1392cc463dc62cf56cb7c3d5534c13b6a GIT binary patch literal 43620 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 F|6kI>C_DfF literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..19291d6574b5892c2c4b19885d45bb362c9177c5 GIT binary patch literal 3384 zcma)8TZ|i589p=P+uCc#Nj95JLYhemO`LA*wgJ=znr53_va9Z;YBp)*PzJ|ycJ0RY zm^0&$jaFzu3r!J}z)O~!C=r4zd7(l)a1lZX5C|T!l%g;K5vlMn@W5_1qEZop|2t>A zb|6C7@;Bf4{>%B#f9A~im+5qp(dW#>z|6rkV{c&4{=`GF{ud%wn9Xdh#_C#8tLsI* zZWIlT*}84iBK2r7DtV+9tH+CRjd6n~@SQPsP;9YBXD65)U1WCbx~{SolRD!`J8mat zncZ_$BTQb^u17*^N?KEPFX?G%&2(9NrFD~?CF^Es-O^=EhncsMwNF~Nby+jg+HY?s z>wvWG=(28_+nL)HpopB|N5-qJ=O?C`Ue#%oYJPOO)vWPAgH`i;k2^I-Op7XM9*yHq zmxy@0td^iK6%N*)ByxpuR@7`()NQS3^w7F(gGcNL{h~a|Bj}YK2b$b4fov%|*RR^-|3|fbO5US0yNA$gGjsbY{#)%`ku}Ojd7PnmzMDCG3K?; zHk&u*BNsGR*N9!DEZ4(m$`hVN#^%_vHkpeG1o_!c<(BMp>sQw-yVhTrS)~$t_oSv+5RHQ7)7#!f7~ev%&>0G+VV+ zy?W>_&9%=JnsZ*oX%x=$#`!|6dNv#%&OiJ}f$j)?s7W_>X_mW%X0=(c$jx>{K~&3? zf)^eqOP-#5bIwm#R<%*}EbC(bU1u%d*85QPy9gH8oebN1=-LZ6%*QT8ev{b!dvmaB zuxsBd@4j~W*M}be*7=qDkG{6+iA#~!69elM$i!xXTmo}7N_B2oe$uk)j@_z(_gdD6 zTBTZOiCdQKlu1rm$K@jjPa%OjKwyi+c7kOl2Eh9Pc%)0{A>y7USY&H@BAQsej};ED zrFx>rv|D|9R-+)RF}BTIjZ2zfo3~v)vy$Dr+9StFwt2@=-_p629S2vk53b6<)n1m& z+)2Z(ro?Q^M({68YPMn75V+YokV}ZYB;<@>;ch*2+}BofhLF5l=%j+$_K<2QY;YM& zv-}A8?r%db(GG%t=%cEYkpS|L+=NFcNZu`Mc*|f4*)X<+P7Z0>!{nmnE&q1n0zmcs z4*VT$$n}u46Qc*(uxtc(z>zPo2uN50zXb@h{1f~N0P~Q?m%%xKDr~<}pM$yr_$vWT z^%L-)0=}b!v)~^9j6;YEM2dsph8TqYI-msgVSu#1lNe?DJA`8d!QYgC7ngXl4OG^5 zVf+E$djxW|M=*LEa2%2m{1E&Jz^D>l1pflyJyH;lfqxx)?-w*h- z5}pPB4B%@7BAn_HgqI*p5ai;N>K_=%y?Y3f5p1GMAOHm^h)2PjfWuMX{fo#l=p`KI1Y4C3V{v?H~Pi_vOOp}-jv zpO8XOp-b=zgwFw9A|N+8?H7p$pNBxVjW98KfI!qBsYgigF$kkdkh3pBKtss`J1M?I z5Clpv!3PP%oD>4|SYV#^gDMX$0j9}Z){l8}P5NWk^%jVd#ZSvOvgN5irRs$pZ>s;L z>aA?hza+66`H~3eA0Bz%(5dlhYkK6FiLuF{acg>XWMagRPfSftJvB7uXNJcnCPs#> z_PBR)?8NA_HTCTH*vU~pd-C)NYvj47r=Fn<2o(1rHBN?n6}^>suX?E+70aY)^mD&Y zuxeh_5}ww(PlwZHvB;AzOC0 ZOq#tbE~_u}QqI1;_lWD$S6Egq?%(HGAwd8D literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b5e19555adecdeffbb01cb70ac051f2ecf3344ae GIT binary patch literal 58985 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3f217caa772fd90cc9cbba851fca23fdb9bb0569 GIT binary patch literal 6376 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..200c6331fb9afce9b365ac1816c81321ad5e3367 GIT binary patch literal 31580 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

      (Lb05P`#p$4Sv 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 Fe*kexER+BM literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4d46f3c04a4df822c4d48e8cc55e2a2d57897564 GIT binary patch literal 11475 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py new file mode 100644 index 00000000..36286df3 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py @@ -0,0 +1,451 @@ +# Auto generated by make_terminal_widths.py + +CELL_WIDTHS = [ + (0, 0, 0), + (1, 31, -1), + (127, 159, -1), + (768, 879, 0), + (1155, 1161, 0), + (1425, 1469, 0), + (1471, 1471, 0), + (1473, 1474, 0), + (1476, 1477, 0), + (1479, 1479, 0), + (1552, 1562, 0), + (1611, 1631, 0), + (1648, 1648, 0), + (1750, 1756, 0), + (1759, 1764, 0), + (1767, 1768, 0), + (1770, 1773, 0), + (1809, 1809, 0), + (1840, 1866, 0), + (1958, 1968, 0), + (2027, 2035, 0), + (2045, 2045, 0), + (2070, 2073, 0), + (2075, 2083, 0), + (2085, 2087, 0), + (2089, 2093, 0), + (2137, 2139, 0), + (2259, 2273, 0), + (2275, 2306, 0), + (2362, 2362, 0), + (2364, 2364, 0), + (2369, 2376, 0), + (2381, 2381, 0), + (2385, 2391, 0), + (2402, 2403, 0), + (2433, 2433, 0), + (2492, 2492, 0), + (2497, 2500, 0), + (2509, 2509, 0), + (2530, 2531, 0), + (2558, 2558, 0), + (2561, 2562, 0), + (2620, 2620, 0), + (2625, 2626, 0), + (2631, 2632, 0), + (2635, 2637, 0), + (2641, 2641, 0), + (2672, 2673, 0), + (2677, 2677, 0), + (2689, 2690, 0), + (2748, 2748, 0), + (2753, 2757, 0), + (2759, 2760, 0), + (2765, 2765, 0), + (2786, 2787, 0), + (2810, 2815, 0), + (2817, 2817, 0), + (2876, 2876, 0), + (2879, 2879, 0), + (2881, 2884, 0), + (2893, 2893, 0), + (2901, 2902, 0), + (2914, 2915, 0), + (2946, 2946, 0), + (3008, 3008, 0), + (3021, 3021, 0), + (3072, 3072, 0), + (3076, 3076, 0), + (3134, 3136, 0), + (3142, 3144, 0), + (3146, 3149, 0), + (3157, 3158, 0), + (3170, 3171, 0), + (3201, 3201, 0), + (3260, 3260, 0), + (3263, 3263, 0), + (3270, 3270, 0), + (3276, 3277, 0), + (3298, 3299, 0), + (3328, 3329, 0), + (3387, 3388, 0), + (3393, 3396, 0), + (3405, 3405, 0), + (3426, 3427, 0), + (3457, 3457, 0), + (3530, 3530, 0), + (3538, 3540, 0), + (3542, 3542, 0), + (3633, 3633, 0), + (3636, 3642, 0), + (3655, 3662, 0), + (3761, 3761, 0), + (3764, 3772, 0), + (3784, 3789, 0), + (3864, 3865, 0), + (3893, 3893, 0), + (3895, 3895, 0), + (3897, 3897, 0), + (3953, 3966, 0), + (3968, 3972, 0), + (3974, 3975, 0), + (3981, 3991, 0), + (3993, 4028, 0), + (4038, 4038, 0), + (4141, 4144, 0), + (4146, 4151, 0), + (4153, 4154, 0), + (4157, 4158, 0), + (4184, 4185, 0), + (4190, 4192, 0), + (4209, 4212, 0), + (4226, 4226, 0), + (4229, 4230, 0), + (4237, 4237, 0), + (4253, 4253, 0), + (4352, 4447, 2), + (4957, 4959, 0), + (5906, 5908, 0), + (5938, 5940, 0), + (5970, 5971, 0), + (6002, 6003, 0), + (6068, 6069, 0), + (6071, 6077, 0), + (6086, 6086, 0), + (6089, 6099, 0), + (6109, 6109, 0), + (6155, 6157, 0), + (6277, 6278, 0), + (6313, 6313, 0), + (6432, 6434, 0), + (6439, 6440, 0), + (6450, 6450, 0), + (6457, 6459, 0), + (6679, 6680, 0), + (6683, 6683, 0), + (6742, 6742, 0), + (6744, 6750, 0), + (6752, 6752, 0), + (6754, 6754, 0), + (6757, 6764, 0), + (6771, 6780, 0), + (6783, 6783, 0), + (6832, 6848, 0), + (6912, 6915, 0), + (6964, 6964, 0), + (6966, 6970, 0), + (6972, 6972, 0), + (6978, 6978, 0), + (7019, 7027, 0), + (7040, 7041, 0), + (7074, 7077, 0), + (7080, 7081, 0), + (7083, 7085, 0), + (7142, 7142, 0), + (7144, 7145, 0), + (7149, 7149, 0), + (7151, 7153, 0), + (7212, 7219, 0), + (7222, 7223, 0), + (7376, 7378, 0), + (7380, 7392, 0), + (7394, 7400, 0), + (7405, 7405, 0), + (7412, 7412, 0), + (7416, 7417, 0), + (7616, 7673, 0), + (7675, 7679, 0), + (8203, 8207, 0), + (8232, 8238, 0), + (8288, 8291, 0), + (8400, 8432, 0), + (8986, 8987, 2), + (9001, 9002, 2), + (9193, 9196, 2), + (9200, 9200, 2), + (9203, 9203, 2), + (9725, 9726, 2), + (9748, 9749, 2), + (9800, 9811, 2), + (9855, 9855, 2), + (9875, 9875, 2), + (9889, 9889, 2), + (9898, 9899, 2), + (9917, 9918, 2), + (9924, 9925, 2), + (9934, 9934, 2), + (9940, 9940, 2), + (9962, 9962, 2), + (9970, 9971, 2), + (9973, 9973, 2), + (9978, 9978, 2), + (9981, 9981, 2), + (9989, 9989, 2), + (9994, 9995, 2), + (10024, 10024, 2), + (10060, 10060, 2), + (10062, 10062, 2), + (10067, 10069, 2), + (10071, 10071, 2), + (10133, 10135, 2), + (10160, 10160, 2), + (10175, 10175, 2), + (11035, 11036, 2), + (11088, 11088, 2), + (11093, 11093, 2), + (11503, 11505, 0), + (11647, 11647, 0), + (11744, 11775, 0), + (11904, 11929, 2), + (11931, 12019, 2), + (12032, 12245, 2), + (12272, 12283, 2), + (12288, 12329, 2), + (12330, 12333, 0), + (12334, 12350, 2), + (12353, 12438, 2), + (12441, 12442, 0), + (12443, 12543, 2), + (12549, 12591, 2), + (12593, 12686, 2), + (12688, 12771, 2), + (12784, 12830, 2), + (12832, 12871, 2), + (12880, 19903, 2), + (19968, 42124, 2), + (42128, 42182, 2), + (42607, 42610, 0), + (42612, 42621, 0), + (42654, 42655, 0), + (42736, 42737, 0), + (43010, 43010, 0), + (43014, 43014, 0), + (43019, 43019, 0), + (43045, 43046, 0), + (43052, 43052, 0), + (43204, 43205, 0), + (43232, 43249, 0), + (43263, 43263, 0), + (43302, 43309, 0), + (43335, 43345, 0), + (43360, 43388, 2), + (43392, 43394, 0), + (43443, 43443, 0), + (43446, 43449, 0), + (43452, 43453, 0), + (43493, 43493, 0), + (43561, 43566, 0), + (43569, 43570, 0), + (43573, 43574, 0), + (43587, 43587, 0), + (43596, 43596, 0), + (43644, 43644, 0), + (43696, 43696, 0), + (43698, 43700, 0), + (43703, 43704, 0), + (43710, 43711, 0), + (43713, 43713, 0), + (43756, 43757, 0), + (43766, 43766, 0), + (44005, 44005, 0), + (44008, 44008, 0), + (44013, 44013, 0), + (44032, 55203, 2), + (63744, 64255, 2), + (64286, 64286, 0), + (65024, 65039, 0), + (65040, 65049, 2), + (65056, 65071, 0), + (65072, 65106, 2), + (65108, 65126, 2), + (65128, 65131, 2), + (65281, 65376, 2), + (65504, 65510, 2), + (66045, 66045, 0), + (66272, 66272, 0), + (66422, 66426, 0), + (68097, 68099, 0), + (68101, 68102, 0), + (68108, 68111, 0), + (68152, 68154, 0), + (68159, 68159, 0), + (68325, 68326, 0), + (68900, 68903, 0), + (69291, 69292, 0), + (69446, 69456, 0), + (69633, 69633, 0), + (69688, 69702, 0), + (69759, 69761, 0), + (69811, 69814, 0), + (69817, 69818, 0), + (69888, 69890, 0), + (69927, 69931, 0), + (69933, 69940, 0), + (70003, 70003, 0), + (70016, 70017, 0), + (70070, 70078, 0), + (70089, 70092, 0), + (70095, 70095, 0), + (70191, 70193, 0), + (70196, 70196, 0), + (70198, 70199, 0), + (70206, 70206, 0), + (70367, 70367, 0), + (70371, 70378, 0), + (70400, 70401, 0), + (70459, 70460, 0), + (70464, 70464, 0), + (70502, 70508, 0), + (70512, 70516, 0), + (70712, 70719, 0), + (70722, 70724, 0), + (70726, 70726, 0), + (70750, 70750, 0), + (70835, 70840, 0), + (70842, 70842, 0), + (70847, 70848, 0), + (70850, 70851, 0), + (71090, 71093, 0), + (71100, 71101, 0), + (71103, 71104, 0), + (71132, 71133, 0), + (71219, 71226, 0), + (71229, 71229, 0), + (71231, 71232, 0), + (71339, 71339, 0), + (71341, 71341, 0), + (71344, 71349, 0), + (71351, 71351, 0), + (71453, 71455, 0), + (71458, 71461, 0), + (71463, 71467, 0), + (71727, 71735, 0), + (71737, 71738, 0), + (71995, 71996, 0), + (71998, 71998, 0), + (72003, 72003, 0), + (72148, 72151, 0), + (72154, 72155, 0), + (72160, 72160, 0), + (72193, 72202, 0), + (72243, 72248, 0), + (72251, 72254, 0), + (72263, 72263, 0), + (72273, 72278, 0), + (72281, 72283, 0), + (72330, 72342, 0), + (72344, 72345, 0), + (72752, 72758, 0), + (72760, 72765, 0), + (72767, 72767, 0), + (72850, 72871, 0), + (72874, 72880, 0), + (72882, 72883, 0), + (72885, 72886, 0), + (73009, 73014, 0), + (73018, 73018, 0), + (73020, 73021, 0), + (73023, 73029, 0), + (73031, 73031, 0), + (73104, 73105, 0), + (73109, 73109, 0), + (73111, 73111, 0), + (73459, 73460, 0), + (92912, 92916, 0), + (92976, 92982, 0), + (94031, 94031, 0), + (94095, 94098, 0), + (94176, 94179, 2), + (94180, 94180, 0), + (94192, 94193, 2), + (94208, 100343, 2), + (100352, 101589, 2), + (101632, 101640, 2), + (110592, 110878, 2), + (110928, 110930, 2), + (110948, 110951, 2), + (110960, 111355, 2), + (113821, 113822, 0), + (119143, 119145, 0), + (119163, 119170, 0), + (119173, 119179, 0), + (119210, 119213, 0), + (119362, 119364, 0), + (121344, 121398, 0), + (121403, 121452, 0), + (121461, 121461, 0), + (121476, 121476, 0), + (121499, 121503, 0), + (121505, 121519, 0), + (122880, 122886, 0), + (122888, 122904, 0), + (122907, 122913, 0), + (122915, 122916, 0), + (122918, 122922, 0), + (123184, 123190, 0), + (123628, 123631, 0), + (125136, 125142, 0), + (125252, 125258, 0), + (126980, 126980, 2), + (127183, 127183, 2), + (127374, 127374, 2), + (127377, 127386, 2), + (127488, 127490, 2), + (127504, 127547, 2), + (127552, 127560, 2), + (127568, 127569, 2), + (127584, 127589, 2), + (127744, 127776, 2), + (127789, 127797, 2), + (127799, 127868, 2), + (127870, 127891, 2), + (127904, 127946, 2), + (127951, 127955, 2), + (127968, 127984, 2), + (127988, 127988, 2), + (127992, 128062, 2), + (128064, 128064, 2), + (128066, 128252, 2), + (128255, 128317, 2), + (128331, 128334, 2), + (128336, 128359, 2), + (128378, 128378, 2), + (128405, 128406, 2), + (128420, 128420, 2), + (128507, 128591, 2), + (128640, 128709, 2), + (128716, 128716, 2), + (128720, 128722, 2), + (128725, 128727, 2), + (128747, 128748, 2), + (128756, 128764, 2), + (128992, 129003, 2), + (129292, 129338, 2), + (129340, 129349, 2), + (129351, 129400, 2), + (129402, 129483, 2), + (129485, 129535, 2), + (129648, 129652, 2), + (129656, 129658, 2), + (129664, 129670, 2), + (129680, 129704, 2), + (129712, 129718, 2), + (129728, 129730, 2), + (129744, 129750, 2), + (131072, 196605, 2), + (196608, 262141, 2), + (917760, 917999, 0), +] diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py new file mode 100644 index 00000000..1f2877bb --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py @@ -0,0 +1,3610 @@ +EMOJI = { + "1st_place_medal": "🥇", + "2nd_place_medal": "🥈", + "3rd_place_medal": "🥉", + "ab_button_(blood_type)": "🆎", + "atm_sign": "🏧", + "a_button_(blood_type)": "🅰", + "afghanistan": "🇦🇫", + "albania": "🇦🇱", + "algeria": "🇩🇿", + "american_samoa": "🇦🇸", + "andorra": "🇦🇩", + "angola": "🇦🇴", + "anguilla": "🇦🇮", + "antarctica": "🇦🇶", + "antigua_&_barbuda": "🇦🇬", + "aquarius": "♒", + "argentina": "🇦🇷", + "aries": "♈", + "armenia": "🇦🇲", + "aruba": "🇦🇼", + "ascension_island": "🇦🇨", + "australia": "🇦🇺", + "austria": "🇦🇹", + "azerbaijan": "🇦🇿", + "back_arrow": "🔙", + "b_button_(blood_type)": "🅱", + "bahamas": "🇧🇸", + "bahrain": "🇧🇭", + "bangladesh": "🇧🇩", + "barbados": "🇧🇧", + "belarus": "🇧🇾", + "belgium": "🇧🇪", + "belize": "🇧🇿", + "benin": "🇧🇯", + "bermuda": "🇧🇲", + "bhutan": "🇧🇹", + "bolivia": "🇧🇴", + "bosnia_&_herzegovina": "🇧🇦", + "botswana": "🇧🇼", + "bouvet_island": "🇧🇻", + "brazil": "🇧🇷", + "british_indian_ocean_territory": "🇮🇴", + "british_virgin_islands": "🇻🇬", + "brunei": "🇧🇳", + "bulgaria": "🇧🇬", + "burkina_faso": "🇧🇫", + "burundi": "🇧🇮", + "cl_button": "🆑", + "cool_button": "🆒", + "cambodia": "🇰🇭", + "cameroon": "🇨🇲", + "canada": "🇨🇦", + "canary_islands": "🇮🇨", + "cancer": "♋", + "cape_verde": "🇨🇻", + "capricorn": "♑", + "caribbean_netherlands": "🇧🇶", + "cayman_islands": "🇰🇾", + "central_african_republic": "🇨🇫", + "ceuta_&_melilla": "🇪🇦", + "chad": "🇹🇩", + "chile": "🇨🇱", + "china": "🇨🇳", + "christmas_island": "🇨🇽", + "christmas_tree": "🎄", + "clipperton_island": "🇨🇵", + "cocos_(keeling)_islands": "🇨🇨", + "colombia": "🇨🇴", + "comoros": "🇰🇲", + "congo_-_brazzaville": "🇨🇬", + "congo_-_kinshasa": "🇨🇩", + "cook_islands": "🇨🇰", + "costa_rica": "🇨🇷", + "croatia": "🇭🇷", + "cuba": "🇨🇺", + "curaçao": "🇨🇼", + "cyprus": "🇨🇾", + "czechia": "🇨🇿", + "côte_d’ivoire": "🇨🇮", + "denmark": "🇩🇰", + "diego_garcia": "🇩🇬", + "djibouti": "🇩🇯", + "dominica": "🇩🇲", + "dominican_republic": "🇩🇴", + "end_arrow": "🔚", + "ecuador": "🇪🇨", + "egypt": "🇪🇬", + "el_salvador": "🇸🇻", + "england": "🏴\U000e0067\U000e0062\U000e0065\U000e006e\U000e0067\U000e007f", + "equatorial_guinea": "🇬🇶", + "eritrea": "🇪🇷", + "estonia": "🇪🇪", + "ethiopia": "🇪🇹", + "european_union": "🇪🇺", + "free_button": "🆓", + "falkland_islands": "🇫🇰", + "faroe_islands": "🇫🇴", + "fiji": "🇫🇯", + "finland": "🇫🇮", + "france": "🇫🇷", + "french_guiana": "🇬🇫", + "french_polynesia": "🇵🇫", + "french_southern_territories": "🇹🇫", + "gabon": "🇬🇦", + "gambia": "🇬🇲", + "gemini": "♊", + "georgia": "🇬🇪", + "germany": "🇩🇪", + "ghana": "🇬🇭", + "gibraltar": "🇬🇮", + "greece": "🇬🇷", + "greenland": "🇬🇱", + "grenada": "🇬🇩", + "guadeloupe": "🇬🇵", + "guam": "🇬🇺", + "guatemala": "🇬🇹", + "guernsey": "🇬🇬", + "guinea": "🇬🇳", + "guinea-bissau": "🇬🇼", + "guyana": "🇬🇾", + "haiti": "🇭🇹", + "heard_&_mcdonald_islands": "🇭🇲", + "honduras": "🇭🇳", + "hong_kong_sar_china": "🇭🇰", + "hungary": "🇭🇺", + "id_button": "🆔", + "iceland": "🇮🇸", + "india": "🇮🇳", + "indonesia": "🇮🇩", + "iran": "🇮🇷", + "iraq": "🇮🇶", + "ireland": "🇮🇪", + "isle_of_man": "🇮🇲", + "israel": "🇮🇱", + "italy": "🇮🇹", + "jamaica": "🇯🇲", + "japan": "🗾", + "japanese_acceptable_button": "🉑", + "japanese_application_button": "🈸", + "japanese_bargain_button": "🉐", + "japanese_castle": "🏯", + "japanese_congratulations_button": "㊗", + "japanese_discount_button": "🈹", + "japanese_dolls": "🎎", + "japanese_free_of_charge_button": "🈚", + "japanese_here_button": "🈁", + "japanese_monthly_amount_button": "🈷", + "japanese_no_vacancy_button": "🈵", + "japanese_not_free_of_charge_button": "🈶", + "japanese_open_for_business_button": "🈺", + "japanese_passing_grade_button": "🈴", + "japanese_post_office": "🏣", + "japanese_prohibited_button": "🈲", + "japanese_reserved_button": "🈯", + "japanese_secret_button": "㊙", + "japanese_service_charge_button": "🈂", + "japanese_symbol_for_beginner": "🔰", + "japanese_vacancy_button": "🈳", + "jersey": "🇯🇪", + "jordan": "🇯🇴", + "kazakhstan": "🇰🇿", + "kenya": "🇰🇪", + "kiribati": "🇰🇮", + "kosovo": "🇽🇰", + "kuwait": "🇰🇼", + "kyrgyzstan": "🇰🇬", + "laos": "🇱🇦", + "latvia": "🇱🇻", + "lebanon": "🇱🇧", + "leo": "♌", + "lesotho": "🇱🇸", + "liberia": "🇱🇷", + "libra": "♎", + "libya": "🇱🇾", + "liechtenstein": "🇱🇮", + "lithuania": "🇱🇹", + "luxembourg": "🇱🇺", + "macau_sar_china": "🇲🇴", + "macedonia": "🇲🇰", + "madagascar": "🇲🇬", + "malawi": "🇲🇼", + "malaysia": "🇲🇾", + "maldives": "🇲🇻", + "mali": "🇲🇱", + "malta": "🇲🇹", + "marshall_islands": "🇲🇭", + "martinique": "🇲🇶", + "mauritania": "🇲🇷", + "mauritius": "🇲🇺", + "mayotte": "🇾🇹", + "mexico": "🇲🇽", + "micronesia": "🇫🇲", + "moldova": "🇲🇩", + "monaco": "🇲🇨", + "mongolia": "🇲🇳", + "montenegro": "🇲🇪", + "montserrat": "🇲🇸", + "morocco": "🇲🇦", + "mozambique": "🇲🇿", + "mrs._claus": "🤶", + "mrs._claus_dark_skin_tone": "🤶🏿", + "mrs._claus_light_skin_tone": "🤶🏻", + "mrs._claus_medium-dark_skin_tone": "🤶🏾", + "mrs._claus_medium-light_skin_tone": "🤶🏼", + "mrs._claus_medium_skin_tone": "🤶🏽", + "myanmar_(burma)": "🇲🇲", + "new_button": "🆕", + "ng_button": "🆖", + "namibia": "🇳🇦", + "nauru": "🇳🇷", + "nepal": "🇳🇵", + "netherlands": "🇳🇱", + "new_caledonia": "🇳🇨", + "new_zealand": "🇳🇿", + "nicaragua": "🇳🇮", + "niger": "🇳🇪", + "nigeria": "🇳🇬", + "niue": "🇳🇺", + "norfolk_island": "🇳🇫", + "north_korea": "🇰🇵", + "northern_mariana_islands": "🇲🇵", + "norway": "🇳🇴", + "ok_button": "🆗", + "ok_hand": "👌", + "ok_hand_dark_skin_tone": "👌🏿", + "ok_hand_light_skin_tone": "👌🏻", + "ok_hand_medium-dark_skin_tone": "👌🏾", + "ok_hand_medium-light_skin_tone": "👌🏼", + "ok_hand_medium_skin_tone": "👌🏽", + "on!_arrow": "🔛", + "o_button_(blood_type)": "🅾", + "oman": "🇴🇲", + "ophiuchus": "⛎", + "p_button": "🅿", + "pakistan": "🇵🇰", + "palau": "🇵🇼", + "palestinian_territories": "🇵🇸", + "panama": "🇵🇦", + "papua_new_guinea": "🇵🇬", + "paraguay": "🇵🇾", + "peru": "🇵🇪", + "philippines": "🇵🇭", + "pisces": "♓", + "pitcairn_islands": "🇵🇳", + "poland": "🇵🇱", + "portugal": "🇵🇹", + "puerto_rico": "🇵🇷", + "qatar": "🇶🇦", + "romania": "🇷🇴", + "russia": "🇷🇺", + "rwanda": "🇷🇼", + "réunion": "🇷🇪", + "soon_arrow": "🔜", + "sos_button": "🆘", + "sagittarius": "♐", + "samoa": "🇼🇸", + "san_marino": "🇸🇲", + "santa_claus": "🎅", + "santa_claus_dark_skin_tone": "🎅🏿", + "santa_claus_light_skin_tone": "🎅🏻", + "santa_claus_medium-dark_skin_tone": "🎅🏾", + "santa_claus_medium-light_skin_tone": "🎅🏼", + "santa_claus_medium_skin_tone": "🎅🏽", + "saudi_arabia": "🇸🇦", + "scorpio": "♏", + "scotland": "🏴\U000e0067\U000e0062\U000e0073\U000e0063\U000e0074\U000e007f", + "senegal": "🇸🇳", + "serbia": "🇷🇸", + "seychelles": "🇸🇨", + "sierra_leone": "🇸🇱", + "singapore": "🇸🇬", + "sint_maarten": "🇸🇽", + "slovakia": "🇸🇰", + "slovenia": "🇸🇮", + "solomon_islands": "🇸🇧", + "somalia": "🇸🇴", + "south_africa": "🇿🇦", + "south_georgia_&_south_sandwich_islands": "🇬🇸", + "south_korea": "🇰🇷", + "south_sudan": "🇸🇸", + "spain": "🇪🇸", + "sri_lanka": "🇱🇰", + "st._barthélemy": "🇧🇱", + "st._helena": "🇸🇭", + "st._kitts_&_nevis": "🇰🇳", + "st._lucia": "🇱🇨", + "st._martin": "🇲🇫", + "st._pierre_&_miquelon": "🇵🇲", + "st._vincent_&_grenadines": "🇻🇨", + "statue_of_liberty": "🗽", + "sudan": "🇸🇩", + "suriname": "🇸🇷", + "svalbard_&_jan_mayen": "🇸🇯", + "swaziland": "🇸🇿", + "sweden": "🇸🇪", + "switzerland": "🇨🇭", + "syria": "🇸🇾", + "são_tomé_&_príncipe": "🇸🇹", + "t-rex": "🦖", + "top_arrow": "🔝", + "taiwan": "🇹🇼", + "tajikistan": "🇹🇯", + "tanzania": "🇹🇿", + "taurus": "♉", + "thailand": "🇹🇭", + "timor-leste": "🇹🇱", + "togo": "🇹🇬", + "tokelau": "🇹🇰", + "tokyo_tower": "🗼", + "tonga": "🇹🇴", + "trinidad_&_tobago": "🇹🇹", + "tristan_da_cunha": "🇹🇦", + "tunisia": "🇹🇳", + "turkey": "🦃", + "turkmenistan": "🇹🇲", + "turks_&_caicos_islands": "🇹🇨", + "tuvalu": "🇹🇻", + "u.s._outlying_islands": "🇺🇲", + "u.s._virgin_islands": "🇻🇮", + "up!_button": "🆙", + "uganda": "🇺🇬", + "ukraine": "🇺🇦", + "united_arab_emirates": "🇦🇪", + "united_kingdom": "🇬🇧", + "united_nations": "🇺🇳", + "united_states": "🇺🇸", + "uruguay": "🇺🇾", + "uzbekistan": "🇺🇿", + "vs_button": "🆚", + "vanuatu": "🇻🇺", + "vatican_city": "🇻🇦", + "venezuela": "🇻🇪", + "vietnam": "🇻🇳", + "virgo": "♍", + "wales": "🏴\U000e0067\U000e0062\U000e0077\U000e006c\U000e0073\U000e007f", + "wallis_&_futuna": "🇼🇫", + "western_sahara": "🇪🇭", + "yemen": "🇾🇪", + "zambia": "🇿🇲", + "zimbabwe": "🇿🇼", + "abacus": "🧮", + "adhesive_bandage": "🩹", + "admission_tickets": "🎟", + "adult": "🧑", + "adult_dark_skin_tone": "🧑🏿", + "adult_light_skin_tone": "🧑🏻", + "adult_medium-dark_skin_tone": "🧑🏾", + "adult_medium-light_skin_tone": "🧑🏼", + "adult_medium_skin_tone": "🧑🏽", + "aerial_tramway": "🚡", + "airplane": "✈", + "airplane_arrival": "🛬", + "airplane_departure": "🛫", + "alarm_clock": "⏰", + "alembic": "⚗", + "alien": "👽", + "alien_monster": "👾", + "ambulance": "🚑", + "american_football": "🏈", + "amphora": "🏺", + "anchor": "⚓", + "anger_symbol": "💢", + "angry_face": "😠", + "angry_face_with_horns": "👿", + "anguished_face": "😧", + "ant": "🐜", + "antenna_bars": "📶", + "anxious_face_with_sweat": "😰", + "articulated_lorry": "🚛", + "artist_palette": "🎨", + "astonished_face": "😲", + "atom_symbol": "⚛", + "auto_rickshaw": "🛺", + "automobile": "🚗", + "avocado": "🥑", + "axe": "🪓", + "baby": "👶", + "baby_angel": "👼", + "baby_angel_dark_skin_tone": "👼🏿", + "baby_angel_light_skin_tone": "👼🏻", + "baby_angel_medium-dark_skin_tone": "👼🏾", + "baby_angel_medium-light_skin_tone": "👼🏼", + "baby_angel_medium_skin_tone": "👼🏽", + "baby_bottle": "🍼", + "baby_chick": "🐤", + "baby_dark_skin_tone": "👶🏿", + "baby_light_skin_tone": "👶🏻", + "baby_medium-dark_skin_tone": "👶🏾", + "baby_medium-light_skin_tone": "👶🏼", + "baby_medium_skin_tone": "👶🏽", + "baby_symbol": "🚼", + "backhand_index_pointing_down": "👇", + "backhand_index_pointing_down_dark_skin_tone": "👇🏿", + "backhand_index_pointing_down_light_skin_tone": "👇🏻", + "backhand_index_pointing_down_medium-dark_skin_tone": "👇🏾", + "backhand_index_pointing_down_medium-light_skin_tone": "👇🏼", + "backhand_index_pointing_down_medium_skin_tone": "👇🏽", + "backhand_index_pointing_left": "👈", + "backhand_index_pointing_left_dark_skin_tone": "👈🏿", + "backhand_index_pointing_left_light_skin_tone": "👈🏻", + "backhand_index_pointing_left_medium-dark_skin_tone": "👈🏾", + "backhand_index_pointing_left_medium-light_skin_tone": "👈🏼", + "backhand_index_pointing_left_medium_skin_tone": "👈🏽", + "backhand_index_pointing_right": "👉", + "backhand_index_pointing_right_dark_skin_tone": "👉🏿", + "backhand_index_pointing_right_light_skin_tone": "👉🏻", + "backhand_index_pointing_right_medium-dark_skin_tone": "👉🏾", + "backhand_index_pointing_right_medium-light_skin_tone": "👉🏼", + "backhand_index_pointing_right_medium_skin_tone": "👉🏽", + "backhand_index_pointing_up": "👆", + "backhand_index_pointing_up_dark_skin_tone": "👆🏿", + "backhand_index_pointing_up_light_skin_tone": "👆🏻", + "backhand_index_pointing_up_medium-dark_skin_tone": "👆🏾", + "backhand_index_pointing_up_medium-light_skin_tone": "👆🏼", + "backhand_index_pointing_up_medium_skin_tone": "👆🏽", + "bacon": "🥓", + "badger": "🦡", + "badminton": "🏸", + "bagel": "🥯", + "baggage_claim": "🛄", + "baguette_bread": "🥖", + "balance_scale": "⚖", + "bald": "🦲", + "bald_man": "👨\u200d🦲", + "bald_woman": "👩\u200d🦲", + "ballet_shoes": "🩰", + "balloon": "🎈", + "ballot_box_with_ballot": "🗳", + "ballot_box_with_check": "☑", + "banana": "🍌", + "banjo": "🪕", + "bank": "🏦", + "bar_chart": "📊", + "barber_pole": "💈", + "baseball": "⚾", + "basket": "🧺", + "basketball": "🏀", + "bat": "🦇", + "bathtub": "🛁", + "battery": "🔋", + "beach_with_umbrella": "🏖", + "beaming_face_with_smiling_eyes": "😁", + "bear_face": "🐻", + "bearded_person": "🧔", + "bearded_person_dark_skin_tone": "🧔🏿", + "bearded_person_light_skin_tone": "🧔🏻", + "bearded_person_medium-dark_skin_tone": "🧔🏾", + "bearded_person_medium-light_skin_tone": "🧔🏼", + "bearded_person_medium_skin_tone": "🧔🏽", + "beating_heart": "💓", + "bed": "🛏", + "beer_mug": "🍺", + "bell": "🔔", + "bell_with_slash": "🔕", + "bellhop_bell": "🛎", + "bento_box": "🍱", + "beverage_box": "🧃", + "bicycle": "🚲", + "bikini": "👙", + "billed_cap": "🧢", + "biohazard": "☣", + "bird": "🐦", + "birthday_cake": "🎂", + "black_circle": "⚫", + "black_flag": "🏴", + "black_heart": "🖤", + "black_large_square": "⬛", + "black_medium-small_square": "◾", + "black_medium_square": "◼", + "black_nib": "✒", + "black_small_square": "▪", + "black_square_button": "🔲", + "blond-haired_man": "👱\u200d♂️", + "blond-haired_man_dark_skin_tone": "👱🏿\u200d♂️", + "blond-haired_man_light_skin_tone": "👱🏻\u200d♂️", + "blond-haired_man_medium-dark_skin_tone": "👱🏾\u200d♂️", + "blond-haired_man_medium-light_skin_tone": "👱🏼\u200d♂️", + "blond-haired_man_medium_skin_tone": "👱🏽\u200d♂️", + "blond-haired_person": "👱", + "blond-haired_person_dark_skin_tone": "👱🏿", + "blond-haired_person_light_skin_tone": "👱🏻", + "blond-haired_person_medium-dark_skin_tone": "👱🏾", + "blond-haired_person_medium-light_skin_tone": "👱🏼", + "blond-haired_person_medium_skin_tone": "👱🏽", + "blond-haired_woman": "👱\u200d♀️", + "blond-haired_woman_dark_skin_tone": "👱🏿\u200d♀️", + "blond-haired_woman_light_skin_tone": "👱🏻\u200d♀️", + "blond-haired_woman_medium-dark_skin_tone": "👱🏾\u200d♀️", + "blond-haired_woman_medium-light_skin_tone": "👱🏼\u200d♀️", + "blond-haired_woman_medium_skin_tone": "👱🏽\u200d♀️", + "blossom": "🌼", + "blowfish": "🐡", + "blue_book": "📘", + "blue_circle": "🔵", + "blue_heart": "💙", + "blue_square": "🟦", + "boar": "🐗", + "bomb": "💣", + "bone": "🦴", + "bookmark": "🔖", + "bookmark_tabs": "📑", + "books": "📚", + "bottle_with_popping_cork": "🍾", + "bouquet": "💐", + "bow_and_arrow": "🏹", + "bowl_with_spoon": "🥣", + "bowling": "🎳", + "boxing_glove": "🥊", + "boy": "👦", + "boy_dark_skin_tone": "👦🏿", + "boy_light_skin_tone": "👦🏻", + "boy_medium-dark_skin_tone": "👦🏾", + "boy_medium-light_skin_tone": "👦🏼", + "boy_medium_skin_tone": "👦🏽", + "brain": "🧠", + "bread": "🍞", + "breast-feeding": "🤱", + "breast-feeding_dark_skin_tone": "🤱🏿", + "breast-feeding_light_skin_tone": "🤱🏻", + "breast-feeding_medium-dark_skin_tone": "🤱🏾", + "breast-feeding_medium-light_skin_tone": "🤱🏼", + "breast-feeding_medium_skin_tone": "🤱🏽", + "brick": "🧱", + "bride_with_veil": "👰", + "bride_with_veil_dark_skin_tone": "👰🏿", + "bride_with_veil_light_skin_tone": "👰🏻", + "bride_with_veil_medium-dark_skin_tone": "👰🏾", + "bride_with_veil_medium-light_skin_tone": "👰🏼", + "bride_with_veil_medium_skin_tone": "👰🏽", + "bridge_at_night": "🌉", + "briefcase": "💼", + "briefs": "🩲", + "bright_button": "🔆", + "broccoli": "🥦", + "broken_heart": "💔", + "broom": "🧹", + "brown_circle": "🟤", + "brown_heart": "🤎", + "brown_square": "🟫", + "bug": "🐛", + "building_construction": "🏗", + "bullet_train": "🚅", + "burrito": "🌯", + "bus": "🚌", + "bus_stop": "🚏", + "bust_in_silhouette": "👤", + "busts_in_silhouette": "👥", + "butter": "🧈", + "butterfly": "🦋", + "cactus": "🌵", + "calendar": "📆", + "call_me_hand": "🤙", + "call_me_hand_dark_skin_tone": "🤙🏿", + "call_me_hand_light_skin_tone": "🤙🏻", + "call_me_hand_medium-dark_skin_tone": "🤙🏾", + "call_me_hand_medium-light_skin_tone": "🤙🏼", + "call_me_hand_medium_skin_tone": "🤙🏽", + "camel": "🐫", + "camera": "📷", + "camera_with_flash": "📸", + "camping": "🏕", + "candle": "🕯", + "candy": "🍬", + "canned_food": "🥫", + "canoe": "🛶", + "card_file_box": "🗃", + "card_index": "📇", + "card_index_dividers": "🗂", + "carousel_horse": "🎠", + "carp_streamer": "🎏", + "carrot": "🥕", + "castle": "🏰", + "cat": "🐱", + "cat_face": "🐱", + "cat_face_with_tears_of_joy": "😹", + "cat_face_with_wry_smile": "😼", + "chains": "⛓", + "chair": "🪑", + "chart_decreasing": "📉", + "chart_increasing": "📈", + "chart_increasing_with_yen": "💹", + "cheese_wedge": "🧀", + "chequered_flag": "🏁", + "cherries": "🍒", + "cherry_blossom": "🌸", + "chess_pawn": "♟", + "chestnut": "🌰", + "chicken": "🐔", + "child": "🧒", + "child_dark_skin_tone": "🧒🏿", + "child_light_skin_tone": "🧒🏻", + "child_medium-dark_skin_tone": "🧒🏾", + "child_medium-light_skin_tone": "🧒🏼", + "child_medium_skin_tone": "🧒🏽", + "children_crossing": "🚸", + "chipmunk": "🐿", + "chocolate_bar": "🍫", + "chopsticks": "🥢", + "church": "⛪", + "cigarette": "🚬", + "cinema": "🎦", + "circled_m": "Ⓜ", + "circus_tent": "🎪", + "cityscape": "🏙", + "cityscape_at_dusk": "🌆", + "clamp": "🗜", + "clapper_board": "🎬", + "clapping_hands": "👏", + "clapping_hands_dark_skin_tone": "👏🏿", + "clapping_hands_light_skin_tone": "👏🏻", + "clapping_hands_medium-dark_skin_tone": "👏🏾", + "clapping_hands_medium-light_skin_tone": "👏🏼", + "clapping_hands_medium_skin_tone": "👏🏽", + "classical_building": "🏛", + "clinking_beer_mugs": "🍻", + "clinking_glasses": "🥂", + "clipboard": "📋", + "clockwise_vertical_arrows": "🔃", + "closed_book": "📕", + "closed_mailbox_with_lowered_flag": "📪", + "closed_mailbox_with_raised_flag": "📫", + "closed_umbrella": "🌂", + "cloud": "☁", + "cloud_with_lightning": "🌩", + "cloud_with_lightning_and_rain": "⛈", + "cloud_with_rain": "🌧", + "cloud_with_snow": "🌨", + "clown_face": "🤡", + "club_suit": "♣", + "clutch_bag": "👝", + "coat": "🧥", + "cocktail_glass": "🍸", + "coconut": "🥥", + "coffin": "⚰", + "cold_face": "🥶", + "collision": "💥", + "comet": "☄", + "compass": "🧭", + "computer_disk": "💽", + "computer_mouse": "🖱", + "confetti_ball": "🎊", + "confounded_face": "😖", + "confused_face": "😕", + "construction": "🚧", + "construction_worker": "👷", + "construction_worker_dark_skin_tone": "👷🏿", + "construction_worker_light_skin_tone": "👷🏻", + "construction_worker_medium-dark_skin_tone": "👷🏾", + "construction_worker_medium-light_skin_tone": "👷🏼", + "construction_worker_medium_skin_tone": "👷🏽", + "control_knobs": "🎛", + "convenience_store": "🏪", + "cooked_rice": "🍚", + "cookie": "🍪", + "cooking": "🍳", + "copyright": "©", + "couch_and_lamp": "🛋", + "counterclockwise_arrows_button": "🔄", + "couple_with_heart": "💑", + "couple_with_heart_man_man": "👨\u200d❤️\u200d👨", + "couple_with_heart_woman_man": "👩\u200d❤️\u200d👨", + "couple_with_heart_woman_woman": "👩\u200d❤️\u200d👩", + "cow": "🐮", + "cow_face": "🐮", + "cowboy_hat_face": "🤠", + "crab": "🦀", + "crayon": "🖍", + "credit_card": "💳", + "crescent_moon": "🌙", + "cricket": "🦗", + "cricket_game": "🏏", + "crocodile": "🐊", + "croissant": "🥐", + "cross_mark": "❌", + "cross_mark_button": "❎", + "crossed_fingers": "🤞", + "crossed_fingers_dark_skin_tone": "🤞🏿", + "crossed_fingers_light_skin_tone": "🤞🏻", + "crossed_fingers_medium-dark_skin_tone": "🤞🏾", + "crossed_fingers_medium-light_skin_tone": "🤞🏼", + "crossed_fingers_medium_skin_tone": "🤞🏽", + "crossed_flags": "🎌", + "crossed_swords": "⚔", + "crown": "👑", + "crying_cat_face": "😿", + "crying_face": "😢", + "crystal_ball": "🔮", + "cucumber": "🥒", + "cupcake": "🧁", + "cup_with_straw": "🥤", + "curling_stone": "🥌", + "curly_hair": "🦱", + "curly-haired_man": "👨\u200d🦱", + "curly-haired_woman": "👩\u200d🦱", + "curly_loop": "➰", + "currency_exchange": "💱", + "curry_rice": "🍛", + "custard": "🍮", + "customs": "🛃", + "cut_of_meat": "🥩", + "cyclone": "🌀", + "dagger": "🗡", + "dango": "🍡", + "dashing_away": "💨", + "deaf_person": "🧏", + "deciduous_tree": "🌳", + "deer": "🦌", + "delivery_truck": "🚚", + "department_store": "🏬", + "derelict_house": "🏚", + "desert": "🏜", + "desert_island": "🏝", + "desktop_computer": "🖥", + "detective": "🕵", + "detective_dark_skin_tone": "🕵🏿", + "detective_light_skin_tone": "🕵🏻", + "detective_medium-dark_skin_tone": "🕵🏾", + "detective_medium-light_skin_tone": "🕵🏼", + "detective_medium_skin_tone": "🕵🏽", + "diamond_suit": "♦", + "diamond_with_a_dot": "💠", + "dim_button": "🔅", + "direct_hit": "🎯", + "disappointed_face": "😞", + "diving_mask": "🤿", + "diya_lamp": "🪔", + "dizzy": "💫", + "dizzy_face": "😵", + "dna": "🧬", + "dog": "🐶", + "dog_face": "🐶", + "dollar_banknote": "💵", + "dolphin": "🐬", + "door": "🚪", + "dotted_six-pointed_star": "🔯", + "double_curly_loop": "➿", + "double_exclamation_mark": "‼", + "doughnut": "🍩", + "dove": "🕊", + "down-left_arrow": "↙", + "down-right_arrow": "↘", + "down_arrow": "⬇", + "downcast_face_with_sweat": "😓", + "downwards_button": "🔽", + "dragon": "🐉", + "dragon_face": "🐲", + "dress": "👗", + "drooling_face": "🤤", + "drop_of_blood": "🩸", + "droplet": "💧", + "drum": "🥁", + "duck": "🦆", + "dumpling": "🥟", + "dvd": "📀", + "e-mail": "📧", + "eagle": "🦅", + "ear": "👂", + "ear_dark_skin_tone": "👂🏿", + "ear_light_skin_tone": "👂🏻", + "ear_medium-dark_skin_tone": "👂🏾", + "ear_medium-light_skin_tone": "👂🏼", + "ear_medium_skin_tone": "👂🏽", + "ear_of_corn": "🌽", + "ear_with_hearing_aid": "🦻", + "egg": "🍳", + "eggplant": "🍆", + "eight-pointed_star": "✴", + "eight-spoked_asterisk": "✳", + "eight-thirty": "🕣", + "eight_o’clock": "🕗", + "eject_button": "⏏", + "electric_plug": "🔌", + "elephant": "🐘", + "eleven-thirty": "🕦", + "eleven_o’clock": "🕚", + "elf": "🧝", + "elf_dark_skin_tone": "🧝🏿", + "elf_light_skin_tone": "🧝🏻", + "elf_medium-dark_skin_tone": "🧝🏾", + "elf_medium-light_skin_tone": "🧝🏼", + "elf_medium_skin_tone": "🧝🏽", + "envelope": "✉", + "envelope_with_arrow": "📩", + "euro_banknote": "💶", + "evergreen_tree": "🌲", + "ewe": "🐑", + "exclamation_mark": "❗", + "exclamation_question_mark": "⁉", + "exploding_head": "🤯", + "expressionless_face": "😑", + "eye": "👁", + "eye_in_speech_bubble": "👁️\u200d🗨️", + "eyes": "👀", + "face_blowing_a_kiss": "😘", + "face_savoring_food": "😋", + "face_screaming_in_fear": "😱", + "face_vomiting": "🤮", + "face_with_hand_over_mouth": "🤭", + "face_with_head-bandage": "🤕", + "face_with_medical_mask": "😷", + "face_with_monocle": "🧐", + "face_with_open_mouth": "😮", + "face_with_raised_eyebrow": "🤨", + "face_with_rolling_eyes": "🙄", + "face_with_steam_from_nose": "😤", + "face_with_symbols_on_mouth": "🤬", + "face_with_tears_of_joy": "😂", + "face_with_thermometer": "🤒", + "face_with_tongue": "😛", + "face_without_mouth": "😶", + "factory": "🏭", + "fairy": "🧚", + "fairy_dark_skin_tone": "🧚🏿", + "fairy_light_skin_tone": "🧚🏻", + "fairy_medium-dark_skin_tone": "🧚🏾", + "fairy_medium-light_skin_tone": "🧚🏼", + "fairy_medium_skin_tone": "🧚🏽", + "falafel": "🧆", + "fallen_leaf": "🍂", + "family": "👪", + "family_man_boy": "👨\u200d👦", + "family_man_boy_boy": "👨\u200d👦\u200d👦", + "family_man_girl": "👨\u200d👧", + "family_man_girl_boy": "👨\u200d👧\u200d👦", + "family_man_girl_girl": "👨\u200d👧\u200d👧", + "family_man_man_boy": "👨\u200d👨\u200d👦", + "family_man_man_boy_boy": "👨\u200d👨\u200d👦\u200d👦", + "family_man_man_girl": "👨\u200d👨\u200d👧", + "family_man_man_girl_boy": "👨\u200d👨\u200d👧\u200d👦", + "family_man_man_girl_girl": "👨\u200d👨\u200d👧\u200d👧", + "family_man_woman_boy": "👨\u200d👩\u200d👦", + "family_man_woman_boy_boy": "👨\u200d👩\u200d👦\u200d👦", + "family_man_woman_girl": "👨\u200d👩\u200d👧", + "family_man_woman_girl_boy": "👨\u200d👩\u200d👧\u200d👦", + "family_man_woman_girl_girl": "👨\u200d👩\u200d👧\u200d👧", + "family_woman_boy": "👩\u200d👦", + "family_woman_boy_boy": "👩\u200d👦\u200d👦", + "family_woman_girl": "👩\u200d👧", + "family_woman_girl_boy": "👩\u200d👧\u200d👦", + "family_woman_girl_girl": "👩\u200d👧\u200d👧", + "family_woman_woman_boy": "👩\u200d👩\u200d👦", + "family_woman_woman_boy_boy": "👩\u200d👩\u200d👦\u200d👦", + "family_woman_woman_girl": "👩\u200d👩\u200d👧", + "family_woman_woman_girl_boy": "👩\u200d👩\u200d👧\u200d👦", + "family_woman_woman_girl_girl": "👩\u200d👩\u200d👧\u200d👧", + "fast-forward_button": "⏩", + "fast_down_button": "⏬", + "fast_reverse_button": "⏪", + "fast_up_button": "⏫", + "fax_machine": "📠", + "fearful_face": "😨", + "female_sign": "♀", + "ferris_wheel": "🎡", + "ferry": "⛴", + "field_hockey": "🏑", + "file_cabinet": "🗄", + "file_folder": "📁", + "film_frames": "🎞", + "film_projector": "📽", + "fire": "🔥", + "fire_extinguisher": "🧯", + "firecracker": "🧨", + "fire_engine": "🚒", + "fireworks": "🎆", + "first_quarter_moon": "🌓", + "first_quarter_moon_face": "🌛", + "fish": "🐟", + "fish_cake_with_swirl": "🍥", + "fishing_pole": "🎣", + "five-thirty": "🕠", + "five_o’clock": "🕔", + "flag_in_hole": "⛳", + "flamingo": "🦩", + "flashlight": "🔦", + "flat_shoe": "🥿", + "fleur-de-lis": "⚜", + "flexed_biceps": "💪", + "flexed_biceps_dark_skin_tone": "💪🏿", + "flexed_biceps_light_skin_tone": "💪🏻", + "flexed_biceps_medium-dark_skin_tone": "💪🏾", + "flexed_biceps_medium-light_skin_tone": "💪🏼", + "flexed_biceps_medium_skin_tone": "💪🏽", + "floppy_disk": "💾", + "flower_playing_cards": "🎴", + "flushed_face": "😳", + "flying_disc": "🥏", + "flying_saucer": "🛸", + "fog": "🌫", + "foggy": "🌁", + "folded_hands": "🙏", + "folded_hands_dark_skin_tone": "🙏🏿", + "folded_hands_light_skin_tone": "🙏🏻", + "folded_hands_medium-dark_skin_tone": "🙏🏾", + "folded_hands_medium-light_skin_tone": "🙏🏼", + "folded_hands_medium_skin_tone": "🙏🏽", + "foot": "🦶", + "footprints": "👣", + "fork_and_knife": "🍴", + "fork_and_knife_with_plate": "🍽", + "fortune_cookie": "🥠", + "fountain": "⛲", + "fountain_pen": "🖋", + "four-thirty": "🕟", + "four_leaf_clover": "🍀", + "four_o’clock": "🕓", + "fox_face": "🦊", + "framed_picture": "🖼", + "french_fries": "🍟", + "fried_shrimp": "🍤", + "frog_face": "🐸", + "front-facing_baby_chick": "🐥", + "frowning_face": "☹", + "frowning_face_with_open_mouth": "😦", + "fuel_pump": "⛽", + "full_moon": "🌕", + "full_moon_face": "🌝", + "funeral_urn": "⚱", + "game_die": "🎲", + "garlic": "🧄", + "gear": "⚙", + "gem_stone": "💎", + "genie": "🧞", + "ghost": "👻", + "giraffe": "🦒", + "girl": "👧", + "girl_dark_skin_tone": "👧🏿", + "girl_light_skin_tone": "👧🏻", + "girl_medium-dark_skin_tone": "👧🏾", + "girl_medium-light_skin_tone": "👧🏼", + "girl_medium_skin_tone": "👧🏽", + "glass_of_milk": "🥛", + "glasses": "👓", + "globe_showing_americas": "🌎", + "globe_showing_asia-australia": "🌏", + "globe_showing_europe-africa": "🌍", + "globe_with_meridians": "🌐", + "gloves": "🧤", + "glowing_star": "🌟", + "goal_net": "🥅", + "goat": "🐐", + "goblin": "👺", + "goggles": "🥽", + "gorilla": "🦍", + "graduation_cap": "🎓", + "grapes": "🍇", + "green_apple": "🍏", + "green_book": "📗", + "green_circle": "🟢", + "green_heart": "💚", + "green_salad": "🥗", + "green_square": "🟩", + "grimacing_face": "😬", + "grinning_cat_face": "😺", + "grinning_cat_face_with_smiling_eyes": "😸", + "grinning_face": "😀", + "grinning_face_with_big_eyes": "😃", + "grinning_face_with_smiling_eyes": "😄", + "grinning_face_with_sweat": "😅", + "grinning_squinting_face": "😆", + "growing_heart": "💗", + "guard": "💂", + "guard_dark_skin_tone": "💂🏿", + "guard_light_skin_tone": "💂🏻", + "guard_medium-dark_skin_tone": "💂🏾", + "guard_medium-light_skin_tone": "💂🏼", + "guard_medium_skin_tone": "💂🏽", + "guide_dog": "🦮", + "guitar": "🎸", + "hamburger": "🍔", + "hammer": "🔨", + "hammer_and_pick": "⚒", + "hammer_and_wrench": "🛠", + "hamster_face": "🐹", + "hand_with_fingers_splayed": "🖐", + "hand_with_fingers_splayed_dark_skin_tone": "🖐🏿", + "hand_with_fingers_splayed_light_skin_tone": "🖐🏻", + "hand_with_fingers_splayed_medium-dark_skin_tone": "🖐🏾", + "hand_with_fingers_splayed_medium-light_skin_tone": "🖐🏼", + "hand_with_fingers_splayed_medium_skin_tone": "🖐🏽", + "handbag": "👜", + "handshake": "🤝", + "hatching_chick": "🐣", + "headphone": "🎧", + "hear-no-evil_monkey": "🙉", + "heart_decoration": "💟", + "heart_suit": "♥", + "heart_with_arrow": "💘", + "heart_with_ribbon": "💝", + "heavy_check_mark": "✔", + "heavy_division_sign": "➗", + "heavy_dollar_sign": "💲", + "heavy_heart_exclamation": "❣", + "heavy_large_circle": "⭕", + "heavy_minus_sign": "➖", + "heavy_multiplication_x": "✖", + "heavy_plus_sign": "➕", + "hedgehog": "🦔", + "helicopter": "🚁", + "herb": "🌿", + "hibiscus": "🌺", + "high-heeled_shoe": "👠", + "high-speed_train": "🚄", + "high_voltage": "⚡", + "hiking_boot": "🥾", + "hindu_temple": "🛕", + "hippopotamus": "🦛", + "hole": "🕳", + "honey_pot": "🍯", + "honeybee": "🐝", + "horizontal_traffic_light": "🚥", + "horse": "🐴", + "horse_face": "🐴", + "horse_racing": "🏇", + "horse_racing_dark_skin_tone": "🏇🏿", + "horse_racing_light_skin_tone": "🏇🏻", + "horse_racing_medium-dark_skin_tone": "🏇🏾", + "horse_racing_medium-light_skin_tone": "🏇🏼", + "horse_racing_medium_skin_tone": "🏇🏽", + "hospital": "🏥", + "hot_beverage": "☕", + "hot_dog": "🌭", + "hot_face": "🥵", + "hot_pepper": "🌶", + "hot_springs": "♨", + "hotel": "🏨", + "hourglass_done": "⌛", + "hourglass_not_done": "⏳", + "house": "🏠", + "house_with_garden": "🏡", + "houses": "🏘", + "hugging_face": "🤗", + "hundred_points": "💯", + "hushed_face": "😯", + "ice": "🧊", + "ice_cream": "🍨", + "ice_hockey": "🏒", + "ice_skate": "⛸", + "inbox_tray": "📥", + "incoming_envelope": "📨", + "index_pointing_up": "☝", + "index_pointing_up_dark_skin_tone": "☝🏿", + "index_pointing_up_light_skin_tone": "☝🏻", + "index_pointing_up_medium-dark_skin_tone": "☝🏾", + "index_pointing_up_medium-light_skin_tone": "☝🏼", + "index_pointing_up_medium_skin_tone": "☝🏽", + "infinity": "♾", + "information": "ℹ", + "input_latin_letters": "🔤", + "input_latin_lowercase": "🔡", + "input_latin_uppercase": "🔠", + "input_numbers": "🔢", + "input_symbols": "🔣", + "jack-o-lantern": "🎃", + "jeans": "👖", + "jigsaw": "🧩", + "joker": "🃏", + "joystick": "🕹", + "kaaba": "🕋", + "kangaroo": "🦘", + "key": "🔑", + "keyboard": "⌨", + "keycap_#": "#️⃣", + "keycap_*": "*️⃣", + "keycap_0": "0️⃣", + "keycap_1": "1️⃣", + "keycap_10": "🔟", + "keycap_2": "2️⃣", + "keycap_3": "3️⃣", + "keycap_4": "4️⃣", + "keycap_5": "5️⃣", + "keycap_6": "6️⃣", + "keycap_7": "7️⃣", + "keycap_8": "8️⃣", + "keycap_9": "9️⃣", + "kick_scooter": "🛴", + "kimono": "👘", + "kiss": "💋", + "kiss_man_man": "👨\u200d❤️\u200d💋\u200d👨", + "kiss_mark": "💋", + "kiss_woman_man": "👩\u200d❤️\u200d💋\u200d👨", + "kiss_woman_woman": "👩\u200d❤️\u200d💋\u200d👩", + "kissing_cat_face": "😽", + "kissing_face": "😗", + "kissing_face_with_closed_eyes": "😚", + "kissing_face_with_smiling_eyes": "😙", + "kitchen_knife": "🔪", + "kite": "🪁", + "kiwi_fruit": "🥝", + "koala": "🐨", + "lab_coat": "🥼", + "label": "🏷", + "lacrosse": "🥍", + "lady_beetle": "🐞", + "laptop_computer": "💻", + "large_blue_diamond": "🔷", + "large_orange_diamond": "🔶", + "last_quarter_moon": "🌗", + "last_quarter_moon_face": "🌜", + "last_track_button": "⏮", + "latin_cross": "✝", + "leaf_fluttering_in_wind": "🍃", + "leafy_green": "🥬", + "ledger": "📒", + "left-facing_fist": "🤛", + "left-facing_fist_dark_skin_tone": "🤛🏿", + "left-facing_fist_light_skin_tone": "🤛🏻", + "left-facing_fist_medium-dark_skin_tone": "🤛🏾", + "left-facing_fist_medium-light_skin_tone": "🤛🏼", + "left-facing_fist_medium_skin_tone": "🤛🏽", + "left-right_arrow": "↔", + "left_arrow": "⬅", + "left_arrow_curving_right": "↪", + "left_luggage": "🛅", + "left_speech_bubble": "🗨", + "leg": "🦵", + "lemon": "🍋", + "leopard": "🐆", + "level_slider": "🎚", + "light_bulb": "💡", + "light_rail": "🚈", + "link": "🔗", + "linked_paperclips": "🖇", + "lion_face": "🦁", + "lipstick": "💄", + "litter_in_bin_sign": "🚮", + "lizard": "🦎", + "llama": "🦙", + "lobster": "🦞", + "locked": "🔒", + "locked_with_key": "🔐", + "locked_with_pen": "🔏", + "locomotive": "🚂", + "lollipop": "🍭", + "lotion_bottle": "🧴", + "loudly_crying_face": "😭", + "loudspeaker": "📢", + "love-you_gesture": "🤟", + "love-you_gesture_dark_skin_tone": "🤟🏿", + "love-you_gesture_light_skin_tone": "🤟🏻", + "love-you_gesture_medium-dark_skin_tone": "🤟🏾", + "love-you_gesture_medium-light_skin_tone": "🤟🏼", + "love-you_gesture_medium_skin_tone": "🤟🏽", + "love_hotel": "🏩", + "love_letter": "💌", + "luggage": "🧳", + "lying_face": "🤥", + "mage": "🧙", + "mage_dark_skin_tone": "🧙🏿", + "mage_light_skin_tone": "🧙🏻", + "mage_medium-dark_skin_tone": "🧙🏾", + "mage_medium-light_skin_tone": "🧙🏼", + "mage_medium_skin_tone": "🧙🏽", + "magnet": "🧲", + "magnifying_glass_tilted_left": "🔍", + "magnifying_glass_tilted_right": "🔎", + "mahjong_red_dragon": "🀄", + "male_sign": "♂", + "man": "👨", + "man_and_woman_holding_hands": "👫", + "man_artist": "👨\u200d🎨", + "man_artist_dark_skin_tone": "👨🏿\u200d🎨", + "man_artist_light_skin_tone": "👨🏻\u200d🎨", + "man_artist_medium-dark_skin_tone": "👨🏾\u200d🎨", + "man_artist_medium-light_skin_tone": "👨🏼\u200d🎨", + "man_artist_medium_skin_tone": "👨🏽\u200d🎨", + "man_astronaut": "👨\u200d🚀", + "man_astronaut_dark_skin_tone": "👨🏿\u200d🚀", + "man_astronaut_light_skin_tone": "👨🏻\u200d🚀", + "man_astronaut_medium-dark_skin_tone": "👨🏾\u200d🚀", + "man_astronaut_medium-light_skin_tone": "👨🏼\u200d🚀", + "man_astronaut_medium_skin_tone": "👨🏽\u200d🚀", + "man_biking": "🚴\u200d♂️", + "man_biking_dark_skin_tone": "🚴🏿\u200d♂️", + "man_biking_light_skin_tone": "🚴🏻\u200d♂️", + "man_biking_medium-dark_skin_tone": "🚴🏾\u200d♂️", + "man_biking_medium-light_skin_tone": "🚴🏼\u200d♂️", + "man_biking_medium_skin_tone": "🚴🏽\u200d♂️", + "man_bouncing_ball": "⛹️\u200d♂️", + "man_bouncing_ball_dark_skin_tone": "⛹🏿\u200d♂️", + "man_bouncing_ball_light_skin_tone": "⛹🏻\u200d♂️", + "man_bouncing_ball_medium-dark_skin_tone": "⛹🏾\u200d♂️", + "man_bouncing_ball_medium-light_skin_tone": "⛹🏼\u200d♂️", + "man_bouncing_ball_medium_skin_tone": "⛹🏽\u200d♂️", + "man_bowing": "🙇\u200d♂️", + "man_bowing_dark_skin_tone": "🙇🏿\u200d♂️", + "man_bowing_light_skin_tone": "🙇🏻\u200d♂️", + "man_bowing_medium-dark_skin_tone": "🙇🏾\u200d♂️", + "man_bowing_medium-light_skin_tone": "🙇🏼\u200d♂️", + "man_bowing_medium_skin_tone": "🙇🏽\u200d♂️", + "man_cartwheeling": "🤸\u200d♂️", + "man_cartwheeling_dark_skin_tone": "🤸🏿\u200d♂️", + "man_cartwheeling_light_skin_tone": "🤸🏻\u200d♂️", + "man_cartwheeling_medium-dark_skin_tone": "🤸🏾\u200d♂️", + "man_cartwheeling_medium-light_skin_tone": "🤸🏼\u200d♂️", + "man_cartwheeling_medium_skin_tone": "🤸🏽\u200d♂️", + "man_climbing": "🧗\u200d♂️", + "man_climbing_dark_skin_tone": "🧗🏿\u200d♂️", + "man_climbing_light_skin_tone": "🧗🏻\u200d♂️", + "man_climbing_medium-dark_skin_tone": "🧗🏾\u200d♂️", + "man_climbing_medium-light_skin_tone": "🧗🏼\u200d♂️", + "man_climbing_medium_skin_tone": "🧗🏽\u200d♂️", + "man_construction_worker": "👷\u200d♂️", + "man_construction_worker_dark_skin_tone": "👷🏿\u200d♂️", + "man_construction_worker_light_skin_tone": "👷🏻\u200d♂️", + "man_construction_worker_medium-dark_skin_tone": "👷🏾\u200d♂️", + "man_construction_worker_medium-light_skin_tone": "👷🏼\u200d♂️", + "man_construction_worker_medium_skin_tone": "👷🏽\u200d♂️", + "man_cook": "👨\u200d🍳", + "man_cook_dark_skin_tone": "👨🏿\u200d🍳", + "man_cook_light_skin_tone": "👨🏻\u200d🍳", + "man_cook_medium-dark_skin_tone": "👨🏾\u200d🍳", + "man_cook_medium-light_skin_tone": "👨🏼\u200d🍳", + "man_cook_medium_skin_tone": "👨🏽\u200d🍳", + "man_dancing": "🕺", + "man_dancing_dark_skin_tone": "🕺🏿", + "man_dancing_light_skin_tone": "🕺🏻", + "man_dancing_medium-dark_skin_tone": "🕺🏾", + "man_dancing_medium-light_skin_tone": "🕺🏼", + "man_dancing_medium_skin_tone": "🕺🏽", + "man_dark_skin_tone": "👨🏿", + "man_detective": "🕵️\u200d♂️", + "man_detective_dark_skin_tone": "🕵🏿\u200d♂️", + "man_detective_light_skin_tone": "🕵🏻\u200d♂️", + "man_detective_medium-dark_skin_tone": "🕵🏾\u200d♂️", + "man_detective_medium-light_skin_tone": "🕵🏼\u200d♂️", + "man_detective_medium_skin_tone": "🕵🏽\u200d♂️", + "man_elf": "🧝\u200d♂️", + "man_elf_dark_skin_tone": "🧝🏿\u200d♂️", + "man_elf_light_skin_tone": "🧝🏻\u200d♂️", + "man_elf_medium-dark_skin_tone": "🧝🏾\u200d♂️", + "man_elf_medium-light_skin_tone": "🧝🏼\u200d♂️", + "man_elf_medium_skin_tone": "🧝🏽\u200d♂️", + "man_facepalming": "🤦\u200d♂️", + "man_facepalming_dark_skin_tone": "🤦🏿\u200d♂️", + "man_facepalming_light_skin_tone": "🤦🏻\u200d♂️", + "man_facepalming_medium-dark_skin_tone": "🤦🏾\u200d♂️", + "man_facepalming_medium-light_skin_tone": "🤦🏼\u200d♂️", + "man_facepalming_medium_skin_tone": "🤦🏽\u200d♂️", + "man_factory_worker": "👨\u200d🏭", + "man_factory_worker_dark_skin_tone": "👨🏿\u200d🏭", + "man_factory_worker_light_skin_tone": "👨🏻\u200d🏭", + "man_factory_worker_medium-dark_skin_tone": "👨🏾\u200d🏭", + "man_factory_worker_medium-light_skin_tone": "👨🏼\u200d🏭", + "man_factory_worker_medium_skin_tone": "👨🏽\u200d🏭", + "man_fairy": "🧚\u200d♂️", + "man_fairy_dark_skin_tone": "🧚🏿\u200d♂️", + "man_fairy_light_skin_tone": "🧚🏻\u200d♂️", + "man_fairy_medium-dark_skin_tone": "🧚🏾\u200d♂️", + "man_fairy_medium-light_skin_tone": "🧚🏼\u200d♂️", + "man_fairy_medium_skin_tone": "🧚🏽\u200d♂️", + "man_farmer": "👨\u200d🌾", + "man_farmer_dark_skin_tone": "👨🏿\u200d🌾", + "man_farmer_light_skin_tone": "👨🏻\u200d🌾", + "man_farmer_medium-dark_skin_tone": "👨🏾\u200d🌾", + "man_farmer_medium-light_skin_tone": "👨🏼\u200d🌾", + "man_farmer_medium_skin_tone": "👨🏽\u200d🌾", + "man_firefighter": "👨\u200d🚒", + "man_firefighter_dark_skin_tone": "👨🏿\u200d🚒", + "man_firefighter_light_skin_tone": "👨🏻\u200d🚒", + "man_firefighter_medium-dark_skin_tone": "👨🏾\u200d🚒", + "man_firefighter_medium-light_skin_tone": "👨🏼\u200d🚒", + "man_firefighter_medium_skin_tone": "👨🏽\u200d🚒", + "man_frowning": "🙍\u200d♂️", + "man_frowning_dark_skin_tone": "🙍🏿\u200d♂️", + "man_frowning_light_skin_tone": "🙍🏻\u200d♂️", + "man_frowning_medium-dark_skin_tone": "🙍🏾\u200d♂️", + "man_frowning_medium-light_skin_tone": "🙍🏼\u200d♂️", + "man_frowning_medium_skin_tone": "🙍🏽\u200d♂️", + "man_genie": "🧞\u200d♂️", + "man_gesturing_no": "🙅\u200d♂️", + "man_gesturing_no_dark_skin_tone": "🙅🏿\u200d♂️", + "man_gesturing_no_light_skin_tone": "🙅🏻\u200d♂️", + "man_gesturing_no_medium-dark_skin_tone": "🙅🏾\u200d♂️", + "man_gesturing_no_medium-light_skin_tone": "🙅🏼\u200d♂️", + "man_gesturing_no_medium_skin_tone": "🙅🏽\u200d♂️", + "man_gesturing_ok": "🙆\u200d♂️", + "man_gesturing_ok_dark_skin_tone": "🙆🏿\u200d♂️", + "man_gesturing_ok_light_skin_tone": "🙆🏻\u200d♂️", + "man_gesturing_ok_medium-dark_skin_tone": "🙆🏾\u200d♂️", + "man_gesturing_ok_medium-light_skin_tone": "🙆🏼\u200d♂️", + "man_gesturing_ok_medium_skin_tone": "🙆🏽\u200d♂️", + "man_getting_haircut": "💇\u200d♂️", + "man_getting_haircut_dark_skin_tone": "💇🏿\u200d♂️", + "man_getting_haircut_light_skin_tone": "💇🏻\u200d♂️", + "man_getting_haircut_medium-dark_skin_tone": "💇🏾\u200d♂️", + "man_getting_haircut_medium-light_skin_tone": "💇🏼\u200d♂️", + "man_getting_haircut_medium_skin_tone": "💇🏽\u200d♂️", + "man_getting_massage": "💆\u200d♂️", + "man_getting_massage_dark_skin_tone": "💆🏿\u200d♂️", + "man_getting_massage_light_skin_tone": "💆🏻\u200d♂️", + "man_getting_massage_medium-dark_skin_tone": "💆🏾\u200d♂️", + "man_getting_massage_medium-light_skin_tone": "💆🏼\u200d♂️", + "man_getting_massage_medium_skin_tone": "💆🏽\u200d♂️", + "man_golfing": "🏌️\u200d♂️", + "man_golfing_dark_skin_tone": "🏌🏿\u200d♂️", + "man_golfing_light_skin_tone": "🏌🏻\u200d♂️", + "man_golfing_medium-dark_skin_tone": "🏌🏾\u200d♂️", + "man_golfing_medium-light_skin_tone": "🏌🏼\u200d♂️", + "man_golfing_medium_skin_tone": "🏌🏽\u200d♂️", + "man_guard": "💂\u200d♂️", + "man_guard_dark_skin_tone": "💂🏿\u200d♂️", + "man_guard_light_skin_tone": "💂🏻\u200d♂️", + "man_guard_medium-dark_skin_tone": "💂🏾\u200d♂️", + "man_guard_medium-light_skin_tone": "💂🏼\u200d♂️", + "man_guard_medium_skin_tone": "💂🏽\u200d♂️", + "man_health_worker": "👨\u200d⚕️", + "man_health_worker_dark_skin_tone": "👨🏿\u200d⚕️", + "man_health_worker_light_skin_tone": "👨🏻\u200d⚕️", + "man_health_worker_medium-dark_skin_tone": "👨🏾\u200d⚕️", + "man_health_worker_medium-light_skin_tone": "👨🏼\u200d⚕️", + "man_health_worker_medium_skin_tone": "👨🏽\u200d⚕️", + "man_in_lotus_position": "🧘\u200d♂️", + "man_in_lotus_position_dark_skin_tone": "🧘🏿\u200d♂️", + "man_in_lotus_position_light_skin_tone": "🧘🏻\u200d♂️", + "man_in_lotus_position_medium-dark_skin_tone": "🧘🏾\u200d♂️", + "man_in_lotus_position_medium-light_skin_tone": "🧘🏼\u200d♂️", + "man_in_lotus_position_medium_skin_tone": "🧘🏽\u200d♂️", + "man_in_manual_wheelchair": "👨\u200d🦽", + "man_in_motorized_wheelchair": "👨\u200d🦼", + "man_in_steamy_room": "🧖\u200d♂️", + "man_in_steamy_room_dark_skin_tone": "🧖🏿\u200d♂️", + "man_in_steamy_room_light_skin_tone": "🧖🏻\u200d♂️", + "man_in_steamy_room_medium-dark_skin_tone": "🧖🏾\u200d♂️", + "man_in_steamy_room_medium-light_skin_tone": "🧖🏼\u200d♂️", + "man_in_steamy_room_medium_skin_tone": "🧖🏽\u200d♂️", + "man_in_suit_levitating": "🕴", + "man_in_suit_levitating_dark_skin_tone": "🕴🏿", + "man_in_suit_levitating_light_skin_tone": "🕴🏻", + "man_in_suit_levitating_medium-dark_skin_tone": "🕴🏾", + "man_in_suit_levitating_medium-light_skin_tone": "🕴🏼", + "man_in_suit_levitating_medium_skin_tone": "🕴🏽", + "man_in_tuxedo": "🤵", + "man_in_tuxedo_dark_skin_tone": "🤵🏿", + "man_in_tuxedo_light_skin_tone": "🤵🏻", + "man_in_tuxedo_medium-dark_skin_tone": "🤵🏾", + "man_in_tuxedo_medium-light_skin_tone": "🤵🏼", + "man_in_tuxedo_medium_skin_tone": "🤵🏽", + "man_judge": "👨\u200d⚖️", + "man_judge_dark_skin_tone": "👨🏿\u200d⚖️", + "man_judge_light_skin_tone": "👨🏻\u200d⚖️", + "man_judge_medium-dark_skin_tone": "👨🏾\u200d⚖️", + "man_judge_medium-light_skin_tone": "👨🏼\u200d⚖️", + "man_judge_medium_skin_tone": "👨🏽\u200d⚖️", + "man_juggling": "🤹\u200d♂️", + "man_juggling_dark_skin_tone": "🤹🏿\u200d♂️", + "man_juggling_light_skin_tone": "🤹🏻\u200d♂️", + "man_juggling_medium-dark_skin_tone": "🤹🏾\u200d♂️", + "man_juggling_medium-light_skin_tone": "🤹🏼\u200d♂️", + "man_juggling_medium_skin_tone": "🤹🏽\u200d♂️", + "man_lifting_weights": "🏋️\u200d♂️", + "man_lifting_weights_dark_skin_tone": "🏋🏿\u200d♂️", + "man_lifting_weights_light_skin_tone": "🏋🏻\u200d♂️", + "man_lifting_weights_medium-dark_skin_tone": "🏋🏾\u200d♂️", + "man_lifting_weights_medium-light_skin_tone": "🏋🏼\u200d♂️", + "man_lifting_weights_medium_skin_tone": "🏋🏽\u200d♂️", + "man_light_skin_tone": "👨🏻", + "man_mage": "🧙\u200d♂️", + "man_mage_dark_skin_tone": "🧙🏿\u200d♂️", + "man_mage_light_skin_tone": "🧙🏻\u200d♂️", + "man_mage_medium-dark_skin_tone": "🧙🏾\u200d♂️", + "man_mage_medium-light_skin_tone": "🧙🏼\u200d♂️", + "man_mage_medium_skin_tone": "🧙🏽\u200d♂️", + "man_mechanic": "👨\u200d🔧", + "man_mechanic_dark_skin_tone": "👨🏿\u200d🔧", + "man_mechanic_light_skin_tone": "👨🏻\u200d🔧", + "man_mechanic_medium-dark_skin_tone": "👨🏾\u200d🔧", + "man_mechanic_medium-light_skin_tone": "👨🏼\u200d🔧", + "man_mechanic_medium_skin_tone": "👨🏽\u200d🔧", + "man_medium-dark_skin_tone": "👨🏾", + "man_medium-light_skin_tone": "👨🏼", + "man_medium_skin_tone": "👨🏽", + "man_mountain_biking": "🚵\u200d♂️", + "man_mountain_biking_dark_skin_tone": "🚵🏿\u200d♂️", + "man_mountain_biking_light_skin_tone": "🚵🏻\u200d♂️", + "man_mountain_biking_medium-dark_skin_tone": "🚵🏾\u200d♂️", + "man_mountain_biking_medium-light_skin_tone": "🚵🏼\u200d♂️", + "man_mountain_biking_medium_skin_tone": "🚵🏽\u200d♂️", + "man_office_worker": "👨\u200d💼", + "man_office_worker_dark_skin_tone": "👨🏿\u200d💼", + "man_office_worker_light_skin_tone": "👨🏻\u200d💼", + "man_office_worker_medium-dark_skin_tone": "👨🏾\u200d💼", + "man_office_worker_medium-light_skin_tone": "👨🏼\u200d💼", + "man_office_worker_medium_skin_tone": "👨🏽\u200d💼", + "man_pilot": "👨\u200d✈️", + "man_pilot_dark_skin_tone": "👨🏿\u200d✈️", + "man_pilot_light_skin_tone": "👨🏻\u200d✈️", + "man_pilot_medium-dark_skin_tone": "👨🏾\u200d✈️", + "man_pilot_medium-light_skin_tone": "👨🏼\u200d✈️", + "man_pilot_medium_skin_tone": "👨🏽\u200d✈️", + "man_playing_handball": "🤾\u200d♂️", + "man_playing_handball_dark_skin_tone": "🤾🏿\u200d♂️", + "man_playing_handball_light_skin_tone": "🤾🏻\u200d♂️", + "man_playing_handball_medium-dark_skin_tone": "🤾🏾\u200d♂️", + "man_playing_handball_medium-light_skin_tone": "🤾🏼\u200d♂️", + "man_playing_handball_medium_skin_tone": "🤾🏽\u200d♂️", + "man_playing_water_polo": "🤽\u200d♂️", + "man_playing_water_polo_dark_skin_tone": "🤽🏿\u200d♂️", + "man_playing_water_polo_light_skin_tone": "🤽🏻\u200d♂️", + "man_playing_water_polo_medium-dark_skin_tone": "🤽🏾\u200d♂️", + "man_playing_water_polo_medium-light_skin_tone": "🤽🏼\u200d♂️", + "man_playing_water_polo_medium_skin_tone": "🤽🏽\u200d♂️", + "man_police_officer": "👮\u200d♂️", + "man_police_officer_dark_skin_tone": "👮🏿\u200d♂️", + "man_police_officer_light_skin_tone": "👮🏻\u200d♂️", + "man_police_officer_medium-dark_skin_tone": "👮🏾\u200d♂️", + "man_police_officer_medium-light_skin_tone": "👮🏼\u200d♂️", + "man_police_officer_medium_skin_tone": "👮🏽\u200d♂️", + "man_pouting": "🙎\u200d♂️", + "man_pouting_dark_skin_tone": "🙎🏿\u200d♂️", + "man_pouting_light_skin_tone": "🙎🏻\u200d♂️", + "man_pouting_medium-dark_skin_tone": "🙎🏾\u200d♂️", + "man_pouting_medium-light_skin_tone": "🙎🏼\u200d♂️", + "man_pouting_medium_skin_tone": "🙎🏽\u200d♂️", + "man_raising_hand": "🙋\u200d♂️", + "man_raising_hand_dark_skin_tone": "🙋🏿\u200d♂️", + "man_raising_hand_light_skin_tone": "🙋🏻\u200d♂️", + "man_raising_hand_medium-dark_skin_tone": "🙋🏾\u200d♂️", + "man_raising_hand_medium-light_skin_tone": "🙋🏼\u200d♂️", + "man_raising_hand_medium_skin_tone": "🙋🏽\u200d♂️", + "man_rowing_boat": "🚣\u200d♂️", + "man_rowing_boat_dark_skin_tone": "🚣🏿\u200d♂️", + "man_rowing_boat_light_skin_tone": "🚣🏻\u200d♂️", + "man_rowing_boat_medium-dark_skin_tone": "🚣🏾\u200d♂️", + "man_rowing_boat_medium-light_skin_tone": "🚣🏼\u200d♂️", + "man_rowing_boat_medium_skin_tone": "🚣🏽\u200d♂️", + "man_running": "🏃\u200d♂️", + "man_running_dark_skin_tone": "🏃🏿\u200d♂️", + "man_running_light_skin_tone": "🏃🏻\u200d♂️", + "man_running_medium-dark_skin_tone": "🏃🏾\u200d♂️", + "man_running_medium-light_skin_tone": "🏃🏼\u200d♂️", + "man_running_medium_skin_tone": "🏃🏽\u200d♂️", + "man_scientist": "👨\u200d🔬", + "man_scientist_dark_skin_tone": "👨🏿\u200d🔬", + "man_scientist_light_skin_tone": "👨🏻\u200d🔬", + "man_scientist_medium-dark_skin_tone": "👨🏾\u200d🔬", + "man_scientist_medium-light_skin_tone": "👨🏼\u200d🔬", + "man_scientist_medium_skin_tone": "👨🏽\u200d🔬", + "man_shrugging": "🤷\u200d♂️", + "man_shrugging_dark_skin_tone": "🤷🏿\u200d♂️", + "man_shrugging_light_skin_tone": "🤷🏻\u200d♂️", + "man_shrugging_medium-dark_skin_tone": "🤷🏾\u200d♂️", + "man_shrugging_medium-light_skin_tone": "🤷🏼\u200d♂️", + "man_shrugging_medium_skin_tone": "🤷🏽\u200d♂️", + "man_singer": "👨\u200d🎤", + "man_singer_dark_skin_tone": "👨🏿\u200d🎤", + "man_singer_light_skin_tone": "👨🏻\u200d🎤", + "man_singer_medium-dark_skin_tone": "👨🏾\u200d🎤", + "man_singer_medium-light_skin_tone": "👨🏼\u200d🎤", + "man_singer_medium_skin_tone": "👨🏽\u200d🎤", + "man_student": "👨\u200d🎓", + "man_student_dark_skin_tone": "👨🏿\u200d🎓", + "man_student_light_skin_tone": "👨🏻\u200d🎓", + "man_student_medium-dark_skin_tone": "👨🏾\u200d🎓", + "man_student_medium-light_skin_tone": "👨🏼\u200d🎓", + "man_student_medium_skin_tone": "👨🏽\u200d🎓", + "man_surfing": "🏄\u200d♂️", + "man_surfing_dark_skin_tone": "🏄🏿\u200d♂️", + "man_surfing_light_skin_tone": "🏄🏻\u200d♂️", + "man_surfing_medium-dark_skin_tone": "🏄🏾\u200d♂️", + "man_surfing_medium-light_skin_tone": "🏄🏼\u200d♂️", + "man_surfing_medium_skin_tone": "🏄🏽\u200d♂️", + "man_swimming": "🏊\u200d♂️", + "man_swimming_dark_skin_tone": "🏊🏿\u200d♂️", + "man_swimming_light_skin_tone": "🏊🏻\u200d♂️", + "man_swimming_medium-dark_skin_tone": "🏊🏾\u200d♂️", + "man_swimming_medium-light_skin_tone": "🏊🏼\u200d♂️", + "man_swimming_medium_skin_tone": "🏊🏽\u200d♂️", + "man_teacher": "👨\u200d🏫", + "man_teacher_dark_skin_tone": "👨🏿\u200d🏫", + "man_teacher_light_skin_tone": "👨🏻\u200d🏫", + "man_teacher_medium-dark_skin_tone": "👨🏾\u200d🏫", + "man_teacher_medium-light_skin_tone": "👨🏼\u200d🏫", + "man_teacher_medium_skin_tone": "👨🏽\u200d🏫", + "man_technologist": "👨\u200d💻", + "man_technologist_dark_skin_tone": "👨🏿\u200d💻", + "man_technologist_light_skin_tone": "👨🏻\u200d💻", + "man_technologist_medium-dark_skin_tone": "👨🏾\u200d💻", + "man_technologist_medium-light_skin_tone": "👨🏼\u200d💻", + "man_technologist_medium_skin_tone": "👨🏽\u200d💻", + "man_tipping_hand": "💁\u200d♂️", + "man_tipping_hand_dark_skin_tone": "💁🏿\u200d♂️", + "man_tipping_hand_light_skin_tone": "💁🏻\u200d♂️", + "man_tipping_hand_medium-dark_skin_tone": "💁🏾\u200d♂️", + "man_tipping_hand_medium-light_skin_tone": "💁🏼\u200d♂️", + "man_tipping_hand_medium_skin_tone": "💁🏽\u200d♂️", + "man_vampire": "🧛\u200d♂️", + "man_vampire_dark_skin_tone": "🧛🏿\u200d♂️", + "man_vampire_light_skin_tone": "🧛🏻\u200d♂️", + "man_vampire_medium-dark_skin_tone": "🧛🏾\u200d♂️", + "man_vampire_medium-light_skin_tone": "🧛🏼\u200d♂️", + "man_vampire_medium_skin_tone": "🧛🏽\u200d♂️", + "man_walking": "🚶\u200d♂️", + "man_walking_dark_skin_tone": "🚶🏿\u200d♂️", + "man_walking_light_skin_tone": "🚶🏻\u200d♂️", + "man_walking_medium-dark_skin_tone": "🚶🏾\u200d♂️", + "man_walking_medium-light_skin_tone": "🚶🏼\u200d♂️", + "man_walking_medium_skin_tone": "🚶🏽\u200d♂️", + "man_wearing_turban": "👳\u200d♂️", + "man_wearing_turban_dark_skin_tone": "👳🏿\u200d♂️", + "man_wearing_turban_light_skin_tone": "👳🏻\u200d♂️", + "man_wearing_turban_medium-dark_skin_tone": "👳🏾\u200d♂️", + "man_wearing_turban_medium-light_skin_tone": "👳🏼\u200d♂️", + "man_wearing_turban_medium_skin_tone": "👳🏽\u200d♂️", + "man_with_probing_cane": "👨\u200d🦯", + "man_with_chinese_cap": "👲", + "man_with_chinese_cap_dark_skin_tone": "👲🏿", + "man_with_chinese_cap_light_skin_tone": "👲🏻", + "man_with_chinese_cap_medium-dark_skin_tone": "👲🏾", + "man_with_chinese_cap_medium-light_skin_tone": "👲🏼", + "man_with_chinese_cap_medium_skin_tone": "👲🏽", + "man_zombie": "🧟\u200d♂️", + "mango": "🥭", + "mantelpiece_clock": "🕰", + "manual_wheelchair": "🦽", + "man’s_shoe": "👞", + "map_of_japan": "🗾", + "maple_leaf": "🍁", + "martial_arts_uniform": "🥋", + "mate": "🧉", + "meat_on_bone": "🍖", + "mechanical_arm": "🦾", + "mechanical_leg": "🦿", + "medical_symbol": "⚕", + "megaphone": "📣", + "melon": "🍈", + "memo": "📝", + "men_with_bunny_ears": "👯\u200d♂️", + "men_wrestling": "🤼\u200d♂️", + "menorah": "🕎", + "men’s_room": "🚹", + "mermaid": "🧜\u200d♀️", + "mermaid_dark_skin_tone": "🧜🏿\u200d♀️", + "mermaid_light_skin_tone": "🧜🏻\u200d♀️", + "mermaid_medium-dark_skin_tone": "🧜🏾\u200d♀️", + "mermaid_medium-light_skin_tone": "🧜🏼\u200d♀️", + "mermaid_medium_skin_tone": "🧜🏽\u200d♀️", + "merman": "🧜\u200d♂️", + "merman_dark_skin_tone": "🧜🏿\u200d♂️", + "merman_light_skin_tone": "🧜🏻\u200d♂️", + "merman_medium-dark_skin_tone": "🧜🏾\u200d♂️", + "merman_medium-light_skin_tone": "🧜🏼\u200d♂️", + "merman_medium_skin_tone": "🧜🏽\u200d♂️", + "merperson": "🧜", + "merperson_dark_skin_tone": "🧜🏿", + "merperson_light_skin_tone": "🧜🏻", + "merperson_medium-dark_skin_tone": "🧜🏾", + "merperson_medium-light_skin_tone": "🧜🏼", + "merperson_medium_skin_tone": "🧜🏽", + "metro": "🚇", + "microbe": "🦠", + "microphone": "🎤", + "microscope": "🔬", + "middle_finger": "🖕", + "middle_finger_dark_skin_tone": "🖕🏿", + "middle_finger_light_skin_tone": "🖕🏻", + "middle_finger_medium-dark_skin_tone": "🖕🏾", + "middle_finger_medium-light_skin_tone": "🖕🏼", + "middle_finger_medium_skin_tone": "🖕🏽", + "military_medal": "🎖", + "milky_way": "🌌", + "minibus": "🚐", + "moai": "🗿", + "mobile_phone": "📱", + "mobile_phone_off": "📴", + "mobile_phone_with_arrow": "📲", + "money-mouth_face": "🤑", + "money_bag": "💰", + "money_with_wings": "💸", + "monkey": "🐒", + "monkey_face": "🐵", + "monorail": "🚝", + "moon_cake": "🥮", + "moon_viewing_ceremony": "🎑", + "mosque": "🕌", + "mosquito": "🦟", + "motor_boat": "🛥", + "motor_scooter": "🛵", + "motorcycle": "🏍", + "motorized_wheelchair": "🦼", + "motorway": "🛣", + "mount_fuji": "🗻", + "mountain": "⛰", + "mountain_cableway": "🚠", + "mountain_railway": "🚞", + "mouse": "🐭", + "mouse_face": "🐭", + "mouth": "👄", + "movie_camera": "🎥", + "mushroom": "🍄", + "musical_keyboard": "🎹", + "musical_note": "🎵", + "musical_notes": "🎶", + "musical_score": "🎼", + "muted_speaker": "🔇", + "nail_polish": "💅", + "nail_polish_dark_skin_tone": "💅🏿", + "nail_polish_light_skin_tone": "💅🏻", + "nail_polish_medium-dark_skin_tone": "💅🏾", + "nail_polish_medium-light_skin_tone": "💅🏼", + "nail_polish_medium_skin_tone": "💅🏽", + "name_badge": "📛", + "national_park": "🏞", + "nauseated_face": "🤢", + "nazar_amulet": "🧿", + "necktie": "👔", + "nerd_face": "🤓", + "neutral_face": "😐", + "new_moon": "🌑", + "new_moon_face": "🌚", + "newspaper": "📰", + "next_track_button": "⏭", + "night_with_stars": "🌃", + "nine-thirty": "🕤", + "nine_o’clock": "🕘", + "no_bicycles": "🚳", + "no_entry": "⛔", + "no_littering": "🚯", + "no_mobile_phones": "📵", + "no_one_under_eighteen": "🔞", + "no_pedestrians": "🚷", + "no_smoking": "🚭", + "non-potable_water": "🚱", + "nose": "👃", + "nose_dark_skin_tone": "👃🏿", + "nose_light_skin_tone": "👃🏻", + "nose_medium-dark_skin_tone": "👃🏾", + "nose_medium-light_skin_tone": "👃🏼", + "nose_medium_skin_tone": "👃🏽", + "notebook": "📓", + "notebook_with_decorative_cover": "📔", + "nut_and_bolt": "🔩", + "octopus": "🐙", + "oden": "🍢", + "office_building": "🏢", + "ogre": "👹", + "oil_drum": "🛢", + "old_key": "🗝", + "old_man": "👴", + "old_man_dark_skin_tone": "👴🏿", + "old_man_light_skin_tone": "👴🏻", + "old_man_medium-dark_skin_tone": "👴🏾", + "old_man_medium-light_skin_tone": "👴🏼", + "old_man_medium_skin_tone": "👴🏽", + "old_woman": "👵", + "old_woman_dark_skin_tone": "👵🏿", + "old_woman_light_skin_tone": "👵🏻", + "old_woman_medium-dark_skin_tone": "👵🏾", + "old_woman_medium-light_skin_tone": "👵🏼", + "old_woman_medium_skin_tone": "👵🏽", + "older_adult": "🧓", + "older_adult_dark_skin_tone": "🧓🏿", + "older_adult_light_skin_tone": "🧓🏻", + "older_adult_medium-dark_skin_tone": "🧓🏾", + "older_adult_medium-light_skin_tone": "🧓🏼", + "older_adult_medium_skin_tone": "🧓🏽", + "om": "🕉", + "oncoming_automobile": "🚘", + "oncoming_bus": "🚍", + "oncoming_fist": "👊", + "oncoming_fist_dark_skin_tone": "👊🏿", + "oncoming_fist_light_skin_tone": "👊🏻", + "oncoming_fist_medium-dark_skin_tone": "👊🏾", + "oncoming_fist_medium-light_skin_tone": "👊🏼", + "oncoming_fist_medium_skin_tone": "👊🏽", + "oncoming_police_car": "🚔", + "oncoming_taxi": "🚖", + "one-piece_swimsuit": "🩱", + "one-thirty": "🕜", + "one_o’clock": "🕐", + "onion": "🧅", + "open_book": "📖", + "open_file_folder": "📂", + "open_hands": "👐", + "open_hands_dark_skin_tone": "👐🏿", + "open_hands_light_skin_tone": "👐🏻", + "open_hands_medium-dark_skin_tone": "👐🏾", + "open_hands_medium-light_skin_tone": "👐🏼", + "open_hands_medium_skin_tone": "👐🏽", + "open_mailbox_with_lowered_flag": "📭", + "open_mailbox_with_raised_flag": "📬", + "optical_disk": "💿", + "orange_book": "📙", + "orange_circle": "🟠", + "orange_heart": "🧡", + "orange_square": "🟧", + "orangutan": "🦧", + "orthodox_cross": "☦", + "otter": "🦦", + "outbox_tray": "📤", + "owl": "🦉", + "ox": "🐂", + "oyster": "🦪", + "package": "📦", + "page_facing_up": "📄", + "page_with_curl": "📃", + "pager": "📟", + "paintbrush": "🖌", + "palm_tree": "🌴", + "palms_up_together": "🤲", + "palms_up_together_dark_skin_tone": "🤲🏿", + "palms_up_together_light_skin_tone": "🤲🏻", + "palms_up_together_medium-dark_skin_tone": "🤲🏾", + "palms_up_together_medium-light_skin_tone": "🤲🏼", + "palms_up_together_medium_skin_tone": "🤲🏽", + "pancakes": "🥞", + "panda_face": "🐼", + "paperclip": "📎", + "parrot": "🦜", + "part_alternation_mark": "〽", + "party_popper": "🎉", + "partying_face": "🥳", + "passenger_ship": "🛳", + "passport_control": "🛂", + "pause_button": "⏸", + "paw_prints": "🐾", + "peace_symbol": "☮", + "peach": "🍑", + "peacock": "🦚", + "peanuts": "🥜", + "pear": "🍐", + "pen": "🖊", + "pencil": "📝", + "penguin": "🐧", + "pensive_face": "😔", + "people_holding_hands": "🧑\u200d🤝\u200d🧑", + "people_with_bunny_ears": "👯", + "people_wrestling": "🤼", + "performing_arts": "🎭", + "persevering_face": "😣", + "person_biking": "🚴", + "person_biking_dark_skin_tone": "🚴🏿", + "person_biking_light_skin_tone": "🚴🏻", + "person_biking_medium-dark_skin_tone": "🚴🏾", + "person_biking_medium-light_skin_tone": "🚴🏼", + "person_biking_medium_skin_tone": "🚴🏽", + "person_bouncing_ball": "⛹", + "person_bouncing_ball_dark_skin_tone": "⛹🏿", + "person_bouncing_ball_light_skin_tone": "⛹🏻", + "person_bouncing_ball_medium-dark_skin_tone": "⛹🏾", + "person_bouncing_ball_medium-light_skin_tone": "⛹🏼", + "person_bouncing_ball_medium_skin_tone": "⛹🏽", + "person_bowing": "🙇", + "person_bowing_dark_skin_tone": "🙇🏿", + "person_bowing_light_skin_tone": "🙇🏻", + "person_bowing_medium-dark_skin_tone": "🙇🏾", + "person_bowing_medium-light_skin_tone": "🙇🏼", + "person_bowing_medium_skin_tone": "🙇🏽", + "person_cartwheeling": "🤸", + "person_cartwheeling_dark_skin_tone": "🤸🏿", + "person_cartwheeling_light_skin_tone": "🤸🏻", + "person_cartwheeling_medium-dark_skin_tone": "🤸🏾", + "person_cartwheeling_medium-light_skin_tone": "🤸🏼", + "person_cartwheeling_medium_skin_tone": "🤸🏽", + "person_climbing": "🧗", + "person_climbing_dark_skin_tone": "🧗🏿", + "person_climbing_light_skin_tone": "🧗🏻", + "person_climbing_medium-dark_skin_tone": "🧗🏾", + "person_climbing_medium-light_skin_tone": "🧗🏼", + "person_climbing_medium_skin_tone": "🧗🏽", + "person_facepalming": "🤦", + "person_facepalming_dark_skin_tone": "🤦🏿", + "person_facepalming_light_skin_tone": "🤦🏻", + "person_facepalming_medium-dark_skin_tone": "🤦🏾", + "person_facepalming_medium-light_skin_tone": "🤦🏼", + "person_facepalming_medium_skin_tone": "🤦🏽", + "person_fencing": "🤺", + "person_frowning": "🙍", + "person_frowning_dark_skin_tone": "🙍🏿", + "person_frowning_light_skin_tone": "🙍🏻", + "person_frowning_medium-dark_skin_tone": "🙍🏾", + "person_frowning_medium-light_skin_tone": "🙍🏼", + "person_frowning_medium_skin_tone": "🙍🏽", + "person_gesturing_no": "🙅", + "person_gesturing_no_dark_skin_tone": "🙅🏿", + "person_gesturing_no_light_skin_tone": "🙅🏻", + "person_gesturing_no_medium-dark_skin_tone": "🙅🏾", + "person_gesturing_no_medium-light_skin_tone": "🙅🏼", + "person_gesturing_no_medium_skin_tone": "🙅🏽", + "person_gesturing_ok": "🙆", + "person_gesturing_ok_dark_skin_tone": "🙆🏿", + "person_gesturing_ok_light_skin_tone": "🙆🏻", + "person_gesturing_ok_medium-dark_skin_tone": "🙆🏾", + "person_gesturing_ok_medium-light_skin_tone": "🙆🏼", + "person_gesturing_ok_medium_skin_tone": "🙆🏽", + "person_getting_haircut": "💇", + "person_getting_haircut_dark_skin_tone": "💇🏿", + "person_getting_haircut_light_skin_tone": "💇🏻", + "person_getting_haircut_medium-dark_skin_tone": "💇🏾", + "person_getting_haircut_medium-light_skin_tone": "💇🏼", + "person_getting_haircut_medium_skin_tone": "💇🏽", + "person_getting_massage": "💆", + "person_getting_massage_dark_skin_tone": "💆🏿", + "person_getting_massage_light_skin_tone": "💆🏻", + "person_getting_massage_medium-dark_skin_tone": "💆🏾", + "person_getting_massage_medium-light_skin_tone": "💆🏼", + "person_getting_massage_medium_skin_tone": "💆🏽", + "person_golfing": "🏌", + "person_golfing_dark_skin_tone": "🏌🏿", + "person_golfing_light_skin_tone": "🏌🏻", + "person_golfing_medium-dark_skin_tone": "🏌🏾", + "person_golfing_medium-light_skin_tone": "🏌🏼", + "person_golfing_medium_skin_tone": "🏌🏽", + "person_in_bed": "🛌", + "person_in_bed_dark_skin_tone": "🛌🏿", + "person_in_bed_light_skin_tone": "🛌🏻", + "person_in_bed_medium-dark_skin_tone": "🛌🏾", + "person_in_bed_medium-light_skin_tone": "🛌🏼", + "person_in_bed_medium_skin_tone": "🛌🏽", + "person_in_lotus_position": "🧘", + "person_in_lotus_position_dark_skin_tone": "🧘🏿", + "person_in_lotus_position_light_skin_tone": "🧘🏻", + "person_in_lotus_position_medium-dark_skin_tone": "🧘🏾", + "person_in_lotus_position_medium-light_skin_tone": "🧘🏼", + "person_in_lotus_position_medium_skin_tone": "🧘🏽", + "person_in_steamy_room": "🧖", + "person_in_steamy_room_dark_skin_tone": "🧖🏿", + "person_in_steamy_room_light_skin_tone": "🧖🏻", + "person_in_steamy_room_medium-dark_skin_tone": "🧖🏾", + "person_in_steamy_room_medium-light_skin_tone": "🧖🏼", + "person_in_steamy_room_medium_skin_tone": "🧖🏽", + "person_juggling": "🤹", + "person_juggling_dark_skin_tone": "🤹🏿", + "person_juggling_light_skin_tone": "🤹🏻", + "person_juggling_medium-dark_skin_tone": "🤹🏾", + "person_juggling_medium-light_skin_tone": "🤹🏼", + "person_juggling_medium_skin_tone": "🤹🏽", + "person_kneeling": "🧎", + "person_lifting_weights": "🏋", + "person_lifting_weights_dark_skin_tone": "🏋🏿", + "person_lifting_weights_light_skin_tone": "🏋🏻", + "person_lifting_weights_medium-dark_skin_tone": "🏋🏾", + "person_lifting_weights_medium-light_skin_tone": "🏋🏼", + "person_lifting_weights_medium_skin_tone": "🏋🏽", + "person_mountain_biking": "🚵", + "person_mountain_biking_dark_skin_tone": "🚵🏿", + "person_mountain_biking_light_skin_tone": "🚵🏻", + "person_mountain_biking_medium-dark_skin_tone": "🚵🏾", + "person_mountain_biking_medium-light_skin_tone": "🚵🏼", + "person_mountain_biking_medium_skin_tone": "🚵🏽", + "person_playing_handball": "🤾", + "person_playing_handball_dark_skin_tone": "🤾🏿", + "person_playing_handball_light_skin_tone": "🤾🏻", + "person_playing_handball_medium-dark_skin_tone": "🤾🏾", + "person_playing_handball_medium-light_skin_tone": "🤾🏼", + "person_playing_handball_medium_skin_tone": "🤾🏽", + "person_playing_water_polo": "🤽", + "person_playing_water_polo_dark_skin_tone": "🤽🏿", + "person_playing_water_polo_light_skin_tone": "🤽🏻", + "person_playing_water_polo_medium-dark_skin_tone": "🤽🏾", + "person_playing_water_polo_medium-light_skin_tone": "🤽🏼", + "person_playing_water_polo_medium_skin_tone": "🤽🏽", + "person_pouting": "🙎", + "person_pouting_dark_skin_tone": "🙎🏿", + "person_pouting_light_skin_tone": "🙎🏻", + "person_pouting_medium-dark_skin_tone": "🙎🏾", + "person_pouting_medium-light_skin_tone": "🙎🏼", + "person_pouting_medium_skin_tone": "🙎🏽", + "person_raising_hand": "🙋", + "person_raising_hand_dark_skin_tone": "🙋🏿", + "person_raising_hand_light_skin_tone": "🙋🏻", + "person_raising_hand_medium-dark_skin_tone": "🙋🏾", + "person_raising_hand_medium-light_skin_tone": "🙋🏼", + "person_raising_hand_medium_skin_tone": "🙋🏽", + "person_rowing_boat": "🚣", + "person_rowing_boat_dark_skin_tone": "🚣🏿", + "person_rowing_boat_light_skin_tone": "🚣🏻", + "person_rowing_boat_medium-dark_skin_tone": "🚣🏾", + "person_rowing_boat_medium-light_skin_tone": "🚣🏼", + "person_rowing_boat_medium_skin_tone": "🚣🏽", + "person_running": "🏃", + "person_running_dark_skin_tone": "🏃🏿", + "person_running_light_skin_tone": "🏃🏻", + "person_running_medium-dark_skin_tone": "🏃🏾", + "person_running_medium-light_skin_tone": "🏃🏼", + "person_running_medium_skin_tone": "🏃🏽", + "person_shrugging": "🤷", + "person_shrugging_dark_skin_tone": "🤷🏿", + "person_shrugging_light_skin_tone": "🤷🏻", + "person_shrugging_medium-dark_skin_tone": "🤷🏾", + "person_shrugging_medium-light_skin_tone": "🤷🏼", + "person_shrugging_medium_skin_tone": "🤷🏽", + "person_standing": "🧍", + "person_surfing": "🏄", + "person_surfing_dark_skin_tone": "🏄🏿", + "person_surfing_light_skin_tone": "🏄🏻", + "person_surfing_medium-dark_skin_tone": "🏄🏾", + "person_surfing_medium-light_skin_tone": "🏄🏼", + "person_surfing_medium_skin_tone": "🏄🏽", + "person_swimming": "🏊", + "person_swimming_dark_skin_tone": "🏊🏿", + "person_swimming_light_skin_tone": "🏊🏻", + "person_swimming_medium-dark_skin_tone": "🏊🏾", + "person_swimming_medium-light_skin_tone": "🏊🏼", + "person_swimming_medium_skin_tone": "🏊🏽", + "person_taking_bath": "🛀", + "person_taking_bath_dark_skin_tone": "🛀🏿", + "person_taking_bath_light_skin_tone": "🛀🏻", + "person_taking_bath_medium-dark_skin_tone": "🛀🏾", + "person_taking_bath_medium-light_skin_tone": "🛀🏼", + "person_taking_bath_medium_skin_tone": "🛀🏽", + "person_tipping_hand": "💁", + "person_tipping_hand_dark_skin_tone": "💁🏿", + "person_tipping_hand_light_skin_tone": "💁🏻", + "person_tipping_hand_medium-dark_skin_tone": "💁🏾", + "person_tipping_hand_medium-light_skin_tone": "💁🏼", + "person_tipping_hand_medium_skin_tone": "💁🏽", + "person_walking": "🚶", + "person_walking_dark_skin_tone": "🚶🏿", + "person_walking_light_skin_tone": "🚶🏻", + "person_walking_medium-dark_skin_tone": "🚶🏾", + "person_walking_medium-light_skin_tone": "🚶🏼", + "person_walking_medium_skin_tone": "🚶🏽", + "person_wearing_turban": "👳", + "person_wearing_turban_dark_skin_tone": "👳🏿", + "person_wearing_turban_light_skin_tone": "👳🏻", + "person_wearing_turban_medium-dark_skin_tone": "👳🏾", + "person_wearing_turban_medium-light_skin_tone": "👳🏼", + "person_wearing_turban_medium_skin_tone": "👳🏽", + "petri_dish": "🧫", + "pick": "⛏", + "pie": "🥧", + "pig": "🐷", + "pig_face": "🐷", + "pig_nose": "🐽", + "pile_of_poo": "💩", + "pill": "💊", + "pinching_hand": "🤏", + "pine_decoration": "🎍", + "pineapple": "🍍", + "ping_pong": "🏓", + "pirate_flag": "🏴\u200d☠️", + "pistol": "🔫", + "pizza": "🍕", + "place_of_worship": "🛐", + "play_button": "▶", + "play_or_pause_button": "⏯", + "pleading_face": "🥺", + "police_car": "🚓", + "police_car_light": "🚨", + "police_officer": "👮", + "police_officer_dark_skin_tone": "👮🏿", + "police_officer_light_skin_tone": "👮🏻", + "police_officer_medium-dark_skin_tone": "👮🏾", + "police_officer_medium-light_skin_tone": "👮🏼", + "police_officer_medium_skin_tone": "👮🏽", + "poodle": "🐩", + "pool_8_ball": "🎱", + "popcorn": "🍿", + "post_office": "🏣", + "postal_horn": "📯", + "postbox": "📮", + "pot_of_food": "🍲", + "potable_water": "🚰", + "potato": "🥔", + "poultry_leg": "🍗", + "pound_banknote": "💷", + "pouting_cat_face": "😾", + "pouting_face": "😡", + "prayer_beads": "📿", + "pregnant_woman": "🤰", + "pregnant_woman_dark_skin_tone": "🤰🏿", + "pregnant_woman_light_skin_tone": "🤰🏻", + "pregnant_woman_medium-dark_skin_tone": "🤰🏾", + "pregnant_woman_medium-light_skin_tone": "🤰🏼", + "pregnant_woman_medium_skin_tone": "🤰🏽", + "pretzel": "🥨", + "probing_cane": "🦯", + "prince": "🤴", + "prince_dark_skin_tone": "🤴🏿", + "prince_light_skin_tone": "🤴🏻", + "prince_medium-dark_skin_tone": "🤴🏾", + "prince_medium-light_skin_tone": "🤴🏼", + "prince_medium_skin_tone": "🤴🏽", + "princess": "👸", + "princess_dark_skin_tone": "👸🏿", + "princess_light_skin_tone": "👸🏻", + "princess_medium-dark_skin_tone": "👸🏾", + "princess_medium-light_skin_tone": "👸🏼", + "princess_medium_skin_tone": "👸🏽", + "printer": "🖨", + "prohibited": "🚫", + "purple_circle": "🟣", + "purple_heart": "💜", + "purple_square": "🟪", + "purse": "👛", + "pushpin": "📌", + "question_mark": "❓", + "rabbit": "🐰", + "rabbit_face": "🐰", + "raccoon": "🦝", + "racing_car": "🏎", + "radio": "📻", + "radio_button": "🔘", + "radioactive": "☢", + "railway_car": "🚃", + "railway_track": "🛤", + "rainbow": "🌈", + "rainbow_flag": "🏳️\u200d🌈", + "raised_back_of_hand": "🤚", + "raised_back_of_hand_dark_skin_tone": "🤚🏿", + "raised_back_of_hand_light_skin_tone": "🤚🏻", + "raised_back_of_hand_medium-dark_skin_tone": "🤚🏾", + "raised_back_of_hand_medium-light_skin_tone": "🤚🏼", + "raised_back_of_hand_medium_skin_tone": "🤚🏽", + "raised_fist": "✊", + "raised_fist_dark_skin_tone": "✊🏿", + "raised_fist_light_skin_tone": "✊🏻", + "raised_fist_medium-dark_skin_tone": "✊🏾", + "raised_fist_medium-light_skin_tone": "✊🏼", + "raised_fist_medium_skin_tone": "✊🏽", + "raised_hand": "✋", + "raised_hand_dark_skin_tone": "✋🏿", + "raised_hand_light_skin_tone": "✋🏻", + "raised_hand_medium-dark_skin_tone": "✋🏾", + "raised_hand_medium-light_skin_tone": "✋🏼", + "raised_hand_medium_skin_tone": "✋🏽", + "raising_hands": "🙌", + "raising_hands_dark_skin_tone": "🙌🏿", + "raising_hands_light_skin_tone": "🙌🏻", + "raising_hands_medium-dark_skin_tone": "🙌🏾", + "raising_hands_medium-light_skin_tone": "🙌🏼", + "raising_hands_medium_skin_tone": "🙌🏽", + "ram": "🐏", + "rat": "🐀", + "razor": "🪒", + "ringed_planet": "🪐", + "receipt": "🧾", + "record_button": "⏺", + "recycling_symbol": "♻", + "red_apple": "🍎", + "red_circle": "🔴", + "red_envelope": "🧧", + "red_hair": "🦰", + "red-haired_man": "👨\u200d🦰", + "red-haired_woman": "👩\u200d🦰", + "red_heart": "❤", + "red_paper_lantern": "🏮", + "red_square": "🟥", + "red_triangle_pointed_down": "🔻", + "red_triangle_pointed_up": "🔺", + "registered": "®", + "relieved_face": "😌", + "reminder_ribbon": "🎗", + "repeat_button": "🔁", + "repeat_single_button": "🔂", + "rescue_worker’s_helmet": "⛑", + "restroom": "🚻", + "reverse_button": "◀", + "revolving_hearts": "💞", + "rhinoceros": "🦏", + "ribbon": "🎀", + "rice_ball": "🍙", + "rice_cracker": "🍘", + "right-facing_fist": "🤜", + "right-facing_fist_dark_skin_tone": "🤜🏿", + "right-facing_fist_light_skin_tone": "🤜🏻", + "right-facing_fist_medium-dark_skin_tone": "🤜🏾", + "right-facing_fist_medium-light_skin_tone": "🤜🏼", + "right-facing_fist_medium_skin_tone": "🤜🏽", + "right_anger_bubble": "🗯", + "right_arrow": "➡", + "right_arrow_curving_down": "⤵", + "right_arrow_curving_left": "↩", + "right_arrow_curving_up": "⤴", + "ring": "💍", + "roasted_sweet_potato": "🍠", + "robot_face": "🤖", + "rocket": "🚀", + "roll_of_paper": "🧻", + "rolled-up_newspaper": "🗞", + "roller_coaster": "🎢", + "rolling_on_the_floor_laughing": "🤣", + "rooster": "🐓", + "rose": "🌹", + "rosette": "🏵", + "round_pushpin": "📍", + "rugby_football": "🏉", + "running_shirt": "🎽", + "running_shoe": "👟", + "sad_but_relieved_face": "😥", + "safety_pin": "🧷", + "safety_vest": "🦺", + "salt": "🧂", + "sailboat": "⛵", + "sake": "🍶", + "sandwich": "🥪", + "sari": "🥻", + "satellite": "📡", + "satellite_antenna": "📡", + "sauropod": "🦕", + "saxophone": "🎷", + "scarf": "🧣", + "school": "🏫", + "school_backpack": "🎒", + "scissors": "✂", + "scorpion": "🦂", + "scroll": "📜", + "seat": "💺", + "see-no-evil_monkey": "🙈", + "seedling": "🌱", + "selfie": "🤳", + "selfie_dark_skin_tone": "🤳🏿", + "selfie_light_skin_tone": "🤳🏻", + "selfie_medium-dark_skin_tone": "🤳🏾", + "selfie_medium-light_skin_tone": "🤳🏼", + "selfie_medium_skin_tone": "🤳🏽", + "service_dog": "🐕\u200d🦺", + "seven-thirty": "🕢", + "seven_o’clock": "🕖", + "shallow_pan_of_food": "🥘", + "shamrock": "☘", + "shark": "🦈", + "shaved_ice": "🍧", + "sheaf_of_rice": "🌾", + "shield": "🛡", + "shinto_shrine": "⛩", + "ship": "🚢", + "shooting_star": "🌠", + "shopping_bags": "🛍", + "shopping_cart": "🛒", + "shortcake": "🍰", + "shorts": "🩳", + "shower": "🚿", + "shrimp": "🦐", + "shuffle_tracks_button": "🔀", + "shushing_face": "🤫", + "sign_of_the_horns": "🤘", + "sign_of_the_horns_dark_skin_tone": "🤘🏿", + "sign_of_the_horns_light_skin_tone": "🤘🏻", + "sign_of_the_horns_medium-dark_skin_tone": "🤘🏾", + "sign_of_the_horns_medium-light_skin_tone": "🤘🏼", + "sign_of_the_horns_medium_skin_tone": "🤘🏽", + "six-thirty": "🕡", + "six_o’clock": "🕕", + "skateboard": "🛹", + "skier": "⛷", + "skis": "🎿", + "skull": "💀", + "skull_and_crossbones": "☠", + "skunk": "🦨", + "sled": "🛷", + "sleeping_face": "😴", + "sleepy_face": "😪", + "slightly_frowning_face": "🙁", + "slightly_smiling_face": "🙂", + "slot_machine": "🎰", + "sloth": "🦥", + "small_airplane": "🛩", + "small_blue_diamond": "🔹", + "small_orange_diamond": "🔸", + "smiling_cat_face_with_heart-eyes": "😻", + "smiling_face": "☺", + "smiling_face_with_halo": "😇", + "smiling_face_with_3_hearts": "🥰", + "smiling_face_with_heart-eyes": "😍", + "smiling_face_with_horns": "😈", + "smiling_face_with_smiling_eyes": "😊", + "smiling_face_with_sunglasses": "😎", + "smirking_face": "😏", + "snail": "🐌", + "snake": "🐍", + "sneezing_face": "🤧", + "snow-capped_mountain": "🏔", + "snowboarder": "🏂", + "snowboarder_dark_skin_tone": "🏂🏿", + "snowboarder_light_skin_tone": "🏂🏻", + "snowboarder_medium-dark_skin_tone": "🏂🏾", + "snowboarder_medium-light_skin_tone": "🏂🏼", + "snowboarder_medium_skin_tone": "🏂🏽", + "snowflake": "❄", + "snowman": "☃", + "snowman_without_snow": "⛄", + "soap": "🧼", + "soccer_ball": "⚽", + "socks": "🧦", + "softball": "🥎", + "soft_ice_cream": "🍦", + "spade_suit": "♠", + "spaghetti": "🍝", + "sparkle": "❇", + "sparkler": "🎇", + "sparkles": "✨", + "sparkling_heart": "💖", + "speak-no-evil_monkey": "🙊", + "speaker_high_volume": "🔊", + "speaker_low_volume": "🔈", + "speaker_medium_volume": "🔉", + "speaking_head": "🗣", + "speech_balloon": "💬", + "speedboat": "🚤", + "spider": "🕷", + "spider_web": "🕸", + "spiral_calendar": "🗓", + "spiral_notepad": "🗒", + "spiral_shell": "🐚", + "spoon": "🥄", + "sponge": "🧽", + "sport_utility_vehicle": "🚙", + "sports_medal": "🏅", + "spouting_whale": "🐳", + "squid": "🦑", + "squinting_face_with_tongue": "😝", + "stadium": "🏟", + "star-struck": "🤩", + "star_and_crescent": "☪", + "star_of_david": "✡", + "station": "🚉", + "steaming_bowl": "🍜", + "stethoscope": "🩺", + "stop_button": "⏹", + "stop_sign": "🛑", + "stopwatch": "⏱", + "straight_ruler": "📏", + "strawberry": "🍓", + "studio_microphone": "🎙", + "stuffed_flatbread": "🥙", + "sun": "☀", + "sun_behind_cloud": "⛅", + "sun_behind_large_cloud": "🌥", + "sun_behind_rain_cloud": "🌦", + "sun_behind_small_cloud": "🌤", + "sun_with_face": "🌞", + "sunflower": "🌻", + "sunglasses": "😎", + "sunrise": "🌅", + "sunrise_over_mountains": "🌄", + "sunset": "🌇", + "superhero": "🦸", + "supervillain": "🦹", + "sushi": "🍣", + "suspension_railway": "🚟", + "swan": "🦢", + "sweat_droplets": "💦", + "synagogue": "🕍", + "syringe": "💉", + "t-shirt": "👕", + "taco": "🌮", + "takeout_box": "🥡", + "tanabata_tree": "🎋", + "tangerine": "🍊", + "taxi": "🚕", + "teacup_without_handle": "🍵", + "tear-off_calendar": "📆", + "teddy_bear": "🧸", + "telephone": "☎", + "telephone_receiver": "📞", + "telescope": "🔭", + "television": "📺", + "ten-thirty": "🕥", + "ten_o’clock": "🕙", + "tennis": "🎾", + "tent": "⛺", + "test_tube": "🧪", + "thermometer": "🌡", + "thinking_face": "🤔", + "thought_balloon": "💭", + "thread": "🧵", + "three-thirty": "🕞", + "three_o’clock": "🕒", + "thumbs_down": "👎", + "thumbs_down_dark_skin_tone": "👎🏿", + "thumbs_down_light_skin_tone": "👎🏻", + "thumbs_down_medium-dark_skin_tone": "👎🏾", + "thumbs_down_medium-light_skin_tone": "👎🏼", + "thumbs_down_medium_skin_tone": "👎🏽", + "thumbs_up": "👍", + "thumbs_up_dark_skin_tone": "👍🏿", + "thumbs_up_light_skin_tone": "👍🏻", + "thumbs_up_medium-dark_skin_tone": "👍🏾", + "thumbs_up_medium-light_skin_tone": "👍🏼", + "thumbs_up_medium_skin_tone": "👍🏽", + "ticket": "🎫", + "tiger": "🐯", + "tiger_face": "🐯", + "timer_clock": "⏲", + "tired_face": "😫", + "toolbox": "🧰", + "toilet": "🚽", + "tomato": "🍅", + "tongue": "👅", + "tooth": "🦷", + "top_hat": "🎩", + "tornado": "🌪", + "trackball": "🖲", + "tractor": "🚜", + "trade_mark": "™", + "train": "🚋", + "tram": "🚊", + "tram_car": "🚋", + "triangular_flag": "🚩", + "triangular_ruler": "📐", + "trident_emblem": "🔱", + "trolleybus": "🚎", + "trophy": "🏆", + "tropical_drink": "🍹", + "tropical_fish": "🐠", + "trumpet": "🎺", + "tulip": "🌷", + "tumbler_glass": "🥃", + "turtle": "🐢", + "twelve-thirty": "🕧", + "twelve_o’clock": "🕛", + "two-hump_camel": "🐫", + "two-thirty": "🕝", + "two_hearts": "💕", + "two_men_holding_hands": "👬", + "two_o’clock": "🕑", + "two_women_holding_hands": "👭", + "umbrella": "☂", + "umbrella_on_ground": "⛱", + "umbrella_with_rain_drops": "☔", + "unamused_face": "😒", + "unicorn_face": "🦄", + "unlocked": "🔓", + "up-down_arrow": "↕", + "up-left_arrow": "↖", + "up-right_arrow": "↗", + "up_arrow": "⬆", + "upside-down_face": "🙃", + "upwards_button": "🔼", + "vampire": "🧛", + "vampire_dark_skin_tone": "🧛🏿", + "vampire_light_skin_tone": "🧛🏻", + "vampire_medium-dark_skin_tone": "🧛🏾", + "vampire_medium-light_skin_tone": "🧛🏼", + "vampire_medium_skin_tone": "🧛🏽", + "vertical_traffic_light": "🚦", + "vibration_mode": "📳", + "victory_hand": "✌", + "victory_hand_dark_skin_tone": "✌🏿", + "victory_hand_light_skin_tone": "✌🏻", + "victory_hand_medium-dark_skin_tone": "✌🏾", + "victory_hand_medium-light_skin_tone": "✌🏼", + "victory_hand_medium_skin_tone": "✌🏽", + "video_camera": "📹", + "video_game": "🎮", + "videocassette": "📼", + "violin": "🎻", + "volcano": "🌋", + "volleyball": "🏐", + "vulcan_salute": "🖖", + "vulcan_salute_dark_skin_tone": "🖖🏿", + "vulcan_salute_light_skin_tone": "🖖🏻", + "vulcan_salute_medium-dark_skin_tone": "🖖🏾", + "vulcan_salute_medium-light_skin_tone": "🖖🏼", + "vulcan_salute_medium_skin_tone": "🖖🏽", + "waffle": "🧇", + "waning_crescent_moon": "🌘", + "waning_gibbous_moon": "🌖", + "warning": "⚠", + "wastebasket": "🗑", + "watch": "⌚", + "water_buffalo": "🐃", + "water_closet": "🚾", + "water_wave": "🌊", + "watermelon": "🍉", + "waving_hand": "👋", + "waving_hand_dark_skin_tone": "👋🏿", + "waving_hand_light_skin_tone": "👋🏻", + "waving_hand_medium-dark_skin_tone": "👋🏾", + "waving_hand_medium-light_skin_tone": "👋🏼", + "waving_hand_medium_skin_tone": "👋🏽", + "wavy_dash": "〰", + "waxing_crescent_moon": "🌒", + "waxing_gibbous_moon": "🌔", + "weary_cat_face": "🙀", + "weary_face": "😩", + "wedding": "💒", + "whale": "🐳", + "wheel_of_dharma": "☸", + "wheelchair_symbol": "♿", + "white_circle": "⚪", + "white_exclamation_mark": "❕", + "white_flag": "🏳", + "white_flower": "💮", + "white_hair": "🦳", + "white-haired_man": "👨\u200d🦳", + "white-haired_woman": "👩\u200d🦳", + "white_heart": "🤍", + "white_heavy_check_mark": "✅", + "white_large_square": "⬜", + "white_medium-small_square": "◽", + "white_medium_square": "◻", + "white_medium_star": "⭐", + "white_question_mark": "❔", + "white_small_square": "▫", + "white_square_button": "🔳", + "wilted_flower": "🥀", + "wind_chime": "🎐", + "wind_face": "🌬", + "wine_glass": "🍷", + "winking_face": "😉", + "winking_face_with_tongue": "😜", + "wolf_face": "🐺", + "woman": "👩", + "woman_artist": "👩\u200d🎨", + "woman_artist_dark_skin_tone": "👩🏿\u200d🎨", + "woman_artist_light_skin_tone": "👩🏻\u200d🎨", + "woman_artist_medium-dark_skin_tone": "👩🏾\u200d🎨", + "woman_artist_medium-light_skin_tone": "👩🏼\u200d🎨", + "woman_artist_medium_skin_tone": "👩🏽\u200d🎨", + "woman_astronaut": "👩\u200d🚀", + "woman_astronaut_dark_skin_tone": "👩🏿\u200d🚀", + "woman_astronaut_light_skin_tone": "👩🏻\u200d🚀", + "woman_astronaut_medium-dark_skin_tone": "👩🏾\u200d🚀", + "woman_astronaut_medium-light_skin_tone": "👩🏼\u200d🚀", + "woman_astronaut_medium_skin_tone": "👩🏽\u200d🚀", + "woman_biking": "🚴\u200d♀️", + "woman_biking_dark_skin_tone": "🚴🏿\u200d♀️", + "woman_biking_light_skin_tone": "🚴🏻\u200d♀️", + "woman_biking_medium-dark_skin_tone": "🚴🏾\u200d♀️", + "woman_biking_medium-light_skin_tone": "🚴🏼\u200d♀️", + "woman_biking_medium_skin_tone": "🚴🏽\u200d♀️", + "woman_bouncing_ball": "⛹️\u200d♀️", + "woman_bouncing_ball_dark_skin_tone": "⛹🏿\u200d♀️", + "woman_bouncing_ball_light_skin_tone": "⛹🏻\u200d♀️", + "woman_bouncing_ball_medium-dark_skin_tone": "⛹🏾\u200d♀️", + "woman_bouncing_ball_medium-light_skin_tone": "⛹🏼\u200d♀️", + "woman_bouncing_ball_medium_skin_tone": "⛹🏽\u200d♀️", + "woman_bowing": "🙇\u200d♀️", + "woman_bowing_dark_skin_tone": "🙇🏿\u200d♀️", + "woman_bowing_light_skin_tone": "🙇🏻\u200d♀️", + "woman_bowing_medium-dark_skin_tone": "🙇🏾\u200d♀️", + "woman_bowing_medium-light_skin_tone": "🙇🏼\u200d♀️", + "woman_bowing_medium_skin_tone": "🙇🏽\u200d♀️", + "woman_cartwheeling": "🤸\u200d♀️", + "woman_cartwheeling_dark_skin_tone": "🤸🏿\u200d♀️", + "woman_cartwheeling_light_skin_tone": "🤸🏻\u200d♀️", + "woman_cartwheeling_medium-dark_skin_tone": "🤸🏾\u200d♀️", + "woman_cartwheeling_medium-light_skin_tone": "🤸🏼\u200d♀️", + "woman_cartwheeling_medium_skin_tone": "🤸🏽\u200d♀️", + "woman_climbing": "🧗\u200d♀️", + "woman_climbing_dark_skin_tone": "🧗🏿\u200d♀️", + "woman_climbing_light_skin_tone": "🧗🏻\u200d♀️", + "woman_climbing_medium-dark_skin_tone": "🧗🏾\u200d♀️", + "woman_climbing_medium-light_skin_tone": "🧗🏼\u200d♀️", + "woman_climbing_medium_skin_tone": "🧗🏽\u200d♀️", + "woman_construction_worker": "👷\u200d♀️", + "woman_construction_worker_dark_skin_tone": "👷🏿\u200d♀️", + "woman_construction_worker_light_skin_tone": "👷🏻\u200d♀️", + "woman_construction_worker_medium-dark_skin_tone": "👷🏾\u200d♀️", + "woman_construction_worker_medium-light_skin_tone": "👷🏼\u200d♀️", + "woman_construction_worker_medium_skin_tone": "👷🏽\u200d♀️", + "woman_cook": "👩\u200d🍳", + "woman_cook_dark_skin_tone": "👩🏿\u200d🍳", + "woman_cook_light_skin_tone": "👩🏻\u200d🍳", + "woman_cook_medium-dark_skin_tone": "👩🏾\u200d🍳", + "woman_cook_medium-light_skin_tone": "👩🏼\u200d🍳", + "woman_cook_medium_skin_tone": "👩🏽\u200d🍳", + "woman_dancing": "💃", + "woman_dancing_dark_skin_tone": "💃🏿", + "woman_dancing_light_skin_tone": "💃🏻", + "woman_dancing_medium-dark_skin_tone": "💃🏾", + "woman_dancing_medium-light_skin_tone": "💃🏼", + "woman_dancing_medium_skin_tone": "💃🏽", + "woman_dark_skin_tone": "👩🏿", + "woman_detective": "🕵️\u200d♀️", + "woman_detective_dark_skin_tone": "🕵🏿\u200d♀️", + "woman_detective_light_skin_tone": "🕵🏻\u200d♀️", + "woman_detective_medium-dark_skin_tone": "🕵🏾\u200d♀️", + "woman_detective_medium-light_skin_tone": "🕵🏼\u200d♀️", + "woman_detective_medium_skin_tone": "🕵🏽\u200d♀️", + "woman_elf": "🧝\u200d♀️", + "woman_elf_dark_skin_tone": "🧝🏿\u200d♀️", + "woman_elf_light_skin_tone": "🧝🏻\u200d♀️", + "woman_elf_medium-dark_skin_tone": "🧝🏾\u200d♀️", + "woman_elf_medium-light_skin_tone": "🧝🏼\u200d♀️", + "woman_elf_medium_skin_tone": "🧝🏽\u200d♀️", + "woman_facepalming": "🤦\u200d♀️", + "woman_facepalming_dark_skin_tone": "🤦🏿\u200d♀️", + "woman_facepalming_light_skin_tone": "🤦🏻\u200d♀️", + "woman_facepalming_medium-dark_skin_tone": "🤦🏾\u200d♀️", + "woman_facepalming_medium-light_skin_tone": "🤦🏼\u200d♀️", + "woman_facepalming_medium_skin_tone": "🤦🏽\u200d♀️", + "woman_factory_worker": "👩\u200d🏭", + "woman_factory_worker_dark_skin_tone": "👩🏿\u200d🏭", + "woman_factory_worker_light_skin_tone": "👩🏻\u200d🏭", + "woman_factory_worker_medium-dark_skin_tone": "👩🏾\u200d🏭", + "woman_factory_worker_medium-light_skin_tone": "👩🏼\u200d🏭", + "woman_factory_worker_medium_skin_tone": "👩🏽\u200d🏭", + "woman_fairy": "🧚\u200d♀️", + "woman_fairy_dark_skin_tone": "🧚🏿\u200d♀️", + "woman_fairy_light_skin_tone": "🧚🏻\u200d♀️", + "woman_fairy_medium-dark_skin_tone": "🧚🏾\u200d♀️", + "woman_fairy_medium-light_skin_tone": "🧚🏼\u200d♀️", + "woman_fairy_medium_skin_tone": "🧚🏽\u200d♀️", + "woman_farmer": "👩\u200d🌾", + "woman_farmer_dark_skin_tone": "👩🏿\u200d🌾", + "woman_farmer_light_skin_tone": "👩🏻\u200d🌾", + "woman_farmer_medium-dark_skin_tone": "👩🏾\u200d🌾", + "woman_farmer_medium-light_skin_tone": "👩🏼\u200d🌾", + "woman_farmer_medium_skin_tone": "👩🏽\u200d🌾", + "woman_firefighter": "👩\u200d🚒", + "woman_firefighter_dark_skin_tone": "👩🏿\u200d🚒", + "woman_firefighter_light_skin_tone": "👩🏻\u200d🚒", + "woman_firefighter_medium-dark_skin_tone": "👩🏾\u200d🚒", + "woman_firefighter_medium-light_skin_tone": "👩🏼\u200d🚒", + "woman_firefighter_medium_skin_tone": "👩🏽\u200d🚒", + "woman_frowning": "🙍\u200d♀️", + "woman_frowning_dark_skin_tone": "🙍🏿\u200d♀️", + "woman_frowning_light_skin_tone": "🙍🏻\u200d♀️", + "woman_frowning_medium-dark_skin_tone": "🙍🏾\u200d♀️", + "woman_frowning_medium-light_skin_tone": "🙍🏼\u200d♀️", + "woman_frowning_medium_skin_tone": "🙍🏽\u200d♀️", + "woman_genie": "🧞\u200d♀️", + "woman_gesturing_no": "🙅\u200d♀️", + "woman_gesturing_no_dark_skin_tone": "🙅🏿\u200d♀️", + "woman_gesturing_no_light_skin_tone": "🙅🏻\u200d♀️", + "woman_gesturing_no_medium-dark_skin_tone": "🙅🏾\u200d♀️", + "woman_gesturing_no_medium-light_skin_tone": "🙅🏼\u200d♀️", + "woman_gesturing_no_medium_skin_tone": "🙅🏽\u200d♀️", + "woman_gesturing_ok": "🙆\u200d♀️", + "woman_gesturing_ok_dark_skin_tone": "🙆🏿\u200d♀️", + "woman_gesturing_ok_light_skin_tone": "🙆🏻\u200d♀️", + "woman_gesturing_ok_medium-dark_skin_tone": "🙆🏾\u200d♀️", + "woman_gesturing_ok_medium-light_skin_tone": "🙆🏼\u200d♀️", + "woman_gesturing_ok_medium_skin_tone": "🙆🏽\u200d♀️", + "woman_getting_haircut": "💇\u200d♀️", + "woman_getting_haircut_dark_skin_tone": "💇🏿\u200d♀️", + "woman_getting_haircut_light_skin_tone": "💇🏻\u200d♀️", + "woman_getting_haircut_medium-dark_skin_tone": "💇🏾\u200d♀️", + "woman_getting_haircut_medium-light_skin_tone": "💇🏼\u200d♀️", + "woman_getting_haircut_medium_skin_tone": "💇🏽\u200d♀️", + "woman_getting_massage": "💆\u200d♀️", + "woman_getting_massage_dark_skin_tone": "💆🏿\u200d♀️", + "woman_getting_massage_light_skin_tone": "💆🏻\u200d♀️", + "woman_getting_massage_medium-dark_skin_tone": "💆🏾\u200d♀️", + "woman_getting_massage_medium-light_skin_tone": "💆🏼\u200d♀️", + "woman_getting_massage_medium_skin_tone": "💆🏽\u200d♀️", + "woman_golfing": "🏌️\u200d♀️", + "woman_golfing_dark_skin_tone": "🏌🏿\u200d♀️", + "woman_golfing_light_skin_tone": "🏌🏻\u200d♀️", + "woman_golfing_medium-dark_skin_tone": "🏌🏾\u200d♀️", + "woman_golfing_medium-light_skin_tone": "🏌🏼\u200d♀️", + "woman_golfing_medium_skin_tone": "🏌🏽\u200d♀️", + "woman_guard": "💂\u200d♀️", + "woman_guard_dark_skin_tone": "💂🏿\u200d♀️", + "woman_guard_light_skin_tone": "💂🏻\u200d♀️", + "woman_guard_medium-dark_skin_tone": "💂🏾\u200d♀️", + "woman_guard_medium-light_skin_tone": "💂🏼\u200d♀️", + "woman_guard_medium_skin_tone": "💂🏽\u200d♀️", + "woman_health_worker": "👩\u200d⚕️", + "woman_health_worker_dark_skin_tone": "👩🏿\u200d⚕️", + "woman_health_worker_light_skin_tone": "👩🏻\u200d⚕️", + "woman_health_worker_medium-dark_skin_tone": "👩🏾\u200d⚕️", + "woman_health_worker_medium-light_skin_tone": "👩🏼\u200d⚕️", + "woman_health_worker_medium_skin_tone": "👩🏽\u200d⚕️", + "woman_in_lotus_position": "🧘\u200d♀️", + "woman_in_lotus_position_dark_skin_tone": "🧘🏿\u200d♀️", + "woman_in_lotus_position_light_skin_tone": "🧘🏻\u200d♀️", + "woman_in_lotus_position_medium-dark_skin_tone": "🧘🏾\u200d♀️", + "woman_in_lotus_position_medium-light_skin_tone": "🧘🏼\u200d♀️", + "woman_in_lotus_position_medium_skin_tone": "🧘🏽\u200d♀️", + "woman_in_manual_wheelchair": "👩\u200d🦽", + "woman_in_motorized_wheelchair": "👩\u200d🦼", + "woman_in_steamy_room": "🧖\u200d♀️", + "woman_in_steamy_room_dark_skin_tone": "🧖🏿\u200d♀️", + "woman_in_steamy_room_light_skin_tone": "🧖🏻\u200d♀️", + "woman_in_steamy_room_medium-dark_skin_tone": "🧖🏾\u200d♀️", + "woman_in_steamy_room_medium-light_skin_tone": "🧖🏼\u200d♀️", + "woman_in_steamy_room_medium_skin_tone": "🧖🏽\u200d♀️", + "woman_judge": "👩\u200d⚖️", + "woman_judge_dark_skin_tone": "👩🏿\u200d⚖️", + "woman_judge_light_skin_tone": "👩🏻\u200d⚖️", + "woman_judge_medium-dark_skin_tone": "👩🏾\u200d⚖️", + "woman_judge_medium-light_skin_tone": "👩🏼\u200d⚖️", + "woman_judge_medium_skin_tone": "👩🏽\u200d⚖️", + "woman_juggling": "🤹\u200d♀️", + "woman_juggling_dark_skin_tone": "🤹🏿\u200d♀️", + "woman_juggling_light_skin_tone": "🤹🏻\u200d♀️", + "woman_juggling_medium-dark_skin_tone": "🤹🏾\u200d♀️", + "woman_juggling_medium-light_skin_tone": "🤹🏼\u200d♀️", + "woman_juggling_medium_skin_tone": "🤹🏽\u200d♀️", + "woman_lifting_weights": "🏋️\u200d♀️", + "woman_lifting_weights_dark_skin_tone": "🏋🏿\u200d♀️", + "woman_lifting_weights_light_skin_tone": "🏋🏻\u200d♀️", + "woman_lifting_weights_medium-dark_skin_tone": "🏋🏾\u200d♀️", + "woman_lifting_weights_medium-light_skin_tone": "🏋🏼\u200d♀️", + "woman_lifting_weights_medium_skin_tone": "🏋🏽\u200d♀️", + "woman_light_skin_tone": "👩🏻", + "woman_mage": "🧙\u200d♀️", + "woman_mage_dark_skin_tone": "🧙🏿\u200d♀️", + "woman_mage_light_skin_tone": "🧙🏻\u200d♀️", + "woman_mage_medium-dark_skin_tone": "🧙🏾\u200d♀️", + "woman_mage_medium-light_skin_tone": "🧙🏼\u200d♀️", + "woman_mage_medium_skin_tone": "🧙🏽\u200d♀️", + "woman_mechanic": "👩\u200d🔧", + "woman_mechanic_dark_skin_tone": "👩🏿\u200d🔧", + "woman_mechanic_light_skin_tone": "👩🏻\u200d🔧", + "woman_mechanic_medium-dark_skin_tone": "👩🏾\u200d🔧", + "woman_mechanic_medium-light_skin_tone": "👩🏼\u200d🔧", + "woman_mechanic_medium_skin_tone": "👩🏽\u200d🔧", + "woman_medium-dark_skin_tone": "👩🏾", + "woman_medium-light_skin_tone": "👩🏼", + "woman_medium_skin_tone": "👩🏽", + "woman_mountain_biking": "🚵\u200d♀️", + "woman_mountain_biking_dark_skin_tone": "🚵🏿\u200d♀️", + "woman_mountain_biking_light_skin_tone": "🚵🏻\u200d♀️", + "woman_mountain_biking_medium-dark_skin_tone": "🚵🏾\u200d♀️", + "woman_mountain_biking_medium-light_skin_tone": "🚵🏼\u200d♀️", + "woman_mountain_biking_medium_skin_tone": "🚵🏽\u200d♀️", + "woman_office_worker": "👩\u200d💼", + "woman_office_worker_dark_skin_tone": "👩🏿\u200d💼", + "woman_office_worker_light_skin_tone": "👩🏻\u200d💼", + "woman_office_worker_medium-dark_skin_tone": "👩🏾\u200d💼", + "woman_office_worker_medium-light_skin_tone": "👩🏼\u200d💼", + "woman_office_worker_medium_skin_tone": "👩🏽\u200d💼", + "woman_pilot": "👩\u200d✈️", + "woman_pilot_dark_skin_tone": "👩🏿\u200d✈️", + "woman_pilot_light_skin_tone": "👩🏻\u200d✈️", + "woman_pilot_medium-dark_skin_tone": "👩🏾\u200d✈️", + "woman_pilot_medium-light_skin_tone": "👩🏼\u200d✈️", + "woman_pilot_medium_skin_tone": "👩🏽\u200d✈️", + "woman_playing_handball": "🤾\u200d♀️", + "woman_playing_handball_dark_skin_tone": "🤾🏿\u200d♀️", + "woman_playing_handball_light_skin_tone": "🤾🏻\u200d♀️", + "woman_playing_handball_medium-dark_skin_tone": "🤾🏾\u200d♀️", + "woman_playing_handball_medium-light_skin_tone": "🤾🏼\u200d♀️", + "woman_playing_handball_medium_skin_tone": "🤾🏽\u200d♀️", + "woman_playing_water_polo": "🤽\u200d♀️", + "woman_playing_water_polo_dark_skin_tone": "🤽🏿\u200d♀️", + "woman_playing_water_polo_light_skin_tone": "🤽🏻\u200d♀️", + "woman_playing_water_polo_medium-dark_skin_tone": "🤽🏾\u200d♀️", + "woman_playing_water_polo_medium-light_skin_tone": "🤽🏼\u200d♀️", + "woman_playing_water_polo_medium_skin_tone": "🤽🏽\u200d♀️", + "woman_police_officer": "👮\u200d♀️", + "woman_police_officer_dark_skin_tone": "👮🏿\u200d♀️", + "woman_police_officer_light_skin_tone": "👮🏻\u200d♀️", + "woman_police_officer_medium-dark_skin_tone": "👮🏾\u200d♀️", + "woman_police_officer_medium-light_skin_tone": "👮🏼\u200d♀️", + "woman_police_officer_medium_skin_tone": "👮🏽\u200d♀️", + "woman_pouting": "🙎\u200d♀️", + "woman_pouting_dark_skin_tone": "🙎🏿\u200d♀️", + "woman_pouting_light_skin_tone": "🙎🏻\u200d♀️", + "woman_pouting_medium-dark_skin_tone": "🙎🏾\u200d♀️", + "woman_pouting_medium-light_skin_tone": "🙎🏼\u200d♀️", + "woman_pouting_medium_skin_tone": "🙎🏽\u200d♀️", + "woman_raising_hand": "🙋\u200d♀️", + "woman_raising_hand_dark_skin_tone": "🙋🏿\u200d♀️", + "woman_raising_hand_light_skin_tone": "🙋🏻\u200d♀️", + "woman_raising_hand_medium-dark_skin_tone": "🙋🏾\u200d♀️", + "woman_raising_hand_medium-light_skin_tone": "🙋🏼\u200d♀️", + "woman_raising_hand_medium_skin_tone": "🙋🏽\u200d♀️", + "woman_rowing_boat": "🚣\u200d♀️", + "woman_rowing_boat_dark_skin_tone": "🚣🏿\u200d♀️", + "woman_rowing_boat_light_skin_tone": "🚣🏻\u200d♀️", + "woman_rowing_boat_medium-dark_skin_tone": "🚣🏾\u200d♀️", + "woman_rowing_boat_medium-light_skin_tone": "🚣🏼\u200d♀️", + "woman_rowing_boat_medium_skin_tone": "🚣🏽\u200d♀️", + "woman_running": "🏃\u200d♀️", + "woman_running_dark_skin_tone": "🏃🏿\u200d♀️", + "woman_running_light_skin_tone": "🏃🏻\u200d♀️", + "woman_running_medium-dark_skin_tone": "🏃🏾\u200d♀️", + "woman_running_medium-light_skin_tone": "🏃🏼\u200d♀️", + "woman_running_medium_skin_tone": "🏃🏽\u200d♀️", + "woman_scientist": "👩\u200d🔬", + "woman_scientist_dark_skin_tone": "👩🏿\u200d🔬", + "woman_scientist_light_skin_tone": "👩🏻\u200d🔬", + "woman_scientist_medium-dark_skin_tone": "👩🏾\u200d🔬", + "woman_scientist_medium-light_skin_tone": "👩🏼\u200d🔬", + "woman_scientist_medium_skin_tone": "👩🏽\u200d🔬", + "woman_shrugging": "🤷\u200d♀️", + "woman_shrugging_dark_skin_tone": "🤷🏿\u200d♀️", + "woman_shrugging_light_skin_tone": "🤷🏻\u200d♀️", + "woman_shrugging_medium-dark_skin_tone": "🤷🏾\u200d♀️", + "woman_shrugging_medium-light_skin_tone": "🤷🏼\u200d♀️", + "woman_shrugging_medium_skin_tone": "🤷🏽\u200d♀️", + "woman_singer": "👩\u200d🎤", + "woman_singer_dark_skin_tone": "👩🏿\u200d🎤", + "woman_singer_light_skin_tone": "👩🏻\u200d🎤", + "woman_singer_medium-dark_skin_tone": "👩🏾\u200d🎤", + "woman_singer_medium-light_skin_tone": "👩🏼\u200d🎤", + "woman_singer_medium_skin_tone": "👩🏽\u200d🎤", + "woman_student": "👩\u200d🎓", + "woman_student_dark_skin_tone": "👩🏿\u200d🎓", + "woman_student_light_skin_tone": "👩🏻\u200d🎓", + "woman_student_medium-dark_skin_tone": "👩🏾\u200d🎓", + "woman_student_medium-light_skin_tone": "👩🏼\u200d🎓", + "woman_student_medium_skin_tone": "👩🏽\u200d🎓", + "woman_surfing": "🏄\u200d♀️", + "woman_surfing_dark_skin_tone": "🏄🏿\u200d♀️", + "woman_surfing_light_skin_tone": "🏄🏻\u200d♀️", + "woman_surfing_medium-dark_skin_tone": "🏄🏾\u200d♀️", + "woman_surfing_medium-light_skin_tone": "🏄🏼\u200d♀️", + "woman_surfing_medium_skin_tone": "🏄🏽\u200d♀️", + "woman_swimming": "🏊\u200d♀️", + "woman_swimming_dark_skin_tone": "🏊🏿\u200d♀️", + "woman_swimming_light_skin_tone": "🏊🏻\u200d♀️", + "woman_swimming_medium-dark_skin_tone": "🏊🏾\u200d♀️", + "woman_swimming_medium-light_skin_tone": "🏊🏼\u200d♀️", + "woman_swimming_medium_skin_tone": "🏊🏽\u200d♀️", + "woman_teacher": "👩\u200d🏫", + "woman_teacher_dark_skin_tone": "👩🏿\u200d🏫", + "woman_teacher_light_skin_tone": "👩🏻\u200d🏫", + "woman_teacher_medium-dark_skin_tone": "👩🏾\u200d🏫", + "woman_teacher_medium-light_skin_tone": "👩🏼\u200d🏫", + "woman_teacher_medium_skin_tone": "👩🏽\u200d🏫", + "woman_technologist": "👩\u200d💻", + "woman_technologist_dark_skin_tone": "👩🏿\u200d💻", + "woman_technologist_light_skin_tone": "👩🏻\u200d💻", + "woman_technologist_medium-dark_skin_tone": "👩🏾\u200d💻", + "woman_technologist_medium-light_skin_tone": "👩🏼\u200d💻", + "woman_technologist_medium_skin_tone": "👩🏽\u200d💻", + "woman_tipping_hand": "💁\u200d♀️", + "woman_tipping_hand_dark_skin_tone": "💁🏿\u200d♀️", + "woman_tipping_hand_light_skin_tone": "💁🏻\u200d♀️", + "woman_tipping_hand_medium-dark_skin_tone": "💁🏾\u200d♀️", + "woman_tipping_hand_medium-light_skin_tone": "💁🏼\u200d♀️", + "woman_tipping_hand_medium_skin_tone": "💁🏽\u200d♀️", + "woman_vampire": "🧛\u200d♀️", + "woman_vampire_dark_skin_tone": "🧛🏿\u200d♀️", + "woman_vampire_light_skin_tone": "🧛🏻\u200d♀️", + "woman_vampire_medium-dark_skin_tone": "🧛🏾\u200d♀️", + "woman_vampire_medium-light_skin_tone": "🧛🏼\u200d♀️", + "woman_vampire_medium_skin_tone": "🧛🏽\u200d♀️", + "woman_walking": "🚶\u200d♀️", + "woman_walking_dark_skin_tone": "🚶🏿\u200d♀️", + "woman_walking_light_skin_tone": "🚶🏻\u200d♀️", + "woman_walking_medium-dark_skin_tone": "🚶🏾\u200d♀️", + "woman_walking_medium-light_skin_tone": "🚶🏼\u200d♀️", + "woman_walking_medium_skin_tone": "🚶🏽\u200d♀️", + "woman_wearing_turban": "👳\u200d♀️", + "woman_wearing_turban_dark_skin_tone": "👳🏿\u200d♀️", + "woman_wearing_turban_light_skin_tone": "👳🏻\u200d♀️", + "woman_wearing_turban_medium-dark_skin_tone": "👳🏾\u200d♀️", + "woman_wearing_turban_medium-light_skin_tone": "👳🏼\u200d♀️", + "woman_wearing_turban_medium_skin_tone": "👳🏽\u200d♀️", + "woman_with_headscarf": "🧕", + "woman_with_headscarf_dark_skin_tone": "🧕🏿", + "woman_with_headscarf_light_skin_tone": "🧕🏻", + "woman_with_headscarf_medium-dark_skin_tone": "🧕🏾", + "woman_with_headscarf_medium-light_skin_tone": "🧕🏼", + "woman_with_headscarf_medium_skin_tone": "🧕🏽", + "woman_with_probing_cane": "👩\u200d🦯", + "woman_zombie": "🧟\u200d♀️", + "woman’s_boot": "👢", + "woman’s_clothes": "👚", + "woman’s_hat": "👒", + "woman’s_sandal": "👡", + "women_with_bunny_ears": "👯\u200d♀️", + "women_wrestling": "🤼\u200d♀️", + "women’s_room": "🚺", + "woozy_face": "🥴", + "world_map": "🗺", + "worried_face": "😟", + "wrapped_gift": "🎁", + "wrench": "🔧", + "writing_hand": "✍", + "writing_hand_dark_skin_tone": "✍🏿", + "writing_hand_light_skin_tone": "✍🏻", + "writing_hand_medium-dark_skin_tone": "✍🏾", + "writing_hand_medium-light_skin_tone": "✍🏼", + "writing_hand_medium_skin_tone": "✍🏽", + "yarn": "🧶", + "yawning_face": "🥱", + "yellow_circle": "🟡", + "yellow_heart": "💛", + "yellow_square": "🟨", + "yen_banknote": "💴", + "yo-yo": "🪀", + "yin_yang": "☯", + "zany_face": "🤪", + "zebra": "🦓", + "zipper-mouth_face": "🤐", + "zombie": "🧟", + "zzz": "💤", + "åland_islands": "🇦🇽", + "keycap_asterisk": "*⃣", + "keycap_digit_eight": "8⃣", + "keycap_digit_five": "5⃣", + "keycap_digit_four": "4⃣", + "keycap_digit_nine": "9⃣", + "keycap_digit_one": "1⃣", + "keycap_digit_seven": "7⃣", + "keycap_digit_six": "6⃣", + "keycap_digit_three": "3⃣", + "keycap_digit_two": "2⃣", + "keycap_digit_zero": "0⃣", + "keycap_number_sign": "#⃣", + "light_skin_tone": "🏻", + "medium_light_skin_tone": "🏼", + "medium_skin_tone": "🏽", + "medium_dark_skin_tone": "🏾", + "dark_skin_tone": "🏿", + "regional_indicator_symbol_letter_a": "🇦", + "regional_indicator_symbol_letter_b": "🇧", + "regional_indicator_symbol_letter_c": "🇨", + "regional_indicator_symbol_letter_d": "🇩", + "regional_indicator_symbol_letter_e": "🇪", + "regional_indicator_symbol_letter_f": "🇫", + "regional_indicator_symbol_letter_g": "🇬", + "regional_indicator_symbol_letter_h": "🇭", + "regional_indicator_symbol_letter_i": "🇮", + "regional_indicator_symbol_letter_j": "🇯", + "regional_indicator_symbol_letter_k": "🇰", + "regional_indicator_symbol_letter_l": "🇱", + "regional_indicator_symbol_letter_m": "🇲", + "regional_indicator_symbol_letter_n": "🇳", + "regional_indicator_symbol_letter_o": "🇴", + "regional_indicator_symbol_letter_p": "🇵", + "regional_indicator_symbol_letter_q": "🇶", + "regional_indicator_symbol_letter_r": "🇷", + "regional_indicator_symbol_letter_s": "🇸", + "regional_indicator_symbol_letter_t": "🇹", + "regional_indicator_symbol_letter_u": "🇺", + "regional_indicator_symbol_letter_v": "🇻", + "regional_indicator_symbol_letter_w": "🇼", + "regional_indicator_symbol_letter_x": "🇽", + "regional_indicator_symbol_letter_y": "🇾", + "regional_indicator_symbol_letter_z": "🇿", + "airplane_arriving": "🛬", + "space_invader": "👾", + "football": "🏈", + "anger": "💢", + "angry": "😠", + "anguished": "😧", + "signal_strength": "📶", + "arrows_counterclockwise": "🔄", + "arrow_heading_down": "⤵", + "arrow_heading_up": "⤴", + "art": "🎨", + "astonished": "😲", + "athletic_shoe": "👟", + "atm": "🏧", + "car": "🚗", + "red_car": "🚗", + "angel": "👼", + "back": "🔙", + "badminton_racquet_and_shuttlecock": "🏸", + "dollar": "💵", + "euro": "💶", + "pound": "💷", + "yen": "💴", + "barber": "💈", + "bath": "🛀", + "bear": "🐻", + "heartbeat": "💓", + "beer": "🍺", + "no_bell": "🔕", + "bento": "🍱", + "bike": "🚲", + "bicyclist": "🚴", + "8ball": "🎱", + "biohazard_sign": "☣", + "birthday": "🎂", + "black_circle_for_record": "⏺", + "clubs": "♣", + "diamonds": "♦", + "arrow_double_down": "⏬", + "hearts": "♥", + "rewind": "⏪", + "black_left__pointing_double_triangle_with_vertical_bar": "⏮", + "arrow_backward": "◀", + "black_medium_small_square": "◾", + "question": "❓", + "fast_forward": "⏩", + "black_right__pointing_double_triangle_with_vertical_bar": "⏭", + "arrow_forward": "▶", + "black_right__pointing_triangle_with_double_vertical_bar": "⏯", + "arrow_right": "➡", + "spades": "♠", + "black_square_for_stop": "⏹", + "sunny": "☀", + "phone": "☎", + "recycle": "♻", + "arrow_double_up": "⏫", + "busstop": "🚏", + "date": "📅", + "flags": "🎏", + "cat2": "🐈", + "joy_cat": "😹", + "smirk_cat": "😼", + "chart_with_downwards_trend": "📉", + "chart_with_upwards_trend": "📈", + "chart": "💹", + "mega": "📣", + "checkered_flag": "🏁", + "accept": "🉑", + "ideograph_advantage": "🉐", + "congratulations": "㊗", + "secret": "㊙", + "m": "Ⓜ", + "city_sunset": "🌆", + "clapper": "🎬", + "clap": "👏", + "beers": "🍻", + "clock830": "🕣", + "clock8": "🕗", + "clock1130": "🕦", + "clock11": "🕚", + "clock530": "🕠", + "clock5": "🕔", + "clock430": "🕟", + "clock4": "🕓", + "clock930": "🕤", + "clock9": "🕘", + "clock130": "🕜", + "clock1": "🕐", + "clock730": "🕢", + "clock7": "🕖", + "clock630": "🕡", + "clock6": "🕕", + "clock1030": "🕥", + "clock10": "🕙", + "clock330": "🕞", + "clock3": "🕒", + "clock1230": "🕧", + "clock12": "🕛", + "clock230": "🕝", + "clock2": "🕑", + "arrows_clockwise": "🔃", + "repeat": "🔁", + "repeat_one": "🔂", + "closed_lock_with_key": "🔐", + "mailbox_closed": "📪", + "mailbox": "📫", + "cloud_with_tornado": "🌪", + "cocktail": "🍸", + "boom": "💥", + "compression": "🗜", + "confounded": "😖", + "confused": "😕", + "rice": "🍚", + "cow2": "🐄", + "cricket_bat_and_ball": "🏏", + "x": "❌", + "cry": "😢", + "curry": "🍛", + "dagger_knife": "🗡", + "dancer": "💃", + "dark_sunglasses": "🕶", + "dash": "💨", + "truck": "🚚", + "derelict_house_building": "🏚", + "diamond_shape_with_a_dot_inside": "💠", + "dart": "🎯", + "disappointed_relieved": "😥", + "disappointed": "😞", + "do_not_litter": "🚯", + "dog2": "🐕", + "flipper": "🐬", + "loop": "➿", + "bangbang": "‼", + "double_vertical_bar": "⏸", + "dove_of_peace": "🕊", + "small_red_triangle_down": "🔻", + "arrow_down_small": "🔽", + "arrow_down": "⬇", + "dromedary_camel": "🐪", + "e__mail": "📧", + "corn": "🌽", + "ear_of_rice": "🌾", + "earth_americas": "🌎", + "earth_asia": "🌏", + "earth_africa": "🌍", + "eight_pointed_black_star": "✴", + "eight_spoked_asterisk": "✳", + "eject_symbol": "⏏", + "bulb": "💡", + "emoji_modifier_fitzpatrick_type__1__2": "🏻", + "emoji_modifier_fitzpatrick_type__3": "🏼", + "emoji_modifier_fitzpatrick_type__4": "🏽", + "emoji_modifier_fitzpatrick_type__5": "🏾", + "emoji_modifier_fitzpatrick_type__6": "🏿", + "end": "🔚", + "email": "✉", + "european_castle": "🏰", + "european_post_office": "🏤", + "interrobang": "⁉", + "expressionless": "😑", + "eyeglasses": "👓", + "massage": "💆", + "yum": "😋", + "scream": "😱", + "kissing_heart": "😘", + "sweat": "😓", + "face_with_head__bandage": "🤕", + "triumph": "😤", + "mask": "😷", + "no_good": "🙅", + "ok_woman": "🙆", + "open_mouth": "😮", + "cold_sweat": "😰", + "stuck_out_tongue": "😛", + "stuck_out_tongue_closed_eyes": "😝", + "stuck_out_tongue_winking_eye": "😜", + "joy": "😂", + "no_mouth": "😶", + "santa": "🎅", + "fax": "📠", + "fearful": "😨", + "field_hockey_stick_and_ball": "🏑", + "first_quarter_moon_with_face": "🌛", + "fish_cake": "🍥", + "fishing_pole_and_fish": "🎣", + "facepunch": "👊", + "punch": "👊", + "flag_for_afghanistan": "🇦🇫", + "flag_for_albania": "🇦🇱", + "flag_for_algeria": "🇩🇿", + "flag_for_american_samoa": "🇦🇸", + "flag_for_andorra": "🇦🇩", + "flag_for_angola": "🇦🇴", + "flag_for_anguilla": "🇦🇮", + "flag_for_antarctica": "🇦🇶", + "flag_for_antigua_&_barbuda": "🇦🇬", + "flag_for_argentina": "🇦🇷", + "flag_for_armenia": "🇦🇲", + "flag_for_aruba": "🇦🇼", + "flag_for_ascension_island": "🇦🇨", + "flag_for_australia": "🇦🇺", + "flag_for_austria": "🇦🇹", + "flag_for_azerbaijan": "🇦🇿", + "flag_for_bahamas": "🇧🇸", + "flag_for_bahrain": "🇧🇭", + "flag_for_bangladesh": "🇧🇩", + "flag_for_barbados": "🇧🇧", + "flag_for_belarus": "🇧🇾", + "flag_for_belgium": "🇧🇪", + "flag_for_belize": "🇧🇿", + "flag_for_benin": "🇧🇯", + "flag_for_bermuda": "🇧🇲", + "flag_for_bhutan": "🇧🇹", + "flag_for_bolivia": "🇧🇴", + "flag_for_bosnia_&_herzegovina": "🇧🇦", + "flag_for_botswana": "🇧🇼", + "flag_for_bouvet_island": "🇧🇻", + "flag_for_brazil": "🇧🇷", + "flag_for_british_indian_ocean_territory": "🇮🇴", + "flag_for_british_virgin_islands": "🇻🇬", + "flag_for_brunei": "🇧🇳", + "flag_for_bulgaria": "🇧🇬", + "flag_for_burkina_faso": "🇧🇫", + "flag_for_burundi": "🇧🇮", + "flag_for_cambodia": "🇰🇭", + "flag_for_cameroon": "🇨🇲", + "flag_for_canada": "🇨🇦", + "flag_for_canary_islands": "🇮🇨", + "flag_for_cape_verde": "🇨🇻", + "flag_for_caribbean_netherlands": "🇧🇶", + "flag_for_cayman_islands": "🇰🇾", + "flag_for_central_african_republic": "🇨🇫", + "flag_for_ceuta_&_melilla": "🇪🇦", + "flag_for_chad": "🇹🇩", + "flag_for_chile": "🇨🇱", + "flag_for_china": "🇨🇳", + "flag_for_christmas_island": "🇨🇽", + "flag_for_clipperton_island": "🇨🇵", + "flag_for_cocos__islands": "🇨🇨", + "flag_for_colombia": "🇨🇴", + "flag_for_comoros": "🇰🇲", + "flag_for_congo____brazzaville": "🇨🇬", + "flag_for_congo____kinshasa": "🇨🇩", + "flag_for_cook_islands": "🇨🇰", + "flag_for_costa_rica": "🇨🇷", + "flag_for_croatia": "🇭🇷", + "flag_for_cuba": "🇨🇺", + "flag_for_curaçao": "🇨🇼", + "flag_for_cyprus": "🇨🇾", + "flag_for_czech_republic": "🇨🇿", + "flag_for_côte_d’ivoire": "🇨🇮", + "flag_for_denmark": "🇩🇰", + "flag_for_diego_garcia": "🇩🇬", + "flag_for_djibouti": "🇩🇯", + "flag_for_dominica": "🇩🇲", + "flag_for_dominican_republic": "🇩🇴", + "flag_for_ecuador": "🇪🇨", + "flag_for_egypt": "🇪🇬", + "flag_for_el_salvador": "🇸🇻", + "flag_for_equatorial_guinea": "🇬🇶", + "flag_for_eritrea": "🇪🇷", + "flag_for_estonia": "🇪🇪", + "flag_for_ethiopia": "🇪🇹", + "flag_for_european_union": "🇪🇺", + "flag_for_falkland_islands": "🇫🇰", + "flag_for_faroe_islands": "🇫🇴", + "flag_for_fiji": "🇫🇯", + "flag_for_finland": "🇫🇮", + "flag_for_france": "🇫🇷", + "flag_for_french_guiana": "🇬🇫", + "flag_for_french_polynesia": "🇵🇫", + "flag_for_french_southern_territories": "🇹🇫", + "flag_for_gabon": "🇬🇦", + "flag_for_gambia": "🇬🇲", + "flag_for_georgia": "🇬🇪", + "flag_for_germany": "🇩🇪", + "flag_for_ghana": "🇬🇭", + "flag_for_gibraltar": "🇬🇮", + "flag_for_greece": "🇬🇷", + "flag_for_greenland": "🇬🇱", + "flag_for_grenada": "🇬🇩", + "flag_for_guadeloupe": "🇬🇵", + "flag_for_guam": "🇬🇺", + "flag_for_guatemala": "🇬🇹", + "flag_for_guernsey": "🇬🇬", + "flag_for_guinea": "🇬🇳", + "flag_for_guinea__bissau": "🇬🇼", + "flag_for_guyana": "🇬🇾", + "flag_for_haiti": "🇭🇹", + "flag_for_heard_&_mcdonald_islands": "🇭🇲", + "flag_for_honduras": "🇭🇳", + "flag_for_hong_kong": "🇭🇰", + "flag_for_hungary": "🇭🇺", + "flag_for_iceland": "🇮🇸", + "flag_for_india": "🇮🇳", + "flag_for_indonesia": "🇮🇩", + "flag_for_iran": "🇮🇷", + "flag_for_iraq": "🇮🇶", + "flag_for_ireland": "🇮🇪", + "flag_for_isle_of_man": "🇮🇲", + "flag_for_israel": "🇮🇱", + "flag_for_italy": "🇮🇹", + "flag_for_jamaica": "🇯🇲", + "flag_for_japan": "🇯🇵", + "flag_for_jersey": "🇯🇪", + "flag_for_jordan": "🇯🇴", + "flag_for_kazakhstan": "🇰🇿", + "flag_for_kenya": "🇰🇪", + "flag_for_kiribati": "🇰🇮", + "flag_for_kosovo": "🇽🇰", + "flag_for_kuwait": "🇰🇼", + "flag_for_kyrgyzstan": "🇰🇬", + "flag_for_laos": "🇱🇦", + "flag_for_latvia": "🇱🇻", + "flag_for_lebanon": "🇱🇧", + "flag_for_lesotho": "🇱🇸", + "flag_for_liberia": "🇱🇷", + "flag_for_libya": "🇱🇾", + "flag_for_liechtenstein": "🇱🇮", + "flag_for_lithuania": "🇱🇹", + "flag_for_luxembourg": "🇱🇺", + "flag_for_macau": "🇲🇴", + "flag_for_macedonia": "🇲🇰", + "flag_for_madagascar": "🇲🇬", + "flag_for_malawi": "🇲🇼", + "flag_for_malaysia": "🇲🇾", + "flag_for_maldives": "🇲🇻", + "flag_for_mali": "🇲🇱", + "flag_for_malta": "🇲🇹", + "flag_for_marshall_islands": "🇲🇭", + "flag_for_martinique": "🇲🇶", + "flag_for_mauritania": "🇲🇷", + "flag_for_mauritius": "🇲🇺", + "flag_for_mayotte": "🇾🇹", + "flag_for_mexico": "🇲🇽", + "flag_for_micronesia": "🇫🇲", + "flag_for_moldova": "🇲🇩", + "flag_for_monaco": "🇲🇨", + "flag_for_mongolia": "🇲🇳", + "flag_for_montenegro": "🇲🇪", + "flag_for_montserrat": "🇲🇸", + "flag_for_morocco": "🇲🇦", + "flag_for_mozambique": "🇲🇿", + "flag_for_myanmar": "🇲🇲", + "flag_for_namibia": "🇳🇦", + "flag_for_nauru": "🇳🇷", + "flag_for_nepal": "🇳🇵", + "flag_for_netherlands": "🇳🇱", + "flag_for_new_caledonia": "🇳🇨", + "flag_for_new_zealand": "🇳🇿", + "flag_for_nicaragua": "🇳🇮", + "flag_for_niger": "🇳🇪", + "flag_for_nigeria": "🇳🇬", + "flag_for_niue": "🇳🇺", + "flag_for_norfolk_island": "🇳🇫", + "flag_for_north_korea": "🇰🇵", + "flag_for_northern_mariana_islands": "🇲🇵", + "flag_for_norway": "🇳🇴", + "flag_for_oman": "🇴🇲", + "flag_for_pakistan": "🇵🇰", + "flag_for_palau": "🇵🇼", + "flag_for_palestinian_territories": "🇵🇸", + "flag_for_panama": "🇵🇦", + "flag_for_papua_new_guinea": "🇵🇬", + "flag_for_paraguay": "🇵🇾", + "flag_for_peru": "🇵🇪", + "flag_for_philippines": "🇵🇭", + "flag_for_pitcairn_islands": "🇵🇳", + "flag_for_poland": "🇵🇱", + "flag_for_portugal": "🇵🇹", + "flag_for_puerto_rico": "🇵🇷", + "flag_for_qatar": "🇶🇦", + "flag_for_romania": "🇷🇴", + "flag_for_russia": "🇷🇺", + "flag_for_rwanda": "🇷🇼", + "flag_for_réunion": "🇷🇪", + "flag_for_samoa": "🇼🇸", + "flag_for_san_marino": "🇸🇲", + "flag_for_saudi_arabia": "🇸🇦", + "flag_for_senegal": "🇸🇳", + "flag_for_serbia": "🇷🇸", + "flag_for_seychelles": "🇸🇨", + "flag_for_sierra_leone": "🇸🇱", + "flag_for_singapore": "🇸🇬", + "flag_for_sint_maarten": "🇸🇽", + "flag_for_slovakia": "🇸🇰", + "flag_for_slovenia": "🇸🇮", + "flag_for_solomon_islands": "🇸🇧", + "flag_for_somalia": "🇸🇴", + "flag_for_south_africa": "🇿🇦", + "flag_for_south_georgia_&_south_sandwich_islands": "🇬🇸", + "flag_for_south_korea": "🇰🇷", + "flag_for_south_sudan": "🇸🇸", + "flag_for_spain": "🇪🇸", + "flag_for_sri_lanka": "🇱🇰", + "flag_for_st._barthélemy": "🇧🇱", + "flag_for_st._helena": "🇸🇭", + "flag_for_st._kitts_&_nevis": "🇰🇳", + "flag_for_st._lucia": "🇱🇨", + "flag_for_st._martin": "🇲🇫", + "flag_for_st._pierre_&_miquelon": "🇵🇲", + "flag_for_st._vincent_&_grenadines": "🇻🇨", + "flag_for_sudan": "🇸🇩", + "flag_for_suriname": "🇸🇷", + "flag_for_svalbard_&_jan_mayen": "🇸🇯", + "flag_for_swaziland": "🇸🇿", + "flag_for_sweden": "🇸🇪", + "flag_for_switzerland": "🇨🇭", + "flag_for_syria": "🇸🇾", + "flag_for_são_tomé_&_príncipe": "🇸🇹", + "flag_for_taiwan": "🇹🇼", + "flag_for_tajikistan": "🇹🇯", + "flag_for_tanzania": "🇹🇿", + "flag_for_thailand": "🇹🇭", + "flag_for_timor__leste": "🇹🇱", + "flag_for_togo": "🇹🇬", + "flag_for_tokelau": "🇹🇰", + "flag_for_tonga": "🇹🇴", + "flag_for_trinidad_&_tobago": "🇹🇹", + "flag_for_tristan_da_cunha": "🇹🇦", + "flag_for_tunisia": "🇹🇳", + "flag_for_turkey": "🇹🇷", + "flag_for_turkmenistan": "🇹🇲", + "flag_for_turks_&_caicos_islands": "🇹🇨", + "flag_for_tuvalu": "🇹🇻", + "flag_for_u.s._outlying_islands": "🇺🇲", + "flag_for_u.s._virgin_islands": "🇻🇮", + "flag_for_uganda": "🇺🇬", + "flag_for_ukraine": "🇺🇦", + "flag_for_united_arab_emirates": "🇦🇪", + "flag_for_united_kingdom": "🇬🇧", + "flag_for_united_states": "🇺🇸", + "flag_for_uruguay": "🇺🇾", + "flag_for_uzbekistan": "🇺🇿", + "flag_for_vanuatu": "🇻🇺", + "flag_for_vatican_city": "🇻🇦", + "flag_for_venezuela": "🇻🇪", + "flag_for_vietnam": "🇻🇳", + "flag_for_wallis_&_futuna": "🇼🇫", + "flag_for_western_sahara": "🇪🇭", + "flag_for_yemen": "🇾🇪", + "flag_for_zambia": "🇿🇲", + "flag_for_zimbabwe": "🇿🇼", + "flag_for_åland_islands": "🇦🇽", + "golf": "⛳", + "fleur__de__lis": "⚜", + "muscle": "💪", + "flushed": "😳", + "frame_with_picture": "🖼", + "fries": "🍟", + "frog": "🐸", + "hatched_chick": "🐥", + "frowning": "😦", + "fuelpump": "⛽", + "full_moon_with_face": "🌝", + "gem": "💎", + "star2": "🌟", + "golfer": "🏌", + "mortar_board": "🎓", + "grimacing": "😬", + "smile_cat": "😸", + "grinning": "😀", + "grin": "😁", + "heartpulse": "💗", + "guardsman": "💂", + "haircut": "💇", + "hamster": "🐹", + "raising_hand": "🙋", + "headphones": "🎧", + "hear_no_evil": "🙉", + "cupid": "💘", + "gift_heart": "💝", + "heart": "❤", + "exclamation": "❗", + "heavy_exclamation_mark": "❗", + "heavy_heart_exclamation_mark_ornament": "❣", + "o": "⭕", + "helm_symbol": "⎈", + "helmet_with_white_cross": "⛑", + "high_heel": "👠", + "bullettrain_side": "🚄", + "bullettrain_front": "🚅", + "high_brightness": "🔆", + "zap": "⚡", + "hocho": "🔪", + "knife": "🔪", + "bee": "🐝", + "traffic_light": "🚥", + "racehorse": "🐎", + "coffee": "☕", + "hotsprings": "♨", + "hourglass": "⌛", + "hourglass_flowing_sand": "⏳", + "house_buildings": "🏘", + "100": "💯", + "hushed": "😯", + "ice_hockey_stick_and_puck": "🏒", + "imp": "👿", + "information_desk_person": "💁", + "information_source": "ℹ", + "capital_abcd": "🔠", + "abc": "🔤", + "abcd": "🔡", + "1234": "🔢", + "symbols": "🔣", + "izakaya_lantern": "🏮", + "lantern": "🏮", + "jack_o_lantern": "🎃", + "dolls": "🎎", + "japanese_goblin": "👺", + "japanese_ogre": "👹", + "beginner": "🔰", + "zero": "0️⃣", + "one": "1️⃣", + "ten": "🔟", + "two": "2️⃣", + "three": "3️⃣", + "four": "4️⃣", + "five": "5️⃣", + "six": "6️⃣", + "seven": "7️⃣", + "eight": "8️⃣", + "nine": "9️⃣", + "couplekiss": "💏", + "kissing_cat": "😽", + "kissing": "😗", + "kissing_closed_eyes": "😚", + "kissing_smiling_eyes": "😙", + "beetle": "🐞", + "large_blue_circle": "🔵", + "last_quarter_moon_with_face": "🌜", + "leaves": "🍃", + "mag": "🔍", + "left_right_arrow": "↔", + "leftwards_arrow_with_hook": "↩", + "arrow_left": "⬅", + "lock": "🔒", + "lock_with_ink_pen": "🔏", + "sob": "😭", + "low_brightness": "🔅", + "lower_left_ballpoint_pen": "🖊", + "lower_left_crayon": "🖍", + "lower_left_fountain_pen": "🖋", + "lower_left_paintbrush": "🖌", + "mahjong": "🀄", + "couple": "👫", + "man_in_business_suit_levitating": "🕴", + "man_with_gua_pi_mao": "👲", + "man_with_turban": "👳", + "mans_shoe": "👞", + "shoe": "👞", + "menorah_with_nine_branches": "🕎", + "mens": "🚹", + "minidisc": "💽", + "iphone": "📱", + "calling": "📲", + "money__mouth_face": "🤑", + "moneybag": "💰", + "rice_scene": "🎑", + "mountain_bicyclist": "🚵", + "mouse2": "🐁", + "lips": "👄", + "moyai": "🗿", + "notes": "🎶", + "nail_care": "💅", + "ab": "🆎", + "negative_squared_cross_mark": "❎", + "a": "🅰", + "b": "🅱", + "o2": "🅾", + "parking": "🅿", + "new_moon_with_face": "🌚", + "no_entry_sign": "🚫", + "underage": "🔞", + "non__potable_water": "🚱", + "arrow_upper_right": "↗", + "arrow_upper_left": "↖", + "office": "🏢", + "older_man": "👴", + "older_woman": "👵", + "om_symbol": "🕉", + "on": "🔛", + "book": "📖", + "unlock": "🔓", + "mailbox_with_no_mail": "📭", + "mailbox_with_mail": "📬", + "cd": "💿", + "tada": "🎉", + "feet": "🐾", + "walking": "🚶", + "pencil2": "✏", + "pensive": "😔", + "persevere": "😣", + "bow": "🙇", + "raised_hands": "🙌", + "person_with_ball": "⛹", + "person_with_blond_hair": "👱", + "pray": "🙏", + "person_with_pouting_face": "🙎", + "computer": "💻", + "pig2": "🐖", + "hankey": "💩", + "poop": "💩", + "shit": "💩", + "bamboo": "🎍", + "gun": "🔫", + "black_joker": "🃏", + "rotating_light": "🚨", + "cop": "👮", + "stew": "🍲", + "pouch": "👝", + "pouting_cat": "😾", + "rage": "😡", + "put_litter_in_its_place": "🚮", + "rabbit2": "🐇", + "racing_motorcycle": "🏍", + "radioactive_sign": "☢", + "fist": "✊", + "hand": "✋", + "raised_hand_with_fingers_splayed": "🖐", + "raised_hand_with_part_between_middle_and_ring_fingers": "🖖", + "blue_car": "🚙", + "apple": "🍎", + "relieved": "😌", + "reversed_hand_with_middle_finger_extended": "🖕", + "mag_right": "🔎", + "arrow_right_hook": "↪", + "sweet_potato": "🍠", + "robot": "🤖", + "rolled__up_newspaper": "🗞", + "rowboat": "🚣", + "runner": "🏃", + "running": "🏃", + "running_shirt_with_sash": "🎽", + "boat": "⛵", + "scales": "⚖", + "school_satchel": "🎒", + "scorpius": "♏", + "see_no_evil": "🙈", + "sheep": "🐑", + "stars": "🌠", + "cake": "🍰", + "six_pointed_star": "🔯", + "ski": "🎿", + "sleeping_accommodation": "🛌", + "sleeping": "😴", + "sleepy": "😪", + "sleuth_or_spy": "🕵", + "heart_eyes_cat": "😻", + "smiley_cat": "😺", + "innocent": "😇", + "heart_eyes": "😍", + "smiling_imp": "😈", + "smiley": "😃", + "sweat_smile": "😅", + "smile": "😄", + "laughing": "😆", + "satisfied": "😆", + "blush": "😊", + "smirk": "😏", + "smoking": "🚬", + "snow_capped_mountain": "🏔", + "soccer": "⚽", + "icecream": "🍦", + "soon": "🔜", + "arrow_lower_right": "↘", + "arrow_lower_left": "↙", + "speak_no_evil": "🙊", + "speaker": "🔈", + "mute": "🔇", + "sound": "🔉", + "loud_sound": "🔊", + "speaking_head_in_silhouette": "🗣", + "spiral_calendar_pad": "🗓", + "spiral_note_pad": "🗒", + "shell": "🐚", + "sweat_drops": "💦", + "u5272": "🈹", + "u5408": "🈴", + "u55b6": "🈺", + "u6307": "🈯", + "u6708": "🈷", + "u6709": "🈶", + "u6e80": "🈵", + "u7121": "🈚", + "u7533": "🈸", + "u7981": "🈲", + "u7a7a": "🈳", + "cl": "🆑", + "cool": "🆒", + "free": "🆓", + "id": "🆔", + "koko": "🈁", + "sa": "🈂", + "new": "🆕", + "ng": "🆖", + "ok": "🆗", + "sos": "🆘", + "up": "🆙", + "vs": "🆚", + "steam_locomotive": "🚂", + "ramen": "🍜", + "partly_sunny": "⛅", + "city_sunrise": "🌇", + "surfer": "🏄", + "swimmer": "🏊", + "shirt": "👕", + "tshirt": "👕", + "table_tennis_paddle_and_ball": "🏓", + "tea": "🍵", + "tv": "📺", + "three_button_mouse": "🖱", + "+1": "👍", + "thumbsup": "👍", + "__1": "👎", + "-1": "👎", + "thumbsdown": "👎", + "thunder_cloud_and_rain": "⛈", + "tiger2": "🐅", + "tophat": "🎩", + "top": "🔝", + "tm": "™", + "train2": "🚆", + "triangular_flag_on_post": "🚩", + "trident": "🔱", + "twisted_rightwards_arrows": "🔀", + "unamused": "😒", + "small_red_triangle": "🔺", + "arrow_up_small": "🔼", + "arrow_up_down": "↕", + "upside__down_face": "🙃", + "arrow_up": "⬆", + "v": "✌", + "vhs": "📼", + "wc": "🚾", + "ocean": "🌊", + "waving_black_flag": "🏴", + "wave": "👋", + "waving_white_flag": "🏳", + "moon": "🌔", + "scream_cat": "🙀", + "weary": "😩", + "weight_lifter": "🏋", + "whale2": "🐋", + "wheelchair": "♿", + "point_down": "👇", + "grey_exclamation": "❕", + "white_frowning_face": "☹", + "white_check_mark": "✅", + "point_left": "👈", + "white_medium_small_square": "◽", + "star": "⭐", + "grey_question": "❔", + "point_right": "👉", + "relaxed": "☺", + "white_sun_behind_cloud": "🌥", + "white_sun_behind_cloud_with_rain": "🌦", + "white_sun_with_small_cloud": "🌤", + "point_up_2": "👆", + "point_up": "☝", + "wind_blowing_face": "🌬", + "wink": "😉", + "wolf": "🐺", + "dancers": "👯", + "boot": "👢", + "womans_clothes": "👚", + "womans_hat": "👒", + "sandal": "👡", + "womens": "🚺", + "worried": "😟", + "gift": "🎁", + "zipper__mouth_face": "🤐", + "regional_indicator_a": "🇦", + "regional_indicator_b": "🇧", + "regional_indicator_c": "🇨", + "regional_indicator_d": "🇩", + "regional_indicator_e": "🇪", + "regional_indicator_f": "🇫", + "regional_indicator_g": "🇬", + "regional_indicator_h": "🇭", + "regional_indicator_i": "🇮", + "regional_indicator_j": "🇯", + "regional_indicator_k": "🇰", + "regional_indicator_l": "🇱", + "regional_indicator_m": "🇲", + "regional_indicator_n": "🇳", + "regional_indicator_o": "🇴", + "regional_indicator_p": "🇵", + "regional_indicator_q": "🇶", + "regional_indicator_r": "🇷", + "regional_indicator_s": "🇸", + "regional_indicator_t": "🇹", + "regional_indicator_u": "🇺", + "regional_indicator_v": "🇻", + "regional_indicator_w": "🇼", + "regional_indicator_x": "🇽", + "regional_indicator_y": "🇾", + "regional_indicator_z": "🇿", +} diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py new file mode 100644 index 00000000..bb2cafa1 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py @@ -0,0 +1,32 @@ +from typing import Callable, Match, Optional +import re + +from ._emoji_codes import EMOJI + + +_ReStringMatch = Match[str] # regex match object +_ReSubCallable = Callable[[_ReStringMatch], str] # Callable invoked by re.sub +_EmojiSubMethod = Callable[[_ReSubCallable, str], str] # Sub method of a compiled re + + +def _emoji_replace( + text: str, + default_variant: Optional[str] = None, + _emoji_sub: _EmojiSubMethod = re.compile(r"(:(\S*?)(?:(?:\-)(emoji|text))?:)").sub, +) -> str: + """Replace emoji code in text.""" + get_emoji = EMOJI.__getitem__ + variants = {"text": "\uFE0E", "emoji": "\uFE0F"} + get_variant = variants.get + default_variant_code = variants.get(default_variant, "") if default_variant else "" + + def do_replace(match: Match[str]) -> str: + emoji_code, emoji_name, variant = match.groups() + try: + return get_emoji(emoji_name.lower()) + get_variant( + variant, default_variant_code + ) + except KeyError: + return emoji_code + + return _emoji_sub(do_replace, text) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py new file mode 100644 index 00000000..094d2dc2 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py @@ -0,0 +1,76 @@ +CONSOLE_HTML_FORMAT = """\ + + + + + + + +

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

      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�k$F&3H%L1zBHv;y%dQOo<2nYFf;I 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 z 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%0AAcY7xE#- zg-{4pib4tC6`D(-43PX4p$bF|+tq|Rz}z;3Ccv9JEujt2^edqQFmqj@2QVIeVF1MW zAq)Y&HZT&#A;yg`0qFj%Fa>DXoiGb97Zv~$buTOd_NWJ81;ob>;R&E&&%zpDkY9vX zAlh$tZ^9PDSboN-thAJmQ4xlfm z!WqCsoeOz@W8sBR05}8}g;I!dDU<<5y&_aYiJDLc=v+f+0#Q2bT0%Qixe_`6sofQN z01fL410c>1VF)m$BVi0M`!~WQ#JClv0AKjH6J`L9u;#)7;8xbXumreu^B}AM?pi+z zPXM=Fo`p5QovRn&72sy*o3H`6h4d~Y1~GiGOAgErfG0G2LJHtE)V`1g*zAFj0ciT6 za0GB?^H|6N+*3Lcasf_-Gk}Jj3weOPTnGgqzJDr|LX1nH3@~C9p&Fnj)BzgS5Sjo% zTS7aOxDq-*)Z1NG=!GhMVenC+xV;vJ0Jl0v!WiJS?i*nO{OX(N{;4npxbc4{%tDO0 zumE_}dM_*i#`Hm00o-DI6rKPc_&*D4fV;FW!YjbHjNXI|z}&tIiEANwZGHfx!=8`= zxaGPpqyZXsAY=d@=^YA305{x^h3rR_==rUX0~oPW;S8YZ=RzK!9T!3YAPb8^3E)$! zmqIyIsR&hod%-oK4zM(#Av6IJrX{pPj4Po7kf&Xt7oaZ;fG90@*TN8>FC$@WiS3Or z0k}7QD@+0AEF!8cMtg z8{kjAu590h#L%G0q4^PDPe=i5WnV}G#5fQ#!tPKw3Nem_ED+yc7jgiPTTX>DfPMd5 z$O9b5E`$QW6N#cw0!Wxkp$xFURD>!J-7MeMgnFpb5Sjp4*b>?RYgw*@4#3icuFwNW z{=P5($e?Rs2+)p^Fb1Nn>~4e!5a)+51$bD0C(J^Oxv&7p^?P9na9jUDSOE;-qwoYU zK+nP&;3?pX@Cq=*n|@ALSh`1;D`5;WAg)u^Fv4h zY-L|a1MJ8LLIz;64}~LupvOWMAn1vZ3veo&0c6m*kpF;aeUMPF#I`7u0D5~VlmQL~ z6`=}n_NWPUfFW!MO@I}dEujt2(kr0@#6Q<0^Z;hAFAPGJYheg5Vk2Q3O56yO0Jp+4 zRJjvo0DYMY3m}@x-Mz2`;^()*DpYwCo&fstEUW?cmlxp`i1S0(gevbs;wCD=VJmrK zegNe9o{$2V{e2+~Fvtf&2H@iRP&f*3EMx(`8haw-fPec#w7yU{0~qylArH`(3!z|% zT~R0j|NLK3eh6iNgsBKsfR@&TIuKu<3Qd5mw1hT5@?QxZfbr-GJ%HKo3xiPNS{MS1 z=|~s@4A6}*`H0cq-U?HI$-Wb201GkZ!UA9_?}a5m(;tMDuzM7qfH*&dHNX|@i|`7N zg>S+JV1IcR5|ap+m*m9!0O6Y zfX$u@`B36QC;*H{Q78dy`5|-wF21`$4`8!> zVE`}<*TN9s$UhRs0C{>NOaR98R+s{`<4%|X1f2^DfbQQ5OMp>-5LN(JTaUsMz}3aG zum+;5i`|Rx3J~;7*Z|DSyO6lGMDo`B2(Txl0_+Rv00%-Qz@cyy;8@58I1zFIPKC1o z=R!Wfg-{4k6iNV>3YS6|h}S0z)c`f2Zk1g_XvQU?X=n-UxI}bnyb?M9yI5D~g%W*X z5a3!EhAJar97@~>lK{8E6kyN36J`K2Hy0KF-$J_=mLCwU9}`vpyV#@f1dw#k!Wtmx zi|`t%ya^j1TJ5rX7ZTG5=zel)egIrM>2@8Nffh=RzK!w--VoKv5_GY~@lY1K;`j=i7=<4OMDF9pK2{5Sl=I{1Dne^iT8d zO6UM|t}FBa#-lF`0FI~E!Vq93^+*^4oT6`p3BcLoR+s|u{SRRV(7Cy=0GOA1VF@tV z55fvyE04kx5T9R!btv&7yoM5Q!UkYo-i5@STS?xT9{^X100+m4Pz6|fUK8p7 zr`Lwi1h_D232lJ?)~-T(jq literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3de0b9dd7779d24c9712aa32fa7045ea6daa70c8 GIT binary patch literal 1765 zcmZ8hO>7fK6rTNGJBgDx6hhJjC(x30?JR9+i)aL?5K;jJR3fNwsaBhvabmOfu4dOj zB1iH8iNK)^hblp;R4P>}D3wZ2Udd#$KbH*ltG-dkMT%ewD{hU)Y?bDB0 z2#pJ*<5Oo&o>&+eJ3MxAI(bwZJ9-$Ni)n3)6r6mn?31g$rX4-31tNn%HzrxLWc$Wt zljh8#A4H9&qv4fi0+|xOM2nUX9u`)h7BP9_Cz!5F*X8TV3i1KBMxGDR)_POM9Okj` zCBGw9NownZx2*d)Ff1n-Z3MIrQ_@5V4EF@|K(xm!u_mNy!RW zxz@QT@~F(0#WD)_nns$sFnE@@wrP<>GwFooV3Noc6O5Yi5=--+2cNaq&o!R1V1d;1 z4FD9_CD0B~TJ0MKh!9Jn58jPsn7$BJP#NW4w1bw7wbp_zLYzfz5y*)k9^H`2eEvnk z+g_n}SWDn3mxUY8saXKOX|xyl&*|NVsKfz%7JmUOSI|}A0=mL!+-ayJd6qgQ*9#=u zxk6~5o+9(dDRro(&~Df$h_;G=@e$&pSs;NDmdTE7bz?MLBeTSB)lbmDVB6bMV9x}M zN~N-SO+V)m>glFu%@H@}=^nLopwTHho;yb<(cO|=D&*2H={$T%cjx^%r>I{h#ml;# zn`z5$kH7hr?&W-vc1`P&IZHg<&AGY(ZrGtZ%~^ALyQXRDvd7)|Ac`HMEiR01Gf&u# zW!m16@hzWSkbrjqre_sYPwL;N?xohoYwG@`=<>-sN`sdo!;ku2UClfkO4o+c>qGi_ z-+>?AulMY#?oMwA{K420#P5hT5Z@Jh_Ebha{r@5^GF{!wiyX|FL>Y5IhhYGlkYd3w0s$apmmCP5Pc^k!l$3Qi${JvxhNRO$rei0ktnX0v zgLtfh*-a!SCnxCu2tn-S>}dj&o$z`FOq&(-v=jC2eAqKm>lvw>sP`xC9;$U8tbACH z53Hnar7EW$O`cgj^wq@eiM!no;=c_}RL^}}75f{aA`O4}+Bd@OWCH>GuJ1p#Jc*;u zoy++<`_?=5SH=As5CUnjK=$X|Tyd7Nx^L!2**_HUlmwmaOk`DvFdpcLP_`vFE z5C;$3-&-Agrxt&=(%p!n*OT?p)Sc09lV2yR>5tY&&psSIUmHFDMA^ZO)uUYv0oFfX c8Ctb&ecF%!LyX=;gIOCYk|R$efSO1B9|sA$lK=n! literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..251c98b4aead210dfe0a36d5f7f3540e71127d23 GIT binary patch literal 2357 zcmc&$O>Y}T7`BrD!BSCas={%)R3sK&kDC^#j2)4tNvRYkQS4SU9IVOi*gMI1XPKGx zM=amqH}D(yEnLbC<;ow3)LT!yGrMb>G?98JVh_9Xe$2d|^St}VjT?m=JU=x)?>t=2 z<^DEA_T)WvSE$8Qsa(@0O?=KuJ_=`u2qov{ppZ)p~ibjRM`{8--dx zi4UJ1)dYC~k&5cN^Srg=K5~Gq^oY}q!q|RQK&hS-j)gx$<8cAO;|VTg6^%PW(ykP7 z=uf`0f@9*HCJZ;znXy1;GAYz>dU_3~PNXgw0~_{~S|lm5T6L!*LhW`)kMU8pK|?M| zt54_&c@d)~2^DIHP^^|b5h}rnDy?pbSTZWn9v!TfdLUF0@u;&=^Mp?~#^yb#VN297 zn1Nt%Vi?@9sUg392>DX|F7n_+Rd*!w0#{SnVN7fcEQWQbf+}b{V7?9}XdF=1 z4fMo8!yXS|Q=oNJ#dt6nlm`#WLU!?brBcCgEacauuy)sV(Nh{yNi_A*faw4of+Z-B zj#Ro;)1i(DXJ@p`1ajSUYnniN&i848Jen29oIam5&=!R5BvmpRN_thqg-7_B zl^d~pNV_p7(kYhg*+wsWVhM_wZ=N5XsItdJ>~}z)mOatK_bk?zPV%|vEvYjIMDtkn)IVt_#OU29Md-QCoXiAWW#H( z#q?H`&=e>x*->!w0Okxpw$mFP4QD!>h15;>pk=75v}`-|iDU$jj1r|?qF`M`otSgi z0?4$B-VQ=D&ELM-iDUO4&3j|*WUYBc(ozsb#*?(8p>M6l6zG#Ko&vNL)qL7fDeicj zMF#|ciurYCKGQ}pgUCc1AWl+GBZHI<8rioE7Pe+++D_opK}izlB~w7fsd1cHPiUKN zm3f>vnZ)7+QuJsl=^`y*P8f`-J9fzdZ`WoX3@0TtqehdW1Go>-L=b1)F{t;&wUHK6 zEFaHiT;|bqddzQ58Zz6IP+0`sEKFEH1^Vzg`@{}}X`h}g+ff9vz2egO%GUl~bANZc z{X?s<+uqqfY;3m9Z)MEpi>DdyW;-GFTJ4?9#KTah1u;y=e|)@%R( literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3bec12a5d7943f20a112134b7600d876bbf97f86 GIT binary patch literal 573 zcmZWmJx?4l5VgH#`8-4@2!iI?Em$j|p+G1pBLQ6+C{D}Tuoin>YwSa;1QG@OhNMgz z@l*H(tVDsL6zNX7R8)+Q1%w#Mmke4L6#pU5rn%w)y;V5wVEy%?RL8l7vj59;6&!~LRsyEgIweVRHkyaP@sez zl!Lxrd$Z=`v9Pr-DkIR;i753!%h%ISpM}$2tyw%iJ5o-dJJEUn{-vl}V s&tiI*+U!?yP^v9hKpK9_tzsHRl+ru0G>l{V;inrCoPPQLVH!6-0_m2O=>Px# literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a234021fa03dd325d3bdb38ac7c3f59cfab2a309 GIT binary patch literal 891 zcmZWnJ8#rL5T3Oi-y?~11d6*VDBUq8qP1w>`U=vyT_SYLkU_S^+OzRf*8I7=$^LgyJE=^+*#9i!D zh7(Fz*vCPXgd`%dAYPug5C-c6)3pc06}(X{V`)pQ%NKK`nCjliv+B*3wTPGgs~eZy zCL(3=UzI^D@BlB`~}NO*S1`es7=Ud>9<%`kYnU(co-k;*!MVL+;+IzBT2w*&RpB= zF&a~z^avw%l7?v%Ec_GW-nyOiMUTez28lQ9FjyP&^Nq9TY#s=*kT~wT(~oPoOiqW`M?`s%wg&E4zo3)624wV`H~ zsvnNmo?dv|8cxAf<;US9RBGSBC{@1|;Y4*3r-JS)xV&(WN|Y#B`5{C1() zTIGV>&rFstWxM=m7nYfoI~_lj%Oaf)Qx}+-qMyh^VTL43-E6M&B^*cyY*MC!1 gX-F=y8A;V0^NMss9U=4)PJV{jLvsdI*fAOW2~S+}9RL6T literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..747f1023da76ef5a14af98039d0c42ce62431f47 GIT binary patch literal 12113 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 QGbDZ6WV>U6GP17!1v(v$$N&HU literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..60dab069e3ea3b90b6c8bf75cfef06bc4b150928 GIT binary patch literal 4183 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 IB^}fL2R1*sCIA2c literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8e9938880afd3b28564c38f5f5eccd1c05aef3bf GIT binary patch literal 1921 zcmbW1UrZcD7{F(CcJD9T0j0GR3TtR<4qDdwFWNu}{voX>iSei@jb4u1J#NF^?RIt# zIC~I6eK?awuQ9PmeBiOfXwDaWSC&YA%)1? zXV~)`=4GN_g>QnX%!9-!g2JacHfKG}%ffs7uKJfDI;l)-XyH@jqU!V|(1^;9R zh!Hz*-co3CL{n@bo;Tp*j~5K(LXz4zZu`cQT3#`2A62Y8&84cRX1^kc9koN>n1*2h zVTjkdZ!eb%9oXi!uH1{#SfiWuLm(kmBdsCcDcC^<*JSyOJWU;;6 zb_`Lt!;7GuK$GMmn!ulv2^{0!eZdXGQp99V7DtsF#Kb0|#bOdCR4W6Mw3Zwd(>fK? zDm5+94X$f2-oHp}UWIG0`J6Io*|l$4y5X&->bV%9e%RX%Gmk{|LIm&2;u1yi-W6%c zRH!K>%~VD)R8ul(N=jv@p3_YuqfkXM@>)Ktp8A*0l*c5aU}f~2G_K^vB~2Zv&Y$i& z{ghqeJRutQ8pxFOMcIFJvzc>#t$(AEt4 zz2Q)K{G*dI0}e-o=+AYH-a-Py9wOnKfTyU$F~k~@jgAE&JJW4xOXGy<|6F{m=G z>Uq=43>pQc$&4&VZt@-JeE_Eq z;AD@&N#>@A%c>Sw@kQd2AzpRM1Z+GIi}DC8jAPZZPi8OvFJ@kKvxi_ey?DPzPuQVH z4?wWC;FXR`P5=cXS49`yDXoMH@G-ErK{vB7JPcrM{md(FX_0M;Lvw@6k&e|s$9mmC z;OfHkgVhP3a9z2vJiQz`zQ!Nl+Km1e=P}rEwx&-2p3kBA77)G)_HpEU4x~F6gLsD{ zAP>fZw$CaUYHpOW_ldG>q%1JXUIv>V(RIyzDBN_UETl!W0V8tr^#=oG>71a4FA1=Lg^|cx7_=32(Jh_0cUvUtK3zHS0A}{q-M!$@#Jkh(s zbk5-rZYyWzE?*yW5QqzzoB2w7>2&3-#p#t3XE&J6IZ}g9%$-|!adZ|w>h!!o-Q*H{BQ!eeyQld%OunUxj(d@Ug^X=@+ zKJ>GyCJ21r+#M;dMG5&E8=X&XE3G^z+r%J-V3D$r7X;KrODsq7k+PJR%F%qZEa&BN zEFUW?c|{;1`J5P$C&Z9wgvLi<{ELX^EuRnxO}uEk&i8CYGx95JWdv7UW(A$D6!f*_ zjT+6!uDE#5RTdq}3M&?EYfhE9(voRAu5z#DnAJ+bawW9a+dlb^(r&bt1)Mu2dBGrg z(U^i+N%@E&P^l;y66jImoDromAhDuk$WNkqrQI8Y-Z=Cses3Il6M!T*(nDhy8I0-y zJPCLbaFzGTMcL>DRBij}17E$M%fQ+XdLLM)Xg`(F1IHyJ4fd(F{Q%gcjX^r#aTtOj z0?!bjgJ2N@FTZPn!fq831 znD|_6!;R`z)ux-honYp88*9G>8-hG0zbVNUDCF4Sggr60!1}<9^@H%DV`)%b*|ZCe zv$5IdGk8E8Iy)47gKP+GlUm0}(<-_MQ1A<`CK9@YGiF4V0y8!S!p1R^lOD6gXu;T2 zJ1*z2nS_3yHN{zv4~(5c-$zEKphMi6o2d{7LVN(0mKRumATY};o6hmUu`?agPH^V{ z2nEN1ju5UpoAAl|0^}vL66VG_1W@jbS;p5Y>t3|pZ)&-nSFHFmHiHM8mHuE|AYd24~>s3Fv+2o6$k;F<7hpLg727M zZf$duo={glS0}TV!BZ%+io@y^z2F4vssl}hxK9Y{n0@nznNHWrb)fS|;jf$<-ZxNg z$HsR=tnDGfxTevH$9QlW_}KfvcCezMGu{a$_+i1SQ+F_MOgNnfkuHIg;1@g=0#nOK z-kID6g`>RmRrhQv4SY8hs z08>|5sa7q9C$t-ZOUjMd4rBbZn*xlTM}di9e1~2{EsNq33ViRf4^VuF0$(odBNTjf z@oHmyDKJ~?1`2$BxawyGo8Dg6DSt^bEGl*z#TO{;Z);3 zI!f){}Fu!cMlPEWyd$6>mEi5kG?n>rcd>=0-+OPHe*xN23?~2p literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0deba8af1199a001a6ac9af9925f590c34a3474d GIT binary patch literal 5196 zcmZ9QPiz%c6vpSh*Fs~g6bnKG^Re* zw`KPA=F7X^y1pmN{=hf>)f0-1Q&wEhX0n;ue6~=0LO2z1>&=DZ{{zR(H1{?zJ#5i275+9VPey z^~VVNV;x05>L(DZ1l{*g??QZ3f~Qe`h`3pTU+kl}%VVX{y@GnThiU(^x_c7wx`hFB zcYm_*o&F23hWOmVI-WuOHsZe$d}|-&?mj8O6fXV-`d|sxQSb9;4y=@?;Ub2O{SudP z#sJFtApxknX9ZN<1uoews=6JpgH$^dJdAl&*o^x&1757CcPOZqbFp_+>kL#iJ63{) zGZ6bSduWO#57E7b4OB<7#jFoFHNaW{I~btep`fa{*lzdtm^b8MJHpBs2Dm$}Ll|IP zQSVStbtlKH)+IBzZa<{ux#N+$lSZ5Jh;-lG48GnBe#fB0LLUc!*#{9I5`e!?33zfd zcxp4i#(fEvCl&&=5U7PfEd**IPz$;f3xQe))Ixypof4>pKrOhKSP0ZYpcVqP5FlJj zz#sKNp#(aaKqnLEWCBimtQ>^p+^+9Af-pIPFgb!SIfAg~2;j3r5L7e)pb1b5m#Bq6 zEd*-8^5iT8Y9UYyfm#UELZB9OCl&&=5U7O!;in}~3xQg2F|iP+g+MI?Y9TpAWX}`)8l`B~UOpcVqP5U7PfEd*-8^29=b zHs2|MS_srapcVqPR44SI)qxVA7IvtGKrIAn!Nue(1bP+%wGgO<0O1=WPz&nBLZB7` zwGgO;fm#UE!n+jyr^=e476P>psHIxxS^~A8PR>H076P>p zsD%KN-9o^4q@=9*poPg1gvk+v$q{hRkIEp-@IAAQKqnLEWCEQ`5cV8rpt3^{V0mI8 zPz!-t2-HHL76P@PJFyU`g+MI?2;V7zS_ss_TNs`t9*#gQ1Zp8r3jxBl1e|tAD1lBU z(8&ZknSj&qd!PLh+GigH-dZpW+=&`57#IfjqCVnb-~rUndKkcyR~+@QJ>yME4C@#H zc+SJXIO^v;47`DQ*u%gD)W7eb9ugX zv^Zn?u@@>?2S4H?o1Xp={^g V_4;rRdXD$(tpA#AFJ847{{t8c;zIxc literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..984e85ae4c2071052637c26dece64f0b40864c43 GIT binary patch literal 760 zcmZWnL2DCH5T3W$-KJ?HwFTRt;5&#IA^WI;hbTg!co3~(@luhn*?q|_+3c?G?FLh$ z7V#kJp`Lp6rqVy)fAA8)LkM{CdUD<-0mXqg`_1gkH{ZUUFU4X3&>q}gYkVL8 zKU6R?eG10s5gdREE(xGbb_fAid$hn(1=5YG{1?j;iJj??;B|Wl7-kLq)Xau%F zhXmzL>^V7{;%z8vyPxm+PKzcUrww1ogoaUA!NX}iiUJx5I?<6;1U43A`m92MqHTz# ztY%0>7bnu`1=U)v(v7f7!?a!Jf<}#ukK3W5+*16L;wjO+>|_7pQWRBs<9|s=VPz9{ zOY4fO9f=tiN_~|2g1dO3dZs}W>aPrq$t(>qrN>X$eaVGnwsbrm`;tlFFvk;77|Gb< zg0nac(zajuCnwz&i@S*zg{;HF4h#JHG`?)DUt-cvcqO)-mfhr%#eU3cSms883E%Np zEyi26;_h%>ftnI0)G8@?@(Q{=__Yj+%YEJIuUOx7YjAS)H)uxbl`&XY`nqstu(J00 z*2uujkqL`S`^KBAef`uJJ7KG=56z?-`(ab44H0TZGWJg(78IUGcbvc0j@&fh*To48 j)e6Y7=ten0$agqBGK*w&|M7eM-LnxO{CMt2Ju-qn_NU6T literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..43d807cebcfb9fb21a32b3611ba0f5b09744e8c3 GIT binary patch literal 6613 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 Nhw~?Ee-NZ4;XfUh^LhXP literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b258972f6faf91b09bfeb7266410ccd6ecb82345 GIT binary patch literal 901 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 Z6Cje2`x8EYVbfPnu1pv?zLx1C{}1tPN&El+ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6f30b652ecd0ccecd9f1440f3cb8ee3feabbb320 GIT binary patch literal 2526 zcmZ`*O>7&-6`tLlUH<>*pORdKmQ_b@#T{9+mRxpr zDTxAEt8LmcX$~%Wu#2E*jw;+kk3AN?_9B@sM6YeYMo+mBk&6U6_04jZjss@_y_tFQ zX5O3kzVA{0j>W7q529e7 z5-f&wP6>i#NDuhhUvuCiXoL$9B~pkg(Lzj#72-;qLwbk^tGpim5Gx7Ntw&uyKLBga zkQ51SNpvFa0d36aE%YgU9DH+k`U=y6~+(^b)t)~=srN7{A3et2_K+MPELN#+%3wS6Vf$X%Nd$w<-Q();4Kc% zz~m03Re=;J{B?MkBIvw=A(4_Uyal^Z2wn-eYs}UaQI?$kpXQ6YxoKTCif1ye5@Y#vqB zUz9b&+X<+uZst^#O5okWE2e2U302jKMbp;oJVXF{fIsv%bO;h1{W5#qBGk%iR&I@y z@>bTOxomEYnnlwptr1GHrLs{jSjA3nNo!^?7Mh;Z@wbK8+c(@uLnWbBO2EKW@?%&70r zFI~GnwV+;`S-LX62$T1gu3ny5UY=i^bK-Nv_Ud!R)QJ;?^|GzMqZM_7INb~6hL)>% z^_rp7q>e-hl(F~@i2_YZEH9&~%;|W!f57`>0b2Z*(g>k$c&xj=i7@HCz?wj2-d!Uq|+iU$H8_j_NvIe;c7K&Ps!?Z?k}Q0nsE}i=^-E z<*1A6KS!vB?H*rO6{`5}lHaCkQdL?;Cy>pu<9B$XM%;F|hp`$h=>? zbgoUA4ns2GaN7Hp-1J))I|`=vD)bGeT})3E)A^!hYsDN%o2%bqmg!t|jj|Ry`#Edb z`GboH$-GM_mpO8n_JN-EGSSZj>#~%+-Vv;d<#gR3wuinApcatM5ewQ)z>K(3&KtT5 zcRAolYi)Ezy;m|$6DMGmb2(yJFC97&xD5!@zAET<3yYz}O9o|iagKpwpIfSbsc%kC zfQbx$);~b(pchfpJ@TiKy42#u(6J}O^6tsT@Y(u8vwx^Q_acbm-M8O-(0%o;@o@6$ z{>arv?7ceQ>>aF!9z|kLhQ4z!l-(c7HipjD-)*K&9Hiv^l)O8=pUQlJ_`!HHIed^j zzMnk)+0uUU%?HWZ-FFWrF6~cT`d8on#B57IvHlkl>OHl)^v~}K59`DQ4Qir73ld8-U$nQw zB}21UO)4TUcBKRw_9!RlpL8UE@7oItj>OPo7*1rq zP%^3A?l*5h8_jraG{f3xhL!sKIls^@0NbE+;prliJ;RAl**49ulx@l-qO4 zx{I3yC;83$=}C520z})S;9yEhl(PR8+6|Zi?kMmwJr5p5n1*f$;CEzpCEed=MCU)HQN<T8XAq9ow;u?Dk8#iQ#OX$2 za_60=_~dgOs{i=*t=n67ZvF9AV_i#JfKJhhS_4Kyzeu!}C6!;-|;Z{jvD;_k{ZwIFSDb4Q_Ht literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e3ce43e8d085be45d0451c53ad8ff3b8dc6fbf8c GIT binary patch literal 3609 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..203c16d665275ec7d30bb5af6e824bfc140d93fc GIT binary patch literal 1644 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 ABme*a literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4bb7c509a4bb240286f5905e847d843d4ef79c73 GIT binary patch literal 9142 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..70133e3b337713380214a555902c2566ad353e77 GIT binary patch literal 4308 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2a4ef8c0b1eeb2fdd092b3506d4ccbe9d5886032 GIT binary patch literal 11894 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b5620ef1f9b1714eefd5d3d7a9a1efb86a804cb1 GIT binary patch literal 5654 zcmc&&du&tZ760zTZ#xgiPGX0^C4_=mhzp@A1=a<^V+4rSLf4XxxyJV$HG zO1qN3=lRa}`u)y1pWnCH%mltC_cRZ@QcuW-SSfw92PzA53?VNOk%&x)^kdG3m@wPV zGFaw9T$u0Y!@7PQ)Ok@C(uWQG28OUiB8Tcq$|||2KL`5oJ7h29)oH&O#<8NIBqJIn zi)fOp1H5QH!JjLN_S+=e07LsM5-(W>8IWLI&`V|YqVYKIHpP3ag{QjQFl7d$$2xGUO@jj+Vvf}kC zfUHG(n$NYiA{y|Cc#)2`g55&Z%?3Lm2yc7bRv60)RO@mTIIvSH79&MxdEBZ>;)43@W z4fsRK!<}Urr13%{B%j?NpN)|jNB30l%>K;C6{jcb=>B{Gv3uO^WPl${xX<#w3rca@ z8mGj=9!@rbsAg89sy{@JLq@U`&!k&MGpN$MkRfp1rR@ZYh6I}{BpZUta~zPYOuFV$7$X~5l3*&W zdx=`sbdpoSXcWE_2ZUt5gph241wwM8Z+~@AQXc$284(2gO1>^y$Uq$;+c2qtq(lOG z;c^4CjJA|6>>l{@;5Y{+PDnhQ#(^1;5s-2dHt-Zyatk&zV?sfNs03ygQDrRYm%&4j zR`@9oK!R|x6Qd=y?)XT$>)5kbYnwBUQ_oHt7hkJe@nsm3-7pfYz9H;Cir|*fx!-YA z2oGw_S3#i~W)(|bfmX?u092UKizTSwdIi*u7S=D6IdxBCS?(=a%*`+~G8mG+Fz(() zv+pi1vGV>7VT}-#g|!|b8VJN=K``bA!BY(R)oPV+z5=kmnVPpiRFq;-Fv8WekIJHl zp$DWO*M!2A)4RiDHT)C=0NjIvSli#|nKHfJH*4vd=DX-IgB2~Qz2k)Obm<9SfI_vm zOoD$*R(Z^dtrpo)h$WI-f=zH33y9n(Ks?Etkmx*GneTzdq%NsX8WJR-qh>&#;7j8o z4rtXM-UFu)Jyprct6837}3=X?|EJ-X3f|8MtPItyVX zoHKaFo^r!IQS$ZQwv1L#)=wpNEwV*t!@Jk5O)iOw;>R8YWpn(P2sU9gM~! zqGpN5V&#f12qD5zO{b`SS=BgjQ<`o#D5^sWItfG;eg(X=p?XXD88R0ALsY(|IsALK_O`ts1;0ooEW)9g=(JXRF z{+?^n0blrpjxtC`8KkGH(2II(bCaZ@YX0*3C233;VU1LVuEJFLM(p{6wF}IQp%<#o!m*#GpDa{YdMWnH_}6R-hE*6qQzZ|9 z#N+T&cmNbIK~Ic}GvZ~#vTL>W^tw|cDL!YZO)o#WDc8`HSvKjMa=f-E>+Z}pbRv{% z8`9g;kEIgR#+K^_YnnMWnyan9RtJvng_^OQIYV7~+l;{lVkrw&9+)vSklOa`n!1FvDg1XAS8k zDg8BPYi3~9xjbctP%Yz}tUv3Tv9!H$^n(6^e9=6+V&kPFGb_4t4X(_x%-ZzE$%br0 z`?R&43eQ*;Lq}>4R&+C#)|}lr-gDj2l-ibWDpSu0{+J$+W`wg1s=;U^P-Ybz7aA$* zGx`cVglgdfp8)Tv(|mv(BmtJj`Fw(h0FX=YB}@*mXIPB$!9VZ`HmM&ZgADiygUBFq z51}!<>q{D|5Uwlfffwz=;AucU$tO(-eZqv;E+V--VK`L1;-ba`KUjWoFyLYS+nfng zQa`bl>VLVJ@v2_U`22Y?9`^kTO`} zhf5{%Fb26#ZjmMb;ljHOs0BoWr=~w7tVG;;gd!IUG=%45;SEeF3D4AW0HX*nR+iv} zSbR4^03pegeDYdY9t3+BH)wi4xDs#~#-gmK@rNMx@K_4u+W<21MieZ@CZ(rX6^k%x z)6A8bY3!)!Lcxfn$lpW->rjHH4fp^lld|ZRaBwt6H7YU~BCy85$v;6tIVn6i%`dv% z+xIVywd-@=+@5k}9UW8qXB`jD7}w{qajZ8_AOq^y-SB`}EM)e9zp~lWYsdFrv9)Gx ztz+9iYFRefJKN%&CkEZ(@!FIry$(shXDy2|M`tW6z$2aBJ-$2R$+TRyF3&mLnYCy3 zUvVza0@1eTT&?51*R742_N;Yrs`skZo_^>r*4BJ2=*rv4ijKcpIx=Ev%jq5CJJMU9 z-!o(BnC3e^pI-{A`g~p>*3}Ab{8asxR{lMf%X7c{#f|fC-IyAi`|-+_bz z;Wm@dn4=I@BI!KM8Vd&0G!Tyj)MzxM$Vebfua3k3Trw_F#&BG--eIm0?V17psfY#P z&m3LYufjXK3mZ9rsK!BfMIWBjq!->AZKw)OFTHC#h=@Nd`Fxr#2ChYwdvLT)_D2RK zjfoUqJ8l%mXYFm{rf^h@hopz)??M%0VI>1;o?{s1Z^ZO>vg99R>BnR_fWh6KvA^m* z>z;0ZWY+cQ71tA4*AvsE@s^&j_)uArXKR?o%(6UzY;xH=W(yo)>uGzwjcn{?ZV?;P znC{ABHo1Ok@6@&nT~oc;We?JpKL!@CI>Wg>;7wWc(#iW~&7RBrs;hPG>6Rbl3E9kUVHXIg?_uW&qjRMA zt48oW&s*RKb&d~^HR&Unwpm;2JYjWBDF(X7!_$kNg`r#69voV`m4(UAMwrkmSVjPnOH))F-r@?jFI8B=DB3#KEoZ!|?Gff{0IBDX(zW=#*W_Bfn zW9QfJ`}U_fbN=VvxsP-2J#+85cl5o?Oq+n;{%yr=i#H0w-xJV&IVyAeVY?ul6GTBY z1cerUH?$aljX`6Fsl{X-*jj8I_7;1Gqs0Mv znwTEU?8s`#>d0=%?#OA$VKQqlwZ# zohO!omWyuC`CC?C=t^-F=xT8d z=sn_E&{}aFXq~tov|ii*x>4K&+8}NQ-6C!U-6n1a-68G--6b|YY4{@L)Fd_o?-uU` z-6QS=-6yty?iUY$9u)5b^@;a``o%+_t)d7jiEW^V#dgqucm(vQ7zFJQJ3&KY7w9oj z1`Uf5HK%UzIPeMaBxnz#z2YhGePTc81LA|Ar^Sar9~M6a`iS^x(BBb113Dm{0sXA_ zDClG2?}C0#d>nL8JPZ1S_$264;_s${*m}K(65Vs4EiVHpQ<@s7GDGY zGe*B5z7GDIjQ+X!E$~;wH$eYFd=vEB;$MRPmG~Xdx5V#){?X1NsB;hoDh0 z26|N-0lg-^4f?m@sG8H5_zrMf{1NDN@m3*SQ*S7^P}yR{~+Qg09Ae5es?` zE{s~xT3i^ppmn$~dO_=PVFZJ2#D!4|+JFlq8FULSjAqbnxG(>nJMxQChSQ#$tuxKA_L@95lTzzs0j8J+tqxJQ}nF`fHeaGztc z$8~NH+*u}jLg$_Y_Y{-;p3Z$9+&NvhLmYvg$Mppk_i3Gb1{`b@=0*_7$D`LvUYZvP+!%B9-A)_4*^+>H3;_ zeI0kY{#d>K1b4drRJ|@gll4VI%S?KILh{-pME^{3>2KCqcrP1{tWUm=H4gEB=MKma+^g$2+**kn%wP zg3&i6vH=v2?A5m)v9!1)vIT!hGlM~cyhS97_E*7*js-0XXm$bgo#4Wb%9hGI<{At1 z5>%juWIf)(_1!_k#lP0ezff9u#Fwm>#v$G}MJo6A5c~UDjWD~pTkO9<+#is2y!gY9 z5j!fvqF#(?rTB<+uacepSTRS)2B*eEoyksKdqj|C9%pOwf|dOqf+(L!n1hqB=c=qB6&s6Q9LKlg0?!6 z`DvVl7*Eq&kWv|=6zKk}Ny|N{zsJ@|S(0}O9&A~5x3rMXJjts)d-qhOWkQn))9iD$@x)^?vPb;*cSxW0Zv?e4A3zUKPIZ4KLNxB8kl z)o-guNM^GncLY$J=60z=df5;+H%liY@$@}`PBC;MJg#@Cra`#997R5dDL*YnT8yHh z#UvVA%%Z8qBAQ#$L`zG$m?l}L59j(!P|N=+_t!#6}hP=9FaPDJv%xjSE$Vu zX_s7HS1VP<6=p%MaCcW%NRCLN>rjs?qLwpUDbvzPp~5J%giy>N@ibYAbjzKsYDb4i zKu;6|igDWof`yc!PdEZ@;*UCdli)UP@8!DW1*;@obfVqp9+rY_VM^Nd;i*Nt!;&0c zrwwB@2wYqOpwa2N4RKwI$4Cb5=(N)(cXd|FWc-cU`-c0>S zo{4x|3-T$MAMK4=r^uxcY+5!G-O-57%11@qgq-Es$U-gy zd0AlDv9iiVBqdUSE9?PzM0m%%@Q==_0B z7mMO*4f@0A{*)mb12Q$7OjcAbAu<(YTnm5V0btY1QYlksn%Lw_xxIPGSX$3ph{$@+ zn>w`qxrXx%Lo1`%Wl?LH*61=`^n&arGM`8VNIYG&O!5K}Q8IERkwrvEqr5$-!BSe& zOOVJMTwzL$TC?&7HQ(4>nzVeVl$x=eCqoa%Er)^_b8!>29Jd^nC8?9CG@jNY1%sgz zOto?Ip6{9Bz;JSlWt}L^f4~ ze3XpTI4n{&chjl;86>?E`6Np(vKjiq>&D$xp(nHr6iCyOLn8F;a>NksMQS*(zA ziFkj{;&?`<|9B6|iNteBoFV${d0bwaheOlj1O;@LsgZehvK3!uy;>GZ{Ce;eOrI2>{@xstmS*@%isSOhfiKnO3k-(l5c$M|+ z!Pb!6*@m&Lc1)$7#Y<-ERkpIETK%F#V;Ezjfdm;^@AfL2*(1rMJ<2X7VP#@n*Q?On z6Xnsml2_TzqWJN8>+qwGV_5AVNsg*1y(-F17BN|%Dy3_DT2)HZc!5XR&7Mgn?ooP4 zlEZb!)J`M5O4&nV2NP=+WIubBiPTm;O_DU;cFIF6n2!wJWoS_qw{&5SQ?1-j{P@=P zDu>u3$=3EL^uCOzbIVq(93hl;qFwSwsuhU=>O@PtN}CG&0P!4kII6{$dX&QyJVEU5 ziD!=MZA$wcu~;hxNSw>+843oDOMHxbmER*dADVh|DM1oy_CPgjUZs;bB^1Bphq2#^FAF*Uuen;E=M+3^^B*?@&&wnK3 zV{b;UGN`5|^(?JX&Z+=O*Ti$xLg^;Ot2{yBTL07K%9A8kd$(7)OlX4Ds#2aMshuau zUkO7jo|=i;#XQP+k~&!H`_!4h7f5tR$E{MHW(kb%eIDfvCLM1cJ<4+=P1=30@&XC8 z-cY5yMNn_)D&=LuX=-bJnZWpF_b5LkVY=3JE)r6!$NS13lElLKuW}w1!>e2(K25bW zuM$uds`m-6@--5hBA8r#oj7|(AROuOp+mrG{xM0ck#>lJfPX@e8KWxYPl-=sZS7TF zBQP=PD&@x{&g5F>`t>T`V9${WT3)TZt^z;6oqfQge3Qb}#;#KSoX{O@<58}V9Qy2( zdPM0&mGT#aQ<~qSyh#!ou^#2y#3mc3O8Lw20*~??5@@aEQNByi&UH@%)ua41lO%_( zNBKT`L>s%x4_E}&S@?5GlqBh4Hs(A^jD@TH6ET9yRg&bej+C?_9%Y0*#(PGUaxDdU zl($tx(*uw4w}k9rf2XL8<57~R%GWX;W3hO~)LT5tJ0xK}$D_nKkDlXEe#Cg{CLZNF z@#BWFNBIfKQu>NVxj_=GuXvRA2&zrzQT~q5#17(7{+`6V6M2;P8DMWJkMa)$GHCt~ z4g^uopAt@|ZsS?JSoud4`3dpKwpaNX3E5=Z%SFo+MHemOCe7nf{)uF;Z+OXsd76hT*`$@7AqgP2_(-+*v%iWvl@H9)6d4ma)8n)iNw&*#fKC zFK0Po_^UZDXG#H9m9w1b16b8d4b!>5r^ZXO9Q|idx!XBl#(M>NjBxj5vo-WizZ{n8 zWjQ4G&VU0>UH7+!x`U#tGZb+hl3ZOBMXcQJHcz&GmOV&5Wnug?+a~4wRPfU%ar!zp(A#sipnyIeoTPa=RTUXX1mWJPW-2?gJ!;vy-F;!~@|4 z2P;Ts8&}H=t(KRObh4Ja;cII#NoL6+8do7oh9ISZH*p?5!gR?hWlTW`q!wLjgVe4{ z(^RR8c}g7cnqSA>w+VqS`*7!s#6Ma;)lfQz27iiIgL zN)V$|EJ~3~l?vg^o+cJwoT9ne#1hG@<~KDNQ?DBiNKA-7M=kRVJU6Y)NVPy&r$1uR zpTVZkglA?*Icgp=lXy(OA6SnY_S)E4Lrkh{84o`F2#<_H{A+v90) zc^{JGczT4po$vHKr6aZp*X=(8A=fL;tOy;3egpP$u$N8eSNe@~Zluq6#EK{rexez! zTH6F6;L}FYf)K}@A(O>El6_}9O+im%hv`|1n2r*_Equ|cH3fAtZJz>8VO#I~^?`6# z(BBhg9%_GU1P)47J%Kh?Biyqta$3Mk%^lP5mRg!3JwZu!BKO|(RcvgzdX28~4-M{a zQp(?5e34?Y0La(4t#J!xIC$jWFpQvNc;MxHM2uVE@RK?YA%xT~|D1v?Z1w6k$u1Jn z6D)3+Qg*pq+%-#%V)Fm{db3#5l8cz(m53j1Le$g3KUiJwT4&tIo;DD9y#Gx9SXRNH zcrI`@FnDly_Hgq{`<~zT(tXe0H#)Z_Hn(PE?#k$#RhMg{jx}SMd1vc~&DZkhMji9U z967hs%{jJ&V9u~HJ2cJ#No6X_juq;;Ir8&OyQ9EIs1A0aC0=vebwq7%PJbme{S0OX~U6dR>g?5;@4p+ z{lm3Ftu~>3ODMblSog{<0TF ztqWN#;}*0`ha~4AX55DED;<_Y-JN19)mHoIwciO2wKtqji)dj&KkYc`!%`Ou5wpfm zX0O;#Ey0tMycka#HwzC_s*{8@-Nk;U6*?jj>(Q=q zZJviUM~Ae)6;h8RxL3He(+T>1JAVXmWY>21GhC673*LEcKvufe^O1?^QHVvT9G72m z)VRtIg+jq`c{R)35-Yr)s5-j%5NG*q@CT6-)$S0s>G8>?|{X9%^I}f`WH?BiqM;B_@83`xr;m(qC(IzP-r;;Ge9=HK!lL>lX zvQ5mm-473ek6H9E-^a{ESUe|LM;;i@Nmh$Xv`HPET#yYQVKOynHa@A#Jd7=g2&&A| zR(IVi#|aOTX(NXKOk0WI$Q@XHJ%9c{{g^#ldoxzViYu<#E5@8f=T@Cv6?Im`96E5! z9LvmoeBYUU&$vfR7RE{zUd>!c5m%mF8FkK&Ip$w?&cV!Z|MUA}PEXX~Nr}B6RFS|)~b)dK@d5CZEM%!g;h(I;G{rnuse*IS4vWM9}_GY>4aLoKxY^p z*H%1Ac7lGrX{?`>%L(e~ji@O4=lIDo1YXFKoA)??WNHnD*-Sc24Wjkk463+~YTL_Q zACfWCy2QpjVR71MM3%^iW~5ju24 zYKhYmvw#oq=_MNITAzs4t!5+l3DG(7c~*rI#;WxCX=5 z{gGV*?d&SY&b6P$e2(_~Zr5DLXYhxMxQ?H;Cfr;4e54%Wlqrqui#8XiIl>|hXHgvBr_quDcK*)v~s zTx`1Jd}Z&~!c$#8 zv(vOvb{m*pQx=PI4l2@{$!t!g`t+Abf3(KL$jpNNhB7W@jF#8L%4@D=uZUV#Fl7Y< zXb7$>oQpaM!!F4;@l<6|03|IfXA`*krw! z-spXXl%>riYwgswi0BKZBf4iJnM2YJ^qcxj4^{Kj`%L;gfqDY_O}0$xGmV=kB;)D} zC+%rLm=ITA6diFU<7iw;smy)m(^-)MJ;X?!&}Vf^g(ac+2({LPpQgD3&}zS>KdnE# z&mwP&&`OE@B2zW4&qCh@mf(9rt^bY-OBbzo4YP_FsbShXvLB;&LK{ufa!cO(tQYm~ z3a}7LlN(d=P1CGwe@0)1Xg|81>_buuA{JCn8&kEQwp+%>Y`2V0&~D@6_N5;okHdtY zn5mc77MZ05_SrP4m~|A!Y+Mbp`_Pi9HR!XkwzBs-`ZFhOC%cwfik=*k$n>%#+apq{ zl?fXiLZ9`{?*qcA+RdF&(3S6_iJFZz}OnH^Z8pTivR>7|kLw4UlM zaKRf!dtiQ=I0fi^hiMf*{7Q>xe&lrxI3&T=Vq^5!Og@QGr^_APVYZ33YPE~ck6j-c z7O-QTz0;+WU6|+KMXJ4_wUr;e+s3(HF?a+rpSS0MXkP4tFm22r2}iMZ=N{}Gs2 zzEB-Wl8kvn{{MRl!gz7QkyN_3$4f z#W2|b=3%~CSbL#iuxGgL?V_?+VePNkoAKf7Ttjau*FiEn*PVKB=gGf7aZp zV>t!q>}TyyW{&2R#&SwWa^?FPwcn$2quZXxGrO!EM7;BRTUfnl5a*wCmEb z3)?PNjg+tXw&}{Iw|2dC?8>%i)9#VA_ue)ci?Rkb-b@qniw3)&35?G0#AbLdFT3Wf zi#qDw%gn!CP&`!h6m&u93pVXilS6;i^lGU*3|e z@AQ=VuHG=ZdS`6)&at8tX(CG~DSd9{`I#4-BU2U*Y`&hIH@M=_2Zv`}%`QbYV};&J z+oRt4X#NH&WnMxs=H|iu?}CeB+Cbf4!H^mCebGA{{)6S1?-jh#^1AbK^Eal96xI!F zyzVT-Xt`W;t+4i*vzDb+bGb5Fvn86pHJRF7s?BCSmE&eO`c7vr`pezi-`?-G{3WfECxO(t=7{(mpiB(pA7rumcWNpm#IMllWA!AvJbFOzCk z*N}<1z4bYqrg_*6%}qZ^7<<2CCe}}_t>u}KlBYiFNs*;%d8Wvcd)5}LHEg|ZT5Hg1 zf-Ja83b*?4F-dDkl)@7|#BrmyCT^^*k=LQfSQ`XzlS7PG$j_r3070bXh_pOzSQ0l> zxieDypR|nNo=xWZTuhKQ?zlUY`3N#(7YWFT8MpZ8*Z}hh#m(de#Wxjj=uR}yv{ulK zGq=rIWORZ&OP1@(R-GmlIX-koJvGt0&brkvYt)%r8!H@XjoKuJ3%GZXQz~^nUH+x1CpZ zzghDArs%HS-`f{;?uk0~aGwk9G>)@&x?i;r*6425?xQVTp83DV$i@--{gdF?qH+ihdHlIExun}zRH}zvxhV>}AxZIFj zm0;Cq?1i4R5!-LU+RDT%kV!Q6r*&omTU49|jFnfPg)DD>T0~#Np*)jp6{To)5{uuL zb}?O>?K8_XNxfOwVSBKmf~8|+w-DEhRdJ_HWYS*fTC|abmCDv<)nkIwV-i0;rX8y^ zElqHGOybAKbcklro}x2-jYOKGTt!DpsJ`aWLQ}%@wa@DONR#g*zOtbI&Kh|v9sp9n>#fe-V! zcD1cET|gVh;io~^!c{#EHDz?l{MeNF7dAwTy)nBNGl+pLH|)7j?H?_eA1jzYVxNB@ z^3_u>pL+f1=$fY3nx>IOO*G5UcZaVR&BB)Ks^?dYmad4Eu80<`JhN$F-JoI6gRiFt zt3P}4deO9@UBmh3_dfaHpc#)2d7h{lE1i3GD<(igjZd_UmCif6^+xHu3;EBl7~D#+ zo1fcvejhoMSH{X$UfFuBXje36*Nq92l(E@!FBo4aA8Z|3_eA?8!=bbtNebFK$w`iy-AOXgiG zuem(uTNSTW#L72BOEwOszdyBNbgCyd)pMzAWa^56t=FB!$r3D$%~^W6@0xRK)UowO zrjzoYA1j)FHFN%NmA^Wz9L~GyEWJL}HJty_l;@{hY#3dzI<{c-74bVq-#B`0YGX9N zaq@!BADy~5Hg)l(qLHaJ6AHQ{HfPD@;5Fx#sAJ2GZ0CTT%`CC#AlEZHxr+b1(2UI< zHXzv`V<9vIwOEWdG`nX_dIX-9AMtD-)(LPI;^1MZGmO)kFGc-i-Pi}-T{il&n3-6id+^}VSs$tArKW1}& zYR8z_H8#z4dc(k`!KO3YMu5yUWAo;p-Z-##Fc`}$9Wl>`#7JIee(=h2IcY5A=be=j4 zy_eL(zLWi14!#K%PTveSk+#M2uwl{-Zfxj?W^B(`^lcsLn(T)oF=jFCu3>4SAvH`} zSdh;fFZuM|3hvm)JIjUIxadn(oQ}u8Mj`(>-t%;vO5NtKWbftPe9aBLG$nS5N1wgs zY3_(42l##=buZW`Zy*7=jZ>ZH@l58gB`2_tjwEbCq?NeB_ac?k!u$5Dfu2X#4DGsV zpAj`Ljk=azGcUdFD86pB4>Sz=hYSPTht`c)XTInh-gn{HrQG5BE;WwKTK;Pv(74HKL`ww|Q*jkcytiDm9f?=%0#Se8C3)|iu~ zr8g}0*wC-$mSte;pF&3J1c7 zV>uBJBkgf(=(r@)KOKmtZRa1(SlGV^L5%bx*r5uv^~kr-v*Tv^KT(+8GGN*yos65% z0(b01ksY}`A4K1a!nBk*b!mGY8|-aHbw4T-`%&zh2YD`{^UWxejDPGV#0^K|hT~x} zG-wCb0CExJjQC0QclSFY_~z3#NW8by%H~2e8vygUk5q_bi_stj;G6%f7~o#%SSd7o6*+Y*&4x%H_Tq4 z@icf2aY#ajw@Hx6)h@HQISs3LhL65ZjYOny%CwvvwanyOL#p-RU6s}@{EbgO*?1P3 zjs4#%A38J+d9xFqc@*b1T7u0>_&NJUBx4H*HlvtAy343P*($L!vwZUldr}=;0sM2X z^n2?Y*X?Mkm#2~{*~^_dN69Y9^+c#=vsnynWU+1~-wP4Wnp4k`_YiOMiz1Da?vBoQ zTA2L@thfdLU#26h+M6(6Qqb`Z+VP@ouvT=tcsf0ZPv)7OlAOPJd#0Rs%?sZ(m%uXGO9sjxUvy^Ch;8anPs~<+I{kw*hoNM!>;nO}4`$d5<%8)T z2)HFmf~I`qnAtvnnKiLD%oziogoRinWN|>A&VW_0WDfWf84TD2i+!LrVQ0W0Sh5C= zB{CVv;vv}##8it#-pC=07ohi61BZCevuC$(xK)k3jl=DLMMK8K z4i0znXA`?PY*e3Z;tiRxAcyw>W)8F_ zd>r1-LaP#f4i5oR-)QAf1f)ihIBZiRALg(fFl!*32ylp#;gs^NqZ|e~OmuMAslpJ4 zU4TVHro=H0F}Y zm~1qeGw~pYYfU_~mYLMVIzTE$9f#`yDRMoB8vseq8#&yh!UhgEt8fd4TLF>Ot!*4` z2ec2=C3bMQ6OhWhi^E31>_JnaiNj_<=U`o8H;4BE(xBVJ;a)&0)jkee0I9zFImG0c z>FOYd_o<;i4)0f?pTk3H$vK*~tsunmy<#$gWIRT$t9Ck|P@M>z}vItH2&9UOK7 zBB@&;4!Z!U1&?uv`3p-q%ps=b40dyP9FUZAg29_70gKL?5@z?`$r#10O30%o3Ry|s(OM!TqgB;!mNNwcf@O~BgIXtAoRt`l#N=o9e4UjTA%wanqDJQ_;5kRWoQ4WKERHF_K zI{~RPggER{;V}-e$Y4zt<`5qN@b=~KIES}RaCj1ss?ftB_97WP#bKWc`#F3-g%5JL z7BgEaMr|4&zbdTbaJ>raIozPajT~-LVFQPoRk(%2tt#Bc;dT}7;Bco3cX8OL!X^%z zRk)kOdsVoH!@V5d+Q(sw8oHmu11dbo;e9Ifad^K9{Tv=rVJnBC3MCHPRCt)fb`=IV z#3!;$bw@c2s<4B@P8EhY>{8(|4zX@z&xSd~fdK})IXtey6C9pYVGoDB9Ns*|VPBe% zo%c>w?#KDNy@#z}qC(Cu?@Kor+=Bu9=TU860&@PQBLh9~L`o8UaP z8w$o8#W&e~b|t^Bs%7^ZmfR042v1BC%#Jg?Bc>@oHM@Rno`!|ndszjK22O8$&yjmx zdO7m8qxy9Hm^owAoF6mipWQRO?$r`7*UYPu!oAO*xYW*s_aue)4liS(ilk`w@H{4R zr;6N6wBWr==T+z0XxXySvemJ&)gxv1Tyw4+$y|GS!`O^Dw*;FdD`qVja14s?*mDP) z&#W19xt#nozUfP&XDvbgHgn6WjN&Q^Gpfuq+oykQ^vHIgnXm5TnGeQM)Ka^|6To z%K+=X2jURzqA$VP6ZXVC$q;r0LwqXlid;%eK9ko`Mrur!iI06Ki2n=wVU5_d@yhx- z_WZgcyP%G!|3g+d5=&})xBbcxTdFiw5S#< z)Uh4Utq@97w`SF<=IsHWXFOKjx?gc@b(`4Rs%36P_FQgeR`pDu+;;WiW4%l~)iqsJ zgEYgTDm9B0l~=AsmFL`gAXUgt<%#qp-@Mxy8*k1v zy=LZUwKaM4QOiGGX?@*J&$JUWT}Vd*D6@nA2g*-@yt^Wo5=iM;98i`UHoNi=VLZ%<1`b34dy1THXqmXEDi@b9i%e0$lIUOiyQL=d!c& z^O=dw&D{CYhRmWpA=?u&l%1QVL7d+b9RmwkRo?msO5k~iB}OQX4x)6aS#0Kyt{<%) zEwrw;?zZk6kG0cN?Zgy)8x{?q#Q4Bb3Y)y2i@-#oF^mv!F`R*&%q~fQl-T%r#j&>u z_2IbZy#w+v@P=+yb-Uy)5-Y}B|sK*Ni`HQ2+;fB-fQ;+!6D=70PSxVZY$ zgX0fg+&o!srx)6Z1&;DsCKV(!&4wpX(}JX?RUM;dF?~eSzNzU}6p3q^;S|9w0eC@L z({$T*eBC!4+XHXHrH%_IL$3hE=s46tFEha|E>JjLls#wR8QJ}E(opuga={Y49S}dD zU*!)^her1AcjQ~0;nDpsI&!v?OznT(k*7|T)R`zLv(5EC5KLVO#YVZ~EXlRFl4T*7 zq7Z0j<56f4Ft~Yq>4nmsn16Zo4oh3)X}^o0aX5G>YZ*C+`E}Q{%aoChA0n)jbN{^h mUSc_f>tlKY^4R0)F}|Nkf*|~cZu}XW5Eh$De<7Io_J0HY#l-*s literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e8ce9f96003b8625e07c0ff365dbcd6f86b5c6a2 GIT binary patch literal 8623 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 Q?UFQIHPUA-^h(hG0UVW7IRF3v literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..896ab228a4f6ca02f164ac2a6202139c1ad74d55 GIT binary patch literal 2294 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 Oi?rGtjq)(OtNcHD1sm)D literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8cf57921e8f13ab91614970ce3ebe4ae9a3713ac GIT binary patch literal 1523 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f896dd8f64f6fb0bcd73041cf3d5fa55e79cfc70 GIT binary patch literal 1881 zcmb7^%TC)s6o$u6fLyuuLMTK71xh4{)ppgYs)Q=kO-ZGqZqkM2*aLBKJZ8p8F=AEm z0N&A8Kz)<;4YKVER0`d&>YSM*GK(x6DaZeOGn)B*eCGTvmkUVzz8o$ef7cQE1B20T zYA6Q3gt$gJdXF4*g&d8bpBXjR)Fjmf%_OKUX;#oFqK(&PB%Ky?hUjCOl{6=4KCyO6 z(t@DH1f7<&BxpH7XC$2!bS^=2lFkddkf8Z!v9@H7-VmPJa4?t`;u;au)Ev~*9j%#( z^jfB0dPjXuJ#xSpWf#?b9}`g6^|7sHFbxQ^LYMmW#!a@LGfm&>5Yy}zOtV9st_Qkg znrB_h8_vv_rbBJhyg>sv{_fKF%n9R$#qBl;TyAh?8+MyfpYoth7%_sb*X_7__ZW9h zjUWo!)Hiy>?-`!k8jfGqpT97;8%f%AHUWnteu1bIRc)a)q0@qFZAO|5{*R37G~ zhoi_3t#kF^RwTjSERI{2<3;$GvW^vo#F=0S%7H-uqhmvx$`J5WhDwJn=dOPuU0lpI zDCS+ejb%zE7+3@Y5Xwmd%gO-oR0if$MnX{zDj|WWoEHK!%w0V#kFaTN~Q9#^_AEmSn+9y*?4+FdLDrz2oIBvo+?McQ#mRgTI{qN zsMI`BgA~QG3}zryl4iD)8Q`hRhB@rGJn*b<XmP4TLoi zB?$7O0ZL`0*r5Afcw{p|{EIaqF_#*Pwnk)n7&+^@Y~m$ag|i{7i~sl%JyUjoH)@4` z{@~mu0rXGRiDWB~*H2ynS$gto%Ph;6ll$K9Aa}Vps@c9}Rk1O&GJYn)-;Abdx4Nd) z;#apwJZ^KER*fs5tDv{yOVC@OEAea470?^82YLha=8sj-o1nMjUC`U0YjFv*+;b=1 K{U@|)oBsg=g@lLz literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9a3a6addc9594f70ac491f4cb7a1ac575e8b1cda GIT binary patch literal 3613 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a3fd1ad785d30135a80139b404a7f05c60eefa29 GIT binary patch literal 9934 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 LjWb*a&F23P{V1+Q literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a8cf7e21f598986e3163a6df29c54b5c2a5508b8 GIT binary patch literal 6071 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2bf35eda70394ea01bf6be0e58ad75d12891cccc GIT binary patch literal 5245 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 i0Kcf))snG}tk-r=9@;<*1x8RN0(iPisZ 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 ZaYJx^nRpeeGH zBd4COoXWMBI2FC|Hgq;y%e7`!Zl@D>cBe@kH_o(ahY*bkm3hlTF0U(8?kx{hcq>@CC0H49d)+K- z4OWG!z11vi3)X~cy|pY{7_1A`d+S3D-Ub%82l-H=w~>X5f=!`jZ?lfmbEBM4{0b*H zMB{q~b#&eqmg+=miC8OEyk|_Mw~B2->7@>iyP=orF*;qa-P_Lm4sQqivY;o_>Fq=d zoZ!M}yS!a&l-=HL)@pgMC)DfhW#I~SWGq}6>kFew|6)7UMzbrwItqB#C8g`LY+{5yCFT60i^C0c%e~fN~i4-cTN9M zs#umMGz%?4s|JOZ+E8|z(EgrI1rj>MU4lpG6uN}&xAa1fNOkWJdbRwER`1hD=@g&V zQoMUEazfwtb>6*5Zxu^#_iH&jIqzVA^X?P7#BOm&9GcWup%HO^%0D1%8$=wX4hq|~ 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8c549d4753401593b922c65c71bdda2d5acbcf32 GIT binary patch literal 4930 zcmb_gU2Gf25#HnR_%HsL5=H9Ilq^-I?2w6nlGZVt3byLlapY98^S~xJ(7cm$^6@8o zC#6&I||KWZ7^G30<%UWB5^87Vr@~mj3sHw z@JXH{GFfyqr)<{}fAK9ss2xUIVYHAGIFhw7$!1EDAlX!V#*uVz1bDmZ%(#-Sj63Ph zc#@t>SF($>J5+DRm-I2-sroa4WFWIExr@mzHJIs6b~E0s_GCiI5a=UFo(L$C?6r`S zMC!UkB=0SYsaY~y;9|b}C``vJhU08rS8~~uY6$0+@~RxO+~=X|K7LP(Gwf#+U8X7Z zK4;2KHJ8haYD&{%R>OWgm(_BrYZ^lk+V3&Ija}U*&tZY$v@R&ykSk#T;6cVs;cBQMKkQnil)FOX;7|J zoDFVk5tudbO_GyH(jsw5-btKb3CSW`B_3>Km2K#OIfrDwBqZ&u9c8QJxMWQ_Btdr0 zStKX$t_JS{-YvOhkK~cNpv^mH1M6CozJe|0GhAnsW!e1HmD+JCr*v71rlPcEjHtel z(xaJFA$mcMF6AW{AjMs-D3nP$uN`3=N^Mj2nhQ2<89Nf4%of@QBSo%AMBvO)w19*#W2MN0)PO93 z0|ye$WTgPeoQ_#(7$k}~r+q*So2V_M@-hI^s>$kHN4JKGpl!c<8j zXbFv`6X^w-%jUHFf=uN^eo0-*D9`O^)1-@ud_iBxWfRMCb~&Lc7aH=x_zMRT8l02o z@~QO2)V!=E@=87-!Z0aE6I4kr!02UJGz}Ne7Yv6eDp^Gr#g*VTX5!7p0nk(%2J&-K z_mKXvlJ$zO*3$=-t2TU~Wc|u9RD0oY$@-yt3kH#N%S<4&OuP$(P7}k)x2zOrWgSqN zmEUdmwTVKs&rT#_%eKR#Pl?9;Q6-yJmn0=S4=|(K;GB+e%r7wu9RdXzuc6Mc%WkL) zuO{maLm}i>B5n5B*)IRUc{9aa%<;yRZ-6OT|!0+6@abG@F znk+4E2KzSs{Z;?Iihti`V4xb9s01c%PL}=gy5Q>eK5~)1v1%kFht|1kD-WF3o;?qpFsn{nUEW6_;_v-sq3j6%4-9_^+C34& z)Bhg~&vR`EeFFa4Mmzz-h|s6N<{uu5&9o|~0F|xFD4NPjfJaTwQAAZcZWXwk@>E_{ za!bH8oc#=-ZQvKe)zg5M;gybo7h;{DrQd^Ax)%usCK>~>6N}!)7c`;R9@%zwoxr&g zkf%gqo#(r~-v)=O!M&B>-kZbaUHfmpS53THNxb^Sa5;Xa9C*F_#+#MEn-2vTSSLKd z&9MV+h8+R~OXcilvY@3~ArJJh!*37#whTD6uMzHvAYA2(++zDon1ltOX*IcadaDtr zSFJD$_vk2)16YbyiMwsN)tJ31=*{$wEItN$MWMB(t!QK6+rH{3I*OJ>PsidQE@H^( zC>KwF^Zp3>`a3#6goGX(OcO-`@{y-rv5!29*4e@n_O`OU7oTl!Nx(~jX%K9Fk7Sd0 z$u2o0=WW+5xIVC~I*Y<$kIA=Fy|*cWhcMIXC`D(}-kmi^p2bs;-E}pWZkvaRP)BKA zZL2OF^95G6y?%nc9U_GJ-M#85dZr+Ad=K#WiDk|53qb(n7TuJ)5-hqt;np~gTnSrA zfxJYnct7LcOQq!WBLqj~li$JWyn6kd-dHC*#e>2&A2k zR`zROT+(!9u3+$x1F{8UewOPP&UwghSk`Rr<1v#fQB|_CMiF$4A(+ZSBCD*(bRTMf zDK5pN&agqg4$B%=Rnc@zwDGOQ?oe#X$`p@CtjkQW@K&SGBWY#JhQKz1MMIGK-h67SWrWY&=4?g+|jM30daJ_C9^P=^OBIdbbBaA>|+uwH6c6QF-N~hrT z|C9U&Vw{77`qsp2V#!tW_g4MG760)1=#7c%6C3{LN&;&et@uaRlXrUmEPQde>>u6m z|F|Szic%^&%u6w-Z3s!w&72nv+&|P1m z79K1Q9bC8H@Lcy)qX#R|gXQp{tHNe@cQqWVgkv|yHp0(e6Ka8;YGAw)7{7VsZs0JR z^n>-@8w1w|s>6pW!-wv?QyKn#IeY|WMn`Mik=o#%+Q4Wn+*j+1J#yQIcU|qOdr2U) z=DFti?YZ^w8}aM$JA)e|uWStd@GJl1&h4%WwNO7~`0j6meQQUr9sT%N$+6kDXMJj; zZ{i{0ox3leE}ghKTI=oq=xph%5$vsnhCcQ_utQJH)Bl}@-u+-IJhhMeypNlT**@>L zAwS{(3Yb0w-3-YwKR!OPsf;X&hD#JPIcZ5n-Xn_dETz;&k6jd{TpIj_VUq@c7@;>C zkG!*uH{RJxDNZpQ{gA5#~V_)4xT;44=av_^Ac5|psp!(B^ zEv)MPpb%N_-6BxcCp^I0w+K}Af!)IHTJKPu$2#^BtM55`9tj|u>Y-+_h{0Yvx}eEF)%d!F=g5S6K0UvS2_@qgu?8uOWx;A7JjqyU-H|*=CUn}F$Rkaye#QN&XWD5p(@uv7nE>9(W6iYr@E;s06OX@o&fNz9 z3Vw7lSrK>dnXL9dT#S8FvL; z@tR;wyf#=%+pV#>xI5^Eyp6ZV>f;T;2AX%o8skmDrg(F(nUy7sX`{2vQV84+OnC0gb$nunL68iaOXyteh@444<*Qm5E8t%2;WtBXR2Vb8m z|4zyCZFdbyE;u9%Ek9oc!mB|Tm@k27FG0XKeY~wy{*o^`z80eMYazNSAm*xI-d%#I zg4g*fUvPX6-@C~0eLpks{fkC^fFJxZ3w0je0QsRGv)WowT2$*{xHKlr{X130@Kr!m zqxi0`g&3)Ts5bZAB?x{GKl(Zw+zm9?eOE<@a>UM+x=;mMf2p4@Sk)v#*tO@4|)&-x6qjSowL6paf$qimfCC-|5^Wc#V);yEFbBs@T{XT#DG zyd9^Ld^#q~ucic_MYbJ_g+=j&Fp+I1C4q!5#RQo>6%{4fb|xi7lZkLlW)W64pHDy$ zhnh{tV$;!>@F|J_R5%v}DHKU2#AFPIZp{A^br7g9~UFCx* zdEUHW9}-sI&5R-oZP07nEv#+`!igZlPYVEf}$Hz7DWxpgFhD$k)TK z0e+3}Yl2@hv{D>+50qNq*9tZD6uwQU=eE3_@J`~V1nS1AJw%MU`iotB3L8+^v8ZEU8Qy{v8;uBU~)GxEM_= za!U&9a?(;*;t1snkxQnfR9fOzqS6wFpZdA^C4ob3=K@?zxFW>h9T!9~yeM$c0k;6$ z$%P5%_NbVOg;xchizc{8GM0`fM8AWB2YXOHjf&WkB#`m~zngX-L95mww2P|=DSVY% z(m9j&J7_PnNl7?FbJ*umfs4SX3+WiQvLqxpApty%vr>hFi-*bObP92S`Dz1*Ty%k3 zO{QV)SD=GrVj;SiCV;X=lLf#n7QIBmBr1qpA}Q$urcrM2TSPt~kz~xzom}9;951Ah zc8SO;w?d*4e5TF@=L&O)CJ-(0l{69wdX8KcByl$vl>o(69D+*`P!kcLGEgF#kgzvi zT?lpVN64aBn!7^FVX7o9zz4fIQ6ewz=8~!w@g3qo8!06BbH{~+a5^T5oRrk2>7P9_ zKQ}e6tPWCBBiitx2J=qHq6DbG1i4qTdSwdG_O0I+`PYz#7CSw(7%|RRVsxTmj z>xpDV;7U@=leAFkF&U3aAp$E2s-34@i`_yRYpUQ%>3~zG?Lb7#CrK1UAE=Eo5dn+wRlQS@5<(zVmqTAN$P`K) z%v~UHrCWeSs!(us31Dc{5nnY@N!STDTxNnQ7PhQj;fYlk8Rwyi8$c6oHkqIdh`hDK zpjBdkfTi_UwZ)T5uFg;skm_2cvghe=Of2gfB`G9n2DBPmsbe4@R|ZIR@J@Az5<%52 zHT)8~(*Abql0)~uAArL397=I2#KrBFdhe3l@aNC(H z0wGZtGPSxG7ZRvGDIlc>7!`dgB_7hN#Lx=(fuR)=PE`?1b+r)$)MPl7!X~SH#0ahxcijhRpiO3FoK;B@nP_I8iavYiScQb}&C;!em8MM%+wR$_`Xb`$c<&tqAL7yeHrU30#{L`@Qz%kahS@b zvQ1lk*-X6~*{WJr;sbJ$U6_nuf_qCciV1|+7!tr_43lw8CNSB9$s{IwG1-U7eoPKv zauAb4kjNGyNNJLY;Ns!a06!c2u>9y8Y+e7(aEp3xF zr&h^Pz%0{Lu41*-cm`U;4x1_Gf~ULC(t~O1P=VW1Xzh4hW9@Lz=AxVF z8OK~_!P5b~I1Al=EOr#QF{OI&DSY?o<^BU$?kQ;XefzM?6?!J{-KD=nje~RiV zQ>$?n1@ZgLvYqB|9;5{zWDD(v2dl80hJdI!mRy1OB} z?8Gdq)&%PHC#y5Ynvplaf-}qIEUCi5Y0DU}V-hp zuUWF}HRE&4Ul_7x(-{Mjak<1Ohv73VJd2M+fq@hTa}91 zrcz1E0j*Gj?s%ZKbw?Ex@0sqZ_7G@nSZ;q3LKDC>BlOVmWIIWI^>im@naK4-!EnVp3#h*|N=o#oEBS@FQ_CAZsI=4+SySJ|e!+BS$eh`6Qm znG{uM*Bx@XK@EPXP7vE}8ayeeLa~r*(QbsGPN31^FZZWQt~4%; z>;Ua~T8aD1cBOwjHL|J*$kwH>7?vbLUZT(n1Y#{)@w{vyF3DDKX6XK?MrqZ$t5rO> zkk%DA>=DO0CRW-*XRP?x|aiJo3e5t1abIR$%fNw!aEv+_AgmV<-=o&@nD zN(u>2*z8D@E8$pLkZUljQY2P@dAk;R{ORmFvp4Jy8ojp9=PK-oCtdJm($1Ke**R zc*FXzvnSse{Av3;?S;m+jh8l$oiCag@4zF*=yj~uKDIC} z&kg=o>}E_s@m}k;bE0TtYU)*c{laft{YBPP<14tEZnVTJ2-0H zkHa#<{t;5;$r^YAXrwAuT-T4_){*AYPI4I?&m9kFUA4!AqXb#1U1KXoM4MH`R_i00 zvu0v5GGMt`t=}~kzNuovufaaAx)l%UyVmMol8!99tnVI66RHl)n>0NSdY1(^m(Bd) z92I;mq7UZ^S0y~bgCG$4o@M^&H*;}SjSL3?=xT<5Uo{uTmqYgd4{l_)+9%gf zJ#^N+b@=+>O(%zX=JY$K*N^|;G_8E|aKY7@ccCi0)AWAld!3sHPHwxNdsx@LX=|r$ zIMw!4iAOZCL{UX%ry~3M6CztxT-9%@x!qKFbT=9LRiBb;vStRhuOgDyz|BuUh^bmz zHE~?CltM(y)!b;qauqjP7jg(0E$e|94NC}aG0VDZSXOHkK{YKJ5|Cz%i^i-K0#cwd z!14XYjy7=tbQR^70JR8VEtMi`wyX_zw&5#4WL4@>;J`7^E)tXp-JdS)x_vJ@0Grp& zTJWGkFX+2r{WKAAg3|#Vq9nOxdZf%z;D(>j2QWaHLKp@YB#L45RjSr}c=laI>(FXE zdMcyDpR9gL$j{=HB%nDx0U#LGq2Vu?rD16+9zTT=N!Y1t=fA!hg33X*ApqTnvvdRh zJbro+6CM+kFu4X*6#9B_B_N)HC@-NW>*N?hpwlf|aDYUThV6XzG9`tc8kJr0JwLL7 z-#QCULf+k%bN6jbZ@EX-&4sSspC;Z(Y<5lFD7ym!|^M}sn4xL?hK4@&uH~Mmo zzB_~O```0#H6C2IJw(^ZmuvGCT<*6{T|f2F@c3p8IB(qMf#-g8a&!L+h33veYhR(E zrBL5oX!71Vee-m|H=6f7{cGRTHx_Os|0en2@nSvW-SvpEqkB_qV%%MuwoalqW zk;tKt>s2Op%9;pK%le_=1EY(2<~+W>O0v4p?JA26bdKcstKGk z!Bq}`L~&N4skmP!%?N2#jgM?mu7?l|V8|x$tO;rmnZ;`h1ZhuD^O1T?j$(p-0gdAj z$_oUGXgBDNgD#C+qeeX=LM#>vL2!5q+C|i`&ngS(MR-im3lm+SK|cR0<}+iL+4lQq z4fcTL+RXaWjjJ2%#@xI1T+6Op?FdlJYyo=hn=)*&&9v=8jvLRlOl+~o!6EGR{k-el zuEKz?X!V7UA@H`%+)f@ZN)mw zxfy7!$6N#8P;A5;n98o(mvha#ip^N`F!jyF7RR@{M zi=CM3((1dh#4+7{#U9M{GCc#uKFswqU4t9Kon!aCch2MnpUQO}E)HP*Ak)!Z9Kzf% z=6smj#dy1Ki<|xXHoN!b+V&SmuyQxk*nWF*!}QL$5D!BIg>5KNdM5;=@3wf%jWSe>cPLx>!;qOetoIv2zA0nDzLN8YM{h3}o zjTGn&F1YWrBuS}5fx!60e*YN!8$Wbl?72wtKotDFtNtY^9^)p)#<=l`g9kD` zr6s;72JrIaB1yt6G9^FmUrsGj$i0($4(!WxQqYJ9fqo3AihjtJH7jE*gs()wR`?;| zCdVeZiOGpf=W}ysX3w2H1~FbZjTa@y=;+hj0C7AuIts6hY1}_9H^D~>Q4*gf>8Nxz zP2hfqDEL^}47U&95~?Lh!ih!LsK?=z6hzsQO2!4y1|x5HKKidee)f!PA3r#`cVc|< zz(M%R3Pch?kHFca07nfxfWvi>xF{Q=JW%;IE)s0vMYwb(o8cBkl8_(anvhe;Fpp>C z6dSmAN41f1fiMu}!y*r-9rX2z@XCr1cx8nse*uwSRQ>`G6;}QN{K6uff)FVHKjn|+ zFkgbo^q*I6DB&d}h*1wIGaJHP1%xHSmw*sGnN~a|<^s!NGC@+20HyoBy?ggeWIRes zn1}mK0igLfH#sq}XEHO8f@^XZ!{JuKB9MMrfa@}F84_Ft3d`Y9i$4O>)*lvfXd54) zvkd<=z_14QW7iBk_**=i0Tl`-3p(&JLhg8Yv*y(q7z}!44H;1L5CUWRAT9e=-=>v1 z;4P(ZA%vv`u&lEL_iF_GHQBU~On!_~eG&DlQ#NE8Ua=Y>R+B*Bd=6uV3-F{;P4t0t~lO6T}4L82Cw4-7>Lk2t9%6ppa)dEuYR|x}R+vIuh$qQvPsXbXyKog2 z3RV&CyW$n2!=vMwmJ64XG5+PL7f;TgoIT<9`!57&1z0WIgrVM{Aw5tphoL;{3y|yZ zrk)SMWu^vEwxXYemr1GDWX8CYNG+#qK?g9gsF-SMP|;K?Mw{AWYI)n?fX=TT(D_kA z`9le~W)&(0!5HOe^ca3jtufk8<@^#YHbEC(*&w2Ur$%39=~fT-k;*O!gM!rVlD~u; zG=tMd-omV9`pmi0N9JWG2uU<@j9!+N?XVp^1)EghiFYYHMiyo3N|>OMBtOI6eu4=u zsBDYiB~Ea4WtNXdBr=FCCoq|Yw|J%zev2)KRJ(0Pad)#P@=+0FXr|6n(RC*fk89qU7R zM|;lEetUY$(Rc0GL)QAn%xg27H9gyGZ$T@JZ?h90vG(1|p2RN|J9@GoF zx7krFeEYR;Z@PDFvm<4no_y_O!RC7iZir{M-15wa&6}PRg@(@0>}ICBxu|sXaghxNXv<+t%E3S3iSTbmK!9_kM^5c zE-fj#^#2t=9_P3zSsPupukK(8X2mX)UyQfpQxfGORlgvLlML+f+ILGKzPuX z3Xnm{Ly@Sg3+RHhhsI?(zy$RkebC@B1dSeJ(Bv@%%^q{m;;{s+9&50`Qvh%brw`bI zHjfRL4FP-5;c?)yF;EyR@)Y5+DNr0N@s!}QIZzrb^OOb4J>?`p5j-)oM=^jvzlBenmM_TWZIhbmSI7x5?*9gwWoA2pztu?%fudPHl>Uce0H%0QblN7Gk zL%p7_oucwB>=({r*JhbHuHxOAPm-L2ujLAPmMa2Wdan2y<7vcgMZAHx@=d%&r2)P* zXzocJ%5jP2O0LnKW)p$_xCT6`lrP|G`4W{*u8eQt%3-7f!NUyYlV+|0W@zQxxXQ~; zf)M(q2(IdHNskluv^wAlwtL!v_XJlH=m>UtIx*inxmvD{tH00YIn%{E`-!nC;7m8) zHRIj7BDDv7sLS}OaH|(2=Rvcp`-xTW)u@m8t7!L4k5HGD; zp+mqh#T@Yo@CBBNieBKQSs^r$yB`=EA`|^Kry;vV$ixh8-k!y+(4O1ttv%-v{4VVu z!XkIa^da$)?mXe5&b}boPbi@runA?5eL^a<$Ok4xL>v1;c3%*IVz*D6nC2sX(JcxS z?ult3914q(Xo9?0UvMrG}H>TlPl zD)%h(-#E2+DyySR=FGvvKdk($@`2^y-iO2g=KW`Hs{cZ2|3%!l3B!nOY-gYWvt5G1 z7qZ=f*|(XacW4dAGc7}x?j+J2IkSZSJPVX^+u6bsiy;6*+p`OxKJ!;{eI z7t!(RenF1BAje*ihlOgOSHQf$J0;XXUD2z&i<%L?)N%u~izgwA6InCiD7o?V#jmIA ztyvvmcO>XrrkkdPuO%B&)|#x2Hkq?}qNFr2eCyK9ONqhcSC>k@TYslM#qM1xOcnNI z4FDmqfa|QwtQfssbg;c%#q9M4!`y5Dm91XyS7&{JTn}s@7oLD-9V|_;d%eC;D6B3^ z^m+xPC53v(6k|jPM|eS+7h0hD34v$9YZ6Kk5Xws6Cmw_B8^k)@xM42%i&Gi8Ipe5E z7T+vbrE4>EPnOm(=4A0E0Uubc-j=2G(4c!pz-Lnj4Np;niXGvMR$$rU939y%TgF_N z5IBLnIN<}zDgbz5>j9vl0Uw+bPyjtnq64HRDG!JB0`;;!Npreubc~`1nUpD+(ByUu z?k_$H|1yB5gUtrX$BJRtd7s4kC3Y?xYLnP;9s~@C5I7$a&#^vH6EbEq3+b3JCHCSH zs;T?WI)U}BUbZg`14D4m!YUTH)(8d2D`?4GITgz}ES$C=0tCJ65SC`_oL`z|Mc872 zXU7G&!@MN2Dv!8sJhj3Ek)BXFhR&vz5XXw)x7iCBzG_>0b5NRS9R(i7$QUJ)9|Eti z9HT&H(MV=R8<36y;>YLVu5^pDpm0+Pxu1jk?uc+ISe?&HpoCA)iiwP%bnh9HJs-k70;ZjP}EtmR4FUz4{;l92VnF}P2Z zRG^`d^%^~#PP<|FJegw_*(?;vpvq-)6h!|PEJoSP=}=n~@WhO=MJR*Wm|d|_+vYdL z$m_Cfn6Yc~zx;BHM#(5zvo%%_v%&1>{_A9`Tp&=gEktsZMrD3Y2u>o4Q8Pkv*W4EZQKH&(SgRl#PDCYVBn(O!luaiV zJdpdQT-|?Os2tN&7T7$J&mThCYrFZQ;t-HTJo`Dy1>{T!&5(iRr04usKy_g8t{Bb@ zc!!UjJg*oh{UHt!D)ayt*dxdm)CKsEVge&d!i2i)s(?0Xl!K^Nktwtnw4Zw8O_Q^M zfEV3##h~6IQ8B{W)Fwuh0G*-(+e3I2&6I=Tgng){=aD88v27%x%>_ZRHRV*U7ia=u zdKv(bDiGV?F8nv~JGh`W!ciE1#e)5UM7Vm#jSg}^vkS=UkYF#aKJtK;k@&zW- z*7;rej{NbvX=C$(De+qJjZA6PEzeEQ2cwJT1!h6aSR9E1k1W-hqViHL9b?-I@X%@rJMGx zOsqEbrj6_Zy)c=W$=He$!?#~uqCY)xXXYWjT0M}m4LmXqWQxlcjoB7hRkoEdI=HNNjKZ2aNt^^*3v75ieD5j7FB&6;h~|5DZQ-B{<;1(QsXK_w!dx zChzBk12Uht*SCyDa5?c7V`OG#D=oPhVtNU!1g9A!)_0_sVT$-x&0@_AGI(~RZ&gnr zabw&SuSv3M;4!mg%a<)2EjhFr$4Et5Swcn7TGp~te72%GjgORv|={kt{%8-#9X#%+zOF$z6_43Teio^ z>#xZ68E|ZOrkUEEEg+mt8m0s(!06q^ac0g?Ma&=@a!1mXNX#KSgi@f)AUiaCF^379 zWDvml7OWl$V?`kg>RGJTMr-YI(QdQvN_8Hm@F|RfAi&Nf2wY*Tc=x_PxsnnISqnJL zARAyul1uXIE0s&%tCUM;+&e&^x@~2}u`;u#>z+)5q%yOZGj3k`oyh@bvro`^tmCOC){c>$h zT5v?GlSG2Ne(BH5P?(>!NE^2+o*3Ypjxz z+5}*t7~rqs8#ovy9n;#mN{#0GRobd$#@nFv%izy85fZD_n+c(gB%~&-&RKwiNcHbX zVBUi<1bM+n`P0D}-lyh>tGY|X90@pEwIP7Ba2rk=9%=t5FQs>k%m*)FWLKIAD2H6EW61X9G1M_{7GsG(1t(YSvWVqu5^EB+3XID9(&VZa6jjM=q z4WG7lSGDgTsGoCSr0~KH<4QB@SQICN3fMED3I6}ZZc}|ZWbR;1%sR)z;Xo%F&c*w{ zp*$7<_f$~HQeh^-9N*3M^OL^W0Ce@1RfUA04Oq&GE)tF? z7L`eGzQBP-rViq4Jg!>6CV+rA9n2Z6RL{dpZ#my}9R`Vr;b0j5rrvqKVx?o%b>tzr zT7Uc*L7AEs-&`2Dc_48tA!h7FH?A&TP4=$ZTh_~~k^{;8AAIeRqcO_>*mFH$FHb~Q zZH*~oBX(=gMyXMViMjDgqXiQI@MM4!KswtNwY9MjKG9qRHd@VcVO~U$6wET#7n+A7 z4J-rjXx+B4Bkr*sgGP zq^#ix(h&ajeg40YgcE9u?lM2`Y7~%RC!lkt=zS3&hZB$}S4^R>5cCE7QC@f(K_Dwn z4Tm8+KtL)%(Lp>2`yPrR7XwkZ6^=FdHX;hwAk$j#M}%QC2w9D)=VU&G_8D(Ic5xIl z_+M`vJKKL|;2idzu=gb(Gg`5n$5#>qE4rXKrI-e;PViV5C}uybR~0=9BO#wsID!W0 z#V`sn3CLgu8o-GYUA1bY104k649bR3XU^K!7J$4j!H2SOl!Xz9MP-Z^`+|%YJr4-S zQLhJOM-hk_LO}iycI||(pjLF8F{c$H+GH;}&emyPhyx1M3y-W|r9f-KXF_q{5Ay1? zaJ>cXo7y0PgM!48V$1Ihhw)mFlj#K?bxN96ck2@17Li$t?#dUWqepX2qHSzvTLE(*&#gX`lCyvrv_M7(jsSQ_0d@y4!z2RPT$NM%as^SAM`c~)7 z&iLSOtd95qc387C!!-TPM3#WhUH*RG_llR_xD);@sy??7t)0s!K7MDD=qH(@WZKxU zU`(_pCo-1Ol%-*#vT3cdBVF0CJh0NUTKU?->2+(-r_9a6OI44HJ0JA^+P;L>iN07EmO;W=k42XFZq_nlcQ_3Zg5~%YxgG1zb>v_Z)jicU2WK(IGv@K z(&qK{o|V(9?XTaqCz;zHb*}~0lTas0YHl6Ad3de3BVF9F-1oS6Po}(nt-SqF zd3&bKm9%DBy4G3_q+1TGwH!&e99eBSnlwLgzOv>#kaiw;P_^ppPZngVovG?qGlx&F z9sY9q@RwH)pHJ8HCeNhWdpDd1QqH4y=+p^#S|DoMvPM&-^GW;umFQ~w@#Nss5~9Yr z!FK+pscZT25B5E7I`&jYG<0sX?p=B(YhpU;ZVzT11dw6*bxHktMQx_0;cm~8^zp&_ z`~&9?yFTmsadqn8g~#0&H+58H)o*olY1vaNQOe$7miYVUS4!?(`ho7j8{aQjWl#K~ zBuh} zuV+tDc;B9%p@`zL1owd}KDcf!&6KjYyf?k8rLAi4;fbR-(f5IIfmydW)~)5YnIyk7 zveL3zap1A_;4>3pDSK`uiYj0OxFssd-L~AXS~K8>5Ro5AN<|(K8mPm zen#j@o1fIVGIg*S|8V+~)60ie-hDXz(35&|CRKA8)>&V*QQrh&zOp&11K2;n8LMf1 zIqcAbw;!BNoft{gjP3^9Ot2jQTv_*|u`AQKXQgVz_JDhMV6E?By6gbBKz5VIE{i!`C9|}Ki`EhxQ{W1pM zXlerrYn^`p5-XiA#6xgfe^hH3G*LflHxKqu|LU}yaZo=owGHlJe$rEQrhxgW!!*>* z{It?JL^3}ktx*11LCuhh`I(D>GI~Y{BC+LlG10OSf#=5F-~)j$`<1W|;6~i2AzD2W zgr_nvigJA;<72t*@v-Q^k@0YV8#@l!h+hJAF)_xX7Eo>w-p38>h#SMGwGnp?EZW}( z(3jbffIoEk@U$dF#9p_1Zf>r7&L0Q_C#Ghne4*}%aBvLSW+U*77rH!#%(^Qe@j->o zv&RGBsc1*%u zY-e+~gxD;69pjo3{G6)(4Zv5g5T3)v3AUuLDtci&q`u`H5xxy0khv><1bJ3RlH|V= zre6{@za;8^MO<7XF0K+6|BGmcD*mtd6;ZQcE?H>2(Z1N8p<6Pv{+p-YJH5&1EL7Y8 zuW`1Dg>yGNi=I@)p4EcAar1M1329zve@?(B+f5XeC&Zgoaa*RaGI=Cb)xO-9s&c0b z_drW=b@H9%^QoG>D?O>2{psS@QiKB#Hgqge-!d&4a3AQm)RF>)7^VAe2Ne9M@3L6lUEl%)>sCEfXJz*vzyuzc~c<<)rqMp4Bxf@C@t q^ckb|hIP?;b2!=h!RXTdpBvj@CzuWp_>6g>`5S}T7J{zA+xLIh%-Tc% literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bc0de4fcf6e01fc4fe9a5b28ab2370140f25db6d GIT binary patch literal 6412 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 C&PW;n literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..95cd9a0a788f6564095eb7a72df0df394a0dd9bc GIT binary patch literal 7170 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 VU)h(pd}BTOuk;`|R9e%@{{>*ea?}6- literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b9652afa3f572f36b7164cd2c0ab9ddc443d2ef4 GIT binary patch literal 1856 zcmZuxOK%)S5boJ|?Ci^H^0EUl8WSbn1!cz$0*NR>avbCn7E<7lh!SgChiQ8Qvih0k7AN{m!QlsWgZ*@P@N$`0W=mCy6Arq;`?a5Fu?qUAG|`+CGZ*_}K7{n}yyBcTl8V?qn zyoBNL2z_5k&rPIeVRP|TC)_adZH618t>M+jC zXw6&m-76<-g07lT0?-ELIt$iK&t1&dZ?|Tyn!=6QmB@Bh0T5wEZe&{EMni6L*XfuU zPEi8sK;4_=6wemUhnamz`j8)K7Q4D-1-8#Dt6R1#Kcs6O&a0O7*_!R;e~OkxL&vf> zV%n7f5?+THub>!3F@mBv5P0|E5{NDGt1|gSJ>4s)YIS$6M?me}{0miICfb>2XwM?x z<`V?MvvBmML7XHI&_|&%Q-MCpmeSU;HN~|C>tdopVU=5nh?$>}X$o#Z7;%SXR}UNz zvF&+`8ex!{Me5v2?~a$?#1o`KLZzg7H_au^JC49xFzBZh{QuIpGyHoCT4$lFMhV~u zO$1Q8eiZT;pjOlC;#Jt2lO{#8t6Axf%~QwfXl1rD=sOPLF8Qr~es}7i{>Cr$#t-$z zH)99&neX+P6w;G@F)ZOS?AsxC$jYz?Fy!OkgrW7Zb0z_|3?JY~j@_C7*cKBbEvB{5 zl=ubM{+|L;ifoP^&mJi_2EGF6a+f^OtM@DSDi7v=)-R+PH+B9BhB}4fGzzSgpGAS3 z$`1NJ>S0ul0{4rzKp^#IdWxi8-F12d)SlBv)zb><1X2;y-pwOa83A!Oc7t!bfn_~K zbl_bZ@$FS+#Z1JOV{?4zitrYQ&|@FNToZBPF|p7b>B{z^!x7}HNwheL++aCNJ8g_K z#k9QF(aQjlK4ln-PofE5ZlD8qgZQP^dZAy>TJwEA1x}coSO?LQB}w|7Ts$P_j-jwsdb%^&6Shf3p6G5#1i`;~il{&8va{=~hBUAjGSP`daG zkZC;D>-TH-YF`Hj=Pv)GPd%5xhR8K~6{5WQygXRG5XjX>^|9G$`O&mG`(E)M_A8zk literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..edd16450f8025ce4c2cb63f035f710cfaa9c9b2d GIT binary patch literal 5350 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 WD=!Ip17?bc{%)w!N%R3}o&OtTDT9ju literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..229c65d9b3ae64cba4cac24516c9ba10c153dce0 GIT binary patch literal 40078 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bc4c9c09429c9868dd3cfa90c6e79ee01404054f GIT binary patch literal 75111 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%0D=0swVa20LNyJ>UYO`G%X_r(G7Z}_`x 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a2ce5fe77c98425fdbe433d63b66955685643244 GIT binary patch literal 6662 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..26ec44ff9c9cc1bd2b660d9c62c20d424d9e5824 GIT binary patch literal 6604 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a81c05a718afdd048cc9975c42d6e2e6739c20a2 GIT binary patch literal 3866 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 E|IcDt4FCWD literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..66fb7d4852e999ccc0dd9eb3df78e546b7d28653 GIT binary patch literal 28197 zcmd^o3vgRkdfvs8c#!}>kl>r(o6v*Q%htp4gCePiC6l`%W!dm*A&B>qf<%JcdqKRjNoVPJJ5ic;R+~;I);5#bNoHC?P$LkvQ@M3I^-QJ%J<{Fv z^!5Gc-V0n%khO`^CTXrl2j`yWf6o2?|NQ@d{&V;z<>fXG&kN7gPW)CUM?Tl#L}ve=E8N~2-3=$-1F?hEv>cFt5-h}Q*n0E+GBCgfJNAzz;#^)8fY%|qi8 zeCN(q0+93xJNRb4<%hofJSku2LH(+bKPaDXE%b`^ zcLVyb-4DI6OD(1T2KJU7r?6Ko@t__b3Q^m`S|~vCpg#EaLL2iP^Bw-qPiatoUAF8< zBsvtCn?}?+CC&xML*r)!yx1qgQ&B;j2u(@!YMm6K$7Uuc1raZ{P&6tc0r`GgwtVdQ zFAW6;4i60+Ju-YKYa9%ZN3)hA$PAsC60*i)VJVum4Tq)$er#?QDVCAhXm}KbR?0dVsJxsu zB}B3omP;`&fD4YF4T+&~fFYNV!V5yST%rtWgkJsntogVg%}qtKRxvz&HYf_SG(OX4 zbbdI4(qZK~yRmsq(lMOB5vJ?tTfWmpOq8=y)!m=XC)C zuMZe`L%_rv17_Y7DC5lm3ttwn@|J*&w+8IIE#TnofpXpvsNl;3PQD`G;+=s?-W723 zm4T{xx4$ZD2Ru=6W{Re3VQ_dRvUOGrN1`<0zHvDVzq}y%E}R8yzUcgHcsw*UHSddx zp@=jUiVD8yjIV!q^oU%pS9Al?Pl=&?N}TLdBLyZ3%oGq8|I|W(l>%b-pV}#KP*6@m z1qDtDTnL8!o~$JpjNr2egIQZJI6cG9;R^<{j$rU>bD=3Erz{xcXU36iJTP?ZSk^hv zfBg87{zF5-<3nR7jt^&zhew_n%9;j_4fP+-+D8wMoD2?}I6gXpm%~Q}fp_vt<lz&z3!XeOj6Q;6 zN5+l~y~o|f+;E>Q_MMOfQR)jxptjkt)F+AKedA}vnaGSZdsYyIzS+5{x#{rMqBMy= z-#0rSJv$TWdr^qI*f$kEqrC6z-M*tw3P**lv!U_xp-DmNn+?zQ1yPKj5&H-~`y^p< zT8Kn@XXiy9U|>NzBGU5+Ugg$}!?)~?rNK;%cWETUVvh2qp^Up~>8Kpk)~y+-QrYgkl!T1PfbDK{8636=^oXPN__LX+Gl8;OzkY9MQtAw%msG<9k*_5yr$=&N4tuc##l-=OKW zMH%BxzELg3-`|c|&6}|CO`6(1z+9+DU)0DqYv61}ev8ng)~1or*AeiQ6gkVt`!wa- z^5fcdU%gh0t_^cu&RQvqvz?8xsE-K;-=TrBUHJ~3LWlAdH^L;hO|xg=OSMl00gB8^30*dmdP7lctpafu%NUN^N>zsV$mPn~O?q z1%}JtawD#r`Cd(}E%OHdBiXW1nJ0!m#Dd-Ln+*%&f^TNR7ZqNL`Ywc{XMG__ni&sc zx#WEk2?f1ArHbSWiGpud#Hu!q%rjV7&k8<8Oz??JJfQ4xK|;|8Z}Z`yDv&n9(`XQD zF;?mq1(DhgM`$^gqFBTyC5oOAd>6zpBrKLeO+%2G4nt__wXvr9#Yt%&i&4W2;2zZX z@AGXKM{m9m8-TB8-}n?pweR#dXjSNyN5ur5(_4HqieyI3MDlO)&@3L;GiV+zXfq5>N&pgq$jBR~7zzk|O)jgsYXA%%YAELT32PTvX7EQ z@Bq#+%nc>`Aox)-eZI3{N&QYTfLS8}JDfGK;bzN}{<3CKh|YD!A6pl%*+dj87yc*F6pK zudP}7eyeu1<2RcTVGDiHL=r&l_<#2bf}@;{P3AeoH$K0vyR6e;qR&x{4bM^|(h2Ad z&o`Z=)8)42xp``@M7_`JORf9Q3>S3o>4yCVHh*m1#HZ2!dpdC#KN5X$Wdh5C!Mx@W z3@%iwQ&^Pz0#!PU;J>6rcIO-WFYaHnw`81EZ!BC~SaWt}YU(ea zTRxX|`Emx%)s-`IRo=^+mN#8@G-lj2m$xi$NjsW|$(X*P63?&C<;V5ayl&F_kHkmNkseMg4k_ zzBmiUX*}vfniLz~|H9N^d^*Nn42#A^Q&cU(Et+GxQq-_m7SqSd&VL0BJ7PLL7c=v^ zm@#HjtsfJ5FsD4$FIu9i^^K!?3wDl+lK#e?m_hyiynX=+-2${dHD%EnGw@u@TF))o zqNt_Ru;ugZF?&o;)+NzPP{eFnC|HUiX63nhPMc29#jK?uI1kDfr(>u?a@e8+b@dC- zDglQbtyyAus~bzT7ohuV!$I&5qStmAej2Sj5B1PG76647aw@}v{mWz8nEQ}%=`Kx2 zNke82Z&c^-6`kKSoaLC}{h7|UP<=9tRV*SvB*01mGmMWEL4TQyM`TD4YY=1&SP8NQ ztagmmXDj+8sFGw*84|@A(O(Yqo07x;l_$m{(<-qqhWk*;6$BTl$*h$zduALl%+5$z z^BG}cMud@urBjNL3@H)~fYy!tBQGG1AeOPPY*UdIJSy#IQ>Rf=3Io}(gjhIVcgoU; zB}7P^{IIG%Zn;&{bhE~vs`1C|8GA)y^L2YurmFs}!z;&EtFM%$8~3bL?OAi|`NXq1 zZvCX9GO;t+kgDqVVb$u``*l~o{9aSay*pj8CvLb^S)Je$QldU?{;;Ycc`#ko9=Bxd zRSD^}CqH)8CTmuzSIg3_ZR?18lH*A}S-)~(^-$WiD`zrzDsr5myaM1k-QOKZ8s9wf z+DxX(n=~x%jSprV&cybMhvNeohvzNpO2^yIl%qR-I8$Ah>`3lR1mXuXPH%GOYcGH7 zX-q!L8ujd2M|^CheWfEAVB_%YK{vH-bW`a@HvppjwQtB3j;xHY_P;y1*3^5YD%G^> zig5L0+A~BAjIQijHLMy}_NAJ(uFhSVOnaWtwBpSJ`})j1ALndZYuc5rcx27;h|E;A ziz%%ajOqLYk-SU;iDuELStRr-YKo7?bkRK1isjQ8A2o&%>eykuv1l zv6UzSS^*DvQ#CD8^AR6_fWQgk;Zz8^fK4S4(g_F}m}CTL3kiL*q5xWb5yCtgS0zAZ z&XmPgC=^f;0EIFF4WK1uLRr*Sh;EB2@}7cFteFLkh+@@tS_VDBs}}6hkG-)M-T#FOUMO&cNy!rJo`d z^*~6%x0luZL17{Um7TQ$JG)TaL;+M^iFR1aY%DooeJX+OVFxXo`XV zLnr1UWq1RIs`Lcml5iN0tW;fUHbNyM#Y#MmM46h*S$*#|Sw0z|#G?qZCT3%h>5P^w z`cg|vjPrbE-9ITrgqLQ;ClAr2?Dm{t8ce~%}cyI2?v+plnoxJHfc-w$7zhH{;x7s?36)XaX%?rs+ znt5s3FfYdZyjVcBrkMVsiG;?84l}lKW?D+kj3}Y_hN)q5BF-X%>3^Du5$BNj%TCFk zPy+`Ls8eEZskrUosy8Wp_WW#M}B_7CcBc^ZD^v{brp z8&FG`r1mZyHqEe+6XN+`&~KLEoIwvvYi1BGU;ws4M`dwPJH z^KiY7->XI}K9Z~DTrH~ZDL#+JiWD?j?HKaN? zMEYp3*PNj^!#w(|5`9KMA>&qsTt2Vp*Qgw%IDMTeZbpFByAkN~VO8Bbn^vAr*Y{ni zO;_z(bL{)1s`;ITRe!o=*OjyBswdYRPu?$Z6Hx8=f42tTSZ1G-+@ikp@(shHZjd{5 zo)&D<=Syk+FT!ep9Ic>$=IN0R#f;2`U|KZ8K46k`m%3u6QbKeAWm$R4qIJ;}vxrWJ zLJ$HVVq0QnRmfHuIqY&)(H+yvZ2WV_U=nqg9>2s>YfuR=ZhCawrD-D(5tyK2U(?U) zX(50Rk6cBF4*_>%R{+iWD9honIzt+hqLe}66_7QL3x92yV0H$k^=O!FiIe3AHZGXn zWvOpM5O{4T&xeI6euFhOzXX$aLtg3tCaW2mVKC^S06=>1%|f}SK@`?qk@RB- z9JUQ)rq7l_E3|=Vm{fbeO@rDIR1m*G0aNnH#>*IORu{~gf@G-6S|AJr*<``6LnNR) zMFKp_FK}5|fMZp>6xUv5}#h?{SDTkdcUt1o^CcFV+t%dzEH z%Gthp=yyhbdnD7^vs{rdCWPddvo-aZE!%!)_`Tt)yV6^pN@3LV!Ay#;JbJ*Y`|*AR*B-4xm^I5g0a?Rrh|gArBjZzZyb#RK$T%(H z>XWC_?`rAP95a^^vq4=Y?Wl{EVr2qWE28I1pl2KC*;a~bLC;a-Xkk%clFr6#j6Us) zj>Ynrozb)XT;6V{f{tC!y!yh*S1dXg?Xe0*&k)Bz&lRwnLAs}>K#wt}xD&acb*SK= z)F0~KSGdZeD`pZaW3F=w?aDRfFlN=X;F2jBvt-wnk>l?xN#GoIaD=a3`W5t67R%cX z!4duuID(nMSpo`$OBm)2j7u0pck*096&{#=J|lC3EwsDl8y6v2Gu-t}!gz+I1i~&f zlaOyR3?~R>bLb0jjtwiQ3dt7Q<2wVtoB2FXQfZAuRgvu+PKYzpWJxDiqF#Axut5J* zT-mx(cC-csiR}{6aPokwtlTGJo8B(oU_W4WvM)tU28s#rmq+hB7Wqc7<^rwMN;;$eWhGa=x zFY6BR=jNa~Q{|uxP=RTRFH;fI_!LADf2D?NzDn)n8xwz(UJINwPPJSrk5Hx50)r*b zF}5S3?4>PH^>0$}3e|KF{>=)!%yTP|qz)thE3;mY%w>VHL8>B`UuaZCky5#EeC4D+ zN0Tx$-n4-kH~DTh?MyZ8T(i`#H#8@sZ|{Yzfw5@U16Z_wTguf19zDJC%kb!}>6Se= zYWIRiuXpdwH2PM$u9&Xwyl2q&)F&OJBy7zz_S|gjOEvbbZF}lQV}GW3)Aia-ncBwh z+upLhJJ8PxDTfthZUAiwy9V8Z37nFwetQZ z{QP7yh3s36lbEMI#JWkqyZcp4&}Ge@EUX}~mlUiZD&vB%10m!*7^2u5Gm6!00|hR~ zV1p)g0|eTc!Z0Uwq_JTm#*9r19dF}Nf0X-3$>^t0c)jtu*ol)E^Uul82h&^V!_aCuGrLZ zsUupnQ7ib*VY|kzrWV>ns~9V>=8Yrvn?ev0xqe1>OdJDeg5a-mSJ{Nw!-#;yC~zK? zn}iD6-Y_=gndDzpaO-D6lt!pxvLU2KbO+lKv4Ua-SIkn!$lj{3)gpWA{S_a`T&WE? z6Z}dY9=1!tYr#vIl@}r&v#~&o^Y{85VmeYeaFKTPC8Wwsk-4A9wqs>ecAha~>Ff+# zMwI0(&yR~b8x!X+8~M2|$)SrFGntR5*P{7l05C(fx*jnHi^4P)S&WDVm}O)aB6)j} z3mB@yRwmLmKJqeu$z5dqfPs}PD`5M~{z3AsL@g^ioNVXVs&dQw*MSliprgb-Y2%Es z&+Byuu5>56Z`N=9_w`#-bq8b<#w#_oI`OM0Gc0>in6d_GZd#VH2_AXZ*o&CITwYSx z%2B+eWbHJC>VotNRm%(M*$Q>}(5_dnQ<)_M57=E3X;oUNfADbk(AY?cTH@|?ao&0i z=<3*wx&!H&195xK%sITtn(OwKb*DSi(DLri6=`+i%GXo92U6VwADl?HA6;uZmTEYb zu)vbys*O8y?OdbpU0rfFQrhH{R<5Eh`RMiXR(NyLo>$Z5;BpWAGIE=jx$982SB?bx(bA_jgA!o|cs-Ql9P0M{jN2 zmGY3eY3pj`hYdZep4Atx+EaZ4>4w3?AWFZrGZ|eum2TL1!?O#f9Snp)SBJjHc0-UF zxZ1|I`V$ublhYe_-micgF?DQp*n`No^;jS9D?hL43$~fKenQ8r<|Wn(wkPo6Awk|m zQWy$TLSkWX~q}@lPm4_ba@)ag3Q(z)dNa*3F`=K zy?NzBq2%f!N|r6WCXF4F$zHNvoA=qzZ!O6NUYWi(sR&PA{2H1nLEN)M0L_3`wq;&- zkEXgGTZyioxN_)^cQ5Zvj$M8-T{*&B6llsD?YT*yaCOdwEAMvR=`k~XEc8^|--f)kmoug}(QF;HzL<5q>iK(ei z9#toh@@)fc&z54Cufa+rdNinOcrfZlu(e9orh+-L@VRJ{)o)n%Zz^I-XG61suLrm| zHABlOHZsRy6~waYr}f~kVtip^^U2s=gz~f>Q&_^4Vx`dfVat}h;|b*60v#|4d&@~W z48l~vvqE_CEOufe8Zvnps`p~XHK>lm42$rpxrnW4RV-4FyP^bg8)W2Wxby31NHI5R zQMp5lFKnVqAn_t053NuN5__Mz((#sa)p)aZYs&kSVq|w$>*Te`AW~mh!*u8+wuOuB z+%rfJFH@=&sq*<4R!a5uQ>^QBh$qOPSg5=YFp;1j`UeWb;?vNKH8NGd754SPBi|iJ zd!M@6dBgkE4bM|Q{aW0ban-%EGdcJ6zBOmpnx#uYZ6;Y|&GLuHT2*aIDzdl`DKf^~ zfewM|hL?1bU8fP>3v&>_!$hGqRFrx7I+u41=0ksmsTx(*A(>q7C(P0mtf8mU zYZI0kMyU@Y*8(MxMym+?AVCneYOi34#pM*5B*R9Ln5$M%@}V!#-YPR$fGfbgA~LC2 zrl`jUishqh7nkOvVC(R~>Z zfUT@#uEi#tLVTt(Q=!Otxw3`#2$WxYTyo= zxT?DA?yh$RR!na{9WR3sVEev{qlv1-+;T%QnyPGHIgu{koN{crX82&>r=8c1u6_C0 z^iwC-o_r2+o0Z(Gnp^Wmi;TB1`CM``@p9a8Yv}3!ZqPT_GLQGC957|9oVe2Yr;a^$ zC@t<-{&L)T4>GMY9!uLBlNYYryE2a2n~s*0qh+OfrEGQgzZkvRn11A7YV*OA@6Zhg zM8k$POT#bj*ioNtHC{8i50uONvWO?;S6~vji6?33G`|uMoszmQL9OTUubyLSGB&`$ zNp#>;w2#8f35-)IK7=Z#irBTe1wI8Xr6b-z+=1#bqXSeXtkK3$7L(pT6`q9ut&E${ zxygl~2ly)afD{4`MSJHH%IA}Qi^!PdOh(4urgyLn^Y#LBzg&0LXR2!7 zs!Z&Ok7QiciOIx^iHf*seaBN6OQ+YP#X-y;k+X=uaQH_QKlnlj;8F z;wF?&b|$?^>&nqoZC}dOha{&b?vV8|twrl^m((fO41{#ZCiOh#O)1ybE1g%oSFBf$rM4YTxegaCmWpNzxHyjV$aeg{+XYxW=frO}u{wz|Yjcne@dN_n5xwQEi{b#S6V$34%@>n?CF8J_1Z=$OBNKIF$_ zjfSUjIA8)>CdHm_l6o`%es<$C(`RJ2AMyYSPtMKENd-r|{PqWPm}TmxM(Mj>na;Od z(iwTfzPDOf(_%?AQuQXvdl-=!E$_}NO~Zc)TR~dSIkjcluctH2II^J1Gqit2&c7Ez z^99v-*k6`4QUh5dJZq!b@==f(>z4eEr zj#Cx3heK#6lc-Fd7D@R&g`<7Jx9v3>&n#4M-QhSJ$%=o_qmrHP)WV**IjLymM*+F(O%BQIUCZJ`k&vc z<6KR5IGwd>-Qms|@cTcc9)S0X<3OeE4f_E-_Z$5^i2g)xJy2oziCs_eavjAh42Tz* zdh_l^@1O<6!cMM210c%>I0s@+SYK*~c`5HucgYviGYdUCL`Z5Tx%I%2$5_e`Rd5=D zkvM;*Mlo{^!OW?U(ZU}c7p9q%OJ}RYk@J#|`LS#yC^El%{uW3cB_B!|YDo=Qlybfs zm5Es6;?IbcfCRD=&>Gth9ph!VOIVz>&&~4i$)T0wycUrQo*vAaf>UzJdCSR81&#l+sP}z?kSux%8ZBO~OU+K8v+x-Ebt~r`^9ldR*M%1&vwth!3Y7vRC zwPIf}YT>jCLk@P>iy;S&iNO9~KruYZhxcec{0+^AXMFDgUtVFQnveBGxZ)T4_6nTJ z87%NUYzmM{l9!K$)eWgL7_{sn%p5242M_XFQ9eb2kiWCsa6y95rs66#PTGq0R5!`4 zUSbrme6_|06J5#fbvF(rCI?r#)9y`a$EMrh9-EaN=emXme7@g8dopJT6Hg%SFr<7! zM&F?9?cfODk{cg{-uFW^Q_NKb_CPp&tJK$y8xqOUqk`?C_Z@Ol0 z+O_v%Vk|4hmC1BXZ`##+yAsW+tfZpfrNb%Txu|sCIS9s3o&#($M#A3-hoH}GL@B)E z9I3)k$d@UPhb9Q7B*d~OW-6>VgoV70376P>fg#n*>(B27W$GfPNtG!zV-vFs{pE#N zwI!x)mJ}lwtx=m=3fnbAJs+Snj;k{!2#4B5IK{%H)&WOZ9Ep$Em`9XNbHE(c7o9Pu zvYkU_TO+)s6w1QpjB~N<(q@(qF+kkAF(2>N_Z1Li=86=Hnj+VK=$w?}RF(DqmUP^_ z;ZiteKZmWVjSr~0jI?hR(y!pFExL+F&R}(^CFnxShro&h1z!Z#m;(;L|MJpLj3s(f z-Fp}Q(_r{T9IB;Ta!O0G^1K`7kN8qq@Mgbm@UIbQxLNyPN0NTi9qF%`Cpl>ndSLgs89ypE59EjRz|zYGApa) zHgAnrWNJEY)@)AIY>wMM@!$mhn@`8Bw<_Epx@!{iD{X0aCyv)U-H9`=&BM_sVWoKJ zwU=O4#wByF9nO_=&MMqL<800Gb=R!7_Po`;I{v#yuJXS(lIk6R$5K^&a`ZcouR~ccyW#1{)VC%E;A(UW$>ZO7 zLQP(;?|!@Qy2ronX}jU+V1+)ZZ%)pywx#R0qJpka<(w!Yu&yWY4R2ODlN zho$abnIm6q|G@BLf4XaMc_eW#c__1GC!K>}rw^$U^9@h;#!i|N1E18?C-<(LN!R!j zhD=pWvh6$YzwKOa-u(8=_1dlQkh(jd!^JQ;69#+xX&vWme0?TuY5E1bq~w+UuE9;Z zYyJbf@bibw4uo)dIYyuRFap1Rc=$ctLBC;mYz*-+M1~Lgw~E`Sz;+6DP(Ypl@Pdnq zStkzmMItlN5Fc@^Zav~1cRBn(4W$x#Q%`d64ib8lDu_{5<+`aNKA$$# z<@6nR;x%_n=P_+bN;wWcD|2gG`%~Qq z?$S$c3(DLF|9C_m68&Q8e_ z%Og1|n6q&mGB-Q?Cjzj$Fo(~3pT6b+E_1M@QdRHnSmfJ(+Z8QW=ZKkd3 zcKH_55nW*z^oDU%dU9nf$}Z%fAz9h0jjM3y>@4blM`VuG2K&L-Iui5CeJN|(9VcZg zJ+hKtp%JQm-nMTt)q=kz_FkOHnGjccqgbIcdXxL2n1i!b#KRX`?v&$AX_?ZWV-4$V zrZFAv1F^pQWR9cw73mK9RZ3D45R<0KZt70*a?w;XumkT`O;^W1*m?ErkDYhuRjGqm zu3m<^wG-#AGW9LD%Uey2x9EzdWZm*e%Gr@KA%VVmRj!O;7Ot``S+!iAv(g)GUXXFY zPHzs*Q=6j(Xs#;aJdHkOZNB3~lF}t*9%KWm;2M0l%j-?mnR0yfi@}@$@#3D5p!7^J z^z6x5DTZFFb9Rc!JyL8#k4RE_q)dhme@h)UYDS27@d%NijF4jT2q`9ykYe%(DYjvR zNK!^fnfuw7uQfHSSXS#&K74h=uUbB+OYJ#&hvG_E#B#e>*$UG!U7nig1>|%j_1N$o zj$V}F6wUcqd7EkT%Hh@LQyser|2AJe{K507{Ud~fo0YdTi!JYN=Zr7U7_ zBOz=(pffcW_yK#{vG3~6-`$!s&-)swk3@#t~<&p)Jq(R24H1cl3G z+3m{~UQgG{)***C2-v&gO}H}E{3>o@rfXT%f4r40kqubpO}OD2*Hp8!KT_y%h&BB< zbO7VBpx9N}*(q#HDOT182(i7mrx165=kN%F48zjgQWj=NdnQH=qb1a#<-xOiIJX( zHwc^ZGtaS`C2%ktSF%8EVW+^UBiR3j@l!~Us1JhWAb#nRYHR{TaciCG6DjqoNpF)V zOG5b)_hBvElwgK7UMkPjwZ)CURw4T~P+RIl@pk;bOTva?-7V?LEA~e7aF?>tzOS?h zZJR5l{X(mSEQBo`qq0$=Y>-@Xkeh1hIzt@KeH{?~y8g2MS4}1kx+J%oyJX7W$pJ@F z_FagaWO<9GP`MX~U75+QLNAl=2$kd_%(@TJh~`tBQP)NkU8oyXZ9p5dzE3ku-$7Ou z;NInWT@j8KB zpH2LY@i;wroPjrj$C>WqaTf4B;&Dd5HLKoWbd21|m@~1A4S&;A3SH!ZT$D`i%0YZw z!j!*76}Ea<2ecf@_e`FH%7-UlIf!5*3V&jN?&@Xyl<*Oj1DP$8TYLTvpnP^Qv!n`g zR|Rfatn$N@KnX>#kk2aa<(01vfN_FaQJ>G_pGP8eYoCUNh9>A#7rXb5peX5csy0k} z8X0`y!go@c9NR}HGA?3rB4KU*a#Hq*^E~c{gswHn$H@g32gS4V%@@GsY!BpeMwDe- z?vD}qTrRik3v)T>Z^Y&9=UwWSuzY^3G{*y%bUdj3CFal%{@0EF*3aRAG@2G>u)t*tF=(PRfmxAM)A*3^nM1&cpp=Kl&y9hhN73@GJ8_YLyo1X>bSJFr;HV z9Cr?xN9VyYUP8<`hRy4RSJ?goyVqKoZXZN77!K8oxov9l<7!He-$plP_#XFB3%%3; zx)IOM&Gxh%hTU*xi|>UqGw=tW#$Q!HXQxiW*3ZAtcdE6`ueR392re{>;Hnm?c0K}EFm~-X4&)NlbkjPM z(&NCrJ`ESQOA%2FYN&J_78zFo#bh?kY+K;%F zkGR&4xF$q?rnl?#KjZR2y;-OKOAf)$DmYyS3V&>H{YT>yDdQ6#o1F=B+U#92+%vm% z^@;9#9DbmaVvEgajc-ojkDSnNVh-1^wkMxketFH-l`?kAiBfW4&DN4K`f?_{sqMDG z=+rOSZ&z@7`?nhI=|`-(=J>h09Q{ID)x!!%(Vy||8eQjY4#CfM)aZN^^W}DMMn`-h zZK(Umxa}ij??=W>IitbhT^fWDz|k1rb<^IEvNxM`?rsM z^H`$!hS8Tn{F!e)ld(+VQU;S5_5_oI64u+MTd_#5uWZW#9~iLZ|2 z>z-nDagqbq=$^d%)#b0Q45q97Y1bzFnHRbJg#U)Iabv|b_p>*QC)E-iH;mqVi(maq N2F+ufv7RyU{{!U>!x;bo literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8739c86749cabc02145756b060ec6538fbc7daa2 GIT binary patch literal 6100 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6ae213330f51c083ea388839ebbcca1bc7745225 GIT binary patch literal 33550 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 Htl|F;Dro4- literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2044cbc1da074832646d737e774b2dca32d0965d GIT binary patch literal 2175 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

      1!-K45^o;Q;;5E=}}01EIkJ4 zah6U)>SyT;q_4B|4MGIhLM+^fdMLI6i~_XW8~SNYAtM0;B^U zrI#SR%+f26US;VuNEcXo9nu>ty$R_pmfnW+4omMsdXJ^|A$^ObZ$tWkrSCxcE=wOm z`W{OkLHd}b??d{5S!@0P^oMN!N09!Qr9Xl6r!4&t(x0*P=a4>O=|_+*vUCa3rz{OZ z`Y}s?0qHMU`YT97Ed2yhjHSPZ^chQk1L>zM{Vk-=S^7IjKV#|dA$`Hp&msMTnc9B@ z{S({&0@5#8`d^TK#nS(V^v^8)3#7{|U4e9!rE8F`v-Gc!e$CQvApMr5-$DA4rT+uz z-&p#;kp7*e|LC=GuZSB}NH*9(cfh}cB`2gLmXaZ*sMOlDR8Sh*r$fqMX$+*XEM-E< zVrd+t@hoLS%3&!N(gc3+vor&ei=~;6X0bFI(j1mK+;(9lFkTfB&`w0Cej;m zY$nYSM<3~qq>Dk`O&TPQdq{`G(N9_=jsemmaSW0siDQU#NgP{9o5XQ1>619>q*3A+ zCY=(;2x*l#MoF*4aUbcGIJS~ziDMh-mN>SPc8OyL>6a=k`$@}$T_@?8IChbyiQ@s% zHE}#h+9r;NNZ-Wqe$qH`JWM(#jt`L5iQ^H{J8^uFG*29llJ1G)G5mM4)C1`_OD7907RCJh$He$ruaJVRP6j$bD| z7RPUpCX3?}q|4&?Bx$oaev|ZB9M6(Qi{m-cX>ojtv|1dWCcRdb(KDpo!tPnpZE<{# zv|AjXC;b-37f8d!ae#DO9M6-Mi{p!==i>MhX}UPROu8$|E{-&1A!zADjg@t9_VHYz3g0gq=k=%tTy z+}}m~AF}j4NFTBEF{JOa^aDtLz|tQ=`XiS97}B4x^rt)y+Mv09-Avb?@i=JH{+vfa zoAwEhfi`HfPji@yJo?$7*FMkuDUWJ=gkOyEK;4VVA^G1|*DZa2W$hT*pG9QO&MpLK@3b79<+g?53`7*T%z+Mm4*Z4QT>P zIgl`_ak<>u>g{Pk=-tn_Zg-X*x@jAh}qY414i61$ML8ZYrcXEKP$nm!;{DXpFOK zGaxNs$pwkVH@h|yQUOb|Akp|{*JeYym8Ch5XneD4H$l3SrMZwWzNysC11)3w`H*Og zvupW~mb0_~(h8OqLR!hvB1k1HErzs;r2fPq8_2eq;NI!M%y+O-P&OIcJwlCszUNy?%cl9a_Jgy`T9n;}u(YuC0w>SSpv zBl9ZAgl9ZAM5=u#>)(eu7YJwys<%1+8wFi=v zQ~;8cR0xuk)LuwZQej9^Dp5#MDy@*D9NHmCuJ%KcymUd592|snh;wj1q{A#d0O<%z z4?;Rhsm1Xa{=0pUYn@)F*8%Ez!d6S||2Q7GB;$Aj$CO@s`^otaVfr$bQQaPB2>I3H zmv3TTy*L!agNKL<53HKKFnk`j-xX$GVOKcnX{M(jI|}`wU=zPE;>H^qt;^}jOj+37 z;Pv~x{D=b2Pj?LWLtfUoYrI<_;Boe*ppWL@U3k2qyFK)ti+b`=(~M^+_zQ%>5r4ZY z8pd-pJcUJsYicUixp2hmF5wVfdkIA&EzyXpwb>hVwTGho9Nc&c<8HxJY?}`mz@sBP zrwNCmy2p!0CPB?hubfbTc^bdMf^^|=d|659fAS2;kLNJ-{79Y~84qIUA&?Z0i#$Z} zT0?=WB8o>$4M-v0!oZWJ`ucf3RXFqTxF@6=f#Kjs3fo}&)#pjWL&?*ej-(xKe@nAF zN;Bx6yx!s5(SYY#LT|va$sGtNd=sd7{f6sX9qBvv;f;cpun*ToLcERe9cK7%QTX;4a0~#? z60{r9h63IuN%fC2u9D-Gw zN&n;-q;^w6YCm}n30kjG_sR1FDs`U>AY_%9x=+q`r0wu~8}S4hEi6h88-8}Qw__|f zs}c5R-^SIAH%I09k&es}ZBQJ}zJr+84UhR4#k>xUdSuM+A?A(rI5r^}$0%m<93r zd;JY=U3~RXRoj?g@fhX28Shh#$obLpNEO+SJn_*NJF+;F=($=#Ab9-Hr?tCUt=PS|K;YgnDuG6j$~Hn`5U? z)#&UAc1ItDUCD5}V~--{Xv;{SkHL1+NZVtN;R;e;>-S1N&JNHuPP90WmgM(%eSYz9 zlG;7Gf0KJChDN+3sVc?E;}k=p#R>FwjsCrR|CKu0k6$9v4f-}3Z9_B{0IN0aHwhNBH(yavfV=JCU9 z(Gs_K09QnOc=swlN7;(}m{!NgYVWX^9#&QfarGk2hA%VdDP=hlmTxf zfWk7W(&IQ26r~oU5AA*u(M0i0i!T_ z9>56_uU-#bFgFw?RTMoBp>jc?Gb+l1a7JLCs(U?8!FerSsgQy@(M=^2YK{0*^BH&& z?k#u`M%;V8#Z}c~;I}z@UXPg^8V#Vt#x1^sGHHPZ3cb~6Z`7azK1~|a^Qdes0g+#a zY^1xJl!XW~8fLfepGF|fw@=_*$`eXOCHg^16vj`5N6FQvt2B0#UZK(ZMauoqITX1z z%;qUX?r&D@@Aw-a-6T@;qQSW9Tg-9yw>!q{K!44>W4wz${Q$at!#bgdfBb!vhhZ=2 zef&+dLBmS5n4TwamQcJ>9DfYKP)!o72B;rH!$b*5JjYKX9`ci5H*gqb5i(2a_!+5f zahn0^{6Yye_BhqpP#7=O8QoVuqCgDlEQg*)%BbuWpLh+W6^^P-ru!5;qrMwm*~5qo zufE4EsQUVXjgfXqbN4q98n-KoXc$0UH1Jhq+T%xO6ZI*pGtXea(xkUduzeaiZ}vi) zPOy6lcHtJchT<_plj`X9ds|f2j=YT%cmpkwcC+{DruGqZH~8HuNykuPsK4|&u(F{d z#S3djie7<-AP7}lJe+wIQG{vGSNs~CH9nelpF_&b?*XLdlPZMU6ui39gmDOOeyi5; zsl9De*JgTogW?H$@rJx<^(I+)Nh3F{-lB*o=cdiu z$Y5cSfsZ^vxN^Ca^$}7K3X4rgs^f(vCY~iMHT+&6T4m7dM5|4&PZO>&98VCH8PrR( z*7Qo9YGJvFbl+3B&hSfvV_}6sZxU6SUe6O&nfM~%dJ|tF++ZSSZKDy>H^{NtbbOVt z#zg8F3OAX^Io)g`XLXB-)ae#(HIdV}&BV9Jwbn!~eYb&+e~VljOeFQO&|~5Ugqn%p zAv7=KRX6xuXL%hXo9(`XY-fFgwzHbn3GaE=BpRX1zM9O-AoZV&%>H8*egV{v-&Jugf zHqv*FSTh?*A8Cb!UbB_-Jx$zbHj_TOV<~Jh+ezQE#LZ?y>3fdYXSS5S=ZSZlO{MPz z;yq?t>ErbJ&BoGqp47$9i!l>D5`raVkXEvL@H;G%#cGLG3ahut2`e@>>u-$AqeeV!= zm`$heT^eI}qH#G5Ei}itoUC|yktLp4TnVcD2Fy5Qwt7=3zLEzkmm#022*l;YBdYUc9{L+BPRZY!#E7Y4Eeqt_n$)=Sh|2P=E?)+AG0k z3?eY+?3P0xVh@Q{h+*BZ7>sE)6(?fYI6MaOkQf6+iWm~Da^nd}w1!VQSE3bs8YfJ& zMx~I+yXDZwIL!v8!^Nkm!~rTyK<a25Qb@xrsVtFJ zWfyJX*f@y^RyitUg3mD55H%;q=cALTFyxQVmte)C;&RF7EGx5pO zW8zbZXkLEYe4yXriuyd=j1=mLHr?FL8+12yrtInL^JJwDv!Y3|LO-lL=+Y%Bnx$c1 zajPR#(VL<^+^Ppc5woyN8&y~chsn7}D8TI#Gjn{z_s@JRq9aNxr1PN)2LzD$HWp=G zjjyJfW8-j`W8z~&sEys!P2O^9iuA>8ID)S~m}=sLIvj~RO3sd-r>b2O_ob{~qL?@q z3c=Tq=G-`y6f@G?gaZ{h&5|w09STM`bQ8GgQgx4~*SO^+0 zeK;Xv=7}^e1)2C#B28rR`HX2Z1v0@Upr*=9kTA$;e0q$NLTH4;8PTgz@*$O(QZ$IK zp4bl02uVU08s4jHAy+5J;k_ybwpTJr#+c^f9LNM0$H-G#5;x6Wu!LNDF%)yX>!Dk4 z+<~FokS0tcz=b59(&EUBQiCN=WAT-u2`up!plTp-ouo%Ug*=(XZjE@1V>H>5H0fGM z6I&dqOlfgcG?}HYJ`^CToMc1EfGAT}T*$_xmDEZ%3K8{(^2C!ROe~q%cr*1fV z&F%PtKe$|GR$ied=A-BSVXv}!je4p0v<{z8&F07zOq_z@3}e*>V*+M5riIYMYUcC{ z2M>Gsp^-Yl3tV3@^NPZ3X;zl+&{@50_`W~D1DGW5DT;1y6eA$Ig9Q5z>4MR;4(CWF zcKBjqYKM!8CU&@3jcFbBD3dx;SOK>mcM06|2R@{xAAqtceB=cx6@RG1i_b5W-D$qb zYlR}uL5}oO3vb1O2u375hq#$W^r**ZMknZbb)nl6jTmM77FpmEV^Rs}@zM`or_NmS zVO}ll3#+0SV9n91VYqWEtM{lJnxnxcOeF^}1Bf$F@E<-&UZ6;J z;RO=hnsKyG(hM$a5(04#dv7~AJ5TS62m@arOyND z)30l7FcMd2`0swoN}q@|;e~JGgFvk7VA*Yce2B=^uhT{gPT-?bx+CXbJ3bb#qz}BI z7`MPi-wPw($sdWzmu^_i1D}hMhdL;-v1Iig4OUhtCjay~s2+wfY*hvM4m7tq;msWL zGtj4S!NY|JG3sZa)B2mv?HihrKXBK@>9<{|rLRGY@HOb?6Q`W+I@NWq=F-Fk_`Wkk zzWJx?W&9{hv+;k8vLWC6^H-brN|C?Xw0Al1P2{NGcjD{JoKE}bZk-M)GV@Ey`S9m3 zX$gH-8ULozsz>4Xyi-bMEo8l%jQBT_^Z_z`A*sHWrLPD(vWJzDd>;7%l@XP%d>%<( zMLH6`itKls%{Y^BDRa&czI3cPyW`A`ftxN(yZPdTn+LOQPWbvU6@h-oU+5mb{Z4CT zeyUF2;ObRmtS4gwjMx~inRV*I#1t#alK*j>MMBFu{_V4Q~?}CRtK50h1Z>1g0=d6_~~_U0?=-OCp%bFpHzU zGMizJBYDJt-u+Gd7EIZa@{VtL%Hr0 z+y$gdUME-&q(r&}84KIDu2Q&Ka19VqT`dz_D|oqFa2=2ewnDH{VU^%|AhqZXf*Tc93)U#l zn*=v2+#kkV6DRKg6O`v-R~6KrLa!09!TeP3pN0$U+@TO%ClFn5lC5R5^PrJ z6U4Afu2=U6`hnD@1A;*ybw44&7KM8SvG59e4hv#=08Uj@a37G)+bYrn&?VC_E^*!Y-~w+@)S#sjyhE1W0Kv63j0U+h*px_DzVt%Uda*>1D@0FFnalm5166IPd zxJtRM7F+|&hUYTDwaT?zaGk;m!Aj-1N^rg4)eV9hfw_pPTCfI~1>7XK8JG#&BDhuI zHo;mTWnsJE4i$E%AQq$G9MuWdD|8DsDD((wK+2ICA%CDJX}0Hmlq zf|_#m3N`}y`U*A!sq*^-vF;YT?h*8>umQoK!jNDKkW#f*PzO!{h6S+{5Mxwu9}qdZ z(kj^Iw9L8rC$pD~`gg4?iCX5Nip!NrP0mS4KS>$?)Q-z`68|n`97HFHS4hDHBr`z4 z%>kq`K*7xhq%%OlB^bj11((8PGC;wlFyk1Y;1XmrK*6OjxeQQnvj7trpx_crW`KfA zFogjMF2OVgD7XYO7@*)1%w(9waAh{b9C5jc0SYd8o5uhJmmr^k6kNbU22yYViy5Hc z5-eeWf=h4<0~B0>+ZdqW65PQ61()D11}L}$OBtZx65PW81()Dn1}L}$_c5@73o5cQ zvVsdN79<51excy9D=D}XbhRKUxP)bbq~H>k3zC9MSRqIXE@71*DY%3i1WCaqtQI5% zmvECHDY%4N1WCaq+$Km0F5z}TQg8`(3X+0LSSLsdE}>hH6kI}&ASt+nUO`fDflzQc z`=sEKt51*=T*5tqq~H<;1WCaq3<;8gOSo5%6kNivASt+nQ9)9030nn8!6j@LBn6jn zzaS~Ngk6H9;8MFfC`bw}VUbO)ufk$MQgF$&RFD*0!qtML-~yrGa#&Ju$+cXN6kNgz zK~iuDs{~2GCEOrL3NB%_ASt+nn*>S0CEOy&3NCP)AS<}Q?SiD>lINX*q~H?P36g?K z=oTaem(U|f3NE2nkQ7|PCP7kg34Ma3-~yrGa`s8VCD(u;DY%3oK~iuD_X?7NOBfa; z1(z@?ND3}ts~{=3gzbW?-~#sxl7dUFU4o?G5*`#J1(&dhyVNVB;1U)Kl7dTEDo6@0 z;c7ura0$xy77bFE22nCn3PYN!%Rtb`VOSnOh6kNh;K~iuDHwlu0OSnal6kNh> zf~4RQZWkm4mvE;bDY%4nf~4RQx&=wWCG-fAf=lQXBn3C;9Ime*DY)4{pCBo?l7dT~TLnqMCD(RAQgCyD`vpnC z9S7_ZBn6l7pdcx@ghdWc1}nJ0VnJ4Lfu(|^;L?d!3zC9Mi7XQ&1s6HGTrNloF1c0+ zl7dTEB}fV`5DG4zmlRxzxmu7ET*6I)q~H>65hMkdaGM}0xRl@Rf~4S5j&=&Nf(xt@ zBn6kkx&=wWr8Ij4Nx`K=dId?rC2SHT1((A51WCcAk$;aMDYz4W0YOo4(S8L!gCHrm z6M@x&q~HRf;Bxj!!KFlQ5hMkdPP9#s6x`{+?SiD>&H(NdBn6kk)(Mh=OJUuDq~N-M z9zjxY>2iAoNx`LS0rI>w!q~KD_djv_rrI-VPq~PWOLxQB>l1{i+kQ7|1gkeEa za0#P=q~N0cUTqbGg3HahU9bbl?N_inS}a(iuvBoB z^1NDbjlwd)wd5IDC>LC(utKnsJj1n0aJ|9}f*Tc93)U#yB)A#K*H>^W5G8qan_w+@ zMw+(^?f_Dw+bOt9VVz*TLbqT8kP6l#s44UcHUcT;Cc$QfK0!Q_;mWW_&<~{Z1_Xl& zLxL^J^Ikz6NUba^h?OB3qk{W@lTlW!f^7=h1+kYR|Tm_^NXSLuOeDkP;adj3|r>?gLV) zS_Rt_whMLur@(c;U?*@YuuJd&kV@mA;EGhqev!;JtOO$FtHpvPf|pALR{`mwtQK6O zuuO0*kV>OmaGk;m!Aj-1N^rfx4T2k$=W4+kAZ2iq;AS9|#umY?%JVkCS|FuryWkEW zWpJn9E`@c1^+3AZZovlS>Jij{dC0z3uu*w#5^PrJ6Wk4?MD7vv1L?d0!Ju*t3AOhmDyy(yM7c%<_o=Y0f^7=h1v`M0h5dq^KT`FvyU_Fp7id(P&NKttNH6WFSSFjOCw@Xce z%@X#iPjEMoQng3WFRqsZfO*r7rZy^)6CU})?9NqoD2Uo!)dHiOpo+E_&0x8S%rW9l|}K#sZDT--C?gXdUX%{(Yh$nmX@O#aq0Z_di*Hh4MN20xWQ$HC+%R-o)hPYZ3~n zV3g%pIDhl727kgzEL?oBqoTyxEAaw^-KeXx7?F&!(7yS0QU|X3|ChIuWTAb{9)CM2 zzBoRHLG|mjy+m(<;fME=%!T^Z`$<%6*zCv2$&EQVo3XTb_Vfb?hh@rXZTp1RmXfiX zi8~U}V|KiGP7B;~!47+MsS6=Sd37o8EA`iWf9X5)ZVqiha^v@xV$+v@FPUClDx-z$ zCr*DNe6D10V*cnaE>T|j#ieEl2`?^Tj}1%=VnYGExMZhSaO8)Vl_v1ZN_N90e(ZF- zq#CLDiqf26FDxw_{=$+CH;pK;2gqoJ5gzURq)A^b3VBKC`&1D3A=v0IDamr}@fVZ^ zfBy?gH{XiQUn(diwC6^`vg-Q@$#{*ilH4n?d$f0B2 zPO}eSkLIRg_j3AHsU6hfp7Lc&5niUMH5B!03B4csH#w7Q7EUy4k!u!CG>iB5fYdRI zlZ5rN%zfDkT=m0FQ%@^jQ7p#3B2qXBrEsGiPJ$@S@Qt@OiSKU09&rxrZ4$j6LTB_=lc)PK2kugXP|Ip;vd?c}RL2?O8x!!O%$s4Wsq!auV z6`qiy&Tp$f!5BYZe1La*EN@36HU%{$I>EP4jEu%epEzj(KL*xG7o zvv0Ft7eI7|DaMuP$TuXH?0zVt9<~EZy!w0{@M3seb3TFSxmw0j5rI^aSeh@4uOHZR zEY-Zeu~Zr&`I_j|XP>v}#T1%83P{{mP(BB6-Jn*Qou|W&VD$()O6NH=*>!fxnJMRL z-^v@DOg-n=%Qk0fx%G?eY5m&S;F;jdz8`1b{n>;Wy_uKomYk)({UUP`wkCv+&&E%? zIK6Ce{Mw5dYcJc$=F2eEgg0G9IhK!da*Oiq9-P?x(G{GH|7*KoB=oCuM(r$82#m@ z!3hg5W-a6`^?DZ#W=y}546o`lfrX22&|jXS)RFO9>a1v3rp=8~(O*tTah6-Jv%~za^jw>LVPAva8{aKgdafv*-qM8#CG8Cp9MjUD+Y2HMb%l;?UX_Zt=x zb?;$Pb?M#!KvIGYen+%nRGZ+fevPz36*Hk>X2Sg2U`|(k;*6wO{ z@AIOdaa-bTYr*{@w0^`9Oeju1#WGq>Sj9|rjpCt=b1^!`>k?N0PO!9i*L>Q$+DxmF z(ELTPGjBAILh=#8!WDj3FdAq;UBhC&X8k2++8~n7nQ$u=Pi@GkvNZ|i%4K=CSuKo) z`2Ta&c;~BCV}04W;*C{XT-9Z(D@VQfQmcm7;#RCUsy5xG6pv`~w_3^H$UNj@Q!KbQ+g25_$p;qHQkER8UJ3FION{H6HPsJM1^LZ{3pS8E6l3-P6 zTt{j*=q4~_sp^L23+qu#K{jCP=_Z{P0mDtFKZIqchu3?)J~hY*T_O$}--`41DoN%Y z<9q0{|9f|gniV@FVuxeC^}ueHqbp6c(X^rLbU704EgkWRK*L?1nxH_L6I+^n&wPwT zV-xNov3)g$S`2{n!^X%ZBi-7py3K0ow6|HqIBJQ0@g`3sQ$k|m(W*JMBqJv5@@Uy@ z-iaE1aPBFcmNx5XE*kdz)$Ew;x8Q{eO9$?AJ+`{|1gB;9D0j1ZF2^>Ci?z(B}RVO7^ zKTF0rGU(<%=0J=QwX39jLCSkkC##M-W=E&1KLej5Hyvs?J?7Y(pPc7`%&Xo?1U(j9rS?1*a*-wOjoH_et`#|wa zDHn=f9P?S$#C`{S6#qrm{4bPT{dC>HmQQb5_MYu8vhYBe|YKfr9&B650@P;>(4%yJTUXA^h=W$UCLPWP#L-2i@lBET5-IhzvfcL%!evI z%W<8XII#G=oWY#sm@iKK>U}?5nc4Wib{*I3Sn{!yW2s6@9rfc@T}L&B&NlL=8iVzC z%IJ6g%H4Jxn^=$bEwOU9A5X@kPW8j{wXgip+>`>?W$#YzPU%iQp@96M|~!o%)$>1t=={~D%(ERWewqjWSYcbm2zTQ!kQk)27pR9lagsG7bA z=lJzk5uDG!Q}WmWIH@&Es)MxTC&`r>wrl}>=+GhA26YLnI&QmB6BXs90E-gf8C!UH zfl>x(Ho2Ty?IMK!?IFuh_T>KRNA4Y(GPAd0D0fPK-%glM$M*%I4NvL_Esoq4w6OvS+LfqjEh@9Zu8N%lm;YR(16;M6)Vv{~H94@L3*Rlc@o=fl ztFZ=%)zhQ6--7bbYJuqezHo3}1h-3JAC|+V%}wYGvL(rXGTj#>)j59G!na+c-(Q4W zO)=So7%tSoM+&c!EuW*q9=WI zM5oMB(ymcog5KH|&u*vH7(MqOsd{p!6)LnP5B+%~dUDM+x?fU3$sL*G9O_Ra;(RM> zX2v59>S(d>2bOgk_KYKzB$ulrdss%r5?=vW!ZfI$gHF%vo89Yubit?TQ-`uA_2=~G z_7JG0rQkA<sbIE=BDZdu5-5Z)4RN;G?1v*}DWu7eQ@ zslha77imwUo~1K|*IKa~{^cy4DRP#RGaR^vqdhK*pQ$UUGf8voxeH}(J$Yc5KJcJ1 zgP8BElo6ULvi=kqe65pos>3m7xW(^_=JiDIBxE1DgpXW?EU3RLh-#eHy zr@Qp?%$$DPiTw%VR5sG`yD+u;!z;(G%(H$xE)`~Fe)7o2Hyfx>?j?iDbJVp^-XsSy zG%5hPsiCnegWgrJISa0)IGp*{GBS(-j68bqZ~ly4?!WSeRTe+jsqpGeYWV7CWeC%Q zXslBejo^8>Oi<9Q6y8kW;e#JW^V@((u9!{-wK_lF;2a zJMEb2Pr@VAB)Tu}a-7WSwBL{0l=vgkPA9smB)Cj-V7B4@dKrId!i2 zjG&(v6v~=*F85N_+*4yd&z^BHd*M*t+<`F{^X~XG=Z>Knb9ys|TsNH>L-)FKFK1aY zCS6RQJv4s$xiJ^VFCNTTj0Z0nbJT-`CAZu_z55VJ(aAVL2{Y6?2bxHl6|EyF!&$&% z1^dZQ!CPKXj3VwPUt@bLUA+=VuY<)>&6g))8T=3tGxPMgGL{yfVw0XPjVJs9)Kqwd zru;d)@R3gU2eG^sUrRw9ULDawdV%@8kweg^Zozj`FsO@{N8D8Ud@I2(5yYm98eEE= z>v3%Is6Nm<{qj}<^*lT+qSO7ZPP0+`Fzp6WWBtG;Ur?ul(`kg!r;{<03>umB+sUXV zV?P=6_*#FQjEBiMMFuI(+)Hs8>p6r|$;cyP5{xfX3bCC|6zf3hp8%;}3jY)aI#jC_ zkA19;YZENiwBInVBG8U2mdEjV0Xw$2J)06JdZWt$_h;c&gunrkiS-FMxB!{u8o j6R~2}yrBvCLlYMB->jhtbB89(x-u>`-FAO6=l}l!UlzL3 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py new file mode 100644 index 00000000..3ca4892f --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py @@ -0,0 +1,124 @@ +""" + pygments.formatter + ~~~~~~~~~~~~~~~~~~ + + Base formatter class. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import codecs + +from pip._vendor.pygments.util import get_bool_opt +from pip._vendor.pygments.styles import get_style_by_name + +__all__ = ['Formatter'] + + +def _lookup_style(style): + if isinstance(style, str): + return get_style_by_name(style) + return style + + +class Formatter: + """ + Converts a token stream to text. + + Formatters should have attributes to help selecting them. These + are similar to the corresponding :class:`~pygments.lexer.Lexer` + attributes. + + .. autoattribute:: name + :no-value: + + .. autoattribute:: aliases + :no-value: + + .. autoattribute:: filenames + :no-value: + + You can pass options as keyword arguments to the constructor. + All formatters accept these basic options: + + ``style`` + The style to use, can be a string or a Style subclass + (default: "default"). Not used by e.g. the + TerminalFormatter. + ``full`` + Tells the formatter to output a "full" document, i.e. + a complete self-contained document. This doesn't have + any effect for some formatters (default: false). + ``title`` + If ``full`` is true, the title that should be used to + caption the document (default: ''). + ``encoding`` + If given, must be an encoding name. This will be used to + convert the Unicode token strings to byte strings in the + output. If it is "" or None, Unicode strings will be written + to the output file, which most file-like objects do not + support (default: None). + ``outencoding`` + Overrides ``encoding`` if given. + + """ + + #: Full name for the formatter, in human-readable form. + name = None + + #: A list of short, unique identifiers that can be used to lookup + #: the formatter from a list, e.g. using :func:`.get_formatter_by_name()`. + aliases = [] + + #: A list of fnmatch patterns that match filenames for which this + #: formatter can produce output. The patterns in this list should be unique + #: among all formatters. + filenames = [] + + #: If True, this formatter outputs Unicode strings when no encoding + #: option is given. + unicodeoutput = True + + def __init__(self, **options): + """ + As with lexers, this constructor takes arbitrary optional arguments, + and if you override it, you should first process your own options, then + call the base class implementation. + """ + self.style = _lookup_style(options.get('style', 'default')) + self.full = get_bool_opt(options, 'full', False) + self.title = options.get('title', '') + self.encoding = options.get('encoding', None) or None + if self.encoding in ('guess', 'chardet'): + # can happen for e.g. pygmentize -O encoding=guess + self.encoding = 'utf-8' + self.encoding = options.get('outencoding') or self.encoding + self.options = options + + def get_style_defs(self, arg=''): + """ + This method must return statements or declarations suitable to define + the current style for subsequent highlighted text (e.g. CSS classes + in the `HTMLFormatter`). + + The optional argument `arg` can be used to modify the generation and + is formatter dependent (it is standardized because it can be given on + the command line). + + This method is called by the ``-S`` :doc:`command-line option `, + the `arg` is then given by the ``-a`` option. + """ + return '' + + def format(self, tokensource, outfile): + """ + This method must format the tokens from the `tokensource` iterable and + write the formatted version to the file object `outfile`. + + Formatter options can control how exactly the tokens are converted. + """ + if self.encoding: + # wrap the outfile in a StreamWriter + outfile = codecs.lookup(self.encoding)[3](outfile) + return self.format_unencoded(tokensource, outfile) diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py new file mode 100644 index 00000000..39db8426 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py @@ -0,0 +1,158 @@ +""" + pygments.formatters + ~~~~~~~~~~~~~~~~~~~ + + Pygments formatters. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import re +import sys +import types +import fnmatch +from os.path import basename + +from pip._vendor.pygments.formatters._mapping import FORMATTERS +from pip._vendor.pygments.plugin import find_plugin_formatters +from pip._vendor.pygments.util import ClassNotFound + +__all__ = ['get_formatter_by_name', 'get_formatter_for_filename', + 'get_all_formatters', 'load_formatter_from_file'] + list(FORMATTERS) + +_formatter_cache = {} # classes by name +_pattern_cache = {} + + +def _fn_matches(fn, glob): + """Return whether the supplied file name fn matches pattern filename.""" + if glob not in _pattern_cache: + pattern = _pattern_cache[glob] = re.compile(fnmatch.translate(glob)) + return pattern.match(fn) + return _pattern_cache[glob].match(fn) + + +def _load_formatters(module_name): + """Load a formatter (and all others in the module too).""" + mod = __import__(module_name, None, None, ['__all__']) + for formatter_name in mod.__all__: + cls = getattr(mod, formatter_name) + _formatter_cache[cls.name] = cls + + +def get_all_formatters(): + """Return a generator for all formatter classes.""" + # NB: this returns formatter classes, not info like get_all_lexers(). + for info in FORMATTERS.values(): + if info[1] not in _formatter_cache: + _load_formatters(info[0]) + yield _formatter_cache[info[1]] + for _, formatter in find_plugin_formatters(): + yield formatter + + +def find_formatter_class(alias): + """Lookup a formatter by alias. + + Returns None if not found. + """ + for module_name, name, aliases, _, _ in FORMATTERS.values(): + if alias in aliases: + if name not in _formatter_cache: + _load_formatters(module_name) + return _formatter_cache[name] + for _, cls in find_plugin_formatters(): + if alias in cls.aliases: + return cls + + +def get_formatter_by_name(_alias, **options): + """ + Return an instance of a :class:`.Formatter` subclass that has `alias` in its + aliases list. The formatter is given the `options` at its instantiation. + + Will raise :exc:`pygments.util.ClassNotFound` if no formatter with that + alias is found. + """ + cls = find_formatter_class(_alias) + if cls is None: + raise ClassNotFound("no formatter found for name %r" % _alias) + return cls(**options) + + +def load_formatter_from_file(filename, formattername="CustomFormatter", **options): + """ + Return a `Formatter` subclass instance loaded from the provided file, relative + to the current directory. + + The file is expected to contain a Formatter class named ``formattername`` + (by default, CustomFormatter). Users should be very careful with the input, because + this method is equivalent to running ``eval()`` on the input file. The formatter is + given the `options` at its instantiation. + + :exc:`pygments.util.ClassNotFound` is raised if there are any errors loading + the formatter. + + .. versionadded:: 2.2 + """ + try: + # This empty dict will contain the namespace for the exec'd file + custom_namespace = {} + with open(filename, 'rb') as f: + exec(f.read(), custom_namespace) + # Retrieve the class `formattername` from that namespace + if formattername not in custom_namespace: + raise ClassNotFound('no valid %s class found in %s' % + (formattername, filename)) + formatter_class = custom_namespace[formattername] + # And finally instantiate it with the options + return formatter_class(**options) + except OSError as err: + raise ClassNotFound('cannot read %s: %s' % (filename, err)) + except ClassNotFound: + raise + except Exception as err: + raise ClassNotFound('error when loading custom formatter: %s' % err) + + +def get_formatter_for_filename(fn, **options): + """ + Return a :class:`.Formatter` subclass instance that has a filename pattern + matching `fn`. The formatter is given the `options` at its instantiation. + + Will raise :exc:`pygments.util.ClassNotFound` if no formatter for that filename + is found. + """ + fn = basename(fn) + for modname, name, _, filenames, _ in FORMATTERS.values(): + for filename in filenames: + if _fn_matches(fn, filename): + if name not in _formatter_cache: + _load_formatters(modname) + return _formatter_cache[name](**options) + for cls in find_plugin_formatters(): + for filename in cls.filenames: + if _fn_matches(fn, filename): + return cls(**options) + raise ClassNotFound("no formatter found for file name %r" % fn) + + +class _automodule(types.ModuleType): + """Automatically import formatters.""" + + def __getattr__(self, name): + info = FORMATTERS.get(name) + if info: + _load_formatters(info[0]) + cls = _formatter_cache[info[1]] + setattr(self, name, cls) + return cls + raise AttributeError(name) + + +oldmod = sys.modules[__name__] +newmod = _automodule(__name__) +newmod.__dict__.update(oldmod.__dict__) +sys.modules[__name__] = newmod +del newmod.newmod, newmod.oldmod, newmod.sys, newmod.types diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5f34aa3e6927609ecf048ae9b2e273ba6392c55f GIT binary patch literal 6962 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d161ab3b0ca7250868c8233852fdb25521ebf707 GIT binary patch literal 4251 zcmd5mDFhJj7iN$OJ&G*T>ChNK7*odoH@9PZAN6D@bQ zGqaM&LxFyPo_gr1KrT7tbL5yFdJOgyAYWjM+;r;i?JNl@<|#mp3efDlnfKnj_nY@; z_`~AjTnT@F+FSDvu9iwa6EXU8ipei0nEaz8OJ2z<|Gn&0JO^Xdt6`k+E@7PYE@PbY z<}ogKix`)@D;TeO%NXDAu3=p9u4BC6tzumBZem>bZehIb-NE>#cNZh`?qPh(yD!V% zmcJ?u-mX7LuWW2=MxNM;RG%9oRJ}G_j|bhp2#s#|qgCDLbX>5dGnTzxNoR_cN~iN( zY50v*z)W;3Ld{O4>9LIs644FT>Ip4ap-hHdmaj9e1WUB=SZBccJRGo25(L7?kaZ%i zJpGXAhz+8IxjbY&+3f}RH?*R#lPFh^9(&fvWY!TlN3b~3P}F78Fw+xCG}7gbe!SD? z-APx^S4VP_uF8Hly@cUqrys*n2OoGVO`pg0^04+^0}I2`O(nPyj5E8#B?p1VfQ@xUD3sM0%QKv1b&-&D*6K@_x26AUKh!Kj z$lBbMe!ZMJ`G;)9WN5~=ZtrZpHba-TRpk3NE^J`koQ8InxYAnwsXGc;Qc7zkU#!xo zX0S5cni5~R2ou`nF`*kVx5q==0U(nKXa$jCJoFHFp<&t#0z|>$Gt&7qqkGva3-vUd9;9rN(xcAFXAMfh(Fm?wOm1m2;Cr}6hP2(l8luo1Ro-HwFrE6s(2hvuz2#MU}5ie5_l$ZmsvZEh_%h4 z*vKfX=Xpmut-$Xz+dMjAZosw9Gpd8Y5{8nGVyx|Io$rn08|lK%;pQY%)00KHsRKqz z6scUbircbR_Rd9s@{$0?;$pP;a{}*$PM4-fvx5voJgieZI6HgWsS}4?n}3*0#Pq@b z_G^pj<>zsCy19A5_&V+q4)~+2kco&B1`U(%LR> zi7(+m&C(7QE#R08UtGLS#Cy&@S>-|@JX_}4J`df&iR!fT3~cAg*hUf}A5q#_%-v&@ zOO1rwN70`!@O-L)5kgcAFSo>*VNn0yfE_23?F}%m>4-h5l#Cn32jmE z@-`7+iyDn@`x+{6BV9Q_(TMiAI!@vVJBD|s6$a#WH|poS!-ZUsSxG`I-%RHxc&64a zAU7#l0JvlFq=eyUe}X9ydT3i7l{Iv~qtCa|!4COpi~8$?nd%*?j&s;4S}(<);-~41 z?Zg%uEDZl>r3y9%D>%bCPD0Jms7IWt20?>siWGIHTm>j}x<0OI;m}+t=Tqx}GJfhD zwzjAVVP2eX{NeYnoDVMaeZrke6{;c5wvQ0T69bryba@aA7_JSMihbNQBPlO(ll+BZ zo4+mfGPLsK1(p3gW~lQ*3{E7z-(Uwq`NB21mzz;M$Qci~MkALYpx%?Nige_gcMt3A zi%5C&9iIjWj!wGP58KhELZDB&se>CM2r#!0U^4vq6$tFrvM%a&PrC3>qDiq|qXB5} znt|`)EEY}>&A~1m1p+!#2ZK$lA1>mVcbHH1k9Ob%_5N{-d6?g~jUwA= zq2iHc8lA!*P#l5_*p#sY>-CWf zEtQD;j4{&nntDRbe+1z&5vUh#Y!UC^Q7PutZ0>1s<96pb6cMs?tRi~Jv}_iwfurhD4qYU z`9ce&n_Rm+5lh|F%5Azm6@`(G=@(WrPJ*N_A6;0}-f=U|fATa>M0nB+WT&7%Xgq$u zsihH*MsI;;EaT=&uz8UJll=+W^hZ5GH(%mMQA|BM9-Pm9)Q`L*5Fe}Ou&#`M{QzU; zl*{F8_S#bA$LjU0R9YK4nFH#l>ME%9ubiv~Dw`?Q)`;GBvP(qImTJVk+O1@liJmLf zRzTnQOEsG(dZARi_U{#wEfTR*Ft?oS3ei^!WuH6QGSP1o`=*jzBYLG!c2vo(6Mdsp zy9MQU&MMg|(QAc#uaey)dL4&h|9Y#M-6HySL7QrJhv+v8`DeB4F43%z|FoLjBl@jU d?H=Uszo=#RiGI7-e_r{|1JHk+Q_ld`e*tF^zaszu literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5f84db63e9e91dfbabc43d7ab5990672faf655be GIT binary patch literal 4230 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5aa5a4dedd627ae5609ee5aebdc39cff052d85d2 GIT binary patch literal 7300 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3dd323b845851e3708dfc346054f03c8f3d3f7e9 GIT binary patch literal 40608 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 R1iEj1rx?bwNf4U1{Xc&uy4(N& literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/specifiers.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/specifiers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a8debee484b87e6130f5b085aaf382d80217b6c7 GIT binary patch literal 39574 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 YJa}N0(%fzzwDXPg{XgO8&S2ty1I~uQQUCw| literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/tags.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/tags.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..34a272f74295c7c1cc423e42c9c43da685f5b082 GIT binary patch literal 21784 zcmcJ1dvIIVncuy@#Tx_&g725Whe$#aNs-jcvP@eK%AzGvib*Fiodkw(K?)QJ(D#Cp zNP{+$cy`IyT|td^1#i3!ob@F1Se<1$+mvZ{c9ln4x7!CGC_@-#XSCC7cir|6%F;{{ zPdn-FJNI4yr0B;^x>w@4=brPO@4Ua~Ir!_65-W%2D`%_6j8Adgf2R-aDN!T$lX{N3 z!9Bx?oXAgdqsp5f<=MAxRL9=>Q9XMLqXK&yMh)z395v#tn>0f>IS?Z8Yau9Dn=`&Dn~1MPR9kg zi7u^)g?F&}U0(SbtqGO}YisZ^S{HN$YlF38I`&mB8by<67A>Mxw7qEAJa1kqgeHdVRWZh&B`^RL=8%`iM2sTu#q58q7|ui zNNpGEgLPs9!_qot6dRG&0o*%~s^C`3AkPD=UJFP6#6x1a*z_ik(#~KV!&!@%UBS=3 zo40%`*hx8UCiEJ~aIq4?W?e-G_UBeFBUHCDLSzSSo=1m^de;+Qn2#GKE(H{^P`M9 zt$}^77)KAF6?F_s5cdP>;3g=opMrP*u!m-O@8J(=5e|9zT-m^vM+Sz52hR=phMzfk za`4Lo!(MAnI1vg&bC#1*WG)yU4n}k4!DvwOUziN4v1mlf31>nwa?VXhLy@q5GG`tR zzAzIE2ZA}n$jmfA4bOy;lM@1dIr<@OIIk{e^-cN1vy-9l%vFld$dgK3H$9uv1*UVl zY5axoH!!ZPY)pU4WByq^oVch z=-Gkc9Dn{p0d)tc$J%37Blo|L$PG{lqEDbr{HT5$^yhm#=#oBY5C!}h@CRBjW){sD zS!2*78iNMRhUFFET@}r!IiG4RO10!uZAGb8(H^t`haGcQ0*obyJAluDxKqXLM7&gu zmm=<(HF;e*{fK{j?k%ea&ry#QoR)%eFdX&M@OvU-p6JD(C+Z*fM5Pc$-!m4GJburW zi^1Szmz5P749ihJ=12DUrJyGe3CkfdCODMWt(+h4u&sxPlhh2 z-+f&@z1?ys8tk0*2QK-?gL1bL!P@A?B9yzZP0cAF43;-7`y39Xj@RpXBvQ?;iu6@!byKe65iS}u^EcYIKst(jUxux7aJW_OsAyvX+Q zY>40Cr9JqPsi;TlM99W<&Plx}TC>Lp$bn#iyX$nXIX!8oCuR0X-AMXf+Q4SGhmaSw zfF^a$L@mHZIZ2sz1gz$3vrDrnbM^0BFD)u*YrV9Nl=;*4CPcsD%3oS~DP?Y8mFEl* z5Fsg0yccK*vhmlUGdH*>b%{MOKAMNqgd*7(C3yA>(_C${Q?To|NhLAsDleVmsgy?E zHB@+`)HbPVseP=JwFq2|qSQ92YN;Alie_QUgHqe1QYmennZUy2kV=lF9Vnl33`L@Y zQy|<^py@%8ZELp8l@0F!j916jrL+%mna0ketj?U#=L^1oZDv)r8O4VPCX8T#TX)tZ zcE0VtUz%@p@x&{|_F2>+!U! z_ai+L?;^40dQBqu-HA6Q(yoq=3`himvdT4AbK2FM46d~uO5?xl(1yievHs3$kf_<# zHAsYnNL_)DC|}P~AC+B@b-J(3EzPCOH4nES&o!O~{3lU>??7F_%E_-tfU1w0lV6uw zI>&v7`xC=3W@YGOzSFDULY*J#gvsZVqZ0aHQ)Y>MdPFF6^HQ`h1Y}d{Yr|W|HD|pO54TH3#D&MgmB-V1OngQ5jJ^21g>r4HAJA znGQ&N=4}H`>F14daoA?gVF19ktw$NTpnwh6HPY_!kk=IttSCBie zo7c|^kfFAN)M=0>xUYgU%o`v-eHI)D*t{_&d?s8Y;7p*Vd3mVN%&19=#|$xJ%=E5W zr`8&td(9(ouN}bO8G$R3)bc&U&ehNTg_Xpk^L|N&R7?UimfK}W#gKv_Np}Rh#=AVv zPtW#sh9lu%Cp4Gmy&kNxh{x|4W6F^njFRk)Esb6$Hi~eX{jwkV&H7^jEB3WNnTLoN-pe>ON;$yxGijp3QIfFb6 zEIGYj6cwIg$+yvKmWU(d1awQz*^7i2IVV7%kaHG|y~~B2R!H>8#64-O=waIlnKW!Z zT6v?$4B$^*La@L+aBz0#tNRyDWLw*RF!MJfp0(l5vQ{}x_CU>(Dq&58@}b?OhXSgOv$5hOSZK9hWWbr zO?TqC<(B2yOwA*|C_Q{nkGy+&l-bY&)dMqUuZWMl`glsHW&7h~P9Q>)6R!BB@b;34 zh(;GnCfjj=Se}N?>tecv>KHFo7G#x){AvU$^&x(u$u*D^bc|EX^&gLf$3o+t%YG@u zG_LlYayu=JnJ}hskLNtoW<5ub4YCzD<)8Ij2x4gkB9a7h2SMK=&&trw{l%cH9&GA&0J2C^pm!u%WM>t@F_`;t9tKl7gW00VCYZL_-;&amOm89}EeSbeYgx1HPTO`bA7622 zZ2Q-2kELyotp;xOWo%ETgeMis{3R6IG!A)592^pJGypxB?l66Jgt5GWH6l5NiZ!< z`J;i0Im5UVnVH5yr=iaAQ#rGSYx7Dk_l0Di)+nE9Op+uNTEL%toJF8snr(~wzBwB| z`i+;e&hlTHt=G&;=6HP~nmqc(m5jN4;pqD|J94tl(rZ_iuEbw>b#CEQ*5-(JEavG= z&Y@_`zRS?J$^2ze>ZLtVEM3y<(%=142tIKwoM2jwo97Cvp=hn>E@5v&>(PV0@OGL} z{oFg-&!|dQ)JAD08_djwP@g(+=LgPv`VQ^$T=C1Ev5+K#V-@rfnkyAYUsrFJXVWY{ zv>;d;)VUWUo^T|p)u>j;xCqUwSN9=}!iO|8&~GO3${C_$KE#)dFDZ&(leSYr=A=HK ze;V8_C`+@*j}y!;1S;=Yd?{mVOuEvx=G(R}zdf`3wM_ewTgG(zNqoLH``%+I;mZoO zvQE!x6SZk}EWpKP=cijFr^4vZbK{VVisuFH3cj|$CqS>R^78`z4EQt7o1%F+2D_Kf z?^|<0mWdLVWsfN2^DUwwn%6=vbMw}iSvJPZ3&xm5*2S!nPBcR5;zSdz2FX!Wi@8t> zpe&H#IMI3uLoGc~1Z68g&D&x&;Iu91L^~ujPAp;2M~k2xMbP$`U33z?k}G2Ng|0&D zx6^;cQbyV8MAy72Tpcq=m5?Z%T7L^~u`H(l4i^)kUFB_J#6Kro1sE+Rx(m=T14d{SXX`IU~eS=u6%bX^zkm^H->&N!|NwLrH!rZ=Rk7 z$D517hN-j}mp2}LjZnDCIZqdMq+%E++FeZi~ITnPiom$R$Y`(*G&v3w;*M>D&un*SM$PCSzF1%iFHSPVsu%z>`Hts+ae&`%<3XjJt2)%!ZkBR^6%HlcJLEn_TgU zRAt9IlRqBMmbw=WStNYvwyFN@9jTsUw@%z?8icuV(L%{5Z<}h@tJ{~ItL2&M{>75_ zZPkghsrsI5RqY}ud_}@|+t#>Vw=1>#$f}sBJHB`(>#R$>aNFt0me!|ATW`Amtnr=3 z)kC+v$M06vUKifCI3N{SO0LpC9zUcX;IC$Ss17ke&Ksj{t%@ZpX^Wb!_(%K=9(A~(Bi5px3Jt2Ly{2eY zJ{6QD-$!%IEV&o0a2Oh2F~?Ao){+5?KJb5RoK*n{~H z=tC6dK>0;MG;3`}pJ3~lw@{s5g_u5X6fF~EjoI>Snp-R3idn|;y82CRY4Mz!gl|m~nN-p%d&I~U$h;8`$xy0O zZfpxSPb54!>yf8}fzTM_8;{>J<)6TqX`&kjGVGZFjql9cDj=={E-bRn(?GXVAKFQa zBs0d9(Bvd(ktn1I>4RgQc4~CH2bfi8atdnI!Y3GJ5KvB8g$QQzh-PU@A;|lqT8$wI zLLRA4p6LkOLgbMoS0V|1szu{Ma6A+aLkd=;e1#t?tWS{xnH{1J+B%xPNoykeW*`3U zW8rgu$ZK?t?QOnb56j!0U+Rt$0G&Boj}}nXv|!sTf9WPb{tf=*B``{5#_#Rn?6vDP^=mcWbd7hpdATQ5)4AxlTVDD4OUdxc z(<}Z|+o4R=BdN;6sj^2GPTw`z7Gmo*hpM97wl%N2J;}zE@{Iey(uuq7ip3M_HfLOT z_3*-pyVV^Zae~3MXy4H3Ev~G+^xEmA(+T@8>^nCMNQcJis)#>(yQ1gq&OhzWl=dzR z!Vv-knxSt|pRH+z-OSRrIJjO`5x$TJ1^id2Dq) zwfk(QerQ9_?dZGD>2{RGZ4ZoGRc&H-@-mEim5*dfAGv2i@q2n;1DLt=*AE)F(pu_` z>wSCa2HNlX7-o3O2>aPDInc4zLJM=J*m{7-6KCwg^1*?qJDA3rnm1HAAvOBu!M z_yN7}vw8;g^Ipq|e#6fn)gj~OkMR`m7ZCrqdLCf_*z!-_WHSeTR;;Fzz;v@9^lVbl z3x+{WV35ptmTtIo5R27T5UfPwyQbd0+4I0GuVii^+>At zOngif0t5qzS$cu4>_J3v#o5lk*9r=Wsoc|wcG8IN1HJM^MNgsoQg@oo| zu1MU>E5GAB3_GQBJys%2ic^6}Q<{zVf}cDC;J7%-r5@r^cx=vENEwm-5aYoJHnWS) z;UEJ{!XeRi-1Ub{V3alag#$&3%A{iEgo#Kf%uKMb`&prS`sA6hvC!3= z0d9w=3};6~qwq2@SQ;FaWW%f-4oaZ_V*x)x-mmZ{w_}sRJk-dQH6`m;PTX-l0_D+G z5ubRw<&LdwdDqGp-sxQJyS=M_-BFXOeJbNPoid-!+AG)W^=W&3VmM=OS{PV2Sr_+z zbB-*8zjW5WIlR`;nQrJ@zOej4s-Y+2>`j?_vvya!Y3UR*m#>+s(k3W>cTCN99cA%n zZajDWxuiQ&u`}sUS9GKu9ZUMG#j$3oNn2_Xt#>Rt?mFDpE-hV3v}7EOi5Jq2rec7$ zJC>%b!*%WA(#819jTf)KnC#0`wUe%#s@e@@xfs@a$I|-guuxG^+mimS)3s<>w>KmL z8GCce){+uh6!Uc}Ms1VANoM61{M~QGP-@A33ni4cG6q&{JHw)^YLDX&M%!>&z z!+2gfnFl>uD58&ftbEv3q;eLp@>QJ!erL&z>fTXx> zoRD^HuakT({RMzLm_GRiB1|B^*T~tc)+^gGl^u(=^_o2^t#@h;E;_Q6)i=hkk0)MS z9!fPnnyEYj7bFwRoOQ3hv?Tn}>5iXxb#75uFD>69UztkcBWY7j)@*0Cos)OWb)Q$} zf|t_J_Zyk?nQt6(94mcTAz-^JhkRvs6?RsU@r7r`7dH-g=mE$c$QF80DDV|B-ze)* z)FID6>VF~aQ?PbzG8-`WlE^a?gb`ATS|9cVh(Am@n_IwYiSY#^L!rjkYG_BOd%`sL zqvAcG+5yzXBa_}K2IT-una~xXokELNH^tF0Y!k-$aE>$x!+=_54@+Z8awpTB)%30E z>K^rUYcR~}hv5@TK6p74!Ex7o_3RuiRMt&8x4I)3-y_?T$_F8HaZ(Zi98gTXVT#TV zC_%@puW(b5nz6}yQQ?Ejp?KRctw#DQlzN<2?jIn+RxX_Aa7P{f=F15ejFZ{Yve)~Q zyOy6`_9weC?w(XxZ_3ek+uWD6I~L~>O-u8Ok(9OZw$Ml{N-MQqQHw)4{x=?5?x7=- z7gm}x75hn!eu7^d$TAgWZl&q1`ITU*?MSBTu~cP$s_gNM{c+L}p5RINu2UE6QSZ^+ ze4ZVkkzAe~loqpt&uM)uT4)-{&U-B%CfP*8?U^kOy zcFvyVz{oo(TO`M+ zf}E2Mz9_?@7zBQb{GrX{y>?se`ysNu?(SG_%(xGcZrrN#Tu#nr%6c;P z9$NRkq#O6%GjeA4y2BOUjog`xqw}`8vw(#+>{>KYZhPWDa(~9*&6vF?YuKfccj1_k zheb<*liCd5b6@X;P;`@rk%%e%-QSA0YevV)h$+6(h1%zR=MS2f;<1~Wxh%9jL+uUGYi#8Y~e*fjK zzZ{>rV`_kZ`>xHUh=4RTIdfoohLzsbegRpm{UXp&`^R~xkGy(*p$=?E$COg0)oX!-s}L~tU_Kx}z%Iz!C`>_2ke;noVCXFP-`qPi&*}< zw1&!mj@B%ImR7J;b+Rx@Vx?HMsYUxg_xR9x;!hZ#m{DZC#hcB+Hm&nutPYZV_bF{@ zEpCfg{X5jwMm4FjWR3p>h@O=sqasU!<}9IuqMBP3jQ-p(neU^i+W|O8i`KC7tqdWU z1#5j^21jPYIC-Xy1`Xd(&U)4#_@Z(&j~PPQxgd@8k*$1A-zg8z={f^*ojCu7dyV;y zJ_>0VthPhzco&IP7@ZF9b9=w)9m!P;KRY}!aMt(5fv4Gp+T-WWo%Hk0&8yn3z;l||&Mz89HhI*&K0mUwSs zk@F-DFbIk6H{?n-8Tur%EljjC z7cl6!L@MX>(o9(K_rX3J3@BGfbHe$-^8?b~PzjPYr5{j0j9Xep;I%58|7VEjZ0gdY z1Gmx`fsjBT5iiR*6yaYp0_7Z=dLm1IOF$*8s~U_GTO5rQkLZs&Kq-st)zZZZyCAIg^FPGfbp z{5Y;hxym-|Tvc7RV$X6QRo=T^)pXn~?3Y93VB>KwnSWs5_ zNx*%?Md7Z=5pTb3s!5D5n{GFDqiKyT$%D&1ZyjEiR(dlH2R`DAmNN3!?MODH8oCyT z)*JS&G~O!DG@M)<$~JY=y|A))Nw%_ot#Tk;IgqWbPoBNi0JA{VNglqtsxkzwvU|8G zR<>aRu8mU8>|}L*N@cs2kER+rKSyQl%P-t2`8<`OT6-x(KwI5?pSZyxAL`HBblbB;*RXjK6oo}^z3Z5_SjnOV7hiN+qh@>3+cx0 z{JX7h!^G7+g`Ns^l?W;-;gWP!-ZKI3gL1C9y{IY^8>oC$SPMh*p^s}5*`3fC4bRbuv#Qntkpq{CK z(5EgRnpB7$bq(h?S&H&LIEka6AtXy*qdXY7qj?&}bbW;w>ya*zKSD9G6Zi5OnEsC& z<8i6vX!pc>e9Bl#Hl;Bop2+4%a%1eaBKh>@gbaP$d-GS2C~=_k=rFZv*pdOHfo-& z#0wcm)7PI|IJywcmQ>(4X9v7jDf^x^``)yD?@IZquyQ$L?}x9=S+nMBPdnR}4H;+G zn$VRJy0%NpmR7)|X=q#&vZa;rXnbrjk})@sHKuXHz!|!6Mxg6s8Il>S?v~>m|5F=( z?1=DFdp*TF_+$OTPrc<7@8=N)0GEIATka_&{cc-M+f1}@l*{J&!VF8l0enO8ht$TBDt-d#1-XA-Jfh!dYT4WyQr`6V zyZ^@siqA59nnI}>bgTtcN+TxlR;%O$>X)h*0&)J);8en4EhwN`4lv}&Mj;KC7#?MU z+&_h+XH&}D^h;+`#@UiGD}K~X3yOxHO~FM(Fa-#eXS)I1j*`!FQDeSLe(j1_mb6NF6xeCrb|a$R1X;5+q-_mrwr1P~ z!QpaS^O~(KZEH(LGqydqZTnV)l(0`Rzn~0zXiXE9WYa_va`8@~OMN%<*VKsd;TSYQ zvZv_aFmkZE^X7-5Ni%EEh4*If9bv_!8Ri~&Xwo!QO#QW&ZRd@sd#K<-?{ zR*yjr;Da5^P|oJjn6ncYP)5E&aWc*on~V~8kQebOj9_hbBT1Q`8h z0VZ5lSUnn^hoSOfm>y!7E?kwbr&Qz%^tQOBIkXdyI*4()0`-mQZst#+JzUGI9wN_a z{2j)hg^50qu3#YTD zvbac>PTV_^BX``p*37%o=3T#Z@A!8Anwgl$T@@hfs$4Q=E#(OT)@l4k$DQikE9G~p z52RfOmW=p$jz#0TvvK*r9cS;F(3=)|H!3*G?qAK9V!h#bR&>#!96r z)_3UaGl8h|_xMmeeoRz#E5nRm3L@*sMcgTsW|hlI#^~%cp`aZj5n+^QyGx{nNJJAQ z;${-5@RE%JI|a-RLAzKHb4kL@Ss?YEVHcgHb7!&QkC?1#FeD z^Db+!!N0i^p=$G(gh8&R!`CFim zH~`D@53C&T{D8xM%LiP^2b}8z&iVmY`ro+TU+HYT?pItssO9*bcP+JxRcn^oG-Q=S z8B6Pe@os5#!hOADp@gLLzJxx0Xvw!gSGk?!62wts{2ocxQFhN}+^tJ-Rf+OMAla9= z_(tP>&dBRF%DAew_}Goe^++<1sob^fPgi!QIQOrNeSF6~4#CDGU&7bL`!+bd5|1Q@ z-{`+j(R&^v?@F|60E;U*!d@%E)#JC^x5U+<^nufa-nCK2^QZU(eu0DD$pC))0`Cno zp^7GtzcI_OF5?$Dkh0-1@z3(f&JB*Wm`M4-p&ovBmChFD_2(akqxnId41xm>GIthdVJiqmc-j#lQpB>ZnncTWSXdC>Tql8TsZ%LQbyBQQCw=wX`6u`!x=rs@^DXy}OYXDyhKD-b zv=be^XR73P6}pL!yK40Y#JAQ)NoK8I7W(StcK6@IAeY6D)0mefF}!%)!ta*gwNc){ zyOXsW99}Cjd#y%q9slv{eM;Fl#&bt;Jo}#h8J;hLA{d`Ymo#lCUwaR&x_=1E4`tmo zl(3OB(8tEKj%z=Bk1ORH6VVNNtzNt(|9I*?MK{`b{y^dsR@zxwF9$Zv77Y8Sc+RrL`qnqGVBi%de}{vSnM2BPWsL2mN3v?MfoUS9X_{ z#gM+VVc^Pbfl&7bS2W@av$*{s!!5206sUftL4p?OpXH?rDGLJ;&;YH0{va&>$W;rZ zXO>)wqNVnx=m4A<&YW|0&Y3gcIWzxURb@g@Zobzz{&^ij|BC-;#aQgD{s)239O4j1 z1dtoIWPk{gZZb%@si4lS3({^nsCVlL#8I3szyu9$L(u3ps{iSLDQI?^gBG`iKs?Rs zIDHcc=5>4(ZyhIbzfilYNyJke!&{$|g)h5pBszyU!$ZUwdHZv!I9j8QnqbsiHd?EW zT41!QY_tw!B7awbv%Kc4Fuu2Zq|h&Yd)tRBY7ua#5xqZ;|=(@E4(0L za;DgMh7{{?SO~&gjOT{EL4FK>Q!7Oaqg5M>%)uVI2@bhQj&M`cq?1z2MX{JMcGbi} zITd1kg>SK(Pm~1TXjFnPvLPTj!A3<`04q+0qXCW;_;Frfr7$Z^@@&LA_OW-u7n)FM z*oml*<6Wx6;b%I<;PGGq9*<)3c!FUr8o+&v$MZ?l8z{~&9uF5D^LT_RSnMiRVNL4& z2!F8GD~?U_5ueyA3S+%vlR`KY79*3q!1qR?foRazvtdl+KJJZ7OOxSH?;SpLr#Ijm zE&e~~+JB%|^htbAVY$56TUvK7=ot`Qk!b-NORcK$LKvtXqSquz8-xaJ<|kRXu4v_} zlRO_d>kIH$;n;hX=AOdS?09jWo$`w8csLs3_HJSI_Xpo+4;|<$8deI(ahix_zC{5LI=GP97=qYlv>Z2Hxv%} z##EFl5>R4vRG|amDP9op5fkt?os`gm`>GLX5Eb8CjqnfJ)LJ?cR!?IB24_fOr!eeh=v{jvMUp(rteo)N=<`g4Y)SWcI{(A*?WW3Nb|J0TCtb@OQBvsoLeiUqHK}_aPKVQqhA@ z$(MvGBU<;$bze=8A@H~aIe`*Xob($&W<}wMkNaScTjJDa{46hyFPOUX@0Jqn}iNd;5G@Prds?pT5rAOXigv3X&Do6Y`$WhCX>Klhy1Uy z+~2=BC#T<33r5vq6FF~dvEj=&I#rbWTUePhz)Clv{{od;8ECMdRg^7d8aJnZOD2v! z6=h4ACXl%a{YIIa+c8dQ))_%DLXZxJcox7+3h`jBM9^tb{(2Ve?v_X0?yo@5efw>e?}^#Yo9{g74f%i~X(=;V`g^*h&8#{g6bzZ|R@k`9#d@e|jg|(*K85 zyy6G-+lUy`dDFGe+1;+JV+~CGzi1?2lL&{QD%V9g3Il(%7FRI$x)#kx=ZPmH8T->K z+2*5v5RPF{v?~%8rI^me@psmUZl_f-`9xnxl)SLd!XY3LEV#nKRiXJvcx+P9dm|A( z#3?#|*az8qakCXt;Dz0ojEV@5Fkra~1!8d^1oJv+!G$GZWLETQ{?92iw34V)7iD;g z4kO}>0NhoJjCGrBn{WY$0Bn&s0AQX(Z>-2rlj?YKaFJ=vlRD$}m-Wr*tGW8!kIv>z zsHSN~zhbc_2lIMlu>K-`Kc4#J_e|rmq3ScsBTHKU)biMpx|jJtuJ2ehbOO;f$K2%X zB<%P6o!{Mic5ktzKiANoy!0*O_}bi>o;$IWSLL7f$I)n|Q=`cjAg zykFKe{qW`-fov_W5oz4MQtSA$;XDn!H4%r4Uz!Iy&^I0C!Nb%yhX|+@gO;>!IJ7wQ zsp0gm)o>a|{!&1NnPTBehZd4NOsy82w3S2L14#Nf2zm~bfP?QZC4(A0q9mo?pNIFU(8&+n)mvIgD5;Uyd`Y|Mg!X(TwcrL+6 zr9irAy1|sV4RJ%Vrfd(Y;|!!7HoPv*{u^4OgM=HWqH2*!;Zef35w*k(ew@Bm6wadY zYwZ?vrS*)LQtyN@L~=C=qtvPi1?_4#Xl{z@;&j{?H;wDmU{^|JAlTI<^krIAZM1V- z|A6FBLVr&`MU+Be-7uit)MOxbuy}K2EAFP9{9TC;;g<+D7=;_(D9?6ah7RX(_SJv= z_~VblPFSjwe1*fnE9|bZeOrl|g4_HA8;S-;;V~gR4i58N2g6O0IrKTva7dig&u=Dx}?xzB;b>T0la3M&nwJF!$YSp zof#Cs9m@lR&7*z=zv~p!e|!!V!vOv^e)pk#SlomVjz$E0yqsp?T}+|pyy7G;3g_`3 zBfbrIu&D|cCLA^tf>%rh;dnwZ7y9Z&Orh03iVi+2ia1iKp`%b0u2yxx1n*6%(L5TU z31dJy0YC9qY5)NswbU({o3rNT^p!<(`%CMtW$URgJHK?umW!(tS#8P#WSa5@WNS=Q z>6)2D^89jD{b#oy-ABE_J+1w%PI(~Sw6ImRu5e4hT_C31LxL}ekr&TMhRNHVY zvj1nEg84P|BKXyA>zO0y>m$a&TI%a}st2vqH&z<@8^RGjg=#n&g`LFttX7P?-^gAtKbfg@n?}#9I){GsGm0TNK|>(H$3QJ`$J5630HgYGQU%dc=u$zHS-O)&`=HGKH7w*s@Ah5`Z^F)G0AhYt$3R9=yfD3&6cR)CRk8z@AK#~RRV zKpAy`>nP&~x?f_3@1RPeWu|(GX@p~*Zdzp8mg}139WFRsL%+4Ae=gVcJ~A#F?Mp^S z*62tdSv2kfg7j^eKl@vAIxg4kePsOJx+_l-)wX3@<4i115mnn)DGFl~1=wUo?LA9v zec86Y1uEBeGOJ^gLo;IP;(l^omUvC|5RT=lnp9u1aqLb)cw%YR)v@5h}ra#@6IX~}Ppq_d84 du|0DzkD!@9{G#Q{ZSwx}+3uk?ctCyj`)^T_f-L|5 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/version.cpython-312.pyc b/sdk/python/venv/lib/python3.12/site-packages/packaging/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..37ec18fe666ec68d4058761e3883171352fccd00 GIT binary patch literal 20020 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 cOR!x8c5~ 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.12/site-packages/packaging/_manylinux.py b/sdk/python/venv/lib/python3.12/site-packages/packaging/_manylinux.py new file mode 100644 index 00000000..ad62505f --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/packaging/_manylinux.py @@ -0,0 +1,260 @@ +import collections +import contextlib +import functools +import os +import re +import sys +import warnings +from typing import Dict, Generator, Iterator, NamedTuple, Optional, Sequence, Tuple + +from ._elffile import EIClass, EIData, ELFFile, EMachine + +EF_ARM_ABIMASK = 0xFF000000 +EF_ARM_ABI_VER5 = 0x05000000 +EF_ARM_ABI_FLOAT_HARD = 0x00000400 + + +# `os.PathLike` not a generic type until Python 3.9, so sticking with `str` +# as the type for `path` until then. +@contextlib.contextmanager +def _parse_elf(path: str) -> Generator[Optional[ELFFile], None, None]: + try: + with open(path, "rb") as f: + yield ELFFile(f) + except (OSError, TypeError, ValueError): + yield None + + +def _is_linux_armhf(executable: str) -> bool: + # hard-float ABI can be detected from the ELF header of the running + # process + # https://static.docs.arm.com/ihi0044/g/aaelf32.pdf + with _parse_elf(executable) as f: + return ( + f is not None + and f.capacity == EIClass.C32 + and f.encoding == EIData.Lsb + and f.machine == EMachine.Arm + and f.flags & EF_ARM_ABIMASK == EF_ARM_ABI_VER5 + and f.flags & EF_ARM_ABI_FLOAT_HARD == EF_ARM_ABI_FLOAT_HARD + ) + + +def _is_linux_i686(executable: str) -> bool: + with _parse_elf(executable) as f: + return ( + f is not None + and f.capacity == EIClass.C32 + and f.encoding == EIData.Lsb + and f.machine == EMachine.I386 + ) + + +def _have_compatible_abi(executable: str, archs: Sequence[str]) -> bool: + if "armv7l" in archs: + return _is_linux_armhf(executable) + if "i686" in archs: + return _is_linux_i686(executable) + allowed_archs = { + "x86_64", + "aarch64", + "ppc64", + "ppc64le", + "s390x", + "loongarch64", + "riscv64", + } + return any(arch in allowed_archs for arch in archs) + + +# If glibc ever changes its major version, we need to know what the last +# minor version was, so we can build the complete list of all versions. +# For now, guess what the highest minor version might be, assume it will +# be 50 for testing. Once this actually happens, update the dictionary +# with the actual value. +_LAST_GLIBC_MINOR: Dict[int, int] = collections.defaultdict(lambda: 50) + + +class _GLibCVersion(NamedTuple): + major: int + minor: int + + +def _glibc_version_string_confstr() -> Optional[str]: + """ + Primary implementation of glibc_version_string using os.confstr. + """ + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module. + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c/Lib/platform.py#L175-L183 + try: + # Should be a string like "glibc 2.17". + version_string: Optional[str] = os.confstr("CS_GNU_LIBC_VERSION") + assert version_string is not None + _, version = version_string.rsplit() + except (AssertionError, AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def _glibc_version_string_ctypes() -> Optional[str]: + """ + Fallback implementation of glibc_version_string using ctypes. + """ + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + # + # We must also handle the special case where the executable is not a + # dynamically linked executable. This can occur when using musl libc, + # for example. In this situation, dlopen() will error, leading to an + # OSError. Interestingly, at least in the case of musl, there is no + # errno set on the OSError. The single string argument used to construct + # OSError comes from libc itself and is therefore not portable to + # hard code here. In any case, failure to call dlopen() means we + # can proceed, so we bail on our attempt. + try: + process_namespace = ctypes.CDLL(None) + except OSError: + return None + + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str: str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +def _glibc_version_string() -> Optional[str]: + """Returns glibc version string, or None if not using glibc.""" + return _glibc_version_string_confstr() or _glibc_version_string_ctypes() + + +def _parse_glibc_version(version_str: str) -> Tuple[int, int]: + """Parse glibc version. + + We use a regexp instead of str.split because we want to discard any + random junk that might come after the minor version -- this might happen + in patched/forked versions of glibc (e.g. Linaro's version of glibc + uses version strings like "2.20-2014.11"). See gh-3588. + """ + m = re.match(r"(?P[0-9]+)\.(?P[0-9]+)", version_str) + if not m: + warnings.warn( + f"Expected glibc version with 2 components major.minor," + f" got: {version_str}", + RuntimeWarning, + ) + return -1, -1 + return int(m.group("major")), int(m.group("minor")) + + +@functools.lru_cache() +def _get_glibc_version() -> Tuple[int, int]: + version_str = _glibc_version_string() + if version_str is None: + return (-1, -1) + return _parse_glibc_version(version_str) + + +# From PEP 513, PEP 600 +def _is_compatible(arch: str, version: _GLibCVersion) -> bool: + sys_glibc = _get_glibc_version() + if sys_glibc < version: + return False + # Check for presence of _manylinux module. + try: + import _manylinux + except ImportError: + return True + if hasattr(_manylinux, "manylinux_compatible"): + result = _manylinux.manylinux_compatible(version[0], version[1], arch) + if result is not None: + return bool(result) + return True + if version == _GLibCVersion(2, 5): + if hasattr(_manylinux, "manylinux1_compatible"): + return bool(_manylinux.manylinux1_compatible) + if version == _GLibCVersion(2, 12): + if hasattr(_manylinux, "manylinux2010_compatible"): + return bool(_manylinux.manylinux2010_compatible) + if version == _GLibCVersion(2, 17): + if hasattr(_manylinux, "manylinux2014_compatible"): + return bool(_manylinux.manylinux2014_compatible) + return True + + +_LEGACY_MANYLINUX_MAP = { + # CentOS 7 w/ glibc 2.17 (PEP 599) + (2, 17): "manylinux2014", + # CentOS 6 w/ glibc 2.12 (PEP 571) + (2, 12): "manylinux2010", + # CentOS 5 w/ glibc 2.5 (PEP 513) + (2, 5): "manylinux1", +} + + +def platform_tags(archs: Sequence[str]) -> Iterator[str]: + """Generate manylinux tags compatible to the current platform. + + :param archs: Sequence of compatible architectures. + The first one shall be the closest to the actual architecture and be the part of + platform tag after the ``linux_`` prefix, e.g. ``x86_64``. + The ``linux_`` prefix is assumed as a prerequisite for the current platform to + be manylinux-compatible. + + :returns: An iterator of compatible manylinux tags. + """ + if not _have_compatible_abi(sys.executable, archs): + return + # Oldest glibc to be supported regardless of architecture is (2, 17). + too_old_glibc2 = _GLibCVersion(2, 16) + if set(archs) & {"x86_64", "i686"}: + # On x86/i686 also oldest glibc to be supported is (2, 5). + too_old_glibc2 = _GLibCVersion(2, 4) + current_glibc = _GLibCVersion(*_get_glibc_version()) + glibc_max_list = [current_glibc] + # We can assume compatibility across glibc major versions. + # https://sourceware.org/bugzilla/show_bug.cgi?id=24636 + # + # Build a list of maximum glibc versions so that we can + # output the canonical list of all glibc from current_glibc + # down to too_old_glibc2, including all intermediary versions. + for glibc_major in range(current_glibc.major - 1, 1, -1): + glibc_minor = _LAST_GLIBC_MINOR[glibc_major] + glibc_max_list.append(_GLibCVersion(glibc_major, glibc_minor)) + for arch in archs: + for glibc_max in glibc_max_list: + if glibc_max.major == too_old_glibc2.major: + min_minor = too_old_glibc2.minor + else: + # For other glibc major versions oldest supported is (x, 0). + min_minor = -1 + for glibc_minor in range(glibc_max.minor, min_minor, -1): + glibc_version = _GLibCVersion(glibc_max.major, glibc_minor) + tag = "manylinux_{}_{}".format(*glibc_version) + if _is_compatible(arch, glibc_version): + yield f"{tag}_{arch}" + # Handle the legacy manylinux1, manylinux2010, manylinux2014 tags. + if glibc_version in _LEGACY_MANYLINUX_MAP: + legacy_tag = _LEGACY_MANYLINUX_MAP[glibc_version] + if _is_compatible(arch, glibc_version): + yield f"{legacy_tag}_{arch}" diff --git a/sdk/python/venv/lib/python3.12/site-packages/packaging/_musllinux.py b/sdk/python/venv/lib/python3.12/site-packages/packaging/_musllinux.py new file mode 100644 index 00000000..86419df9 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/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.12/site-packages/packaging/_parser.py b/sdk/python/venv/lib/python3.12/site-packages/packaging/_parser.py new file mode 100644 index 00000000..684df754 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/packaging/_parser.py @@ -0,0 +1,356 @@ +"""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 in ("platform_python_implementation", "python_implementation"): + return Variable("platform_python_implementation") + else: + return Variable(env_var) + + +def process_python_str(python_str: str) -> Value: + value = ast.literal_eval(python_str) + return Value(str(value)) + + +def _parse_marker_op(tokenizer: Tokenizer) -> Op: + """ + marker_op = IN | NOT IN | OP + """ + if tokenizer.check("IN"): + tokenizer.read() + return Op("in") + elif tokenizer.check("NOT"): + tokenizer.read() + tokenizer.expect("WS", expected="whitespace after 'not'") + tokenizer.expect("IN", expected="'in' after 'not'") + return Op("not in") + elif tokenizer.check("OP"): + return Op(tokenizer.read().text) + else: + return tokenizer.raise_syntax_error( + "Expected marker operator, one of " + "<=, <, !=, ==, >=, >, ~=, ===, in, not in" + ) diff --git a/sdk/python/venv/lib/python3.12/site-packages/packaging/_structures.py b/sdk/python/venv/lib/python3.12/site-packages/packaging/_structures.py new file mode 100644 index 00000000..90a6465f --- /dev/null +++ b/sdk/python/venv/lib/python3.12/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.12/site-packages/packaging/_tokenizer.py b/sdk/python/venv/lib/python3.12/site-packages/packaging/_tokenizer.py new file mode 100644 index 00000000..dd0d648d --- /dev/null +++ b/sdk/python/venv/lib/python3.12/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.12/site-packages/packaging/markers.py b/sdk/python/venv/lib/python3.12/site-packages/packaging/markers.py new file mode 100644 index 00000000..8b98fca7 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/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.12/site-packages/packaging/metadata.py b/sdk/python/venv/lib/python3.12/site-packages/packaging/metadata.py new file mode 100644 index 00000000..fb274930 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/packaging/metadata.py @@ -0,0 +1,825 @@ +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 +except NameError: # pragma: no cover + + class ExceptionGroup(Exception): # 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})" + +else: # pragma: no cover + ExceptionGroup = ExceptionGroup + + +class InvalidMetadata(ValueError): + """A metadata field contains invalid data.""" + + field: str + """The name of the field that contains invalid data.""" + + def __init__(self, field: str, message: str) -> None: + self.field = field + super().__init__(message) + + +# The RawMetadata class attempts to make as few assumptions about the underlying +# serialization formats as possible. The idea is that as long as a serialization +# formats offer some very basic primitives in *some* way then we can support +# serializing to and from that format. +class RawMetadata(TypedDict, total=False): + """A dictionary of raw core metadata. + + Each field in core metadata maps to a key of this dictionary (when data is + provided). The key is lower-case and underscores are used instead of dashes + compared to the equivalent core metadata field. Any core metadata field that + can be specified multiple times or can hold multiple values in a single + field have a key with a plural name. See :class:`Metadata` whose attributes + match the keys of this dictionary. + + Core metadata fields that can be specified multiple times are stored as a + list or dict depending on which is appropriate for the field. Any fields + which hold multiple values in a single field are stored as a list. + + """ + + # Metadata 1.0 - PEP 241 + metadata_version: str + name: str + version: str + platforms: List[str] + summary: str + description: str + keywords: List[str] + home_page: str + author: str + author_email: str + license: str + + # Metadata 1.1 - PEP 314 + supported_platforms: List[str] + download_url: str + classifiers: List[str] + requires: List[str] + provides: List[str] + obsoletes: List[str] + + # Metadata 1.2 - PEP 345 + maintainer: str + maintainer_email: str + requires_dist: List[str] + provides_dist: List[str] + obsoletes_dist: List[str] + requires_python: str + requires_external: List[str] + project_urls: Dict[str, str] + + # Metadata 2.0 + # PEP 426 attempted to completely revamp the metadata format + # but got stuck without ever being able to build consensus on + # it and ultimately ended up withdrawn. + # + # However, a number of tools had started emitting METADATA with + # `2.0` Metadata-Version, so for historical reasons, this version + # was skipped. + + # Metadata 2.1 - PEP 566 + description_content_type: str + provides_extra: List[str] + + # Metadata 2.2 - PEP 643 + dynamic: List[str] + + # Metadata 2.3 - PEP 685 + # No new fields were added in PEP 685, just some edge case were + # tightened up to provide better interoptability. + + +_STRING_FIELDS = { + "author", + "author_email", + "description", + "description_content_type", + "download_url", + "home_page", + "license", + "maintainer", + "maintainer_email", + "metadata_version", + "name", + "requires_python", + "summary", + "version", +} + +_LIST_FIELDS = { + "classifiers", + "dynamic", + "obsoletes", + "obsoletes_dist", + "platforms", + "provides", + "provides_dist", + "provides_extra", + "requires", + "requires_dist", + "requires_external", + "supported_platforms", +} + +_DICT_FIELDS = { + "project_urls", +} + + +def _parse_keywords(data: str) -> List[str]: + """Split a string of comma-separate keyboards into a list of keywords.""" + return [k.strip() for k in data.split(",")] + + +def _parse_project_urls(data: List[str]) -> Dict[str, str]: + """Parse a list of label/URL string pairings separated by a comma.""" + urls = {} + for pair in data: + # Our logic is slightly tricky here as we want to try and do + # *something* reasonable with malformed data. + # + # The main thing that we have to worry about, is data that does + # not have a ',' at all to split the label from the Value. There + # isn't a singular right answer here, and we will fail validation + # later on (if the caller is validating) so it doesn't *really* + # matter, but since the missing value has to be an empty str + # and our return value is dict[str, str], if we let the key + # be the missing value, then they'd have multiple '' values that + # overwrite each other in a accumulating dict. + # + # The other potentional issue is that it's possible to have the + # same label multiple times in the metadata, with no solid "right" + # answer with what to do in that case. As such, we'll do the only + # thing we can, which is treat the field as unparseable and add it + # to our list of unparsed fields. + parts = [p.strip() for p in pair.split(",", 1)] + parts.extend([""] * (max(0, 2 - len(parts)))) # Ensure 2 items + + # TODO: The spec doesn't say anything about if the keys should be + # considered case sensitive or not... logically they should + # be case-preserving and case-insensitive, but doing that + # would open up more cases where we might have duplicate + # entries. + label, url = parts + if label in urls: + # The label already exists in our set of urls, so this field + # is unparseable, and we can just add the whole thing to our + # unparseable data and stop processing it. + raise KeyError("duplicate labels in project urls") + urls[label] = url + + return urls + + +def _get_payload(msg: email.message.Message, source: 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__ + value = instance._raw.get(self.name) + + # To make the _process_* methods easier, we'll check if the value is None + # and if this field is NOT a required attribute, and if both of those + # things are true, we'll skip the the converter. This will mean that the + # converters never have to deal with the None union. + if self.name in _REQUIRED_ATTRS or value is not None: + try: + converter: Callable[[Any], T] = getattr(self, f"_process_{self.name}") + except AttributeError: + pass + else: + value = converter(value) + + cache[self.name] = value + try: + del instance._raw[self.name] # type: ignore[misc] + except KeyError: + pass + + return cast(T, value) + + def _invalid_metadata( + self, msg: str, cause: 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[Exception] = [] + try: + metadata_version = ins.metadata_version + metadata_age = _VALID_METADATA_VERSIONS.index(metadata_version) + except InvalidMetadata as metadata_version_exc: + exceptions.append(metadata_version_exc) + metadata_version = None + + # Make sure to check for the fields that are present, the required + # fields (so their absence can be reported). + fields_to_check = frozenset(ins._raw) | _REQUIRED_ATTRS + # Remove fields that have already been checked. + fields_to_check -= {"metadata_version"} + + for key in fields_to_check: + try: + if metadata_version: + # Can't use getattr() as that triggers descriptor protocol which + # will fail due to no value for the instance argument. + try: + field_metadata_version = cls.__dict__[key].added + except KeyError: + exc = InvalidMetadata(key, f"unrecognized field: {key!r}") + exceptions.append(exc) + continue + field_age = _VALID_METADATA_VERSIONS.index( + field_metadata_version + ) + if field_age > metadata_age: + field = _RAW_TO_EMAIL_MAPPING[key] + exc = InvalidMetadata( + field, + "{field} introduced in metadata version " + "{field_metadata_version}, not {metadata_version}", + ) + exceptions.append(exc) + continue + getattr(ins, key) + except InvalidMetadata as exc: + exceptions.append(exc) + + if exceptions: + raise ExceptionGroup("invalid metadata", exceptions) + + return ins + + @classmethod + def from_email( + cls, data: 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`. + """ + raw, unparsed = parse_email(data) + + if validate: + exceptions: list[Exception] = [] + for unparsed_key in unparsed: + if unparsed_key in _EMAIL_TO_RAW_MAPPING: + message = f"{unparsed_key!r} has invalid data" + else: + message = f"unrecognized field: {unparsed_key!r}" + exceptions.append(InvalidMetadata(unparsed_key, message)) + + if exceptions: + raise ExceptionGroup("unparsed", exceptions) + + try: + return cls.from_raw(raw, validate=validate) + except ExceptionGroup as exc_group: + raise ExceptionGroup( + "invalid or unparsed metadata", exc_group.exceptions + ) from None + + metadata_version: _Validator[_MetadataVersion] = _Validator() + """:external:ref:`core-metadata-metadata-version` + (required; validated to be a valid metadata version)""" + name: _Validator[str] = _Validator() + """:external:ref:`core-metadata-name` + (required; validated using :func:`~packaging.utils.canonicalize_name` and its + *validate* parameter)""" + version: _Validator[version_module.Version] = _Validator() + """:external:ref:`core-metadata-version` (required)""" + dynamic: _Validator[Optional[List[str]]] = _Validator( + added="2.2", + ) + """:external:ref:`core-metadata-dynamic` + (validated against core metadata field names and lowercased)""" + platforms: _Validator[Optional[List[str]]] = _Validator() + """:external:ref:`core-metadata-platform`""" + supported_platforms: _Validator[Optional[List[str]]] = _Validator(added="1.1") + """:external:ref:`core-metadata-supported-platform`""" + summary: _Validator[Optional[str]] = _Validator() + """:external:ref:`core-metadata-summary` (validated to contain no newlines)""" + description: _Validator[Optional[str]] = _Validator() # TODO 2.1: can be in body + """:external:ref:`core-metadata-description`""" + description_content_type: _Validator[Optional[str]] = _Validator(added="2.1") + """:external:ref:`core-metadata-description-content-type` (validated)""" + keywords: _Validator[Optional[List[str]]] = _Validator() + """:external:ref:`core-metadata-keywords`""" + home_page: _Validator[Optional[str]] = _Validator() + """:external:ref:`core-metadata-home-page`""" + download_url: _Validator[Optional[str]] = _Validator(added="1.1") + """:external:ref:`core-metadata-download-url`""" + author: _Validator[Optional[str]] = _Validator() + """:external:ref:`core-metadata-author`""" + author_email: _Validator[Optional[str]] = _Validator() + """:external:ref:`core-metadata-author-email`""" + maintainer: _Validator[Optional[str]] = _Validator(added="1.2") + """:external:ref:`core-metadata-maintainer`""" + maintainer_email: _Validator[Optional[str]] = _Validator(added="1.2") + """:external:ref:`core-metadata-maintainer-email`""" + license: _Validator[Optional[str]] = _Validator() + """:external:ref:`core-metadata-license`""" + classifiers: _Validator[Optional[List[str]]] = _Validator(added="1.1") + """:external:ref:`core-metadata-classifier`""" + requires_dist: _Validator[Optional[List[requirements.Requirement]]] = _Validator( + added="1.2" + ) + """:external:ref:`core-metadata-requires-dist`""" + requires_python: _Validator[Optional[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[Optional[List[str]]] = _Validator(added="1.2") + """:external:ref:`core-metadata-requires-external`""" + project_urls: _Validator[Optional[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[Optional[List[utils.NormalizedName]]] = _Validator( + added="2.1", + ) + """:external:ref:`core-metadata-provides-extra`""" + provides_dist: _Validator[Optional[List[str]]] = _Validator(added="1.2") + """:external:ref:`core-metadata-provides-dist`""" + obsoletes_dist: _Validator[Optional[List[str]]] = _Validator(added="1.2") + """:external:ref:`core-metadata-obsoletes-dist`""" + requires: _Validator[Optional[List[str]]] = _Validator(added="1.1") + """``Requires`` (deprecated)""" + provides: _Validator[Optional[List[str]]] = _Validator(added="1.1") + """``Provides`` (deprecated)""" + obsoletes: _Validator[Optional[List[str]]] = _Validator(added="1.1") + """``Obsoletes`` (deprecated)""" diff --git a/sdk/python/venv/lib/python3.12/site-packages/packaging/py.typed b/sdk/python/venv/lib/python3.12/site-packages/packaging/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.12/site-packages/packaging/requirements.py b/sdk/python/venv/lib/python3.12/site-packages/packaging/requirements.py new file mode 100644 index 00000000..bdc43a7e --- /dev/null +++ b/sdk/python/venv/lib/python3.12/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 or []) + self.specifier: SpecifierSet = SpecifierSet(parsed.specifier) + self.marker: Optional[Marker] = None + if parsed.marker is not None: + self.marker = Marker.__new__(Marker) + self.marker._markers = _normalize_extra_values(parsed.marker) + + def _iter_parts(self, name: str) -> Iterator[str]: + yield name + + if self.extras: + formatted_extras = ",".join(sorted(self.extras)) + yield f"[{formatted_extras}]" + + if self.specifier: + yield str(self.specifier) + + if self.url: + yield f"@ {self.url}" + if self.marker: + yield " " + + if self.marker: + yield f"; {self.marker}" + + def __str__(self) -> str: + return "".join(self._iter_parts(self.name)) + + def __repr__(self) -> str: + return f"" + + def __hash__(self) -> int: + return hash( + ( + self.__class__.__name__, + *self._iter_parts(canonicalize_name(self.name)), + ) + ) + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, Requirement): + return NotImplemented + + return ( + canonicalize_name(self.name) == canonicalize_name(other.name) + and self.extras == other.extras + and self.specifier == other.specifier + and self.url == other.url + and self.marker == other.marker + ) diff --git a/sdk/python/venv/lib/python3.12/site-packages/packaging/specifiers.py b/sdk/python/venv/lib/python3.12/site-packages/packaging/specifiers.py new file mode 100644 index 00000000..2d015bab --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/packaging/specifiers.py @@ -0,0 +1,1017 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. +""" +.. testsetup:: + + from packaging.specifiers import Specifier, SpecifierSet, InvalidSpecifier + from packaging.version import Version +""" + +import abc +import itertools +import re +from typing import Callable, Iterable, Iterator, List, Optional, Tuple, TypeVar, Union + +from .utils import canonicalize_version +from .version import Version + +UnparsedVersion = Union[Version, str] +UnparsedVersionVar = TypeVar("UnparsedVersionVar", bound=UnparsedVersion) +CallableOperator = Callable[[Version, str], bool] + + +def _coerce_version(version: UnparsedVersion) -> Version: + if not isinstance(version, Version): + version = Version(version) + return version + + +class InvalidSpecifier(ValueError): + """ + Raised when attempting to create a :class:`Specifier` with a specifier + string that is invalid. + + >>> Specifier("lolwat") + Traceback (most recent call last): + ... + packaging.specifiers.InvalidSpecifier: Invalid specifier: 'lolwat' + """ + + +class BaseSpecifier(metaclass=abc.ABCMeta): + @abc.abstractmethod + def __str__(self) -> str: + """ + Returns the str representation of this Specifier-like object. This + should be representative of the Specifier itself. + """ + + @abc.abstractmethod + def __hash__(self) -> int: + """ + Returns a hash value for this Specifier-like object. + """ + + @abc.abstractmethod + def __eq__(self, other: object) -> bool: + """ + Returns a boolean representing whether or not the two Specifier-like + objects are equal. + + :param other: The other object to check against. + """ + + @property + @abc.abstractmethod + def prereleases(self) -> Optional[bool]: + """Whether or not pre-releases as a whole are allowed. + + This can be set to either ``True`` or ``False`` to explicitly enable or disable + prereleases or it can be set to ``None`` (the default) to use default semantics. + """ + + @prereleases.setter + def prereleases(self, value: bool) -> None: + """Setter for :attr:`prereleases`. + + :param value: The value to set. + """ + + @abc.abstractmethod + def contains(self, item: str, prereleases: Optional[bool] = None) -> bool: + """ + Determines if the given item is contained within this specifier. + """ + + @abc.abstractmethod + def filter( + self, iterable: Iterable[UnparsedVersionVar], prereleases: Optional[bool] = None + ) -> Iterator[UnparsedVersionVar]: + """ + Takes an iterable of items and filters them so that only items which + are contained within this specifier are allowed in it. + """ + + +class Specifier(BaseSpecifier): + """This class abstracts handling of version specifiers. + + .. tip:: + + It is generally not required to instantiate this manually. You should instead + prefer to work with :class:`SpecifierSet` instead, which can parse + comma-separated version specifiers (which is what package metadata contains). + """ + + _operator_regex_str = r""" + (?P(~=|==|!=|<=|>=|<|>|===)) + """ + _version_regex_str = r""" + (?P + (?: + # The identity operators allow for an escape hatch that will + # do an exact string match of the version you wish to install. + # This will not be parsed by PEP 440 and we cannot determine + # any semantic meaning from it. This operator is discouraged + # but included entirely as an escape hatch. + (?<====) # Only match for the identity operator + \s* + [^\s;)]* # The arbitrary version can be just about anything, + # we match everything except for whitespace, a + # semi-colon for marker support, and a closing paren + # since versions can be enclosed in them. + ) + | + (?: + # The (non)equality operators allow for wild card and local + # versions to be specified so we have to define these two + # operators separately to enable that. + (?<===|!=) # Only match for equals and not equals + + \s* + v? + (?:[0-9]+!)? # epoch + [0-9]+(?:\.[0-9]+)* # release + + # You cannot use a wild card and a pre-release, post-release, a dev or + # local version together so group them with a | and make them optional. + (?: + \.\* # Wild card syntax of .* + | + (?: # pre release + [-_\.]? + (alpha|beta|preview|pre|a|b|c|rc) + [-_\.]? + [0-9]* + )? + (?: # post release + (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) + )? + (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release + (?:\+[a-z0-9]+(?:[-_\.][a-z0-9]+)*)? # local + )? + ) + | + (?: + # The compatible operator requires at least two digits in the + # release segment. + (?<=~=) # Only match for the compatible operator + + \s* + v? + (?:[0-9]+!)? # epoch + [0-9]+(?:\.[0-9]+)+ # release (We have a + instead of a *) + (?: # pre release + [-_\.]? + (alpha|beta|preview|pre|a|b|c|rc) + [-_\.]? + [0-9]* + )? + (?: # post release + (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) + )? + (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release + ) + | + (?: + # All other operators only allow a sub set of what the + # (non)equality operators do. Specifically they do not allow + # local versions to be specified nor do they allow the prefix + # matching wild cards. + (?=": "greater_than_equal", + "<": "less_than", + ">": "greater_than", + "===": "arbitrary", + } + + def __init__(self, spec: str = "", prereleases: Optional[bool] = None) -> None: + """Initialize a Specifier instance. + + :param spec: + The string representation of a specifier which will be parsed and + normalized before use. + :param prereleases: + This tells the specifier if it should accept prerelease versions if + applicable or not. The default of ``None`` will autodetect it from the + given specifiers. + :raises InvalidSpecifier: + If the given specifier is invalid (i.e. bad syntax). + """ + match = self._regex.search(spec) + if not match: + raise InvalidSpecifier(f"Invalid specifier: '{spec}'") + + self._spec: Tuple[str, str] = ( + match.group("operator").strip(), + match.group("version").strip(), + ) + + # Store whether or not this Specifier should accept prereleases + self._prereleases = prereleases + + # https://github.com/python/mypy/pull/13475#pullrequestreview-1079784515 + @property # type: ignore[override] + def prereleases(self) -> bool: + # If there is an explicit prereleases set for this, then we'll just + # blindly use that. + if self._prereleases is not None: + return self._prereleases + + # Look at all of our specifiers and determine if they are inclusive + # operators, and if they are if they are including an explicit + # prerelease. + operator, version = self._spec + if operator in ["==", ">=", "<=", "~=", "==="]: + # The == specifier can include a trailing .*, if it does we + # want to remove before parsing. + if operator == "==" and version.endswith(".*"): + version = version[:-2] + + # Parse the version, and if it is a pre-release than this + # specifier allows pre-releases. + if Version(version).is_prerelease: + return True + + return False + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + @property + def operator(self) -> str: + """The operator of this specifier. + + >>> Specifier("==1.2.3").operator + '==' + """ + return self._spec[0] + + @property + def version(self) -> str: + """The version of this specifier. + + >>> Specifier("==1.2.3").version + '1.2.3' + """ + return self._spec[1] + + def __repr__(self) -> str: + """A representation of the Specifier that shows all internal state. + + >>> Specifier('>=1.0.0') + =1.0.0')> + >>> Specifier('>=1.0.0', prereleases=False) + =1.0.0', prereleases=False)> + >>> Specifier('>=1.0.0', prereleases=True) + =1.0.0', prereleases=True)> + """ + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"<{self.__class__.__name__}({str(self)!r}{pre})>" + + def __str__(self) -> str: + """A string representation of the Specifier that can be round-tripped. + + >>> str(Specifier('>=1.0.0')) + '>=1.0.0' + >>> str(Specifier('>=1.0.0', prereleases=False)) + '>=1.0.0' + """ + return "{}{}".format(*self._spec) + + @property + def _canonical_spec(self) -> Tuple[str, str]: + canonical_version = canonicalize_version( + self._spec[1], + strip_trailing_zero=(self._spec[0] != "~="), + ) + return self._spec[0], canonical_version + + def __hash__(self) -> int: + return hash(self._canonical_spec) + + def __eq__(self, other: object) -> bool: + """Whether or not the two Specifier-like objects are equal. + + :param other: The other object to check against. + + The value of :attr:`prereleases` is ignored. + + >>> Specifier("==1.2.3") == Specifier("== 1.2.3.0") + True + >>> (Specifier("==1.2.3", prereleases=False) == + ... Specifier("==1.2.3", prereleases=True)) + True + >>> Specifier("==1.2.3") == "==1.2.3" + True + >>> Specifier("==1.2.3") == Specifier("==1.2.4") + False + >>> Specifier("==1.2.3") == Specifier("~=1.2.3") + False + """ + if isinstance(other, str): + try: + other = self.__class__(str(other)) + except InvalidSpecifier: + return NotImplemented + elif not isinstance(other, self.__class__): + return NotImplemented + + return self._canonical_spec == other._canonical_spec + + def _get_operator(self, op: str) -> CallableOperator: + operator_callable: CallableOperator = getattr( + self, f"_compare_{self._operators[op]}" + ) + return operator_callable + + def _compare_compatible(self, prospective: Version, spec: str) -> bool: + + # Compatible releases have an equivalent combination of >= and ==. That + # is that ~=2.2 is equivalent to >=2.2,==2.*. This allows us to + # implement this in terms of the other specifiers instead of + # implementing it ourselves. The only thing we need to do is construct + # the other specifiers. + + # We want everything but the last item in the version, but we want to + # ignore suffix segments. + prefix = _version_join( + list(itertools.takewhile(_is_not_suffix, _version_split(spec)))[:-1] + ) + + # Add the prefix notation to the end of our string + prefix += ".*" + + return self._get_operator(">=")(prospective, spec) and self._get_operator("==")( + prospective, prefix + ) + + def _compare_equal(self, prospective: Version, spec: str) -> bool: + + # We need special logic to handle prefix matching + if spec.endswith(".*"): + # In the case of prefix matching we want to ignore local segment. + normalized_prospective = canonicalize_version( + prospective.public, strip_trailing_zero=False + ) + # Get the normalized version string ignoring the trailing .* + normalized_spec = canonicalize_version(spec[:-2], strip_trailing_zero=False) + # Split the spec out by bangs and dots, and pretend that there is + # an implicit dot in between a release segment and a pre-release segment. + split_spec = _version_split(normalized_spec) + + # Split the prospective version out by bangs and dots, and pretend + # that there is an implicit dot in between a release segment and + # a pre-release segment. + split_prospective = _version_split(normalized_prospective) + + # 0-pad the prospective version before shortening it to get the correct + # shortened version. + padded_prospective, _ = _pad_version(split_prospective, split_spec) + + # Shorten the prospective version to be the same length as the spec + # so that we can determine if the specifier is a prefix of the + # prospective version or not. + shortened_prospective = padded_prospective[: len(split_spec)] + + return shortened_prospective == split_spec + else: + # Convert our spec string into a Version + spec_version = Version(spec) + + # If the specifier does not have a local segment, then we want to + # act as if the prospective version also does not have a local + # segment. + if not spec_version.local: + prospective = Version(prospective.public) + + return prospective == spec_version + + def _compare_not_equal(self, prospective: Version, spec: str) -> bool: + return not self._compare_equal(prospective, spec) + + def _compare_less_than_equal(self, prospective: Version, spec: str) -> bool: + + # NB: Local version identifiers are NOT permitted in the version + # specifier, so local version labels can be universally removed from + # the prospective version. + return Version(prospective.public) <= Version(spec) + + def _compare_greater_than_equal(self, prospective: Version, spec: str) -> bool: + + # NB: Local version identifiers are NOT permitted in the version + # specifier, so local version labels can be universally removed from + # the prospective version. + return Version(prospective.public) >= Version(spec) + + def _compare_less_than(self, prospective: Version, spec_str: str) -> bool: + + # Convert our spec to a Version instance, since we'll want to work with + # it as a version. + spec = Version(spec_str) + + # Check to see if the prospective version is less than the spec + # version. If it's not we can short circuit and just return False now + # instead of doing extra unneeded work. + if not prospective < spec: + return False + + # This special case is here so that, unless the specifier itself + # includes is a pre-release version, that we do not accept pre-release + # versions for the version mentioned in the specifier (e.g. <3.1 should + # not match 3.1.dev0, but should match 3.0.dev0). + if not spec.is_prerelease and prospective.is_prerelease: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # If we've gotten to here, it means that prospective version is both + # less than the spec version *and* it's not a pre-release of the same + # version in the spec. + return True + + def _compare_greater_than(self, prospective: Version, spec_str: str) -> bool: + + # Convert our spec to a Version instance, since we'll want to work with + # it as a version. + spec = Version(spec_str) + + # Check to see if the prospective version is greater than the spec + # version. If it's not we can short circuit and just return False now + # instead of doing extra unneeded work. + if not prospective > spec: + return False + + # This special case is here so that, unless the specifier itself + # includes is a post-release version, that we do not accept + # post-release versions for the version mentioned in the specifier + # (e.g. >3.1 should not match 3.0.post0, but should match 3.2.post0). + if not spec.is_postrelease and prospective.is_postrelease: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # Ensure that we do not allow a local version of the version mentioned + # in the specifier, which is technically greater than, to match. + if prospective.local is not None: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # If we've gotten to here, it means that prospective version is both + # greater than the spec version *and* it's not a pre-release of the + # same version in the spec. + return True + + def _compare_arbitrary(self, prospective: Version, spec: str) -> bool: + return str(prospective).lower() == str(spec).lower() + + def __contains__(self, item: Union[str, Version]) -> bool: + """Return whether or not the item is contained in this specifier. + + :param item: The item to check for. + + This is used for the ``in`` operator and behaves the same as + :meth:`contains` with no ``prereleases`` argument passed. + + >>> "1.2.3" in Specifier(">=1.2.3") + True + >>> Version("1.2.3") in Specifier(">=1.2.3") + True + >>> "1.0.0" in Specifier(">=1.2.3") + False + >>> "1.3.0a1" in Specifier(">=1.2.3") + False + >>> "1.3.0a1" in Specifier(">=1.2.3", prereleases=True) + True + """ + return self.contains(item) + + def contains( + self, item: UnparsedVersion, prereleases: Optional[bool] = None + ) -> bool: + """Return whether or not the item is contained in this specifier. + + :param item: + The item to check for, which can be a version string or a + :class:`Version` instance. + :param prereleases: + Whether or not to match prereleases with this Specifier. If set to + ``None`` (the default), it uses :attr:`prereleases` to determine + whether or not prereleases are allowed. + + >>> Specifier(">=1.2.3").contains("1.2.3") + True + >>> Specifier(">=1.2.3").contains(Version("1.2.3")) + True + >>> Specifier(">=1.2.3").contains("1.0.0") + False + >>> Specifier(">=1.2.3").contains("1.3.0a1") + False + >>> Specifier(">=1.2.3", prereleases=True).contains("1.3.0a1") + True + >>> Specifier(">=1.2.3").contains("1.3.0a1", prereleases=True) + True + """ + + # Determine if prereleases are to be allowed or not. + if prereleases is None: + prereleases = self.prereleases + + # Normalize item to a Version, this allows us to have a shortcut for + # "2.0" in Specifier(">=2") + normalized_item = _coerce_version(item) + + # Determine if we should be supporting prereleases in this specifier + # or not, if we do not support prereleases than we can short circuit + # logic if this version is a prereleases. + if normalized_item.is_prerelease and not prereleases: + return False + + # Actually do the comparison to determine if this item is contained + # within this Specifier or not. + operator_callable: CallableOperator = self._get_operator(self.operator) + return operator_callable(normalized_item, self.version) + + def filter( + self, iterable: Iterable[UnparsedVersionVar], prereleases: Optional[bool] = None + ) -> Iterator[UnparsedVersionVar]: + """Filter items in the given iterable, that match the specifier. + + :param iterable: + An iterable that can contain version strings and :class:`Version` instances. + The items in the iterable will be filtered according to the specifier. + :param prereleases: + Whether or not to allow prereleases in the returned iterator. If set to + ``None`` (the default), it will be intelligently decide whether to allow + prereleases or not (based on the :attr:`prereleases` attribute, and + whether the only versions matching are prereleases). + + This method is smarter than just ``filter(Specifier().contains, [...])`` + because it implements the rule from :pep:`440` that a prerelease item + SHOULD be accepted if no other versions match the given specifier. + + >>> list(Specifier(">=1.2.3").filter(["1.2", "1.3", "1.5a1"])) + ['1.3'] + >>> list(Specifier(">=1.2.3").filter(["1.2", "1.2.3", "1.3", Version("1.4")])) + ['1.2.3', '1.3', ] + >>> list(Specifier(">=1.2.3").filter(["1.2", "1.5a1"])) + ['1.5a1'] + >>> list(Specifier(">=1.2.3").filter(["1.3", "1.5a1"], prereleases=True)) + ['1.3', '1.5a1'] + >>> list(Specifier(">=1.2.3", prereleases=True).filter(["1.3", "1.5a1"])) + ['1.3', '1.5a1'] + """ + + yielded = False + found_prereleases = [] + + kw = {"prereleases": prereleases if prereleases is not None else True} + + # Attempt to iterate over all the values in the iterable and if any of + # them match, yield them. + for version in iterable: + parsed_version = _coerce_version(version) + + if self.contains(parsed_version, **kw): + # If our version is a prerelease, and we were not set to allow + # prereleases, then we'll store it for later in case nothing + # else matches this specifier. + if parsed_version.is_prerelease and not ( + prereleases or self.prereleases + ): + found_prereleases.append(version) + # Either this is not a prerelease, or we should have been + # accepting prereleases from the beginning. + else: + yielded = True + yield version + + # Now that we've iterated over everything, determine if we've yielded + # any values, and if we have not and we have any prereleases stored up + # then we will go ahead and yield the prereleases. + if not yielded and found_prereleases: + for version in found_prereleases: + yield version + + +_prefix_regex = re.compile(r"^([0-9]+)((?:a|b|c|rc)[0-9]+)$") + + +def _version_split(version: str) -> List[str]: + """Split version into components. + + The split components are intended for version comparison. The logic does + not attempt to retain the original version string, so joining the + components back with :func:`_version_join` may not produce the original + version string. + """ + result: List[str] = [] + + epoch, _, rest = version.rpartition("!") + result.append(epoch or "0") + + for item in rest.split("."): + match = _prefix_regex.search(item) + if match: + result.extend(match.groups()) + else: + result.append(item) + return result + + +def _version_join(components: List[str]) -> str: + """Join split version components into a version string. + + This function assumes the input came from :func:`_version_split`, where the + first component must be the epoch (either empty or numeric), and all other + components numeric. + """ + epoch, *rest = components + return f"{epoch}!{'.'.join(rest)}" + + +def _is_not_suffix(segment: str) -> bool: + return not any( + segment.startswith(prefix) for prefix in ("dev", "a", "b", "rc", "post") + ) + + +def _pad_version(left: List[str], right: List[str]) -> Tuple[List[str], List[str]]: + left_split, right_split = [], [] + + # Get the release segment of our versions + left_split.append(list(itertools.takewhile(lambda x: x.isdigit(), left))) + right_split.append(list(itertools.takewhile(lambda x: x.isdigit(), right))) + + # Get the rest of our versions + left_split.append(left[len(left_split[0]) :]) + right_split.append(right[len(right_split[0]) :]) + + # Insert our padding + left_split.insert(1, ["0"] * max(0, len(right_split[0]) - len(left_split[0]))) + right_split.insert(1, ["0"] * max(0, len(left_split[0]) - len(right_split[0]))) + + return ( + list(itertools.chain.from_iterable(left_split)), + list(itertools.chain.from_iterable(right_split)), + ) + + +class SpecifierSet(BaseSpecifier): + """This class abstracts handling of a set of version specifiers. + + It can be passed a single specifier (``>=3.0``), a comma-separated list of + specifiers (``>=3.0,!=3.1``), or no specifier at all. + """ + + def __init__( + self, specifiers: str = "", prereleases: Optional[bool] = None + ) -> None: + """Initialize a SpecifierSet instance. + + :param specifiers: + The string representation of a specifier or a comma-separated list of + specifiers which will be parsed and normalized before use. + :param prereleases: + This tells the SpecifierSet if it should accept prerelease versions if + applicable or not. The default of ``None`` will autodetect it from the + given specifiers. + + :raises InvalidSpecifier: + If the given ``specifiers`` are not parseable than this exception will be + raised. + """ + + # Split on `,` to break each individual specifier into it's own item, and + # strip each item to remove leading/trailing whitespace. + split_specifiers = [s.strip() for s in specifiers.split(",") if s.strip()] + + # Make each individual specifier a Specifier and save in a frozen set for later. + self._specs = frozenset(map(Specifier, split_specifiers)) + + # Store our prereleases value so we can use it later to determine if + # we accept prereleases or not. + self._prereleases = prereleases + + @property + def prereleases(self) -> Optional[bool]: + # If we have been given an explicit prerelease modifier, then we'll + # pass that through here. + if self._prereleases is not None: + return self._prereleases + + # If we don't have any specifiers, and we don't have a forced value, + # then we'll just return None since we don't know if this should have + # pre-releases or not. + if not self._specs: + return None + + # Otherwise we'll see if any of the given specifiers accept + # prereleases, if any of them do we'll return True, otherwise False. + return any(s.prereleases for s in self._specs) + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + def __repr__(self) -> str: + """A representation of the specifier set that shows all internal state. + + Note that the ordering of the individual specifiers within the set may not + match the input string. + + >>> SpecifierSet('>=1.0.0,!=2.0.0') + =1.0.0')> + >>> SpecifierSet('>=1.0.0,!=2.0.0', prereleases=False) + =1.0.0', prereleases=False)> + >>> SpecifierSet('>=1.0.0,!=2.0.0', prereleases=True) + =1.0.0', prereleases=True)> + """ + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"" + + def __str__(self) -> str: + """A string representation of the specifier set that can be round-tripped. + + Note that the ordering of the individual specifiers within the set may not + match the input string. + + >>> str(SpecifierSet(">=1.0.0,!=1.0.1")) + '!=1.0.1,>=1.0.0' + >>> str(SpecifierSet(">=1.0.0,!=1.0.1", prereleases=False)) + '!=1.0.1,>=1.0.0' + """ + return ",".join(sorted(str(s) for s in self._specs)) + + def __hash__(self) -> int: + return hash(self._specs) + + def __and__(self, other: Union["SpecifierSet", str]) -> "SpecifierSet": + """Return a SpecifierSet which is a combination of the two sets. + + :param other: The other object to combine with. + + >>> SpecifierSet(">=1.0.0,!=1.0.1") & '<=2.0.0,!=2.0.1' + =1.0.0')> + >>> SpecifierSet(">=1.0.0,!=1.0.1") & SpecifierSet('<=2.0.0,!=2.0.1') + =1.0.0')> + """ + if isinstance(other, str): + other = SpecifierSet(other) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + specifier = SpecifierSet() + specifier._specs = frozenset(self._specs | other._specs) + + if self._prereleases is None and other._prereleases is not None: + specifier._prereleases = other._prereleases + elif self._prereleases is not None and other._prereleases is None: + specifier._prereleases = self._prereleases + elif self._prereleases == other._prereleases: + specifier._prereleases = self._prereleases + else: + raise ValueError( + "Cannot combine SpecifierSets with True and False prerelease " + "overrides." + ) + + return specifier + + def __eq__(self, other: object) -> bool: + """Whether or not the two SpecifierSet-like objects are equal. + + :param other: The other object to check against. + + The value of :attr:`prereleases` is ignored. + + >>> SpecifierSet(">=1.0.0,!=1.0.1") == SpecifierSet(">=1.0.0,!=1.0.1") + True + >>> (SpecifierSet(">=1.0.0,!=1.0.1", prereleases=False) == + ... SpecifierSet(">=1.0.0,!=1.0.1", prereleases=True)) + True + >>> SpecifierSet(">=1.0.0,!=1.0.1") == ">=1.0.0,!=1.0.1" + True + >>> SpecifierSet(">=1.0.0,!=1.0.1") == SpecifierSet(">=1.0.0") + False + >>> SpecifierSet(">=1.0.0,!=1.0.1") == SpecifierSet(">=1.0.0,!=1.0.2") + False + """ + if isinstance(other, (str, Specifier)): + other = SpecifierSet(str(other)) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + return self._specs == other._specs + + def __len__(self) -> int: + """Returns the number of specifiers in this specifier set.""" + return len(self._specs) + + def __iter__(self) -> Iterator[Specifier]: + """ + Returns an iterator over all the underlying :class:`Specifier` instances + in this specifier set. + + >>> sorted(SpecifierSet(">=1.0.0,!=1.0.1"), key=str) + [, =1.0.0')>] + """ + return iter(self._specs) + + def __contains__(self, item: UnparsedVersion) -> bool: + """Return whether or not the item is contained in this specifier. + + :param item: The item to check for. + + This is used for the ``in`` operator and behaves the same as + :meth:`contains` with no ``prereleases`` argument passed. + + >>> "1.2.3" in SpecifierSet(">=1.0.0,!=1.0.1") + True + >>> Version("1.2.3") in SpecifierSet(">=1.0.0,!=1.0.1") + True + >>> "1.0.1" in SpecifierSet(">=1.0.0,!=1.0.1") + False + >>> "1.3.0a1" in SpecifierSet(">=1.0.0,!=1.0.1") + False + >>> "1.3.0a1" in SpecifierSet(">=1.0.0,!=1.0.1", prereleases=True) + True + """ + return self.contains(item) + + def contains( + self, + item: UnparsedVersion, + prereleases: Optional[bool] = None, + installed: Optional[bool] = None, + ) -> bool: + """Return whether or not the item is contained in this SpecifierSet. + + :param item: + The item to check for, which can be a version string or a + :class:`Version` instance. + :param prereleases: + Whether or not to match prereleases with this SpecifierSet. If set to + ``None`` (the default), it uses :attr:`prereleases` to determine + whether or not prereleases are allowed. + + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.2.3") + True + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains(Version("1.2.3")) + True + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.0.1") + False + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.3.0a1") + False + >>> SpecifierSet(">=1.0.0,!=1.0.1", prereleases=True).contains("1.3.0a1") + True + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.3.0a1", prereleases=True) + True + """ + # Ensure that our item is a Version instance. + if not isinstance(item, Version): + item = Version(item) + + # Determine if we're forcing a prerelease or not, if we're not forcing + # one for this particular filter call, then we'll use whatever the + # SpecifierSet thinks for whether or not we should support prereleases. + if prereleases is None: + prereleases = self.prereleases + + # We can determine if we're going to allow pre-releases by looking to + # see if any of the underlying items supports them. If none of them do + # and this item is a pre-release then we do not allow it and we can + # short circuit that here. + # Note: This means that 1.0.dev1 would not be contained in something + # like >=1.0.devabc however it would be in >=1.0.debabc,>0.0.dev0 + if not prereleases and item.is_prerelease: + return False + + if installed and item.is_prerelease: + item = Version(item.base_version) + + # We simply dispatch to the underlying specs here to make sure that the + # given version is contained within all of them. + # Note: This use of all() here means that an empty set of specifiers + # will always return True, this is an explicit design decision. + return all(s.contains(item, prereleases=prereleases) for s in self._specs) + + def filter( + self, iterable: Iterable[UnparsedVersionVar], prereleases: Optional[bool] = None + ) -> Iterator[UnparsedVersionVar]: + """Filter items in the given iterable, that match the specifiers in this set. + + :param iterable: + An iterable that can contain version strings and :class:`Version` instances. + The items in the iterable will be filtered according to the specifier. + :param prereleases: + Whether or not to allow prereleases in the returned iterator. If set to + ``None`` (the default), it will be intelligently decide whether to allow + prereleases or not (based on the :attr:`prereleases` attribute, and + whether the only versions matching are prereleases). + + This method is smarter than just ``filter(SpecifierSet(...).contains, [...])`` + because it implements the rule from :pep:`440` that a prerelease item + SHOULD be accepted if no other versions match the given specifier. + + >>> list(SpecifierSet(">=1.2.3").filter(["1.2", "1.3", "1.5a1"])) + ['1.3'] + >>> list(SpecifierSet(">=1.2.3").filter(["1.2", "1.3", Version("1.4")])) + ['1.3', ] + >>> list(SpecifierSet(">=1.2.3").filter(["1.2", "1.5a1"])) + [] + >>> list(SpecifierSet(">=1.2.3").filter(["1.3", "1.5a1"], prereleases=True)) + ['1.3', '1.5a1'] + >>> list(SpecifierSet(">=1.2.3", prereleases=True).filter(["1.3", "1.5a1"])) + ['1.3', '1.5a1'] + + An "empty" SpecifierSet will filter items based on the presence of prerelease + versions in the set. + + >>> list(SpecifierSet("").filter(["1.3", "1.5a1"])) + ['1.3'] + >>> list(SpecifierSet("").filter(["1.5a1"])) + ['1.5a1'] + >>> list(SpecifierSet("", prereleases=True).filter(["1.3", "1.5a1"])) + ['1.3', '1.5a1'] + >>> list(SpecifierSet("").filter(["1.3", "1.5a1"], prereleases=True)) + ['1.3', '1.5a1'] + """ + # Determine if we're forcing a prerelease or not, if we're not forcing + # one for this particular filter call, then we'll use whatever the + # SpecifierSet thinks for whether or not we should support prereleases. + if prereleases is None: + prereleases = self.prereleases + + # If we have any specifiers, then we want to wrap our iterable in the + # filter method for each one, this will act as a logical AND amongst + # each specifier. + if self._specs: + for spec in self._specs: + iterable = spec.filter(iterable, prereleases=bool(prereleases)) + return iter(iterable) + # If we do not have any specifiers, then we need to have a rough filter + # which will filter out any pre-releases, unless there are no final + # releases. + else: + filtered: List[UnparsedVersionVar] = [] + found_prereleases: List[UnparsedVersionVar] = [] + + for item in iterable: + parsed_version = _coerce_version(item) + + # Store any item which is a pre-release for later unless we've + # already found a final version or we are accepting prereleases + if parsed_version.is_prerelease and not prereleases: + if not filtered: + found_prereleases.append(item) + else: + filtered.append(item) + + # If we've found no items except for pre-releases, then we'll go + # ahead and use the pre-releases + if not filtered and found_prereleases and prereleases is None: + return iter(found_prereleases) + + return iter(filtered) diff --git a/sdk/python/venv/lib/python3.12/site-packages/packaging/tags.py b/sdk/python/venv/lib/python3.12/site-packages/packaging/tags.py new file mode 100644 index 00000000..89f19261 --- /dev/null +++ b/sdk/python/venv/lib/python3.12/site-packages/packaging/tags.py @@ -0,0 +1,571 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import logging +import platform +import re +import struct +import subprocess +import sys +import sysconfig +from importlib.machinery import EXTENSION_SUFFIXES +from typing import ( + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Optional, + Sequence, + Tuple, + Union, + cast, +) + +from . import _manylinux, _musllinux + +logger = logging.getLogger(__name__) + +PythonVersion = Sequence[int] +MacVersion = Tuple[int, int] + +INTERPRETER_SHORT_NAMES: Dict[str, str] = { + "python": "py", # Generic. + "cpython": "cp", + "pypy": "pp", + "ironpython": "ip", + "jython": "jy", +} + + +_32_BIT_INTERPRETER = struct.calcsize("P") == 4 + + +class Tag: + """ + A representation of the tag triple for a wheel. + + Instances are considered immutable and thus are hashable. Equality checking + is also supported. + """ + + __slots__ = ["_interpreter", "_abi", "_platform", "_hash"] + + def __init__(self, interpreter: str, abi: str, platform: str) -> None: + self._interpreter = interpreter.lower() + self._abi = abi.lower() + self._platform = platform.lower() + # The __hash__ of every single element in a Set[Tag] will be evaluated each time + # that a set calls its `.disjoint()` method, which may be called hundreds of + # times when scanning a page of links for packages with tags matching that + # Set[Tag]. Pre-computing the value here produces significant speedups for + # downstream consumers. + self._hash = hash((self._interpreter, self._abi, self._platform)) + + @property + def interpreter(self) -> str: + return self._interpreter + + @property + def abi(self) -> str: + return self._abi + + @property + def platform(self) -> str: + return self._platform + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Tag): + return NotImplemented + + return ( + (self._hash == other._hash) # Short-circuit ASAP for perf reasons. + and (self._platform == other._platform) + and (self._abi == other._abi) + and (self._interpreter == other._interpreter) + ) + + def __hash__(self) -> int: + return self._hash + + def __str__(self) -> str: + return f"{self._interpreter}-{self._abi}-{self._platform}" + + def __repr__(self) -> str: + return f"<{self} @ {id(self)}>" + + +def parse_tag(tag: str) -> FrozenSet[Tag]: + """ + Parses the provided tag (e.g. `py3-none-any`) into a frozenset of Tag instances. + + Returning a set is required due to the possibility that the tag is a + compressed tag set. + """ + tags = set() + interpreters, abis, platforms = tag.split("-") + for interpreter in interpreters.split("."): + for abi in abis.split("."): + for platform_ in platforms.split("."): + tags.add(Tag(interpreter, abi, platform_)) + return frozenset(tags) + + +def _get_config_var(name: str, warn: bool = False) -> Union[int, str, None]: + value: Union[int, str, None] = sysconfig.get_config_var(name) + if value is None and warn: + logger.debug( + "Config variable '%s' is unset, Python ABI tag may be incorrect", name + ) + return value + + +def _normalize_string(string: str) -> str: + return string.replace(".", "_").replace("-", "_").replace(" ", "_") + + +def _is_threaded_cpython(abis: List[str]) -> bool: + """ + Determine if the ABI corresponds to a threaded (`--disable-gil`) build. + + The threaded builds are indicated by a "t" in the abiflags. + """ + if len(abis) == 0: + return False + # expect e.g., cp313 + m = re.match(r"cp\d+(.*)", abis[0]) + if not m: + return False + abiflags = m.group(1) + return "t" in abiflags + + +def _abi3_applies(python_version: PythonVersion, threading: bool) -> bool: + """ + Determine if the Python version supports abi3. + + PEP 384 was first implemented in Python 3.2. The threaded (`--disable-gil`) + builds do not support abi3. + """ + return len(python_version) > 1 and tuple(python_version) >= (3, 2) and not threading + + +def _cpython_abis(py_version: PythonVersion, warn: bool = False) -> List[str]: + py_version = tuple(py_version) # To allow for version comparison. + abis = [] + version = _version_nodot(py_version[:2]) + threading = debug = pymalloc = ucs4 = "" + with_debug = _get_config_var("Py_DEBUG", warn) + has_refcount = hasattr(sys, "gettotalrefcount") + # Windows doesn't set Py_DEBUG, so checking for support of debug-compiled + # extension modules is the best option. + # https://github.com/pypa/pip/issues/3383#issuecomment-173267692 + has_ext = "_d.pyd" in EXTENSION_SUFFIXES + if with_debug or (with_debug is None and (has_refcount or has_ext)): + debug = "d" + if py_version >= (3, 13) and _get_config_var("Py_GIL_DISABLED", warn): + threading = "t" + if py_version < (3, 8): + with_pymalloc = _get_config_var("WITH_PYMALLOC", warn) + if with_pymalloc or with_pymalloc is None: + pymalloc = "m" + if py_version < (3, 3): + unicode_size = _get_config_var("Py_UNICODE_SIZE", warn) + if unicode_size == 4 or ( + unicode_size is None and sys.maxunicode == 0x10FFFF + ): + ucs4 = "u" + elif debug: + # Debug builds can also load "normal" extension modules. + # We can also assume no UCS-4 or pymalloc requirement. + abis.append(f"cp{version}{threading}") + abis.insert(0, f"cp{version}{threading}{debug}{pymalloc}{ucs4}") + return abis + + +def cpython_tags( + python_version: Optional[PythonVersion] = None, + abis: Optional[Iterable[str]] = None, + platforms: Optional[Iterable[str]] = None, + *, + warn: bool = False, +) -> Iterator[Tag]: + """ + Yields the tags for a CPython interpreter. + + The tags consist of: + - cp-- + - cp-abi3- + - cp-none- + - cp-abi3- # Older Python versions down to 3.2. + + If python_version only specifies a major version then user-provided ABIs and + the 'none' ABItag will be used. + + If 'abi3' or 'none' are specified in 'abis' then they will be yielded at + their normal position and not at the beginning. + """ + if not python_version: + python_version = sys.version_info[:2] + + interpreter = f"cp{_version_nodot(python_version[:2])}" + + if abis is None: + if len(python_version) > 1: + abis = _cpython_abis(python_version, warn) + else: + abis = [] + abis = list(abis) + # 'abi3' and 'none' are explicitly handled later. + for explicit_abi in ("abi3", "none"): + try: + abis.remove(explicit_abi) + except ValueError: + pass + + platforms = list(platforms or platform_tags()) + for abi in abis: + for platform_ in platforms: + yield Tag(interpreter, abi, platform_) + + threading = _is_threaded_cpython(abis) + use_abi3 = _abi3_applies(python_version, threading) + if use_abi3: + yield from (Tag(interpreter, "abi3", platform_) for platform_ in platforms) + yield from (Tag(interpreter, "none", platform_) for platform_ in platforms) + + if use_abi3: + for minor_version in range(python_version[1] - 1, 1, -1): + for platform_ in platforms: + interpreter = "cp{version}".format( + version=_version_nodot((python_version[0], minor_version)) + ) + yield Tag(interpreter, "abi3", platform_) + + +def _generic_abi() -> List[str]: + """ + Return the ABI tag based on EXT_SUFFIX. + """ + # The following are examples of `EXT_SUFFIX`. + # We want to keep the parts which are related to the ABI and remove the + # parts which are related to the platform: + # - linux: '.cpython-310-x86_64-linux-gnu.so' => cp310 + # - mac: '.cpython-310-darwin.so' => cp310 + # - win: '.cp310-win_amd64.pyd' => cp310 + # - win: '.pyd' => cp37 (uses _cpython_abis()) + # - pypy: '.pypy38-pp73-x86_64-linux-gnu.so' => pypy38_pp73 + # - graalpy: '.graalpy-38-native-x86_64-darwin.dylib' + # => graalpy_38_native + + ext_suffix = _get_config_var("EXT_SUFFIX", warn=True) + if not isinstance(ext_suffix, str) or ext_suffix[0] != ".": + raise SystemError("invalid sysconfig.get_config_var('EXT_SUFFIX')") + parts = ext_suffix.split(".") + if len(parts) < 3: + # CPython3.7 and earlier uses ".pyd" on Windows. + return _cpython_abis(sys.version_info[:2]) + soabi = parts[1] + if soabi.startswith("cpython"): + # non-windows + abi = "cp" + soabi.split("-")[1] + elif soabi.startswith("cp"): + # windows + abi = soabi.split("-")[0] + elif soabi.startswith("pypy"): + abi = "-".join(soabi.split("-")[:2]) + elif soabi.startswith("graalpy"): + abi = "-".join(soabi.split("-")[:3]) + elif soabi: + # pyston, ironpython, others? + abi = soabi + else: + return [] + return [_normalize_string(abi)] + + +def generic_tags( + interpreter: Optional[str] = None, + abis: Optional[Iterable[str]] = None, + platforms: Optional[Iterable[str]] = None, + *, + warn: bool = False, +) -> Iterator[Tag]: + """ + Yields the tags for a generic interpreter. + + The tags consist of: + - -- + + The "none" ABI will be added if it was not explicitly provided. + """ + if not interpreter: + interp_name = interpreter_name() + interp_version = interpreter_version(warn=warn) + interpreter = "".join([interp_name, interp_version]) + if abis is None: + abis = _generic_abi() + else: + abis = list(abis) + platforms = list(platforms or platform_tags()) + if "none" not in abis: + abis.append("none") + for abi in abis: + for platform_ in platforms: + yield Tag(interpreter, abi, platform_) + + +def _py_interpreter_range(py_version: PythonVersion) -> Iterator[str]: + """ + Yields Python versions in descending order. + + After the latest version, the major-only version will be yielded, and then + all previous versions of that major version. + """ + if len(py_version) > 1: + yield f"py{_version_nodot(py_version[:2])}" + yield f"py{py_version[0]}" + if len(py_version) > 1: + for minor in range(py_version[1] - 1, -1, -1): + yield f"py{_version_nodot((py_version[0], minor))}" + + +def compatible_tags( + python_version: Optional[PythonVersion] = None, + interpreter: Optional[str] = None, + platforms: Optional[Iterable[str]] = None, +) -> Iterator[Tag]: + """ + Yields the sequence of tags that are compatible with a specific version of Python. + + The tags consist of: + - py*-none- + - -none-any # ... if `interpreter` is provided. + - py*-none-any + """ + if not python_version: + python_version = sys.version_info[:2] + platforms = list(platforms or platform_tags()) + for version in _py_interpreter_range(python_version): + for platform_ in platforms: + yield Tag(version, "none", platform_) + if interpreter: + yield Tag(interpreter, "none", "any") + for version in _py_interpreter_range(python_version): + yield Tag(version, "none", "any") + + +def _mac_arch(arch: str, is_32bit: bool = _32_BIT_INTERPRETER) -> str: + if not is_32bit: + return arch + + if arch.startswith("ppc"): + return "ppc" + + return "i386" + + +def _mac_binary_formats(version: MacVersion, cpu_arch: str) -> List[str]: + formats = [cpu_arch] + if cpu_arch == "x86_64": + if version < (10, 4): + return [] + formats.extend(["intel", "fat64", "fat32"]) + + elif cpu_arch == "i386": + if version < (10, 4): + return [] + formats.extend(["intel", "fat32", "fat"]) + + elif cpu_arch == "ppc64": + # TODO: Need to care about 32-bit PPC for ppc64 through 10.2? + if version > (10, 5) or version < (10, 4): + return [] + formats.append("fat64") + + elif cpu_arch == "ppc": + if version > (10, 6): + return [] + formats.extend(["fat32", "fat"]) + + if cpu_arch in {"arm64", "x86_64"}: + formats.append("universal2") + + if cpu_arch in {"x86_64", "i386", "ppc64", "ppc", "intel"}: + formats.append("universal") + + return formats + + +def mac_platforms( + version: Optional[MacVersion] = None, arch: Optional[str] = None +) -> Iterator[str]: + """ + Yields the platform tags for a macOS system. + + The `version` parameter is a two-item tuple specifying the macOS version to + generate platform tags for. The `arch` parameter is the CPU architecture to + generate platform tags for. Both parameters default to the appropriate value + for the current system. + """ + version_str, _, cpu_arch = platform.mac_ver() + if version is None: + version = cast("MacVersion", tuple(map(int, version_str.split(".")[:2]))) + if version == (10, 16): + # When built against an older macOS SDK, Python will report macOS 10.16 + # instead of the real version. + version_str = subprocess.run( + [ + sys.executable, + "-sS", + "-c", + "import platform; print(platform.mac_ver()[0])", + ], + check=True, + env={"SYSTEM_VERSION_COMPAT": "0"}, + stdout=subprocess.PIPE, + text=True, + ).stdout + version = cast("MacVersion", tuple(map(int, version_str.split(".")[:2]))) + else: + version = version + if arch is None: + arch = _mac_arch(cpu_arch) + else: + arch = arch + + if (10, 0) <= version and version < (11, 0): + # Prior to Mac OS 11, each yearly release of Mac OS bumped the + # "minor" version number. The major version was always 10. + for minor_version in range(version[1], -1, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=10, minor=minor_version, binary_format=binary_format + ) + + if version >= (11, 0): + # Starting with Mac OS 11, each yearly release bumps the major version + # number. The minor versions are now the midyear updates. + for major_version in range(version[0], 10, -1): + compat_version = major_version, 0 + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=major_version, minor=0, binary_format=binary_format + ) + + if version >= (11, 0): + # Mac OS 11 on x86_64 is compatible with binaries from previous releases. + # Arm64 support was introduced in 11.0, so no Arm binaries from previous + # releases exist. + # + # However, the "universal2" binary format can have a + # macOS version earlier than 11.0 when the x86_64 part of the binary supports + # that version of macOS. + if arch == "x86_64": + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + else: + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_format = "universal2" + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + + +def _linux_platforms(is_32bit: bool = _32_BIT_INTERPRETER) -> Iterator[str]: + linux = _normalize_string(sysconfig.get_platform()) + if not linux.startswith("linux_"): + # we should never be here, just yield the sysconfig one and return + yield linux + return + if is_32bit: + if linux == "linux_x86_64": + linux = "linux_i686" + elif linux == "linux_aarch64": + linux = "linux_armv8l" + _, arch = linux.split("_", 1) + archs = {"armv8l": ["armv8l", "armv7l"]}.get(arch, [arch]) + yield from _manylinux.platform_tags(archs) + yield from _musllinux.platform_tags(archs) + for arch in archs: + yield f"linux_{arch}" + + +def _generic_platforms() -> Iterator[str]: + yield _normalize_string(sysconfig.get_platform()) + + +def platform_tags() -> Iterator[str]: + """ + Provides the platform tags for this installation. + """ + if platform.system() == "Darwin": + return mac_platforms() + elif platform.system() == "Linux": + return _linux_platforms() + else: + return _generic_platforms() + + +def interpreter_name() -> str: + """ + Returns the name of the running interpreter. + + Some implementations have a reserved, two-letter abbreviation which will + be returned when appropriate. + """ + name = sys.implementation.name + return INTERPRETER_SHORT_NAMES.get(name) or name + + +def interpreter_version(*, warn: bool = False) -> str: + """ + Returns the version of the running interpreter. + """ + version = _get_config_var("py_version_nodot", warn=warn) + if version: + version = str(version) + else: + version = _version_nodot(sys.version_info[:2]) + return version + + +def _version_nodot(version: PythonVersion) -> str: + return "".join(map(str, version)) + + +def sys_tags(*, warn: bool = False) -> Iterator[Tag]: + """ + Returns the sequence of tag triples for the running interpreter. + + The order of the sequence corresponds to priority order for the + interpreter, from most to least important. + """ + + interp_name = interpreter_name() + if interp_name == "cp": + yield from cpython_tags(warn=warn) + else: + yield from generic_tags() + + if interp_name == "pp": + interp = "pp3" + elif interp_name == "cp": + interp = "cp" + interpreter_version(warn=warn) + else: + interp = None + yield from compatible_tags(interpreter=interp) diff --git a/sdk/python/venv/lib/python3.12/site-packages/packaging/utils.py b/sdk/python/venv/lib/python3.12/site-packages/packaging/utils.py new file mode 100644 index 00000000..c2c2f75a --- /dev/null +++ b/sdk/python/venv/lib/python3.12/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.12/site-packages/packaging/version.py b/sdk/python/venv/lib/python3.12/site-packages/packaging/version.py new file mode 100644 index 00000000..5faab9bd --- /dev/null +++ b/sdk/python/venv/lib/python3.12/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